/* default font size */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;1,400;1,600&display=swap");
/* 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: #f4eee8;
  padding: 4px 0px 3px 0;
  margin: 0;
  min-height: 40px;
}

/* line 73, ../sass/inc/_default.scss */
#top .container {
  padding: 0 20px;
}

/* line 77, ../sass/inc/_default.scss */
#top .btn-link, #top-links li, #top-links a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}

/* line 82, ../sass/inc/_default.scss */
#top .btn-link:hover, #top-links a:hover {
  color: #444;
}

/* line 85, ../sass/inc/_default.scss */
#top-links .dropdown-menu a {
  text-shadow: none;
}

/* line 88, ../sass/inc/_default.scss */
#top-links .dropdown-menu a:hover {
  color: #FFF;
}

/* line 91, ../sass/inc/_default.scss */
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

/* line 96, ../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 109, ../sass/inc/_default.scss */
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
}

/* line 113, ../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 121, ../sass/inc/_default.scss */
#cart.open > .btn:hover {
  color: #444;
}

/* line 124, ../sass/inc/_default.scss */
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

/* line 128, ../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 136, ../sass/inc/_default.scss */
  #cart .dropdown-menu {
    width: 100%;
  }
}
/* line 140, ../sass/inc/_default.scss */
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

/* line 143, ../sass/inc/_default.scss */
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  /* line 148, ../sass/inc/_default.scss */
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
/* line 152, ../sass/inc/_default.scss */
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
/* line 156, ../sass/inc/_default.scss */
#menu {
  background-color: #f6d9c4;
  border-color: #f6d9c4;
  min-height: 40px;
}

/* 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: 20px;
}

/* 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;
  }
}
/* line 576, ../sass/inc/_default.scss */
.product-thumb .button-group button {
  display: inline-block;
  width: 60%;
  float: left;
  border: 1px solid #663130;
  background: rgba(246, 217, 196, 0.2);
  line-height: 38px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform .35s ease-out;
  transition: transform .35s ease-out;
}
/* line 593, ../sass/inc/_default.scss */
.product-thumb .button-group button i,
.product-thumb .button-group button span {
  color: #663130;
  -webkit-transition: transform .35s ease-out;
  transition: transform .35s ease-out;
}
/* line 602, ../sass/inc/_default.scss */
.product-thumb .button-group button: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: rgba(246, 217, 196, 0.2);
  z-index: -1;
}
/* line 622, ../sass/inc/_default.scss */
.product-thumb .button-group button:hover {
  background: #663130;
  text-decoration: none;
  cursor: pointer;
}
/* line 627, ../sass/inc/_default.scss */
.product-thumb .button-group button:hover i,
.product-thumb .button-group button:hover span {
  color: #ffffff;
}
/* line 631, ../sass/inc/_default.scss */
.product-thumb .button-group button:hover: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;
}
/* line 642, ../sass/inc/_default.scss */
.product-thumb .button-group button:disabled {
  background: #ccc;
  cursor: auto;
}
/* line 648, ../sass/inc/_default.scss */
.product-thumb .button-group button:disabled:hover {
  color: #663130;
}
/* line 656, ../sass/inc/_default.scss */
.product-thumb:hover .button-group button {
  background: rgba(246, 217, 196, 0);
  color: #ffffff;
}
/* line 659, ../sass/inc/_default.scss */
.product-thumb:hover .button-group button i,
.product-thumb:hover .button-group button span {
  color: #ffffff;
}
/* line 668, ../sass/inc/_default.scss */
.product-thumb:hover .button-group button:before {
  background: #663130;
}
/* line 671, ../sass/inc/_default.scss */
.product-thumb:hover .button-group button:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #663130;
  -moz-box-shadow: 0px 0px 5px 0px #663130;
  box-shadow: 0px 0px 5px 0px #663130;
}
/* line 675, ../sass/inc/_default.scss */
.product-thumb:hover .button-group button:hover i,
.product-thumb:hover .button-group button:hover span {
  color: #663130;
}

/* line 687, ../sass/inc/_default.scss */
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

@media (max-width: 1200px) {
  /* line 692, ../sass/inc/_default.scss */
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  /* line 697, ../sass/inc/_default.scss */
  .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/_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 13, ../sass/blocks/_header.scss */
#top {
  padding: 8px 0;
}
/* line 15, ../sass/blocks/_header.scss */
#top ul {
  margin: 0;
  padding: 0;
}
/* line 20, ../sass/blocks/_header.scss */
#top .language-select-box ul {
  margin: 0;
  display: inline-flex;
}
/* line 23, ../sass/blocks/_header.scss */
#top .language-select-box ul li {
  display: inline-block;
}
/* line 25, ../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 31, ../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 39, ../sass/blocks/_header.scss */
#top .language-select-box ul li button:hover {
  color: #663130;
  background: transparent;
  text-decoration: underline;
}
/* line 48, ../sass/blocks/_header.scss */
#top .top-right {
  text-align: right;
}
/* line 50, ../sass/blocks/_header.scss */
#top .top-right #top-links {
  display: inline-flex;
}
/* line 53, ../sass/blocks/_header.scss */
#top .top-right #top-links ul li {
  margin-left: 25px;
}

/* line 71, ../sass/blocks/_header.scss */
#search input {
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  height: 44px;
  border-right: none;
}
/* line 79, ../sass/blocks/_header.scss */
#search button {
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0;
  background: url(../image/svg-search-8.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 32px 32px;
  width: 44px;
  height: 44px;
  background-color: #f6d9c4;
}
/* line 89, ../sass/blocks/_header.scss */
#search button i {
  display: none;
}
/* line 92, ../sass/blocks/_header.scss */
#search button:hover {
  background-color: #663130;
  color: #fff;
}

/* line 102, ../sass/blocks/_header.scss */
#cart button {
  border-radius: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
}
/* line 109, ../sass/blocks/_header.scss */
#cart button .icon {
  color: #663130;
}
/* line 111, ../sass/blocks/_header.scss */
#cart button .icon .fa, #cart button .icon i {
  font-size: 20px;
}
/* line 115, ../sass/blocks/_header.scss */
#cart button #cart-total {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #663130;
  background-color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 133, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col {
    display: block !important;
  }
  /* line 135, ../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 141, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col #logo a {
    display: block;
    text-align: center;
  }
  /* line 145, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col #logo img {
    max-width: 120px;
    height: auto;
    display: inline-block !important;
  }
  /* line 151, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col .h-nav {
    display: inline-block;
  }
  /* line 154, ../sass/blocks/_header.scss */
  header .h-nav-btn-box .col .h-right-btn {
    display: inline-flex;
    float: inline-end;
  }

  /* line 161, ../sass/blocks/_header.scss */
  header {
    position: relative;
    margin-top: 0;
  }
  /* line 164, ../sass/blocks/_header.scss */
  header:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -3px;
    background: #f6d9c4;
  }
  /* line 174, ../sass/blocks/_header.scss */
  header #logo {
    text-align: center;
    margin: 10px auto;
  }
  /* line 177, ../sass/blocks/_header.scss */
  header #logo img {
    max-height: 44px;
    width: auto !important;
    display: inline-block !important;
  }
  /* line 183, ../sass/blocks/_header.scss */
  header .menu-box {
    padding-right: 0;
  }
  /* line 186, ../sass/blocks/_header.scss */
  header .cart-box {
    padding-left: 0;
  }
  /* line 189, ../sass/blocks/_header.scss */
  header .cart-box #cart button {
    border: 1px solid #663130;
    width: 44px;
    height: 44px;
    position: relative;
    float: right;
  }
  /* line 195, ../sass/blocks/_header.scss */
  header .cart-box #cart button #cart-total {
    top: 2px;
    right: 2px;
  }
  /* line 203, ../sass/blocks/_header.scss */
  header .yum-wrapper .yum {
    margin: 0;
  }
  /* line 207, ../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 217, ../sass/blocks/_header.scss */
  header .yum-wrapper .pmenu > div .nav-bars:after {
    font-size: 26px;
  }
  /* line 222, ../sass/blocks/_header.scss */
  header .yum-wrapper .pmenu nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: calc(100% - 60px);
    z-index: 250;
    height: 100vh !important;
    overflow: auto;
  }

  /* line 239, ../sass/blocks/_header.scss */
  body.m-menu-open {
    overflow: hidden;
  }
  /* line 241, ../sass/blocks/_header.scss */
  body.m-menu-open:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 235;
  }
  /* line 249, ../sass/blocks/_header.scss */
  body.m-menu-open .nav-bars {
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 300;
    color: red !important;
    width: 46px;
    height: 46px;
    max-width: 46px !important;
    background-color: #ccc;
  }
  /* line 259, ../sass/blocks/_header.scss */
  body.m-menu-open .nav-bars:after {
    content: '\f00d';
  }

  /* line 265, ../sass/blocks/_header.scss */
  .isearch-container {
    left: 0 !important;
    width: 100% !important;
  }
}
/* line 272, ../sass/blocks/_header.scss */
header .dropdown-menu {
  min-width: auto;
}
/* line 275, ../sass/blocks/_header.scss */
header #logo {
  max-width: 160px;
  height: auto;
}
/* line 280, ../sass/blocks/_header.scss */
header .h-nav-btn-box .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 285, ../sass/blocks/_header.scss */
header .h-nav-btn-box .col .h-nav {
  flex: 1;
}
/* line 289, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 293, ../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 301, ../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 313, ../sass/blocks/_header.scss */
header .h-nav-btn-box .h-right-btn button {
  margin: 0;
  padding: 0;
}

/* line 323, ../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 331, ../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 339, ../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 348, ../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 357, ../sass/blocks/_header.scss */
.h-right-btn > div:hover {
  background-color: #f4eee8;
}

/* line 364, ../sass/blocks/_header.scss */
body header {
  position: relative;
}
/* line 366, ../sass/blocks/_header.scss */
body header #h-search-wrap {
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 371, ../sass/blocks/_header.scss */
body header #h-search-wrap.search-open {
  display: block;
  position: absolute;
  z-index: 222;
}
/* line 381, ../sass/blocks/_header.scss */
body.m-search-open header .h-search #btn-search {
  background-color: #f4eee8;
}

/* line 390, ../sass/blocks/_header.scss */
#h-search-wrap.container .col-12 #search {
  max-width: 600px;
  margin-left: auto;
}

/* line 400, ../sass/blocks/_header.scss */
#text-slider .pos-module div {
  text-align: center;
}

/* line 1, ../sass/blocks/_page-title.scss */
.page-title {
  background: #f4eee8;
  text-align: center;
  padding: 30px 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: center;
  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 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;
  border: 1px solid #e3e3e3;
}
/* line 14, ../sass/blocks/_products-grid.scss */
.product-thumb .image button {
  position: absolute;
  top: 10px;
  right: -50px;
  background: #663130;
  border: 1px solid #663130;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  text-align: center;
  -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 29, ../sass/blocks/_products-grid.scss */
.product-thumb .image button i,
.product-thumb .image button .fa {
  color: #ffffff;
  font-size: 22px;
  line-height: 46px;
}
/* line 35, ../sass/blocks/_products-grid.scss */
.product-thumb .image button:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #663130;
  -moz-box-shadow: 0px 0px 5px 0px #663130;
  box-shadow: 0px 0px 5px 0px #663130;
}
/* line 42, ../sass/blocks/_products-grid.scss */
.product-thumb .button-group {
  text-align: center;
}
/* line 44, ../sass/blocks/_products-grid.scss */
.product-thumb .button-group button {
  margin: 0 auto;
  float: none;
}
/* line 51, ../sass/blocks/_products-grid.scss */
.product-thumb:hover .image button {
  right: 10px;
}
/* line 58, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .image button {
  width: 36px;
  height: 36px;
}
/* line 61, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .image button i,
.product-thumb.prod-small .image button .fa {
  font-size: 16px;
  line-height: 36px;
}
/* line 69, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .caption .product-name {
  font-size: 16px;
}
/* line 74, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .button-group button {
  /*font-size: 14px;
  line-height: 16px;*/
}
/* line 77, ../sass/blocks/_products-grid.scss */
.product-thumb.prod-small .button-group button i,
.product-thumb.prod-small .button-group button .fa {
  font-size: 14px;
  line-height: 28px;
}

/* line 86, ../sass/blocks/_products-grid.scss */
.hpm-cat {
  height: 70px;
  position: relative;
  overflow: hidden;
  margin-top: -54px;
}

/* line 92, ../sass/blocks/_products-grid.scss */
.hpm-cat-box {
  position: relative;
  z-index: 5;
  margin: 0;
}
/* line 96, ../sass/blocks/_products-grid.scss */
.hpm-cat-box .hpm-group {
  padding: 0 5px;
  margin: 0;
}
/* line 99, ../sass/blocks/_products-grid.scss */
.hpm-cat-box .hpm-group .hpm-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

/* line 108, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item {
  border-color: #663130;
  border-radius: 0;
  padding: 0;
}
/* line 112, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item .hcol-attribute {
  background-color: #f6d9c4;
  color: #000;
}
/* line 117, ../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 123, ../sass/blocks/_products-grid.scss */
.hpm-group .hpm-type-images .hpm-item:hover {
  box-shadow: 0 0 5px #7e3d1c;
}

/* line 129, ../sass/blocks/_products-grid.scss */
.caption {
  text-align: center;
  margin-bottom: 10px;
}
/* line 131, ../sass/blocks/_products-grid.scss */
.caption .product-name {
  font-size: 18px;
  line-height: 1.1em;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #000000;
}
/* line 141, ../sass/blocks/_products-grid.scss */
.caption .price {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #663130;
}

@media (max-width: 767px) {
  /* line 151, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb {
    margin-bottom: 8px;
  }
  /* line 156, ../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 162, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb .rating {
    margin-bottom: 0;
  }
  /* line 166, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .caption {
    padding: 0;
  }
  /* line 168, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .caption .product-name {
    font-size: 16px;
    line-height: 1.01em;
    margin-bottom: 5px;
  }
  /* line 173, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .caption .price {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  /* line 179, ../sass/blocks/_products-grid.scss */
  .grid-products .product-grid .product-thumb div .button-group {
    padding: 0;
    display: block;
  }
  /* line 182, ../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 194, ../sass/blocks/_products-grid.scss */
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: auto;
  }
}
/* line 1, ../sass/blocks/_product.scss */
.pr-im-by-box {
  margin-bottom: 30px;
}

/* line 5, ../sass/blocks/_product.scss */
.product-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 11, ../sass/blocks/_product.scss */
.rating {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
/* line 15, ../sass/blocks/_product.scss */
.rating p {
  margin: 0;
}
/* line 18, ../sass/blocks/_product.scss */
.rating .fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/* line 23, ../sass/blocks/_product.scss */
.rating .rev-text {
  font-style: italic;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

/* line 32, ../sass/blocks/_product.scss */
#product .form-group {
  display: flex;
}
/* line 34, ../sass/blocks/_product.scss */
#product .form-group .btn-col + .btn-col {
  margin-left: 20px;
}
/* line 37, ../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 48, ../sass/blocks/_product.scss */
#product .form-group button {
  border-radius: 0;
  border: 1px solid #663130;
  height: 40px;
}
/* line 53, ../sass/blocks/_product.scss */
#product .form-group #button-cart {
  padding: 0 50px;
}
/* line 57, ../sass/blocks/_product.scss */
#product .form-group .input-group-btn button {
  width: 40px;
  height: 40px;
}

/* line 66, ../sass/blocks/_product.scss */
.prod-info li {
  margin-bottom: 10px;
}

/* line 75, ../sass/blocks/_product.scss */
.b-attr .attributes thead tr td {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
/* line 82, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row {
  margin-bottom: 4px;
  position: relative;
}
/* line 85, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row td {
  border: none;
  padding: 0;
}
/* line 89, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-name {
  padding-right: 17px;
  position: relative;
  color: #000000;
}
/* line 93, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-name span {
  color: #000000;
  background-color: #fff;
  padding-right: 4px;
}
/* line 98, ../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 #f6d9c4;
  width: 100%;
  z-index: -1;
}
/* line 110, ../sass/blocks/_product.scss */
.b-attr .attributes .att-row .attr-text {
  padding-left: 4px;
}

/* line 116, ../sass/blocks/_product.scss */
#product-description {
  margin-bottom: 45px;
}

/* line 119, ../sass/blocks/_product.scss */
.product-reviews-box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  /* line 127, ../sass/blocks/_product.scss */
  #product-product #product .form-group .btn-col + .btn-col {
    margin-left: 10px;
  }
  /* line 130, ../sass/blocks/_product.scss */
  #product-product #product .form-group button {
    padding: 0 15px;
  }

  /* line 138, ../sass/blocks/_product.scss */
  .button-group button i {
    display: none;
  }
}
/* line 145, ../sass/blocks/_product.scss */
#product-product #product {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 960px) {
  /* line 153, ../sass/blocks/_product.scss */
  #product .form-group {
    display: block;
    position: relative;
  }
  /* line 156, ../sass/blocks/_product.scss */
  #product .form-group .btn-col {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  /* line 160, ../sass/blocks/_product.scss */
  #product .form-group .btn-add-wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 576px) {
  /* line 171, ../sass/blocks/_product.scss */
  #product .form-group {
    display: block;
    position: relative;
  }
  /* line 174, ../sass/blocks/_product.scss */
  #product .form-group .btn-col {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  /* line 178, ../sass/blocks/_product.scss */
  #product .form-group .btn-add-wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* 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 {
  background-image: url(../image/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  background-color: #f4f2ed;
}
/* line 19, ../sass/blocks/_footer.scss */
footer p {
  margin-bottom: 0;
  color: #000000;
}
/* line 23, ../sass/blocks/_footer.scss */
footer hr {
  border-top: none;
  border-bottom: 1px solid #663130;
}
/* line 27, ../sass/blocks/_footer.scss */
footer a {
  color: #000000;
}
/* line 29, ../sass/blocks/_footer.scss */
footer a:hover {
  color: #663130;
}
/* line 33, ../sass/blocks/_footer.scss */
footer h3, footer h4, footer h5, footer h6 {
  color: #000000;
}

/* line 38, ../sass/blocks/_footer.scss */
ul.social-networks {
  display: block;
}
/* line 40, ../sass/blocks/_footer.scss */
ul.social-networks li {
  display: inline-block;
  margin-right: 8px;
}
/* line 43, ../sass/blocks/_footer.scss */
ul.social-networks li a {
  display: block;
  position: relative;
}

/* line 49, ../sass/blocks/_footer.scss */
.f-logo {
  max-width: 240px;
  height: auto;
}

/* line 53, ../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 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: 16px;
  height: 16px;
}
/* line 5, ../sass/blocks/_rating.scss */
.rating .fa i {
  font-size: 16px;
  line-height: 16px;
}
/* line 8, ../sass/blocks/_rating.scss */
.rating .fa i.fa-star {
  color: #E69500;
}

/* line 1, ../sass/base/_grid.scss */
.container {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1640px;
}

/* line 8, ../sass/base/_grid.scss */
.home-slider-box {
  margin-bottom: 30px;
}

/* line 4, ../sass/inc/_typography.scss */
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45em;
  color: #000000;
  width: 100%;
  /*
  --font-title: 'PT Sans', sans-serif;
	--font-text: 'Raleway', Arial, sans-serif;
  */
  /*FontTypo_Base: 'Work Sans', sans-serif;
  FontWeight_Base: 400;
  FontSize_Base: 16px;
  LineHeight_Base: 1.65em;

  FontTypo_Alt: 'Belleza', sans-serif;
  FontWeight_Alt: 400;
  FontSize_Alt: 56px;
  LineHeight_Alt: 1.15em;

  FontTypo_H1: 'Belleza', sans-serif;
  FontWeight_H1: 400;
  FontSize_H1: 56px;
  LineHeight_H1: 1.15em;

  FontTypo_H2: 'Belleza', sans-serif;
  FontWeight_H2: 400;
  FontSize_H2: 46px;
  LineHeight_H2: 1.15em;

  FontTypo_H3: 'Belleza', sans-serif;
  FontWeight_H3: 400;
  FontSize_H3: 36px;
  LineHeight_H3: 1.15em;

  FontTypo_H4: 'Belleza', sans-serif;
  FontWeight_H4: 400;
  FontSize_H4: 30px;
  LineHeight_H4: 1.15em;

  FontTypo_H5: 'Belleza', sans-serif;
  FontWeight_H5: 400;
  FontSize_H5: 26px;
  LineHeight_H5: 1.15em;

  FontTypo_H6: 'Belleza', sans-serif;
  FontWeight_H6: 400;
  FontSize_H6: 20px;
  LineHeight_H6: 1.15em;

  FontTypo_Ext: "Belleza", cursive;
  FontWeight_Ext: 500;
  FontSize_Ext: 12px;
  LineHeight_Ext: 1.15;*/
}
/* line 11, ../sass/inc/_typography.scss */
body h1 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1em;
}
/* line 17, ../sass/inc/_typography.scss */
body h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1em;
}
/* line 23, ../sass/inc/_typography.scss */
body h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1em;
}
/* line 29, ../sass/inc/_typography.scss */
body h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1em;
}
/* line 35, ../sass/inc/_typography.scss */
body h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1em;
}
/* line 41, ../sass/inc/_typography.scss */
body h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1em;
}
/* line 101, ../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 117, ../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 123, ../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 131, ../sass/inc/_typography.scss */
.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background-color: #663130;
  border-color: #663130;
}

/* line 138, ../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;
  background: #fff;
  /* 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;
}

/* 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;
}

/*# sourceMappingURL=stylesheet.css.map */
