/**
* Theme Name:     Branchy Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
}
:root .color-switch-dark .site-top-footer-wrap {
  --global-palette9: #ffffff;
}
@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 .site-header-item .header-contact-wrap .header-contact-item .contact-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--global-palette4);
}
.site-header .site-header-item .header-contact-wrap .header-contact-item .contact-title {
  color: var(--global-palette3);
}
.site-header .site-header-item .header-contact-wrap .header-contact-item:hover .contact-label {
  color: var(--global-palette1);
}
.site-header .site-header-item .secondary-navigation li.menu-item {
  position: relative;
}
.site-header .site-header-item .secondary-navigation li.menu-item:first-child > a {
  padding-left: 0;
}
.site-header .site-header-item .secondary-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: var(--global-gray-400);
}
.site-header .site-header-item .secondary-navigation li.menu-item:last-child::after {
  display: none;
}
.site-header .site-header-item .main-navigation li.menu-item:not(ul.sub-menu li.menu-item):first-child > a {
  padding-left: 8px;
}
.site-header .site-header-item .main-navigation li.menu-item::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.site-header .site-header-item .header-search-advanced form.search-form .search-category-field {
  display: none;
}
.site-header .site-header-item .header-search-advanced form.search-form .search-submit {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.site-header .site-header-item .header-search-advanced form.search-form .search-submit .search-btn-icon {
  font-size: 0;
}
.site-header .site-header-item .header-search-advanced .search-results .search-data {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.site-header .site-header-item .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
}
.site-header .site-header-item .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap {
  color: var(--global-palette3);
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}
.site-header .site-header-item .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}
.site-header .site-header-item .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-width-custom:first-child ul.sub-menu {
  margin-left: -70% !important;
}

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

.collapse-sub-navigation ul.menu {
  padding-left: 1.2em;
  list-style: none;
}
.collapse-sub-navigation ul.menu li {
  border-bottom: 1px solid var(--global-gray-400);
  padding-block: 10.6px;
}
.collapse-sub-navigation ul.menu li a {
  border: 0;
  padding: 0;
  color: var(--global-palette3);
}
.collapse-sub-navigation ul.menu li a:hover {
  color: var(--global-palette1);
}
.collapse-sub-navigation ul.menu li:last-child {
  border-bottom: 0;
}
.collapse-sub-navigation ul.menu .sub-menu.show-drawer {
  padding-left: 1.2em;
  list-style: none;
}
.collapse-sub-navigation ul.menu .sub-menu.show-drawer li {
  border: 0;
}

.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 0;
  position: relative;
  padding: 0 50px 0 0;
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .widget-title::before {
  content: "";
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
  -webkit-mask-image: url(./img/mail.svg);
          mask-image: url(./img/mail.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  background: var(--global-palette9);
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 353px;
  border: 0;
  height: 43px;
  padding-left: 15px;
  border-radius: 0;
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
  height: 43px;
  vertical-align: top;
  background: var(--global-palette-btn-bg-hover);
}
.site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette-btn-bg);
}
.site-footer .site-middle-footer-wrap .footer-middle-desc {
  width: 90%;
}
.site-footer .site-middle-footer-wrap figure img {
  margin-bottom: 26px;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 0.8em;
}
.site-footer .site-middle-footer-wrap .contact-info-container p + p {
  margin: 10px 0 0 0;
}

.splide__list {
  -webkit-transform-style: unset;
          transform-style: unset;
}

.elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items {
  padding: 0;
}

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

.woocommerce ul.products.grid-cols:not(ul.products-list-view), .woocommerce .woocommerce-carousel .splide__track {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin: 0 -1px 0 0;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view) .splide__slide, .woocommerce .woocommerce-carousel .splide__track .splide__slide {
  margin: 0 1px 0 0;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view) li.product, .woocommerce .woocommerce-carousel .splide__track li.product {
  border: none;
  border-radius: 0;
  border-right: 1px solid var(--global-gray-400);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view) li.product .product-details .star-rating, .woocommerce .woocommerce-carousel .splide__track li.product .product-details .star-rating {
  display: block;
  float: none;
  margin: 5px 0 8px 0;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap, .woocommerce .woocommerce-carousel .splide__track li.product .product-details.entry-content-wrap .product-action-wrap {
  margin-top: 0.6em;
  padding: 0;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view) li.product .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce ul.products.grid-cols:not(ul.products-list-view) li.product .product-action-wrap.style-button a.added_to_cart, .woocommerce .woocommerce-carousel .splide__track li.product .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce .woocommerce-carousel .splide__track li.product .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions button {
  background-color: var(--global-palette7);
}
.woocommerce ul.cart_list li a img {
  border: 1px solid var(--global-gray-400);
}
.woocommerce ul.products-list-view .product-excerpt ul {
  list-style: disc;
  margin: 0 0 0 16px;
}
.woocommerce ul.products-list-view .product-excerpt ul li {
  list-style: disc;
}
.woocommerce.products-list ul.products:not(ul.products-list-view) {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.woocommerce div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
}
.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);
}
.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;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 28px;
  line-height: 2em;
  max-height: var(--global-button-max-height);
  overflow: hidden;
  color: var(--global-palette3);
  background: var(--global-palette7);
}
.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);
  color: var(--global-palette-btn);
}
.woocommerce .woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woocommerce .woosc_page .woosc_table .button {
  overflow: hidden;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce ul.cart_list li a, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li a, .woocommerce ul.product_list_widget li .quantity {
  font-size: 15px;
}
.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;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce .woosc-quick-table .woosc-quick-table-products a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.woocommerce .woosc-quick-table .woosc-quick-table-products a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.woocommerce .related.products > h2,
.woocommerce .woosc-quick-table > h2,
.woocommerce .up-sells.upsells.products > h2,
.woocommerce .cross-sells > h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.woocommerce .up-sells.products {
  margin: 0 1px 4em 1px;
}

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

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

.primary-sidebar .widget.tmcore-wp-widget-filter, .primary-sidebar .widget.widget_block, #filter-drawer .widget.tmcore-wp-widget-filter, #filter-drawer .widget.widget_block {
  border: 1px solid var(--global-gray-400);
}
.primary-sidebar .widget-title, #filter-drawer .widget-title {
  border-left: 5px solid var(--global-palette2);
  background: var(--global-palette7);
  padding: 10px 15px;
}
.primary-sidebar .widget-title::after, #filter-drawer .widget-title::after {
  top: 6px;
  right: 16px;
}
.primary-sidebar.widget-area .widget-content, .primary-sidebar.popup-drawer .widget-content, .primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer.widget-area .widget-content, #filter-drawer.popup-drawer .widget-content, #filter-drawer.widget-area .wp-widget-group__inner-blocks {
  margin: 0.8em 0.8em 0.8em 1.2em;
}

.archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry) {
  padding: 1rem;
}

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

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

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

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

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

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.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 {
  border-radius: 0 !important;
  background: 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);
}

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

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

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

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

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

.cms-link-hover a.elementor-button-link:hover {
  text-decoration: none !important;
}

.color-switch-dark .header-search-advanced form.search-form .search-submit, .color-switch-dark .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .header-search-advanced form.search-form .search-submit:hover, .color-switch-dark .header-search-advanced form.search-form .search-submit:focus, .color-switch-dark .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit]:hover, .color-switch-dark .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit]:focus {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark .site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after, .color-switch-dark .site-header .site-header-item .secondary-navigation li.menu-item::after, .color-switch-dark .site-header .site-header-item .main-navigation li.menu-item:not(ul.sub-menu li.menu-item)::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.color-switch-dark .elementor-brand-item .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
  background: #495057;
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  background: #ffd21d;
}
.color-switch-dark.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover, .color-switch-dark.woocommerce div.product div.summary .added_to_cart:hover, .color-switch-dark.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  color: var(--global-palette-btn-hover);
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .site-header .header-search-advanced form.search-form {
    width: 330px;
  }
  .collapse-sub-navigation ul.menu li {
    padding-block: 6px;
  }
  .site-footer .site-middle-footer-inner-wrap {
    grid-column-gap: 60px;
  }
  .site-footer .site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after {
    right: -30px;
  }
  .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));
  }
}
@media (min-width: 1025px) {
  .site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section {
    padding: 0;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .widget-title {
    padding: 0 22px 0 0;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .footer-widget-area {
    margin-left: 0;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .footer-widget-area .widget_mc4wp_form_widget {
    display: block;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .footer-widget-area .widget_mc4wp_form_widget .widget-title {
    padding: 0 0 15px 0;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .footer-widget-area .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    padding: 9px 15px 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) {
    padding: 8px 24px;
  }
  .woocommerce .related.products > h2,
  .woocommerce .woosc-quick-table > h2,
  .woocommerce .up-sells.upsells.products > h2,
  .woocommerce .cross-sells > h2 {
    font-size: 18px;
  }
  .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .collapse-sub-navigation ul.menu li {
    padding-block: 6px;
  }
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 6px 15px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .woocommerce .related.products > h2,
  .woocommerce .woosc-quick-table > h2,
  .woocommerce .up-sells.upsells.products > h2,
  .woocommerce .cross-sells > h2 {
    font-size: 16px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 15px;
  }
}
@media (max-width: 719px) {
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget-title::before {
    content: "";
    height: 26px;
    width: 26px;
    -webkit-mask-size: 26px;
            mask-size: 26px;
    margin: 0 5px 0 0;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 310px;
    padding: 8px 15px 8px;
  }
  .site-footer .site-middle-footer-wrap figure img {
    margin-bottom: 15px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 0.5em;
  }
}
@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: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
}
@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: 120px;
  }
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
    height: 38px;
  }
  .archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry) {
    padding: 0.5rem;
  }
}
@media (max-width: 479px) {
  .site-footer .site-footer-wrap .site-top-footer-inner-wrap .site-footer-section .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    margin-bottom: 10px;
  }
}