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

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

:root {
  --font-size-body: 13px;
  --body-weight: var(--font-normal);
  --body-line-height: 1.5em;
  --body-letter-spacing: 0.6px;
  --body-text-transform: unset;
  --body-font-family: "Heebo";
  --heading-font-family: "Heebo";
  --heading-letter-spacing: 0.6px;
  --heading-text-transform: unset;
  --border-radius: 0;
  --heading-weight: var(--font-semibold);
  --color-link-hover: var(--palette2);
}
:root .h1, :root h1 {
  --h1-size: 40px;
  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: 24px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
: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: 1366px) {
  :root .h1, :root h1 {
    --h1-size: 30px;
  }
}
@media (max-width: 1199px) {
  :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 .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
}
@media (max-width: 767px) {
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h4, :root h4 {
    --h4-size: 18px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}

@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: 15px;
  --btn-font-family: var(--body-font-family);
  --btn-radius: 0px;
  --btn-font-size: 13px;
  --btn-weight: var(--font-medium);
  --btn-border-width: 2px;
  --btn-height: 38px;
  --btn-line-height: 34px;
}
@media (max-width: 767px) {
  :root {
    --btn-height: 35px;
    --btn-line-height: 31px;
  }
}

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

.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container {
  border: 0;
  background: transparent;
}
.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
}
.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  background-color: var(--palette7);
}
.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action:hover {
  background-color: var(--palette3);
}
.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 10px;
}
.products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .product-description button {
  border-color: var(--palette3) !important;
}

.layout-modern .products.product-loop.list .product-miniature .thumbnail-container {
  padding: 0;
  border: 0;
}
.layout-modern .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
}
.layout-modern .products.product-loop.list .product-miniature .thumbnail-container .product-description button {
  border-color: var(--palette3) !important;
}

@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
  .products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container:hover .product-description button {
    opacity: 1;
  }
  .products.product-loop:not(.products.product-loop.product-list, .products.product-loop.list) .product-miniature .thumbnail-container .product-description button {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 7px;
  }
}
.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

.page-product .products-section-title {
  font-size: 32px;
}
.page-product .product-container .product-title {
  font-size: 25px;
  margin-top: 8px;
}
.page-product .product-container .product-prices .current-price-value, .page-product .product-container .product-prices .regular-price {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .page-product .products-section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .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: 22px;
  }
  .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;
  }
}
#header {
  /* //search advanced */
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-menu .avaorg-sub-inner {
  margin: 0 15px;
}
#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(--heading-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 .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: 30px;
  z-index: 9;
}
#footer .elementor-widget-ava-module .block-contact .block-contact-title {
  display: none;
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span {
  color: var(--palette6);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span a {
  color: var(--palette6);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span a:hover {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block-contact #contact-infos span:not(span.email, span.fax) {
  margin-bottom: 12px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email] {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: var(--palette9);
  height: 40px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email]::placeholder {
  color: var(--palette9);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=submit] {
  background-color: var(--palette9);
  color: var(--palette3);
  border-color: var(--palette9);
  height: 40px;
  max-height: 40px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition {
  color: var(--palette6);
  margin-top: 15px;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message {
  color: var(--palette6);
  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(--palette6);
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-condition .custom-checkbox .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette6);
}

/*//full-width-section*/
.full-width-section .elementor-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}
.cms-banner .elementor-column .elementor-widget-image a::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cms-banner .elementor-column .elementor-widget-image a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cms-banner .elementor-column .elementor-widget-image:hover a::before {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  top: 50%;
  bottom: 50%;
}
.cms-banner .elementor-column .elementor-widget-image:hover a::after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  right: 50%;
  left: 50%;
}

.quickview .modal-body .product-title {
  font-size: 22px;
  line-height: 1.2em;
}

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

.home-post-block .item-inner {
  position: relative;
}
.home-post-block .item-inner:hover .cat-des {
  display: none;
}
.home-post-block .item-inner .cat-des {
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  padding: 30px;
}

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

/* //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(--heading-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(--palette10);
}
body#checkout #header .header-nav .logo {
  max-width: 166px;
}
body#checkout #header .header-nav a {
  color: var(--palette9);
}

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

@media (max-width: 1800px) {
  #header .header-main {
    padding: 0;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  #header .header-main .right-column .elementor-widget-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header-main .center-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .cms-banner .cms-left-column {
    width: 33.2% !important;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  #header .header-main .right-column {
    width: 76%;
  }
  #header .header-main .left-column {
    width: 12%;
  }
}
@media (min-width: 1600px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item:first-child a {
    padding-left: 0;
  }
}
@media (max-width: 1600px) {
  #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title {
    display: none;
  }
  #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1366px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 20% auto;
    grid-template-columns: 20% 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;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item > a {
    padding: 40px 10px;
  }
}
@media (min-width: 1200px) {
  #header .header-main .center-column {
    width: 12%;
  }
  #header .main-menu .avaorg-sub-menu .product-cat .cat-image {
    width: 20%;
  }
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item > .menu_slidedown.full {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-menu .avaorg-sub-inner {
    margin: 0;
  }
  #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .home-post-block .item-inner .cat-des {
    padding: 25px;
  }
}
@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: 8px;
  }
  .quickview .modal-body .product-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer .elementor-widget-ava-module .block_newsletter {
    padding-top: 0;
  }
  #footer .elementor-widget-ava-module .block_newsletter .newsletter-wrapper input[type=email] {
    width: 100%;
  }
  #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: 18px;
  }
  .quickview .modal-body .product-prices .current-price-value, .quickview .modal-body .product-prices .regular-price {
    font-size: 16px;
  }
  .home-post-block .item-inner .cat-des {
    padding: 20px;
  }
  /* //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 */