/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --content-width: 1200px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--content-width);
}

:root {
  --font-size-body: 14px;
  --body-weight: var(--font-normal);
  --body-line-height: 1.5em;
  --body-letter-spacing: 0.6px;
  --body-text-transform: unset;
  --body-font-family: "Montserrat";
  --heading-font-family: "Playfair Display";
  --border-radius: 0px;
  --heading-letter-spacing: 0px;
  --heading-weight: var(--font-medium);
}
:root .h1, :root h1 {
  --h1-size: 38px;
  line-height: 1.2;
}
:root .h2, :root h2 {
  --h2-size: 32px;
  line-height: 1.2;
}
:root .h3, :root h3 {
  --h3-size: 28px;
  line-height: 1.2;
}
:root .h4, :root h4 {
  --h4-size: 24px;
  line-height: 1.2;
}
:root .h5, :root h5 {
  --h5-size: 20px;
  line-height: 1.2;
}
:root .h6, :root h6 {
  --h6-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  :root .h1, :root h1 {
    --h1-size: 32px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h3, :root h3 {
    --h3-size: 26px;
  }
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 24px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}
@media (max-width: 479px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
  :root .h3, :root h3 {
    --h3-size: 21px;
  }
}

.hero-section .page-title-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.hero-section .page-title-wrapper .page-header h1 {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 767px) {
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero-section .page-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 80px;
  }
}
:root {
  --btn-text-transform: uppercase;
  --btn-letter-spacing: 0.6px;
  --btn-padding-y: 8px;
  --btn-padding-x: 25px;
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 13px;
  --btn-weight: var(--font-normal);
  --btn-line-height: 42px;
  --btn-height: 42px;
  --btn-border-width: 0;
  --btn-radius: 0px;
}
@media (max-width: 991px) {
  :root {
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 14px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-height: 36px;
    --btn-line-height: 36px;
    --btn-padding-x: 12px;
  }
}

:root {
  --input-border-radius: 0;
}

@media (min-width: 992px) {
  #left-column .block-categories, #left-column #search_filters {
    padding: 0;
    border: 1px solid var(--color-border);
  }
  #left-column .block-categories .category-top-menu, #left-column #search_filters .category-top-menu {
    margin: 0;
  }
  #left-column .block-categories .block-title, #left-column #search_filters .block-title {
    padding: 11px 20px;
    margin: 0;
    border-bottom: 1px solid var(--color-border);
    border-left: 2px solid var(--palette1);
  }
  #left-column .block-categories .block-title .title, #left-column #search_filters .block-title .title {
    font-size: 18px;
  }
  #left-column .block-categories .block-content, #left-column #search_filters .block-content {
    padding: 15px 20px;
  }
  #left-column .block-categories .block-content .facet-title, #left-column #search_filters .block-content .facet-title {
    font-size: 16px;
    font-weight: 600;
  }
  #left-column .block-categories .block-content .facet-label a, #left-column #search_filters .block-content .facet-label a {
    color: var(--palette4);
  }
  #left-column .block-categories .block-content .facet-label a:hover, #left-column #search_filters .block-content .facet-label a:hover {
    color: var(--palette1);
  }
  #left-column .block-categories .block-content .category-sub-menu, #left-column #search_filters .block-content .category-sub-menu {
    margin-top: 0;
  }
  #left-column .block-categories .block-content .category-sub-menu li a, #left-column #search_filters .block-content .category-sub-menu li a {
    color: var(--palette4);
  }
  #left-column .block-categories .block-content .category-sub-menu li a:hover, #left-column #search_filters .block-content .category-sub-menu li a:hover {
    color: var(--palette1);
  }
  #left-column #search_filters .facet .collapse,
  #left-column #search_filters_brands .facet .collapse,
  #left-column #search_filters_suppliers .facet .collapse {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #left-column #search_filters .facet[data-type=price] .collapse,
  #left-column #search_filters_brands .facet[data-type=price] .collapse,
  #left-column #search_filters_suppliers .facet[data-type=price] .collapse {
    padding-bottom: 25px;
  }
  #left-column #search_filters .facet:last-child .collapse,
  #left-column #search_filters_brands .facet:last-child .collapse,
  #left-column #search_filters_suppliers .facet:last-child .collapse {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
}
:root {
  --price-size: 16px;
  --price-weight: var(--font-medium);
  --price-letter-spacing:0.6px;
  --price-color: var(--palette1);
  --product-title-size: 14px;
  --product-title-weight: var(--font-normal);
  --product-title-line-height: 1.4em;
  --product-title-letter-spacing:0.5px;
  --product-title-transform: capitalize;
}
@media (max-width: 767px) {
  :root {
    --price-size: 15px;
  }
}

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
}

.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  background-color: var(--palette2);
  color: var(--palette9);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 6px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 6px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price {
  font-size: var(--price-size);
}

:root {
  --product-title-single-size: 24px;
  --product-title-single-line-height:1.3em;
}

@media (max-width: 991px) {
  :root {
    --product-title-single-size: 22px;
  }
}
@media (max-width: 479px) {
  :root {
    --product-title-single-size: 18px;
  }
}
/* // Product Page CSS */
.images-container .product-cover {
  border: 1px solid var(--color-border);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 30px;
  font-weight: var(--font-medium);
}

@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .product-details-top .product-prices .current-price-value, .product-details-top .product-prices .regular-price {
    font-size: 18px;
  }
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 18px;
  }
}
body#index:not(.elementor-editor-active) #header {
  background-color: transparent !important;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
}
body#index:not(.elementor-editor-active) #header .top-header, body#index:not(.elementor-editor-active) #header .main-header {
  background-color: transparent;
}

#header.fixed .sticky-header {
  background-color: var(--palette3) !important;
}

#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row .col-sm-10 {
  padding-right: 0;
}
#header .ava-search-bar .ava-search-result-container .product_list_widget .avasearch-items .product-name {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  font-family: var(--product-title-family);
}
#header .ava-search-bar .ava-search-result-container .product_list_widget .avasearch-items .product-price-and-shipping {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--price-color);
}
#header .swiper-button-next:not(.images-container .swiper-button-next), #header .swiper-button-prev:not(.images-container .swiper-button-prev) {
  background-color: var(--palette1);
  color: var(--palette9);
}
#header .swiper-button-next:not(.images-container .swiper-button-next):hover, #header .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background-color: var(--palette2);
}
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label {
  border-radius: var(--border-radius);
}

#footer .elementor-widget-ava-module .block-contact .block-contact-title {
  display: none;
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span a {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span a:hover {
  color: var(--palette1);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span:not(span.fax, span.email) {
  margin-bottom: 10px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form {
  position: relative;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  background-color: #3b3b3b;
  color: var(--palette9);
  width: 100%;
  border: none;
  min-width: 100%;
  height: 40px;
  padding: 10px 50px 10px 10px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  width: 40px;
  color: var(--palette9);
  border: none;
  height: 40px;
  min-height: 40px;
  background: var(--palette1) url(../img/plane.svg) no-repeat scroll center;
  background-size: 20px;
  font-size: 0;
  border-radius: 0;
  position: absolute;
  padding: 0;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition {
  color: var(--palette9);
  margin: 15px 0 0 0;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border-color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message {
  color: var(--palette9);
  margin-bottom: 0;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}

.cms-banner .elementor-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home-brand .item-inner {
  margin-bottom: 0 !important;
}
.home-brand .item-inner .image {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.home-gallery .item-inner {
  margin-bottom: 0 !important;
}

.home-product-block .product-list-reviews .comments-nb {
  color: var(--palette9);
}
.home-product-block .products.product-loop .product-miniature .thumbnail-container {
  background-color: transparent;
  border: 0;
}
.home-product-block .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border: none;
}
.home-product-block .products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
  color: var(--palette9);
}
.home-product-block .products.product-loop .product-miniature .thumbnail-container .product-description .product-title a:hover {
  color: var(--palette1);
}

.simple-scroll .elementor-widget-wrap::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.1);
}

.simple-scroll .elementor-widget-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

/* //Contact page */
#cms .contact-form input#file-upload {
  width: 100%;
}

.product-price-and-shipping, .product-prices div:not(div.tax-shipping-delivery-label), .wishlist-product-price, .product-price, .card .card-block .cart-summary-line .value, .elementor-cart__summary .elementor-cart__summary-value {
  font-family: var(--body-font-family);
}

#blockcart-modal .product-image, .product-comment-modal .modal-dialog .product-cover img, #stores .page-stores .store-picture img, #cart .cart-container .cart-item .product-image img, #order-items .image img, .ava-search-bar .ava-search-result-container .product_list_widget .image img, .searchbar-autocomplete .ui-menu-item .autocomplete-thumbnail, .wishlist-products-container .wishlist-products-list .wishlist-products-item .wishlist-product .wishlist-product-image,
.wrapper-compare-table .compare-header img {
  border: 1px solid var(--color-border);
  border-radius: var(--input-border-radius);
}

.order-confirmation-table div.details span {
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  font-family: var(--product-title-family);
  color: var(--product-title-color);
}
.order-confirmation-table div.row .text-xs-left, .order-confirmation-table div.row .text-xs-right {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--price-color);
}

.cart-content .cart-content-btn .btn-secondary {
  border: 0;
}

body#checkout #header {
  color: var(--palette9);
}
body#checkout #header .header-nav {
  background: var(--palette2);
}
body#checkout #header .header-nav .logo {
  max-width: 172px;
}
body#checkout #header .header-nav a {
  color: var(--palette9);
}

.back-to-top a:hover {
  border: 1px solid var(--palette9);
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 25% auto;
    grid-template-columns: 25% auto;
  }
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 24% auto;
    grid-template-columns: 24% auto;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  #header #mobile-menu-icon {
    font-size: 0;
  }
  #header .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container, #header .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 25% auto;
    grid-template-columns: 25% auto;
  }
}
@media (min-width: 768px) {
  .order-confirmation-table div.details span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer .elementor-widget-ava-module .block-contact #contact-infos span:not(span.fax, span.email) {
    margin-bottom: 5px;
  }
  #footer .elementor-widget-ava-module .block_newsletter {
    padding: 0;
  }
  .home-testimonial .elementor-testimonial-wrapper .quote-icon .icon {
    font-size: 45px !important;
  }
}
/* stylelint-enable */