/**
* Theme Name:     TechShop Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-palette10: #e53e3e;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}

.color-switch-dark {
  --global-palette10: #e7ba0a;
}
.color-switch-dark .site-top-header-wrap .site-header-row-container-inner, .color-switch-dark .site-main-header-wrap .site-header-row-container-inner, .color-switch-dark .site-middle-footer-wrap .site-footer-row-container-inner, .color-switch-dark .site-bottom-footer-wrap .site-footer-row-container-inner {
  background-color: var(--global-palette8);
  --global-palette9: #fff;
}
@media (max-width: 1024px) {
  .color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
    background-color: var(--global-palette8);
    --global-palette9: #fff;
  }
}

.woocommerce form .form-row label, .woocommerce .single-product-extras ul li strong, .woocommerce .single-product-extras ul li span.base-svg-iconset, .woocommerce table.shop_attributes th, .woocommerce div.product form.cart .variations label, .woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce div.product .woocommerce-tabs .panel table.bordered td strong {
  font-weight: 500;
  color: var(--global-palette3);
}

b, strong, .woocommerce form .form-row label, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-tabs .woocommerce-Tabs-panel h4, #payment ul.wc_payment_methods li.wc_payment_method > label {
  font-weight: 500;
}

.site-header .header-cart-wrap .header-cart-button .header-cart-content {
  line-height: 1.4;
}
.site-header [data-section=base_customizer_header_html2] {
  margin-right: 10px;
}
.site-header .header_html02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.site-header .header-search-advanced form.search-form .search-submit {
  gap: 0;
  margin: -1px;
}
.site-header .header-search-advanced form.search-form .search-category-field .search-select, .site-header .header-search-advanced form.search-form input.search-field {
  height: 45px;
}
.site-header .main-navigation .primary-menu-container > ul > li.menu-item:first-child > a {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.site-header .secondary-navigation ul.menu li {
  position: relative;
}
.site-header .secondary-navigation ul.menu li::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-header .vertical-navigation .vertical-navigation-header {
  padding-left: 20px;
  border-inline: 1px solid var(--global-gray-400);
}
.site-header .vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  font-weight: 500;
  font-size: 15px;
}
.site-header .vertical-navigation .vertical-menu-container > ul li.menu-item:hover .dropdown-nav-toggle .base-svg-icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.site-header .elementor-widget-wp-widget-nav_menu .collapse-sub-navigation ul.menu li.base-menu-icon-side-left:last-child {
  border-bottom: none;
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .widget-toggle-open-container .widget-toggle-open {
  padding: 0;
}
.site-header .widget-toggle-open-container .widget-toggle-open .widget-toggle-icon .base-svg-iconset {
  color: var(--global-palette10);
}
.site-header .widget-toggle-open-container .widget-toggle-open .widget-toggle-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0 0 5px;
}

#widget-drawer .drawer-inner .drawer-content {
  margin-top: 20px;
}
#widget-drawer .drawer-inner .drawer-content .widget.tmcore-wp-widget-products .widget-content .products-list ul.products li.product {
  border: 1px solid var(--global-gray-400);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
#widget-drawer .drawer-inner .drawer-content .widget.tmcore-wp-widget-products .widget-content .products-list ul.products li.product .product-details .woocommerce-loop-product__title a:hover {
  color: var(--global-palette1);
}

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

.cms-banner-02 {
  margin: 0 -15px;
}

.cms-parallax-banner {
  overflow: hidden;
}
.cms-parallax-banner .elementor-widget-image img {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.cms-parallax-banner:hover .elementor-widget-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.site-footer .site-top-footer-wrap .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 .mc4wp-form-fields .newsletter-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content p, .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content h3 {
  margin: 0;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-content {
  width: 70%;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email] {
  width: 415px;
  border-radius: 8px 0 0 8px;
  padding: 5px 20px;
  height: 44px;
  background-color: var(--global-palette7);
  border: none;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=submit] {
  border-radius: 0 8px 8px 0;
  height: 44px;
  vertical-align: top;
  font-size: 15px;
  padding-inline: 14px;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-policy p {
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0 0;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-policy p a {
  color: var(--global-palette1);
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-policy p a:hover {
  color: var(--global-palette2);
  text-decoration: none;
}
.site-footer .site-top-footer-wrap .mc4wp-form .mc4wp-response {
  right: 0;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
  padding-right: 115px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 h2.contact-number {
  margin-bottom: 10px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 h2.contact-number a {
  font-size: 22px;
  letter-spacing: 0;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 h2.contact-number a:hover {
  color: var(--global-palette1);
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 p.contact-email {
  margin: 12px 0 18px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 p.contact-email a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 p {
  margin: 0;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 ul.wp-block-social-links .wp-block-social-link.wp-social-link.wp-social-link-tiktok .wp-block-social-link-anchor {
  font-size: 19px;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks ul li {
  line-height: 1.9;
}

.site-header .menu .menu-item .woocommerce ul.products li.product:not(.product-item) {
  border-right: 1px solid var(--global-gray-400);
}
.site-header .woocommerce.products-list .product-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.archive main, .woocommerce .cross-sells, .woocommerce .up-sells.products, .woocommerce .related.products {
  overflow: hidden;
  margin: 0 1px;
}

.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view), .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin: 0 -1px 0 0;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) .splide__slide, .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track .splide__slide {
  margin: 0 1px 0 0 !important;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) li.product:not(.product-item), .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track li.product:not(.product-item) {
  border: none;
  border-radius: 0;
  border-right: 1px solid var(--global-gray-400);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap, .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track li.product:not(.product-item) .product-details.entry-content-wrap {
  padding-bottom: 0;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating, .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  display: block;
  float: none;
  margin: 5px 0 8px 0;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) li.product:not(.product-item) .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce:not(.woocommerce.categories-wrap) ul.products.grid-cols:not(ul.products-list-view) li.product:not(.product-item) .product-action-wrap.style-button a.added_to_cart, .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track li.product:not(.product-item) .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce:not(.woocommerce.categories-wrap) .woocommerce-carousel .splide__track li.product:not(.product-item) .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce:not(.woocommerce.categories-wrap) ul.products li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  bottom: -3rem;
}

.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: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 6px 22px;
  line-height: 2;
  letter-spacing: 0.3px;
  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 .woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woocommerce .woosc_page .woosc_table .button {
  overflow: hidden;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.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;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  color: var(--global-palette1);
  text-decoration: none;
}

.woocommerce ul.products li.product:not(.product-item) .product-thumbnail .product-actions a, .woocommerce ul.products li.product:not(.product-item) .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product:not(.product-item) .product-thumbnail .product-actions button {
  background-color: var(--global-palette7);
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

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

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

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

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

.woocommerce-product-gallery .base-product-gallery-main .splide__arrow, .woocommerce-product-gallery .base-product-gallery-main .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-palette9);
}
.woocommerce-product-gallery .base-product-gallery-main .splide__arrow:hover, .woocommerce-product-gallery .base-product-gallery-main .splide__arrow:focus, .woocommerce-product-gallery .base-product-gallery-main .slick-arrow:hover, .woocommerce-product-gallery .base-product-gallery-main .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);
}

.thumb-wrapper.splide__slider .splide__arrow {
  opacity: 1;
}

.products-list .product-title, .wp-widget-group__inner-blocks .wp-block-latest-posts__post-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  line-height: 1.6em;
}

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

#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, .woocommerce ul.cart_list li a img {
  border-radius: 5px;
}

.woocommerce ul.cart_list li a img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}

.header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
}

div[id^=exit-popup].popup-drawer.exit-popup .drawer-inner .woocommerce ul li img {
  border-radius: 5px;
}

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

.noti-wrap .product-image img {
  border: 1px solid var(--global-gray-400);
}

div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
div.product .base-product-gallery-thumbnails.splide.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
div.product .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail img {
  border-radius: 5px;
}

.quantity, .woocommerce-cart table.cart td.actions .coupon .input-text, .woosw-list .woosw-actions .woosw-copy #woosw_copy_url, .quantity.spinners-added {
  border-radius: 10px;
}

.woosw-list .woosw-actions .woosw-copy #woosw_copy_url, .woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 15px;
}

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

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

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

.product-cat:not(.site-header .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat) .cat-image {
  border-radius: 100%;
}
.product-cat:not(.site-header .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
  margin-right: 30px;
  width: calc(14.2857% - 25.7143px);
}

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

@media (min-width: 1367px) and (max-width: 1500px) {
  .vertical-navigation .vertical-menu-container > ul > li.menu-item > a {
    padding-left: 9.3px;
    padding-right: 9.3px;
  }
  .elementor-widget-wp-widget-nav_menu .collapse-sub-navigation ul.menu li.menu-item {
    padding: 9.3px 20px;
  }
}
@media (min-width: 1025px) {
  .site-footer .site-middle-footer-wrap .site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half {
    -ms-grid-columns: minmax(0, 1.4fr) minmax(0, 2.5fr) minmax(0, 0.8fr);
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 2.5fr) minmax(0, 0.8fr);
  }
}
@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;
  }
  .header-search-advanced form.search-form {
    width: 665px;
  }
  .cms-banner-02 {
    margin: 0 -10px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 20px;
    width: calc(16.6667% - 16.6667px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    width: 20%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .header-search-advanced form.search-form {
    width: 480px;
  }
  .site-header .vertical-navigation .vertical-navigation-header {
    padding-right: 55px;
    padding-left: 15px;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email] {
    width: 280px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
    padding-right: 0;
  }
  .related.products .product-archive.grid-lg-col-5,
  .upsells.products .product-archive.grid-lg-col-5,
  .cross-sells .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));
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1200px) {
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-content {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:not(.product-item):focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:not(.product-item):hover .entry-content-wrap {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
}
@media (max-width: 1024px) {
  .site-header .site-branding {
    padding: 0;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields {
    display: block;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-content {
    width: 100%;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button {
    text-align: left;
    margin: 15px auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks ul li {
    line-height: 1.8;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
    padding-right: 0;
  }
  #mobile-secondary-site-navigation .products-list ul li a {
    padding-top: 0;
    padding-bottom: 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 {
    border-radius: 50px;
    padding: 13px 9px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 22px;
  }
  .cms-banner-02 {
    margin: 0 -7.5px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 15px;
    width: calc(20% - 12px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    width: 25%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .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: 5px 15px;
    font-size: 14px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .woocommerce ul.products li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 0.5rem;
  }
  .products-list.woocommerce-product-list ul.products li.product .product-details.entry-content-wrap {
    padding-left: 0.5rem;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 5px 15px;
  }
  .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;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(25% - 7.5px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    width: 33.3333%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (max-width: 719px) {
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content {
    display: block;
    text-align: center;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content h3.widget-title {
    margin-bottom: 5px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content::before {
    margin: 0;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email] {
    width: 100%;
    height: 38px;
    padding: 5px 12px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email]::-webkit-input-placeholder {
    font-size: 13px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email]::-moz-placeholder {
    font-size: 13px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email]:-ms-input-placeholder {
    font-size: 13px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email]::-ms-input-placeholder {
    font-size: 13px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=email]::placeholder {
    font-size: 13px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper .newsletter-button input[type=submit] {
    height: 38px;
    font-size: 14px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 h2.contact-number {
    margin-bottom: 5px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 h2.contact-number a {
    font-size: 20px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 p.contact-email {
    margin: 7px 0 13px;
  }
  .site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks ul li {
    line-height: 1.7;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product:not(.product-item) .product-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 110px;
  }
  .site-header .site-header-item {
    margin-right: 10px;
  }
  .site-header .base-svg-iconset .thebase-account-svg, .site-header .base-svg-iconset .thebase-search-svg, .site-header .base-svg-iconset .base-header-wishlist-svg {
    font-size: 20px;
  }
  .site-header .base-svg-iconset .thebase-shopping-bag-svg {
    font-size: 22px;
  }
  .cms-banner .elementor-container .elementor-column .cms-title2 .elementor-heading-title {
    font-size: 18px;
  }
  .cms-banner-02 {
    margin: 0;
  }
  .cms-banner-02 .elementor-container .elementor-column {
    width: 50%;
    margin-right: 10px;
  }
  .cms-banner-02 .elementor-container .elementor-column .elementor-widget-wrap {
    margin: 0 0 10px 0;
  }
  .cms-banner-02 .elementor-container .elementor-column .cms-title1 .elementor-heading-title {
    font-size: 14px;
  }
  .cms-banner-02 .elementor-container .elementor-column .cms-button {
    top: 18%;
  }
  .cms-banner-02 .elementor-container .elementor-column .cms-title {
    display: none;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    width: 50%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}