@charset "UTF-8";
/* line 50, ../sass/inc/_color-new.scss */
:root {
  --color-primary: #5F7D6E;
  --color-accent: #C97C6D;
  --color-beige: #F6F1EC;
  --color-text: #2B2B2B;
  --color-border: #E8E3DE;
}

/* default font size */
/* line 2, ../sass/inc/_default.scss */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
/* line 7, ../sass/inc/_default.scss */
a {
  color: #663130;
}
/* line 9, ../sass/inc/_default.scss */
a:hover {
  color: #000000;
}

/* line 15, ../sass/inc/_default.scss */
#content p a {
  color: #d33030;
}
/* line 17, ../sass/inc/_default.scss */
#content p a:hover {
  color: #d33030;
  text-decoration: underline;
}

/* line 24, ../sass/inc/_default.scss */
a:hover {
  text-decoration: none;
}

/* line 27, ../sass/inc/_default.scss */
legend {
  font-size: 18px;
  padding: 7px 0px;
}

/* line 31, ../sass/inc/_default.scss */
label {
  font-size: 14px;
  font-weight: normal;
}

/* line 35, ../sass/inc/_default.scss */
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: 14px;
}

/* line 38, ../sass/inc/_default.scss */
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 14px;
}

/* line 41, ../sass/inc/_default.scss */
.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

/* Fix some bootstrap issues */
/* line 46, ../sass/inc/_default.scss */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

/* line 50, ../sass/inc/_default.scss */
.nav-tabs {
  margin-bottom: 15px;
}

/* line 53, ../sass/inc/_default.scss */
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
/* line 59, ../sass/inc/_default.scss */
.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 */
/* line 67, ../sass/inc/_default.scss */
#top {
  background-color: #D6F5E6;
}

/* line 71, ../sass/inc/_default.scss */
#top .container {
  padding: 0 20px;
}

/* line 75, ../sass/inc/_default.scss */
#top .btn-link, #top-links li, #top-links a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}

/* line 80, ../sass/inc/_default.scss */
#top .btn-link:hover, #top-links a:hover {
  color: #444;
}

/* line 83, ../sass/inc/_default.scss */
#top-links .dropdown-menu a {
  text-shadow: none;
}

/* line 86, ../sass/inc/_default.scss */
#top-links .dropdown-menu a:hover {
  color: #FFF;
}

/* line 89, ../sass/inc/_default.scss */
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

/* line 94, ../sass/inc/_default.scss */
#top-links a + a {
  margin-left: 15px;
}

/*#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
}*/
/* line 107, ../sass/inc/_default.scss */
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
}

/* line 111, ../sass/inc/_default.scss */
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #e3e3e3;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

/* line 119, ../sass/inc/_default.scss */
#cart.open > .btn:hover {
  color: #444;
}

/* line 122, ../sass/inc/_default.scss */
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

/* line 126, ../sass/inc/_default.scss */
#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  /* line 134, ../sass/inc/_default.scss */
  #cart .dropdown-menu {
    width: 100%;
  }
}
/* line 138, ../sass/inc/_default.scss */
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

/* line 141, ../sass/inc/_default.scss */
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  /* line 146, ../sass/inc/_default.scss */
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
/* line 150, ../sass/inc/_default.scss */
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
/* line 154, ../sass/inc/_default.scss */
#menu {
  min-height: 40px;
  margin-top: 24px;
}

/* line 161, ../sass/inc/_default.scss */
#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;
}

/* line 168, ../sass/inc/_default.scss */
#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 171, ../sass/inc/_default.scss */
#menu .dropdown-menu {
  padding-bottom: 0;
}

/* line 174, ../sass/inc/_default.scss */
#menu .dropdown-inner {
  display: table;
}

/* line 177, ../sass/inc/_default.scss */
#menu .dropdown-inner ul {
  display: table-cell;
}

/* line 180, ../sass/inc/_default.scss */
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

/* line 189, ../sass/inc/_default.scss */
#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

/* line 192, ../sass/inc/_default.scss */
#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;
}

/* line 202, ../sass/inc/_default.scss */
#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;
}

/* line 209, ../sass/inc/_default.scss */
#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);
}

/* line 218, ../sass/inc/_default.scss */
#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;
}

/* line 229, ../sass/inc/_default.scss */
#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) {
  /* line 234, ../sass/inc/_default.scss */
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 239, ../sass/inc/_default.scss */
  #menu {
    border-radius: 4px;
  }

  /* line 242, ../sass/inc/_default.scss */
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  /* line 245, ../sass/inc/_default.scss */
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* line 250, ../sass/inc/_default.scss */
  #menu .dropdown-inner {
    display: block;
  }

  /* line 253, ../sass/inc/_default.scss */
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  /* line 257, ../sass/inc/_default.scss */
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  /* line 261, ../sass/inc/_default.scss */
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
/* line 269, ../sass/inc/_default.scss */
#content {
  min-height: 600px;
}

/* alert */
/* line 273, ../sass/inc/_default.scss */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
/* line 277, ../sass/inc/_default.scss */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}

/* line 282, ../sass/inc/_default.scss */
.breadcrumb i {
  font-size: 15px;
}

/* line 285, ../sass/inc/_default.scss */
.breadcrumb > li {
  padding: 0 6px;
  position: relative;
}

/* line 290, ../sass/inc/_default.scss */
.breadcrumb > li + li:before {
  content: '/';
  padding: 0;
  left: -4px;
  position: relative;
}

/*.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);
}*/
/* line 311, ../sass/inc/_default.scss */
.pagination {
  margin: 0;
}

/* buttons */
/* line 315, ../sass/inc/_default.scss */
.buttons {
  margin: 1em 0;
}

/* line 318, ../sass/inc/_default.scss */
.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);
}

/* line 325, ../sass/inc/_default.scss */
.btn-xs {
  font-size: 9px;
}

/* line 328, ../sass/inc/_default.scss */
.btn-sm {
  font-size: 10.2px;
}

/* line 331, ../sass/inc/_default.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

/* line 335, ../sass/inc/_default.scss */
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

/* line 338, ../sass/inc/_default.scss */
.btn-group > .btn-xs {
  font-size: 9px;
}

/* line 341, ../sass/inc/_default.scss */
.btn-group > .btn-sm {
  font-size: 10.2px;
}

/* line 344, ../sass/inc/_default.scss */
.btn-group > .btn-lg {
  font-size: 15px;
}

/* line 347, ../sass/inc/_default.scss */
.btn-default {
  color: #ffffff;
  border-color: #663130;
  background-color: #663130;
}

/* line 352, ../sass/inc/_default.scss */
.btn-primary {
  color: #ffffff;
  background-color: #663130;
  border-color: #663130;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-radius: 0;
  text-transform: uppercase;
}

/* line 361, ../sass/inc/_default.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #663130;
  background-color: transparent;
  border-color: #663130;
}

/* line 366, ../sass/inc/_default.scss */
.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;
}

/* line 374, ../sass/inc/_default.scss */
.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);
}

/* line 377, ../sass/inc/_default.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

/* line 385, ../sass/inc/_default.scss */
.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);
}

/* line 388, ../sass/inc/_default.scss */
.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;
}

/* line 396, ../sass/inc/_default.scss */
.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);
}

/* line 399, ../sass/inc/_default.scss */
.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;
}

/* line 407, ../sass/inc/_default.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* line 411, ../sass/inc/_default.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

/* line 417, ../sass/inc/_default.scss */
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 422, ../sass/inc/_default.scss */
.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;
}

/* line 430, ../sass/inc/_default.scss */
.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 */
/* line 435, ../sass/inc/_default.scss */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

/* line 440, ../sass/inc/_default.scss */
.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 */
/* line 447, ../sass/inc/_default.scss */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

/* line 451, ../sass/inc/_default.scss */
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

/* line 455, ../sass/inc/_default.scss */
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* product list */
/* line 460, ../sass/inc/_default.scss */
.product-thumb {
  margin-bottom: 15px;
}

/* line 463, ../sass/inc/_default.scss */
.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* line 468, ../sass/inc/_default.scss */
.product-thumb .image a {
  display: block;
}

/* line 471, ../sass/inc/_default.scss */
.product-thumb .image a:hover {
  transform: scale(1.1);
}

/* line 475, ../sass/inc/_default.scss */
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

/* line 479, ../sass/inc/_default.scss */
.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  /* line 483, ../sass/inc/_default.scss */
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
/* line 488, ../sass/inc/_default.scss */
.product-thumb h4 {
  font-weight: bold;
}

/* line 494, ../sass/inc/_default.scss */
.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  /* line 498, ../sass/inc/_default.scss */
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 504, ../sass/inc/_default.scss */
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  /* line 509, ../sass/inc/_default.scss */
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
/* line 513, ../sass/inc/_default.scss */
.product-thumb .rating {
  padding-bottom: 10px;
  text-align: center;
}

/* line 517, ../sass/inc/_default.scss */
.rating .fa-stack {
  font-size: 8px;
}

/* line 520, ../sass/inc/_default.scss */
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

/* line 524, ../sass/inc/_default.scss */
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

/* line 528, ../sass/inc/_default.scss */
.rating .fa-star + .fa-star-o {
  color: #E69500;
}

/* line 531, ../sass/inc/_default.scss */
h2.price {
  margin: 0;
}

/* line 534, ../sass/inc/_default.scss */
.product-thumb .price {
  color: #444;
}

/* line 537, ../sass/inc/_default.scss */
.product-thumb .price-new {
  font-weight: 600;
  color: #FF0000;
}

/* line 541, ../sass/inc/_default.scss */
.product-thumb .price-old {
  color: #000000;
  text-decoration: line-through;
  margin-left: 10px;
}

/* line 546, ../sass/inc/_default.scss */
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* line 551, ../sass/inc/_default.scss */
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

/* line 557, ../sass/inc/_default.scss */
#product-product ul.price li .price-old {
  text-decoration: line-through;
  color: #000000;
}
/* line 561, ../sass/inc/_default.scss */
#product-product ul.price li .price-new {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 570, ../sass/inc/_default.scss */
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
/*.product-thumb {
  .button-group {
    button {
      //opacity: .8;
      //visibility: hidden;
      display: inline-block;
      width: 60%;
      float: left;
      border: 1px solid $PrimaryColor;
      //background: $BgColor;
      background: transparentize($BgColor, 0.8);
      line-height: 30px;
      font-weight: normal;
      text-align: center;
      //text-transform: uppercase;
      position: relative;
      overflow: hidden;
      -webkit-transition: transform .35s ease-out;
      transition: transform .35s ease-out;
      i,
      span {
        //color: $AccentTxtColor;
        color: $PrimaryColor;
        //position: relative;
        //z-index: 2;
        -webkit-transition: transform .35s ease-out;
        transition: transform .35s ease-out;
      }
      &:before {
        content: '';
        -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        left: -10%;
        right: -10%;
        top: -2px;
        bottom: -2px;
        width: 120%;
        -webkit-transform: scaleX(1);
        transform: scale(1.5);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: transform .35s ease-out;
        transition: transform .35s ease-out;
        position: absolute;
        //background: $PrimaryColor;
        background: transparentize($BgColor, 0.8);
        z-index: -1;
      }
      &:hover {
        background: $PrimaryColor;
        //color: $AccentTxtColor;
        text-decoration: none;
        cursor: pointer;
        i,
        span {
          color: $AccentTxtColor;
        }
        &:before {
          left: -10%;
          bottom: -2px;
          width: 120%;
          -webkit-transform: scaleX(0);
          -webkit-transform: scaleX(1);
          transform: scaleX(0);
          -webkit-transform-origin: center center;
          transform-origin: bottom center;
        }
      }
      &:disabled {
        background: #ccc;
        cursor: auto;
        &:before {
          //display: none;
        }
        &:hover {
          color: $PrimaryColor;
        }
      }
    }
  }
  &:hover {
    .button-group {
      button {
        //visibility: visible;
        //opacity: 1;
        i,
        span {
          color: $AccentTxtColor;
          //color: $PrimaryColor;
          //position: relative;
          //z-index: 2;
        }
        background: transparentize($BgColor, 1);
        color: $AccentTxtColor;
        &:before {
          background: $PrimaryColor;
        }
        &:hover {
          -webkit-box-shadow: 0px 0px 5px 0px rgba(102,49,48,1);
          -moz-box-shadow: 0px 0px 5px 0px rgba(102,49,48,1);
          box-shadow: 0px 0px 5px 0px rgba(102,49,48,1);
          i,
          span {
            //color: $AccentTxtColor;
            color: $PrimaryColor;
            //position: relative;
            //z-index: 2;
          }
        }
      }
    }
  }
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
@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%;
  }
}*/
/* line 701, ../sass/inc/_default.scss */
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 708, ../sass/inc/_default.scss */
.thumbnails > li {
  margin-left: 20px;
}

/* line 711, ../sass/inc/_default.scss */
.thumbnails {
  margin-left: -20px;
}

/* line 714, ../sass/inc/_default.scss */
.thumbnails > img {
  width: 100%;
}

/* line 717, ../sass/inc/_default.scss */
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

/* line 723, ../sass/inc/_default.scss */
.image-additional {
  max-width: 78px;
}

/* line 726, ../sass/inc/_default.scss */
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  /* line 732, ../sass/inc/_default.scss */
  #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) {
  /* line 740, ../sass/inc/_default.scss */
  #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) {
  /* line 748, ../sass/inc/_default.scss */
  #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) {
  /* line 758, ../sass/inc/_default.scss */
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  /* line 762, ../sass/inc/_default.scss */
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  /* line 766, ../sass/inc/_default.scss */
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  /* line 770, ../sass/inc/_default.scss */
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
/* line 776, ../sass/inc/_default.scss */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
/* line 781, ../sass/inc/_default.scss */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
/* line 786, ../sass/inc/_default.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* fix oclabs */
/* line 792, ../sass/inc/_default.scss */
.alert-dismissable .close, .alert-dismissible .close {
  right: -1px;
}

/* line 1, ../sass/blocks/_general.scss */
body {
  background-color: #fff;
}

/* line 4, ../sass/blocks/_general.scss */
.home-heading {
  padding: 70px 0 55px;
  text-align: center;
}
/* line 8, ../sass/blocks/_general.scss */
.home-heading__title {
  margin: 0 0 14px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
  color: #2B2B2B;
}
/* line 16, ../sass/blocks/_general.scss */
.home-heading__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #6F6F6F;
}

@media (max-width: 768px) {
  /* line 26, ../sass/blocks/_general.scss */
  .home-heading {
    padding: 15px 5px 15px;
  }
  /* line 29, ../sass/blocks/_general.scss */
  .home-heading__title {
    font-size: 28px;
  }
  /* line 33, ../sass/blocks/_general.scss */
  .home-heading__text {
    font-size: 14px;
  }
}
/* line 1, ../sass/blocks/_header.scss */
header {
  margin: 0 0 10px;
}
/* line 5, ../sass/blocks/_header.scss */
header .container .row {
  align-items: center;
}
/* line 9, ../sass/blocks/_header.scss */
header #cart {
  color: #663130;
}

/* line 14, ../sass/blocks/_header.scss */
#top ul {
  margin: 0;
  padding: 0;
}
/* line 19, ../sass/blocks/_header.scss */
#top .language-select-box ul {
  margin: 0;
  display: inline-flex;
}
/* line 22, ../sass/blocks/_header.scss */
#top .language-select-box ul li {
  display: inline-block;
}
/* line 24, ../sass/blocks/_header.scss */
#top .language-select-box ul li button {
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  padding: 0 4px;
}
/* line 30, ../sass/blocks/_header.scss */
#top .language-select-box ul li button.lang-active {
  font-weight: bold;
  color: #663130;
  background: transparent;
  text-decoration: none !important;
  cursor: default;
}
/* line 38, ../sass/blocks/_header.scss */
#top .language-select-box ul li button:hover {
  color: #663130;
  background: transparent;
  text-decoration: underline;
}
/* line 47, ../sass/blocks/_header.scss */
#top .top-right {
  text-align: right;
}
/* line 49, ../sass/blocks/_header.scss */
#top .top-right #top-links {
  display: inline-flex;
}
/* line 52, ../sass/blocks/_header.scss */
#top .top-right #top-links ul li {
  margin-left: 25px;
}

/* line 70, ../sass/blocks/_header.scss */
#search input {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  height: 34px;
  border-right: none;
}
/* line 78, ../sass/blocks/_header.scss */
#search button {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  font-size: 0;
  background: url(../image/svg-search-8.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  width: 34px;
  height: 34px;
}
/* line 88, ../sass/blocks/_header.scss */
#search button i {
  display: none;
}
/* line 91, ../sass/blocks/_header.scss */
#search button:hover {
  background-color: #e3e3e3;
}

/* line 101, ../sass/blocks/_header.scss */
#cart button {
  /*border-radius: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;*/
  /*.icon {
    color: $PrimaryColor;
    .fa, i {
      font-size: 20px;
    }
  }*/
  /*#cart-total {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    color: $LinkHoverColor;
    background-color: $BodyBGColor;
    //padding: 2px;
    border-radius: 50%;
    font-weight: bold;
  }*/
}

@media (max-width: 767px) {
  /* line 132, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col {
    display: block !important;
  }
  /* line 134, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col #logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  /* line 140, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col #logo a {
    display: block;
    text-align: center;
  }
  /* line 144, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col #logo img {
    max-width: 120px;
    height: auto;
    display: inline-block !important;
  }
  /* line 150, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col .h-nav {
    display: inline-block;
  }
  /* line 153, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col .h-right-btn {
    display: inline-flex;
    float: inline-end;
  }

  /* line 160, ../sass/blocks/_header.scss */
  header {
    position: relative;
    margin-top: 0;
    /*&:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 50px;
      left: 0;
      bottom: -3px;
      background: $BgColor;
    }*/
    /*#logo {
      text-align: center;
      margin: 10px auto;
      img {
        max-height: 44px;
        width: auto !important;
        display: inline-block !important;
      }
    }*/
    /*.menu-box {
      padding-right: 0;
    }*/
  }
  /* line 185, ../sass/blocks/_header.scss */
  header .cart-box {
    padding-left: 0;
  }
  /* line 188, ../sass/blocks/_header.scss */
  header .cart-box #cart button {
    border: 1px solid #663130;
    width: 44px;
    height: 44px;
    position: relative;
    float: right;
  }
  /* line 194, ../sass/blocks/_header.scss */
  header .cart-box #cart button #cart-total {
    top: 2px;
    right: 2px;
  }
  /* line 202, ../sass/blocks/_header.scss */
  header .yum-wrapper .yum {
    margin: 0;
  }
  /* line 206, ../sass/blocks/_header.scss */
  header .yum-wrapper .pmenu > div {
    background-color: #663130;
    color: #ffffff;
    border-radius: 0;
    display: block;
    width: 44px;
    height: 44px;
    padding: 11px;
    text-shadow: none;
  }
  /* line 216, ../sass/blocks/_header.scss */
  header .yum-wrapper .pmenu > div .nav-bars:after {
    font-size: 26px;
  }
  /* line 221, ../sass/blocks/_header.scss */
  header .yum-wrapper .pmenu nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: calc(100% - 60px);
    height: 100vh !important;
    overflow: auto;
  }

  /* line 238, ../sass/blocks/_header.scss */
  body.m-menu-open {
    overflow: hidden;
  }
  /* line 240, ../sass/blocks/_header.scss */
  body.m-menu-open:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 248, ../sass/blocks/_header.scss */
  body.m-menu-open .nav-bars {
    position: fixed !important;
    right: 0;
    top: 0;
    color: red !important;
    width: 46px;
    height: 46px;
    max-width: 46px !important;
    background-color: #ccc;
  }
  /* line 258, ../sass/blocks/_header.scss */
  body.m-menu-open .nav-bars:after {
    content: '\f00d';
  }

  /* line 264, ../sass/blocks/_header.scss */
  .isearch-container {
    left: 0 !important;
    width: 100% !important;
  }
}
/* line 271, ../sass/blocks/_header.scss */
header .dropdown-menu {
  min-width: auto;
}
/* line 274, ../sass/blocks/_header.scss */
header #logo {
  max-width: 160px;
  height: auto;
}
/* line 279, ../sass/blocks/_header.scss */
header .h-nav-btn-box .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 284, ../sass/blocks/_header.scss */
header .h-nav-btn-box .col .h-nav {
  flex: 1;
}
/* line 288, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 292, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn > div {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  box-sizing: border-box;
}
/* line 300, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn > div a, header .h-nav-btn-box .h-right-btn > div button, header .h-nav-btn-box .h-right-btn > div .btn {
  display: block;
  width: 42px;
  height: 42px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
/* line 312, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn button {
  margin: 0;
  padding: 0;
}

/* line 320, ../sass/blocks/_header.scss */
.h-right-btn {
  /*.h-cart {
    #cart {
      button {
        font-size: 0;
        background: url(../image/svg-cart-10.svg) no-repeat;
        background-position: 50% 50%;
        background-size: 26px 26px;
      }
    }
  }*/
}
/* line 322, ../sass/blocks/_header.scss */
.h-right-btn .h-search .btn {
  font-size: 0;
  background: url(../image/svg-search-8.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 32px 32px;
}
/* line 330, ../sass/blocks/_header.scss */
.h-right-btn .h-user a {
  font-size: 0;
  background: url(../image/svg-user-9.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 28px 28px;
}
/* line 338, ../sass/blocks/_header.scss */
.h-right-btn .h-wishlist a {
  font-size: 0;
  background: url(../image/svg-heart-12.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 26px 26px;
}
/* line 356, ../sass/blocks/_header.scss */
.h-right-btn > div:hover {
  background-color: #fff;
}

/* line 363, ../sass/blocks/_header.scss */
body header {
  position: relative;
}
/* line 365, ../sass/blocks/_header.scss */
body header #h-search-wrap {
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 370, ../sass/blocks/_header.scss */
body header #h-search-wrap.search-open {
  display: block;
  position: absolute;
}
/* line 380, ../sass/blocks/_header.scss */
body.m-search-open header .h-search #btn-search {
  background-color: #fff;
}

/* line 389, ../sass/blocks/_header.scss */
#h-search-wrap.container .col-12 #search {
  max-width: 600px;
  margin-left: auto;
}

/* line 399, ../sass/blocks/_header.scss */
#text-slider .pos-module div {
  text-align: center;
  font-size: 15px !important;
  line-height: 16px !important;
}
/* line 403, ../sass/blocks/_header.scss */
#text-slider .pos-module div a {
  font-size: 15px !important;
  line-height: 16px !important;
}

/* **************** new style ***************** */
/* line 414, ../sass/blocks/_header.scss */
.header-top-inner .social-networks {
  margin-bottom: 0;
  text-align: right;
}
/* line 417, ../sass/blocks/_header.scss */
.header-top-inner .social-networks li {
  margin: 0 0 0 8px;
}
/* line 419, ../sass/blocks/_header.scss */
.header-top-inner .social-networks li a {
  color: #964600;
  transition: 0.3s;
}
/* line 422, ../sass/blocks/_header.scss */
.header-top-inner .social-networks li a svg {
  width: 24px;
  height: 24px;
}
/* line 425, ../sass/blocks/_header.scss */
.header-top-inner .social-networks li a svg path {
  fill: currentColor;
}
/* line 429, ../sass/blocks/_header.scss */
.header-top-inner .social-networks li a:hover {
  color: #000;
}

/* line 436, ../sass/blocks/_header.scss */
.header-inner {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 439, ../sass/blocks/_header.scss */
.header-inner .logo {
  text-align: center;
}
/* line 441, ../sass/blocks/_header.scss */
.header-inner .logo img {
  display: inline-block;
  max-height: 76px;
  width: auto;
}
/* line 447, ../sass/blocks/_header.scss */
.header-inner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

/* line 455, ../sass/blocks/_header.scss */
#account li {
  display: inline-block;
}

/* line 461, ../sass/blocks/_header.scss */
#form-language ul li {
  display: inline-block;
}

/* line 466, ../sass/blocks/_header.scss */
.header-inner {
  display: flex;
  align-items: center;
}
/* line 470, ../sass/blocks/_header.scss */
.header-inner .header-left {
  display: flex;
  align-items: center;
}
/* line 473, ../sass/blocks/_header.scss */
.header-inner .header-left .ul-contact-info {
  margin: 0;
}
/* line 475, ../sass/blocks/_header.scss */
.header-inner .header-left .ul-contact-info li {
  margin: 0;
  padding: 4px 0;
  line-height: 16px;
}
/* line 479, ../sass/blocks/_header.scss */
.header-inner .header-left .ul-contact-info li .h-info-item {
  display: flex;
  align-items: center;
}
/* line 482, ../sass/blocks/_header.scss */
.header-inner .header-left .ul-contact-info li .h-info-item svg {
  margin-right: 4px;
}

/* line 491, ../sass/blocks/_header.scss */
.header-inner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

/* line 500, ../sass/blocks/_header.scss */
.header-inner .header-right .h-cart,
.header-inner .header-right .h-search {
  margin-left: auto;
}

/* line 510, ../sass/blocks/_header.scss */
.h-cart #cart button {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: none;
  margin-bottom: 2px;
}
/* line 521, ../sass/blocks/_header.scss */
.h-cart #cart button .icon-cart {
  width: 32px;
  height: 32px;
  -webkit-mask: url(../image/svg-cart-10.svg) no-repeat center;
  mask: url(../image/svg-cart-10.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #2B2B2B;
}
/* line 534, ../sass/blocks/_header.scss */
.h-cart #cart #cart-total {
  font-size: 16px;
}

/* line 539, ../sass/blocks/_header.scss */
.header-top-inner {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
/* line 543, ../sass/blocks/_header.scss */
.header-top-inner #account {
  display: flex;
  justify-content: center;
  margin: 0;
}
/* line 547, ../sass/blocks/_header.scss */
.header-top-inner #account li {
  padding: 0 10px;
  position: relative;
}
/* line 550, ../sass/blocks/_header.scss */
.header-top-inner #account li a {
  color: #000000;
}
/* line 554, ../sass/blocks/_header.scss */
.header-top-inner #account li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ccc;
}
/* line 569, ../sass/blocks/_header.scss */
.header-top-inner .pos-module .hmenu nav ul {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}
/* line 575, ../sass/blocks/_header.scss */
.header-top-inner .pos-module .hmenu nav ul li div a {
  padding: 0 8px;
  font-weight: normal;
}
/* line 578, ../sass/blocks/_header.scss */
.header-top-inner .pos-module .hmenu nav ul li div a .title {
  text-transform: none;
  font-size: 15px;
  line-height: 16px;
}
/* line 590, ../sass/blocks/_header.scss */
.header-top-inner #form-language {
  display: flex;
  justify-content: center;
}
/* line 593, ../sass/blocks/_header.scss */
.header-top-inner #form-language ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
/* line 598, ../sass/blocks/_header.scss */
.header-top-inner #form-language ul li {
  padding: 0 10px;
  position: relative;
}
/* line 601, ../sass/blocks/_header.scss */
.header-top-inner #form-language ul li button {
  font-size: 15px;
  line-height: 16px;
  padding: 0 4px;
  color: #000000;
}
/* line 606, ../sass/blocks/_header.scss */
.header-top-inner #form-language ul li button.lang-active, .header-top-inner #form-language ul li button:hover {
  font-weight: bold;
}
/* line 612, ../sass/blocks/_header.scss */
.header-top-inner #form-language ul li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #ccc;
}

/* New Mobile */
/* line 628, ../sass/blocks/_header.scss */
body {
  min-height: 100%;
}
/* line 630, ../sass/blocks/_header.scss */
body.m-menu-open {
  overflow: hidden !important;
}
/* line 632, ../sass/blocks/_header.scss */
body.m-menu-open:before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  opacity: .7;
  top: 75px;
}
/* line 645, ../sass/blocks/_header.scss */
body.m-menu-open #top-bar #menuToggle:before {
  position: absolute;
  content: "";
  width: 400%;
  height: 90px;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
}

/*#menu {
  position: fixed;
  left: -100%;
  width: 83%;
  height: 100%;
  top: 80px;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  &.menu-open {
    left: -60px;
  }
}*/
/*#menuContent {
  position: absolute;
  left: 60px;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}*/
@media (max-width: 767px) {
  /* line 688, ../sass/blocks/_header.scss */
  header .logo img {
    max-width: 90px;
    height: auto;
  }
}
/* line 2, ../sass/blocks/_header-new.scss */
#cart-total {
  display: flex;
  flex-direction: row;
}
/* line 5, ../sass/blocks/_header-new.scss */
#cart-total .c-total {
  order: 1;
}
/* line 8, ../sass/blocks/_header-new.scss */
#cart-total .c-text {
  order: 2;
  margin: 0 8px;
}
/* line 12, ../sass/blocks/_header-new.scss */
#cart-total .c-sum {
  order: 3;
}

@media (max-width: 959px) {
  /* line 17, ../sass/blocks/_header-new.scss */
  .header-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  /* line 23, ../sass/blocks/_header-new.scss */
  .m-header-left {
    margin-right: auto;
    width: auto;
  }

  /* line 28, ../sass/blocks/_header-new.scss */
  .m-header-center {
    margin: 0 auto;
    text-align: center;
    width: auto;
  }

  /* line 34, ../sass/blocks/_header-new.scss */
  .m-header-right {
    margin-left: auto;
    width: auto;
  }

  /* line 40, ../sass/blocks/_header-new.scss */
  .header-inner > div {
    flex: 0 0 auto;
    max-width: none;
  }

  /* line 45, ../sass/blocks/_header-new.scss */
  #cart-total .c-text,
  #cart-total .c-sum {
    display: none;
  }

  /* line 50, ../sass/blocks/_header-new.scss */
  #header-top {
    display: none;
  }

  /* line 57, ../sass/blocks/_header-new.scss */
  #header-block .logo img {
    width: auto;
  }
  /* line 63, ../sass/blocks/_header-new.scss */
  #header-block .m-btn,
  #header-block .header-right {
    display: flex;
    flex-direction: row;
  }
  /* line 69, ../sass/blocks/_header-new.scss */
  #header-block .header-right #searchtToggle {
    order: 1;
  }
  /* line 72, ../sass/blocks/_header-new.scss */
  #header-block .header-right .h-cart {
    order: 2;
    margin-left: inherit;
  }

  /* line 78, ../sass/blocks/_header-new.scss */
  .h-element {
    padding: 2px;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
  }

  /* line 88, ../sass/blocks/_header-new.scss */
  #h-m-search {
    position: absolute;
  }
  /* line 90, ../sass/blocks/_header-new.scss */
  #h-m-search.search-open {
    display: block !important;
    position: fixed;
    background: #fff;
    top: 92px;
    z-index: 99;
    width: 96%;
    left: 2%;
  }

  /* line 101, ../sass/blocks/_header-new.scss */
  #h-m-contact.contact-open {
    display: block !important;
    position: fixed;
    background: #fff;
    top: 92px;
    z-index: 99;
    width: 96%;
    left: 2%;
  }

  /* line 115, ../sass/blocks/_header-new.scss */
  #header-block .icon-box {
    position: relative;
    cursor: pointer;
  }
  /* line 119, ../sass/blocks/_header-new.scss */
  #header-block .icon-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease;
  }
  /* line 132, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger .icon {
    width: 24px;
    height: 2px;
    background: #2B2B2B;
  }
  /* line 137, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger .icon::before, #header-block .icon-burger .icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #2B2B2B;
    transition: all 0.25s ease;
  }
  /* line 148, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger .icon::before {
    top: -8px;
  }
  /* line 149, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger .icon::after {
    top: 8px;
  }
  /* line 153, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger.btn-menu-active .icon {
    background: transparent;
  }
  /* line 156, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger.btn-menu-active .icon::before {
    top: 0;
    transform: rotate(45deg);
  }
  /* line 161, ../sass/blocks/_header-new.scss */
  #header-block .icon-burger.btn-menu-active .icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* line 173, ../sass/blocks/_header-new.scss */
  #header-block .icon-fa .icon {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    color: #2B2B2B;
  }
  /* line 181, ../sass/blocks/_header-new.scss */
  #header-block .icon-fa .icon::before {
    display: block;
    transition: all 0.25s ease;
  }
  /* line 187, ../sass/blocks/_header-new.scss */
  #header-block .icon-fa .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #000;
    transform: translate(-50%, -50%) rotate(0);
    top: 50%;
    opacity: 0;
    transition: all 0.25s ease;
  }
  /* line 201, ../sass/blocks/_header-new.scss */
  #header-block .icon-fa .icon::after {
    box-shadow: 0 0 0 0 #000;
  }
  /* line 211, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle .icon::before {
    content: "\f095";
  }
  /* line 218, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::before {
    opacity: 0;
    transform: scale(0.5);
  }
  /* line 224, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 0 0 0 #000;
  }
  /* line 237, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::after {
    box-shadow: none;
  }
  /* line 248, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::after {
    box-shadow: none;
  }
  /* line 254, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::after {
    content: '';
  }
  /* line 259, ../sass/blocks/_header-new.scss */
  #header-block #contactToggle.btn-contact-active .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }
  /* line 277, ../sass/blocks/_header-new.scss */
  #header-block #searchtToggle .icon::before {
    content: "\f002";
  }
  /* line 283, ../sass/blocks/_header-new.scss */
  #header-block #searchtToggle.btn-search-active .icon::before {
    opacity: 0;
    transform: scale(0.5);
  }
  /* line 288, ../sass/blocks/_header-new.scss */
  #header-block #searchtToggle.btn-search-active .icon::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* line 294, ../sass/blocks/_header-new.scss */
  #header-block #searchtToggle.btn-search-active .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
  }

  /* line 310, ../sass/blocks/_header-new.scss */
  #menuContent {
    position: relative;
    display: block;
  }
}
@media (min-width: 960px) {
  /* line 319, ../sass/blocks/_header-new.scss */
  .header-right #h-m-search {
    margin-left: auto;
    padding-right: 0;
  }

  /* line 329, ../sass/blocks/_header-new.scss */
  .m-menu-content {
    display: none !important;
  }
}
@media (max-width: 959px) {
  /* line 2, ../sass/blocks/_mobile-menu.scss */
  .m-menu-content {
    margin: 0 15px;
  }

  /* line 5, ../sass/blocks/_mobile-menu.scss */
  #menu {
    display: none;
  }
  /* line 7, ../sass/blocks/_mobile-menu.scss */
  #menu.menu-open {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  /* line 17, ../sass/blocks/_mobile-menu.scss */
  #menu.menu-open #menuContent #general-nav {
    display: block !important;
  }
  /* line 22, ../sass/blocks/_mobile-menu.scss */
  #menu.menu-open .yum.amenu {
    position: relative;
  }
  /* line 24, ../sass/blocks/_mobile-menu.scss */
  #menu.menu-open .yum.amenu nav {
    display: block !important;
  }

  /* line 31, ../sass/blocks/_mobile-menu.scss */
  .mob-h-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 36, ../sass/blocks/_mobile-menu.scss */
  .mob-h-nav .mob-account li {
    display: inline-block;
  }
}
/* line 1, ../sass/blocks/_page-title.scss */
.page-title {
  background: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
/* line 11, ../sass/blocks/_page-title.scss */
.page-title h1 {
  margin-bottom: 15px;
}
/* line 14, ../sass/blocks/_page-title.scss */
.page-title .breadcrumb {
  background: none;
  display: block;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/blocks/_page-title.scss */
.page-title .breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  /* line 1, ../sass/blocks/_page-title.scss */
  .page-title {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  /* line 29, ../sass/blocks/_page-title.scss */
  .page-title h1 {
    margin-bottom: 15px;
  }
}

/* line 1, ../sass/blocks/_content-box.scss */
#content {
  margin-bottom: 40px;
}

/* line 6, ../sass/blocks/_content-box.scss */
.ul-contact-info li {
  margin-bottom: 5px;
}
/* line 10, ../sass/blocks/_content-box.scss */
.ul-contact-info .s-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
/* line 14, ../sass/blocks/_content-box.scss */
.ul-contact-info .s-icons a svg {
  width: 100%;
  height: 100%;
}

/* line 22, ../sass/blocks/_content-box.scss */
.pos-module .info-carousel {
  box-shadow: none;
  background: none;
  border: none;
}
/* line 27, ../sass/blocks/_content-box.scss */
.pos-module .info-carousel .info-carousel__image-wrap .info-carousel__image {
  max-width: 40px !important;
  height: auto;
}

/* line 1, ../sass/blocks/_products-grid.scss */
.product-layout {
  margin-bottom: 40px;
}

/* line 9, ../sass/blocks/_products-grid.scss */
.product-thumb {
  height: 100%;
}
/* line 11, ../sass/blocks/_products-grid.scss */
.product-thumb .image {
  margin: 0 0 8px 0;
}
/* line 14, ../sass/blocks/_products-grid.scss */
.product-thumb .image button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
/* line 27, ../sass/blocks/_products-grid.scss */
.product-thumb .image button i,
.product-thumb .image button .fa {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 20px;
}
/* line 32, ../sass/blocks/_products-grid.scss */
.product-thumb .image button i.fa-solid,
.product-thumb .image button .fa.fa-solid {
  color: #E45C5C;
}
/* line 43, ../sass/blocks/_products-grid.scss */
.product-thumb .button-group {
  text-align: center;
}
/* line 45, ../sass/blocks/_products-grid.scss */
.product-thumb .button-group button {
  margin: 0 auto;
  float: none;
}
/* line 52, ../sass/blocks/_products-grid.scss */
.product-thumb:hover .image button {
  right: 10px;
}
/* line 59, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .image button {
  width: 28px;
  height: 28px;
}
/* line 62, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .image button i,
.product-thumb.prod-small .image button .fa {
  font-size: 16px;
  line-height: 20px;
}
/* line 75, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .button-group button {
  /*font-size: 14px;
  line-height: 16px;*/
}

/* line 88, ../sass/blocks/_products-grid.scss */
.swiper-container-horizontal .swiper-wrapper {
  align-items: stretch;
  padding: 0 1px;
}
/* line 92, ../sass/blocks/_products-grid.scss */
.swiper-container-horizontal .swiper-slide {
  height: auto;
  display: flex;
}

/* line 97, ../sass/blocks/_products-grid.scss */
.hpm-cat {
  height: 70px;
  position: relative;
  overflow: hidden;
  margin-top: -54px;
}

/* line 103, ../sass/blocks/_products-grid.scss */
.hpm-cat-box {
  position: relative;
  z-index: 5;
  margin: 0;
}
/* line 107, ../sass/blocks/_products-grid.scss */
.hpm-cat-box .hpm-group {
  padding: 0 5px;
  margin: 0;
}
/* line 110, ../sass/blocks/_products-grid.scss */
.hpm-cat-box .hpm-group .hpm-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

/* line 119, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item {
  border-color: #663130;
  border-radius: 0;
  padding: 0;
}
/* line 123, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item .hcol-attribute {
  background-color: #fff;
  color: #000;
}
/* line 128, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item.active .hcol-attribute {
  background-color: #663130;
  color: #fff;
  border: 1px solid #663130;
}
/* line 134, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item:hover {
  box-shadow: 0 0 5px #7e3d1c;
}

/* line 140, ../sass/blocks/_products-grid.scss */
.caption {
  text-align: center;
  margin-bottom: 10px;
}
/* line 142, ../sass/blocks/_products-grid.scss */
.caption .product-name {
  /*font-size: 16px;
  line-height: 1.1em;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: $SecondaryColor;
  padding: 0;*/
}
/* line 153, ../sass/blocks/_products-grid.scss */
.caption .price {
  /*text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: $LinkHoverColor;*/
}

@media (max-width: 767px) {
  /* line 163, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb {
    margin-bottom: 8px;
  }
  /* line 168, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb .hpm-cat {
    height: 44px;
    font-size: 12px;
    line-height: 14px;
    margin-top: -42px;
  }
  /* line 174, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb .rating {
    margin-bottom: 0;
  }
  /* line 178, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .caption {
    padding: 0;
  }
  /* line 191, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .button-group {
    padding: 0;
    display: block;
  }
  /* line 194, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .button-group button {
    width: 100%;
    display: block;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  /* line 206, ../sass/blocks/_products-grid.scss */
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: auto;
  }
}
/* new style */
/* line 2, ../sass/blocks/_product.scss */
.product-thumb {
  border: 1.5px solid #E8E3DE;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1px;
}
/* line 10, ../sass/blocks/_product.scss */
.product-thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  flex: 0 0 auto;
}
/* line 17, ../sass/blocks/_product.scss */
.product-thumb .caption {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
/* line 23, ../sass/blocks/_product.scss */
.product-thumb .timer-block {
  min-height: 42px;
}
/* line 26, ../sass/blocks/_product.scss */
.product-thumb .button-group {
  margin-top: auto;
}
/* line 29, ../sass/blocks/_product.scss */
.product-thumb:hover {
  box-shadow: 0 16px 34px rgba(43, 43, 43, 0.08);
}

/* End new style */
/* line 35, ../sass/blocks/_product.scss */
.pr-im-by-box {
  margin-bottom: 30px;
}

/* line 39, ../sass/blocks/_product.scss */
.product-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 45, ../sass/blocks/_product.scss */
.rating {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 0;
}
/* line 49, ../sass/blocks/_product.scss */
.rating p {
  margin: 0;
}
/* line 52, ../sass/blocks/_product.scss */
.rating .fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/* line 57, ../sass/blocks/_product.scss */
.rating .rev-text {
  font-style: italic;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

/* line 66, ../sass/blocks/_product.scss */
#product .form-group {
  display: flex;
}
/* line 68, ../sass/blocks/_product.scss */
#product .form-group .btn-col + .btn-col {
  margin-left: 20px;
}
/* line 71, ../sass/blocks/_product.scss */
#product .form-group input {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e3e3e3;
}
/* line 82, ../sass/blocks/_product.scss */
#product .form-group button {
  border-radius: 0;
  border: 1px solid #663130;
  height: 40px;
}
/* line 87, ../sass/blocks/_product.scss */
#product .form-group #button-cart {
  padding: 0 50px;
}
/* line 91, ../sass/blocks/_product.scss */
#product .form-group .input-group-btn button {
  width: 40px;
  height: 40px;
}

/* line 100, ../sass/blocks/_product.scss */
.prod-info li {
  margin-bottom: 10px;
}

/* line 109, ../sass/blocks/_product.scss */
.b-attr .attributes thead tr td {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
/* line 116, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row {
  margin-bottom: 4px;
  position: relative;
}
/* line 119, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row td {
  border: none;
  padding: 0;
}
/* line 123, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-name {
  padding-right: 17px;
  position: relative;
  color: #000000;
}
/* line 127, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-name span {
  color: #000000;
  padding-right: 4px;
}
/* line 132, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-name:before {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  right: -1px;
  bottom: 4px;
  border-bottom: 1px dashed #fff;
  width: 100%;
  z-index: -1;
}
/* line 144, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-text {
  padding-left: 4px;
}

/* line 150, ../sass/blocks/_product.scss */
#product-description {
  margin-bottom: 45px;
}

/* line 153, ../sass/blocks/_product.scss */
.product-reviews-box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  /* line 161, ../sass/blocks/_product.scss */
  #product-product #product .form-group .btn-col + .btn-col {
    margin-left: 10px;
  }
  /* line 164, ../sass/blocks/_product.scss */
  #product-product #product .form-group button {
    padding: 0 15px;
  }

  /* line 172, ../sass/blocks/_product.scss */
  .button-group button i {
    display: none;
  }
}
/* line 179, ../sass/blocks/_product.scss */
#product-product #product {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 960px) {
  /* line 187, ../sass/blocks/_product.scss */
  #product .form-group {
    display: block;
    position: relative;
  }
  /* line 190, ../sass/blocks/_product.scss */
  #product .form-group .btn-col {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  /* line 194, ../sass/blocks/_product.scss */
  #product .form-group .btn-add-wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 576px) {
  /* line 205, ../sass/blocks/_product.scss */
  #product .form-group {
    display: block;
    position: relative;
  }
  /* line 208, ../sass/blocks/_product.scss */
  #product .form-group .btn-col {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  /* line 212, ../sass/blocks/_product.scss */
  #product .form-group .btn-add-wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* line 221, ../sass/blocks/_product.scss */
#column-left .ocf-header {
  display: none;
}

/* new style */
/* line 234, ../sass/blocks/_product.scss */
.product-card .caption,
.product-thumb .caption {
  padding: 0 8px;
}
/* line 243, ../sass/blocks/_product.scss */
.product-card .product-name,
.product-thumb .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 65px;
  margin-bottom: 14px;
  overflow: hidden;
  color: #2B2B2B;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.25s ease;
}
/* line 264, ../sass/blocks/_product.scss */
.product-card .product-name:hover,
.product-thumb .product-name:hover {
  color: #5F7D6E;
  text-decoration: none;
}
/* line 270, ../sass/blocks/_product.scss */
.product-card .price,
.product-thumb .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  line-height: 1;
}
/* line 281, ../sass/blocks/_product.scss */
.product-card .price,
.product-thumb .price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
/* line 288, ../sass/blocks/_product.scss */
.product-card .price-new,
.product-thumb .price-new {
  color: #E45C5C;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
/* line 296, ../sass/blocks/_product.scss */
.product-card .price-old,
.product-thumb .price-old {
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
/* line 304, ../sass/blocks/_product.scss */
.product-card .price-normal,
.product-thumb .price-normal {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  /* line 316, ../sass/blocks/_product.scss */
  .product-card .product-name,
  .product-thumb .product-name {
    margin-bottom: 2px;
  }
}
/* line 328, ../sass/blocks/_product.scss */
.product-card:hover .product-name,
.product-thumb:hover .product-name {
  color: #5F7D6E;
}

@media (max-width: 767px) {
  /* line 343, ../sass/blocks/_product.scss */
  .product-card .caption,
  .product-thumb .caption {
    gap: 8px;
    padding-top: 14px;
  }
  /* line 348, ../sass/blocks/_product.scss */
  .product-card .product-name,
  .product-thumb .product-name {
    min-height: 40px;
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 355, ../sass/blocks/_product.scss */
  .product-card .price-new,
  .product-card .price-normal,
  .product-thumb .price-new,
  .product-thumb .price-normal {
    font-size: 16px;
  }
  /* line 360, ../sass/blocks/_product.scss */
  .product-card .price-old,
  .product-thumb .price-old {
    font-size: 13px;
  }
}
/* line 367, ../sass/blocks/_product.scss */
.product-thumb {
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
/* line 371, ../sass/blocks/_product.scss */
.product-thumb .percentage-discount {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  letter-spacing: 1px;
}
/* line 390, ../sass/blocks/_product.scss */
.product-thumb .timer-block .is-opencartCountdown {
  border: none;
}
/* line 395, ../sass/blocks/_product.scss */
.product-thumb .timer-block .is-opencartCountdown .opencartCountdown-row .opencartCountdown-section {
  border: none;
  position: relative;
}
/* line 400, ../sass/blocks/_product.scss */
.product-thumb .timer-block .is-opencartCountdown .opencartCountdown-row .opencartCountdown-section:not(:last-child):after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  right: -1px;
  top: 0;
  z-index: 5;
}
/* line 413, ../sass/blocks/_product.scss */
.product-thumb .timer-block .is-opencartCountdown .opencartCountdown-row .opencartCountdown-section .opencartCountdown-amount {
  font-weight: bold;
  font-size: 13px !important;
}
/* line 418, ../sass/blocks/_product.scss */
.product-thumb .timer-block .is-opencartCountdown .opencartCountdown-row .opencartCountdown-section .opencartCountdown-period {
  font-size: 10px !important;
}
/* line 431, ../sass/blocks/_product.scss */
.product-thumb .button-group button {
  width: 80%;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 5px;
  border: 1.5px solid #6E3B32;
  background: #fdf5f1;
  color: #6E3B32;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 10px;
}
/* line 454, ../sass/blocks/_product.scss */
.product-thumb .button-group button i,
.product-thumb .button-group button span {
  transition: all 0.25s ease;
}
/* line 459, ../sass/blocks/_product.scss */
.product-thumb .button-group button i {
  font-size: 15px;
}
/* line 463, ../sass/blocks/_product.scss */
.product-thumb .button-group button span {
  position: relative;
  top: 1px;
  font-weight: 700;
}
/* line 469, ../sass/blocks/_product.scss */
.product-thumb .button-group button:hover {
  background: #5F7D6E;
  border-color: #5F7D6E;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
/* line 477, ../sass/blocks/_product.scss */
.product-thumb .button-group button:hover i {
  transform: scale(1.05);
}
/* line 482, ../sass/blocks/_product.scss */
.product-thumb .button-group button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
/* line 487, ../sass/blocks/_product.scss */
.product-thumb .button-group button:focus {
  outline: none;
}
/* line 491, ../sass/blocks/_product.scss */
.product-thumb .button-group button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* line 509, ../sass/blocks/_product.scss */
.product-thumb.in-cart .button-group button, .product-thumb.added .button-group button, .product-thumb.active .button-group button {
  background: #5F7D6E;
  border-color: #5F7D6E;
  color: #FFFFFF;
}
/* line 514, ../sass/blocks/_product.scss */
.product-thumb.in-cart .button-group button:hover, .product-thumb.added .button-group button:hover, .product-thumb.active .button-group button:hover {
  background: #4E6A5D;
  border-color: #4E6A5D;
}
@media (max-width: 767px) {
  /* line 531, ../sass/blocks/_product.scss */
  .product-thumb .button-group button {
    border-width: 1px;
    font-size: 16px;
    border-radius: 8px;
  }
  /* line 538, ../sass/blocks/_product.scss */
  .product-thumb .button-group button i {
    font-size: 20px;
  }
}

/* End new style */
/* timer-block */
/* End timer-block */
/* line 1, ../sass/blocks/_product-galley.scss */
#product-images {
  position: relative;
  display: flex;
}
/* line 4, ../sass/blocks/_product-galley.scss */
#product-images .product-thumb-image {
  order: 1;
  text-align: center;
  position: relative;
  border: 1px solid #e3e3e3;
  margin-left: 20px;
}
/* line 10, ../sass/blocks/_product-galley.scss */
#product-images .product-thumb-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* line 15, ../sass/blocks/_product-galley.scss */
#product-images .product-thumb-image .sticker-product {
  z-index: 10;
}
/* line 19, ../sass/blocks/_product-galley.scss */
#product-images .product-additional-images {
  width: 120px;
  order: -1;
}
/* line 22, ../sass/blocks/_product-galley.scss */
#product-images .product-additional-images a {
  display: block;
}
@media (max-width: 767px) {
  /* line 1, ../sass/blocks/_product-galley.scss */
  #product-images {
    display: block;
  }
  /* line 29, ../sass/blocks/_product-galley.scss */
  #product-images .product-thumb-image {
    margin-left: 0;
  }
  /* line 32, ../sass/blocks/_product-galley.scss */
  #product-images .product-additional-images {
    margin-bottom: 25px;
    width: auto;
    display: flex;
    max-width: 100%;
    overflow: hidden;
  }
  /* line 39, ../sass/blocks/_product-galley.scss */
  #product-images .product-additional-images a img {
    max-width: 80px;
    height: auto;
  }
}

/* line 3, ../sass/blocks/_pagination.scss */
ul.pagination li span,
ul.pagination li a {
  background: none;
  font-size: 18px;
  height: 40px;
  letter-spacing: 0;
  line-height: 40px;
  margin: 10px 6px 0 6px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  float: left;
  border-radius: 50%;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
/* line 28, ../sass/blocks/_pagination.scss */
ul.pagination li.active span,
ul.pagination li.active a, ul.pagination li:hover span,
ul.pagination li:hover a {
  border-color: #663130;
  background: #663130;
  color: #ffffff;
}

/* line 1, ../sass/blocks/_footer.scss */
footer {
  padding: 48px 0 10px 0;
  position: relative;
}
/* line 8, ../sass/blocks/_footer.scss */
footer:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
}
/* line 20, ../sass/blocks/_footer.scss */
footer p {
  margin-bottom: 0;
  color: #000000;
}
/* line 24, ../sass/blocks/_footer.scss */
footer hr {
  border-top: none;
  border-bottom: 1px solid #ccc;
}
/* line 29, ../sass/blocks/_footer.scss */
footer a {
  color: #000000;
}
/* line 31, ../sass/blocks/_footer.scss */
footer a:hover {
  color: #663130;
}
/* line 35, ../sass/blocks/_footer.scss */
footer h3, footer h4, footer h5, footer h6 {
  color: #000000;
}

/* line 40, ../sass/blocks/_footer.scss */
ul.social-networks {
  display: block;
}
/* line 42, ../sass/blocks/_footer.scss */
ul.social-networks li {
  display: inline-block;
  margin-right: 8px;
}
/* line 45, ../sass/blocks/_footer.scss */
ul.social-networks li a {
  display: block;
  position: relative;
}

/* line 51, ../sass/blocks/_footer.scss */
.f-logo {
  max-width: 240px;
  height: auto;
}

/* line 55, ../sass/blocks/_footer.scss */
.bootom-footer {
  display: flex;
  align-items: center;
}

/* line 1, ../sass/blocks/_product-reviews-box.scss */
.product-reviews-box {
  background-color: #efeaea;
  padding: 30px;
}

/* line 6, ../sass/blocks/_product-reviews-box.scss */
#review table {
  border: none;
  border-bottom: 1px solid #e3e3e3;
}
/* line 9, ../sass/blocks/_product-reviews-box.scss */
#review table tr {
  border: none;
  background: none;
}
/* line 12, ../sass/blocks/_product-reviews-box.scss */
#review table tr td {
  border: none;
  padding: 0;
  font-weight: normal;
}
/* line 19, ../sass/blocks/_product-reviews-box.scss */
#review .rev-name {
  font-weight: bold;
}
/* line 22, ../sass/blocks/_product-reviews-box.scss */
#review .review-text {
  font-style: italic;
}
/* line 26, ../sass/blocks/_product-reviews-box.scss */
#review .star-box span {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/* line 30, ../sass/blocks/_product-reviews-box.scss */
#review .star-box span i, #review .star-box span .fa {
  font-size: 13px;
}
/* line 32, ../sass/blocks/_product-reviews-box.scss */
#review .star-box span i.fa-star, #review .star-box span .fa.fa-star {
  color: #FF8C00;
}

/* line 39, ../sass/blocks/_product-reviews-box.scss */
.review-date {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

/* line 46, ../sass/blocks/_product-reviews-box.scss */
#product-product .pr-im-by-box .rating {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
/* line 50, ../sass/blocks/_product-reviews-box.scss */
#product-product .pr-im-by-box .rating .fa {
  width: 12px;
  height: 12px;
}
/* line 54, ../sass/blocks/_product-reviews-box.scss */
#product-product .pr-im-by-box .rating i {
  font-size: 12px;
  line-height: 12px;
}

/* line 2, ../sass/blocks/_timer.scss */
.time_special {
  overflow: hidden;
  display: inline-flex;
}

/* line 6, ../sass/blocks/_timer.scss */
.time_special .box-time-date {
  background: #f4f2ed;
  font-size: 9px;
  color: #663130;
  min-width: 48px;
  min-height: 48px;
  text-align: center;
  margin-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px #fbeade solid;
  display: inline-block;
  margin-right: 5px;
}

/* line 21, ../sass/blocks/_timer.scss */
.time_special .box-time-date span {
  display: block;
  font-size: 16px;
  color: #663130;
  margin-top: 6px;
}

/* line 27, ../sass/blocks/_timer.scss */
.box-timer {
  left: 0px;
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 5%;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 36, ../sass/blocks/_timer.scss */
  .time_special .box-time-date {
    min-width: 38px;
    min-height: 38px;
  }
}
/* line 2, ../sass/blocks/_rating.scss */
.rating .fa {
  width: 10px;
  height: 10px;
}
/* line 5, ../sass/blocks/_rating.scss */
.rating .fa i {
  font-size: 10px;
  line-height: 10px;
}
/* line 8, ../sass/blocks/_rating.scss */
.rating .fa i.fa-star {
  color: #E69500;
}

/* line 3, ../sass/blocks/_bloks.scss */
.blog-latest-posts .product-layout .product-thumb {
  border: none;
  border-radius: 0;
}
/* line 6, ../sass/blocks/_bloks.scss */
.blog-latest-posts .product-layout .product-thumb .image {
  margin: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
/* line 10, ../sass/blocks/_bloks.scss */
.blog-latest-posts .product-layout .product-thumb .image img {
  border-radius: 8px;
}
/* line 15, ../sass/blocks/_bloks.scss */
.blog-latest-posts .product-layout .product-thumb .caption .post-name {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

/*  ----------  */
/* line 28, ../sass/blocks/_bloks.scss */
.info-blog-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
/* line 33, ../sass/blocks/_bloks.scss */
.info-blog-row > [class*="col-"] {
  display: flex;
}

/* line 38, ../sass/blocks/_bloks.scss */
.seo-module,
.blog-module {
  width: 100%;
}

/* line 43, ../sass/blocks/_bloks.scss */
.seo-module {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* line 49, ../sass/blocks/_bloks.scss */
.seo-module__content {
  position: relative;
  height: 260px;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
/* line 60, ../sass/blocks/_bloks.scss */
.seo-module__content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity .3s ease;
}
/* line 82, ../sass/blocks/_bloks.scss */
.seo-module__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5F7D6E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
  line-height: 1.4;
  cursor: pointer;
  transition: color .2s ease, opacity .2s ease;
}
/* line 108, ../sass/blocks/_bloks.scss */
.seo-module__more:hover {
  color: #4E6A5D;
}
/* line 112, ../sass/blocks/_bloks.scss */
.seo-module__more::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform .3s ease;
  flex-shrink: 0;
}
/* line 129, ../sass/blocks/_bloks.scss */
.seo-module.is-open {
  overflow: visible;
}
/* line 134, ../sass/blocks/_bloks.scss */
.seo-module.is-open .seo-module__content::after {
  opacity: 0;
}
/* line 141, ../sass/blocks/_bloks.scss */
.seo-module.is-open .seo-module__more::after {
  transform: rotate(-135deg) translateY(-1px);
}

@media (max-width: 767px) {
  /* line 150, ../sass/blocks/_bloks.scss */
  .info-blog-row {
    display: block;
  }

  /* line 154, ../sass/blocks/_bloks.scss */
  .seo-module {
    margin-bottom: 32px;
  }
  /* line 157, ../sass/blocks/_bloks.scss */
  .seo-module__content {
    height: 220px;
  }
  /* line 161, ../sass/blocks/_bloks.scss */
  .seo-module__more {
    margin-top: 16px;
    font-size: 13px;
  }

  /* line 169, ../sass/blocks/_bloks.scss */
  .blog-latest-posts .product-layout {
    margin-bottom: 0;
  }
  /* line 172, ../sass/blocks/_bloks.scss */
  .blog-latest-posts .product-thumb {
    display: flex;
    flex-direction: row;
  }
}
/* categories home */
@media (max-width: 767px) {
  /* line 182, ../sass/blocks/_bloks.scss */
  .luxface-shop-care__grid {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(95, 125, 110, 0.55) #F6F1EC;
  }
  /* line 191, ../sass/blocks/_bloks.scss */
  .luxface-shop-care__grid::-webkit-scrollbar {
    height: 3px;
  }
  /* line 195, ../sass/blocks/_bloks.scss */
  .luxface-shop-care__grid::-webkit-scrollbar-track {
    background: #F6F1EC;
    border-radius: 20px;
  }
  /* line 200, ../sass/blocks/_bloks.scss */
  .luxface-shop-care__grid::-webkit-scrollbar-thumb {
    background: rgba(95, 125, 110, 0.55);
    border-radius: 20px;
  }
}
/* Hero baner */
/* line 209, ../sass/blocks/_bloks.scss */
.banner-swiper-wrap {
  position: relative;
}
/* line 212, ../sass/blocks/_bloks.scss */
.banner-swiper-wrap .swiper-pagination.banner-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 5;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /*background: #fff;
  padding: 2px 30px;
  display: inline-block;
  width: auto;
  border-radius: 40px;*/
}
/* line 228, ../sass/blocks/_bloks.scss */
.banner-swiper-wrap .swiper-pagination.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(95, 125, 110, 0.55);
  opacity: 1;
  transition: all .25s ease;
}
/* line 237, ../sass/blocks/_bloks.scss */
.banner-swiper-wrap .swiper-pagination.banner-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 20px;
  background: rgba(95, 125, 110, 0.55);
}

@media (max-width: 767px) {
  /* line 246, ../sass/blocks/_bloks.scss */
  .banner-swiper-wrap .swiper-pagination.banner-pagination {
    bottom: 4px;
  }
}
/* latest module */
/* line 253, ../sass/blocks/_bloks.scss */
.sw-module {
  position: relative;
  padding-bottom: 34px;
}
/* line 257, ../sass/blocks/_bloks.scss */
.sw-module .sw-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 30px;
}
/* line 275, ../sass/blocks/_bloks.scss */
.sw-module .sw-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: rgba(95, 125, 110, 0.45);
  opacity: 1;
  transition: all .25s ease;
}
/* line 284, ../sass/blocks/_bloks.scss */
.sw-module .sw-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #5F7D6E;
}

@media (max-width: 767px) {
  /* line 293, ../sass/blocks/_bloks.scss */
  .sw-module .sw-nav-btn {
    display: none !important;
  }
}
/* carousel */
/* line 300, ../sass/blocks/_bloks.scss */
.carousel.swiper-viewport {
  position: relative;
  padding-bottom: 34px;
}
/* line 304, ../sass/blocks/_bloks.scss */
.carousel.swiper-viewport .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 30px;
}
/* line 322, ../sass/blocks/_bloks.scss */
.carousel.swiper-viewport .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: rgba(95, 125, 110, 0.45);
  opacity: 1;
  transition: all .25s ease;
}
/* line 333, ../sass/blocks/_bloks.scss */
.carousel.swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #5F7D6E;
}

@media (max-width: 767px) {
  /* line 341, ../sass/blocks/_bloks.scss */
  .carousel.swiper-viewport .swiper-button-prev,
  .carousel.swiper-viewport .swiper-button-next {
    display: none !important;
  }

  /* line 347, ../sass/blocks/_bloks.scss */
  .container .breadcrumb {
    display: none;
  }
}
/*.container {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
  //max-width: 1640px;
  max-width: 1320px;
  //background-color: #ffefef;
}*/
/* line 10, ../sass/base/_grid.scss */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  /* line 19, ../sass/base/_grid.scss */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 26, ../sass/base/_grid.scss */
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* **** Home banners (OpenCart 3 + Swiper) **** */
/* line 32, ../sass/base/_grid.scss */
:root {
  --container-wide: 1440px;
  --gap: 24px;
  --radius: 4px;
  /* Desktop: однакова висота, але адаптивна */
  --hb-h: clamp(360px, 30vw, 554px);
  /* Mobile фон для правого банера при contain */
  --banner-side-bg: #b9c9d6;
}

/* контейнер ширший */
/* line 47, ../sass/base/_grid.scss */
.container--wide {
  max-width: var(--container-wide);
}

/* gap між колонками */
/* line 52, ../sass/base/_grid.scss */
.banner-row {
  margin-left: calc(var(--gap) / -2);
  margin-right: calc(var(--gap) / -2);
}

/* line 57, ../sass/base/_grid.scss */
.banner-col {
  padding-left: calc(var(--gap) / 2);
  padding-right: calc(var(--gap) / 2);
  margin-bottom: var(--gap);
}

/* ---- Swiper styling only inside banners block ---- */
/* line 64, ../sass/base/_grid.scss */
.banner-row {
  /* Банерні контейнери: однакова висота на desktop */
  /* Swiper елементи тягнуться на всю висоту */
  /* Оптимізація: без !important */
}
/* line 65, ../sass/base/_grid.scss */
.banner-row .pos-module {
  margin: 0;
}
/* line 67, ../sass/base/_grid.scss */
.banner-row .swiper-viewport {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
/* line 76, ../sass/base/_grid.scss */
.banner-row .swiper-container {
  width: 100%;
  height: var(--hb-h);
  border-radius: var(--radius);
  overflow: hidden;
}
/* line 84, ../sass/base/_grid.scss */
.banner-row .swiper-container,
.banner-row .swiper-wrapper,
.banner-row .swiper-slide {
  height: 100%;
}
/* line 91, ../sass/base/_grid.scss */
.banner-row .swiper-slide {
  position: relative;
}
/* line 95, ../sass/base/_grid.scss */
.banner-row .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Mobile: stack + 16:9 + contain for right banner (col-lg-3) ---- */
@media (max-width: 991.98px) {
  /* line 105, ../sass/base/_grid.scss */
  :root {
    --gap: 16px;
  }

  /* line 109, ../sass/base/_grid.scss */
  .banner-row {
    /* Правий банер на мобільному: показуємо повністю */
    /* fallback якщо нема підтримки aspect-ratio */
  }
  /* line 110, ../sass/base/_grid.scss */
  .banner-row .swiper-container {
    height: auto;
    border-radius: calc(var(--radius) - 2px);
  }
  /* line 117, ../sass/base/_grid.scss */
  .banner-row .col-lg-3 .swiper-slide img {
    object-fit: contain;
    background: var(--banner-side-bg);
  }
  @supports not (aspect-ratio: 16/9) {
    /* line 124, ../sass/base/_grid.scss */
    .banner-row .swiper-container {
      position: relative;
    }
    /* line 128, ../sass/base/_grid.scss */
    .banner-row .swiper-container::before {
      content: "";
      display: block;
      padding-top: 56.25%;
    }
    /* line 134, ../sass/base/_grid.scss */
    .banner-row .swiper-wrapper {
      position: absolute;
      inset: 0;
    }
  }
}
/* **** /Home banners **** */
/* line 142, ../sass/base/_grid.scss */
.banner-swiper-wrap {
  position: relative;
}

/* line 146, ../sass/base/_grid.scss */
.banner-swiper-wrap .swiper-container {
  position: relative;
}

/* line 150, ../sass/base/_grid.scss */
.banner-swiper-wrap .banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  z-index: 10;
  cursor: pointer;
}

/* line 166, ../sass/base/_grid.scss */
.banner-swiper-wrap:hover .banner-arrow {
  opacity: 1;
  visibility: visible;
}

/* line 171, ../sass/base/_grid.scss */
.banner-swiper-wrap .banner-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 175, ../sass/base/_grid.scss */
.banner-swiper-wrap .banner-arrow-prev {
  left: 15px;
}

/* line 179, ../sass/base/_grid.scss */
.banner-swiper-wrap .banner-arrow-next {
  right: 15px;
}

/* line 183, ../sass/base/_grid.scss */
.banner-swiper-wrap .swiper-button-prev::after,
.banner-swiper-wrap .swiper-button-next::after {
  content: none !important;
  display: none !important;
}

/* line 189, ../sass/base/_grid.scss */
.banner-swiper-wrap .banner-arrow::before {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: normal;
  position: absolute;
  top: -3px;
  left: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}

/* line 202, ../sass/base/_grid.scss */
.banner-swiper-wrap .swiper-button-prev::before {
  content: '\2039';
}

/* line 206, ../sass/base/_grid.scss */
.banner-swiper-wrap .swiper-button-next::before {
  content: '\203A';
}

/* ^^^^^^^^^^^^^ */
/* line 211, ../sass/base/_grid.scss */
#text-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 28px;
  white-space: nowrap;
  --ticker-gap: 400px;
  --ticker-shift: 1000px;
  --ticker-duration: 20s;
}
/* line 222, ../sass/base/_grid.scss */
#text-slider .slider-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: textSliderLoop var(--ticker-duration) linear infinite;
}
/* line 230, ../sass/base/_grid.scss */
#text-slider:hover .slider-track {
  animation-play-state: paused;
}
/* line 234, ../sass/base/_grid.scss */
#text-slider .pos-module {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-right: var(--ticker-gap);
  display: inline-flex;
  align-items: center;
}

@keyframes textSliderLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--ticker-shift)));
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* line 34, ../sass/inc/_typography.scss */
html {
  font-size: 16px;
}

/* line 38, ../sass/inc/_typography.scss */
body {
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: #2B2B2B;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 54, ../sass/inc/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #2B2B2B;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* line 68, ../sass/inc/_typography.scss */
h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
}

/* line 74, ../sass/inc/_typography.scss */
h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

/* line 80, ../sass/inc/_typography.scss */
h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

/* line 86, ../sass/inc/_typography.scss */
h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

/* line 92, ../sass/inc/_typography.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

/* line 98, ../sass/inc/_typography.scss */
h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 111, ../sass/inc/_typography.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.65;
}

/* line 118, ../sass/inc/_typography.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* line 124, ../sass/inc/_typography.scss */
small,
.text-small {
  font-size: 13px;
  line-height: 1.45;
}

/* line 130, ../sass/inc/_typography.scss */
.text-large {
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  /* line 141, ../sass/inc/_typography.scss */
  body {
    font-size: 15px;
  }

  /* line 145, ../sass/inc/_typography.scss */
  h1 {
    font-size: 38px;
  }

  /* line 149, ../sass/inc/_typography.scss */
  h2 {
    font-size: 32px;
  }

  /* line 153, ../sass/inc/_typography.scss */
  h3 {
    font-size: 24px;
  }

  /* line 157, ../sass/inc/_typography.scss */
  h4 {
    font-size: 20px;
  }

  /* line 161, ../sass/inc/_typography.scss */
  h5 {
    font-size: 17px;
  }

  /* line 165, ../sass/inc/_typography.scss */
  h6 {
    font-size: 14px;
  }

  /* line 169, ../sass/inc/_typography.scss */
  p {
    font-size: 15px;
  }

  /* line 173, ../sass/inc/_typography.scss */
  .text-large {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  /* line 184, ../sass/inc/_typography.scss */
  h1 {
    font-size: 44px;
  }

  /* line 188, ../sass/inc/_typography.scss */
  h2 {
    font-size: 36px;
  }

  /* line 192, ../sass/inc/_typography.scss */
  h3 {
    font-size: 26px;
  }

  /* line 196, ../sass/inc/_typography.scss */
  h4 {
    font-size: 21px;
  }
}
/*  */
/* line 206, ../sass/inc/_typography.scss */
body a,
body input[type="submit"],
body input[type="reset"],
body input[type="button"],
body button[type="button"],
body *[role="button"],
body button,
body .button,
body a.button,
body .radio-label input[type="radio"] + span:before {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* line 222, ../sass/inc/_typography.scss */
input:active, input:hover, input:focus, select:active, select:hover, select:focus, button:active, button:hover, button:focus, a:active, a:hover, a:focus {
  outline: 0;
  outline-offset: 0;
}

/* line 228, ../sass/inc/_typography.scss */
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #663130;
  border-color: #663130;
}

/* line 236, ../sass/inc/_typography.scss */
.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background-color: #663130;
  border-color: #663130;
}

/* line 243, ../sass/inc/_typography.scss */
#content img {
  max-width: 100%;
}

/* line 4, ../sass/inc/_sticker.scss */
.sticker-catalog.sticker-left .sticker-rectangle,
.sticker-product.sticker-left .sticker-rectangle {
  text-shadow: none;
  width: auto;
  display: table;
}
/* line 8, ../sass/inc/_sticker.scss */
.sticker-catalog.sticker-left .sticker-rectangle.sticker-new,
.sticker-product.sticker-left .sticker-rectangle.sticker-new {
  background: #008000;
}
/* line 11, ../sass/inc/_sticker.scss */
.sticker-catalog.sticker-left .sticker-rectangle.sticker-stock,
.sticker-product.sticker-left .sticker-rectangle.sticker-stock {
  background: #808080;
}
/* line 14, ../sass/inc/_sticker.scss */
.sticker-catalog.sticker-left .sticker-rectangle.sticker-special,
.sticker-product.sticker-left .sticker-rectangle.sticker-special {
  background: #FF0000;
}
/* line 17, ../sass/inc/_sticker.scss */
.sticker-catalog.sticker-left .sticker-rectangle.sticker-bestseller,
.sticker-product.sticker-left .sticker-rectangle.sticker-bestseller {
  background: #D2691E;
}

/* line 1, ../sass/inc/_swiper.scss */
.related-products-swiper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 6, ../sass/inc/_swiper.scss */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* line 10, ../sass/inc/_swiper.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 29, ../sass/inc/_swiper.scss */
.swiper-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 2, ../sass/inc/_ocfilter.scss */
.ocf-content .ocf-noUi-connect:before,
.ocf-content .ocf-noUi-handle {
  background-color: #663130;
}
/* line 6, ../sass/inc/_ocfilter.scss */
.ocf-content .ocf-selected .ocf-value-input::before {
  background-color: #663130;
  border-color: #663130;
}

/* line 1, ../sass/inc/_isearch.scss */
.isearch-container {
  padding-top: 10px !important;
}
/* line 3, ../sass/inc/_isearch.scss */
.isearch-container .isearch-heading {
  font-size: 16px;
  line-height: 18px;
}
/* line 6, ../sass/inc/_isearch.scss */
.isearch-container .isearch-heading.isearch-heading-product {
  display: flex;
}
/* line 8, ../sass/inc/_isearch.scss */
.isearch-container .isearch-heading.isearch-heading-product .pull-right {
  margin-left: 10px;
}
/* line 10, ../sass/inc/_isearch.scss */
.isearch-container .isearch-heading.isearch-heading-product .pull-right a {
  font-weight: bold;
}
/* line 22, ../sass/inc/_isearch.scss */
.isearch-container > a {
  display: flex;
}
/* line 27, ../sass/inc/_isearch.scss */
.isearch-container > a .isearch-product-info {
  margin-left: 0 !important;
}
/* line 29, ../sass/inc/_isearch.scss */
.isearch-container > a .isearch-product-info .isearch-heading-product {
  font-size: 14px;
  line-height: 16px;
}

/* line 3, ../sass/blocks/_simplecheckout.scss */
.simplecheckout-cart .quantity .input-group {
  flex-wrap: nowrap;
}
/* line 5, ../sass/blocks/_simplecheckout.scss */
.simplecheckout-cart .quantity .input-group .input-group-btn {
  text-align: center;
}

/*#simplecheckout_payment_form {
  background-color: $tBorderColor;
  text-align: center;
  padding: 45px 10px !important;
}*/
/* line 18, ../sass/blocks/_simplecheckout.scss */
.simplecheckout-block-content img {
  width: auto;
}

/* line 25, ../sass/blocks/_simplecheckout.scss */
.simplecheckout .radio label input {
  margin-right: 4px;
  top: 1px;
  position: relative;
}

/* line 34, ../sass/blocks/_simplecheckout.scss */
.row-customer_contact_me .control-label {
  width: 100%;
  max-width: 100%;
  font-weight: 600;
}

/* line 42, ../sass/blocks/_simplecheckout.scss */
#simplecheckout_payment .simplecheckout-block-content .radio {
  margin-bottom: 15px;
}
/* line 44, ../sass/blocks/_simplecheckout.scss */
#simplecheckout_payment .simplecheckout-block-content .radio:last-child {
  margin-bottom: 0;
}
/* line 48, ../sass/blocks/_simplecheckout.scss */
#simplecheckout_payment .simplecheckout-block-content .radio label img {
  height: 30px;
  max-height: 30px;
  width: auto;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 3px;
}

/* line 1, ../sass/blocks/_swiper_products.scss */
.bestseller-module {
  position: relative;
}
/* line 4, ../sass/blocks/_swiper_products.scss */
.bestseller-module .swiper-button-prev,
.bestseller-module .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* line 12, ../sass/blocks/_swiper_products.scss */
.bestseller-module .swiper-button-prev:after,
.bestseller-module .swiper-button-next:after {
  font-size: 16px;
  color: #333;
}

/* line 28, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-prev:before {
  content: "\2039";
}
/* line 31, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-prev:after {
  display: none;
}
/* line 36, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-next:before {
  content: "\203A";
}
/* line 39, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-next:after {
  display: none;
}
/* line 43, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  text-align: center;
}
/* line 46, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-prev:before,
.swiper-box .swiper-button-next:before {
  position: absolute;
  width: auto;
  height: auto;
  line-height: 32px;
  top: 0;
}
/* line 53, ../sass/blocks/_swiper_products.scss */
.swiper-box .swiper-button-prev:hover,
.swiper-box .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 58, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* line 63, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-prev:before {
  content: "\2039";
}
/* line 68, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-next:before {
  content: "\203A";
}
/* line 72, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-pager {
  margin-top: -16px;
}
/* line 75, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-prev,
.carousel.swiper-viewport .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
}
/* line 83, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-prev:before,
.carousel.swiper-viewport .swiper-button-next:before {
  position: absolute;
  width: auto;
  height: auto;
  line-height: 32px;
  top: 0;
}
/* line 90, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-prev:after,
.carousel.swiper-viewport .swiper-button-next:after {
  display: none;
}
/* line 93, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-button-prev:hover,
.carousel.swiper-viewport .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
/* line 98, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-wrapper .swiper-slide {
  border: 1.5px solid #E8E3DE;
  border-radius: 8px;
}
/* line 106, ../sass/blocks/_swiper_products.scss */
.carousel.swiper-viewport .swiper-wrapper .swiper-slide a img {
  height: 130px;
  max-height: 130px;
  width: auto;
}

/*# sourceMappingURL=stylesheet.css.map */
