.ord_label{
	float: left;
	font-weight: bold;
	padding-left: 10px;
	width: 230px;
	cursor:text;
}

.days-fieldset{
	border: 1px solid #DCDBDA;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0;
	width: 160px;
	padding-left:10px;
}

.booking_calender 
{
	margin-bottom:10px;
}

.time_slot 
{
	font-family:inherit;
}

.show_time_slot 
{
	margin-bottom:10px;
}

.day-checkbox{
 
}

/* classes for showing border around the delivery fields */
.prdd-delivery-form {
	border:1px solid #ddd;
	padding: 1em 1em;
	margin-bottom:10px;
}

/* Styling the availability message */

.show_stock_status{
    border-bottom: 1px #ddd solid;
    margin-bottom: 7px;
    padding: 3px;
}

/* for showing the calendar icon inside the delivery field on product page */
.prdd_start_date, .show_time_slot { 
	position: relative;
	width:50%;
}

.prdd_start_date input, .show_time_slot select { 
	background:#fff;
	display:block;
	width: 100% !important;
	box-sizing: border-box;
}
.prdd_start_date img { 
	position: absolute;
	top: 53%;
	right: 5%; 
}
