/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
:root {
  --content-width: 1230px;
}

.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.5px;
  --body-text-transform: unset;
  --body-font-family: "Inter";
  --heading-font-family: "Merriweather";
  --heading-letter-spacing: 0;
  --heading-text-transform: unset;
  --heading-weight: var(--font-bold);
  --border-radius: 0;
}
:root .h1, :root h1 {
  --h1-size: 42px;
  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: 35px;
  }
  :root .h2, :root h2 {
    --h2-size: 30px;
  }
  :root .h3, :root h3 {
    --h3-size: 25px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 30px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
}

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

@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.1px;
  --btn-padding-x: 17px;
  --btn-font-family: var(--body-font-family);
  --btn-radius: 0px;
  --btn-font-size: 13px;
  --btn-weight: var(--font-medium);
  --btn-line-height: 38px;
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 12px;
    --btn-height: 35px;
    --btn-line-height: 33px;
    --btn-padding-x: 15px;
  }
}

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

@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;
    margin-bottom: 0;
  }
}
:root {
  --product-title-family: var(--body-font-family);
  --product-title-line-height: 1.5em;
  --product-title-letter-spacing: var(--body-letter-spacing);
  --price-color: var(--palette1);
  --price-weight: var(--font-semibold);
  --price-size: 15px;
  --btn-cart-color: var(--palette3);
  --btn-cart-bg-color: transparent;
  --btn-cart-hover-bg-color: var(--palette1);
}
@media (max-width: 767px) {
  :root {
    --price-size: 14px;
  }
}

.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container {
  border: 0;
  background: transparent;
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  background-color: var(--palette7);
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action:hover {
  background-color: var(--palette1);
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .product-description {
  text-align: left;
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .product-description .add-to-cart {
  border-color: var(--palette1);
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 12px;
}
.products.product-loop:not(.products.product-loop.product-list) .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price {
  font-size: 100%;
}

.products.product-loop.list .product-miniature .thumbnail-container, .products.product-loop.product-list .product-miniature .thumbnail-container {
  padding: 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;
  }
}
.page-product .products-section-title {
  font-size: 42px;
}
.page-product .images-container.vertical .thumb-images .swiper-button-next, .page-product .images-container.vertical .thumb-images .swiper-button-prev {
  background-color: var(--palette9);
}
.page-product .product-container .product-title {
  font-size: 25px;
  margin-top: 5px;
}
.page-product .product-container .product-prices .current-price-value, .page-product .product-container .product-prices .regular-price {
  font-family: var(--body-font-family);
  font-size: 20px;
}

@media (max-width: 1199px) {
  .page-product .products-section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .page-product .products-section-title {
    font-size: 30px;
  }
  .page-product .product-container .product-title {
    font-size: 22px;
  }
  .page-product .product-container .product-prices .current-price-value, .page-product .product-container .product-prices .regular-price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-product .products-section-title {
    font-size: 24px;
  }
  .page-product .product-container .product-title {
    font-size: 20px;
  }
  .page-product .product-container .product-prices .current-price-value, .page-product .product-container .product-prices .regular-price {
    font-size: 16px;
  }
}
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 .sticky-header {
  background-color: transparent;
}

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

#header {
  /* //search advanced */
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
  margin-bottom: 5px;
}
#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(--body-font-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);
}

#footer .elementor-widget-ava-module .block-contact .block-contact-title {
  display: none;
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span {
  color: var(--palette4);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span a {
  color: var(--palette4);
}
#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.email, span.fax) {
  margin-bottom: 8px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email] {
  border-color: var(--palette1);
  height: 44px;
  color: var(--palette4);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=submit] {
  height: 44px;
  max-height: 44px;
  padding: 0 20px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition {
  color: var(--palette4);
  margin-top: 15px;
  text-align: center;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message {
  color: var(--palette4);
  margin-bottom: 0;
  text-align: center;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette4);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette4);
}
#footer .ava-dropdown-wrapper .icon-angle-down.icon-ava {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .ava-dropdown-wrapper .ava-dropdown-menu {
  top: auto;
  bottom: 25px;
  z-index: 9;
}

/* //cms-banner */
.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}

.modal-content {
  background-color: var(--palette7);
}

.social-share a.social-share-btn {
  background-color: var(--palette9);
}

.quickview .modal-body .product-title {
  font-size: 22px;
}
.quickview .modal-body .product-prices .current-price-value, .quickview .modal-body .product-prices .regular-price {
  font-family: var(--body-font-family);
  font-size: 18px;
}

/*//image carousel*/
.home-brand-block .item-inner, .home-post-block .item-inner {
  margin-bottom: 0 !important;
}

.home-brand-block .item-inner .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.home-brand-block .item-inner .image img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* //order confirmation page */
.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(--body-font-family);
}
.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 popup */
.cart-content .cart-content-btn .btn-secondary {
  border: 0;
}

/* //checkout */
body#checkout #header {
  color: var(--palette9);
  background-color: var(--palette1);
}
body#checkout #header .header-nav .logo {
  max-width: 104px;
}
body#checkout #header .header-nav a {
  color: var(--palette9);
}

/* wishlist page */
#wrapper #main .wishlist-products-container .card.page-content, .page-addresses article.address {
  background: transparent;
}

@media (max-width: 991px) {
  /* //header */
  #header #mobile-menu-icon {
    font-size: 0;
  }
  #footer .elementor-widget-ava-module .block-contact #contact-infos span:not(span.email, span.fax) {
    margin-bottom: 6px;
  }
  .quickview .modal-body .product-title {
    font-size: 20px;
  }
  .quickview .modal-body .product-prices .current-price-value, .quickview .modal-body .product-prices .regular-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* //header */
  #header #mobile-menu-icon i {
    font-size: 24px;
  }
  #footer .elementor-widget-ava-module .block-contact #contact-infos span:not(span.email, span.fax) {
    margin-bottom: 4px;
  }
  #footer .elementor-widget-ava-module .block_newsletter {
    padding-top: 0;
  }
  #footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email] {
    height: 40px;
  }
  #footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=submit] {
    height: 40px;
    padding: 0 15px;
  }
  #footer .elementor-widget-ava-module .block_newsletter .newsletter-condition {
    margin-top: 10px;
  }
  .quickview .modal-body .product-title {
    font-size: 18px;
  }
  .quickview .modal-body .product-prices .current-price-value, .quickview .modal-body .product-prices .regular-price {
    font-size: 15px;
  }
}
/* stylelint-enable */