/**
* Theme Name:     Electvolt 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;
}

b, strong {
  font-weight: 700;
}

.woocommerce form .form-row label {
  font-weight: 500;
}

.woosw-btn-icon-text .woosw-btn-text, .woosc-btn-icon-text .woosc-btn-text {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

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

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=email] {
  min-height: 49px;
  max-width: 220px;
  min-width: 220px;
  border-radius: 5px;
}

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

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

.woocommerce ul.products:not(.products-list-view) li.product {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  padding-inline: 0;
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .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 .product-details.entry-content-wrap .product-action-wrap {
  bottom: -3.2rem;
  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: 18px;
}
.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: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 28px;
  line-height: 29px;
  max-height: var(--global-button-max-height);
  height: var(--global-button-max-height);
  font-family: var(--global-heading-font-family);
}

.primary-sidebar.widget-area .widget {
  border: 1px solid var(--global-gray-400);
  padding: 20px;
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget .widget-title {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 12px;
}

.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: 600;
  padding: 3px 6px;
  color: #062047;
}

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

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

.woocommerce ul.products li.product .product-thumbnail, .blog.content-style-unboxed .entry .post-thumbnail-inner img, .archive.content-style-unboxed .entry .post-thumbnail-inner img, .single-post .post-thumbnail-inner img, .elementor-widget-image img, .woocommerce img {
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce .related.products > h2, .woocommerce .up-sells.products > h2, .woocommerce .cross-sells > h2 {
  text-align: center;
  margin-bottom: 25px;
}

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

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

.header-contact-item {
  position: relative;
}
.header-contact-item .contact-content {
  margin-left: 0;
}
.header-contact-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  background-color: #8998ae;
  position: absolute;
  right: -15px;
  bottom: 0;
  top: -5px;
}
.header-contact-item:last-child::after {
  content: "";
  display: none;
}

.img-gallery-section .gallery-col .elementor-widget-container {
  overflow: hidden;
  border-radius: 5px;
}

.cms-banner-1 .cms_image, .cms-banner-2 .cms_image, .cms-testimonial .cms_image {
  overflow: hidden;
}
.cms-banner-1 .cms_image:before, .cms-banner-2 .cms_image:before, .cms-testimonial .cms_image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51%;
  right: 51%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.cms-banner-1 .cms_image::after, .cms-banner-2 .cms_image::after, .cms-testimonial .cms_image::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 51%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 51%;
  opacity: 1;
}

.cms-banner-1 .cms_image:hover::before, .cms-banner-1 .cms_image:hover::after, .cms-banner-2 .cms_image:hover::before, .cms-banner-2 .cms_image:hover::after, .cms-testimonial .cms_image:hover::before, .cms-testimonial .cms_image:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.cms-banner-2 .progress-col .elementor-progress-bar {
  position: relative;
}
.cms-banner-2 .progress-col .elementor-progress-percentage {
  position: absolute;
  top: -30px;
  right: 0;
  left: auto;
  width: 45px;
  height: 25px;
  background-color: var(--global-palette2);
  padding: 8px 7px;
}

.team-section .team-box .team-job, .team-section .team-box .team-icon-socials ul, .team-section .team-box .team-image {
  padding: 0 !important;
}
.team-section .team-box .team-image {
  overflow: hidden;
  border-radius: 5px;
}
.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);
}

.price-section .price-col .elementor-widget-wrap:hover {
  background-color: var(--global-palette1) !important;
}
.price-section .price-col .elementor-widget-wrap:hover .elementor-button-wrapper .elementor-button {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}
.price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar {
  font-size: 50px;
}
.price-section .price-col .elementor-widget-wrap .elementor-widget-heading .head-2 {
  font-size: 45px;
}

.cms-testimonial .splide__pagination {
  margin-top: 20px;
  padding-left: 15px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.video-section .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 2.72 !important;
}

.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 .entry-meta > :after, .elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-author {
  display: none;
}
.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;
}

.site-top-footer-inner-wrap .widget-area .widget-title {
  margin: 0;
}
.site-top-footer-inner-wrap .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-content {
  text-align: left;
  padding: 0 70px;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-content::before {
  content: "";
  -webkit-mask-image: url(../default/img/mail.svg);
          mask-image: url(../default/img/mail.svg);
  -webkit-mask-size: 50px;
          mask-size: 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--global-palette2);
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  left: 0;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
  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-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 450px;
  height: 49px;
  border: none;
  background-color: var(--global-palette9);
  border-radius: 5px;
  padding: 10px 20px;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-left: 15px;
  background: var(--global-palette2);
  color: var(--global-palette9);
}

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

@media (max-width: 1366px) {
  .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar {
    font-size: 45px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.55em 0.65em;
  }
  #main-header .header-button-inner-wrap .header-button2 {
    padding: 13px 18px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 340px;
  }
}
@media (max-width: 1024px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 175px;
    display: block;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 10px;
  }
  .price-section .price-col {
    width: 330px;
  }
  .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar, .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .head-2 {
    font-size: 38px;
  }
  #filter-drawer .widget-area .widget {
    border: 1px solid var(--global-gray-400);
    padding: 15px;
    border-radius: 5px;
  }
  #filter-drawer .widget-area .widget .widget-title {
    font-size: 18px;
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 10px;
  }
  .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));
  }
  .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 20px;
    line-height: 30px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 20px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields {
    display: inline-block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-content {
    text-align: center;
    padding: 20px 0;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-content::before {
    margin: 0 auto;
    top: -25px;
    height: 35px;
    width: 35px;
    -webkit-mask-size: 35px;
            mask-size: 35px;
  }
  .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 15px;
  }
}
@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.7rem);
            transform: translateY(-3.7rem);
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .mobile-header-button2-wrap {
    display: none;
  }
  .price-section .price-col {
    width: 310px;
  }
  .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar, .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .head-2 {
    font-size: 30px;
  }
  .img-gallery-section .gallery-col .elementor-widget-image {
    width: auto;
    margin: 0 auto;
  }
  .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;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    font-size: 13px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 310px;
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 145px;
    display: block;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
    display: inline-block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    display: block;
    width: 275px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
    margin: 15px 0 0;
  }
}
.color-switch-dark .site-top-header-wrap .site-header-row-container-inner, .color-switch-dark #colophon {
  background: var(--global-palette8);
}
.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);
}
.color-switch-dark .price-section .price-col .elementor-widget-wrap:hover .head-1 .elementor-heading-title, .color-switch-dark .price-section .price-col .elementor-widget-wrap:hover .head-2 .elementor-heading-title, .color-switch-dark .price-section .price-col .elementor-widget-wrap:hover .head-3 .elementor-heading-title {
  color: var(--global-palette9);
}
.color-switch-dark .price-section .price-col .elementor-widget-wrap:hover .icons-list .elementor-icon-list-text {
  color: var(--global-palette9);
}
.color-switch-dark .price-section .price-col .elementor-widget-wrap:hover .elementor-button-wrapper .elementor-button {
  background-color: var(--global-palette7);
  color: var(--global-palette3);
}
.color-switch-dark .site-top-footer-wrap .site-footer-row-container-inner {
  background: var(--global-palette7);
}