#custom_delivery_date
{
	border: 1px solid #D1CFD0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-top: 10px;	
}

#custom_delivery_date .custom_delivery_date_field
{
	border-bottom: 1px solid #D1CFD0;
	padding-top: 12px;
	padding-bottom: 12px;
}

#custom_delivery_date .custom_delivery_date_field:last-child
{
	border-bottom: 0;
}

#custom_delivery_date h5
{
	font-size: 13px;
	color: #666;
	font-weight: bold;
}

#custom_delivery_date input[type="radio"]
{
	margin-right: 20px;
}

#custom_delivery_date label
{
	font-weight: bold;
}

#custom_delivery_date .custom_delivery_date_info
{
	color: #666;
}

#custom_delivery_date_datepicker
{
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#custom_delivery_date_datepicker .datepicker table tr td.active.active, #custom_delivery_date_datepicker  .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, #custom_delivery_date_datepicker .datepicker table tr td.active:active, #custom_delivery_date_datepicker .datepicker table tr td.active:hover.active, #custom_delivery_date_datepicker .datepicker table tr td.active:hover:active
{
	background: var(--primary-bg-color);
	color: #fff !important;
	font-weight: bold;
}

.cart_avail .custom_delivery_date_cart
{
	font-weight: bold;
	color: #d00;
	margin-top: 2px;
}

#custom_delivery_date_popup_content
{
	min-width: 300px;
}

#custom_delivery_date_datepicker .cdd-icon-time:before,
#custom_delivery_date_datepicker .cdd-icon-date:before,
#custom_delivery_date_datepicker .cdd-icon-up:before,
#custom_delivery_date_datepicker .cdd-icon-down:before,
#custom_delivery_date_datepicker .cdd-icon-prev:before,
#custom_delivery_date_datepicker .cdd-icon-next:before
{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

#custom_delivery_date_datepicker .cdd-icon-time:before { content: '◷'; }
#custom_delivery_date_datepicker .cdd-icon-date:before { content: '▦'; }
#custom_delivery_date_datepicker .cdd-icon-up:before { content: '▲'; }
#custom_delivery_date_datepicker .cdd-icon-down:before { content: '▼'; }
#custom_delivery_date_datepicker .cdd-icon-prev:before { content: '‹'; }
#custom_delivery_date_datepicker .cdd-icon-next:before { content: '›'; }

#custom_delivery_date_datepicker .datepicker table
{
	font-size: 0.8rem;
}

#custom_delivery_date_datepicker .datepicker table td.day
{
	height: 30px;
	width: 14.28%;
}

.quickview #custom_delivery_date
{
	display: none !important;
}