/*Homepage Widgets*/
/*1st widget: Banner Scrollable Banner*/
.site-content .home-v1-slider {
	width: 100vw;
	position: relative;
	margin-left: -50.5vw;
	left: 50%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
}
.home-v1-slider .slick-list {
	padding: 0 15% 0 0 !important;
}
.slick-slide {
	outline: none !important;
	padding: 0.25em;
}
.banner-slide img {
	height: auto;
	max-width: 100%;
	border: 0;
	display: block !important;
	border-radius: 10px !important;
}
.slick-initialized .slick-slide {
	margin: 0;
	overflow: hidden;
}
.slick-dots {
	position: absolute;
	display: block;
	bottom: 60px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
}
.banner-slide .slick-dots,
.banner-slide-full .slick-dots {
	bottom: 10px;
	z-index: 1;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	position: relative;
	width: 10px;
	height: 10px;
}
.slick-dots li:first-child {
	margin-left: 0;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.banner-slide .slick-dots button,
.banner-slide-full .slick-dots button {
	margin: 0 3px;
	background: #ccc;
	width: 18px;
	height: 5px;
}
.slick-dots li button {
	border: 0;
	outline: none;
	line-height: 0px;
	color: transparent;
	display: block;
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	background: #fff;
	border-color: #fff;
}
.slick-dots li.slick-active button {
	background: #fff;
	border-color: #fff;
}
/*1st widget: Banner Scrollable Banner*/

/*1st widget Version(2): Banner Scrollable Banner*/
.new-banner .slick-slide {
	padding: 0px;
}
.new-banner .slick-dots {
    bottom: 10px;
}
.new-banner .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}
.new-banner .slick-dots button {
    background-color: #DDDDDD;
    border-radius: 50% !important;
}
.new-banner .slick-dots li.slick-active button {
    background-color: var(--main-bg-color);
    width: 25px;
    border-radius: 12px !important;
}
.full-img img {
    width: 100%;
}
@media (max-width: 767px) {
    .new-banner .slick-dots {
        bottom: 5px;
    }
}
/*1st widget Version(2): Banner Scrollable Banner*/

/*New Promo Design*/
.promo-codes-design {
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0px rgb(0 0 0 / 17%) !important;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
	overflow: hidden;
}
.promo-codes-design:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-bg-color);
    left: 0px;
    right: 0px;
    opacity: 0.05;
}
.promo-codes-design h4 {
    font-weight: 400;
    font-size: 15px;
}
.promo-codes-design h4 span {
    display: block;
    text-shadow: 0 1px 0px var(--main-bg-color);
    font-size: 28px;
    margin-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
}
.promo-codes-design-outer {
    padding: 0 7px 5px;
}
.promo-slider-main .slick-list,
.promo-slider-main .slick-track {
	display: flex;
}
.need-arrows .slick-arrow.slick-hidden {
    display: none;
}
.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows .slick-prev {
    left: 8px;
    z-index: 2;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px!important;
    border-radius: 50%!important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    left: unset;
    right: -28px;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows .slick-next, .need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%,-50%);
}
.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate( -45deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate( 135deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before, .need-arrows .slick-next:before {
    font-size: 40px;
}
.use-code {
    position: relative;
    background-color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 10px;
    border: 1px dashed var(--main-bg-color);
    color: #000;
    margin-top: 5px;
}
@media (max-width: 767px) {
.promo-slider-main .slick-list {
    padding: 0 25% 0 0 !important;
}
.promo-slider-main.need-arrows {
    margin-left: -7px;
}
.promo-codes-design {
    padding: 15px 15px;
}
.promo-codes-design h4 span {
    font-size: 24px;
}
.use-code {
    padding: 5px 12px;
    margin-top: 3px;
}

}
/*New Promo Design*/

/*2nd widget: About Us widget*/
.wla_home_about_us {
	padding: 20px 0px;
}
.wla_section_heading {
	text-transform: capitalize;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	font-weight: 600;
}
.wla_section_heading:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 100px;
	height: 1px;
	background-color: var(--main-bg-color);
	left: 0px;
	bottom: 0px;
}
.wla_home_about_us .wla_section_heading:after {
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: -5px;
}
.wla_section_heading span {
	display: block;
	font-size: 22px;
	color: var(--main-bg-color);
	margin-bottom: 10px;
}
.wla_banner_para {
	color: #777;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-word;
	margin: 25px 0px 25px 0px;
}
.wla_connect-btn {
	background: linear-gradient(to right, #c63114 0%, #ff8855 100%);
	border-radius: 5px !important;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
}
.wla_connect-btn:hover {
	box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%) !important;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	color: #fff;
	text-decoration: none;
}
.center_section-heading .wla_section_heading {
	text-align: center;
	margin-bottom: 20px;
}
.wla_section_heading p {
    margin-bottom: 10px;
}
.wla_section_heading p strong {
    font-weight: 600;
}
.center_section-heading .wla_section_heading:after {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.wla_featured_category_section .wla_section_heading {
    margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
	.wla_section_heading {
		font-size: 23px;
	}
	.wla_section_heading span {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.wla_banner_para {
		font-size: 15px;
	}
	.wla_connect-btn {
		font-size: 16px;
		padding: 8px 20px;
	}
	.wla_section_heading p {
		margin-bottom: 5px;
	}
	.wla_home_about_us {
		padding: 15px 0px;
	}
}
/*2nd widget: About Us widget*/

/*3rd Widget: Featured Categories*/
.wla_featured_category_section {
	padding: 20px 0;
}
.category-main {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.category-main li {
	width: 100%;
	max-width: 16.66%;
	padding: 0 10px;
	margin-top: 1.5em;
	text-align: center;
}
.category-main li a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 15px !important;
    height: 100%;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 17%) !important;
}
.category-outer {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}
.category-outer img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-main li h4 {
    font-size: 15px;
    margin: 12px 0 0 0;
    color: #212529;
    text-align: center;
    font-weight: 600;
    line-height: 22px;
    word-wrap: break-word;
}
@media screen and (max-width: 767px) {
	.category-main li {
		max-width: 33.33% !important;
		margin-bottom: 7px;
		margin-top: 7px;
		padding: 0 5px;
	}
	.category-outer {
	}
	.category-main li h4 {
		font-size: 13px;
		margin: 8px 0 0 0;
		line-height: initial;
	}
	.category-main li a {
		padding: 7px 7px;
	}
	.wla_featured_category_section .container {
		/* padding: 0 7px; */
	}
	.category-main {
		margin: 15px -5px 0 -5px;
	}
	.wla_featured_category_section {
		padding: 15px 0;
	}
}
/*3rd Widget: Featured Categories*/

/*3rd Widget Version(2): Featured Categories*/
.new-category-design {
    position: relative;
    margin-bottom: -10px;
    overflow: hidden;
}
.new-category-design:before {
    border-top: 6px solid var(--main-bg-color);
    border-bottom: 6px solid var(--main-bg-color);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: skew(0deg,0.3deg);
    top: 0px;
    background-size: contain;
}
.new-category-design-ul {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.new-category-design-ul li {
    width: 100%;
    max-width: 20%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.new-category-imgdv img {
    width: 100%;
}
.new-category-design-ul li .new-category-imgdv {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.new-category-design h4 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
.new-category-design-ul li {
    max-width: 33.33%;
    margin-bottom: 20px;
}
.new-category-design-ul {
    margin: 0 -10px;
}
.new-category-design h4 {
    font-size: 15px;
}
.new-category-design:before {
    border-top: 4px solid var(--main-bg-color);
    border-bottom: 4px solid var(--main-bg-color);
	transform: skew(0deg,4deg);
}
.new-category-design {
    margin-bottom: -20px;
    overflow: visible;
}

}
/*3rd Widget Version(2): Featured Categories*/

/*4th Widget: Featured Items*/
.wla-featured_items_section {
	padding: 20px 5px;
}
.wla_featured_items {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    position: relative;
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 17%) !important;
}
.wla_featured_items_img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}
.wla_popular_dish_info>h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
    color: #252525;
}
.wla_item_price {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.brd_rd, .brd_rd:hover {
    background: none;
    border: 1px solid var(--main-bg-color);
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    line-height: 23px;
    letter-spacing: 0px;
    color: var(--main-bg-color);
    padding: 4px 12px;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
}
.wla_popular_dish_info {
    padding: 0px 10px;
    width: 100%;
    padding-bottom: 45px;
}
.inctextenabled .wla_popular_dish_info {
    padding-bottom: 50px;
}
.wla_featured_items_img {
    position: relative;
    padding: 10px;
}
.wla_featured_items_img .veg-flag, .wla_featured_items_img .non-vegflag {
	position: absolute;
	top: 8px;
	left: 8px;
}
.veg-flag {
	width: 13px;
	height: 13px;
	border: 1px solid #3DA66E;
	text-align: center;
	background-color: #fff;
	margin-right: 7px;
	margin-top: 2px;
	position: relative;
}
.veg-flag span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #3DA66E;
	border-radius: 50% !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.non-vegflag {
	width: 13px;
	height: 13px;
	border: 1px solid #fd1615;
	text-align: center;
	background-color: #fff;
	margin-right: 7px;
	margin-top: 2px;
	position: relative;
}
.non-vegflag span {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fd1615;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.featured-sticky {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.featured-sticky > div {
	width: 100%;
	max-width: 50%;
}
.featured-sticky > div:last-child {
	text-align: right;
}
.wla-featured_items_section.featured-section-new {
    padding: 20px 0px;
}
.featured-section-new .featured-section-row {
    margin: 0px -7px;
    justify-content: center;
}
.wla-featured_items_section .wla_featured_items_outers {
    padding: 10px 10px;
}
@media screen and (max-width: 767px) {
	.wla-featured_items_section .wla_featured_items_outers {
        padding: 7px 7px;
    }
	.wla_featured_items_img {
        height: auto;
        padding: 7px;
    }
	.wla_popular_dish_info>h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.wla_item_price {
		font-size: 16px;
		DISPLAY: BLOCK;
	}
	.brd_rd {
		margin-left: 0px;
		margin-top: 0px;
	}
	.wla_popular_dish_info {
        padding: 0 7px;
        padding-bottom: 45px;
    }
	.featured-sticky {
		bottom: 10px;
		padding: 0 10px;
	}
	.featured-sticky > div {
		max-width: 100%;
	}
	.wla-featured_items_section.featured-section-new {
		padding: 15px 0px;
	}
	.wla-featured_items_section {
		padding: 15px 5px;
	}
	.featured-sticky > div:last-child {
		max-width: 32%;
	}
}
/*4th Widget: Featured Items*/

/*5th Widget: Store Locator*/
.site-main {
	margin-bottom: 0em;
}
.site-content {
	outline: 0;
}
#main {
	transition: margin-left .5s;
	padding: 20px;
}
.store-locator-page #main {
	padding-left: 0;
	padding-right: 0px;
}
.outlet-wrapper {
	text-align: center;
	box-shadow: 0 10px 25px -10px rgb(0 0 0 / 20%);
	border: 1px solid #eee;
	padding: 1em!important;
	background: #fff;
	border-radius: 5px;
}
/*5th Widget: Store Locator*/

/*8th Widget: Video*/
.video-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	height: calc(100vh - 75px) !important;
	position: relative;
}
.video-wrapper video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
	.video-wrapper iframe {
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-wrapper iframe {
		width: 177.78vh;
	}
}
@media only screen and (max-width: 767px) {
	.video-wrapper {
		height: calc(100vh - 190px) !important;
	}
}
/*8th Widget: Video*/

/*9th Widget: City Locator*/
.city-locator {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.city-locator .s-logo {
	overflow: hidden;
	width: 100%;
	max-width: 85px;
	height: 85px;
}
.city-locator .s-logo img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}
.city-locator .store-logo {
	width: 100%;
	max-width: 22%;
	padding: 15px 15px;
}
.city-locator .store-discription {
	width: 100%;
	max-width: 78%;
	padding: 15px 15px;
}
.wla_cityselector .container {
	max-width: 1100px;
}
.city-o {
	display: flex;
	flex-wrap: wrap;
}
.city-d {
	width: 100%;
	max-width: 60%;
	font-size: 16px;
}
.city-b {
	width: 100%;
	max-width: 40%;
	text-align: right;
}
.city-b a {
	display: inline-block;
	border: 1px solid var(--main-bg-color);
	border-radius: 50px !important;
	padding: 5px 15px;
	font-size: 14px;
	color: #252525;
}
.city-b a:hover {
	border: 1px solid var(--main-bg-color);
	background-color: var(--main-bg-color);
	color: #fff;
}
.store-discription h5 {
	font-size: 19px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.city-locator .store-logo {
		max-width: 28%;
		padding-right: 10px;
	}
	.city-locator .store-discription {
		max-width: 72%;
		padding-left: 10px;
	}
	.city-d {
		font-size: 15px;
	}
	.city-b a {
		padding: 3px 10px;
		font-size: 12px;
		margin-top: 7px;
	}
	.store-discription h5 {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.city-locator .s-logo {
		max-width: 70px;
		height: 70px;
	}
	.city-o {
		align-items: center;
	}
	.city-locator {
		margin-bottom: 15px;
	}
	.row>div:last-child .city-locator {
		margin-bottom: 0px;
	}
}
/*9th Widget: City Locator*/

/*10th Download the app widget
.download-the-app {
	padding: 20px 0px;
}
.download-the-app h5 {
	font-size: 38px;
	margin-bottom: 20px;
	font-weight: 600;
}
.download-the-app p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 17px;
	font-weight: 400;
	color: #3b3b3b;
}
.newsletter-dv form {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 500px;
}
.newsletter-dv button {
	border: none;
	background-color: #060606;
	top: 1px;
	margin-right: 2px;
	padding: 14px 45px;
	color: #fff;
	font-weight: 600;
	z-index: 111;
	position: absolute;
	right: -1px;
}
.newsletter-dv .form-control {
	background: none;
	border: 2px solid #000;
	height: auto !important;
	padding: 13px 200px 13px 20px;
	color: #000;
	font-size: 16px !important;
}
.logo-on-mobile {
	position: absolute;
	top: 35px;
	left: 46%;
	width: 100%;
	max-width: 50px;
	-ms-transform: rotate(348deg);
	transform: rotate(348deg);
	border-radius: 5px;
}
@media (max-width: 575px) {
	.newsletter-dv button {
		padding: 13px 15px;
	}
	.newsletter-dv .form-control {
		padding: 13px 140px 13px 13px;
	}
	.download-the-app h5 {
		font-size: 30px;
	}
	.download-the-app p {
		font-size: 16px;
	}
}
10th Download the app widget*/


/*Delivery Pickup new widget*/
.new-delivery .nav-link {
	border: none;
	border-bottom: 3px solid #e9ecef;
	color: #201C1D;
	font-weight: 600;
	font-size: 16px;
}
.new-delivery .nav-tabs .nav-link.active {
	color: var(--main-bg-color) !important;
	border-color: var(--main-bg-color) !important;
	background: none;
	border-radius: 5px 5px 0px 0px!important;
}
.new-delivery.wla_home_about_us .wla_section_heading:after {
	display: none;
}
.new-delivery-selector {
	margin-top: 20px;
}
.gps-btn, .gps-btn:hover, .gps-btn:focus {
    padding: 14px 20px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    color: var(--secondary-bg-color);
    border-radius: 13px !important;
    font-weight: 500;
    font-size: 16px;
}
.outlet-div {
	display: flex;
	border-radius: 13px;
	overflow: hidden;
	border: 1px solid var(--main-bg-color);
	width: 100%;
	min-width: 445px;
}
.outlet-div .custom-select {
	border: none;
	border-radius: 0px;
	margin: 0px;
	height: auto;
	line-height: initial;
	padding: 17px 30px 17px 20px;
	cursor: pointer;
	color: #11141A;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: auto 35%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: 500;
	font-size: 15px;
}
.outlet-div .custom-select:focus {
	box-shadow: none;
}
.outlet-div .custom-select:first-child {
	padding-left: 30px;
	border-right: 1px solid var(--main-bg-color);
}
.outlet-div .custom-select:last-child {
	background-position: right 15px center;
}
.new-delivery-selector li {
	line-height: initial;
}
.outlet-div select.disabled {
	background-color: #f4f4f4;
	color: #999999;
	pointer-events: none;
}
.order_selectType {
	margin-top: 1rem;
	text-align: left;
	margin-bottom: 0px;
}
.oulets-divs {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.top-divs {
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	cursor: pointer;
	height: 100%;
}
.top-divs .top-divs-left {
	width: 100%;
	max-width: 14%;
}
.top-divs .top-divs-right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-divs-right p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: flex;
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	max-width: 73%;
}
.bottom-oulets-dvs {
	display: flex;
	justify-content: space-between;
}
.new-delivery .oulets-divs .bottom-oulets-dvs > div {
	align-items: center;
	display: grid;
}
.new-delivery .oulets-divs .bottom-oulets-dvs i {
	font-size: 19px;
}
.icons-dvs i {
	color: #000;
	margin: 0 2px;
	font-size: 20px;
}
.icons-dvs > div i:first-child {
	margin-left: 0px;
}
.icons-dvs > div i:last-child {
	margin-right: 0px;
}
.bottom-oulets-dvs span {
	color: var(--main-bg-color);
	font-weight: 600;
	background: none;
	border: 1px solid var(--main-bg-color);
	padding: 5px 10px;
	display: inline-block;
	border-radius: 24px;
	font-size: 12px;
}
.bottom-oulets-dvs span:hover {
	background-color: var(--main-bg-color);
	color: #fff;
}
.top-divs-right p img {
	height: auto;
	margin-right: 4px;
	width: 100%;
	max-width: 15px;
	margin-top: 5px;
}
.form-subscribe-new input, .form-subscribe-new input:focus {
	height: auto;
	border: none;
	border-radius: 5px !important;
	overflow: hidden;
	padding: 15px 48px 15px 15px;
	font-weight: 500;
	font-size: 15px !important;
	border: 1px solid var(--main-bg-color);
}
body .near-me button {
	position: absolute;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-bg-color);
	padding: 17px 15px;
	border-radius: 5px !important;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	top: 0px;
	right: 0px;
	z-index: 11;
	text-transform: uppercase;
}
body .near-me button img {
	max-width: 21px;
	margin-right: 6px;
}
.bannerSlider img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 480px;
}
.fixed-txt .top-divs-right p {
	max-width: 70%;
}
.new-delivery .top-divs {
	padding: 8px 8px 8px 8px;
}
.new-delivery .oulets-divs p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 7px;
	max-width: 90%;
	font-weight: 400;
}
.new-delivery #outletListSearch {
	overflow-x: autos;
	width: 100%;
	display: flex;
	overflow-y: hidden;
	padding-bottom: 3px;
	flex-wrap: nowrap;
	padding-left: 10px;
}
.new-delivery #outletListSearch::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar {
	height: 4px;
	background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar-thumb {
	background-color: #898989;
}
.new-delivery #outletListSearch > div {
	padding: 5px 5px;
	cursor: pointer;
	margin-top: 0.3rem;
	width: fit-content;
	min-width: 240px;
}
.new-delivery .oulets-divs {
	margin-bottom: 0px;
	height: 100%;
}
.top-divs .top-divs-right p span:first-child {
	width: 100%;
	max-width: 24px;
}
.new-delivery .top-divs .top-divs-right p span:first-child {
	max-width: initial;
	width: auto;
}
.block-inner {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}
body .block-inner .near-me button {
	position: relative;
	font-weight: 500;
	font-size: 15px !important;
	margin-left: -10px !important;
	border-radius: 0px 5px 5px 0px !important;
	text-transform: capitalize;
}
.block-inner .form-subscribe-new input, .block-inner .form-subscribe-new input:focus {
	padding: 15px 15px 15px 15px;
	font-weight: 500;
	background-color: #f4f4f4;
}
.block-inner .outlet-div select.disabled {
	background-color: #f4f4f4;
}
.block-inner #myTab {
	margin-top: 0px !important;
}
.block-inner .gps-btn, .block-inner .gps-btn:hover, .block-inner .gps-btn:focus {
	font-size: 15px;
}
.nearbydvlisting .img-first {
	width: 100%;
	max-width: 18%;
	margin-right: 4px;
}
.nearbydvlisting .img-second {
	width: 100%;
	max-width: 100%;
}
.img-second h4 {
	font-weight: 800;
	font-size: 18px;
	padding-bottom: 4px;
}
.img-second p, .img-third p {
	line-height: initial;
	font-weight: 600;
	color: #000;
}
.img-third p { 
	color: red;
}
.img-third span {
	display: inline-block;
	background-color: var(--main-bg-color);
	padding: 0px 6px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translate(0px, -50%);
}
.login-screen.nearbyoutlets .modal-title {
	font-size: 18px;
}
.login-screen.nearbyoutlets .modal-title svg {
	width: 100%;
	max-width: 15px;
}
#nearOutlet_List li > div {
	position: relative;
}
.img-enable .block-inner {
    background-color: rgb(255 255 255 / 85%);
}
.gps-animation {
  animation: zoom-in-zoom-out 1s ease;
  animation-delay: 1s;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
.widthout-img {
    position: relative;
    overflow: hidden;
}
.widthout-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--main-bg-color);
    z-index: -1;
}
.widthout-img .block-inner {
    position: relative;
    background-color: rgb(255 255 255 / 70%);
}
.widthout-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    font-size: 60px;
    line-height: 60px;
    left: 0px;
    right: 0px;
    z-index: 0;
    font-weight: 700;
    color: #fff;
    opacity: 0.08;
    text-align: justify;
    padding: 0 30px;
}
.widthout-img .container {
    z-index: 1;
    position: relative;
}
@media (max-width: 1199px) {
.widthout-img:after {
    font-size: 37px;
    line-height: 37px;
}
}
@media (max-width: 991px) {
.widthout-img:after {
    font-size: 35px;
    line-height: 35px;
    padding: 0 30px;
}
}
@media (max-width: 767px) {
.new-delivery .nav-tabs li {
	width: 50%;
}
.new-delivery .nav-link {
	width: 100%;
}
.new-delivery-selector {
	flex-wrap: wrap;
}
.new-delivery-selector li {
	width: 100%;
	text-align: center;
}
.gps-btn {
	width: 100%;
}
.outlet-div {
	min-width: 100%;
}
.oulets-divs {
	margin-bottom: 15px;
}
.top-divs-right p img {
	margin-right: 4px;
	max-width: 15px;
}
.bottom-oulets-dvs span {
	padding: 3px 8px;
	font-size: 11px;
}
.top-divs-right p {
	font-size: 16px;
	max-width: 72%;
}
.order_selectType {
	padding-left: 4px;
}
.new-delivery #outletListSearch > div {
	min-width: 224px;
}
.new-delivery .searchcities {
	margin-right: -15px;
	margin-left: -5px;
}
.new-delivery .top-divs {
	padding: 7px;
}
.new-delivery .oulets-divs p {
	font-size: 13px;
	line-height: 20px;
}
.new-delivery #outletListSearch {
	justify-content: left;
}
.block-inner {
    padding: 10px 10px 13px 10px;
    position: relative;
    z-index: 1;
}
body .block-inner .near-me button {
	font-size: 14px !important;
	padding: 15px 5px;
	margin-left: -5px !important;
}
.block-inner .form-subscribe-new input, .block-inner .form-subscribe-new input:focus {
	padding: 10px 0px 10px 10px;
	font-size: 14px !important;
}
.block-inner #myTab {
	margin-left: -10px;
	margin-right: -10px;
}
.block-inner .outlet-div .custom-select {
	padding: 15px 25px 15px 10px;
	font-size: 14px;
}
.block-inner .wla_section_heading {
	padding-bottom: 3px !important;
	padding-top: 0px !important;
}
.block-inner .wla_section_heading {
	font-size: 20px;
}
.block-inner .wla_section_heading span {
	font-size: 18px;
	margin-bottom: 7px;
}
.new-delivery .block-inner .nav-link {
	font-size: 15px;
}
.block-inner .gps-btn, .block-inner .gps-btn:hover, .block-inner .gps-btn:focus {
	font-size: 14px;
	padding: 13px 20px;
}
.img-second h4 {
	font-size: 16px;
}
.img-second p, .img-third p {
	font-size: 13px;
}
body .nearbyoutlets.promocode .modal-content {
	padding: 0rem 1rem;
}
.img-third span {
	font-size: 11px;
}
.login-screen.nearbyoutlets .modal-title {
	font-size: 16px;
}
.widthout-img:after {
	font-size: 25px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
}
}
/*Delivery Pickup new widget*/

/*Custom Delivery Pickup Widget*/
.custom-pickup-widget {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerSlider .slick-slide {
	padding: 0px;
}
.bannerSlider .slick-dots {
	bottom: 15px;
}
.bannerSlider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 4px;
}
.bannerSlider .slick-dots li button {
	border-radius: 0px !important;
	width: 30px;
	height: 4px;
	opacity: 0.25;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.bannerSlider .slick-dots li.slick-active button{
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	width: 35px;
}
.bannerSlider .slick-dots li button:hover {
	opacity: 1;
}
.fixed-txt .wla_section_heading:after {
	display: none;
}
.fixed-txt {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 9em;
	transform: translate(-50%, 0%);
	padding: 0 15px;
	left: 50%;
	width: 1200px;
}
.bannerSlider .slick-slide {
	position: relative;
	height: 100%;
	background-size: cover;
}
.custom-pickup-widget.new-delivery .nav-link {
	border: none;
	border-bottom: 3px solid #ffffff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.custom-pickup-widget.new-delivery .nav-link:hover {
	border: none;
	border-bottom: 3px solid #ffffff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.bannerSlider .slick-slide {
	background-size: cover;
	background-position: center;
}
.bannerSlider .slick-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.3);
	z-index: 0;
	height: 100%;
	left: 0px;
	z-index: 0;
}
.bannerSlider .custom-banner {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	padding: 0 15px;
}
.bannerSlider .custom-banner span {
	display: block;
}
.fixed-txt .nav-tabs {
	margin-bottom: 40px;
}
.custom-pickup-widget .order_selectType {
	color: #fff;
	width: 100%;
	max-width: 725px;
	margin: 0 auto;
	margin-top: 1rem;
}
.custom-pickup-widget #outletListSearch {
	width: 100%;
	max-width: 725px;
	margin: 0px auto;
}
.custom-pickup-widget #outletListSearch {
	margin: 0px auto;
	max-width: 733px;
	padding-left: 0px;
}
@media (max-width: 575px) {
.fixed-txt {
	width: 100%;
	top: 8.5em;
}
.bannerSlider .custom-banner {
	top: 45px;
	font-size: 23px;
}
.fixed-txt #myTab {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.fixed-txt #myTab {
	margin-bottom: 110px;
}
.bannerSlider img {
	height: 530px;
}

}
/*Custom Delivery Pickup Widget*/

/*Download App and Newsletter Widget*/
.common-heading span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
}
.newsletter-dv form {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.newsletter-dv button {
	position: absolute;
	right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
	background: none;
	border: 2px solid #000;
	border-radius: 0px;
	height: auto;
	padding: 12px 190px 12px 12px;
	color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
	color: #000;
}
.newsletter-dv button {
	border: none;
	background-color: #000;
	top: 1px;
	right: -1px;
	margin-right: 2px;
	padding: 13px 35px;
	color: #fff;
	font-weight: 600;
	z-index: 11;
	min-width: 136px;
}
.newsletter-dv .form-control:focus {
	box-shadow: none;
	border-color: #000;
	color: #fff;
}
.download-icon img {
	max-width: 160px;
}
.qr-code img {
	max-width: 90px;
	border: 1px solid #000;
}
.logo-on-mobile {
	position: absolute;
	top: 35px;
	left: 45.5%;
	width: 100%;
	max-width: 50px;
	-ms-transform: rotate(347deg);
	transform: rotate(347deg);
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}
@media (max-width: 575px) {
	.newsletter-dv button {
		padding: 13px 25px;
	}
	.newsletter-dv .form-control {
		padding: 12px 130px 12px 12px;
	}
	.newsletter-dv form {
		margin-top: 25px;
	}
	.qr-code img {
		max-width: 55px;
	}
	.download-icon img {
		max-width: 100px;
	}
}
/*Download App and Newsletter Widget*/

/*Sticky Buttons*/
.sticky-buttons {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1111;
	text-align: center;
	padding: 10px 10px;
	background-color: #fff;
	margin: 0px;
	box-shadow: 0px 0px 10px #00000029;
	display: none;
}
.sticky-buttons a {
	padding: 8px 8px !important;
	display: inline-block;
	border-radius: 13px !important;
	font-weight: 600;
	background: none;
	color: var(--main-bg-color);
	line-height: initial;
}
.sticky-buttons .border-only {
	color: var(--main-bg-color);
	background: none;
}
@media (max-width: 575px) {
	.sticky-buttons {
		display: block;
	}
}
/*Sticky Buttons*/

/*Download App and Newsletter Widget*/
.common-heading span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
}
.newsletter-dv form {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.newsletter-dv button {
	position: absolute;
	right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
	background: none;
	border: 2px solid #000;
	border-radius: 0px;
	height: auto;
	padding: 12px 190px 12px 12px;
	color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
	color: #000;
}
.newsletter-dv button {
	border: none;
	background-color: #000;
	top: 1px;
	right: -1px;
	margin-right: 2px;
	padding: 13px 35px;
	color: #fff;
	font-weight: 600;
	z-index: 11;
	min-width: 136px;
}
.newsletter-dv .form-control:focus {
	box-shadow: none;
	border-color: #000;
	color: #fff;
}
.download-icon img {
	max-width: 160px;
}
.qr-code img {
	max-width: 90px;
	border: 1px solid #000;
}
.logo-on-mobile {
	position: absolute;
	top: 35px;
	left: 45.5%;
	width: 100%;
	max-width: 50px;
	-ms-transform: rotate(347deg);
	transform: rotate(347deg);
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}
.download-widget .wla_section_heading:after {
	left: 0px;
	transform: translate(0);
}
.download-widget p {
	font-size: 19px;
	margin: 30px 0 20px;
}
.download-icons img {
	width: 100%;
	max-width: 150px;
}
.download-icons a {
	margin: 0px 5px;
}
.download-icons a:first-child {
	margin-left: 0px;
}
.download-icons a:last-child {
	margin-right: 0px;
}
.download-right {
	position: relative;
}
.download-right .qrcodeimg {
	position: absolute;
	right: 0;
	width: 100%;
	max-width: 220px;
	top: 60px;
	transform: translate(-25%, 0%);
}
.download-widget {
	background-image: url(/assets/wla_new/img/download-the-app-background-desktop.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.download-widget .wla_section_heading:after {
	left: 0px;
	transform: translate(0);
}
.download-widget .wla_section_heading {
    text-align: left;
}
@media (max-width: 1368px) {
.main-download-img {
	max-width: 450px;
}
.download-right .qrcodeimg {
	max-width: 175px;
}

}
@media (max-width: 991px) {
.main-download-img {
	max-width: 350px;
}
.download-right .qrcodeimg {
	max-width: 143px;
	top: 40px;
}

}

@media (max-width: 767px) {
.download-widget .wla_section_heading {
    text-align: left;
}
}

@media (max-width: 575px) {
.newsletter-dv button {
	padding: 13px 25px;
}
.newsletter-dv .form-control {
	padding: 12px 130px 12px 12px;
}
.newsletter-dv form {
	margin-top: 25px;
}
.qr-code img {
	max-width: 55px;
}
.download-icon img {
	max-width: 100px;
}
.download-icons img {
	max-width: 150px;
}
.download-widget {
	text-align: center;
	background-image: url(/assets/wla_new/img/download-the-app-background-mobile.webp);
	background-size: cover;
	background-position: bottom;
	padding-bottom: 0px !important;
}
.download-widget .wla_section_heading:after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-download-img {
	max-width: 320px;
}
.download-right .qrcodeimg {
	max-width: 133px;
	top: 40px;
}
.download-right {
	margin-top: 20px;
}

}

/*Download App and Newsletter Widget*/

/*ful width banner*/
.full-width-banner img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.common-spacing {
    padding: 20px 0px;
}
/*ful width banner*/
/*ful width banner*/