body {
  width: 100%;
  height: 100%;
  color: #444;
}
a {
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #f32058;
}
p {
    font-size: 1.1em;
    margin: 0 0 0.7em 0;
    background-color: #f7f7f7;
    padding: .5em 2em;
    border-bottom: 0.3em solid #eee;
    border-radius: 0.3em;
}
.img-thumbnail {
    border: none;
}
.btn-light, .btn-info {
    padding: 0.3em 1.2em;
    background-color: #e63535;
    border-bottom: 4px solid #ab2222;
    border-right: 4px solid #c42828;
    border-top: 4px solid #e63535;
    border-left: 4px solid #e63535;
    color: white;
    border-radius: 1em;
}
.btn-danger {
    font-weight: bold;
    padding: 0.3em 1.2em;
    background-color: #e63535;
    border-bottom: 4px solid #ab2222;
    border-right: 4px solid #c42828;
    border-top: 4px solid #e63535;
    border-left: 4px solid #e63535;
    color: white;
    border-radius: 1em;
}
.input-group-text {
    color: #ffffff;
    font-weight: bold;
    background-color: #787878;
    border-bottom: 4px solid #616161;
    border-left: 4px solid #8d8d8d;
    border-top: 4px solid #8d8d8d;
    border-radius: 1em 0 0 1em;
}
.btn-primary {
	color: #fff;
  font-weight: bold;
  border: none;

  border-radius: 0.8em;
    border-top-left-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
  border-bottom: 3px solid #1d43b3;
  border-right: 3px solid #264bb9;
  text-shadow: 0.1em 0.1em 0.2em #1d3888;
  background-color: #3a66e9;
  background-image: linear-gradient(to bottom, #4172ff, #355ed9);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #137946;
  border-right: 3px solid #2a6;
  text-shadow: 0.1em 0.1em 0.2em #0f5733;
  background-color: #2a6;
  background-image: linear-gradient(to bottom, #24dd81, #1c8e55);
}
.accordion-button {
    color: #ffffff;
    background-color: #223994;
    border-bottom: 4px solid #172a76;
    border-radius: 1em;
    padding: 0.5em 1em;
}
.table thead tr {
    padding: 1em;
}
.table thead th {
    color: #ffe4c0 !important;
    font-size: 0.9em;
    background-color: #494949;
    border-color: #8b8b8b !important;
}
blockquote{
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 1rem;
    padding: 1em 2em;
    background-color: #ef9;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom: 0.3em solid #d7e68a;
}
mark {
    font-size: 1.4em;
    line-height: 3em;
    font-weight: bold;
    color: #fff;
    padding: 0.4em 1em;
    background-color: #1ea281;
    border: 0.2em solid #5bfbd3;
    border-radius: 0.6em;
}
h1 {
	font-size: 1.65em;
  font-weight: bold;
  background-color: #3a66e9;
  background-image: linear-gradient(to bottom, #4172ff, #355ed9);
  color: #f9f9f9;
  text-align: right;
  text-shadow: 0.1em 0.1em 0.1em #2747aa;
  display: inline-block;
  padding: 0.8em 3em 0.8em 1.2em;
  margin: 0 0 0.6em 0;
  border-radius: 0.8em;
  border-bottom-left-radius: 0;
  border-bottom: 0.2em solid #2ea65d;
  box-shadow: 0em 0.2em 0em 0em #47e685;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #383838;
    background-color: #bfe;
    background: linear-gradient(to bottom, #bfe, #a6e6d6);
    display: inline-block;
    text-shadow: 0.1em 0.1em 0.1em #dcfff6;
    padding: 0.5em 1em;
    border-radius: 0.9em;
    border-top-left-radius: 0;
    border-bottom: 0.2em solid #8fdcc9;
}
h3::after {
content: "";
    flex-grow: 1;
    height: 1px;
    background: #b8b8b8;
    margin: 0.5em 5% 0.5em 5%;
}
h3 {
  font-size: 1.6em;
  display: flex;
  font-weight: bold;
  background-color: #88dfc9;
  background: linear-gradient(to bottom, #222, #777);
  color: #fff;
  padding: 0.8em 1.4em 0.8em 1.4em;
  margin: 0 0 1em 0;
  border-radius: 1em;
  border-bottom-left-radius: 0;
  text-shadow: 1px 1px 2px #222;
  border-top: 2px solid #575757;
  border-bottom: 3px solid #4ca;
  box-shadow: 1.5em 0em 0em 0em #fff;
}
h4 {
	font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ccc;
}
h5 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0.4em 1.1em;
	margin: 0 0 0.5em 0;
	display: inline-block;
	background-color: #707070;
	background: linear-gradient(to top, #5a5a5a, #888);
	color: white;
	border-radius: 0.5em;
	border-bottom: 0.2em solid #848484;
	border-bottom-left-radius: 0;
	text-shadow: 2px 2px 2px #606060;
}
h6 {
	font-size: 1em; 
}
h7 {
    font-size: 1.2em;
    font-weight: bold;
    background: linear-gradient(to bottom, #ff9476, #ff6236);
    color: #fff;
    display: inline-block;
    padding: 0.5em 1.5em 0.5em 2em;
    margin: 1em 0 1em -2em;
    border-radius: 0.8em;
    border-bottom-left-radius: 0;
    text-shadow: 1px 1px 2px #c13e1a;
    border-bottom: 2px solid #ff9e84;
    position: relative; 
}

h7::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%; 
    width: 100vw; 
    border-bottom: 1px solid #ddd;
    margin-left: 1em;
    pointer-events: none;
}
h8 {
    font-size: 1em;
    font-weight: bold;
    background-color: #777;
    color: #f7f7f7;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 30px;
    border-top: 2px solid #ffe000;
}
li {
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  padding: 5em;
  margin-left: -200px;
  border-radius: 1.2em;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* list group */
.list-group {
	font-size: 0.9em;
	border: none;
	margin: none;
	border-radius: 0.9em;
	border-top-left-radius: 0;
}
.list-group .panel-footer {
	border-radius: 0.8em;
}
.list-group-item {
	border: 1px solid #eee;
	background-color: #f7f7f7;
}
.list-group-item .checkbox {
	margin: 2px 6px;
}
.panel-heading {
	font-weight: bold;
}
.list-group a {
	color: #333;
	padding: 0.8em 1em;
	margin-top: 0.2em;
}
.list-group a.active, .list-group a.active:hover {
	color: #eee;
    border: none;
    background-color: #5e5e5e;
    background: linear-gradient(to bottom, #222, #777);
    font-weight: bold;
    border-radius: 0.1em;
    border-left: 5px solid #4ca;
}
.list-group a:hover {
	color: #ffffff;
	background-color: #acacac;
	font-weight: bold;
}
.list-mono-productpage {
    padding:0.1em;
}
.list-mono-productpage li {
    background-color: #f5f5f5;
    background: linear-gradient(to top, #fcfcfc, #ededed);
    color: #1a1a1a;
    display: block;
    padding: 0.6em 1.5em;
    margin: 0;
    text-shadow: 1px 1px 2px #ffffff;
    border-bottom: 0.1em solid #dcdcdc;
}
/* top */
#top li {
padding: 0.1em;
  margin-bottom: 0;
  border-bottom: none;
}
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 3px solid #eee;
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
  margin: 0.4em;
}
/* logo */
#logo {
  text-align: center;
  margin: 2px 0 12px 0;
}
#logo img {
  max-height: 6em;
    float: left;
    margin: 0 0 1.5em 0;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  color: #555;
  background-color: #fff !important;
	border-radius:1em;
	margin:0 0 1em 0;
}
#menu .nav-item {
    margin: 0 0.8em 0 0;
}   
#menu .navbar-nav > li {
  margin: 0.2em 0.6em 0.2em 0;
    padding: 0;
    border-bottom: none;
  }
#menu .navbar-nav > li > a {
  color: #355;
  font-weight: bold;
  font-size: 1em;
  padding: 0.8em 1.2em 0.8em 1.2em;
  margin: 0;
  min-height: 1em;
  border-radius: 0 1em 1em 1em;
  background-color: #8dc;
  background-image: linear-gradient(to bottom, #bfe, #8dc);
  border-bottom: 0.2em solid #6fae9f;
  text-shadow: 0.1em 0.1em 0.2em #bfe;
}
#menu .navbar-nav > li > a:hover {
  background-color: #bfe;
  background-image: linear-gradient(to bottom, #6a6a6a, #242424);
  color: #fff;
  border-bottom: 0.2em solid #24d7aa;
  text-shadow: 0.1em 0.1em 2em #111;
}
#menu .dropdown-menu {
	margin-top:-1px;
	padding: 0.5em 0 0 0;
	border-radius: 0 1em 1em 1em;
	border:none;
	background-color: #ffa;
	background-image: linear-gradient(65deg, #ffa, #e6e696);
}
#menu .dropdown-menu li {
    padding: 0;
    margin: 0;
    border:none;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner li {
	line-height:0.5em;
}
#menu .dropdown-inner a {
	min-width: 16em;
	font-weight:bold;
	text-shadow:1px 1px 3px #ffa;
	margin:0;
	border-radius:0 1em 1em 1em;
	display: block;
	padding: 0.2em 1.5em;
	clear: both;
	line-height: 2em;
	color: #885;
	font-size: 1em;
	border-bottom:1px solid transparent;
}
#menu .dropdown-inner a::before {
  content:"\A";
  margin:0 0.6em 0 0;
    width:0.5em;
    height:0.5em;
    border-radius:50%;
    background: #dd9;
    display:inline-block;
}
#menu .dropdown-inner li a:hover {
	color: #111;
	text-shadow:none;
	background-color:transparent;
}
#menu .see-all {
	text-align: center;
	font-weight:bold;
	display:block;
	border-radius:1em;
	margin-top: 0.5em;
	padding: 1em;
	font-size: 1em;
	color:#fff;
	background-color: #ffe;
	background-image: linear-gradient(to bottom, #dede8c, #737344);
	border-top-left-radius:0;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #1b1b1b;
	background-image: linear-gradient(to bottom, #3c3c3c, #101010);

}
#category {
  float: left;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 40px;
  color: #111;
  padding: 0 0 0.4em 0.4em;
}
#menu .navbar-toggler {
  background-color: #bfe;
    padding: 0.6em 2em;
    margin: 1em 0;
    border-color: #98d7c7;
    border-width: 0 3px 3px 0;
    border-radius: 0.7em;
}
#menu .navbar-toggler i {
  color: #111;
  font-size: 1.4em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.form-control, .form-select {
border-radius: 1em 0 0 1em;
    background-color: #f0f0f0;
    border-color: #eeeeee;
    border-bottom: 4px solid #e3e3e3;
    border-right: 4px solid #e3e3e3;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding-top: 2em;
    margin-top:1em;
    background-color: #f7f7f7;
    border-top: 3px solid #eee;
    color: #777;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #777;
  text-decoration: none;
  padding: 0.4em;
  background-color: #fff;
  border-radius: 0.4em;
  border-bottom: 3px solid #eee;
}
footer a:hover {
  color: #111;
  background-color: #bfe;
  border-bottom: 3px solid #aed;
}
footer li {
  margin: 0 0 0.7em 0;
    padding: 0;
  border-bottom: none;

}
footer h5 {
  font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding: 0.8em 1.8em;
    margin: 1em 0;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #fff;
  border-radius: 0.8em;
  background-color: #f4f4f4;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb li {
padding: 0;
margin: 0;
border: none;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #7d7d7d;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 1em;
}
.product-thumb .description h6 {
  white-space: nowrap; width: 95%; overflow: hidden; text-overflow: ellipsis;
  text-align: center;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #111;
  font-size:1.1em;
  text-align: center;
}
.price-new {
    font-size:1.5em;
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.mono-marka {
	padding: 0.3em 1em;
	text-align:center;
	margin: 0;
}
.mono-marka a {
	display:block;
	padding:0.5em;
	background-color: #444;
    background: linear-gradient(to top, #111, #555);
    color: white;
	border-radius: 3em;
	border-bottom:3px solid #d6d6d6;
	border-left:2px solid #c5c5c5;
}
.mono-marka a:hover {
	background-color: #f80;
    background: linear-gradient(to top, #ff9375, #ff6236);
    border-bottom:3px solid #ff6236;
	border-left:2px solid #ff6c42;
}
.mono-marka img {
	max-height: 2.2em;
}