#nd_rst_component_container {padding:0px;border: none; position: relative; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;}


/*steps*/
#nd_rst_steps_container {background-color: #fff;padding: 20px 0px;box-sizing:border-box; margin-bottom: 0px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
#nd_rst_steps_container h5 {margin: 0px;padding: 0px;font-weight: normal;font-size: 14px;line-height: 20px;position: relative;display: flex; justify-content: space-around; align-items: center;}
#nd_rst_steps_container h5 span{color: #fff;width: 30px;height: 30px;font-size: 12px;line-height: 30px;border-radius: 100%;display: block; margin-right: 10px;}

    
/*rest, guests, legend*/
#nd_rst_rest_guests_legend_section { 
	width: 100%;
	/* border: 15px solid #fff; */
	box-sizing: border-box;
	border-top-width: 0px;
	border-bottom-width: 0px;
	float: none;
	margin: 0 auto;
	/* max-width: 675px; */
}


/*restaurant*/
#nd_rst_section_restaurant label { display: none; }
.nd_rst_restaurant_image {  }
.nd_rst_restaurant_image .nd_rst_restaurant_image_filter { background: linear-gradient(to bottom, rgb(45, 45, 45) 0%,rgba(45, 45, 45, 0) 100%); }
.nd_rst_restaurant_image_content { float: left; width: 100%; text-align: center; top:30px; }
.nd_rst_restaurant_image_content h3 { color: #fff; margin: 0px; padding: 0px; font-size: 20px; color:#fff !important; cursor: pointer; position: relative; display: inline-block; }
.nd_rst_restaurant_image_content h3:after { content: '';width: 20px;height: 20px;position: absolute;top: 0px;right: -30px; background-image: url(../../../../assets/img/arrow-down.png);background-size: 15px;background-position: center;background-repeat: no-repeat; }
.nd_rst_ul_restaurant { top: 60px; left: 50%; margin-left: -80px; width: 160px; background-color: #fff; padding-left: 0 !important; }
.nd_rst_ul_restaurant li { font-size: 12px; margin: 0px; padding: 10px 20px; border-bottom: 1px solid #f1f1f1; list-style: none; }
.nd_rst_ul_restaurant li:last-child { border-bottom-width: 0px; }
.nd_rst_ul_restaurant li.nd_rst_bg_color_blue { color:#fff; }


/*guests and legend*/
/* #nd_rst_guests_legend_section {  padding: 30px; box-sizing:border-box; width:100%; margin-top: 50px; position: relative;background: -moz-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);background: -webkit-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);background: linear-gradient(to bottom, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 );} */
#nd_rst_guests_legend_section {  
	padding: 30px;
    box-sizing: border-box;
    /* min-width: 675px; */
    vertical-align: middle;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
    position: relative;
	border: none;
    /* -webkit-box-shadow: 4px 4px 7px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 4px 4px 7px 2px rgba(0,0,0,.5);
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,.5); */
	/* background: -moz-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);
	background: -webkit-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(45,45,45,0) 0%, rgba(45,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00656460', endColorstr='#a6656460',GradientType=0 ); */
}
#nd_rst_guests_legend_section #nd_rst_guests_section { width: 100%; float: left; text-align: center; }
#nd_rst_guests_legend_section #nd_rst_legend_section { width: 40%; float: left; margin-top:0px;}
/* .nd_rst_legend_not_available span { border-radius: 100%;} */
/* .nd_rst_guests_increase { background-image: url(../../../../assets/img/add.png);background-size: 10px;background-position: center;background-repeat: no-repeat;background-color: initial !important; }
.nd_rst_guests_decrease { background-image: url(../../../../assets/img/remove.png);background-size: 10px;background-position: center;background-repeat: no-repeat;background-color: initial !important; } */
.nd_rst_guests_increase, .nd_rst_guests_decrease{
	background-color: initial !important;
}
.nd_rst_guests_increase:before { content: "+"; color:#303133; font-size: 40px; font-weight: 500; line-height: 10px;}
.nd_rst_guests_decrease:before { content: "-"; color:#303133; font-size: 50px; font-weight: 500; line-height: 10px;}
#nd_rst_legend_section {    
	width: 40%;
    margin-top: 81px;
    display: flex;
    flex-direction: column;
    justify-content: start;}
/* #nd_rst_guests_section h3 { color: #fff; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; } */
#nd_rst_guests_section h3 { color: #ffffff; font-size: 22px; margin-bottom: 40px; }
/* #nd_rst_guests_section h1 { color: #fff;font-size: 50px;line-height: 50px; } */
#nd_rst_guests_section h1 { color: #ffffff;font-size: 35px;line-height: 50px; }
#nd_rst_legend_section p { color: #2d2d2d; font-size: 16px; margin:0px; padding:0px; width: 100%; display: inline-block; text-align: justify;}
#nd_rst_legend_section p span { width: 57.66px; height: 39px;display: inline-block; margin-right: 10px; line-height: 37px; border-radius: 1rem;}
.nd_rst_guest_number_add { position: absolute;top: 15px;right: 15px;width: 20px;height: 20px; }
.nd_rst_guest_number_add button {margin: 0px;padding: 0px;font-size: 0px;width: 20px;height: 20px;border-width: 0px;float: left; outline: 0;cursor: pointer; }
.nd_rst_guest_number_remove { position: absolute;top: 15px;left: 15px;width: 20px;height: 20px; }
.nd_rst_guest_number_remove button { margin: 0px;padding: 0px;font-size: 0px;width: 20px;height: 20px;border-width: 0px;float: left; outline: 0;cursor: pointer; }
.nd_rst_guest_number { width: 200px;display: inline-block;float: initial;position: relative;height: 50px; box-sizing: border-box; border: 1px solid #777}

/*cal and occasion*/
#nd_rst_cal_occa_section { 
	min-height: 498px;
	/* max-width: 675px; */
	width: 100%;
	/* width:60%; */
	border: 15px solid #fff;
	box-sizing: initial!important;
	border-top-width: 0px;
	border-bottom-width: 0px; 
	position: relative;
	display: none;
	/* float: none; */
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #eaeaea;
	/* display: flex; */
	/* -webkit-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5); */
}

/*calendar*/
#nd_rst_calendar_section { 
	padding: 30px;
    float: none;
    width: 900px;
    vertical-align: middle;
    height: 498px;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: auto;
}

@media(max-width: 650px){
	#nd_rst_calendar_section{
		flex-direction: column-reverse;
	}

	#nd_rst_legend_section{
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	#nd_rst_legend_section .title{
		width: 100%;
	}

	#nd_rst_legend_section p span{
		display: block;
	}

	#nd_rst_legend_section p{
		flex: 1;
	}

	#nd_rst_calendar_section{
		float:none;
	}

	.nd_rst_prev_next_cal.nd_rst_float_right{
		padding-right: 20px;
		text-align: right;
	}

	#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.next{
		margin-right: 10px!important;
	}

	#nd_rst_legend_section{
		margin-top: 30px;
	}
}

@media(max-width: 390px){
	#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.next{
		margin-right: 2px!important;
	}
}

#nd_rst_calendar_container { }
#nd_rst_calendar_container h3 { font-size: 16px; color: #e10000; letter-spacing: 1px; }
#nd_rst_calendar_container button { font-size: 16px; color: #000; background-color: #000; width: 100%; height:20px; border-width: 0px; cursor: pointer; outline: 0; position: relative; font-weight: 600;}
.nd_rst_prev_next_cal.nd_rst_float_right { 
	/* background-image: url(../../../../assets/img/arrow-right-white.png); */
	background-size: 15px;background-position: center;background-repeat: no-repeat; background-color: initial !important; float: left; }
.nd_rst_prev_next_cal.nd_rst_float_left { 
	/* background-image: url(../../../../assets/img/arrow-left-white.png); */
	background-size: 15px;background-position: center;background-repeat: no-repeat;background-color: initial !important; float: right; }
#nd_rst_calendar_container p strong { color:#2d2d2d; font-size: 14px; font-weight: bold; margin: 0px; padding: 0px; }
#nd_rst_calendar_container p { font-size: 16px; font-weight: normal;  margin: 0px; padding: 16px 4px; }
#nd_rst_calendar_container .nd_rst_height_20 { height: 10px; }
.nd_rst_cal_today.nd_rst_calendar_date{color: #fff !important;}
.nd_rst_cal_active.nd_rst_calendar_date{color: #fff !important;}
/* .nd_rst_cal_not_set:after { content: '';position: absolute;width: 5px;height: 5px;border-radius: 100%;bottom: 2px;left: 50%;margin-left: -2px;} */
.nd_rst_cal_not_set.nd_rst_calendar_date { position: relative;}
.nd_rst_calendar_date { color: #fff !important; }
/* .nd_rst_calendar_week { margin-top: 20px; } */
#nd_rst_calendar_word_bg { position: absolute; width: 100%;left: 0px;bottom: -50px;text-align: center;font-family: Kristi;font-size: 200px;line-height: 200px;color: rgba(255, 255, 255, 0.02); display: block; }
#nd_rst_calendar_content { position: relative; }
#nd_rst_all_time_slots_container{padding-left: 0;}
.nd_rst_cal_not_set{
	pointer-events: none;
	opacity: 0.4;
}
#nd_rst_calendar_content .title{
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
/*occasion*/
#nd_rst_occasion_cont { display: inline-block; float: initial; width: initial; }
#nd_rst_occasion_cont h3 { float: left; margin-right: 5px; }
#nd_rst_occasion_cont_change { width:initial; line-height: 25px; margin-left: 5px; cursor: pointer; }
#nd_rst_occasion_section { float: left; width:100%; padding:20px; padding-bottom: 10px; padding-top: 0px; box-sizing:border-box; text-align: center; }
#nd_rst_occasion_section h3 { font-size: 20px; color: #fff; margin-top: 0;}
.nd_rst_ul_occasion { top: 40px;left: 50%;margin-left: -80px;width: 160px;background-color: #fff; text-align: left;border: 1px solid #f1f1f1; z-index: 9; padding-left: 0 !important; }
.nd_rst_ul_occasion li {font-size: 12px;color: #a9a9a9;margin: 0px;padding: 10px 20px;border-bottom: 1px solid #f1f1f1; list-style: none;}
.nd_rst_ul_occasion li:last-child {border-bottom-width: 0px;}
.nd_rst_ul_occasion li.nd_rst_bg_color_blue { color: #fff;}
.nd_rst_occas_single { font-size: 14px; color: #fff; }

.nd_rst_occasion_cont_change h3 { position: relative; }
.nd_rst_occas_single:after { content: '';width: 20px;height: 20px;position: absolute;top: 2px;right: -30px; background-image: url(../../../../assets/img/arrow-down.png);background-size: 15px;background-position: center;background-repeat: no-repeat; }


/*time*/
#nd_rst_time_section { 
	text-align: center; 
	box-sizing:border-box; 
	padding: 0px 10%;
	display: none;
	float: none;
	margin: 0 auto;
	margin-top: 30px;
	min-height: 500px;
	max-width: 100%;
	border: 1px solid #eaeaea;
	/* -webkit-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5); */
}

#nd_rst_time_section .nd_rst_inside_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 498px;
}

#nd_rst_time_section .nd_rst_btn_prev-3,
.nd_rst_section #nd_rst_btn_go_to_booking{
    padding: 10px 35px;
	font-size: 12px;
}

#nd_rst_time_section .nd_rst_btn_prev-3{
	margin-right: 10px;
}

#nd_rst_time_section h3 { font-size: 25px; margin-bottom: 30px; }
#nd_rst_time_section p {     
	font-size: 14px;
    line-height: 10px;
    color: #fff;
    padding: 10px 35px;
    margin: 8px;
    border-radius: 3px; }
#nd_rst_time_section .nd_rst_time { cursor: pointer; }
.nd_rst_all_time_slots_single { position: relative; }

#nd_rst_all_time_slots_single_layer { position: absolute; top: 0px; left:0px; width: 100%; height: 100%; cursor: progress; }


/*button container*/
#nd_rst_btn_go_to_booking_container { text-align: center; margin-top: 80px;display: none; }

/*button*/
#nd_rst_btn_go_to_booking { color: #fff; letter-spacing: 1px; outline: 0; border-width: 0px; cursor: pointer; font-size: 16px; border-radius: 4px; padding: 15px 30px; font-weight: normal; text-transform: uppercase; margin: 0 auto;}
#nd_rst_btn_go_to_booking.hidden{display: none!important;}




/***************************************** START BOOKING *****************************************/
#nd_rst_booking_all_container_2, #nd_rst_checkout_all_container_3{
	display: flex;
	align-items: stretch;
	min-height: 500px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #eaeaea;
	/* -webkit-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.5); */
}

@media(max-width: 800px){
	#nd_rst_booking_all_container_2, #nd_rst_checkout_all_container_3{
		flex-direction: column-reverse;
	}
}

#nd_rst_booking_step_resume { width: 50%; position: relative; box-sizing:border-box;}

#nd_rst_booking_step_resume .nd_rst_section.nd_rst_position_relative, #nd_rst_checkout_step_resume .nd_rst_section.nd_rst_position_relative{
	overflow: hidden;
}

#nd_rst_booking_step_resume img, #nd_rst_checkout_step_resume img{
	/* height: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 30% 50%; */
	position: absolute!important;
    height: 100%!important;
    width: auto!important;
    max-width: none!important;
    top: 0!important;
    left: -20%!important;
}

@media(max-width: 690px){

}

#nd_rst_booking_step_resume .nd_rst_section.nd_rst_position_relative, #nd_rst_checkout_step_resume .nd_rst_section.nd_rst_position_relative{
	height: 100%;
}

#nd_rst_booking_step_datas_form { width: 55%; box-sizing:border-box; padding: 30px 60px; display: flex; align-items: center;}
#nd_rst_booking_step_datas_form label { float: left; width: 100%; font-size: 14px; font-weight: normal; }
#nd_rst_booking_step_datas_form label span { color: #fff;font-size: 7px;letter-spacing: 0.5px;padding: 4px;border-radius: 3px; font-weight: normal; }
#nd_rst_booking_step_datas_form input[type="text"], #nd_rst_booking_step_datas_form input[type="date"], #nd_rst_booking_step_datas_form textarea  { float: left; width: 100%; font-size: 14px; font-weight: normal;  }
#nd_rst_booking_step_datas_form button { color: #fff; letter-spacing: 1px; outline: 0; border-width: 0px; cursor: pointer; font-size: 10px; border-radius: 3px; padding: 10px 30px; font-weight: normal; text-transform: uppercase; width: 100%; }
#nd_rst_booking_form_term_container a { text-decoration: underline; font-weight: normal; }

#nd_rst_booking_step_datas_form textarea{height: 60px; margin-top: 0px;}

#nd_rst_booking_step_datas_form input:not([type="checkbox"]){
	padding: 5px 10px;
	margin: 0px;
}


/* #nd_rst_booking_step_datas_form_container { padding:30px; box-sizing:border-box; border:1px solid #f1f1f1; } */
#nd_rst_booking_step_datas_form_container h3 { text-align: center; margin-bottom: 20px; font-size: 25px;}
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_name_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_name_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_surname_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_surname_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_email_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_email_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_company_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_city_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_address_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_zip_code_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_phone_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_phone_container { float: left; width: 50%; }
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_email_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_vat_number_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_company_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_zip_code_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_city_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_address_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_phone_container { margin-top: 20px; }

#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_name_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_name_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_email_container,
#nd_rst_booking_step_datas_form_container #nd_new_rst_booking_form_email_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_address_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_company_container { padding-right: 10px; box-sizing:border-box; } 
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_surname_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_phone_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_billing_city_container,
#nd_rst_booking_step_datas_form_container #nd_rst_booking_form_zip_code_container{ padding-left: 10px; box-sizing:border-box; } 

.nd_rst_booking_resume_restaurant {font-size: 20px;color: #fff !important;text-align: center;float: left;width: 100%;padding: 30px;box-sizing: border-box;line-height: 20px; position: absolute;}
#nd_rst_booking_step_resume_filter {  position: absolute; left: 0px; top:0px; height: 100%; width: 100%; background: linear-gradient(to bottom, rgb(45, 45, 45) 0%,rgba(45, 45, 45, 0) 100%); }
#nd_rst_booking_step_resume_all_info, #nd_rst_checkout_step_resume_all_info{
	text-align: center; 
	padding: 25px;
	box-sizing: border-box; 
	overflow: hidden; 
	position: absolute;
	bottom: 0px;
	width: 100%; 
	background-color: #292928f2;}
#nd_rst_booking_step_resume_all_info p { color: #fff; }
#nd_rst_booking_step_resume_all_info_word {color: rgba(255, 255, 255, 0.03);position: absolute;bottom: 6px;width: 100%;left: 0px;font-size: 200px;   }
#nd_rst_booking_step_resume_all_info p span {letter-spacing: 2px;text-transform: uppercase;}

#nd_rst_booking_form_term_container a, #nd_rst_booking_form_invoice_container span{ margin-left: 10px; }

#nd_rst_booking_form_invoice_container label span{background-color: transparent!important; color: #303133!important; font-size: 14px!important; font-family: 'Josefin Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; padding: 0px;}


@media(max-width: 800px){
	#nd_rst_booking_step_resume_all_info, #nd_rst_checkout_step_resume_all_info{
		position: relative;
	}
}



/***************************************** START CHECKOUT *****************************************/
/* #nd_rst_checkout_all_container_3 { display: table; } */

#nd_rst_checkout_step_resume { width: 50%; position: relative; box-sizing:border-box; } 
#nd_rst_checkout_step_resume_filter {  position: absolute; left: 0px; top:0px; height: 100%; width: 100%; background: linear-gradient(to bottom, rgb(45, 45, 45) 0%,rgba(45, 45, 45, 0) 100%); }
.nd_rst_checkout_resume_restaurant {font-size: 20px;color: #fff !important;text-align: center;float: left;width: 100%;padding: 30px;box-sizing: border-box;line-height: 20px; position: absolute;}


/* #nd_rst_checkout_step_resume_all_info {text-align: center; padding: 40px;box-sizing: border-box; overflow: hidden; position: relative; margin-top: -50px; } */
#nd_rst_checkout_step_resume_all_info p { color: #fff; }
#nd_rst_checkout_step_resume_all_info_word {color: rgba(255, 255, 255, 0.03);position: absolute;bottom: 6px;width: 100%;left: 0px;font-size: 200px;   }
#nd_rst_checkout_step_resume_all_info p span {font-weight: bold;letter-spacing: 2px;text-transform: uppercase;}

.nd_rst_checkout_container_3 button { color: #fff; letter-spacing: 1px; outline: 0; border-width: 0px; cursor: pointer; font-size: 16px; border-radius: 4px; padding: 15px 30px; font-weight: normal; text-transform: uppercase; }


#nd_rst_checkout_step_datas_form { float: left; width: 60%; box-sizing:border-box; padding: 30px 40px;   }
#nd_rst_checkout_step_datas_form button,#nd_rst_checkout_step_datas_form input[type="submit"] { width: 100%;  color: #fff; letter-spacing: 1px; outline: 0; border-width: 0px; cursor: pointer; font-size: 14px; border-radius: 3px; padding: 10px 20px; line-height: 14px; font-weight: normal; text-transform: uppercase; }
/* #nd_rst_checkout_step_datas_form_container { padding:30px; box-sizing:border-box; border:1px solid #f1f1f1; } */

#nd_rst_checkout_step_datas_form input[type=submit]{
	font-size: 12px;
}


#nd_rst_checkout_form_name_container h3 { text-align: center; font-size: 25px; margin-top: 0px;}
#nd_rst_checkout_form_name_container span { font-weight: bold; letter-spacing: 2px; }
#nd_rst_checkout_form_name_container {  }

.nd_rst_checkout_form_description{
	font-size: 12px;
}


#nd_rst_component_container_layer { position: absolute; top: 0px; left:0px; width: 100%; height: 100%;}
#nd_rst_sorting_result_loader { position: absolute; top: 0px; left:0px; width: 100%; height: 100%; background-color: #000; background-image: url('../../../../assets/img/loader-1.gif'); background-size: 70px; background-position: center; background-repeat: no-repeat; }



/***************************************** START THANKS *****************************************/

#nd_rst_thanks_step { border:1px solid #f1f1f1; width: 70%;box-sizing: border-box;margin: 0px 15%; }
#nd_rst_thanks_step_resume_table p { float: left; width: 100%; border-bottom: 1px solid #f1f1f1; padding: 10px 0px;box-sizing: border-box; }
#nd_rst_thanks_step_resume_table p:last-child { border-width: 0px; padding-bottom: 0px; }
#nd_rst_thanks_step_resume_table strong { float: left; font-weight: normal; }
#nd_rst_thanks_step_resume_table span { float: right; }
.nd_rst_thanks_step_resume_left { box-sizing:border-box; }
.nd_rst_thanks_step_resume_right { padding-left: 15px; box-sizing:border-box; }
#nd_rst_thanks_step_resume strong { font-weight: normal; }

#nd_rst_thanks_step_resume_icons { margin:30px 0px; }
#nd_rst_thanks_step_resume_icons p{ letter-spacing: 2px; text-transform: uppercase;}



/***************************************** START RESPONSIVE *****************************************/


/* 11.6 all responsive*/
@media only screen and (min-width: 320px) and (max-width: 1199px) {

	#nd_rst_rest_guests_legend_section,#nd_rst_cal_occa_section { width: 100%; border-width: 0px; }

	#nd_rst_booking_step_resume,#nd_rst_booking_step_datas_form { width: 100%; }	
	#nd_rst_booking_step_resume_all_info { padding: 30px; }
	#nd_rst_booking_step_resume_all_info .nd_rst_width_50_percentage { width: 100%; text-align: left; }
	#nd_rst_booking_step_datas_form_container div { width: 100% !important; margin-left: 0px !important; margin-right: 0px !important; padding: 0px !important; }
	#nd_rst_booking_form_surname_container, #nd_rst_booking_form_email_container, #nd_rst_booking_form_phone_container, #nd_rst_booking_form_billing_address_container, #nd_rst_booking_form_vat_number_container{ margin-top: 20px !important; }


	#nd_rst_checkout_step_resume,#nd_rst_checkout_step_datas_form { width: 100%;}
	#nd_rst_checkout_step_resume_all_info { padding: 30px; }
	/* #nd_rst_checkout_step_resume_all_info .nd_rst_width_50_percentage { width: 100%; text-align: left; } */


	#nd_rst_thanks_step_resume_icons .nd_rst_width_25_percentage { width: 100%; padding-bottom: 30px; }
	#nd_rst_thanks_step { margin:0px; padding: 20px; width: 100%; }
	.nd_rst_thanks_step_resume_left p span { float: left !important; }
	.nd_rst_thanks_step_resume_left p strong { margin-right: 10px; }

}


/* 11.6 all iphone*/
@media only screen and (min-width: 320px) and (max-width: 767px) {

	/* #nd_rst_steps_container .nd_rst_single_step { width: 100%; padding: 10px 0px; } */
	#nd_rst_time_section { padding: 0px; }
	/* #nd_rst_legend_section { display: none; } */
	#nd_rst_guests_section { width: 100% !important; }
	#nd_rst_guests_section h3 { font-size: 18px; }
	#nd_rst_guests_legend_section { padding: 10px;}
	.nd_rst_guest_number { width: 200px; }
	.nd_rst_guest_number h1 { font-size: 40px !important; }
	.nd_rst_restaurant_image_content h3 { font-size: 16px; }
	.nd_rst_restaurant_image_content { top: 10px; }
	.nd_rst_ul_restaurant { z-index: 9; }
	#nd_rst_calendar_content h3 { font-size: 16px; }
	#nd_rst_occasion_cont h3 { font-size: 16px; }
}

.nd_rst_btn_next_container, .nd_rst_btn_next_message{
	text-align: center;
	margin-top: 40px;
}
.nd_rst_btn_next_message{
	display: none;
	color: #fad14d;
}
.nd_rst_btn_next_container button, .nd_rst_btn_prev-3{
	background-color: #fad14d;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 0 15px;
}

.nd_rst_btn_prev-3{
	margin: 0px;
}
@media (max-width: 767px) {
	/* #nd_rst_cal_occa_section{min-height: 336px;} */
	/* .nd_rst_btn_next_container button, .nd_rst_btn_prev-3{display: block;margin: 0 auto;} */
	/* .nd_rst_btn_next_container button.prev + .next, .nd_rst_btn_prev-3 + #nd_rst_btn_go_to_booking {margin-top: 20px;} */
}

.nd_rst_section.nd_rst_btn_next_container.step-1{
	margin-top: 20px;
	margin-bottom: 40px;
}

.nd_rst_section.nd_rst_btn_next_container.step-1 button, 
.show-chose-table button{
	width: 200px;
}



/* #nd_rst_steps_container .nd_rst_float_left:not(:last-child) .nd_options_color_grey::before{
	content: ">";
	font-size: 20px;
	color: #303133;
	position: absolute;
	right: -16px;
    line-height: 16px;
} */

#nd_rst_steps_container h5 p{
	display: block;
    line-height: 20px;
    margin-top: -5px;
    font-size: 20px;
	margin-left:10px;
}
.nd_rst_float_left{
	position: relative;
}

#nd_rst_legend_section .title{
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}

#nd_rst_legend_section p span{
	text-align: center;
	margin-bottom: 5px;
}

.nd_rst_legend_closed span{
	color: #191919;
}

.nd_rst_legend_closed span, .nd_rst_legend_current span{
	background-color: #191919;
	border: 1px solid #cccccc;
	position: relative;
}

.nd_rst_legend_selected span, .nd_rst_legend_not_available span{
	color: #fff;
}

.nd_rst_legend_selected span{
	background-color: #fad14d!important;
}

.nd_rst_cross_window{
	position: relative;
}

/* .nd_rst_cross_window:after{
	content: "";
    top: 27px;
    right: -8px;
    position: absolute;
    width: 119%;
    height: 0.7px;
    background-color: #ffffff;
    transform: rotate(-33deg);
} */

.nd_rst_legend_closed span::after{
	content: "";
    top: 17px;
    right: -6px;
    position: absolute;
    width: 119%;
    height: 0.7px;
    background-color: #191919;
    transform: rotate(-33deg);
}

/* .nd_rst_legend_closed span::after {
	transform: rotate(-34deg);
} */

#nd_rst_calendar_content .nd_rst_section .nd_rst_width_14_percentage{
	margin: 1px;
}

#nd_rst_calendar_content .nd_rst_section .nd_rst_width_14_percentage{
	width: 13.7%;
}

@media(min-width: 550px) and (max-width: 650px){
	#nd_rst_calendar_content .nd_rst_section .nd_rst_width_14_percentage{
		width: 13.5%;
	}
}

@media(min-width: 650px) and (max-width: 720px){
	#nd_rst_calendar_content .nd_rst_section .nd_rst_width_14_percentage{
		width: 13.6%;
	}
}

@media(min-width: 320px) and (max-width: 550px){
	#nd_rst_calendar_content .nd_rst_section .nd_rst_width_14_percentage{
		width: 13.5%;
	}
	#nd_rst_calendar_section{
		padding: 0px;
	}
}



.nd_rst_float_left.nd_rst_width_14_percentage .nd_rst_full_guest{
	color: #fff!important;
	background-color: #e10000 !important;
}

.nd_rst_full_guest-wrapper{
	border: 1px solid #e10000!important;
}

.nd_rst_cursor_pointer.nd_rst_calendar_date{
	color: #000!important;
	background-color: #fff!important;
}

#nd_rst_calendar_content .nd_rst_section:not(.nd_rst_calendar_week) .nd_rst_width_14_percentage{
	background-color: #191919!important;
	border: 1px solid #cccccc!important;
	color: #ffffff!important;
	background: linear-gradient(to bottom right, transparent 49.0%, #ffffff 49.9%, #ffffff 50.0%, transparent 50.9%);
	border-radius: 1rem;
	overflow: hidden;
}

#nd_rst_calendar_content .nd_rst_float_left.nd_rst_width_14_percentage.nd_rst_full_guest-wrapper {
	border: 1px solid #e10000!important;
}

#nd_rst_calendar_content .nd_rst_float_left.nd_rst_width_14_percentage.nd_rst_cal_active_wrapper{
	border: 1px solid #fad14d!important;
}

#nd_rst_calendar_content .nd_rst_section.nd_rst_calendar_week .nd_rst_float_left p{
	padding-bottom: 0px!important;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2{
	display: flex;
	float: left;
	margin-top: 10px;
	width: 100%;
	justify-content: space-between;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button{
	background: transparent;
	color: #000;
	padding: 8px 0px;
	font-size: 10px;
	line-height: 16px;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.prev{
	text-align: left;
	max-width: 50px;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.prev:after{
	content: "<";
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 7px;
    left: -12px;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.next{
	background-color: #e10000;
    color: #fff;
    max-width: 100px;
    height: 30px;
    text-align: center;
    padding: 7px 10px;
    line-height: 20px;
    margin-right: 10px;
}

.nd_rst_cursor_pointer.nd_rst_calendar_date.nd_rst_cal_active{
	color: #fff!important;
	background-color: #fad14d !important;
}

.nd_rst_cal_not_set.nd_rst_cal_not_set.nd_rst_cursor_pointer.nd_rst_calendar_date{
	background-color: #191919!important;
	color: #ffffff!important;
}

.nd_rst_hide_text p{
	opacity: 0;
}

.nd_rst_prev_next_cal.nd_rst_float_right:after{
	content: ">";
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 2px;
    right: 5px;
}

.nd_rst_prev_next_cal.nd_rst_float_left:after{
	content: "<";
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 2px;
    left: 5px;
}

.nd_rst_prev_next_cal.nd_rst_float_left{
	padding-left: 20px;
	text-align: left;
}



.nd_rst_prev_next_cal.nd_rst_float_left.disabled{
	pointer-events: none;
}

#nd_rst_booking_step_resume_all_info .guests,
#nd_rst_booking_step_resume_all_info .table,
#nd_rst_booking_step_resume_all_info .date,
#nd_rst_booking_step_resume_all_info .time,
#nd_rst_booking_step_resume_all_info .sake,
#nd_rst_checkout_step_resume_all_info .guests,
#nd_rst_checkout_step_resume_all_info .table,
#nd_rst_checkout_step_resume_all_info .date,
#nd_rst_checkout_step_resume_all_info .time,
#nd_rst_checkout_step_resume_all_info .sake{
	position: relative;
	padding-left: 20px;
	font-size: 12px!important;
}

#nd_rst_booking_step_resume_all_info .guests,
#nd_rst_booking_step_resume_all_info .table,
#nd_rst_booking_step_resume_all_info .date,
#nd_rst_booking_step_resume_all_info .time,
#nd_rst_checkout_step_resume_all_info .guests,
#nd_rst_checkout_step_resume_all_info .table,
#nd_rst_checkout_step_resume_all_info .date,
#nd_rst_checkout_step_resume_all_info .time,
#nd_rst_checkout_step_resume_all_info .nd_rst_text_align_right p{
	margin-bottom: 5px;
}

#nd_rst_checkout_step_resume_all_info .nd_rst_text_align_right p{
	font-size: 12px!important;
}

#nd_rst_booking_step_resume_all_info .guests::before,
#nd_rst_checkout_step_resume_all_info .guests::before{
	background-image: url(../../../../assets/icons/user.svg);
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10px;
    top: -2px;
}

#nd_rst_booking_step_resume_all_info .table::before,
#nd_rst_checkout_step_resume_all_info .table::before{
	background-image: url(../../../../assets/icons/table.png);
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10px;
    top: -2px;
	background-position: center;
    background-size: 100%;
}

#nd_rst_booking_step_resume_all_info .date::before,
#nd_rst_checkout_step_resume_all_info .date::before{
	background-image: url(../../../../assets/icons/calendar.svg);
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10px;
    top: -2px;
}

#nd_rst_booking_step_resume_all_info .time::before,
#nd_rst_checkout_step_resume_all_info .time::before{
	background-image: url(../../../../assets/icons/watch.svg);
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10px;
    top: -2px;
}

#nd_rst_booking_step_resume_all_info .sake::before,
#nd_rst_checkout_step_resume_all_info .sake::before{
	background-image: url(../../../../assets/icons/sake.png);
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10px;
    top: -2px;
	background-size: contain;
}

/* gift card payment form */

#gift_card_payment_form label { float: left; width: 100%; font-size: 10px; font-weight: normal; }

#gift_card_payment_form input[name="nd_rst_gift_card"]{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0;
}

.gift_card_payment_form_error{
	font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: red;
}

.form_additional_buttons{
	display: flex;
    gap: 10px;
    margin-top: 10px;
    font-size: 10px;
}

.form_additional_buttons button{
	font-size: 12px;
}

#nd_rst_guests_section .menus{
	display: flex;
	max-width: 600px;
    justify-content: center;
	margin: 50px auto 30px;
	gap: 30px;
}

@media(max-width: 768px){
	#nd_rst_guests_section .menus{
		flex-direction: column;
		align-items: center;
	}
}

#nd_rst_guests_section .menus .single-menus{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media(max-width: 768px){
	#nd_rst_guests_section .menus .single-menus{
		width: 100%;
	}
}

#nd_rst_guests_section .single-menus h3{
	margin-bottom: 0px;
	text-align: left;
}

#nd_rst_guests_section .single-menus .description{
	margin-bottom: 20px;
	text-align: justify;
}

.single-menus .nd_rst_guest_number{
	width: 120px;
}

.nd_rst_section.price{
	display: flex;
	width: 100%;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
}

.price h5{
	margin-top: 0px;
}

.price p{
	margin-top: 10px;
}


#ask_date_reservation{
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin: 0px auto 50px;
}

#nd_rst_cal_occa_section .thank-you-message{
	margin-bottom: 50px;
}

.choose_table_wrapper{
	text-align: center;
}

.chose_table_info ul{
	list-style: none!important;
}

.choose_table_wrapper.loading{
	opacity: 0.5;
	pointer-events: none;
}

.single-menus{
	border: 1px solid #eaeaea;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.sake_label{
	display: flex;
    gap: 80px;
    justify-content: flex-start;
    align-items: center;
	max-width: 600px;
	border: 1px solid #eaeaea;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin: auto;
	margin-bottom: 30px;
}


.sake_label img{
	max-height: 150px;
	min-width: 237px;
}

.sake_label .desc-wrapper{
	text-align: left;
}

@media(max-width: 768px){
	.sake_label{
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}
	.sake_label img{
		max-height: none;
		min-width: 100%;
	}
}


.sake_label .cursor-init span{
	margin-left: 10px;
}

#nd_rst_add_sake{
	margin-top: -3px;
}

/* .sake_label .input-wrapper{
	max-width: 150px;
} */


/* Updated style */



.style-color-wayh-bg{
	background-color: #070707!important;
}

#nd_rst_steps_container{
	background-color: transparent!important;
}

#nd_rst_component_container{
	background-color: #191919!important;
}

.nd_rst_section #nd_rst_steps_container .nd_rst_step_active h5 span,
.nd_rst_section #nd_rst_booking_step_datas_form button,
.nd_rst_btn_next_container button,
.nd_rst_section #nd_rst_btn_go_to_booking,
.nd_rst_section #nd_rst_checkout_step_datas_form input[type="submit"],
#nd_rst_steps_container .nd_rst_step_active h5 span,
.nd_rst_section #nd_rst_time_section .nd_rst_time.nd_rst_bg_color_blue{
	background-color: #fad14d !important;
	color: #000;
}

.nd_rst_section #nd_rst_time_section p{
	background-color: #fff!important;
}

.nd_rst_btn_prev-3{
	background-color: transparent!important;
	color: #fff!important;
}

.nd_rst_section #nd_rst_steps_container .nd_rst_step_active h5 span:hover,
.nd_rst_btn_next_container button:hover, .nd_rst_btn_prev-3:hover,
.nd_rst_section #nd_rst_booking_step_datas_form button:hover,
.nd_rst_section #nd_rst_time_section p:hover,
.nd_rst_section #nd_rst_btn_go_to_booking:hover,
.nd_rst_section #nd_rst_checkout_step_datas_form input[type="submit"]:hover{
	background-color: #E9BB24 !important;
}


.single-menus .price p,
#nd_rst_calendar_container h3,
.style-dark a:not(.btn-text-skin):hover{
	color: #fad14d!important;
}

#nd_rst_guests_legend_section{
	padding-top: 0px;
}

.single-menus, .sake_label{
	border: none;
	background-color: #000;
	border-radius: 1rem;
	padding: 1.5rem;
}

.single-menus h5, 
.sake_label .desc-wrapper h4{
	font-size: 1.125rem;
	margin-top: 0px;
}

.sake_label{
	border: 1px solid #000;
	transition: 0.3s ease-in-out;
}

.sake_label:hover,
.sake_label.checked{
	border: 1px solid #fad14d;
}

.single-menus .price{
	text-align: left;
}

.single-menus .price h5{
	font-size: 0.75rem;
}

.single-menus .nd_rst_guest_number{
	text-align: center;
}

.single-menus .price p{
	margin-top: 0px;
}

.single-menus .description p,
.sake_label .desc-wrapper p{
	font-size: 0.875rem;
}

#nd_rst_guests_section h1{
	font-size: 25px;
}

.nd_rst_guest_number{
	border-radius: 1rem
}

.nd_rst_guests_decrease:before,
.nd_rst_guests_increase:before,
#nd_rst_legend_section .title,
#nd_rst_legend_section p,
#nd_rst_calendar_content .title,
#nd_rst_calendar_container button,
.nd_rst_prev_next_cal.nd_rst_float_left:after,
.nd_rst_prev_next_cal.nd_rst_float_right:after,
#nd_rst_calendar_container p strong,
#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button,
#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.prev:after{
	color: #ffffff!important;
}

#nd_rst_cal_occa_section,
#nd_rst_booking_all_container_2,
#nd_rst_time_section,
#nd_rst_checkout_all_container_3{
	border: none;
	background-color: #000;
	border-radius: 1rem;
}

#nd_rst_calendar_content .nd_rst_btn_next_container.step-2 button.next,
.nd_rst_section #nd_rst_booking_step_datas_form button,
#nd_rst_time_section p{
	color: #000!important;
}

.nd_rst_btn_next_container.step-2 .prev{
	background-color: transparent!important;
}

/* .nd_rst_section #nd_rst_time_section .nd_rst_time.nd_rst_bg_color_blue{
	border: 1px solid #fff;
} */

.style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, .style-dark textarea:focus, .style-light .style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, .style-light .style-dark textarea:focus{
	border-color: #fad14d;
}

.error-message{
	color: red;
}

.nd_rst_toogle_icon.nd_rst_cursor_pointer{
	width: 100%;
	text-align: left;
}

.nd_rst_toogle_icon.nd_rst_cursor_pointer img{
	margin-right: 20px;
}

#przelewy_payment_form,
#gift_card_payment_form{
	margin-top: 30px;
}

#nd_rst_cal_occa_section{
	padding: 50px 0px;
    border-radius: 1rem;
}

#nd_rst_booking_notify_no_quests_rs_new{
	margin-top: 50px!important;
}