/**
* Theme Name:     Nexshop 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-button-height: 42px;
    --global-button-max-height: 42px;
}
// Maximum Button Height
.woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: var(--global-button-max-height);
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: var(--global-button-max-height);
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: var(--global-button-max-height);
    }
}

.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
    line-height: var(--global-button-height);
}
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-button-height: 44px;
  --global-button-max-height: 44px;
}

.woocommerce form .form-row label, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 500;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.woocommerce form .form-row label {
  color: var(--global-palette4);
  font-weight: 400;
}

div.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  color: var(--global-palette3);
}
div.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
  color: var(--global-palette4);
}

.woocommerce table.shop_attributes th {
  font-weight: 600;
}

#woosq-popup .woosq-product .product_title {
  font-size: 20px;
  line-height: 29px;
}

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

.product .bt-modal-btn {
  font-size: 13px;
}

.entry-title a:hover {
  color: var(--global-palette4);
}

.woocommerce-cart .cart-collaterals .cart_totals_summary {
  background-color: var(--global-palette9);
}

.woocommerce .quantity.spinners-added {
  background-color: var(--global-palette9);
}

.woocommerce-checkout form.checkout .woocommerce-account-fields div.create-account, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields .shipping_address {
  background-color: var(--global-palette9);
}

.variations .bas_radio_variations label {
  border: 2px solid var(--global-gray-400);
}

.woocommerce form.checkout_coupon, form.login, .woocommerce form.register {
  background-color: var(--global-palette9);
}

.woocommerce .single-product-payments {
  background-color: var(--global-palette9);
}

.single-product div.product .woocommerce-tabs {
  background-color: var(--global-palette9);
}

.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow, .bt-layout-right .thumb-wrapper.splide__slider .splide__arrow {
  background-color: var(--global-palette9);
}

.active-filters-list .remove-filter-link {
  background-color: #fff;
}

.kb-splide.splide--draggable > .splide__slider > .splide__track, .kb-splide.splide--draggable > .splide__track {
  border-radius: 5px;
}

.variations .bas_radio_variations label {
  border: 2px solid var(--global-gray-400);
}

.blog .post-thumbnail, .single-post .post-thumbnail, .category .post-thumbnail {
  border-radius: 5px;
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

.mobile-navigation .woocommerce ul li a {
  padding: 9px 23px;
}

.welcome-newsletter input[type=email] {
  min-height: 43px;
  min-width: 210px;
  max-width: 210px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.welcome-newsletter {
  text-align: center;
}

.tax-product_brands .archive-description {
  color: var(--global-palette3);
}

.hero-section-overlay {
  border-top: 1px solid var(--global-gray-400);
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  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);
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  background: var(--global-palette9);
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget-content, #filter-drawer .widget-content {
  padding: 15px;
  margin-top: 0;
}
.primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .wp-widget-group__inner-blocks {
  margin-top: 0;
  padding: 15px;
}
.primary-sidebar.widget-area ol, #filter-drawer ol {
  margin: 0;
}
.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
  padding: 13px 15px 13px 15px;
  border-bottom: 1px solid var(--global-gray-400);
}
.primary-sidebar.widget-area .widget-title::after, #filter-drawer .widget-title::after {
  right: 10px;
  top: 10px;
}

#widget-drawer .header-widget2 a:not(.button) {
  color: var(--global-palette3);
}
#widget-drawer .header-widget2 a:not(.button):hover {
  color: var(--global-palette4);
}
#widget-drawer .header-widget2 .widget-title {
  color: var(--global-palette3);
}
#widget-drawer .woocommerce ul.product_list_widget li a {
  font-size: 14px;
  font-weight: 400;
}
#widget-drawer .drawer-header .drawer-toggle {
  color: var(--global-palette3);
}
#widget-drawer .products-list.woocommerce-product-list ul.products li.product {
  background: var(--global-palette9);
  border-radius: 5px;
  padding: 10px;
}

.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .site-top-header-inner-wrap .secondary-navigation .secondary-menu-container > ul li.menu-item:not(:last-child) > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  bottom: 0;
  top: 11px;
}
.site-header .site-top-header-inner-wrap .secondary-menu-container > ul li.menu-item:last-child a {
  padding-right: 0;
}
.site-header .site-main-header-inner-wrap .header-search-advanced .tmc-product-search-item-content .tmc-product-search-title a:hover {
  color: var(--global-palette4);
}
.site-header .site-main-header-inner-wrap .header-search-advanced .search-form {
  height: 48px;
  margin-left: 90px;
}
.site-header .site-main-header-inner-wrap .header-account-wrap .header-account-button, .site-header .site-main-header-inner-wrap .header-account-wrap .header-wishlist-button, .site-header .site-main-header-inner-wrap .header-account-wrap .header-cart-button, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-account-button, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-wishlist-button, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-cart-button, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-account-button, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-wishlist-button, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-cart-button, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-account-button, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-wishlist-button, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-cart-button {
  display: -ms-grid;
  display: grid;
}
.site-header .site-main-header-inner-wrap .header-account-wrap .header-account-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-account-wrap .header-wishlist-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-account-wrap .header-cart-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-account-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-wishlist-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-account-in-wrap .header-cart-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-account-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-wishlist-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-wishlist-wrap .header-cart-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-account-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-wishlist-button .base-svg-iconset, .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-cart-button .base-svg-iconset {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.site-header .site-main-header-inner-wrap .header-account-label {
  padding-left: 0;
}
.site-header .site-main-header-inner-wrap .header-wishlist-button .header-wishlist-total, .site-header .site-main-header-inner-wrap .header-wishlist-button .header-cart-total, .site-header .site-main-header-inner-wrap .header-cart-button .header-wishlist-total, .site-header .site-main-header-inner-wrap .header-cart-button .header-cart-total {
  position: absolute;
  right: 19px;
  top: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.site-header .site-main-header-inner-wrap .header-cart-button .header-cart-total {
  right: 13px;
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-navigation-header {
  min-width: 263px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .menu-item:hover .dropdown-nav-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container {
  background-color: transparent;
  width: 283px;
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container > ul.menu {
  background-color: var(--e-global-color-base9);
  border-radius: 0 0 5px 5px;
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container > ul.menu > li.menu-item {
  padding-inline: 22px;
  border-bottom: 1px solid var(--global-gray-400);
}
.site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container > ul.menu > li.menu-item:last-child {
  border: 0;
}
.site-header .site-bottom-header-inner-wrap .vertical-layout-opened-true .vertical-navigation.header-navigation .vertical-menu-container.hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}
.site-header .site-bottom-header-inner-wrap .widget-toggle-open {
  position: relative;
}
.site-header .site-bottom-header-inner-wrap .widget-toggle-open::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(./img/flash.svg);
          mask-image: url(./img/flash.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 10px;
  left: -12px;
  background: var(--global-palette1);
}
.site-header .site-bottom-header-inner-wrap .widget-toggle-open .widget-toggle-label {
  padding-right: 0;
}

body:not(.home) .site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container > ul.menu {
  border: 1px solid var(--global-palette7);
}

.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-content::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(./img/newsletter-mail.svg);
          mask-image: url(./img/newsletter-mail.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 52px;
          mask-size: 52px;
  width: 52px;
  height: 52px;
  background: #222;
  margin: 0px 22px 0 0;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 470px;
  height: 45px;
  border-radius: 5px;
  border: 0;
  margin-right: 7px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
  height: 45px;
  color: #fff;
  background-color: #222;
  vertical-align: middle;
}
.site-footer .site-top-footer-wrap .widget-area .widget-title {
  margin-bottom: 0;
}
.site-footer .site-middle-footer-wrap .widget-area .widget-title {
  margin-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 6px 0 0;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 12px 0;
}

.elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 49px;
  margin-bottom: 7px;
  border-bottom: 1px solid var(--global-gray-400);
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container h5::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(./img/menu.svg);
          mask-image: url(./img/menu.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--global-palette3);
  width: 13px;
  height: 11px;
  left: 22px;
  right: 0;
  bottom: 18px;
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu {
  list-style: none;
  padding: 0;
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li {
  margin: 0 22px 0 22px;
  border-bottom: 1px solid var(--global-gray-400);
  padding: 13.2px 0px 11px 0px;
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li a {
  line-height: 15px;
  border: none;
  padding: 0;
  color: var(--global-palette3);
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li a:hover {
  color: var(--global-palette1);
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li:last-child {
  border: 0;
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle {
  border: none;
  padding: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 18px;
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu .sub-menu.show-drawer {
  display: none;
}

.splide .splide__arrow {
  opacity: 1;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
  border-radius: 5px;
}

.button-hover .elementor-button:hover, .button-hover .post-button:hover {
  text-decoration: none !important;
}

.cat-section .elementor-widget-tmcore-product-categories-carousel ul.products.grid-cols li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--global-gray-400);
  border-top-width: 0;
  border-right-width: 0;
  pointer-events: none;
}
.cat-section .woocommerce .woocommerce-carousel .splide__track::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 1px solid var(--global-gray-400);
}

.deal-section .products-list.woocommerce-product-list ul.products li.product {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deal-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
  padding-left: 30px;
}
.deal-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .short-description {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.deal-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap .time-sale {
  margin-block: 0;
  margin-bottom: 15px;
}
.deal-section .products-list.woocommerce-product-list ul.products li.product .product-thumbnail {
  border-radius: 5px;
}
.deal-section .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
  color: var(--global-palette3);
  background: var(--global-palette1);
}
.deal-section .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover {
  color: var(--global-palette9);
  background: var(--global-palette2);
}
.deal-section .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  color: var(--global-palette3);
  background: var(--global-palette1);
}
.deal-section .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  color: var(--global-palette9);
  background: var(--global-palette2);
}
.deal-section .products-list .product-title {
  -webkit-line-clamp: 1;
}

.image-section .elementor-column .elementor-image-box-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.image-section .elementor-image-box-content {
  padding: 15px 20px 23px 30px;
}
.image-section .image-btn:hover {
  text-decoration: none !important;
}

.popular-product .elementor-tabs-wrapper .elementor-tab-title:last-child {
  margin: 0px 0px 0px 0px !important;
}

.featured-section .woocommerce-product-list ul.splide__slide__row li {
  background: var(--global-palette9);
  border-radius: 5px;
  padding: 15px;
}
.featured-section .products-list.woocommerce-product-list ul.products li.product {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-section .products-list.woocommerce-product-list ul.products li.product .product-thumbnail {
  border-radius: 5px;
}
.featured-section .products-list .product-title {
  -webkit-line-clamp: 2;
}

.testimonial .elementor-testimonial-image {
  display: inline-block;
  float: left;
}
.testimonial .details {
  display: inline-block;
}

.elementor-brand-image {
  border-width: 1px 1px 1px 0px;
  border-color: #e5e5e5;
  border-style: solid;
}

.elementor-brand-wrapper .row {
  margin-top: -1px !important;
  margin-right: -1px !important;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce .woosc-quick-table .woosc-quick-table-products a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  height: 44px;
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.woocommerce .woosc-quick-table .woosc-quick-table-products a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}

.woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-digits, .woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-label {
  font-weight: 500;
}

.menu .menu-item .woocommerce ul.products li.product {
  background: transparent;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap {
  padding: 16px 16px 20px 16px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products li.product .product-thumbnail {
  border-radius: 5px;
}
.woocommerce ul.products.products-list-view li.product {
  background-color: var(--global-palette9);
  border: 0;
}
.woocommerce ul.products.products-list-view li.product .price {
  margin-bottom: 3px;
}
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title a:hover {
  color: var(--global-palette4);
}
.woocommerce ul.products li.product .product-thumbnail .product-actions button:hover {
  color: #222;
}
.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;
  padding: 9px 24px;
  text-transform: uppercase;
  line-height: 28px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background-color: #f2f2f2;
  color: var(--global-palette3);
}
.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-color: var(--global-palette1);
  color: var(--global-palette3);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  text-align: left;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette2);
  font-weight: 600;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette2);
  font-weight: 600;
}
.woocommerce .tr-price del,
.woocommerce .price del,
.woocommerce .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: 400;
}
.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-weight: 400;
  font-size: 1em;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.cart_list li .quantity:hover,
.woocommerce ul.product_list_widget li a:hover,
.woocommerce ul.product_list_widget li .quantity:hover {
  color: var(--global-palette4);
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #reviews #comments h2 {
  font-size: 20px;
  font-weight: 500;
}
.woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
}
.woocommerce form .form-row label {
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce span.onsale {
  color: #222;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  height: 22px;
  width: 40px;
  line-height: 22px;
  border-radius: 3px;
}
.woocommerce div.product div.summary .product-onsale span.onsale {
  font-size: 11px;
  padding: 0 15px;
}

.menu .menu-item .woocommerce ul.products li.product .onsale {
  padding: 0;
  font-size: 11px;
}

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

.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.base-product-toggle-container .base-toggle-shop-layout {
  background: var(--global-palette9);
}

.elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
  margin-right: 0px;
  width: 20%;
}

.woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
  margin: 0;
  margin-right: 23px;
  width: calc(16.6667% - 19.1667px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
  margin: 0;
  margin-right: 23px;
  width: calc(50% - 11.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
  margin: 0;
  margin-right: 25px;
  width: calc(25% - 18.75px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-post-wrapper .splide__track .column-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.color-switch-dark .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .deal-section .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .deal-section .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.color-switch-dark div.product div.summary .added_to_cart,
.color-switch-dark a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover,
.color-switch-dark div.product div.summary .added_to_cart:hover,
.color-switch-dark a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce div.product div.summary form.cart .button.button-buy-now:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark #mobile-drawer .drawer-inner {
  background: var(--global-palette9);
}

@media (max-width: 1450px) {
  .site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-navigation-header {
    min-width: 240px;
  }
  .site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container {
    width: 250px;
  }
}
@media (min-width: 1367px) and (max-width: 1430px) {
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    font-size: 13px;
  }
  .site-header .site-bottom-header-inner-wrap .vertical-navigation .vertical-menu-container > ul > li.menu-item > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    font-size: 13px;
  }
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5::before {
    bottom: 17px;
    left: 13px;
  }
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li {
    margin: 0 12px 0 12px;
  }
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li {
    margin: 0 14px 0 14px;
    padding: 7px 0px 7px 0px;
  }
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container .collapse-sub-navigation ul.menu li a {
    font-size: 13px;
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .site-header .site-bottom-header-inner-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
    min-width: 190px;
    font-size: 13px;
  }
  .site-header .site-bottom-header-inner-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-menu-container {
    width: 210px;
  }
  .site-header .site-bottom-header-inner-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .site-bottom-header-inner-wrap .widget-toggle-open-container .widget-toggle-open {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .vertical-layout-opened-true .vertical-navigation .vertical-menu-container {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .vertical-layout-opened-true .vertical-navigation .vertical-menu-container.hidden {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    font-size: 13px;
    padding: 12px 39px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    width: 25%;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    width: calc(20% - 18.4px);
  }
  .list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    width: calc(33.3333% - 16.6667px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 33.3333%;
  }
}
@media (min-width: 1025px) and (max-width: 1260px) {
  .site-header .site-main-header-inner-wrap .header-search-advanced form.search-form {
    width: 520px;
    margin-left: 15px;
  }
}
@media (min-width: 1261px) and (max-width: 1350px) {
  .site-header .site-main-header-inner-wrap .header-search-advanced form.search-form {
    margin-left: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .woocommerce div.product div.images {
    width: 600px !important;
  }
  .single-product .grid-lg-col-5, .woocommerce-cart .grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .related.products ul.products, .upsells.products ul.products, .cross-sells ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .woocommerce .time-sale.style_9 .tmcore-countdown {
    padding: 7px 6px;
  }
  .site-footer .site-middle-footer-wrap .site-middle-footer-inner-wrap {
    grid-column-gap: 30px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-content {
    width: 53%;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 325px;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .single-product .grid-lg-col-5, .woocommerce-cart .grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .related.products ul.products, .upsells.products ul.products, .cross-sells ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .archive ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .archive .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .single-product ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .single-product .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .woocommerce-cart ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .woocommerce-cart .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 1em;
  }
  .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: 10px 18px;
    line-height: 26px;
  }
  .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-cart-button .base-svg-iconset {
    margin-bottom: 0;
  }
  .site-header .site-main-header-inner-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total {
    right: -6px;
  }
  #filter-drawer .widget {
    border: 1px solid var(--global-gray-400);
  }
  .cms-banner .cms-price {
    font-size: 18px !important;
  }
  .image-section .elementor-image-box-content {
    padding: 15px 15px 23px 20px;
  }
  .deal-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
    padding-left: 15px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 180px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    margin-top: 20px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    width: 33.3333%;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@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;
  }
  .archive:not(.tax-product_brands) .entry-hero.product-archive-hero-section .entry-header, .entry-hero.post-archive-hero-section .entry-header, .entry-hero.page-hero-section .entry-header, .entry-hero.search-archive-hero-section .entry-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive.category .entry-hero.post-archive-hero-section .entry-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive.category .entry-hero.post-archive-hero-section .entry-header P {
    margin-top: 5px;
  }
  .archive .entry-hero.post-archive-hero-section .entry-header {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cms-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-column {
    margin: auto;
    width: auto;
  }
  .cat-section .elementor-widget-tmcore-product-categories-carousel.product-cat-style-5 .cat-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-section .woocommerce-product-list ul.splide__slide__row li {
    padding: 10px;
  }
  .featured-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
    padding-left: 10px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) {
    padding: 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap {
    padding: 10px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
  .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) {
    line-height: 25px;
  }
  .woocommerce ul.products li.product {
    overflow: hidden;
  }
  .image-section .col-1 {
    width: 300px !important;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    margin-bottom: 10px;
    width: 100%;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-content {
    display: block;
    text-align: center;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-content::before {
    margin: 0px 0px 5px 0;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    width: 33.3333%;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin-right: 20px;
    width: calc(100% + 0px);
  }
  .list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .site-header .mobile-html-inner {
    text-align: center;
    margin: 8px 0px;
  }
}
@media (max-width: 820px) and (min-width: 541px) {
  .woocommerce .time-sale.style_9 .tmcore-countdown {
    padding: 7px 5px;
  }
  .woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-digits, .woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-label {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    width: 50%;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    width: calc(50% - 7.5px);
  }
  .list-column-2 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    width: calc(100% + 0px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .deal-section .products-list.woocommerce-product-list ul.products li.product {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .deal-section .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
    padding-left: 0;
  }
  .cms-banner .elementor-column .cms-heading-2 {
    top: 5%;
  }
  .cms-banner .elementor-column .cms-heading-2 .elementor-heading-title {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .cms-banner .cms-price {
    font-size: 14px !important;
  }
}
@media (max-width: 380px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .cms-banner .elementor-column .cms-heading .elementor-heading-title {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}