/* 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: 1500px;
}

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

body:not(.layout-modern) #wrapper {
  background: var(--palette8);
}

:root {
  --body-font-family: "Open Sans";
  --font-size-body:14px;
  --body-weight: var(--font-normal);
  --body-line-height: 24px;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --border-radius: 0px;
  --subheading-font-family: "Open Sans";
  --heading-letter-spacing: 0px;
  --heading-text-transform: unset;
  --heading-font-family: "Open Sans";
  --color-link-hover: var(--palette4);
}
:root .h1, :root h1 {
  --h1-size: 30px;
}
:root .h2, :root h2 {
  --h2-size: 26px;
}
:root .h3, :root h3 {
  --h3-size: 24px;
}
:root .h4, :root h4 {
  --h4-size: 22px;
}
:root .h5, :root h5 {
  --h5-size: 18px;
}
:root .h6, :root h6 {
  --h6-size: 16px;
}
@media (max-width: 991px) {
  :root {
    --font-size-body: 14px;
  }
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-body: 14px;
  }
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: var(--font-bold);
}

#hero_section.hero-section {
  background: url("../img/breadcrumb.jpg") no-repeat;
}
#hero_section.hero-section .page-title-wrapper {
  padding: 40px 0;
}
@media (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    padding: 30px 0;
    min-height: 120px;
  }
}

.page-header h1 {
  text-transform: uppercase;
  font-size: 26px;
}

:root {
  --btn-font-family: "Open Sans";
  --btn-text-transform: uppercase;
  --btn-font-size: 14px;
  --btn-height: 42px;
  --btn-line-height: 40px;
  --btn-padding-x: 25px;
  --btn-radius: 0px;
  --btn-weight: var(--font-semibold);
  --btn-cart-color: var(--palette3);
  --btn-cart-bg-color: var(--palette9);
  --btn-cart-hover-color: var(--palette9);
  --btn-cart-hover-bg-color: var(--palette1);
}
@media (max-width: 991px) {
  :root {
    --btn-font-size: 13px;
    --btn-height: 42px;
    --btn-line-height: 40px;
    --btn-padding-x: 17px;
  }
}

:root {
  --input-border-radius: 0;
  --input-height: 45px;
}

#subcategories .subcategory-heading {
  margin-block: 20px 16px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: var(--font-bold);
}
#subcategories ul li {
  width: 15%;
}

#search_filters .block-title, .category-top-menu .block-title {
  padding: 10px 18px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}
#search_filters .block-content, .category-top-menu .block-content {
  padding: 0px 18px 15px;
}

#search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories {
  padding: 0;
}

body:not(#index) .products.product-loop.list .product-miniature .thumbnail-container {
  padding: 0px 0px 30px;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
}

#search_filters .facet .collapse {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
#search_filters .facet:last-child .collapse {
  padding-bottom: 0px;
  border-bottom: 0px solid var(--color-border);
}

.product-filter #search_filters .facet .facet-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
}

#search_filters .block-title .title, .category-top-menu .block-title .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: var(--font-bold);
}

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

#subcategories ul li h5 a.subcategory-name, body#checkout section.checkout-step.-reachable.-complete h1 .step-edit .edit {
  font-size: 16px;
  font-weight: var(--font-semibold);
}

@media (min-width: 992px) {
  #left-column {
    width: 20%;
  }
  #content-wrapper.left-column {
    width: 80%;
  }
}
:root {
  --product-title-size: 14px;
  --product-title-line-height: 20px;
  --product-title-weight: var(--font-normal);
  --price-size: 17px;
  --price-weight: var(--font-bold);
  --price-color: var(--palette1);
  --product-title-single-size: 24px;
  --product-title-letter-spacing: 0.5px;
  --bages-sale-color: #ef2d2d;
  --bages-nostock-color: #ff8e3e;
}
@media (max-width: 480px) {
  :root {
    --price-size: 15px;
  }
}

.product-flags li.product-flag {
  font-weight: var(--font-semibold);
  padding: 6px 7px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px;
  border-radius: 0;
}
.product-flags li.product-flag.out_of_stock {
  background-color: var(--bages-nostock-color);
}

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

.products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  position: relative;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  min-height: 140px;
}
.products.product-loop .product-miniature .thumbnail-container {
  border: 0;
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  padding-top: 13px;
  text-align: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 9px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 0 6px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 3px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 12px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .add-to-cart {
  border-color: var(--color-border);
}
.products.product-loop .product-miniature .thumbnail-container .regular-price {
  font-weight: var(--font-normal);
}

@media (min-width: 768px) {
  .products.product-loop .product-grid-style-3 .product-miniature .thumbnail-container:focus .thumbnail-top .btn.add-to-cart, .products.product-loop .product-grid-style-3 .product-miniature .thumbnail-container:hover .thumbnail-top .btn.add-to-cart {
    opacity: 1;
  }
  .products.product-loop .product-grid-style-3 .product-miniature .thumbnail-container:focus .thumbnail-top .highlighted-informations, .products.product-loop .product-grid-style-3 .product-miniature .thumbnail-container:hover .thumbnail-top .highlighted-informations {
    bottom: 4.2rem;
  }
  .products.product-loop .product-grid-style-3 .product-miniature .thumbnail-container .thumbnail-top .btn.add-to-cart {
    margin: 0 auto 20px;
    max-width: 190px;
    left: 0;
    right: 0;
    opacity: 0;
  }
}
body.layout-modern .products.product-loop:not(.list, .product-list) .product-miniature .thumbnail-container .product-description {
  padding-inline: 0;
}

.product-miniature .variant-links .color {
  width: 1rem;
  height: 1rem;
}

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

#blockcart-modal .product-image,
#cart .product-line-grid-left img,
.elementor-cart__product-image a,
.elementor-cart__product-image img,
#stores .page-stores .store-picture img,
body#checkout #cart-summary-product-list img,
.product-line-grid-left img,
#order-items .image img {
  border: 0px solid #e5e5e5;
  border-radius: var(--border-radius);
}

.tabs .nav-tabs .nav-link {
  font-weight: var(--font-bold);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-actions .add-to-cart {
  min-width: 130px;
}

.product-information .product-description ul {
  margin-bottom: 20px;
}

.blockreassurance_product .content .block-title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.products-section-title,
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  margin: 0 var(--content-edge-padding-x) 30px;
  padding: 0 0 20px;
}

.product-images > li.thumb-container {
  outline-offset: -2px;
}

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

.main-menu .avaorg-menu-horizontal .menu-content .menu-item:first-child > a {
  padding-left: 0 !important;
}

.header-top-left .elementor-widget-wrap {
  line-height: 17px;
}

#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-dropdown {
  padding: 0 40px;
}
#_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}

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

.site-header.fixed .elementor-element.search-form.elementor-column {
  display: none;
}

.back-to-top a {
  outline: 2px solid var(--palette9);
}

.elementor-account .sub-menu.ava-dropdown-menu {
  margin-top: 15px;
}

.header-language .elementor-widget-container .ava-dropdown-wrapper .ava-dropdown-menu a:last-child, .header-currency .elementor-widget-container .ava-dropdown-wrapper .ava-dropdown-menu a:last-child {
  border: 0;
}

.mobile-lang-cur {
  color: var(--palette3);
}

#_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  margin-top: 22px;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown .submenu-item > a {
  font-weight: var(--font-bold);
  font-size: 14px;
  text-transform: uppercase;
}
#_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown > li a, #_desktop_verticalmenu .avaorg-menu-vertical .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 {
  padding: inherit;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-menu .html-block .product-info .heading {
  font-weight: var(--font-bold);
  font-size: 16px;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-menu .product-cat .cat-image img {
  border-color: var(--palette8);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-menu .product-cat .cat-image img:hover {
  border-color: var(--palette1);
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .column_title,
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-weight: var(--font-bold);
  font-size: 14px;
  text-transform: uppercase;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .avaorg-sub-inner .product-info .link:hover {
  text-decoration: none;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a,
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li > 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,
#_desktop_megamenu.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 .product-cat .cat-image .cat-heading {
  font-weight: var(--font-semibold);
}

.mobile-menu .menu-content .menu-item .column_title {
  font-weight: var(--font-medium);
}
.mobile-menu .menu-content .menu-item > a {
  font-weight: var(--font-medium);
}
.mobile-menu .menu-content .menu-item > a:hover {
  color: var(--color-link-hover);
}

.mobile-lang-cur {
  color: var(--palette3);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a {
  border-bottom: 1px solid var(--color-border);
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:last-child {
  border: 0px;
}
.mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a.selected, .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:hover {
  background: var(--palette1);
  color: var(--palette9);
  border-color: var(--palette9);
}

.menu-banner .menu-banner-info .menu-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .menu-banner .menu-banner-info .menu-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
  }
}
.menu-banner .menu-banner-info .menu-label {
  padding: 0px 10px;
  font-size: 12px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .menu-banner .menu-banner-info .menu-label {
    padding: 0px 8px;
    font-size: 10px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .menu-banner .menu-banner-info .menu-sub-title {
    display: none;
  }
}
.menu-banner .menu-banner-info .menu-offer {
  font-size: 20px;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .menu-banner .menu-banner-info .menu-offer {
    font-size: 16px;
  }
}

.cms-banners .elementor-column .elementor-column-wrap {
  overflow: hidden;
}

.category-section .swiper-wrapper .item-inner .cat-des .button {
  opacity: 0;
}
.category-section .swiper-wrapper .item-inner:hover .cat-des .button {
  opacity: 1;
}

.testimonial-block .item-content {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  margin: 0 auto;
}
.testimonial-block .item-content .elementor-testimonial-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.testimonial-block .item-content .elementor-testimonial-details,
.testimonial-block .item-content .elementor-testimonial-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.banner-content.elementor-section.elementor-inner-section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  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.bottom {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: auto;
  display: block;
}
.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;
}

.cms-text.elementor-widget-text-editor h4 {
  font-size: 20px;
  font-weight: var(--font-bold);
  margin-bottom: 10px;
}
.cms-text.elementor-widget-text-editor h2 {
  font-weight: var(--font-bold);
  margin-bottom: 15px;
}
.cms-text.elementor-widget-text-editor .elementor-button-link.btn-link {
  text-decoration: underline;
  text-transform: uppercase;
}

.block-contact {
  padding: 0 !important;
  width: 100%;
  color: var(--palette4);
}
.block-contact .block-contact-title {
  font-size: 18px;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.block-contact #contact-infos {
  line-height: 28px;
}
.block-contact #contact-infos > span {
  margin-bottom: 8px;
}
.block-contact #contact-infos a {
  color: var(--palette4);
}
.block-contact #contact-infos a:hover {
  color: var(--palette1);
}

.newsletter_section .block_newsletter {
  background: transparent;
  max-width: 41.3rem;
  border: 0;
  padding: 0;
  text-align: left;
}
.newsletter_section .block_newsletter form input[type=email] {
  background-color: var(--palette9);
  border: 0;
}
.newsletter_section .block_newsletter .newsletter-condition {
  margin-bottom: -15px;
  margin-top: 10px;
}
.newsletter_section .block_newsletter .newsletter-condition p {
  color: var(--palette9);
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message {
  color: var(--palette9);
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette9);
}
.newsletter_section .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
.newsletter_section .block_newsletter .btn.btn-primary {
  background-color: #dddddd;
  color: var(--palette3);
  border: 0;
  font-family: inherit;
  padding: 1px 25px;
  margin-left: 0px;
  font-weight: var(--font-bold);
  max-height: 45px;
  line-height: 45px;
}
.newsletter_section .block_newsletter .newsletter-content {
  display: none;
}

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

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

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

body#checkout #header .header-nav .logo {
  max-width: 183px;
}
body#checkout section.checkout-step .step-title {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  font-size: 16px;
}

.cart-grid-body .card-block h1 {
  font-size: 17px;
  text-transform: uppercase;
}

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

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

@media (max-width: 1599px) and (min-width: 1200px) {
  .slider-section .swiper-slide-inner {
    max-width: 100% !important;
  }
  .cms-three-banners .banner-content .elementor-element-populated {
    padding: 0px 15px 0px 0px !important;
  }
  .cms-three-banners .banner-content .elementor-element-populated .title .elementor-widget-container {
    margin: 0px 0px 20px 0px !important;
  }
  .cms-three-banners .banner-content .elementor-element-populated .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .cms-two-banners .banner-content .elementor-element-populated {
    padding: 0px 30px 0px 0px !important;
  }
  .cms-two-banners .banner-content .elementor-element-populated .title .elementor-widget-container {
    margin: 0px 0px 25px 0px !important;
  }
  .cms-two-banners .banner-content .elementor-element-populated .title .elementor-widget-container .elementor-heading-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .cms-two-banners .title .elementor-widget-container {
    margin: 0px 0px 24px 0px !important;
  }
  .cms-two-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 26px !important;
    line-height: 35px !important;
  }
  .cms-three-banners .banner-content .elementor-element-populated {
    padding: 0 20px 0 0 !important;
  }
  .cms-three-banners .title .elementor-widget-container {
    margin: 0px 0px 20px 0px !important;
  }
  .cms-three-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 26px !important;
    line-height: 35px !important;
  }
  .cms-three-banners .cms-price .elementor-widget-container {
    margin: 0px 0px 20px 0px !important;
  }
  .cms-three-banners .cms-price .elementor-widget-container .elementor-heading-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 539px) and (min-width: 481px) {
  .cms-two-banners .title .elementor-widget-container {
    margin: 0px 0px 20px 0px !important;
  }
  .cms-two-banners .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .banner-content.elementor-section.elementor-inner-section .elementor-column-wrap {
    padding: 0px 0px 0px 20px !important;
  }
}
@media (max-width: 1199px) {
  .elementor-account .ava-dropdown-toggle .label-content {
    display: none;
  }
}
@media (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
    cursor: pointer;
  }
  .products.product-loop .product-miniature .thumbnail-container .add-to-cart {
    padding: 0 15px;
    line-height: 38px;
    text-align: center !important;
  }
  .elementor-widget.elementor-widget-ava-search {
    width: 100% !important;
  }
  .cms-banners.cms-sticky-container .elementor-element.elementor-column {
    width: 320px;
  }
  .cms-banners.cms-two-banners.cms-sticky-container .elementor-element.elementor-column {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .cms-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banners .elementor-column {
    width: auto;
    margin: 0 auto;
  }
  .ava-swiper-slider.swiper-dots-xs-bottom-center .swiper-dots {
    min-width: 100%;
  }
  .simple-scroll .elementor-element.elementor-widget-icon-box {
    max-width: inherit;
  }
  .cms-text.elementor-widget-text-editor h2 {
    font-size: 22px;
  }
  .cms-banners.cms-two-banners.cms-sticky-container .elementor-element.elementor-column {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .elementor-slides .swiper-slide-inner {
    padding: 20px;
  }
  .slider-section .elementor-slide-heading {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .slider-section .elementor-slide-sub-title {
    font-size: 12px;
  }
}
/* stylelint-enable */