@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Russo+One&display=swap");
#home {
  min-width: 360px;
  font-family: "Inter", sans-serif, sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
}
#home a, #home p, #home span {
  font-family: "Inter", sans-serif, sans-serif;
  font-weight: 400;
}
#home a {
  color: #000;
}
#home a:hover, #home a:focus {
  color: #1846BA;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {
  font-family: "Inter", sans-serif, sans-serif;
}
#home .container {
  max-width: 1410px;
}
#home .section-title {
  height: auto;
  width: 100%;
  overflow: visible;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
#home .section-title span {
  font-family: "Russo One", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 41px;
  color: #1E1E1E;
  text-transform: uppercase;
}
#home .section-title span::before, #home .section-title span::after {
  display: none;
}
@media (max-width: 568px) {
  #home .section-title span {
    font-size: 32px;
    line-height: 31px;
  }
}
#home .alert {
  margin-bottom: 0;
}
#home .shop-sorting {
  display: block !important;
  border-bottom: 0;
}
#home .row .success_buttons .p-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#home .content-area .page-section.titles {
  background-color: transparent;
  border: none;
}
#home .cart_drop_down.dropdown .dropdown-menu .cart-items .cart-items-inner .cart-content .cart-header {
  background-color: #1846BA;
}
#home .form-control:focus {
  border-color: #1846BA;
}
#home .information-title,
#home .widget.account-details .widget-title {
  border-color: #1846BA;
}
#home.account-login .content-area > section > div > div > div.login_wrapper:after {
  display: none !important;
}
#home .content-area {
  padding-top: 0;
}
#home.common-home .content-area {
  padding-bottom: 0;
}
#home.common-home .page-section:not(.banners_module) {
  margin: 0 !important;
  padding: 40px 0 !important;
}
@media (max-width: 768px) {
  #home.common-home .page-section:not(.banners_module) {
    padding: 30px 0 !important;
  }
}
#home.account-wishlist .shop-sorting {
  display: none;
}
#home .shop-sorting .btn-group {
  display: none !important;
}
#home .checkout-progress-bar .step-number.active {
  background-color: #1846BA;
}

#register-form {
  float: none;
}

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

/*ADD FIXES*/
#home .media .media-heading {
  max-width: 150px;
}
#home .dropdown-item:active {
  background-color: transparent;
}
#home .continue_button {
  margin-bottom: 20px;
}
#home .filter_price_amount {
  width: 100% !important;
}
#home #content #sidebar {
  min-width: 292px;
}
@media (min-width: 992px) {
  #home .category_content_wrapper {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
#home #tab-specification .table td {
  padding: 5px;
}
#home .content-tabs .tab-content,
#home .comments-form {
  border: none;
}
#home .content-tabs .tab-content h2,
#home .comments-form h2 {
  margin-bottom: 25px;
  font-family: "Inter", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #1846BA;
  text-transform: none;
  text-align: left;
}
#home .content-tabs .tab-content h2::before, #home .content-tabs .tab-content h2::after,
#home .comments-form h2::before,
#home .comments-form h2::after {
  display: none;
}
@media (max-width: 576px) {
  #home .content-tabs .tab-content h2,
  #home .comments-form h2 {
    font-size: 32px;
    line-height: 24px;
  }
}
#home .content-tabs .tab-content .form-control,
#home .comments-form .form-control {
  background: #FFFFFF !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
}
#home .tab-content {
  padding-left: 0;
}
#home .share_page_wrapper {
  display: none;
}
#home .widget-filter-price .noUi-connect {
  background-color: #1846BA;
}
#home .widget-filter-price .noUi-handle:hover {
  background: #1846BA;
}
#home .filter-tab:hover {
  border-color: #1846BA;
}
#home .filter-tab:hover .filter-tab-text, #home .filter-tab:hover .filter-tab-x {
  color: #1846BA;
}

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

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

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

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

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

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

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

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

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

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

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

#home .page-section.message-section {
  display: none;
}

#home .accept_cookies_inner a {
  color: #fff;
  text-decoration: underline;
}
#home .accept_cookies_inner a:hover, #home .accept_cookies_inner a:focus {
  color: #1846BA;
}

#home .module-section .splide__arrow {
  position: static;
  transform: none;
}
#home .module-section .splide__arrow .fa-chevron-right::before {
  content: "\f060";
}
#home .module-section .splide__arrow .fa-chevron-left::before {
  content: "\f061";
}
#home .module-section .splide__pagination {
  display: none !important;
}
#home .module-section .splide__container {
  display: flex;
  flex-direction: column-reverse;
}

#home.common-home #faq_module_ {
  border-radius: 80px 80px 0px 0px;
  background: #F6F6F6;
}
#home.common-home #faq_module_ .container {
  max-width: 860px;
}
#home.common-home #faq_module_ .faq_list .faq_single {
  border: none;
  border-bottom: 1px solid #E5E5E5;
}
#home.common-home #faq_module_ .faq_list .faq_single .card.card-body {
  padding: 15px;
  color: #1C1C1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: transparent;
}
#home.common-home #faq_module_ .faq_list .faq_single .faq_question {
  background: transparent;
  padding: 15px;
}
#home.common-home #faq_module_ .faq_list .faq_single .faq_question[aria-expanded=true] .question_icon {
  background: #323232;
}
#home.common-home #faq_module_ .faq_list .faq_single .faq_question[aria-expanded=true] .question_icon i {
  color: #fff;
}
#home.common-home #faq_module_ .faq_list .faq_single .question_text {
  color: #1C1C1E;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -1px;
}
#home.common-home #faq_module_ .faq_list .faq_single .question_icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E9E9E9;
}
#home.common-home #faq_module_ .faq_list .faq_single .question_icon i[class*=plus]::before {
  content: "\f078";
}
#home.common-home #faq_module_ .faq_list .faq_single .question_icon i[class*=minus]::before {
  content: "\f077";
}

#home .feedback-container,
#home .news-container,
#home .home-brands {
  position: relative;
}
#home .feedback-container .slick-track,
#home .news-container .slick-track,
#home .home-brands .slick-track {
  display: flex !important;
}
#home .feedback-container .slick-slide,
#home .news-container .slick-slide,
#home .home-brands .slick-slide {
  height: inherit !important;
}
#home .feedback-container .btn-wrap,
#home .news-container .btn-wrap,
#home .home-brands .btn-wrap {
  margin-top: 20px;
  gap: 15px;
  justify-content: center;
}
#home .feedback-container .slider-btn,
#home .news-container .slider-btn,
#home .home-brands .slider-btn {
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: none !important;
  border: 1px solid #000;
  transition: background-color 0.2s ease-in;
  position: static;
  border-radius: 50%;
}
@media (min-width: 1230px) {
  #home .feedback-container .slider-btn,
  #home .news-container .slider-btn,
  #home .home-brands .slider-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #home .feedback-container .slider-btn.feedback-slider-btn-prev,
  #home .news-container .slider-btn.feedback-slider-btn-prev,
  #home .home-brands .slider-btn.feedback-slider-btn-prev {
    left: -15px;
  }
  #home .feedback-container .slider-btn.feedback-slider-btn-next,
  #home .news-container .slider-btn.feedback-slider-btn-next,
  #home .home-brands .slider-btn.feedback-slider-btn-next {
    right: -15px;
  }
}
#home .feedback-container .slider-btn i,
#home .news-container .slider-btn i,
#home .home-brands .slider-btn i {
  font-size: 15px;
  color: #000000;
  transition: color 0.2s ease-in;
  font-weight: 300;
  line-height: 1.8;
}
#home .feedback-container .slider-btn:hover, #home .feedback-container .slider-btn:focus,
#home .news-container .slider-btn:hover,
#home .news-container .slider-btn:focus,
#home .home-brands .slider-btn:hover,
#home .home-brands .slider-btn:focus {
  border-color: #1846BA;
}
#home .feedback-container .slider-btn:hover i, #home .feedback-container .slider-btn:focus i,
#home .news-container .slider-btn:hover i,
#home .news-container .slider-btn:focus i,
#home .home-brands .slider-btn:hover i,
#home .home-brands .slider-btn:focus i {
  color: #1846BA;
}

#home .feedback-container .section-feedback__slide {
  padding: 0 15px;
}

#home .section-prices .section-title span {
  color: #1846BA;
}
#home .section-prices .container {
  max-width: 910px;
}
#home .section-prices .prices-title {
  color: #FF2D66;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Russo One", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #home .section-prices .prices-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
#home .section-prices .prices-block:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #home .section-prices .prices-block:not(:last-child) {
    margin-bottom: 24px;
  }
}
#home .section-prices .price-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: 32px 0;
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  position: relative;
}
#home .section-prices .price-item:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
#home .section-prices .price-item strong {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 6px;
}
#home .section-prices .price-item strong .strong-top {
  color: #1E1E1E;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 768px) {
  #home .section-prices .price-item strong .strong-top {
    text-align: left;
  }
}
#home .section-prices .price-item strong .strong-bottom {
  color: #1E1E1E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  #home .section-prices .price-item strong .strong-bottom {
    text-align: left;
  }
}
#home .section-prices .price-item > span:not(.w-100) {
  font-weight: 700;
  margin-right: auto;
}
@media (max-width: 768px) {
  #home .section-prices .price-item > span:not(.w-100) {
    width: 100%;
  }
}
#home .section-prices .price-item .w-100 {
  color: #1E1E1E;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#home.information-information-38773 .content-area .page-section.titles {
  display: none !important;
}

#home .header_content_wrapper .header_content_container .header_content_close {
  display: none !important;
}

#home .header_content_wrapper .splide__slide {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#home .header_content_wrapper .splide__slide > div {
  display: inline-flex;
  animation: marquee 24s linear infinite;
}
#home .header_content_wrapper .splide__slide > div > div {
  padding-right: 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#home .header_content_wrapper.splide {
  overflow: hidden;
}

#home .header_content_wrapper .header_content_container {
  min-height: unset;
}

#home .btn:not(.btn-wish-list):not(.btn-quick-view) {
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  font-family: "Russo One", sans-serif;
}
#home .btn:not(.btn-wish-list):not(.btn-quick-view) span {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  font-family: "Russo One", sans-serif;
}
@media (max-width: 592px) {
  #home .btn:not(.btn-wish-list):not(.btn-quick-view) {
    font-size: 14px;
  }
  #home .btn:not(.btn-wish-list):not(.btn-quick-view) span {
    font-size: 14px;
  }
}
#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view) {
  font-weight: 600;
  border-radius: 25px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  justify-content: center;
  border-width: 1px;
}
#home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):hover, #home .btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #1846BA;
  border-color: #1846BA;
  color: #fff;
}
#home .btn-wish-list {
  max-width: 100%;
}
#home .btn.btn-theme-default {
  background-color: #fff;
  border-color: #1D1D1D;
  color: #1D1D1D;
  border-width: 1px;
}
#home .btn.btn-theme-default:hover, #home .btn.btn-theme-default:focus {
  background-color: #fff;
  border-color: #1846BA;
  color: #1846BA;
  border-radius: 25px;
  border-width: 1px;
}
#home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view) {
  background-color: #fff;
  border-color: #1846BA;
  color: #1846BA;
}
#home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view):hover, #home .btn.btn-theme.btn-special:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #1846BA;
  border-color: #1846BA;
  color: #fff;
}
#home .categories-btn.btn.btn-theme:not(.btn-wish-list):not(.btn-quick-view):focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#home .btn.btn-wish-list,
#home .btn.btn-quick-view {
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
}
#home .btn.btn-wish-list:hover,
#home .btn.btn-wish-list:focus,
#home .btn.btn-quick-view:hover,
#home .btn.btn-quick-view:focus {
  background-color: #1846BA;
  border-color: #1846BA;
}
#home .btn.btn-wish-list:hover i,
#home .btn.btn-wish-list:focus i,
#home .btn.btn-quick-view:hover i,
#home .btn.btn-quick-view:focus i {
  color: #fff !important;
  font-weight: 700 !important;
}
#home .btn.btn-theme.btn-theme-transparent.active i {
  color: #1846BA !important;
  font-weight: 700 !important;
}
#home .btn.btn-theme.btn-theme-transparent.btn-wish-list:not(.active) i {
  color: #fff;
  font-weight: 700;
}
#home .btn.btn-theme:active, #home .btn.btn-theme:focus {
  border-width: 1px;
}
#home .btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
  margin-right: -15px;
}
#home .btn-primary:hover, #home .btn-primary:focus {
  background-color: #1846BA;
  border-color: #1846BA;
  color: #fff;
}
#home .btn.dropdown-toggle,
#home .mobile_filter_button .btn {
  border-color: #1846BA;
  background-color: #1846BA;
  color: #fff;
  text-align: left;
  height: auto;
  border-width: 1px;
}
#home .btn.dropdown-toggle:hover,
#home .btn.dropdown-toggle:focus,
#home .mobile_filter_button .btn:hover,
#home .mobile_filter_button .btn:focus {
  border-color: #1846BA;
  background-color: #fff;
  color: #1846BA;
}
#home.product-category .side-categories .widget-content ul.children li {
  padding-top: 15px;
  padding-bottom: 15px;
}
#home .dropdown-menu > .active > a {
  background-color: #1846BA;
  color: #fff;
}
#home .btn-info {
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}
#home .btn-info:hover, #home .btn-info:focus {
  color: #fff !important;
  background-color: #1846BA;
  border-color: #1846BA;
}
#home .btn-danger {
  background-color: #fff;
  color: #1D1D1D;
  border-color: #1D1D1D;
}
#home .btn-danger:hover, #home .btn-danger:focus {
  background-color: #fff;
  border-color: #1846BA;
  color: #1846BA;
}

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

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

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

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

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

#home .wrapper .header {
  border-bottom: none !important;
  background-color: transparent;
}
#home .wrapper .header .logo {
  order: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 0;
}
#home .wrapper .header .logo a {
  transition: opacity 0.2s ease-in;
}
#home .wrapper .header .logo a:hover, #home .wrapper .header .logo a:focus {
  opacity: 0.65;
}
#home .wrapper .header .logo img {
  height: auto;
  width: auto;
  max-width: 150px;
}
@media (max-width: 450px) {
  #home .wrapper .header .logo img {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  #home .wrapper .header .logo {
    order: 0;
    margin: 0;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 592px) {
  #home .wrapper .header .logo {
    max-width: 150px;
  }
}
#home .wrapper .header .header_add-link {
  margin: 0 auto;
  padding: 0 10px;
  order: 1;
  font-size: 18px;
  line-height: 137%;
  flex-shrink: 0;
}
#home .wrapper .header .nav.sf-menu {
  order: 2;
  margin: 0 auto;
  margin-left: 15px;
}
@media (max-width: 991px) {
  #home .wrapper .header .nav.sf-menu {
    display: none;
  }
}
#home .wrapper .header .header-cart {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home .wrapper .header .header-cart .cart-wrapper {
  border: none;
  display: flex;
  align-items: center;
}
#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block {
  display: none !important;
  color: #000;
  font-size: 13px;
  line-height: 16px;
}
#home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:hover, #home .wrapper .header .header-cart .cart-wrapper .d-none.d-lg-inline-block:focus {
  color: #1846BA;
}
#home .header-wrapper {
  background-color: #fff;
}
#home .header-wrapper .container-fluid,
#home .header-wrapper .container {
  max-width: 1410px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: static;
}
@media (max-width: 991px) {
  #home .header-wrapper .container-fluid,
  #home .header-wrapper .container {
    flex-wrap: wrap;
  }
}
#home .header-wrapper .mobile-navigation-wrapper {
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  left: 15px;
}
#home .header-wrapper .mobile-navigation-wrapper i {
  font-size: 25px;
  font-weight: 400;
}
#home .header-wrapper .mobile-navigation-wrapper i.fa-bars {
  font-weight: 600;
  display: flex;
}
#home .header-wrapper .mobile-navigation-wrapper i.fas.fa-times {
  color: #1846BA;
}
@media (min-width: 992px) {
  #home .header-wrapper .mobile-navigation-wrapper {
    display: none;
  }
}
#home .header-wrapper .logo {
  margin-right: auto;
}
@media (max-width: 991px) {
  #home .header-wrapper .logo {
    height: auto !important;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  #home .header-wrapper {
    padding-left: 45px;
    padding-right: 15px;
  }
}
#home .header.sticky_trigger.sticky + .content-area {
  padding-top: 95px;
}

@media (min-width: 992px) {
  #home .header-search {
    display: none !important;
    position: absolute !important;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 0;
    order: 2;
    margin: 0 auto;
    max-width: 500px;
    height: 44px;
  }
}
#home .header-search.visible, #home .header-search.opened {
  display: block !important;
}
@media (max-width: 991px) {
  #home .header-search .search_field {
    padding: 15px;
    background: #FFF;
  }
}
@media (max-width: 991px) {
  #home .header-search {
    margin: 0 auto;
    display: none !important;
    position: absolute !important;
    top: calc(100% - 1px) !important;
    left: 0;
    right: 0;
    z-index: 10;
    order: 6;
    max-width: 100%;
    width: 100%;
    flex: auto;
    background: #fff;
    border-radius: 0;
    z-index: 20000 !important;
    transition-duration: 0.6s;
    padding: 10px 0;
  }
  #home .header-search.visible {
    display: block !important;
  }
  #home .header-search #search_results {
    display: block !important;
    left: 0;
    right: auto;
    width: 100vw;
    border-radius: 4px;
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: auto;
    min-width: 0;
    max-width: 100%;
    top: calc(100% + 5px);
  }
  #home .header-search #search_results .results_text {
    color: #fff;
    padding: 4px 20px;
    text-align: center;
    background: #fff;
  }
}
#home .header-search .search_field input.form-control {
  height: 44px;
  border-radius: 46px;
  color: #1D1929;
  padding-left: 15px;
  padding-right: 45px;
  background: #fff;
  border: 1px solid #D6D6D6;
}
#home .header-search .search_field input.form-control:focus {
  border-color: #1846BA;
}
#home .header-search button {
  height: 100%;
  display: flex;
  align-items: center;
  left: auto;
  top: 0;
  right: 15px;
  left: unset;
}
#home .header-search button i {
  font-size: 21px;
  color: #1D1929;
}
#home .header-search button svg {
  stroke: #1E1E1E;
}
#home .header-search button:hover i, #home .header-search button:focus i {
  color: #1846BA;
}
#home .header-search button:hover svg, #home .header-search button:focus svg {
  stroke: #1846BA;
}
@media (max-width: 991px) {
  #home .header-search button {
    right: 35px;
    top: 0;
  }
}

#home .top-bar {
  display: none !important;
  background: #FFF;
}
@media (max-width: 991px) {
  #home .top-bar {
    display: none !important;
  }
  #home .top-bar .icon-search {
    display: none !important;
  }
}

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

#home .top-bar {
  background: #FFFFFF;
  transition: all 0.2s ease-in;
}
#home .top-bar .top-bar-left > .list-inline {
  display: flex;
}
@media (max-width: 991px) {
  #home .top-bar {
    display: none !important;
  }
}
#home .top-bar ul li:first-child {
  margin-left: 0;
}
#home .top-bar .container-fluid {
  max-width: 1170px;
  display: flex;
  align-items: center;
}
#home .top-bar .container-fluid > .row {
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
#home .top-bar .container-fluid > .row > div {
  padding: 0;
}
#home .top-bar ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
#home .top-bar .icon-user, #home .top-bar .icon-search {
  display: none !important;
}
#home .top-bar .top-bar-right > ul > li + li:before {
  content: unset;
}

@media (max-width: 991px) {
  #home .wrapper .header .header-wrapper .header-search .search_field {
    padding: 0 15px;
  }
}

#home .top-bar-left {
  order: 4;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  #home .top-bar-left {
    display: none;
  }
}
#home .top-bar-left ul {
  margin: 0;
}
#home .top-bar-left > ul > li:not(.flags) {
  display: none !important;
}
#home .top-bar-left .flags {
  margin: 0;
}
#home .top-bar-left #form-language ul.dropdown-menu,
#home .top-bar-left #form-currency ul.dropdown-menu {
  min-width: 100px;
  background: #fff !important;
  padding: 15px;
}
#home .top-bar-left #form-language ul.dropdown-menu > li a,
#home .top-bar-left #form-currency ul.dropdown-menu > li a {
  color: #000 !important;
  cursor: pointer;
}
#home .top-bar-left #form-language ul.dropdown-menu > li a::before,
#home .top-bar-left #form-currency ul.dropdown-menu > li a::before {
  content: unset !important;
}
#home .top-bar-left #form-language ul.dropdown-menu > li a:hover, #home .top-bar-left #form-language ul.dropdown-menu > li a:focus,
#home .top-bar-left #form-currency ul.dropdown-menu > li a:hover,
#home .top-bar-left #form-currency ul.dropdown-menu > li a:focus {
  text-decoration: underline;
}
#home .top-bar-left ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(57, 62, 70, 0.8);
  letter-spacing: 0.8px;
}
#home .top-bar-left ul li a:hover, #home .top-bar-left ul li a:focus {
  color: #1846BA;
}
#home .top-bar-left .icon-user, #home .top-bar-left .icon-search {
  display: none !important;
}
#home .top-bar-left .top-bar-right > ul > li + li:before {
  content: unset;
}

#home .header-tel {
  margin: 0 auto;
  align-items: center;
  transition: all 0.2s ease-in;
  padding: 10px 27px;
  border-radius: 31px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  margin-right: 15px;
}
#home .header-tela:hover, #home .header-tela:focus {
  border: 1px solid #1846BA;
  background-color: #1846BA;
  color: #fff;
}
#home .header-tel span {
  display: flex;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
}
@media (min-width: 992px) {
  #home .header-tel span {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

#home .navigation-wrapper {
  background: #fff;
  border-top: none;
  font-family: "Russo One", sans-serif;
}
#home .navigation-wrapper .container {
  max-width: 1400px;
}

#home .sf-menu > li > a {
  padding: 9px 0 !important;
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  text-transform: uppercase;
  transition: all 0.2s ease-in !important;
  font-family: "Russo One", sans-serif;
}

#home .sf-menu .block-title {
  font-weight: 500;
  border: none;
  color: #000;
  padding: 10px 26px;
  margin-bottom: 10px;
  padding-right: 35px;
}
#home .sf-menu .block-title span, #home .sf-menu .block-title a {
  font-family: inherit;
}
#home .sf-menu .block-title span::after {
  content: unset;
}

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

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

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

#home .sf-menu li > a > .arrow {
  line-height: 1;
  height: auto;
  width: 12px;
  position: relative;
  margin-top: 2px;
  margin-left: 6px;
  transform: rotate(90deg);
  display: inline;
}

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

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

#home .sf-menu {
  margin-bottom: 0;
  justify-content: flex-start;
}
#home .sf-menu a, #home .sf-menu span, #home .sf-menu div {
  font-family: "Russo One", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#home .sf-menu > li ul > li div {
  margin: 0;
  border: none;
  background: transparent;
  position: relative;
  max-width: 100%;
  min-width: 100%;
}

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

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

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

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

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

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

#home .sf-menu > li ul > li div a,
#home .sf-menu > li ul > li > a {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 !important;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

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

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

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

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

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

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

#home.common-home .page-section#banners_module_17490 {
  padding: 0 !important;
}
#home.common-home .main-slider i {
  transition: none;
}
#home.common-home .owl-wrapper-outer {
  box-shadow: none;
}
#home.common-home .main-slider .caption .container {
  position: static;
}
#home.common-home .main-slider .caption .div-table {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption .div-cell {
    vertical-align: bottom !important;
  }
}
#home.common-home .main-slider .caption .caption-content {
  margin-left: 0;
  margin-right: 0;
  max-width: 450px;
  width: 45%;
}
#home.common-home .main-slider .caption .caption-content h3 {
  text-align: left;
  margin-bottom: 1.5vw;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption .caption-content h3 {
    margin-bottom: 5vw;
  }
}
#home.common-home .main-slider .caption .caption-content .caption-subtitle {
  font-size: 44px;
  line-height: 0;
}
#home.common-home .main-slider .caption .caption-content .caption-subtitle span {
  font-weight: 800;
  font-size: 92px;
  font-size: 2.9vw;
  line-height: 0.9;
  text-shadow: none;
  letter-spacing: 0;
  color: #000;
  text-transform: none;
}
#home.common-home .main-slider .caption .caption-content .caption-subtitle span span {
  color: #1846BA;
}
@media (max-width: 991px) {
  #home.common-home .main-slider .caption .caption-content .btn.btn-theme {
    font-size: 1.6vw;
    font-size: 1.6vw;
    justify-content: start;
    height: auto;
  }
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption .caption-content {
    display: block !important;
    max-width: 100%;
    width: 100%;
    transform: none;
    padding: 0 0 36px 0;
  }
  #home.common-home .main-slider .caption .caption-content .caption-subtitle span {
    font-size: 9vw;
    margin: 0;
    margin-bottom: 22.5vw;
  }
  #home.common-home .main-slider .caption .caption-content .btn-btn-theme {
    font-size: 14px !important;
    line-height: 18px;
    width: 100%;
    margin: 0;
  }
}
#home.common-home .main-slider .caption .btn.btn-theme {
  font-size: 22px;
  font-size: 1vw;
  line-height: 1.05;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  text-transform: none;
}
#home.common-home .main-slider .caption .btn.btn-theme i {
  margin-left: 10px;
}
#home.common-home .main-slider .caption .btn.btn-theme span {
  letter-spacing: 0;
  font-weight: 600;
  color: inherit !important;
}
@media (max-width: 575px) {
  #home.common-home .main-slider .caption .btn.btn-theme {
    font-size: 14px !important;
    line-height: 18px;
    margin: 0;
  }
}

#home .main-slider .caption-content .caption-text {
  margin: 0;
}

#home .homefeatured_category .row {
  justify-content: center;
  row-gap: 15px;
}
@media (max-width: 568px) {
  #home .homefeatured_category .row {
    padding: 0;
  }
}
#home .thumbnail.thumbnail-banner .caption-inner {
  border: none;
}
#home .wrapper .homefeatured_category > div > div > div {
  max-width: 50%;
  height: auto;
  margin: 0 !important;
  border: 0;
}
@media (max-width: 768px) {
  #home .wrapper .homefeatured_category > div > div > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#home .homefeatured_category .thumbnail .media {
  background: #ffffff;
  border: none;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 0px;
  transition: box-shadow 0.2s ease-in;
  overflow: visible;
}
#home .homefeatured_category .thumbnail .media .img-bg {
  overflow: hidden;
  display: block;
  border-radius: 0;
}
#home .homefeatured_category .thumbnail .media img {
  max-width: 100%;
  height: auto;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-in;
}
#home .wrapper .homefeatured_category > div > div > div > .thumbnail {
  border: none;
}
#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption {
  position: absolute;
  height: 100%;
  display: flex;
}
#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-wrapper {
  height: auto !important;
  display: table !important;
  padding-left: 0;
  padding-right: 0;
  height: 100% !important;
}
#home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-inner {
  display: table-cell !important;
  vertical-align: middle !important;
  height: auto !important;
  position: relative;
  padding-left: 0;
}
@media (max-width: 640px) {
  #home .wrapper .homefeatured_category > div > div > div > .thumbnail .media .media-link .caption .caption-inner {
    padding-left: 0;
    padding-top: 0;
  }
}
#home .homefeatured_category .caption-title {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  transition: background-color 0.2s ease-in;
  text-align: center !important;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
#home .homefeatured_category .caption-title span {
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  color: #FFF;
  background-color: transparent;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  padding-left: 53px;
  margin: 0;
  transition: color 0.2s ease-in;
  text-transform: uppercase;
  font-family: "Russo One", sans-serif;
}
@media (max-width: 592px) {
  #home .homefeatured_category .caption-title span {
    font-size: 24px;
    padding-left: 27px;
  }
}
#home .homefeatured_category .media-link {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home .homefeatured_category .media-link .btn.btn-theme {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-left: 53px;
  padding: 10px 20px;
  float: none;
  margin-top: 15px;
  text-transform: uppercase;
  border-color: #fff;
  color: #fff;
  background-color: #000 !important;
}
@media (max-width: 592px) {
  #home .homefeatured_category .media-link .btn.btn-theme {
    margin-left: 27px;
  }
}
#home .homefeatured_category .media-link .btn.btn-theme:hover, #home .homefeatured_category .media-link .btn.btn-theme:focus {
  border-color: #000;
  color: #000;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  #home .homefeatured_category .media-link .homefeatured_category .thumbnail .media {
    min-height: 0 !important;
  }
}

#home .social-icons li {
  padding: 0;
  border: none;
}
#home .social-icons li a:hover,
#home .social-icons li a:focus {
  background-color: transparent;
}
#home .footer .logo {
  max-height: unset;
  max-width: 100%;
  text-align: left;
  margin: 0;
}
#home .footer .logo img {
  width: auto;
  height: auto;
  max-height: 150px;
}
#home footer.footer {
  border-top: none;
  background-color: #1D1D1D;
}
#home .footer-widgets {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  display: block !important;
}
#home .footer-widgets .widget-categories ul li a,
#home .footer-widgets .widget-categories ul li > span {
  color: #FFF;
  padding-left: 0;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 592px) {
  #home .footer-widgets .widget-categories ul li a,
  #home .footer-widgets .widget-categories ul li > span {
    font-size: 14px;
    line-height: 16px;
  }
}
#home .footer-widgets .widget-categories ul li + li {
  border-top: none;
}
#home .footer-widgets .widget-categories a:hover,
#home .footer-widgets .widget-categories a:focus {
  color: #1846BA !important;
}
#home .footer-widgets .widget-title {
  font-family: "Russo One", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 592px) {
  #home .footer-widgets .widget-title {
    font-size: 16px;
    line-height: 18px;
  }
}
#home .footer-widgets .widget-title::before {
  display: none;
}
#home .footer-widgets .widget-categories ul li a:before {
  display: none;
}
#home .footer-widgets .container > .row > div {
  padding-top: 50px;
  padding-bottom: 50px;
  flex: 0 0 25%;
  max-width: 25%;
}
#home .footer-meta {
  border-top: none;
  background: transparent;
}
@media (max-width: 595px) {
  #home .footer-meta {
    padding-bottom: 10px;
  }
}
#home .footer-meta .footer_content_wrapper {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #home .footer-meta .footer_content_wrapper {
    order: 1;
  }
}
#home .footer-meta .footer_content_wrapper div {
  margin-left: 0 !important;
}
#home .footer-meta .footer_content_wrapper img {
  margin-right: 20px;
}
#home .footer-meta .footer_content_wrapper svg {
  max-width: 360px !important;
}
@media (max-width: 595px) {
  #home .footer-meta .footer_content_wrapper svg {
    max-width: 100% !important;
  }
}
#home .footer-meta .copyright a {
  text-align: center;
}
#home .footer-meta .copyright img {
  max-width: 120px;
}
#home .footer-meta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#home .footer-meta p {
  margin-bottom: 0;
}
#home .footer-widgets > .container {
  margin: auto;
  height: auto;
  padding: 0 15px;
}
#home .footer .social-icons {
  margin-top: 20px;
}
#home .footer .social-icons li a {
  border: none;
}
#home .footer .social-icons li a i {
  color: #FFF;
  font-size: 18px;
}
#home .footer .social-icons li a i[class*=instagram] {
  font-size: 19px;
}
#home .footer .social-icons .fa-facebook-f:before {
  content: "\f09a";
}
#home .footer .social-icons li a:hover i,
#home .footer .social-icons li a:focus i {
  color: #1846BA;
}
#home .fa.fa-wheelchair {
  color: #fff !important;
}
#home .footer .copyright_row {
  width: 100%;
}
@media (max-width: 768px) {
  #home .footer .copyright_row {
    flex-direction: column;
    gap: 0;
  }
}
#home .footer-meta .payments {
  max-width: 100%;
  width: 337px;
  padding-top: 0;
}
@media (max-width: 992px) {
  #home .footer-meta .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #home .footer-widgets {
    border-bottom: 0;
  }
  #home .footer .footer-widgets .row > div:not(.logo-wrap) {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    border-left: none;
    border-collapse: collapse;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0 !important;
  }
  #home .footer .copyright_row > div {
    margin: 0 auto;
  }
  #home .footer .footer-meta {
    border-top: none;
  }
}

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

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

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

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

#home.product-category .subcategories_top {
  display: block;
}
#home.product-category .subcategories_top > .container > .row {
  row-gap: 15px;
  padding: 0;
}
#home.product-category .subcategories_top > .container > .row > .media_holder {
  margin: 0;
  padding: 0 15px;
  flex: 0 0 25%;
  max-width: 25%;
  min-width: unset;
}
@media (max-width: 768px) {
  #home.product-category .subcategories_top > .container > .row > .media_holder {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail {
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 15px;
  height: 100%;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media {
  height: 100%;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link {
  display: flex;
  flex-direction: column;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link:hover .caption-title span, #home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link:focus .caption-title span {
  color: #1846BA;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link .caption-title {
  margin: 0;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link .caption-title span {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 592px) {
  #home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link .caption-title span {
    font-size: 13px;
  }
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link .img_holder {
  border: none;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
#home.product-category .subcategories_top > .container > .row > .media_holder > .thumbnail .media .media-link .img_holder img {
  border-radius: 0;
  padding: 0;
}

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

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

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

#home.product-product .product-single.product-item #tab-description {
  border-top: none;
}

@media (min-width: 992px) {
  #home.product-product .product-single.product-item {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  #home .row.products.grid {
    justify-content: center;
  }
}
#home .product-item .thumbnail .caption,
#home .product-layout .thumbnail .caption {
  max-height: 100%;
}
#home:not(.product-product) .product-item {
  border: none;
  transition: box-shadow 0.2s ease-in;
}
#home:not(.product-product) .product-item.mb-md-4 {
  padding: 12px;
}
@media (max-width: 592px) {
  #home:not(.product-product) .product-item.mb-md-4 {
    padding: 6px;
  }
}
#home #search_results .product-item {
  max-width: 100%;
  width: 100%;
}
#home .checkout_cart_inner .product-item {
  max-width: 100%;
}
#home .sticker {
  right: auto;
  max-width: 44px;
}
#home .add_to_cart,
#home .more_details_btn_wrapper {
  height: 36px;
}
#home .add_to_cart > button,
#home .more_details_btn_wrapper > button {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  border: 1px solid;
  text-transform: none;
  font-size: 14px;
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-left: auto;
  transition: all 0.2s ease-in;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#home .add_to_cart > button:hover, #home .add_to_cart > button:focus,
#home .more_details_btn_wrapper > button:hover,
#home .more_details_btn_wrapper > button:focus {
  background-color: #1846BA !important;
  border-color: #1846BA !important;
  color: #fff !important;
}
#home .add_to_cart > button span,
#home .more_details_btn_wrapper > button span {
  margin-left: 0;
  margin-right: 0;
  font-size: inherit;
}
#home .add_to_cart > button i,
#home .more_details_btn_wrapper > button i {
  display: inline !important;
  font-size: 20px;
  margin: 0;
}
#home .add_to_cart > button i[class*=cart]::before,
#home .more_details_btn_wrapper > button i[class*=cart]::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.36531 16.1683C5.00094 16.1683 4.69113 16.0406 4.43588 15.7853C4.18063 15.53 4.053 15.2202 4.053 14.8558C4.053 14.4913 4.18063 14.1814 4.43588 13.9262C4.69113 13.6709 5.00094 13.5433 5.36531 13.5433C5.72981 13.5433 6.03969 13.6709 6.29494 13.9262C6.55019 14.1814 6.67781 14.4913 6.67781 14.8558C6.67781 15.2202 6.55019 15.53 6.29494 15.7853C6.03969 16.0406 5.72981 16.1683 5.36531 16.1683ZM12.6347 16.1683C12.2702 16.1683 11.9603 16.0406 11.7051 15.7853C11.4498 15.53 11.3222 15.2202 11.3222 14.8558C11.3222 14.4913 11.4498 14.1814 11.7051 13.9262C11.9603 13.6709 12.2702 13.5433 12.6347 13.5433C12.9991 13.5433 13.3089 13.6709 13.5641 13.9262C13.8194 14.1814 13.947 14.4913 13.947 14.8558C13.947 15.2202 13.8194 15.53 13.5641 15.7853C13.3089 16.0406 12.9991 16.1683 12.6347 16.1683ZM3.97219 3.1875H14.3856C14.6923 3.1875 14.9243 3.31806 15.0814 3.57919C15.2386 3.84019 15.2461 4.10675 15.1039 4.37887L12.7009 8.73169C12.5779 8.94806 12.4152 9.11656 12.2128 9.23719C12.0103 9.35794 11.7884 9.41831 11.5472 9.41831H6.075L5.20669 11.0048C5.16819 11.0625 5.167 11.125 5.20312 11.1923C5.23913 11.2596 5.29319 11.2933 5.36531 11.2933H13.947V12.4183H5.36531C4.86531 12.4183 4.48962 12.2027 4.23825 11.7714C3.98675 11.3402 3.97787 10.9096 4.21163 10.4798L5.28169 8.55581L2.553 2.8125H1.125V1.6875H3.25969L3.97219 3.1875Z' fill='white'/%3E%3C/svg%3E%0A");
}
#home .add_to_cart .buttons_added.quantity,
#home .more_details_btn_wrapper .buttons_added.quantity {
  align-items: center;
}
#home .more_details_btn_wrapper {
  height: 36px;
  display: flex !important;
}
#home .more_details_btn_wrapper > button {
  width: 180px;
  max-width: 180px;
  background-color: #F4F4F4 !important;
  color: #2C2C2C !important;
  border-color: #F4F4F4 !important;
}
#home .more_details_btn_wrapper > button:hover, #home .more_details_btn_wrapper > button:focus {
  color: #1846BA !important;
}
#home .product-item .thumbnail {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
@media (max-width: 592px) {
  #home .product-item .thumbnail {
    padding: 10px;
  }
}
#home .product-item .thumbnail button i[class*=cart] {
  display: none !important;
}
#home .product-item .thumbnail .caption {
  order: 1;
}
#home .product-item .thumbnail .caption.text-center {
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
  text-align: center !important;
}
#home .product-item .thumbnail .media a {
  margin: 0 auto;
}
#home .product-item .thumbnail .media a img {
  transition: transform 0.2s ease-in;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-height: 100%;
  max-width: 100%;
}
#home .product-item .thumbnail .media a:hover img, #home .product-item .thumbnail .media a:focus img {
  transform: scale(1.07);
}
#home .product-item .thumbnail .price_actions {
  order: 2;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
}
#home .product-item .thumbnail .price_actions .spinner-grow {
  display: none;
}
#home .product-item .thumbnail .bottom_price_actions {
  order: 4;
  margin-top: 0;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#home .product-item .thumbnail .bottom_price_actions .price {
  display: none !important;
  width: 100%;
  text-align: center;
}
#home .product-item .thumbnail .bottom_price_actions .add_to_cart,
#home .product-item .thumbnail .bottom_price_actions .more_details_btn_wrapper {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
}
@media (max-width: 592px) {
  #home .product-item .thumbnail .bottom_price_actions .add_to_cart,
  #home .product-item .thumbnail .bottom_price_actions .more_details_btn_wrapper {
    margin-top: 0;
    max-width: 100px;
  }
}
#home .product-item .thumbnail .caption-title {
  justify-content: center;
  text-align: center !important;
  text-overflow: ellipsis;
}
#home .product-item .thumbnail .caption-title a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home .product-item .thumbnail .caption-title a:hover, #home .product-item .thumbnail .caption-title a:focus {
  color: #1846BA;
}
#home .price {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  font-family: "Russo One", sans-serif;
}
#home .price span, #home .price p, #home .price ins, #home .price del {
  font-family: "Russo One", sans-serif;
}
#home .price ins {
  font-size: inherit !important;
  color: #FF2D2D;
}
#home .price del {
  color: #A6A6A6;
  font-size: 12px !important;
  font-weight: 400;
}
@media (max-width: 568px) {
  #home .price del {
    font-size: 12px !important;
  }
}
#home .product-item .thumbnail .upper_price_actions {
  margin-top: 0;
  align-items: center;
  text-align: center;
  order: 2;
  margin-bottom: 5px;
  margin-top: auto;
  justify-content: center;
}
#home .product-item .thumbnail .upper_price_actions .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #2B2B2E;
  text-align: center !important;
  justify-content: center;
}
#home .product-item .thumbnail .upper_price_actions .price ins {
  font-size: inherit !important;
  color: #FF2727;
}
#home .product-item .thumbnail .upper_price_actions .price del {
  font-size: 14px !important;
}
@media (max-width: 592px) {
  #home .product-item .thumbnail .upper_price_actions .price {
    flex-direction: column;
    align-items: center;
  }
}
#home .wrapper-out-of-stock {
  top: 0 !important;
}
#home .remove_from_cart i {
  color: #000 !important;
}
@media only screen and (max-width: 576px) {
  #home .out-of-stock-stamp {
    top: 0;
    bottom: auto;
  }
}

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

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

#home .brands_slider_module .caption {
  display: none !important;
}

#home .container.p-0 .section-title {
  padding: 0 15px;
}

#home .custom-radio .custom-control-label::before {
  border-radius: 0.25rem;
}

#home .splide:not(#main-carousel):not(#thumbnail-carousel-track) .splide__track .splide__list .product-item .thumbnail .caption h4.caption-title {
  justify-content: center;
  text-align: center !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.5px;
}

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text {
  color: #000;
}

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a {
  background-color: #000;
  border-color: #000;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s ease-in;
  max-width: 100%;
}
#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:hover, #home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:focus {
  background-color: #1846BA;
  border-color: #1846BA;
  color: #fff;
}
#home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:hover span, #home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a:focus span {
  color: #fff;
}
@media (max-width: 592px) {
  #home .wrapper .header .header-wrapper .header-search #search_results > .results_text > a {
    max-width: 320px;
  }
}

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

#home .wrapper .header .header-wrapper .header-search #search_results > .results_text a span {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button {
  width: 100%;
  height: 40px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px;
  height: 100%;
  padding: 0;
  font-size: 0;
  margin-left: auto;
  justify-content: center !important;
  align-items: center;
  display: flex;
  border: 1px solid;
  background-color: transparent !important;
  border-color: transparent !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button span {
  font-size: 0;
  margin: 0;
  color: #fff;
  display: none;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button i[class*=cart]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5.52 3.14L3.96 5.22C3.65102 5.63198 3.49652 5.83797 3.50011 6.01039C3.50323 6.16044 3.57358 6.30115 3.69175 6.39368C3.82754 6.5 4.08503 6.5 4.6 6.5H19.4C19.915 6.5 20.1725 6.5 20.3083 6.39368C20.4264 6.30115 20.4968 6.16044 20.4999 6.01039C20.5035 5.83797 20.349 5.63198 20.04 5.22L18.48 3.14M5.52 3.14C5.696 2.90533 5.784 2.788 5.89552 2.70338C5.9943 2.62842 6.10616 2.5725 6.22539 2.53845C6.36 2.5 6.50667 2.5 6.8 2.5H17.2C17.4933 2.5 17.64 2.5 17.7746 2.53845C17.8938 2.5725 18.0057 2.62842 18.1045 2.70338C18.216 2.788 18.304 2.90533 18.48 3.14M5.52 3.14L3.64 5.64666C3.40254 5.96328 3.28381 6.12159 3.1995 6.29592C3.12469 6.45062 3.07012 6.61431 3.03715 6.78296C3 6.97301 3 7.1709 3 7.56666L3 19.3C3 20.4201 3 20.9802 3.21799 21.408C3.40973 21.7843 3.71569 22.0903 4.09202 22.282C4.51984 22.5 5.07989 22.5 6.2 22.5L17.8 22.5C18.9201 22.5 19.4802 22.5 19.908 22.282C20.2843 22.0903 20.5903 21.7843 20.782 21.408C21 20.9802 21 20.4201 21 19.3V7.56667C21 7.1709 21 6.97301 20.9628 6.78296C20.9299 6.61431 20.8753 6.45062 20.8005 6.29592C20.7162 6.12159 20.5975 5.96328 20.36 5.64667L18.48 3.14M16 10.5C16 11.5609 15.5786 12.5783 14.8284 13.3284C14.0783 14.0786 13.0609 14.5 12 14.5C10.9391 14.5 9.92172 14.0786 9.17157 13.3284C8.42143 12.5783 8 11.5609 8 10.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button {
    height: 40px !important;
  }
}

#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover span, #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover i,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus span,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus i {
  color: #fff !important;
}
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover span[class*=cart]::before, #home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:hover i[class*=cart]::before,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus span[class*=cart]::before,
#home .wrapper .header .header-wrapper .header-search #search_results .add_to_cart > button:focus i[class*=cart]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5.52 3.14L3.96 5.22C3.65102 5.63198 3.49652 5.83797 3.50011 6.01039C3.50323 6.16044 3.57358 6.30115 3.69175 6.39368C3.82754 6.5 4.08503 6.5 4.6 6.5H19.4C19.915 6.5 20.1725 6.5 20.3083 6.39368C20.4264 6.30115 20.4968 6.16044 20.4999 6.01039C20.5035 5.83797 20.349 5.63198 20.04 5.22L18.48 3.14M5.52 3.14C5.696 2.90533 5.784 2.788 5.89552 2.70338C5.9943 2.62842 6.10616 2.5725 6.22539 2.53845C6.36 2.5 6.50667 2.5 6.8 2.5H17.2C17.4933 2.5 17.64 2.5 17.7746 2.53845C17.8938 2.5725 18.0057 2.62842 18.1045 2.70338C18.216 2.788 18.304 2.90533 18.48 3.14M5.52 3.14L3.64 5.64666C3.40254 5.96328 3.28381 6.12159 3.1995 6.29592C3.12469 6.45062 3.07012 6.61431 3.03715 6.78296C3 6.97301 3 7.1709 3 7.56666L3 19.3C3 20.4201 3 20.9802 3.21799 21.408C3.40973 21.7843 3.71569 22.0903 4.09202 22.282C4.51984 22.5 5.07989 22.5 6.2 22.5L17.8 22.5C18.9201 22.5 19.4802 22.5 19.908 22.282C20.2843 22.0903 20.5903 21.7843 20.782 21.408C21 20.9802 21 20.4201 21 19.3V7.56667C21 7.1709 21 6.97301 20.9628 6.78296C20.9299 6.61431 20.8753 6.45062 20.8005 6.29592C20.7162 6.12159 20.5975 5.96328 20.36 5.64667L18.48 3.14M16 10.5C16 11.5609 15.5786 12.5783 14.8284 13.3284C14.0783 14.0786 13.0609 14.5 12 14.5C10.9391 14.5 9.92172 14.0786 9.17157 13.3284C8.42143 12.5783 8 11.5609 8 10.5' stroke='%231846BA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#home .thumbnail .price_actions .add_to_cart .buttons_added.quantity {
  justify-content: end;
}

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

#home .advantages-list {
  row-gap: 30px;
  margin-bottom: 0;
}
#home .advantages-list__item > div {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#home .advantages-list__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin: 0 auto;
  margin-bottom: 22px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#home .advantages-list__icon.advantages-1 {
  background-image: url("https://sellavi-bulgaria.github.io/BG114878/images/advantages-1.svg");
}
#home .advantages-list__icon.advantages-2 {
  background-image: url("https://sellavi-bulgaria.github.io/BG114878/images/advantages-2.svg");
}
#home .advantages-list__icon.advantages-3 {
  background-image: url("https://sellavi-bulgaria.github.io/BG114878/images/advantages-3.svg");
}
#home .advantages-list__icon.advantages-4 {
  background-image: url("https://sellavi-bulgaria.github.io/BG114878/images/advantages-4.svg");
}
#home .advantages-list__title {
  color: #1D1D1D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Russo One", sans-serif;
}
#home .advantages-list__text {
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

#home .section-small-banners .row {
  row-gap: 15px;
}
#home .section-small-banners .small-banner-inner {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 39px;
  font-family: "Russo One", sans-serif;
}
#home .section-small-banners .small-banner-inner.first {
  background: #CA71FF;
}
#home .section-small-banners .small-banner-inner.second {
  background: #5CB6F5;
}
@media (max-width: 592px) {
  #home .section-small-banners .small-banner-inner {
    font-size: 28px;
  }
}

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

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

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

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

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

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

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

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

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

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

#home.sidenav-enabled .mobile_side_nav {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  border-right: 0;
  font-family: "Russo One", sans-serif;
}
#home.sidenav-enabled.ltr .wrapper.fixed {
  left: auto;
}
#home.sidenav-enabled .mobile_side_nav {
  width: 100%;
  top: 88px;
  box-shadow: none;
  border-right: 0;
  z-index: 9;
  height: 100%;
}
#home.sidenav-enabled .header_content_wrapper ~ .header-wrapper .mobile_side_nav {
  top: 122px;
}
#home.sidenav-enabled.ltr .wrapper-opened {
  left: 0;
  right: 0;
}
#home.sidenav-enabled .prevent_touch_banner {
  display: none;
}
#home.sidenav-enabled.ltr .flexy > .arrow {
  display: block;
  border-right: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
}
#home.sidenav-enabled.ltr .flexy > .arrow.second-child {
  top: 7px;
  right: -15px;
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow i {
  font-weight: 700;
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow i::before {
  content: "\f105";
}
#home.sidenav-enabled .mobile_side_nav > ul a {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  border-bottom: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  line-height: 16px !important;
}
#home.sidenav-enabled .mobile_side_nav > ul {
  padding: 42px 20px 178px;
  background: #fff;
  height: 100%;
}
#home.sidenav-enabled .mobile_side_nav > ul > .flexy > a {
  border-bottom: none;
  justify-content: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-right: 40px;
  color: #000;
}
#home.sidenav-enabled .mobile_side_nav > ul > .flexy.mobile-catalogue-btn > .arrow[aria-expanded=true] i {
  transform: rotate(180deg);
}
#home.sidenav-enabled .mobile_side_nav .flexy > .arrow.clicked {
  background-color: transparent;
  transform: rotate(180deg);
}
#home.sidenav-enabled.ltr .mobile_side_nav ul {
  direction: ltr;
}
#home .flexy > .arrow.clicked i {
  transform: rotate(90deg);
  color: #1846BA;
}
#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
}
#home.sidenav-enabled .mobile_side_nav_menu {
  display: flex;
  flex-direction: column;
}
#home.sidenav-enabled .mobile_side_nav_menu > li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.flexy.li__contacts {
  border-bottom: none;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.flexy.li__contacts .lang__switcher form a:not(.language-select, .currency-select),
#home.sidenav-enabled .mobile_side_nav_menu > li.flexy.li__contacts .currency__switcher form a:not(.language-select, .currency-select) {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid rgba(113, 113, 113, 0.4);
}
#home.sidenav-enabled .mobile_side_nav_menu > li.flexy.contact_us {
  display: flex;
}
#home.sidenav-enabled .mobile_side_nav_menu > li.flexy.contact_us > a {
  color: rgba(17, 17, 18, 0.58) !important;
}
#home.sidenav-enabled .mobile_side_nav_menu > li > a {
  display: flex;
  align-items: center;
  padding-left: 0;
}
#home.sidenav-enabled .mobile_side_nav_menu > li > div > ul {
  border-radius: 0;
}
#home.sidenav-enabled .mobile_side_nav_menu > li > div > ul > li {
  padding-left: 25px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  #home.sidenav-enabled .mobile_side_nav_menu .header-btn {
    display: block;
    margin: 26px auto 26px;
    max-width: 100%;
  }
}
#home .mobile_side_nav_menu > .sidenav_search {
  order: 0;
}
#home .mobile_side_nav_menu .flexy:first-child {
  padding-top: 0;
  border-top: none;
}
#home .header_tel-number {
  text-align: center;
}
#home .header_tel-number span {
  font-weight: 700;
  font-size: 20px;
  line-height: 137%;
  color: #000;
}
#home .mobile-nav-search {
  display: block;
  padding: 9px;
  width: 111px;
  background-color: #000;
  position: absolute;
  z-index: 100;
  right: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  color: #000;
  text-align: center;
  border: 2px solid #9C9C9C;
}
#home .mobile_side_nav .sidenav_search {
  order: 0;
  display: block;
  margin: 0 auto;
  margin-top: 23px !important;
  margin-bottom: 30px !important;
  width: 100%;
  display: none !important;
}
#home .mobile_side_nav .sidenav_search .form-control {
  border-color: #9C9C9C;
  background-color: #fff;
  color: #9C9C9C;
  direction: ltr;
}
#home .mobile_side_nav .sidenav_search .form-control::-moz-placeholder {
  color: #A29E9E !important;
}
#home .mobile_side_nav .sidenav_search .form-control::placeholder {
  color: #A29E9E !important;
}
#home .mobile_side_nav .sidenav_search .fa-search {
  color: #9C9C9C;
}
#home .header .fas.fa-bars {
  color: #202029;
}
#home .header .fas.fa-times {
  color: #202029;
}
#home .mobile_side_nav .sidenav_search .fa-search {
  color: #949494;
}

#home .mobile_side_nav_menu > .flexy > a,
#home .mobile_side_nav_menu > .extra_link > a,
#home .mobile_side_nav_menu > .home_link > a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  padding-left: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0;
  color: #000;
}

#home .mobile_side_nav_menu > .flexy > div > ul > li > div > ul > li > a {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding-left: 40px;
  color: #80808D;
}

#home .extra_link {
  display: none;
}

#home .header_login-mobile a,
#home .header_tel-mobile a {
  white-space: nowrap;
}

#home .header_login-mobile a {
  color: #1D1D1D !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  background-color: #fff !important;
  border-color: #1D1D1D !important;
}

#home .header_tel-mobile a {
  border: 1px solid #000 !important;
  background: #000 !important;
}
#home .header_tel-mobile a span {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

#home .mobile_side_nav_menu > .flexy.working-hours {
  display: flex;
  line-height: normal;
  flex-direction: column;
  gap: 8px;
  margin-top: 100px;
  padding-top: 20px;
}

#home.sidenav-enabled.ltr .header_tel-mobile {
  margin-top: auto;
}

#home.sidenav-enabled.ltr .header_login-mobile,
#home.sidenav-enabled.ltr .header_tel-mobile {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#home.sidenav-enabled.ltr .header_login-mobile a,
#home.sidenav-enabled.ltr .header_tel-mobile a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap;
  margin: 0 auto;
  border-bottom: 1px solid;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  justify-content: center !important;
  padding: 12px 20px !important;
  text-align: center !important;
  border: none;
  font-size: 14px !important;
  height: 40px;
  border: 1px solid;
  text-transform: none;
}

#home.sidenav-enabled.ltr .mobile_side_nav > ul > li > div > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

#home .flexy.li__socials {
  display: flex;
  justify-content: center;
}
#home .flexy.li__socials li {
  padding: 0;
  border: none;
}
#home .flexy.li__socials li > a {
  font-size: 20px !important;
  padding: 0 !important;
  text-align: center !important;
  color: #000 !important;
  border: none;
}
#home .flexy.li__socials li > a i {
  color: inherit;
}
#home .flexy.li__socials li a:hover,
#home .flexy.li__socials li a:focus {
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */