/* Styles from EO booking */
body {
  padding: 0;
}

.page--booking, .page--my_bookings {
   background: #F8F8F8;
}

.page--booking #main-buttons {
  display: none !important;
}

.page--my_bookings #main-buttons  {
  display: none !important;
}

#sb-timeline #steps-nav {
   margin-top: 70px;
}

.step-content {
   flex-direction: column;
   align-items: center;
}

#sb-timeline #steps #steps-content #sb_location_step_container, #sb-timeline #steps #steps-content #sb_service_step_container, #sb-timeline #steps #steps-content #sb_provider_step_container {
    max-width: 715px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#sb_location_step_container .wrap-read-more, 
#sb_service_step_container .wrap-read-more {
  display: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.phone {
  display: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar {
  margin-top: 0;
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_provider_step_container .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
 display: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel {
  padding: 20px 30px 30px 25px;
  column-gap: 20px;
  align-items: center;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line .content {
  justify-content: center;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {
    max-width: 150px;
    width: 100%;
    height: 150px;
    min-width: auto;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
}

#sb-timeline #steps #steps-content #sb_booking_content .step-content:not(.datetime-step) .item.panel .preloader {
  flex: 0 1 150px;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line {
  width: auto;
  flex: 0 1 calc(100% - 150px - 20px);
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content {
  flex: 0 1 100%;
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab {
  flex-direction: row;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #00000040;
  border: 1px solid transparent;
}

.tab.tab-col .tab-pd {
  position: static;
}

.tab.tab-col .excerpt-info {
  flex-direction: row;
  width: 100%;
  align-items: center;
  column-gap: 35px;
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .excerpt-info .preloader {
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    padding-bottom: 150px;
}

.tab.tab-col .excerpt-info .preloader .img {
     border-radius: 50%;
    overflow: hidden;
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd>* {
  display: flex;
  flex-direction: column;
}

.tab.tab-col .cap.short, 
.tab.tab-col .txt.short {
  height: auto;
}

.tab .excerpt-info .tab-pd {
  padding: 0;
}

.tab.tab-col .cap {
  order: 1;
  
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  color: #15C8A0;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title a {
  color: #15C8A0;
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .ico {
  display: none;
}


.tab.tab-col .txt {
  order: 3;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}

.tab.tab-col .bar-service {
  order: 2;
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time span {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time {
  margin: 0;
}

.tab.tab-col .excerpt-info .read-more {
  display: none;
}

/* Back Button */

#sb-timeline #steps #steps-content #sb_back_button a, #booking-result-view .back-to-services {
  background: #E1E1E1;
    color: #292929 !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    padding-left: 5px;
}

#sb-timeline #steps #steps-content #sb_back_button a .fa-angle-left,  #sb_back_to_bookings .back-to-services .fa {
  font-size: 16px;
    transform: rotate(180deg);
    color: #707070;
    left: 5px;
}


#sb_back_button .fa-angle-left:before, #sb_back_to_bookings .back-to-services .fa:before {
 content: "\2794";
}

#booking-result-view .back-to-services {
  padding: 5px 10px 5px 25px;
}

#booking-result-view .back-to-services span {
  font-size: 16px;
  font-weight: 500;
}

/* Booking Result Page */ 

.page--my_bookings .space-btn-show-all-book {
  display: none;
}

.page--my_bookings #sb_content {
  margin-top: 70px;
}

#booking-result-view #sb_bookings_list {
  margin: 50px auto;
  max-width: 830px;
  width: 100%;
}

#sb_main #main #sb_content #booking-result-view #sb_bookings_list .booking-item {
 width: 100%;
}

#booking-result-view .current-booking-info .cap {
  text-align: center;
  margin-bottom: 20px;
}

#booking-result-view .booking-info {
  max-width: 400px;
  margin: 0 auto;
}

#booking-result-view .booking-info--item .info {
  text-align: right;
}
#booking-result-view .current-booking-info .info .date-line {
  justify-content: end;
}

#booking-result-view .current-booking-info .label {
  font-weight: 600;
}


#booking-result-view .current-booking-info .booking-btns .btn.sb_add_to_cal span, #sb_content .current-booking-info .booking-btns .btn:hover span{
  text-transform: capitalize;
}

/* Hide Select Btn for Location & Services */

#sb_location_step_container .item.panel, 
#sb_service_step_container .item.panel {
   position: relative;
}
#sb_location_step_container  .has-read-more,  
#sb_service_step_container .has-read-more {
    position: absolute !important;
    inset: 0;
}

#sb_location_step_container .btn-round-mask,
#sb_service_step_container .btn-round-mask {
     height: 100%;
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_location_step_container .btn-bar .btn.select,
#sb-timeline #steps #steps-content #sb_booking_content #sb_service_step_container .btn-bar .btn.select {
     width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0px;
}


/* ___ */

