/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&display=swap");
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--content-width);
}

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

@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-font-family: var(--body-font-family);
  --btn-font-size: 13px;
  --btn-weight: var(--font-medium);
  --btn-line-height: 42px;
  --btn-border-width: 0;
  --btn-radius: 0;
  --btn-height: 42px;
  --btn-padding-x: 30px;
  --btn-text-transform: uppercase;
  --btn-letter-spacing: var(--body-letter-spacing);
}
@media (max-width: 767px) {
  :root {
    --btn-height: 38px;
    --btn-padding-x: 15px;
    --btn-line-height: 38px;
  }
}

:root {
  --input-border-radius: 0;
  --input-font-size: 14px;
}

@media (min-width: 992px) {
  #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;
  }
}
@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 17px;
  }
}
:root {
  --product-title-size: 14px;
  --product-title-weight: var(--font-normal);
  --product-title-line-height: 1.6em;
  --price-size: 16px;
  --price-weight: 500;
  --price-color: var(--palette3);
  --btn-cart-bg-color: var(--palette1);
  --btn-cart-color: var(--palette9);
  --btn-cart-hover-bg-color: var(--palette2);
  --btn-cart-hover-color: var(--palette9);
  --product-title-transform: capitalize;
}
@media (max-width: 767px) {
  :root {
    --product-title-line-height: 1.4em;
    --price-size: 15px;
  }
}

.product-tab-section .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title a {
  height: 42px;
}

.products.product-loop .product-miniature .thumbnail-container {
  border-radius: 0;
  border: none;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 7px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 4px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 9px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  text-align: center;
  overflow: hidden;
}

.time-sale.style_9 .tmcore-countdown {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
    margin-block: 0 2px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
    margin-block: 0 3px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 7px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
    margin-block: 0 2px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
    margin-block: 0 3px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 7px;
  }
}
:root {
  --product-title-single-size: 26px;
  --product-title-single-line-height: 1.4em;
}
@media (max-width: 991px) {
  :root {
    --product-title-single-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 20px;
  }
}

div.summary .brand-title {
  margin-bottom: 8px;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 24px;
  font-weight: var(--font-semibold);
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 18px;
  }
}
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item, #header .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-next:not(.images-container .swiper-button-next),
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-prev:not(.images-container .swiper-button-prev), #header .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-next:not(.images-container .swiper-button-next),
#header .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-prev:not(.images-container .swiper-button-prev) {
  background: var(--palette1);
  color: var(--palette9);
}
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-next:not(.images-container .swiper-button-next):hover,
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-prev:not(.images-container .swiper-button-prev):hover, #header .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-next:not(.images-container .swiper-button-next):hover,
#header .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background: var(--palette2);
  color: var(--palette9);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .product-name {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .price {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--palette3);
}

#footer .block_newsletter {
  background: none;
  margin: 0;
  padding: 0;
}
#footer .block_newsletter .newsletter-content {
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  width: 530px;
  max-width: 100%;
  height: 46px;
  padding: 5px 20px;
  border: none;
  color: var(--palette3);
  background: var(--palette9);
  font-size: 14px;
  margin-right: 15px;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  height: 46px;
  max-height: 46px;
  vertical-align: top;
}
#footer .block_newsletter .newsletter-form .newsletter-condition {
  text-align: center;
}
#footer .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message {
  margin: 10px 0 0 0;
  text-align: center;
}
#footer .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message span {
  border-color: var(--palette3);
}
#footer .block-contact .block-contact-title {
  display: none;
}
#footer .block-contact #contact-infos {
  color: var(--palette3);
}
#footer .block-contact #contact-infos a {
  color: var(--palette3);
}
#footer .block-contact #contact-infos a:hover {
  color: var(--palette1);
}
#footer .block-contact #contact-infos span {
  margin-bottom: 7px;
}

.cms-banner .elementor-column .elementor-widget-image, .cms-banner02 .elementor-column .elementor-widget-image {
  overflow: hidden;
}
.cms-banner .cms-content .cms-sub-heading, .cms-banner02 .cms-content .cms-sub-heading {
  text-transform: uppercase;
}

.product-cat-home .wrapper-items .swiper-slide .item-inner {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.product-cat-home .wrapper-items .swiper-slide .item-inner .image {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-cat-home .wrapper-items .swiper-slide .item-inner:hover .image {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 60%;
  margin-inline: auto;
}
.product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des .title .widget-image-caption {
  padding-block: 12px;
}

.brand-home-block .wrapper-items .swiper-slide .item-inner {
  margin-bottom: 0 !important;
}
.brand-home-block .wrapper-items .swiper-slide .item-inner img {
  width: auto;
  -webkit-filter: grayscale(100%) brightness(300%) contrast(0);
          filter: grayscale(100%) brightness(300%) contrast(0);
}
.brand-home-block .wrapper-items .swiper-slide .item-inner img:hover {
  -webkit-filter: none;
          filter: none;
}

.simple-scroll .elementor-widget-wrap {
  padding-bottom: 10px;
}

.home-gallery-section .image {
  overflow: hidden;
}

body#checkout #header .header-nav .logo {
  max-width: 148px;
}
@media (min-width: 576px) {
  body#checkout #header .header-nav #_desktop_contact_link, body#checkout #header .header-nav #contact-link {
    margin-top: 25px;
  }
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  width: 70px;
}
.ui-autocomplete.searchbar-autocomplete li a .product {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  color: var(--palette3);
  font-family: var(--heading-font-family);
}

.order-confirmation-table div.details span {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  font-family: var(--heading-font-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);
}
.order-confirmation-table div.row .text-sm-center {
  color: var(--palette3);
}

.contact-form input#file-upload {
  width: 100%;
}

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

@media (min-width: 1200px) {
  #header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 28% auto;
    grid-template-columns: 28% auto;
  }
  #header .main-menu .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label {
    font-size: 13px;
  }
  #header .main-menu .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
    font-size: 24px;
  }
  #header .main-menu .avaorg-sub-menu .html-block .menu-banner .menu-banner-info h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des {
    bottom: 15px;
  }
  .product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des .title .widget-image-caption {
    padding-block: 10px;
  }
}
@media (max-width: 991px) {
  #header #mobile-menu-icon {
    font-size: 0;
  }
  #header .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info h5 {
    font-size: 16px;
  }
  #footer .block-contact .block-contact-title {
    margin-bottom: 20px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    margin-right: 5px;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .slider-sub-banner.elementor-element {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .slider-sub-banner.elementor-element:first-child .elementor-container {
    margin: 0 5px 0 0;
  }
  .slider-sub-banner.elementor-element:last-child .elementor-container {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-sub-banner.elementor-element .elementor-widget-image.elementor-element a {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 40px;
    padding: 5px 15px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
    height: 40px;
    max-height: 40px;
  }
  #footer .block-contact .block-contact-title {
    margin-bottom: 15px;
  }
  #footer .block-contact #contact-infos span {
    margin-bottom: 5px;
  }
  .product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des {
    bottom: 10px;
  }
  .cms-banner .elementor-container, .cms-banner02 .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column, .cms-banner02 .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .cms-inner-section.elementor-element {
    width: 50%;
  }
  .cms-inner-section.elementor-element:first-child .elementor-container {
    margin: 0 5px 0 0;
  }
  .cms-inner-section.elementor-element:last-child .elementor-container {
    margin: 0 0 0 5px;
  }
}
@media (max-width: 540px) {
  .product-cat-home .wrapper-items .swiper-slide .item-inner .cat-des .title .widget-image-caption {
    padding-block: 6px;
    font-size: 14px;
  }
}
/* stylelint-enable */