/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
:root {
  --content-width: 1310px;
}

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

:root {
  --color-border: #E6E8EB;
  --body-font-family: "Heebo", sans-serif;
  --body-font-size: 14px;
  --body-weight: var(--font-normal);
  --body-line-height: 24px;
  --body-letter-spacing: 0.3px;
  --body-text-transform: unset;
  --border-radius: 8px;
  --heading-font-family: "Heebo", sans-serif;
  --heading-letter-spacing: normal;
  --heading-text-transform: unset;
}
:root .h3, :root h3, :root .h4, :root h4, :root .h5, :root h5, :root .h6, :root h6 {
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h1, :root h1 {
  --h1-size: 32px;
  font-weight: var(--font-bold);
}
:root .h2, :root h2 {
  --h2-size: 28px;
  font-weight: var(--font-medium);
}
:root .h3, :root h3 {
  --h3-size: 24px;
}
:root .h4, :root h4 {
  --h4-size: 22px;
}
:root .h5, :root h5 {
  --h5-size: 20px;
}
:root .h6, :root h6 {
  --h6-size: 18px;
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 17px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h4, :root h4 {
    --h4-size: 18px;
  }
  :root .h5, :root h5 {
    --h5-size: 17px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}

.hero-section {
  background: var(--palette8);
}

@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: 15px;
  --btn-line-height: 42px;
  --btn-border-width: 0;
  --btn-height: 42px;
  --btn-padding-x: 25px;
  --btn-text-transform: capitalize;
  --btn-letter-spacing: 0.3px;
  --btn-weight: var(--font-medium);
  --btn-radius: 8px;
  --btn-cart-color: var(--palette3);
  --btn-cart-bg-color: var(--palette7);
  --btn-cart-hover-color: var(--palette9);
  --btn-cart-hover-bg-color: var(--palette1);
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 14px;
    --btn-padding-x: 15px;
    --btn-height: 38px;
    --btn-line-height: 38px;
  }
}

:root {
  --input-border-radius: 8px;
}

@media (min-width: 480px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title {
    margin-block: 0 10px;
  }
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
}
:root {
  --product-title-size: 15px;
  --product-title-letter-spacing: 0.3px;
  --product-title-weight: var(--font-medium);
  --price-size: 16px;
  --price-weight: var(--font-bold);
  --price-color: var(--palette10);
}
@media screen and (max-width: 991px) {
  :root {
    --price-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --product-title-size: 14px;
    --price-size: 14px;
  }
}

.product-miniature .regular-price {
  font-size: 100%;
}

.products.product-loop .product-miniature .thumbnail-container .product-description {
  padding: 15px;
  text-align: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .btn.add-to-cart:not(.products-list .btn.add-to-cart) {
  width: 100%;
}

#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(--border-radius);
}

@media screen and (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 8px;
  }
}
: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: 767px) {
  :root {
    --product-title-single-size: 20px;
  }
}

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

#product-details .label {
  font-size: inherit;
}

.product-container .product-title {
  font-weight: var(--font-medium);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 20px;
  text-align: left;
}

@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 17px;
  }
}
.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

#header .elementor-element .avaorg-sub-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  padding: 10px;
}
#header .elementor-element .avaorg-sub-menu .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 6px;
}
#header .elementor-element .categories-menu .avaorg-sub-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 38% auto;
  grid-template-columns: 38% auto;
}
#header .elementor-element .main-menu .avaorg-menu-horizontal .menu-content .menu-item,
#header .elementor-element .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header .elementor-element .main-menu .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#header .elementor-element .main-menu .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#header .elementor-element .mobile-menu .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#header .elementor-element .mobile-menu .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-bottom: 0;
}
#header .elementor-element #_desktop_currency_selector,
#header .elementor-element #_desktop_language_selector {
  position: relative;
}
#header .elementor-element #_desktop_currency_selector::before,
#header .elementor-element #_desktop_language_selector::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  width: 1px;
  height: 15px;
  background-color: #bfd2e0;
  margin-block: auto;
}
#header .elementor-element .ava-search-bar .search-content .product_list_widget .item .avasearch-items .product-name {
  font-size: var(--product-title-size);
  line-height: var(--product-title-line-height);
  font-weight: var(--product-title-weight);
  text-transform: var(--product-title-transform);
  font-family: var(--product-title-family);
}
#header .elementor-element .ava-search-bar .search-content .product_list_widget .item .avasearch-items .content_price {
  font-size: var(--price-size);
}
#header .elementor-element .ava-search-bar .search-content .product_list_widget .item .avasearch-items .price {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--price-color);
}
#header .elementor-element .ava-search-bar #searchbox .form-control::-webkit-input-placeholder {
  color: var(--palette6);
  font-size: inherit;
}
#header .elementor-element .ava-search-bar #searchbox .form-control::-moz-placeholder {
  color: var(--palette6);
  font-size: inherit;
}
#header .elementor-element .ava-search-bar #searchbox .form-control:-ms-input-placeholder {
  color: var(--palette6);
  font-size: inherit;
}
#header .elementor-element .ava-search-bar #searchbox .form-control::-ms-input-placeholder {
  color: var(--palette6);
  font-size: inherit;
}
#header .elementor-element .ava-search-bar #searchbox .form-control::placeholder {
  color: var(--palette6);
  font-size: inherit;
}
#header .elementor-element #_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  display: none;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
#header .elementor-element #_desktop_verticalmenu .avaorg-sub-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 28% auto;
  grid-template-columns: 28% auto;
}

#footer .elementor-element .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-element .block_newsletter .newsletter-form {
  width: 530px;
  max-width: 100%;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input.btn {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
  max-height: 48px;
  line-height: 48px;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 48px;
  border-radius: var(--input-border-radius) 0 0 var(--input-border-radius);
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  font-size: inherit;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  font-size: inherit;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  font-size: inherit;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  font-size: inherit;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  font-size: inherit;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition p,
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message {
  margin-block: 15px 0;
  padding: 0;
}
#footer .elementor-element .block-contact .block-contact-title {
  display: none;
}
#footer .elementor-element .block-contact #contact-infos span:not(span:last-child) {
  margin-bottom: 10px;
}

.elementor-slides-wrapper .swiper-slide-contents .elementor-slide-button i {
  margin-left: 15px;
}

.top-cat-block .item-inner .image {
  overflow: hidden;
}

.bottom-cat-block .item-inner .image {
  overflow: hidden;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.cms-banner .elementor-row .elementor-widget-image {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.sub-banner .elementor-row {
  margin-inline: -10px;
  width: auto;
}
.sub-banner .elementor-row .elementor-widget-image {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.home-testimonial-block .item-content {
  display: inline-block;
}
.home-testimonial-block .item-content .elementor-testimonial-content,
.home-testimonial-block .item-content .elementor-testimonial-details,
.home-testimonial-block .item-content .grade-stars {
  width: 72%;
  float: right;
}

@media (max-width: 1366px) {
  .home-testimonial-block .item-content .elementor-testimonial-content,
  .home-testimonial-block .item-content .elementor-testimonial-details,
  .home-testimonial-block .item-content .grade-stars {
    width: 68%;
  }
}
@media (max-width: 1199px) {
  .home-testimonial-block .item-content .elementor-testimonial-content,
  .home-testimonial-block .item-content .elementor-testimonial-details,
  .home-testimonial-block .item-content .grade-stars {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #header .elementor-element #mobile-menu-icon {
    font-size: 0;
  }
  #header .mobile-menu .products.product-loop:not(.product-list) .product-miniature .thumbnail-container .product-description {
    padding: 8px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input.btn {
    max-height: 44px;
    line-height: 44px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 44px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition {
    text-align: center;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition p {
    margin-block: 10px 0;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message {
    margin: 10px auto 0;
    text-align: center;
  }
  .home-testimonial-block .item-content .elementor-testimonial-content,
  .home-testimonial-block .item-content .elementor-testimonial-details,
  .home-testimonial-block .item-content .grade-stars {
    width: 66%;
  }
  .sub-banner .elementor-row {
    margin-inline: -7px;
  }
}
@media (max-width: 767px) {
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input.btn {
    max-height: 40px;
    line-height: 40px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 40px;
  }
  #footer .elementor-element .block-contact #contact-infos span:not(span:last-child) {
    margin-bottom: 6px;
  }
  .home-testimonial-block .item-content .elementor-testimonial-content,
  .home-testimonial-block .item-content .grade-stars {
    width: 100%;
  }
  .home-testimonial-block .item-content .elementor-testimonial-image {
    vertical-align: middle;
    display: inline-block;
    margin-inline: 0 10px;
  }
  .home-testimonial-block .item-content .elementor-testimonial-details {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .elementor-slides-wrapper .swiper-slide-contents .elementor-slide-description {
    display: none;
  }
  .elementor-slides-wrapper .swiper-slide-contents .elementor-slide-button i {
    margin-left: 10px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .cms-banner .elementor-element.elementor-column {
    width: 50% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-banner .elementor-element.elementor-column {
    width: 50% !important;
  }
}
/* stylelint-enable */