/**
* Theme Name:     Seotex 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;
  color: var(--global-palette3);
}

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

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  font-weight: 700;
}

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

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

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

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

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

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

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: var(--global-palette9);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: left;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 5px 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: -2.3rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.woocommerce ul.products.products-list-view li.product {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: none;
  background-color: var(--global-palette9);
}
.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 {
  background: none;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
  margin: 0;
}

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

.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: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11px 34px;
  line-height: 29px;
  height: var(--global-button-max-height);
  max-height: var(--global-button-max-height);
}

.primary-sidebar.widget-area .widget {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  background: var(--global-palette9);
}
.primary-sidebar.widget-area .widget .widget-title {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 10px;
}

.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item {
  background: #f7f7f7;
}

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

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

.service-section .service-col .elementor-icon-box-content .elementor-button-wrapper .elementor-button {
  margin: 15px 0 10px;
  background: transparent;
  color: var(--global-palette1);
  padding: 0;
}

.img-box-section .img-box .elementor-image-box-img {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.img-box-section .img-box .elementor-image-box-content {
  padding: 0 30px;
}

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

.accordion-section .accordion-col .elementor-accordion-item .elementor-tab-title.elementor-active,
.accordion-section .accordion-col .elementor-accordion-item .elementor-tab-title {
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.accordion-section .accordion-col .elementor-accordion-item .elementor-tab-title.elementor-active {
  margin: 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: 2;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.blog.content-style-unboxed .content-bg, .archive.content-style-unboxed .content-bg, .single-post .content-bg {
  background: none;
}
.blog.content-style-unboxed .entry .post-thumbnail-inner img, .archive.content-style-unboxed .entry .post-thumbnail-inner img, .single-post .entry .post-thumbnail-inner img {
  border-radius: 5px;
  overflow: hidden;
}

.site-top-footer-wrap .site-container {
  padding: 0;
}

.site-top-footer-inner-wrap .footer-widget-area-inner {
  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 .widget-area .widget-title {
  margin-right: 25px;
}
.site-top-footer-inner-wrap .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-content {
  -ms-flex-line-pack: center;
      align-content: center;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 380px;
  height: 52px;
  border: none;
  border-radius: 50px;
  padding: 20px 15px;
}
.site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-left: 10px;
}

@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .img-box-section .img-box .elementor-image-box-content {
    padding: 0 15px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 250px;
  }
  #main-header .header-button2.button-size-custom {
    padding: 12px 22px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 25px;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.99em 0.975em;
  }
  .site-header-item {
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px;
  }
  .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;
  }
  #filter-drawer .drawer-inner, #mobile-drawer .drawer-inner {
    background: #f7f7f7;
  }
  .img-box-section .img-box {
    width: 331px;
  }
  #filter-drawer .widget-area .widget {
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background: var(--global-palette9);
  }
  #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: 10px 22px;
    font-size: 15px;
    line-height: 30px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 10px 22px;
    font-size: 15px;
  }
  .site-top-footer-inner-wrap .widget {
    margin-bottom: 25px;
  }
  .site-top-footer-inner-wrap .wp-block-image img {
    margin: 0 auto;
  }
  .site-top-footer-inner-wrap .footer-widget-area-inner {
    display: block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 340px;
  }
}
@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) {
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
  .mobile-header-button2-wrap {
    display: none;
  }
  .service-section .service-col, .price-section .price-col {
    width: 300px;
  }
  .icon-section .icon-col, .img-box-section .img-box {
    width: 350px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields {
    display: block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
    margin-top: 15px;
  }
}
@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: 130px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form {
    display: block;
  }
  .site-top-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
    margin-top: 15px;
  }
}
.color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  background: var(--global-palette9);
}
.color-switch-dark .elementor-element.icon-section:not(.elementor-motion-effects-element-type-background),
.color-switch-dark .elementor-element.gallery-section:not(.elementor-motion-effects-element-type-background) {
  background: var(--global-palette8);
}
.color-switch-dark .service-section .service-col .elementor-element.icon.elementor-view-default .elementor-icon, .color-switch-dark .icon-section .icon-col .elementor-element.icon.elementor-view-default .elementor-icon {
  color: var(--global-palette1);
  fill: var(--global-palette1);
}
.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 #filter-drawer .drawer-inner, .color-switch-dark #mobile-drawer .drawer-inner {
  background: #262626;
}

body.color-switch-dark:not(.home).transparent-header #masthead {
  background: var(--global-palette8);
}

.color-switch-dark.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item {
  background: #000;
}

body.color-switch-dark {
  background: #000;
}