body {
	position: relative;
}

.slot_section input[type="text"].delivery_date {
	margin: 0;
}

.slot_section .pick_date li {
	list-style: none;
}

.slot_section .pick_date {
	margin: 0px;
	padding: 0px;
}

.slot_section .btn.btn-date {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	height: 100%;
	color: inherit;
	font: inherit;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.slot_section .weekday, .view-categories .slot_section .date {
	margin: 5px 0px 0 14px;
	padding: 6px 0px 0px;
}

.slot_section .weekday, .slot_section .date {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	margin: 5px auto;
	padding: 6px 5px 0px 0;
}

.list-layout .slot_section .weekday,
.list-layout .slot_section .date {
	max-width: 275px;
	margin-left: 0;
}

.list-layout .slot_section .date .input-group-addon.btn.btn-date.active {
	margin-left: 0;
}
.list-layout .slot_section .weekday,
.list-layout .view-categories .slot_section .date {
	margin-left: 0;
}

.list-layout .slot_section .slot_picker {
	text-align: left;
	margin-bottom: 10px;
}

.slot_section .date .input-group-addon.btn.btn-date {
	padding: 12px 12px !important;
	border-radius: 100px;
	border: none;
	display: inline-block !important;
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1em;
	background: #35a8e6;
	color: #ffffff;
	letter-spacing: 1px;
}

.list-layout .slot_section .date .input-group-addon.btn.btn-date {
	width: 100%;
}

.slot_section .slot_section {
	min-height: 70px;
}

.slot_section .delivery_slot {
	width: 145px;.grid-layout .product-box
}

.slot_section .slot_picker {
	text-align: center;
}

.slot_section .slot_picker .select2-container .select2-choice > .select2-chosen {
	margin-right: 20px;
	font-family: inherit;
	letter-spacing: 0.5pt;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;

}

.slot_section .slot_picker .select2-container {
	font-size: 12px;
	width: 75%;
	margin-top: 3px;
}

.list-layout .slot_section .slot_picker .select2-container {
	width: 275px;
}

.slot_picker .select2-container .select2-choice{
	border-radius: 0px;
}

div.select2-drop, div.select2-drop-active{
	border-radius: 0px !important;
	padding: 8px 4px 2px !important;
}

.datepicker.span6{
	padding: 5px 0 10px 0;
}
.timepicker.span6{
	padding: 10px 0;
	border-top: 2px solid #f3f3f3;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
	background: #35a8e6;
	color: #ffffff;
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td {
	height: 20px;
	line-height: 20px;
	width: 54px;
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 20px;
	line-height: 20px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 0px;
	color: #000000;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #35a8e6;
}

span.glyphicon.glyphicon-chevron-up:hover,
span.glyphicon.glyphicon-chevron-down:hover,
span.timepicker-minute:hover,
span.timepicker-hour:hover{
	background: #ffffff !important;
	color: #35a8e6;
}

.mod-sellacious-latestproducts .slot_section .date .input-group-addon.btn.btn-date:hover{
	background: #35a8e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.slot_section .date .input-group-addon.btn.btn-date.active
{
	background: #1a8bba;
	-webkit-box-shadow: inset 2px 3px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 2px 3px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 2px 3px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
	border-radius: 0;
	background: #35a8e6;
	border: none;
}

.bootstrap-datetimepicker-widget button[data-action]:hover{
	background: #1a8bba;
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 0;
}


@media (min-width: 768px) and (max-width: 1199px){
	.datepicker.span6,
	.timepicker.span6{
		width: 100%;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 25em;
	}
}
@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 25em;
	}
}
@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 23em;
	}
}
