/**
* Theme Name:     Gymistic 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-button-height: 42px;
    --global-button-max-height: 42px;
}
// Maximum Button Height
.woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: var(--global-button-max-height);
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: var(--global-button-max-height);
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: var(--global-button-max-height);
    }
}

.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
    line-height: var(--global-button-height);
}
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-gray-500: #dddddd;
  --global-button-height: 48px;
  --global-button-max-height: 48px;
}

:root .color-switch-dark {
  --global-palette-btn-bg: #fec303;
  --global-palette-btn: #000000;
  --global-palette-btn-bg-hover: #000000;
  --global-palette-btn-hover: #ffffff;
}
:root .color-switch-dark .sub-menu {
  --global-palette9: #181818;
  --global-palette3: #ffffff;
}

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

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 500;
}

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

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=email] {
  min-height: 53px;
  max-width: 220px;
  min-width: 220px;
  border-radius: 0;
  margin-bottom: 10px;
}

.wp-site-blocks {
  position: relative;
}

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 25%;
}

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

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0px -12px 20px 0px #3c3a3a;
  box-shadow: 0px -12px 20px 0px #3c3a3a;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  top: -60px;
  bottom: auto;
}

.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 24px;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
  margin: 0;
}

.menu .menu-item .woocommerce ul.products li.product {
  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: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 26px;
  line-height: 29px;
  max-height: var(--global-button-max-height);
  height: var(--global-button-max-height);
}

.woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  color: #000;
  border-radius: 5px;
}

.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .product-onsale .onsale {
  top: 10px;
  left: 10px;
}

.single-product div.product .product_title {
  margin: 0.2em 0;
}

.primary-sidebar.widget-area .widget {
  border: 1px solid var(--global-gray-400);
  padding: 20px;
}
.primary-sidebar.widget-area .widget .widget-title {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--global-gray-400);
}
.primary-sidebar.widget-area .widget .widget-content {
  padding-top: 15px;
  margin: 5px 0 0;
}

ul.sub-menu .elementor-element.elementor-widget-tmcore-products .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top-deal-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
  -webkit-transform: none;
          transform: none;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--global-heading-font-family);
  color: var(--global-palette3);
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

body:not(.home).transparent-header #masthead {
  background: #000;
}

.icon-section .icon-box .elementor-widget-wrap:hover {
  background-color: var(--global-palette1) !important;
}
.icon-section .icon-box .elementor-widget-wrap:hover .elementor-view-default .elementor-icon {
  fill: #000000;
  color: #000000;
}
.icon-section .icon-box .elementor-widget-wrap:hover .elementor-icon-box-content h4.elementor-icon-box-title, .icon-section .icon-box .elementor-widget-wrap:hover .elementor-icon-box-content p.elementor-icon-box-description {
  color: #000000;
}

.gallery-section .gallery-item img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.gallery-section .gallery-item .gallery-icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.gallery-section .gallery-icon:hover {
  opacity: 1;
}
.gallery-section .gallery-icon:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(0px) saturate(1) contrast(1.2) invert(0.15) sepia(0) grayscale(0) brightness(0.8) hue-rotate(0deg);
          filter: blur(0px) saturate(1) contrast(1.2) invert(0.15) sepia(0) grayscale(0) brightness(0.8) hue-rotate(0deg);
}

.team-section .team-box .team-job, .team-section .team-box .team-icon-socials ul {
  padding: 0 !important;
}
.team-section .team-box .team-image {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.team-section .team-box .team-image img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.video-section .elementor-custom-embed-play {
  top: 45%;
}
.video-section .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 2.715 !important;
}
.video-section img {
  -webkit-filter: none;
          filter: none;
}

.pricing-section .price-col .elementor-widget-wrap .elementor-widget-text-editor .heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pricing-section .price-col .elementor-widget-wrap .elementor-widget-text-editor .subheading {
  font-family: var(--global-heading-font-family);
  font-size: 70px;
  line-height: 50px;
  font-weight: 600;
}
.pricing-section .price-col .elementor-widget-wrap:hover {
  background-color: var(--global-palette1) !important;
}
.pricing-section .price-col .elementor-widget-wrap:hover .elementor-heading-title, .pricing-section .price-col .elementor-widget-wrap:hover .elementor-widget-text-editor,
.pricing-section .price-col .elementor-widget-wrap:hover .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: #000;
}
.pricing-section .price-col .elementor-widget-wrap:hover .elementor-button-wrapper .elementor-button {
  background-color: #000000;
  color: #ffffff;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title, .elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  -webkit-line-clamp: 3;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.archive.category .archive-description p, .archive.tag .archive-description p {
  color: #ffffff;
}

.archive.tag .entry-hero.post-archive-hero-section .entry-header, .archive.category .entry-hero.post-archive-hero-section .entry-header {
  padding: 10px;
}

.btn-section .btn-1 .elementor-button:hover {
  border-color: #000000 !important;
}

.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 320px;
  height: 49px;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  background: var(--global-palette7);
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-top: 15px;
  background: var(--global-palette1);
  color: #000000;
}

.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 25px;
}

@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 30px 0px 30px;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2em 0.65em;
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1024px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 165px;
    display: block;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px;
  }
  .icon-section .icon-box, .team-section .team-box, .pricing-section .price-col {
    width: 341px !important;
  }
  #filter-drawer .widget-area .widget {
    border: 1px solid var(--global-gray-400);
    padding: 15px;
  }
  #filter-drawer .widget-area .widget .widget-title {
    font-size: 18px;
    font-family: "Oswald";
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 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) {
    padding: 9px 22px;
    line-height: 30px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 22px;
  }
}
@media (max-width: 1024px) and (min-width: 541px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -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 li.product:hover .entry-content-wrap {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .sub-menu .elementor-element.elementor-widget-tmcore-products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    height: 50px;
  }
  .icon-section .icon-box, .team-section .team-box {
    width: 280px !important;
  }
  .pricing-section .price-col {
    width: 300px !important;
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
  .woocommerce ul.products li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 0.8rem;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 135px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .video-section .elementor-custom-embed-play {
    top: 38%;
  }
  .video-section .elementor-element.head-1 {
    top: 66%;
  }
  .video-section .elementor-element.head-1 .elementor-heading-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.color-switch-light .gallery-section .gallery-icon:hover img {
  -webkit-filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.8) hue-rotate(0deg);
          filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.8) hue-rotate(0deg);
}