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

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

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

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

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

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

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

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-size: 16px;
  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-account-style-icon_title_label .header-account-content {
  padding-left: 0;
}

.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;
}
.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: 1;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
  bottom: -2.3rem;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.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: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 11px 36px;
  line-height: 1.8;
  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);
}

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

.woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
  font-weight: 500;
  font-size: 13px;
  border-radius: 50px;
  width: 42px;
  line-height: 42px;
  height: 42px;
  padding: 0;
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  color: var(--global-palette9);
  background: var(--global-palette1);
}

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

img, .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 {
  border-radius: 5px;
  overflow: hidden;
}

.cms-project .elementor-widget-image {
  overflow: hidden;
}
.cms-project .elementor-widget-image img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cms-project .elementor-widget-image:hover img {
  background: rgba(0, 0, 0, 0.9);
  filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.6) hue-rotate(0deg);
  -webkit-filter: blur(0px) saturate(1) contrast(1.4) invert(0.13) sepia(0) grayscale(0) brightness(0.6) hue-rotate(0deg);
}

.cms-section-1 .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: 15px 15px 0 0;
}
.cms-section-1 .elementor-image-box-content {
  padding: 30px;
}

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

.team-section .team-image img {
  border-radius: 15px 15px 0 0 !important;
}
.team-section .team-icon-socials ul {
  padding: 0 !important;
}
.team-section .team-name, .team-section .team-job, .team-section .team-description {
  padding: 0 30px;
}

.cms-section-1 .elementor-image-box-description, .cms-section-1 .team-description, .team-section .elementor-image-box-description, .team-section .team-description {
  padding-bottom: 25px;
}
.cms-section-1 .elementor-button-wrapper .elementor-button, .team-section .elementor-button-wrapper .elementor-button {
  padding: 0;
  background: transparent;
  color: var(--global-palette3);
  text-decoration: underline;
}
.cms-section-1 .elementor-button-wrapper .elementor-button:hover, .team-section .elementor-button-wrapper .elementor-button:hover {
  background: transparent;
  color: var(--global-palette1);
  text-decoration: none;
}

.testimonial .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonial .splide__pagination {
  margin-top: 25px;
  padding: 0;
}

.home-conatct-form .wpcf7 .wpcf7-form .contact-col-1 {
  width: auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.home-conatct-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 50px;
  border: none;
  background: var(--global-palette7);
  padding: 16px 26px;
  width: 100%;
  display: block;
}
.home-conatct-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  background: var(--global-palette7);
  height: 130px;
  padding: 16px 26px;
  border: none;
  border-radius: 15px;
}
.home-conatct-form .wpcf7 .wpcf7-form .contact-col-btn .wpcf7-submit {
  width: 100%;
  height: 54px;
}

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

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

.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: 49px;
  max-width: 210px;
  min-width: 210px;
  border-radius: 30px;
  padding: 0 15px;
}

.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 280px;
  height: 51px;
  border-radius: 30px;
  padding: 10px 30px;
  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 .contact-info-container p + p {
  margin: 10px 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .header-account-button > .base-svg-iconset {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.8em 1.05em;
  }
  .site-header-item .header-account-in-wrap .header-account-button {
    padding: 15px 24px;
  }
  .cms-section-1 .elementor-image-box-content {
    padding: 20px 25px;
  }
  .video-section .elementor-custom-embed-play {
    top: 36%;
  }
}
@media (max-width: 1024px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 145px;
    display: block;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  #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: 20px;
  }
  .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 26px;
    line-height: 1.95px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 10px 26px;
  }
  .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 20px;
  }
}
@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) {
  .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) {
  .service-inner .elementor-widget-icon-box .elementor-icon-box-description {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .video-section .elementor-custom-embed-play {
    top: 30%;
  }
  .cms-project .cms-cat-img {
    width: 300px;
  }
}
@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;
  }
  .video-section .elementor-custom-embed-play {
    top: 24%;
  }
  .video-section .elementor-custom-embed-play i {
    font-size: 45px !important;
  }
  .video-section .elementor-element.head-1 .elementor-heading-title {
    font-size: 24px;
    line-height: 28px;
  }
  .home-conatct-form .wpcf7 .wpcf7-form .contact-col-1 {
    width: 100;
    display: block;
  }
  .home-conatct-form .wpcf7 .wpcf7-form .contact-col-1 .contact-col-sub-1:first-child {
    margin-bottom: 25px;
  }
  .woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 11px;
  }
}