@charset "UTF-8";

#deliveryoption_header {
	display: flex;
	padding: 16px 0;
	align-items: center;
}
.deli-event .branch-title {
	width: 110px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: sub;
}
.deli-event .destination-title {
	width: 110px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: sub;
}
.deli-option-item .deli-event {
	cursor: pointer;
}
.deliveryoption .header .content {
	color: var(--neutral-colors-gray-800, #525255);
	font-feature-settings: 'clig' off, 'liga' off;
	/* Headings/H4 */
	font-family: Prompt;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.deliveryoption .ui.button {
	font-family: var(--fontFamily) !important;
}
.deliveryoption .header-tab {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding-bottom: 20px;
	border-bottom: none !important;
}
.deliveryoption .ui.tabular.menu .active.item {
	border-radius: 10px !important;
}
.deliveryoption .tab {
	border: none !important;
	padding: 0 !important;
}
.deliveryoption .header-tab .item {
	display: flex;
	width: 170px;
	padding: 10px 24px;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	border-radius: 10px !important;
	background: var(--neutral-colors-gray-100, #F9F9FC) !important;
	height: 115px !important;
	cursor: pointer !important;
}
.deliveryoption .header-tab .item.active {
	border: 2px solid var(--primary-color-deep-blue-800) !important;
	background: var(--neutral-colors-white, #FFF) !important;
	border-radius: 10px !important;
}
.deliveryoption .header-tab .item label {
	color: var(--neutral-colors-gray-800, #525255);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Prompt;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.deli-shopopen {
	color: #0bbd32;
	font-weight: normal;
	font-size: 14px;
	cursor: default;
}

#deli_store {
	max-height: calc(100vh - 500px);
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.deli-store-item {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}

.deli-store-item:hover {
	background-color: #EFEFEF;
}

.deli-store-item.active {
	font-weight: 600;
}

.deli-store-check {
	float: right;
	margin-top: -22px;
	display: none;
}

.deli-store-item.active .deli-store-check {
	display: block;
}

.deli-address-item {
	border-bottom: 1px solid #CCC;
	padding: 12px;
	cursor: pointer;
}

.deli-address-item:last-child {
	border-bottom: unset;
}

.deli-address-item:hover {
	background-color: #EFEFEF;
}

deli-address-item.active {
	font-weight: 600;
}

#deli_address {
	max-height: calc(100vh - 420px);
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.deliveryoption .actions {
	position: fixed;
	width: 100%;
	text-align: center !important;
	bottom: 0;
	left: 0;
}

.deli-address-check {
	float: right;
	margin-top: -22px;
	display: none;
}

.deli-address-item.active .deli-address-check {
	display: block;
}

