/**
* Theme Name:     SmartElect 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.1.1
* 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;
  --primary-dark-color: #c6003c;
  --primary-second-dark-color: #ff004d;
}
:root .color-switch-dark {
  --primary-dark-color: #000000;
  --primary-second-dark-color: #353434;
}
:root .color-switch-dark .site-middle-footer-wrap, :root .color-switch-dark .site-bottom-footer-wrap, :root .color-switch-dark .site-top-footer-wrap, :root .color-switch-dark .site-main-header-wrap, :root .color-switch-dark .site-top-header-wrap {
  --global-palette9: #fff;
}
:root .color-switch-dark .site-top-footer-wrap, :root .color-switch-dark .site-middle-footer-wrap, :root .color-switch-dark .site-bottom-footer-wrap, :root .color-switch-dark .site-main-header-wrap, :root .color-switch-dark .site-top-header-wrap {
  --global-palette2: #212121;
}
@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-cart-wrap {
  border-radius: 5px;
}
.site-header .main-navigation li.menu-item:not(ul.sub-menu li.menu-item) {
  position: relative;
}
.site-header .main-navigation li.menu-item:not(ul.sub-menu 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(255, 255, 255, 0.2);
}
.site-header .main-navigation li.menu-item:not(ul.sub-menu li.menu-item):last-child::after {
  display: none;
}
.site-header .main-navigation li.menu-item:not(ul.sub-menu li.menu-item):first-child a {
  padding-left: 0;
}
.site-header .header-search-advanced {
  background: #eb4074;
  padding: 5px;
  border-radius: 5px;
}
.site-header .header-search-advanced form.search-form .search-category-field .search-select {
  min-height: 36px;
  line-height: 30px;
}
.site-header .header-search-advanced form.search-form .search-submit .search-btn-text {
  display: none;
}
.site-header .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--global-palette3);
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap:hover {
  color: var(--global-palette2);
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette2);
}
.site-header .site-header-item-vertical-navigation {
  margin-top: -8px;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation {
  position: relative;
  margin-right: 15px;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation::after {
  position: absolute;
  content: "";
  top: -4px;
  height: 0;
  width: 0;
  z-index: 1;
  border-top: 7px solid transparent;
  left: auto;
  right: -11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-left: 7px solid transparent;
  border-right: 8px solid var(--primary-dark-color);
}
.site-header .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
  padding-right: 5em;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  font-weight: 600;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation .vertical-menu-container {
  border: 1px solid var(--global-gray-400);
}

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

.site-footer .site-top-footer-wrap .site-footer-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .site-top-footer-wrap .footer-widget1 {
  margin-left: 0;
}
.site-footer .site-top-footer-wrap .widget-title {
  margin-bottom: 0;
}
.site-footer .site-top-footer-wrap .mc4wp-form .mc4wp-response {
  right: 0;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields {
  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 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-title {
  color: var(--global-palette9);
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-title span.news-text {
  color: var(--global-palette1);
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content p {
  margin: 0;
  color: var(--global-palette9);
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper {
  width: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px 0 0 5px;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email] {
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  background-color: #ffffff;
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email]::placeholder {
  color: #000000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
  border-radius: 5px;
  background-color: var(--global-palette1);
  color: #000;
}
.site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=submit]:hover {
  opacity: 0.9;
}
.site-footer .site-top-footer-wrap .footer-widget-area.footer-widget7 {
  background: var(--global-palette2);
  padding: 12px 30px;
  margin-top: -36px;
  position: relative;
}
.site-footer .site-top-footer-wrap .footer-widget-area.footer-widget7::after {
  position: absolute;
  content: "";
  top: -3px;
  height: 0;
  width: 0;
  z-index: 1;
  border-top: 6px solid transparent;
  left: auto;
  right: -9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-left: 6px solid transparent;
  border-right: 6px solid var(--primary-dark-color);
}
.site-footer .site-top-footer-wrap .footer-widget-area.footer-widget7 .wp-block-heading, .site-footer .site-top-footer-wrap .footer-widget-area.footer-widget7 .wp-block-buttons {
  font-style: italic !important;
}
.site-footer .footer-navigation li.menu-item {
  position: relative;
}
.site-footer .footer-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(255, 255, 255, 0.4);
}
.site-footer .footer-navigation li.menu-item:last-child::after {
  display: none;
}
.site-footer .footer-navigation li.menu-item:first-child a {
  padding-left: 0 !important;
}
.site-footer .site-middle-footer-inner-wrap .widget {
  margin-bottom: 0;
}
.site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 20px;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area .widget li + li {
  margin: 9px 0 0;
}
.site-footer .site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 12px 0 0 0;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area .widget .wp-block-social-links li + li {
  margin: 0px 0 0;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area .widget .wp-block-social-links li a:hover {
  color: #000;
  background: var(--global-palette1);
  border-radius: 50%;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget2 p {
  padding-top: 20px;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget2 .wp-block-heading {
  padding: 20px 0 10px 0;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area {
  position: relative;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
}
.site-footer .site-middle-footer-inner-wrap .footer-widget-area.footer-widget6::after {
  display: none;
}
.site-footer .site-middle-footer-inner-wrap .site-footer-middle-section-2.site-footer-section {
  gap: 30px;
}

.woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:not(.product-item):focus-within .entry-content-wrap, .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:not(.product-item):hover .entry-content-wrap {
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: center;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border: 1px solid var(--global-gray-400);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions a.button, .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions a, .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions button {
  background: var(--global-palette7);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions a.button:hover, .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions a:hover, .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail .product-actions button:hover {
  background: var(--global-palette1);
  color: var(--global-palette3);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap {
  padding: 1rem 0 2rem;
  background: 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 auto 8px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap .product-action-wrap.style-button {
  bottom: 0.7rem;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce span.onsale {
  color: #000;
}
.woocommerce div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.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);
  border-radius: 5px;
}
.woocommerce div.product .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail img {
  border-radius: 5px;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  padding: 8px 20px;
  border-radius: 5px;
  max-height: var(--global-button-max-height);
  overflow: hidden;
  text-transform: capitalize;
}
.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: var(--global-palette-btn-bg-hover);
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-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: 24px;
  font-weight: 600;
  text-align: left;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--global-body-font-family);
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  text-decoration: none;
}
.woocommerce ul.cart_list li a 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: 15px;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel table.bordered th {
  color: var(--global-palette2);
}

.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:not(.product-item).is-visible:hover .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:not(.product-item):focus-within .entry-content-wrap {
  background: transparent;
}

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

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

.primary-sidebar .widget-title, #filter-drawer .widget-title {
  border-bottom: 3px solid var(--global-gray-400);
  background: var(--global-palette7);
  padding: 10px 15px;
}
.primary-sidebar .widget-title::after, #filter-drawer .widget-title::after {
  top: 4px;
  right: 16px;
}

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

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

.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-palette3);
  letter-spacing: 0;
}
.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;
}

.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);
  color: var(--global-palette3);
}

.elementor-widget-tmcore-products-tabs .elementor-tabs .elementor-tabs-items .elementor-tab-title:first-child {
  padding-left: 0;
}

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

.welcome_newsletter input[type=email] {
  min-height: 44px;
  min-width: 220px;
  padding-left: 15px;
  border-radius: 5px;
  max-width: 220px;
}
.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;
}

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

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, .woocommerce ul.products li.product:not(.product-item) .onsale, .woocommerce ul.products li.product:not(.product-item) .product-onsale .onsale {
  right: 6px;
  left: auto;
}

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

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

#main .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .cat-image img {
  height: 274px;
  width: 198px;
}

.home-cat-block .product-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.home-cat-block .product-cat .cat-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-cat-block .product-cat:hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cms-banner .elementor-column .elementor-widget-image, .cms-banner .elementor-column .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.cms-banner .elementor-column .elementor-widget-image:before, .cms-banner .elementor-column .elementor-image-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cms-banner .elementor-column .elementor-widget-image:hover:before, .cms-banner .elementor-column .elementor-image-box-img:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.cms-banner-hover {
  position: relative;
  overflow: hidden;
}
.cms-banner-hover .elementor-background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cms-banner-hover:hover .elementor-background-overlay:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.color-switch-dark .site-header .header-search-advanced {
  background: #353434;
}

@media (max-width: 1366px) {
  .site-header .header-search-advanced form.search-form {
    width: 550px;
  }
  .site-footer .site-top-footer-wrap .site-footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .site-footer .site-top-footer-wrap .footer-widget-area.footer-widget7 {
    margin: -36px auto 0;
  }
  .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;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    width: calc(25% - 18.75px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 33.3333%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .header-navigation ul ul.sub-menu li.menu-item:has(.menu-banner-hidden) {
    display: none;
  }
  .header-menu-container ul.menu > li.base-menu-mega-columns-4.base-menu-mega-layout-right-forty > ul.sub-menu:has(.menu-banner-hidden) {
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
  }
  .related.products .product-archive.grid-lg-col-5, .upsells.products .product-archive.grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce div.product div.images {
    width: 500px !important;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1025px) {
  .site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half {
    -ms-grid-columns: 1.49fr 2.2fr 0.8fr;
    grid-template-columns: 1.49fr 2.2fr 0.8fr;
  }
}
@media (max-width: 1024px) {
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0 15px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget-area.footer-widget2::after, .site-footer .site-middle-footer-inner-wrap .footer-widget-area.footer-widget5::after {
    display: none;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget2 .wp-block-heading {
    padding: 10px 0 10px 0;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget2 p {
    width: 60%;
    padding-top: 10px;
  }
  .site-footer .footer-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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:not(.home-product-list .woocommerce) .related.products > h2, .woocommerce:not(.home-product-list .woocommerce) .woosc-quick-table > h2, .woocommerce:not(.home-product-list .woocommerce) .up-sells.upsells.products > h2, .woocommerce:not(.home-product-list .woocommerce) .cross-sells > h2 {
    font-size: 22px;
  }
  #main .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .cat-image img {
    width: 160px;
    height: 222px;
  }
  .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: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper {
    width: 485px;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget-area .widget li + li {
    margin: 5px 0 0;
  }
  .site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 10px;
  }
  .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;
  }
  .mobile-navigation .woocommerce ul.products li.product:not(.product-item) .product-action-wrap a {
    padding: 6px 16px;
  }
  .woocommerce:not(.home-product-list .woocommerce) .related.products > h2, .woocommerce:not(.home-product-list .woocommerce) .woosc-quick-table > h2, .woocommerce:not(.home-product-list .woocommerce) .up-sells.upsells.products > h2, .woocommerce:not(.home-product-list .woocommerce) .cross-sells > h2 {
    font-size: 20px;
  }
  .woocommerce:not(.home-product-list .woocommerce) .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce:not(.home-product-list .woocommerce) div.product div.summary .added_to_cart, .woocommerce:not(.home-product-list .woocommerce) a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 6px 16px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
  #main .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .cat-image img {
    width: 114px;
    height: 157px;
  }
}
@media (max-width: 719px) {
  .site-footer .site-middle-footer-inner-wrap .footer-widget-area.footer-widget3::after, .site-footer .site-middle-footer-inner-wrap .footer-widget-area.footer-widget4::after {
    display: none;
  }
}
@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: 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: 540px) {
  .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: 130px;
  }
  .site-header .site-header-item .base-svg-iconset .thebase-account-svg {
    font-size: 18px;
  }
  .site-header .site-header-item .base-svg-iconset .base-search-svg {
    font-size: 20px;
  }
  .site-header .site-header-item .base-svg-iconset .thebase-shopping-cart-svg {
    font-size: 22px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-content .widget-title {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper {
    width: 295px;
  }
  .site-footer .site-top-footer-wrap .mc4wp-form-fields .newsletter-wrapper input[type=email] {
    padding: 8px 13px;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget2 p {
    width: 100%;
    padding-top: 10px;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget2 .wp-block-heading {
    padding: 5px 0 10px 0;
  }
  .site-footer .site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
    margin: 8px 0 0 0;
  }
  .site-footer#colophon .footer-navigation .footer-menu-container > ul > li > a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.content-bg.entry-content-wrap {
    padding: 0.5rem 0;
  }
  .cms-banner .elementor-column .title {
    right: 20px !important;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 22px;
  }
  .cms-banner .elementor-column .sub-title {
    right: 38px !important;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}