/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --content-width: 1530px;
}
@media (max-width: 1199px) {
  :root {
    --content-edge-padding-x: 20px !important;
  }
}

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

body:not(.layout-modern) #wrapper {
  background: var(--palette8);
}

:root {
  --body-font-family: "Roboto";
  --font-size-body:14px;
  --body-weight: var(--font-normal);
  --body-line-height: 24px;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --subheading-font-family: "Roboto";
  --font-size-small: var(--font-size-body);
  --heading-font-family: "Roboto";
  --heading-letter-spacing: 0.5px;
  --heading-text-transform: unset;
  --heading-weight: var(--font-medium);
  --border-radius: 0;
}
:root .h1, :root h1 {
  --h1-size: 28px;
}
:root .h2, :root h2 {
  --h2-size: 26px;
}
:root .h3, :root h3 {
  --h3-size: 24px;
}
:root .h4, :root h4 {
  --h4-size: 20px;
}
:root .h5, :root h5 {
  --h5-size: 18px;
}
:root .h6, :root h6 {
  --h6-size: 16px;
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

body:not(#index) #hero_section.hero-section {
  background-color: var(--palette2);
  background-image: url(../img/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body:not(#index) #hero_section.hero-section .page-title-wrapper {
  padding: 90px 0 30px;
  min-height: 180px;
}
body:not(#index) #hero_section.hero-section .page-title-wrapper h1 {
  font-size: 24px;
  color: var(--palette9);
}
body:not(#index) #hero_section.hero-section .page-title-wrapper a, body:not(#index) #hero_section.hero-section .page-title-wrapper li, body:not(#index) #hero_section.hero-section .page-title-wrapper li::after {
  color: var(--palette9);
}
@media (max-width: 991px) {
  body:not(#index) #hero_section.hero-section .page-title-wrapper {
    padding: 30px 0 30px;
  }
}
@media (min-width: 768px) {
  body:not(#index) #hero_section.hero-section .page-title-wrapper h1 {
    font-size: 26px;
  }
}

body#checkout #hero_section.hero-section .page-title-wrapper {
  padding: 30px 0 30px;
  min-height: 140px;
}

:root {
  --btn-font-family: "Roboto";
  --btn-text-transform: capitalize;
  --btn-font-size: 15px;
  --btn-height: 45px;
  --btn-line-height: 43px;
  --btn-padding-x: 27px;
  --btn-radius: 0px;
  --btn-weight: var(--font-medium);
}
@media (max-width: 991px) {
  :root {
    --btn-font-size: 14px;
    --btn-height: 40px;
    --btn-line-height: 38px;
    --btn-padding-x: 17px;
  }
}

:root {
  --input-height: 45px;
}

body:not(.layout-modern) #products {
  color: var(--palette4);
  background: var(--palette9);
  padding: 20px 20px 14px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
}

@media (min-width: 992px) {
  #left-column {
    width: 22%;
  }
  #content-wrapper.left-column {
    width: 78%;
  }
}
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description strong,
.font-weight-normal,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  font-weight: inherit;
}

.active_filters .active-filter-title {
  font-weight: var(--font-semibold);
}

#subcategories {
  border: 0;
}
#subcategories ul li {
  width: 16%;
}
#subcategories ul li h5 a.subcategory-name {
  font-size: 15px;
  font-weight: var(--font-medium);
}
#subcategories .subcategory-heading {
  font-size: 17px;
  font-weight: var(--font-semibold);
  margin-block: 18px;
}

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title, .block-categories .facet .facet-title {
  font-size: 15px;
  font-weight: var(--font-medium);
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a, .block-categories .facet .facet-label a {
  margin-top: 0.1375rem;
}

#search_filters .block-title, .category-top-menu .block-title {
  padding: 12px 20px;
  margin: 0;
  color: var(--palette3);
  border: 1px solid var(--color-border);
  background-color: var(--palette7);
}
#search_filters .block-title .title, .category-top-menu .block-title .title {
  color: var(--palette3);
  font-size: 17px;
  font-weight: var(--font-semibold);
}
#search_filters .block-content, .category-top-menu .block-content {
  padding: 12px 20px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
@media (max-width: 991px) {
  #search_filters .block-content, .category-top-menu .block-content {
    padding: 5px 15px;
  }
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.block-categories {
  padding: 0;
  border: none;
}

.active_filters .active-filter-title {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: var(--font-medium);
}

.btn-tertiary.js-search-filters-clear-all {
  background-color: var(--palette1);
  border-color: var(--palette1);
  color: var(--palette9);
  line-height: 16px;
}

:root {
  --product-title-size: 15px;
  --product-title-line-height: 20px;
  --product-title-weight: var(--font-normal);
  --price-size: 16px;
  --price-weight: var(--font-bold);
  --price-color: var(--palette1);
  --product-title-color: var(--palette2);
  --product-title-single-size: 24px;
  --product-title-letter-spacing: 0.5px;
  --bages-nostock-color: #ff8e3e;
  --bages-pack-color: #86bc43;
  --bages-new-color: #44b367;
}
@media (max-width: 480px) {
  :root {
    --price-size: 14px;
  }
}

.product-flags li.product-flag {
  font-weight: var(--font-medium);
  padding: 6px 7px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px;
}
.product-flags li.product-flag.new {
  background-color: var(--bages-new-color);
}
.product-flags li.product-flag.out_of_stock {
  background-color: var(--bages-nostock-color);
}
.product-flags li.product-flag.pack {
  background-color: var(--bages-pack-color);
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.on-sale {
  font-size: 12px;
}

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  padding: 15px 0 0;
}
.products.product-loop .product-miniature .thumbnail-container {
  border: 0;
}
.products.product-loop .product-miniature .thumbnail-container .regular-price {
  font-size: 100%;
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  text-align: left !important;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 9px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  width: 100%;
  text-align: center !important;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 5px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title a {
  color: var(--palette4);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-block: 0 10px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews .small-stars .star-content div.star, .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews .small-stars .star-content div.star-on, .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews .small-stars .star-content div.star-hover {
  background-position: -17px 0px;
  width: 13px;
  height: 15px;
  background-size: 31px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews .grade-stars.small-stars {
  min-width: 80px;
  height: 16px;
}

.elementor-widget-ava-products-tabs .widget-tabs .widget-tabs-wrapper .widget-tab-title:last-child {
  border: 0 !important;
}

.quickview .images-container .product-cover picture {
  outline: 0px solid var(--color-border);
  outline-offset: -2px;
}
.quickview .social-share a.social-share-btn {
  background-color: var(--palette8);
}
.quickview .social-share a.social-share-btn:hover {
  background-color: var(--palette1);
}

.product-images > li.thumb-container:not(li.swiper-slide-thumb-active) {
  outline-color: transparent;
}
.product-images > li.swiper-slide-thumb-active {
  outline-color: var(--palette1);
}
.product-images > li.swiper-slide-thumb-active:hover {
  outline-color: var(--palette1);
}

.product-miniature .variant-links .color {
  width: 1rem;
  height: 1rem;
}

.product-description .time-sale .tmcore-countdown,
.thumbnail-top .time-sale .tmcore-countdown {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.products.product-loop.list .product-miniature .thumbnail-container,
.products.product-loop.product-list .product-miniature .thumbnail-container {
  padding: 0px;
}

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

#blockcart-modal .product-image,
#cart .product-line-grid-left img,
.elementor-cart__product-image a,
.elementor-cart__product-image img,
#stores .page-stores .store-picture img,
.product-line-grid-left img,
#order-items .image img {
  border: 0px solid #e5e5e5;
  border-radius: var(--border-radius);
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  font-weight: var(--font-medium);
  color: var(--palette3);
  font-size: 20px;
}

.special-products .wrapper-items .products.product-loop.list .product-miniature .thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-width: 0;
  overflow: visible;
}
@media (max-width: 480px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .thumbnail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .thumbnail-top {
  width: 40%;
  max-width: 290px;
  border: 0;
}
@media (max-width: 480px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .thumbnail-top {
    width: 100%;
  }
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .product-description {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .product-description {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .product-title {
  margin-block: 0 10px;
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .product-title a {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .product-title a {
    font-size: 14px;
  }
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .product-price-and-shipping {
  font-size: 17px;
}
@media (max-width: 991px) {
  .special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .product-price-and-shipping {
    font-size: 16px;
  }
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .time-sale {
  margin-block: 0 16px !important;
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .product-description .add-to-cart {
  display: block;
}
.special-products .wrapper-items .products.product-loop.list .product-miniature .show-list {
  display: none;
}

@media (max-width: 767px) {
  .tab-list.cms-sticky-container .elementor-element.elementor-column {
    width: 330px;
  }
}
.product-comment-list-item {
  padding-inline: 15px;
}

.btn.add-to-cart.js-buy-now {
  background-color: var(--palette2);
  border-color: var(--palette2);
}
.btn.add-to-cart.js-buy-now:hover {
  background-color: var(--palette1);
  border-color: var(--palette1);
}

#products.card-block .products-section-title, .featured-products.card-block .products-section-title, .product-accessories.card-block .products-section-title {
  font-size: 28px;
  text-align: left;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--color-border);
  margin-inline: 15px;
}
@media (max-width: 991px) {
  #products.card-block .products-section-title, .featured-products.card-block .products-section-title, .product-accessories.card-block .products-section-title {
    margin-inline: 10px;
  }
}
@media (max-width: 767px) {
  #products.card-block .products-section-title, .featured-products.card-block .products-section-title, .product-accessories.card-block .products-section-title {
    margin-inline: 5px;
  }
}

.radio-label {
  font-weight: var(--font-normal);
}

body {
  background-color: var(--palette7);
}
body #wrapper:not(#index #wrapper) {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: 15px;
  padding-block: 0;
  background-color: transparent;
}
body #wrapper:not(#index #wrapper) > .container {
  padding-block: var(--content-edge-padding-y);
  background: var(--palette9);
  padding-block: 60px 70px;
  -webkit-box-shadow: 0 20px 20px -1px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px -1px rgba(0, 0, 0, 0.18);
  position: relative;
}

body#index.layout-modern #wrapper {
  background: transparent;
}

@media (min-width: 992px) {
  #header:not(.fixed) .elementor-element.sticky-header.section-header > .elementor-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
  }
}
#header.fixed .sticky-header {
  background-color: var(--palette9);
  margin: 0;
}

.footer-section {
  z-index: -1;
}

.elementor-element.box-layout {
  z-index: 1;
}

#_desktop_language_selector .ava-dropdown-menu,
#_desktop_currency_selector .ava-dropdown-menu {
  margin-top: 9px;
  padding: 5px 0;
}

.ava-search-bar #searchbox .form-control {
  font-size: 13px;
}

.head-contact.elementor-widget.elementor-widget-text-editor a {
  color: var(--palette1);
  font-size: 16px;
  font-weight: 700;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit !important;
}

.link-hover .elementor-button-link:hover {
  text-decoration: none !important;
}

#_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  margin-top: 8px;
  padding: 5px 0 5px;
}

.mobile-lang-cur {
  color: var(--palette3);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu {
  padding-block: 5px;
  border-radius: var(--border-radius);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a {
  padding: 5px 16px;
  color: var(--palette3);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a.selected, .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:hover {
  background-color: var(--palette9);
  color: var(--palette1);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:last-child {
  border: 0;
}

#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .ul-column.column_dropdown .submenu-item > a {
  color: var(--palette4);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .ul-column.column_dropdown .submenu-item > a:hover {
  color: var(--palette1);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .submenu-item .category-sub-menu a {
  color: var(--palette4);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .submenu-item .category-sub-menu a:hover {
  color: var(--palette1);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title, #_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 15px;
  font-weight: var(--font-medium);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .product-menu .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown .submenu-item > a {
  font-size: 15px;
  font-weight: var(--font-medium);
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown > li a, #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a {
  color: var(--palette4);
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown > li a:hover, #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a:hover {
  color: var(--palette1);
}

.avaorg-sub-menu .product-cat .cat-image .cat-heading {
  font-weight: var(--font-medium);
}

.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
  }
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label {
  padding: 0px 10px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label {
    padding: 0px 8px;
    font-size: 10px;
    line-height: 20px;
  }
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer {
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer {
    font-size: 16px;
  }
}

.avaorg-sub-menu .product-cat .cat-image img {
  border-color: var(--palette8);
}

.elementor-account .ava-dropdown-menu.elementor-nav--dropdown {
  margin-top: 15px;
}

.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown.container .avaorg-sub-inner {
  margin-inline: 0;
}

.elementor-element.main-slider .elementor-widget-container .elementor-slide-sub-title {
  position: relative;
}
.elementor-element.main-slider .elementor-widget-container .elementor-slide-sub-title::before {
  content: "";
  width: 80px;
  height: 5px;
  background-color: var(--palette1);
  position: absolute;
  left: 0;
  bottom: -28px;
}
@media (max-width: 767px) {
  .elementor-element.main-slider .elementor-widget-container .elementor-slide-sub-title::before {
    bottom: -15px;
    height: 3px;
  }
}

.category-section .item-inner {
  position: relative;
}
.category-section .item-inner .cat-des {
  position: absolute;
  bottom: 17px;
  width: 100%;
}
@media (max-width: 480px) {
  .category-section .item-inner .cat-des {
    bottom: 10px;
  }
  .category-section .item-inner .cat-des .widget-image-caption {
    font-size: 12px;
  }
}

.cms-banners .elementor-column .elementor-column-wrap {
  overflow: hidden;
}

.services .elementor-icon svg {
  height: auto;
}

@media (max-width: 767px) {
  .testimonial-block .item-content {
    display: -ms-grid;
    display: grid;
  }
}
.testimonial-block .item-content .quote-icon {
  position: absolute;
  left: 144px;
  top: 15px;
}
@media (max-width: 767px) {
  .testimonial-block .item-content .quote-icon {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.testimonial-block .item-content .elementor-testimonial-image {
  position: absolute;
  top: 2px;
}
@media (max-width: 767px) {
  .testimonial-block .item-content .elementor-testimonial-image {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 15px;
  }
}
.testimonial-block .item-content .elementor-testimonial-details,
.testimonial-block .item-content .elementor-testimonial-content {
  margin-left: 195px;
  max-width: 950px;
}
@media (max-width: 991px) {
  .testimonial-block .item-content .elementor-testimonial-details,
  .testimonial-block .item-content .elementor-testimonial-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-block .item-content .elementor-testimonial-details,
  .testimonial-block .item-content .elementor-testimonial-content {
    margin-left: 0;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.banner-content.elementor-section.elementor-inner-section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-content.elementor-section.elementor-inner-section .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cms-three-banners .cms-price .elementor-heading-title span {
  font-size: 22px;
  font-weight: 600;
}

.parallax-section .cms-price .elementor-heading-title span {
  font-size: 32px;
  font-weight: 600;
}

footer .link_list .elementor-widget-container > .links,
footer #block_myaccount_infos {
  width: 100%;
}
footer .link_list .elementor-widget-container > .links .h3,
footer #block_myaccount_infos .h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
footer .link_list .elementor-widget-container > .links .h3 a,
footer #block_myaccount_infos .h3 a {
  line-height: 22px;
}
footer .link_list .elementor-widget-container > .links a,
footer #block_myaccount_infos a {
  color: var(--palette4);
  line-height: 34px;
}
footer .link_list .elementor-widget-container > .links a:hover,
footer #block_myaccount_infos a:hover {
  color: var(--palette1);
}
footer.elementor-section.elementor-section-boxed > .elementor-container > .elementor-row {
  padding-inline: var(--content-edge-padding-x);
}

.footer-tilte {
  position: relative;
}
.footer-tilte .linklist-toggle.h6::after, .footer-tilte .elementor-heading-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--palette1);
  position: absolute;
  top: 32px;
  left: 0;
}

.footer-bottom-links .elementor-widget-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-bottom-links .elementor-widget-wrap .elementor-widget-heading {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.elementor-widget-container .block-contact {
  padding: 0 !important;
  width: 100%;
  color: #b2b2b2;
}
.elementor-widget-container .block-contact .block-contact-title {
  display: none;
}
.elementor-widget-container .block-contact #contact-infos {
  line-height: 24px;
}
.elementor-widget-container .block-contact #contact-infos > span {
  margin-bottom: 8px;
}
.elementor-widget-container .block-contact #contact-infos a {
  color: #b2b2b2;
}
.elementor-widget-container .block-contact #contact-infos a:hover {
  color: var(--palette1);
}

.newsletter_section .newsletter_title svg {
  height: auto;
}
.newsletter_section .block_newsletter {
  max-width: 43.3rem;
  text-align: left;
  padding: 0;
}
.newsletter_section .block_newsletter form input[type=email] {
  background-color: var(--palette9);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  border-color: transparent;
}
.newsletter_section .block_newsletter .newsletter-condition {
  margin-bottom: -10px;
  margin-top: 10px;
}
.newsletter_section .block_newsletter .newsletter-condition p {
  color: #b2b2b2;
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message {
  color: #b2b2b2;
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: #b2b2b2;
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: #b2b2b2;
}
.newsletter_section .block_newsletter .btn.btn-primary {
  min-height: 45px;
  color: #ffffff;
  width: 40px;
  font-size: 0;
  border: 0;
  background: url(../img/send.png) no-repeat scroll center 15px #ffffff;
  padding: 0;
}
.newsletter_section .elementor-widget-container .newsletter-content {
  display: none;
}

.page-content.page-cms {
  background-color: inherit;
}

.cart-grid-right .card.cart-summary,
body#checkout .cart-grid-right .card,
.page-cart .blockreassurance_product,
.page-order .blockreassurance_product {
  background-color: var(--palette7);
}

.cart-summary-line .value {
  font-weight: var(--font-medium);
}

.cart-grid-body .card-block h1 {
  font-size: 18px;
}

#blockcart-modal .cart-content p {
  margin-bottom: 0.5rem;
}

body#checkout #header .header-nav {
  border: 0;
}
body#checkout #header .header-nav .logo {
  max-width: 201px;
}
body#checkout section.checkout-step .step-title {
  font-weight: var(--font-medium);
  font-size: 18px;
}

.nav-item .nav-link, .nav-item .nav-separtor {
  font-size: 16px;
}

.sitemap h2 {
  font-size: 1.2rem;
}
.sitemap ul li {
  font-size: inherit;
}

form .form-control-label,
b, strong {
  font-weight: var(--font-medium);
}

@media (max-width: 1449px) and (min-width: 1200px) {
  .main-slider .swiper-slide-inner {
    max-width: 100% !important;
  }
  .cms-two-banners .cms-price .elementor-widget-container .elementor-heading-title span {
    font-size: 22px;
  }
  .cms-two-banners .banner-content .elementor-element-populated {
    padding: 0px 30px 0px 0px !important;
  }
  .cms-two-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .cms-one-banners .banner-content .elementor-element-populated {
    padding: 0px 45px 0px 0px !important;
  }
  .cms-three-banners .cms-price .elementor-widget-container {
    margin: 0px 0px 15px 0px !important;
  }
  .cms-three-banners .cms-price .elementor-widget-container .elementor-heading-title span {
    font-size: 19px !important;
  }
  .cms-three-banners .banner-content .elementor-element-populated {
    padding: 0px 23px 0px 0px !important;
  }
  .cms-three-banners .title .elementor-widget-container {
    margin: 0px 0px 8px 0px !important;
  }
  .cms-three-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
    display: none;
  }
  .elementor-element.slider-section .cms-price {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .cms-three-banners .sub-title .elementor-widget-container {
    margin: 0px 0px 16px 0px !important;
  }
  .cms-three-banners .sub-title .elementor-heading-title {
    font-size: 14px !important;
  }
  .cms-three-banners .cms-price .elementor-widget-container {
    margin: 0px 0px 22px 0px !important;
  }
  .cms-three-banners .cms-price .elementor-heading-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .cms-three-banners .title .elementor-widget-container {
    margin: 0px 0px 22px 0px !important;
  }
  .cms-three-banners .title .elementor-heading-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cms-three-banners .elementor-button-link.elementor-button {
    font-size: 14px !important;
  }
  .offer-banner .offer-banner-inner .title .elementor-heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 0px 30px 0px 25px !important;
  }
  .cms-two-banners .cms-price .elementor-widget-container {
    margin: 0px 0px 14px 0px !important;
  }
  .cms-two-banners .cms-price .elementor-widget-container .elementor-heading-title {
    font-size: 14px !important;
  }
  .cms-two-banners .cms-price .elementor-widget-container .elementor-heading-title span {
    font-size: 20px;
  }
  .cms-two-banners .sub-title .elementor-widget-container {
    margin: 0px 0px 16px 0px !important;
  }
  .cms-two-banners .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .cms-two-banners .title .elementor-widget-container {
    margin: 0px 0px 26px 0px !important;
  }
  .cms-two-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 26px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 539px) and (min-width: 481px) {
  .cms-two-banners .cms-price .elementor-widget-container {
    margin: 0px 0px 14px 0px !important;
  }
  .cms-two-banners .cms-price .elementor-widget-container .elementor-heading-title span {
    font-size: 20px;
  }
  .cms-two-banners .title .elementor-widget-container {
    margin: 0px 0px 20px 0px !important;
  }
  .cms-two-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 1199px) {
  .elementor-account .ava-dropdown-toggle .label-content {
    display: none;
  }
  .cms-two-banners .cms-price .elementor-heading-title span {
    font-size: 20px;
  }
  .cms-three-banners .cms-price .elementor-heading-title span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
    cursor: pointer;
  }
  .elementor-account .ava-dropdown-toggle span.icon-toggle {
    display: none;
  }
  .products.product-loop .product-miniature .thumbnail-container .add-to-cart {
    padding: 0 15px;
    line-height: 38px;
    text-align: center !important;
  }
  .elementor-element.slider-section .cms-price {
    font-size: 22px;
  }
  .parallax-section .cms-price .elementor-heading-title span {
    font-size: 24px;
  }
  .cms-two-banners .cms-price .elementor-heading-title span {
    font-size: 18px;
  }
  .cms-three-banners .cms-price .elementor-heading-title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .slider-with-subbanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-with-subbanner .elementor-column {
    width: auto;
  }
  .cms-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banners .elementor-column {
    width: auto;
    margin: 0 auto;
  }
  .Product-banner.elementor-column {
    width: auto;
  }
  .parallax-section .parallax-banner-inner .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    margin-left: auto;
  }
  .elementor-element.main-slider .cms-price {
    font-size: 20px;
  }
  .parallax-section .cms-price .elementor-heading-title span {
    font-size: 20px;
  }
  .simple-scroll .elementor-element.elementor-widget-icon-box {
    max-width: inherit;
  }
}
/* stylelint-enable */