//
//  Compatibility with Amasty Jet Theme
//  ______________________________________________

//
//  Common
//  ----------------------------------------------

& when (@media-common = true) {
    .amrates-shipping-method .table-checkout-shipping-method {
        & {
            margin-top: @indent__s;
        }

        & > thead th {
            display: none;
        }
    }
}
