/* STYLE */

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

.meta-description li {
  font-size: 1.8rem;
  padding: 1rem;
  color: black;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}

/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  .footer-awards {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 32rem;
    margin: 5rem auto;
  }

  .site-footer > div.footer-awards img {
    max-width: 8rem;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

#account-account a {
  color: #000;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #af5858;
  background-image: none;
  background-repeat: repeat-x;
  border-color: transparent;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.footer-awards {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  max-width: 80rem;
  margin: 5rem auto;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }


  

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

/* STYLE */

body {
  background-color: #fafaf7;
}

body > .container {
  padding-top: 20rem;
  width: 100%;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

#product-category {
  padding-left: 0;
  padding-right: 0;
}

#product-category > .breadcrumb,
#product-category > .row {
  padding: 0 3.2rem;
  margin: 5rem auto;
}

#product-category > .breadcrumb {
  padding: 0 4.7rem;
}

#product-product {
  width: 100%;
  padding: 20rem 0 0 0;
}

#product-product #content > .row {
  margin: auto;
  padding: 0 0.5rem;
  max-width: 100%;
}

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
}
.thumbnails a img {
  width: 100%;
}

.product__info {
  max-width: 86rem;
}

.product__info > h1 {
  color: #b59871;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Red Hat Display", sans-serif;
}

.product__info > p {
  font-size: 2.1rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.product__info .list-unstyled li {
  line-height: 1;
  font-size: 1.4rem;
}

.product__info .list-unstyled li span {
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #b59871;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 3rem;
}

.product__info hr {
  border-color: #b59871;
  margin: 2rem auto;
}

.product-add {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4rem;
}

.product-add label {
  display: none;
}

.product-add > * {
  width: 50%;
}

.product-add > div {
  position: relative;
}

.product-add > div > .qt-down {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 3.2rem;
  color: #b59871;
  cursor: pointer;
}

.product-add > div > .qt-up {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 3.2rem;
  color: #b59871;
  cursor: pointer;
}

.product-add input.form-control {
  height: 5rem;
  background-color: #fff;
  font-size: 2.1rem;
  border-radius: 5rem;
  border: none;
  padding: 1rem 4rem;
  text-align: center;
  color: #b59871;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.2;
}

.product-add #button-cart {
  height: 5rem;
  text-align: center;
  padding: 1rem;
  border: none;
  background-color: #b59871;
  background: #b59871;
  color: #fff;
  border-radius: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.1rem;
}

.product-banner {
  padding: 3.5rem 0;
  background-color: #b59871;
  overflow: hidden;
}

.product-banner-row {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: marquee-content;
  animation-timing-function: linear;
}

@keyframes marquee-content {
  /* Element one fully ON screen at left-edge of container. */
  from {
    transform: translateX(0%);
  }
  /* Element one fully OFF screen (just beyond left-ledge of container). */
  to {
    transform: translateX(-100%);
  }
}

.product-banner-row p {
  font-size: 2.8rem;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

.product-banner-row img {
  max-width: 7rem;
  filter: brightness(0) invert(1);
}

.product__options {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.product__options .checkbox {
  margin: 1.5rem 0;
  min-height: 3rem;
  display: flex;
  align-items: center;
}

.product__options .control-label {
  font-size: 2rem;
  font-weight: 700;
  color: #b59871;
}

.product__options .checkbox label {
  font-size: 1.8rem;
  padding-left: 4rem;
}

.product__options .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.product__options .checkbox input + span {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #b59871;
  opacity: 0.4;
}

.product__options .checkbox input + span::after {
  left: 27%;
  top: 46%;
  width: 0.8rem;
  height: 1.8rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  position: absolute;
  display: none;
}

.product__options .checkbox input:checked + span::after {
  display: block;
}

.product__options .checkbox input:checked + span {
  opacity: 1;
}

.product__options .checkbox input:checked + span + div {
  color: #b59871;
}

.product__options button {
  background-color: #b59871;
  background: #b59871;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1.3rem 1.5rem;
  text-align: center;
  font-size: 1.7rem;
  margin: 1rem 0;
  border: none;
  text-shadow: none;
}

.product__options input {
  display: block;
  padding: 1.2rem 1.5rem;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 3rem;
  border: 2px solid #b59871;
  margin-top: 1rem;
  font-size: 1.7rem;
}

.thumbnails {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  gap: 2rem;
}

.thumbnails > li {
  margin-left: 0;
}

.thumbnails__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 13rem;
}

.product-text {
  display: flex;
  align-items: flex-start;
  padding: 10rem 0;
}

.nav-tabs {
  width: 30%;
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  align-items: center;
  padding: 0 9rem;
}

.nav-tabs li {
  width: 100%;
  text-align: left;
  font-size: 2.1rem;
  padding: 2rem;
}

.nav-tabs li > a {
  background: transparent;
  color: #131313;
  padding: 0;
  margin: 0;
  border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  background-color: transparent;
  color: #b59871;
  border: none;
}

.tab-content {
  width: 70%;
  padding: 0 15rem;
}

.tab-content p {
  font-size: 1.9rem;
  line-height: 1.4;
}

.tab-content table td {
  font-size: 1.9rem;
  line-height: 1.4;
  padding: 1rem 0;
  border-bottom: 1px solid #b59871;
}

.tab-content table tr td:nth-child(1) {
  min-width: 25rem;
  font-weight: 700;
}

.breadcrumb {
  background-color: transparent;
  border: none;
  margin-bottom: 5rem;
}

.breadcrumb li a {
  color: #b59871;
  font-size: 1.5rem;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

#product-product .breadcrumb li:first-child {
  padding-left: 2rem;
}

.product-icons {
  display: grid;
  padding: 4rem 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  background-color: #b59871;
}

.product-text + .product-icons {
  background-color: transparent;
}

.product-icons > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.product-icons > div > p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: #fff;
}

.product-text + .product-icons > div > p {
  color: #000;
}

.product-icons > div > p {
  font-size: 1.7rem;
}

.product-icons:not(.product-block-images) > div img {
  max-width: 12.8rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.product-block-images > div > img {
  width: 100%;
  border-radius: 2rem;
  margin: 2rem 0;
}

.product-block-images > div > p:nth-child(1) {
  font-weight: 700;
  color: #b59871;
  font-size: 2.2rem;
}

.product-related {
  padding-top: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 174rem;
  margin: auto;
}

.product-related .row {
  margin: 0;
}

.product-related h3 {
  color: #b59871;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4rem;
  padding: 0 1.5rem;
}

.product-thumb {
  border: none;
}

.product-thumb .image {
  position: relative;
}

.product-thumb .image button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #b59871;
  background-color: #e5d4c3;
  border-radius: 0.5rem;
  border: none;
  padding: 1rem;
  line-height: 1;
}

.product-thumb .image button .fa {
  font-size: 2rem;
}

.product-thumb .image img {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.product-thumb .caption {
  padding: 0;
  min-height: unset;
  cursor: pointer;
}

.product-thumb .caption span {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  color: #b59871;
  background-color: #b598715c;
  border-radius: 3rem;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
}

.product-thumb .caption h4 {
  margin: 2rem 0 1.5rem 0;
}

.product-thumb .caption h4 a {
  color: #131313;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  transition: color 0.3s;
}

.product-thumb:hover .caption h4 a {
  color: #b59871;
}

.product-thumb .caption p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.product-thumb .caption .price {
  font-weight: 700;
  color: #b59871;
  font-size: 2.1rem;
}

.alert-success {
  max-width: 120rem;
  margin: 2rem auto;
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 3rem;
}

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fafaf7;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  background-image: url("https://www.foulifinest.gr/assets/img/flower-footer-symbol.png");
  background-position-x: center;
  background-position-y: 19%;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;

  max-width: 172rem;
  margin: auto;
  padding: 5rem 1rem;
}

.primary {
  fill: #b59871;
  transition: 0.3s;
}

.header__container > a:nth-child(1) {
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 2.1rem;
}

.header__container > a:nth-child(1) > svg {
  width: 25rem;
}

.header__container > a:nth-child(1):hover svg .primary {
  fill: #000;
}

.header__container > a:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#logo svg {
  min-height: 11rem;
}

body > .container #content h2 {
  font-size: 3.2rem;
  color: #b59871;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.languages ul {
  padding-left: 0;
  margin-bottom: 0;
}

.languages li {
  list-style: none;
}

.languages button {
  padding: 0;
  font-size: 1.8rem;
  color: #333333;
}

.social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.social > a > svg {
  width: 4.2rem;
  height: 4.2rem;
  fill: #b59871;
}

.social > a > svg .cls-1 {
  fill: #fff;
}

.social > a > svg .cls-2 {
  fill: #b59871;
}

body > .container #content .product-prices h2 {
  color: #b59871;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

body > .container #content .product-prices h2 span {
  font-size: 2.4rem;
  display: block;
  border-radius: 1rem;
  padding: 1.3rem 3rem;
  display: inline-block;
}

#product-category {
  padding-top: 14.4rem;
}

.category__image {
  margin-bottom: 5rem;
}

.category__image img {
  width: 100%;
}

.category__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.products__filters {
  display: flex;
  align-items: center;
}

.products__filters .input-group {
  border: 1px solid #b59871;
  border-radius: 3rem;
}

.products__filters .input-group .input-group-addon {
  font-size: 1.4rem;
  height: auto;
  border: none;
  background-color: transparent;
}

#product-category .products__filters select {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  font-size: 1.4rem;
}

#common-home {
  padding-top: 14.2rem;
}

#common-home #content {
  padding: 0;
}

.featured {
  margin: 0;
  margin-top: 5rem;
  padding: 0 1.5rem;
}

.edition {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.edition p {
  width: 100%;
  margin-bottom: 0;
}

.edition h2 {
  margin: 5rem 0 0 0;
  text-align: center;
  font-weight: 300;
  font-size: 4.8rem;
  color: #b59871;
}

.edition img {
  width: 100% !important;
}

.social > a {
  display: flex;
  align-items: center;
}

#cart {
  margin-bottom: 0;
}

.btn-account,
#cart > .btn,
#cart.open > .btn {
  border-radius: 50%;
  border: none;
  background: #b59871;
  padding: 0;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

i.fa.fa-user {
  width: 5rem;
  text-align: center;
}

.btn-account .fa,
#cart > .btn .fa,
#cart.open > .btn .fa {
  font-size: 2.6rem;
}

#cart > .btn span,
#cart.open > .btn span {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;

  background: #050708;

  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  text-shadow: none;
  align-items: center;
}

#openmodal {
  height: 5rem;
  text-align: center;
  padding: 1rem 1.5rem;
  border: none;
  background: #f0dabf;

  color: #b59871;
  border-radius: 5rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: none;
  font-size: 2.1rem;
}

#quickcheckoutconfirm {
  max-width: 176rem;
  margin: auto;
}

.option-description {
  font-weight: 700;
  color: #b59871;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}

.option-desc__container {
  padding-top: 0.5rem;
}

.file-upload label {
  font-size: 2.4rem;
  font-weight: 700;
}

.modal-content {
  border-radius: 2rem;
  background-color: #f0dabf;
  background-image: url("https://www.foulifinest.gr/assets/img/flower-footer-symbol.png");
  background-position: bottom right;
}

.modal-content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.8rem;
  font-family: "Red Hat Display", sans-serif;
}

.modal-content .form-control {
  border-radius: 2rem;
  box-shadow: none;
  height: auto;
  padding: 1.2rem;
}

.modal-content .form-control::placeholder,
.modal-content .form-control {
  font-size: 1.6rem;
}

.modal-content label {
  color: #333;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}

.modal-content .close {
  padding: 1rem;
  opacity: 1;
  color: #000;
  text-shadow: none;
}

.modal-content #formsubmit {
  width: 100%;
  background-color: #b59871;
  color: #fff;
  display: block;
  padding: 1.2rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  height: auto;
  text-align: center;
  margin-top: 2rem;
}

body > .container:not(#product-category, #product-product) {
  max-width: 176rem;
  margin-left: auto;
  margin-right: auto;
}

#content > h1 {
  color: #b59871;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: "Red Hat Display", sans-serif;
}

footer {
  margin-top: 10rem;
}

.footer__container {
  padding: 0 1rem;
  max-width: 170rem;
  margin: auto;

  display: flex;
  align-self: flex-start;
}

.footer__container > * {
  width: 20%;
}

.footer__container > div > h5 {
  color: #b59871;
  font-size: 2.1rem;
  font-weight: 700;
}

#footer-logo svg {
  max-width: 17rem;
}

.footer__container > div > ul {
  padding-left: 0;
  list-style: none;
}

.footer__container > div > ul > li {
  padding: 0.5rem 0;
}

.footer__container > div > ul > li > a {
  font-size: 1.8rem;
  color: #000;
}

.footer__bottom {
  background-color: #000;
  padding: 2rem 0;
  margin-top: 2.5rem;
}

.footer__bottom > div {
  max-width: 170rem;
  margin: auto;
  padding: 0 1rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom > div > p {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.whatsapp-fixed-btn {
  position: fixed;
  right: 2%;
  bottom: 4rem;
  z-index: 115;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }
}

/* CART */

#cart .dropdown-menu {
  margin: 0;
  padding: 0px;
  width: 50rem;
  overflow: hidden;
  border-radius: 0;
  border-top: 2px solid var(--primary-hover-color);
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 56px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  font-size: 14px;
}

.cart-products-list br {
  display: none;
}

.cart-products-list small {
  line-height: 0.7;
  font-size: 1.1rem;
}

#cart .dropdown-menu .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}

#cart .table > tbody > tr > td,
#cart .table > tbody > tr > th,
#cart .table > tfoot > tr > td,
#cart .table > tfoot > tr > th,
#cart .table > thead > tr > td,
#cart .table > thead > tr > th {
  padding: 0;
  border-top: none;
}

td.text-start.product-cart-details {
  display: flex;
  flex-direction: column;
}

#cart .btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
  align-items: normal;
}

.terms b,
.name a {
  color: black;
}

.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cart .table-striped > tbody > tr {
  padding: 2.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

#cart .dropdown-menu .cart-products-list {
  max-height: 26rem;
  overflow-y: auto;
  overflow-x: hidden;
}

#cart .dropdown-menu li + li {
  border-top: 1px solid var(--border-color);
  padding: 10px 20px 0px 20px;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
  border: none;
}

#cart .table-bordered tr {
  border: none;
}

#cart .table-bordered > tbody > tr > td {
  border: none;
}

.text-end {
  text-align: end;
}

td.text-start.product-cart-details {
  gap: 0.5rem;
}

#cart a {
  color: black;
}

#cart .product-cart-price {
  font-weight: 700;
  color: #b59871;
  font-size: 1.6rem;
}

#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  outline: none;
  line-height: 20px;
  background: #b59871;
  color: white;
  border: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 10px 30px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}

#cart .dropdown-menu li + li td:last-child {
  font-weight: 700;
  color: #b59871;
  font-size: 1.6rem;
}

#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover {
  background: black;
}
#cart .dropdown-menu li p .btn {
  font-size: 12px;
  padding: 8px;
}

.table.table.table-bordered a {
  font-weight: bold;
  color: black;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b59871;
  background-image: none;
  background-repeat: repeat-x;
  border-color: transparent;
}

/* END CART */
