/*
Theme Name: Hello Elementor chlid theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Home Page Products CSS Start */
.home_product_block h2 {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.home_product_block a {
	text-decoration: none !important;
}
/* Home Page Products CSS End */
/* Contact Page CSS Start */
.contact_page_form  p label {
	width: 100%;
}

.contact_page_form p label input, .contact_page_form textarea {
	border: 1px solid #ccc;
	margin-top: 10px;
}
.home_product_block .hfe-product-price .price {
	font-size: 16px;
}

.home_product_block .hfe-product-price .price span {
	color: rgb(81 47 115) !important;
	color: #512f73 !important;
}
.contact_page_form textarea {
	height: 100%;
	max-height: 70px;
}
.contact_page_form input[type="submit"] {
	background-color: var(--e-global-color-primary);
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	border: none;
}

/* Contact Page CSS End */
/* Footer CSS Start */
.new_lwtter form p {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.new_lwtter form p input[type="submit"] {
	background-color: var(--e-global-color-primary);
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	border: none;
}

.new_lwtter form p input {
	border: none;
}

/* Footer CSS End */
.woocommerce-checkout  .wc-block-components-order-summary-item .price {
	font-size: 18px;
	color: #512f73;
}
.woocommerce-checkout  .wc-block-components-order-summary-item {
    flex-wrap: wrap;
}

.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    margin-left: 0;
}
.woocommerce-checkout .wc-block-components-order-summary-item  .wc-block-components-order-summary-item__description {
    padding-left: 0;
}
@media only screen and (min-width: 1200px) {
	body.woocommerce-checkout .site-main {
		max-width: 1000px;
	}
}
.privacy_policy h6 {
    margin-top: 0.5rem;
}
.woocommerce-cart a.wc-block-components-button {
    background: #512f73;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}

.woocommerce-cart .wc-block-cart-item__total .price, .woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__prices .price {
    font-size: 20px;
}
.woocommerce-cart .alignwide {
    margin-inline: 0;
}
.custom-product{
    display:grid;
    grid-template-columns:55% 45%;
    gap:60px;
    max-width:1400px;
    margin:0 auto;
    padding:60px 20px;
}

.custom-product__gallery img{
    width:100%;
    height:auto;
}

.custom-product__info h1{
    font-size:26px;
    margin-bottom:20px;
}
.custom-product .price {
    color: #512F73;
    font-size: 18px;
}

.custom-product table td, .custom-product table th {
    border: none;
    background: transparent !important;
    padding: 8px 0;
}
#reviews form input[value="Submit"] {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 24px !important;
    text-align: center;
    transition: all .3s;
    line-height: 1.5 !important;
}

.custom-product table th {
    text-align: left;
}

.custom-product table th label {
    padding-top: 15px;
}
.custom-product select {
    border: 1px solid #e0dbe5;
}
.custom-product form.variations_form.cart {
    border-top: 1px solid #e0dbe5;
    padding-top: 1rem;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    line-height: 1.5;
}

.single_variation_wrap .woocommerce-variation-add-to-cart input {
    line-height: 1.5;
    height: 100%;
}
.custom-product table tr td a[style="visibility: hidden;"] {
    display: none !important;
}


.custom-product table tr td a {
    display: inline-block !important;
    background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 24px;
    text-align: center;
    transition: all .3s;
    line-height: 1.5;
    color: #fff;
    border-radius: 4px;
    margin-top: 9px;
}

.price{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.product-accordion{
    margin-top: 1.5rem;
	margin-bottom: 1.5rem;
    border-top:1px solid #e5e5e5;
}

.accordion-item{
    border-bottom:1px solid #e5e5e5;
}
.woocommerce-tabs ul.tabs {
    display: flex;
    padding: 0;
    gap: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li:hover a {
    background: #512F73;
    color: #fff;
}
.woocommerce-tabs ul.tabs li a {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
    padding: 8px 1rem;
    border-radius: 10px 10px 0 0;
    display: inline-block;
}

.woocommerce-tabs ul.tabs li {
    list-style: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
section.related.products h2 {
    font-size: 36px;
}

.related.products {
    padding: 3rem 0;
}

.related.products .products li a h2, .woocommerce-shop .products li h2 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #2b2b2b;
    padding: 0 1rem !important;
}

.related.products .products li .price, .woocommerce-shop .products li .price {
    padding: 1rem 1rem 0 1rem;
    font-size: 16px !important;
    color: #512f73 !important;
}
.related.products .products::before, .related.products .products:after {
    display: none;
}
.woocommerce-shop .products::before, .woocommerce-shop .products:after {
    display: none !important;
}
.related.products .products li a.button.add_to_cart_button, .woocommerce-shop .products li a.button.add_to_cart_button {
    padding: 12px 16px 12px 16px;
    background-color: var(--e-global-color-accent);
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.related.products .products li, .woocommerce-shop .products li {
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0 !important;
	width: 23% !important;
}


.related.products .products, .woocommerce-shop .products {
    display: flex;
    height: 100%;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-top: 0;
    font-size: 20px;
}

.woocommerce-tabs .woocommerce-Tabs-panel table tr th, .woocommerce-tabs .woocommerce-Tabs-panel table tr td {
    background: transparent !important;
    padding: 0 1rem;
    vertical-align: middle;
}
.accordion-title{
    width:100%;
    padding: 8px 10px;
    background:none;
    border:0;
    cursor:pointer;
    font-size:19px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
	color: #333333;
    font-family: 'Playfair Display';
}
.accordion-content h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.product-accordion button:hover, .product-accordion button:focus {
    background: #512f73;
}
.accordion-item.active button {
	background: #512f73;
	color: #ffffff;
}
.accordion-content h4 {
    font-size: 20px;
}

.accordion-content {
    padding: 1rem 0;
}

.accordion-content ul {
    padding-left: 16px;
}

.accordion-content ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.accordion-title::after{
    content:"+";
    font-size:22px;
}

.accordion-item.active .accordion-title::after{
    content:"−";
}

.accordion-content{
    display:none;
 }
.woocommerce-breadcrumb {
    padding-top: 1.5rem !important;
}
.accordion-item.active .accordion-content{
    display:block;
}
.product-gallery{
    display:flex;
    gap:20px;
    flex-direction:row-reverse;

}

.product-gallery-thumbnails{
    width:90px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.product-gallery-thumbnails img{
    width:80px;
    height:80px;
    object-fit:cover;
    border:1px solid #ddd;
    cursor:pointer;
    border-radius:6px;
    transition:.3s;
}

.product-gallery-thumbnails img.active{
    border:2px solid #000;
}

.product-gallery-main{
    flex:1;
}

.product-gallery-main img{
    width:100%;
    display:block;
    border-radius:10px;
}
.woocommerce-shop .products {
    margin-bottom: 50px !important;
}
.page-header h1, .woocommerce-products-header .page-title {
    font-size: 44px;
    padding: 1rem 0;
}
.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
    background: #512f73;
    border-color: #512f73;
    color: #fff;
}

.single-product .product_meta {
    display: flex;
    flex-direction: column;
}
/* ===========================
   Responsive CSS
=========================== */

/* Large Laptop */
@media (max-width: 1366px){

    .custom-product{
        max-width:1200px;
        gap:40px;
    }


    .price{
        font-size:28px;
    }

}

/* Tablet */
@media (max-width: 991px){
.related.products .products li, .woocommerce-shop .products li {
    width: 48% !important;
    margin-bottom: 1.5rem !important;
}
.related.products .products, .woocommerce-shop .products {
    gap: 22px;
}
    .custom-product{
        grid-template-columns:1fr;
        gap:40px;
        padding:40px 20px;
    }

    .custom-product__gallery,
    .custom-product__info{
        width:100%;
    }

    .product-gallery{
        flex-direction:column;
    }

    .product-gallery-thumbnails{
        width:100%;
        flex-direction:row;
        overflow-x:auto;
        overflow-y:hidden;
        gap:10px;
        padding-bottom:10px;
        order:2;
    }

    .product-gallery-thumbnails::-webkit-scrollbar{
        height:4px;
    }

    .product-gallery-main{
        order:1;
    }

    .product-gallery-thumbnails img{
        width:70px;
        height:70px;
        flex-shrink:0;
    }


    .price{
        font-size:26px;
    }

}

/* Mobile */
@media (max-width: 767px){
	.related.products .products, .woocommerce-shop .products {
    display: block;
}
	.related.products .products li {
    margin-bottom: 1.5rem !important;
}
	.product-gallery-thumbnails {
    display: block;
}

    .custom-product{
        padding:20px 15px;
        gap:30px;
    }

    .custom-product__info h1{
        line-height:1.3;
        margin-bottom:15px;
    }

    .price{
        font-size:24px;
        margin-bottom:15px;
    }

    .short-description{
        font-size:15px;
    }

    .product-gallery{
        gap:15px;
    }

    .product-gallery-main img{
        border-radius:8px;
    }

    .product-gallery-thumbnails img{
        width:60px;
        height:60px;
    }

    .accordion-title{
        padding:16px 0;
        font-size:15px;
    }

    .accordion-content{
        font-size:14px;
        line-height:1.7;
    }

    .quantity{
        margin-bottom:15px;
    }

    .single_add_to_cart_button{
        width:100%;
    }

}

/* Small Mobile */
@media (max-width: 480px){
	.related.products .products li {
    width: 100% !important;
}

    .custom-product{
        padding:15px;
    }


    .price{
        font-size:22px;
    }

    .product-gallery-thumbnails{
        gap:8px;
    }

    .product-gallery-thumbnails img{
        width:55px;
        height:55px;
    }

    .accordion-title{
        font-size:14px;
    }

    .accordion-content{
        font-size:13px;
    }

}