/**
* Theme Name:     Advertra 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-footer-border: #513e51;
  --global-button-height: 50px;
  --global-button-max-height: 50px;
}

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

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

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

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

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

.mobile-navigation .woocommerce ul li a {
  padding: 14px 20px;
}

.welcome-newsletter input[type=email] {
  min-height: 49px;
  min-width: 210px;
  max-width: 210px;
  border-radius: 50px;
  padding: 0 15px;
  margin-bottom: 10px;
}

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=submit] {
  padding: 10px 28px 9px 28px;
}

.tax-product_brands .archive-description {
  color: #fff;
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title, .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 700;
  font-size: 14px;
  color: var(--global-palette3);
  padding-bottom: 5px;
  text-transform: uppercase;
}
.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, #filter-drawer .widget {
  border: 1px solid var(--global-gray-400);
  padding: 20px;
}
.primary-sidebar.widget-area .widget-content, #filter-drawer .widget-content {
  padding: 10px 0px 0px 0px;
  margin-top: 3px;
}
.primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .wp-widget-group__inner-blocks {
  padding: 0 0 15px 0px;
}
.primary-sidebar.widget-area ol, #filter-drawer ol {
  margin: 0;
}
.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--global-gray-400);
}

.site-header .secondary-menu-container > ul li.menu-item:last-child a {
  padding-right: 0;
}

.site-footer .site-footer-row.site-footer-row-columns-1 .site-footer-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
  text-align: left;
  margin-right: 50px;
  padding-left: 90px;
  position: relative;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content .widget-title {
  margin-bottom: 0;
  margin-top: 7px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-image: url(../default/img/footer-mail.svg);
          mask-image: url(../default/img/footer-mail.svg);
  -webkit-mask-size: 70px;
          mask-size: 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  margin: 0 10px 0 0;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 440px;
  border-radius: 50px;
  height: 50px;
  padding: 5px 40px 5px 15px;
  border: 0;
  margin-right: 10px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit] {
  line-height: 24px;
  padding: 15px 28px 11px 28px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background-color: var(--global-palette9);
  color: var(--global-palette3);
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 10px 0 0;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 13px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  padding-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .site-container {
  padding: 0;
}

.bt-woo-cart-notice .button {
  font-size: 14px;
  padding: 12px 20px 12px 20px;
}

/***************class add in elementore cms banner section (for hover in image grow effect)*********/
.service-section .elementor-image-box-img {
  overflow: hidden;
}

.tab-section .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a, .tab-section .elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: var(--global-palette1);
}
.tab-section .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a:hover, .tab-section .elementor-widget-tabs .elementor-tab-title.elementor-active a:hover {
  color: var(--global-palette1);
}
.tab-section .elementor-tab-title.elementor-tab-desktop-title a:hover {
  color: var(--global-palette4);
}
.tab-section .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-section .elementor-widget-tabs .elementor-tab-content {
  padding: 0 !important;
  margin-top: 40px;
}
.tab-section .elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 0 27px;
}
.tab-section .tab-contain-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: center;
}
.tab-section .tab-contain-main .tab-details-wrap {
  margin-top: 30px;
}
.tab-section .tab-contain-main .tab-details-wrap h6 {
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.team-section .team-icon-socials {
  display: none;
}

.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 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.testimonial-setction .splide__pagination {
  padding-left: 0;
}
.testimonial-setction .splide__pagination__page {
  height: 10px;
  width: 10px;
}

.blog-section .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-section .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  -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 {
  padding-inline: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
  bottom: -2.3rem;
  padding-inline: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin-bottom: 10px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 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;
  padding: 12px 28px;
  text-transform: uppercase;
  line-height: 2;
  border-radius: 50px;
  letter-spacing: 0.5px;
  height: 50px;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.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: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 500;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  font-weight: 500;
}
.woocommerce .tr-price del,
.woocommerce .price del,
.woocommerce .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: 400;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #cart-drawer h2.side-cart-header {
  font-size: 16px;
}
.woocommerce #reviews #comments h2 {
  font-size: 17px;
  font-weight: 600;
  color: var(--global-palette3);
}
.woocommerce #reviews .comment-reply-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--global-palette3);
}
.woocommerce form .form-row label {
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce span.onsale {
  font-size: 0.8em;
}
.woocommerce div.product div.summary .product-onsale span.onsale {
  font-size: 0.8em;
}

.menu .menu-item .woocommerce ul.products li.product .onsale {
  font-size: 0.8em;
}

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

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

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

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

.color-switch-dark .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.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 #mobile-drawer .drawer-inner {
  background: var(--global-palette7);
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  .site-header .site-header-item {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 410px;
  }
  .site-footer .site-middle-footer-inner-wrap {
    grid-column-gap: 70px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .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: 1024px) {
  .tab-section .tab-contain-main .tab-details-wrap h6 {
    font-size: 14px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    padding-bottom: 0;
  }
  .header-cart-button .header-cart-total {
    margin-left: -0.8em;
    margin-top: -1.2em;
  }
  .archive ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .archive .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .single-product ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .single-product .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .woocommerce-cart ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .woocommerce-cart .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 1em;
  }
  .menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 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: 13px 20px;
    line-height: 2.1;
    font-size: 14px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .team-section .team-box {
    width: 290px;
  }
  .planning-section .plan-column {
    width: 331px !important;
  }
  .site-header .header-button-inner-wrap a {
    padding: 14px 25px 11px 25px;
  }
}
@media (max-width: 767px) {
  .tab-section .elementor-tabs-wrapper {
    display: none;
  }
  .tab-section .tab-contain-main {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    display: -ms-grid;
    display: grid;
  }
  .tab-section .tab-contain-main .tab-contain img {
    margin: 0 auto;
  }
  .tab-section .elementor-widget-tabs .elementor-tab-content {
    margin-top: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
    margin-bottom: 30px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content .widget-title {
    margin-top: 0;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
  .planning-section .plan-column {
    width: 290px !important;
  }
  .site-header .header-button2-wrap {
    display: none;
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
}