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

:root {
  --content-width: 1230px;
}

:root {
  --body-font-family: "Open Sans";
  --font-size-body: 14px;
  --body-weight: var(--font-normal);
  --body-line-height: 24px;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --font-size-small: var(--font-size-body);
  --heading-font-family: "Open Sans";
  --heading-letter-spacing: 0.5px;
  --heading-text-transform: uppercase;
  --heading-weight: var(--font-bold);
}
:root .h1, :root h1 {
  --h1-size: 34px;
  line-height: 1.2;
}
:root .h2, :root h2 {
  --h2-size: 20px;
  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;
  font-weight: var(--font-medium);
}
:root .h6, :root h6 {
  --h6-size: 18px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 30px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h3, :root h3 {
    --h3-size: 26px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@media (max-width: 767px) {
  :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;
  }
}

.hero-section {
  background-image: url(../img/breadcrumb-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--palette3);
}
.hero-section .page-title-wrapper {
  min-height: 120px;
  padding-block: 260px 30px;
}
@media screen and (max-width: 991px) {
  .hero-section .page-title-wrapper {
    -webkit-padding-before: 200px;
            padding-block-start: 200px;
  }
}
.hero-section .page-title-wrapper h1 {
  font-size: 28px;
  line-height: 36px;
  color: var(--palette9);
}
.hero-section .page-title-wrapper .breadcrumb li span, .hero-section .page-title-wrapper .breadcrumb li a, .hero-section .page-title-wrapper .breadcrumb li::after {
  color: var(--palette9);
}

@media screen and (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 100px;
    -webkit-padding-before: 165px;
            padding-block-start: 165px;
  }
  #hero_section.hero-section .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
body#checkout .hero-section .page-title-wrapper {
  -webkit-padding-before: 180px;
          padding-block-start: 180px;
}

:root {
  --btn-font-size: 13px;
  --btn-line-height: 42px;
  --btn-text-transform: uppercase;
  --btn-letter-spacing: var(--body-letter-spacing);
  --btn-height: 42px;
  --btn-font-family: "Open Sans";
  --btn-weight: var(--font-semibold);
  --btn-border-width: 0;
  --btn-padding-x: 30px;
  --btn-radius: 50px;
}
@media (max-width: 767px) {
  :root {
    --btn-height: 40px;
    --btn-line-height: 40px;
    --btn-padding-x: 20px;
  }
}

:root {
  --input-border-radius: 50px;
  --input-height: 42px;
}

textarea, textarea.form-control {
  border-radius: var(--border-radius);
}

#subcategories ul li h5 a.subcategory-name {
  font-size: 15px;
  text-transform: capitalize;
}
#subcategories .subcategory-heading {
  font-size: 16px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  letter-spacing: 0px;
}

#search_filters .block-title .title,
.category-top-menu .block-title .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#search_filters .block-content li a,
.category-top-menu .block-content li a {
  color: var(--palette4);
}
#search_filters .block-content li a:hover,
.category-top-menu .block-content li a:hover {
  color: var(--palette1);
}

#search_filters .facet:first-child {
  padding-top: 5px;
}
#search_filters .facet:first-child .facet-title {
  padding-top: 0px;
}
#search_filters .facet .facet-title {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: var(--body-letter-spacing);
}

.active_filters .active-filter-title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  body.layout-modern #search_filters,
  body.layout-modern #search_filters_brands,
  body.layout-modern #search_filters_suppliers,
  body.layout-modern .block-categories {
    border: 0;
  }
  body.layout-modern #search_filters .block-content,
  body.layout-modern #search_filters_brands .block-content,
  body.layout-modern #search_filters_suppliers .block-content,
  body.layout-modern .block-categories .block-content {
    padding-inline: 10px;
  }
  #search_filters,
  #search_filters_brands,
  #search_filters_suppliers,
  .block-categories {
    border-radius: 0;
    padding: 0;
  }
  #search_filters .block-content,
  #search_filters_brands .block-content,
  #search_filters_suppliers .block-content,
  .block-categories .block-content {
    padding: 15px 20px;
  }
  #search_filters .block-title,
  .category-top-menu .block-title {
    padding: 10px 20px;
    position: relative;
    margin: 0;
    background: #f0f0f0;
    border-bottom-width: 0px;
    -webkit-border-start: 4px solid var(--palette1);
            border-inline-start: 4px solid var(--palette1);
  }
}
:root {
  --product-title-size: 14px;
  --product-title-family: var(--body-font-family);
  --product-title-weight: var(--font-medium);
  --product-title-line-height: 22px;
  --product-title-letter-spacing: 0.5px;
  --product-title-transform: capitalize;
  --product-title-color: var(--palette4);
  --price-size: 16px;
  --price-weight: var(--font-semibold);
  --price-letter-spacing: 0px;
  --price-color: var(--palette1);
  --bages-sale-color: #ef2d2d;
  --bages-nostock-color: #ff8e3e;
  --bages-pack-color: #6e99ab;
  --bages-new-color: #6e99ab;
}

.product-flags li.product-flag {
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11px;
  line-height: 18px;
  font-weight: var(--font-semibold);
  text-transform: uppercase;
}
.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);
}

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container {
  border: 0px;
  border-radius: 0;
}
.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  min-height: 129px;
}

body.layout-modern .products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
}

.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 .product-list-reviews .comments-nb {
  display: none;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews .small-stars {
  min-width: 85px;
  height: 18px;
}
.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: -16px 0px;
  width: 14px;
  height: 15px;
  background-size: 30px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price {
  font-size: 100%;
}

@media screen and (max-width: 1366px) {
  .product-description .time-sale .tmcore-countdown,
  .thumbnail-top .time-sale .tmcore-countdown {
    gap: 0px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
:root {
  --product-title-single-size: 36px;
  --product-title-single-line-height: 32px;
}
@media screen and (max-width: 767px) {
  :root {
    --product-title-single-size: 22px;
    --product-title-single-line-height: 30px;
  }
}
@media screen and (max-width: 539px) {
  :root {
    --product-title-single-size: 20px;
    --product-title-single-line-height: 28px;
  }
}

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

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 28px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 24px;
  }
}

.products-section-title::before {
  content: "";
  width: 80px;
  height: 12px;
  position: absolute;
  background-image: url(../img/divider.png);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-add-to-cart button.js-buy-now {
  background-color: var(--btn-primary-hover-bg-color);
}
.product-add-to-cart button.js-buy-now:hover {
  background-color: var(--btn-primary-bg-color);
}

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

.product-comment-modal .modal-dialog .product-cover {
  border: 1px solid var(--color-border);
}

body:not(.elementor-editor-active) #header {
  background: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
  top: 0px;
}

#header.fixed .sticky-header {
  background: var(--palette9);
  border-radius: 0;
}

body#module-blockwishlist-lists #header {
  position: static;
  background: #222;
  margin-bottom: 30px;
  background-image: url(../img/breadcrumb-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item:first-child > a {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.25px;
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li > a {
  color: var(--palette4);
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a:hover,
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li > a:hover {
  color: var(--palette1);
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .avaorg-sub-inner .avaorg-menu-col12 {
  background-color: transparent;
  -webkit-border-start: 1px solid var(--color-border);
          border-inline-start: 1px solid var(--color-border);
}

.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title,
.avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--palette9);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title,
.avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-sub-title {
  color: var(--palette9);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label,
.avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: var(--font-medium);
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer,
.avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-offer {
  font-size: 18px;
  color: var(--palette9);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 0px;
}
.avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-offer {
  font-size: 16px;
  color: var(--palette9);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.avaorg-sub-menu .product-cat .cat-image img {
  border-color: var(--palette8);
}
.avaorg-sub-menu .product-info .link:hover {
  text-decoration: none;
}

.slider-section .slider-block .elementor-slide-heading {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

.service-block .elementor-icon-box-description {
  margin-bottom: 25px;
}

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

.testimonial-block .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0px !important;
}
.testimonial-block .item-content .elementor-testimonial-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.testimonial-block .item-content .elementor-testimonial-heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.testimonial-block .item-content .elementor-testimonial-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.testimonial-block .item-content .elementor-testimonial-details {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.sub-banner .elementor-column .elementor-widget-image, .cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}
.sub-banner .banner-content, .cms-banner .banner-content {
  position: absolute;
  top: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-banner .banner-content .elementor-widget-wrap, .cms-banner .banner-content .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub-banner .banner-content .elementor-widget-button .btn.elementor-button:hover, .cms-banner .banner-content .elementor-widget-button .btn.elementor-button:hover {
  text-decoration: none;
}

.block_newsletter {
  background: transparent;
  padding: 0;
}
.block_newsletter .newsletter-condition {
  margin-top: 10px;
  color: #b2b2b2;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: var(--btn-height);
  border: none;
  background-color: var(--palette9);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:focus {
  background-color: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper .btn.btn-primary {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  padding-inline: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.block_newsletter input[type=checkbox] + span .checkbox-checked,
.block_newsletter .gdpr_consent .psgdpr_consent_message,
.block_newsletter #gdpr_consent .psgdpr_consent_message {
  margin-bottom: 0;
  color: #b2b2b2;
}
.block_newsletter .custom-checkbox input[type=checkbox] + span {
  border-color: var(--palette4);
}

.block-contact {
  color: #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-contact .block-contact-title {
  font-size: 16px;
  font-weight: var(--font-medium);
  color: var(--palette3);
  font-family: var(--body-font-family);
  letter-spacing: var(--body-letter-spacing);
  margin-bottom: 20px;
  position: relative;
}
.block-contact #contact-infos span {
  margin-bottom: 10px;
}
.block-contact #contact-infos span:last-child {
  margin: 0;
}
.block-contact #contact-infos a {
  color: #b2b2b2;
}
.block-contact #contact-infos a:hover {
  color: var(--palette1);
}

.back-to-top a:hover {
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-border-color);
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title,
  .avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer,
  .avaorg-sub-menu .html-block .menu-banner-2 .menu-banner-info .menu-offer {
    font-size: 16px;
  }
  .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-offer {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #mobile-menu-icon {
    color: var(--palette3);
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mobile-menu .menu-content .menu-item .column_title {
    text-transform: capitalize;
  }
  .block_newsletter {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .block-contact .block-contact-title {
    margin-bottom: 10px;
  }
  .service-block .elementor-icon-box-description {
    margin-bottom: 15px;
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-toggle-text,
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-toggle {
    color: var(--palette3);
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a {
    color: #444444;
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:hover, .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a.selected {
    background-color: var(--palette9);
    color: var(--palette1);
  }
}
@media screen and (max-width: 767px) {
  .sub-banner .elementor-row, .cms-banner .elementor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-banner .elementor-row .elementor-column, .cms-banner .elementor-row .elementor-column {
    margin: auto;
    width: auto;
  }
  .block-contact #contact-infos span {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) and (min-width: 575px) {
  .sub-banner .banner-content .sub-title .elementor-widget-container .elementor-heading-title, .cms-banner .banner-content .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .sub-banner .banner-content .title .elementor-widget-container, .cms-banner .banner-content .title .elementor-widget-container {
    margin-bottom: 30px !important;
  }
  .sub-banner .banner-content .title .elementor-widget-container .elementor-heading-title, .cms-banner .banner-content .title .elementor-widget-container .elementor-heading-title {
    font-size: 45px !important;
    line-height: 48px !important;
  }
}
form .form-control-label {
  font-weight: var(--font-medium);
}

b, strong {
  font-weight: var(--font-semibold);
}

.block-promo .promo-input {
  height: var(--btn-height);
}

#cart .cart-grid-body .card-block h1 {
  font-size: 16px;
  font-weight: 600;
}
#cart .product-line-grid-left img {
  border: 1px solid var(--color-border);
}

.elementor-widget-container .block-contact .block-contact-title, .elementor-widget-container .block-contact .newsletter-content, .elementor-widget-container .block_newsletter .block-contact-title, .elementor-widget-container .block_newsletter .newsletter-content {
  display: none;
}

#blockcart-modal .product-image {
  border: 1px solid var(--color-border);
}
#blockcart-modal .cart-content p {
  margin-bottom: 0.5rem;
}
#blockcart-modal .modal-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.elementor-cart__main {
  font-size: inherit;
}

body#checkout #header .header-nav {
  border-bottom-color: rgba(255, 255, 255, 0.1098039216);
}
body#checkout #header .header-nav .row, body#checkout #header .header-nav .hidden-lg-up.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body#checkout #header .header-nav .col-md-6 {
  width: 100%;
}
body#checkout #header .header-nav .logo {
  max-width: 145px;
}
body#checkout #header .header-nav #_desktop_contact_link, body#checkout #header .header-nav #_mobile_contact_link {
  display: block;
  margin-top: 10px;
}
body#checkout #header .header-nav #contact-link, body#checkout #header .header-nav #contact-link a {
  text-align: center;
  color: var(--palette9);
}
body#checkout #header .header-nav .top-logo {
  margin-bottom: 0;
}
body#checkout section.checkout-step .step-title {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.elementor-widget-ava-sign-in .ava-dropdown-menu {
  top: 40px;
}

.page-addresses .address {
  margin-bottom: inherit;
  color: inherit;
  font-size: inherit;
  background: transparent;
}

.ava-search-bar .search-content .product_list_widget .item .image {
  border: 1px solid var(--color-border);
}
.ava-search-bar .search-content .product_list_widget .item .avasearch-items .product-name {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  text-transform: var(--product-title-transform);
  font-family: var(--heading-font-family);
}
.ava-search-bar .search-content .product_list_widget .item .avasearch-items .price {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--price-color);
}

.ui-autocomplete.searchbar-autocomplete {
  z-index: 9;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  border: 1px solid var(--color-border);
  width: 70px;
}
.ui-autocomplete.searchbar-autocomplete li a .product {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  text-transform: var(--product-title-transform);
  font-family: var(--heading-font-family);
}

.order-confirmation-table .image img {
  border: 1px solid var(--color-border);
}
.order-confirmation-table div.details span {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  text-transform: var(--product-title-transform);
  font-family: var(--heading-font-family);
  color: var(--product-title-color);
}
.order-confirmation-table div.row .text-sm-center {
  color: var(--palette3);
}
.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);
}

#_desktop_language_selector .ava-dropdown-toggle .icon-ava,
#_desktop_currency_selector .ava-dropdown-toggle .icon-ava {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#_desktop_language_selector .ava-dropdown-menu,
#_desktop_currency_selector .ava-dropdown-menu {
  padding: 5px;
  margin-bottom: 10px;
  top: auto;
  bottom: 100%;
}
#_desktop_language_selector .ava-dropdown-menu a:last-child,
#_desktop_currency_selector .ava-dropdown-menu a:last-child {
  border-bottom: 0;
}

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

/* stylelint-enable */