/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--content-width);
}

:root {
  --body-font-family: "Lora";
  --font-size-body: 14px;
  --body-weight: var(--font-normal);
  --body-line-height: 1.6em;
  --body-letter-spacing: 0.3px;
  --body-text-transform: unset;
  --heading-font-family: "Lora";
  --heading-letter-spacing: 0.3px;
  --heading-text-transform: unset;
  --border-radius: 5px;
  --color-link-hover: var(--palette2);
}
:root .h1, :root h1 {
  --h1-size: 36px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
:root .h2, :root h2 {
  --h2-size: 32px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
:root .h3, :root h3 {
  --h3-size: 28px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
:root .h4, :root h4 {
  --h4-size: 24px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
: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-normal);
}
@media (max-width: 1199px) {
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h4, :root h4 {
    --h4-size: 21px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 18px;
  }
  :root .h2, :root h2 {
    --h2-size: 20px;
  }
  :root .h3, :root h3 {
    --h3-size: 19px;
  }
  :root .h4, :root h4 {
    --h4-size: 19px;
  }
  :root .h5, :root h5 {
    --h5-size: 16px;
  }
  :root .h6, :root h6 {
    --h6-size: 14px;
  }
}

@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;
  }
  #wrapper:not(#index #wrapper) {
    padding-block: 30px;
  }
}
:root {
  --btn-font-size: 16px;
  --btn-weight:var(--font-normal);
  --btn-text-transform: capitalize;
  --btn-letter-spacing: 0.3px;
  --btn-padding-y: 5px;
  --btn-padding-x: 25px;
  --btn-font-family: var(--body-font-family);
  --btn-line-height: 42px;
  --btn-height: 42px;
  --btn-border-width: 0;
  --btn-radius: 50px;
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 14px;
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 15px;
  }
}

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

#subcategories ul li {
  width: 16%;
}

@media (min-width: 1366px) {
  .layout-left-column #left-column, .layout-right-column #left-column {
    width: 22%;
  }
  .layout-left-column #content-wrapper, .layout-right-column #content-wrapper {
    width: 78%;
  }
}
@media (min-width: 992px) {
  #left-column .block-categories, #left-column #search_filters {
    padding: 20px;
  }
  #left-column .block-categories .block-title .title, #left-column #search_filters .block-title .title {
    font-weight: var(--font-medium);
  }
  #left-column .block-categories .facet .facet-title, #left-column #search_filters .facet .facet-title {
    font-size: 16px;
    font-weight: var(--font-medium);
  }
  #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: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;
  }
}
@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 17px;
  }
}
:root {
  --product-title-size: 16px;
  --product-title-weight: var(--font-medium);
  --product-title-line-height: 1.5em;
  --product-title-letter-spacing: 0.3px;
  --product-title-transform: capitalize;
  --product-title-color: var(--palette3);
  --product-title-hover-color: var(--palette2);
  --price-size: 18px;
  --price-weight: var(--font-medium);
  --price-letter-spacing: 0.3px;
  --price-color: var(--palette3);
  --btn-cart-hover-color: var(--palette3);
  --btn-cart-hover-bg-color: var(--palette7);
}
@media (max-width: 991px) {
  :root {
    --product-title-size: 14px;
    --price-size: 16px;
  }
}
@media (max-width: 991px) {
  :root {
    --price-size: 15px;
  }
}

.products.product-loop .product-miniature .thumbnail-container {
  border-radius: 0;
}
.products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border-radius: 5px;
}

.products.product-loop.list .product-miniature .thumbnail-container {
  border: none;
  padding: 0;
}

@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 8px;
  }
}
:root {
  --product-title-single-size: 23px;
  --product-title-single-line-height:1.3em;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 36px;
  text-align: center;
  font-weight: var(--font-medium);
}

@media (max-width: 1199px) {
  :root {
    --product-title-single-size: 21px;
  }
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 19px;
  }
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 18px;
  }
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row .col-sm-9 {
  padding-right: 0;
}
#header .swiper-button-next:not(.images-container .swiper-button-next), #header .swiper-button-prev:not(.images-container .swiper-button-prev) {
  background-color: var(--palette1);
  color: var(--palette9);
}
#header .swiper-button-next:not(.images-container .swiper-button-next):hover, #header .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background-color: var(--palette2);
  color: var(--palette9);
}
#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);
}

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

#footer .block-contact .block-contact-title {
  display: none;
}
#footer .block-contact #contact-infos span {
  color: #aaaaaa;
}
#footer .block-contact #contact-infos span a {
  color: #aaaaaa;
}
#footer .block-contact #contact-infos span a:hover {
  color: var(--palette9);
}
#footer .block-contact #contact-infos span:not(span.fax, span.email) {
  margin-bottom: 8px;
}
#footer .block_newsletter .newsletter-content {
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 45px;
  background: transparent;
  color: var(--palette9);
  padding: 5px 60px 5px 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: var(--palette7);
  font-size: 14px;
  text-transform: capitalize;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: var(--palette7);
  font-size: 14px;
  text-transform: capitalize;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: var(--palette7);
  font-size: 14px;
  text-transform: capitalize;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: var(--palette7);
  font-size: 14px;
  text-transform: capitalize;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  color: var(--palette7);
  font-size: 14px;
  text-transform: capitalize;
}
#footer .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-size: 20px;
  padding: inherit;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill,
#footer .block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:hover,
#footer .block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:focus,
#footer .block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--palette9) !important;
  -webkit-box-shadow: 0 0 0 30px var(--palette1) inset !important;
  -webkit-transition: none !important;
  transition: none !important;
}
#footer .block_newsletter .newsletter-condition {
  color: #aaaaaa;
  margin: 20px 0 0 0;
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message {
  margin-bottom: 0;
  color: #aaaaaa;
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span, #footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span {
  border-color: var(--palette9);
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
#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;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
  border-radius: 5px;
}

.home-product-cat .item .item-inner {
  margin-bottom: 0 !important;
}

.home-slider .elementor-slides-wrapper {
  border-radius: 5px;
}

.home-testimonial .item .item-content {
  margin-bottom: 0 !important;
}
.home-testimonial .item .item-content .elementor-testimonial-image {
  vertical-align: middle;
  display: inline-block;
}
.home-testimonial .item .item-content .elementor-testimonial-details {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}

.brand-home .item .item-inner {
  margin-bottom: 0 !important;
}

.cms-sticky-container > .elementor-container .elementor-row {
  padding-bottom: 10px;
}

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

.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-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-content .cart-content-btn .btn-secondary {
  border: 0;
}

@media (min-width: 1200px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 29% auto;
    grid-template-columns: 29% auto;
  }
}
@media (max-width: 991px) {
  #header #mobile-menu-icon {
    font-size: 0;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .slider-side-banner.elementor-element.elementor-section {
    width: 50%;
  }
  .slider-side-banner.elementor-element.elementor-section:first-child .elementor-container {
    margin-right: 7.5px;
  }
  .slider-side-banner.elementor-element.elementor-section:last-child .elementor-container {
    margin-left: 7.5px;
  }
}
@media (max-width: 767px) {
  #footer .block-contact #contact-infos span:not(span.fax, span.email) {
    margin-bottom: 5px;
  }
  #footer .block_newsletter {
    padding: 0;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email], #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
    height: 40px;
    max-height: 40px;
  }
  #footer .block_newsletter .newsletter-condition {
    margin: 15px 0 0 0;
  }
  .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;
  }
  .cms-banner.cms-hover-banner .elementor-container {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .cms-banner.cms-hover-banner .elementor-container .elementor-column {
    margin: 0;
    width: 50%;
  }
  .home-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 20px !important;
  }
}
@media (max-width: 540px) {
  #header .header-mobile-logo .elementor-image img {
    width: 110px;
  }
  .cms-banner.cms-hover-banner .elementor-container .elementor-column {
    width: 85%;
  }
  .slider-side-banner.elementor-element.elementor-section:first-child .elementor-container {
    margin-bottom: 10px;
  }
}
/* stylelint-enable */