/**
* Theme Name:     Creamycake 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
*/
/* .woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: 42px;
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: 42px;
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: 42px;
    }
} */
:root {
  --global-gray-400: #e5e5e5;
}

.woocommerce form .form-row label, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 500;
  color: var(--global-palette3);
}

b, strong {
  font-weight: 500;
}

.welcome-newsletter input[type=email] {
  min-height: 45px;
  min-width: 220px;
  padding-left: 15px;
  border-radius: 50px;
  max-width: 220px;
  margin-bottom: 10px;
}

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

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 17px;
  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);
}

.site-header .site-top-header-wrap {
  position: relative;
}
.site-header .site-top-header-wrap::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-mask: url(../default/img/header-pattern.png) repeat-x;
          mask: url(../default/img/header-pattern.png) repeat-x;
  background-color: var(--global-palette1);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.site-header .header-cart-button .header-cart-total {
  margin-left: -0.6em;
  margin-top: -1.5em;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
.site-top-footer-wrap {
  position: relative;
}
.site-top-footer-wrap::before, .site-top-footer-wrap::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-mask: url(../default/img/header-pattern.png) repeat-x;
          mask: url(../default/img/header-pattern.png) repeat-x;
  background-color: var(--global-palette1);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
}
.site-top-footer-wrap::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -10px;
}
.site-top-footer-wrap .footer-widget-area-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 70px;
  -webkit-animation: marquee 10s linear infinite forwards;
          animation: marquee 10s linear infinite forwards;
  gap: 100px;
}
.site-top-footer-wrap .footer-widget-area-inner:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.site-top-footer-wrap .footer-widget-area-inner .widget.widget_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin: 0;
  gap: 0px;
}
.site-top-footer-wrap .footer-widget-area-inner .widget.widget_block ul.wp-block-list.offer-text-section {
  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;
  gap: 184px;
  padding-left: 7rem;
  margin: 0;
}
.site-top-footer-wrap .footer-widget-area-inner .widget.widget_block ul.wp-block-list.offer-text-section li {
  font-size: 50px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: var(--global-heading-font-family);
  color: var(--global-palette9);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 6px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 1.3em;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-content {
  margin-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  width: 100%;
  border-radius: 50px;
  height: 45px;
  padding: 5px 55px 5px 20px;
  border: 0;
  background-color: #f7f7f7;
  color: var(--global-palette3);
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
  position: absolute;
  right: 10px;
  height: 45px;
  background-image: url(./img/newsletter-icon.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 0 5px 5px 0;
  color: var(--e-global-color-base1);
  background-color: transparent;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit]:hover {
  background-color: transparent;
}

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

.service-section, .tab-product-section, .featured-section, .best-offer-section {
  position: relative;
}
.service-section::after, .tab-product-section::after, .featured-section::after, .best-offer-section::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-mask: url(../default/img/service-pattern.png) repeat-x;
          mask: url(../default/img/service-pattern.png) repeat-x;
  background-color: var(--global-palette2);
  background-color: #D7F5F1;
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
}

.tab-product-section::after, .featured-section::after, .best-offer-section::after {
  content: "";
  bottom: -10px;
  background-color: var(--global-palette7);
}
.tab-product-section::before, .featured-section::before, .best-offer-section::before {
  content: "";
  top: -10px;
  -webkit-mask: url(../default/img/service-pattern.png) repeat-x;
          mask: url(../default/img/service-pattern.png) repeat-x;
  background-color: var(--global-palette7);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  display: block;
}

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

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

.home-category .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-top: -100px;
}

.testimonial .splide__pagination {
  padding-left: 0;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
}

.archive.category .entry-hero.post-archive-hero-section .entry-hero-container-inner, .archive.tag .entry-hero.post-archive-hero-section .entry-hero-container-inner {
  padding: 10px 0;
}
.archive.category .entry-hero.post-archive-hero-section .entry-header P, .archive.tag .entry-hero.post-archive-hero-section .entry-header P {
  margin-top: 5px;
}

.archive.tax-product_brands .entry-hero.product-archive-hero-section .entry-hero-container-inner {
  padding: 10px 0;
}
.archive.tax-product_brands .entry-hero.product-archive-hero-section .entry-header P {
  margin-top: 5px;
}

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

.mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
  padding: 8px 20px;
}

.featured-section .woocommerce-product-list ul.products li.splide__slide .star-rating {
  margin: 5px 0;
  float: none;
}
.featured-section .woocommerce-product-list ul.products li.splide__slide .product-title {
  padding-top: 30px;
}
.featured-section .woocommerce-product-list ul.products li.splide__slide img {
  border-radius: 100%;
  margin-right: 20px;
  padding: 0;
}

.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 {
  margin: 0;
  margin-right: 30px;
  width: calc(25% - 22.5px);
  -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: 60px;
  width: calc(33.3333% - 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

.products-list .product-title {
  -webkit-line-clamp: 3;
}

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

.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product.is-visible:hover .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product.is-visible:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap {
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: center;
  background-color: transparent;
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  margin: 5px auto;
  float: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  bottom: auto;
  top: -55px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item):hover {
  background: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item):hover span.onsale {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce span.onsale {
  padding: 5px 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) {
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  padding: 7px 26px;
  letter-spacing: 0.5px;
  line-height: 2;
  text-transform: uppercase;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce ul.products-list-view li.product .product-thumbnail {
  border-radius: 5px;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 600;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  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: 600;
}
.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: 16px;
}
.woocommerce form .form-row label {
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #reviews #comments h2 {
  font-size: 22px;
  color: var(--global-palette3);
}
.woocommerce #reviews .comment-reply-title {
  font-size: 22px;
  color: var(--global-palette3);
}

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

.single-product.woocommerce .related.products ul.products:not(.products-list-view) li.produc:not(.product-item) .product-thumbnail, .archive.woocommerce .site-main ul.products:not(.products-list-view) li.produc:not(.product-item) .product-thumbnail, .woocommerce-cart .cross-sells ul.products:not(.products-list-view) li.produc:not(.product-item) .product-thumbnail, .upsells.products ul.products:not(.products-list-view) li.produc:not(.product-item) .product-thumbnail {
  border: 1px solid var(--global-gray-400);
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget-content, .primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .widget-content, #filter-drawer .wp-widget-group__inner-blocks {
  padding: 20px;
  border-radius: 0;
  margin-top: 0;
}
.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
  background: var(--global-palette7);
  padding: 10px 20px;
  border-radius: 0;
  position: relative;
}
.primary-sidebar.widget-area .widget-title::after, #filter-drawer .widget-title::after {
  top: 8px;
  right: 16px;
}
.primary-sidebar.widget-area .widget-title::before, #filter-drawer .widget-title::before {
  content: "";
  bottom: -10px;
  -webkit-mask: url(../default/img/service-pattern.png) repeat-x;
          mask: url(../default/img/service-pattern.png) repeat-x;
  background-color: var(--global-palette7);
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  display: block;
}

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

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

.color-switch-dark .service-section {
  background-color: var(--global-palette8) !important;
}
.color-switch-dark .service-section::after {
  background-color: var(--global-palette8);
}
.color-switch-dark .elementor-brand-image img, .color-switch-dark .site-middle-footer-wrap .wp-block-image {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .cms-banner-section .description img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.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 .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button {
  background-color: var(--global-palette7);
}
.color-switch-dark .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  background-color: var(--global-palette7);
}
.color-switch-dark .newsletter-color {
  -webkit-filter: grayscale(100%) brightness(0%) contrast(0%);
          filter: grayscale(100%) brightness(0%) contrast(0%);
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .featured-section .woocommerce-product-list ul.products li.splide__slide .product-title {
    padding-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px 0px 15px;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap {
    min-height: 130px;
    padding: 0 0 15px 0;
    gap: 15px;
  }
  .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-span: 4;
    grid-column-end: 4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .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;
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container .site-main-header-inner-wrap .site-header-main-section-right {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid var(--global-gray-400);
  }
  .site-footer-middle-section-1, .site-footer-middle-section-2 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .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) {
  .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 20px;
  }
  .site-footer-middle-section-1 {
    border-right: none !important;
    padding-right: 0px !important;
  }
  .featured-section .woocommerce-product-list ul.products li.splide__slide .product-title {
    padding-top: 15px;
  }
  .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
    right: 15px;
  }
  .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;
  }
  .menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 10px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 20px;
    width: calc(33.3333% - 13.3333px);
  }
  .list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin-right: 20px;
    width: calc(50% - 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;
  }
}
@media (min-width: 719px) {
  .site-footer-middle-section-1, .site-footer-middle-section-2 {
    border-right: 1px solid var(--global-gray-400);
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .custom-logo-link img, img.base-dark-mode-logo {
    width: 180px;
  }
  .cms-banner-section .elementor-image-box-img a {
    display: inline-block;
  }
  .woocommerce ul.products li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 0.5rem;
  }
  .featured-section .woocommerce-product-list ul.products li.splide__slide .product-title {
    padding-top: 5px;
  }
  .site-top-footer-wrap .footer-widget-area-inner .widget.widget_block ul.wp-block-list.offer-text-section li {
    font-size: 36px;
  }
  .woocommerce ul.products li.product .product-thumbnail {
    overflow: hidden;
  }
  .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: 15px;
  }
  .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;
    line-height: 2.2;
  }
  .tab-product-section .elementor-tabs-wrapper .elementor-tabs-items {
    padding: 0 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-product-section .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title:last-child {
    margin-bottom: 10px !important;
  }
  .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;
  }
}
@media (max-width: 719px) {
  .site-footer-middle-section-1, .site-footer-middle-section-2 {
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 20px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 0.5em;
  }
}
@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) {
  .site-header .site-header-item {
    margin-right: 12px;
  }
  .site-header .mobile-html {
    text-align: center;
    margin: 5px 0;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .deal-product .products-list img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }
  .offer-section .offer-column1.elementor-column {
    width: 30%;
  }
  .offer-section .offer-column2.elementor-column {
    width: 70%;
  }
  .cms-banner .elementor-column .cms-title {
    top: 4% !important;
    left: 5% !important;
  }
  .cms-banner .elementor-column .cms-title .elementor-heading-title {
    font-size: 17px;
    line-height: 24px;
  }
  .cms-banner .elementor-column .cms-btn {
    top: 64%;
    left: 5% !important;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(50% - 7.5px);
  }
  .list-column .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    width: calc(100% + 0px);
    margin-right: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}