/**
* Theme Name:     MegaShop 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:        3.2.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;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}
:root .color-switch-dark .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .wp-block-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
:root .color-switch-dark .header-search-advanced form.search-form input[type=search] {
  background-color: #4b4d4a !important;
  border-radius: 30px 0 0 30px;
}

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

body:not(.home).transparent-header #masthead {
  background: #000000 !important;
}

.wp-site-blocks {
  position: relative;
}

.site-header .header-cart-wrap .base-svg-iconset, .site-header .header-cart-wrap .header-cart-total {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header .header-cart-wrap .header-cart-content {
  padding: 0 5px 0 0;
}
.site-header .header-account-control-wrap .header-account-label {
  padding-right: 5px;
}
.site-header .header-search-advanced .search-results .search-data {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.site-header .header-search-advanced .search-results .search-data .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img {
  border-radius: 0;
}
.site-header .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: 5px;
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

.site-footer .mc4wp-form .mc4wp-form-fields {
  text-align: center;
}
.site-footer .mc4wp-form .mc4wp-form-fields p {
  margin-bottom: 40px;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper {
  margin: auto;
  position: relative;
  display: inline;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input:-webkit-autofill, .site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input:-webkit-autofill:hover, .site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input:-webkit-autofill:focus, .site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 30px var(--global-palette1) inset !important;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email] {
  width: 477px;
  border-radius: 50px;
  background: var(--global-palette1);
  height: 43px;
  border: none;
  padding: 5px 70px 5px 20px;
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email]::placeholder {
  color: #000;
}
.site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
  height: 43px;
  position: absolute;
  right: 0;
  font-size: 0;
  background-color: #000;
  -webkit-mask-image: url(./img/newsletter-icon.svg);
          mask-image: url(./img/newsletter-icon.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .wp-block-heading.contact-number {
  font-size: 35px;
  font-weight: 300;
  font-family: "Open Sans";
  line-height: 1.2;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .wp-block-heading.contact-number a {
  color: var(--global-palette5);
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .wp-block-heading.contact-number a:hover {
  color: var(--global-palette1);
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 15px;
}
.site-footer .footer-navigation ul li:not(:last-child) a {
  position: relative;
}
.site-footer .footer-navigation ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--global-gray-400);
  width: 1px;
  height: 15px;
}

.home-producttab .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail a img {
  border: none;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item):hover .product-details.content-bg.entry-content-wrap {
  background-color: transparent !important;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail a img {
  border: 1px solid var(--global-gray-400);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap {
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap .star-rating {
  float: none;
  margin: 0 0 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap .product-action-wrap {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.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: 500;
  border-radius: 30px;
  padding: 5px 26px 7px 26px;
  line-height: 2;
  letter-spacing: 0;
  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 .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 25px;
  font-weight: 700;
  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: 15px;
  font-weight: 500;
}
.woocommerce ul.cart_list li:hover a, .woocommerce ul.product_list_widget li:hover a {
  text-decoration: none;
  color: var(--global-palette1);
}
.woocommerce span.onsale {
  color: #000;
}

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

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

.tr-price, .price, .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette3);
  font-weight: 400;
}
.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: 15px;
  font-weight: 500;
}

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

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

.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow {
  background-color: var(--global-palette7);
  color: var(--global-palette3);
}
.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow:hover, .bt-layout-left .thumb-wrapper.splide__slider .splide__arrow:focus, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow:hover, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow:focus {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}

.primary-sidebar.widget-area .widget, #filter-drawer .drawer-inner .product-filter-widgets .widget {
  border: 1px solid var(--global-palette7);
}
.primary-sidebar.widget-area .widget .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title {
  background: var(--global-palette7);
  padding: 8px 15px;
}
.primary-sidebar.widget-area .widget .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::after {
  right: 15px;
  top: 3px;
}
.primary-sidebar.widget-area .widget .widget-content, .primary-sidebar.widget-area .widget .wp-widget-group__inner-blocks, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-content, #filter-drawer .drawer-inner .product-filter-widgets .widget .wp-widget-group__inner-blocks {
  padding: 15px;
  margin: 0;
}

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

.woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions button {
  background-color: var(--global-palette8);
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a:hover, .woocommerce ul.products li.product .product-thumbnail .product-actions a.button:hover, .woocommerce ul.products li.product .product-thumbnail .product-actions button:hover {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.bt-woo-cart-notice {
  padding: 15px 15px 15px 20px;
}

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

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

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

.home-product-categories .product-cat {
  overflow: hidden;
}
.home-product-categories .product-cat:hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-section .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 2.236 !important;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}

.mc4wp-form .mc4wp-response {
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.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;
  margin-right: 20px;
  width: calc(25% - 15px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .offer {
    top: 15px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .heading {
    top: 47px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .sub-heading {
    top: 116px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .price {
    top: 134px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container, .site-header .site-top-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px 0px 15px;
  }
  .site-header .site-branding {
    padding: 0px 0px 0px 0px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 165px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .header-search-advanced form.search-form {
    width: 200px;
  }
  .site-header .related.products .product-archive.grid-lg-col-5, .site-header .upsells.products .product-archive.grid-lg-col-5, .site-header .cross-sells .product-archive.grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .site-header .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .wp-block-heading.contact-number {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .wp-block-heading.contact-number {
    font-size: 22px;
  }
  .site-footer .site-middle-footer-wrap .footer-social-wrap .footer-social-inner-wrap {
    font-size: 13px;
    gap: 4px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .widget.widget_media_image {
    margin-bottom: 20px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .widget.widget_media_image img {
    width: 180px !important;
  }
  .video-section .elementor-custom-embed-play {
    top: 40%;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 25px;
  }
  .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: 5px 26px 7px 26px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) 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;
  }
}
@media (max-width: 767px) {
  .site-footer .mc4wp-form .mc4wp-form-fields p {
    margin-bottom: 20pxs;
  }
  .site-footer .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
    padding: 5px 25px;
  }
  .site-footer .footer-navigation ul li:not(:last-child) a::after {
    height: 12px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 10px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .widget.widget_media_image {
    margin-bottom: 13px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .widget.widget_media_image img {
    width: 160px !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;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    position: static;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
    padding-bottom: 2px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
    float: none;
    margin: 0 auto 3px;
  }
  .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: 4px 15px 6px 15px;
    font-size: 14px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 20px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 4px 15px 6px 15px;
  }
  .woocommerce ul.products li.product .product-thumbnail .product-actions .button svg, .woocommerce ul.products li.product .product-thumbnail .product-actions a.button svg, .woocommerce ul.products li.product .product-thumbnail .product-actions button svg {
    width: 15px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 0;
    width: calc(33.3333% - 6.66667px);
  }
  .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 (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: 719px) {
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-2 .footer-widget-area.content-align-center .widget_media_image img {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .site-header .header-search-advanced form.search-form {
    width: 100%;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .site-header .base-svg-iconset .thebase-account-svg {
    font-size: 20px;
  }
  .site-header .base-svg-iconset .thebase-shopping-bag-svg {
    font-size: 24px;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 18px;
  }
  .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: calc(50% - 5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}