#booknetic_theme_2 *
{
    font-family: 'Open Sans', sans-serif !important;
}
#booknetic_theme_2
{
    height: 600px;
}

#booknetic_theme_2 .booknetic_appointment_steps
{
    background: #ffffff;
}

#booknetic_theme_2 .booknetic_badge
{
    background: #c7c0b6;
}
#booknetic_theme_2 .booknetic_appointment_steps_footer_txt2
{
    color: #c7c0b6;
}
#booknetic_theme_2 .booknetic_step_title, #booknetic_theme_2 .booknetic_appointment_steps_footer_txt1
{
    color: #c7c0b7;
}

#booknetic_theme_2 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #505050;
}
#booknetic_theme_2 .booknetic_selected_step .booknetic_step_title
{
color: #ffffff;
}

#booknetic_theme_2 .booknetic_active_step .booknetic_badge, #booknetic_theme_2 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_2 .booknetic_btn_success
{
    background: #e30018;
}
#booknetic_theme_2 .booknetic_active_step .booknetic_step_title
{
    color: #656565;
}

#booknetic_theme_2 .booknetic_btn_primary,
#booknetic_theme_2 .booknetic_selected_time,
#booknetic_theme_2 .booknetic_calendar_selected_day > div
{
    background: #e30018 !important;
    color: #ffffff !important;
}

#booknetic_theme_2 .booknetic_service_category, .booknetic_package_category, #booknetic_theme_2 .booknetic_service_extra_title, #booknetic_theme_2 .booknetic_times_title, #booknetic_theme_2 .booknetic_text_primary
{
    color: #e30018 !important;
}

#booknetic_theme_2 .booknetic_category_accordion .booknetic_service_category span,
#booknetic_theme_2 .booknetic_category_accordion .booknetic_service_extra_title span{
    background: #e30018 !important;
}

#booknetic_theme_2 .booknetic_appointment_container_header
{
    color: #656565 !important;
}

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

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

/* Package Booking Panel Theming */
#booknetic_theme_2 .bkntc_package-confirmation_header h1,
#booknetic_theme_2 .bkntc_package_summary h2
{
    color: #656565 !important;
}

#booknetic_theme_2 .bkntc_package_summary,
#booknetic_theme_2 .bkntc_package_warning,
#booknetic_theme_2 .bkntc_package_appointment.booked,
#booknetic_theme_2 .bkntc_package_appointment.empty
{
    border-color: #656565 !important;
}

.booknetic_package_card_service_el > span:first-child
{
    color: #e30018 !important;
}

.booknetic_package_card_service_el > span:last-child {
    background: #e30018 !important;
}

#booknetic_theme_2 .bkntc_package_appointment.empty:hover
{
    border-color: #e30018 !important;
    background-color: rgba(108, 112, 220, 0.1) !important;
}

#booknetic_theme_2 .bkntc_package-confirmation_header span,
#booknetic_theme_2 .bkntc_package_summary h2
{
    color: #e30018 !important;
}

.booknetic_next_month, .booknetic_prev_month {
    display: none! important;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booknetic_card:not(.booknetic_card_selected):after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color:#d7d7d7!important;
    background-image: display-none!important;
}

.booknetic_card_title {
    margin-top: 11px;
    text-align: center;
    color: #292D32;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
    height: 80px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booknetic_service_category {
    color: #6C70DC;
    font-size: 0px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.booknetic_service_card_description {
    display: none!important;
    color: #828F9A;
    font-size: 12px;
    line-height: 19px;
    padding: 0 20px 20px;
}

.booknetic_appointment_container_header {
    padding: 15px 30px;
    height: 60px;
    border-bottom: 0px solid #E4EBF3;
    width: 100%;
    font-size: 18px!important;
    font-weight: 500;
    text-align: center;
}

.booknetic_appointment
{
	position: relative;
	overflow: hidden;
	min-width: 980px;
	width: 980px;
	height: 600px;
	background-color: #FFFFFF!important;

	-webkit-box-shadow: 1 1px 1px 1px rgba(112,119,125,0.25);
	-moz-box-shadow: 1 1px 1px 1px rgba(112,119,125,0.25);
	box-shadow: 1 1px 1px 1px rgba(112,119,125,0.25);

	display: flex;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.booknetic_appointment_container
{
	background: #ffffff;
	width: calc(50% - 400px);
	position: relative;
	height: 100%;
}







.elementor-kit-6 button
{
color:#fff!important;
background:#e30018 !important
}


			#booknetic_theme_2.booknetic_appointment {
				min-width: 600px;
				width: 765px;
			}

            #booknetic_theme_2 .booknetic_appointment_container {
                width: 100%;
            }

            #booknetic_theme_2 .booknetic_appointment_steps {
                display: none;
            }

			.wp-block-booknetic-booking {
				display: flex;
				justify-content: center;
			}
        
