.select2-container--default .select2-selection--single,
.form-control,
#booking_phone,
.custom-booking-icon,
.payment-form > div > input,
.field > .field-aligned > div,
.StripeElement,
.btn:not(.custom-menu-close) {
    border-radius: 15px !important;
}

.service-block > div > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.booking-payment-section > div > div:last-child {
    margin-top: 2.5rem !important;
}

.summary-table > .single-option > div > div {
    margin-bottom: 5px !important;
}

.summary-title {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.summary-hr {
    height: 1px !important;
    margin-bottom: 1.5rem !important;
}

.total-title {
    margin-bottom: 0 !important;
}

.customer_input,
.select2-container ,
.form-control.cat-select ,
.input-group-prepend>.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Montserrat-Regular'!important;
    margin-bottom: 1rem !important;
    font-size: 14px !important;
}

.payment-success-content {
    font-family: 'Montserrat-Regular'!important;
}

@media (min-width: 992px) {
    custom-booking-btn {
        transform: translate(-50%, 0) !important;
    }
}

@media (max-width: 576px) {
    .select2-container--default .select2-results>.select2-results__options{
        max-height:170px !important;
    }
}
