.ui-timepicker-div .ui_tpicker_hour,
.ui-timepicker-div .ui_tpicker_minute,
.ui-timepicker-div .ui_tpicker_time {
    display: block;
}

#time_slot_field {
    opacity: 0.5;
}

#clear-field {
    border: 1px solid #000;
    border-color: rgb(169, 169, 169);
    width: 275px;
    height: 35px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
    font-size: 13px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
    font-size: 13px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

dt,
dd {
    float: none;
}

button[id="clear_field_button"] {
    background: transparent;
    border: none;
    padding: 3px 3px;
    width: 20px;
    height: 15px;
    display: none;
}

/* To hide the Today button in the calendar */
.ui-datepicker-current {
    display: none;
}

.orddd_field_note{
	font-size: 10px;
	display: block;
	margin-top: 10px;
}

#orddd_shipping_multiple_mandatory {
    color: red;
    font-weight: 800;
    border: none;
}

/* 
#e_deliverydate {
	cursor: text!important;
} */

#orddd_dynamic_hidden_vars {
    display: none;
}

.orddd_custom_time_slot {
    cursor: not-allowed !important;
    width: 150px;
}

.orddd_custom_time_slot_mandatory {
    cursor: not-allowed !important;
}

/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: -moz-fit-content;
    min-width: auto;
}

.ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-left: 0.1em solid;
    border-bottom: 0.1em solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.6em;
    font: normal 20px/34px 'dashicons';
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid;
    border-top: 0.1em solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.6em;
    font: normal 20px/34px 'dashicons';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    font-weight: 600;
}

.ui-datepicker th {
    padding: 10px;
}

#orddd_datepicker .ui-datepicker td {
    padding: 0;
    border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #f0f0c0;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

#orddd_edit_div {
    display: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 12px;
}

#orddd_datepicker {
    position: relative;
}

@media only screen and (max-width: 1000px) {

    #ui-datepicker-div {
        width: auto !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first,
    .ui-datepicker-group.ui-datepicker-group-last,
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    .ui-datepicker-multi .ui-datepicker-group {
        float: none !important;
    }

    .ui-datepicker-inline,
    .ui-datepicker-multi {
        width: auto !important;
    }
}

.orddd_delivery_date,
.orddd_delivery_time,
.orddd_pickup_locations {
    font-weight: 600;
}

/* Incorrect width of time selection when delivery date field's placing is Shipping section*/
.shipping_address #time_slot_field .select2-container,
.shipping_address #orddd_locations_field .select2-container,
#orddd_edit_div #time_slot_field .select2-container {
    width: 100% !important;
}

.orddd_list_view_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2px;
    row-gap: 2px;
}

.list-view {
    display: flex;
    border: 1px solid #aaa;
    margin: 5px;
    padding: 5px;
}

.list-view.selected {
    background: #3a3a3a !important;
    color: #fff;
}


.orddd_list_view_container>.list-view {
    display: inline-block;
    margin: 0.3em 0.3em 0 0;
    background-color: #f5f5f5;
    border: 1px solid #D0D0D0;
}

.orddd_list_view_container>.list-view>span {
    padding: 0.2em;
    text-align: center;
    display: block;
}

.orddd_list_view_container>.list-view>input {
    display: none;
}

.delivery-date-field {
    margin: 10px 0;
}

.orddd-checkout-fields {
    margin: 0 0 35px 0;
}

.orddd-store-name {
    color: #a9a2a2;
    font-size: 30px;
    margin: 30px 0 0 0;
}

/* CSS for time slots in list view to make it one per row. */
@media only screen and ( max-width: 767px ) {
	div#orddd_list_view_select {
		grid-template-columns: repeat( 1, 1fr);
	}
}
/* CSS end for time slots in list view. */
.woocommerce-checkout-review-order-table #e_deliverydate_0_field label {
    display: none;
}
.woocommerce-checkout-review-order-table #orddd_time_slot_0_field label[for='orddd_time_slot_0'] {
    display: none;
}
tr.orddd-checkout-fields .select2 {
   min-width:150px;
}

.order-type ul {
    display: flex;
    flex-direction: row;
 }

.order-type ul li {
   margin-right: 20px;
}

.order-type ul li label {
    cursor: pointer;
}
input#orddd_order_type_delivery, input#orddd_order_type_pickup {
    display: inline-block !important;
}
div#orddd_time_slot.wc-block-components-combobox ul {
    margin: 0px !important;
    list-style: none !important;
}
div#orddd_time_slot.wc-block-components-combobox ul li {
    font-size: 16px;
    font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    padding: 5px !important;
}
#orddd_list_view_select_0 li.list-view.is-active {
    color: #fff !important;
    background: #000000 !important;
}
li.list-view {
    text-align: center;
}
 .orddd-checkout-fields span.select2.select2-container {
    width: 100% !important;
}
div#ui-datepicker-div {
    z-index: 9999999 !important;
}
#ui-datepicker-div .ui-icon{
    font-size: 0px !important;
}
