/**
* Theme Name:     ShopTown 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: #dadada;
}
:root .color-switch-dark .site-top-footer-wrap .site-footer-row-container-inner {
  --global-palette1: #222222;
}
:root .color-switch-dark .site-bottom-header-wrap .site-header-row-container-inner {
  --global-palette1: #333333;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}

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

.site-header .header-search-advanced form.search-form .search-submit {
  margin: -2px;
}
.site-header .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
}
.site-header .header-search-advanced .tmc-suggestion .tmc-product-search-title {
  text-transform: capitalize;
  font-weight: 500;
}
.site-header .header-contact-inner-wrap .header-contact-item span.base-svg-iconset {
  color: var(--global-palette1);
}
.site-header .header-contact-inner-wrap .header-contact-item:hover span.base-svg-iconset {
  color: var(--global-palette3);
}
.site-header .header-contact-inner-wrap .header-contact-item .contact-content span.contact-title {
  color: var(--global-palette3);
}
.site-header .header-contact-inner-wrap .header-contact-item .contact-content span.contact-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--global-palette4);
}
.site-header .header-contact-inner-wrap .header-contact-item .contact-content span.contact-label:hover {
  color: var(--global-palette1);
}
.site-header .secondary-navigation li.menu-item {
  position: relative;
}
.site-header .secondary-navigation li.menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.site-header .secondary-navigation li.menu-item:last-child::after {
  display: none;
}
.site-header .vertical-navigation .vertical-navigation-header {
  padding-right: 6em;
}
.site-header .vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-header .vertical-navigation .vertical-menu-container ul#vertical-menu {
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
  background-color: var(--global-palette9);
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

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

.site-footer .site-middle-footer-wrap .site-container {
  padding: 0;
}

.site-footer .site-middle-footer-inner-wrap {
  position: relative;
}
.site-footer .site-middle-footer-inner-wrap::after {
  background: var(--global-palette1) none repeat scroll 0 0;
  top: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.site-footer .site-middle-footer-inner-wrap .wp-widget-group__inner-blocks ul li a {
  position: relative;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
.site-footer .site-middle-footer-inner-wrap .wp-widget-group__inner-blocks ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mask: url(./img/footer-arrow.svg);
  -webkit-mask: url(./img/footer-arrow.svg);
  mask-size: 8px;
  -webkit-mask-size: 8px;
  height: 8px;
  width: 8px;
  background: var(--global-palette3);
}
.site-footer .site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 20px 0 0 0;
}
.site-footer .site-middle-footer-inner-wrap .site-info-inner .contact-info-container p:before {
  font-size: 18px;
  color: var(--global-palette1);
}
.site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 0.7em;
}
.site-footer .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: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.site-footer .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 0;
  position: relative;
  padding: 0 15px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .widget_mc4wp_form_widget .widget-title::before {
  content: "";
  height: 40px;
  width: 55px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  -webkit-mask-image: url(./img/newsletter-icon.svg);
          mask-image: url(./img/newsletter-icon.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 55px;
          mask-size: 55px;
  background: #ffffff;
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .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 .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
  padding: 25px 40px;
  background: var(--global-palette2);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email] {
  width: 326px;
  height: 40px;
  padding: 0 20px;
  border-radius: 50px;
  margin-right: 10px;
  border: none;
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: var(--global-palette6);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-moz-placeholder {
  color: var(--global-palette6);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email]:-ms-input-placeholder {
  color: var(--global-palette6);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email]::-ms-input-placeholder {
  color: var(--global-palette6);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=email]::placeholder {
  color: var(--global-palette6);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit] {
  height: 40px;
  vertical-align: top;
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form input[type=submit]:hover {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.site-footer .widget_mc4wp_form_widget .mc4wp-form .mc4wp-response {
  right: 0;
}
.site-footer .footer_middle_top_row .site-container {
  padding: 30px 15px;
}
.site-footer .footer_middle_top_row .site-container .widget.widget_block {
  margin-bottom: 0;
}
.site-footer .footer_middle_top_row .site-container .widget.widget_block .wp-block-columns {
  margin-bottom: 0;
}
.site-footer .footer_middle_top_row .site-container .wp-block-column p {
  border-right: 1px solid var(--global-gray-400);
  border-left: 1px solid var(--global-gray-400);
  padding: 0 60px;
}
.site-footer .footer_middle_top_row .site-container .wp-block-column ul {
  margin: 0;
  gap: 8px;
}
.site-footer .footer_middle_top_row .site-container .wp-block-column ul li {
  padding: 5px;
  border-radius: 50%;
}
.site-footer .footer_middle_top_row .site-container .wp-block-column ul li:hover {
  background-color: var(--global-palette1) !important;
  color: var(--global-palette9) !important;
}

.home-product-list .woocommerce.products-list ul.products li a img {
  border: 1px solid var(--global-gray-400);
  margin: 0 15px 0 0;
  padding: 0;
}
.home-product-list .woocommerce.products-list ul.products li .star-rating {
  float: none;
  margin: 0 0 7px 0;
}

.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
  position: absolute;
  top: -60px;
  bottom: auto;
}
.woocommerce ul.products li.product {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products li.product .product-thumbnail {
  border: 1px solid var(--global-gray-400);
  border-bottom-width: 3px;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions button {
  background-color: var(--global-palette7);
}
.woocommerce ul.products li.product:hover .product-thumbnail {
  border-color: var(--global-palette1) !important;
}
.woocommerce ul.products li.product .product-details.entry-content-wrap {
  padding: 1.3rem 0 0;
}
.woocommerce ul.products li.product .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 2px 0 8px 0;
}
.woocommerce ul.products.products-list-view li.product {
  padding: 0;
  border-radius: 0;
  border: none;
}
.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 .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;
  line-height: 2em;
  letter-spacing: 0.5px;
  padding: 9px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  background: var(--global-palette7);
  color: var(--global-palette3);
  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 {
  border-color: 1px solid var(--global-palette1);
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.woocommerce .woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woocommerce .woosc_page .woosc_table .button {
  overflow: hidden;
}
.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) {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border: 1px solid transparent;
}
.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);
  border: 1px solid transparent;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
  text-transform: capitalize;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  text-decoration: none;
  color: var(--global-palette1);
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  border: 1px solid var(--global-gray-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-size: 13px;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}

.primary-sidebar .widget-title, #filter-drawer .widget-title {
  position: relative;
  border-bottom: 2px solid var(--global-gray-400);
  padding: 0px 0 14px;
}
.primary-sidebar .widget-title::after, #filter-drawer .widget-title::after {
  top: -4px;
}
.primary-sidebar .widget-title::before, #filter-drawer .widget-title::before {
  position: absolute;
  content: "";
  background: var(--global-palette1) none repeat scroll 0 0;
  height: 3px;
  width: 65px;
  bottom: -2px;
}

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

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

.mfp-woosq .mfp-close {
  margin-top: 0;
  margin-right: 12px;
}

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

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

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

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

#cart-drawer.popup-drawer .drawer-header {
  padding: 0 1em 0 1.5em;
  min-height: calc(1.8em + 24px);
}
#cart-drawer.popup-drawer .drawer-header h2.side-cart-header {
  font-size: 16px;
}
#cart-drawer.popup-drawer .drawer-header .drawer-toggle {
  font-size: 20px;
}

.products-list .product-title, ul.product_list_widget .product-title, .top-rated-menu-product-list .products-list .product-title, .home-product-list .woocommerce.products-list .product-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.welcome_newsletter input[type=email] {
  min-height: 43px;
  min-width: 220px;
  padding-left: 15px;
  max-width: 220px;
  border-radius: 50px;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

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;
}

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

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

.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(20% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-inner:hover {
  border-color: var(--global-palette1) !important;
}

.brands .elementor-brand-item {
  margin-bottom: 15px !important;
}
.brands .elementor-brand-item .elementor-brand-image {
  border: 1px solid var(--global-gray-400);
  border-bottom-width: 3px;
  padding: 17px 0;
}
.brands .elementor-brand-item .elementor-brand-image:hover {
  border-color: var(--global-palette1) !important;
}

.color-switch-dark .elementor-element.cms-border-block:hover {
  border-color: var(--e-global-color-base1) !important;
}
.color-switch-dark .vertical-navigation .vertical-menu-container > ul > li.menu-item > a:hover {
  color: #ffd21d;
}
.color-switch-dark .site-header .secondary-navigation li.menu-item::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.color-switch-dark .elementor-section .elementor-divider * {
  border-color: var(--global-palette1) !important;
}
.color-switch-dark .elementor-brand-wrapper .elementor-brand-image a {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title {
  border-color: transparent !important;
}
.color-switch-dark .elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title.elementor-active {
  border-color: var(--global-gray-400) !important;
}
.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, .color-switch-dark .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background: #495057;
}
.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, .color-switch-dark .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: #ffd21d;
}
.color-switch-dark.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .color-switch-dark.woocommerce div.product div.summary .added_to_cart, .color-switch-dark.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background: #495057;
}
.color-switch-dark.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover, .color-switch-dark.woocommerce div.product div.summary .added_to_cart:hover, .color-switch-dark.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: #ffd21d;
}

@media (max-width: 1366px) {
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 33.3333%;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .site-header .vertical-navigation .vertical-navigation-header {
    padding-right: 3.5em;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 160px;
  }
  .site-header .header-search-advanced form.search-form {
    width: 520px;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .site-header .vertical-navigation .vertical-navigation-header {
    padding-right: 1.3em;
    padding-left: 1em;
  }
  .site-header .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
    padding: 7px 12px 7px 12px;
  }
  .has-left-sidebar ul.product-archive:not(.products-list-view) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .site-middle-footer-inner-wrap.site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-footer .site-top-footer-inner-wrap .widget-area .widget-title {
    font-size: 16px;
  }
  .site-footer .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    padding: 25px 20px;
  }
  .site-footer .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 235px;
  }
  .site-footer .widget_mc4wp_form_widget .widget-title::before {
    margin: 0 8px 0 0;
    height: 30px;
    width: 45px;
    -webkit-mask-size: 45px;
            mask-size: 45px;
  }
  .site-footer .footer_middle_top_row .site-container {
    padding: 30px 15px 30px 15px;
  }
  .site-footer .footer_middle_top_row .site-container .wp-block-columns {
    display: -ms-grid;
    display: grid;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    gap: 0;
  }
  .site-footer .footer_middle_top_row .site-container .wp-block-columns .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer_middle_top_row .site-container .wp-block-columns .wp-block-column p {
    border: none;
    padding: 0;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 18px;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .site-footer .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 .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    width: 100%;
    padding: 20px 20px;
  }
  .site-footer .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 330px;
  }
  .site-footer .site-top-footer-inner-wrap .widget-area .widget-title {
    margin: 10px 0 6px;
    font-size: 14px;
    padding: 0;
  }
  .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:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
    position: static;
  }
  .woocommerce ul.products li.product .product-details.entry-content-wrap {
    padding: 0.5rem 0 0;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 16px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 8px 15px;
    line-height: 1.9em;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 8px 15px;
    line-height: 1.9em;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 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) {
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 16px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .site-header-item .custom-logo-link img, .site-header .site-header-item img.base-dark-mode-logo {
    width: 100px;
  }
  .site-header .site-header-item .base-svg-iconset .base-search-svg {
    font-size: 21px;
  }
  .site-header .site-header-item .base-svg-iconset .thebase-account-svg, .site-header .site-header-item .base-svg-iconset .thebase-shopping-cart-svg {
    font-size: 20px;
  }
  .site-footer .site-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
    height: 30px;
    width: 45px;
    -webkit-mask-size: 45px;
            mask-size: 45px;
  }
  .site-footer .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    padding: 15px;
  }
  .site-footer .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    height: 35px;
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer .site-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
    height: 35px;
    width: 100%;
  }
  .site-footer .site-footer-wrap .footer_middle_top_row .site-container {
    padding: 15px 15px 20px 15px;
  }
  .site-footer .site-footer-wrap .footer_middle_top_row .site-container .wp-block-columns {
    width: 100%;
  }
  .site-footer .site-footer-wrap .footer_middle_top_row .site-container .wp-block-columns .wp-block-image img {
    width: 129px !important;
    height: 49px !important;
  }
  .site-footer .site-footer-wrap .footer_middle_top_row .site-container .wp-block-columns .wp-block-social-links, .site-footer .site-footer-wrap .footer_middle_top_row .site-container .wp-block-columns .wp-block-social-links.has-normal-icon-size {
    font-size: 20px;
  }
  .site-footer .site-footer-wrap .footer_middle_top_row .site-container .wp-block-columns .wp-block-social-links .wp-social-link a {
    padding: 0.15em;
  }
  .site-footer .site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
    margin: 10px 0 0 0;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}