

/* Start:/bitrix/templates/ProfilTrade/components/bitrix/catalog.element/onvolga/style.css?17786560231173*/
.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;
}
.dop-sect{
    display:flex;
    gap:7px;flex-wrap: wrap;
    list-style-type: none;
}
.dop-sect li{
    list-style-type: none;
    padding:0px;
    margin:0px;
}
.dop-sect li a{
    display: block;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #b3b3b3;
    padding: 5px 7px;
}
@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?17786560231173 */
