#booknetic_theme_1 *
{
    font-family: 'Poppins', sans-serif !important;
}
#booknetic_theme_1
{
    height: 600px;
}

#booknetic_theme_1 .booknetic_appointment_steps
{
    background: #3b220e;
}

#booknetic_theme_1 .booknetic_badge
{
    background: #696969;
}
#booknetic_theme_1 .booknetic_appointment_steps_footer_txt2
{
    color: #696969;
}
#booknetic_theme_1 .booknetic_step_title, #booknetic_theme_1 .booknetic_appointment_steps_footer_txt1
{
    color: #9d9d9d;
}

#booknetic_theme_1 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #caae9a;
}
#booknetic_theme_1 .booknetic_selected_step .booknetic_step_title
{
color: #b89f83;
}

#booknetic_theme_1 .booknetic_active_step .booknetic_badge, #booknetic_theme_1 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_1 .booknetic_btn_success
{
    background: #e27000;
}
#booknetic_theme_1 .booknetic_active_step .booknetic_step_title
{
    color: #ffffff;
}

#booknetic_theme_1 .booknetic_btn_primary,
#booknetic_theme_1 .booknetic_selected_time,
#booknetic_theme_1 .booknetic_calendar_selected_day > div
{
    background: #ee5700 !important;
    color: #ffffff !important;
}
#booknetic_theme_1 .booknetic_service_category, #booknetic_theme_1 .booknetic_service_extra_title, #booknetic_theme_1 .booknetic_times_title, #booknetic_theme_1 .booknetic_text_primary
{
    color: #ee5700 !important;
}

#booknetic_theme_1 .booknetic_category_accordion .booknetic_service_category span {
    background: #ee5700 !important;
}

#booknetic_theme_1 .booknetic_appointment_container_header
{
    color: #ff6907 !important;
}

#booknetic_theme_1 .booknetic_service_card_selected,
#booknetic_theme_1 .booknetic_card_selected,
#booknetic_theme_1 .booknetic_service_extra_card_selected,
#booknetic_theme_1 .booknetic_payment_method_selected,
#booknetic_theme_1 .booknetic-cart-item.active
{
    border-color: #ff6907 !important;
}

#booknetic_theme_1 .booknetic_service_card_price,
#booknetic_theme_1 .booknetic_service_extra_card_price,
#booknetic_theme_1 .booknetic_confirm_details_price:not([data-price-id="discount"] .booknetic_confirm_details_price,.booknetic_gift_discount_price),
#booknetic_theme_1 .booknetic-cart-item-body-cell.amount,
#booknetic_theme_1 .booknetic_sum_price
{
    color: #000000 !important;
}

.booknetic_service_card_price {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-weight: 500;
  text-align: right;
  color: #4FBF65;
  font-size: 17px;
}


