body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: "Playfair Display", serif; }

/* default font size */
.fa {
  font-size: 14px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #e59d57; }

a:focus,
a:hover {
  color: #e59d57;
  opacity: 0.7; }

a:hover {
  text-decoration: none; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px; }

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline; }

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

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold; }

.alert-dismissible .close {
  right: 0;
  color: #fff;
  opacity: 1; }

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  background-color: transparent; }

/* logo */
#logo {
  margin: 0 0 10px 0; }

/* search */
#search {
  margin-bottom: 10px; }

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px; }

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff; }

/* cart */
#cart {
  margin-bottom: 10px; }

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff; }

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none; }

#cart.open > .btn:hover {
  color: #444; }

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001; }

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden; }

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; } }
#cart .dropdown-menu table {
  margin-bottom: 10px; }

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px; }

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%; } }
#cart .dropdown-menu li p {
  margin: 20px 0; }

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px; }

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent; }

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1); }

#menu .dropdown-menu {
  padding-bottom: 0; }

#menu .dropdown-inner {
  display: table; }

#menu .dropdown-inner ul {
  display: table-cell; }

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px; }

#menu .dropdown-inner li a:hover {
  color: #ffffff; }

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px; }

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a; }

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }
/* content */
#content {
  min-height: 600px; }

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 8px; }
  .alert a {
    color: inherit;
    text-decoration: underline; }

.alert-success {
  background-color: #849e7a;
  color: #fff;
  border-color: #e59d57; }

.alert-danger {
  background-color: #a94442;
  color: #fff;
  border-color: #333; }

/* breadcrumb */
.breadcrumb {
  display: none;
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd; }

.breadcrumb i {
  font-size: 15px; }

.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap; }

.breadcrumb > li + li:before {
  content: "";
  padding: 0; }

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset; }

.pagination {
  margin: 60px 0;
  text-align: center;
  display: block; }
  .pagination > li {
    display: inline-block;
    margin: 0 4px; }
    .pagination > li:first-child a,
    .pagination > li:first-child span, .pagination > li:last-child a,
    .pagination > li:last-child span {
      border-radius: 50%; }
    .pagination > li span,
    .pagination > li a {
      display: inline-block;
      width: 32px;
      height: 32px;
      border: none;
      border-radius: 50%;
      color: #849e7a;
      font-size: 16px; }
      .pagination > li span:hover,
      .pagination > li a:hover {
        background-color: #849e7a;
        color: #fff; }
    .pagination > li.active span,
    .pagination > li.active a {
      background-color: #849e7a; }
      .pagination > li.active span:hover,
      .pagination > li.active a:hover {
        background-color: #849e7a; }

/* buttons */
.buttons {
  margin: 1em 0; }

.btn {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  border: none; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-default {
  color: #e59d57;
  background-color: #fff;
  border: 1px solid #e59d57; }
  .btn-default:hover {
    color: #e59d57;
    background-color: #fff;
    border: 1px solid #e59d57;
    opacity: 0.7; }

.btn-primary {
  color: #ffffff;
  background-color: #e59d57; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #e59d57cc; }

.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; }

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49; }

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a; }

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000; }

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111); }

/* table */
.table-bordered {
  border: 1px solid #e59d57; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e59d57; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  font-weight: bold;
  background-color: #fef9f4; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle; }

/* panel */
.panel-default {
  border-color: #e59d57;
  overflow: hidden; }

.panel-default > .panel-heading {
  background-color: #fef9f4;
  border-color: #e59d57; }

/* well */
.well {
  background-color: #fef9f4; }

/* list group */
.list-group a {
  border: 1px solid #e59d57;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #fef9f4;
  border: 1px solid #e59d57;
  text-shadow: 0 1px 0 #fff; }

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome; }

/* product list */
.product-thumb {
  margin-bottom: 20px;
  overflow: auto; }

.product-thumb .image {
  text-align: center; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto; }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px; } }
.product-thumb .data {
  display: flex;
  justify-content: space-between;
  min-height: 20px; }

.product-thumb .data p {
  margin-bottom: 0;
  text-transform: uppercase; }

.product-thumb h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; }
  .product-thumb h4 a {
    color: #717273; }

.product-list .product-thumb .caption {
  margin-left: 230px; }

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }

  .product-grid .product-thumb .caption {
    min-height: 0; } }
.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #fc0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #e69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #849e7a;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0; }

.product-thumb .price-new {
  color: #e59d57;
  font-size: 20px;
  font-weight: 400; }

.product-thumb .price-old {
  color: #849e7a;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400; }

.product-thumb .add-button {
  height: 46px;
  color: #fff;
  border-radius: 5px;
  background-color: #e59d57;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: all 0.2s linear; }
  .product-thumb .add-button:hover {
    background-color: #e59d57cc; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none; } }
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer; }

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%; } }
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left; } }
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset; }

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset; }

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right; }

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto; }

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0; }

  html[dir="rtl"] .navbar-nav > li {
    float: right; } }
#header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #header {
      height: 60px; } }
  #header #logo {
    max-width: 185px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #header #logo {
        max-width: 120px; } }
  #header nav ul {
    margin-bottom: 0; }
    #header nav ul li.main-pages {
      display: inline-block;
      font-size: 14px;
      padding: 0 15px;
      font-weight: 500; }
      #header nav ul li.main-pages.information + .information {
        display: none; }
      #header nav ul li.main-pages.icon {
        padding: 0 8px;
        font-size: 18px; }
      #header nav ul li.main-pages:last-child {
        padding-right: 0; }
      #header nav ul li.main-pages a {
        color: #849e7a; }
        #header nav ul li.main-pages a:hover {
          color: #e59d57;
          text-decoration: underline; }
      #header nav ul li.main-pages i {
        font-size: 20px; }

#footer {
  margin-top: 30px;
  background-color: #fef9f4;
  padding: 50px 0; }
  #footer #logo {
    max-width: 185px; }
  #footer .social {
    margin-top: 15px; }
    #footer .social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 1px solid #e59d57;
      border-radius: 50%;
      color: #e59d57;
      text-align: center; }
      #footer .social a + a {
        margin-left: 8px; }
      #footer .social a i {
        font-size: 18px;
        line-height: 28px; }
  #footer ul.contacts {
    font-size: 16px;
    color: #717273; }
    #footer ul.contacts li {
      padding: 8px 0; }
    #footer ul.contacts a {
      color: inherit; }
    #footer ul.contacts i {
      color: #e59d57;
      text-align: center;
      font-size: 25px;
      margin-right: 15px;
      width: 30px; }
  #footer nav ul li {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500; }
    #footer nav ul li a {
      color: #849e7a; }
      #footer nav ul li a:hover {
        color: #e59d57;
        text-decoration: underline; }

#filter .title {
  background-color: transparent;
  border: none;
  color: #717273;
  font-size: 14px;
  padding: 20px 0 0;
  text-transform: uppercase; }
#filter .list-group-item-name {
  color: #e59d57;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px; }
#filter .filter-group {
  font-size: 16px; }
  #filter .filter-group .checkbox {
    margin: 10px 0; }
  #filter .filter-group label {
    font-size: 16px;
    padding-left: 0; }
    #filter .filter-group label input {
      opacity: 0; }
    #filter .filter-group label input:checked + .fake-checkbox + span {
      color: #e59d57; }
    #filter .filter-group label .fake-checkbox {
      display: inline-block;
      width: 24px;
      height: 24px;
      border: 1px solid #e59d57;
      border-radius: 4px;
      vertical-align: middle;
      margin-right: 4px;
      position: relative; }
      #filter .filter-group label .fake-checkbox::before {
        top: 5px;
        left: 4px;
        position: absolute;
        content: "";
        display: block;
        transform: rotate(-45deg);
        width: 14px;
        height: 7px;
        border: 2px solid #fff;
        border-top-style: solid;
        border-right-style: solid;
        border-top-style: none;
        border-right-style: none; }
      #filter .filter-group label .fake-checkbox + span {
        display: inline-block;
        vertical-align: middle; }
    #filter .filter-group label input:checked + .fake-checkbox {
      background-color: #e59d57; }
#filter #button-filter {
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #e59d57;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: none;
  transition: all 0.2s linear; }
  #filter #button-filter:hover {
    background-color: #e59d57cc; }

.slider {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  .slider .slides {
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1); }
  .slider .slide-item {
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333;
    vertical-align: top; }
    .slider .slide-item img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%);
      opacity: 0.6; }
    .slider .slide-item .container {
      position: relative; }
      .slider .slide-item .container .content {
        height: 625px;
        display: flex;
        align-items: center;
        color: #fff;
        white-space: normal; }
        @media (max-width: 767px) {
          .slider .slide-item .container .content {
            height: 400px; } }
        .slider .slide-item .container .content .lead {
          font-family: "Playfair Display", serif;
          font-size: 50px;
          max-width: 620px;
          line-height: 1.35; }
          @media (max-width: 767px) {
            .slider .slide-item .container .content .lead {
              font-size: 30px; } }
        .slider .slide-item .container .content .description {
          font-size: 15px;
          line-height: 1.5;
          max-width: 570px;
          margin-bottom: 2rem; }
        .slider .slide-item .container .content a {
          background-color: #e59d57;
          display: inline-block;
          color: inherit;
          border-radius: 5px;
          line-height: 50px;
          padding: 0 30px;
          text-decoration: none;
          font-size: 15px; }
          @media (max-width: 767px) {
            .slider .slide-item .container .content a {
              font-size: 13px;
              line-height: 40px;
              padding: 0 20px; } }
  .slider .buttons {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%); }
    .slider .buttons .slide-button {
      background-color: #fff;
      opacity: 0.6;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: none;
      margin: 0 5px;
      transition: all 0.2s linear; }
      .slider .buttons .slide-button.active {
        opacity: 1;
        transform: scale(1.15); }

#common-home #highlights {
  padding: 100px 0 70px;
  position: relative; }
  #common-home #highlights::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #849e7a;
    transform: rotate(45deg);
    left: 50%;
    bottom: -4px;
    box-sizing: content-box;
    z-index: 1;
    outline: #fff solid 5px; }
  #common-home #highlights::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 262px;
    height: 1px;
    background-color: #849e7a;
    left: 50%;
    transform: translateX(-50%); }
#common-home #promo {
  padding: 50px 0 120px; }
#common-home h3 {
  text-align: center;
  font-size: 36px;
  color: #849e7a;
  font-weight: normal; }
#common-home .subtitle {
  max-width: 530px;
  margin: 0 auto 70px;
  color: #717273;
  font-size: 16px;
  line-height: 1.7;
  text-align: center; }

#product-product .image {
  width: 100%; }
#product-product .info .tags,
#product-product .info .weight {
  color: #717273;
  font-size: 14px;
  text-transform: uppercase; }
#product-product .info .tags + .weight::before {
  content: " - "; }
#product-product .info .price {
  margin: 30px 0 20px; }
  #product-product .info .price span {
    color: #e59d57;
    font-size: 32px;
    font-weight: 600; }
  #product-product .info .price del {
    color: #849e7a;
    font-size: 16px; }
#product-product .info #product .form-group {
  max-width: 330px; }
  #product-product .info #product .form-group label {
    font-size: 16px; }
  #product-product .info #product .form-group #input-quantity {
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    height: 46px; }
  #product-product .info #product .form-group #button-cart {
    height: 46px;
    color: #fff;
    border-radius: 5px;
    background-color: #e59d57;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: all 0.2s linear; }
    #product-product .info #product .form-group #button-cart:hover {
      background-color: #e59d57cc; }
#product-product #related {
  position: relative;
  margin-top: 70px;
  padding-top: 50px; }
  #product-product #related::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #849e7a;
    transform: rotate(45deg);
    left: 50%;
    top: -4px;
    box-sizing: content-box;
    z-index: 1;
    outline: #fff solid 5px; }
  #product-product #related::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 262px;
    height: 1px;
    background-color: #849e7a;
    left: 50%;
    transform: translateX(-50%); }
  #product-product #related h1 {
    text-align: center;
    font-size: 36px;
    color: #849e7a;
    font-weight: normal; }
  #product-product #related .subtitle {
    max-width: 530px;
    margin: 0 auto 70px;
    color: #717273;
    font-size: 16px;
    line-height: 1.7;
    text-align: center; }

#checkout-cart .table a,
#checkout-checkout .table a {
  color: inherit; }
#checkout-cart .table button,
#checkout-checkout .table button {
  height: 34px; }
#checkout-cart .control-label,
#checkout-checkout .control-label {
  line-height: 34px; }
#checkout-cart #button-coupon,
#checkout-cart #button-voucher,
#checkout-checkout #button-coupon,
#checkout-checkout #button-voucher {
  height: 34px; }

#content .buttons a,
#content .buttons input {
  height: 46px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 34px;
  padding: 5px 20px; }

#sobre {
  color: #717273;
  font-size: 16px;
  line-height: 1.68;
  padding-bottom: 5rem; }
  #sobre p {
    margin: 0 0 2em; }
  #sobre .text-with-image {
    padding-top: 1em;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      #sobre .text-with-image {
        flex-direction: column; } }
    #sobre .text-with-image .text {
      width: 50%; }
      @media (max-width: 1199px) {
        #sobre .text-with-image .text {
          width: 70%;
          width: 100%; } }
    #sobre .text-with-image .image {
      flex-grow: 0; }
      @media (max-width: 1199px) {
        #sobre .text-with-image .image {
          width: 100%;
          max-width: 500px;
          padding-bottom: 2em; }
          #sobre .text-with-image .image img {
            width: 100%; } }
  #sobre .images {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #sobre .images {
        flex-direction: column; } }
    #sobre .images img {
      width: calc(50% - 0.5em); }
      @media (max-width: 767px) {
        #sobre .images img {
          width: 100%;
          max-width: 500px;
          margin-bottom: 2em; } }

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