/* For Custom Quantity */
div.quantity{
	display: none !important;
}

.woocommerce-review-link{
	display: none !important;
}

.wd-sticky-btn.wd-sticky-btn-shown{
	height: 100px !important;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	
}

.discount-badge{
	font-size: 17px;
	margin-left:10px; 
	color:#FF5F57; 
	font-weight:500;
}

.wd-sticky-btn.wd-sticky-btn-shown .single_add_to_cart_button, .wd-sticky-btn.wd-sticky-btn-shown .single_add_to_cart_button:hover{
	width: 48% !important;
	padding: 10px 30px 10px 30px !important;
	background: #FBF8F1 !important;
	border-radius: var(--btn-accented-brd-radius) !important;
	color: #31302A !important;
	font-weight: bold !important;
}

.wd-toolbar{
	display: none !important;
}

.wd-sticky-btn #custom_qty{
	display: none;
/* 	flex: 1 1 50%; */
}

.sticky-toolbar-on .wd-sticky-btn{
	bottom: 0px !important;
	
}

.wd-sticky-btn .wd-sticky-btn-cart{
	flex: 1;
}


.wd-sticky-btn.wd-sticky-btn-shown form.cart{
	justify-content: center;
	flex: 1 1 100% !important;
}

.wd-sticky-btn.wd-sticky-btn-shown .price, .wd-sticky-btn.wd-sticky-btn-shown .in-stock.count{
	display: none !important;
}

.wd-sticky-btn.wd-sticky-btn-shown .wd-buy-now-btn{
	width: 48% !important;
	display: inline-flex !important;
}

.in-stock{
	font-size: 20px !important;
}