.page-container {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: unset;
	transform: unset
}

.site-header__mobile-nav {
	z-index: 1
}

.identixweb-order-delivery-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.identixweb-order-delivery-tab .identixweb-order-delivery-tablinks {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: .5em;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 1em;
	cursor: pointer;
	text-align: center
}

.identixweb-order-delivery-tab .identixweb-order-delivery-tablinks:hover {
	background-color: #ddd
}

.identixweb-order-delivery-tab .identixweb-order-delivery-tablinks.active {
	background: #43467f;
	border-color: #43467f;
	box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 0 0 transparent;
	color: #fff !important
}

.identixweb-order-delivery-tabcontent {
	display: none
}

.identixweb-order-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-align: left
}

.identixweb-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: .5em
}

.identixweb-order-delivery-tab .identixweb-order-delivery-tablinks.active .identixweb-btn-icon-main svg {
	fill: #fff !important
}

.identixweb-btn-text-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .7em 1em;
	border: 1px solid #dadada;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1em;
	height: inherit;
	cursor: pointer;
	height: 44px
}

.order-delivery-date-postalcode {
	cursor: auto
}

.identixweb-order-delivery-tab .identixweb-order-delivery-tablinks:last-child {
	margin-right: 0
}

.identixweb-locations {
	border: 1px solid #dadada;
	border-radius: 4px;
	margin-top: .5em;
	max-height: 240px;
	overflow-y: auto
}

.identixweb-store {
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2em;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.identixweb-store .identixweb-locationRadio {
	margin-top: .2em;
	margin-right: .7em;
	height: inherit;
	font-size: initial !important
}

.identixweb-storr-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .9em
}

.identixweb-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4)
}

.identixweb-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 360px;
	position: relative
}

.closeidentixweb {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	right: 11px;
	top: 6px
}

.closeidentixweb:focus,
.closeidentixweb:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

.heading-identixweb {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 20px
}

.identixweb-modal-detail span {
	width: 100%;
	display: inline-block
}

.identixweb-openingHours h2 {
	margin-bottom: .4em;
	font-size: 1.5em
}

.identixweb-openingHours table {
	position: relative;
	border: 0 none;
	background-color: #f6f6f6;
	width: 100%;
	padding: 15px
}

.identixweb-openingHours table td {
	padding: 10px 15px
}

.identixweb-snize-exclude-input {
	min-height: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #eee;
	border: none;
	border: 1px solid #dadada;
	border-radius: 0 4px 4px 0;
	font-size: 1.2em;
	padding: 0 .6em;
	margin: 0;
	width: inherit;
	background: #43467f !important;
	box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, .05), 0 0 0 0 transparent !important;
	color: #fff !important;
	border-color: #43467f !important
}

.identixweb-inputWithButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	position: relative
}

.identixweb-snize-exclude-input {
	cursor: pointer
}

.identixweb-snize-exclude-input svg {
	width: 17px;
	fill: #fff !important
}

.identixweb-btn-icon-main svg {
	width: 50px
}

.identixweb-order-delivery p {
	margin-top: 10px;
	font-size: 16px
}

.order-delivery-date-image {
	width: 50px;
	height: 50px;
	margin-bottom: 5px
}

.identixweb-order-delivery-date-deliveryRequired,
.identixweb-order-delivery-date-same-day-delivery-deliveryRequired,
.identixweb-order-delivery-date-local-delivery-deliveryRequired {
	display: none;
	color: red;
	font-size: 16px;
	text-align: center;
	padding-top: 5px
}

.identixweb-order-delivery-date-local-delivery-uiHeading,
.identixweb-order-delivery-date-same-day-delivery-uiHeading,
.identixweb-order-delivery-date-uiHeading {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px
}

.identixweb-order-delivery-deliveryNote {
	font-size: 16px;
	text-align: center;
	margin-top: 10px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	color: #333;
	font-weight: 400;
	background: #f6f6f6
}

.identixweb-order-delivery-Time,
.identixweb-order-delivery-datepicer-icon {
	width: 100%;
	max-width: 273px;
	margin: auto
}

.identixweb-order-delivery-deliveryTime {
	padding: .7em 1em;
	border: 1px solid #dadada;
	width: 100%;
	height: 45px;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	position: relative
}

.identixweb-order-delivery .ui-state-active,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.identixweb-order-delivery-deliveryTime:before {
	content: "";
	position: absolute;
	height: 40px;
	width: 1px;
	border: 1px solid #ccc
}

.identixweb-pagination {
	padding-top: 10px;
	display: flex;
	justify-content: flex-end
}

.identixweb-pagination a {
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
	border-radius: 5px
}

.identixweb-pagination a.active {
	background-color: #007bff;
	color: #fff;
	border: 1px solid #4caf50
}

#identixweb-order-delivery-date-store-pickup .identixweb-map {
	width: 100%;
	height: 250px
}

.identixweb-pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px
}

.identixweb-order-delivery-date-local-delivery-preloader {
	text-align: center
}

.identixweb-order-delivery-success {
	color: #24d419;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}




/* ui style   */
.uiDeliveryCalendar {
	padding-bottom: 10px;
}

.identixweb-order-delivery {
	clear: both;
}

.identixweb-order-delivery .uiDeliveryCalendar .ui-datepicker-calendar thead {
	display: table-row-group
}

.identixweb-order-delivery .uiDeliveryCalendar .ui-datepicker-calendar tbody {
	display: table-row-group
}

.identixweb-order-delivery .uiDeliveryCalendar .ui-datepicker-calendar {
	display: table
}

.identixweb-order-delivery .uiDeliveryCalendar {
	font-size: 16px;
}

.identixweb-order-delivery table.ui-datepicker-calendar tr {
	border: none !important;
}

.identixweb-order-delivery .uiDeliveryCalendar.uiRequired>.ui-datepicker,
select.deliveryTime.uiRequired {
	border: 1px solid red;
}

.identixweb-order-delivery select.deliveryTime {
	display: block;
	margin: auto;
	width: 273px;
	max-width: 100%;
	margin-top: 20px;
	padding: 5px;
	border-radius: 2px;
	font-size: 16px;
}

.identixweb-order-delivery .deliveryRequired {
	display: none;
	color: red;
	font-size: 16px;
	text-align: center;
}

.identixweb-order-delivery table.ui-datepicker-calendar {
	border: none
}

.identixweb-order-delivery .uiHeading {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

.identixweb-order-delivery .uiDeliveryCalendar>div {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.identixweb-order-delivery .ui-helper-hidden {
	display: none
}

.identixweb-order-delivery .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.identixweb-order-delivery .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.identixweb-order-delivery .ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.identixweb-order-delivery .ui-helper-clearfix:after {
	clear: both
}

.identixweb-order-delivery .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.identixweb-order-delivery .ui-front {
	z-index: 100
}

.identixweb-order-delivery .ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.identixweb-order-delivery .ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.identixweb-order-delivery .ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.identixweb-order-delivery .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.identixweb-order-delivery .ui-datepicker {
	width: 273px;
	padding: .2em .2em 0;
	display: none
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-next {
	right: 2px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.identixweb-order-delivery .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.identixweb-order-delivery .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.identixweb-order-delivery .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.identixweb-order-delivery .ui-datepicker td {
	display: table-cell !important;
	padding: 1px !important;
	border: 0 !important;
	border: 0;
	padding: 1px
}

.identixweb-order-delivery .ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.identixweb-order-delivery .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.identixweb-order-delivery .ui-datepicker.ui-datepicker-multi {
	width: auto
}

.identixweb-order-delivery .ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.identixweb-order-delivery .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.identixweb-order-delivery .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.identixweb-order-delivery .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.identixweb-order-delivery .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.identixweb-order-delivery .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker- er,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.identixweb-order-delivery .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.identixweb-order-delivery .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.identixweb-order-delivery .ui-datepicker-rtl {
	direction: rtl
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.identixweb-order-delivery .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.identixweb-order-delivery .ui-datepicker .ui-icon {
	display: block;
	text-indent: 99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%
}

.identixweb-order-delivery .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.identixweb-order-delivery .ui-widget .ui-widget {
	font-size: 1em
}

.identixweb-order-delivery .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.identixweb-order-delivery .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.identixweb-order-delivery .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.identixweb-order-delivery .ui-widget-content a {
	color: #333
}

.identixweb-order-delivery .ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

.identixweb-order-delivery .ui-widget-header a {
	color: #333
}

.identixweb-order-delivery .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5 !important;
	background: #f6f6f6 !important;
	font-weight: normal !important;
	color: #454545 !important
}

.identixweb-order-delivery .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.identixweb-order-delivery .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc !important;
	background: #ededed !important;
	font-weight: normal !important;
	color: #2b2b2b !important;
}

.identixweb-order-delivery .ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.identixweb-order-delivery .ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.identixweb-order-delivery .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff  !important;
	background: #007fff !important;
	font-weight: normal !important;
	color: black !important
}

.identixweb-order-delivery .ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.identixweb-order-delivery .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.identixweb-order-delivery .ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.identixweb-order-delivery .ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.identixweb-order-delivery .ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.identixweb-order-delivery .ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.identixweb-order-delivery .ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.identixweb-order-delivery .ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.identixweb-order-delivery .ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.identixweb-order-delivery .ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.identixweb-order-delivery .ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.identixweb-order-delivery .ui-icon {
	width: 16px;
	height: 16px
}

.identixweb-order-delivery .ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_444444_256x240.png")
}

.identixweb-order-delivery .ui-widget-header .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_444444_256x240.png")
}

.identixweb-order-delivery .ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_555555_256x240.png")
}

.identixweb-order-delivery .ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_ffffff_256x240.png")
}

.identixweb-order-delivery .ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_777620_256x240.png")
}

.identixweb-order-delivery .ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_cc0000_256x240.png")
}

.identixweb-order-delivery .ui-button .ui-icon {
	background-image: url("https://apps.drdoughdonuts.com/order-delivery-date-same-day-delivery/assets/img/ui-icons_777777_256x240.png")
}

.identixweb-order-delivery .ui-icon-blank {
	background-position: 16px 16px
}

.identixweb-order-delivery .ui-icon-caret-1-n {
	background-position: 0 0
}

.identixweb-order-delivery .ui-icon-caret-1-ne {
	background-position: -16px 0
}

.identixweb-order-delivery .ui-icon-caret-1-e {
	background-position: -32px 0
}

.identixweb-order-delivery .ui-icon-caret-1-se {
	background-position: -48px 0
}

.identixweb-order-delivery .ui-icon-caret-1-s {
	background-position: -65px 0
}

.identixweb-order-delivery .ui-icon-caret-1-sw {
	background-position: -80px 0
}

.identixweb-order-delivery .ui-icon-caret-1-w {
	background-position: -96px 0
}

.identixweb-order-delivery .ui-icon-caret-1-nw {
	background-position: -112px 0
}

.identixweb-order-delivery .ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.identixweb-order-delivery .ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.identixweb-order-delivery .ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.identixweb-order-delivery .ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.identixweb-order-delivery .ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.identixweb-order-delivery .ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.identixweb-order-delivery .ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.identixweb-order-delivery .ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.identixweb-order-delivery .ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.identixweb-order-delivery .ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.identixweb-order-delivery .ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.identixweb-order-delivery .ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.identixweb-order-delivery .ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.identixweb-order-delivery .ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.identixweb-order-delivery .ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.identixweb-order-delivery .ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.identixweb-order-delivery .ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.identixweb-order-delivery .ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.identixweb-order-delivery .ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.identixweb-order-delivery .ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.identixweb-order-delivery .ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.identixweb-order-delivery .ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.identixweb-order-delivery .ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.identixweb-order-delivery .ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.identixweb-order-delivery .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.identixweb-order-delivery .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.identixweb-order-delivery .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.identixweb-order-delivery .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.identixweb-order-delivery .ui-icon-arrow-4 {
	background-position: 0 -80px
}

.identixweb-order-delivery .ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.identixweb-order-delivery .ui-icon-extlink {
	background-position: -32px -80px
}

.identixweb-order-delivery .ui-icon-newwin {
	background-position: -48px -80px
}

.identixweb-order-delivery .ui-icon-refresh {
	background-position: -64px -80px
}

.identixweb-order-delivery .ui-icon-shuffle {
	background-position: -80px -80px
}

.identixweb-order-delivery .ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.identixweb-order-delivery .ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.identixweb-order-delivery .ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.identixweb-order-delivery .ui-icon-folder-open {
	background-position: -16px -96px
}

.identixweb-order-delivery .ui-icon-document {
	background-position: -32px -96px
}

.identixweb-order-delivery .ui-icon-document-b {
	background-position: -48px -96px
}

.identixweb-order-delivery .ui-icon-note {
	background-position: -64px -96px
}

.identixweb-order-delivery .ui-icon-mail-closed {
	background-position: -80px -96px
}

.identixweb-order-delivery .ui-icon-mail-open {
	background-position: -96px -96px
}

.identixweb-order-delivery .ui-icon-suitcase {
	background-position: -112px -96px
}

.identixweb-order-delivery .ui-icon-comment {
	background-position: -128px -96px
}

.identixweb-order-delivery .ui-icon-person {
	background-position: -144px -96px
}

.identixweb-order-delivery .ui-icon-print {
	background-position: -160px -96px
}

.identixweb-order-delivery .ui-icon-trash {
	background-position: -176px -96px
}

.identixweb-order-delivery .ui-icon-locked {
	background-position: -192px -96px
}

.identixweb-order-delivery .ui-icon-unlocked {
	background-position: -208px -96px
}

.identixweb-order-delivery .ui-icon-bookmark {
	background-position: -224px -96px
}

.identixweb-order-delivery .ui-icon-tag {
	background-position: -240px -96px
}

.identixweb-order-delivery .ui-icon-home {
	background-position: 0 -112px
}

.identixweb-order-delivery .ui-icon-flag {
	background-position: -16px -112px
}

.identixweb-order-delivery .ui-icon-calendar {
	background-position: -32px -112px
}

.identixweb-order-delivery .ui-icon-cart {
	background-position: -48px -112px
}

.identixweb-order-delivery .ui-icon-pencil {
	background-position: -64px -112px
}

.identixweb-order-delivery .ui-icon-clock {
	background-position: -80px -112px
}

.identixweb-order-delivery .ui-icon-disk {
	background-position: -96px -112px
}

.identixweb-order-delivery .ui-icon-calculator {
	background-position: -112px -112px
}

.identixweb-order-delivery .ui-icon-zoomin {
	background-position: -128px -112px
}

.identixweb-order-delivery .ui-icon-zoomout {
	background-position: -144px -112px
}

.identixweb-order-delivery .ui-icon-search {
	background-position: -160px -112px
}

.identixweb-order-delivery .ui-icon-wrench {
	background-position: -176px -112px
}

.identixweb-order-delivery .ui-icon-gear {
	background-position: -192px -112px
}

.identixweb-order-delivery .ui-icon-heart {
	background-position: -208px -112px
}

.identixweb-order-delivery .ui-icon-star {
	background-position: -224px -112px
}

.identixweb-order-delivery .ui-icon-link {
	background-position: -240px -112px
}

.identixweb-order-delivery .ui-icon-cancel {
	background-position: 0 -128px
}

.identixweb-order-delivery .ui-icon-plus {
	background-position: -16px -128px
}

.identixweb-order-delivery .ui-icon-plusthick {
	background-position: -32px -128px
}

.identixweb-order-delivery .ui-icon-minus {
	background-position: -48px -128px
}

.identixweb-order-delivery .ui-icon-minusthick {
	background-position: -64px -128px
}

.identixweb-order-delivery .ui-icon-close {
	background-position: -80px -128px
}

.identixweb-order-delivery .ui-icon-closethick {
	background-position: -96px -128px
}

.identixweb-order-delivery .ui-icon-key {
	background-position: -112px -128px
}

.identixweb-order-delivery .ui-icon-lightbulb {
	background-position: -128px -128px
}

.identixweb-order-delivery .ui-icon-scissors {
	background-position: -144px -128px
}

.identixweb-order-delivery .ui-icon-clipboard {
	background-position: -160px -128px
}

.identixweb-order-delivery .ui-icon-copy {
	background-position: -176px -128px
}

.identixweb-order-delivery .ui-icon-contact {
	background-position: -192px -128px
}

.identixweb-order-delivery .ui-icon-image {
	background-position: -208px -128px
}

.identixweb-order-delivery .ui-icon-video {
	background-position: -224px -128px
}

.identixweb-order-delivery .ui-icon-script {
	background-position: -240px -128px
}

.identixweb-order-delivery .ui-icon-alert {
	background-position: 0 -144px
}

.identixweb-order-delivery .ui-icon-info {
	background-position: -16px -144px
}

.identixweb-order-delivery .ui-icon-notice {
	background-position: -32px -144px
}

.identixweb-order-delivery .ui-icon-help {
	background-position: -48px -144px
}

.identixweb-order-delivery .ui-icon-check {
	background-position: -64px -144px
}

.identixweb-order-delivery .ui-icon-bullet {
	background-position: -80px -144px
}

.identixweb-order-delivery .ui-icon-radio-on {
	background-position: -96px -144px
}

.identixweb-order-delivery .ui-icon-radio-off {
	background-position: -112px -144px
}

.identixweb-order-delivery .ui-icon-pin-w {
	background-position: -128px -144px
}

.identixweb-order-delivery .ui-icon-pin-s {
	background-position: -144px -144px
}

.identixweb-order-delivery .ui-icon-play {
	background-position: 0 -160px
}

.identixweb-order-delivery .ui-icon-pause {
	background-position: -16px -160px
}

.identixweb-order-delivery .ui-icon-seek-next {
	background-position: -32px -160px
}

.identixweb-order-delivery .ui-icon-seek-prev {
	background-position: -48px -160px
}

.identixweb-order-delivery .ui-icon-seek-end {
	background-position: -64px -160px
}

.identixweb-order-delivery .ui-icon-seek-start {
	background-position: -80px -160px
}

.identixweb-order-delivery .ui-icon-seek-first {
	background-position: -80px -160px
}

.identixweb-order-delivery .ui-icon-stop {
	background-position: -96px -160px
}

.identixweb-order-delivery .ui-icon-eject {
	background-position: -112px -160px
}

.identixweb-order-delivery .ui-icon-volume-off {
	background-position: -128px -160px
}

.identixweb-order-delivery .ui-icon-volume-on {
	background-position: -144px -160px
}

.identixweb-order-delivery .ui-icon-power {
	background-position: 0 -176px
}

.identixweb-order-delivery .ui-icon-signal-diag {
	background-position: -16px -176px
}

.identixweb-order-delivery .ui-icon-signal {
	background-position: -32px -176px
}

.identixweb-order-delivery .ui-icon-battery-0 {
	background-position: -48px -176px
}

.identixweb-order-delivery .ui-icon-battery-1 {
	background-position: -64px -176px
}

.identixweb-order-delivery .ui-icon-battery-2 {
	background-position: -80px -176px
}

.identixweb-order-delivery .ui-icon-battery-3 {
	background-position: -96px -176px
}

.identixweb-order-delivery .ui-icon-circle-plus {
	background-position: 0 -192px
}

.identixweb-order-delivery .ui-icon-circle-minus {
	background-position: -16px -192px
}

.identixweb-order-delivery .ui-icon-circle-close {
	background-position: -32px -192px
}

.identixweb-order-delivery .ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.identixweb-order-delivery .ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.identixweb-order-delivery .ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.identixweb-order-delivery .ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.identixweb-order-delivery .ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.identixweb-order-delivery .ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.identixweb-order-delivery .ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.identixweb-order-delivery .ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.identixweb-order-delivery .ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.identixweb-order-delivery .ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.identixweb-order-delivery .ui-icon-circle-check {
	background-position: -208px -192px
}

.identixweb-order-delivery .ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.identixweb-order-delivery .ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.identixweb-order-delivery .ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.identixweb-order-delivery .ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.identixweb-order-delivery .ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.identixweb-order-delivery .ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.identixweb-order-delivery .ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.identixweb-order-delivery .ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.identixweb-order-delivery .ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.identixweb-order-delivery .ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.identixweb-order-delivery .ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.identixweb-order-delivery .ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.identixweb-order-delivery .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.identixweb-order-delivery .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.identixweb-order-delivery .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.identixweb-order-delivery .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.identixweb-order-delivery .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.identixweb-order-delivery .ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.identixweb-order-delivery .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
	cursor: pointer;
	border-radius: 0
}

.identixweb-order-delivery .uiDeliveryCalendar>div {
	margin: auto;
	margin-top: 20px;
}

.identixweb-order-delivery .ui-datepicker-calendar tr:first-child th:after,
.ui-datepicker-calendar tr:first-child td:after {
	border: none
}

.identixweb-order-delivery p.deliveryNote {
	text-align: center;
	margin-top: 10px
}

.identixweb-order-delivery-success {
	color: #24d419;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}
.oddt_shipping_addon{
    border: 4px; 
    padding: 10px; 
    border-radius: 25px; 
    justify-content:space-between;  
    display: none;    
    margin: auto;    
    width: fit-content; 
    margin-top: 20px;    
    padding: 10px;    
    border-radius: 4px;    
    font-size: 16px; 
    line-height:28px; 
    border:1px solid #aeaeae;
}
.oddtDeliveryShippingPrice{	
    justify-content:flex-start; 
}

.ui-datepicker-today[data-handler="selectDay"] a.ui-state-highlight {
    background: #f6f6f6;
    border-color: #cccccc;
}

.ui-datepicker-today[data-handler="selectDay"] a.ui-state-highlight.ui-state-hover{
	border: 1px solid #fbcb09;
    background: #fdf5ce;
}
.ui-datepicker-today[data-handler="selectDay"] a.ui-state-highlight.ui-state-active,
table.ui-datepicker-calendar .ui-state-active {
    background: #fed22f;
    border-color: #fed22f;
}