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

.color-switch-dark .elementor-brand-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

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

.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 17px;
}

.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .widget-title {
  padding-left: 20px;
  text-align: left;
  margin-bottom: 0;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .widget-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--global-palette1);
  position: absolute;
  left: 0;
  right: auto;
  top: 20px;
  bottom: auto;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper {
  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 .widget_mc4wp_form_widget .newsletter-wrapper input[type=email] {
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 0 0 1px 0;
  color: #ffffff;
  margin-right: 50px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: #888888;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: #888888;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: #888888;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: #888888;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email]::placeholder {
  color: #888888;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=submit] {
  padding: 11px 26px;
}
.site-footer .site-middle-footer-wrap .widget-area .widget-title {
  margin-bottom: 30px;
}
.site-footer .site-middle-footer-wrap .widget-area .widget {
  margin-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks ul li strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks p {
  margin: 0;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks .sub-text {
  font-size: 14px;
  margin-top: 15px;
}
.site-footer .site-middle-footer-wrap .wp-widget-group__inner-blocks .wp-block-heading {
  line-height: 1;
  margin-bottom: 8px;
}
.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: 8px 0 0;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .contact-info-container {
  margin-right: 50px;
}
.site-footer .site-middle-footer-wrap .footer-social-wrap .footer-social-inner-wrap {
  display: -ms-grid;
  display: grid;
}
.site-footer .site-middle-footer-wrap .footer-social-wrap .footer-social-inner-wrap a.social-button {
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
  font-family: var(--global-body-font-family);
}
.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: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 6px 24px;
  line-height: 1.8;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-family: var(--global-heading-font-family);
  overflow: hidden;
  max-height: var(--global-button-max-height);
}
.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 .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette3);
  font-weight: 400;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette3);
  font-weight: 400;
}
.woocommerce .tr-price del,
.woocommerce .price del,
.woocommerce .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette3);
  text-decoration-color: var(--global-palette3);
  font-weight: normal;
}
.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: 16px;
  font-weight: 500;
}
.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: 16px;
  font-weight: 500;
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .related.products > h2,
.woocommerce .woosc-quick-table > h2,
.woocommerce .up-sells.upsells.products > h2,
.woocommerce .cross-sells > h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  padding: 10px 5px 8px;
  text-align: center;
  margin: 0 10px;
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 8px auto 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 .product-action-wrap.style-button {
  bottom: -3rem;
}
.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;
}

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

.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: #000;
}

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

.product-actions .woosw-btn,
.product-actions .woosc-btn,
.product-actions .woosq-btn {
  background: var(--global-palette9) !important;
}
.product-actions .woosw-btn:hover,
.product-actions .woosc-btn:hover,
.product-actions .woosq-btn:hover {
  background: var(--global-palette-btn-bg) !important;
}

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

.products-list .product-title,
ul.product_list_widget .product-title,
.home-left-sidebar .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;
}

.primary-sidebar.widget-area .widget {
  border-bottom: 1px solid var(--global-gray-400);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.primary-sidebar.widget-area .widget:last-child {
  border-bottom: none;
}

.counter .elementor-icon-wrapper svg {
  opacity: 0.1;
}

.gallery-block .elementor-tabs-wrapper {
  margin-top: -35px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.gallery-block .elementor-tabs-wrapper .elementor-tab-title {
  padding: 0 0 0 25px;
}
.gallery-block .elementor-tabs-wrapper .elementor-tab-title a:active, .gallery-block .elementor-tabs-wrapper .elementor-tab-title a:focus, .gallery-block .elementor-tabs-wrapper .elementor-tab-title a:hover {
  color: var(--global-palette1);
}
.gallery-block .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 0;
}
.gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab .gallery-inner .gallery-img {
  margin-bottom: 18px;
}
.gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab .gallery-inner .gallery-title {
  position: relative;
  padding-left: 15px;
}
.gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab .gallery-inner .gallery-title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--global-palette1);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.testimonial-block .elementor-testimonial-item-wrapper .column-item {
  margin-bottom: 0 !important;
}
.testimonial-block .elementor-testimonial-item-wrapper .column-item .elementor-testimonial-image {
  vertical-align: middle;
  display: inline-block;
}
.testimonial-block .elementor-testimonial-item-wrapper .column-item .details {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.testimonial-block .elementor-testimonial-item-wrapper .column-item .details .name {
  line-height: normal;
}

.appointment-form.elementor-widget-shortcode form .text-col-gap {
  position: relative;
  float: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input {
  width: 100%;
  height: 48px;
  background-color: var(--global-palette7);
  padding: 15px;
  color: var(--global-palette4);
  font-size: 14px;
  border-radius: 0;
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input::-webkit-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input::-moz-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input:-ms-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input::-ms-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form .text-col-gap input::placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form textarea {
  height: 175px;
  padding: 15px;
  background-color: var(--global-palette7);
  font-size: 14px;
  border-radius: 0;
  color: var(--global-palette4);
}
.appointment-form.elementor-widget-shortcode form textarea::-webkit-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form textarea::-moz-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form textarea:-ms-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form textarea::-ms-input-placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form textarea::placeholder {
  color: var(--global-palette6);
}
.appointment-form.elementor-widget-shortcode form .contact-button {
  text-align: center;
  margin-top: 50px;
}

.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: 42px;
  min-width: 220px;
  max-width: 220px;
  padding-left: 15px;
  border-radius: 0;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 600;
  font-family: var(--global-heading-font-family);
}

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

.quantity.spinners-added, #bt-reviews-overview .bt_reviews_stats_total, .woocommerce #reviews #comments ol.commentlist, .comment-form, .check-incart-sold-wrap, .woocommerce .single-product-payments, .menu-highlight-item, .woocommerce span.onsale, .tmc-notification, .product-thumbnail .time-sale.style_7 .tmcore-countdown .countdown-item, .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, #woosq-popup .woosq-product .thumbnails .slick-arrow, .variations .bas_radio_variations label, button.base-toggle-shop-layout.base-toggle-grid, button.base-toggle-shop-layout.base-toggle-list, .tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-bg, .tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-bg, .tmcore-wp-widget-filter ul.list-style-color .term-shape, .tmcore-wp-widget-filter ul.list-style-image .term-shape, .tmcore-wp-widget-filter ul.list-style-text a, .entry-tags a.tag-link, .splide .splide__arrow, .woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list.group_table {
  border-radius: 0;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  border-radius: 0;
}

div[id^=exit-popup].popup-drawer.exit-popup .drawer-inner, div[id^=welcome-popup].popup-drawer.welcome-popup .drawer-inner, div[id^=cookie-popup].popup-drawer.cookie-popup .drawer-inner.float_left, div[id^=cookie-popup].popup-drawer.cookie-popup .drawer-inner.float_right {
  border-radius: 0;
}

/****************************************** load ****************************************/
.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (min-width: 1903px) {
  .site-header .site-header-wrap {
    width: 1903px;
    margin: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1466px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 1366px) {
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .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));
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px 0px 15px;
  }
  .site-top-footer-inner-wrap .widget-area .widget-title {
    font-size: 38px;
  }
}
@media (min-width: 1201px) {
  .site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px;
  }
  .site-header-item[data-section=base_customizer_header_contact] {
    display: none;
  }
  .site-footer .footer-widget-area .contact-info-container {
    margin-right: 0;
  }
  .site-footer .site-top-footer-inner-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .site-footer .site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: 1fr 30px 1fr 30px 0.5fr 30px 0.5fr;
    grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
    padding-top: 70px;
    padding-bottom: 70px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1200px) {
  .site-main-header-wrap .site-branding {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .mobile-navigation .elementor-section .elementor-button-wrapper a:not(.button) {
    font-size: 17px;
    padding: 6px 20px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    font-size: 17px;
    padding: 6px 20px;
  }
  .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
  #mobile-header .header-button.button-size-custom {
    line-height: 1.5;
  }
  .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: 17px;
    padding: 6px 20px;
  }
  .woocommerce .related.products > h2,
  .woocommerce .woosc-quick-table > h2,
  .woocommerce .up-sells.upsells.products > h2,
  .woocommerce .cross-sells > h2 {
    font-size: 28px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
    bottom: -2.5rem;
  }
  .elementor-widget-wrap > .elementor-element.service-block {
    margin: 0 -10px;
  }
  .appointment-form.elementor-widget-shortcode form .contact-button {
    margin-top: 30px;
  }
  .site-header .custom-logo-link img,
  .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-top-footer-inner-wrap .widget-area .widget-title {
    font-size: 28px;
  }
  .gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab {
    gap: 20px;
  }
  .gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab .gallery-inner .gallery-img {
    margin-bottom: 10px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 10px;
    padding-right: 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 (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }
  .elementor-widget-wrap > .elementor-element.service-block {
    margin: 0 -15px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .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: 15px;
    padding: 5px 15px;
  }
  .woocommerce .related.products > h2,
  .woocommerce .woosc-quick-table > h2,
  .woocommerce .up-sells.upsells.products > h2,
  .woocommerce .cross-sells > h2 {
    font-size: 28px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget {
    display: block;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email] {
    padding: 5px 0;
    margin-right: 10px;
  }
  .site-footer .site-middle-footer-wrap .widget-area .widget-title {
    margin-bottom: 15px;
  }
  .mobile-navigation .elementor-section .elementor-button-wrapper a:not(.button) {
    font-size: 15px;
    padding: 5px 15px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    font-size: 15px;
    padding: 5px 15px;
  }
  .gallery-block .elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
  }
  .gallery-block .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0 0 0 15px;
  }
  .gallery-block .gallery-tab {
    gap: 10px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (max-width: 719px) {
  .site-footer .site-top-footer-wrap .widget-area .widget-title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .site-footer .site-middle-footer-wrap .widget-area .widget-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .service-block .elementor-element.service-column {
    width: 50% !important;
  }
}
@media (max-width: 540px) {
  .site-header .site-header-item {
    margin-right: 12px;
  }
  .site-header .custom-logo-link img,
  .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .site-footer .site-middle-footer-inner-wrap .widget.widget_media_image {
    margin-bottom: 10px;
  }
  .site-footer .site-middle-footer-inner-wrap .widget.widget_media_image .wp-block-image img {
    width: 150px !important;
  }
  .site-footer .site-middle-footer-inner-wrap .footer-widget-area .widget li + li {
    margin: 3px 0 0;
  }
  .site-footer .site-middle-footer-inner-wrap .wp-widget-group__inner-blocks ul li strong {
    font-size: 16px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=email] {
    font-size: 14px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .newsletter-wrapper input[type=submit] {
    padding: 10px 20px;
  }
  .site-footer .site-info-inner .contact-info-container p + p {
    margin: 5px 0 0 0;
  }
  .appointment-form.elementor-widget-shortcode form .text-col-gap {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: 15px;
  }
  .appointment-form.elementor-widget-shortcode form .text-col-gap .col-lg-6:first-child {
    margin-bottom: 15px;
  }
  .appointment-form.elementor-widget-shortcode form .text-col-gap .col-lg-6 input {
    height: 40px;
  }
  .appointment-form.elementor-widget-shortcode form textarea {
    height: 120px;
  }
  .appointment-form.elementor-widget-shortcode form .contact-button {
    margin-top: 10px;
  }
  .search-toggle-open-container .search-toggle-open {
    padding-right: 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 10px 0 0;
    margin: 0;
  }
  .gallery-block .elementor-tabs-wrapper {
    margin-top: 0;
    padding-block: 10px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gallery-block .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0 10px 0 0;
  }
  .gallery-block .elementor-tabs-content-wrapper .elementor-tab-content .gallery-tab {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-block .gallery-tab {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}