/**
* Theme Name:     Expend 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: #dddddd;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 36px;
    --global-button-max-height: 36px;
  }
}

.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, .color-switch-dark .thumbnails .slick-arrow {
  color: var(--global-palette-btn) !important;
  background: var(--global-palette-btn-bg) !important;
}
.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):focus, .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):focus, .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, .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:focus, .color-switch-dark .thumbnails .slick-arrow:hover, .color-switch-dark .thumbnails .slick-arrow:focus {
  color: var(--global-palette9) !important;
  background: var(--global-palette1) !important;
}

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

/**************** Header ***************/
.header-contact-item .contact-content .contact-label {
  font-size: 12px;
  color: #666666;
}
.header-contact-item .contact-content .contact-label:hover {
  color: var(--global-palette2);
}
.header-contact-item img {
  background: #fff;
  padding: 9px;
  border-radius: 50px;
  border: 2px solid #e8e8e8;
}

.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: 3px;
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette2);
}

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

.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item {
  position: relative;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  bottom: 0;
  width: 1px;
  height: 16px;
  background-color: #959595;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item:last-child a {
  padding-right: 0;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item:last-child::after {
  display: none;
}
.site-header .site-header-wrap .site-main-header-inner-wrap, .site-header .site-mobile-header-wrap .site-main-header-inner-wrap {
  margin-top: -10px;
}
.site-header .site-header-wrap .header-search-advanced .search-category-field, .site-header .site-mobile-header-wrap .header-search-advanced .search-category-field {
  display: none;
}
.site-header .site-header-wrap .header-search-advanced .search-form, .site-header .site-mobile-header-wrap .header-search-advanced .search-form {
  height: 36px;
}
.site-header .site-header-wrap .header-search-advanced .search-form .search-field, .site-header .site-mobile-header-wrap .header-search-advanced .search-form .search-field {
  height: 36px;
}
.site-header .site-header-wrap .header-search-advanced .search-results .tmc-product-search-image img, .site-header .site-mobile-header-wrap .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.site-header .site-header-wrap .vertical-navigation-header, .site-header .site-mobile-header-wrap .vertical-navigation-header {
  padding-right: 85px;
}
.site-header .site-header-wrap .vertical-navigation-header .vertical-navigation-title, .site-header .site-mobile-header-wrap .vertical-navigation-header .vertical-navigation-title {
  font-size: 15px;
  font-weight: 400;
}
.site-header .site-header-wrap .vertical-navigation-header .base-svg-iconset, .site-header .site-mobile-header-wrap .vertical-navigation-header .base-svg-iconset {
  border-radius: 4px;
}
.site-header .site-header-wrap .vertical-layout-opened-false .vertical-navigation .vertical-menu-container, .site-header .site-mobile-header-wrap .vertical-layout-opened-false .vertical-navigation .vertical-menu-container {
  -webkit-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
}
.site-header .site-header-wrap .primary-menu-container > .menu > li > a::before, .site-header .site-mobile-header-wrap .primary-menu-container > .menu > li > a::before {
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #d3d3d3;
}
.site-header .site-header-wrap .primary-menu-container > .menu > li:last-child a::before, .site-header .site-mobile-header-wrap .primary-menu-container > .menu > li:last-child a::before {
  width: 0;
}
.site-header .site-header-wrap .site-bottom-header-wrap, .site-header .site-mobile-header-wrap .site-bottom-header-wrap {
  margin-top: -15px;
}
.site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner {
  position: relative;
}
.site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container {
  background-color: #2a2a2a;
}
.site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::before, .site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::after, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::before, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::after {
  position: absolute;
  content: "";
  border-style: solid;
  top: 0;
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
.site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::before, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::before {
  left: -20px;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #2a2a2a transparent;
}
.site-header .site-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::after, .site-header .site-mobile-header-wrap .site-bottom-header-wrap .site-header-row-container-inner .site-container::after {
  right: -20px;
  border-width: 15px 0 0 20px;
  border-color: transparent transparent transparent #2a2a2a;
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette2);
}

/**************** Footer ***************/
.site-footer-wrap .site-top-footer-wrap {
  margin-top: -15px;
}
.site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner {
  position: relative;
}
.site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner .site-container {
  background-color: #2a2a2a;
}
.site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner .site-container::before, .site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner .site-container::after {
  position: absolute;
  content: "";
  border-style: solid;
  top: 0;
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
.site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner .site-container::before {
  left: -20px;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #2a2a2a transparent;
}
.site-footer-wrap .site-top-footer-wrap .site-footer-row-container-inner .site-container::after {
  right: -20px;
  border-width: 15px 0 0 20px;
  border-color: transparent transparent transparent #2a2a2a;
}
.site-footer-wrap .widget_mc4wp_form_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.site-footer-wrap .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 0;
}
.site-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
  content: "";
  height: 36px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  -webkit-mask-image: url(../default/img/newsletter-mail.svg);
          mask-image: url(../default/img/newsletter-mail.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  background: var(--global-palette1);
}
.site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email] {
  width: 430px;
  height: 40px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=submit] {
  height: 40px;
  font-weight: 500;
  vertical-align: top;
}
.site-footer-wrap .site-middle-footer-inner-wrap .widget-title {
  margin: 0 0 20px;
}
.site-footer-wrap .site-middle-footer-inner-wrap .footer-social-wrap .widget-title {
  margin: 25px 0 15px;
}
.site-footer-wrap .site-middle-footer-inner-wrap .contact_info .contact-info-container .phone a {
  font-size: 48px;
  font-weight: 600;
  color: #0062bd;
}
.site-footer-wrap .site-middle-footer-inner-wrap .contact_info .contact-info-container .tmcore-icon-phone-rotary:before {
  display: none;
}
.site-footer-wrap .footer_bottom_top_row .site-container {
  border-top: 1px solid #dddddd;
  padding: 50px 15px;
}
.site-footer-wrap .footer_bottom_top_row .widget_block {
  margin-bottom: 12px;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag {
  margin-bottom: 0px;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag h6 {
  font-weight: 500;
  color: #2a2a2a;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-heading a:hover {
  color: #0062bd;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud a {
  color: #666666;
  text-decoration: none;
  margin: 0 8px;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud a:hover {
  color: #0062bd;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-heading, .site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag p {
  display: inline;
}
.site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud {
  color: #666666;
}
.site-footer-wrap .contact-info-container p {
  padding-bottom: 5px;
}

.woocommerce ul.products:not(.products-list-view) li.product {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid var(--global-gray-400) !important;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  padding: 15px 15px 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .star-rating-block .star-rating {
  margin: 4px 0 8px;
  float: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
  padding: 0;
  margin-top: 6px;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button .button:not(.kb-button):not(.added),
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce ul.products.grid-cols {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.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: 14px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 4px;
  padding: 9px 18px;
  background: var(--global-palette7);
  text-transform: capitalize;
  max-height: var(--global-button-max-height);
  overflow: hidden;
}
.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 div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
}
.woocommerce div.product .base-product-gallery-thumbnails.splide.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide {
  border: 1px solid var(--global-gray-400);
}
.woocommerce div.product .woocommerce-tabs .panel table.bordered th {
  color: var(--global-palette3);
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce table.shop_table input {
  font-size: 13px;
}
.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: 14px;
  font-weight: 400;
  color: var(--global-palette2);
}
.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 {
  text-decoration: none;
  color: var(--global-palette3);
}
.woocommerce ul.cart_list li a .amount,
.woocommerce ul.cart_list li .quantity .amount,
.woocommerce ul.product_list_widget li a .amount,
.woocommerce ul.product_list_widget li .quantity .amount {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce ul.cart_list li a img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}

.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-category__title a:hover, .woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title a:hover, .woocommerce ul.products li.product .entry-content-wrap h3 a:hover {
  color: var(--global-palette2);
}

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

.woosq-product .thumbnails .slick-arrow {
  width: 32px;
  height: 32px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 18px;
  line-height: 32px;
}
.woosq-product .thumbnails .slick-arrow:hover:before {
  color: var(--global-palette9);
}

.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow,
.woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow, .entry-related-carousel .splide__arrow,
.entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow,
.woosq-product .thumbnails .slick-arrow {
  background-color: var(--global-palette1);
  color: var(--global-palette3);
}
.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:hover, .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:focus,
.woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow:hover,
.woocommerce-product-gallery .thumb-wrapper.splide__slider .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-palette3);
  color: var(--global-palette9);
}

.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--global-palette2);
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active,
.base-product-toggle-container .base-toggle-shop-layout:hover {
  color: var(--global-palette3);
}

.woocommerce ul.products.grid-cols .splide__slide, .woocommerce .woocommerce-carousel .splide__track .splide__slide {
  margin: 0 1px 0 0;
}

.product-cat:not(.site-header .product-cat, .drawer-inner .product-cat) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.primary-sidebar.widget-area .widget .widget-title {
  background-color: var(--global-palette8);
  padding: 10px 15px;
  margin: 0 0 3px;
}
.primary-sidebar.widget-area .widget .widget-content, .primary-sidebar.widget-area .widget .wp-widget-group__inner-blocks {
  margin: 0;
  padding: 15px;
  border-top: 1px solid var(--global-gray-400);
}

.sidebar-widgets-collapsible .widget-title:after, .sidebar-widgets-collapsible .widgettitle:after, .sidebar-widgets-collapsible .wp-block-group__inner-container > h2:after {
  right: 6%;
  top: 13%;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.cms-banner .elementor-widget-image:hover .elementor-widget-container a::after, .cms-banner .elementor-widget-image:hover .elementor-widget-container a::before {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}
.cms-banner .elementor-widget-image .elementor-widget-container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cms-banner .elementor-widget-image .elementor-widget-container a::before {
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  right: 51%;
  top: 0;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}
.cms-banner .elementor-widget-image .elementor-widget-container a::after {
  bottom: 50%;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}

.cms-categories .elementor-widget-tmcore-product-categories.product-cat-style-6 {
  display: block;
}

#exit-popup.popup-drawer .drawer-inner .model-dismiss input, #welcome-popup.popup-drawer .drawer-inner .model-dismiss input {
  margin: 6px;
}

.welcome_newsletter input[type=email] {
  min-height: 44px;
  min-width: 220px;
  max-width: 220px;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 400;
}

.mc4wp-form .mc4wp-response {
  display: contents;
}

.woosw-popup .woosw-items .button {
  max-height: var(--global-button-max-height);
  overflow: hidden;
  text-align: center;
}

.woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woosc_page .woosc_table .button {
  overflow: hidden;
}

div[id^=exit-popup].popup-drawer.exit-popup .drawer-inner .woocommerce ul li img {
  border: 1px solid var(--global-gray-400);
  padding: 0;
  margin: 0 15px 0 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, .woosw-popup .woosw-items .woosw-item .woosw-item--image img, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img, .header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img, .woocommerce div.product form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__thumbnail img, .woosw-list table.woosw-items .woosw-item .woosw-item--image img, .noti-wrap .product-image img {
  border-radius: 5px;
}

.column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
  margin: 0;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
  margin: 0;
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 16.6667%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

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

@media (max-width: 1366px) {
  .product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
    font-size: 13px;
  }
  .column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 33.3333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .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));
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email] {
    width: 270px;
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (min-width: 1025px) {
  .site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }
  .header-account-button > .base-svg-iconset {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  .site-footer-wrap .widget_mc4wp_form_widget {
    display: -ms-grid;
    display: grid;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 10px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
    margin: 0 5px 0 0;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
    display: -ms-grid;
    display: grid;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer-wrap .site-middle-footer-inner-wrap .contact_info .contact-info-container .phone a {
    font-size: 32px;
  }
  .mobile-html-inner p {
    margin: 0;
  }
  .site-header-item .header-wishlist-wrap .header-wishlist-inner-wrap .header-wishlist-button {
    color: #2a2a2a;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 9px 24px;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
  }
  #mobile-secondary-site-navigation .product-cat ul.sub-categories li a, #mobile-secondary-site-navigation .product-cat .cat-title a {
    padding: 0;
  }
  .column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 33.3333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  .woocommerce ul.products li.product .product-details.entry-content-wrap {
    padding: 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) {
    padding: 7px 10px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 15px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields {
    row-gap: 5px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
    background-size: 30px;
    height: 30px;
    width: 50px;
    vertical-align: middle;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email] {
    width: 360px;
    height: 35px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-webkit-input-placeholder {
    font-size: 12px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-moz-placeholder {
    font-size: 12px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email]:-ms-input-placeholder {
    font-size: 12px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-ms-input-placeholder {
    font-size: 12px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email]::placeholder {
    font-size: 12px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=submit] {
    height: 35px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form label {
    font-size: 12px;
  }
  .site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud {
    margin: 0;
  }
  .site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud a {
    font-size: 12px !important;
  }
  .site-footer-wrap .footer_bottom_top_row .widget_block .footer-tag .wp-block-tag-cloud a::after {
    padding: 0 5px;
  }
  .site-footer-wrap .footer_bottom_top_row .site-container {
    padding: 30px 15px;
  }
  .site-header .header-search-advanced .search-results .search-data {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 33.3333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 33.3333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 720px) {
  .header-search-advanced form.search-form .search-btn-icon {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 767px) {
  .cms-categories .elementor-column {
    width: 41% !important;
  }
}
@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));
  }
  .product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
    font-size: 12px;
  }
}
@media (min-width: 541px) and (max-width: 719px) {
  .cms-categories .elementor-column {
    width: 57% !important;
  }
}
@media (max-width: 719px) {
  .site-footer-wrap .site-middle-footer-inner-wrap .widget-title {
    margin: 0 0 15px;
  }
  .header-search-advanced form.search-form .search-submit {
    font-size: 15px;
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 540px) {
  .product-thumbnail .time-sale .tmcore-countdown .countdown-item .countdown-digits {
    font-size: 10px;
  }
  .site-footer-wrap .site-top-footer-wrap .site-container {
    padding: 0 15px;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=email] {
    width: 170px;
    margin-right: 0;
  }
  .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form input[type=submit] {
    font-size: 12px;
  }
  .site-footer-wrap .site-middle-footer-inner-wrap .contact_info .contact-info-container .phone a {
    font-size: 25px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .header-search-advanced {
    width: 250px;
  }
  .custom-logo-link img,
img.base-dark-mode-logo {
    width: 120px;
  }
  .column4 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin: 0;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}