

/* Start:/local/templates/.default/components/bitrix/catalog.item/card/style.css?17618208031148*/
.locked {
    pointer-events: none;
}

.product-card__quantity {
    cursor: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-card__quantity-input {
    color: #fff;
    text-align: center;
}

.product-card__quantity-change {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 15%;
}

@media only screen and (max-width: 768px) {
    .product-card__quantity-change {
        width: 25%;
    }
}

.product-card__quantity-change.minus {
    border-radius: 7.6rem 0 0  7.6rem;
}

.product-card__quantity-change.plus {
    border-radius: 0 7.6rem 7.6rem 0;
}

.product-card__quantity-change:hover {
    border-color: #353535;
    background-color: #353535;
}

.product-card__actions {
    justify-content: space-between !important;
    padding: 0 !important;

    border-color: var(--primary-color) !important;
    background-color: var(--primary-color);
    color: #fff;

    width: 90% !important;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 5%;

    height: 4.2rem !important;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.item/card/style.css?17618208031148 */
