/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
:root {
  --content-width: 1430px;
}

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

:root {
  --color-border: #ebebeb;
  --color-link-hover: var(--palette2);
  --body-font-family: "IBM Plex Sans", var(--fallback-font);
  --body-font-size: 15px;
  --body-weight: var(--font-normal);
  --body-line-height: 24px;
  --body-letter-spacing: 0px;
  --body-text-transform: unset;
  --heading-font-family: "IBM Plex Sans", var(--fallback-font);
  --heading-letter-spacing: 0px;
  --heading-text-transform: unset;
  --product-title-size: 15px !important;
  --product-title-weight: 600;
  --price-color: #1A82D6;
  --product-title-letter-spacing: 0px !important;
  --bages-sale-color: #EC7016;
}
:root .h1, :root h1, :root .h2, :root h2, :root .h3, :root h3, :root .h4, :root h4, :root .h5, :root h5, :root .h6, :root h6 {
  line-height: 1.2;
  font-weight: var(--font-bold);
}
:root .h1, :root h1 {
  --h1-size: 32px;
}
:root .h2, :root h2 {
  --h2-size: 32px;
}
:root .h3, :root h3 {
  --h3-size: 28px;
}
:root .h4, :root h4 {
  --h4-size: 24px;
}
:root .h5, :root h5 {
  --h5-size: 22px;
}
:root .h6, :root h6 {
  --h6-size: 18px;
}
@media (max-width: 991px) {
  :root .h1, :root h1 {
    --h1-size: 32px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h3, :root h3 {
    --h3-size: 24px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
}
@media (max-width: 767px) {
  :root {
    --body-font-size: 15px;
  }
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h4, :root h4 {
    --h4-size: 18px;
  }
  :root .h5, :root h5 {
    --h5-size: 17px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}

@media (max-width: 991px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 80px;
  }
}
:root {
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 15px;
  --btn-line-height: 42px;
  --btn-border-width: 0;
  --btn-radius: 30px;
  --btn-height: 42px;
  --btn-padding-x: 25px;
  --btn-text-transform: capitalize;
  --btn-letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 14px;
    --btn-padding-x: 15px;
    --btn-height: 38px;
    --btn-line-height: 38px;
  }
}

:root {
  --input-border-radius: 5px;
}

#search_filters .block-title .title,
.category-top-menu .block-title .title {
  font-weight: var(--font-bold);
}

#left-column .block-categories .block-content .facet-title,
#left-column #search_filters .block-content .facet-title {
  font-size: 16px;
}

@media (min-width: 480px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title {
    margin-block: 0 10px;
  }
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
}
:root {
  --product-title-size: 16px;
  --product-title-hover-color: var(--color-link-hover);
  --product-title-letter-spacing: 0.3px;
  --price-size: 18px;
  --price-weight: var(--font-semibold);
}
@media screen and (max-width: 991px) {
  :root {
    --price-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --product-title-size: 15px;
    --price-size: 15px;
  }
}

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

.products.product-loop .product-miniature {
  background-color: var(--palette9);
}
.products.product-loop .product-miniature .thumbnail-container {
  border: 0;
  border-radius: 0;
}
.products.product-loop .product-miniature .thumbnail-container .thumbnail-top {
  border-radius: var(--border-radius);
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  text-align: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .regular-price {
  font-weight: var(--font-normal);
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-block: 0 20px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .btn.add-to-cart:not(.products-list .btn.add-to-cart) {
  width: 100%;
}

/* Homepage product border */
.products.product-loop.visible .swiper-slide {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid var(--color-border);
}
.products.product-loop.visible .swiper-slide .product-miniature {
  padding: 20px 20px 0;
}

.elementor-element .wrapper-items:has(.products.product-loop) {
  margin-right: -1px !important;
}

.elementor-element.right-product .wrapper-items:has(.products.product-loop) {
  margin-right: 0px !important;
}

#js-product-list .products, #js-product-list .products.product-loop, .products-list .products, .products-list .products.product-loop, .product-accessories .products, .product-accessories .products.product-loop, .featured-products .products, .featured-products .products.product-loop {
  row-gap: 0;
  margin: 0;
  border: 1px solid var(--color-border);
  position: relative;
  position: relative;
  overflow: hidden;
}
#js-product-list .products .product, #js-product-list .products.product-loop .product, .products-list .products .product, .products-list .products.product-loop .product, .product-accessories .products .product, .product-accessories .products.product-loop .product, .featured-products .products .product, .featured-products .products.product-loop .product {
  padding: 20px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid var(--color-border);
}
#js-product-list .products .product:after, #js-product-list .products.product-loop .product:after, .products-list .products .product:after, .products-list .products.product-loop .product:after, .product-accessories .products .product:after, .product-accessories .products.product-loop .product:after, .featured-products .products .product:after, .featured-products .products.product-loop .product:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-border);
  position: absolute;
  right: -2px;
  z-index: 1;
  top: 0;
}

.home-product-list .products.product-loop.list .product-miniature {
  padding: 20px;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container {
  -ms-grid-columns: 45% auto;
  grid-template-columns: 45% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .mini-actions {
  display: none;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description {
  padding: 0 0 0 15px;
  margin: auto 0;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 5px;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-list-reviews {
  margin-block: 4px 8px;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-bottom: 12px;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-add-to-cart button {
  background: transparent;
  padding: 0;
  text-decoration: underline;
  color: var(--color-link);
  line-height: normal;
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-add-to-cart button:hover {
  color: var(--color-link-hover);
}
.home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .show-list {
  display: none;
}

.products.product-loop:not(.products.product-loop.list) .product-miniature .thumbnail-container .product-description:not(#header .product-list .product-description) {
  padding-bottom: 0;
  padding-inline: 0;
}

.products.product-loop.list .product-miniature .thumbnail-container {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 3.6rem;
  }
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:hover .product-description {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:hover .product-description .btn.add-to-cart {
    bottom: -3.1rem;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .thumbnail-top .time-sale .tmcore-countdown {
    padding: 7px 6px;
  }
  .thumbnail-top .time-sale .tmcore-countdown span.countdown-digits, .thumbnail-top .time-sale .tmcore-countdown span.countdown-label {
    font-size: 12px;
  }
  #js-product-list .products .product, #js-product-list .products.product-loop .product, .products-list .products .product, .products-list .products.product-loop .product, .product-accessories .products .product, .product-accessories .products.product-loop .product, .featured-products .products .product, .featured-products .products.product-loop .product {
    padding: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .products.product-loop .product-miniature .thumbnail-container .thumbnail-top .time-sale .tmcore-countdown {
    gap: 0;
  }
  .product-description .time-sale .tmcore-countdown {
    gap: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container {
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
  }
}
@media screen and (max-width: 991px) {
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container {
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
  }
  #prices-drop .products-selection .showing, #best-sales .products-selection .showing, #new-products .products-selection .showing {
    padding-top: 1rem;
    color: var(--palette3);
  }
  .products.product-loop.visible .swiper-slide .product-miniature {
    padding: 15px 15px 0;
  }
  #js-product-list .products .product, #js-product-list .products.product-loop .product, .products-list .products .product, .products-list .products.product-loop .product, .product-accessories .products .product, .product-accessories .products.product-loop .product, .featured-products .products .product, .featured-products .products.product-loop .product {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-list-reviews {
    margin-block: 0 2px;
  }
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .time-sale {
    margin-block: 0 2px !important;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 5px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
    margin-block: 0 4px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-block: 0 6px;
  }
  .products.product-loop.visible .swiper-slide .product-miniature {
    padding: 8px;
  }
  #js-product-list .products .product, #js-product-list .products.product-loop .product, .products-list .products .product, .products-list .products.product-loop .product, .product-accessories .products .product, .product-accessories .products.product-loop .product, .featured-products .products .product, .featured-products .products.product-loop .product {
    padding: 10px;
  }
}
@media screen and (max-width: 540px) {
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container {
    -ms-grid-columns: 130px auto;
    grid-template-columns: 130px auto;
  }
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description {
    padding: 0 0 0 10px;
  }
  .home-product-list .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-bottom: 8px;
  }
}
:root {
  --product-title-single-size: 28px;
}
@media (max-width: 991px) {
  :root {
    --product-title-single-size: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 20px;
  }
}

div.summary .brand-title {
  margin-bottom: 8px;
}

.product-images > li.thumb-container:not(.product-images > li.swiper-slide-thumb-active, .product-images > li.thumb-container:hover) {
  outline: 1px solid transparent;
}

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

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 40px;
}

@media (min-width: 992px) {
  .product-accessories .products, .product-accessories .products.product-loop, .featured-products .products, .featured-products .products.product-loop {
    margin-inline: var(--xs-spacing);
  }
}
@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 32px;
  }
  .product-accessories .products, .product-accessories .products.product-loop, .featured-products .products, .featured-products .products.product-loop {
    margin-inline: var(--xxs-spacing);
  }
}
@media (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 28px;
  }
  .product-accessories .products, .product-accessories .products.product-loop, .featured-products .products, .featured-products .products.product-loop {
    margin-inline: var(--xxxs-spacing);
  }
}
#header .elementor-element #_desktop_language_selector .ava-dropdown-toggle {
  position: relative;
}
#header .elementor-element #_desktop_language_selector .ava-dropdown-toggle::before {
  content: "";
  background: #405a93;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#header .elementor-element .main-menu .avaorg-menu-horizontal .menu-content .menu-item,
#header .elementor-element .mobile-menu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header .elementor-element .main-menu .product-miniature .product-price-and-shipping,
#header .elementor-element .mobile-menu .product-miniature .product-price-and-shipping {
  font-size: 16px;
}
#header .elementor-element .main-menu .menu-dropdown .column_title,
#header .elementor-element .main-menu .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-weight: var(--font-bold);
}
#header .elementor-element .mobile-menu .menu-content .menu-item .column_title,
#header .elementor-element .mobile-menu .menu-content .menu-item li li > a,
#header .elementor-element .mobile-menu .menu-content .menu-item li > a {
  font-weight: var(--font-semibold);
}
#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item .menu-dropdown.cat-drop-menu li a,
#header .avaorg-sub-menu .product-cat .cat-image .cat-heading a {
  font-weight: var(--font-semibold);
}
#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide, #header #mobile-megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide {
  border-right: 0 !important;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide .product-miniature, #header #mobile-megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide .product-miniature {
  padding: 0;
}
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-label,
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-title,
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title,
#header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-offer, #header .avaorg-sub-menu .html-block .menu-banner.menu-banner-2 .menu-banner-info h5 {
  color: var(--palette3);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .product-name {
  font-size: var(--product-title-size);
  line-height: var(--product-title-line-height);
  font-weight: var(--product-title-weight);
  text-transform: var(--product-title-transform);
  font-family: var(--product-title-family);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .content_price {
  font-size: var(--price-size);
}
#header .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);
}
#header .ava-search-bar #searchbox .form-control::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
}
#header .ava-search-bar #searchbox .form-control::-moz-placeholder {
  color: inherit;
  font-size: inherit;
}
#header .ava-search-bar #searchbox .form-control:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}
#header .ava-search-bar #searchbox .form-control::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}
#header .ava-search-bar #searchbox .form-control::placeholder {
  color: inherit;
  font-size: inherit;
}

body#checkout #header .header-nav .logo {
  max-width: 182px;
}

#footer .elementor-element .block_newsletter .newsletter-content {
  display: none;
}
#footer .elementor-element .block_newsletter .newsletter-form {
  width: 460px;
  max-width: 100%;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input.btn {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
  max-height: 48px;
  line-height: 48px;
  background-color: var(--palette9);
  color: var(--palette3);
  font-size: 16px;
  font-weight: var(--font-semibold);
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 48px;
  border-radius: var(--btn-radius) 0 0 var(--btn-radius);
  background-color: transparent;
  border: 2px solid var(--palette9);
  color: var(--palette9);
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  font-size: inherit;
  color: var(--palette9);
  opacity: 1;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-moz-placeholder {
  font-size: inherit;
  color: var(--palette9);
  opacity: 1;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  font-size: inherit;
  color: var(--palette9);
  opacity: 1;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  font-size: inherit;
  color: var(--palette9);
  opacity: 1;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email]::placeholder {
  font-size: inherit;
  color: var(--palette9);
  opacity: 1;
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border: 1px solid var(--palette9);
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition p,
#footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message {
  color: var(--palette9);
  margin-block: 15px 0;
  padding: 0;
}
#footer .elementor-element .block-contact .block-contact-title {
  display: none;
}
#footer .elementor-element .block-contact #contact-infos span:not(span:last-child) {
  margin-bottom: 10px;
}

.elementor-slides-wrapper .swiper-slide-contents .elementor-slide-button {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.elementor-slides-wrapper .swiper-slide-contents .elementor-slide-description span {
  font-size: 22px;
  color: #e72216;
  font-weight: var(--font-normal);
  text-decoration: line-through;
}

.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px;
  gap: 15px;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-inline: auto;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner:hover .image {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
/*
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(1n) .item-inner {
  background-color: #F4F4FA;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) .item-inner {
  background-color: #FFF3F9;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) .item-inner {
  background-color: #F0F5F5;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) .item-inner {
  background-color: #EBEFFA;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(5n) .item-inner {
  background-color: #F7EAED;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(6n) .item-inner {
  background-color: #F5F0DF;
}
.home-product-category .swiper-container .swiper-wrapper .swiper-slide:nth-child(7n) .item-inner {
  background-color: #F5F5F5;
}
*/
.cms-banner .elementor-row {
  width: auto;
}
.cms-banner .elementor-row .elementor-widget-image {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.cms-banner .elementor-element.new-label .elementor-widget-container {
  line-height: 0;
}

.sub-banner .elementor-row .elementor-widget-image {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.sub-banner .elementor-element.new-label .elementor-widget-container {
  line-height: 0;
}

.testimonial-block .elementor-testimonial-wrapper .item-content {
  display: -ms-grid;
  display: grid;
}
.testimonial-block .elementor-testimonial-wrapper .item-content .grade-stars {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-confirmation-table div.details span {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  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);
}

#cms .contact-form input#file-upload {
  width: 100%;
}

@media (min-width: 1200px) {
  #header .main-menu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 38% auto;
    grid-template-columns: 38% auto;
  }
}
@media (max-width: 991px) {
  #header .elementor-element #mobile-menu-icon {
    font-size: 0;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input.btn {
    max-height: 44px;
    line-height: 44px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 44px;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition {
    text-align: center;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition p {
    margin-block: 10px 0;
  }
  #footer .elementor-element .block_newsletter .newsletter-form .newsletter-condition label.psgdpr_consent_message {
    margin: 10px auto 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .elementor-slides-wrapper .swiper-slide-contents .elementor-slide-description span {
    font-size: 16px;
  }
  .home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner {
    padding: 15px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .cms-banner .elementor-element.elementor-column,
  .sub-banner .elementor-element.elementor-column {
    width: 50% !important;
  }
}
@media (max-width: 599px) {
  .sub-banner .elementor-element.elementor-column {
    width: 80% !important;
  }
}
/* stylelint-enable */