/* кнопка активна = товар в корзине */
.is-active-cart-btn{
  background:#e60023 !important;
  border-color:#e60023 !important;
  color:#fff !important;
}
.is-active-cart-btn:hover{
  background:#e60023 !important;
}
