/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */


.page-id-4546 .elementor-element.elementor-element-fa24522.elementor-product-rating--align-center.elementor-widget__width-auto.elementor-widget.elementor-widget-woocommerce-product-rating {
    padding: 15px;

}

.quiz-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.quiz-tag {
    background: #F5EFE3;
    border: 1px solid #f0e4d4;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: .91rem;
/*     color: var(--text-muted); */
    font-weight: 500;
}


.prod-label {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: .08em; */
    margin-right: 6px;
    margin-top: 2px;
}

.prod-tags {
    display: flex;
    justify-content: left;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.prod-tag {
    background: #ffffff;
    border: 1px solid #f0e4d4;
    border-radius:20px;
    padding: 8px 18px;
    font-size: 14px;
/*     color: var(--text-muted); */
    font-weight: 500;
	transition: all 0.28s cubic-bezier(.4,0,.2,1);
}

.prod-tag:hover, .prod-tag.active {
    background: #994F31;
    color: #fff;
    border-color: #994f31;
}
.prod-tag a{
	color: black;
}

.prod-tag:hover a, .prod-tag.active a {
    color: #fff;
}

.prod-divider {
    width: 1px;
    background: #f0e4d4;
    height: 40px;
    margin: 0 4px;
}

.elementor-2455 .elementor-element.elementor-element-ed939ec.elementor-column > .elementor-widget-wrap {
    justify-content: left !important;
}

.page-id-4546 .elementor-2455 .elementor-element.elementor-element-fa24522 > .elementor-widget-container {
    margin: -12px -3px 0px !important;
}


/* .page-id-4546 .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-ed939ec {
    height: 550px !important;
} */


.new-sec{
	transition: all 0.35s ease;
}

.new-sec:hover{
	box-shadow: 0 10px 32px rgba(44, 26, 14, 0.13);
	transform: translateY(-4px);
	border-radius: 20px;
}

/* product-cate-list-icon */
.prod-list-sec ul {
/*     margin: 20px 0; */
    padding-left: 10px;
    list-style: none ;
}

.prod-list-sec ul li {
	font-size: 15px;
   	padding-left: 25px;
	position: relative;
    margin-bottom: 5px;
}

.prod-list-sec li::before {
    content: '✦';
    position: absolute;
    left: 0;
    font-size: 12px;
}
/* single prod page */
.subheadd {
    font-size: 13px;
    text-transform: uppercase;
    color: #994F31;
    font-weight: 600;
}

.all-subheadd{
	font-size:14px;
	text-transform: uppercase;
	color:#a8834a;
	font-weight:600;
/* 	margin: 10px 0px; */
}

.fontt-25{
	font-size:35px;
}

.d-inline-block .elementor-widget-container{
	display: inline-block;
}

/* category product spacing */
.new-secc li.product.type-product{
	transition: all 0.35s ease;
}


.new-secc li.product.type-product:hover{
	box-shadow: 0 10px 32px rgba(44, 26, 14, 0.13);
	transform: translateY(-4px);
	border-radius: 20px;
}


.new-secc .woocommerce-loop-product__title, .new-secc bdi {
    padding-left: 10px !important;
}
.new-secc a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .new-secc button.woosw-btn, .new-secc .star-rating {
    margin-left: 10px !important;
}


@media screen and (min-width: 768px) and (max-width: 820px) {
  .page-id-4546 .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-ed939ec {
    min-height: 600px !important;
  }
.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px){
	.prod-label {
		font-size: 15px !important;
		margin-right: 5px !important;
	}
	.prod-tag {
		background: #ffffff;
		border: 1px solid #f0e4d4;
		border-radius: 18px;
		padding: 5px 15px;
		font-size: 12px;
		}

	.read-more-btn {
		font-size: 14px !important;
		}
	.prod-list-sec ul li {
		font-size: 14px !important;
		}

	.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
    }
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    	float: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.read-more-btn {
		font-size: 16px !important;
		}
}

/* body.tax-product_cat.term-64 .elementor-6935 .elementor-element.elementor-element-fdb83fd {
    display:none !important;
}
 */

.readmore-content{
    max-height:50px;
    overflow:hidden;
    position:relative;
    transition:all .4s ease;
}

.readmore-content.expanded{
    max-height:2000px;
}

.readmore-content::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:60px;
	display:none;
/*     background:linear-gradient(transparent,#f5f1ea); */
}

.readmore-content.expanded::after{
    display:none;
}

/* Read More Button */

.read-more-btn{
    display:inline-block;
	margin-top:-5px;
    margin-bottom:15px;
    cursor:pointer;
    color:#b8864b;
    font-weight:600;
}
.yellotext{
	color: #b8864b !important;
}

.titlemtzero .elementor-icon-box-title {
    margin-top: -7px !important;
}


.scrollersection .elementor-widget-wrap.elementor-element-populated {
        max-height: 240px !important;
    overflow-y: auto;
}
.scrollersection .elementor-widget-wrap.elementor-element-populated {
    max-height: 240px !important;
    overflow-y: auto;
}


/* product faq */
/* .custom-faq details {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
}

.custom-faq summary {
    cursor: pointer;
    font-weight: 600;
} */

/* .custom-faq .faq-item{
    margin-bottom:20px;
}

.custom-faq .faq-question{
    margin:0 0 10px;
    font-size:20px;
    font-weight:600;
}

.custom-faq .faq-answer{
    margin-bottom:15px;
} */


/* .custom-list1 details {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
} */

/* custom faq */
.custom-faq details{
	border: 0;
    border-radius: 0;
    transition: all .4s ease;
}

.custom-faq summary{
	display:flex;
    color: #000;
    font-weight: 700;
    padding: 15px 25px;
    border: 1px solid transparent;
    align-items: center;
    transition: all .4s ease;
    position: relative;
	font-size: 16px;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgba(255, 255, 255, .06);
	margin-bottom:15px;
}

.custom-faq summary::-webkit-details-marker{
	display:none;
}

.custom-faq details div{
	margin-top:0px;
	margin-bottom:15px;
	padding:25px;
	font-size: 16px;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgba(255, 255, 255, .06);
}

/* first list */
.custom-list1 summary {
    cursor: pointer;
    font-weight: 600;
}

.custom-list1 ul {
    padding-inline-start: 20px !important;
}
.custom-list1 li{
	border-bottom: 1px solid #f0e4d4;
    padding-bottom: 6px !important;
    margin-bottom: 9px !important;
	font-size: 0.85rem;
    font-weight: 400;

}

.custom-list1 ::marker {
    color: #741515;
    font-size: 18px;
}

/* second list */

.custom-list2 {
    display: flex;
	flex-wrap: wrap; 
/*     gap: 8px; */
}

.custom-list2 div {
    padding: 4px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 9px;
	font-size: 0.80rem;
}

.fvbhfbhf img {
	width: 100% !important;
}

@media (max-width: 767px) {
 .scrollersection .elementor-7283 .elementor-element.elementor-element-362fa75 > .elementor-widget-container {
        padding: 0px 0px 0px 0px !important;
    }
	    .fvbhfbhf .elementor-widget-container {
        padding: 0px 0px 0px 0px !important;
    }
}


 .product-review-slider-wrap{
        position:relative;
        padding:0 50px;
        max-width:1200px;
        margin:auto;
    }

    .product-review-slider{
        display:flex;
        gap:20px;
        overflow:hidden;
        scroll-behavior:smooth;
    }

    .review-card{
        min-width:calc(33.33% - 14px);
        background:#fff;
        padding:25px;
        border-radius:12px;
        box-shadow:0 2px 12px rgba(0,0,0,.08);
        border:1px solid #eee;
    }

    .review-card h4{
        margin:0 0 10px;
    }

    .review-content p{
        margin-bottom:10px;
    }

    .read-more-review,
    .read-less-review{
        color:#000;
        font-weight:600;
        text-decoration:none;
        cursor:pointer;
    }

    .read-more-review:hover,
    .read-less-review:hover{
        text-decoration:underline;
    }

    .review-arrow{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:45px;
        height:45px;
        border:none;
        cursor:pointer;
        background:#000;
        color:#fff;
        border-radius:50%;
        z-index:99;
    }

    .review-prev{
        left:0;
    }

    .review-next{
        right:0;
    }

    @media(max-width:767px){

        .review-card{
            min-width:100%;
        }

    }

    @media(min-width:768px) and (max-width:1024px){

        .review-card{
            min-width:calc(50% - 10px);
        }

    }

   #comments .comment-list {
    display: none !important;
  
}
		/* Reviews Section */
#comments.comments-area{
    
    margin:50px auto;
    padding:40px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Heading */
#comments .title-comments,
#reply-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;
}

/* Hide default review list if using slider */
#comments .comment-list{
    display:none;
}

/* Form Layout */
.comment-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.comment-form-comment{
    grid-column:1 / -1;
}

.comment-form-comment textarea{
    min-height:180px;
}

/* Inputs */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
    width:100%;
    padding:15px 20px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fafafa;
    font-size:15px;
    transition:.3s;
}

.comment-form input:focus,
.comment-form textarea:focus{
    border-color:#000;
    background:#fff;
    outline:none;
}

/* Labels */
.comment-form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}

/* Cookie checkbox */
.comment-form-cookies-consent{
    grid-column:1 / -1;
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
}

/* Submit Button */
.form-submit{
    grid-column:1 / -1;
    margin:0;
}

.form-submit .submit{
    background:#000;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.form-submit .submit:hover{
    transform:translateY(-2px);
}

/* Notes */
.comment-notes{
    grid-column:1 / -1;
    background:#f8f8f8;
    padding:15px;
    border-radius:10px;
    margin-bottom:10px;
}

/* Mobile */
@media(max-width:767px){

    #comments.comments-area{
        padding:25px;
    }

    .comment-form{
        grid-template-columns:1fr;
    }

}
