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

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

:root {
  --font-size-body:14px;
  --body-weight: var(--font-normal);
  --body-line-height: normal;
  --body-letter-spacing: 0.5px;
  --body-text-transform: unset;
  --body-font-family: "Inter";
  --heading-font-family: "Inter";
  --heading-letter-spacing: normal;
  --heading-text-transform: unset;
}
: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-medium);
}
:root .h6, :root h6 {
  --h6-size: 18px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
@media (max-width: 1199px) {
  :root .h2, :root h2 {
    --h2-size: 30px;
  }
  :root .h3, :root h3 {
    --h3-size: 26px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@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 .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 22px;
  }
}

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

@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: 14px;
  --btn-weight:var(--font-medium);
  --btn-text-transform: capitalize;
  --btn-radius: 5px;
  --btn-border-width: 0px;
  --btn-line-height: 42px;
  --btn-height: 42px;
}
@media (max-width: 991px) {
  :root {
    --btn-font-size: 13px;
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 15px;
  }
}

.block-categories .category-top-menu {
  margin-bottom: 0;
}

.product-filter #search_filters .block-content section.facet ul.collapse {
  margin-bottom: 0;
}

#subcategories ul li {
  width: 16%;
}

@media (min-width: 992px) {
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
  .block-categories, #search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 0;
    border: none;
  }
  .block-categories .category-sub-menu, #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding-inline: 10px;
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: var(--palette1);
    border-radius: var(--border-radius);
    border-bottom: none;
  }
  #search_filters .block-title .title, .category-top-menu .block-title .title {
    font-size: 18px;
    color: var(--palette9);
    font-weight: var(--font-medium);
  }
  #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[data-type=price] .collapse, #left-column #search_filters_brands .facet[data-type=price] .collapse, #left-column #search_filters_suppliers .facet[data-type=price] .collapse {
    padding-bottom: 25px;
  }
  #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;
  }
  #left-column #search_filters .facet .facet-title, #left-column #search_filters_brands .facet .facet-title, #left-column #search_filters_suppliers .facet .facet-title {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .layout-left-column #left-column,
  .layout-right-column #left-column {
    width: 22%;
  }
  .layout-left-column #content-wrapper,
  .layout-right-column #content-wrapper {
    width: 78%;
  }
}
:root {
  --product-title-weight: var(--font-medium);
  --price-weight: var(--font-semibold);
  --product-title-line-height: 1.5em;
}

.products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container,
.products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container {
  border: 1px solid var(--color-border);
}
.products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container .product-description,
.products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container .product-description {
  text-align: left;
  padding: 15px;
}
.products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container .product-description .product-list-reviews,
.products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
.products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-bottom: 0;
}
.products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container .product-description .btn.add-to-cart,
.products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container .product-description .btn.add-to-cart {
  width: auto;
  margin: 0 15px;
}

.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action {
  background-color: var(--palette7);
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  text-align: left;
  padding: 15px;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  margin-bottom: 0;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .btn.add-to-cart {
  width: auto;
  margin: 0 15px;
}

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

@media (min-width: 768px) {
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:focus .product-description,
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:hover .product-description, .products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container:focus .product-description,
  .products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container:hover .product-description {
    -webkit-transform: translateY(-3.3rem);
            transform: translateY(-3.3rem);
  }
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:focus .product-description .btn.add-to-cart,
  .products.product-loop:not(.list, .product-list) .product-grid-style-1 .product-miniature .thumbnail-container:hover .product-description .btn.add-to-cart, .products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container:focus .product-description .btn.add-to-cart,
  .products.product-loop:not(.list, .product-list) .product-grid-style-2 .product-miniature .thumbnail-container:hover .product-description .btn.add-to-cart {
    bottom: -2.3rem;
  }
}
@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description {
    padding: 8px;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .btn.add-to-cart {
    margin: 0;
  }
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin-bottom: 10px;
  }
}
:root {
  --product-title-single-size: 24px;
}

@media (max-width: 991px) {
  :root {
    --product-title-single-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 18px;
  }
}
.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

#product .product-container .product-title {
  font-weight: var(--font-medium);
}
#product .product-container .brand-title {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  #products .products, .featured-products .products {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 767px) {
  .product-details-top .product-prices .current-price-value, .product-details-top .product-prices .regular-price {
    --h4-size: 18px;
  }
}
@media (max-width: 479px) {
  .product-page-action-2 .product-add-to-cart .product-quantity .action-button, .product-page-action-3 .product-add-to-cart .product-quantity .action-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/***************** back-to-top ****************/
.back-to-top a {
  border: 1px solid var(--palette9);
}
.back-to-top a:hover {
  border-color: var(--palette9);
}

/****************************Header**********************************/
#header .ava-search-bar .search-content .product_list_widget .item .image {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
}
#header .ava-search-bar .search-content .product_list_widget .item .image img {
  border-radius: var(--border-radius);
}
#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(--palette3);
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit !important;
}
#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 .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 29% auto;
  grid-template-columns: 29% 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: 31% auto;
  grid-template-columns: 31% auto;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .menu-dropdown .submenu-item .category-sub-menu li + li {
  padding-top: 14px;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide {
  border-right: 0 !important;
}

/************************Home**************************/
#wrapper .video-cms .elementor-custom-embed-play {
  top: 67%;
  left: 66%;
}
#wrapper .home-product-category .item-inner {
  position: relative;
  margin-bottom: 0 !important;
}
#wrapper .home-product-category .item-inner .cat-des {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#wrapper .home-product-category .item-inner .cat-des .cat-content .sub-category ul li a {
  color: var(--palette3);
}
#wrapper .home-product-category .item-inner .cat-des .cat-content .sub-category ul li:hover a {
  color: var(--palette1);
}

#blockcart-modal .modal-body .product-image, #cart .cart-container .cart-item .product-image img,
.wishlist-products-container .wishlist-products-list .wishlist-products-item .wishlist-product .wishlist-product-image,
.wrapper-compare-table .compare-header img, .product-comment-modal .modal-dialog .product-cover img,
.elementor-cart__main .elementor-cart__product 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);
  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);
}

.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);
  line-height: var(--product-title-line-height);
  font-family: var(--heading-font-family);
}

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

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

/*********************Footer***************************/
#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: 40px;
  z-index: 9;
}
#footer .block_newsletter {
  background-color: transparent;
}
#footer .block_newsletter .newsletter-content {
  text-align: center;
}
#footer .block_newsletter .newsletter-content .newsletter-title, #footer .block_newsletter .newsletter-content .newsletter-des {
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper {
  width: 350px;
  max-width: 100%;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
  max-height: 44px;
  height: 44px;
  background: var(--palette2);
  color: var(--palette3);
  background-image: url("../img/newsletter.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  border: 0;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border-radius: var(--btn-radius) 0 0 var(--btn-radius);
  border: 0;
  height: 44px;
  background-color: var(--palette8);
}
#footer .block_newsletter .newsletter-form .newsletter-condition {
  color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message {
  color: var(--palette9);
  margin: 15px 0 0;
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}

/**************************Responsive*****************************/
@media (max-width: 1199px) {
  #wrapper .home-product-category .item-inner .cat-des {
    left: 25px;
  }
}
@media (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
  }
  #mobile-menu-icon i {
    color: var(--palette9);
    font-size: 26px;
  }
  #mobile-menu-icon i:hover {
    color: var(--palette1);
  }
  #wrapper .video-cms .elementor-custom-embed-play {
    top: 67%;
    left: 62%;
  }
  #footer .block_newsletter .newsletter-form {
    margin: auto;
    text-align: center;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper {
    margin: auto;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 40px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
    max-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #wrapper .home-slider .elementor-slide-description-text-1 {
    display: none;
  }
  #wrapper .video-cms .elementor-custom-embed-play {
    left: 56%;
  }
}
@media (max-width: 480px) {
  #wrapper .cms-banner .elementor-top-column, #wrapper .top-banner .elementor-top-column {
    width: 100%;
  }
}
/* stylelint-enable */