/*.shahji-sticky-add-to-cart-wrapper {*/
	/*position: fixed;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*background: #fff;*/
	/*box-shadow: 0 -2px 15px rgba(0,0,0,0.15);*/
	/*padding: 10px 20px;*/
	/*z-index: 9999;*/
	/*opacity: 0;*/
	/*transform: translateY(100%);*/
	/*transition: all 0.3s ease;*/
	/*font-family: inherit;*/
	
.shahji-sticky-add-to-cart-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.15);
    z-index: 99999;
    /*opacity: 0;*/
    /*display: none;*/
    /*transition: bottom 0.3s ease, opacity 0.3s ease;*/
    max-height: 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out, max-height 0.35s ease-in-out;
}

.shahji-sticky-add-to-cart-wrapper.active {
    /*opacity: 1;*/
    /*display: flex;*/
    max-height: 500px;
    transform: translateY(0);
}

	


html, body {
    height: -webkit-fill-available !important;
}


.prod-var-price{
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

#produt_var{
    display: flex;
    gap: 8px;
}

.sticky-prod-info-cont{
    display: flex;
    gap: 10px;
}

#product_var_data{
    font-family: poppins;
    border-radius: 12px;
    color: #FFF;
    background-color: #3d2916;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://test.shahjighee.com/wp-content/uploads/2025/11/Untitled-design-2025-11-21T173329.720.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    font-size: 15px;
}

/*#prod_attri  {*/
/*    color: #442e1b;*/
/*    font-family: 'Poppins';*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
    /*background-color: #fff0d7;*/
/*    border: 1px solid #bcccdc;*/
/*    padding: 3px 25px;*/
/*    border-radius: 20px;*/
/*}*/

/*#produt_var .term-link.active {*/
/*    background: #442e1b !important;*/
/*    color: #fff !important;*/
/*}*/

/*.term-link.isw-selected {*/
/*    border-color: #442e1b !important;*/
/*}*/


/*#product_var_data option{*/
/*    background-color: #FFF0D7;*/
/*    color: #3d2916;*/
/*}*/

.mrp-price-cont{
    line-height: 14px;
    margin-top: -12px;
}

.mrp-txt{
    font-size: 12px;
}

.shahji-sticky-add-to-cart-inner {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}

.sticky-product-info-1 {
    width: 40%;
}

.sticky-product-actions {
        width: 40%;
}

/*.sticky-product-name {*/
/*	display: block;*/
/*	font-weight: 600;*/
/*	font-size: 16px;*/
/*	margin-bottom: 2px;*/
/*	color: #222;*/
/*}*/

.sticky-product-price {
    display: flex;
    align-items: center;
	font-size: 15px;
	color: #c99a4d;
	font-weight: 500;
}

.sticky-product-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sticky-qty-input {
	width: 60px;
	height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
}

.shahji-sticky-add-to-cart-btn {
	background-color: #c99a4d;
	color: #fff;
	padding: 12px 35px;
	font-size: 15px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
}

.shahji-sticky-add-to-cart-btn:hover {
	background-color: #b1823c;
}


 .sticky-prod-price{
    display: flex;
    align-items: center;
    gap: 2px;
}

#sticky_prod_name{
	font-size: 24px;
	color: #442e1b;
    font-weight: 700;
}

.sticky-var-desc-1{
		margin-bottom: -38px;
		padding-bottom: 55px;
		border-radius: 20px;
	}
	
#sticky_prod_name{
    margin: 10px 0 5px 0;
}

@media screen and (max-width: 470px){
	.shahji-sticky-add-to-cart-wrapper{
		padding: 0px;
	}
	
	#sticky_prod_name_cont{
	    display: flex;
        justify-content: center;
		/*background-color:#442e1b;*/
		padding: 5px 0px;
		margin-bottom: 10px;
		margin-top: 5px;
		/*margin-left: 15px;*/
		}
	
	#sticky_prod_name{
		color: #442e1b;
		font-size: 15px;
	}
	

	.sticky-var-desc-2{
		display: none;
	}
	
	.sticky-product-actions{
	    padding: 0 5px 10px 5px;
	}
	
	.sticky-prod-price{
	    /*justify-content: center;*/
	    /*margin-left: 15px;*/
	}
	
	.prod-var-price{
	    display: flex;
        /*justify-content: center;*/
        /*background-color:#fff0d7;*/
        gap: 5px;
		}
		
	#prod_attri  {
        color: #442e1b;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 500;
        background-color: #fff0d7;
        border: 1px solid #bcccdc;
        padding: 3px 15px;
        border-radius: 20px;
    }
    
    #produt_var{
        gap: 5px;
    }
    
    .sticky-prod-info-cont-img{ 
        width: 20%;
    }
    
    .sticky-prod-info-cont-content{
        width: 80%;
    }
    
    #product_var_data{
    /*padding: 0 16px;*/
    font-family: poppins;
    border-radius: 18px;
    background-size: 8px;
    font-size: 12px;
}

}

@media screen and (max-width: 470px){
    
	.shahji-sticky-add-to-cart-inner{
	    display: flex;
	    width: 100%;
	    flex-direction: column ;
	    justify-content: space-between;
	    align-items: baseline;
        /*padding: 20px 80px 0 80px;*/
    }
    
    .sticky-product-info-1{
		width: 100%;
	}
	
	.sticky-product-actions{
	    width: 100%;
	}

	
	.sticky-var-desc-1{
		display: none;
	}
	
	.quantity-button-wrapper {
        margin: 0px 5px 0px 0px !important;
        width: 30% !important;
}
}

@media screen and (min-width: 470px){
	.sticky-var-desc-1{
		display: none;
	}
	
	.sticky-product-info-1{
		width: 50%;
	}
	
	.prod-var-price{
	    margin-top: 20px;
	}
	
}

#sticky-var-desc-1{
    margin-bottom: -30px !important;
    padding-bottom: 60px !important;
    border-radius: 24px !important;
}

#sticky_prod_img_1{
    width: 94px;
    padding: 10px;
    border-radius: 37px;
    overflow: hidden;
}

.sticky-prod-info-cont-content{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}