

/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section.list/material_price/style.css?16292825691627*/

.table-price-list {
    margin-bottom: 5px;
    width: 100%;
    border-collapse: collapse;
    border-color: #e6e6e6;
    border: none;
}

.table-price-list td, .table-price-list th {
    padding: 14px 20px;
}

.table-price-list .th {
    text-transform: uppercase;
    background-color: #32343a;
    color: #fff;
    white-space: nowrap;
    border-bottom: none;
    border-top: none;
}

.table-price-list .price-cat {
    color: #333333;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}
.table-price-list td._second {
    background-color: #e7e7e7;

}

.table-price-list td.price-name {
    text-align: left;
}

.table-price-list td.price-price {
    font-size: 14px;
}

.table-price-list .price-unit {
    text-align: center;
}
.table-price-list .price-price {
    text-align: center;
    white-space: nowrap;
}

.table-price-list .price__toggle-rows-link {
    text-decoration: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 5px;
    color: currentColor;
    transition: .3s ease;
}
.table-price-list tr._collapsed>td .price__toggle-rows-link {
     transform: rotate(-90deg);
 }
.price-list__pdf-actual {
    display: none;
}

@media (max-width: 767px) {
    .table-price-list td:first-child,.table-price-list .th:first-child {
        width: 45%;
    }
    .table-price-list td:nth-child(2),.table-price-list .th:nth-child(2) {
        width: 30%;
    }
    .table-price-list td:nth-child(3),.table-price-list .th:nth-child(3) {
        width: 25%;
    }
}
@media (max-width: 479px) {
    .table-price-list td, .table-price-list th {
        padding: 10px;
    }
}
/* End */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section.list/material_price/style.css?16292825691627 */
