/*ALL BUTTON*/
.sppb-btn, .btn{font-family: 'Roboto'!important;font-weight:500!important;}

/*PRIMARY*/

.sppb-btn.sppb-btn-primary {
    border-radius: unset;
    font-family: 'Roboto';
    padding: 15px 30px;
    font-weight: 600 !important;
}

.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus {
    color: #ffc71a !important;
    background: #333333 !important;
}

/*BOOK BTN*/

/*book button*/
.book-button .sppb-row-container {padding: 0;}
.book-button .sppb-btn {padding: 8px 10px;border-radius: 0px!important;font-size: 11px;line-height: 1;margin-right: 15px;}

/*carousel*/
span.sp-slider-btn-text:hover {
    background: #333333!important;
    color: #fff;
}