:root {
    --blue: #289BEC;
    --yellow: #F5C800;
    --primary: #289BEC;
}

.btn-success
.btn-outline-success {
    color: #fff !important;
    background-color: #28D29B !important;
    border-color: #28D29B !important;
}

.btn-primary
.btn-outline-primary {
    color: #fff !important;
    background-color: #289BEC !important;
    border-color: #289BEC !important;
}

@media (min-width: 700px) {
    .tiv-booking-mobile\.button {
        display: none;
    }
}
