.catalog-filter-list label a{
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.error{
    color: red;
    font-family: Manrope;
}

.cart-main-close, .cart-side-cart{
	cursor: pointer;
}
.added{
    z-index: 1;
}

.cart-main-item-cont-title a{
    color: var(--Black-80, #333);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.suc{
    z-index: 10;
}