.register-form .error, .login-form .error, .update-profile .error{
	color: red;
}
.register-form input.error, .login-form input.error, .update-profile input.error{
	border: 1px solid red;
}
.product-cart-wrap .product-img-action-wrap .product-img a img{
	height: 246px !important;
}
.header-style-1.header-style-5 .header-bottom-bg-color{
	z-index: 99999;
}
@media only screen and (max-width: 480px){
	td.cart_total_amount h4 {
	    font-size: 12px !important;
	}
	h5.text-heading.text-end{
		font-size: 16px;
	}	
}
.whatsapp-support {
    z-index: 9999;
    position: fixed;
    background-color: #41c652;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 36%);
    border-radius: 43px;
    bottom: 17px;
    right: 20px;
}
.whatsapp-support a {
    display: inline-block;
    padding: 5px 18px;
    color: white;
    font-size: 15px;
}
.whatsapp-support a img {
    width: 40px;
}
.whatsapp-support a span {
    display: inline-block;
    line-height: 17px;
    position: relative;
    bottom: 6px;
    font-weight: bold;
}