/* 
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: 16px;
   	padding-left: 25px;
	position: relative;
    margin-bottom: 10px;
}

.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:45px;
    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-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;
}