/**
* Theme Name:     FlexCart 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:        2.1.2
* 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-button-height: 40px;
  --global-button-max-height: 40px;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 36px;
    --global-button-max-height: 36px;
  }
}

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

.site-header .site-top-header-wrap .header-html-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-top-header-wrap .header-html-inner p img {
  width: 16px;
  margin-right: 8px;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item {
  position: relative;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  bottom: 0;
  width: 1px;
  height: 16px;
  background-color: rgba(93, 93, 93, 0.3);
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item:last-child a {
  padding-right: 0;
}
.site-header .site-top-header-wrap .secondary-navigation ul.menu li.menu-item:last-child::after {
  display: none;
}
.site-header .site-main-header-wrap .primary-menu-container ul.menu li.menu-item {
  margin: 0 3px;
}
.site-header .site-main-header-wrap .primary-menu-container ul.menu li.menu-item a {
  border-radius: 5px;
}
.site-header .site-bottom-header-wrap .site-header-item-vertical-navigation {
  margin: 10px 0;
}
.site-header .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
  border-radius: 8px;
  padding-right: 70px;
}
.site-header .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  font-size: 16px;
  font-weight: 600;
}
.site-header .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-menu-container > ul.menu {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.site-header .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-menu-container > ul.menu li.menu-item:hover .dropdown-nav-toggle .base-svg-icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.site-header .site-bottom-header-wrap .header-search-advanced form.search-form {
  height: 60px;
}
.site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-submit {
  margin: 5px;
}
.site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-field,
.site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-category-field .search-select {
  height: 56px;
}
.site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-item-content .tmc-product-search-title {
  font-size: 13px;
  font-weight: 400;
  margin-block: 5px;
  color: var(--global-palette3);
}
.site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-item-content .tmc-product-search-title a:hover {
  color: var(--global-palette1);
}
.site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-item-content .tmc-product-search-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--global-palette1);
}
.site-header .site-bottom-header-wrap .header-html2 {
  background: var(--global-palette2);
  padding: 20px 15px;
  border-radius: 10px;
}
.site-header .site-bottom-header-wrap .header-html2 .header-html-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-bottom-header-wrap .header-html2 .header-html-inner p img {
  width: 16px;
  margin-right: 8px;
}
.site-header .site-bottom-header-wrap .header-contact-wrap .contact-content .contact-title {
  color: var(--global-palette4);
  font-size: 14px;
  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);
}

.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 0;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
  content: "";
  -webkit-mask-image: url(../default/img/newsletter-icon.svg);
          mask-image: url(../default/img/newsletter-icon.svg);
  background-color: #111111;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 35px;
          mask-size: 35px;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .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 .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper {
  position: relative;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email] {
  width: 600px;
  height: 42px;
  border-radius: 50px;
  border: none;
  padding: 10px 120px 10px 15px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  position: absolute;
  right: 0;
  left: auto;
  padding: 11px 20px;
  line-height: 20px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=submit]:hover {
  color: var(--global-palette9);
  background: var(--global-palette3);
}
.site-footer .site-middle-footer-wrap .wp-block-tag-cloud a.tag-cloud-link {
  background-color: var(--global-palette8);
  border-radius: 5px;
  padding: 10px 16px;
  margin: 0 6px 10px 0;
  display: inline-block;
}
.site-footer .site-middle-footer-wrap .wp-block-tag-cloud a.tag-cloud-link:hover {
  background-color: var(--global-palette2);
  color: #111111;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 20px;
}
.site-footer .site-middle-footer-wrap .site-info-inner .contact-info-container p + p {
  margin: 15px 0 0 0;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 10px 0 0;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border-bottom: 1px solid var(--global-gray-400);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail a img {
  border-radius: 10px 10px 0 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: center;
  border-top: 1px solid var(--global-gray-400);
  margin-top: 2px;
  border-radius: 0 0 10px 10px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 10px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
  margin-top: 8px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.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.entry-content-wrap .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce div.product div.images .base-product-gallery-main img,
.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;
  border-radius: 50px;
  padding: 6px 20px;
  line-height: 2;
  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 {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
  border-color: var(--global-palette-btn-bg-hover);
}
.woocommerce table.shop_table input {
  font-size: 100%;
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce span.onsale {
  font-size: 11px;
}

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

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

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
  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.cart_list li a img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}

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

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

.product-cat:not(.site-header .product-cat, .drawer-inner .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat, .drawer-inner .product-cat) .cat-image {
  border-radius: 10px;
}
.product-cat:not(.site-header .product-cat, .drawer-inner .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-cat:not(.site-header .product-cat, .drawer-inner .product-cat) li a::before {
  content: "";
  -webkit-mask-image: url(../default/img/right-arrow.svg);
          mask-image: url(../default/img/right-arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 17px;
          mask-size: 17px;
  background: var(--global-palette4);
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.service-icon .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-icon .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-icon .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  margin-right: 10px;
}

.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  bottom: 0;
  left: 29%;
  right: auto;
  top: -15%;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: var(--global-palette9);
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  border-radius: 10px;
  width: 70%;
  margin-right: 50px;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .details {
  margin: auto;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .splide__pagination {
  display: -ms-grid;
  display: grid;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 25px;
}
.testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .splide__track {
  padding-top: 10px;
}
.testimonial-block .splide .splide__pagination, .testimonial-block .splide ul.splide__pagination.splide__pagination {
  padding: 45px 0;
  width: 0;
  margin: 0;
}

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

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

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

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

.primary-sidebar.widget-area .widget {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget .widget-title {
  background: var(--global-palette1);
  padding: 12px 15px;
  margin: 5px;
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget .widget-title::after {
  right: 15px;
  top: 5px;
}
.primary-sidebar.widget-area .widget .widget-content, .primary-sidebar.widget-area .widget .wp-widget-group__inner-blocks {
  margin: 0;
  padding: 10px 15px;
}

.entry-hero {
  border-bottom: 1px solid var(--global-gray-400);
}

.content-area:not(.home .content-area) {
  border-top: 1px solid var(--global-gray-400);
  margin: 2px 0 0 0;
  padding: 40px 0;
}

.single-product div.product .widget_block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single-product .widget_media_image img {
  border-radius: 10px;
}

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

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

.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;
  font-weight: 400;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.cart_list li .quantity:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce ul.product_list_widget li .quantity:hover {
  text-decoration: none;
  color: var(--global-palette1);
}
.woocommerce ul.cart_list li a .amount, .woocommerce ul.cart_list li .quantity .amount, .woocommerce ul.product_list_widget li a .amount, .woocommerce ul.product_list_widget li .quantity .amount {
  font-size: 15px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.column5 .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.column5 .woocommerce-carousel .splide__track ul.products:not(ul.categories) 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%;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 100%;
}

/* Desktops */
@media (max-width: 1660px) {
  .site-header-wrap .site-bottom-header-wrap .header-search-advanced {
    margin-left: 15px;
  }
  .site-header-wrap .site-bottom-header-wrap .header-search-advanced form.search-form {
    width: 510px;
  }
  .site-header-wrap .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
    padding-right: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1470px) {
  .related.products .product-archive.grid-lg-col-6,
  .upsells.products .product-archive.grid-lg-col-6,
  .cross-sells .product-archive.grid-lg-col-6 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .related.products .product-archive.grid-cols,
  .upsells.products .product-archive.grid-cols,
  .cross-sells .product-archive.grid-cols {
    -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));
  }
}
@media (max-width: 1366px) {
  .site-header .site-header-wrap .site-bottom-header-wrap .site-header-bottom-section-right .site-header-item:first-child {
    margin-right: 0;
  }
  .site-header .site-header-wrap .site-bottom-header-wrap .header-html2 {
    display: none;
  }
  .site-header .site-header-wrap .site-bottom-header-wrap .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
    padding-right: 25px;
  }
  .site-header .site-header-wrap .site-main-header-inner-wrap .header-account-control-wrap {
    margin: 0;
  }
  .site-header .site-header-wrap .site-main-header-inner-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer .site-middle-footer-wrap .wp-block-tag-cloud a.tag-cloud-link {
    padding: 8px 14px;
    margin: 0 0 8px 0;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget {
    gap: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email] {
    width: 300px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product, .column5 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .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) {
  .single-product div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1200px) {
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .icon {
    left: 38%;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .content {
    padding: 15px 20px;
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .related.products .product-archive.grid-cols,
  .upsells.products .product-archive.grid-cols,
  .cross-sells .product-archive.grid-cols {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-header .site-bottom-header-wrap .header-search-advanced {
    margin: 0;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form {
    height: 50px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-category-field .search-select {
    line-height: 2.6;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-field,
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-category-field .search-select {
    height: 46px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget {
    display: -ms-grid;
    display: grid;
    gap: 0;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email] {
    width: 500px;
  }
  .testimonial-block .elementor-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sticky-cms-banner .elementor-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sticky-cms-banner .elementor-container .elementor-column {
    width: auto;
  }
  .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, .column5 .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;
  }
  #mobile-secondary-site-navigation ul.products li a, #mobile-secondary-site-navigation ul.products .cat-title a, #mobile-secondary-site-navigation .product-cat li a, #mobile-secondary-site-navigation .product-cat .cat-title a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 4px 15px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form {
    height: 45px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-category-field {
    display: none;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-submit {
    margin: 3px;
    padding: 10px 15px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-field,
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-category-field .search-select {
    height: 42px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced .search-results .search-data {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-item-content .tmc-product-search-title {
    font-size: 12px;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced .search-results .tmc-product-search-item-content .tmc-product-search-price {
    font-size: 14px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box {
    display: -ms-grid;
    display: grid;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .content {
    width: 100%;
    padding: 10px 15px;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .item-box .details {
    margin-bottom: 10px;
  }
  .testimonial-block .elementor-testimonial-item-wrapper .tmcore-carousel .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonial-block .splide .splide__pagination, .testimonial-block .splide ul.splide__pagination.splide__pagination {
    padding: 0;
    margin: auto;
    width: auto;
    left: 0;
    bottom: -10px;
    right: 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 span.onsale {
    padding: 0.3em 0.5em;
    font-size: 10px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    font-size: 13px;
    padding: 5px 15px;
  }
  .woocommerce ul.products li.product .product-details.entry-content-wrap .star-rating {
    margin: 7px auto;
  }
  .woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
    margin-top: 6px;
  }
  .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, .column5 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 0;
    width: calc(33.3333% - 6.66667px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (min-width: 720px) {
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-submit .search-btn-icon {
    display: none;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  #cms-img-box .elementor-column {
    width: 50%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .cms-card .elementor-column {
    width: 60%;
  }
  .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 .widget-title {
    margin-bottom: 15px;
  }
  .site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
    margin: 6px 0 0 0;
  }
  .site-footer .site-middle-footer-wrap .site-info-inner .contact-info-container p + p {
    margin: 10px 0 0 0;
  }
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form .search-submit {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .site-header .site-bottom-header-wrap .header-search-advanced form.search-form {
    width: 310px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .widget-title::before {
    -webkit-mask-size: 30px;
            mask-size: 30px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields p {
    margin: 5px 0 15px 0;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=email] {
    width: 290px;
    padding: 10px 100px 10px 15px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
    padding: 11px 15px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(100% + 0px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product, .column5 .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 0;
    width: calc(50% - 5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}