@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700&display=swap');
/*---reset---*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1156px;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ea3929;
  color: white;
}
a {
  color: #ea3929;
}
a:hover {
  color: #ea3929;
}
a:focus {
  outline: none;
}
/*---general---*/
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8d7571;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  color: #745f5b;
  font-size: 17px;
  margin-bottom: 50px;
}
.breadcrumb a {
  color: #745f5b;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\276F";
  font-size: 12px;
  color: #745f5b;
  vertical-align: text-bottom;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active a {
  color: #d5c8c1;
}
.text-highlight {
  color: #ea3929;
}
.border {
  border: 1px solid #d5c8c1;
}
hr {
  border-color: #d5c8c1;
}
.img-holder {
  padding-bottom: 100%;
  background: #d5c8c1 no-repeat center / cover;
  border: 1px solid #d5c8c1;
}
.box-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-14 {
  font-size: 14px;
}
.bg-brown {
  background-color: #f4eeeb;
}
/*---header---*/
#top-header {
  padding: 3px 30px;
  background-color: #f4eeeb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  #top-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#top-header a {
  color: #ea3929;
}
#top-header a:hover {
  text-decoration: none;
}
.top-header-nav .menu-cart {
  position: relative;
}
.top-header-nav .menu-cart .cart-total {
  position: absolute;
  background-color: #ea3929;
  color: white;
  font-size: 10px;
  font-weight: 500;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  word-break: keep-all;
  border-radius: 50%;
  bottom: 4px;
  right: 9px;
}
.top-header-nav .nav-link {
  padding-left: .7rem;
  padding-right: .7rem;
}
.top-header-nav .nav-link.join-us {
  border: 2px solid #ea3929;
  border-radius: 2px;
  padding: 3px 10px;
  color: #ea3929 !important;
  margin-top: 7px;
  margin-right: 10px;
}
.top-header-nav .menu-profile {
  color: #ea3929;
}
.top-header-nav .menu-profile .user-name {
  vertical-align: middle;
  color: #ea3929;
}
.top-header-nav .menu-profile::after {
  vertical-align: middle;
  border-top-color: #ea3929;
}
#guest-dropdown.dropdown-toggle::after {
  content: none;
}
.profile-dropdown,
.profile-dropdown-m,
.lang-dropdown {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.profile-dropdown:before,
.profile-dropdown-m:before,
.lang-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ea3929;
  position: absolute;
  top: -5px;
  left: 14%;
}
.profile-dropdown .dropdown-item-text,
.profile-dropdown-m .dropdown-item-text,
.lang-dropdown .dropdown-item-text {
  background-color: #ea3929;
  color: white;
  padding: 14px 15px 13px;
  margin-bottom: 5px;
}
.profile-dropdown .dropdown-item,
.profile-dropdown-m .dropdown-item,
.lang-dropdown .dropdown-item {
  color: #8d7571;
  padding: 6px 15px 5px;
}
.lang-dropdown:before {
  left: 5%;
}
#header {
  border-bottom: 1px solid #d5c8c1;
  background: white;
  z-index: 1;
}
#header .navbar {
  padding-left: 0;
  padding-right: 0;
}
#header .navbar-toggler {
  padding-left: 0;
}
#header .navbar-toggler:focus {
  outline: 0;
}
#header .navbar-toggler[aria-expanded="true"] img {
  content: url(../img/hamburger-close.svg);
}

#header .nav-link {
  text-transform: uppercase;
  color: #8d7571;
  font-size: 17px;
  font-weight: 500;
}
#header .nav-item {
  padding-left: 18px;
  padding-right: 18px;
}
#header .nav-item.active .nav-link {
  color: #ea3929;
}
.logo {
  width: 133px;
}
.logo img {
  max-width: 100%;
}
.mm-spn a.nav-link {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0 !important;
  font-weight: 500;
  color: #8d7571;
}
.mm-spn li:before {
  content: none;
}
.mm-spn li:after {
  margin-left: 0;
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
  #top-header {
    display: none;
  }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  #header .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .logo {
    position: absolute;
    left: 30%;
    right: 30%;
    text-align: center;
    margin: 0;
    width: auto;
  }
  .logo img {
    width: 80px;
  }
  #header .top-header-nav {
    float: right;
  }
  #header .top-header-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .top-header-nav .profile-dropdown-m {
    left: 0;
    right: 0;
    top: 70px;
    position: fixed;
    margin-top: 0;
    background: white;
  }
  .top-header-nav .profile-dropdown-m:before {
    content: none;
  }
  .top-header-nav .profile-dropdown-m > nav > .nav-link {
    border-bottom: 1px solid #d5c8c1;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
  }
  .top-header-nav .profile-dropdown-m .btn-link {
    width: 100%;
    text-align: left;
    padding-bottom: 9px;
    font-size: 14px;
  }
  .top-header-nav .profile-dropdown-m button[data-toggle="collapse"] {
    position: relative;
  }
  .top-header-nav .profile-dropdown-m button[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url('../img/icon-down-brown.svg') no-repeat center / contain;
  }
  .top-header-nav .profile-dropdown-m button[data-toggle="collapse"][aria-expanded="true"]::after {
    background-image: url('../img/icon-up-brown.svg');
  }
  .top-header-nav #acc-dropdown {
    margin-top: 5px;
  }
  .top-header-nav #acc-dropdown .nav-link {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
  }
  .top-header-nav .menu-profile[aria-expanded="true"]:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ea3929;
    position: absolute;
    bottom: -14px;
    left: 18px;
  }
  .top-header-nav .nav-link > img {
    width: 24px;
  }
}
.mm-spn.mm-spn--light {
  background: #f4eeeb;
}
.mm-spn a {
  color: #745f5b;
}
.mm-spn.mm-spn--navbar:after {
  content: none;
}
.mm-spn.mm-spn--navbar ul {
  top: 0;
}
footer {
  background: #F7F7F7;
  color: #8d7571;
}
footer .main-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer a {
  color: #8d7571;
  font-size: 14px;
}
footer a:hover {
  color: #745f5b;
}
footer .footer-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .nav-link {
  padding: 5px 0;
}
footer .social-list .nav-link {
  padding: 0 12px;
}
footer .social-list .nav-link:first-child {
  padding-left: 0;
}
footer .bottom-footer {
  border-top: 1px solid #d5c8c1;
  padding: 27px 0;
  color: #AEAEAE;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-heading {
    margin-bottom: 10px;
    pointer-events: none;
  }
  footer .collapse {
    display: block !important;
  }
}
@media (max-width: 767px) {
  footer {
    overflow-x: hidden;
  }
  footer .bottom-footer {
    font-size: 10px;
    padding: 20px 15px;
    text-align: left;
  }
  footer .main-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .container {
    max-width: 100%;
    padding: 0;
  }
  footer .collapse,
  footer .collapsing,
  footer .social-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer nav {
    margin-bottom: 20px;
  }
  footer .footer-heading {
    padding: 10px 15px;
  }
  footer .footer-heading[data-toggle="collapse"] {
    position: relative;
    border-bottom: 1px solid #d5c8c1;
    padding: 10px 15px;
  }
  footer .footer-heading[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 16px;
    height: 16px;
    background: url('../img/icon-minus.svg') no-repeat center / contain;
  }
  footer .footer-heading[data-toggle="collapse"].collapsed::after {
    background-image: url('../img/icon-plus.svg');
  }
}
/* Form */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d5c8c1 !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d5c8c1 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d5c8c1 !important;
}
label {
  font-weight: 500;
  font-size: 14px;
  color: #8d7571;
}
.custom-select {
  border-radius: 0;
  border: 1px solid #d5c8c1;
  color: #8d7571;
  font-size: 14px;
  height: 45px;
  background-color: transparent;
}
.form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #d5c8c1;
  color: #8d7571;
  background-color: transparent;
  font-size: 16px;
}
.form-control:focus {
  border-color: #8d7571;
  box-shadow: none;
}
.form-group {
  margin-bottom: 25px;
}
.custom-select:focus {
  border-color: #8d7571;
  box-shadow: none;
}
.custom-control-label {
  padding-left: 5px;
}
.custom-control-label::before {
  border: 1px solid #ea3929;
  width: 18px;
  height: 18px;
  top: 2px;
  background-color: transparent;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ea3929;
  background-color: #ea3929;
}
.custom-control-label::after {
  top: 2px;
  left: -25px;
  width: 1.2rem;
  height: 1.2rem;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ea3929;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: transparent;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ea3929;
  border-radius: 50%;
  background-image: none;
  top: 5px;
  width: 12px;
  height: 12px;
  left: -21px;
}
.btn-primary {
  background: #ea3929;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 30px 9px;
}
@media (max-width: 480px) {
  .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-primary:hover {
  background: #cc2314;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #ea3929;
}
.btn-primary.btn-outlined {
  border: 1px solid #ea3929;
  background-color: transparent;
  color: #ea3929;
}
.btn-primary.btn-outlined:hover,
.btn-primary.btn-outlined:focus,
.btn-primary.btn-outlined:active {
  color: white;
  background-color: #ea3929;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #cc2314;
  color: white;
}
.btn-grey {
  background: #A2A2A2;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 30px 9px;
}
@media (max-width: 480px) {
  .btn-grey {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-grey:hover {
  background: #959595;
  color: white;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #cc2314;
  color: white;
}
.btn-link {
  color: #ea3929;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover {
  color: #cc2314;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
}
/* Slider */
.thumb-slider {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .thumb-slider {
    width: 60px;
  }
}
.thumb-slider img {
  width: 50px;
  border: 1px solid #d5c8c1;
}
.thumb-slider .slick-track {
  margin-left: 0;
  width: 100% !important;
}
.thumb-slider .slick-slide {
  border: 1.5px solid transparent;
  padding: 4px;
}
.thumb-slider .slick-slide.slick-current {
  border-color: #ea3929;
}
@media (max-width: 767px) {
  .thumb-slider {
    margin-top: 10px;
  }
  .thumb-slider .slick-slide {
    width: auto !important;
  }
}
.slick-slide:focus {
  outline: none;
  box-shadow: none;
}
.product-gallery {
  border: 1px solid #d5c8c1;
}
.product-gallery .slick-slide {
  border: 0;
}
.product-gallery img {
  width: 100%;
}
.white-dots {
  margin-bottom: 0 !important;
}
.white-dots .slick-dots {
  position: absolute;
  bottom: 10px;
}
.white-dots .slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.white-dots .slick-dots li.slick-active button:before {
  background: white;
}
/* Product */
.product-selection {
  color: #8d7571;
}
.product-selection .product-name {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 20px;
}
.product-selection .product-price {
  font-size: 24px;
  color: #ea3929;
  font-weight: 500;
}
.product-selection .product-brief {
  font-size: 14px;
  margin-bottom: 30px;
}
.product-selection .color-selected {
  color: #745f5b;
  font-weight: 500;
  font-size: 14px;
}
.product-selection .color-option {
  margin-bottom: 30px;
}
.product-selection .quantity-option {
  margin-bottom: 10px;
}
.product-selection .btn-primary {
  padding-left: 45px;
  padding-right: 45px;
}
.product-selection label {
  text-transform: uppercase;
}
.color-selection .form-check label {
  margin: 0px;
  width: 32px;
}
.color-selection [type="radio"]:checked,
.color-selection [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.color-selection [type="radio"]:checked + label,
.color-selection [type="radio"]:not(:checked) + label {
  margin: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #d5c8c1;
  border-radius: 100%;
  background: #fff;
}
.color-selection [type="radio"]:checked + label:after,
.color-selection [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 32px;
  height: 32px;
  border: 2px solid #ea3929;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.color-selection [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.color-selection [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.number-spinner .ctrl {
  width: 24px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.number-spinner .ctrl[data-dir="dwn"] {
  background-image: url('../img/btn-minus.svg');
}
.number-spinner .ctrl[data-dir="up"] {
  background-image: url('../img/btn-plus.svg');
}
.number-spinner .form-control {
  font-weight: 500;
  font-size: 24px;
  color: #8d7571;
  padding: 0 20px;
  border: 0;
  width: 70px;
  text-align: center;
  display: inline-block;
  flex: none;
}
.number-spinner .form-control:focus {
  box-shadow: none;
}
.addto-wishlist {
  text-indent: -99999px;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url('../img/icon-wishlist.svg') no-repeat center / contain;
  vertical-align: top;
}
.wishlist-btn:after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/icon-wishlist.svg') no-repeat center / 32px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTcxLjA5MSAtNTQxLjEyMykiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk3MS4wOTEgNTQxLjEyMykiPjxyZWN0IHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NzYuOTYgNTQ2Ljg1MSkiPjxwYXRoIGQ9Ik0xMTA0Ljc0Nyw2NzMuNDFhNy45OTEsNy45OTEsMCwwLDAtMTIuOTYxLTEuMzY2LDcuOTksNy45OSwwLDAsMC0xMi45NjIsMS4zNjljLS40LjYxMy0zLjA1NCw1LjEzOCwxLjcxMSwxMC44NTZhNTcuOTY4LDU3Ljk2OCwwLDAsMCwxMC41NTEsOS41NzksMS4xNzcsMS4xNzcsMCwwLDAsLjY2Mi4yaC4wNzZhMS4xNzYsMS4xNzYsMCwwLDAsLjY2Mi0uMiw1Ny45NzMsNTcuOTczLDAsMCwwLDEwLjU1MS05LjU3OUMxMTA3LjgxMSw2NzguNTQyLDExMDUuMTQxLDY3NC4wMTEsMTEwNC43NDcsNjczLjQxWm0tMjMuOTU0LDEuMjg5YTEuMTg2LDEuMTg2LDAsMCwwLC4wNjQtLjEsNS42MzgsNS42MzgsMCwwLDEsOS45LjA1LDEuMTc2LDEuMTc2LDAsMCwwLDIuMDY5LDAsNS42MzksNS42MzksMCwwLDEsOS45LS4wNDkuOTI3LjkyNywwLDAsMCwuMDYxLjFjLjA5NS4xNCwyLjI3NiwzLjQ3OS0xLjU0Nyw4LjA2N2E1Ni4yMzYsNTYuMjM2LDAsMCwxLTkuNDQ1LDguNyw1Ni4xMTcsNTYuMTE3LDAsMCwxLTkuNDQ0LTguN0MxMDc4LjUzOSw2NzguMiwxMDgwLjY3OCw2NzQuODcxLDEwODAuNzkzLDY3NC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjkuNDkgLTY1OC4xMzgpIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0iTTEwNTcuMjQzLDYxNS4yNDZhMjIuMywyMi4zLDAsMSwwLTExLjI3OSwxMS4xLDguNzQxLDguNzQxLDAsMSwwLDExLjI3OS0xMS4xWm0tMy4wMzMsMTQuNTg5YTYuMzksNi4zOSwwLDEsMSw2LjM5LTYuMzlBNi40LDYuNCwwLDAsMSwxMDU0LjIxLDYyOS44MzVabS0zNy4xNjktMjMuOWExOS45NDQsMTkuOTQ0LDAsMSwxLDM3Ljg0Miw4Ljc5M2MtLjIyMi0uMDE3LS40NDYtLjAyOC0uNjczLS4wMjhhOC43NTIsOC43NTIsMCwwLDAtOC43NDIsOC43NDJjMCwuMTc5LjAwNy4zNTYuMDE4LjUzMmExOS45NCwxOS45NCwwLDAsMS0yOC40NDUtMTguMDM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMTQuNjg5IC01ODMuNjQyKSIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Ik0xMjkxLjI0Miw4NTcuOTc5aC0yLjAyMXYtMi4wMjJhMS4xNzYsMS4xNzYsMCwwLDAtMi4zNTIsMHYyLjAyMmgtMi4wMjJhMS4xNzYsMS4xNzYsMCwwLDAsMCwyLjM1MmgyLjAyMnYyLjAyMmExLjE3NiwxLjE3NiwwLDAsMCwyLjM1Miwwdi0yLjAyMmgyLjAyMWExLjE3NiwxLjE3NiwwLDAsMCwwLTIuMzUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNDguNTIzIC04MTkuMzUyKSIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48L2c+PC9zdmc+');
  vertical-align: top;
}
.section-heading {
  font-weight: 300;
  font-size: 32px;
  color: #745f5b;
  margin-bottom: 20px;
}
.sub-section-heading {
  font-weight: 500;
  font-size: 24px;
}
.heading {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #745f5b;
  margin-bottom: 30px;
}
.editor-content {
  font-size: 16px;
}
.editor-content img {
  max-width: 100%;
}
.quote {
  margin: 30px 0;
  border-top: 1px solid #d5c8c1;
  border-bottom: 1px solid #d5c8c1;
  position: relative;
}
.quote h3 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  max-width: 70%;
  margin: 30px auto;
}
.quote::before,
.quote::after {
  content: "";
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1;
  color: #f4eeeb;
  font-size: 120px;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.quote:before {
  content: "\201C";
  left: 5%;
}
.quote:after {
  content: "\201D";
  right: 5%;
}
.nav-tabs {
  border-bottom: 1px solid #d5c8c1;
}
.nav-tabs .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #8d7571;
  padding: 17px 0;
  margin: 0 14px;
  border: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #ea3929;
  color: #ea3929;
  background: transparent;
}
.testimonial-item {
  border-bottom: 1px solid #d5c8c1;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.testimonial-item .author {
  font-size: 16px;
  color: #888888;
}
.testimonial-item .date {
  font-size: 12px;
  color: #AEAEAE;
}
.testimonial-item .comment {
  font-weight: 500;
  margin-top: 20px;
}
.testimonial-item .comment-img {
  margin-top: 10px;
}
.testimonial-item .comment-img .img-holder {
  border: 1px solid #d5c8c1;
  width: 175px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.testimonial-item .comment-img .img-holder img {
  max-width: 100%;
}
.testimonial-item .purchase-detail {
  margin-top: 10px;
  color: #AEAEAE;
  font-size: 14px;
}
.pagination .prev,
.pagination .next {
  width: 24px;
  height: 30px;
  background: no-repeat center / contain;
}
.pagination .prev {
  background-image: url('../img/pagi-prev.jpg');
}
.pagination .next {
  background-image: url('../img/pagi-next.jpg');
}
.pagination .page-link {
  border: 0;
  font-size: 24px;
  padding: 0 10px;
  color: #8d7571;
}
.pagination .page-link:hover {
  background-color: transparent;
}
.pagination .active .page-link {
  color: #ea3929;
  font-weight: 500;
  background: transparent;
}
.pagination .disabled .page-link {
  opacity: 0.4;
}
#nav-faq h4 {
  color: #745f5b;
  font-weight: 700;
  font-size: 16px;
}
.light-brown {
  background-color: #f4eeeb;
}
.arrow-accordion {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.arrow-accordion::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url('../img/icon-up.svg') no-repeat center / contain;
}
.arrow-accordion.collapsed::after {
  background-image: url('../img/icon-down.svg');
}
.arrow-accordion.brown::after {
  top: 5px;
  right: 15px;
  background-image: url('../img/icon-up-brown.svg');
}
.arrow-accordion.brown.collapsed::after {
  background-image: url('../img/icon-down-brown.svg');
}
#nav-ref li {
  margin-bottom: 30px;
}
#nav-ref ol {
  padding-left: 18px;
}
.product-side-accordion {
  font-size: 14px;
}
.product-side-accordion h4.arrow-accordion {
  font-size: 17px;
  font-weight: 500;
  color: #ea3929;
}
.product-side-accordion .accordion-set {
  border-bottom: 1px solid #d5c8c1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-side-accordion .accordion-set:last-child {
  border-bottom: 0;
}
.recommended {
  border-top: 1px solid #d5c8c1;
  padding-top: 70px;
  padding-bottom: 70px;
}
#recommended-products .slick-slide {
  margin: 0 10px;
}
#recommended-products .slick-list {
  margin: 0 -10px;
}
.custom-slider .slick-prev:before,
.custom-slider .slick-next:before {
  content: "" !important;
  background: no-repeat center / contain;
  width: 15px;
  height: 30px;
  display: block;
}
.custom-slider .slick-next {
  right: -45px;
}
.custom-slider .slick-prev {
  left: -45px;
}
.custom-slider .slick-prev:before {
  background-image: url(../img/icon-left.svg);
}
.custom-slider .slick-next:before {
  background-image: url(../img/icon-right.svg);
}
@media (max-width: 1199px) {
  .custom-slider .slick-next {
    right: -30px;
  }
  .custom-slider .slick-prev {
    left: -25px;
  }
}
.product-list .product {
  margin-bottom: 50px;
  padding-bottom: 3px;
  position: relative;
  height: 100%;
}
.product-list .product a:hover {
  text-decoration: none;
}
.product-list .product .img-holder {
  padding-bottom: 100%;
  margin-bottom: 15px;
  background: #eeeeee no-repeat center / cover;
  border: 1px solid #d5c8c1;
}
.product-list .product .img-holder.out-of-stock {
  position: relative;
}
.product-list .product .img-holder.out-of-stock:after {
  content: "Out of Stock";
  text-transform: uppercase;
  background-color: #8d7571;
  color: white;
  padding: 8px 12px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 1;
}
.product-list .product .product-name {
  font-size: 16px;
  color: #745f5b;
}
.product-list .product .product-brief {
  color: #d5c8c1;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-list .product .product-price {
  color: #ea3929;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
}
.draggable-tab {
  display: block;
  overflow: auto;
  white-space: nowrap;
}
.draggable-tab .nav-link {
  display: inline-block;
}
.product-tab {
  position: relative;
  padding-top: 50px;
}
.product-tab #product-share,
.product-tab #order-filter {
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .product-tab {
    padding-top: 0;
  }
  .product-tab #product-share,
  .product-tab #order-filter {
    right: 0;
    top: 15px;
  }
}
#product-share label {
  color: #8d7571;
  font-size: 17px;
  text-transform: none;
  line-height: 22px;
  vertical-align: middle;
}
#product-share .social-share-link {
  color: #8d7571;
  margin-left: 10px;
  font-size: 22px;
}
#cart-preview .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 480px;
  color: #745f5b;
}
#cart-preview .modal-content {
  min-height: 100%;
  border-radius: 0;
}
#cart-preview .close {
  position: absolute;
  left: -60px;
  text-indent: -9999px;
  background: url(../img/icon-close.svg) no-repeat center / contain;
  width: 30px;
  height: 30px;
  opacity: 1;
  top: 50px;
}
#cart-preview .close:focus {
  outline: none;
}
#cart-preview .modal-header {
  background-color: #f4eeeb;
  border-color: transparent;
  color: #745f5b;
}
#cart-preview .modal-header h3 {
  font-size: 24px;
  color: #745f5b;
}
#cart-preview .modal-footer {
  border-top: 1px solid #d5c8c1;
}
#cart-preview .modal-header,
#cart-preview .modal-body,
#cart-preview .modal-footer {
  padding: 20px;
}
@media (min-width: 992px) {
  #cart-preview .modal-header {
    padding: 30px 40px;
  }
  #cart-preview .modal-body,
  #cart-preview .modal-footer {
    padding: 20px 40px;
  }
}
.suggested-list > div:not(:last-child) {
  border-bottom: 1px solid #d5c8c1;
}
.suggested-list > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.full-page-heading {
  background-color: #D5C8C1;
  padding: 28px 0 25px;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}
.full-page-heading h1 {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
}
.page-heading {
  color: #745f5b;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.step-bar {
  margin-bottom: 40px;
}
.step-bar .progressbar {
  width: 400px;
  max-width: 100%;
  counter-reset: step;
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.step-bar .progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #d5c8c1;
}
.step-bar .progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 29px;
  font-size: 16px;
  border: 1px solid #d5c8c1;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.step-bar .progressbar li:after {
  width: 60%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #d5c8c1;
  top: 15px;
  left: -31%;
  z-index: -1;
}
.step-bar .progressbar li:first-child:after {
  content: none;
}
.step-bar .progressbar li.active,
.step-bar .progressbar li.done {
  color: #ea3929;
}
.step-bar .progressbar li.active:before,
.step-bar .progressbar li.done:before {
  border-color: #ea3929;
}
.step-bar .progressbar li.active:after,
.step-bar .progressbar li.done:after {
  background-color: #ea3929;
}
.step-bar .progressbar li.done:before {
  content: "";
  background: #ea3929 url('../img/white-check.svg') no-repeat center;
}
.cart-table {
  margin-bottom: 50px;
}
.cart-table .cart-thead {
  padding-bottom: 13px;
  position: relative;
}
.cart-table .cart-thead::after {
  content: "";
  height: 1px;
  background: #d5c8c1;
  left: 15px;
  right: 15px;
  bottom: 0;
  position: absolute;
}
.cart-table .cart-tbody .cart-item {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.cart-table .cart-tbody .cart-item::after {
  content: "";
  height: 1px;
  background: #d5c8c1;
  left: 15px;
  right: 15px;
  bottom: 0;
  position: absolute;
}
.cart-table .cart-tbody .cart-item .remark {
  font-size: 14px;
}
.cart-table .cart-tbody .cart-item .product-name,
.cart-table .cart-tbody .cart-item .item-price .amt-right {
  font-weight: 600;
}
.cart-table .cart-tbody .cart-item .item-display {
  display : none;
}
.cart-table .cart-tbody .cart-item .cart-remove {
  position: absolute;
  right: 15px;
  top: -3px;
  color: #ea3929;
  font-size: 20px;
}
.cart-table .cart-tbody .cart-item .number-spinner {
  justify-content: center;
}
@media (max-width: 767px) {
  .cart-table .cart-tbody .cart-item .img-holder {
    margin-bottom: 10px;
  }
  .cart-table .cart-tbody .cart-item .remark {
    margin-top: 10px;
  }
  .cart-table .cart-tbody .cart-item .number-spinner {
    justify-content: start;
    margin-top: 20px;
  }
  .cart-table .cart-tbody .cart-item .item-price {
    margin-top: 20px;
  }
  .cart-table .cart-tbody .cart-item .cart-remove {
    right: 20px;
    top: 14px;
  }
}
.cart-subtotal {
  margin-bottom: 80px;
}
.cart-subtotal .sub-total {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.livechat {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.livechat .livechat-icon {
  border-radius: 50%;
  background: #d5c8c1 no-repeat center / cover;
}
.livechat .livechat-icon:hover + .livechat-pop {
  opacity: 1 !important;
}
.livechat #livechat-trigger {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
}
.livechat .enlarged {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.livechat .livechat-pop {
  position: absolute;
  bottom: 100px;
  right: 20px;
  background: white;
  border-top: 5px solid #d5c8c1;
  padding: 15px 0;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  width: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.livechat .livechat-pop:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #d5c8c1;
  position: absolute;
  bottom: -16px;
  right: 30px;
  z-index: 1;
}
.livechat .livechat-pop:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid white;
  position: absolute;
  bottom: -14px;
  right: 30px;
  z-index: 2;
}
.livechat .livechat-pop .hover {
  padding: 0 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.livechat .livechat-pop.show {
  opacity: 1;
  pointer-events: auto;
  width: 400px;
}
.livechat .livechat-pop.show .hover {
  opacity: 0;
  position: absolute;
}
.livechat .livechat-pop.show .enlarged {
  opacity: 1;
  pointer-events: auto;
  max-height: 999px;
  overflow: auto;
}
.livechat .livechat-pop .livechat-header {
  padding: 0 18px 15px;
  position: relative;
  border-bottom: 1px solid #d5c8c1;
}
.livechat .livechat-pop .livechat-header .livechat-icon {
  width: 60px;
  height: 60px;
  opacity: 1;
}
.livechat .livechat-pop .livechat-header .location {
  color: #d5c8c1;
  font-size: 12px;
}
.livechat .livechat-pop .livechat-header .close {
  position: absolute;
  right: 18px;
  top: 0;
  color: #ea3929;
  opacity: 1;
}
.livechat .livechat-pop .livechat-body {
  padding: 15px 18px;
}
.livechat .livechat-pop .livechat-body .livechat-contact {
  background-color: #f4eeeb;
  padding: 15px 30px 15px 15px;
  display: block;
  color: #8d7571;
  position: relative;
  margin-bottom: 10px;
}
.livechat .livechat-pop .livechat-body .livechat-contact svg {
  position: absolute;
  right: 15px;
  top: 18px;
}
.livechat .livechat-pop .livechat-body .livechat-contact:hover {
  text-decoration: none;
}
.livechat .livechat-pop .livechat-body .social-media {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.livechat .livechat-pop .livechat-body .social-media a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .livechat {
    right: 10px;
    bottom: 10px;
  }
  .livechat #livechat-trigger {
    right: 10px;
    bottom: 10px;
  }
  .livechat .livechat-pop {
    right: 10px;
  }
}
.or-separator {
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.or-separator:before,
.or-separator:after {
  content: "";
  height: 1px;
  width: 40%;
  position: absolute;
  top: 10px;
  background: #d5c8c1;
}
.or-separator:before {
  left: 0;
}
.or-separator:after {
  right: 0;
}
.forgot-password {
  text-transform: none;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-bottom: 20px;
}
.login-border {
  position: relative;
}
.login-border:after {
  content: "";
  background-color: #d5c8c1;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
}
@media (min-width: 992px) {
  .login-border:after {
    right: -50px;
    top: 0;
    left: auto;
    width: 1px;
    height: 100%;
  }
}
.benefit-box {
  background-color: #f4eeeb;
  padding: 20px;
  margin-top: 10px;
}
.benefit-box ul {
  padding-left: 18px;
}
.benefit-box ul li {
  margin-bottom: 7px;
}
.benefit-box h5 {
  font-weight: 600;
  font-size: 17px;
}
.billing-page .section-heading,
.dashboard .section-heading {
  font-size: 24px;
  color: #8d7571;
}
.billing-form {
  margin-bottom: 40px;
}
.billing-form .form-control {
  border: 0;
  border-bottom: 1px solid #d5c8c1;
  padding-left: 0;
  padding-right: 0;
}
.billing-form label {
  font-size: 16px;
  margin-bottom: 5px;
}
.billing-form .custom-select {
  border: 0;
  border-bottom: 1px solid #d5c8c1;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}
.mandatory {
  color: #ea3929;
}
.checkout-box {
  background-color: #F4F4F4;
  padding: 30px 40px;
  font-size: 14px;
}
.checkout-box p {
  color: #888888;
}
.checkout-box dl {
  font-size: 16px;
}
.checkout-box dl.total {
  font-size: 24px;
  margin-bottom: 0;
}
.checkout-box dl.total dd {
  margin-bottom: 0;
}
.checkout-box dt {
  font-weight: 400;
}
.checkout-box dd {
  font-weight: 600;
  margin-bottom: 15px;
}
.checkout-box .form-control {
  background: white;
}
.checkout-side .custom-control {
  font-size: 12px;
}
.brown-box {
  background-color: #f4eeeb;
  padding: 25px;
}
.big-radio.custom-radio .custom-control-label {
  padding-top: 3px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: block;
  padding-right: 100px;
}
.big-radio.custom-radio .custom-control-label span {
  position: absolute;
  right: 0;
  top: 3px;
}
.big-radio.custom-radio .custom-control-label span.credit-card {
  top: -3px;
}
.big-radio.custom-radio .custom-control-label:before {
  width: 24px;
  height: 24px;
}
.big-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  width: 16px;
  height: 16px;
  top: 6px;
  left: -20px;
}
.order-status {
  margin-bottom: 80px;
}
.order-status h2 {
  font-size: 48px;
  font-weight: 300;
}
.order-status .icon {
  width: 84px;
  height: 84px;
  background: #ea3929 url('../img/white-check.svg') no-repeat center / 55px;
  border-radius: 50%;
  margin: 80px auto 30px;
}
.page-desc {
  padding: 60px 0;
  background: #f4eeeb;
  color: #745f5b;
  text-align: center;
  line-height: 1.8;
}
.page-desc h1 {
  color: #745f5b;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-banner img {
  width: 100%;
}
.category-navigation {
  border-bottom: 1px solid #d5c8c1;
}
.category-navigation .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #8d7571;
  text-transform: uppercase;
}
.category-navigation .draggable-tab {
  display: flex;
  overflow: visible;
  white-space: nowrap;
}
.category-navigation .draggable-tab .slick-list {	
  width: calc(100% - 40px);	
  margin: 0 auto;	
}
.category-navigation .draggable-tab .nav-link {
  display: inline-block;
}
.category-navigation .draggable-tab .caret-left,	
.category-navigation .draggable-tab .caret-right {	
  position: absolute;	
  top: 50%;	
  display: block;	
  width: 20px;	
  height: 20px;	
  padding: 0;	
  line-height: 1;	
  -webkit-transform: translate(0, -50%);	
  -ms-transform: translate(0, -50%);	
  transform: translate(0, -50%);	
  cursor: pointer;	
  border: none;	
  outline: none;	
  background: transparent;	
  color: #745f5b;	
  font-size: 24px;	
}	
.category-navigation .draggable-tab .caret-left {	
  left: -5px;	
}	
.category-navigation .draggable-tab .caret-right {	
  right: -5px;	
}
@media (max-width: 767px) {
  .category-navigation .draggable-tab {
    display: block;
  }
}
.listing-filter {
  display: inline-block;
}
.listing-filter .custom-select {
  border: 0;
  color: #ea3929;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.brand-item {
  position: relative;
  height: 100%;
  background-color: white;
}
.brand-item .img-holder {
  border: 0;
  padding-bottom: 68%;
}
.brand-item .desc {
  padding: 20px 40px 78px;
  text-align: center;
}
.brand-item .link {
  position: absolute;
  text-align: center;
  margin: auto;
  width: 100%;
  left: 0;
  bottom: 22px;
}
.brand-item .desc p {
  margin-bottom: 10px;
  overflow: hidden !important;
 /* text-overflow: ellipsis;
  white-space: nowrap;*/
}
.brand-sub {
  padding-bottom: 55%;
  background: #d5c8c1 url(../img/brand1.jpg) no-repeat center / cover;
  position: relative;
  margin-bottom: 30px;
}
.brand-sub::after {
  position: absolute;
 /* background: #745f5b;*/
  opacity: 0.3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.brand-sub h3 {
  z-index: 1;
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .brand-sub h3 {
    font-size: 12px;
  }
}
.dashboard {
  padding-bottom: 80px;
}
.dashboard .dashboard-user {
  margin-bottom: 40px;
  font-size: 12px;
  color: #AEAEAE;
}
.dashboard .dashboard-user span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #745f5b;
}
@media (max-width: 991px) {
  .dashboard .dashboard-user {
    margin-bottom: 20px;
    background-color: #8d7571;
    color: #D5C8C1;
    text-align: center;
    padding: 15px;
  }
  .dashboard .dashboard-user span {
    color: white;
  }
}
.dashboard .list-group-item {
  background-color: transparent;
  padding: 20px 0;
  position: relative;
}
.dashboard .list-group-item .icon {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: no-repeat center;
  margin-top: -2px;
}
.dashboard .list-group-item .icon svg {
  width: 24px;
  height: 24px;
}
.dashboard .list-group-item a {
  padding-left: 40px;
  display: block;
  color: #8d7571;
}
.dashboard .list-group-item a:hover {
  text-decoration: none;
}
.dashboard .list-group-item a.first {
  font-size: 17px;
  font-weight: 600;
}
.dashboard .list-group-item a.second {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 0px;
}
.dashboard .list-group-item a.active {
  color: #ea3929;
}
.dashboard .list-group-item a.active .icon-hover {
  fill: #ea3929;
}
.dashboard .list-group-item a.active.second {
  color: #745f5b;
  font-weight: 600;
}
.dashboard .white-card {
  padding: 30px 40px;
}
.dashboard .white-card h3 {
  font-size: 17px;
  color: #745f5b;
}
.dashboard .white-card .address {
  font-size: 16px;
}
.dashboard label {
  font-weight: 400;
}
.dashboard .dashboard-mobile-nav {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.dashboard .dashboard-mobile-nav .custom-select {
  width: auto;
  color: #8d7571;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .dashboard .dashboard-mobile-nav {
    display: none;
  }
}
.dashboard .product-tab {
  padding-top: 0;
}
.dashboard .order-table {
  margin-bottom: 0;
}
.dashboard .order-table .cart-thead {
  color: #AEAEAE;
}
.dashboard .order-table .ordered {
  color: #BCBDC1;
  font-size: 12px;
}
.dashboard .order-table .img-holder {
  width: 50px;
  padding-bottom: 50px;
  display: inline-block;
}
.dashboard .order-table .btn-link[data-toggle="collapse"] {
  padding-top: 0;
  position: relative;
  padding-right: 17px;
}
.dashboard .order-table .btn-link[data-toggle="collapse"]::after {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 4px;
}
.dashboard .order-table .btn-link[data-toggle="collapse"]::before {
  width: 10px;
  height: 10px;
  background: no-repeat center;
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard .order-table .btn-link[data-toggle="collapse"][aria-expanded="false"]::before {
  background-image: url(../img/icon-down.svg);
}
.dashboard .order-table .btn-link[data-toggle="collapse"][aria-expanded="false"]::after {
  content: "MORE";
}
.dashboard .order-table .btn-link[data-toggle="collapse"][aria-expanded="true"]::before {
  background-image: url(../img/icon-up.svg);
}
.dashboard .order-table .btn-link[data-toggle="collapse"][aria-expanded="true"]::after {
  content: "LESS";
}
.dashboard .order-details {
  background: #F4F4F4;
  border-radius: 0;
  margin-top: 20px;
  padding: 26px 20px;
}
.dashboard .wishlist .cart-remove {
  top: 6px !important;
}
.dashboard .wishlist .desc {
  font-size: 14px;
  color: #d5c8c1;
}
.dashboard .wishlist .cart-table {
  margin-bottom: 20px;
}
.dashboard .out-of-stock-item .img-holder {
  position: relative;
}
.dashboard .out-of-stock-item .img-holder::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dashboard .out-of-stock-item .img-holder::after {
  content: "Not Available";
  text-align: center;
  color: white;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translate(-50%, -50%);
  width: 100%;
}
.dashboard .out-of-stock-item .out-of-stock {
  margin-top: 10px;
  display: block;
  font-style: italic;
  font-weight: 600;
  color: #ea3929;
}
@media (max-width: 1199px) {
  .dashboard .cart-card {
    padding-bottom: 0 !important;
  }
  .dashboard .order-table .img-holder {
    width: 155px;
    height: 155px;
    margin-top: 10px;
  }
  .dashboard .order-table .item-price {
    border-top: 1px solid #d5c8c1;
    border-bottom: 1px solid #d5c8c1;
    padding: 10px 0;
    margin-top: 10px !important;
  }
  .dashboard .order-table .item-display {
    border-top: 1px solid #d5c8c1;
    border-bottom: 1px solid #d5c8c1;
    padding: 10px 0;
    margin-top: 10px !important;
  }
  .cart-table .cart-tbody .cart-item .item-display {
	  display : block;
  }
  .cart-table .cart-tbody .cart-item .item-display-hide {
	  display : none;
  }
  .dashboard .order-table .item-price:before {
    content: "Total";
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 400;
  }
  .dashboard .order-table .btn-link[data-toggle="collapse"] {
    margin-top: 15px;
  }
  .dashboard .order-table .cart-item {
    border-bottom: 15px solid #f4eeeb;
    margin-left: -17px;
    margin-right: -17px;
  }
  .dashboard .order-table .cart-item::after {
    content: none;
  }
  .dashboard .wishlist {
    padding-bottom: 10px !important;
  }
  .dashboard .wishlist .wishlist-action {
    padding-right: 80px !important;
    margin-top: 20px;
  }
  .dashboard .wishlist .wishlist-action .cart-remove {
    right: 30px;
  }
}
.badge-brown {
  background: #8d7571;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.out-of-stock-label {
  margin-top: 13px;
  display: block;
  font-style: italic;
  font-weight: 600;
  color: #ea3929;
  font-size: 14px;
}
.dropdown-menu {
  border-radius: 0;
}
#my-menu .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  top: 82px;
  padding: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#my-menu .dropdown-menu h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8d7571;
  margin-bottom: 10px;
}
#my-menu .dropdown-menu h3:hover {
  color: #ea3929;
}
#my-menu .dropdown-menu a {
  color: #8d7571;
  padding-left: 0;
  padding-right: 0;
}
#my-menu .dropdown-menu a .fa-chevron-right {
  font-size: 11px;
  vertical-align: baseline;
}
#my-menu .dropdown-menu a:hover {
  background: transparent;
  color: #ea3929;
}
#my-menu .dropdown-toggle::after {
  content: none;
}
#my-menu .dropdown.show .dropdown-toggle {
  color: #ea3929;
}
#my-menu .full-dropdown {
  position: static;
}
#my-menu .full-dropdown .dropdown-menu {
  right: 0;
  border: 0;
  top: 100%;
  padding: 30px;
}
#my-menu .full-dropdown .dropdown-menu h3 {
  margin-bottom: 20px;
}
#my-menu .full-dropdown .dropdown-menu a {
  white-space: normal;
}
#my-menu .full-dropdown .dropdown-menu .border-left {
  border-left: 1px solid #d5c8c1 !important;
}
@media (max-width: 991px) {
  #my-menu {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    max-height: calc(100vh -  70px);
    background: white;
    overflow: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  #my-menu .nav-link {
    font-size: 16px;
  }
  #my-menu .navbar-nav .nav-item {
    border-bottom: 1px solid #AEAEAE;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  #my-menu .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  #my-menu .navbar-nav .nav-item.dropdown:after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 14px;
    height: 12px;
    background: url(../img/icon-dropdown.svg) no-repeat center / contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #my-menu .navbar-nav .nav-item.dropdown.show:after {
    transform: rotate(180deg);
  }
  #my-menu .navbar-nav .nav-item.dropdown.show .dropdown-toggle {
    color: #8d7571;
  }
  #my-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0 0 0 20px;
    background: transparent;
    box-shadow: none;
    position: static !important;
    top: 100% !important;
    transform: none !important;
    border: 0;
  }
  #my-menu .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: 12px 0;
  }
  #my-menu .navbar-nav .nav-item.dropdown .dropdown-menu h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal !important;
  }
  #my-menu .third-lvl {
    display: none;
  }
  #my-menu .full-dropdown .dropdown-menu .border-left {
    border: none !important;
  }
  #my-menu .top-header {
    background: #f4eeeb;
    padding: 10px 15px;
  }
  #my-menu .top-header .join-us {
    border: 1.5px solid #ea3929;
    border-radius: 3px;
    padding: 3px 13px;
    color: #ea3929 !important;
    font-size: 14px;
    display: inline-block;
  }
  #my-menu .mobile-lang {
    justify-content: flex-end;
  }
  #my-menu .mobile-lang .nav-item {
    padding: 0;
  }
  #my-menu .mobile-lang .nav-item:not(:last-child) {
    border-right: 1px solid #8d7571;
  }
  #my-menu .mobile-lang .nav-item .nav-link {
    padding: 0 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  #my-menu .mobile-lang .nav-item .nav-link.active {
    color: #ea3929;
  }
}
@media (max-width: 575px) {
  #header > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #header > .container .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mm-spn a:not(:last-child):after {
  content: none;
}
.embed-footer iframe {
  border: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}

