

/* Start:/bitrix/templates/ProfilTrade/components/bitrix/catalog.element/onvolga/style.css?1778593550853*/
.ofers-item{
    display: flex;
    width: 90%;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0px 10px 0px;
}
.ofers-item_name img{
    max-width: 100px;
}
.ofers-item_name{
    display: flex;
    gap: 10px;
}
.offer-stock{
    color:green;
}
.offer-name{
    font-size: 120%;
    font-weight: 600;
}
.ofers-item-price-1{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.ofers-item-price-2{
    color: #2da0f9;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
@media(max-width:768px){
    .ofers-item{flex-wrap: wrap;display: none}
    .ofers-item-price{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
}
/* End */
/* /bitrix/templates/ProfilTrade/components/bitrix/catalog.element/onvolga/style.css?1778593550853 */
