/**
* Theme Name:     MegaShop Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        3.2.0 
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}
:root .color-switch-dark #colophon {
  background: var(--global-palette9);
}
:root .color-switch-dark .site-middle-footer-wrap .site-footer-row-container-inner {
  background-color: var(--global-palette7);
}
:root .color-switch-dark .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=submit] {
  background-color: var(--global-palette-btn-bg);
}
:root .color-switch-dark .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=submit]:hover {
  background-color: var(--global-palette1);
}
:root .color-switch-dark .site-header .header-contact-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
:root .color-switch-dark .home-slider .slider-btn:hover {
  border-color: #b42a3a !important;
}

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

.site-header .secondary-menu-container > .menu > li > a::before, .site-header .primary-menu-container > .menu > li > a::before {
  content: "";
  width: 2px;
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}
.site-header .secondary-menu-container > .menu > li:last-child a, .site-header .primary-menu-container > .menu > li:last-child a {
  padding-right: 0;
}
.site-header .secondary-menu-container > .menu > li:last-child a::before, .site-header .primary-menu-container > .menu > li:last-child a::before {
  display: none;
}
.site-header .header-contact-wrap .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-contact-wrap .contact-content .contact-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--global-palette3);
}
.site-header .header-contact-wrap .contact-content .contact-label:hover {
  color: var(--global-palette1);
}
.site-header .header-contact-wrap .header-contact-inner-wrap a {
  margin-top: 40px;
}
.site-header .header-search-advanced form.search-form {
  border-bottom: 0;
}
.site-header .header-search-advanced form.search-form .search-submit {
  top: -1px;
}
.site-header .header-search-advanced form.search-form .search-submit .base-svg-iconset {
  display: none;
}
.site-header .header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img {
  border-radius: 0;
}
.site-header .vertical-navigation .vertical-navigation-header {
  border-radius: 30px;
  padding: 8px 62px 8px 25px;
}
.site-header .vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.site-header .vertical-navigation .vertical-menu-container {
  padding: 10px 0 0 0;
  background-color: transparent;
}
.site-header .vertical-navigation .vertical-menu-container > ul.menu {
  border-radius: 5px;
  padding: 0 15px;
  background-color: var(--global-palette9);
}
.site-header .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 .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

.base-sticky-header {
  z-index: 9;
}

.site-footer .footer-navigation ul.menu li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 20px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form-fields {
  text-align: left;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form {
  margin-bottom: 22px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter::before {
  content: "";
  -webkit-mask-image: url(./img/newsletter-icon.svg);
          mask-image: url(./img/newsletter-icon.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 40px;
          mask-size: 40px;
  background: var(--global-palette3);
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: -12px 14px 0 0;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter .widget-title {
  margin-bottom: 2px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter .widget-content {
  margin-top: 0;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=email] {
  width: 560px;
  height: 48px;
  border-radius: 30px 0 0 30px;
  border: 0;
  padding: 10px 18px 10px 18px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=submit] {
  border-radius: 0 30px 30px 0;
  vertical-align: top;
  padding: 11px 16px;
  background-color: var(--global-palette2);
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=submit]:hover {
  background-color: var(--global-palette1);
}

.woocommerce ul.products.products-list-view li.product {
  border: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view, ul.categories) li.product:not(.product-item, li.category), .woocommerce .woocommerce-carousel .splide__track li.product:not(.product-item, li.category) {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products.grid-cols:not(ul.products-list-view, ul.categories) li.product:not(.product-item, li.category) .product-details .star-rating, .woocommerce .woocommerce-carousel .splide__track li.product:not(.product-item, li.category) .product-details .star-rating {
  display: block;
  float: none;
  margin: 0px 0px 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: 13px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 20px;
  letter-spacing: 1px;
  line-height: 2;
  text-transform: uppercase;
  max-height: var(--global-button-max-height);
  overflow: hidden;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover, .woocommerce div.product div.summary .added_to_cart:hover, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
  border-color: var(--global-palette-btn-bg-hover);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--global-palette3);
}
.woocommerce ul.cart_list li a, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li a, .woocommerce ul.product_list_widget li .quantity {
  font-size: 15px;
  font-weight: 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;
  color: var(--global-palette1);
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 15px;
  font-weight: 500;
}

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

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

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

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

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

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

.primary-sidebar.widget-area .widget .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title {
  position: relative;
  padding-left: 12px;
}
.primary-sidebar.widget-area .widget .widget-title::before, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::before {
  content: "";
  border-left: 2px solid var(--global-palette1);
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
}
.primary-sidebar.widget-area .widget .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::after {
  top: -4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1366px) {
  .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 {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .site-header-item-vertical-navigation .vertical-navigation .vertical-navigation-header {
    padding-right: 35px;
  }
  .site-header .header-search-advanced form.search-form {
    width: 610px;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-navigation[class*=header-navigation-dropdown-animation-fade] #menu-item-76.base-menu-mega-enabled > .sub-menu {
    margin-left: -235px !important;
  }
  .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));
  }
}
@media (min-width: 1025px) {
  .site-header .site-main-header-inner-wrap .site-header-main-section-right {
    display: -ms-grid;
    display: grid;
  }
  .site-header .site-main-header-inner-wrap .site-header-main-section-right .site-header-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 0;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .header-cart-button:hover .base-svg-iconset {
    background-color: var(--global-palette1);
  }
  .site-header .header-cart-button .base-svg-iconset {
    background: #000000;
    border-radius: 50%;
    padding: 10px 11px 11px;
  }
  .site-header .header-cart-button .header-cart-total {
    margin-top: -30px;
    margin-left: -15px;
  }
  .site-header .site-bottom-header-inner-wrap .site-header-item:first-child {
    margin: 10px 15px 10px 0;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-top-footer-wrap .wp-block-columns {
    gap: 0.3em;
  }
  .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%;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 8px 20px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 15px;
    width: calc(25% - 11.25px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
}
@media (max-width: 767px) {
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form {
    margin-bottom: 0;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form {
    width: 100%;
  }
  .site-footer .site-middle-footer-wrap .ft-ro-m-dir-column .site-footer-section {
    grid-row-gap: 10px;
  }
  .site-footer .ft-ro-m-dir-column .site-footer-section {
    grid-row-gap: 0px;
  }
  .services-block .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  .woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title, .woocommerce .woocommerce-carousel .splide__track li.product .entry-content-wrap .woocommerce-loop-product__title {
    padding-bottom: 2px;
  }
  .woocommerce ul.products li.product .entry-content-wrap .star-rating, .woocommerce .woocommerce-carousel .splide__track li.product .entry-content-wrap .star-rating {
    margin: 0px 0 3px;
  }
  .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: 14px;
  }
  .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 .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 18px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 8px 15px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    margin-right: 0;
    width: calc(33.3333% - 6.66667px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 719px) {
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter {
    display: block;
    text-align: center;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter::before {
    margin-top: 0;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=email] {
    width: 400px;
  }
}
@media (max-width: 540px) {
  .site-header .header-search-advanced form.search-form {
    width: 100%;
  }
  .site-header .header-search-advanced .search-results .search-data {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=email] {
    width: 100%;
    height: 40px;
  }
  .site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .widget_mc4wp_form_widget .mc4wp-form .newsletter-form input[type=submit] {
    padding: 7px 10px;
  }
  #colophon .footer-navigation .footer-menu-container > ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 18px;
    line-height: 20px;
  }
  #reviews #comments h2, #reviews .comment-reply-title {
    font-size: 18px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .woocommerce-carousel .splide__track ul.products:not(ul.categories) li.product {
    width: calc(50% - 5px);
  }
}