.cart-menu .cart-menu__content .cart-menu__footer a {
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
}
.header-main__cart-btn.header-main__btn.svg-btn
{
	cursor:pointer;	
}

.header .header-main .header-main__container .header-main__toolbar .header-main__like-btn .header-main__cart-badge{
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #52AE32;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}