/**
* Theme Name:     Gleaming Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-header-footer-bg: #313a2e;
}

b, strong, .woocommerce form .form-row label {
  font-weight: 500;
}

body:not(.home).color-switch-dark #masthead, body:not(.home).color-switch-dark.transparent-header #masthead, .color-switch-dark #colophon {
  background: var(--global-palette8);
}

.color-switch-dark.home #colophon {
  background: var(--global-palette9);
}
.color-switch-dark .icon-box-home-block .elementor-icon-wrapper a.elementor-icon {
  opacity: 0.3;
}

.site-header .header-cart-wrap .base-svg-iconset, .site-header .header-cart-wrap .header-cart-total {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header .header-cart-wrap .header-cart-content {
  padding: 0 5px 0 0;
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

body:not(.home).transparent-header #masthead {
  background: #313a2e;
}

.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .splide__pagination {
  margin-left: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer .site-middle-footer-wrap .site-container {
  padding: 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 30px;
}
.site-footer .site-middle-footer-wrap .contact_info P {
  margin: 0 0 15px;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks li {
  line-height: 1.9;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form {
  display: -ms-grid;
  display: grid;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  width: 262px;
  border: none;
  border-radius: 0;
  height: 45px;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #888;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email]::-moz-placeholder {
  color: #888;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email]:-ms-input-placeholder {
  color: #888;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email]::-ms-input-placeholder {
  color: #888;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email]::placeholder {
  color: #888;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
  height: 45px;
  padding: 14px 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce ul.products:not(.products-list-view) li.product {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
  position: absolute;
  top: -46px;
  bottom: auto;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 0 0 7px;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.woocommerce div.product div.summary .added_to_cart,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 13px;
  font-weight: 500;
  border-radius: 0;
  padding: 14px 26px;
  line-height: 1.38;
  letter-spacing: 0.4;
  text-transform: uppercase;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover,
.woocommerce div.product div.summary .added_to_cart:hover,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
  border-color: var(--global-palette-btn-bg-hover);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 58px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce div.product .button.single_add_to_cart_button {
  padding: 0 18px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
  font-family: "Jost";
}
.woocommerce ul.cart_list li a, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li a, .woocommerce ul.product_list_widget li .quantity {
  font-size: 13px;
  font-weight: 400;
}

.product-cat:not(.site-header .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-cat:not(.site-header .product-cat) .cat-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 60px;
}

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 400;
}

.tr-price, .price, .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  font-weight: 400;
}
.tr-price del, .price del, .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: normal;
}

.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 14px;
  font-weight: 500;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 18px;
  color: var(--global-palette3);
  padding-bottom: 5px;
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

#cart-drawer h2.side-cart-header {
  font-size: 16px;
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  background: var(--global-palette-btn-bg);
}

.search-results .tmc-product-search-item-content .tmc-product-search-title {
  font-size: 14px;
  font-weight: 400;
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 18px;
  line-height: 35px;
}

.woocommerce-product-gallery .splide__arrow, .woocommerce-product-gallery .slick-arrow, .entry-related-carousel .splide__arrow, .entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow, .woosq-product .thumbnails .slick-arrow {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.woocommerce-product-gallery .splide__arrow:hover, .woocommerce-product-gallery .splide__arrow:focus, .woocommerce-product-gallery .slick-arrow:hover, .woocommerce-product-gallery .slick-arrow:focus, .entry-related-carousel .splide__arrow:hover, .entry-related-carousel .splide__arrow:focus, .entry-related-carousel .slick-arrow:hover, .entry-related-carousel .slick-arrow:focus, .woosq-product .thumbnails .splide__arrow:hover, .woosq-product .thumbnails .splide__arrow:focus, .woosq-product .thumbnails .slick-arrow:hover, .woosq-product .thumbnails .slick-arrow:focus {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.primary-sidebar.widget-area .widget .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 10px;
}
.primary-sidebar.widget-area .widget .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::after {
  right: 10px;
  top: 5px;
}

@media (min-width: 1903px) {
  .site-header .site-header-wrap {
    width: 1903px;
    margin: auto;
  }
}
@media (min-width: 1367px) and (max-width: 1730px) {
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 8.5px;
    padding-right: 8.5px;
    font-size: 12px;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner-1) .offer {
    top: 30px;
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner-1) .heading {
    top: 70px;
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner-2) .sale-heading {
    top: 30px;
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner-2) .heading {
    top: 70px;
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner-2) .sub-heading {
    top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 100px;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap {
    min-height: 130px;
    padding: 15px 0 0 0;
    gap: 15px;
    -ms-grid-columns: 1fr 15px auto 15px auto;
    grid-template-columns: 1fr auto auto;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap .site-header-main-section-left {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap .site-header-main-section-left .site-header-item-main-navigation .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap .site-header-main-section-center {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    -ms-grid-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.4fr);
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.4fr);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .related.products .product-archive.grid-lg-col-5,
  .upsells.products .product-archive.grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.menu-banner-hidden) {
    display: none;
  }
  .header-menu-container ul.menu > li.base-menu-mega-columns-4.base-menu-mega-layout-right-forty > ul.sub-menu:has(.menu-banner-hidden) {
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media (max-width: 1024px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .site-header .search-toggle-open-container .base-svg-iconset:hover {
    color: var(--global-palette1);
  }
  .color-switch-dark #masthead {
    background: var(--global-palette8);
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 100px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
    position: static;
    margin-top: 3px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .woocommerce-loop-product__title {
    padding: 0 0 3px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .star-rating {
    margin: 0 0 4px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
  .woocommerce div.product div.summary .added_to_cart,
  .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .testimonial-block .elementor-widget-tmcore-testimonials.elementor-element.elementor-absolute, .testimonial-block .elementor-widget-image.elementor-absolute.icon-image {
    position: static;
  }
  .testimonial-block .testimonial-block-column-bg {
    background: var(--global-palette8);
    padding: 15px;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .content {
    color: var(--global-palette3);
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .details .name {
    color: var(--global-palette4);
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 80px;
  }
  .site-header .base-svg-iconset .base-search-svg, .site-header .base-svg-iconset .base-account-svg {
    font-size: 19px;
  }
  .site-header .base-svg-iconset .base-shopping-bag-svg {
    font-size: 18px;
  }
  .site-header .base-svg-iconset .base-menu-svg {
    font-size: 22px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 10px;
  }
  .site-footer .site-middle-footer-wrap .contact_info P {
    margin: 0 0 10px;
  }
  .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
    height: 40px;
    margin-bottom: 10px;
  }
  .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
    height: 40px;
    padding: 10px 38px;
  }
  .icon-box-home-block .elementor-column.elementor-element {
    width: 100%;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 20px;
  }
}