#booknetic_theme_8 *
{
    font-family: 'Poppins', sans-serif !important;
}
#booknetic_theme_8
{
    height: 750px;
}

#booknetic_theme_8 .booknetic_appointment_steps
{
    background: #0a0c15;
}

#booknetic_theme_8 .booknetic_badge
{
    background: #4d545a;
}
#booknetic_theme_8 .booknetic_appointment_steps_footer_txt2
{
    color: #4d545a;
}
#booknetic_theme_8 .booknetic_step_title, #booknetic_theme_8 .booknetic_appointment_steps_footer_txt1
{
    color: #626c76;
}

#booknetic_theme_8 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #6c70dc;
}
#booknetic_theme_8 .booknetic_selected_step .booknetic_step_title
{
color: #ffffff;
}

#booknetic_theme_8 .booknetic_active_step .booknetic_badge, #booknetic_theme_8 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_8 .booknetic_btn_success
{
    background: #dda34c;
}
#booknetic_theme_8 .booknetic_active_step .booknetic_step_title
{
    color: #c5872a;
}

#booknetic_theme_8 .booknetic_btn_primary,
#booknetic_theme_8 .booknetic_selected_time,
#booknetic_theme_8 .booknetic_calendar_selected_day > div
{
    background: #6c70dc !important;
    color: #ffffff !important;
}
#booknetic_theme_8 .booknetic_service_category, #booknetic_theme_8 .booknetic_service_extra_title, #booknetic_theme_8 .booknetic_times_title, #booknetic_theme_8 .booknetic_text_primary
{
    color: #6c70dc !important;
}

#booknetic_theme_8 .booknetic_category_accordion .booknetic_service_category span {
    background: #6c70dc !important;
}

#booknetic_theme_8 .booknetic_appointment_container_header
{
    color: #0a0c15 !important;
}

#booknetic_theme_8 .booknetic_service_card_selected,
#booknetic_theme_8 .booknetic_card_selected,
#booknetic_theme_8 .booknetic_service_extra_card_selected,
#booknetic_theme_8 .booknetic_payment_method_selected,
#booknetic_theme_8 .booknetic-cart-item.active
{
    border-color: #f0d9b8 !important;
}

#booknetic_theme_8 .booknetic_service_card_price,
#booknetic_theme_8 .booknetic_service_extra_card_price,
#booknetic_theme_8 .booknetic_confirm_details_price:not([data-price-id="discount"] .booknetic_confirm_details_price,.booknetic_gift_discount_price),
#booknetic_theme_8 .booknetic-cart-item-body-cell.amount,
#booknetic_theme_8 .booknetic_sum_price
{
    color: #c5872a !important;
}

@media (max-width: 767px) {
  .booknetic_appointment {
    border-radius: 1em !important;
  }

  .booknetic_appointment_steps {
    border-top-left-radius: 1em !important;
    border-top-right-radius: 1em !important;
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
  }

  .booknetic_appointment_container {
    border-bottom-left-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
  }

  .booknetic_appointment_container_footer {
    border-bottom-right-radius: 1em !important;
  }
}


