

/* Start:/local/templates/casa7/components/bitrix/news.list/favorites/style.css?17721976711044*/
button.btn-in-cart {
    background: #00246c url(/local/templates/casa7/assets/css/../img/ic/ic_cart-btn.png) 20px center no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px 0 45px;
    box-shadow: 0 19px 35px rgba(0, 36, 108, .4);
    line-height: 44px;
    border-radius: 100px;
    margin-top: -8px;
    margin-left: 15px;
}

button.btn-in-cart:hover,
button.btn-in-cart:active,
button.btn-in-cart:focus {
    color: #fff;
}

.remove-favorites {
    font-size: 32px;
    line-height: 1;
    color: #444;
    cursor: pointer;
}

.remove-favorites i {
    transform: rotate(0deg);
    transition: all 0.3s linear;
}

.remove-favorites:hover i {
    transform: rotate(360deg);
}

.remove-all-favorites {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {

    button.btn-in-cart {
        margin-left: -20px;
    }
}

@media screen and (max-width: 576px) {

    button.btn-in-cart {
        margin-left: 0;
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/casa7/components/bitrix/news.list/favorites/style.css?17721976711044 */
