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

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

:root {
  --font-size-body: 18px;
  --body-font-family: "Cormorant Garamond";
  --body-weight: var(--font-medium);
  --body-line-height: 28px;
  --body-letter-spacing: 0.3px;
  --body-text-transform: unset;
  --border-radius: 0;
  --input-border-radius: 0;
  --font-size-small: var(--font-size-body);
  --heading-font-family: var(--body-font-family);
}
:root .h1, :root .h2, :root .h3, :root .h4, :root .h5, :root .h6, :root h1, :root h2, :root h3, :root h4, :root h5, :root h6 {
  --heading-letter-spacing: 0;
  --heading-text-transform: capitalize;
}
:root .h1, :root h1 {
  --h1-size: 38px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h2, :root h2 {
  --h2-size: 32px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h3, :root h3 {
  --h3-size: 28px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h4, :root h4 {
  --h4-size: 24px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h5, :root h5 {
  --h5-size: 20px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h6, :root h6 {
  --h6-size: 20px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
@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: 22px;
  }
}
@media (max-width: 767px) {
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
  :root .h5, :root h5 {
    --h5-size: 18px;
  }
  :root .h6, :root h6 {
    --h6-size: 16px;
  }
}
@media (max-width: 540px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
}

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

:root {
  --btn-weight: var(--font-semibold);
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-padding-x: 32px;
  --btn-border-width: 0;
  --btn-height: 45px;
  --btn-line-height: 45px;
  --btn-radius: 0;
}
@media (max-width: 991px) {
  :root {
    --btn-font-size: 15px;
    --btn-padding-x: 22px;
    --btn-height: 42px;
    --btn-line-height: 42px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-padding-x: 18px;
  }
}
@media (max-width: 540px) {
  :root {
    --btn-font-size: 14px;
    --btn-height: 40px;
    --btn-line-height: 40px;
  }
}

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

#subcategories ul li h5 a.subcategory-name {
  font-size: 19px;
}
#subcategories .subcategory-heading {
  text-transform: uppercase;
  font-size: 20px;
}

#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: 20px;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a, .category-top-menu .facet .facet-label a {
  margin-top: 0.1375rem;
}
#search_filters .block-title .title, #search_filters_brands .block-title .title, #search_filters_suppliers .block-title .title, .category-top-menu .block-title .title {
  font-size: 20px;
  text-transform: uppercase;
}

@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 12px 20px;
    margin: 0;
  }
  #search_filters .block-content, .category-top-menu .block-content {
    padding: 10px 20px 10px;
    border: none;
  }
}
:root {
  --product-title-size: 20px;
  --product-title-family: var(--body-font-family);
  --product-title-letter-spacing: var(--body-letter-spacing);
  --product-title-line-height: 24px;
  --product-title-weight: var(--font-semibold);
  --price-size: 17px;
  --price-weight: var(--font-medium);
  --price-color: var(--palette1);
  --price-family: "Lora";
}
@media (max-width: 991px) {
  :root {
    --product-title-size: 18px;
    --price-size: 15px;
    --product-title-line-height: 22px;
  }
}

.product-price {
  font-family: var(--price-family);
}

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:not(.list) .product-miniature .product-price-and-shipping {
  font-family: var(--price-family);
  font-weight: var(--font-semibold);
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container {
  border: none;
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .product-description {
  text-align: left;
}
.products.product-loop:not(.list) .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products.product-loop .product-miniature .product-price-and-shipping {
  font-family: var(--price-family);
  font-weight: var(--font-semibold);
}
.products.product-loop .product-miniature .product-list-reviews .comments-nb {
  font-family: var(--price-family);
}
.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  border-radius: 0;
  width: 36px;
  height: 36px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title {
  margin-block: 0 5px;
  line-height: 22px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .brand-title a {
  text-transform: uppercase;
  color: var(--palette4);
  font-size: 15px;
}

.product-flags li.product-flag {
  border-radius: 0;
  font-family: var(--price-family);
}

.tmcore-countdown span.countdown-digits, .tmcore-countdown span.countdown-label {
  font-family: var(--price-family);
}

.page-product .product-details-top .product-rating .link-comment {
  font-family: var(--price-family);
}

#blockcart-modal .product-price {
  font-family: var(--price-family);
}

.ava-alert-wrapper span, .ava-alert-wrapper a {
  font-size: var(--body-font-size);
}

.product-list .products .products.product-loop.list .product-miniature .thumbnail-container {
  gap: 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  -ms-grid-columns: 150px 10px auto;
  grid-template-columns: 150px auto;
}
.product-list .products .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top {
  border: none;
}
.product-list .products .products.product-loop.list .product-miniature .thumbnail-container .thumbnail-top .mini-actions {
  display: none;
}
.product-list .products .products.product-loop.list .product-miniature .thumbnail-container .product-description .show-list {
  display: none;
}

@media screen and (max-width: 1199px) {
  .product-list .products .products.product-loop.list .product-miniature .thumbnail-container {
    padding: 15px;
    gap: 0;
    -ms-grid-columns: 110px 0 auto;
    grid-template-columns: 110px auto;
  }
  .product-list .products .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) {
  .product-list .products .products.product-loop.list .product-miniature .thumbnail-container {
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
  }
}
:root {
  --product-title-single-size: 30px;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  text-transform: uppercase;
}

.product-details-top .product-prices .current-price-value, .product-details-top .product-prices .regular-price, .product-details-top .product-prices .comment-date, .product-details-top .comment-infos .current-price-value, .product-details-top .comment-infos .regular-price, .product-details-top .comment-infos .comment-date, .product-comment-list-item .product-prices .current-price-value, .product-comment-list-item .product-prices .regular-price, .product-comment-list-item .product-prices .comment-date, .product-comment-list-item .comment-infos .current-price-value, .product-comment-list-item .comment-infos .regular-price, .product-comment-list-item .comment-infos .comment-date {
  font-family: var(--price-family);
}

.product-prices .current-price-value, .product-prices .regular-price, .product-prices .comments-nb, #product-comments-list-header .current-price-value, #product-comments-list-header .regular-price, #product-comments-list-header .comments-nb {
  font-family: var(--price-family);
}

.wishlist-modal .close {
  font-size: 3.25rem;
  margin-top: -10px;
}

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

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

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

#product-details .label {
  font-weight: var(--font-bold);
  font-size: inherit;
}

.product-comment-list-item .comment-content .h4 {
  font-size: 20px;
}

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

.product-comment-list-item .comment-content .h4 {
  letter-spacing: 0.5px;
}

.tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  font-size: 18px;
}

.avaorg-sub-menu .html-block .product-info .heading {
  font-size: 24px;
}

.row, body#cms .row {
  margin-inline: -15px;
}

#_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 .avaorg-sub-inner .product-info .link {
  text-transform: uppercase;
  font-weight: 600;
}
#_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 .column_title {
  font-size: 20px;
}
#_desktop_megamenu.main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column:not(.column_dropdown) .submenu-item > a {
  font-size: 19px;
}
#_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);
  line-height: 2;
}
#_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 .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;
}
.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);
}

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

.header-contact span.number {
  font-family: var(--price-family);
  font-weight: var(--font-normal);
}

.page-addresses .address {
  margin-bottom: inherit;
  color: inherit;
  font-size: inherit;
  background: transparent;
}

.elementor-widget-container .block-contact .block-contact-title, .elementor-widget-container .block-contact .newsletter-content, .elementor-widget-container .block_newsletter .block-contact-title, .elementor-widget-container .block_newsletter .newsletter-content {
  display: none;
}

.block-contact #contact-infos {
  color: var(--palette9);
}
.block-contact #contact-infos span, .block-contact #contact-infos span a {
  color: var(--palette9);
  margin-bottom: 10px;
}
.block-contact #contact-infos span:last-child, .block-contact #contact-infos span a:last-child {
  margin-bottom: 0;
}

.block_newsletter {
  background-color: transparent;
  max-width: 46.65rem;
}
.block_newsletter .newsletter-condition {
  margin-top: 10px;
  color: var(--palette9);
}
.block_newsletter .newsletter-condition .custom-checkbox label {
  color: var(--palette9);
  margin-bottom: 0;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span {
  border: 1px var(--palette9) solid;
}
.block_newsletter .newsletter-condition .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.block_newsletter .newsletter-form .newsletter-wrapper input.btn.btn-primary {
  margin-top: 15px;
  max-height: 45px;
  line-height: 45px;
  height: 45px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  height: 45px;
  max-width: 320px;
}
.block_newsletter .newsletter-form .newsletter-wrapper input[type=email]:focus {
  background-color: var(--palette9);
}
.block_newsletter .newsletter-form .newsletter-wrapper .btn-primary:hover, .block_newsletter .newsletter-form .newsletter-wrapper .btn-primary:focus {
  background-color: var(--palette1);
}

.category-section .item-inner {
  margin-bottom: 0 !important;
}

.elementor-image {
  overflow: hidden;
}

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

.banner-content.elementor-section.elementor-inner-section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: auto;
  right: 0;
  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 {
  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;
}

.pagination a {
  font-family: var(--price-family);
}

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

.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);
  font-family: var(--price-family);
}
.ava-search-bar .search-content .product_list_widget .item .avasearch-items .regular-price {
  font-family: var(--price-family);
}

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

body#checkout #header .header-nav #_desktop_contact_link {
  margin-top: 7px;
}
body#checkout #header .header-nav .logo {
  width: 178px;
}
@media screen and (max-width: 1199px) {
  body#checkout #header .header-nav .logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  body#checkout #header .header-nav .logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  body#checkout #header .header-nav {
    padding: 1rem 0;
  }
}
body#checkout section.checkout-step .step-title {
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  body#checkout section.checkout-step .step-title {
    font-size: 20px;
  }
}

.cart-summary-line .value {
  font-family: var(--price-family);
}

.cart-grid .card-block .h1 {
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  #_desktop_language_selector .ava-dropdown-menu, #_desktop_currency_selector .ava-dropdown-menu {
    bottom: 100%;
    top: auto;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .about-section .about-heading .elementor-widget-container {
    margin-bottom: 20px !important;
  }
  .about-section .about-heading .elementor-widget-container .elementor-heading-title {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .testimonial-section section {
    padding: 0px 60px 0px 60px !important;
  }
}
@media screen and (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
    cursor: pointer;
  }
  .mobile-lang-cur {
    color: var(--palette3);
    font-weight: var(--font-semibold);
  }
}
@media screen and (max-width: 767px) {
  .cms-three-banner .elementor-column, .cms-two-banner .elementor-column, .product-banner .elementor-column {
    width: auto;
    margin: auto;
  }
  .cms-three-banner .elementor-column a, .cms-two-banner .elementor-column a, .product-banner .elementor-column a {
    overflow: hidden;
  }
  .block_newsletter {
    padding: 0;
    border-bottom: none;
  }
  .block-contact #contact-infos span, .block-contact #contact-infos span a {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 541px) and (max-width: 767px) {
  .cms-two-banner .banner-content .elementor-column {
    padding-right: 30px !important;
  }
  .cms-two-banner .banner-content .elementor-column .sub-title .elementor-widget-container {
    margin-bottom: 8px !important;
  }
  .cms-two-banner .banner-content .elementor-column .sub-title .elementor-widget-container .elementor-heading-title {
    font-size: 18px !important;
  }
  .cms-two-banner .banner-content .elementor-column .title .elementor-widget-container {
    margin-bottom: 10px !important;
  }
  .cms-two-banner .banner-content .elementor-column .title .elementor-widget-container .elementor-heading-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cms-two-banner .banner-content .elementor-column .cms-btn .elementor-button {
    line-height: 40px !important;
  }
}
/* stylelint-enable */