/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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.3px;
  --body-text-transform: unset;
  --body-font-family: "Inter";
  --heading-font-family: "Bebas Neue";
  --heading-letter-spacing: 0.3px;
  --heading-text-transform: capitalize;
  --heading-weight: var(--font-normal);
}
:root .h1, :root h1 {
  --h1-size: 41px;
  line-height: 1.2;
}
:root .h2, :root h2 {
  --h2-size: 30px;
  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 .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 .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
}
@media (max-width: 767px) {
  :root .h2, :root h2 {
    --h2-size: 25px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
}

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

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
  font-family: var(--body-font-family);
}

@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;
  }
}
@media (min-width: 480px) {
  #subcategories ul li {
    width: 17%;
  }
}
:root {
  --product-title-family: var(--body-font-family);
  --product-title-weight: var(--font-medium);
  --product-title-line-height: 1.5em;
  --price-weight: var(--font-semibold);
  --price-size: 15px;
  --price-color: #d70707;
}

.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  background-color: var(--palette7);
}
.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action:hover {
  background-color: var(--palette1);
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  padding: 15px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 12px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  width: 100%;
}

.home-product-list .products.product-loop.list .swiper-slide, .home-product-list .products.product-loop.product-list .swiper-slide {
  padding-bottom: 0 !important;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container {
  border: 0;
  padding: 0;
  -ms-grid-columns: 110px auto;
  grid-template-columns: 110px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: transparent;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
  border-radius: var(--input-border-radius);
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top .mini-actions, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .thumbnail-top .mini-actions {
  display: none;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .show-list, .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-add-to-cart, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .show-list, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .product-add-to-cart {
  display: none;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-price-and-shipping, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
  }
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description, .home-product-list .products.product-loop.product-list .product-miniature .thumbnail-container .product-description {
    padding-inline: 10px 0;
  }
}
@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 10px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 8px;
  }
}
.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

.page-product .products-section-title {
  font-size: 30px;
}
.page-product .product-container .product-title {
  font-size: 22px;
  font-weight: var(--font-medium);
  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: 18px;
}

@media (max-width: 991px) {
  .page-product .product-container .product-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-product .products-section-title {
    font-size: 25px;
  }
  .page-product .product-container .product-title {
    font-size: 18px;
  }
  .page-product .product-container .product-prices .current-price-value, .page-product .product-container .product-prices .regular-price {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .product-page-action-2 .product-add-to-cart .product-quantity .action-button, .product-page-action-3 .product-add-to-cart .product-quantity .action-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#header {
  /* //search advanced */
}
#header .main-menu .avaorg-menu-vertical .title_vertical {
  font-family: var(--body-font-family);
}
#header .main-menu .avaorg-menu-vertical .menu-content {
  border: 2px solid var(--palette1);
}
#header .main-menu .avaorg-menu-vertical .menu-content .menu-item .title-center > .column_title {
  font-family: var(--body-font-family);
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title, #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-family: var(--body-font-family);
}
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title, #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title, #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer, #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info h5 {
  color: var(--palette9);
}
#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(--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.email, span.fax) {
  margin-bottom: 15px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper {
  margin-bottom: 15px;
  position: relative;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 45px;
  border-width: 0;
  padding: 10px 50px 10px 20px;
  background: var(--palette9);
  font-size: 14px;
  border-radius: 5px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  max-height: 45px;
  font-size: 0;
  background: url(../img/newsletter-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 22px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition {
  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);
}

.home-category-block .item-inner, .home-brand-block .item-inner, .home-post-block .item-inner {
  margin-bottom: 0 !important;
}

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

/* //cms-banner */
.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
  border-radius: var(--input-border-radius);
}

/* //border */
#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);
}

/* //border radius */
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail, #header .ava-search-bar .ava-search-result-container .product_list_widget .image img, .product-comment-modal .modal-dialog .product-cover, .product-comment-modal .modal-dialog .product-cover img {
  border-radius: var(--border-radius);
}

/* //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(--palette3);
}
body#checkout #header .header-nav .logo {
  max-width: 206px;
}
body#checkout #header .header-nav a {
  color: var(--palette3);
}
body#checkout #header .header-nav a:hover {
  color: var(--palette1);
}

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

@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: 39% auto;
    grid-template-columns: 39% auto;
  }
  #header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item.bolt-action-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 28% auto;
    grid-template-columns: 28% auto;
  }
}
@media (max-width: 1199px) {
  #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
    font-size: 22px;
  }
  .quickview .modal-body .product-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /* //header */
  #header #mobile-menu-icon {
    font-size: 0;
  }
}
@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: 8px;
  }
  #footer .elementor-widget-ava-module .block_newsletter {
    padding-top: 0;
  }
  .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: 16px;
  }
  /* //cms-banner */
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
}
/* stylelint-enable */