
#billingNewAddressForm {
    display: flex;
    flex-wrap: wrap;
}

#checkoutPickupSelectionContainer {
    padding-left: 2rem;
}
#checkoutPickupLocationInfo {
    padding: 15px;
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 15px;
    background-color: #fff;
}

.pickup-location-label {
    cursor: pointer;
}

#checkoutPickupLocationsMap {
    width: 100%;
    height: 500px;
}

#pickupLocationSelectionModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.pickup-location-selector-modal .modal-content,
#pickupLocationSelectionModal .modal-body {
    padding: 0;
}

/*
cupon descuento sidebar checkout
 */
#customCheckoutSidebarCoupon, #customCheckoutCoupon {
    padding: 15px;
}
#customCheckoutSidebarCoupon label, #customCheckoutCoupon label {
    color: #000000;
}
@media screen and (max-width: 480px) {
    #customCheckoutSidebarCoupon {
        display: none;
    }
}
@media screen and (min-width: 480px) {
    #customCheckoutCoupon {
        display: none;
    }
}

/*
texto bastidor vista de shipping
 */
p.bastidor {
    font-weight: bold;
}
