
/*Hide book now btn*/


/*Hide book more*/
a.btn.btn-has-icon.sb-book.sb_book_again {
    display: none;
}



/*book button*/
.btn.book.btn-has-icon[title="BOOK"] {
  position: relative;
  display: inline-block;
}
.btn.book.btn-has-icon[title="BOOK"]::after {
  content: "NOW"!important;
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 2px;
  right:  1px;
  width: 100%;
  text-align: center;
font-family: 'Pontano Sans', sans-serif!important; 
}
/*book button end*/


/*bold title for category*/
#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title {
    font-size: 16px;
    font-weight: 700;
}
/*bold title for category end*/

.wrapper-details .client-login-bar {
    display: none;
}
.social-links { 
    display: none;
}
.header__client-panel .client-panel__item-user .full-info #sb_login_form .not-logged .txt { 
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300&display=swap');
:not(.fa):not(.fi) {
font-family: 'Pontano Sans', sans-serif;   
}

.current-booking-info .label .ico {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .ico {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
}

#main-buttons .wrapper .company-name { 
    display: none!important;
}
 
#sb-timeline #steps #steps-content #sb_booking_content .item.panel > .wrap-collapse-content .collapse-content .btn-bar-full-info { 
    display: none;
}
@media (max-width: 767px){ 
#sb_category_step_container > div:nth-child(n) > div.one-line.no-image > div.content{
  display: none!IMPORTANT;
}
#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar {
    flex-direction: row;
    width: calc(100% + -5px);
    margin: 0px;
    padding-bottom: 0;
    justify-content: center;
}
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content { 
    padding: 20px;
}