.btn-acconut{
    font-size: 14px;
	color: #ffffff;
	background: #ca1515;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}
.account-input{
    height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50px ;
    border: 1px solid #000;
}
.active-list{
	z-index: 2;
    color: #fff;
    background-color: #ca1515;
    border-color: #ca1515;
}

.cartAmount{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.addedToCart{
    scale: 1.5;
    transform: translate(-7px, 9px);
    z-index: 2 !important;
    color: #fff !important;
    background-color: #ca1515 !important;
    border-color: #ca1515 !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transform: translate(-7px, 9px);
    -moz-transform: translate(-7px, 9px);
    -ms-transform: translate(-7px, 9px);
    -o-transform: translate(-7px, 9px);
}
