/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * style.less
 *
 * Copyright (c) 2001-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */
.checkout_fastlane_section--shipping {
  .checkout_fastlane_shipping_methods, .checkout_fastlane_order_note {
    margin-bottom: 20px;
  }

  .checkout_fastlane_order_note {
    padding-top: 20px;
  }

  address {
    margin-top: 20px;
  }

  .checkout_fastlane_change_address {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shipping-vendor {
    .vendor-name {
      padding: 0px;
      font-size: 18px;
      margin: 20px 0px;
    }

    &:not(:last-child) {
      margin-bottom: 20px;
    }
  }
}
