@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
#home .navigation-wrapper > .container, #home .container,
#home .container-fluid {
  max-width: 1200px !important;
}
@media (min-width: 768px) {
  #home .navigation-wrapper > .container, #home .container,
  #home .container-fluid {
    max-width: calc(100vw - 100px) !important;
  }
}
@media (max-width: 767px) {
  #home .navigation-wrapper > .container, #home .container,
  #home .container-fluid {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  #home .navigation-wrapper > .container, #home .container,
  #home .container-fluid {
    max-width: 100% !important;
  }
}

#home {
  font-family: "Nunito Sans", sans-serif;
  background-color: rgb(255, 255, 255);
  color: rgb(92, 92, 92);
  -webkit-font-feature-settings: "pnum", "lnum";
          font-feature-settings: "pnum", "lnum";
  /* lang switcher */
  /* /lang switcher */
  /* currency switcher */
  /* /currency switcher */
}
#home span:not(.fa, .fas, .far, .fas, .fab), #home p, #home a {
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-feature-settings: "pnum", "lnum";
          font-feature-settings: "pnum", "lnum";
}
#home h6 > span, #home h6, #home h5 > span, #home h5, #home h4 > span, #home h4, #home h3 > span, #home h3, #home h2 > span, #home h2, #home h1 > span, #home h1 {
  font-family: "Cormorant", serif;
  color: rgb(29, 29, 29);
  -webkit-font-feature-settings: "pnum", "lnum";
          font-feature-settings: "pnum", "lnum";
}
#home a:hover {
  color: rgb(201, 167, 93);
}
#home p > a:not(.btn):hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
#home .owl-wrapper-outer {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#home label {
  color: rgb(92, 92, 92);
}
#home:not(.account-login) .form-group {
  margin-bottom: 25px;
}
#home .form-control.quantity_input {
  padding: 0;
}
#home .form-control:focus {
  border-color: rgb(29, 29, 29);
}
#home .form-control:focus ~ i {
  color: rgb(29, 29, 29);
}
#home .form-control::-webkit-input-placeholder {
  font-weight: 400 !important;
}
#home .form-control::-moz-placeholder {
  font-weight: 400 !important;
}
#home .form-control:-ms-input-placeholder {
  font-weight: 400 !important;
}
#home .form-control::-ms-input-placeholder {
  font-weight: 400 !important;
}
#home .form-control::placeholder {
  font-weight: 400 !important;
}
#home .select2-selection--single,
#home .form-control:not(.quantity_field, .qty, [name=search]) {
  height: 50px;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 0;
}
#home .select2-selection--single:focus, #home .select2-selection--single[aria-expanded=true],
#home .form-control:not(.quantity_field, .qty, [name=search]):focus,
#home .form-control:not(.quantity_field, .qty, [name=search])[aria-expanded=true] {
  border-color: rgb(29, 29, 29);
}
#home .select2-selection--single#input-attachment,
#home .form-control:not(.quantity_field, .qty, [name=search])#input-attachment {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#home .md-style-textarea {
  border: 1px solid rgb(198, 198, 198);
  border-radius: 0;
  overflow: hidden;
}
#home .md-style-textarea.md-style-active {
  border-color: rgb(29, 29, 29);
}
#home .md-style-textarea .md-style-textarea-container {
  border: none;
  border-radius: 0;
}
#home .md-style-textarea .md-style-textarea-container > .form-control {
  border: none;
  height: 150px;
}
#home textarea.form-control {
  height: 150px !important;
}
#home .captcha_img {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
#home .captcha_img > img {
  width: 100%;
  max-width: 230px;
  height: 100%;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home label[for=input-captcha] {
  display: none;
}
#home .cart_drop_down .product_details {
  min-width: 200px;
}
#home .cart_drop_down .product_details .item-price.gift-item.flex-row-reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home .cart_drop_down .product_details a {
  color: rgb(92, 92, 92);
}
#home .cart_drop_down .product_details a:hover {
  color: rgb(29, 29, 29);
}
#home .cart_drop_down .cart-footer .button-wrapper .btn {
  height: 45px;
}
#home.common-home .content-area {
  padding-bottom: 0;
}
#home .footer {
  border-top: none;
  position: relative;
  background-color: transparent;
}
#home .footer-widgets {
  background-color: rgb(29, 29, 29);
  padding-top: 47px;
  padding-bottom: 0;
}
#home .footer-widgets .widget-title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.01em;
  font-family: "Cormorant", serif;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-weight: 600;
}
#home .footer-widgets .widget-title:before {
  display: none;
}
#home .footer-widgets ul:not(.social-icons) a, #home .footer-widgets ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  letter-spacing: -0.02em;
  padding: 0;
  color: rgb(228, 228, 228);
  text-transform: none;
}
#home .footer-widgets ul li {
  border: none;
  padding: 8px 0;
  line-height: 1;
}
#home .footer-widgets ul:not(.social-icons) a:hover {
  color: rgb(255, 255, 255);
}
#home .footer-widgets ul:not(.social-icons) a:before {
  display: none;
}
#home .footer-widgets .social-icons {
  margin-top: 5px;
}
#home .footer-widgets .social-icons li:not(:last-child) {
  margin-right: 28px;
}
#home .footer-widgets .social-icons a {
  border: none;
  color: rgb(106, 106, 106);
}
#home .footer-widgets .social-icons a i {
  color: currentColor;
  font-size: 38px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
#home .footer-widgets .social-icons a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
#home .footer-widgets > .container {
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}
#home .footer-widgets > .container > .row > .col-md-3 {
  margin-top: 0 !important;
}
#home .footer-widgets > .container > .row > .col-md-3:not(:last-child) {
  margin-bottom: 46px;
}
#home .footer-widgets .bs-menu-toggle a {
  background: rgb(29, 29, 29);
}
#home .block-title {
  font-weight: 600;
  border: none;
  color: rgb(92, 92, 92);
  padding: 5px 10px;
  margin-bottom: 10px;
}
#home .block-title .fa,
#home .block-title span::before,
#home .block-title span::after {
  display: none;
}
#home.account-login .block-title {
  padding: 5px 0;
}
#home #sellavi_logo {
  width: 72px;
  height: auto;
}
#home #sellavi_logo > svg {
  width: 100%;
  height: auto;
  fill: rgb(43, 188, 93);
}
#home .footer_payments img {
  width: 100%;
  max-width: 409px;
}
#home .footer-meta {
  border: none;
}
#home .subcategories_top {
  display: block;
}
#home .subcategories_top .media_holder {
  min-width: 130px;
  max-width: 140px;
  margin: 10px;
}
@media (max-width: 575px) {
  #home .subcategories_top .media_holder {
    max-width: calc(50% - 10px);
  }
}
#home .subcategories_top .thumbnail,
#home .subcategories_top .caption-inner {
  border: none !important;
}
#home .subcategories_top .img_holder {
  margin: auto;
}
#home .subcategories_top .caption-title {
  text-transform: none;
}
#home .subcategories_top .caption-title > span {
  background: transparent;
  padding: 0;
  color: rgb(92, 92, 92);
}
#home .subcategories_top .thumbnail:hover .caption-title > span {
  color: rgb(244, 244, 244);
}
#home .media .media-heading {
  text-transform: none;
  font-weight: 500;
}
#home .section-title {
  height: auto;
  text-transform: none;
  margin-bottom: 30px !important;
  text-align: center;
}
#home .section-title > span {
  color: rgb(92, 92, 92);
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
#home .section-title > span:before, #home .section-title > span:after {
  display: none;
}
#home .btn {
  text-transform: none;
}
#home .btn.dropdown-toggle:hover {
  border-color: rgb(29, 29, 29);
}
#home[class^="ru wide account-"] .information-title,
#home[class^="ru wide account-"] .account-details .widget-title {
  background-color: #f5f6f7;
  border-color: rgb(29, 29, 29);
}
#home[class^="ru wide account-"] .details-box form .btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 180px;
}
#home[class^="ru wide account-"] #column-right .widget-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home[class^="ru wide account-"] #column-right .widget-title:before {
  content: "Информация";
  font-size: 18px;
}
#home[class^="ro wide account-"] .information-title,
#home[class^="ro wide account-"] .account-details .widget-title, #home[class^="bg wide account-"] .information-title,
#home[class^="bg wide account-"] .account-details .widget-title, #home[class^="en wide account-"] .information-title,
#home[class^="en wide account-"] .account-details .widget-title {
  background-color: #f5f6f7;
  border-color: rgb(29, 29, 29);
}
#home[class^="ro wide account-"] .details-box form .btn, #home[class^="bg wide account-"] .details-box form .btn, #home[class^="en wide account-"] .details-box form .btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 180px;
}
#home #undefined-sticky-wrapper {
  max-width: 100vw;
}
#home #undefined-sticky-wrapper.is-sticky .header {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
#home .header {
  max-width: 100vw;
  border: none;
}
#home .header .navigation-wrapper {
  border: none;
}
#home .header .navigation-wrapper li {
  border: none;
}
#home .header .navigation-wrapper li a {
  border: none;
}
#home .header .navigation-wrapper li a:before {
  display: none;
}
#home .header .navigation-wrapper li a:hover, #home .header .navigation-wrapper li a:focus {
  background-color: transparent;
}
#home .header .navigation-wrapper li a > .arrow {
  line-height: 1;
  height: auto;
  width: 12px;
  position: relative;
  margin-top: 0;
  margin-left: 5px;
  display: block !important;
}
#home .header .navigation-wrapper li a > .arrow > i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
#home .header .navigation-wrapper li a > .arrow > i:before {
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
#home .header .navigation-wrapper li:hover {
  background-color: transparent;
}
#home .header .navigation-wrapper .hidden_nav_ul li > a > .arrow {
  display: none !important;
}
#home .header #search_results {
  max-width: 100vw;
  left: unset;
  right: unset;
  top: 52px;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
}
#home .header #search_results > a {
  border: none;
  max-height: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: transparent !important;
}
#home .header #search_results > a:after {
  content: "";
  display: none;
  width: calc(100% - 72px);
  height: 1px;
  background: rgb(225, 225, 225);
  position: absolute;
  bottom: 0;
  left: 36px;
}
#home .header #search_results > a .item_data {
  min-width: 280px;
}
#home .header #search_results > a .item_data .name {
  line-height: 1.2;
}
#home .header #search_results > a .item_data .price {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600 !important;
}
@media (min-width: 318px) and (max-width: 575px) {
  #home .header .header_widgets {
    margin: 0;
  }
}
@media (max-width: 991px) {
  #home .header {
    max-width: 100vw;
  }
}
#home.information-contact .content-area {
  padding-top: 0;
}
#home.information-contact .content-area > .content-area {
  padding-top: 30px;
}
#home.information-contact #contact-form > fieldset {
  padding: 0 15px;
}
#home.information-contact #contact-form .form-row.captcha {
  margin-inline: 0 !important;
}
#home.information-contact .captcha_img {
  height: 100%;
  max-height: 50px;
}
#home.information-contact .captcha_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 0;
}
#home.information-contact #input-tel + .text-danger {
  font-size: 0;
}
#home.information-contact #input-tel + .text-danger::before {
  font-size: 14px;
}
#home.information-contact.en #input-tel + .text-danger::before {
  content: "Telephone must be between 3 and 32 characters";
}
#home.information-contact.ro #input-tel + .text-danger::before {
  content: "Telefonul trebuie să conțină între 3 și 20 de caractere";
}
#home #bx_product_featured h4.caption-title {
  direction: ltr !important;
}
#home .cart_product.product-item,
#home .cart_product.product-item .product_row {
  border: none;
}
#home form input::-webkit-input-placeholder {
  text-transform: none;
}
#home form input::-moz-placeholder {
  text-transform: none;
}
#home form input:-ms-input-placeholder {
  text-transform: none;
}
#home form input::-ms-input-placeholder {
  text-transform: none;
}
#home form input::placeholder,
#home label {
  text-transform: none;
}
#home label::first-letter {
  text-transform: uppercase;
}
#home.checkout-checkout .checkout-progress-bar {
  padding-top: 100px;
}
#home.checkout-checkout .checkout_form > div {
  padding: 15px 20px;
}
#home.checkout-checkout div:not(.checkout_title) > h2 {
  margin-top: 40px;
}
#home.checkout-checkout #cart_table .total_single.shipping div[data-code_total=shipping] {
  min-width: 120px;
  text-align: right !important;
}
#home.checkout-checkout .logo figure {
  margin-bottom: 0;
}
#home.checkout-checkout .logo > a img {
  padding: 0;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .alert {
  z-index: 2;
  margin-bottom: 0;
}
#home .success_buttons .col-12.p-0 {
  padding: 0 15px !important;
  margin-bottom: 30px;
}
#home .login_wrapper:after {
  left: unset;
  right: 0;
}
#home .contact-info .media .fa {
  min-width: 40px;
  min-height: 40px;
}
#home .contact-info .media-body {
  word-break: break-all;
}
#home .page-section.titles {
  background: transparent;
  border: none;
  padding: 16px 0;
}
#home .modal.show {
  z-index: 999999;
}
#home .modal .modal-dialog {
  max-width: 700px;
}
#home .modal .modal-dialog .modal-content {
  color: rgb(92, 92, 92);
}
#home .modal .modal-dialog .modal-content .modal-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#home .modal-backdrop.show {
  z-index: 99999;
}
#home .page-header h1 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  #home .page-header h1 {
    word-break: break-word;
    font-size: 1.9rem;
  }
}
#home.account-forgotten .col-sm-9 {
  margin-bottom: 30px;
}
#home.account-forgotten .col-sm-9 .block-title {
  padding: 10px 0;
}
@media (max-width: 992px) and (min-width: 575px) {
  #home.account-forgotten .col-sm-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 575px) {
  #home.account-forgotten .col-sm-9 .btn {
    max-width: 180px;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  #home.product-category .sidebar {
    margin: 0 !important;
  }
  #home.product-category .category_content_wrapper {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  #home.checkout-success .heading-wrapper > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home.checkout-success .page-section .content h3 {
  margin: 10px 0 0;
}
#home.checkout-success .page-section .content .system_page .row.success_buttons .success_buttons_wrapper .btn {
  max-height: unset;
}
@media (max-width: 575px) {
  #home #agree-checkbox + label {
    line-height: 1.4;
    margin: 10px 0 15px;
  }
}
@media (max-width: 575px) {
  #home.product-category .shop-sorting > .row > div {
    width: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #home.product-category .shop-sorting > .row > div + div {
    margin-top: 15px;
  }
}
@media (max-width: 296px) {
  #home.product-category .shop-sorting .mobile_filter_button {
    margin-top: 20px;
  }
}
#home.account-order-info td {
  text-align: left !important;
}
#home.account-order-info td:nth-child(4), #home.account-order-info td:nth-last-child(2) {
  min-width: 110px;
}
#home.account-order-info td:nth-child(3) {
  text-align: center !important;
}
#home .form-login .forgot-password {
  color: rgb(92, 92, 92) !important;
}
#home .remove_from_cart:hover i {
  color: rgb(29, 29, 29);
}
#home .fa-wheelchair {
  color: rgb(228, 228, 228);
}
#home #list-view,
#home #grid-view {
  display: none !important;
}
#home .product-single .mobile_wishlist {
  display: none !important;
}
#home .product-single .buttons {
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .md-style-active label.placeholder {
  font-weight: 400;
}
#home .mobile_side_nav_menu {
  direction: ltr;
}
#home #mobile_search_results > a .img {
  margin: 0;
  max-width: 85px;
  padding: 0;
}
#home #mobile_search_results > a .item_data {
  padding: 0;
  min-width: calc(100% - 205px);
}
#home #mobile_search_results > a .add_to_cart {
  padding: 0;
}
#home #mobile_search_results > a .add_to_cart .quantity_field {
  padding: 0;
}
#home .details-box > ul li:focus, #home .details-box > ul li:hover {
  color: rgb(201, 167, 93);
}
#home .widget.account-details li.active a {
  color: rgb(201, 167, 93);
}
#home .widget.account-details li a:hover, #home .widget.account-details li a:focus {
  color: rgb(201, 167, 93);
}
#home .widget-filter-price .noUi-handle:hover,
#home .widget-filter-price .noUi-connect {
  background: rgb(29, 29, 29);
  color: #fff;
}
#home .filter_price_amount {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#home .dropdown-menu li.active a,
#home .dropdown-menu li.active a:hover {
  background: rgb(29, 29, 29);
  color: #fff;
}
#home .dropdown-menu li.active a:active {
  background: rgb(29, 29, 29);
  color: #fff;
}
#home .top-bar ul a:hover .fa {
  color: rgb(29, 29, 29);
}
#home .top-bar ul a span .colored {
  color: rgb(29, 29, 29);
}
#home.product-search .filter-option-inner-inner {
  text-align: left;
}
#home .share_page_wrapper .social-icons li {
  padding-top: 0;
}
#home .share_page_wrapper .social-icons li a {
  border: none;
}
#home .share_page_wrapper .social-icons li a i {
  color: rgb(29, 29, 29);
}
#home .share_page_wrapper .social-icons li a:hover {
  background: transparent;
}
#home .share_page_wrapper .social-icons li a:hover i {
  color: rgb(201, 167, 93);
}
#home .option-group .option_price {
  display: inline-block;
}
#home.information-sitemap #content > .row {
  padding: 0 15px;
}
#home.information-sitemap #content ul ul {
  margin-bottom: 0;
}
#home.information-sitemap .content-area ul > li > ul {
  padding-left: 20px;
}
#home .cat_desc {
  display: none;
}
#home.product-category .main-slider .sub {
  height: 200px;
}
#home.product-category .main-slider .sub > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home.product-category .category_content_wrapper {
  margin-top: 0 !important;
}
#home.product-category .mobile_nav_content.opened {
  padding-top: 75px;
}
#home .step-number.active {
  background-color: rgb(201, 167, 93);
}
#home .modal-dialog .modal-content .modal-header .close {
  font-size: 24px;
  font-weight: 300;
}
#home .bx-slider-wrapper .item {
  position: relative;
}
@media (max-width: 575px) {
  #home .bootstrap-select > .dropdown-menu {
    width: 100vw;
    max-width: calc(100vw - 30px);
  }
}
#home .page-section.titles {
  background-color: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
  padding: 20px 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #home .page-section.titles {
    margin-bottom: 0;
  }
}
#home .page-section.titles h1 {
  color: rgb(29, 29, 29);
  font-size: 26px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: unset;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  #home .page-section.titles h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
#home .no_products_container {
  display: none !important;
}
#home.overflow-y-hidden .header_content_wrapper {
  display: none !important;
}
#home.theme_11.account-login .content-area > section {
  padding-top: 15px;
}
#home .form-login .row .col-lg-6,
#home .form-login .row .hello-text-wrap {
  margin-top: 0;
}
#home .form-login .row .forgot_password_holder {
  margin-top: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
#home .form-login .row .forgot_password_holder a {
  font-weight: 400 !important;
  text-transform: none;
  text-underline-offset: 4px;
  text-decoration: underline;
}
#home .form-login .row .forgot_password_holder a:hover {
  text-decoration: none;
}
#home .splide__track {
  border: none !important;
}
#home.checkout-cart .qty_column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home.ro .header-cart .cart-wrapper .button-wrapper .btn.btn-call-checkout {
  font-size: 0;
  line-height: 0;
}
#home.ro .header-cart .cart-wrapper .button-wrapper .btn.btn-call-checkout::after {
  content: "Finalizează comanda";
  font-size: 14px;
  line-height: 1;
}
#home.ro .header-cart .cart-wrapper .button-wrapper .btn.close_popup {
  font-size: 0;
  line-height: 0;
}
#home.ro .header-cart .cart-wrapper .button-wrapper .btn.close_popup::after {
  content: "Vizualizează coș";
  font-size: 14px;
  line-height: 1;
}
#home.ro.checkout-cart .content-area .page-section .checkout_cart_inner .button-checkout-wrapper .btn {
  font-size: 0;
  line-height: 0;
}
#home.ro.checkout-cart .content-area .page-section .checkout_cart_inner .button-checkout-wrapper .btn::after {
  content: "Finalizează comanda";
  font-size: 13px;
  line-height: 1;
}
#home.ro.checkout-cart .content-area .page-section .checkout_cart_inner .button-continue-wrapper .btn {
  font-size: 0;
  line-height: 0;
}
#home.ro.checkout-cart .content-area .page-section .checkout_cart_inner .button-continue-wrapper .btn::after {
  content: "Continua cumparaturile";
  font-size: 13px;
  line-height: 1;
}
#home.ro .ajax-county-active .select2-selection__placeholder {
  font-size: 0;
}
#home.ro .ajax-county-active .select2-selection__placeholder::before {
  content: "Județ";
  font-size: 14px;
}
#home.information-sitemap.ro #content a[href$="checkout/"] {
  font-size: 0;
}
#home.information-sitemap.ro #content a[href$="checkout/"]::after {
  content: "Finalizare comandă";
  font-size: 14px;
}
#home.information-sitemap #content > .row > .col-md {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#home.information-sitemap #content > .row > .col-md:nth-child(2) > ul > li:first-of-type {
  display: none;
}
#home .header_login {
  position: relative;
}
#home .header_login .logged__in {
  position: absolute;
  top: auto;
  right: 0;
  width: 175px;
  background: #fff;
  padding: 10px;
  z-index: 999;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
#home .header_login .logged__in > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
#home .header_login .logged__in > a > svg,
#home .header_login .logged__in > a > i {
  width: 20px;
  fill: currentColor;
  color: currentcolor;
  text-align: center;
}
#home .header_login .logged__in > a + a {
  margin-top: 12px;
}
#home.account-edit .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-edit.ro .information-title::before {
  content: "Editează detaliile contului";
  font-size: 18px;
}
#home.account-edit.en .information-title::before {
  content: "Edit Account Information";
  font-size: 18px;
}
#home.account-password .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-password.ro .information-title::before {
  content: "Schimbă parola";
  font-size: 18px;
}
#home.account-password.en .information-title::before {
  content: "Change your password";
  font-size: 18px;
}
#home.account-address-add .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-address-add.ro .information-title::before {
  content: "Adaugă o adresă nouă";
  font-size: 18px;
}
#home.account-address-add.en .information-title::before {
  content: "Add New Address";
  font-size: 18px;
}
#home.account-address-edit .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-address-edit.ro .information-title::before {
  content: "Modifică adresa";
  font-size: 18px;
}
#home.account-address-edit.en .information-title::before {
  content: "Edit Your Address";
  font-size: 18px;
}
#home.account-order .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-order .information-title + p {
  font-size: 0;
}
#home.account-order .information-title + p::after {
  font-size: 16px;
}
#home.account-order.en .information-title {
  font-size: 0;
  padding-bottom: 4px;
}
#home.account-order.en .information-title:before {
  content: "Order History";
  font-size: 18px;
}
#home.account-order.en .information-title + p::after {
  content: "No orders placed.";
}
#home.account-order.ro .information-title::before {
  content: "Istoricul comenzilor";
  font-size: 18px;
}
#home.account-order.ro .information-title + p::after {
  content: "Nicio comandă plasată.";
}
#home.account-order.ro .table thead td {
  font-size: 0;
}
#home.account-order.ro .table thead td::before {
  font-size: 14px;
}
#home.account-order.ro .table thead td:nth-child(1)::before {
  content: "ID comandă";
}
#home.account-order.ro .table thead td:nth-child(2)::before {
  content: "Client";
}
#home.account-order.ro .table thead td:nth-child(3)::before {
  content: "Nr. de produse";
}
#home.account-order.ro .table thead td:nth-child(5)::before {
  content: "Total";
}
#home.account-order.ro .table thead td:nth-child(6)::before {
  content: "Data comenzii";
}
#home.account-order.ro .table thead td:nth-child(4)::before {
  content: "Status";
}
#home.product-search .top_search_wrapper + p {
  font-size: 0;
}
#home.product-search .top_search_wrapper + p::after {
  font-size: 16px;
}
#home.product-search.ro .top_search_wrapper + p::after {
  content: "Nu există produse care să corespundă criteriilor căutate.";
}
#home.product-search.en .top_search_wrapper + p::after {
  content: "There are no products matching the search criteria.";
}
#home.account-order-info.ro .information-title {
  font-size: 0;
}
#home.account-order-info.ro .information-title::before {
  content: "Informații despre comandă";
  font-size: 18px;
}
#home .section-title {
  text-transform: none;
  margin-top: 0 !important;
  margin-bottom: 42px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  overflow: unset;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 768px) {
  #home .section-title {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
#home .section-title span {
  font-size: 42px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgb(29, 29, 29);
  font-family: "Cormorant", serif;
  margin: 0 !important;
  text-transform: inherit;
  font-style: inherit;
}
@media (max-width: 575px) {
  #home .section-title span {
    font-size: 32px;
    line-height: 57px;
    letter-spacing: -1px;
  }
}
#home .section-title span > small {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: rgb(137, 137, 137);
}
@media (max-width: 575px) {
  #home .section-title span > small {
    font-size: 12px;
  }
}
#home .section-title span::before, #home .section-title span::after {
  display: none;
}
#home .btn-info, #home .btn-primary, #home .btn-theme:not(.btn-wish-list) {
  background-color: rgb(29, 29, 29) !important;
  color: #fff !important;
  border: 1px solid rgb(29, 29, 29);
}
#home .btn-info:hover, #home .btn-primary:hover, #home .btn-theme:not(.btn-wish-list):hover {
  border: 1px solid rgb(201, 167, 93);
  background-color: rgb(201, 167, 93) !important;
  color: rgb(29, 29, 29) !important;
  opacity: 1;
}
#home .btn-danger, #home .btn-theme-default {
  color: rgb(29, 29, 29) !important;
  background-color: transparent !important;
  border: 1px solid rgb(29, 29, 29);
}
#home .btn-danger:hover, #home .btn-theme-default:hover {
  border: 1px solid rgb(201, 167, 93);
  background-color: rgb(201, 167, 93) !important;
  color: rgb(29, 29, 29) !important;
  opacity: 1;
}
#home .btn:not(.btn-wish-list) {
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 11px;
  max-height: unset;
  height: unset;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none !important;
  background-color: #fff;
  text-decoration: none !important;
}
#home .btn span {
  color: inherit !important;
  text-decoration: none !important;
  font-family: inherit;
}
#home .btn.out_of_stock_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(29, 29, 29) !important;
  padding: 0 !important;
  max-width: unset;
  background-color: rgb(244, 244, 244) !important;
  border: 1px solid rgb(244, 244, 244) !important;
  gap: 7px;
  line-height: 40px;
}
@media (max-width: 575px) {
  #home .btn.out_of_stock_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#home .btn.out_of_stock_button:hover {
  color: rgb(29, 29, 29) !important;
  border: 1px solid rgb(29, 29, 29) !important;
  border-bottom: 1px solid !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
#home .btn.out_of_stock_button > span {
  color: inherit !important;
}
#home .btn.out_of_stock_button > i {
  display: none !important;
  color: inherit !important;
  margin: 0 !important;
}
#home .btn.btn-bordered {
  border: 1px solid rgb(198, 198, 198);
  background-color: transparent !important;
  color: rgb(92, 92, 92) !important;
}
#home .btn.btn-bordered:hover, #home .btn.btn-bordered:active {
  border: 1px solid rgb(201, 167, 93);
  background-color: rgb(201, 167, 93) !important;
  color: #fff !important;
}
#home .quantity {
  border: none !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  height: 40px;
  min-width: 150px;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 575px) {
  #home .quantity {
    padding: 0;
    height: 40px;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
#home .quantity i:not(.fa-sync) {
  color: rgb(92, 92, 92) !important;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 19px;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
#home .quantity i:not(.fa-sync):hover {
  color: rgb(201, 167, 93) !important;
  opacity: 1;
}
#home .quantity i.fa-check {
  margin: 0 auto;
}
@media (max-width: 575px) {
  #home .quantity i.quantity_key {
    font-size: 18px !important;
    line-height: 18px !important;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 575px) {
  #home .quantity i.quantity_key.fa-sync {
    padding: 0 15px !important;
  }
}
#home .quantity input {
  color: rgb(92, 92, 92) !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none !important;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 575px) {
  #home .quantity input {
    line-height: 24px !important;
  }
}
#home .logo {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  position: relative;
  max-height: unset;
  overflow: hidden;
  width: auto;
  height: 83px;
  margin: 2px 68px 3px 0;
}
@media (max-width: 991px) {
  #home .logo {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    width: auto;
    height: 65px;
    margin: 8px auto 7px !important;
  }
}
#home .logo + h4.widget-title {
  display: none;
}
#home .logo > a {
  display: block;
  width: auto;
  height: 100%;
}
#home .logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.checkout-checkout .logo {
  margin: 20px auto !important;
  border: none;
  position: absolute;
  padding: 0;
}
#home.checkout-checkout .logo figure {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  #home.checkout-checkout .logo {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home.checkout-checkout.theme_1 .logo {
  position: relative;
}
#home.checkout-checkout.theme_4 .logo {
  position: relative;
  margin: 10px auto !important;
  left: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}
#home .header {
  border: none;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 99999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#home .header .container,
#home .header .container-fluid {
  max-width: calc(100% - 60px) !important;
}
@media (max-width: 1440px) {
  #home .header .container,
  #home .header .container-fluid {
    padding: 0 15px;
    max-width: 100% !important;
  }
}
#home .is-sticky .header {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#home .header-wrapper {
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  z-index: 9;
  border-bottom: none;
}
#home .header-wrapper > .container,
#home .header-wrapper .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  position: relative;
}
@media (max-width: 1199px) {
  #home .header-wrapper > .container,
  #home .header-wrapper .container-fluid {
    max-width: 100% !important;
  }
}
#home .header-wrapper > .container > .header_search-btn,
#home .header-wrapper .container-fluid > .header_search-btn {
  margin-right: auto;
}
#home .header-wrapper > .container .header_search-btn,
#home .header-wrapper .container-fluid .header_search-btn {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
#home .header-wrapper > .container .header_search-btn > a,
#home .header-wrapper .container-fluid .header_search-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .header-wrapper > .container .header_search-btn > a > span,
#home .header-wrapper .container-fluid .header_search-btn > a > span {
  font-size: 14px;
  color: rgb(119, 119, 122);
  margin-right: 16px;
}
#home .header-wrapper > .container .header_search-btn > a > svg:nth-child(2),
#home .header-wrapper .container-fluid .header_search-btn > a > svg:nth-child(2) {
  display: none;
}
#home .header-wrapper > .container .header_search-btn > a.shown > svg:nth-child(1),
#home .header-wrapper .container-fluid .header_search-btn > a.shown > svg:nth-child(1) {
  display: none;
}
#home .header-wrapper > .container .header_search-btn > a.shown > svg:nth-child(2),
#home .header-wrapper .container-fluid .header_search-btn > a.shown > svg:nth-child(2) {
  display: block;
}
#home .header-wrapper svg {
  fill: rgb(61, 60, 77);
  display: block;
  line-height: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#home .header-wrapper svg:hover {
  fill: rgb(201, 167, 93);
}
#home .header_content_wrapper {
  position: relative;
}
#home .header_content_wrapper .header_content_close {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .top-bar {
  background: rgb(29, 29, 29);
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  #home .top-bar {
    display: none;
  }
}
#home .top-bar .col-lg-5,
#home .top-bar .col-lg-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 992px) {
  #home .top-bar .col-lg-5,
  #home .top-bar .col-lg-7 {
    max-width: 50%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #home .top-bar .col-lg-5,
  #home .top-bar .col-lg-7 {
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#home .top-bar .row {
  padding: 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#home .top-bar .row::-webkit-scrollbar {
  display: none;
}
#home .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .top-bar ul li {
  display: block !important;
  margin: 0;
  padding: 0;
}
#home .top-bar ul li:before {
  display: none;
}
#home .top-bar a {
  color: rgb(228, 228, 228);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: -0.28px;
  padding: 6px 12px;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .top-bar a[href^=tel] {
  border: 1px solid;
  border-radius: 24px;
}
#home .top-bar a[href^=tel] > i {
  display: none !important;
}
#home .top-bar a > svg {
  fill: currentColor;
}
#home .top-bar a > svg + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  #home .top-bar a > svg + span {
    display: none;
  }
}
#home .top-bar a:hover {
  color: rgb(255, 255, 255) !important;
  opacity: 1;
  text-decoration: none;
}
#home .top-bar a:hover > span {
  border: none !important;
}
#home .top-bar .top-bar-left {
  float: unset;
  height: 100%;
  padding: 0 15px;
}
#home .top-bar .top-bar-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home .top-bar .top-bar-left ul li:first-child a {
  padding-left: 0 !important;
}
#home .top-bar .top-bar-right {
  height: 100%;
  float: unset;
  padding: 0 15px;
}
#home .top-bar .top-bar-right ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
#home .top-bar .top-bar-right ul li:not(:last-child) {
  padding-right: 0;
}
@media (max-width: 991px) {
  #home .top-bar .top-bar-right ul li:not(:last-child) {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #home .top-bar .top-bar-right ul li:first-child {
    padding-right: 0;
  }
}
#home .top-bar .top-bar-right ul li > a > span {
  line-height: 1;
}
#home .top-bar .top-bar-right ul li > a > i {
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
}
#home .top-bar .icon-user,
#home .top-bar .icon-search,
#home .top-bar .icon-form,
#home .top-bar #wishlist-total,
#home .top-bar #wishlist {
  display: none !important;
}
#home .sticky-wrapper:not(.is-sticky) .top-bar {
  height: auto;
  opacity: 1;
  padding: 5px 0;
}
#home.mobile_search_active .sticky-wrapper:not(.is-sticky) .top-bar {
  height: auto;
}
@media (max-width: 991px) {
  #home .mobile-navigation-wrapper {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    display: block !important;
    position: relative !important;
    margin-right: 12px;
    top: unset;
    left: unset;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50% !important;
  }
}
@media (max-width: 991px) {
  #home .mobile-navigation-wrapper > a {
    padding: 0;
    background-color: transparent;
    border-radius: 50% !important;
    font-size: 20px;
  }
}
#home .mobile-navigation-wrapper i {
  color: rgb(61, 60, 77) !important;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  font-weight: 400;
  width: 28px;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .mobile-navigation-wrapper i.fa-bars::before {
  content: "";
  height: 9px;
  width: 28px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .mobile-navigation-wrapper i.fa-bars::after {
  content: "";
  display: none;
  height: 6px;
  width: 29px;
  background: transparent;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 5px;
  left: 0;
}
#home .mobile-navigation-wrapper:hover {
  background: transparent;
}
#home .mobile-navigation-wrapper:hover i {
  color: rgb(201, 167, 93) !important;
}
#home .header_login {
  padding: 0;
}
@media (max-width: 991px) {
  #home .header_login {
    display: none !important;
  }
}
#home .header_login > a {
  font-size: 0;
  min-width: auto;
}
#home .header-cart {
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  min-width: unset;
  max-width: unset;
  padding: 0;
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
}
#home .header-cart .cart-wrapper {
  height: auto;
  margin: 0;
  border: none;
}
#home .header-cart .cart-wrapper .button-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 45px;
  max-height: unset;
  font-family: "Nunito Sans", sans-serif;
}
#home .header-cart .cart-wrapper h4 {
  font-family: "Nunito Sans", sans-serif;
}
#home .header-cart .cart-wrapper .cart-header {
  background-color: rgb(29, 29, 29);
}
#home .header-cart .cart-wrapper .cart-header p {
  color: #fff;
}
#home .header-cart .cart-items .media > .row .product_thumb {
  min-width: 75px;
}
#home .header-cart #cart {
  padding: 0;
  border-radius: 50%;
  background: transparent;
  width: auto;
  min-width: unset;
  max-width: unset;
  height: auto;
  max-height: unset;
  display: block;
  position: relative;
}
#home .header-cart #cart:hover {
  background-color: transparent;
}
#home .header-cart #cart span:first-child {
  font-size: 0;
  display: none !important;
}
#home .header-cart #cart .cart-qty-circle:not(.mobile) {
  display: block !important;
  background-color: rgb(29, 29, 29);
  border: none;
  border-radius: 18px;
  font-size: 11px;
  min-width: 16px;
  max-width: unset;
  width: auto;
  height: auto;
  line-height: 11px;
  letter-spacing: unset;
  padding: 2px 5px;
  right: unset;
  top: -5px;
  left: 16px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  #home .header-cart #cart .cart-qty-circle:not(.mobile) {
    top: -5px;
    left: 16px;
  }
}
#home .header-cart #cart .cart-qty-circle.mobile {
  opacity: 0;
}
#home .header-cart #cart:not(.counter-hide) {
  background-color: transparent;
}
#home .header_widgets {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  height: auto;
  top: unset;
  right: unset;
  left: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
}
@media (max-width: 991px) {
  #home .header_widgets {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto !important;
  }
}
#home .header_widgets a {
  height: auto;
  margin: 0;
  text-transform: none;
  font-weight: 500;
  line-height: 1;
  display: block;
}
#home .header_widgets a svg {
  fill: rgb(61, 60, 77);
}
#home .header_widgets a:hover svg {
  fill: rgb(201, 167, 93) !important;
}
#home .header_widgets > div:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 991px) {
  #home .header_widgets > div:not(:last-child) {
    margin-right: 12px;
  }
}
#home .header_widgets > div > a {
  padding: 0;
  background: transparent;
  border-radius: 50%;
}
#home .header_widgets > div > a:hover {
  background-color: transparent;
}
#home .header_content_container {
  background: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 4.5px 0;
  min-height: unset !important;
}
@media (max-width: 575px) {
  #home .header_content_container {
    font-size: 12px;
    line-height: 14px;
  }
}
#home .header_content_container a {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: #fff;
  padding: 6px 12px;
  margin: 0 24px;
  display: inline-block;
}
@media (max-width: 575px) {
  #home .header_content_container a {
    font-size: 14px;
    margin: 0 0 0 16px;
  }
}
#home .header_content_container a:hover, #home .header_content_container a:active {
  color: rgb(201, 167, 93);
  background: #fff;
}
#home .header_content_container .header_content {
  padding: 0 15px;
}
#home .header_content_container .header_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .search_black_screen {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  #home .search_black_screen {
    background: transparent;
    opacity: 1;
    top: 110px;
    -webkit-transition: unset;
    transition: unset;
  }
}
#home .fa-search::before {
  display: none;
}
#home #search {
  position: absolute !important;
  display: none !important;
  max-width: 370px;
  width: 100%;
  top: 19px !important;
  right: 119px;
  bottom: unset;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
  margin: 0;
  padding: 5px 20px 15px;
  background: rgb(255, 255, 255);
  border-radius: 0;
}
@media (max-width: 991px) {
  #home #search {
    position: absolute !important;
    display: none !important;
    margin: 0;
    padding: 12px 15px 20px;
    width: 100vw;
    max-width: 100% !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 80px !important;
    right: unset;
    left: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    z-index: 999999;
    border-radius: 0;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home #search .search_field {
  width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  #home #search .search_field {
    padding: 0;
    background: transparent;
    border-bottom: none;
    position: relative;
  }
}
#home #search .search_field > input {
  font-size: 14px !important;
  height: 40px;
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  border-radius: 0;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgb(198, 198, 198);
  padding: 0 42px 0 13px;
  line-height: 40px;
  color: rgb(92, 92, 92);
  text-transform: none;
}
#home #search .search_field > input::-webkit-input-placeholder {
  color: rgb(97, 97, 97) !important;
}
#home #search .search_field > input::-moz-placeholder {
  color: rgb(97, 97, 97) !important;
}
#home #search .search_field > input:-ms-input-placeholder {
  color: rgb(97, 97, 97) !important;
}
#home #search .search_field > input::-ms-input-placeholder {
  color: rgb(97, 97, 97) !important;
}
#home #search .search_field > input::placeholder {
  color: rgb(97, 97, 97) !important;
}
#home #search .search_field > button {
  top: 6px;
  left: unset;
  right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
  padding: 0;
  max-width: unset;
}
@media (max-width: 991px) {
  #home #search .search_field > button {
    top: 6px;
    right: 8px;
  }
}
#home #search > button {
  line-height: 1;
  left: unset;
  top: 6px;
  right: 8px;
  max-width: 30px;
  max-height: 28px;
  height: 28px;
  padding: 0;
}
@media (max-width: 991px) {
  #home #search > button {
    top: 6px;
    left: unset;
    right: 8px;
  }
}
#home #search > button i {
  font-size: 0;
  font-weight: 400;
  color: rgb(61, 60, 77);
  padding: 0 !important;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#home #search > button i svg {
  fill: rgb(61, 60, 77);
  width: 20px;
  height: 20px;
}
#home #search > button i:hover svg {
  fill: rgb(201, 167, 93);
}
#home #search.opened {
  display: block !important;
  z-index: 999999 !important;
}
@media (max-width: 991px) {
  #home #search.opened .search_close {
    display: none !important;
  }
}
#home #search.opened .search_field:before {
  content: "";
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media (max-width: 991px) {
  #home #search.opened .search_field:before {
    display: none;
  }
}
#home #search.opened .search_field > input {
  display: block;
  border-color: rgb(198, 198, 198);
  padding: 0 42px 0 13px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  width: 100%;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
@media (max-width: 991px) {
  #home #search.opened .search_field > input {
    height: 40px;
    padding: 0 42px 0 13px;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
#home #search.opened svg {
  fill: rgb(29, 29, 29);
}
#home #search.opened svg:hover {
  fill: rgb(201, 167, 93) !important;
}
@media (max-width: 991px) {
  #home #search.opened:before {
    display: none;
  }
}
#home #search #search_results {
  width: 100%;
  max-height: calc(100vh - 250px);
  right: 0;
  left: unset;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: 9;
  -webkit-transform: unset;
          transform: unset;
  position: absolute;
  top: auto;
  margin-top: 0;
  background: #fff;
}
@media (min-width: 992px) {
  #home #search #search_results {
    top: 48px;
  }
}
@media (max-width: 991px) {
  #home #search #search_results {
    top: 60px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
    border-radius: 0;
    background: #fff;
    max-height: calc(100vh - 130px);
  }
}
@media (max-width: 575px) {
  #home #search #search_results {
    left: 50%;
    max-width: 100vw;
    width: 100vw;
    top: 60px;
    margin-top: 0;
    max-height: calc(100vh - 130px);
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#home #search #search_results .product-item {
  padding: 15px;
  border: none !important;
  margin-bottom: 0;
  max-height: unset;
  background: transparent;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #search #search_results .product-item:before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home #search #search_results .product-item:first-child {
  padding-top: 15px;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item:first-child {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  #home #search #search_results .product-item {
    padding: 15px;
  }
}
#home #search #search_results .product-item:last-of-type {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: none !important;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item:last-of-type {
    padding-bottom: 15px;
  }
}
#home #search #search_results .product-item .img {
  padding: 0;
  min-width: 81px;
  max-width: 81px;
  height: 81px;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 19px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .img {
    min-width: 81px;
    width: 81px;
    height: 81px;
    margin-right: 19px;
  }
}
#home #search #search_results .product-item .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home #search #search_results .product-item .item_data {
  min-width: calc(100% - 130px);
  max-width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .item_data {
    min-width: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
#home #search #search_results .product-item .item_data .price {
  font-size: 18px !important;
  line-height: 18px;
  margin-top: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .item_data .price {
    font-size: 18px !important;
    line-height: 18px;
    margin-top: 0;
  }
}
#home #search #search_results .product-item .item_data .price > ins {
  font-size: inherit !important;
  line-height: 18px;
  font-weight: 400;
}
#home #search #search_results .product-item .item_data .price > del {
  font-size: 14px;
  line-height: 18px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -1px 0 0 !important;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .item_data .price > del {
    display: block;
    margin: -1px 0 0 !important;
  }
}
#home #search #search_results .product-item .name {
  width: 100%;
  color: rgb(92, 92, 92);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .name {
    font-size: 14px;
    line-height: 18px;
  }
}
#home #search #search_results .product-item .add_to_cart {
  min-width: 32px;
  max-width: unset;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 0 0 0 auto;
}
#home #search #search_results .product-item .add_to_cart > .btn {
  padding: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  max-height: unset;
  margin-left: auto;
  line-height: 1;
  border-color: transparent;
  background-color: transparent !important;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart > .btn {
    padding: 0;
  }
}
#home #search #search_results .product-item .add_to_cart > .btn:hover {
  border-color: transparent;
  background-color: transparent !important;
}
#home #search #search_results .product-item .add_to_cart > .btn:hover > span {
  color: rgb(244, 244, 244) !important;
}
#home #search #search_results .product-item .add_to_cart > .btn i {
  display: block !important;
  margin: 0;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart > .btn i {
    display: block !important;
    margin: 0;
  }
}
#home #search #search_results .product-item .add_to_cart > .btn i + span {
  display: none !important;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart > .btn i + span {
    display: none !important;
  }
}
#home #search #search_results .product-item .add_to_cart > .btn i.fa-shopping-cart::before, #home #search #search_results .product-item .add_to_cart > .btn i.fa-cart-shopping::before {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.71776 24.8218C7.1807 24.8218 6.73231 24.6419 6.37259 24.2822C6.01287 23.9225 5.83301 23.4741 5.83301 22.937V10.3732C5.83301 9.83614 6.01287 9.38775 6.37259 9.02803C6.73231 8.6683 7.1807 8.48844 7.71776 8.48844H9.91634V7.90511C9.91634 6.77131 10.3135 5.80735 11.1078 5.01323C11.9019 4.21893 12.8659 3.82178 13.9997 3.82178C15.1335 3.82178 16.0974 4.21893 16.8916 5.01323C17.6859 5.80735 18.083 6.77131 18.083 7.90511V8.48844H20.2816C20.8186 8.48844 21.267 8.6683 21.6268 9.02803C21.9865 9.38775 22.1663 9.83614 22.1663 10.3732V22.937C22.1663 23.4741 21.9865 23.9225 21.6268 24.2822C21.267 24.6419 20.8186 24.8218 20.2816 24.8218H7.71776ZM7.71776 23.6551H20.2816C20.4613 23.6551 20.6259 23.5803 20.7754 23.4308C20.9249 23.2813 20.9997 23.1167 20.9997 22.937V10.3732C20.9997 10.1935 20.9249 10.0289 20.7754 9.8794C20.6259 9.72987 20.4613 9.65511 20.2816 9.65511H18.083V12.5718C18.083 12.7378 18.0273 12.8766 17.9159 12.988C17.8045 13.0994 17.6657 13.1551 17.4997 13.1551C17.3336 13.1551 17.1949 13.0994 17.0835 12.988C16.972 12.8766 16.9163 12.7378 16.9163 12.5718V9.65511H11.083V12.5718C11.083 12.7378 11.0273 12.8766 10.9159 12.988C10.8045 13.0994 10.6657 13.1551 10.4997 13.1551C10.3336 13.1551 10.1949 13.0994 10.0835 12.988C9.97205 12.8766 9.91634 12.7378 9.91634 12.5718V9.65511H7.71776C7.53809 9.65511 7.37349 9.72987 7.22397 9.8794C7.07444 10.0289 6.99967 10.1935 6.99967 10.3732V22.937C6.99967 23.1167 7.07444 23.2813 7.22397 23.4308C7.37349 23.5803 7.53809 23.6551 7.71776 23.6551ZM11.083 8.48844H16.9163V7.90511C16.9163 7.08397 16.6356 6.39253 16.074 5.83078C15.5123 5.26922 14.8208 4.98844 13.9997 4.98844C13.1785 4.98844 12.4871 5.26922 11.9253 5.83078C11.3638 6.39253 11.083 7.08397 11.083 7.90511V8.48844Z" fill="rgb(29, 29, 29)"/></svg>');
  display: block;
  line-height: 0;
}
#home #search #search_results .product-item .add_to_cart > .btn i.fa-shopping-cart::after, #home #search #search_results .product-item .add_to_cart > .btn i.fa-cart-shopping::after {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.71776 24.8218C7.1807 24.8218 6.73231 24.6419 6.37259 24.2822C6.01287 23.9225 5.83301 23.4741 5.83301 22.937V10.3732C5.83301 9.83614 6.01287 9.38775 6.37259 9.02803C6.73231 8.6683 7.1807 8.48844 7.71776 8.48844H9.91634V7.90511C9.91634 6.77131 10.3135 5.80735 11.1078 5.01323C11.9019 4.21893 12.8659 3.82178 13.9997 3.82178C15.1335 3.82178 16.0974 4.21893 16.8916 5.01323C17.6859 5.80735 18.083 6.77131 18.083 7.90511V8.48844H20.2816C20.8186 8.48844 21.267 8.6683 21.6268 9.02803C21.9865 9.38775 22.1663 9.83614 22.1663 10.3732V22.937C22.1663 23.4741 21.9865 23.9225 21.6268 24.2822C21.267 24.6419 20.8186 24.8218 20.2816 24.8218H7.71776ZM7.71776 23.6551H20.2816C20.4613 23.6551 20.6259 23.5803 20.7754 23.4308C20.9249 23.2813 20.9997 23.1167 20.9997 22.937V10.3732C20.9997 10.1935 20.9249 10.0289 20.7754 9.8794C20.6259 9.72987 20.4613 9.65511 20.2816 9.65511H18.083V12.5718C18.083 12.7378 18.0273 12.8766 17.9159 12.988C17.8045 13.0994 17.6657 13.1551 17.4997 13.1551C17.3336 13.1551 17.1949 13.0994 17.0835 12.988C16.972 12.8766 16.9163 12.7378 16.9163 12.5718V9.65511H11.083V12.5718C11.083 12.7378 11.0273 12.8766 10.9159 12.988C10.8045 13.0994 10.6657 13.1551 10.4997 13.1551C10.3336 13.1551 10.1949 13.0994 10.0835 12.988C9.97205 12.8766 9.91634 12.7378 9.91634 12.5718V9.65511H7.71776C7.53809 9.65511 7.37349 9.72987 7.22397 9.8794C7.07444 10.0289 6.99967 10.1935 6.99967 10.3732V22.937C6.99967 23.1167 7.07444 23.2813 7.22397 23.4308C7.37349 23.5803 7.53809 23.6551 7.71776 23.6551ZM11.083 8.48844H16.9163V7.90511C16.9163 7.08397 16.6356 6.39253 16.074 5.83078C15.5123 5.26922 14.8208 4.98844 13.9997 4.98844C13.1785 4.98844 12.4871 5.26922 11.9253 5.83078C11.3638 6.39253 11.083 7.08397 11.083 7.90511V8.48844Z" fill="rgb(201, 167, 93)"/></svg>');
  display: block;
  line-height: 0;
}
#home #search #search_results .product-item .add_to_cart .out_of_stock_button:before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  right: unset;
  top: unset;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  color: rgb(29, 29, 29);
  font-size: 26px;
  display: none;
}
#home #search #search_results .product-item .add_to_cart .quantity.buttons_added {
  border-color: transparent !important;
  min-width: 32px !important;
  height: 75px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  min-width: unset;
  width: 32px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart .quantity.buttons_added {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    height: 75px !important;
    width: 32px;
  }
}
#home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key {
  color: rgb(92, 92, 92) !important;
  border: none;
  padding: 0;
  width: 19px;
  height: 19px;
  max-height: unset;
  background-color: transparent !important;
  font-size: 16px;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key {
    background-color: transparent !important;
  }
}
#home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key:hover, #home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key:active {
  color: rgb(29, 29, 29) !important;
  opacity: 1;
}
@media (max-width: 575px) {
  #home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key:hover, #home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key:active {
    color: rgb(29, 29, 29) !important;
    background-color: transparent !important;
  }
}
#home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_key::before {
  font-weight: 400;
}
#home #search #search_results .product-item .add_to_cart .quantity.buttons_added .quantity_field {
  color: rgb(92, 92, 92) !important;
  background-color: transparent !important;
  padding: 0;
  width: 20px;
  height: 36px;
  font-size: 16px !important;
}
#home #search #search_results > .results_text {
  padding: 15px;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 991px) {
  #home #search #search_results > .results_text {
    padding: 0;
  }
}
#home #search #search_results > .results_text > span {
  color: rgb(92, 92, 92);
}
#home #search #search_results > .results_text > a {
  border-radius: 0;
  margin: 0 auto;
  padding: 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  background-color: rgb(29, 29, 29);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  #home #search #search_results > .results_text > a {
    padding: 10px 20px;
    border-radius: 0;
  }
}
#home #search #search_results > .results_text > a > span {
  color: #fff;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #search #search_results > .results_text > a > span:before {
  display: none;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 8px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#home #search #search_results > .results_text > a:hover {
  background-color: rgb(201, 167, 93);
}
#home #search #search_results > .results_text > a:hover > span {
  color: rgb(29, 29, 29);
  opacity: 1;
}
@media (max-width: 991px) {
  #home .is-sticky #search {
    top: 80px !important;
  }
}
@media (max-width: 991px) {
  #home .is-sticky .search_black_screen {
    top: 70px;
  }
}
@media (max-width: 991px) {
  #home:not(.overflow-y-hidden) .sticky-wrapper :not(.is-sticky) #search {
    top: 80px !important;
  }
}
@media (max-width: 991px) {
  #home .search_close {
    display: none !important;
    position: absolute;
    top: 4px;
    right: 20px;
    bottom: unset;
    left: unset;
    font-size: 20px;
    height: 36px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  #home .search_close {
    top: 4px;
    right: 20px;
  }
}
#home .search_close i {
  color: rgb(201, 167, 93) !important;
}
#home .search_close i.fa-times-circle:before {
  content: "\f00d";
}
#home .navigation-wrapper {
  display: block;
  border: none;
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
  width: 100%;
  max-width: calc(100% - 620px) !important;
  margin: 0 0 0 auto;
  padding-right: 0;
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}
@media (max-width: 991px) {
  #home .navigation-wrapper {
    display: none !important;
  }
}
#home .navigation-wrapper > .container {
  padding: 0;
  position: relative;
}
#home .navigation-wrapper .navigation {
  position: relative;
}
#home .navigation-wrapper .sf-menu {
  margin-bottom: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#home .navigation-wrapper .sf-menu li > a {
  padding: 12px !important;
  margin: 0;
  color: rgb(61, 60, 77);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
#home .navigation-wrapper .sf-menu > li {
  position: relative !important;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#home .navigation-wrapper .sf-menu > li svg {
  margin-bottom: 0;
}
#home .navigation-wrapper .sf-menu > li > a {
  font-family: "Nunito Sans", sans-serif;
  color: rgb(61, 60, 77) !important;
  text-transform: none;
  padding: 5px 30px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: unset;
  /* flex-direction: column; */
}
@media (max-width: 1440px) {
  #home .navigation-wrapper .sf-menu > li > a {
    padding: 10px 15px !important;
  }
}
#home .navigation-wrapper .sf-menu > li > a:hover {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li > a:hover svg {
  fill: currentColor !important;
}
#home .navigation-wrapper .sf-menu > li:hover > a {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li:hover > a svg {
  fill: currentColor !important;
}
#home .navigation-wrapper .sf-menu > li.btn-out {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 23px;
}
#home .navigation-wrapper .sf-menu > li.btn-out > a {
  background: rgb(29, 29, 29) !important;
  padding: 7px 20px !important;
  color: #fff !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 15px;
}
#home .navigation-wrapper .sf-menu > li.btn-out > a:hover {
  background: rgb(201, 167, 93) !important;
  color: #fff !important;
}
#home .navigation-wrapper .sf-menu > li.btn-out:hover > a {
  background: rgb(201, 167, 93) !important;
  color: #fff !important;
}
#home .navigation-wrapper .sf-menu > li ul > li div a, #home .navigation-wrapper .sf-menu > li ul > li > a {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  text-transform: none;
  position: relative;
  width: 100%;
  color: rgb(61, 60, 77);
  z-index: 1;
}
#home .navigation-wrapper .sf-menu > li ul > li:not(.empty-item) {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  border: none;
  max-width: unset;
  width: 100%;
  float: none;
  position: relative !important;
}
@media (max-width: 1279px) {
  #home .navigation-wrapper .sf-menu > li ul > li:not(.empty-item) {
    width: 100%;
  }
}
#home .navigation-wrapper .sf-menu > li ul > li .block-title {
  position: relative;
  padding: 0;
  z-index: 3;
  width: 100%;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home .navigation-wrapper .sf-menu > li ul > li .block-title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0;
  border-bottom: none;
}
#home .navigation-wrapper .sf-menu > li ul > li .block-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  color: rgb(92, 92, 92);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  height: auto;
  background-color: transparent;
  text-transform: none !important;
  border-radius: 0;
}
#home .navigation-wrapper .sf-menu > li ul > li .padre .arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 30px;
  height: 100%;
  right: unset;
  top: unset;
  cursor: pointer;
  z-index: 9;
}
#home .navigation-wrapper .sf-menu > li ul > li .padre .arrow i {
  font-weight: 400;
  color: rgb(92, 92, 92);
  display: block;
}
#home .navigation-wrapper .sf-menu > li ul > li .padre.open ul {
  display: block;
}
#home .navigation-wrapper .sf-menu > li ul > li .padre.open .arrow i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: rgb(201, 167, 93);
}
#home .navigation-wrapper .sf-menu > li ul > li .padre.open .block-title a {
  color: rgb(201, 167, 93);
}
#home .navigation-wrapper .sf-menu > li ul > li div {
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
  max-width: unset;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1279px) {
  #home .navigation-wrapper .sf-menu > li ul > li div {
    width: 100%;
  }
}
#home .navigation-wrapper .sf-menu > li ul > li div > ul > li > a:hover {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li ul > li div li:hover a {
  color: rgb(201, 167, 93);
}
#home .navigation-wrapper .sf-menu > li ul > li div:hover .block-title a {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li ul > li div ul {
  display: none;
  position: relative;
  margin: 11.5px 0 -8.5px !important;
  background: rgb(255, 255, 255);
  width: 100%;
  left: unset;
  padding: 0;
}
#home .navigation-wrapper .sf-menu > li ul > li div ul:before {
  content: "";
  display: none;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -9px;
  left: 0;
}
#home .navigation-wrapper .sf-menu > li ul > li div ul > li {
  width: 100% !important;
  padding: 0 !important;
}
#home .navigation-wrapper .sf-menu > li ul > li div ul > li > a {
  font-weight: 400 !important;
  text-transform: none !important;
  color: rgb(98, 98, 98);
  padding: 8.5px 0 !important;
}
#home .navigation-wrapper .sf-menu > li ul > li.megaline {
  padding: 0;
  width: 100%;
}
#home .navigation-wrapper .sf-menu > li ul > li.megaline > div {
  padding: 10px 0;
}
#home .navigation-wrapper .sf-menu > li ul > li.megaline > div:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(231, 231, 231);
}
#home .navigation-wrapper .sf-menu > li ul > li.megaline > div:nth-last-child(1) {
  border-bottom: none !important;
}
#home .navigation-wrapper .sf-menu > li ul > li.megaline > div:nth-last-child(1):after {
  display: none;
}
#home .navigation-wrapper .sf-menu > li ul > li:hover > a {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li > ul {
  border-radius: 0;
  border: 1px solid rgb(238, 238, 238);
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  max-height: 460px;
  height: auto;
  margin: 30px 0 0;
  padding: 14px 24px;
  top: 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
  z-index: 9;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
}
#home .navigation-wrapper .sf-menu > li > ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1;
}
#home .navigation-wrapper .sf-menu > li > ul > li {
  width: 100%;
}
#home .navigation-wrapper .sf-menu > li > ul > li:not(.empty-item) > a {
  border: none;
  text-transform: none !important;
}
#home .navigation-wrapper .sf-menu > li > ul > li:not(.empty-item) + li > a {
  border: none;
}
#home .navigation-wrapper .sf-menu > li > ul > li:nth-last-child(1) {
  border-bottom: none !important;
}
#home .navigation-wrapper .sf-menu > li .hidden_nav_ul .arrow {
  position: absolute;
  top: 5px;
  right: 0;
}
#home .navigation-wrapper .sf-menu > li .hidden_nav_ul .hidden_nav_element {
  margin: 0;
}
#home .navigation-wrapper .sf-menu > li .hidden_nav_ul li > ul {
  margin-top: 0;
  background-color: transparent;
}
#home .navigation-wrapper .sf-menu > li .hidden_nav_ul li > ul .hidden_nav_element {
  display: none;
}
#home .navigation-wrapper .sf-menu > li .hidden_nav_ul li > ul li {
  padding: 10px;
}
#home .navigation-wrapper .sf-menu > li:hover > a {
  color: rgb(201, 167, 93) !important;
}
#home .navigation-wrapper .sf-menu > li:hover > a svg {
  fill: currentColor !important;
}
#home .navigation-wrapper .sf-menu > li:hover > a > .arrow {
  color: rgb(201, 167, 93) !important;
  margin-top: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home .navigation-wrapper .sf-menu > li:hover > a > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home .wrapper {
  left: 0;
}
#home .wrapper.wrapper-opened {
  left: 0;
}
#home .wrapper.wrapper-opened .header_content_wrapper {
  display: none !important;
}
#home .wrapper.wrapper-opened:before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
#home .mobile_side_nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  top: 80px;
  bottom: 0;
  height: unset;
  z-index: 999999;
}
#home .mobile_side_nav .prevent_touch_banner {
  top: 80px;
  bottom: 0;
}
#home .mobile_side_nav .sidenav_search {
  display: none;
  padding: 10px 33px 23px;
}
#home .mobile_side_nav .sidenav_search input[type=search] {
  border: none !important;
  border-bottom: 1px solid rgb(50, 50, 50) !important;
  background-color: #fff;
  border-radius: 0 !important;
  height: 45px;
  padding-left: 0;
  padding-right: 50px !important;
  font-size: 12px;
}
#home .mobile_side_nav .sidenav_search input[type=search]:focus {
  border-bottom: 1px solid rgb(29, 29, 29) !important;
}
#home .mobile_side_nav .sidenav_search input[type=search]::-webkit-input-placeholder {
  color: rgb(50, 50, 50) !important;
}
#home .mobile_side_nav .sidenav_search input[type=search]::-moz-placeholder {
  color: rgb(50, 50, 50) !important;
}
#home .mobile_side_nav .sidenav_search input[type=search]:-ms-input-placeholder {
  color: rgb(50, 50, 50) !important;
}
#home .mobile_side_nav .sidenav_search input[type=search]::-ms-input-placeholder {
  color: rgb(50, 50, 50) !important;
}
#home .mobile_side_nav .sidenav_search input[type=search]::placeholder {
  color: rgb(50, 50, 50) !important;
}
#home .mobile_side_nav .sidenav_search .fa-search {
  top: 20px;
  right: 33px;
}
#home .mobile_side_nav .sidenav_search .fa-search > svg {
  width: 20px;
  height: 20px;
  fill: rgb(92, 92, 92);
}
#home .mobile_side_nav_menu {
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-top: none;
}
#home .mobile_side_nav_menu .flexy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home .mobile_side_nav_menu .flexy > div {
  width: 100%;
}
#home .mobile_side_nav_menu > li {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  direction: ltr;
}
#home .mobile_side_nav_menu > li > a:not(.btn) {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: unset;
  margin: 0;
  padding: 15px 0 15px 15px;
  border-radius: 0;
  background-color: transparent;
  text-transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border: none;
  position: relative;
  color: rgb(61, 60, 77);
}
#home .mobile_side_nav_menu > li > a svg {
  fill: currentColor;
}
#home .mobile_side_nav_menu > li.open > a, #home .mobile_side_nav_menu > li.active > a {
  color: rgb(61, 60, 77);
}
#home .mobile_side_nav_menu > li.open > a svg, #home .mobile_side_nav_menu > li.active > a svg {
  fill: currentColor;
}
#home .mobile_side_nav_menu > li.open > .arrow, #home .mobile_side_nav_menu > li.active > .arrow {
  color: rgb(61, 60, 77);
  background-color: transparent;
}
#home .mobile_side_nav_menu > li.open > .arrow i, #home .mobile_side_nav_menu > li.active > .arrow i {
  -webkit-transform: unset;
          transform: unset;
}
#home .mobile_side_nav_menu > li.open > .arrow i::before, #home .mobile_side_nav_menu > li.active > .arrow i::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#home .mobile_side_nav_menu > li.extra_link {
  display: none;
}
#home .mobile_side_nav_menu > li > .panel-collapse {
  min-width: 100%;
}
#home .mobile_side_nav_menu > li.li__contacts {
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-lang) {
  background-color: rgb(29, 29, 29) !important;
}
#home .mobile_side_nav_menu > li.li__contacts:not(:last-child) {
  border-bottom: none;
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-social) .social-icons {
  padding: 0;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-social) .social-icons li {
  padding: 0;
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-social) .social-icons li a {
  padding: 0;
  color: rgb(228, 228, 228);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-social) .social-icons li a:hover {
  color: rgb(255, 255, 255);
}
#home .mobile_side_nav_menu > li.li__contacts:not(.li__contacts-social) .social-icons li a i {
  color: inherit;
}
#home .mobile_side_nav_menu > li.li__contacts > a {
  font-weight: 500 !important;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  text-transform: none !important;
  letter-spacing: unset;
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: transparent; */
  /* border: 2px solid #fff; */
  /* border-radius: 8px; */
  color: rgb(228, 228, 228) !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: none !important;
}
#home .mobile_side_nav_menu > li.li__contacts > a > span {
  font-family: inherit;
}
#home .mobile_side_nav_menu > li.li__contacts > a.social__ico {
  text-transform: none !important;
}
#home .mobile_side_nav_menu > li.li__contacts > a.btn-theme {
  background-color: transparent !important;
  border: 1px solid rgb(201, 167, 93);
  color: rgb(29, 29, 29) !important;
}
#home .mobile_side_nav_menu > li.li__contacts > a svg {
  width: 26px;
  height: 26px;
}
#home .mobile_side_nav_menu > li.li__contacts-lang {
  padding: 12px 15px;
}
#home .mobile_side_nav_menu > li.li__contacts-social {
  padding: 12px 15px 24px;
}
#home .mobile_side_nav_menu > li.li__contacts-social .social-icons {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 12px;
}
#home .mobile_side_nav_menu > li.li__contacts-social .social-icons:before {
  display: none;
}
#home .mobile_side_nav_menu > li.li__contacts-social .social-icons li {
  padding: 0;
  float: unset;
}
#home .mobile_side_nav_menu > li.li__contacts-social .social-icons li a {
  color: #000 !important;
  padding: 0 !important;
  font-size: 28px !important;
  border: none !important;
  text-align: center;
}
#home .mobile_side_nav_menu > li.li__contacts-social .social-icons li a i {
  color: currentColor;
}
#home .mobile_side_nav_menu > li.li__contacts-chimp {
  padding: 18px 15px 15px;
}
#home .mobile_side_nav_menu > li.li__contacts-addresses {
  padding: 15px;
}
#home .mobile_side_nav_menu > li:not(.li__contacts) + .li__contacts {
  margin-top: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: transparent;
  border: none;
}
#home .mobile_side_nav_menu > li:not(.li__contacts) + .li__contacts > a {
  color: rgb(61, 60, 77);
}
#home .mobile_side_nav_menu > li:not(.li__contacts) + .li__contacts:before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 1px;
  background: rgb(234, 234, 234);
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .mobile_side_nav_menu > li:not(.li__contacts):not(.sidenav_search) + li:not(.li__contacts):before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 1px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .mobile_side_nav_menu > li:not(.li__contacts):not(.sidenav_search) + li:not(.li__contacts) > a:before {
  content: "";
  display: none;
  width: calc(100% - 30px);
  height: 1px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home .mobile_side_nav_menu > li ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  direction: ltr;
}
#home .mobile_side_nav_menu > li ul:before {
  content: "";
  display: none;
  width: 1px;
  height: calc(100% - 20px);
  background: rgb(217, 211, 184);
  position: absolute;
  left: 15px;
  top: 12px;
}
#home .mobile_side_nav_menu > li ul li > a {
  border: none;
  padding: 10px 0;
  color: rgb(114, 114, 114);
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: unset;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
}
#home .mobile_side_nav_menu > li ul li:not(:last-child) > a {
  border-bottom: none;
}
#home .mobile_side_nav_menu > li ul li ul {
  padding: 0 20px !important;
}
#home .mobile_side_nav_menu > li ul li ul:before {
  left: 0;
}
#home .mobile_side_nav_menu > li ul li ul > li > a {
  color: #626262 !important;
  text-transform: none !important;
}
#home .mobile_side_nav_menu .arrow {
  position: relative;
  left: unset;
  right: unset;
  border: none;
  max-width: 40px;
  max-height: 48px;
  width: auto;
  color: rgb(61, 60, 77);
  margin-left: 0;
}
#home .mobile_side_nav_menu .arrow.clicked {
  color: rgb(92, 92, 92);
  background-color: transparent;
}
#home .mobile_side_nav_menu .arrow.clicked i {
  -webkit-transform: unset;
          transform: unset;
  position: relative;
  left: unset;
}
#home .mobile_side_nav_menu .arrow.clicked i::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#home .mobile_side_nav_menu .arrow i {
  height: 51.5px;
  width: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .mobile_side_nav_menu .arrow i::before {
  content: "\f078";
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  height: auto;
  width: unset;
  display: block;
}
#home .mobile_side_nav_menu li ul .arrow {
  right: -12px;
}
#home .mobile_side_nav_menu li ul .arrow i {
  height: 38px;
}
#home .mobile_side_nav_menu .close-mob-menu {
  border: none;
  background: transparent;
  position: relative;
  left: unset;
  top: unset;
  padding: 0;
  margin-left: auto;
  /* transform: translateY(-50%); */
}
#home .mobile_side_nav_menu .close-mob-menu svg {
  fill: rgb(29, 29, 29);
}
#home .mobile_side_nav_menu > .logo-mob {
  padding: 22px 15px !important;
}
#home .mobile_side_nav_menu > .logo-mob > a {
  padding: 0;
  margin: 0;
}
#home .mobile_side_nav_menu > .logo-mob > a > img {
  width: 136px;
  height: auto;
}
#home #form-language {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  margin: 0 auto;
}
#home #form-language .dropdown-menu {
  display: none;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  gap: 12px;
  border: 1px solid rgb(198, 198, 198);
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  direction: ltr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  margin: 0;
  color: rgba(57, 62, 70, 0.8);
}
#home #form-language .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #form-language .dropdown-menu > li {
  font-size: 0;
  line-height: 0;
  padding: 0 8px;
  border: none;
}
#home #form-language .dropdown-menu > li + li {
  border-left: none;
}
#home #form-language .dropdown-menu > li > a {
  position: relative;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  cursor: pointer;
}
#home #form-language .dropdown-menu > li > a:before {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #form-language .dropdown-menu > li > a:after {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
  color: rgba(57, 62, 70, 0.8);
}
#home #form-language .dropdown-menu > li > a[name=bg-bg]:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language .dropdown-menu > li > a[name=bg-bg]::after {
  content: "БГ";
}
#home #form-language .dropdown-menu > li > a[name=ro-ro]:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language .dropdown-menu > li > a[name=ro-ro]::after {
  content: "Ro";
}
#home #form-language .dropdown-menu > li > a[name=en-gb]:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language .dropdown-menu > li > a[name=en-gb]::after {
  content: "En";
}
#home #form-language .dropdown-menu > li > a:hover:before {
  color: rgb(201, 167, 93);
  border: 1px solid;
  border-radius: 50%;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home #form-language .dropdown-menu > li > a:hover::after {
  color: rgb(201, 167, 93);
}
#home #form-language .dropdown-menu > li > a.active {
  color: rgb(201, 167, 93);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home #form-language .dropdown-menu > li > a.active::after {
  color: currentColor;
}
#home #form-language > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000;
  font-size: 0;
  line-height: 0;
}
#home #form-language > a > i {
  color: rgba(103, 103, 103, 0.8);
  font-size: 10px;
  font-weight: 600;
}
#home #form-language > a[aria-expanded=true] > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home #form-language > a:before {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#home #form-language > a:after {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  border: none;
  margin: 0;
  vertical-align: unset;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#home #form-language > a.toggle-bg:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language > a.toggle-bg::after {
  content: "Бг";
}
#home #form-language > a.toggle-ro:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language > a.toggle-ro::after {
  content: "Ro";
}
#home #form-language > a.toggle-en:before {
  content: url('data:image/svg+xml; utf8, <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1664 8.00033C14.1664 7.48307 14.1027 6.98043 13.9828 6.50033H11.0306C11.1101 6.99051 11.1559 7.488 11.1664 7.98959V8.0101C11.1559 8.51196 11.1092 9.0099 11.0297 9.50033H13.9828C14.1028 9.02015 14.1664 8.5177 14.1664 8.00033ZM2.36267 10.5003C3.17427 12.3275 4.84715 13.6856 6.86657 14.0609C6.08769 12.9851 5.51692 11.778 5.182 10.5003H2.36267ZM10.8177 10.5003C10.4828 11.778 9.91209 12.9851 9.13317 14.0609C11.1527 13.6857 12.8254 12.3275 13.6371 10.5003H10.8177ZM6.21911 10.5003C6.57852 11.734 7.18167 12.8899 7.99939 13.8978C8.81734 12.8898 9.42115 11.7342 9.78064 10.5003H6.21911ZM5.98571 6.50033C5.89738 6.9928 5.84448 7.4936 5.83337 7.99936C5.84443 8.50577 5.89724 9.00724 5.98571 9.50033H10.014C10.1025 9.00723 10.1543 8.50578 10.1654 7.99936C10.1543 7.49359 10.1024 6.99281 10.014 6.50033H5.98571ZM9.13317 1.93881C9.9123 3.01479 10.4828 4.22237 10.8177 5.50033H13.6371C12.8255 3.67285 11.1529 2.31403 9.13317 1.93881ZM7.99939 2.10189C7.18146 3.11001 6.57853 4.26637 6.21911 5.50033H9.78064C9.42114 4.26614 8.81756 3.11013 7.99939 2.10189ZM6.86657 1.93881C4.84692 2.31412 3.17419 3.67288 2.36267 5.50033H5.182C5.51693 4.2224 6.08749 3.01478 6.86657 1.93881ZM1.83337 8.00033C1.8334 8.51775 1.89788 9.0201 2.01794 9.50033H4.97009C4.91625 9.16837 4.87724 8.83315 4.85485 8.49545L4.83337 8.0101C4.83323 8.00326 4.83323 7.99642 4.83337 7.98959L4.85485 7.50522C4.87722 7.16751 4.91627 6.8323 4.97009 6.50033H2.01794C1.89796 6.98048 1.83337 7.48302 1.83337 8.00033ZM15.1664 8.00033C15.1662 11.9581 11.9581 15.1662 8.00036 15.1663C4.04242 15.1663 0.833544 11.9582 0.83337 8.00033C0.83337 4.04229 4.04232 0.83334 8.00036 0.83334C11.9582 0.833514 15.1664 4.0424 15.1664 8.00033Z" fill="rgb(92, 92, 92)"/></svg>');
}
#home #form-language > a.toggle-en::after {
  content: "En";
}
#home .header-wrapper #form-language {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  #home .header-wrapper #form-language {
    display: none;
  }
}
#home .header-wrapper #form-language > a {
  text-transform: uppercase;
}
#home .header-wrapper #form-language .dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
#home .header-wrapper #form-language .dropdown-menu > li {
  padding: 0;
}
#home .header-wrapper #form-language .dropdown-menu > li > a {
  text-transform: uppercase;
  /*   
    &:not(.active) {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      z-index: 999;

      /*
      :after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 0 5px 6px -5px var(--brdrColor);
        border-radius: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
      }

    }

    &.active {
      padding: 0;
      border: none
    }

  */
}
#home .header-wrapper #form-language .dropdown-menu.options-show > li > a:not(.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #home .header-wrapper #form-language {
    display: none;
  }
}
#home .li__contacts-lang {
  padding: 12px 15px !important;
  /*
  #form-language {
    margin: 0;

    .dropdown-menu {
      // padding: 6px;
      margin: 0;

      // > li {
      //   padding: 0 6px;

      //   + li {
      //     border: none;
      //   }

        // > a {
        //   width: 24px;
        //   height: 24px;
        //   border: 1px solid rgba(240, 240, 240, 1);
        //   border-radius: 50%;
        //   padding: 1px;
        // }
      // }
    }
  }
  */
}
#home .li__contacts-lang #form-language {
  width: 100%;
  position: relative;
}
#home .li__contacts-lang #form-language > a {
  border-radius: 0;
  width: 100%;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(198, 198, 198);
  padding: 12px 16px;
  text-transform: none;
  height: 40.5px;
}
#home .li__contacts-lang #form-language > a > .fa {
  font-size: 14px !important;
  margin-left: auto;
}
#home .li__contacts-lang #form-language > a > .fa::before {
  content: "\f078";
}
#home .li__contacts-lang #form-language > a.toggle-bg:after {
  content: "Бг";
}
#home .li__contacts-lang #form-language > a.toggle-ro:after {
  content: "Ro";
}
#home .li__contacts-lang #form-language > a.toggle-en:after {
  content: "En";
}
#home .li__contacts-lang #form-language > ul {
  width: 100%;
  left: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  padding: 15px;
  margin: 0;
}
#home .li__contacts-lang #form-language > ul::before {
  display: none;
}
#home .li__contacts-lang #form-language .language-select {
  text-transform: uppercase;
  border: none !important;
}
#home .li__contacts-lang #form-language .language-select[name=bg-bg]:after {
  content: "Бг";
}
#home .li__contacts-lang #form-language .language-select[name=ro-ro]:after {
  content: "Ro";
}
#home .li__contacts-lang #form-language .language-select[name=en-gb]:after {
  content: "En";
}
#home .footer #form-language {
  width: 100%;
  position: relative;
}
#home .footer #form-language > a {
  width: 100%;
  border: 1px solid rgb(198, 198, 198);
  background-color: rgb(29, 29, 29);
  padding: 12px 16px;
  text-transform: uppercase;
  border-radius: 0;
  color: rgb(228, 228, 228);
}
#home .footer #form-language > a > .fa {
  font-size: 14px !important;
  margin-left: auto;
  color: inherit;
}
#home .footer #form-language > a > .fa::before {
  content: "\f078";
}
#home .footer #form-language > a::before {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
#home .footer #form-language > a::after {
  color: inherit;
}
#home .footer #form-language > a.toggle-bg:after {
  content: "Български";
}
#home .footer #form-language > a.toggle-ro:after {
  content: "Română";
}
#home .footer #form-language > a.toggle-en:after {
  content: "English";
}
#home .footer #form-language > ul {
  width: 100%;
  left: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home .footer #form-language .language-select {
  text-transform: none;
  border: none !important;
}
#home .footer #form-language .language-select[name=bg-bg]:after {
  content: "Български";
}
#home .footer #form-language .language-select[name=ro-ro]:after {
  content: "Română";
}
#home .footer #form-language .language-select[name=en-gb]:after {
  content: "English";
}
#home #form-currency {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  margin: 0;
}
#home #form-currency .dropdown-menu {
  display: none;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  gap: 8px;
  border: none;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  direction: ltr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  margin: 0;
  color: #fff;
  background: rgb(29, 29, 29);
  border: 1px solid rgb(90, 90, 90);
}
#home #form-currency .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #form-currency .dropdown-menu > li {
  font-size: 0;
  line-height: 0;
  padding: 0 8px;
  border: none;
}
#home #form-currency .dropdown-menu > li + li {
  border-left: none;
}
#home #form-currency .dropdown-menu > li > a {
  position: relative;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  cursor: pointer;
  text-decoration: unset;
}
#home #form-currency .dropdown-menu > li > a:before {
  position: relative;
  font-size: 14px;
  line-height: 0;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none !important;
}
#home #form-currency .dropdown-menu > li > a:after {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: #fff;
}
#home #form-currency .dropdown-menu > li > a[name=EUR]:before {
  content: url('data:image/svg+xml; utf8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M10.9986 5.18652L11.3092 6.13777H12.3136L11.5011 6.72652L11.8111 7.67777L10.9986 7.08965L10.1861 7.67777L10.4961 6.72652L9.68359 6.13777H10.688L10.9986 5.18652Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 6.88887L7.76656 7.34324L8.47719 6.63574L8.31969 7.62387L9.21469 8.07824L8.22281 8.23512L8.06594 9.22324L7.60969 8.33199L6.61719 8.48824L7.32781 7.78074L6.87156 6.88887Z" fill="rgb(255, 218, 68)"/><path d="M5.16406 11.0004L6.11969 10.6911V9.69043L6.71031 10.4998L7.66531 10.1911L7.07469 11.0004L7.66531 11.8098L6.71031 11.5011L6.11969 12.3104V11.3098L5.16406 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 15.1117L7.32781 14.2198L6.61719 13.5123L7.60969 13.6686L8.06531 12.7773L8.22281 13.7655L9.21469 13.9223L8.31969 14.3767L8.47719 15.3648L7.76656 14.6573L6.87156 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M10.9986 16.8145L10.688 15.8632H9.68359L10.4961 15.2745L10.1861 14.3232L10.9986 14.9114L11.8111 14.3232L11.5011 15.2745L12.3136 15.8632H11.3092L10.9986 16.8145Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 15.1117L14.2333 14.6573L13.5227 15.3648L13.6802 14.3767L12.7852 13.9223L13.777 13.7655L13.9345 12.7773L14.3902 13.6686L15.3827 13.5123L14.672 14.2198L15.1283 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M16.8372 11.0004L15.8816 11.3098V12.3104L15.2909 11.5011L14.3359 11.8098L14.9266 11.0004L14.3359 10.1911L15.2909 10.4998L15.8816 9.69043V10.6911L16.8372 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 6.88887L14.672 7.78074L15.3827 8.48824L14.3902 8.33199L13.9345 9.22324L13.777 8.23512L12.7852 8.07824L13.6802 7.62387L13.5227 6.63574L14.2333 7.34324L15.1283 6.88887Z" fill="rgb(255, 218, 68)"/></svg>');
}
#home #form-currency .dropdown-menu > li > a[name=EUR]::after {
  content: "EUR (€)";
}
#home #form-currency .dropdown-menu > li > a[name=GBP]:before {
  content: url('data:image/svg+xml; utf8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M10.9986 5.18652L11.3092 6.13777H12.3136L11.5011 6.72652L11.8111 7.67777L10.9986 7.08965L10.1861 7.67777L10.4961 6.72652L9.68359 6.13777H10.688L10.9986 5.18652Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 6.88887L7.76656 7.34324L8.47719 6.63574L8.31969 7.62387L9.21469 8.07824L8.22281 8.23512L8.06594 9.22324L7.60969 8.33199L6.61719 8.48824L7.32781 7.78074L6.87156 6.88887Z" fill="rgb(255, 218, 68)"/><path d="M5.16406 11.0004L6.11969 10.6911V9.69043L6.71031 10.4998L7.66531 10.1911L7.07469 11.0004L7.66531 11.8098L6.71031 11.5011L6.11969 12.3104V11.3098L5.16406 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 15.1117L7.32781 14.2198L6.61719 13.5123L7.60969 13.6686L8.06531 12.7773L8.22281 13.7655L9.21469 13.9223L8.31969 14.3767L8.47719 15.3648L7.76656 14.6573L6.87156 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M10.9986 16.8145L10.688 15.8632H9.68359L10.4961 15.2745L10.1861 14.3232L10.9986 14.9114L11.8111 14.3232L11.5011 15.2745L12.3136 15.8632H11.3092L10.9986 16.8145Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 15.1117L14.2333 14.6573L13.5227 15.3648L13.6802 14.3767L12.7852 13.9223L13.777 13.7655L13.9345 12.7773L14.3902 13.6686L15.3827 13.5123L14.672 14.2198L15.1283 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M16.8372 11.0004L15.8816 11.3098V12.3104L15.2909 11.5011L14.3359 11.8098L14.9266 11.0004L14.3359 10.1911L15.2909 10.4998L15.8816 9.69043V10.6911L16.8372 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 6.88887L14.672 7.78074L15.3827 8.48824L14.3902 8.33199L13.9345 9.22324L13.777 8.23512L12.7852 8.07824L13.6802 7.62387L13.5227 6.63574L14.2333 7.34324L15.1283 6.88887Z" fill="rgb(255, 218, 68)"/></svg>');
}
#home #form-currency .dropdown-menu > li > a[name=GBP]::after {
  content: "GBP (£)";
}
#home #form-currency .dropdown-menu > li > a[name=USD]:before {
  content: url('data:image/svg+xml; utf8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z" fill="rgb(0, 82, 180)"/><path d="M10.9986 5.18652L11.3092 6.13777H12.3136L11.5011 6.72652L11.8111 7.67777L10.9986 7.08965L10.1861 7.67777L10.4961 6.72652L9.68359 6.13777H10.688L10.9986 5.18652Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 6.88887L7.76656 7.34324L8.47719 6.63574L8.31969 7.62387L9.21469 8.07824L8.22281 8.23512L8.06594 9.22324L7.60969 8.33199L6.61719 8.48824L7.32781 7.78074L6.87156 6.88887Z" fill="rgb(255, 218, 68)"/><path d="M5.16406 11.0004L6.11969 10.6911V9.69043L6.71031 10.4998L7.66531 10.1911L7.07469 11.0004L7.66531 11.8098L6.71031 11.5011L6.11969 12.3104V11.3098L5.16406 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M6.87156 15.1117L7.32781 14.2198L6.61719 13.5123L7.60969 13.6686L8.06531 12.7773L8.22281 13.7655L9.21469 13.9223L8.31969 14.3767L8.47719 15.3648L7.76656 14.6573L6.87156 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M10.9986 16.8145L10.688 15.8632H9.68359L10.4961 15.2745L10.1861 14.3232L10.9986 14.9114L11.8111 14.3232L11.5011 15.2745L12.3136 15.8632H11.3092L10.9986 16.8145Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 15.1117L14.2333 14.6573L13.5227 15.3648L13.6802 14.3767L12.7852 13.9223L13.777 13.7655L13.9345 12.7773L14.3902 13.6686L15.3827 13.5123L14.672 14.2198L15.1283 15.1117Z" fill="rgb(255, 218, 68)"/><path d="M16.8372 11.0004L15.8816 11.3098V12.3104L15.2909 11.5011L14.3359 11.8098L14.9266 11.0004L14.3359 10.1911L15.2909 10.4998L15.8816 9.69043V10.6911L16.8372 11.0004Z" fill="rgb(255, 218, 68)"/><path d="M15.1283 6.88887L14.672 7.78074L15.3827 8.48824L14.3902 8.33199L13.9345 9.22324L13.777 8.23512L12.7852 8.07824L13.6802 7.62387L13.5227 6.63574L14.2333 7.34324L15.1283 6.88887Z" fill="rgb(255, 218, 68)"/></svg>');
}
#home #form-currency .dropdown-menu > li > a[name=USD]::after {
  content: "USD ($)";
}
#home #form-currency .dropdown-menu > li > a[name=AED]:before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99967 20C15.5223 20 19.9993 15.5228 19.9993 10C19.9993 4.47715 15.5223 0 9.99967 0C4.477 0 0 4.47715 0 10C0 15.5228 4.477 20 9.99967 20Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 18.6619V13.333H19.4304C18.0576 17.217 14.3536 19.9997 9.99969 19.9997C8.17838 19.9997 6.47079 19.5127 5 18.6619Z" fill="rgb(38, 38, 38)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.33773V6.66667H19.4304C18.0576 2.78269 14.3536 0 9.99969 0C8.17838 0 6.47079 0.486938 5 1.33773Z" fill="rgb(78, 171, 83)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 9.92116V10.0795C0.0284467 13.748 2.03216 16.9461 5 18.6628V1.33789C2.03216 3.05453 0.0284467 6.25268 0 9.92116Z" fill="rgb(241, 69, 61)"/></svg>');
}
#home #form-currency .dropdown-menu > li > a[name=AED]::after {
  content: "AED (DH)";
}
#home #form-currency .dropdown-menu > li > a[name=BGN]:before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="15" fill="white"/><path d="M15 29.0625C7.23349 29.0625 0.937497 22.7665 0.937497 15C0.937498 7.23349 7.23349 0.937499 15 0.937499C22.7665 0.9375 29.0625 7.2335 29.0625 15C29.0625 22.7665 22.7665 29.0625 15 29.0625Z" fill="rgba(68, 166, 84, 1)"/><path d="M28.1777 10.0781C26.1826 4.73906 21.0356 0.9375 15.0006 0.937499C8.96566 0.937499 3.81861 4.73906 1.82351 10.0781L28.1777 10.0781Z" fill="white"/><path d="M1.82227 19.9219C3.81736 25.2609 8.96442 29.0625 14.9994 29.0625C21.0343 29.0625 26.1814 25.2609 28.1765 19.9219L1.82227 19.9219Z" fill="rgba(217, 0, 38, 1)"/></svg>');
}
#home #form-currency .dropdown-menu > li > a[name=BGN]::after {
  content: "BGN (ЛВ.)";
}
#home #form-currency .dropdown-menu > li > a[name=RON]::after {
  content: "RON (Lei.)";
}
#home #form-currency .dropdown-menu > li > a:hover:before {
  color: rgb(201, 167, 93);
  border-radius: 50%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home #form-currency .dropdown-menu > li > a:hover::after {
  color: rgb(201, 167, 93);
}
#home #form-currency .dropdown-menu > li > a.active {
  color: rgb(201, 167, 93);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home #form-currency .dropdown-menu > li > a.active::after {
  color: currentColor;
}
#home #form-currency > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0;
}
#home #form-currency > a > .fa-caret-down {
  font-size: 12px !important;
  margin-left: auto;
  font-weight: 400 !important;
}
#home #form-currency > a > .fa-caret-down::before {
  content: "\f078";
}
#home #form-currency > a[aria-expanded=true] > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home #form-currency > a:before {
  position: relative;
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: none;
}
#home #form-currency > a:after {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  border: none;
  margin: 0;
  vertical-align: unset;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#home #form-currency > a.toggle-aed::after {
  content: "AED";
}
#home #form-currency > a.toggle-eur::after {
  content: "EUR";
}
#home #form-currency > a.toggle-usd::after {
  content: "USD";
}
#home #form-currency > a.toggle-bgn::after {
  content: "BGN";
}
#home #form-currency > a.toggle-ron::after {
  content: "RON";
}
#home .header-wrapper #form-currency {
  -webkit-box-ordinal-group: -3;
      -ms-flex-order: -4;
          order: -4;
  margin: 0 auto 0 0;
}
#home .header-wrapper #form-currency > a {
  color: rgb(61, 60, 77);
}
#home .header-wrapper #form-currency .dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgb(255, 255, 255);
}
#home .header-wrapper #form-currency .dropdown-menu > li {
  padding: 0;
}
#home .header-wrapper #form-currency .dropdown-menu > li > a::after {
  color: rgb(61, 60, 77);
}
#home .header-wrapper #form-currency .dropdown-menu > li > a.active::after, #home .header-wrapper #form-currency .dropdown-menu > li > a:hover::after {
  color: rgb(201, 167, 93) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#home .header-wrapper #form-currency .dropdown-menu > li > a {
  gap: 4px;
}
#home .header-wrapper #form-currency .dropdown-menu.options-show > li > a:not(.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #home .header-wrapper #form-currency {
    display: none;
  }
}
#home .li__contacts-lang {
  padding: 12px 15px !important;
  /*
  #form-currency {
    margin: 0;

    .dropdown-menu {
      // padding: 6px;
      margin: 0;

      // > li {
      //   padding: 0 6px;

      //   + li {
      //     border: none;
      //   }

        // > a {
        //   width: 24px;
        //   height: 24px;
        //  border: 1px solid $formCurrencyLangBorderColor;
        //   border-radius: 50%;
        //   padding: 0px;
        // }
      // }
    }
  }
  */
}
#home .li__contacts-lang #form-currency {
  width: 100%;
  position: relative;
}
#home .li__contacts-lang #form-currency > a {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(198, 198, 198);
  padding: 12px 16px;
  text-transform: uppercase;
  height: 42px;
  border-radius: 0;
  color: currentColor;
}
#home .li__contacts-lang #form-currency > a::before {
  display: block;
}
#home .li__contacts-lang #form-currency > a::after {
  color: rgb(92, 92, 92);
}
#home .li__contacts-lang #form-currency > a.toggle-aed:after {
  content: "AED";
}
#home .li__contacts-lang #form-currency > a.toggle-eur:after {
  content: "EUR";
}
#home .li__contacts-lang #form-currency > a.toggle-usd:after {
  content: "USD";
}
#home .li__contacts-lang #form-currency > a.toggle-bgn:after {
  content: "BGN";
}
#home .li__contacts-lang #form-currency > a.toggle-ron::after {
  content: "RON";
}
#home .li__contacts-lang #form-currency > ul {
  width: 100%;
  left: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff !important;
  padding: 15px;
  margin: 0;
  border: 1px solid transparent;
}
#home .li__contacts-lang #form-currency > ul::before {
  display: none;
}
#home .li__contacts-lang #form-currency .currency-select {
  text-transform: uppercase;
  border: none !important;
  letter-spacing: unset;
}
#home .li__contacts-lang #form-currency .currency-select::after {
  color: rgb(92, 92, 92);
}
#home .li__contacts-lang #form-currency .currency-select[name=AED]:after {
  content: "AED (DH)";
}
#home .li__contacts-lang #form-currency .currency-select[name=EUR]:after {
  content: "EUR";
}
#home .li__contacts-lang #form-currency .currency-select[name=USD]:after {
  content: "USD";
}
#home .li__contacts-lang #form-currency .currency-select[name=BGN]:after {
  content: "BGN";
}
#home .li__contacts-lang #form-currency .currency-select[name=RON]::after {
  content: "RON";
}
#home .footer #form-currency {
  width: 100%;
  position: relative;
}
#home .footer #form-currency > a {
  width: 100%;
  border: 1px solid rgb(90, 90, 90);
  padding: 12px 16px;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
}
#home .footer #form-currency > a::before {
  display: block;
}
#home .footer #form-currency > a > .fa {
  font-size: 14px !important;
  margin-left: auto;
}
#home .footer #form-currency > a > .fa::before {
  content: "\f078";
}
#home .footer #form-currency > a.toggle-aed:after {
  content: "AED";
}
#home .footer #form-currency > a.toggle-eur:after {
  content: "EUR";
}
#home .footer #form-currency > a.toggle-bgn:after {
  content: "BGN";
}
#home .footer #form-currency > a.toggle-usd:after {
  content: "USD";
}
#home .footer #form-currency > a.toggle-ron:after {
  content: "RON";
}
#home .footer #form-currency > ul {
  width: 100%;
  left: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home .footer #form-currency .currency-select {
  text-transform: uppercase;
  border: none !important;
}
#home .footer #form-currency .currency-select::before {
  display: block;
}
#home .footer #form-currency .currency-select[name=BGN]:after {
  content: "BGN (ЛВ.)";
}
#home .footer #form-currency .currency-select[name=EUR]:after {
  content: "EUR (€)";
}
#home .footer #form-currency .currency-select[name=USD]:after {
  content: "USD ($)";
}
#home .footer #form-currency .currency-select[name=RON]::after {
  content: "RON (Lei.)";
}
#home .footer #form-currency .currency-select.active::after, #home .footer #form-currency .currency-select:hover::after {
  color: rgb(201, 167, 93) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#home.common-home .main-slider {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #home.common-home .main-slider {
    border-radius: 0;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  #home.common-home .main-slider {
    padding: 0;
    margin-bottom: 0;
  }
}
#home.common-home .main-slider .main__slider:after {
  content: "";
  display: none;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#home.common-home .main-slider .main__slider:not(.slick-slider) .item:not(:first-child) {
  display: none !important;
}
#home.common-home .main-slider .slick-slide {
  position: relative;
}
#home.common-home .main-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 1;
  gap: 16px;
}
#home.common-home .main-slider .slick-dots li {
  padding: 7px 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home.common-home .main-slider .slick-dots li:first-child:last-child {
  opacity: 0;
}
#home.common-home .main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgb(198, 198, 198);
  margin: 0;
  opacity: 0.6;
}
#home.common-home .main-slider .slick-dots li button:hover {
  opacity: 1;
}
#home.common-home .main-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
#home.common-home .main-slider .slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: unset;
  left: 30px;
  font-size: 0;
  line-height: 0;
  color: rgb(29, 29, 29);
  border: none;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .slick-arrow {
    width: 40px;
    height: 40px;
    right: unset;
    left: 16px;
  }
}
#home.common-home .main-slider .slick-arrow::before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  display: block;
  margin: 0;
}
#home.common-home .main-slider .slick-arrow.slick-next {
  left: unset;
  right: 30px;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .slick-arrow.slick-next {
    left: unset;
    right: 16px;
  }
}
#home.common-home .main-slider .slick-arrow.slick-next::before {
  content: "\f061";
}
#home.common-home .main-slider .slick-arrow:hover {
  /*background-color: var(--minor);*/
  background-color: rgb(201, 167, 93);
  color: #fff;
}
#home.common-home .main-slider .caption > .container {
  max-width: 100vw !important;
  padding: 0 !important;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .div-cell {
    vertical-align: center !important;
  }
}
#home.common-home .main-slider .caption-content {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  #home.common-home .main-slider .caption-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption-content {
    max-width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#home.common-home .main-slider .caption-subtitle > span {
  color: #fff;
  text-shadow: unset;
}
#home.common-home .main-slider .caption-text {
  margin: 0;
}
#home.common-home .main-slider .caption-text > .btn-theme {
  margin: 0;
}
#home.common-home .main-slider .caption-text > .btn-theme:not(.btn-custom) {
  display: none;
}
#home.common-home .main-slider.content_center .caption-text {
  margin: 0 !important;
}
#home.common-home .main-slider.content_center .caption-text > .btn-theme {
  margin: 0 auto;
}
@media (max-width: 575px) {
  #home.common-home .main-slider.content_center .caption-text > .btn-theme {
    margin: 0 auto;
  }
}
#home.common-home .main-slider.content_right .caption-content {
  width: 100%;
  max-width: 20%;
  margin-right: 72px;
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  #home.common-home .main-slider.content_right .caption-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  #home.common-home .main-slider.content_right .caption-content {
    max-width: 50%;
    margin-right: 30px;
    margin-left: auto;
  }
}
#home.common-home .main-slider.content_right .caption-text > .btn-theme {
  margin: 0 0 0 auto;
}
#home.common-home .main-slider.content_left .caption-content {
  width: 100%;
  max-width: 26.536%;
  margin-left: 15.78vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  #home.common-home .main-slider.content_left .caption-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  #home.common-home .main-slider.content_left .caption-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 7.0667vw;
    max-width: 88.5334%;
    margin: 0 auto;
  }
}
#home.common-home .main-slider.content_left .caption-text > .btn-theme {
  margin: 0 auto 0 0;
}
#home.common-home .main-slider .caption-subtitle {
  font-size: 3.0526vw;
  line-height: 101.724%;
  font-weight: 400;
  letter-spacing: -1px;
  text-shadow: none;
  margin-bottom: 2.4737vw;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-style: italic;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption-subtitle {
    font-size: 11.2vw;
    line-height: 107.143%;
    margin-bottom: 5.8667vw;
  }
}
#home.common-home .main-slider .caption-subtitle > span {
  font-family: inherit;
  color: #000;
  text-shadow: unset;
}
#home.common-home .main-slider .caption-text > .btn-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
#home.common-home .main-slider .caption-text > .btn-theme:not(.btn-custom) {
  display: none;
}
#home .homefeatured_category {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 70px 0;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-bottom: none;
}
@media (max-width: 767px) {
  #home .homefeatured_category {
    margin: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  #home .homefeatured_category {
    padding: 40px 0 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  #home .homefeatured_category {
    padding: 40px 0 0;
    margin-top: 0 !important;
  }
}
#home .homefeatured_category > .container {
  padding: 0;
}
@media (max-width: 991px) {
  #home .homefeatured_category > .container {
    max-width: 100% !important;
  }
}
#home .homefeatured_category > .container > .row {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: unset;
}
@media (max-width: 767px) {
  #home .homefeatured_category > .container > .row {
    padding: 0;
  }
}
#home .homefeatured_category .col-md-6 {
  border: none;
  margin-top: 0 !important;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 20%;
  z-index: 1;
  -webkit-transition: unset;
  transition: unset;
}
@media (max-width: 767px) {
  #home .homefeatured_category .col-md-6 {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
}
#home .homefeatured_category .slick-slide .col-md-6 {
  max-width: 100%;
}
#home .homefeatured_category .thumbnail {
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  max-width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  overflow: hidden;
}
#home .homefeatured_category .thumbnail .media {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
}
#home .homefeatured_category .thumbnail .media-link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .media-link {
    padding: 0;
  }
}
#home .homefeatured_category .thumbnail .media-link .img-bg {
  display: block;
  border: none;
  position: relative;
  width: 100%;
  padding-top: 110.986%;
  background: transparent;
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home .homefeatured_category .thumbnail .media-link .img-bg:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
@media (max-width: 768px) {
  #home .homefeatured_category .thumbnail .media-link .img-bg {
    width: 100%;
    padding-top: 80%;
    border-radius: 0;
  }
}
#home .homefeatured_category .thumbnail .media-link .img-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home .homefeatured_category .thumbnail .caption {
  display: block !important;
  height: auto;
  width: 100%;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin-top: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: transparent;
}
@media (max-width: 1200px) {
  #home .homefeatured_category .thumbnail .caption {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home .homefeatured_category .thumbnail .caption {
    padding: 0;
    width: 100%;
  }
}
#home .homefeatured_category .thumbnail .caption .btn:not(.btn-custom) {
  display: none;
}
#home .homefeatured_category .thumbnail .caption .caption-wrapper {
  padding: 0;
  border: none;
  display: block !important;
}
#home .homefeatured_category .thumbnail .caption .caption-inner {
  padding: 0;
  border: none;
  display: block !important;
}
#home .homefeatured_category .thumbnail .caption .caption-title {
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  #home .homefeatured_category .thumbnail .caption .caption-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home .homefeatured_category .thumbnail .caption .caption-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home .homefeatured_category .thumbnail .caption .caption-title .btn-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#home .homefeatured_category .thumbnail .caption .caption-title .btn-custom i {
  font-size: 12px;
  color: currentColor;
  -webkit-transition: none;
  transition: none;
}
#home .homefeatured_category .thumbnail .caption .caption-title span {
  background: transparent;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: unset;
  text-transform: none;
  color: rgb(61, 60, 77);
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
  height: unset;
  max-width: unset;
  min-height: unset;
  text-align: center !important;
  /* justify-content: center;
  align-items: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-break: break-word;
}
@media (max-width: 1199px) {
  #home .homefeatured_category .thumbnail .caption .caption-title span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #home .homefeatured_category .thumbnail .caption .caption-title span {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home .homefeatured_category .thumbnail .caption .caption-title span {
    text-align: center !important;
    font-size: 22px;
    word-break: break-word;
    width: 100%;
    padding: 20px 0 0;
  }
}
#home .homefeatured_category .thumbnail:hover .media-link .img-bg img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
#home .homefeatured_category .thumbnail:hover .media-link .img-bg::before {
  opacity: 0;
}
#home .homefeatured_category .thumbnail:hover .media-link .caption > .btn {
  background-color: rgb(201, 167, 93) !important;
}
#home .homefeatured_category .thumbnail:hover .media-link .caption span {
  color: rgb(29, 29, 29);
  text-decoration: underline;
  text-underline-offset: 3px;
}
#home .subcategories_top {
  display: block;
}
#home .subcategories_top .container {
  padding: 0;
}
@media (max-width: 1200px) {
  #home .subcategories_top .container {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  #home .subcategories_top {
    margin-bottom: 0;
  }
}
#home .subcategories_top .row {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  #home .subcategories_top .row {
    padding: 0 !important;
    margin: 0 0 42px;
  }
}
@media (max-width: 768px) {
  #home .subcategories_top .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#home .subcategories_top .row.slick-slider {
  padding: 0 0 0 42px !important;
}
@media (max-width: 575px) {
  #home .subcategories_top .row.slick-slider {
    padding: 0 0 0 6px !important;
  }
}
#home .subcategories_top .media_holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 16.6666666667%;
  padding: 0 6px;
  margin: 0 0 42px;
}
@media (max-width: 991px) {
  #home .subcategories_top .media_holder {
    max-width: 25%;
    padding: 0 6px;
    margin: 0 0 42px;
  }
}
@media (max-width: 768px) {
  #home .subcategories_top .media_holder {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  #home .subcategories_top .media_holder {
    max-width: 50%;
    padding: 0 6px;
    margin: 0 0 42px;
  }
}
#home .subcategories_top .media_holder .thumbnail {
  max-width: unset;
  width: 100%;
  margin: 0;
  background-color: rgb(255, 255, 255);
  border: none !important;
  border-radius: 0;
  padding: 0;
}
#home .subcategories_top .media_holder .thumbnail .media,
#home .subcategories_top .media_holder .thumbnail .media-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .subcategories_top .media_holder .thumbnail .img_holder {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  z-index: 1;
}
#home .subcategories_top .media_holder .thumbnail .img_holder > .img-bg {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 150.68%;
}
#home .subcategories_top .media_holder .thumbnail .img_holder > .img-bg img {
  padding: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#home .subcategories_top .media_holder .thumbnail .caption {
  width: 100%;
}
#home .subcategories_top .media_holder .thumbnail .caption .caption-title {
  text-transform: none;
  margin: 16px 0 0;
  text-align: left !important;
}
#home .subcategories_top .media_holder .thumbnail .caption .caption-title > span {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
#home .subcategories_top .media_holder .thumbnail:hover .img_holder {
  border-color: rgb(29, 29, 29);
}
#home .subcategories_top .media_holder .thumbnail:hover .caption .caption-title > span {
  color: rgb(29, 29, 29);
}
#home .subcategories_top .slick-slide .media_holder {
  max-width: 100% !important;
}
#home.product-product .featured-products .product-item .thumbnail, #home .product-item .thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 991px) {
  #home.product-product .featured-products .product-item .thumbnail, #home .product-item .thumbnail {
    padding: 0;
    margin: 0 !important;
    max-width: unset;
  }
}
#home.product-product .featured-products .product-item .thumbnail .media, #home .product-item .thumbnail .media {
  margin-inline: 0;
  margin-bottom: 19px;
  min-height: unset !important;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
@media (max-width: 991px) {
  #home.product-product .featured-products .product-item .thumbnail .media, #home .product-item .thumbnail .media {
    margin-inline: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  #home.product-product .featured-products .product-item .thumbnail .media, #home .product-item .thumbnail .media {
    margin-bottom: 16px;
    padding: 0;
  }
}
#home.product-product .featured-products .product-item .thumbnail .media-link, #home .product-item .thumbnail .media-link {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  border: none;
}
@media (max-width: 575px) {
  #home.product-product .featured-products .product-item .thumbnail .media-link, #home .product-item .thumbnail .media-link {
    padding-top: 100%;
  }
}
#home.product-brands .products.row .product-item .thumbnail .media-link, #home .products.brands-products .product-item .thumbnail .media-link, #home .products.brands-products-carousel .product-item .thumbnail .media-link {
  padding-top: 100%;
}
@media (max-width: 575px) {
  #home.product-brands .products.row .product-item .thumbnail .media-link, #home .products.brands-products .product-item .thumbnail .media-link, #home .products.brands-products-carousel .product-item .thumbnail .media-link {
    padding-top: 100%;
  }
}
#home.product-product .featured-products .product-item .thumbnail .media-link .img, #home .product-item .thumbnail .media-link img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home.product-brands .products.row .product-item .thumbnail .media-link img, #home .products.brands-products .product-item .thumbnail .media-link img, #home .products.brands-products-carousel .product-item .thumbnail .media-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.product-product .featured-products .product-item .thumbnail .caption, #home .product-item .thumbnail .caption {
  margin: 0 0 12px;
  padding: 0;
  min-height: unset;
  max-height: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  #home.product-product .featured-products .product-item .thumbnail .caption, #home .product-item .thumbnail .caption {
    margin: 0 0 12px;
  }
}
@media (max-width: 575px) {
  #home.product-product .featured-products .product-item .thumbnail .caption, #home .product-item .thumbnail .caption {
    margin: 0 0 12px;
    min-height: unset;
    max-height: unset;
    padding: 0;
  }
}
#home.product-product .featured-products .product-item .thumbnail .caption .caption-title, #home .product-item .thumbnail .caption .caption-title {
  font-family: "Nunito Sans", sans-serif;
  color: rgb(100, 99, 102);
  font-weight: 400 !important;
  width: 100%;
  font-size: 14px;
  line-height: 20.5px;
  letter-spacing: -0.03em;
  text-align: left !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: none;
  /* max-height: 1.25rem; */
}
@media (max-width: 575px) {
  #home.product-product .featured-products .product-item .thumbnail .caption .caption-title, #home .product-item .thumbnail .caption .caption-title {
    font-size: 12px;
    line-height: 17px;
    text-transform: none;
  }
}
#home.product-brands .products.row .product-item .thumbnail .caption .caption-title, #home.product-brands .products.row .product-item .thumbnail .caption, #home .products.brands-products .product-item .thumbnail .caption .caption-title, #home .products.brands-products-carousel .product-item .thumbnail .caption .caption-title, #home .products.brands-products .product-item .thumbnail .caption, #home .products.brands-products-carousel .product-item .thumbnail .caption {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: unset;
  max-height: unset;
}
@media (max-width: 575px) {
  #home.product-brands .products.row .product-item .thumbnail .caption .caption-title, #home.product-brands .products.row .product-item .thumbnail .caption, #home .products.brands-products .product-item .thumbnail .caption .caption-title, #home .products.brands-products-carousel .product-item .thumbnail .caption .caption-title, #home .products.brands-products .product-item .thumbnail .caption, #home .products.brands-products-carousel .product-item .thumbnail .caption {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
#home .product-item .thumbnail .remove_from_wishlist, #home .product-item .thumbnail .add_to_wishlist, #home .product-item .thumbnail .quick_view_action {
  bottom: 10px;
  left: 10px;
  right: unset;
}
#home .product-item .thumbnail .add_to_wishlist button, #home .product-item .thumbnail .quick_view_action .btn-quick-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  color: rgb(158, 158, 158) !important;
  font-size: 16px !important;
  font-weight: 600;
  padding: 2px 0 0;
  border-radius: 50% !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: none;
}
#home .product-item .thumbnail .remove_from_wishlist button, #home .product-item .thumbnail .add_to_wishlist button:hover, #home .product-item .thumbnail .add_to_wishlist button:active, #home .product-item .thumbnail .add_to_wishlist button.active, #home .product-item .thumbnail .quick_view_action .btn-quick-view:hover {
  background-color: transparent !important;
  font-weight: 600;
  border: none !important;
  color: rgb(29, 29, 29) !important;
}
#home.product-product .featured-products, #home .featured-products-carousel {
  margin-top: 50px;
}
@media (max-width: 991px) {
  #home .product-item {
    border: none;
  }
}
#home .product-item .product_slide {
  max-height: 450px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 575px) {
  #home .product-item .product_slide {
    max-height: 400px;
  }
}
#home .product-item .product_slide .product-thumbnails > .col-2 > .bx-pager-link {
  height: 120px;
}
@media (max-width: 575px) {
  #home .product-item .product_slide .product-thumbnails > .col-2 > .bx-pager-link {
    height: 60px;
  }
}
#home .product-item .product_slide .product-thumbnails > .col-2 > .bx-pager-link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .product-item .thumbnail .caption .caption-title > a {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
#home .product-item .thumbnail .quick_view_action .btn-quick-view i {
  color: inherit;
  font-weight: inherit;
}
#home .product-item .thumbnail .quick_view_action .btn-quick-view:active {
  color: rgb(29, 29, 29);
}
#home .product-item .thumbnail .add_to_wishlist + .quick_view_action {
  bottom: 44px;
  border-radius: 0 0 0 0 !important;
}
#home .product-item .thumbnail .add_to_wishlist button i {
  color: inherit;
  font-weight: inherit;
}
#home .product-item .thumbnail .remove_from_wishlist + .quick_view_action {
  bottom: 44px;
}
#home .product-item .thumbnail .remove_from_wishlist button i {
  color: inherit;
  font-weight: inherit;
}
#home .product-item .thumbnail .remove_from_wishlist button i::before {
  content: "\f004";
}
#home .product-item .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700 !important;
  color: rgb(29, 29, 29);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #home .product-item .price {
    float: none;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
}
#home .product-item .price > ins {
  text-decoration: none;
  color: rgb(228, 0, 0);
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
@media (max-width: 575px) {
  #home .product-item .price > ins {
    font-size: inherit;
    line-height: inherit;
  }
}
#home .product-item .price > del {
  font-weight: 400;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: unset;
  color: rgb(149, 149, 149);
  margin-left: 8px !important;
}
@media (max-width: 575px) {
  #home .product-item .price > del {
    font-size: 10px;
    line-height: 12px;
  }
}
#home .product-item .price_actions {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#home .product-item .price_actions.upper_price_actions {
  display: none !important;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
#home .product-item .price_actions.bottom_price_actions {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#home .product-item .add_to_cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100% !important;
  max-width: 100%;
  margin-right: unset;
  margin-bottom: 0;
  margin-top: 12px;
  line-height: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 575px) {
  #home .product-item .add_to_cart {
    margin-top: 12px;
    width: 100% !important;
  }
}
#home .product-item .add_to_cart .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  margin-left: auto;
}
@media (max-width: 575px) {
  #home .product-item .add_to_cart .btn {
    margin-left: unset;
  }
}
#home .product-item .add_to_cart .btn i {
  display: none !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#home .product-item .add_to_cart .btn i.fa-shopping-cart, #home .product-item .add_to_cart .btn i.fa-cart-shopping {
  position: relative;
}
#home .product-item .add_to_cart .btn i.fa-shopping-cart::before, #home .product-item .add_to_cart .btn i.fa-cart-shopping::before {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.71776 24.8218C7.1807 24.8218 6.73231 24.6419 6.37259 24.2822C6.01287 23.9225 5.83301 23.4741 5.83301 22.937V10.3732C5.83301 9.83614 6.01287 9.38775 6.37259 9.02803C6.73231 8.6683 7.1807 8.48844 7.71776 8.48844H9.91634V7.90511C9.91634 6.77131 10.3135 5.80735 11.1078 5.01323C11.9019 4.21893 12.8659 3.82178 13.9997 3.82178C15.1335 3.82178 16.0974 4.21893 16.8916 5.01323C17.6859 5.80735 18.083 6.77131 18.083 7.90511V8.48844H20.2816C20.8186 8.48844 21.267 8.6683 21.6268 9.02803C21.9865 9.38775 22.1663 9.83614 22.1663 10.3732V22.937C22.1663 23.4741 21.9865 23.9225 21.6268 24.2822C21.267 24.6419 20.8186 24.8218 20.2816 24.8218H7.71776ZM7.71776 23.6551H20.2816C20.4613 23.6551 20.6259 23.5803 20.7754 23.4308C20.9249 23.2813 20.9997 23.1167 20.9997 22.937V10.3732C20.9997 10.1935 20.9249 10.0289 20.7754 9.8794C20.6259 9.72987 20.4613 9.65511 20.2816 9.65511H18.083V12.5718C18.083 12.7378 18.0273 12.8766 17.9159 12.988C17.8045 13.0994 17.6657 13.1551 17.4997 13.1551C17.3336 13.1551 17.1949 13.0994 17.0835 12.988C16.972 12.8766 16.9163 12.7378 16.9163 12.5718V9.65511H11.083V12.5718C11.083 12.7378 11.0273 12.8766 10.9159 12.988C10.8045 13.0994 10.6657 13.1551 10.4997 13.1551C10.3336 13.1551 10.1949 13.0994 10.0835 12.988C9.97205 12.8766 9.91634 12.7378 9.91634 12.5718V9.65511H7.71776C7.53809 9.65511 7.37349 9.72987 7.22397 9.8794C7.07444 10.0289 6.99967 10.1935 6.99967 10.3732V22.937C6.99967 23.1167 7.07444 23.2813 7.22397 23.4308C7.37349 23.5803 7.53809 23.6551 7.71776 23.6551ZM11.083 8.48844H16.9163V7.90511C16.9163 7.08397 16.6356 6.39253 16.074 5.83078C15.5123 5.26922 14.8208 4.98844 13.9997 4.98844C13.1785 4.98844 12.4871 5.26922 11.9253 5.83078C11.3638 6.39253 11.083 7.08397 11.083 7.90511V8.48844Z" fill="rgb(29, 29, 29)"/></svg>');
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  line-height: 0;
}
#home .product-item .add_to_cart .btn i.fa-shopping-cart::after, #home .product-item .add_to_cart .btn i.fa-cart-shopping::after {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.71776 24.8218C7.1807 24.8218 6.73231 24.6419 6.37259 24.2822C6.01287 23.9225 5.83301 23.4741 5.83301 22.937V10.3732C5.83301 9.83614 6.01287 9.38775 6.37259 9.02803C6.73231 8.6683 7.1807 8.48844 7.71776 8.48844H9.91634V7.90511C9.91634 6.77131 10.3135 5.80735 11.1078 5.01323C11.9019 4.21893 12.8659 3.82178 13.9997 3.82178C15.1335 3.82178 16.0974 4.21893 16.8916 5.01323C17.6859 5.80735 18.083 6.77131 18.083 7.90511V8.48844H20.2816C20.8186 8.48844 21.267 8.6683 21.6268 9.02803C21.9865 9.38775 22.1663 9.83614 22.1663 10.3732V22.937C22.1663 23.4741 21.9865 23.9225 21.6268 24.2822C21.267 24.6419 20.8186 24.8218 20.2816 24.8218H7.71776ZM7.71776 23.6551H20.2816C20.4613 23.6551 20.6259 23.5803 20.7754 23.4308C20.9249 23.2813 20.9997 23.1167 20.9997 22.937V10.3732C20.9997 10.1935 20.9249 10.0289 20.7754 9.8794C20.6259 9.72987 20.4613 9.65511 20.2816 9.65511H18.083V12.5718C18.083 12.7378 18.0273 12.8766 17.9159 12.988C17.8045 13.0994 17.6657 13.1551 17.4997 13.1551C17.3336 13.1551 17.1949 13.0994 17.0835 12.988C16.972 12.8766 16.9163 12.7378 16.9163 12.5718V9.65511H11.083V12.5718C11.083 12.7378 11.0273 12.8766 10.9159 12.988C10.8045 13.0994 10.6657 13.1551 10.4997 13.1551C10.3336 13.1551 10.1949 13.0994 10.0835 12.988C9.97205 12.8766 9.91634 12.7378 9.91634 12.5718V9.65511H7.71776C7.53809 9.65511 7.37349 9.72987 7.22397 9.8794C7.07444 10.0289 6.99967 10.1935 6.99967 10.3732V22.937C6.99967 23.1167 7.07444 23.2813 7.22397 23.4308C7.37349 23.5803 7.53809 23.6551 7.71776 23.6551ZM11.083 8.48844H16.9163V7.90511C16.9163 7.08397 16.6356 6.39253 16.074 5.83078C15.5123 5.26922 14.8208 4.98844 13.9997 4.98844C13.1785 4.98844 12.4871 5.26922 11.9253 5.83078C11.3638 6.39253 11.083 7.08397 11.083 7.90511V8.48844Z" fill="rgb(201, 167, 93)"/></svg>');
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#home .product-item .add_to_cart .btn:hover {
  border: 1px solid rgb(29, 29, 29);
  background: transparent !important;
  color: rgb(29, 29, 29) !important;
}
#home .product-item .add_to_cart .btn:hover i.fa-shopping-cart::before, #home .product-item .add_to_cart .btn:hover i.fa-cart-shopping::before {
  opacity: 0;
}
#home .product-item .add_to_cart .btn:hover i.fa-shopping-cart::after, #home .product-item .add_to_cart .btn:hover i.fa-cart-shopping::after {
  opacity: 1;
}
#home .product-item .sticker {
  top: 0;
  right: 0;
  left: unset;
  max-width: 120px;
}
#home .product-item .more_details_btn_wrapper {
  margin: 12px 0 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px) {
  #home .product-item .more_details_btn_wrapper {
    margin-top: 12px;
    width: 100%;
  }
}
#home .product-item .more_details_btn_wrapper ~ .add_to_cart {
  display: none !important;
}
#home .product-item .more_details_btn_wrapper > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: rgb(29, 29, 29) !important;
  margin: 0 0 0 auto;
  padding: 0 !important;
  background-color: rgb(244, 244, 244) !important;
  border: none;
  border-bottom: 1px solid rgb(244, 244, 244);
  line-height: 40px;
}
@media (max-width: 575px) {
  #home .product-item .more_details_btn_wrapper > .btn {
    margin-left: 0;
  }
}
#home .product-item .more_details_btn_wrapper > .btn:hover {
  color: rgb(29, 29, 29) !important;
  background-color: transparent !important;
  border: 1px solid rgb(29, 29, 29);
}
#home .product-item .more_details_btn_wrapper > .btn > span {
  color: inherit !important;
}
#home .product-item .more_details_btn_wrapper > .btn > i {
  display: none;
  color: inherit !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 5px !important;
}
#home .product-item .more_details_btn_wrapper > .btn > i:before {
  content: "\f105";
}
#home .products.row:not(.featured-products-carousel) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 3px;
}
#home .products.row:not(.featured-products-carousel) .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  padding: 0 15px;
  margin-bottom: 42px !important;
}
@media (max-width: 991px) {
  #home .products.row:not(.featured-products-carousel) .product-item {
    padding: 0 7.5px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  #home .products.row:not(.featured-products-carousel) .product-item {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 575px) {
  #home .products.row:not(.featured-products-carousel) .product-item {
    max-width: 50%;
  }
}
#home .products.row:not(.featured-products-carousel) .product-item .add_to_cart .btn.out_of_stock_button i {
  display: none !important;
}
#home .products.brands-products .product-item .thumbnail .media-link img, #home .products.brands-products-carousel .product-item .thumbnail .media-link img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .products.brands-products .product-item .thumbnail .caption .caption-title > a, #home .products.brands-products-carousel .product-item .thumbnail .caption .caption-title > a {
  font-family: inherit;
  color: inherit;
}
#home .featured-products-carousel .bx-wrapper {
  max-height: unset;
}
#home .featured-products-carousel .bx-wrapper .product-item {
  padding: 0 15px;
  border: none;
}
#home.product-product .bx-controls-direction > .bx-prev {
  left: 0;
}
#home.product-product .bx-controls-direction > .bx-next {
  right: 0;
}
#home.product-product .product-item.product-single .product-title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #home.product-product .product-item.product-single .product-title {
    font-size: 26px;
  }
}
#home.product-product .product-item.product-single #product .option-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 50%;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #home.product-product .product-item.product-single #product .option-group {
    max-width: 100%;
  }
}
#home.product-product .product-item.product-single #product .option-group > label {
  font-size: 16px;
}
#home.product-product .product-item.product-single #product .option-group > label.control-label {
  font-size: 16px;
}
#home.product-product .product-item.product-single #product .option-group .custom-control {
  padding-left: 28px;
}
#home.product-product .product-item.product-single #product .option-group .custom-control.custom-checkbox label, #home.product-product .product-item.product-single #product .option-group .custom-control.custom-radio label {
  font-size: 14px;
  line-height: 38px;
}
#home.product-product .product-item.product-single #product .option-group .custom-control.custom-checkbox label:before, #home.product-product .product-item.product-single #product .option-group .custom-control.custom-checkbox label:after, #home.product-product .product-item.product-single #product .option-group .custom-control.custom-radio label:before, #home.product-product .product-item.product-single #product .option-group .custom-control.custom-radio label:after {
  width: 20px;
  height: 20px;
  top: 9px;
  left: -28px;
}
#home.product-product .product-item.product-single .add_to_wishlist button {
  border-radius: 0 !important;
  border: 1px solid rgb(198, 198, 198);
  width: 50px !important;
  height: 50px !important;
  padding: 0;
}
@media (max-width: 575px) {
  #home.product-product .product-item.product-single .add_to_wishlist button {
    width: 50px !important;
    height: 50px !important;
  }
}
#home.product-product .product-item.product-single .add_to_wishlist button i {
  color: rgb(192, 192, 192);
}
@media (max-width: 575px) {
  #home.product-product .product-item.product-single .add_to_wishlist button i {
    font-size: 14px;
  }
}
#home.product-product .product-item.product-single .add_to_wishlist button:hover, #home.product-product .product-item.product-single .add_to_wishlist button.active {
  background: transparent;
  border-color: rgb(29, 29, 29);
}
#home.product-product .product-item.product-single .add_to_wishlist button:hover i, #home.product-product .product-item.product-single .add_to_wishlist button.active i {
  color: rgb(29, 29, 29);
  font-weight: 600;
}
#home.product-product .product-item.product-single #button-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: none !important;
  height: 50px;
  padding: 0 25px;
  border-radius: 0 !important;
}
#home.product-product .product-item.product-single #button-cart > i {
  display: none;
}
#home.product-product .product-item.product-single #button-cart > i::before {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.71776 24.8218C7.1807 24.8218 6.73231 24.6419 6.37259 24.2822C6.01287 23.9225 5.83301 23.4741 5.83301 22.937V10.3732C5.83301 9.83614 6.01287 9.38775 6.37259 9.02803C6.73231 8.6683 7.1807 8.48844 7.71776 8.48844H9.91634V7.90511C9.91634 6.77131 10.3135 5.80735 11.1078 5.01323C11.9019 4.21893 12.8659 3.82178 13.9997 3.82178C15.1335 3.82178 16.0974 4.21893 16.8916 5.01323C17.6859 5.80735 18.083 6.77131 18.083 7.90511V8.48844H20.2816C20.8186 8.48844 21.267 8.6683 21.6268 9.02803C21.9865 9.38775 22.1663 9.83614 22.1663 10.3732V22.937C22.1663 23.4741 21.9865 23.9225 21.6268 24.2822C21.267 24.6419 20.8186 24.8218 20.2816 24.8218H7.71776ZM7.71776 23.6551H20.2816C20.4613 23.6551 20.6259 23.5803 20.7754 23.4308C20.9249 23.2813 20.9997 23.1167 20.9997 22.937V10.3732C20.9997 10.1935 20.9249 10.0289 20.7754 9.8794C20.6259 9.72987 20.4613 9.65511 20.2816 9.65511H18.083V12.5718C18.083 12.7378 18.0273 12.8766 17.9159 12.988C17.8045 13.0994 17.6657 13.1551 17.4997 13.1551C17.3336 13.1551 17.1949 13.0994 17.0835 12.988C16.972 12.8766 16.9163 12.7378 16.9163 12.5718V9.65511H11.083V12.5718C11.083 12.7378 11.0273 12.8766 10.9159 12.988C10.8045 13.0994 10.6657 13.1551 10.4997 13.1551C10.3336 13.1551 10.1949 13.0994 10.0835 12.988C9.97205 12.8766 9.91634 12.7378 9.91634 12.5718V9.65511H7.71776C7.53809 9.65511 7.37349 9.72987 7.22397 9.8794C7.07444 10.0289 6.99967 10.1935 6.99967 10.3732V22.937C6.99967 23.1167 7.07444 23.2813 7.22397 23.4308C7.37349 23.5803 7.53809 23.6551 7.71776 23.6551ZM11.083 8.48844H16.9163V7.90511C16.9163 7.08397 16.6356 6.39253 16.074 5.83078C15.5123 5.26922 14.8208 4.98844 13.9997 4.98844C13.1785 4.98844 12.4871 5.26922 11.9253 5.83078C11.3638 6.39253 11.083 7.08397 11.083 7.90511V8.48844Z" fill="white"/></svg>');
}
#home.product-product .product-item.product-single .quantity {
  border: 1px solid rgb(198, 198, 198) !important;
  max-width: 135px;
  height: 50px;
  position: relative;
  right: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}
#home.product-product .product-item.product-single .quantity > .btn {
  background: transparent;
  padding: 0;
}
#home.product-product .product-item.product-single .quantity > input {
  background: transparent;
  padding: 0;
}
#home.product-product .product-item.product-single .product-price.redalert {
  color: rgb(228, 0, 0);
}
#home.product-product .product-item.product-single .product-rating {
  border: none !important;
}
#home.product-product .featured-products .product-item .thumbnail .caption .caption-title > a {
  font-family: inherit;
  color: inherit;
}
#home.product-product #tab-description + .table_holder {
  display: none;
}
#home.product-product #tab-description img {
  max-width: 100% !important;
  height: auto !important;
}
#home.product-brands .products.row .product-item .thumbnail .caption .caption-title > a {
  font-family: inherit;
  color: inherit;
}
#home .caption-weight,
#home .product-weight,
#home .product-model,
#home .product-availability {
  display: none;
}
#home .stars .fa-stack > i, #home .rating .fa-stack > i {
  color: rgb(29, 29, 29);
  font-size: 14px;
}
@media (max-width: 575px) {
  #home .stars .fa-stack > i, #home .rating .fa-stack > i {
    font-size: 14px;
    min-width: unset;
    width: auto;
  }
}
#home .stars .fa-stack > i.fa-star-o::before, #home .rating .fa-stack > i.fa-star-o::before {
  color: rgb(29, 29, 29);
  font-weight: 300;
}
#home .stars .fa-stack > i.fa-star, #home .rating .fa-stack > i.fa-star {
  z-index: 1;
}
#home .rating_wrapper {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  #home .rating_wrapper {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
#home .rating {
  font-size: 14px;
}
#home .rating .fa-stack {
  width: 16px;
  margin-right: 0;
}
@media (max-width: 575px) {
  #home .rating .fa-stack {
    width: 16px;
  }
}
#home .rating .fa-stack + .fa-stack {
  margin-left: 0;
}
@media (max-width: 575px) {
  #home .rating .fa-stack + .fa-stack {
    margin-left: 0;
  }
}
#home .rating + .reviews_count {
  margin-left: 7px;
  padding: 0;
}
#home .rating + .reviews_count > a {
  font-weight: 400;
  color: rgb(66, 66, 66);
}
#home .stars .fa-stack i {
  vertical-align: text-top;
}
#home .rating_rate > label::before {
  font-weight: 300;
  color: rgb(29, 29, 29);
}
#home .rating_rate > label:hover::before {
  font-weight: 900;
  color: rgb(29, 29, 29);
}
#home .rating_rate > label:hover ~ label::before {
  font-weight: 900;
  color: rgb(29, 29, 29);
}
#home .rating_rate > input:checked ~ label::before {
  font-weight: 900;
  color: rgb(29, 29, 29);
}
#home #review .comments .comment .comment-meta:after {
  display: none;
}
#home.product-search h2.mb-3.mt-3.row {
  margin-inline: 0;
  padding-inline: 0;
}
@media (min-width: 576px) {
  #home.product-search .top_search_wrapper {
    margin-inline: 0;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  #home.product-search .top_search_wrapper {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  #home.product-search .top_search_wrapper label *:not(.control-label) {
    line-height: 38px;
  }
}
#home.product-search .top_search_wrapper .search_additional_wrapper {
  margin-bottom: 5px;
}
#home.product-search .top_search_wrapper .search_additional_wrapper .search-input > input {
  height: 35px;
  border-radius: 0;
}
@media (min-width: 992px) {
  #home.product-search .top_search_wrapper .search_additional_wrapper {
    max-width: calc(35% - 10px);
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #home.product-search .top_search_wrapper .search_input_wrapper {
    max-width: 65%;
    padding: 0;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  #home.product-search .top_search_wrapper .search_input_wrapper > .search-button {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  #home.product-search .top_search_wrapper .search_input_wrapper > .checkbox_wrapper .selectpicker-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #home.product-search .top_search_wrapper .search_input_wrapper > .checkbox_wrapper .selectpicker-wrapper .bootstrap-select {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #home.product-search .top_search_wrapper .search_input_wrapper > .checkbox_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
}
#home #quick_view_modal .modal-dialog {
  margin: auto;
  max-width: 1180px;
  max-height: 78vh;
  min-height: unset;
  height: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: auto;
}
@media (max-width: 991px) {
  #home #quick_view_modal .modal-dialog {
    top: 0;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#home #quick_view_modal .modal-content {
  border-radius: 0;
  height: 100%;
}
#home #quick_view_modal .modal-header {
  border: none;
  padding: 25px 12px;
}
@media (min-width: 992px) {
  #home #quick_view_modal .modal-header {
    padding: 20px 73px;
  }
}
#home #quick_view_modal .modal-header .product-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding-right: 50px;
}
@media (max-width: 991px) {
  #home #quick_view_modal .modal-header .product-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  #home #quick_view_modal .modal-body {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #home #quick_view_modal .modal-body {
    max-height: 100%;
  }
}
#home #quick_view_modal .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px -7.96624px 11.9494px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -7.96624px 11.9494px rgba(0, 0, 0, 0.04);
  bottom: 0;
  z-index: 999;
}
#home #quick_view_modal .modal-footer .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  direction: ltr;
}
#home #quick_view_modal .modal-footer .row > * {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 36px !important;
}
@media (max-width: 600px) {
  #home #quick_view_modal .modal-footer .row > * {
    width: 100%;
    padding: 0 12px !important;
  }
}
#home #quick_view_modal .modal-footer .add_to_wishlist {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#home #quick_view_modal .modal-footer .add_to_wishlist > .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  color: rgb(117, 127, 141);
  border: 1px solid rgb(223, 223, 223);
}
#home #quick_view_modal .modal-footer .add_to_wishlist > .btn:hover {
  color: rgb(29, 29, 29);
  background-color: #fff;
}
#home #quick_view_modal .modal-footer .add_to_wishlist > .btn i {
  color: currentColor;
}
#home #quick_view_modal .modal-footer .actions .buttons .quantity {
  min-width: 120px;
  max-width: unset;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#home #quick_view_modal .modal-footer .actions .buttons .quantity .quantity_key,
#home #quick_view_modal .modal-footer .actions .buttons .quantity > .btn {
  padding: 0;
  width: 20px;
  height: 20px;
  font-weight: 300;
  background: transparent;
}
#home #quick_view_modal .modal-footer .actions .buttons .quantity .quantity_key > i,
#home #quick_view_modal .modal-footer .actions .buttons .quantity > .btn > i {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
#home #quick_view_modal .modal-footer .actions .buttons .quantity > input {
  padding: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  color: rgb(92, 92, 92) !important;
}
#home #quick_view_modal .buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: unset;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  padding: 0;
}
#home #quick_view_modal .buttons > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#home #quick_view_modal .share_page_wrapper {
  display: none;
}
#home #quick_view_modal #button-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid rgb(29, 29, 29);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 14px;
  padding: 9px 35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#home #quick_view_modal #button-cart i.fa-shopping-cart, #home #quick_view_modal #button-cart i.fa-cart-shopping {
  position: relative;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 8px;
  display: none;
}
#home #quick_view_modal #button-cart i.fa-shopping-cart::before, #home #quick_view_modal #button-cart i.fa-cart-shopping::before {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.66683 2.49993H2.55062L3.29719 14.4452C3.303 14.5386 3.31 14.6514 3.32417 14.7506C3.34072 14.8666 3.37469 15.0298 3.47036 15.1989C3.59511 15.4193 3.78391 15.5967 4.01173 15.7075C4.18643 15.7924 4.35148 15.8161 4.4682 15.8254C4.56816 15.8333 4.68113 15.8333 4.77476 15.8333L15.8335 15.8333C16.2937 15.8333 16.6668 15.4602 16.6668 14.9999C16.6668 14.5397 16.2937 14.1666 15.8335 14.1666H4.94971L4.84554 12.4999H15.1433C15.5397 12.4999 15.8839 12.5 16.1695 12.4778C16.4726 12.4542 16.7735 12.4022 17.0688 12.2639C17.5127 12.056 17.8857 11.7221 18.1414 11.3039C18.3115 11.0256 18.3964 10.7323 18.4533 10.4336C18.5069 10.1523 18.5449 9.81033 18.5886 9.41641L19.0818 4.97815C19.094 4.86877 19.1083 4.74059 19.1112 4.62768C19.1145 4.49889 19.1073 4.30818 19.0223 4.10366C18.9137 3.8424 18.7198 3.62569 18.4721 3.48895C18.2782 3.38192 18.0895 3.35368 17.9611 3.34275C17.8485 3.33317 17.7196 3.33322 17.6095 3.33326L4.27262 3.33326L4.20313 2.22135C4.19733 2.1279 4.19032 2.01515 4.17616 1.91588C4.15961 1.79997 4.12563 1.63673 4.02997 1.46767C3.90521 1.2472 3.71642 1.06983 3.48859 0.959073C3.31389 0.87414 3.14885 0.85041 3.03213 0.841127C2.93217 0.833177 2.81921 0.833221 2.72558 0.833257L1.66683 0.833262C1.20659 0.833262 0.833496 1.20636 0.833496 1.6666C0.833496 2.12683 1.20659 2.49993 1.66683 2.49993Z" fill="white"/><path d="M6.25016 16.6666C5.55981 16.6666 5.00016 17.2262 5.00016 17.9166C5.00016 18.6069 5.55981 19.1666 6.25016 19.1666C6.94052 19.1666 7.50016 18.6069 7.50016 17.9166C7.50016 17.2262 6.94052 16.6666 6.25016 16.6666Z" fill="white"/><path d="M13.7502 16.6666C13.0598 16.6666 12.5002 17.2262 12.5002 17.9166C12.5002 18.6069 13.0598 19.1666 13.7502 19.1666C14.4405 19.1666 15.0002 18.6069 15.0002 17.9166C15.0002 17.2262 14.4405 16.6666 13.7502 16.6666Z" fill="white"/></svg>');
  display: block;
  line-height: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#home #quick_view_modal #button-cart i.fa-shopping-cart::after, #home #quick_view_modal #button-cart i.fa-cart-shopping::after {
  content: url('data:image/svg+xml; utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.66683 2.49993H2.55062L3.29719 14.4452C3.303 14.5386 3.31 14.6514 3.32417 14.7506C3.34072 14.8666 3.37469 15.0298 3.47036 15.1989C3.59511 15.4193 3.78391 15.5967 4.01173 15.7075C4.18643 15.7924 4.35148 15.8161 4.4682 15.8254C4.56816 15.8333 4.68113 15.8333 4.77476 15.8333L15.8335 15.8333C16.2937 15.8333 16.6668 15.4602 16.6668 14.9999C16.6668 14.5397 16.2937 14.1666 15.8335 14.1666H4.94971L4.84554 12.4999H15.1433C15.5397 12.4999 15.8839 12.5 16.1695 12.4778C16.4726 12.4542 16.7735 12.4022 17.0688 12.2639C17.5127 12.056 17.8857 11.7221 18.1414 11.3039C18.3115 11.0256 18.3964 10.7323 18.4533 10.4336C18.5069 10.1523 18.5449 9.81033 18.5886 9.41641L19.0818 4.97815C19.094 4.86877 19.1083 4.74059 19.1112 4.62768C19.1145 4.49889 19.1073 4.30818 19.0223 4.10366C18.9137 3.8424 18.7198 3.62569 18.4721 3.48895C18.2782 3.38192 18.0895 3.35368 17.9611 3.34275C17.8485 3.33317 17.7196 3.33322 17.6095 3.33326L4.27262 3.33326L4.20313 2.22135C4.19733 2.1279 4.19032 2.01515 4.17616 1.91588C4.15961 1.79997 4.12563 1.63673 4.02997 1.46767C3.90521 1.2472 3.71642 1.06983 3.48859 0.959073C3.31389 0.87414 3.14885 0.85041 3.03213 0.841127C2.93217 0.833177 2.81921 0.833221 2.72558 0.833257L1.66683 0.833262C1.20659 0.833262 0.833496 1.20636 0.833496 1.6666C0.833496 2.12683 1.20659 2.49993 1.66683 2.49993Z" fill="white"/><path d="M6.25016 16.6666C5.55981 16.6666 5.00016 17.2262 5.00016 17.9166C5.00016 18.6069 5.55981 19.1666 6.25016 19.1666C6.94052 19.1666 7.50016 18.6069 7.50016 17.9166C7.50016 17.2262 6.94052 16.6666 6.25016 16.6666Z" fill="white"/><path d="M13.7502 16.6666C13.0598 16.6666 12.5002 17.2262 12.5002 17.9166C12.5002 18.6069 13.0598 19.1666 13.7502 19.1666C14.4405 19.1666 15.0002 18.6069 15.0002 17.9166C15.0002 17.2262 14.4405 16.6666 13.7502 16.6666Z" fill="white"/></svg>');
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#home #quick_view_modal #button-cart:hover i.fa-shopping-cart::before, #home #quick_view_modal #button-cart:hover i.fa-cart-shopping::before {
  opacity: 0;
}
#home #quick_view_modal #button-cart:hover i.fa-shopping-cart::after, #home #quick_view_modal #button-cart:hover i.fa-cart-shopping::after {
  opacity: 1;
}
@media (max-width: 600px) {
  #home #quick_view_modal .price {
    margin-bottom: 10px !important;
  }
}
#home #quick_view_modal .price .product-price {
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
#home #quick_view_modal .price .product-price.special-price {
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(176, 176, 176);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 16px;
}
#home #quick_view_modal #tab-description h3 {
  font-size: 0;
}
#home #quick_view_modal #tab-description h3::after {
  font-size: 24px;
}
#home #quick_view_modal #tab-description > span {
  display: block !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: rgb(92, 92, 92);
}
#home #quick_view_modal #tab-description img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #home #quick_view_modal .product-single {
    padding: 0;
  }
}
#home #quick_view_modal .product-single .bx-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home #quick_view_modal .product-single > div {
    padding: 73px;
  }
}
@media (min-width: 992px) {
  #home #quick_view_modal .product-single > div:last-child {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #home #quick_view_modal .product-single > div:last-child {
    margin-top: 16px;
  }
}
#home.ro #quick_view_modal #tab-description h3::after {
  content: "Descriere";
}
#home.en #quick_view_modal #tab-description h3::after {
  content: "Description";
}
#home .shop-categories li .opened > .arrow-inner, #home .shop-categories li .opened > .arrow, #home .shop-categories li .opened > a, #home .shop-categories li .arrow-inner:hover, #home .shop-categories li a:hover, #home .shop-categories li.active > .arrow i, #home .shop-categories li.active > div > a, #home .shop-categories li.active > a, #home .shop-categories li .arrow:hover {
  color: rgb(29, 29, 29) !important;
}
#home #content .sidebar .widget {
  border: none;
  border-radius: 0 !important;
}
#home #content .sidebar .widget .widget-title {
  padding: 0;
  border: none;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#home #content .sidebar .widget.widget-filter ul > li {
  margin: 0;
  padding: 0;
  border: none;
}
#home #content .sidebar .widget.widget-filter ul > li label {
  font-family: "Cormorant", serif;
}
#home #content .sidebar .widget.widget-filter-price {
  border-top: 1px solid rgb(201, 167, 93);
  border-radius: 0;
}
#home #content .sidebar .widget.widget-filter-price .widget-content {
  border: none;
  padding-inline: 0;
}
#home #content .sidebar .widget.widget-filter-price .slider-actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home #content .sidebar .widget.widget-filter-price .slider-actions .filter_price_amount {
  background-color: transparent;
  color: rgb(92, 92, 92);
}
#home #content .sidebar .widget.widget-filter-price .slider-actions .filter_price_button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#home #content .sidebar .widget.product_filters {
  border-top: 1px solid rgb(201, 167, 93);
}
#home #content .sidebar .widget.product_filters .checkbox.customized .check {
  left: 0;
}
#home .shop-categories {
  border: none;
}
#home .shop-categories li {
  position: relative;
  border: none;
  padding: 0;
}
#home .shop-categories li:not(:last-child) {
  border-bottom: 1px solid rgb(198, 198, 198);
}
#home .shop-categories li .arrow {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 72px !important;
  color: rgb(92, 92, 92);
}
@media (max-width: 575px) {
  #home .shop-categories li .arrow {
    height: 65px !important;
  }
}
#home .shop-categories li .arrow i {
  font-weight: 400;
  color: inherit;
}
#home .shop-categories li.active > ul.children {
  display: block;
}
#home .shop-categories li.active > div > ul.children {
  display: block;
}
#home .shop-categories li.active > .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home .shop-categories li.active > .arrow-inner {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home .shop-categories li .arrow-inner {
  color: rgb(92, 92, 92);
  position: absolute;
  font-size: 16px;
  right: 1px;
  top: 4px;
  width: 30px;
  height: 30px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 180ms;
  transition: all 180ms;
}
#home .shop-categories li .arrow-inner:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#home .shop-categories li .arrow-inner i {
  font-weight: 400;
  color: inherit;
}
@media (max-width: 575px) {
  #home .shop-categories .widget-content > ul > li {
    padding: 0;
  }
}
#home .shop-categories .widget-content > ul > li > a {
  font-size: 14px;
  line-height: 24px;
  margin-right: 18px;
  font-weight: 500;
  color: rgb(92, 92, 92);
  padding: 5px 0;
}
@media (max-width: 575px) {
  #home .shop-categories .widget-content > ul > li > a {
    font-size: 14px;
  }
}
#home .shop-categories .widget-content > ul > li > div {
  padding: 0 !important;
}
#home .shop-categories .widget-content > ul > li > div > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  text-transform: uppercase;
  margin-left: 0;
}
#home .shop-categories .widget-content > ul > li > div > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}
#home .shop-categories .widget-content > ul > li > div > ul > li ul li a {
  font-weight: 500;
  word-break: break-word !important;
}
#home .shop-categories ul ul.children {
  /* display: none; */
  display: block !important;
  padding: 0;
  margin: 0;
}
#home .shop-categories ul ul.children li {
  padding: 0;
}
#home .shop-categories ul ul.children li a {
  font-size: 14px;
  line-height: 24px;
  color: rgb(92, 92, 92);
  font-weight: 500;
  padding: 5px 0;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  #home .shop-categories ul ul.children li a {
    font-size: 14px;
  }
}
#home .widget.shop-categories, #home .widget.side-categories {
  border-radius: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#home .widget.shop-categories .widget-title, #home .widget.side-categories .widget-title {
  text-transform: none;
  font-size: 26px !important;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid !important;
}
#home .widget.shop-categories .widget-content, #home .widget.side-categories .widget-content {
  padding: 0;
}
#home .widget.shop-categories ul, #home .widget.side-categories ul {
  margin: 0;
}
#home .widget.shop-categories ul > li, #home .widget.side-categories ul > li {
  position: relative;
  border: none;
}
#home .widget.shop-categories ul > li > div, #home .widget.side-categories ul > li > div {
  padding: 0 !important;
}
#home .widget.shop-categories ul > li > div > a, #home .widget.side-categories ul > li > div > a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  padding: 5px 0;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
}
#home .widget.shop-categories ul > li > div > a:hover, #home .widget.side-categories ul > li > div > a:hover {
  color: rgb(201, 167, 93);
}
#home .widget.shop-categories ul > li > div ul, #home .widget.side-categories ul > li > div ul {
  padding: 0;
}
#home .widget.shop-categories ul > li > div ul li, #home .widget.side-categories ul > li > div ul li {
  padding: 0;
  border: none;
}
#home .widget.shop-categories ul > li > div ul li a, #home .widget.side-categories ul > li > div ul li a {
  padding: 5px 0;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
#home .widget.shop-categories ul > li > div ul li a:hover, #home .widget.side-categories ul > li > div ul li a:hover {
  color: rgb(201, 167, 93);
}
#home .widget.shop-categories ul > li > div > ul, #home .widget.side-categories ul > li > div > ul {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
#home .widget.shop-categories ul > li > .arrow, #home .widget.side-categories ul > li > .arrow {
  display: none !important;
  height: 53px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  font-size: 14px !important;
  top: 0;
  position: absolute;
  right: 0;
}
#home .widget.shop-categories ul > li > .arrow > i, #home .widget.side-categories ul > li > .arrow > i {
  font-size: inherit;
}
@media (max-width: 991px) {
  #home.module-blog .blog-wrapper {
    max-width: 33.3334%;
  }
}
@media (max-width: 768px) {
  #home.module-blog .blog-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  #home.module-blog .blog-title {
    font-size: 18px;
  }
}
#home.module-blog .blog-meta {
  display: none !important;
}
#home.module-blog.bg #sidebar .widget-title > span {
  font-size: 0;
  line-height: 0;
}
#home.module-blog.bg #sidebar .widget-title > span::before {
  content: "Последни публикации";
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}
#home.module-blog.bg .blog-read-more .btn {
  font-size: 0;
  line-height: 0;
}
#home.module-blog.bg .blog-read-more .btn::after {
  content: "Прочети още";
  display: block;
  font-size: 14px;
  line-height: 1;
}
#home.module-blog .widget .widget-content .recent-post .media .media-body .media-heading a {
  word-break: normal;
}
#home .brands_slider_module {
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  #home .brands_slider_module {
    margin-bottom: 45px;
  }
}
#home .brands_slider_module > .container {
  padding: 0 15px !important;
}
#home .brands_slider_module .splide__slide {
  border: none !important;
}
#home .brands_slider_module .splide__slide.product-item .thumbnail {
  border: 1px solid rgb(198, 198, 198);
  border-radius: 27px;
}
#home .brands_slider_module .splide__slide.product-item .thumbnail .media {
  padding: 0;
  margin: 0;
}
#home .brands_slider_module .splide__slide.product-item .thumbnail .media-link {
  padding-top: 100%;
}
#home .brands_slider_module .splide__slide.product-item .thumbnail .media-link img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .brands_slider_module .splide__slide.product-item .thumbnail .caption {
  display: none;
}
#home .brands_slider_module .splide__arrow {
  color: rgb(43, 43, 46);
  width: 24px;
  height: 24px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
#home .brands_slider_module .splide__arrow .fa-chevron-right::before {
  content: "\f061";
}
#home .brands_slider_module .splide__arrow .fa-chevron-left::before {
  content: "\f060";
}
#home .brands_slider_module .splide__arrow:hover, #home .brands_slider_module .splide__arrow:focus {
  color: rgb(29, 29, 29);
}
#home .brands_slider_module .splide__pagination {
  display: none !important;
}
#home .brands_slider_module .splide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#home .brands_slider_module .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: absolute;
  top: -30px;
  right: 15px;
  width: 60px;
  -webkit-transform: translateY(-100%) rotate(180deg);
          transform: translateY(-100%) rotate(180deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #home .brands_slider_module .splide__arrows {
    gap: 12px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #home .brands_slider_module .splide__arrows .splide__arrow {
    position: static;
    display: block;
  }
}
#home .brands_slider_module .splide__track {
  border: none;
}
#home.checkout-checkout .select2-selection--single *::-webkit-input-placeholder {
  font-weight: 400 !important;
}
#home.checkout-checkout .select2-selection--single *::-moz-placeholder {
  font-weight: 400 !important;
}
#home.checkout-checkout .select2-selection--single *:-ms-input-placeholder {
  font-weight: 400 !important;
}
#home.checkout-checkout .select2-selection--single *::-ms-input-placeholder {
  font-weight: 400 !important;
}
#home.checkout-checkout .select2-selection--single *::placeholder {
  font-weight: 400 !important;
}
#home.checkout-checkout .md-bg-holder.disabled {
  border-radius: 0;
}
@media (max-width: 418px) {
  #home.checkout-checkout div[data-slug=cdek-custom] > div:not(.md-bg-holder) {
    position: relative;
  }
}
@media (max-width: 418px) {
  #home.checkout-checkout div[data-slug=cdek-custom] #input-shipping-custom-field_override876address,
  #home.checkout-checkout div[data-slug=cdek-custom] #input-shipping-custom-field876address {
    padding-top: 40px;
    height: 75px;
  }
}
@media (min-width: 396px) and (max-width: 418px) {
  #home.checkout-checkout div[data-slug=cdek-custom] .md-style-active label.placeholder {
    top: 15px;
  }
}
#home.checkout-checkout .fixed_payment .payment {
  background: rgb(255, 255, 255) !important;
}
#home #input-coupon,
#home #button-coupon {
  max-height: 50px;
  opacity: 1;
  border-radius: 0 0 0 0 !important;
}
@media (max-width: 575px) {
  #home #input-coupon,
  #home #button-coupon {
    font-size: 10px !important;
    padding: 20px 10px;
  }
}
#home #input-coupon {
  border-right: none;
  border-radius: 0 0 0 0 !important;
}
#home.checkout-cart #button-coupon {
  height: 100%;
}
#home .footer {
  margin-top: 0;
  border: none;
  border-top: 1px solid transparent;
}
@media (max-width: 768px) {
  #home .footer .footer-widgets {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  #home .footer .footer-widgets {
    padding-top: 42px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #home .footer .footer-widgets > .container {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  #home .footer .footer-widgets > .container {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  #home .footer .footer-widgets > .container > .row > .col-md-3:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  #home .footer .footer-widgets > .container > .row > .col-md-3:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #home .footer .footer-widgets > .container > .row > .col-md-3:not(.footer-logo) + .col-md-3:before {
    content: "";
    display: none;
    width: calc(100% - 30px);
    height: 1px;
    background: transparent;
    position: absolute;
    top: -16px;
  }
}
#home .footer .footer-widgets ul span > strong {
  font-weight: 400;
  color: rgb(92, 92, 92);
}
#home .footer .footer-widgets ul a:hover {
  color: rgb(255, 255, 255);
}
#home .footer .footer-widgets ul a::before {
  display: none;
}
#home .footer .footer-widgets .widget-title *::before {
  display: none;
}
#home .footer .footer-widgets .social-icons a {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(228, 228, 228);
}
#home .footer .footer-widgets .social-icons a i {
  color: inherit !important;
  font-size: 23px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  opacity: 1;
}
#home .footer .footer-widgets .social-icons a:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
#home .footer .footer-widgets .social-icons li {
  margin-right: 20px;
}
#home .footer .footer-meta {
  background: rgb(29, 29, 29);
  border: none;
  padding: 18px 0;
}
#home .footer .footer-meta > .container {
  position: relative;
}
@media (max-width: 575px) {
  #home .footer .footer-meta {
    padding: 20px 0;
  }
}
#home .footer .footer_payments {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  #home .footer .footer_payments {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
#home .footer .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  padding-top: 0;
}
#home .footer .payments img {
  width: 100%;
  max-width: 409px;
}
#home .footer .footer-logo {
  height: 100%;
  margin-bottom: 0 !important;
  text-align: left;
}
#home .footer .footer-logo img,
#home .footer .footer-logo svg {
  width: 168px;
  height: auto;
}
@media (max-width: 767px) {
  #home .footer .footer-logo {
    width: 168px;
    margin-bottom: 42px !important;
  }
}
#home .footer .footer_logo img {
  width: 168px;
  height: auto;
}
#home .footer .detali-footer {
  margin-left: 30px;
}
@media (max-width: 767px) {
  #home .footer .detali-footer {
    margin: 20px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
#home .footer .detali-footer a {
  width: 177px;
}
@media (max-width: 767px) {
  #home .footer .detali-footer a {
    width: 48.94%;
  }
}
#home .footer .detali-footer a + a {
  width: 178px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  #home .footer .detali-footer a + a {
    margin-left: 0;
    width: 45.32%;
  }
}
#home .custom_code,
#home .slideshow_module {
  margin: 0;
}
#home .embed_module {
  padding: 0 0 30px;
  margin: 0 !important;
}
@media (max-width: 575px) {
  #home .embed_module {
    padding: 0 0 17px;
  }
}
#home .embed_module > div {
  margin: 0 auto;
  width: 100%;
}
#home .embed_module > div > div {
  position: relative;
  width: 100%;
}
#home .embed_module > div > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#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::after {
  display: none;
}
@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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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 > .col-lg-6.login_wrapper .forgot_password_holder a:hover {
  text-decoration: none;
}
#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 {
  display: block;
  content: "Client Existent";
  font-size: 18px;
  text-transform: uppercase;
}
#home.account-login.en .login_wrapper .block-title span {
  font-size: 0 !important;
}
#home.account-login.en .login_wrapper .block-title span::before {
  display: block;
  content: "Existing Customer";
  font-size: 18px;
  text-transform: uppercase;
}
#home .wrapper .facebook_container {
  display: none !important;
}
#home .module-section {
  margin: 0 !important;
}
#home .module-section.splide_slider_section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #home .module-section.splide_slider_section {
    padding: 30px 0;
  }
}
#home .module-section.splide_slider_section .splide .splide__container {
  padding: 0 !important;
  position: relative;
}
@media (max-width: 575px) {
  #home .module-section.splide_slider_section .splide .splide__container {
    padding: 0 7.5px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#home .module-section.splide_slider_section .splide .splide__pagination {
  display: none;
}
#home .module-section.splide_slider_section .splide .splide__arrows {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: -42px;
  right: 15px;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
}
@media (max-width: 767px) {
  #home .module-section.splide_slider_section .splide .splide__arrows {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
}
#home .module-section.splide_slider_section .splide .splide__arrows > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 42px;
  height: 42px;
}
#home .module-section.splide_slider_section .splide .splide__arrows > * > i {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
#home .module-section.splide_slider_section .splide .splide__arrows .fa-chevron-right::before {
  content: "\f178";
}
#home .module-section.splide_slider_section .splide .splide__arrows .fa-chevron-left::before {
  content: "\f177";
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track {
  border: none;
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item {
  border: none;
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail {
  border: none;
  padding: 0 15px 15px !important;
}
@media (max-width: 991px) {
  #home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail {
    padding: 0 !important;
  }
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .media {
  margin: 0 -15px 15px !important;
}
@media (max-width: 991px) {
  #home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .media {
    margin: 0 0 16px !important;
  }
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .price_actions .add_to_cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}
#home.theme_11 .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .caption h4.caption-title {
  text-align: left !important;
}
#home .splide_slider_section .container.p-0 {
  padding: 0 15px !important;
}
#home .info_slider_module .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item {
  border: none;
}
#home .info_slider_module .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail {
  border: none;
}
#home .info_slider_module .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .media .media-link {
  padding-top: 68.235% !important;
}
#home .text__block {
  padding: 35px 15px;
}
@media (min-width: 1440px) {
  #home .text__block {
    padding: 35px 7.94737vw;
  }
}
#home .text__block .section-title {
  margin-bottom: 50px !important;
  text-transform: none;
}
@media (max-width: 767px) {
  #home .text__block .section-title {
    margin-bottom: 35px !important;
  }
}
#home .text__block p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 767px) {
  #home .text__block p {
    font-size: 14px;
    line-height: 24px;
  }
}
#home .text__block p + p {
  margin-top: 32px;
}
#home .text__block .btn {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  #home .text__block .btn {
    margin-top: 35px !important;
  }
}
#home .img-bg-custom {
  display: block;
}
#home #tab-description {
  border: none;
  border-bottom: 1px solid rgb(198, 198, 198);
  padding: 0;
}
#home #tab-description > h3 {
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 18px 0;
}
#home #tab-description > h3:hover {
  cursor: pointer;
}
#home #tab-description > h3 + span {
  display: none;
  margin: 12px 0;
}
#home #tab-description > h3::after {
  cursor: pointer;
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4167 15.4221H7V14.2554H13.4167V7.83875H14.5833V14.2554H21V15.4221H14.5833V21.8387H13.4167V15.4221Z" fill="black"/></svg>');
}
#home #tab-description > h3.open::after {
  content: url('data:image/svg+xml; utf8, <svg width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4167 15.4221H7V14.2554H13.4167H14.5833H21V15.4221H14.5833H13.4167Z" fill="black"/></svg>');
}
#home .faq_module + .table_holder {
  display: none;
}
#home .faq_module .col-12 {
  padding: 0 !important;
}
#home .faq_module .faq_list .faq_single {
  border: none !important;
  border-bottom: 1px solid rgb(198, 198, 198) !important;
}
#home .faq_module .faq_list .faq_single .faq_question {
  padding: 18px 0 !important;
  font-size: 24px;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .faq_module .faq_list .faq_single .faq_question:hover {
  background: transparent;
}
#home .faq_module .faq_list .faq_single .faq_question .question_text {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  font-family: "Cormorant", serif;
  letter-spacing: 0.01em;
}
#home .faq_module .faq_list .faq_single .faq_question .question_icon {
  width: 28px;
  text-align: center;
}
#home .faq_module .faq_list .faq_single .faq_question .question_icon > i {
  font-weight: 300;
}
#home .faq_module .faq_list .faq_single .card.card-body {
  background: rgb(255, 255, 255);
  padding-inline: 0 !important;
}
#home .about__block {
  background: rgb(248, 248, 248);
}
#home.information-contact #contact-form .placeholder[for=input-tel]::after, #home.information-contact #contact-form .placeholder[for=input-email]::after, #home.information-contact #contact-form .placeholder[for=input-order]::after, #home.information-contact #contact-form .placeholder[for=input-attachment]::after {
  content: ":";
  display: inline-block;
}
#home .header-wrapper #form-language > a,
#home .mobile_side_nav_menu #form-language > a {
  display: none !important;
}
#home .header-wrapper #form-language .dropdown-menu,
#home .mobile_side_nav_menu #form-language .dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  padding: 0;
  margin: 0 !important;
  gap: 0;
}
#home .header-wrapper #form-language .dropdown-menu li,
#home .mobile_side_nav_menu #form-language .dropdown-menu li {
  padding: 0 !important;
}
#home .header-wrapper #form-language .dropdown-menu li + li,
#home .mobile_side_nav_menu #form-language .dropdown-menu li + li {
  border-left: 1px solid rgb(169, 169, 169);
  padding-left: 8px !important;
  margin-left: 9px !important;
}
#home .header-wrapper #form-language .dropdown-menu li > a,
#home .mobile_side_nav_menu #form-language .dropdown-menu li > a {
  height: 18px !important;
}
#home .header-wrapper #form-language .dropdown-menu li > a.active,
#home .mobile_side_nav_menu #form-language .dropdown-menu li > a.active {
  color: rgb(61, 60, 77);
}
#home .header-wrapper #form-language .dropdown-menu li > a:not(.active),
#home .mobile_side_nav_menu #form-language .dropdown-menu li > a:not(.active) {
  color: rgb(169, 169, 169);
}
#home .header-wrapper #form-language .dropdown-menu li > a::before,
#home .mobile_side_nav_menu #form-language .dropdown-menu li > a::before {
  display: none !important;
}
#home .header-wrapper #form-language .dropdown-menu li > a:hover,
#home .mobile_side_nav_menu #form-language .dropdown-menu li > a:hover {
  color: rgb(201, 167, 93);
}
#home .latest-section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #home .latest-section {
    padding: 30px 0 0;
  }
}
#home .copyright_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  #home .copyright_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home .copyright_row > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#home .copyright_row .footer_logo,
#home .copyright_row .footer_payments {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#home .footer-about-us .widget-categories > ul > li:first-child {
  display: none;
}/*# sourceMappingURL=style.css.map */