/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --content-width: 1230px;
}

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

.hero-section {
  background: url("../img/breadcrumb-bkg.jpg") no-repeat fixed top center var(--palette2);
}
.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;
}
.hero-section .page-title-wrapper .page-header h1 {
  font-size: 28px;
  color: var(--palette9);
  margin: 0;
  text-transform: inherit;
}
@media screen and (max-width: 767px) {
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 24px;
  }
}
.hero-section .page-title-wrapper .breadcrumb a, .hero-section .page-title-wrapper .breadcrumb span {
  color: var(--palette9);
}
.hero-section .page-title-wrapper .breadcrumb li::after {
  color: var(--palette9);
}
@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;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 120px;
  }
}
:root {
  --btn-weight: var(--font-normal);
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 14px;
  --btn-text-transform: capitalize;
  --btn-padding-x: 24px;
  --btn-border-width: 0;
  --btn-height: 45px;
  --btn-line-height: 45px;
  --btn-radius: 0px;
  --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;
  }
}

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

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

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

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title, .category-top-menu .facet .facet-title {
  font-weight: var(--font-medium);
  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:hover, #search_filters .btn-tertiary:focus, #search_filters_brands .btn-tertiary:hover, #search_filters_brands .btn-tertiary:focus, #search_filters_suppliers .btn-tertiary:hover, #search_filters_suppliers .btn-tertiary:focus, .category-top-menu .btn-tertiary:hover, .category-top-menu .btn-tertiary:focus {
  background-color: var(--palette7);
  color: var(--palette3);
  border-color: var(--palette7);
}

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

@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: 20px;
  --product-title-weight: var(--font-normal);
  --product-title-transform: capitalize;
  --price-size: 15px;
  --price-weight: var(--font-medium);
  --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 7px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 17px;
  border-radius: 0px;
}
.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);
}

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

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list, .product-list) .product-miniature .product-description {
  text-align: left;
  min-height: 128px;
}
.products.product-loop:not(.list, .product-list) .product-miniature .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-block: 0 6px;
}
.products.product-loop:not(.list, .product-list) .product-miniature .product-description .product-title {
  margin-block: 0 8px;
}
.products.product-loop:not(.list, .product-list) .product-miniature .product-description .product-title a {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

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

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

@media screen and (max-width: 540px) {
  .products.product-loop:not(.list, .product-list) .product-miniature .product-description .product-title a {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
: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 {
  padding-bottom: 15px;
  position: relative;
}
#products .products-section-title::after, .featured-products .products-section-title::after, .product-accessories .products-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: var(--palette1);
  display: inline-block;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
  font-size: 18px;
  color: var(--palette1);
}

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

#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item > a {
  position: relative;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #cecece;
  right: 0;
  top: 20px;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item:last-child a::after {
  display: none;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item:first-child > a {
  padding-left: 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: 15px;
}
#_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: 18px;
}
.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;
  color: var(--palette9);
}
.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 {
  color: var(--palette9);
  font-size: 18px;
}
.avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title, .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info .menu-sub-title {
  color: var(--palette9);
}
.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 {
  color: var(--palette9);
  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);
}

.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: #999;
  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: #999;
}
.block_newsletter .newsletter-condition .custom-checkbox label {
  color: #999;
  margin-bottom: 0;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border: 1px #999 solid;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: #999;
}
.block_newsletter .newsletter-form .newsletter-wrapper {
  position: relative;
  max-width: 300px;
}
.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: 42px;
  -webkit-mask-position: 60%;
          mask-position: 60%;
  background: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary:hover {
  background-color: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border: none;
  height: 45px;
  padding-right: 50px;
  max-width: 300px;
  background-color: #383838;
  color: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: var(--palette6);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: var(--palette6);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: var(--palette6);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: var(--palette6);
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  opacity: 1;
  font-size: 14px;
  color: var(--palette6);
}
.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(--palette9) !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.category-section .item-inner {
  position: relative;
}
.category-section .item-inner .button {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.category-section .item-inner .button a {
  display: block;
  width: 100%;
}
.category-section .item-inner .button a .widget-image-button-text {
  width: 100%;
}

.cms-banner-effect .elementor-column .elementor-widget-container .elementor-image {
  position: relative;
}
.cms-banner-effect .elementor-column .elementor-widget-container .elementor-image::before {
  position: absolute;
  top: 0px;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(246, 246, 246, 0.13)));
  background: linear-gradient(to right, transparent 0%, rgba(246, 246, 246, 0.13) 100%);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.cms-banner-effect .elementor-column .elementor-widget-container .elementor-image:hover::before {
  -webkit-animation: 1.5s ease 0s 1 normal none running shine;
          animation: 1.5s ease 0s 1 normal none running shine;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.cms-banner .elementor-image {
  overflow: hidden;
}

.cms-two-banner .elementor-column .elementor-widget-wrap .sub-title {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.banner-content.left.elementor-section.elementor-inner-section {
  left: 0;
  right: auto;
}

.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-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.testimonial-block .item-content .elementor-testimonial-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.testimonial-block .item-content .elementor-testimonial-details {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

#manufacturer #main ul .brand {
  background-color: var(--palette9);
}
#manufacturer #wrapper #content-wrapper h3 {
  font-size: 24px;
}

.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: 1199px) {
  .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;
  }
}
@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 rgba(255, 255, 255, 0.2);
  }
  .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-bottom: 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) {
  .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;
  }
}
@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 20px 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 15px 0px;
  }
  .cms-two-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .main-title .elementor-widget-container, .cms-three-banner .banner-content.elementor-section.elementor-inner-section .elementor-column .elementor-column-wrap .main-title .elementor-widget-container {
    margin: 0px 0px 15px 0px;
  }
  .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.left.elementor-section.elementor-inner-section, .cms-three-banner .banner-content.left.elementor-section.elementor-inner-section {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 540px) {
  .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;
  }
}
/* stylelint-enable */