@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
#home {
  min-width: 360px;
  font-family: "Manrope", sans-serif, sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
  background: #FBFBFB;
}
#home a, #home p, #home span {
  font-family: "Manrope", sans-serif, sans-serif;
  font-weight: 400;
}
#home a {
  color: #1D1D1D;
}
#home a:hover, #home a:focus {
  color: #8B7453;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {
  font-family: "Manrope", sans-serif, sans-serif;
}
#home .container {
  max-width: 1290px;
}
#home .section-title {
  height: auto;
  width: 100%;
  overflow: visible;
  text-align: center;
  margin-bottom: 60px !important;
}
#home .section-title span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  color: #50412C;
  text-transform: uppercase;
}
#home .section-title span::before {
  display: none;
}
#home .section-title span::after {
  background-color: #CABAA4;
  content: "";
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 66px;
}
@media (max-width: 568px) {
  #home .section-title span {
    font-size: 30px;
    line-height: 1.1;
  }
}
#home .alert {
  margin-bottom: 0;
}
#home .shop-sorting {
  display: block !important;
  border-bottom: 0;
}
#home .row .success_buttons .p-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#home .content-area .page-section.titles {
  background-color: transparent;
  border: none;
}
#home .cart_drop_down.dropdown .dropdown-menu .cart-items .cart-items-inner .cart-content .cart-header {
  background-color: #8B7453;
}
#home .form-control:focus {
  border-color: #8B7453;
}
#home .information-title,
#home .widget.account-details .widget-title {
  border-color: #8B7453;
}
#home.account-login .content-area > section > div > div > div.login_wrapper:after {
  display: none !important;
}
#home .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
#home.common-home .content-area {
  padding-bottom: 0;
  margin-top: -100px;
}
#home.account-wishlist .shop-sorting {
  display: none;
}
#home .shop-sorting .btn-group {
  display: none !important;
}
#home .checkout-progress-bar .step-number.active {
  background-color: #8B7453;
}

#register-form {
  float: none;
}

.cart-wrapper .cart-items a {
  text-transform: none !important;
}

/*ADD FIXES*/
#home .media .media-heading {
  max-width: 150px;
}
#home .dropdown-item:active {
  background-color: transparent;
}
#home .continue_button {
  margin-bottom: 20px;
}
#home .filter_price_amount {
  width: 100% !important;
}
#home #content #sidebar {
  min-width: 292px;
}
@media only screen and (max-width: 992px) {
  #home aside .widget-filter-brand, #home aside .widget-filter-price {
    display: block;
  }
}
@media (min-width: 992px) {
  #home .category_content_wrapper {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
#home #tab-specification .table td {
  padding: 5px;
}
#home .content-tabs .tab-content,
#home .comments-form {
  border: none;
  background: transparent;
}
#home .content-tabs .tab-content h2,
#home .comments-form h2 {
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  color: #8B7453;
  text-transform: none;
  text-align: left;
}
#home .content-tabs .tab-content h2::before, #home .content-tabs .tab-content h2::after,
#home .comments-form h2::before,
#home .comments-form h2::after {
  display: none;
}
@media (max-width: 576px) {
  #home .content-tabs .tab-content h2,
  #home .comments-form h2 {
    font-size: 30px;
    line-height: 24px;
  }
}
#home .tab-content {
  padding-left: 0;
}
#home .share_page_wrapper {
  display: none;
}
#home .widget-filter-price .noUi-connect {
  background-color: #8B7453;
}
#home .widget-filter-price .noUi-handle:hover {
  background: #8B7453;
}
#home .filter-tab:hover {
  border-color: #8B7453;
}
#home .filter-tab:hover .filter-tab-text, #home .filter-tab:hover .filter-tab-x {
  color: #8B7453;
}

#home.account-forgotten .details-box .buttons {
  max-width: 200px;
  margin-left: auto;
}

#home.account-forgotten .col-sm-9 {
  margin: 0 auto;
}

#home .modal .modal-dialog .modal-content .modal-header {
  flex-direction: row-reverse;
}

#home .wrapper .sticky-wrapper.is-sticky .header {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

#home.account-forgotten .details-box .buttons {
  max-width: 200px;
  margin-left: auto;
}

#home.account-forgotten .col-sm-9 {
  margin: 0 auto;
}

#home .modal .modal-dialog .modal-content .modal-header {
  flex-direction: row-reverse;
}

#home .wrapper .sticky-wrapper.is-sticky .header {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

body#home .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #8B7453;
  border-color: #8B7453;
  color: #fff;
}

#home .container.no_products_container {
  display: none !important;
}

#home .pagination > .active a {
  color: #fff;
  background-color: #8B7453;
  border-color: #8B7453;
}

#home.product-search #content .top_search_wrapper .search_additional_wrapper {
  align-items: start !important;
  margin-top: -31px;
}
@media (min-width: 992px) {
  #home.product-search #content .top_search_wrapper .search_additional_wrapper {
    max-width: 25%;
  }
}
#home.product-search #content .top_search_wrapper .search_input_wrapper {
  align-items: start !important;
}
@media (min-width: 992px) {
  #home.product-search #content .top_search_wrapper .search_input_wrapper {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  #home.product-search #content .top_search_wrapper {
    margin: 0 15px;
  }
  #home.product-search #content .top_search_wrapper + .row {
    margin: 0 15px;
  }
  #home.product-search #content .top_search_wrapper + .row + .shop-sorting {
    margin: 0 15px;
  }
}

#home.common-home .module-section {
  margin: 0 !important;
}
#home.common-home .module-section:not(:first-child):not(.banners_module) {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  #home.common-home .module-section:not(:first-child):not(.banners_module) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

#home.blog .col-12.col-lg-9.mx-auto.d-block.mt-2 {
  max-width: 750px;
}
#home.blog #sidebar {
  display: none;
}
#home.blog .content-wrapper .blog-header {
  display: flex;
  flex-direction: column-reverse;
}
#home.blog .content-wrapper .blog-header .blog-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-overflow: ellipsis;
  max-height: unset;
}
#home.blog .content-wrapper .blog-header .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
#home.blog .content-wrapper .blog-header .blog-title a:hover, #home.blog .content-wrapper .blog-header .blog-title a:focus {
  color: #8B7453;
}
#home.blog .content-wrapper .blog-header .blog-meta {
  display: none !important;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #5E5E5E;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
#home.blog .content-wrapper .blog-body {
  text-overflow: ellipsis;
}
#home.blog .content-wrapper .blog-content {
  color: #4F4F4F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.5px;
  text-align: left;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home.blog .content-wrapper .blog-footer {
  text-align: left;
}
#home.blog .blog-read-more a {
  color: #5B5B5B;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  text-transform: uppercase;
}
#home.blog .blog-read-more a svg {
  transition: transform 0.2s ease-in;
}
#home.blog .blog-read-more a:hover svg, #home.blog .blog-read-more a:focus svg {
  transform: translateX(10px);
}
#home.blog .blog-wrapper {
  padding: 0 15px;
}
#home.blog .blog-wrapper:not(:last-child) {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  #home.blog .blog-wrapper:not(:last-child) {
    margin-bottom: 32px;
  }
}
#home.blog .blog-wrapper .row {
  flex-direction: column;
  margin-bottom: 0 !important;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#home.blog .blog-wrapper .blog-media img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home.blog .col-lg-4 {
  max-width: 100%;
  flex: auto;
  padding: 0;
  margin-bottom: 20px;
}
#home.blog .col-lg-8 {
  max-width: 100%;
  flex: auto;
  text-align: center;
  padding: 0;
}
@media (max-width: 592px) {
  #home.blog .news-buttons {
    display: none;
  }
}

#home .page-header h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 42px;
  color: #1D1D1D;
}

#home .splide .splide__track {
  border: none;
}

#home .section-middle-container {
  max-width: 875px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#home .section-middle-container img {
  max-width: 60px;
  margin: 0 auto;
}
#home .section-middle-container .section-middle-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.22px;
  margin: 0;
}
@media (max-width: 592px) {
  #home .section-middle-container .section-middle-text {
    font-size: 13px;
    line-height: 1.5;
  }
}
#home .section-middle-container .section-middle-bottom-text {
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: 0.72px;
}
@media (max-width: 592px) {
  #home .section-middle-container .section-middle-bottom-text {
    font-size: 22px;
  }
}

#home .search_close {
  display: none !important;
}

#home .accept_cookies_wrapper a {
  color: #fff;
}
#home .accept_cookies_wrapper a:hover, #home .accept_cookies_wrapper a:focus {
  color: #8B7453;
}

#home .under-banner-item {
  color: #000;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 592px) {
  #home .under-banner-item {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #home .under-banner-item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

#home .section-about .section-title {
  text-align: left;
}
#home .section-about .btn.btn-theme {
  margin-top: 32px;
}
#home .section-about .about-text {
  color: #292929;
  font-family: "Playfair Display", serif;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
#home .section-about .about-text:last-child {
  margin-bottom: 0;
}
#home .section-about .row {
  row-gap: 32px;
  align-items: center;
}

#home .page-section.section-under-banner .container {
  max-width: 100% !important;
}

#home .section-video .embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

#home .splide__track .splide__list .product-item,
#home .splide__track {
  border: none !important;
}

#home .facebook_container {
  display: none !important;
}

#home .section-about .section-title {
  text-align: left;
}
#home .section-about .section-title span::after {
  background-color: #CABAA4;
  content: "";
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0;
  right: auto;
  margin: 0 auto;
  margin-left: 0;
  width: 66px;
}
#home .section-about .img-wrap {
  padding: 0;
}
#home .section-about .about-wrap {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  #home .section-about .about-wrap {
    padding-right: 60px;
  }
}
#home .section-about .about-wrap .about-text {
  color: #494136;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
#home .section-about .about-wrap .about-text b {
  font-weight: 600;
}
@media (max-width: 592px) {
  #home .section-about .about-wrap .about-text {
    font-size: 14px;
    line-height: 24px;
  }
}

#home .lang-icon {
  stroke: #50412C;
}

#home .thumbnail .add_to_wishlist, #home .thumbnail .remove_from_wishlist, #home .thumbnail .quick_view_action {
  left: 0;
}

#home .footer-about-us a[href*="/about/"] {
  display: none !important;
}

#home .footer-services a[href*="/contact/"] {
  display: none !important;
}

#home .footer-account a[href*="/newsletter/"] {
  display: none !important;
}

#home .btn:not(.btn-wish-list):not(.btn-quick-view) {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}
#home .btn:not(.btn-wish-list):not(.btn-quick-view) span {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 12px;
}
#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view) {
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  border-color: #8B7453;
  color: #50412C;
  justify-content: center;
  border-width: 1px;
}
#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):hover, #home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #8B7453;
  border-color: #8B7453;
  color: #fff;
}
#home .btn-wish-list {
  max-width: 100%;
}
#home .btn.btn-theme-default {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #000;
  border-width: 1px;
}
#home .btn.btn-theme-default:hover, #home .btn.btn-theme-default:focus {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #fff;
  border-radius: 0;
  border-width: 1px;
}
#home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view) {
  background-color: #fff;
  border-color: #8B7453;
  color: #8B7453;
}
#home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view):hover, #home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #8B7453;
  border-color: #8B7453;
  color: #fff;
}
#home .categories-btn.btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: transparent;
  border-color: #8B7453;
  color: #50412C;
}
#home .btn.btn-wish-list,
#home .btn.btn-quick-view {
  color: #9E9E9E;
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .btn.btn-wish-list:hover,
#home .btn.btn-wish-list:focus,
#home .btn.btn-quick-view:hover,
#home .btn.btn-quick-view:focus {
  background-color: transparent;
  border-color: transparent;
}
#home .btn.btn-wish-list:hover i,
#home .btn.btn-wish-list:focus i,
#home .btn.btn-quick-view:hover i,
#home .btn.btn-quick-view:focus i {
  color: #8B7453 !important;
  font-weight: 700 !important;
}
#home .btn.btn-theme.btn-theme-transparent.active i {
  color: #8B7453 !important;
  font-weight: 700 !important;
}
#home .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  color: #9E9E9E;
  font-weight: 700;
}
#home .btn.btn-theme:active, #home .btn.btn-theme:focus {
  border-width: 1px;
}
#home .btn-primary {
  background-color: transparent;
  border-color: #8B7453;
  color: #50412C;
  margin-right: -15px;
}
#home .btn-primary:hover, #home .btn-primary:focus {
  background-color: #8B7453;
  border-color: #8B7453;
  color: #fff;
}
#home .btn.dropdown-toggle,
#home .mobile_filter_button .btn {
  border-color: #8B7453;
  background-color: #8B7453;
  color: #fff;
  text-align: left;
  height: auto;
  border-width: 1px;
}
#home .btn.dropdown-toggle:hover,
#home .btn.dropdown-toggle:focus,
#home .mobile_filter_button .btn:hover,
#home .mobile_filter_button .btn:focus {
  border-color: #8B7453;
  background-color: #fff;
  color: #8B7453;
}
#home.product-category .side-categories .widget-content ul.children li {
  padding-top: 15px;
  padding-bottom: 15px;
}
#home .dropdown-menu > .active > a {
  background-color: #8B7453;
  color: #fff;
}
#home .btn-info {
  background-color: transparent;
  color: #50412C !important;
  border-color: #8B7453;
}
#home .btn-info:hover, #home .btn-info:focus {
  color: #fff !important;
  background-color: #8B7453;
  border-color: #8B7453;
}
#home .btn-danger {
  background-color: #F2F2F2;
  color: #000;
  border-color: #F2F2F2;
}
#home .btn-danger:hover, #home .btn-danger:focus {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #fff;
}

#home.account-login .page-section > .container {
  max-width: 1170px !important;
}
#home.account-login .page-section > .container > .row > .col-lg-6 {
  padding: 0 15px;
}
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper {
  margin-bottom: 0;
}
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper form > .row .hello-text-wrap,
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper form > .row .hello-text-wrap + div,
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper form > .row .hello-text-wrap + div + div {
  margin: 0;
}
@media (max-width: 991px) {
  #home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper {
    margin-bottom: 15px;
  }
}
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper .forgot_password_holder {
  order: 1;
  text-align: center;
  margin-top: 20px !important;
}
#home.account-login .page-section > .container > .row > .col-lg-6.login_wrapper .forgot_password_holder a {
  font-size: 16px;
  font-weight: 400 !important;
  text-decoration: underline;
  text-underline-position: under;
  text-transform: capitalize;
}
#home.account-login .page-section > .container > .row .well {
  padding: 32px;
  background: rgb(247, 247, 247);
  height: 100%;
}
@media (max-width: 767px) {
  #home.account-login .page-section > .container > .row .well {
    padding: 20px;
  }
}
#home.account-login .page-section > .container > .row .well .block-title {
  margin-top: 0 !important;
}
#home.account-login.ro .login_wrapper .block-title span {
  font-size: 0 !important;
}
#home.account-login.ro .login_wrapper .block-title span::before {
  content: "Client Existent";
  font-size: 18px;
  text-transform: uppercase;
}

#home.account-account .block-title.alt {
  text-transform: none;
}
#home.account-account .details-wrap li {
  padding-left: 10px;
}
#home.account-account .block-title.alt {
  text-transform: none;
}
#home.account-account .details-wrap li {
  padding-left: 10px;
}

/*ACCOUNT EDIT FIX*/
#home.account-password .float-left,
#home.account-edit .float-left,
#home.account-address .float-left,
#home.account-order .float-left {
  float: left !important;
}
#home.account-password .float-right,
#home.account-edit .float-right,
#home.account-address .float-right,
#home.account-order .float-right {
  float: right !important;
}

#home.checkout-cart .content-area .page-section .checkout_cart_inner .button-continue-wrapper {
  display: block;
}
#home.checkout-cart #button-coupon {
  height: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#home.checkout-cart .product_row .qty_column .quantity {
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(230, 230, 230, 0.6) !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
#home.checkout-cart .total_text {
  min-width: 100px;
  text-align: right;
}
@media only screen and (max-width: 575px) {
  #home.checkout-cart .checkout_cart_inner .product-item small {
    text-align: center;
  }
}
#home.checkout-cart .extra-action-holder.position-absolute {
  position: static !important;
  margin-left: 10px;
}
#home.checkout-cart .extra-action-holder.position-absolute .quantity_key {
  padding: 0;
  position: static !important;
}

@media only screen and (max-width: 992px) {
  #home.checkout-cart .content-area .page-section .checkout_cart_inner .cart_product .product_row .buttons, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-description, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-price, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .product-thumb, #home .content-area .page-section .checkout_cart_inner .cart_product .product_row .qty_column {
    min-width: 100px;
  }
}
#home.checkout-checkout .logo img {
  padding: 0;
}
#home.checkout-checkout label {
  font-weight: 400 !important;
  text-transform: none;
}
#home.checkout-checkout .form-row.mb-3 {
  margin-bottom: 0 !important;
}
#home.checkout-checkout .form-row.mb-3:last-child {
  margin-bottom: 2rem !important;
}
#home.checkout-checkout .checkout_form .register_block .checkout_title {
  flex-wrap: wrap;
}
#home.checkout-checkout .alert.alert-danger {
  margin: 0 0 1rem 0 !important;
}
#home.checkout-checkout div:not(.checkout_title) > h2 {
  margin-top: 1.8rem;
}
#home.checkout-checkout .panel-title {
  font-size: 0.875rem !important;
}
#home.checkout-checkout .panel-title a,
#home.checkout-checkout .panel-title a:hover {
  color: black;
}
#home.checkout-checkout .panel-title a.collapsed,
#home.checkout-checkout .panel-title a.collapsed:hover {
  color: #737475;
}
#home.checkout-checkout .checkbox.customized {
  margin-bottom: 1rem;
}
#home.checkout-checkout .payment {
  margin-top: 1rem;
}
#home.checkout-checkout .container.checkout_cart_inner > .row.mt-4 .col-12.col-lg-8 {
  margin-bottom: 1.5rem;
}
#home.checkout-checkout .remove_item {
  margin-left: 8px;
}
#home.checkout-checkout .md-bg-holder {
  background: transparent;
}

#home .wrapper .header {
  border-bottom: none !important;
  background: transparent;
  z-index: 20;
  position: relative;
}
#home .wrapper .header .logo {
  order: 0;
  flex-shrink: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 130px;
  order: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
#home .wrapper .header .logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 55px;
}
@media (max-width: 400px) {
  #home .wrapper .header .logo {
    max-width: 80px;
  }
}
#home .wrapper .header .header_add-link {
  margin: 0 auto;
  padding: 0 10px;
  order: 1;
  font-size: 18px;
  line-height: 137%;
  flex-shrink: 0;
}
#home .wrapper .header .header-wrapper .navigation-wrapper .container {
  padding: 0;
}
#home .wrapper .header .nav.sf-menu,
#home .wrapper .header .navigation-wrapper {
  order: 0;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 991px) {
  #home .wrapper .header .nav.sf-menu,
  #home .wrapper .header .navigation-wrapper {
    display: none !important;
  }
}
#home .wrapper .header .header-cart {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home .wrapper .header .header-cart .cart-wrapper {
  border: none;
  display: flex;
  align-items: center;
}
#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block {
  color: #000;
  font-size: 13px;
  line-height: 16px;
}
#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:hover, #home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:focus {
  color: #8B7453;
}
#home .header-wrapper {
  background-color: #FBFBFB;
  transition: background-color 0.2s ease-in;
}
#home .header-wrapper .container-fluid,
#home .header-wrapper .container {
  max-width: 1290px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  #home .header-wrapper .container-fluid,
  #home .header-wrapper .container {
    flex-wrap: wrap;
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  #home .header-wrapper > .container-fluid {
    padding-left: 55px;
    position: relative;
    padding-right: 15px;
  }
}
#home .header-wrapper .mobile-navigation-wrapper {
  top: 28px;
  left: 15px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
#home .header-wrapper .mobile-navigation-wrapper a {
  font-size: medium;
}
#home .header-wrapper .mobile-navigation-wrapper i {
  font-size: 19px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #home .header-wrapper .mobile-navigation-wrapper {
    display: none;
  }
}
#home .header-wrapper .logo {
  margin-right: auto;
}
#home .header-wrapper .logo a:hover, #home .header-wrapper .logo a:focus {
  opacity: 0.5;
}
@media (max-width: 991px) {
  #home .header-wrapper .logo {
    height: auto !important;
    margin-left: auto;
  }
}
#home .header.sticky_trigger.sticky + .content-area {
  padding-top: 95px;
}

#home .header-search {
  position: absolute;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 285px;
  order: 3;
  max-width: 145px;
  margin: 0;
  flex: 0 1 145px;
  margin-left: auto;
  z-index: 200;
  transition: all 0.2s ease-in;
}
#home .header-search .search_close {
  display: none !important;
}
#home .header-search.visible, #home .header-search.opened {
  display: block !important;
}
#home .header-search.visible .search_field input, #home .header-search.opened .search_field input {
  background: #fff;
}
#home .header-search.visible > button svg, #home .header-search.opened > button svg {
  stroke: #000 !important;
}
@media (max-width: 1200px) {
  #home .header-search .search_field {
    padding: 15px;
    background: #FFF;
  }
}
@media (min-width: 1201px) {
  #home .header-search.opened {
    max-width: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  #home .header-search {
    margin: 0 auto;
    display: none !important;
    position: absolute !important;
    top: calc(100% - 1px) !important;
    left: 0;
    right: 0;
    z-index: 10;
    order: 6;
    max-width: 100%;
    width: 100%;
    flex: auto;
    background: #fff;
    border-radius: 0;
    z-index: 20000 !important;
    transition-duration: 0.6s;
    padding: 10px 0;
  }
  #home .header-search.visible {
    display: block !important;
  }
  #home .header-search #search_results {
    display: block !important;
    left: 0;
    right: auto;
    width: 100vw;
    border-radius: 4px;
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: auto;
    min-width: 0;
    max-width: 100%;
    top: calc(100% + 5px);
  }
  #home .header-search #search_results .results_text {
    color: #fff;
    padding: 4px 20px;
    text-align: center;
    background: #fff;
  }
}
#home .header-search .search_field input {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none !important;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 45px;
  height: 40px;
  font-size: 14px !important;
  font-weight: 300;
  color: #454545;
}
#home .header-search .search_field input::-moz-placeholder {
  color: #454545 !important;
}
#home .header-search .search_field input::placeholder {
  color: #454545 !important;
}
@media (max-width: 1200px) {
  #home .header-search .search_field input {
    background: #fff;
    color: #000;
    border-color: #8B7453;
  }
  #home .header-search .search_field input::-moz-placeholder {
    color: #000 !important;
  }
  #home .header-search .search_field input::placeholder {
    color: #000 !important;
  }
}
#home .header-search > button {
  height: 100%;
  display: flex;
  align-items: center;
  left: auto;
  top: 0;
  right: 15px;
  max-width: 25px;
}
#home .header-search > button i {
  font-size: 21px;
  color: #1D1929;
}
#home .header-search > button svg {
  stroke: #000;
}
#home .header-search > button:hover i, #home .header-search > button:focus i {
  color: #8B7453;
}
#home .header-search > button:hover svg, #home .header-search > button:focus svg {
  stroke: #8B7453;
}
@media (max-width: 1200px) {
  #home .header-search > button {
    right: 35px;
    top: 0;
  }
}

#home .top-bar {
  border-bottom: 1px solid #202020;
  background: #111;
  transition: all 0.2s ease-in;
  display: none !important;
}
@media (max-width: 991px) {
  #home .top-bar {
    display: none !important;
  }
}
#home .top-bar ul li:first-child {
  margin-left: 0;
}
#home .top-bar .container-fluid {
  min-height: 45px;
  display: flex;
  align-items: center;
  max-width: 1120px;
}
#home .top-bar .container-fluid > .row {
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
#home .top-bar .container-fluid > .row > div {
  padding: 0;
}
#home .top-bar #form-language ul.dropdown-menu,
#home .top-bar #form-currency ul.dropdown-menu {
  min-width: unset;
  background: #fff !important;
  padding: 0;
}
#home .top-bar #form-language ul.dropdown-menu > li a,
#home .top-bar #form-currency ul.dropdown-menu > li a {
  color: #000 !important;
}
#home .top-bar #form-language ul.dropdown-menu > li a::before,
#home .top-bar #form-currency ul.dropdown-menu > li a::before {
  content: unset !important;
}
#home .top-bar #form-language ul.dropdown-menu > li a:hover, #home .top-bar #form-language ul.dropdown-menu > li a:focus,
#home .top-bar #form-currency ul.dropdown-menu > li a:hover,
#home .top-bar #form-currency ul.dropdown-menu > li a:focus {
  text-decoration: underline;
}
#home .top-bar ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
#home .top-bar ul li a:hover, #home .top-bar ul li a:focus {
  color: rgba(255, 255, 255, 0.4);
}
#home .top-bar .icon-user, #home .top-bar .icon-search {
  display: none !important;
}
#home .top-bar .top-bar-right > ul > li + li:before {
  content: unset;
}

#home .wrapper .header .header-wrapper .search_black_screen {
  background: #000 !important;
  opacity: 0.6 !important;
}

@media only screen and (max-width: 991px) {
  #home .wrapper .header .header-wrapper .header-search .search_field {
    padding: 0 15px;
  }
}
#home .header .popup-trigger-wrap {
  margin: 0 15px;
  min-width: -moz-max-content;
  min-width: max-content;
}
#home .header .popup-trigger-wrap .header-tel {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  font-feature-settings: "pnum" on, "lnum" on;
}
#home .header .popup-trigger {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #3F3A4F;
  display: inline-flex;
  padding-left: 0;
  padding-right: 0;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
}
#home .header .popup-trigger:hover, #home .header .popup-trigger:focus {
  color: #8B7453;
}
#home .header .popup-trigger .dot {
  height: 6px;
  width: 6px;
  background: #8B7453;
  border-radius: 50%;
}

#home .working-time {
  padding: 13px;
}
#home .working-time b {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #000000;
}
#home .working-time p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #646464;
}

#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper {
  background-color: transparent;
}

#home .top-bar-left {
  order: 1;
  display: flex;
  flex: 1;
  align-self: stretch;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  #home .top-bar-left {
    margin-right: 0;
    display: none;
  }
}
#home .top-bar-left > ul > li:not(.flags) {
  display: none !important;
}
#home .top-bar-left > .list-inline {
  display: flex;
  align-items: center;
  margin: 0;
}
#home .top-bar-left > .list-inline > li:first-child {
  display: none !important;
}
#home .top-bar-left .d-lg-inline-block:not(.dropdown) {
  display: none !important;
}
#home .top-bar-left .dropdown.flags {
  margin-left: auto;
}
#home .top-bar-left a {
  font-weight: 500;
  font-size: 14px;
  line-height: 116%;
  color: #646464 !important;
  letter-spacing: normal;
  text-transform: uppercase;
  cursor: pointer;
}
#home .top-bar-left a:hover, #home .top-bar-left a:focus {
  color: #8B7453 !important;
  text-decoration: underline;
}
#home #form-language .dropdown-toggle {
  display: none;
}
#home #form-language .dropdown-menu {
  display: flex;
  position: static;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  min-width: 0;
  font-size: inherit;
  justify-content: center;
}
#home #form-language .dropdown-menu > li:first-child {
  border-right: 1px solid #A1A1A1;
}
#home #form-language .dropdown-menu > li > a {
  padding: 0 13px;
  display: inline-block;
}
#home #form-language .dropdown-menu > li > a svg {
  display: none;
}
@media (max-width: 991px) {
  #home #form-language .dropdown-menu > li > a {
    padding: 0 10px;
  }
}

#home.ro .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=ro-ro] {
  color: #000 !important;
}
#home.ro .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=ro-ro]:hover, #home.ro .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=ro-ro]:focus {
  color: #8B7453;
}

#home.en .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=en-gb] {
  color: #000 !important;
}
#home.en .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=en-gb]:hover, #home.en .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=en-gb]:focus {
  color: #8B7453 !important;
}

#home.common-home.ro .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=ro-ro] {
  color: #fff !important;
}

#home.common-home.en .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .top-bar-left .dropdown.flags .dropdown-menu > li > a[name=en-gb] {
  color: #fff !important;
}

#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper {
  background: transparent;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .logo, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .logo {
  filter: brightness(10);
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .lang-icon, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .lang-icon {
  stroke: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .top-bar-left ul li a, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .top-bar-left ul li a {
  color: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .sf-menu > li > a {
  color: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a::after, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .sf-menu > li > a::after {
  background-color: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a:hover,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a > .arrow, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .sf-menu > li:hover > a,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .sf-menu > li > a:hover,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .sf-menu > li:hover > a > .arrow {
  color: #fff !important;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .search-activator svg, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-cart .cart_drop_down a svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-wishlist__link svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header_login svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .search-activator svg {
  fill: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search > button svg, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper #search > button svg {
  stroke: #fff;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:focus svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:focus svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:focus svg, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header_login > a:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header_login > a:focus svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-wishlist__link:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-wishlist__link:focus svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-cart .cart_drop_down a:hover svg,
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .header-cart .cart_drop_down a:focus svg {
  fill: rgba(255, 255, 255, 0.7);
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::-moz-placeholder, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper #search .search_field input::-moz-placeholder {
  color: #fff !important;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::placeholder, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper #search .search_field input::placeholder {
  color: #fff !important;
}
#home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .fas.fa-bars, #home.common-home .wrapper .sticky-wrapper:not(.is-sticky) .header .navigation-wrapper .fas.fa-bars {
  color: #fff;
}

#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper {
  background: #F6F1E9 !important;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .container-fluid {
  position: relative;
  z-index: 10;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .mobile-navigation-wrapper {
  z-index: 10;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .logo {
  filter: none !important;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .lang-icon {
  stroke: #8B7453 !important;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .top-bar-left ul li a {
  color: #1D1D1D;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a {
  color: #1D1D1D;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a::after {
  background-color: #1D1D1D;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a:hover,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a > .arrow {
  color: #1D1D1D !important;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .search-activator svg {
  fill: #1D1D1D;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search > button svg {
  stroke: #1D1D1D;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:hover svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:focus svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:hover svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:focus svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:hover svg,
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:focus svg {
  stroke: #8B7453;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::-moz-placeholder {
  color: #1D1D1D !important;
}
#home.overflow-hidden .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::placeholder {
  color: #1D1D1D !important;
}

#home.common-home .wrapper.wrapper-opened .sticky-wrapper:not(.is-sticky) .header .header-wrapper {
  background: #fff;
}

#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper {
  background: transparent;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .logo {
  filter: brightness(10);
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .lang-icon {
  stroke: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .top-bar-left ul li a {
  color: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a {
  color: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a::after {
  background-color: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li > a:hover,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .sf-menu > li:hover > a > .arrow {
  color: #fff !important;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .search-activator svg {
  fill: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search > button svg {
  stroke: #fff;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:hover svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header_login > a:focus svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:hover svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-wishlist__link:focus svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:hover svg,
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .header-cart .cart_drop_down a:focus svg {
  stroke: rgba(255, 255, 255, 0.7);
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::-moz-placeholder {
  color: #fff !important;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper #search .search_field input::placeholder {
  color: #fff !important;
}
#home.common-home:not(.overflow-hidden):not(.nav-visible) .wrapper .sticky-wrapper:not(.is-sticky) .header .header-wrapper .fas.fa-bars {
  color: #fff;
}

#home.common-home .wrapper.wrapper-opened .sticky-wrapper:not(.is-sticky) .header .header-wrapper {
  background: #fff;
}

#form-language {
  display: flex;
}

#home .navigation-wrapper {
  background: transparent;
  border-top: none;
}
#home .navigation-wrapper .container {
  max-width: 1300px;
}

#home .sf-menu li > a {
  padding: 18px 0 !important;
  margin: 0;
  color: #1D1D1D;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  transition: all 0.2s ease-in !important;
}

#home .sf-menu .block-title {
  font-weight: 400;
  border: none;
  color: #1D1D1D;
  padding: 10px 26px;
  margin-bottom: 10px;
  padding-right: 35px;
}
#home .sf-menu .block-title span::after {
  content: unset;
}

#home .sf-menu,
#home .sf-menu li > a {
  border: none;
  background-color: transparent;
}

#home .sf-menu li:hover,
#home .sf-menu a:hover,
#home .sf-menu a:focus {
  background-color: transparent;
}

#home .sf-menu li > a::before {
  display: none;
}

#home .sf-menu li > a > .arrow {
  line-height: 1;
  height: auto;
  width: 12px;
  position: relative;
  margin-left: 6px;
  display: inline;
}

#home .sf-menu li > a > .arrow > i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

#home .sf-menu li > a > .arrow > i::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home .sf-menu {
  margin-bottom: 0;
  justify-content: start;
}

#home .sf-menu > li {
  position: relative !important;
  padding: 0 15px;
}

#home .sf-menu > li:nth-child(3),
#home .sf-menu > li:last-child {
  order: 1;
}

#home .sf-menu > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8B7453;
  position: absolute;
  bottom: 12px;
  opacity: 0;
  transition: opacity 0.4s;
}

#home .sf-menu > li:hover > a,
#home .sf-menu > li > a:hover,
#home .sf-menu > li:hover > a > .arrow {
  color: #8B7453 !important;
  background: transparent;
}

#home .sf-menu > li:hover > a::after {
  opacity: 1;
}

#home .sf-menu > li:hover > a > .arrow {
  transform: rotate(-180deg);
}

#home .sf-menu > li > ul {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: #fff;
  border: 1px solid #E4E4E4;
  min-width: 200px;
  margin: 54px 0 0;
  padding: 16px 0;
  top: 0;
  left: 0;
  z-index: 3;
  justify-content: space-between;
  max-height: 70vh;
  overflow: auto;
}

#home .sf-menu > li.megamenu > ul {
  min-width: 300px;
}

#home .sf-menu > li > ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}

#home .sf-menu > li ul > li:not(.empty-item) {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: none;
  max-width: unset;
  float: none;
}

#home .sf-menu > li ul > li.megaline {
  padding: 0;
  width: 200px;
}

#home .sf-menu > li .hidden_nav_ul .arrow {
  position: absolute;
  top: 5px;
  right: 0;
}

#home .sf-menu > li .hidden_nav_ul li > ul {
  margin-top: 0;
  background-color: transparent;
}

#home .sf-menu > li .hidden_nav_ul .hidden_nav_element {
  margin: 0;
}

#home .sf-menu > li .hidden_nav_ul li > ul .hidden_nav_element {
  display: none;
}

#home .sf-menu > li .hidden_nav_ul li > ul li {
  padding: 10px;
}

#home .sf-menu > li ul > li div {
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
  max-width: 100%;
  min-width: 100%;
}
#home .sf-menu > li ul > li div:not(:last-child) > .block-title {
  border-bottom: 1px solid #E5E5E5;
}

#home .sf-menu > li ul > li .block-title {
  position: relative;
  z-index: 3;
}

#home .sf-menu > li ul > li .block-title span {
  width: 100%;
}

#home .sf-menu > li ul > li .block-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 35px 11px 29px;
  height: auto;
  flex-grow: 1;
}

#home .sf-menu > li ul > li .padre .arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 0;
  cursor: pointer;
  z-index: 9;
  font-size: 16px;
}

#home .sf-menu > li ul > li .padre.open .arrow i {
  color: #8B7453;
  transform: rotate(-180deg);
}

#home .sf-menu > li ul > li .padre.open .block-title a {
  color: #8B7453;
}

#home .sf-menu > li ul > li div a,
#home .sf-menu > li ul > li > a {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #282828;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 !important;
  position: relative;
  width: 100%;
  z-index: 1;
  justify-content: flex-start;
}

#home .sf-menu > li ul > li:hover > a {
  color: #8B7453;
}

#home .sf-menu > li ul > li:hover div a #home .sf-menu > li ul > li:hover a,
#home .sf-menu > li ul > li a:hover,
#home .sf-menu > li ul > li div:hover .block-title a {
  background: transparent;
  color: #8B7453 !important;
}

#home .sf-menu > li ul > li div li:hover a {
  color: #8B7453;
}

#home .sf-menu > li ul > li div ul {
  display: none;
  position: relative;
  margin: 0 !important;
  background: #fff;
  width: 200px;
  padding: 0;
}

#home .sf-menu > li ul > li .padre.open ul {
  display: block;
}

#home .sf-menu > li ul > li div ul > li {
  width: 100%;
  padding: 3px 29px 3px 26px !important;
}
#home .sf-menu > li ul > li div ul > li a {
  padding-left: 25px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  color: #77777A !important;
}
#home .sf-menu > li ul > li div ul > li a:hover, #home .sf-menu > li ul > li div ul > li a:focus {
  color: #8B7453 !important;
}

#home .sf-menu > li ul > li div ul > li > a {
  color: #1D1D1D;
}

#home.common-home .main-slider .owl-wrapper-outer {
  box-shadow: none;
}
#home.common-home .main-slider .caption .container {
  position: static;
}
#home.common-home .main-slider .caption .div-table {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home.common-home .main-slider .caption .caption-content {
  display: block !important;
  max-width: 800px;
}
#home.common-home .main-slider .caption .caption-content .caption-subtitle {
  margin-bottom: 2vw;
}
#home.common-home .main-slider .caption .caption-content .caption-subtitle span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
}
@media (max-width: 992px) {
  #home.common-home .main-slider .caption .caption-content .caption-subtitle span {
    font-size: 6vw;
  }
}
@media (max-width: 576px) {
  #home.common-home .main-slider .caption .caption-content .caption-subtitle span {
    font-size: 9vw;
  }
}
@media (max-width: 568px) {
  #home.common-home .main-slider .caption .div-cell {
    vertical-align: middle !important;
  }
}
#home.common-home .main-slider .caption .btn.btn-theme {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  color: #50412C;
  background-color: #fff;
  border-color: #fff;
  font-family: "Playfair Display", serif;
}
#home.common-home .main-slider .caption .btn.btn-theme span {
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
#home.common-home .main-slider .caption .btn.btn-theme svg {
  transition: all 0.2s ease-in;
  fill: #8B7453;
}
#home.common-home .main-slider .caption .btn.btn-theme:hover, #home.common-home .main-slider .caption .btn.btn-theme:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#home.common-home .main-slider .caption .btn.btn-theme:hover svg, #home.common-home .main-slider .caption .btn.btn-theme:focus svg {
  fill: #8B7453;
}

#home .homefeatured_category {
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
#home .homefeatured_category .row {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  #home .homefeatured_category .row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #home .homefeatured_category .row img {
    width: 100%;
    height: 100%;
  }
}
#home .homefeatured_category > div > div > div {
  max-width: 100%;
  padding: 0;
  border: none;
}
@media (min-width: 769px) {
  #home .homefeatured_category > div > div > div:nth-child(odd) .thumbnail .caption-title span {
    margin-left: auto;
  }
}
#home .homefeatured_category > div > div > div .thumbnail {
  border: none;
}
#home .homefeatured_category > div > div > div .media-link .caption {
  position: absolute;
}
#home .homefeatured_category > div > div > div .media-link .caption .caption-wrapper {
  display: table !important;
  height: 90% !important;
}
#home .homefeatured_category > div > div > div .media-link .caption .caption-inner {
  display: table-cell !important;
  vertical-align: top !important;
}
#home .homefeatured_category .container {
  max-width: 1920px;
  padding: 0;
}
#home .homefeatured_category img {
  padding: 0;
  transition: transform 0.2s ease-in;
}
#home .homefeatured_category .row {
  margin: 0;
}
@media (min-width: 768px) {
  #home .homefeatured_category .mt-4 {
    margin-top: 0 !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home .homefeatured_category .mt-4 {
    padding: 0;
  }
}
#home .homefeatured_category .caption-inner {
  border: none;
}
#home .homefeatured_category .thumbnail .caption-title {
  text-align: center !important;
  max-height: 100%;
}
@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .caption-title {
    margin-bottom: 0;
  }
}
#home .homefeatured_category .thumbnail .caption-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  text-transform: none;
  background: transparent;
  color: #fff;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin: 0;
  padding: 4vw;
}
@media (max-width: 592px) {
  #home .homefeatured_category .thumbnail .caption-title span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail.thumbnail-banner {
    max-width: 100%;
  }
}
#home .homefeatured_category .thumbnail .btn {
  display: none !important;
  display: block;
  margin: 0 auto;
  float: none;
  background-color: transparent !important;
  border: none;
  text-transform: none;
  margin-right: 0;
  color: #fff;
  text-align: left;
  padding-left: 70px;
}
@media (max-width: 576px) {
  #home .homefeatured_category .thumbnail .btn {
    padding-left: 20px;
  }
}
#home .homefeatured_category .thumbnail .btn span {
  font-size: 21px;
  line-height: 29px;
  color: #fff;
}
@media (max-width: 576px) {
  #home .homefeatured_category .thumbnail .btn span {
    font-size: 12px;
    line-height: 14px;
  }
}
#home .homefeatured_category .thumbnail .btn svg {
  fill: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .btn svg {
    width: 15px;
  }
}
#home .homefeatured_category .media-link:hover img, #home .homefeatured_category .media-link:focus img {
  transform: scale(1.03);
}
#home .homefeatured_category .media-link:hover .btn svg, #home .homefeatured_category .media-link:focus .btn svg {
  opacity: 1;
}

#home .social-icons li {
  padding: 0;
  border: none;
}
#home .social-icons li a:hover,
#home .social-icons li a:focus {
  background-color: transparent;
}
#home footer.footer {
  border-top: none;
  background: #F6F1E9;
}
#home footer.footer .footer-logo {
  max-width: 150px;
  margin: 0;
  margin-left: 0;
}
#home footer.footer .footer-logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#home .footer-widgets {
  background-color: transparent;
  padding: 0;
  display: block !important;
  border: none;
  border-top: 1px solid #AFA393;
}
@media (min-width: 769px) {
  #home .footer-widgets {
    border-bottom: 1px solid #AFA393;
  }
}
#home .footer-widgets > .container {
  padding: 0 15px;
  position: relative;
}
@media (min-width: 769px) {
  #home .footer-widgets > .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#home .footer-widgets .widget-categories ul li a,
#home .footer-widgets .widget-categories ul li > span {
  color: #494136;
  padding-left: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 592px) {
  #home .footer-widgets .widget-categories ul li a,
  #home .footer-widgets .widget-categories ul li > span {
    font-size: 14px;
  }
}
#home .footer-widgets .widget-categories ul li + li {
  border-top: none;
}
#home .footer-widgets .widget-categories a:hover,
#home .footer-widgets .widget-categories a:focus {
  color: #8B7453 !important;
}
#home .footer-widgets .widget-title {
  font-family: "Playfair Display", serif;
  color: #494136;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 592px) {
  #home .footer-widgets .widget-title {
    font-size: 19px;
    line-height: 1.2;
  }
}
#home .footer-widgets .widget-title::before {
  background: #CABAA4;
}
#home .footer-widgets .widget-categories ul li a:before {
  display: none;
}
#home .footer-widgets .container > .row > div {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-left: 18px;
}
@media (min-width: 769px) {
  #home .footer-widgets .container > .row > div {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
#home .footer-meta {
  border-top: none;
  background: transparent;
}
@media (max-width: 595px) {
  #home .footer-meta {
    padding-bottom: 10px;
  }
}
#home .footer-meta .footer_content_wrapper {
  margin-bottom: 0;
}
#home .footer-meta .footer_content_wrapper svg {
  max-width: 360px !important;
}
@media (max-width: 595px) {
  #home .footer-meta .footer_content_wrapper svg {
    max-width: 100% !important;
  }
}
#home .footer-meta .copyright_row > div {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  #home .footer-meta .copyright_row > div {
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
#home .footer-meta .copyright_row > div::after {
  content: unset;
}
#home .footer-meta .copyright_row > div:last-child {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #home .footer-meta .copyright_row > div:last-child {
    display: none;
  }
}
@media (min-width: 769px) {
  #home .footer-meta .copyright_row > div:last-child {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#home .footer-meta .copyright a {
  text-align: center;
  float: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
#home .footer-meta .copyright img {
  max-width: 72px;
}
#home .footer-meta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .footer-meta p {
  margin-bottom: 0;
}
#home .footer-widgets > .container {
  margin: auto;
  height: auto;
}
#home .footer .social-icons {
  margin-top: 20px;
}
#home .footer .social-icons li:not(:last-child) {
  margin-right: 15px;
}
#home .footer .social-icons li a {
  border: none;
}
#home .footer .social-icons li a i {
  color: #494136;
  font-size: 25px;
}
#home .footer .social-icons li a i[class*=instagram] {
  font-size: 27px;
}
#home .footer .social-icons li a:hover i,
#home .footer .social-icons li a:focus i {
  color: #8B7453;
}
#home .fa.fa-wheelchair {
  color: #000 !important;
}
#home .footer .copyright_row {
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  #home .footer .copyright_row {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
#home .footer-meta .payments {
  max-width: 100%;
  width: 337px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #home .footer-meta .payments {
    order: 1;
  }
}
#home .romanian-payments {
  margin-right: 27px;
  display: flex;
  align-items: center;
  gap: 7px;
}
#home .romanian-payments a {
  transition: opacity 0.2s ease-in;
}
#home .romanian-payments a:hover, #home .romanian-payments a:focus {
  opacity: 0.7;
}
#home .romanian-payments img {
  max-width: 177px;
  width: 177px;
}
@media (max-width: 768px) {
  #home .romanian-payments {
    margin-left: 0;
    margin-top: 20px;
    order: 2;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #home .romanian-payments {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #home .footer .footer-widgets .row {
    justify-content: space-between;
  }
  #home .footer-meta .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #home .footer-widgets {
    border-bottom: 0;
  }
  #home .footer .footer-widgets .row {
    padding-top: 40px;
  }
  #home .footer .footer-widgets .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-left: none;
    border-collapse: collapse;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0 !important;
    position: static;
  }
  #home .footer .footer-widgets .row > div:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #home .footer .footer-widgets .row > div.logo-wrap {
    order: -1;
  }
  #home .footer .footer-widgets .row > div.logo-wrap .logo {
    margin: 0;
    text-align: left;
  }
  #home .footer .copyright_row > div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #home .footer .footer-meta {
    border-top: none;
    padding-top: 0;
  }
}

#home .lang__switcher {
  position: relative;
}
#home .lang__switcher form > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 0;
  border: 1px solid #D6D6D6;
  padding: 8px 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  transition: all 0.2s ease-in;
  background: #fff;
}
#home .lang__switcher form > a::after {
  content: "\f078";
  border: none;
  font-family: "FONT AWESOME 6 PRO";
  margin-left: auto;
}
#home .lang__switcher form > a::before {
  margin-right: 8px;
}
#home .lang__switcher form > a[aria-expanded=true]::after {
  color: #8B7453;
  transform: rotate(180deg);
}
#home .lang__switcher form > a:hover, #home .lang__switcher form > a:focus {
  border-color: #8B7453;
  background-color: #fff;
}
#home .lang__switcher ul {
  transform: none !important;
  top: 100% !important;
  border: 1px solid #E9E9E9;
  padding: 8px 10px;
  width: 100%;
  border-radius: 0;
}
#home .lang__switcher ul a {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
#home .lang__switcher ul a::before {
  margin-right: 8px;
}
#home .lang__switcher ul a[name=bg-bg]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 0C7.13812 0 2.57812 3.3825 0.8025 8.125H24.1969C22.4219 3.3825 17.8619 0 12.5 0Z' fill='%23ECEFF1'/%3E%3Cpath d='M25 12.5C25 10.9581 24.7075 9.48875 24.1975 8.125H0.8025C0.2925 9.48875 0 10.9581 0 12.5C0 14.0419 0.2925 15.5112 0.8025 16.875H24.1969C24.7075 15.5112 25 14.0419 25 12.5Z' fill='%2343A047'/%3E%3Cpath d='M24.1975 16.875H0.8025C2.57812 21.6175 7.13812 25 12.5 25C17.8619 25 22.4219 21.6175 24.1975 16.875Z' fill='%23FF3D00'/%3E%3C/svg%3E");
}
#home .lang__switcher ul a[name=en-gb]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5Z' fill='%230052B5'/%3E%3Cpath d='M9.375 6.875V0.393805C9.88401 0.262795 10.4056 0.16304 10.9375 0.096709C11.4494 0.0328802 11.9708 0 12.5 0C13.0292 0 13.5506 0.0328802 14.0625 0.096709C14.5944 0.16304 15.116 0.262795 15.625 0.393805V8.59375L20.9375 3.27717C21.5102 3.80137 22.3454 4.84695 22.8125 5.46875L18.75 9.375H24.6062C24.7372 9.88401 24.837 10.4056 24.9033 10.9375C24.9671 11.4494 25 11.9708 25 12.5C25 13.0292 24.9671 13.5506 24.9033 14.0625C24.837 14.5944 24.7372 15.116 24.6062 15.625H17.8125L22.5009 20C21.829 20.8946 21.0398 21.696 20.1562 22.3816L15.625 17.8125V24.6062C15.116 24.7372 14.5944 24.837 14.0625 24.9033C13.5506 24.9671 13.0292 25 12.5 25C11.9708 25 11.4494 24.9671 10.9375 24.9033C10.4056 24.837 9.884 24.7372 9.375 24.6062L9.375 16.5625L4.21875 21.8635C3.51947 21.2445 2.89003 20.5485 2.34375 19.7886L6.875 15.625H0.393805C0.262795 15.116 0.163041 14.5944 0.0967097 14.0625C0.0328805 13.5506 0 13.0292 0 12.5C0 11.9708 0.0328802 11.4494 0.096709 10.9375C0.16304 10.4056 0.262795 9.88401 0.393805 9.375H7.03125L2.5 4.99878C3.19353 4.07569 4.0119 3.25175 4.93004 2.55201L9.375 6.875Z' fill='white'/%3E%3Cpath d='M9.375 9.375L3.67029 3.65205C3.36863 3.95309 3.08228 4.26945 2.8125 4.59987L7.8125 9.375H9.375Z' fill='%23D90026'/%3E%3Cpath d='M15.625 9.375L21.3297 3.65205C21.6314 3.95308 21.9177 4.26945 22.1875 4.59987L17.1875 9.375H15.625Z' fill='%23D90026'/%3E%3Cpath d='M15.625 15.7323L21.3297 21.4552C21.6314 21.1542 21.9177 20.8378 22.1875 20.5074L17.1875 15.7323H15.625Z' fill='%23D90026'/%3E%3Cpath d='M9.375 15.7323L3.67029 21.4552C3.36863 21.1542 3.08228 20.8378 2.8125 20.5074L7.8125 15.7323H9.375Z' fill='%23D90026'/%3E%3Cpath d='M0.096709 10.9375C0.0328802 11.4494 0 11.9708 0 12.5C0 13.0292 0.0328805 13.5506 0.0967097 14.0625H10.9375V24.9033C11.4494 24.9671 11.9708 25 12.5 25C13.0292 25 13.5506 24.9671 14.0625 24.9033V14.0625H24.9033C24.9671 13.5506 25 13.0292 25 12.5C25 11.9708 24.9671 11.4494 24.9033 10.9375H14.0625V0.096709C13.4509 0.00470825 13.1373 0 12.5 0C11.9708 0 11.4494 0.0328802 10.9375 0.096709V10.9375H0.096709Z' fill='%23D90026'/%3E%3C/svg%3E");
}
#home .lang__switcher ul a[name=ru-ru]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 0C6.8526 0 2.475 3.2472 0.7704 7.8H23.229C21.525 3.2472 17.1474 0 12 0Z' fill='%23E0E1E2'/%3E%3Cpath d='M24 12C24 10.5198 23.7192 9.1092 23.2296 7.8H0.7704C0.2808 9.1092 0 10.5198 0 12C0 13.4802 0.2808 14.8908 0.7704 16.2H23.229C23.7192 14.8908 24 13.4802 24 12Z' fill='%233F51B5'/%3E%3Cpath d='M23.2296 16.2H0.7704C2.475 20.7528 6.8526 24 12 24C17.1474 24 21.525 20.7528 23.2296 16.2Z' fill='%23FF3D00'/%3E%3C/svg%3E");
}
#home .lang__switcher ul a:hover, #home .lang__switcher ul a:focus {
  color: #8B7453;
}

#home.en .lang__switcher form > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5Z' fill='%230052B5'/%3E%3Cpath d='M9.375 6.875V0.393805C9.88401 0.262795 10.4056 0.16304 10.9375 0.096709C11.4494 0.0328802 11.9708 0 12.5 0C13.0292 0 13.5506 0.0328802 14.0625 0.096709C14.5944 0.16304 15.116 0.262795 15.625 0.393805V8.59375L20.9375 3.27717C21.5102 3.80137 22.3454 4.84695 22.8125 5.46875L18.75 9.375H24.6062C24.7372 9.88401 24.837 10.4056 24.9033 10.9375C24.9671 11.4494 25 11.9708 25 12.5C25 13.0292 24.9671 13.5506 24.9033 14.0625C24.837 14.5944 24.7372 15.116 24.6062 15.625H17.8125L22.5009 20C21.829 20.8946 21.0398 21.696 20.1562 22.3816L15.625 17.8125V24.6062C15.116 24.7372 14.5944 24.837 14.0625 24.9033C13.5506 24.9671 13.0292 25 12.5 25C11.9708 25 11.4494 24.9671 10.9375 24.9033C10.4056 24.837 9.884 24.7372 9.375 24.6062L9.375 16.5625L4.21875 21.8635C3.51947 21.2445 2.89003 20.5485 2.34375 19.7886L6.875 15.625H0.393805C0.262795 15.116 0.163041 14.5944 0.0967097 14.0625C0.0328805 13.5506 0 13.0292 0 12.5C0 11.9708 0.0328802 11.4494 0.096709 10.9375C0.16304 10.4056 0.262795 9.88401 0.393805 9.375H7.03125L2.5 4.99878C3.19353 4.07569 4.0119 3.25175 4.93004 2.55201L9.375 6.875Z' fill='white'/%3E%3Cpath d='M9.375 9.375L3.67029 3.65205C3.36863 3.95309 3.08228 4.26945 2.8125 4.59987L7.8125 9.375H9.375Z' fill='%23D90026'/%3E%3Cpath d='M15.625 9.375L21.3297 3.65205C21.6314 3.95308 21.9177 4.26945 22.1875 4.59987L17.1875 9.375H15.625Z' fill='%23D90026'/%3E%3Cpath d='M15.625 15.7323L21.3297 21.4552C21.6314 21.1542 21.9177 20.8378 22.1875 20.5074L17.1875 15.7323H15.625Z' fill='%23D90026'/%3E%3Cpath d='M9.375 15.7323L3.67029 21.4552C3.36863 21.1542 3.08228 20.8378 2.8125 20.5074L7.8125 15.7323H9.375Z' fill='%23D90026'/%3E%3Cpath d='M0.096709 10.9375C0.0328802 11.4494 0 11.9708 0 12.5C0 13.0292 0.0328805 13.5506 0.0967097 14.0625H10.9375V24.9033C11.4494 24.9671 11.9708 25 12.5 25C13.0292 25 13.5506 24.9671 14.0625 24.9033V14.0625H24.9033C24.9671 13.5506 25 13.0292 25 12.5C25 11.9708 24.9671 11.4494 24.9033 10.9375H14.0625V0.096709C13.4509 0.00470825 13.1373 0 12.5 0C11.9708 0 11.4494 0.0328802 10.9375 0.096709V10.9375H0.096709Z' fill='%23D90026'/%3E%3C/svg%3E");
}
#home.en .lang__switcher form ul a[name=en-gb] {
  display: none;
}

#home.bg .lang__switcher form > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 0C7.13812 0 2.57812 3.3825 0.8025 8.125H24.1969C22.4219 3.3825 17.8619 0 12.5 0Z' fill='%23ECEFF1'/%3E%3Cpath d='M25 12.5C25 10.9581 24.7075 9.48875 24.1975 8.125H0.8025C0.2925 9.48875 0 10.9581 0 12.5C0 14.0419 0.2925 15.5112 0.8025 16.875H24.1969C24.7075 15.5112 25 14.0419 25 12.5Z' fill='%2343A047'/%3E%3Cpath d='M24.1975 16.875H0.8025C2.57812 21.6175 7.13812 25 12.5 25C17.8619 25 22.4219 21.6175 24.1975 16.875Z' fill='%23FF3D00'/%3E%3C/svg%3E");
}
#home.bg .lang__switcher form ul a[name=bg-bg] {
  display: none;
}

#home.ru .lang__switcher form > a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 0C6.8526 0 2.475 3.2472 0.7704 7.8H23.229C21.525 3.2472 17.1474 0 12 0Z' fill='%23E0E1E2'/%3E%3Cpath d='M24 12C24 10.5198 23.7192 9.1092 23.2296 7.8H0.7704C0.2808 9.1092 0 10.5198 0 12C0 13.4802 0.2808 14.8908 0.7704 16.2H23.229C23.7192 14.8908 24 13.4802 24 12Z' fill='%233F51B5'/%3E%3Cpath d='M23.2296 16.2H0.7704C2.475 20.7528 6.8526 24 12 24C17.1474 24 21.525 20.7528 23.2296 16.2Z' fill='%23FF3D00'/%3E%3C/svg%3E");
}
#home.ru .lang__switcher form ul a[name=ru-ru] {
  display: none;
}

@media (max-width: 768px) {
  #home #mc_embed_signup {
    right: 0;
    position: absolute;
    left: 0;
    top: 170px;
  }
}

#home #mc_embed_signup form {
  margin: 0;
  margin-bottom: 25px;
  position: relative;
}
#home #mc_embed_signup form .mc-field-group {
  position: relative;
}
#home #mc_embed_signup form h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.46px;
  text-transform: uppercase;
}
#home #mc_embed_signup form input:not(.button) {
  border-radius: 0;
  padding-right: 40px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  background: transparent;
}
#home #mc_embed_signup form .button {
  margin: 0;
  height: 45px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
#home #mc_embed_signup form .button:hover, #home #mc_embed_signup form .button:focus {
  background-color: transparent;
  color: #8B7453;
  border-color: transparent;
}
#home #mc_embed_signup form .foot {
  width: 100%;
  display: block;
}
#home #mc_embed_signup form .optionalParent {
  position: absolute;
  top: 0;
  right: 0;
}

#home footer .footer-widgets .bs-menu-toggle {
  display: none !important;
}

/*PRODUCT PAGE*/
#home.product-product .product-single .buttons {
  align-items: center;
  margin-left: 0;
}
#home.product-product .product-single .buttons .quantity {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 592px) {
  #home.product-product .product-single .buttons .quantity .quantity_key {
    min-width: 44px;
    height: 44px;
  }
}
#home.product-product .product-single .btn.dropdown-toggle {
  height: 40px;
}
#home.product-product .product-single .btn.dropdown-toggle .filter-option {
  height: 100%;
}
#home.product-product .product-single .btn.dropdown-toggle .filter-option .filter-option-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#home.product-product .special-price + .product-price {
  color: #FF2D2D;
}
#home.product-product .buttons .quantity .qty {
  height: 44px;
  border: none;
}
#home.product-product .product-single .buttons .quantity + button {
  margin: 0;
  min-width: 125px;
}
#home.product-product .product-single .buttons .quantity .btn {
  color: #fff;
  height: 44px !important;
}
#home.product-product .product-single .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-color: #8B7453 !important;
  border-radius: 50%;
  border-width: 1px;
  margin-left: 10px;
  width: 48px;
  height: 48px;
}
#home.product-product .product-single .buttons .quantity .btn i {
  padding: 0;
  color: #8B7453;
  margin: 0;
}
#home.product-product .product-single.product-item .buttons #button-booking,
#home.product-product .product-single.product-item .buttons #button-cart {
  background-color: #8B7453;
  color: #fff;
  border-color: #8B7453;
  margin-top: 0;
}
#home.product-product .product-single.product-item .buttons #button-booking:hover, #home.product-product .product-single.product-item .buttons #button-booking:focus,
#home.product-product .product-single.product-item .buttons #button-cart:hover,
#home.product-product .product-single.product-item .buttons #button-cart:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fff !important;
}
#home.product-product .product-single.product-item .buttons #button-purchase-now {
  margin-top: 0;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active),
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) {
  background-color: #8B7453;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i,
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover, #home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus,
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover,
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus {
  border-color: #8B7453;
  background-color: #8B7453;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i, #home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i,
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i,
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i {
  color: #fff !important;
  font-weight: 700 !important;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active {
  border-color: #8B7453 !important;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active i {
  font-size: 25px;
  color: #fff !important;
  font-weight: 700 !important;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover, #home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus {
  border-color: transparent;
  background-color: transparent;
}
#home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover i, #home.product-product .buttons .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus i {
  color: #fff !important;
  font-weight: 300 !important;
}
#home.product-product .product-single .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.product-product .social-icons li a {
  border: none;
}
#home.product-product .content-tabs .nav-tabs > li > a.active {
  color: #8B7453;
  border-top-color: #e9e9e9;
  border: none;
}
@media screen and (max-width: 369px) {
  #home.product-product .product-product .product-single .buttons .btn-compare, #home.product-product .product-product .product-single .buttons .btn-wish-list {
    display: block;
  }
}
#home.product-product .product-page-whatsapp-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto;
  padding: 0;
}
#home.product-product .product-page-whatsapp-btn:hover, #home.product-product .product-page-whatsapp-btn:focus {
  color: #8B7453;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content {
  border-radius: 20px;
  padding: 20px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer {
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .special-price + .product-price {
  color: #FF2D2D;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header {
  flex-direction: row;
  border-bottom: 0;
  position: relative;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .product-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  padding-right: 40px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .close {
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row {
  justify-content: center !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row > div {
  flex: auto;
  width: auto;
  max-width: 100%;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .quick_view_modal_content {
  border-radius: 20px;
  padding: 30px 60px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item {
  max-width: 100%;
  padding-bottom: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item .upsale_product_wrapper .title {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item label.control-label {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item #tab-description > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons {
  align-items: center;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity {
  display: flex;
  margin: 0;
  border: none;
  justify-content: center;
}
@media (max-width: 592px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .quantity_key {
    min-width: 44px;
    height: 44px;
  }
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity + button {
  margin: 0;
  min-width: 125px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .qty {
  height: 44px;
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-color: #8B7453 !important;
  border-radius: 50%;
  border-width: 1px;
  margin-left: 10px;
  width: 48px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn {
  height: 44px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn i {
  padding: 0;
  margin: 0;
  color: #8B7453;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart {
  background-color: #8B7453;
  color: #fff;
  border-color: #8B7453;
  margin-top: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fff !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active),
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) {
  background-color: #8B7453;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus {
  border-color: #8B7453;
  background-color: #8B7453;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i {
  color: #FFF !important;
  font-weight: 700;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active {
  border-color: #25201D !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active i {
  font-size: 25px;
  font-weight: 300;
  color: #fff !important;
  font-weight: 700;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus {
  border-color: #8B7453;
  background-color: #8B7453;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus i {
  color: #fff !important;
  font-weight: 300 !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .social-icons li a {
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .content-tabs .nav-tabs > li > a.active {
  color: #8B7453;
  border-top-color: #e9e9e9;
  border: none;
}
@media screen and (max-width: 369px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-compare, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-wish-list {
    display: block;
  }
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto;
  padding: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:focus {
  color: #8B7453;
}

#home #quick_view_modal .quick_view_modal_content .buttons .quantity input.quantity_field {
  background: #8B7453;
  width: 44px;
  height: 44px;
  max-width: 44px;
}

#home .products .hide_on_mobile {
  display: block !important;
}

#home .bx-prev,
#home .bx-next,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev,
#home #quick_view_modal .product-single .bx-wrapper .bx-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  border: none;
  box-shadow: none !important;
  border-radius: 50%;
  background-color: #8B7453;
  padding: 10px;
  height: 39px;
  width: 39px;
}

#home .bx-prev i,
#home .bx-next i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i {
  font-size: 18px;
  color: #FFFFFF;
  transition: color 0.2s ease-in;
  font-weight: 700;
  background: transparent;
}

#home .bx-prev i.fa-angle-left::before,
#home .bx-next i.fa-angle-left::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i.fa-angle-left::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i.fa-angle-left::before {
  content: "\f060";
}

#home .bx-prev i.fa-angle-right::before,
#home .bx-next i.fa-angle-right::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i.fa-angle-right::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i.fa-angle-right::before {
  content: "\f061";
}

#home .bx-prev:hover, #home .bx-prev:focus,
#home .bx-next:hover,
#home .bx-next:focus,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:hover,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:focus,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:hover,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:focus {
  background-color: #8B7453;
}

#home .bx-prev:hover i, #home .bx-prev:focus i,
#home .bx-next:hover i,
#home .bx-next:focus i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:hover i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:focus i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:hover i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:focus i {
  color: #fff;
}

@media (max-width: 595px) {
  #home .bx-prev,
  #home .bx-next,
  #home #quick_view_modal .product-single .bx-wrapper .bx-prev,
  #home #quick_view_modal .product-single .bx-wrapper .bx-next {
    height: 40px;
    width: 40px;
  }
}
#home .bx-prev,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev {
  left: 5px;
}

#home .bx-next,
#home #quick_view_modal .product-single .bx-wrapper .bx-next {
  right: 5px;
}

#home .caption-weight,
#home .product-weight {
  display: none !important;
}

/*PRODUCT PAGE*/
#home.product-product .product-single .buttons {
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
#home.product-product .product-single .buttons .quantity {
  display: flex;
  margin: 0;
  max-width: 300px;
  align-items: center;
}
@media (max-width: 592px) {
  #home.product-product .product-single .buttons .quantity .quantity_key {
    min-width: 44px;
    height: 44px;
  }
}
#home.product-product .product-single .table_holder {
  display: none !important;
}
#home.product-product .special-price + .product-price {
  color: #FF2D2D;
}
#home.product-product .buttons .quantity .qty {
  height: 44px;
  border: none;
}
#home.product-product .product-single .buttons .quantity + button {
  margin: 0;
  min-width: 125px;
}
#home.product-product .product-single .buttons .quantity .btn {
  width: 48px !important;
  height: 48px !important;
}
#home.product-product .product-single .buttons .quantity .btn i {
  color: #8B7453;
}
#home.product-product .product-single .buttons .quantity .btn:hover i, #home.product-product .product-single .buttons .quantity .btn:focus i {
  color: #CEA054;
}
#home.product-product .product-single .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(230, 230, 230, 0.6);
  width: 48px;
  height: 48px;
}
#home.product-product .product-single .buttons .quantity .btn i {
  padding: 0;
  margin: 0;
}
#home.product-product .product-single.product-item .buttons #button-booking,
#home.product-product .product-single.product-item .buttons #button-cart {
  background-color: transparent;
  color: #8B7453;
  border-color: transparent;
  margin-top: 0;
  max-width: 300px;
}
#home.product-product .product-single.product-item .buttons #button-booking:hover, #home.product-product .product-single.product-item .buttons #button-booking:focus,
#home.product-product .product-single.product-item .buttons #button-cart:hover,
#home.product-product .product-single.product-item .buttons #button-cart:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1D1D1D !important;
}
#home.product-product #button-cart i {
  transition: none;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i,
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  font-size: 25px;
  font-weight: 300;
  color: #8B7453;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover, #home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus,
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover,
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus {
  border-color: #8B7453;
  background-color: #8B7453;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i, #home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i,
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i,
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i {
  color: #fff !important;
  font-weight: 72;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active {
  border-color: rgba(230, 230, 230, 0.6) !important;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active i {
  font-size: 25px;
  font-weight: 300;
  color: #8B7453 !important;
  font-weight: 700;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover, #home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus {
  border-color: #8B7453;
  background-color: #8B7453;
}
#home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover i, #home.product-product .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus i {
  color: #fff !important;
  font-weight: 300 !important;
}
#home.product-product .product-single .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.product-product .social-icons li a {
  border: none;
}
#home.product-product .content-tabs .nav-tabs > li > a {
  background: transparent;
}
#home.product-product .content-tabs .nav-tabs > li > a.active {
  color: #8B7453;
  border-top-color: #e9e9e9;
  border: none;
}
@media screen and (max-width: 369px) {
  #home.product-product .product-product .product-single .buttons .btn-compare, #home.product-product .product-product .product-single .buttons .btn-wish-list {
    display: block;
  }
}
#home.product-product .product-page-whatsapp-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #25201D;
  margin: 20px auto;
  padding: 0;
}
#home.product-product .product-page-whatsapp-btn:hover, #home.product-product .product-page-whatsapp-btn:focus {
  color: #8B7453;
}

body#home .modal#quick_view_modal .modal-content.quick_view_modal_content {
  border-radius: 20px;
  padding: 20px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer {
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .special-price + .product-price {
  color: #FF2D2D;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header {
  flex-direction: row;
  border-bottom: 0;
  position: relative;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .product-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  padding-right: 40px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-header .close {
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row {
  justify-content: center !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .modal-footer .row > div {
  flex: auto;
  width: auto;
  max-width: 100%;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .quick_view_modal_content {
  border-radius: 20px;
  padding: 30px 60px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item {
  max-width: 100%;
  padding-bottom: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item .upsale_product_wrapper .title {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item label.control-label {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-item #tab-description > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons {
  align-items: center;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity {
  display: flex;
  margin: 0;
  border: none;
  align-items: center;
}
@media (max-width: 592px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .quantity_key {
    min-width: 44px;
    height: 44px;
  }
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity + button {
  margin: 0;
  min-width: 125px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .qty {
  height: 44px;
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-wish-list {
  margin: 0;
  border-color: rgba(230, 230, 230, 0.6) !important;
  border-radius: 6px;
  border-width: 1px;
  margin-left: 10px;
  height: 48px;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn {
  height: 44px !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons .quantity .btn i {
  padding: 0;
  margin: 0;
  color: #8B7453;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart {
  background-color: transparent;
  color: #8B7453;
  border-color: transparent;
  margin-top: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-booking:focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .buttons #button-cart:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1D1D1D !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content #button-cart .fa-shopping-cart {
  display: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active),
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) {
  background-color: transparent;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  font-size: 25px;
  font-weight: 300;
  color: #25201D;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus {
  border-color: transparent;
  background-color: transparent;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):hover i,
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active):focus i {
  color: #25201D !important;
  font-weight: 700;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active {
  border-color: #25201D !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active i {
  font-size: 25px;
  font-weight: 300;
  color: #25201D !important;
  font-weight: 700;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus {
  border-color: transparent;
  background-color: transparent;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:hover i, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .btn.btn-theme.btn-theme-transparent.btn-wish-list.active:focus i {
  color: #25201D !important;
  font-weight: 300 !important;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product_slide {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .social-icons li a {
  border: none;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .content-tabs .nav-tabs > li > a.active {
  color: #8B7453;
  border-top-color: #e9e9e9;
  border: none;
}
@media screen and (max-width: 369px) {
  body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-compare, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-product .buttons .btn-wish-list {
    display: block;
  }
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #25201D;
  margin: 20px auto;
  padding: 0;
}
body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:hover, body#home .modal#quick_view_modal .modal-content.quick_view_modal_content .product-page-whatsapp-btn:focus {
  color: #8B7453;
}

#home .product-model {
  display: none !important;
}

#home .bx-prev,
#home .bx-next,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev,
#home #quick_view_modal .product-single .bx-wrapper .bx-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  border: none;
  box-shadow: none !important;
  border-radius: 50%;
  background-color: #8B7453;
  padding: 10px;
  height: 39px;
  width: 39px;
}
#home .bx-prev i,
#home .bx-next i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i {
  font-size: 18px;
  color: #FFFFFF;
  transition: color 0.2s ease-in;
  font-weight: 700;
  background: transparent;
}
#home .bx-prev i.fa-angle-left::before,
#home .bx-next i.fa-angle-left::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i.fa-angle-left::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i.fa-angle-left::before {
  content: "\f060";
}
#home .bx-prev i.fa-angle-right::before,
#home .bx-next i.fa-angle-right::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev i.fa-angle-right::before,
#home #quick_view_modal .product-single .bx-wrapper .bx-next i.fa-angle-right::before {
  content: "\f061";
}
#home .bx-prev:hover, #home .bx-prev:focus,
#home .bx-next:hover,
#home .bx-next:focus,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:hover,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:focus,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:hover,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:focus {
  background-color: #8B7453;
}
#home .bx-prev:hover i, #home .bx-prev:focus i,
#home .bx-next:hover i,
#home .bx-next:focus i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:hover i,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev:focus i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:hover i,
#home #quick_view_modal .product-single .bx-wrapper .bx-next:focus i {
  color: #fff;
}
@media (max-width: 595px) {
  #home .bx-prev,
  #home .bx-next,
  #home #quick_view_modal .product-single .bx-wrapper .bx-prev,
  #home #quick_view_modal .product-single .bx-wrapper .bx-next {
    height: 40px;
    width: 40px;
  }
}
#home .bx-prev,
#home #quick_view_modal .product-single .bx-wrapper .bx-prev {
  left: 5px;
}
#home .bx-next,
#home #quick_view_modal .product-single .bx-wrapper .bx-next {
  right: 5px;
}

@media (max-width: 992px) {
  #home .row.products.grid {
    justify-content: center;
  }
}
#home .product-item .thumbnail .caption,
#home .product-layout .thumbnail .caption {
  max-height: 100%;
}
#home .row.products.grid {
  row-gap: 20px;
}
#home .latest-section,
#home .new-products-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 768px) {
  #home .latest-section,
  #home .new-products-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
#home .latest-section .section-title,
#home .new-products-section .section-title {
  margin-top: 0 !important;
}
#home .latest-section .container,
#home .new-products-section .container {
  margin: 0 auto;
}
#home .latest-section .slick-track,
#home .new-products-section .slick-track {
  display: flex !important;
}
#home .latest-section .slick-slide,
#home .new-products-section .slick-slide {
  height: inherit !important;
  flex: auto;
  max-width: 100%;
}
#home .latest-section .slider-btn,
#home .new-products-section .slider-btn {
  width: 55px;
  height: 55px;
  border: none;
  transition: background-color 0.2s ease-in;
  position: absolute;
  top: 40%;
  background: transparent;
}
#home .latest-section .slider-btn i,
#home .new-products-section .slider-btn i {
  font-size: 25px;
  color: #8B7453;
  transition: opacity 0.2s ease-in;
}
#home .latest-section .slider-btn:hover i, #home .latest-section .slider-btn:focus i,
#home .new-products-section .slider-btn:hover i,
#home .new-products-section .slider-btn:focus i {
  opacity: 0.75;
}
#home .latest-section .slider-btn.slider-btn-prev,
#home .new-products-section .slider-btn.slider-btn-prev {
  left: -80px;
}
#home .latest-section .slider-btn.slider-btn-next,
#home .new-products-section .slider-btn.slider-btn-next {
  right: -80px;
}
@media (max-width: 568px) {
  #home .latest-section .slider-btn,
  #home .new-products-section .slider-btn {
    width: 43px;
    height: 43px;
  }
  #home .latest-section .slider-btn i,
  #home .new-products-section .slider-btn i {
    font-size: 20px;
  }
  #home .latest-section .slider-btn.slider-btn-prev,
  #home .new-products-section .slider-btn.slider-btn-prev {
    left: -30px;
  }
  #home .latest-section .slider-btn.slider-btn-next,
  #home .new-products-section .slider-btn.slider-btn-next {
    right: -30px;
  }
}
@media (max-width: 460px) {
  #home .latest-section .slider-btn.slider-btn-prev,
  #home .new-products-section .slider-btn.slider-btn-prev {
    left: -80px;
  }
  #home .latest-section .slider-btn.slider-btn-next,
  #home .new-products-section .slider-btn.slider-btn-next {
    right: -80px;
  }
}
#home:not(.product-product) .product-item {
  border: none;
  transition: box-shadow 0.2s ease-in;
  max-width: 292px;
}
#home:not(.product-product) .product-item.mb-md-4 {
  padding: 6px;
}
@media (max-width: 575px) {
  #home:not(.product-product) .product-item.mb-md-4 {
    max-width: 100%;
  }
}
#home #search_results .product-item {
  max-width: 100%;
  width: 100%;
}
#home .checkout_cart_inner .product-item {
  max-width: 100%;
}
#home .sticker {
  right: auto;
  left: 0;
}
#home .add_to_cart,
#home .more_details_btn_wrapper {
  height: 56px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  #home .add_to_cart,
  #home .more_details_btn_wrapper {
    max-width: 100%;
  }
}
#home .add_to_cart > button,
#home .more_details_btn_wrapper > button {
  background-color: transparent !important;
  color: #8B7453 !important;
  border-color: transparent !important;
  border: 1px solid;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: all 0.2s ease-in;
  padding: 14px 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 !important;
}
#home .add_to_cart > button span,
#home .more_details_btn_wrapper > button span {
  font-weight: inherit;
  font-size: inherit;
}
#home .add_to_cart > button:hover, #home .add_to_cart > button:focus,
#home .more_details_btn_wrapper > button:hover,
#home .more_details_btn_wrapper > button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1D1D1D !important;
}
#home .add_to_cart > button i,
#home .more_details_btn_wrapper > button i {
  display: none !important;
  transition: unset;
  font-size: 14px;
  font-style: normal;
  margin-right: 10px;
}
#home .add_to_cart .buttons_added.quantity,
#home .more_details_btn_wrapper .buttons_added.quantity {
  align-items: center;
}
#home .more_details_btn_wrapper {
  height: 30px;
}
#home .more_details_btn_wrapper > button {
  background-color: #F2F2F2 !important;
  color: #000 !important;
  border-color: #F2F2F2 !important;
  border: 1px solid;
  font-size: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: all 0.2s ease-in;
}
@media (max-width: 592px) {
  #home .more_details_btn_wrapper > button {
    font-size: 14px;
  }
}
#home .more_details_btn_wrapper > button:hover, #home .more_details_btn_wrapper > button:focus {
  background-color: #3D3D3D !important;
  color: #fff !important;
  border-color: #3D3D3D !important;
}
#home .more_details_btn_wrapper > button i {
  transition: unset;
  font-size: 14px;
  font-style: normal;
}
#home .more_details_btn_wrapper .buttons_added.quantity {
  align-items: center;
}
#home .product-item .thumbnail {
  border: 1px solid #DFDAD2;
  background: #FFF;
  padding-top: 16px;
}
#home .product-item .thumbnail .add_to_cart {
  border-top: 1px solid #8B7453;
  display: flex !important;
  align-items: center;
}
#home .product-item .thumbnail .caption {
  order: 1;
}
#home .product-item .thumbnail .caption.text-center {
  text-align: center !important;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #home .product-item .thumbnail .caption {
    justify-content: center;
  }
}
#home .product-item .thumbnail .media a {
  margin: 0 auto;
  transition: all 0.2s ease-in;
}
#home .product-item .thumbnail .media a:hover, #home .product-item .thumbnail .media a:focus {
  opacity: 0.7;
}
#home .product-item .thumbnail .price_actions {
  order: 2;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
  justify-content: center !important;
  text-align: center;
}
#home .product-item .thumbnail .price_actions .spinner-grow {
  display: none;
}
#home .product-item .thumbnail .bottom_price_actions {
  order: 4;
  margin-top: auto;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
#home .product-item .thumbnail .bottom_price_actions .price {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 568px) {
  #home .product-item .thumbnail .bottom_price_actions .price {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#home .product-item .thumbnail .bottom_price_actions .add_to_cart,
#home .product-item .thumbnail .bottom_price_actions .more_details_btn_wrapper {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 0;
}
#home .product-item .thumbnail .caption-title {
  text-align: center !important;
  max-height: 2.5rem;
  text-overflow: ellipsis;
  justify-content: center;
}
#home .product-item .thumbnail .caption-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646366;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 592px) {
  #home .product-item .thumbnail .caption-title a {
    font-size: 14px;
    line-height: 16px;
  }
}
#home .product-item .thumbnail .caption-title a:hover, #home .product-item .thumbnail .caption-title a:focus {
  color: #8B7453;
}
#home .price {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2B2B2E;
}
#home .price ins {
  color: #FF2D2D;
  font-size: 14px !important;
  text-decoration: none;
}
#home .price del {
  color: #929292;
  font-size: 12px !important;
}
#home .add_to_cart span {
  margin: 0;
}
#home .product-item .thumbnail .upper_price_actions {
  margin-top: 0;
  width: 50%;
  align-items: center;
  height: 35px;
  text-align: left;
  display: none !important;
}
#home .wrapper-out-of-stock {
  top: 0 !important;
}
#home .remove_from_cart i {
  color: #1D1D1D !important;
}
@media only screen and (max-width: 576px) {
  #home .out-of-stock-stamp {
    top: 0;
    bottom: auto;
  }
}

#home .wrapper .page-section .products.grid .product-item {
  border: none !important;
}

#home.checkout-cart .content-area .page-section .checkout_cart_inner .cart_product .product_row .qty_column .quantity {
  border: none !important;
}

#home .products .hide_on_mobile {
  display: block !important;
}

@media only screen and (max-width: 400px) {
  #home .wrapper .page-section .products.grid .product-item .thumbnail .price_actions .add_to_cart > button > i,
  #home .wrapper .page-section .products.grid .product-item .thumbnail .price_actions .more_details_btn_wrapper > button > i {
    display: inline;
  }
}
#home.product-product .page-section.overflow-hidden {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  #home.product-product .page-section.overflow-hidden {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#home.product-product .featured-products-carousel .bx-viewport {
  background: transparent;
}
#home.product-product .featured-products-carousel .bx-controls-direction a i {
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home.product-product .featured-products-carousel .bx-next {
  right: -20px !important;
}
#home.product-product .featured-products-carousel .bx-prev {
  left: -20px !important;
}
#home.product-product .price_actions .price {
  margin-bottom: 15px;
}
#home.product-product .price_actions .add_to_cart {
  margin-bottom: 0;
}
#home.product-product .thumbnail .caption.text-center {
  min-height: 60px;
}

#home .featured-products-carousel .bx-wrapper {
  max-height: 100% !important;
}

#home .brands-products-carousel {
  display: none !important;
}

#home .brands-products .product-item .thumbnail .caption.text-center {
  text-align: center !important;
}
#home .brands-products .product-item .thumbnail .caption.text-center .caption-title {
  text-align: center !important;
  justify-content: center !important;
}
#home .brands-products .product-item .thumbnail .caption.text-center .caption-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #646366;
  text-align: center;
}

#home #latest_section_2162 {
  background: #F6F1E9;
  border-bottom: 1px solid #AFA393;
}

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text {
  color: #8B7453;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  border-top: 1px solid #AFA393;
  background: #F6F1E9;
}

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  color: #8B7453;
  transition: all 0.2s ease-in;
  max-width: 100%;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:hover, #home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:hover span, #home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:focus span {
  font-family: inherit;
  color: #fff;
}

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease-in;
  text-transform: none;
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .img,
#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .img {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  flex: 1;
  margin-right: 10px;
  padding: 0;
}
#home .wrapper .header .header-wrapper .header-search #search_results .product-item .img img,
#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .img img {
  max-width: 100%;
  border-radius: 10px;
}

#home .header .header-wrapper .header-search #search_results .product-item .item_data {
  min-width: 200px;
  max-width: 350px;
  flex: 1;
  margin-right: auto;
}
@media (max-width: 568px) {
  #home .header .header-wrapper .header-search #search_results .product-item .item_data {
    min-width: 140px;
    max-width: 200px;
    margin-right: auto;
  }
}
#home .header .header-wrapper .header-search #search_results .product-item .item_data:hover .name {
  color: #8B7453 !important;
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .add_to_cart {
  flex: 1;
  max-width: 40px;
  min-width: 40px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 0;
  padding: 0;
  height: auto;
}
#home .wrapper .header .header-wrapper .header-search #search_results .product-item .add_to_cart .quantity.buttons_added {
  flex-direction: column-reverse;
}
#home .wrapper .header .header-wrapper .header-search #search_results .product-item .add_to_cart .quantity_key {
  min-width: 0;
  width: 36px;
  height: 36px;
}

#home .wrapper .header .header-wrapper .header-search #search_results {
  position: absolute !important;
  min-width: 100%;
  max-width: 100%;
  top: 64px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (max-width: 991px) {
  #home .wrapper .header .header-wrapper .header-search #search_results {
    border-radius: 0;
    top: 100%;
    z-index: 20;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item {
  align-items: center;
  max-width: 100%;
  border: none;
  justify-content: center;
  text-decoration: none !important;
}

#home .checkbox.customized label {
  z-index: 1;
}

#home .checkbox.customized .check {
  z-index: 1;
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .name,
#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data .name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  transition: all 0.2s ease-in;
  letter-spacing: 0;
}
@media (max-width: 592px) {
  #home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .name,
  #home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data .name {
    font-size: 13px;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .price {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex !important;
  color: #1D1D1D;
  font-feature-settings: "pnum" on, "lnum" on;
}
#home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .price ins {
  color: #D12027;
  font-size: 14px !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .product-item .item_data .price del {
  order: 1;
  margin-left: 10px;
  font-size: 10px;
  color: #8F8D8D;
}

#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a .item_data .name {
  word-wrap: break-word;
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button {
  width: 100%;
  height: 40px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px;
  height: 100%;
  padding: 0;
  font-size: 0;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button span {
  font-size: 0;
  margin: 0;
  color: #fff;
  display: none;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i[class*=cart]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M7.718 24.5071C7.18095 24.5071 6.73256 24.3272 6.37284 23.9675C6.01311 23.6078 5.83325 23.1594 5.83325 22.6224V10.0585C5.83325 9.52147 6.01311 9.07308 6.37284 8.71336C6.73256 8.35364 7.18095 8.17378 7.718 8.17378H9.91659V7.59044C9.91659 6.45664 10.3137 5.49268 11.108 4.69857C11.9022 3.90426 12.8661 3.50711 13.9999 3.50711C15.1337 3.50711 16.0977 3.90426 16.8918 4.69857C17.6861 5.49268 18.0833 6.45664 18.0833 7.59044V8.17378H20.2818C20.8189 8.17378 21.2673 8.35364 21.627 8.71336C21.9867 9.07308 22.1666 9.52147 22.1666 10.0585V22.6224C22.1666 23.1594 21.9867 23.6078 21.627 23.9675C21.2673 24.3272 20.8189 24.5071 20.2818 24.5071H7.718ZM7.718 23.3404H20.2818C20.4615 23.3404 20.6261 23.2657 20.7756 23.1162C20.9252 22.9666 20.9999 22.802 20.9999 22.6224V10.0585C20.9999 9.87886 20.9252 9.71426 20.7756 9.56474C20.6261 9.41521 20.4615 9.34044 20.2818 9.34044H18.0833V12.2571C18.0833 12.4232 18.0275 12.5619 17.9161 12.6733C17.8047 12.7847 17.666 12.8404 17.4999 12.8404C17.3339 12.8404 17.1951 12.7847 17.0837 12.6733C16.9723 12.5619 16.9166 12.4232 16.9166 12.2571V9.34044H11.0833V12.2571C11.0833 12.4232 11.0275 12.5619 10.9161 12.6733C10.8047 12.7847 10.666 12.8404 10.4999 12.8404C10.3339 12.8404 10.1951 12.7847 10.0837 12.6733C9.97229 12.5619 9.91659 12.4232 9.91659 12.2571V9.34044H7.718C7.53834 9.34044 7.37374 9.41521 7.22421 9.56474C7.07468 9.71426 6.99992 9.87886 6.99992 10.0585V22.6224C6.99992 22.802 7.07468 22.9666 7.22421 23.1162C7.37374 23.2657 7.53834 23.3404 7.718 23.3404ZM11.0833 8.17378H16.9166V7.59044C16.9166 6.7693 16.6358 6.07786 16.0743 5.51611C15.5125 4.95456 14.8211 4.67378 13.9999 4.67378C13.1788 4.67378 12.4873 4.95456 11.9256 5.51611C11.364 6.07786 11.0833 6.7693 11.0833 7.59044V8.17378Z' fill='%231D1D1D'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button {
    height: 40px !important;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover span, #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover i,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus span,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus i {
  color: #fff !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover span[class*=cart]::before, #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover i[class*=cart]::before,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus span[class*=cart]::before,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus i[class*=cart]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M7.718 24.5071C7.18095 24.5071 6.73256 24.3272 6.37284 23.9675C6.01311 23.6078 5.83325 23.1594 5.83325 22.6224V10.0585C5.83325 9.52147 6.01311 9.07308 6.37284 8.71336C6.73256 8.35364 7.18095 8.17378 7.718 8.17378H9.91659V7.59044C9.91659 6.45664 10.3137 5.49268 11.108 4.69857C11.9022 3.90426 12.8661 3.50711 13.9999 3.50711C15.1337 3.50711 16.0977 3.90426 16.8918 4.69857C17.6861 5.49268 18.0833 6.45664 18.0833 7.59044V8.17378H20.2818C20.8189 8.17378 21.2673 8.35364 21.627 8.71336C21.9867 9.07308 22.1666 9.52147 22.1666 10.0585V22.6224C22.1666 23.1594 21.9867 23.6078 21.627 23.9675C21.2673 24.3272 20.8189 24.5071 20.2818 24.5071H7.718ZM7.718 23.3404H20.2818C20.4615 23.3404 20.6261 23.2657 20.7756 23.1162C20.9252 22.9666 20.9999 22.802 20.9999 22.6224V10.0585C20.9999 9.87886 20.9252 9.71426 20.7756 9.56474C20.6261 9.41521 20.4615 9.34044 20.2818 9.34044H18.0833V12.2571C18.0833 12.4232 18.0275 12.5619 17.9161 12.6733C17.8047 12.7847 17.666 12.8404 17.4999 12.8404C17.3339 12.8404 17.1951 12.7847 17.0837 12.6733C16.9723 12.5619 16.9166 12.4232 16.9166 12.2571V9.34044H11.0833V12.2571C11.0833 12.4232 11.0275 12.5619 10.9161 12.6733C10.8047 12.7847 10.666 12.8404 10.4999 12.8404C10.3339 12.8404 10.1951 12.7847 10.0837 12.6733C9.97229 12.5619 9.91659 12.4232 9.91659 12.2571V9.34044H7.718C7.53834 9.34044 7.37374 9.41521 7.22421 9.56474C7.07468 9.71426 6.99992 9.87886 6.99992 10.0585V22.6224C6.99992 22.802 7.07468 22.9666 7.22421 23.1162C7.37374 23.2657 7.53834 23.3404 7.718 23.3404ZM11.0833 8.17378H16.9166V7.59044C16.9166 6.7693 16.6358 6.07786 16.0743 5.51611C15.5125 4.95456 14.8211 4.67378 13.9999 4.67378C13.1788 4.67378 12.4873 4.95456 11.9256 5.51611C11.364 6.07786 11.0833 6.7693 11.0833 7.59044V8.17378Z' fill='%238B7453'/%3E%3C/svg%3E");
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

/*QUANTITY BTNS*/
#home #mobile_search_results .add_to_cart .buttons_added.quantity,
#home #search_results .add_to_cart .buttons_added.quantity,
#home .thumbnail .price_actions .add_to_cart .buttons_added.quantity,
#home .price_actions .more_details_btn_wrapper .buttons_added.quantity {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent !important;
  border-radius: 0;
}

#home #mobile_search_results .add_to_cart .buttons_added.quantity,
#home #search_results .add_to_cart .buttons_added.quantity {
  justify-content: end;
}

#home #mobile_search_results .add_to_cart .buttons_added.quantity i,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus,
#home #search_results .add_to_cart .buttons_added.quantity i,
#home #search_results .add_to_cart .buttons_added.quantity input.minus,
#home #search_results .add_to_cart .buttons_added.quantity input.plus {
  color: #101828 !important;
  background: transparent !important;
  padding: 0;
  transition: all 0.2s ease-in;
  border: 1px solid transparent;
}
#home #mobile_search_results .add_to_cart .buttons_added.quantity i:hover, #home #mobile_search_results .add_to_cart .buttons_added.quantity i:focus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus:hover,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.minus:focus,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus:hover,
#home #mobile_search_results .add_to_cart .buttons_added.quantity input.plus:focus,
#home #search_results .add_to_cart .buttons_added.quantity i:hover,
#home #search_results .add_to_cart .buttons_added.quantity i:focus,
#home #search_results .add_to_cart .buttons_added.quantity input.minus:hover,
#home #search_results .add_to_cart .buttons_added.quantity input.minus:focus,
#home #search_results .add_to_cart .buttons_added.quantity input.plus:hover,
#home #search_results .add_to_cart .buttons_added.quantity input.plus:focus {
  background: transparent !important;
  color: #8B7453 !important;
  border-color: transparent;
}

#home #mobile_search_results .add_to_cart .buttons_added.quantity input.quantity_field,
#home #search_results .add_to_cart .buttons_added.quantity input.quantity_field {
  width: 40px;
  color: #101828 !important;
  font-size: 16px !important;
}

#home.product-product .product-single.product-item .buttons .quantity {
  height: 48px;
  border: none;
  background: transparent;
  align-items: center;
  background: transparent;
  border: none !important;
  border-radius: 0;
}
#home.product-product .product-single.product-item .buttons .quantity .quantity_key {
  height: 48px;
  width: 48px;
}

#home.product-product .product-single .mobile_wishlist {
  bottom: 50px;
}
#home.product-product .product-single .mobile_wishlist .btn.btn-theme.btn-wish-list {
  background-color: transparent;
  display: none;
  border-radius: 6px;
}

#home .quantity input.form-control {
  width: 40px;
  max-width: 100%;
  min-width: 45px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #101828 !important;
}
@media (max-width: 592px) {
  #home .quantity input.form-control {
    width: 36px;
  }
}

#home:not(.checkout-cart) .quantity input.form-control {
  height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.quantity.buttons_added {
  border: 0;
  background: transparent;
}

#home .quantity_key,
#home .quantity .btn {
  transition: all 0.2s ease-in;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 40px;
  min-height: 40px;
  background-color: transparent !important;
  border-radius: 6px;
  text-align: center;
  color: #101828 !important;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
}
#home .quantity_key:hover, #home .quantity_key:focus,
#home .quantity .btn:hover,
#home .quantity .btn:focus {
  background-color: transparent !important;
  color: #8B7453 !important;
  border-color: transparent !important;
}

#home.sidenav-enabled .mobile_side_nav {
  box-shadow: none;
  border-right: 0;
}

@media only screen and (max-width: 576px) {
  #home .wrapper .header .header-wrapper .header-search #search_results .product-item {
    max-height: 100%;
  }
}
#home .page-section.overflow-hidden .product-item {
  border: none !important;
}

#home .wrapper .header .header-wrapper .header-search.opened #search_results {
  left: auto;
  right: 0;
}

#home.bottom-nav-enabled nav.mobile_bottom_nav > ul.mobile_side_nav_menu li.bottom-nav-search #mobile_search_results > a {
  max-width: 100%;
}

#home #search_results .add_to_cart .buttons_added.quantity {
  border: none !important;
}

#home .header_widgets {
  position: static;
  order: 4;
  flex-wrap: nowrap;
}
#home .header_login,
#home .header-wishlist {
  order: 4;
}
@media (max-width: 992px) {
  #home .header_login {
    display: none;
  }
}
#home .header-cart {
  order: 5;
}
@media (max-width: 992px) {
  #home .header-cart {
    position: static;
  }
}
#home .header-cart .cart-wrapper {
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
}
#home .header-cart .cart-wrapper .d-none.d-lg-inline-block {
  display: none !important;
}
@media (max-width: 991px) {
  #home .header-cart .cart-wrapper {
    height: 45px;
  }
}
#home .header_login {
  padding: 0;
}
#home .header_login svg {
  fill: #50412C;
  stroke: transparent;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}
#home .header_login > a {
  min-width: auto;
  width: 45px;
  height: auto;
  text-align: center;
}
#home .header_login > a:hover svg, #home .header_login > a:focus svg {
  fill: #8B7453;
  stroke: transparent;
}
#home .header-wishlist__link {
  display: flex;
  align-items: center;
  min-width: auto;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#home .header-wishlist__link svg {
  fill: #50412C;
  stroke: transparent;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}
#home .header-wishlist__link:hover svg, #home .header-wishlist__link:focus svg {
  fill: #8B7453;
  stroke: transparent;
}
#home #cart {
  min-width: auto;
  width: 45px;
  height: auto;
  display: block;
  padding: 0;
  text-align: center;
}
#home #cart i {
  display: none !important;
}
#home #cart .cart-norm-qty {
  display: none !important;
}
#home .cart-qty-circle {
  border: 1px solid #fff;
  font-family: "Inter", sans-serif, sans-serif;
  display: block !important;
  color: #fff;
  background-color: #111;
  height: 19px;
  width: 19px;
  font-size: 10px;
  line-height: 18px;
  top: -5px;
  right: -2px;
}
@media (max-width: 992px) {
  #home .cart-qty-circle {
    right: -3px;
  }
}
#home .header-cart {
  background-color: transparent;
  min-width: auto;
  padding: 0;
  margin: 0;
}
#home .header-cart .cart_drop_down {
  position: static;
}
#home .header-cart .cart_drop_down a svg {
  fill: #50412C;
  stroke: transparent;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}
#home .header-cart .cart_drop_down a:hover svg,
#home .header-cart .cart_drop_down a:focus svg {
  fill: #8B7453;
  stroke: transparent;
}
#home .dropdown-menu.dropdown-menu-right {
  border-radius: 0;
  right: 0;
}
#home .search-activator {
  padding: 0;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  order: 3;
}
#home .search-activator svg {
  fill: #50412C;
  stroke: transparent;
  transition: stroke 0.2s ease-in, fill 0.2s ease-in;
}
#home .search-activator:hover svg, #home .search-activator:focus svg {
  fill: #8B7453;
  stroke: transparent;
}
#home .search-activator .search-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media (max-width: 991px) {
  #home .search-activator {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #home .search-activator {
    margin-right: 10px;
  }
}

#home.sidenav-enabled .mobile_side_nav {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  border-right: 0;
}
#home.sidenav-enabled.ltr .wrapper.fixed {
  left: auto;
  position: unset;
}
#home.sidenav-enabled .mobile_side_nav {
  width: 100%;
  top: 88px;
  box-shadow: none;
  border-right: 0;
  z-index: 9;
  height: 100%;
}
#home.sidenav-enabled.ltr .wrapper-opened {
  left: 0;
  right: 0;
}
#home.sidenav-enabled .prevent_touch_banner {
  display: none;
}
#home.sidenav-enabled.ltr .flexy > .arrow {
  display: block;
  border-right: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow i {
  font-weight: 500;
  color: #1D1D1D;
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow i::before {
  content: "\f105";
}
#home.sidenav-enabled .mobile_side_nav > ul a {
  padding-left: 15px;
  padding-right: 0;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  color: #50412C;
}
#home.sidenav-enabled .mobile_side_nav > ul {
  padding: 20px 0 180px;
  background: #F6F1E9;
}
#home.sidenav-enabled .mobile_side_nav > ul ul {
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  padding: 24px;
  background: #F6F6F6;
}
#home.sidenav-enabled .mobile_side_nav > ul ul > li > a {
  padding-left: 0;
}
#home.sidenav-enabled .mobile_side_nav > ul > .flexy > a, #home.sidenav-enabled .mobile_side_nav > ul > .home_link > a {
  border-bottom: none;
  justify-content: center;
  font-weight: 500;
  line-height: 17px;
  padding-right: 25px;
  text-transform: uppercase;
}
#home.sidenav-enabled .mobile_side_nav > ul > .flexy.mobile-catalogue-btn > a {
  font-weight: 800 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
#home.sidenav-enabled .mobile_side_nav > ul > .flexy.mobile-catalogue-btn > .arrow[aria-expanded=true] i {
  transform: rotate(180deg);
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow.clicked {
  background-color: transparent;
  transform: rotate(180deg);
}
#home.sidenav-enabled.ltr .mobile_side_nav ul {
  direction: ltr;
  height: 100%;
}
#home.sidenav-enabled.ltr .mobile_side_nav ul ul {
  padding: 15px;
  background: #F9F9F9;
}
#home .flexy > .arrow.clicked i {
  transform: rotate(90deg);
  color: #8B7453;
}
#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
}
#home.sidenav-enabled .mobile_side_nav_menu {
  display: flex;
  flex-direction: column;
}
#home.sidenav-enabled .mobile_side_nav_menu > li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency {
  border: none !important;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-language, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-language {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-language .dropdown-menu, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-language .dropdown-menu {
  width: auto;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-currency > a,
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-language > a, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-currency > a,
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-language > a {
  text-transform: uppercase !important;
  border: 1px solid #CACACA;
  background: transparent !important;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-currency > a::after,
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang #form-language > a::after, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-currency > a::after,
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency #form-language > a::after {
  margin-right: 15px;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang .dropdown-menu a::before, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency .dropdown-menu a::before {
  display: none !important;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang ul, #home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-currency ul {
  padding: 0;
}
#home.sidenav-enabled .mobile_side_nav_menu > li > a {
  display: flex;
  align-items: center;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.blog {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #home.sidenav-enabled .mobile_side_nav_menu .header-btn {
    display: block;
    margin: 26px auto 26px;
    max-width: 100%;
  }
}
#home .mobile_side_nav_menu > .sidenav_search {
  order: 0;
}
#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
  border-top: none;
}
#home .header_tel-number {
  text-align: center;
}
#home .header_tel-number span {
  font-weight: 700;
  font-size: 20px;
  line-height: 137%;
  color: #000;
}
#home .mobile-nav-search {
  display: block;
  padding: 9px;
  width: 111px;
  background-color: #1D1D1D;
  position: absolute;
  z-index: 100;
  right: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  color: #000;
  text-align: center;
  border: 2px solid #9C9C9C;
}
#home .mobile_side_nav .sidenav_search {
  order: 0;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 23px !important;
  margin-bottom: 30px !important;
  width: 100%;
  display: none !important;
}
#home .mobile_side_nav .sidenav_search .form-control {
  border-color: #9C9C9C;
  background-color: #fff;
  color: #9C9C9C;
  direction: ltr;
}
#home .mobile_side_nav .sidenav_search .form-control::-moz-placeholder {
  color: #A29E9E !important;
}
#home .mobile_side_nav .sidenav_search .form-control::placeholder {
  color: #A29E9E !important;
}
#home .mobile_side_nav .sidenav_search .fa-search {
  color: #9C9C9C;
}
#home .header_login-mobile {
  margin-top: 20px;
}
#home .mobile_side_nav .sidenav_search .fa-search {
  color: #949494;
}

#home .mobile_side_nav_menu > .flexy:not(.header_login-mobile) > a,
#home .mobile_side_nav_menu > .extra_link > a,
#home .mobile_side_nav_menu > .home_link > a {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  padding-left: 0 !important;
  color: #50412C;
  text-transform: uppercase;
  justify-content: center;
}

#home .mobile_side_nav_menu > .flexy:not(.header_login-mobile) > .arrow {
  top: 5px;
}
#home .mobile_side_nav_menu > .flexy:not(.header_login-mobile) > .arrow.first-child {
  right: 15px;
}

#home .mobile_side_nav_menu > .flexy > div > ul > li > div > ul > li > a {
  color: #50412C !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-left: 78px;
}

#home .extra_link {
  display: none;
}

#home .header_login-mobile,
#home .header_tel-mobile {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#home .header_login-mobile a,
#home .header_tel-mobile a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap;
  text-transform: uppercase !important;
  font-variant-numeric: lining-nums proportional-nums;
}
#home .header_login-mobile.login-first,
#home .header_tel-mobile.login-first {
  padding-top: 24px !important;
  margin-top: 24px !important;
  border-top: 1px solid #D9D9D9 !important;
}

#home .header_login-mobile a {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  margin: 0 -20px;
  border-radius: 0 !important;
}

#home .header_login-mobile a.insta-link {
  text-decoration: underline;
}

#home .header_tel-mobile a span {
  color: #1D1D1D !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase;
}

#home .header_tel-mobile {
  border-top: 1px solid #AFA393;
  margin-top: 21px;
  padding-top: 21px;
}
#home .header_tel-mobile .d-flex {
  gap: 25px;
}
#home .header_tel-mobile .d-flex a span {
  text-transform: uppercase !important;
}

#home.sidenav-enabled .mobile_side_nav_menu > li.li__contacts-lang {
  margin-top: 100px;
}

#home .rating_wrapper {
  justify-content: center !important;
  order: 1;
}

#home .rating,
#home .stars {
  color: #FFCD55;
}

.bx-wrapper .bx-controls-direction a {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.bx-wrapper .bx-controls-direction a i {
  font-size: 30px;
}

#home #review .comments .comment .comment-meta:after {
  display: none;
}

#home .content-tabs .nav-tabs > li > a.active::before,
#home .content-tabs .nav-tabs > li > a.active::after {
  display: none;
}

#home .comments-form .rating_rate > label:hover,
.comments-form .rating_rate > label:hover ~ label,
#home .comments-form .rating_rate > label:focus,
.comments-form .rating_rate > label:focus ~ label {
  color: #FFCD55;
}

#home .comments-form .rating_rate input:checked ~ label {
  color: #FFCD55;
}

#home.checkout-cart .content-area .page-section .checkout_cart_inner .cart_product .product_row .qty_column .quantity {
  border-color: transparent;
  padding: 0;
}

#home .popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 10px 0;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  transition: visibility 0.2s ease-in;
}
#home .popup .captcha {
  flex-direction: column;
}
@media (min-width: 576px) {
  #home .popup .col-sm-6 {
    display: flex;
  }
}
#home .popup .col-sm-6:first-child {
  justify-content: flex-end;
}
#home .popup .col-sm-6:last-child {
  justify-content: flex-start;
}
#home .popup .btn {
  white-space: nowrap;
  width: 100%;
  height: 37px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #home .popup .btn {
    margin: 0;
  }
}
#home .popup .text-center {
  font-size: 14px;
  line-height: 140%;
  max-width: 450px;
  margin-top: 20px;
  color: #353538;
  font-weight: 400;
}
@media (max-width: 592px) {
  #home .popup .text-center {
    font-size: 14px;
    line-height: 130%;
  }
}
#home .popup svg {
  width: 135px;
  height: 135px;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  #home .popup svg {
    width: 75px;
    height: 75px;
  }
}
#home .popup-wrap {
  display: flex;
  flex-flow: column nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 556px;
  max-height: 402px;
  margin: auto;
  border-radius: 0;
}
#home .popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  max-height: 402px;
  max-width: 556px;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F2F2E1;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
#home .popup-content_active {
  transform: scale(1);
  opacity: 1;
  width: 100%;
}
#home .popup-title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  color: #1E281D;
}
#home .popup-description {
  padding: 10px;
}
#home .popup-text {
  margin-bottom: 28px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
#home .popup-close-btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#home .popup-close-btn:before,
#home .popup-close-btn:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 0;
  height: 22px;
  width: 1px;
  background-color: #000;
  transition: background-color 0.2s ease-in;
}
#home .popup-close-btn:before {
  transform: rotate(45deg);
}
#home .popup-close-btn:after {
  transform: rotate(-45deg);
}
#home .popup-close-btn:hover::before,
#home .popup-close-btn:hover::after {
  background-color: #8B7453;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #home .popup-content {
    flex-direction: column;
    height: 85vh;
  }
  #home .popup-description {
    padding: 26px 35px 15px;
    height: auto;
  }
  #home .popup-title {
    font-size: 18px;
    line-height: 140%;
  }
  #home .popup-form__input:first-child {
    margin-right: 0;
  }
}
@media (max-width: 592px) {
  #home .popup .section-title, #home .popup .section-title span {
    font-size: 20px;
    line-height: 26px;
  }
  #home .popup input.form-control {
    height: 30px;
  }
  #home .popup .form-group {
    margin-bottom: 8px;
  }
}
#home .popup_active {
  visibility: visible;
}
#home .popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 14;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
#home .popup-overlay_active {
  opacity: 0.9;
  pointer-events: auto;
}
#home .popup #contact-form textarea.form-control {
  height: 100px;
}
#home .popup .section-title,
#home .popup .section-title span {
  font-size: 25px;
}

.js-scroll-block {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */