/* 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");
:root {
  --content-width: 1300px;
}

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

@media screen and (max-width: 1199px) {
  .container, .container-fluid {
    padding: 0 15px !important;
  }
}
body {
  background-image: url(../img/body-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  background-color: var(--palette8);
}
body #page {
  max-width: var(--content-width);
  margin-inline: auto;
  background: var(--palette9);
}
body #page #wrapper {
  background: var(--palette9);
}

@media (max-width: 1310px) {
  body #page {
    margin-inline: 15px;
  }
}
:root {
  --font-size-body: 14px;
  --body-weight: var(--font-normal);
  --body-font-family: "Open Sans";
  --body-line-height: 24px;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --heading-font-family: var(--body-font-family);
  --heading-letter-spacing: 0px;
  --heading-text-transform: capitalize;
  --heading-weight: var(--font-semibold);
}
:root .h1, :root h1 {
  --h1-size: 30px;
  line-height: 1.2;
}
:root .h2, :root h2 {
  --h2-size: 28px;
  line-height: 1.2;
}
:root .h3, :root h3 {
  --h3-size: 26px;
  line-height: 1.3;
}
:root .h4, :root h4 {
  --h4-size: 22px;
  line-height: 1.3;
}
:root .h5, :root h5 {
  --h5-size: 18px;
  line-height: 1.4;
}
:root .h6, :root h6 {
  --h6-size: 16px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 24px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 25px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
}

.hero-section .page-title-wrapper .page-header h1 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper {
    min-height: 120px !important;
  }
}

:root {
  --btn-weight: var(--font-semibold);
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 15px;
  --btn-text-transform: capitalize;
  --btn-padding-x: 30px;
  --btn-border-width: 0;
  --btn-height: 45px;
  --btn-line-height: 45px;
  --btn-letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  :root {
    --btn-padding-x: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-height: 42px;
    --btn-line-height: 42px;
  }
}
@media (max-width: 540px) {
  :root {
    --btn-font-size: 13px;
    --btn-padding-x: 18px;
  }
}

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

#subcategories ul li {
  width: 18%;
  min-width: 172px;
}
#subcategories ul li h5 a.subcategory-name {
  font-size: 16px;
}
#subcategories .subcategory-heading {
  font-size: 18px;
}

#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;
}
#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 .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse, .category-top-menu .facet .collapse {
  margin-bottom: 0.5rem;
}
#search_filters .facet ul[data-slider-label=Price], #search_filters_brands .facet ul[data-slider-label=Price], #search_filters_suppliers .facet ul[data-slider-label=Price], .category-top-menu .facet ul[data-slider-label=Price] {
  margin-bottom: 1.5rem;
}
#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: 18px;
  font-weight: var(--font-medium);
  font-family: var(--heading-font-family);
}
#search_filters .btn-tertiary, #search_filters_brands .btn-tertiary, #search_filters_suppliers .btn-tertiary, .category-top-menu .btn-tertiary {
  background-color: var(--palette1);
  color: var(--palette9);
  border: none;
}
#search_filters .btn-tertiary:hover, #search_filters_brands .btn-tertiary:hover, #search_filters_suppliers .btn-tertiary:hover, .category-top-menu .btn-tertiary:hover {
  border: none;
}

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

@media screen and (min-width: 1200px) {
  .layout-left-column #left-column, .layout-left-column #right-column {
    width: 22%;
  }
  .layout-left-column #content-wrapper {
    width: 78%;
  }
  .layout-right-column #left-column, .layout-right-column #right-column {
    width: 22%;
  }
  .layout-right-column #content-wrapper {
    width: 78%;
  }
}
@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(--palette7);
  }
  .block-categories .category-sub-menu {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 12px 15px 10px 20px;
    margin: 0;
    border-radius: 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: 22px;
  --product-title-weight: var(--font-normal);
  --product-title-transform: capitalize;
  --price-size: 15px;
  --price-weight: var(--font-bold);
  --price-color: var(--palette1);
}

.product-flags li.product-flag {
  font-weight: var(--font-semibold);
  padding: 2px 7px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  border-radius: 0px;
}
.product-flags li.product-flag.discount {
  color: var(--palette9);
}

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 .product-miniature .thumbnail-container .thumbnail-top {
  border-radius: var(--border-radius);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 3px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title a {
  font-size: 13px;
  color: var(--palette4);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 5px;
}

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

.time-sale.style_5 .tmcore-countdown .countdown-item {
  background-color: var(--palette9);
}

.products.product-loop:not(.list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list) .product-miniature .product-description {
  text-align: left;
  padding-inline: 15px;
}
.products.product-loop:not(.list) .product-miniature .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.time-sale .tmcore-countdown .countdown-item .countdown-label {
  line-height: 1.5;
}

.onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
  padding: 0;
  border: none;
  -ms-grid-columns: 260px auto;
  grid-template-columns: 260px auto;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border-radius: var(--border-radius);
}
.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: 15px;
  line-height: 22px;
}
.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;
}
.onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .time-sale.style_5 .tmcore-countdown .countdown-item {
  background-color: var(--palette8);
}

@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;
  }
  .onsale-section .products .products.product-loop .product-miniature .product-description .time-sale.style_3 .tmcore-countdown {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 8px;
  }
  .onsale-section .products .products.product-loop .product-miniature .product-description .time-sale.style_3 .tmcore-countdown .countdown-item {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container {
    -ms-grid-columns: 240px auto;
    grid-template-columns: 240px auto;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .time-sale.style_3 .tmcore-countdown {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .onsale-section .products .products.product-loop .product-miniature .thumbnail-container .product-description .time-sale.style_3 .tmcore-countdown .countdown-item {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products.product-loop:not(.list) .product-miniature .product-description {
    padding-inline: 10px;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container {
    -ms-grid-columns: 220px auto;
    grid-template-columns: 220px auto;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container .product-description {
    padding-inline: 15px 0;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container .product-description .time-sale.style_3 .tmcore-countdown {
    padding: 10px;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container .product-description .time-sale.style_3 .tmcore-countdown .countdown-item .countdown-digits {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top {
    width: 220px;
  }
  .onsale-section .products .products.product-loop.list .product-miniature .thumbnail-container .product-description {
    padding-block: 10px 0;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
}
:root {
  --product-title-single-size: 24px;
}
@media screen and (max-width: 767px) {
  :root {
    --product-title-single-size: 20px;
  }
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  text-align: left;
  font-size: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
  padding-inline: 0;
  margin-inline: 15px;
}
@media screen and (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 20px;
  }
}
#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
  font-size: 18px;
  color: var(--palette1);
}

body:not(.layout-modern).page-product .images-container.vertical .thumb-images .swiper-button-next, body:not(.layout-modern).page-product .images-container.vertical .thumb-images .swiper-button-prev {
  background-color: var(--palette9);
}

.product-prices .current-price-value, .product-prices .regular-price {
  font-family: var(--body-font-family);
}

.product-comment-modal textarea {
  border-radius: 5px;
}

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

.quickview .modal-body .product-title {
  letter-spacing: 0;
}

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

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

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

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

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

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

#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown.container .avaorg-sub-inner {
  margin-inline: 0;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 15px;
  font-weight: var(--font-medium);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title {
  font-weight: var(--font-medium);
  letter-spacing: 0.5px;
  font-size: 16px;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a {
  color: var(--palette4);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a:hover {
  color: var(--palette1);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a {
  color: var(--palette4);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a:hover {
  color: var(--palette1);
}
#_desktop_megamenu.main-menu .avaorg-sub-menu .product-cat .cat-image img {
  border-color: var(--palette8);
}
#_desktop_megamenu.main-menu .avaorg-sub-menu .product-cat .cat-image img:hover {
  border-color: var(--palette1);
}

.avaorg-sub-menu .html-block .product-info .heading {
  font-size: 16px;
}
.avaorg-sub-menu .html-block .product-info .link {
  text-transform: uppercase;
  font-weight: var(--font-semibold);
}
.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: 26px;
  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: 18px;
}
.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: 16px;
}
.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);
}

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

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

.block_newsletter {
  max-width: 35rem;
  margin: 0;
  background-color: transparent;
}
.block_newsletter .newsletter-condition {
  margin-top: 10px;
  color: inherit;
}
.block_newsletter .newsletter-condition .custom-checkbox label {
  color: inherit;
  margin-bottom: 0;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border: 1px inherit solid;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: inherit;
}
.block_newsletter .newsletter-form .newsletter-wrapper {
  position: relative;
  max-width: 340px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary {
  padding: 15px 15px;
  position: absolute;
  font-size: 0;
  -webkit-mask-image: url("../img/newsletter.svg");
          mask-image: url("../img/newsletter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  top: 2px;
  right: 5px;
  width: 45px;
  height: 45px;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  background: var(--palette1);
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary:hover {
  background-color: var(--palette1);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 45px;
  padding-right: 50px;
  max-width: 340px;
  background-color: transparent;
}
.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:-webkit-autofill,
.block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:hover,
.block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:focus,
.block_newsletter .newsletter-form .newsletter-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--palette3) !important;
  -webkit-box-shadow: 0 0 0 30px var(--palette9) inset !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.slider-subtitle {
  position: relative;
}
.slider-subtitle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 75px;
  height: 3px;
  background-color: var(--palette1);
  left: 0;
  right: auto;
  display: inline-block;
}

.service-section .elementor-widget-icon-box .elementor-widget-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-section .elementor-widget-icon-box:hover .elementor-widget-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-section .elementor-widget-icon-box:hover .elementor-widget-container .elementor-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  fill: var(--palette1) !important;
  color: var(--palette1) !important;
  border-color: var(--palette1) !important;
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.home-category .item-inner .button a {
  position: relative;
  display: block;
  width: 100%;
}
.home-category .item-inner .button .widget-image-button-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cms-banner .elementor-image, .slider-banner .elementor-image {
  overflow: hidden;
  border-radius: var(--border-radius);
}

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

.cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .sub-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.testimonial-block .item-content .elementor-testimonial-image {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-block .item-content .quote-icon {
  position: absolute;
  left: 130px;
  top: 20px;
}
.testimonial-block .item-content .elementor-testimonial-details {
  display: inline-block;
  width: 90%;
  padding-left: 210px;
}
.testimonial-block .item-content .elementor-testimonial-content {
  display: inline-block;
  width: 100%;
  padding-left: 210px;
}

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

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

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

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

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

#manufacturer #wrapper #content-wrapper h3 {
  font-size: 22px;
}

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

@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .slider-section .elementor-element .elementor-widget-wrap .swiper-slide-inner {
    padding: 0px 50px 0px 0px !important;
  }
}
@media screen and (max-width: 1199px) {
  .slider-price {
    font-size: 30px;
  }
  .elementor-cart__toggle .elementor-button-text {
    display: none;
  }
  .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title, .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer {
    display: none;
  }
  #_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title {
    font-size: 15px;
  }
}
@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 {
    border-bottom: 1px solid var(--color-border);
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu a:hover {
    background-color: var(--palette1);
    color: var(--palette9);
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu a:last-child {
    border: none;
  }
  .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu a.selected {
    background-color: var(--palette1);
    color: var(--palette9);
  }
  .block_newsletter {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-subtitle::after {
    width: 55px;
    height: 2px;
  }
  .cms-three-banner .elementor-column, .cms-two-banner .elementor-column, .cms-one-banner .elementor-column, .product-banner .elementor-column, .slider-banner .elementor-column {
    width: auto;
    margin: auto;
  }
  .cms-three-banner .elementor-column a, .cms-two-banner .elementor-column a, .cms-one-banner .elementor-column a, .product-banner .elementor-column a, .slider-banner .elementor-column a {
    overflow: hidden;
  }
  .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 42px;
  }
  .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;
    -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;
  }
  .testimonial-block .item-content .elementor-testimonial-image, .testimonial-block .item-content .quote-icon {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .testimonial-block .item-content .quote-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .testimonial-block .item-content .elementor-testimonial-details {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .testimonial-block .item-content .elementor-testimonial-content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 541px) {
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap {
    padding: 0px 25px 0px 0px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .sub-title .elementor-widget-container, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .sub-title .elementor-widget-container {
    margin: 0px 0px 12px 0px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .sub-title .elementor-widget-container .elementor-heading-title, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 18px;
    line-height: 22px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .main-title .elementor-widget-container .elementor-heading-title, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .main-title .elementor-widget-container .elementor-heading-title {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .title .elementor-widget-container, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .title .elementor-widget-container {
    margin: 0px 0px 18px 0px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 540px) {
  .header-html {
    padding: 5px 0;
  }
  .cms-two-banner .elementor-column .elementor-column-wrap .elementor-image img, .cms-three-banner .elementor-column .elementor-column-wrap .elementor-image img {
    min-height: 145px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 380px) {
  .testimonial-block .item-content .quote-icon .icon {
    right: 59%;
    top: 5px;
  }
}
/* stylelint-enable */