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

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

:root {
  --font-size-body: 15px;
  --body-weight: var(--font-normal);
  --body-text-transform: unset;
  --body-font-family: "Arimo";
  --body-line-height: 24px;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --heading-font-family: var(--body-font-family);
  --input-border-radius: 5px;
  --heading-letter-spacing: 0;
  --heading-weight: var(--font-semibold);
  --heading-text-transform: capitalize;
  --h1-size: 30px;
  --h2-size: 28px;
  --h3-size: 26px;
  --h4-size: 24px;
  --h5-size: 20px;
  --h6-size: 16px;
}
:root .h1, :root h1 {
  line-height: 1.2;
}
:root .h2, :root h2 {
  line-height: 1.2;
}
:root .h3, :root h3 {
  line-height: 1.4;
}
:root .h4, :root h4 {
  line-height: 1.3;
}
:root .h5, :root h5 {
  line-height: 1.3;
}
:root .h6, :root h6 {
  line-height: 1.3;
}
@media (max-width: 991px) {
  :root {
    --h1-size: 28px;
    --h2-size: 26px;
    --h4-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --h1-size: 26px;
    --h2-size: 24px;
    --h4-size: 20px;
  }
}

.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;
  gap: 5px;
}
.hero-section .page-title-wrapper .page-header h1 {
  font-size: 26px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 22px;
  }
}
@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;
  }
}

:root {
  --btn-weight: var(--font-semibold);
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 14px;
  --btn-text-transform: uppercase;
  --btn-padding-x: 30px;
  --btn-border-width: 0;
  --btn-height: 45px;
  --btn-line-height: 45px;
  --btn-radius: 50px;
  --btn-letter-spacing: 0.3px;
  --btn-primary-hover-color: var(--palette3);
  --btn-secondary-color: var(--palette3);
  --input-border-radius: 50px;
}
@media (max-width: 991px) {
  :root {
    --btn-padding-x: 20px;
    --btn-height: 42px;
    --btn-line-height: 42px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 13px;
  }
}
@media (max-width: 540px) {
  :root {
    --btn-padding-x: 15px;
  }
}

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

textarea, textarea.form-control {
  border-radius: 5px;
}

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

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

#subcategories ul li {
  width: 16%;
}
#subcategories ul li h5 a.subcategory-name {
  font-size: 16px;
  font-weight: var(--font-medium);
}
#subcategories .subcategory-heading {
  font-size: 18px;
  letter-spacing: 0.5px;
}

#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: 15px;
  letter-spacing: 0.5px;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a, .category-top-menu .facet .facet-label a {
  margin-top: 0.1375rem;
}
#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: 17px;
}
#search_filters .btn-tertiary:hover, #search_filters_brands .btn-tertiary:hover, #search_filters_suppliers .btn-tertiary:hover, .category-top-menu .btn-tertiary:hover {
  background-color: var(--palette7);
  color: var(--palette3);
  border-color: var(--palette7);
}

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

@media screen and (min-width: 1200px) {
  .layout-left-column #left-column {
    width: 19%;
  }
  .layout-left-column #content-wrapper {
    width: 79%;
  }
  .layout-right-column #right-column {
    width: 19%;
  }
  .layout-right-column #content-wrapper {
    width: 79%;
  }
}
@media screen and (min-width: 992px) {
  #search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories {
    padding: 0;
  }
  .block-categories .category-sub-menu {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 10px 20px;
  }
  #search_filters .block-content, .category-top-menu .block-content {
    padding: 0px 20px 10px;
  }
}
:root {
  --product-title-size: 15px;
  --product-title-family: var(--body-font-family);
  --product-title-letter-spacing: 0.5px;
  --product-title-line-height: 22px;
  --product-title-weight: var(--font-normal);
  --price-size: 17px;
  --price-weight: var(--font-semibold);
  --price-color: var(--palette1);
  --btn-cart-hover-color: var(--palette3);
  --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);
  color: var(--palette9);
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 6px;
}
.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-miniature .regular-price {
  font-size: 100%;
}

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

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .thumbnail-top {
  border-radius: var(--border-radius);
}
.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  text-align: left;
  min-height: 124px;
}
.products.product-loop:not(.list, .product-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-list) .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 8px;
}

.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 4px;
  line-height: 18px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title a {
  color: var(--palette4);
  font-size: 14px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 6px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 10px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  max-width: 185px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 8px;
}

.grade-stars.small-stars {
  min-width: 80px;
}

.small-stars .star-content div.star, .small-stars .star-content div.star-on, .small-stars .star-content div.star-hover {
  width: 13px;
  height: 15px;
  background-size: 31px;
  background-position: -17px 0px;
}

.latest-product .products .products.product-loop .swiper-slide {
  padding-bottom: 0 !important;
}

.thumbnail-top .time-sale.style_9 .tmcore-countdown {
  gap: 0;
}

.onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
  -ms-grid-columns: 231px auto;
  grid-template-columns: 231px auto;
  border: none;
  padding: 0;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 8px;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title {
  margin-block: 0 10px;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--font-semibold);
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 10px;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 8px;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .show-list {
  display: none;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  display: block;
}

.list-section .products .products.product-loop .product-miniature .thumbnail-container {
  -ms-grid-columns: 130px auto;
  grid-template-columns: 130px auto;
  padding: 0;
}
.list-section .products .products.product-loop .product-miniature .thumbnail-container .product-description {
  padding-inline: 12px;
}
.list-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title {
  margin-block: 0 8px;
}
.list-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0;
}
.list-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .show-list, .list-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  display: none;
}
.list-section .products .products.product-loop .product-miniature .thumbnail-container:hover .thumbnail-top .mini-actions, .list-section .products .products.product-loop .product-miniature .thumbnail-container:focus .thumbnail-top .mini-actions {
  display: none;
}

@media screen and (max-width: 1450px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
    -ms-grid-columns: 175px auto;
    grid-template-columns: 175px auto;
  }
}
@media screen and (max-width: 1199px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
  }
}
@media screen and (max-width: 991px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
    -ms-grid-columns: 170px auto;
    grid-template-columns: 170px auto;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 0 0 0 15px;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
    max-width: 300px;
    margin: 0 auto;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
    margin: 0;
    max-width: 190px;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 0;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .time-sale.style_6 .tmcore-countdown .countdown-item {
    width: 36px !important;
    height: 36px !important;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .time-sale.style_6 .tmcore-countdown .countdown-item .countdown-digits {
    font-size: 14px;
  }
}
:root {
  --product-title-single-size: 25px;
}
@media screen and (max-width: 767px) {
  :root {
    --product-title-single-size: 22px;
  }
}

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

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

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

#product-details .label {
  font-size: inherit;
}

.product-container .product-title {
  letter-spacing: 0;
}

.product-add-to-cart button.js-buy-now {
  background-color: var(--palette3);
  color: var(--palette9);
}
.product-add-to-cart button.js-buy-now:hover {
  color: var(--palette9);
  background-color: var(--palette1);
}

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

.time-sale {
  margin-block: var(--sm-spacing);
}

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

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

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

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

.header-html a {
  text-decoration: underline;
}
.header-html a:hover {
  text-decoration: none;
}

.elementor-cart__toggle .label-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#_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;
}

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

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

.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 15px;
}
.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a,
.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li > a {
  color: var(--palette4);
}
.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a:hover,
.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li > a:hover {
  color: var(--palette1);
}

.avaorg-sub-menu .html-block .product-info .heading {
  font-size: 20px;
}
.avaorg-sub-menu .html-block .product-info .link {
  text-transform: uppercase;
  font-weight: var(--font-medium);
}
.avaorg-sub-menu .html-block .product-info .link:hover {
  text-decoration: none;
}
.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: 11px;
}
.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: 17px;
}
.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);
}

.home-account .ava-dropdown-toggle .label-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

#_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  margin-top: 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-dropdown .column_title {
  font-size: 16px;
  letter-spacing: 0.5px;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 16px;
}

.home-search-advanced .ava-search-bar.ava-focus #searchbox {
  background-color: var(--palette7);
}

#_desktop_currency_selector .ava-dropdown-menu, #_desktop_language_selector .ava-dropdown-menu {
  padding-block: 5px;
  border-radius: 5px;
}

.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(--palette4);
  font-size: inherit;
}
.block-contact #contact-infos span, .block-contact #contact-infos span a {
  color: inherit;
  margin-bottom: 15px;
}
.block-contact #contact-infos span:last-child, .block-contact #contact-infos span a:last-child {
  margin-bottom: 0;
}

.block_newsletter {
  max-width: 38.5rem;
  margin: 0;
  background-color: transparent;
}
.block_newsletter .newsletter-condition {
  margin-top: 12px;
  color: var(--palette4);
}
.block_newsletter .newsletter-condition .custom-checkbox label {
  color: var(--palette4);
  font-size: 14px;
  margin-bottom: 0;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border: none;
  height: 45px;
  max-width: 340px;
  background-color: #f0f0f0;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  opacity: 1;
  font-size: 13px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  opacity: 1;
  font-size: 13px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  opacity: 1;
  font-size: 13px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  opacity: 1;
  font-size: 13px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  opacity: 1;
  font-size: 13px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:focus {
  background-color: #f0f0f0;
}

.elementor-element.slider-section .elementor-widget-container,
.elementor-element.slider-section .elementor-widget-wrap,
.elementor-element.slider-section .elementor-element {
  height: 100%;
}
.elementor-element.slider-section .elementor-swiper {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
.elementor-element.slider-section .elementor-swiper .swiper-container,
.elementor-element.slider-section .elementor-swiper .swiper-wrapper {
  height: 100%;
}

.slider-price {
  color: var(--palette1);
  font-size: 30px;
  font-weight: var(--font-semibold);
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .slider-price {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .slider-price {
    font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .slider-price {
    font-size: 22px;
  }
}

.main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button {
  position: relative;
}
.main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::before {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  background-color: var(--palette1);
  border-radius: 50px;
  vertical-align: inherit;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media screen and (max-width: 991px) {
  .main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::before {
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 540px) {
  .main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::before {
    display: none;
  }
}
.main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::after {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  -webkit-mask-image: url(../img/banner-arrow.svg);
          mask-image: url(../img/banner-arrow.svg);
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--palette9);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  .main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::after {
    -webkit-mask-size: 11px;
            mask-size: 11px;
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 540px) {
  .main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button::after {
    display: none;
  }
}
.main-slider-section .slider-section .swiper-slide-inner .swiper-slide-contents .elementor-slide-button:hover {
  text-decoration: none !important;
}

.category-section .elementor-column .elementor-widget-container .swiper-wrapper .item-inner .image {
  border: 1px solid var(--color-border);
  border-radius: 100%;
  overflow: hidden;
  max-width: 172px;
  margin: 0 auto 15px;
}
.category-section .elementor-column .elementor-widget-container .swiper-wrapper .item-inner .image img {
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.category-section .elementor-column .elementor-widget-container .swiper-wrapper .item-inner .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cms-banner .elementor-image, .sub-banner .elementor-image, .parallex-section .elementor-image, .product-page-sidebar .elementor-image {
  overflow: hidden;
  border-radius: 5px;
}
.cms-banner .cms-btn .elementor-button .elementor-button-text, .sub-banner .cms-btn .elementor-button .elementor-button-text, .parallex-section .cms-btn .elementor-button .elementor-button-text, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text {
  position: relative;
  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;
}
.cms-banner .cms-btn .elementor-button .elementor-button-text::before, .sub-banner .cms-btn .elementor-button .elementor-button-text::before, .parallex-section .cms-btn .elementor-button .elementor-button-text::before, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::before {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  background-color: var(--palette1);
  border-radius: 50px;
  vertical-align: inherit;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media screen and (max-width: 991px) {
  .cms-banner .cms-btn .elementor-button .elementor-button-text::before, .sub-banner .cms-btn .elementor-button .elementor-button-text::before, .parallex-section .cms-btn .elementor-button .elementor-button-text::before, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::before {
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 540px) {
  .cms-banner .cms-btn .elementor-button .elementor-button-text::before, .sub-banner .cms-btn .elementor-button .elementor-button-text::before, .parallex-section .cms-btn .elementor-button .elementor-button-text::before, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::before {
    display: none;
  }
}
.cms-banner .cms-btn .elementor-button .elementor-button-text::after, .sub-banner .cms-btn .elementor-button .elementor-button-text::after, .parallex-section .cms-btn .elementor-button .elementor-button-text::after, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::after {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  -webkit-mask-image: url(../img/banner-arrow.svg);
          mask-image: url(../img/banner-arrow.svg);
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--palette9);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  .cms-banner .cms-btn .elementor-button .elementor-button-text::after, .sub-banner .cms-btn .elementor-button .elementor-button-text::after, .parallex-section .cms-btn .elementor-button .elementor-button-text::after, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::after {
    -webkit-mask-size: 11px;
            mask-size: 11px;
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 540px) {
  .cms-banner .cms-btn .elementor-button .elementor-button-text::after, .sub-banner .cms-btn .elementor-button .elementor-button-text::after, .parallex-section .cms-btn .elementor-button .elementor-button-text::after, .product-page-sidebar .cms-btn .elementor-button .elementor-button-text::after {
    display: none;
  }
}
.cms-banner .cms-btn:hover .elementor-button, .sub-banner .cms-btn:hover .elementor-button, .parallex-section .cms-btn:hover .elementor-button, .product-page-sidebar .cms-btn:hover .elementor-button {
  text-decoration: none !important;
}
.cms-banner .cms-sidebar-btn:hover .elementor-button, .sub-banner .cms-sidebar-btn:hover .elementor-button, .parallex-section .cms-sidebar-btn:hover .elementor-button, .product-page-sidebar .cms-sidebar-btn:hover .elementor-button {
  text-decoration: none !important;
}

.category-top-section {
  max-width: 1420px;
  margin: 0 auto;
  border-radius: 5px;
}

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

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

.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;
}
.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 {
  padding: 0 0 0 10px;
  position: absolute;
  top: 45px;
  left: 130px;
  text-align: left;
  display: inline-block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.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;
}

.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 .hero-section .page-title-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#checkout #header .header-nav {
  background-color: var(--palette1);
}
body#checkout #header .header-nav .logo {
  max-width: 220px;
}
body#checkout #header .header-nav #_desktop_contact_link, body#checkout #header .header-nav #_mobile_contact_link {
  color: var(--palette9);
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link a, body#checkout #header .header-nav #_mobile_contact_link #contact-link a {
  color: var(--palette9);
}
body#checkout section.checkout-step .step-title {
  font-size: 18px;
}

@media screen and (max-width: 1800px) and (min-width: 1367px) {
  .home-search-advanced #searchbox {
    width: 570px !important;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1200px) {
  #_desktop_megamenu.main-menu {
    margin-left: 8px;
  }
  #_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item > a {
    padding: 13px 12px 13px 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .slider-section.elementor-column .swiper-slide-inner {
    padding: 0px 0px 0px 30px !important;
  }
  .slider-section.elementor-column .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .main-slider-section .sub-banner .banner-content.left.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 0px 0px 0px 15px;
  }
  .main-slider-section .sub-banner .banner-content.left.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .main-slider-section .sub-banner .banner-content.left.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title {
    font-size: 20px;
  }
  .main-slider-section .sub-banner .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 0px 15px 0px 0px;
  }
  .main-slider-section .sub-banner .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .main-slider-section .sub-banner .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title {
    font-size: 20px;
  }
  .main-slider-section .sub-banner .banner-content.middle.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 20px 15px 0px 0px;
  }
  .home-search-advanced #searchbox {
    width: 570px !important;
  }
  .vertical-menu-home {
    width: 260px !important;
    max-width: 260px !important;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 15px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-block .item-content .elementor-testimonial-details {
    top: 32px;
    left: 110px;
  }
}
@media screen and (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
  }
  .mobile-lang-cur {
    color: var(--palette3);
  }
  .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.selected {
    background-color: var(--palette9);
    color: var(--palette1);
  }
  .avaorg-sub-menu .product-cat .cat-image {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-section .elementor-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-slider-section .sub-banner.elementor-column.col-3 {
    width: auto !important;
  }
  .main-slider-section .sub-banner.elementor-column.col-3 a {
    overflow: hidden;
  }
  .main-slider-section .sub-banner.elementor-column.col-2 {
    width: auto !important;
  }
  .main-slider-section .sub-banner.elementor-column.col-2 .elementor-widget-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-slider-section .sub-banner.elementor-column.col-2 .elementor-widget-wrap .elementor-inner-section {
    width: auto;
  }
  .main-slider-section .sub-banner.elementor-column:not(.col-3) .elementor-inner-section .elementor-column {
    width: auto;
    margin: auto;
  }
  .main-slider-section .sub-banner.elementor-column:not(.col-3) .elementor-inner-section .elementor-column a {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .block_newsletter {
    padding-top: 0;
  }
  .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 42px;
  }
  .testimonial-block .item-content .elementor-testimonial-details {
    bottom: 32px;
  }
  .cms-three-banner .elementor-column, .cms-two-banner .elementor-column, .product-banner .elementor-column {
    width: auto;
    margin: auto;
  }
  .cms-three-banner .elementor-column a, .cms-two-banner .elementor-column a, .product-banner .elementor-column a {
    overflow: hidden;
  }
  .main-slider-section .sub-banner.elementor-column.col-3 {
    width: auto !important;
    margin: auto;
  }
  .main-slider-section .sub-banner.elementor-column.col-3 a {
    overflow: hidden;
  }
  .main-slider-section .sub-banner.elementor-column:not(.col-3) .elementor-inner-section .elementor-column {
    width: auto;
    margin: auto;
  }
  .main-slider-section .sub-banner.elementor-column:not(.col-3) .elementor-inner-section .elementor-column a {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (min-width: 541px) {
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap, .cms-three-banner .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 0px px 0px 35px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container, .cms-three-banner .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container .elementor-heading-title, .cms-three-banner .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 15px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container, .cms-three-banner .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container {
    margin-bottom: 10px;
  }
  .cms-two-banners .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title, .cms-three-banner .elementor-column .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 540px) {
  .cms-banner .elementor-column .elementor-image img {
    min-height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* stylelint-enable */
.table-Category {float: left;width: 100%;}
.cat {width: 15%;min-width: 175px;}
.Category-list {float: left;width: 85%;}
.Category-item {float: left;width: 285px;}
