

/* Start:/local/templates/main/components/bitrix/catalog.item/card/style.css?17646630561192*/
.list__item--card .card {
    height: 100% !important;
}

.card {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__prices-value-outer{
    display: flex;
    gap: 12px;
    font-family: "RobotoSlab","Arial",sans-serif;
    padding-top: 2px;
}
.card__prices-discount-old-price{
    color: #3D3D3D;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
    opacity: .6;
}
.card__prices-discount-percent{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #EB2222;
    padding: 0 5px;
    width: fit-content;
}
.card__prices-item{
    display: flex;
    align-items: start;
    justify-content: start;
}
html .card__prices-weight{
    margin-left: auto;
    margin-right: 12px;
    padding: 6px 0;
}
html .card__prices-value-box{
    padding: 0;
}
html .card__prices-discount{
    margin-left: 0;
}
.card__footer{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

html .card--simple .card__footer{
    height: 100px;
}

html .card--simple{
    padding-bottom: 110px;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.item/card/style.css?17646630561192 */
