/* 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&display=swap");
:root {
  --content-width: 1430px;
}

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

:root {
  --font-size-body:15px;
  --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: "Inter";
  --btn-secondary-hover-color:var(--palette3);
  --heading-letter-spacing: normal;
  --heading-text-transform: capitalize;
}
:root .h1, :root h1 {
  --h1-size: 36px;
  line-height: 1.2;
  font-weight: var(--font-bold);
}
: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-semibold);
}
:root .h6, :root h6 {
  --h6-size: 16px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
@media (max-width: 1199px) {
  :root .h1, :root h1 {
    --h1-size: 34px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
  :root .h6, :root h6 {
    --h6-size: 15px;
  }
}
@media (max-width: 991px) {
  :root {
    --font-size-body: 14px !important;
  }
  :root .h1, :root h1 {
    --h1-size: 30px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h5, :root h5 {
    --h5-size: 16px;
  }
  :root .h6, :root h6 {
    --h6-size: 14px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h6, :root h6 {
    --h6-size: 13px;
  }
}

@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-radius:5px;
  --btn-border-width: 0;
  --btn-weight:var(--font-semibold);
  --btn-primary-color:var(--palette3);
  --btn-height: 42px;
  --btn-line-height: 42px;
  --btn-text-transform:uppercase;
}
@media (max-width: 991px) {
  :root {
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-height: 36px;
    --btn-line-height: 36px;
  }
}

.block-categories .category-top-menu {
  margin-bottom: 0;
}

.product-filter #search_filters .block-content section.facet ul.collapse {
  margin-bottom: 0;
}

#subcategories ul li {
  width: 16%;
}

ul.grid_list li.selected a svg {
  fill: var(--palette3);
}

@media (min-width: 992px) {
  .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
  #left-column .sidebar-latest.block, #right-column .sidebar-latest.block, #search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories, ul.grid_list li {
    padding: 5px;
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 12px 15px;
    border-bottom: 0;
    background: var(--palette8);
    border-radius: var(--border-radius);
  }
  #search_filters .block-title .title, .category-top-menu .block-title .title {
    font-size: 16px;
    line-height: 20px;
  }
  .block-content {
    padding-inline: 15px;
  }
  #left-column #search_filters .facet .facet-title,
  #left-column #search_filters_brands .facet .facet-title,
  #left-column #search_filters_suppliers .facet .facet-title {
    font-weight: var(--font-semibold);
  }
  #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;
  }
}
:root {
  --price-weight:600;
  --product-title-size:16px;
  --product-title-line-height:1.4em;
  --product-title-weight:600;
  --product-title-hover-color:var(--palette1);
  --border-radius:0px;
}
@media (max-width: 991px) {
  :root {
    --product-title-size:15px;
  }
}
@media (max-width: 767px) {
  :root {
    --price-size:14px;
  }
}

.products.product-loop .product-miniature .thumbnail-container .product-description {
  text-align: left;
  padding: 15px 15px;
}
.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 .thumbnail-top .mini-actions .btn-action:hover {
  color: var(--palette3);
}

.product-flags li.product-flag.out_of_stock, .product-flags li.product-flag.pack, .product-flags li.product-flag.new {
  color: var(--palette3);
}

@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 10px 10px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
    min-height: auto;
  }
}
:root {
  --product-title-single-size: 24px;
  --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: 18px;
  }
}
div.summary .brand-title {
  margin-bottom: 8px;
}

.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

#product .social-share a.social-share-btn:hover {
  color: var(--palette3);
}

.page-product .sidebar .elementor-element .elementor-container {
  padding: 0;
}

#main .products-section-title {
  font-size: var(--h1-size);
  font-weight: var(--font-bold);
}

@media (max-width: 991px) {
  #products .products, .featured-products .products {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 767px) {
  .product-details-top .product-prices .current-price-value, .product-details-top .product-prices .regular-price {
    --h4-size: 18px;
  }
}
@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;
  }
}
/***************** back-to-top ****************/
.back-to-top a {
  border: 1px solid var(--palette1);
}
.back-to-top a:hover {
  border-color: var(--palette9);
}

/**************************** Header **********************************/
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit !important;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-subtitle {
  vertical-align: top;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .submenu-item .category-sub-menu li + li {
  padding-top: 12px;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide {
  border-right: 0 !important;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next), #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev),
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next):hover, #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background-color: var(--palette1);
  color: var(--palette3);
  border-radius: 100%;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next):hover, #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev):hover,
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next):hover:hover, #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev):hover:hover {
  background-color: var(--palette2);
  color: var(--palette9);
}
#header .ava-search-bar .search-content .product_list_widget .item .image {
  border: 1px solid var(--color-border);
}
#header .ava-search-bar .search-content .product_list_widget .item .image .avasearch-items .product-name {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
}
#header .ava-search-bar .search-content .product_list_widget .item .image .avasearch-items .price {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--palette3);
}

/********************** Home **************************/
#wrapper .work-cms-section .image-cms:hover .elementor-column-wrap {
  background-image: url(../img/cms.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#wrapper .work-cms-section .image-cms:hover h1.elementor-heading-title {
  color: rgba(0, 0, 0, 0.4588235294) !important;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
}
#wrapper .work-cms-section .image-cms:hover h5.elementor-heading-title, #wrapper .work-cms-section .image-cms:hover span.elementor-heading-title, #wrapper .work-cms-section .image-cms:hover .elementor-button-text {
  color: var(--palette9);
}
#wrapper .testimonial-section .elementor-testimonial-image {
  vertical-align: middle;
  display: inline-block;
}
#wrapper .testimonial-section .elementor-testimonial-details {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#wrapper #main .wishlist-products-container .wishlist-product-right, #wrapper #main .wishlist-products-container .wishlist-product-bottom {
  text-align: left;
}

.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);
}

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

body#checkout #header .header-nav .logo {
  max-width: 203px;
}

/********************* Footer ***************************/
#footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
#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: 40px;
  z-index: 9;
}
#footer .block_newsletter .newsletter-content {
  text-align: center;
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper {
  width: 620px;
  max-width: 100%;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  max-height: 42px;
  height: 42px;
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  position: absolute;
  right: 0;
  font-weight: 500;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border: 0;
  height: 42px;
  background-color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition {
  color: var(--palette9);
  text-align: center;
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message {
  color: var(--palette9);
  margin: 15px 0 0;
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
#footer .footer-contact .block-contact {
  width: 100%;
  color: var(--palette9);
}
#footer .footer-contact .block-contact .block-contact-title {
  display: none;
}
#footer .footer-contact .block-contact #contact-infos {
  font-size: 14px;
  line-height: 1.8em;
}
#footer .footer-contact .block-contact #contact-infos .email a, #footer .footer-contact .block-contact #contact-infos .phone a {
  color: var(--palette9);
}
#footer .footer-contact .block-contact #contact-infos .email a:hover, #footer .footer-contact .block-contact #contact-infos .phone a:hover {
  color: var(--palette1);
}

/**********************Responsive************************/
@media (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
  }
  #mobile-menu-icon i {
    color: var(--palette9);
    font-size: 26px;
  }
  #mobile-menu-icon i:hover {
    color: var(--palette1);
  }
}
@media (max-width: 767px) {
  #wrapper .home-slider-section .elementor-slide-description {
    display: none;
  }
  #wrapper .testimonial-section .elementor-testimonial-details {
    margin-left: 10px;
  }
}
/* stylelint-enable */