/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Gabriela&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

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

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

.hero-section .page-title-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 120px;
}
.hero-section .page-title-wrapper .page-header h1 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper {
    -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;
    gap: 5px;
  }
}

:root {
  --btn-weight: var(--font-normal);
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 13px;
  --btn-text-transform: uppercase;
  --btn-padding-x: 25px;
  --btn-border-width: 0;
  --btn-height: 42px;
  --btn-line-height: 42px;
  --btn-radius: 0px;
}
@media (max-width: 991px) {
  :root {
    --btn-padding-x: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-padding-x: 16px;
  }
}

.btn-comment, .btn-comment-inverse, .btn-primary, .btn-secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#9b6e46), to(#c4a07c));
  background: linear-gradient(to bottom, #9b6e46 0%, #c4a07c 100%);
  border: none;
}
.btn-comment:hover, .btn-comment-inverse:hover, .btn-primary:hover, .btn-secondary:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4a07c), to(#9b6e46));
  background: linear-gradient(to bottom, #c4a07c 0%, #9b6e46 100%);
}

.form-control {
  font-size: 13px;
}

form .form-control-label {
  font-weight: var(--font-semibold);
}

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

#subcategories ul li {
  width: 17%;
}
#subcategories ul li h5 a.subcategory-name {
  font-size: 15px;
  font-weight: var(--font-semibold);
}
#subcategories .subcategory-heading {
  font-size: 16px;
  font-weight: var(--font-semibold);
  text-transform: uppercase;
}

#left-column .elementor .elementor-inner .elementor-container {
  padding-inline: 0;
}

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

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title, .category-top-menu .facet .facet-title {
  font-size: 16px;
  font-weight: var(--font-semibold);
}
#search_filters .block-title .title, #search_filters_brands .block-title .title, #search_filters_suppliers .block-title .title, .category-top-menu .block-title .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#search_filters .btn-tertiary:hover {
  background-color: var(--palette7);
  color: var(--palette3);
  border-color: var(--palette7);
}

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

@media screen and (min-width: 1200px) {
  .layout-left-column #left-column {
    width: 20%;
  }
  .layout-left-column #content-wrapper {
    width: 80%;
  }
  .layout-right-column #right-column {
    width: 20%;
  }
  .layout-right-column #content-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories {
    padding: 0;
  }
  body.layout-modern #search_filters .block-title, body.layout-modern .category-top-menu .block-title {
    background-color: var(--palette1);
    background: -webkit-gradient(linear, left top, left bottom, from(#9b6e46), to(#c4a07c));
    background: linear-gradient(to bottom, #9b6e46 0%, #c4a07c 100%);
    color: var(--palette9);
  }
  body.layout-modern #search_filters .block-title .title, body.layout-modern .category-top-menu .block-title .title {
    color: var(--palette9);
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 11px 15px 10px 20px;
    margin: 0;
  }
  #search_filters .block-content, .category-top-menu .block-content {
    padding: 10px 20px 10px;
    border: none;
  }
}
:root {
  --product-title-size: 14px;
  --product-title-family: var(--body-font-family);
  --product-title-letter-spacing: var(--body-letter-spacing);
  --product-title-line-height: 20px;
  --product-title-weight: var(--font-normal);
  --product-title-color: var(--palette3);
  --price-size: 16px;
  --price-weight: var(--font-semibold);
  --price-color: var(--palette1);
  --bages-sale-color: #ef2d2d;
  --bages-nostock-color: #ff8e3e;
  --bages-pack-color: #86bc43;
  --bages-new-color: #44b367;
}

.product-flags li.product-flag {
  font-weight: var(--font-medium);
  padding: 2px 8px;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 0;
  color: var(--palette9);
}
.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 {
  color: var(--palette9);
}

.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(196, 160, 124)), to(rgb(155, 110, 70)));
  background: linear-gradient(rgb(196, 160, 124) 0%, rgb(155, 110, 70) 100%);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#9b6e46), to(#c4a07c));
  background: linear-gradient(to bottom, #9b6e46 0%, #c4a07c 100%);
}

body.layout-modern .products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  padding-inline: 0;
}

.product-miniature .regular-price {
  font-size: 100%;
}

.products.product-loop:not(.list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .product-description {
  text-align: left;
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 8px;
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products.product-loop:not(.list) .product-miniature .product-price-and-shipping {
  margin-block: 0 8px;
}

.product-list-home .products.product-loop .product-miniature .thumbnail-container {
  -ms-grid-columns: 82px auto;
  grid-template-columns: 80px auto;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions {
  display: none;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description {
  padding-inline: 10px 0 !important;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .show-list {
  display: none;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title {
  margin-block: 0 8px;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin: 0px;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  display: none;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 4px;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .grade-stars.small-stars {
  min-width: 85px;
}
.product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .grade-stars.small-stars .star-content div.star-on, .product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .grade-stars.small-stars .star-content div.star, .product-list-home .products.product-loop .product-miniature .thumbnail-container .product-description .grade-stars.small-stars .star-content div.star-hover {
  width: 14px;
  height: 14px;
}

:root {
  --product-title-single-weight: var(--font-semibold);
  --product-title-single-size: 24px;
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 20px;
  }
}

.product-container .product-title {
  font-weight: var(--product-title-single-weight);
  letter-spacing: 0;
}

.quickview .modal-body .product-title {
  font-weight: var(--product-title-single-weight);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
  padding-inline: 0;
  margin-inline: 15px;
  line-height: 26px;
}

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

#blockcart-modal .product-image {
  border: 1px solid var(--color-border);
}
#blockcart-modal .cart-content p {
  margin-bottom: 0.5rem;
}

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

.page-product .brand-title {
  margin-bottom: 5px;
}

.product-description ul, .tab-desc ul {
  margin-bottom: 20px;
}

#product-details .label {
  font-weight: var(--font-semibold);
}

.product-customization .card-block .h4, .product-customization .product-pack .h4, .product-actions .card-block .h4, .product-actions .product-pack .h4 {
  font-size: 20px;
}

.tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  font-size: 15px;
}

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

#_desktop_language_selector .ava-dropdown-menu, #_desktop_currency_selector .ava-dropdown-menu {
  margin-top: 10px;
}

#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item:last-child a {
  padding-right: 0;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .avaorg-sub-inner .product-info .link:hover {
  text-decoration: none;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title {
  font-size: 16px;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 15px;
}

.avaorg-sub-menu .html-block .product-info .heading {
  font-size: 18px;
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title, .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label, .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-label {
  padding: 0px 10px;
  font-size: 12px;
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer, .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-offer {
  font-size: 20px;
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info h5, .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info h5 {
  font-size: 15px;
}
.avaorg-sub-menu .product-cat .cat-image img {
  border-color: var(--palette7);
}
.avaorg-sub-menu .product-cat .cat-image img:hover {
  border-color: var(--palette1);
}

.main-menu .menu-content .menu-dropdown .ul-column.column_dropdown .submenu-item > a {
  color: var(--palette4);
}
.main-menu .menu-content .menu-dropdown .ul-column.column_dropdown .submenu-item > a:hover {
  color: var(--palette1);
}
.main-menu .menu-content .menu-dropdown .submenu-item .category-sub-menu a {
  color: var(--palette4);
}
.main-menu .menu-content .menu-dropdown .submenu-item .category-sub-menu a:hover {
  color: var(--palette1);
}

.home-search-icon .elementor-widget-container .btn-canvas i {
  font-size: 16px;
}

.home-cart .elementor-widget-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4a07c), to(#9b6e46));
  background: linear-gradient(to bottom, #c4a07c 0%, #9b6e46 100%);
}

.home-search-icon .ava-search-bar .search-button {
  background: none !important;
}

#_desktop_verticalmenu .title_vertical {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4a07c), to(#9b6e46));
  background: linear-gradient(to bottom, #c4a07c 0%, #9b6e46 100%);
}
#_desktop_verticalmenu .title_vertical .material-icons {
  display: none !important;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  position: static;
  border: none;
  border-radius: 0 5px 5px 0;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item {
  padding: inherit;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item > a {
  position: relative;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item > a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat scroll 0px 8px transparent;
  position: absolute;
  left: 20px;
  top: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-dropdown .column_title {
  font-size: 16px;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 15px;
}

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

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

.block-contact #contact-infos {
  color: var(--palette6);
}
.block-contact #contact-infos span,
.block-contact #contact-infos span a {
  color: var(--palette6);
  margin-bottom: 10px;
  line-height: 26px;
}
.block-contact #contact-infos span:last-child,
.block-contact #contact-infos span a:last-child {
  margin-bottom: 0;
}

.block_newsletter {
  background-color: transparent;
  max-width: 21.65rem;
}
.block_newsletter .newsletter-condition {
  margin-top: 10px;
  text-align: center;
}
.block_newsletter .newsletter-condition .custom-checkbox label {
  color: var(--palette4);
  margin-bottom: 0;
  text-align: center;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border: 1px var(--palette4) solid;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: var(--palette4);
}
.block_newsletter .newsletter-form .newsletter-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-radius: 50px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border-color: var(--palette2);
  height: 40px;
  margin-bottom: 20px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  opacity: 1;
  font-size: 14px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:focus {
  background-color: var(--palette9);
}

.social-column {
  position: relative;
}
.social-column::after, .social-column::before {
  content: "";
  position: absolute;
  right: 0;
  width: 36%;
  height: 1px;
  background-color: #dfdfdf;
  display: inline-block;
  left: auto;
  top: 50%;
}
.social-column::before {
  left: 0;
  right: auto;
}
.social-column .elementor-social-icons-wrapper .elementor-social-icon:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4a07c), to(#9b6e46));
  background: linear-gradient(to bottom, #c4a07c 0%, #9b6e46 100%);
}

.title-bkg .elementor-widget-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4a07c), to(#9b6e46));
  background: linear-gradient(to bottom, #c4a07c 0%, #9b6e46 100%);
}

.cms-banner .elementor-image {
  overflow: hidden;
}

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

.link .elementor-button {
  background: none;
}

.banner-content.elementor-section.elementor-inner-section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: auto;
  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;
}

.tab-section .elementor-widget-ava-products-tabs .widget-tabs-wrapper .widget-tab-title {
  position: relative;
}
.tab-section .elementor-widget-ava-products-tabs .widget-tabs-wrapper .widget-tab-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #dddddd;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -25px;
  top: 5px;
}
.tab-section .elementor-widget-ava-products-tabs .widget-tabs-wrapper .widget-tab-title:last-child::after {
  display: none;
}

.information-block .elementor-column .linklist-wrapper .linklist-menu a:last-child {
  border: none;
}

.cms-three-banner {
  overflow: hidden;
}
.cms-three-banner .elementor-column .elementor-widget-wrap .elementor-image {
  position: relative;
}
.cms-three-banner .elementor-column .elementor-widget-wrap .elementor-image a::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.14);
  bottom: 5px;
  right: 5px;
  height: 0;
  width: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.cms-three-banner .elementor-column .elementor-widget-wrap:hover a::after {
  height: 96%;
  width: 97%;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.testimonial-section .elementor-widget-ava-testimonial .item-content {
  position: relative;
}
.testimonial-section .elementor-widget-ava-testimonial .item-content::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 230px;
  bottom: 0;
  right: auto;
  background: transparent url(../img/testimonial-pattern.png) no-repeat scroll left center;
  width: 11px;
  height: 100%;
}
.testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-content {
  width: 90%;
  padding-left: 27%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: left;
}
.testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-image, .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-details {
  display: block;
  width: 20%;
}
.testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-image {
  padding-top: 20px;
}
.testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-details {
  padding-bottom: 20px;
}

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

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

body#checkout #header .header-nav .logo {
  max-width: 180px;
}
body#checkout section.checkout-step .step-title {
  font-size: 18px;
}

.cart-grid-body .card-block h1 {
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  font-size: 17px;
}

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

@media screen and (min-wdth: 992px) {
  #header {
    min-height: 143px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  #_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item > a {
    padding: 38px 16px 38px 16px;
  }
  .cms-three-banner .elementor-column .main-title .elementor-widget-container .elementor-heading-title {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-three-banner .elementor-column .subtitle .elementor-widget-container .elementor-heading-title {
    font-size: 20px;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content::after {
    left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial-section .elementor-widget-ava-testimonial .item-content::after {
    left: 25%;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-content {
    width: 95%;
    padding-left: 32%;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-image, .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-details {
    display: block;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
    cursor: pointer;
  }
  .block_newsletter {
    margin: 0 auto;
  }
  .mobile-lang-cur {
    color: var(--palette3);
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu a {
    border-bottom: 1px solid var(--color-border);
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu a:last-child {
    border: none;
  }
  .mobile-menu .menu-content .menu-item .column_title {
    font-weight: var(--font-medium);
  }
  .social-column::after, .social-column::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .block_newsletter {
    padding-top: 0;
  }
  .cms-banner .elementor-column {
    width: auto;
    margin: auto;
  }
  .cms-banner .elementor-column a {
    overflow: hidden;
  }
  .cms-one-banner .elementor-image img {
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tab-section .elementor-widget-ava-products-tabs .widget-tabs-wrapper .widget-tab-title::after {
    right: -18px;
  }
  .social-column::before, .social-column::after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 541px) {
  .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding-top: 30px !important;
  }
  .cms-three-banner .banner-content.elementor-section.elementor-inner-section .sub-title .elementor-widget-container {
    margin: 0px 0px 10px 0px !important;
  }
  .cms-three-banner .banner-content.elementor-section.elementor-inner-section .title .elementor-widget-container {
    margin: 0px 0px 12px 0px !important;
  }
  .cms-three-banner .banner-content.elementor-section.elementor-inner-section .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
  }
  .elementor .slider-column.elementor-element .slider-cms-title {
    left: 52% !important;
  }
  .elementor .slider-column.elementor-element .slider-cms-title .elementor-widget-container .elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
  }
  .elementor .slider-column.elementor-element .slider-cms-subtitle {
    left: 52% !important;
    top: 18% !important;
  }
  .elementor .slider-column.elementor-element .cms-btn {
    left: 52% !important;
    top: 65% !important;
  }
}
@media screen and (max-width: 540px) {
  .testimonial-section .elementor-widget-ava-testimonial .item-content {
    padding: 20px;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-content {
    width: 100%;
    text-align: center;
    position: static;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-image, .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-details {
    width: 100%;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content .elementor-testimonial-details {
    padding-bottom: 0;
  }
  .testimonial-section .elementor-widget-ava-testimonial .item-content::after {
    display: none;
  }
}
/* stylelint-enable */