/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
	--su-max-width: 1220px;
	--su-color-1: #B78AD9;
	--su-color-2: #87bfe9;
	--su-secondary-color: #2ecc71;
	--su-font-size-base: 16px;
	--su-theme-font-1: 'Montserrat', sans-serif;
	--su-main-color-1: #af2623;
	--su-main-color-hover-1: #8b1e1c;
	--su-body-text-color-1: #4b5563;
	--su-text-hover-1: #a20401;
	--su-white: #ffffff;
	--su-red-hover-1: #a20401;
	--su-border-color-1: #e5e7eb;
	--su-border-color-2: #F3F4F6;
	--su-bg-color-1: #f9fafb;
	--su-text-gray-900: #111827;
	--su-text-gray-600: #4b5563;
	--su-text-gray-400: #9ca3af;
}


/*cart page*/
body.woocommerce-cart .shop_table .quantity .qty {
    padding: 5px;
    border-color: #e5e5e5;
}
/*.cart page*/
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 0.8;
}
body .product.type-product .woocommerce-loop-product__title a {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    font-weight: 600 !important;
    color: var(--su-text-gray-900);
    padding: 0px;
    margin-bottom: 0px;
    min-height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: max-height 0.1s ease, -webkit-line-clamp 0.1s ease;
}
body .product.type-product .woocommerce-loop-product__title a:hover {
    display: block;
}
.woocommerce-loop-product__excerpt .elementor-heading-title {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: var(--su-text-gray-900);
    padding: 0px;
    margin-bottom: 0px;
    min-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: max-height 0.1s ease, -webkit-line-clamp 0.1s ease;
}
.elementor-element.box-shadow-normal:hover .woocommerce-loop-product__excerpt .elementor-heading-title {
	max-height: auto;
	height: auto;
	min-height: auto;
	display: block !important;
}
.elementor-element.box-shadow-normal:hover > .e-con-inner{
    position: absolute;
    height: auto;
    background: #ffffff !important;
    z-index: 1;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);    
}





.elementor-element.box-shadow-normal > .e-con-inner > .e-con-full {
	position: relative;
}
/*.elementor-element.box-shadow-normal:hover > .e-con-inner > .e-con-full*/
.elementor-element.box-shadow-normal {
	transition: 0s;
}
.elementor-element.box-shadow-normal:hover {
    z-index: 1;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
nav.elementor-pagination {
    margin-top: 2rem;
}

nav.elementor-pagination > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #d1d5db;
    border-width: 1px;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #3b3b3b;
}

span.page-numbers.current {
    font-weight: 500;
    text-decoration: none;
    --tw-bg-opacity: 1;
    background: linear-gradient(90deg, #B78AD9 10.01%, #87BFE9 105.4%);
    --tw-border-opacity: 1;
    border-color: #87BFE9;
    color: #ffffff;
}

nav.elementor-pagination > *:hover {
    background: #87bfe92e;
}

/*
 * Product archive page
 * */
/* header, footer and container */
@media(min-width: 1240px){
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1220px;
    }    
}
/*. header, footer and container */



/* Product list */
body.post-type-archive-product.woocommerce h1.woocommerce-products-header__title.page-title {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
}

body.post-type-archive-product.woocommerce .woocommerce-result-count {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
}
ul.products.columns-4 {}

body.post-type-archive-product.woocommerce .products::before, body.post-type-archive-product.woocommerce .products::after {
    display: none;
}
body.post-type-archive-product.woocommerce .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
body.post-type-archive-product.woocommerce .products > *  {
	width: 100% !important;
}
@media (max-width: 1200px) {
	body.post-type-archive-product.woocommerce .products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	body.post-type-archive-product.woocommerce .products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	body.post-type-archive-product.woocommerce .products {
		grid-template-columns: 1fr;
	}
}


body.post-type-archive-product.woocommerce .product.type-product:not(.elementor) {
    border: 1px solid #f3f4f6;
    padding: 16px;
    margin: 0px;
    border-radius: 16px;
    transition: transform 0.1s linear;
    overflow: hidden;
}
body.post-type-archive-product.woocommerce .product.type-product:not(.elementor):hover {
    /* width: 100%; */
    /* position: absolute; */
    z-index: 1;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

body.post-type-archive-product.woocommerce .product.type-product:not(.elementor) .woocommerce-loop-product__title, body .woocommerce-loop-product__title {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    font-weight: 600 !important;
    color: var(--su-text-gray-900);
    padding: 0px;
    margin-bottom: 16px;
    min-height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: max-height 0.1s ease, -webkit-line-clamp 0.1s ease;
}
body.post-type-archive-product.woocommerce .product.type-product:not(.elementor) .woocommerce-loop-product__title:hover, body .woocommerce-loop-product__title:hover {
    display: block;
}
body.post-type-archive-product.woocommerce .product.type-product:not(.elementor) span.price * {
    font-family: var(--theme-font-1);
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #af2623;
}

body.post-type-archive-product.woocommerce .product.type-product:not(.elementor) a.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    width: 100%;
    background: linear-gradient(90deg, #B78AD9 10.01%, #87BFE9 105.4%);
    border-radius: 16px;
    text-align: center;
    color: #ffffff;
}
body.post-type-archive-product.woocommerce select.orderby {
    padding: 8px 8px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #111827;
    border: 0px !important;
    border-right: 8px solid transparent !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    border-radius: 8px;
}
/* . Product list */

/* Pagination */
body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li {
    border: 2px solid;
    border-image: linear-gradient(90deg, #B78AD9 10.01%, #87BFE9 105.4%);
    border-image-slice: 1;  
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li + li {
    margin-left: 8px;
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul {
    border: 0px;
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li > * {
    padding: 8px !important;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600 !important;
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    background: linear-gradient(90deg, #B78AD9 10.01%, #87BFE9 105.4%);
    color: #ffffff;
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    color: #3b3b3b;
}

body.post-type-archive-product.woocommerce nav.woocommerce-pagination {
    margin-bottom: 3rem;
}
/* . Pagination */


/* Product archive Breadcrumb */
/* .woocommerce .wc-single-product_breadcrumb {
    margin-bottom: 32px;
}
.woocommerce .wc-single-product_breadcrumb {
    border-color: #f3f4f6;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    background: #f9fafb;
	padding: 16px 0px;
} */
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb {
    
}
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb {
	padding: 16px 0px;
	margin-top: 0rem;	
	margin-bottom: 0rem;
}
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb, body.post-type-archive-product.woocommerce .woocommerce-breadcrumb * {
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: normal;
	color: var(--su-text-gray-900);
}
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb a {
	font-weight: 500;
	color: var(--su-color-1);	
}
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--su-color-2);	
	text-decoration: underline;
}
body.post-type-archive-product.woocommerce .woocommerce-breadcrumb .separate-item {
	vertical-align: middle;
}
/* . Product archive Breadcrumb */
