

/* Start:/local/templates/semena/components/citfact/html.catalog.item/product_block/style.css?17516289301876*/
.b-product__body a.js-favorite {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 24px;
    transition: .3s ease color;
}

.b-product__body a.js-favorite.fa-heart {
    color: #3fac3b;
}

.b-product__body a.js-favorite:hover {
    color: #3fac3b;
}

/*AHV*/
@media (max-width: 768px) {
    .b-price__inner {
        display: flex;
        column-gap: 8px;
    }
}

@media (max-width: 600px) {
    .b-main-goods__slider .b-product__body a.js-favorite {
        right: 0px;
    }

    .b-product__info {
        display: block !important;
        position: relative !important;
    }

    .not-available__container .not-available__params {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }
}

/* new year percentage
.b-product > .percentage {
 background: url('/local/client/img/newYear.png') center no-repeat;
 background-size: contain;
 width: 70px;
 height: 70px;
 display: block;
 padding: 0;
 border-radius: 0;
 top: 5px;
 text-align: center;
 font-size: 20px;
 line-height: 90px;
 font-weight: bold;
}
*/

@media (max-width: 450px) {
    .b-product > .percentage {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 10px;
    }

    .b-main-goods__slider .b-product > .percentage {
        padding-top: 0 !important;
    }
}

.product-max-available {
    opacity: 0;
    height: 0;
    overflow-y: hidden;
    color: red;
    margin-top: 5px;
    transition: 0.3s 0s ease height;
}

.b-product-info__available {
    font-size: 14px;
    font-weight: 500;
}

.b-product-info__available > .text-success {
    color: #3FAC3B;
}

.b-product-info__available > .text-error {
    color: #FF0004;
}

.b-product-info__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/* End */
/* /local/templates/semena/components/citfact/html.catalog.item/product_block/style.css?17516289301876 */
