/**
* Theme Name:     Firehelf 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: 46px;
  --global-button-max-height: 46px;
}

b, strong {
  font-weight: 700;
  color: var(--global-palette3);
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th, .woocommerce form .form-row label {
  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: 700;
}

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

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

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

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

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0px -22px 30px 6px #434343;
  box-shadow: 0px -22px 30px 6px #434343;
}

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

.header-contact-item .contact-content {
  margin-left: 0.3em;
}

.site-main-header-wrap .header-html-inner, .mobile-html {
  position: relative;
  padding-left: 60px;
  height: 50px;
}
.site-main-header-wrap .header-html-inner a, .mobile-html a {
  position: absolute;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  font-family: var(--global-body-font-family);
  color: var(--global-palette1);
}
.site-main-header-wrap .header-html-inner a:before, .mobile-html a:before {
  content: "";
  display: inline-block;
  position: absolute;
  mask-image: url(../default/img/call.svg);
  -webkit-mask-image: url(../default/img/call.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: var(--global-palette9);
  color: var(--global-palette9);
  left: -45px;
  z-index: 2;
  top: -15px;
}
.site-main-header-wrap .header-html-inner::after, .mobile-html::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 0;
  background-color: var(--global-palette1);
  left: 0;
  top: 0;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  padding-inline: 0;
  padding-bottom: 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: 1;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  bottom: -3rem;
  margin: 10px 0 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.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: 600;
  font-family: var(--global-heading-font-family);
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 28px;
  line-height: 28px;
  max-height: var(--global-button-max-height);
  height: var(--global-button-max-height);
}

.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

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

.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;
  border-radius: 0px;
}

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

.video-section .elementor-custom-embed-play {
  top: 41%;
}
.video-section .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 3.11 !important;
}

.img-accordion .accordion .elementor-accordion-item {
  border-bottom: 1px solid var(--global-gray-400) !important;
  margin-bottom: 25px;
}
.img-accordion .accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: right;
  margin-top: 5px;
}

.img-accordion .cms-img {
  overflow: hidden;
}
.img-accordion .cms-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -55%;
  z-index: 2;
  display: block;
  width: 35%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.img-accordion .cms-img:hover::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img-box-section .cms-cat-img .elementor-image-box-img {
  overflow: hidden;
}
.img-box-section .cms-cat-img .elementor-image-box-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-box-section .cms-cat-img .elementor-image-box-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.6) hue-rotate(0deg);
          filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.6) hue-rotate(0deg);
}

.team-section .team-job, .team-section .team-icon-socials ul {
  padding: 0 !important;
}
.team-section .team-col .team-image {
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 15px;
}
.team-section .team-col .team-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.team-section .team-col .team-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.testimonial .splide__pagination {
  margin-top: 25px;
  padding: 0;
}

.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: 2;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 320px;
  height: 48px;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-top: 15px;
}

.site-middle-footer-inner-wrap .site-info-inner .footer-contact p {
  margin: 0;
}
.site-middle-footer-inner-wrap .site-info-inner .footer-contact .number-section {
  font-size: 20px;
  color: var(--global-palette1);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}
.site-middle-footer-inner-wrap .widget-area .widget {
  margin-bottom: 15px;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 20px;
}
.site-middle-footer-inner-wrap .widget-area .widget_text {
  margin-bottom: 25px;
}
.site-middle-footer-inner-wrap .widget-area .widget_text p {
  margin: 0;
  margin-right: 7em;
}

@media (max-width: 1200px) {
  .site-main-header-wrap .header-html-inner {
    font-size: 16px;
  }
  .site-main-header-wrap .header-html-inner a:before {
    top: -10px;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.6em 0.6em;
  }
  .video-section .elementor-custom-embed-play {
    top: 31%;
  }
}
@media (max-width: 1024px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 160px;
    display: block;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .mobile-html {
    padding-left: 50px;
  }
  .mobile-html::after {
    width: 40px;
    height: 40px;
    top: 5px;
  }
  .mobile-html a {
    text-decoration: none !important;
  }
  .mobile-html a:before {
    -webkit-mask-size: 17px;
            mask-size: 17px;
    width: 17px;
    height: 17px;
    left: -38px;
    top: -9px;
  }
  .mobile-html p {
    margin: 0;
  }
  .team-section .team-col {
    width: 331px !important;
  }
  .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 24px;
    line-height: 29px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 24px;
  }
  #filter-drawer .widget-area .widget {
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 15px;
  }
  #filter-drawer .widget-area .widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #filter-drawer .widget-area .widget .widget-title {
    font-size: 18px;
    font-weight: 600;
  }
  .has-left-sidebar ul.product-archive:not(.products-list-view) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-middle-footer-inner-wrap .widget-area .widget_text {
    margin-bottom: 15px;
  }
  .site-middle-footer-inner-wrap .widget-area .widget_text p {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-3.5rem);
            transform: translateY(-3.5rem);
  }
}
@media (max-width: 767px) 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 (max-width: 767px) {
  .mobile-html {
    display: none;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 10px;
  }
  .img-box-section .cms-cat-img .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .brand {
    width: 135px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .video-section .elementor-element.head-1 .elementor-heading-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.color-switch-dark ul.sub-menu .elementor-element.menu-product-tab {
  background-color: #212121;
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark .woocommerce div.product div.summary form.cart .button.button-buy-now:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}