

/* Start:/shipping/table.css?17748742711626*/
@media (max-width: 600px) {
    .shipping-table * {
        box-sizing: border-box;
    }
    body .shipping-table table {
        display: block;
        border: none;
        margin-bottom: 20px !important;
        border: 0 !important;
    }

    .shipping-table table tbody {
        display: block;
    }

    .shipping-table table tr:first-child {
        display: none;
    }

    .shipping-table table tr {
        display: block;
        background: #fff;
        border: 1px solid #d3d1c7;
        border-radius: 10px;
        padding: 14px 16px;
        margin-bottom: 10px;
    }

    .shipping-table table td {
        display: block;
        padding: 5px 0;
        border: none;
        width: 100% !important;
        height: auto !important;
    }

    .shipping-table table td:first-child {
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
        margin-bottom: 4px;
    }

    .shipping-table table td:first-child p {
        font-weight: 600;
        font-size: 16px;
    }

    .shipping-table table td:nth-child(2),
    .shipping-table table td:nth-child(3) {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .shipping-table table td:nth-child(2)::before {
        content: "Свыше 8 м³:";
        color: #888;
        font-size: 14px;
    }

    .shipping-table table td:nth-child(3)::before {
        content: "До 8 м³:";
        color: #888;
        font-size: 14px;
    }

    .shipping-table table td:nth-child(2) p,
    .shipping-table table td:nth-child(3) p {
        font-weight: 600;
        margin: 0;
    }
}
/* End */
/* /shipping/table.css?17748742711626 */
