/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--content-width);
}

:root {
  --font-size-body:16px;
  --body-weight: var(--font-normal);
  --body-line-height: 1.3em;
  --body-letter-spacing: 0.4px;
  --body-text-transform: unset;
  --body-font-family: "Rufina";
  --heading-font-family: "Rufina";
  --heading-letter-spacing: 0px;
  --heading-text-transform: unset;
}
:root .h1, :root h1 {
  --h1-size: 46px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
:root .h2, :root h2 {
  --h2-size: 32px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
:root .h3, :root h3 {
  --h3-size: 28px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
:root .h4, :root h4 {
  --h4-size: 25px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
:root .h5, :root h5 {
  --h5-size: 20px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
:root .h6, :root h6 {
  --h6-size: 18px;
  line-height: 1.2;
  font-weight: var(--font-normal);
}
@media (max-width: 991px) {
  :root {
    --font-size-body:15px;
  }
  :root .h1, :root h1 {
    --h1-size: 36px;
  }
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-body: 14px;
  }
  :root .h1, :root h1 {
    --h1-size: 26px;
  }
  :root .h2, :root h2 {
    --h2-size: 22px;
  }
  :root .h4, :root h4 {
    --h4-size: 18px;
  }
  :root .h5, :root h5 {
    --h5-size: 17px;
  }
}
@media (max-width: 540px) {
  :root .h1, :root h1 {
    --h1-size: 24px;
  }
}

.hero-section .page-title-wrapper .page-header h1 {
  font-size: 40px;
}

@media (max-width: 1024px) {
  .hero-section .page-title-wrapper {
    min-height: 100px !important;
  }
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero-section .page-title-wrapper {
    min-height: 80px !important;
  }
  .hero-section .page-title-wrapper .page-header h1 {
    font-size: 25px;
  }
}
:root {
  --btn-text-transform: uppercase;
  --btn-letter-spacing: 0.3px;
  --btn-padding-y: 8px;
  --btn-padding-x: 25px;
  --btn-font-family: var(--body-font-family);
  --btn-radius: 0;
  --btn-font-size: 14px;
  --btn-weight:var(--font-normal);
  --btn-line-height: 42px;
  --btn-height: 42px;
  --btn-border-width: 0;
}
@media (max-width: 991px) {
  :root {
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-font-size: 13px;
  }
}

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

#subcategories ul li {
  width: 16%;
}

@media (min-width: 992px) {
  #left-column .block-categories, #left-column #search_filters {
    padding: 0;
  }
  #left-column .block-categories .category-top-menu, #left-column #search_filters .category-top-menu {
    margin: 0;
  }
  #left-column .block-categories .block-title, #left-column #search_filters .block-title {
    padding: 12px 15px;
    margin: 0;
    border-left: 4px solid var(--palette1);
  }
  #left-column .block-categories .block-title .title, #left-column #search_filters .block-title .title {
    font-size: 18px;
    font-weight: var(--font-medium);
  }
  #left-column .block-categories .block-content, #left-column #search_filters .block-content {
    padding: 20px;
  }
  #left-column .block-categories .block-content .category-sub-menu, #left-column #search_filters .block-content .category-sub-menu {
    margin: 0;
  }
  #left-column #search_filters .facet .collapse, #left-column #search_filters_brands .facet .collapse, #left-column #search_filters_suppliers .facet .collapse {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #left-column #search_filters .facet:last-child .collapse, #left-column #search_filters_brands .facet:last-child .collapse, #left-column #search_filters_suppliers .facet:last-child .collapse {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #category #left-column {
    width: 30%;
  }
  #category #content-wrapper {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
}
:root {
  --price-size: 20px;
  --price-weight: 400;
  --price-color: var(--palette2);
  --product-title-size: 16px;
  --product-title-weight: 400;
  --product-title-line-height: 1.4em;
  --btn-cart-bg-color: var(--palette1);
  --btn-cart-color: var(--palette9);
  --btn-cart-hover-bg-color: var(--palette2);
  --btn-cart-hover-color: var(--palette9);
  --product-title-transform: capitalize;
  --price-color-light: var(--palette4);
  --border-radius: 0;
  --product-title-hover-color: var(--palette2);
  --color-link-hover:var(--palette2);
}

@media (max-width: 767px) {
  :root {
    --product-title-size: 14px;
    --price-size: 16px;
  }
}
.products.product-loop .product-miniature .regular-price {
  color: var(--palette6);
}
.products.product-loop .product-miniature .thumbnail-container {
  border: 0;
  border-radius: 0;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
  margin-block: 0 4px;
}
.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 .product-price-and-shipping .regular-price {
  font-size: var(--price-size);
}

.product-tab-section .products.product-loop .product-miniature .thumbnail-container .product-description .h3.product-title a {
  height: 42px;
}

@media (min-width: 1367px) {
  .products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
    width: 45px;
    height: 45px;
  }
  .products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action .icon-ava {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title {
    margin-block: 0 6px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
    margin-block: 0 5px;
  }
}
@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 10px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  :root {
    --product-title-single-size: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 18px;
  }
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  font-size: 30px;
  font-weight: var(--font-medium);
}

@media (max-width: 991px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-size: 20px;
  }
}
:root {
  --input-border-radius: 0;
}

#header .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);
}
#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 .swiper-button-next:not(.images-container .swiper-button-next), #header .swiper-button-prev:not(.images-container .swiper-button-prev) {
  background-color: var(--palette1);
  color: var(--palette9);
}
#header .swiper-button-next:not(.images-container .swiper-button-next):hover, #header .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background-color: var(--palette2);
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .avaorg-sub-inner {
  margin: 0 37px;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.product-menu .avaorg-sub-inner .avaorg-menu-row .col-sm-9 {
  padding-right: 0;
}
#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-label, #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-info h5 {
  color: var(--palette3);
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 23% auto;
  grid-template-columns: 23% auto;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 20% auto;
  grid-template-columns: 20% auto;
}
#header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .ul-column.column_dropdown .submenu-item > a, #header .main-menu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu a {
  font-size: 15px;
}
#header .main-menu .html-block .product-info .description {
  font-size: 15px;
  line-height: 1.6;
}

#footer .ava-dropdown-wrapper .icon-angle-down.icon-ava {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .ava-dropdown-wrapper .ava-dropdown-menu {
  top: auto;
  bottom: 44px;
  z-index: 9;
}
#footer .elementor-widget-ava-module .block_newsletter .newsletter-content {
  display: none;
}
#footer .block_newsletter .newsletter-content {
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper {
  display: -ms-grid;
  display: grid;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 130px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  width: 80%;
  height: 44px;
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
  border-radius: 0;
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message {
  margin-bottom: 0;
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette1);
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette1);
}
#footer .block_newsletter .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span {
  border-color: var(--palette1);
}

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

.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);
  color: var(--palette3);
  font-family: var(--heading-font-family);
}

/* //order confirmation page */
.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);
}

.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner {
  margin-bottom: 0 !important;
  position: relative;
}
.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner .image {
  overflow: hidden;
}
.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner .cat-des {
  position: absolute;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  bottom: auto;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
}
.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner .cat-des .wp-caption-text {
  display: inline-block;
  vertical-align: top;
  padding: 15px 34px;
  opacity: 0;
}
.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner .cat-des .wp-caption-text:hover {
  color: var(--palette9);
  background-color: var(--palette1);
}
.elementor-element.home-product-category .wrapper-items .swiper-slide .item-inner:hover .cat-des .wp-caption-text {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

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

.home-brand-block .wrapper-items .swiper-slide .item-inner {
  margin-bottom: 0 !important;
}

.home-services .elementor-icon-box-icon:hover .elementor-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.home-testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 40px;
}

.login-form .input-group-btn .btn, .page-content .input-group-btn .btn {
  border-radius: 0;
}

.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.selected, .mobile-lang-cur .ava-dropdown-wrapper .ava-dropdown-menu > a:hover {
  background: var(--palette9);
}

.product-flags li.product-flag {
  border-radius: 0;
}

@media (max-width: 1366px) {
  #header .header-main {
    padding: 0;
  }
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .avaorg-sub-inner {
    margin: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  #header .avaorg-sub-menu .html-block .menu-banner .menu-banner-info .menu-sub-title {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #header .avaorg-menu-horizontal .menu-item > a {
    padding: 39px 12px 39px 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 20% auto;
    grid-template-columns: 20% auto;
  }
  #header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
    -ms-grid-columns: 20% auto;
    grid-template-columns: 20% auto;
  }
}
@media (min-width: 1200px) {
  #header .main-menu .avaorg-sub-menu .product-cat .cat-image {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .elementor-element.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner .cat-des {
    top: 40%;
  }
  .elementor-element.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner .cat-des .wp-caption-text {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .elementor-cart__toggle .elementor-button-text {
    display: none;
  }
}
@media (max-width: 991px) {
  #header #mobile-menu-icon {
    font-size: 0;
  }
  .home-testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .elementor-element.home-product-category .swiper-container .swiper-wrapper .swiper-slide .item-inner .cat-des .wp-caption-text {
    padding: 8px 12px;
  }
  #footer .block_newsletter {
    padding: 0;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    padding: 0px 10px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  #header .header-logo img {
    width: 150px;
  }
  #header .elementor-cart__toggle .icon-shopping-cart-3 {
    line-height: 1em;
  }
  #header .elementor-account .elementor-button i, #header .btn-canvas-search.search-button i:before, #header .elementor-cart__toggle .elementor-cart-icon i {
    font-size: 20px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
    width: 80px;
  }
  #wrapper .home-services .elementor-column {
    width: 65%;
  }
}
@media (max-width: 479px) {
  #wrapper .cms-banner .elementor-column {
    width: 100%;
  }
  #wrapper .cms-banner .elementor-column .elementor-column-wrap {
    margin: 0;
  }
  #wrapper .cms-banner .elementor-column:first-child .elementor-column-wrap {
    margin: 0 0 10px 0;
  }
  #wrapper .home-services .elementor-column {
    width: 100%;
  }
}
/* stylelint-enable */