@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/

:root {
	--blue: #1e90ff;
	--white: #ffffff;
}

*,
body {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-family: Montserrat;
}

a {
	text-decoration: none;
	cursor: pointer;
}

input {
	border: none;
}

span {
	cursor: pointer;
}

input:focus {
	border: none;
	outline: none;
}

.container-fluid {
	width: 96%;
	margin: 0 auto;
}

.img-responsive,
.img-responsive-medium {
	width: 100%;
	height: auto;
	display: block;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}


.add-shadow {
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.shadow1 {
	border: 1px solid #D3D3D3;
	/* box-shadow: 0px	 4px 8px rgba(0, 0, 0, 0.1	); */
	border-radius: 12px;
}

.search-icon-mob span {
	color: #fff;
	font-size: 44px;
}

.h36b {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #000;
}

.h28b {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #000;
}

.h24b {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #232323;
}

.h24bb {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}


.h24b-la {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.h18b {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}


.button {
	font-weight: 700;
	text-decoration: none;
	padding: 20px 55px;
	min-width: 120px;
	font-size: 18px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	outline: none;
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin: 0 auto;
	box-sizing: border-box;
}

.btn-bg-white {
	color: #00AEEF;
	background-color: #fff;
}

.btn-bg-blue {
	background: #00aeef;
	color: #fff;
}

.btn-bg-transparent {
	background: transparent;
	color: #fff;
}

.button.has-shadow {
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 10%);
}

.button.sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 16px;
}

#top-nav {
	background: #00AEEF;
	width: 100%;
	padding: 15px 0;
	z-index: 19;
	height: 75px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 5px 10px 5px rgb(0 0 0 / 8%);
}

#topnav {
	background-image: url('../../images/Eatandrepeat/top-nav-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 15px 7.5%;
	z-index: 19;
	height: 75px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	left: 0;
}

#top-nav .logo {
	/*margin-left: -25px;*/
}

main.content {
	margin-top: 70px;
}

/***************************
		Home page css
****************************/

#home-header {
	/*padding: 40px 0;*/
	justify-content: center;
	padding-bottom: 50px;
	background-image: url('../../images/Eatandrepeat/home-header.png');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 100vh;*/
}

#home-header .header-left h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 59px;
	color: #FFFFFF;
}

#home-header .header-left .p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29.26px;
	color: #FFFFFF;
}


#home-header .search-form .search input {
	padding: 12px 15px 12px 25px;
	border-radius: 100px;
	width: 70%;
	user-select: none;
	background: #FFFFFF;
	/*border: 1px solid #DED5D5;*/
	box-sizing: border-box;

	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
}

#home-header .search-form .search input::placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 22px;
	text-align: left;
	color: #000000;
	opacity: 0.5;
}

#home-header .search-form .search .input-group-prepend {
	position: absolute;
	right: 1px;
}

#home-header .search-form .search .apply-search {
	color: #fff;
	background-color: #00AEEF;
	padding: 10px 25px 9px 25px;
	border-radius: 30px;
	width: 100%;
	margin-top: 0px;
	border: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}

.search-form-fixed {
	position: fixed;
	top: 12px;
	width: 50%;
	left: 50%;
	z-index: 19;
	transform: translateX(-50%);
}


.search-form-fixed .search-form .search input {
	width: 95%;
}

.fsearch-fixed {
	position: fixed;
	top: 3px;
	left: 37%;
	z-index: 19;
	transform: translateX(-50%);
}

.fsearch-fixed .input-group {
	width: 240%;
}

.fsearch-fixed .search-form .search input {
	width: 95%;
}

.video-container {
	text-align: right;
}

#resturants {
	background-image: url('../../images/Eatandrepeat/resturant-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*opacity: 0.05;*/
}

#resturants h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #000000;
}

#resturants .col-md-5 {
	/*flex: 0 0 auto;
    width: 45.666667%;*/
}

#resturants .resturant {
	background: #FFFFFF;
	box-shadow: 0px 5px 8px 2px rgba(0, 174, 239, 0.2);
	border-radius: 8px;
}

#resturants .resturant a {
	text-decoration: none;
}

#resturants .resturant a h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

#resturants .resturant h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

#resturants .resturant .resturant-op img {
	margin-right: 8px;
}

#resturants .resturant .resturant-op label {
	margin-right: 24px;
}

#resturants .resturant label {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.rating .star {
	fill: #000;
}

.rating .star.active {
	fill: #EABC48;
}

#our-service {
	background-image: url('../../images/Eatandrepeat/our-service-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	bottom: -85px;
}

#our-service .col-md-4.service-type {
	/*flex: 0 0 auto;
    width: 27.333333%;*/
}

#our-service h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

#our-service h3 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}

#our-service .service-type h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000000;
}

#get-started {
	/*background-image: url('../../images/Eatandrepeat/get-started-bg.png');*/
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	/*z-index: -1;*/
	height: 640px;
	position: relative;
}

.get-bg {
	background-image: url('../../images/Eatandrepeat/get-started.png');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	height: 100%;
}

.service-text {
	margin-top: 60px;
}

.service-text h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #000000;
}

.service-text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43.88px;
	text-transform: uppercase;
	color: #000000;
}

.service-text h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #000000;
}

#appstore {
	background-image: url('../../images/Eatandrepeat/appstore-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
}

#appstore .left h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	line-height: 44px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#appstore .left h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#appstore .right {
	position: absolute;
	bottom: 7em;
}

#appstore .right h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 3em;
	line-height: 59px;
	text-transform: uppercase;
	color: #FFFFFF;

}

#footer {
	background-image: url('../../images/Eatandrepeat/footer-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -85px;
	color: #fff;
	bottom: 0;
}

.footer {
	margin-top: 70px;
}

.footer .item {
	margin-top: 15px;
}

.footer ul {
	padding-left: 0;
}

.footer ul li {
	list-style: none;
}

.footer .item h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.footer .item h6 {
	margin-bottom: 15px;
	margin-top: 5px;
}



.c-detail img {
	width: 20px;
	height: 30px;
	margin-right: 8px;
}

.footer .item ul li {
	margin-bottom: 15px;
}

.footer .item-ul ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lato", sans-serif;

}

.socials li a span img {
	margin-right: 5px;
	margin-top: -2px;
}

.footer-bottom {
	color: #fff;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	/*width: 75%;*/
	margin: 0px auto;
	font-size: 14px;
}

.footer-bottom a {
	color: #00AEEF;
	text-decoration: underline !important;
	margin: 0 5px;
}

/****************************
	Resturant list page
*****************************/


#service-type .type {
	background: rgba(213, 213, 213, .1);
	border-radius: 10px;
	padding: 80px 70px 20px;
	text-align: center;
	margin-right: 15px;
	margin-top: 35px;
	margin-bottom: 40px;
}

#service-type .type h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-top: 30px;
	text-transform: capitalize;
}

#service-type .type img {
	width: 85px;
	height: 72px;

}

#search-resturant {
	margin-bottom: 40px;
}

.search-form .search input {
	padding: 10px;
	border-radius: 100px;
	width: 95%;
	user-select: none;
	background: #FFFFFF;
	/*border: 1px solid #DED5D5;*/
	box-sizing: border-box;
}

.search-form .search input::placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 22px;
	text-align: left;
	color: #000000;
	opacity: 0.5;
}

.search-form .search {
	background: #FFFFFF;
	border: 1px solid #DED5D5;
	box-sizing: border-box;
	border-radius: 100px;
	padding-left: 15px;
}


#search-resturant .search-form .search .input-group-prepend {
	position: absolute;
	right: 1px;
	border-left: 1px solid #eee;
}

.search-form .search .apply-search {
	color: #000;
	/*background-color: #DED5D5;*/
	padding: 8px 30px 9px 30px;
	border-radius: 30px;
	width: 100%;
	margin-top: 1px;
}

#resturant-list-wrapper {
	background: linear-gradient(180deg, rgba(114, 114, 114, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
}

#resturant-list-wrapper h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #000000;
	padding-top: 30px;
}

.owl-carousel .owl-item figure figcaption img {
	display: inline-block;
	width: auto;
}

#ImageWithCaption {
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 20px;
	position: relative;
}

#figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 174, 239, .7);
	border-radius: 0px 0px 20px 20px;
	padding: 5px 25px;
	width: 100%;
}

#figcaption .text h5,
#figcaption .star span {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #F9F9F9;
}

#figcaption .text h6 {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	color: #F9F9F9;
}

#figcaption .star img {
	margin-right: 15px;
}

.owl-nav .owl-prev {
	background-color: transparent !important;
	position: absolute;
	margin: auto;
	top: 30%;
	cursor: pointer;
	user-select: none;
	opacity: .5;
}

.owl-nav .owl-next {
	background-color: transparent !important;
	position: absolute;
	margin: auto;
	top: 30%;
	cursor: pointer;
	user-select: none;
	opacity: .5;
}

.resturant-list .card {
	background: transparent !important;
	border: none !important;
}

.resturant-list .card-body {
	padding: .5rem .5rem 2.5rem;
}

.resturant-list .card-body .text h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	/*font-weight: bold;*/
	font-size: 18px;
	line-height: 24px;
	/*text-align: center;*/
	color: #000000;
	height: 25px;
	overflow: hidden;
}

.d-flex.justify-content-between.text>div {
	width: 73px;
	text-align: right;
}

.resturant-list .card-body .text span {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	vertical-align: middle;
}

.resturant-list .card-body .text img {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.resturant-list .card-body .card-text {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #000000;
	/*opacity: 0.5;*/
	margin-top: 12px;
	margin-bottom: 12px;
	position: absolute;
	top: 0;
	right: 0;
	background: #00aeef;
	padding: 5px;
}

.card-text span {
	color: #000000 !important;
}

.resturant-list .card-body .images a img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.images label {
	float: right;
}


/**************************
	Login page
***************************/

#login-header {
	background-image: url('../../images/Eatandrepeat/login-header.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	height: 355px;
	z-index: -1;
}

.login-form {
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}

.login-form h1 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #000000;
}

.login-form form .form>div {
	margin-top: 26px;
	position: relative;
}

.login-form form .form input {
	border-radius: 50px;
	padding: 12px 0 13px 15px;
	text-indent: 30px;
}

.login-btn {
	width: 100%;
	background: #00AEEF;
	border-radius: 50px;
	padding: 12px 0;
	border: none;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

.login-form form .form div img {
	position: absolute;
	left: 16px;
}

.login-form form .form div.email img {
	top: 19px;
}

.login-form form .form div.password img {
	top: 14px;
}

.login-form form input::placeholder,
.c-form form input::placeholder {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #535353;
}

/**************************
	Contact page
***************************/

#contact-us {
	background-image: url('../../images/Eatandrepeat/location.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	height: 355px;
	z-index: -1;
}

#contact h1 {
	margin-bottom: 65px;
}

.c-form form input,
.c-form form textarea {
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 30px;
	width: 100%;
	margin: 20px 0px;
	padding: 15px;
	text-indent: 10px;

}

.c-form form textarea:focus {
	user-select: none;
	outline: none;
}

.c-button {
	width: 385px;
	height: 48px;
	background: #00AEEF;
	border-radius: 50px;
	text-align: center;
}

.send-msg {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	border: none;
	margin-top: 25px;
}


.c-button a {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 44px;
	color: #FFFFFF;

}

.contact-info hr {
	border: 1px solid #00AEEF;
	opacity: 1;
}

.dir-btn {
	width: 90%;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #00AEEF;
	background: #fff;
	padding: 8px 0;
	border: 1px solid #00AEEF;
	box-sizing: border-box;
	border-radius: 50px;
}

/**************************
	Checkout page
***************************/

#checkout-header {
	background-image: url('../../images/Eatandrepeat/login-header.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	height: 355px;
	z-index: -1;
}

.checkout-form {
	background: #FFFFFF;
	/*border: 1px solid #D3D3D3;*/
	box-sizing: border-box;
	/*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);*/
	/*border-radius: 8px;*/
}

.checkout-form .form-header {
	padding: 19px 14px 9px;
	border-bottom: 1px solid #c4c4c4;
	display: flex;
	justify-content: space-between;
}

.checkout-form .form-header h3 {
	/*font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;;
	letter-spacing: 0.44px;
	color: #333333;*/
}

.checkout-form .form-header .form-header-right a {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #00AEEF;
}

.checkout-form form .form input,
.expiry select {
	border-radius: 50px;
	padding: 12px 15px 13px 15px;
	margin-bottom: 25px;
	width: 100%;
}

.expiry select:focus {
	user-select: none;
	outline: none;
}

.proceed-to-pay {
	width: 45%;
	background: #00AEEF;
	border-radius: 50px;
	padding: 12px 0;
	border: none;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	margin: 0px auto;
}

.checkout-form form .form h4 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 25px 0;
}

.switch-button {
	background: rgba(241, 242, 244, 1);
	border-radius: 30px;
	overflow: hidden;
	width: 400px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	padding-right: 200px;
	position: relative;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.switch-button:before {
	content: "Cash";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	color: #000;
}

.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
	transform: translateX(200px);
	transition: transform 300ms linear;
	color: #fff;
}

.switch-button-checkbox+.switch-button-label {
	position: relative;
	padding: 15px 0;
	display: block;
	user-select: none;
	pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
	content: "";
	background: #00AEEF;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	transform: translateX(0);
	transition: transform 300ms;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
	position: relative;
}

.payment-cards img {
	width: 77px;
	margin: 0 30px;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #333333;
	text-indent: 5px;
	display: inline-block;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0px;
	left: 2px;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: rgba(244, 244, 244, 0.7);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #00AEEF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 7px;
	top: 4px;
	width: 6px;
	height: 11px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	transform: rotate(38deg);
}

.digits img {
	margin-right: 20px;
}

.digits span {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.5);
}

.voucher {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #00AEEF;
	display: inline-block;
}

/**************************
	Resturant detail page
***************************/

.resturant-detail .header-image {
	background-image: url('../../images/Eatandrepeat/resturant-detail-header.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 355px;
}

.your-order {
	position: absolute;
	/* top: 150px; */
	right: 0;
	background: #fff;
	flex: 0 0 auto;
	width: 26%;
	overflow: auto;
	overflow-x: hidden;
	/*border: 1px solid #D3D3D3;*/
	box-sizing: border-box;
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.15);
	/*border-radius: 8px;*/
	padding: 1rem;
	z-index: 10;
	height: 100vh;
}

#resturant-detail-header .nav-item .nav-link {
	font-size: 14px;
}


.dish-menu-category-list .nav-item .nav-link {
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	height: 50px;
}


.dish-menu-category-list .nav-item .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--blue);
	transform: translateY(2px);
	transition: transform .15s cubic-bezier(.25, .46, .45, .94);
}

.dish-menu-category-list .nav-item .nav-link:hover:after {
	transform: translateY(0);
}



.dish-menu-category-list {
	background-color: #fff;
	overflow: hidden;
	width: 73%;
	position: sticky;
	z-index: 5;
	box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 8%);
}

.dish-menu-category-list .prev svg {
	transform: rotate(180deg);
}

.scroll-to-fixed {
	z-index: 5;
	position: fixed;
	top: 0px;
}

.cat-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	color: #000000;
}

.cat-desc {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
}

#resturant-detail-header .rating {
	margin-top: 13px;
	margin-bottom: 13px;
	display: flex;
}



#resturant-detail-header .rating .star.active {
	fill: rgba(0, 174, 239, 1);
}

#resturant-detail-header .rating .star {
	fill: #fff;
	stroke: #00AEEF;
}

.deal {
	margin-bottom: 15px;
	background: #FFFFFF;
}

.deal:hover {
	background: rgb(0 174 239 / 70%);
	transition: all 0.3s ease;
}

.deal:hover * {
	color: #ffffff !important;
}

.deal h3 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 6px;
	color: #000000;
}

.deal p {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.deal div.off {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #00AEEF;
}

.deal .d-price {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.deal .row .col-md-4 {
	display: flex;
	align-items: center;
	text-align: center;
}

.order_btn_add {
	background: #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.order_btn_add svg {
	width: 26px;
	height: 26px;
}

#midnight-deals {
	/*background-color: rgba(219, 234, 254, 0.5);*/
}

.ptoggle-input {
	width: 300px;
	margin: 0px auto;
}

.c-basketSwitcher {
	background-color: #edf1fe;
	border-radius: 28px;
	display: flex;
	height: 48px;
	justify-content: space-around;
	margin: 10px 0 8px;
	padding: 3px;
}

.dd-order.c-basketSwitcher {
	background-color: #fff;
}

.has-toggle-input label,
.has-toggle-input .radio label {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50%;
}

.ptoggle-input label,
.ptoggle-input .radio label {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50%;
}

.c-basketSwitch-wrapper {
	display: flex;
	flex-direction: column;
	margin-left: 2px;
	margin-left: 6px;
}

.c-basketSwitch-wrapper .title {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.c-basketSwitch-wrapper .et-time {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}

.has-toggle-input label.active {
	background-color: #00AEEF;
	border-radius: 24px;
	width: 50%;
	color: #fff;
}

.ptoggle-input label.active {
	background-color: #00AEEF;
	border-radius: 24px;
	width: 50%;
	color: #fff;
}

.is-visuallyHidden {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

.c-basketSwitcher .form-check-label {
	display: flex;
}

.c-ficon {
	height: 28px;
	width: 30px;
	margin-right: 8px;
}

.c-ficon {
	fill: #000;
}

.has-toggle-input label.active .c-ficon {
	fill: #fff;
}

.your-order .basket-items {
	height: 310px;
}

.your-order .basket-items {
	overflow-y: scroll;
	overflow-x: clip;
}

.your-order h2 {
	text-align: center;
}

.basket-items .item-number {
	width: 23px;
	height: 22px;
	/*background-color: rgba(0, 174, 239, 0.2);*/
	border-radius: 100%;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #00AEEF;
	display: inline-block;
}

.basket-items .item-name h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 0;
}


.basket-items .item-name p {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 0 !important;
}

.basket-items .price>div:first-child {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
}



.basket-items .trash {
	text-align: center;
}

.basket-items .trash img {
	width: 16px;
	height: 16px;
}

.total-payment {
	margin-right: 8px;
}

.total-payment .heading1 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}

.total-payment .heading2 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

/* width */
.order-options::-webkit-scrollbar,
.basket-items::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.order-options::-webkit-scrollbar-track,
.basket-items::-webkit-scrollbar-track {
	background: rgba(219, 234, 254, 0.5);
}

/* Handle */
.order-options::-webkit-scrollbar-thumb,
.basket-items::-webkit-scrollbar-thumb {
	background: rgba(0, 174, 239, 1);
}

/* Handle on hover */
.order-options::-webkit-scrollbar-thumb:hover,
.basket-items::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 174, 239, 0.5);
}

.deal-page-menu .vl {

	padding-top: 0.5rem;
	display: block;
	color: #000;
}

.deal-page-menu ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000;
}

.deal-page-menu ul li a:hover {
	color: #00AEEF;
}

.deal-page-menu ul li.active a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #00AEEF;
}

.deal-categories-menu .nav-item .nav-link {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	color: #000000;
	white-space: nowrap;
}

.rating-categories,
.store-address,
.rating-ratio label {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
}

.dh {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 5px;
	margin-bottom: 15px;
}

.timings {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
}

.social-buttons {
	flex-wrap: wrap;
}

.social-button-container .social-buttons button {
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.social-button-container .social-buttons button img {
	margin-right: 12px;
}

.category-base-reviews {
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-left: 15px;
}

.category-base-reviews .review-type {
	align-items: center;
	text-align: center;
	padding: 15px;
}

.category-base-reviews .review-type .title {
	margin-bottom: 8px;
}

.category-base-reviews .review-type .number {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 60px;
	line-height: 72px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.latest-reviews {
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.latest-reviews .review-type-text,
.latest-reviews .review-type-stars {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.latest-reviews .review-type .title {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}


.latest-reviews .stars .star {
	fill: #00AEEF;
}

.switch-button-timings {
	background: rgba(241, 242, 244, 1);
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: #155fff;
	position: relative;
	padding-right: 50%;
	position: relative;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}

.switch-button-timings:before {
	content: "Collections";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	color: #fff;
}

.switch-button-timings .switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.switch-button-timings .switch-button-checkbox:checked+.switch-button-label:before {
	transform: translateX(442px);
	transition: transform 300ms linear;
}

.switch-button-timings .switch-button-checkbox+.switch-button-label {
	position: relative;
	padding: 12px 0;
	display: block;
	user-select: none;
	pointer-events: none;
}

.switch-button-timings .switch-button-checkbox+.switch-button-label:before {
	content: "";
	background: #00AEEF;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	transform: translateX(0);
	transition: transform 300ms;
}

.switch-button-timings .switch-button-checkbox+.switch-button-timings .switch-button-label .switch-button-label-span {
	position: relative;
}

.order-time .form-header-right a {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #00AEEF;
}

/******calender*******/

.calendar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.calendar_left {
	width: 100%;
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 4px;
}

.calendar_left .header {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2em;
	color: #000;
	font-size: 0.7em;
}

.calendar_left .header .month {
	display: flex;
	justify-content: space-around;
}

.calendar_left .header .year {
	display: flex;
	justify-content: space-around;
}

.calendar_left .header h1 {
	line-height: 1em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4px;
	font-size: 1rem;
}

.calendar_left .header i {
	cursor: pointer;
}

.days {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.days .day_item {
	color: #000;
	width: 45px;
	text-align: center;
	padding-bottom: 1em;
}

.dates {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	width: 100%;
}

.dates .date_item {
	color: #000;
	width: 45px;
	text-align: center;
	height: 45px;
	padding: 1em;
	cursor: pointer;
	border-radius: 100%;
}

.present {
	background: #00a8e8;
	transform: scale(0.7);
	border-radius: 50px;
	padding: 0.95em !important;
	color: #fff !important;
	z-index: 0;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
	animation: bounce-button-in 0.45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

::-webkit-scrollbar {
	/*display: none;*/
}

::-webkit-input-placeholder {
	/*color: #fff;*/
}

.bounce-in.ng-animate {
	animation: none 0s;
}

.bounce-in {
	animation: bounce-in 0.9s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes bounce-in {
	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(7px);
	}

	100% {
		transform: translateX(2px);
	}
}

@keyframes bounce-button-in {
	0% {
		transform: translateZ(0) scale(0);
	}

	100% {
		transform: translateZ(0) scale(0.7);
	}
}

.order-timings .left-coloum h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #333333;
}

.sp-ins {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.sp-ins:focus {
	outline: none;
}

.time-btns .time-btn {
	border: 2px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 12px 16px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.75px;
	color: #333333;
	flex: 0 0 auto;
	width: 23%;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
}

.store-search__input {
	height: 42px;
	background: #f5f5f5;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 94%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	top: 12%;
	margin: 0px auto;
}

.store-search__input__placeholder {
	color: #9b9b9b;
	text-align: center;
	opacity: 1;
	white-space: nowrap;
	transition: left .3s linear;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	left: 45px;
	margin-top: 2px;
	z-index: 2;
	min-height: 22px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
}

.wrapper--overflow-wrap[data-v-7dd2b164] {
	word-wrap: break-word;
}

.store-search__input__placeholder--focused {
	max-width: 0;
	left: 45px;
	color: transparent;
}

.store-search__input__placeholder__icon {
	width: 13px;
	height: 15px;
	background-size: cover;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}

.store-search__input__field {
	border: none;
	background: transparent;
	margin-left: 45px;
	padding-top: 3px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
}

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}

/**** restaurant detail popup ****/

#filterModal .prices {
	/*padding: 10px;*/
}

#filterModal .prices .price {
	width: 146px;
	height: 38px;
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #333;
}

#filterModal h4 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #484F67;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: 15px;
}

#filterModal .row input {
	margin-right: 5px;
}

#filterModal .row label {
	padding: 5px;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	margin-right: 20px;
}

#filterModal.modal,
#orderModal.modal,
#order-finalize.modal {
	z-index: 20;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);

}

#filterModal .modal-content,
#orderModal .modal-content,
#order-finalize .modal-content {
	/*margin: 5% auto;*/
	padding: 20px;
	width: 100%;
	border: 0;
	/*width: 646px;*/
	/*height: 400px;*/
	background: #FFFFFF;
	border: 1px solid #DED5D5;
	box-sizing: border-box;
	border-radius: 22px;

}

#order-finalize .modal-content {
	height: 550px;
	padding-right: 10px;
}

#order-finalize .modal-content .close {
	right: 18px;
}

.modal-inner {
	overflow: auto;
	overflow-x: clip;
}

/* width */
#order-finalize .modal-content .modal-inner::-webkit-scrollbar {
	width: 6px;
}

/* Track */
#order-finalize .modal-content .modal-inner::-webkit-scrollbar-track {
	background: rgba(219, 234, 254, 0.5);
	border-radius: 20px;
}

/* Handle */
#order-finalize .modal-content .modal-inner::-webkit-scrollbar-thumb {
	background: rgba(0, 174, 239, 1);
	border-radius: 20px;
}

/* Handle on hover */
#order-finalize .modal-content .modal-inner::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 174, 239, 0.5);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.topright {
	position: absolute;
	right: 10px;
	top: 0;
}

.choose h4 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color: #000000;
}

.choose h6 {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #FD4242;
}

#orderModal {
	z-index: 20;

}

#orderModal .order-options {
	height: 200px;
	overflow-y: scroll;
	padding-right: 8px;
}

#order-finalize {
	z-index: 20;
	margin-bottom: 30px;
}

.selected-items input {
	margin-right: 10px;
}

.selected-items label {
	margin-right: 20px;
}

.your-order-mob button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.m-footer {
	padding: 0 1rem;
}

.search-form.filterSearch .search input {
	width: auto;
}

.search-form.filterSearch.search-form-fixed .search input {
	width: auto;
}

.add {
	margin-right: 3px;
}

.remove {
	margin-left: 3px;
}

.add,
.remove {
	font-size: 24px;
	margin-top: 4px;
	vertical-align: bottom;
}

.price a {
	vertical-align: middle;
}

.left-arrow {
	width: 32px;
	overflow: hidden;
	background: transparent;
	text-align: left;
	transform: rotate(180deg);
	border: none;
	margin-left: -20px;
}


.right-arrow {
	width: 35px;
	overflow: hidden;
	background: transparent;
	text-align: right;
	border: none;
}

/********************************
		Blog page
********************************/

.main-wrapper-post {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex-direction: row;
	-moz-box-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.main-wrapper-post .main-content {
	/*width: calc(100vw - (60px + 200px));*/
	background: #fff;
	position: relative;
	padding-top: 0;
	/* padding-bottom: 100px; */
	will-change: transform;
}

.banner-hero {
	background-image: url(../../images/Eatandrepeat/doner-kabab.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-wrapper-post .main-content .banner-hero {
	position: relative;
	width: 100%;
	height: 70vh;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.banner-hero .container {
	height: 60vh;
}

.header-text {
	padding-top: 100px;
}

.header-text h2 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 49px;
	line-height: 140%;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}

.main-wrapper-post .main-content .wrapper-content {
	align-self: center;
	margin: 0 auto;
	width: 100%;
}

.location {
	background-color: #fff;
	padding: 28px 0;
	margin-bottom: 6rem;
	color: #000;
}

.main-wrapper-post.no-child-menu .main-content {
	margin-left: 0;
}

.main-wrapper-post.no-child-menu .main-content {
	width: 100vw;
}



.news-entry {
	overflow: hidden;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}

.news-entry a {
	margin-bottom: 1rem;
}

.news-entry-content h3 a {
	color: #000;
}

.news-section .news-entry img {
	width: 50%;
}

.main-wrapper-post .main-content .banner-hero .container,
.blog-detail .banner-hero .container {
	justify-content: center;
	align-items: center;
	display: flex;
}

@media only screen and (min-width: 768px) {
	.news-entry-content {
		overflow: hidden;
	}


}


span.news-date {
	font-size: 0.9rem;
	color: #8b8b8b;
	float: left;
	line-height: 25px;
}

a.news-category {
	font-size: 1rem;
	color: #00AEEF;
	float: none;
	display: inline-block;
}

.news-entry-content h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	color: #00AEEF;
}


.news-entry-content p {
	font-size: 1.6rem;
	margin-top: 0;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
}

.location .button {
	font-family: Montserrat;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	padding: 0.9rem 1.2rem 0.8rem;
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background: #00AEEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border: 1px solid transparent;
}

.button.readmore {
	margin-top: 0.7rem;
	padding: 0.7rem;
	font-size: 0.8rem;
}


.button.readmore i {
	color: #fff;
	font-size: .9rem;
	margin-left: 3px;
}

.sidebar {
	/*padding: 1.5rem 1.5rem 0 8.7rem;*/
}

.sidebar ul {
	margin-bottom: 3rem;
}

.sidebar ul li {
	font-family: Montserrat;
	display: block;
	margin-bottom: 0.7rem;
	background: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sidebar ul li a {
	font-family: Montserrat;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 1rem 2rem 1rem;
	display: block;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sidebar ul li.active {
	background: #00AEEF;
}

.side-gdk-banner-main {
	width: 88%;
	display: block;
	text-align: center;
	padding: 24px 18px 24px 18px;
	background-color: #2a2a2a;
	border-radius: 5px;
	float: right;
}

.pagination-section {
	/*overflow: hidden;*/
	width: 100%;
	/*margin: 5.5rem 0 9.9rem;*/
	text-align: center;
}

.pagination-section ul {
	font-size: 15px;
	line-height: 23px;
	margin-left: 20px;
	list-style: none;
	margin: 0;
	padding: 0;

}

.pagination-section ul li.pag-prev {
	margin-right: 4.4rem;
	float: left;
}

.pagination-section ul li.pag-next {
	margin: 0 0 0 1.4rem;
	float: right;
}

.pagination-section ul li {
	font-family: Montserrat;
	display: inline-block;
	margin-right: 2.8rem;
}

.pagination-section ul li a {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	display: block;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

@media only screen and (min-width: 1024px) {
	.main-wrapper-post .main-content .banner-hero {
		height: 420px;
	}

}

@media only screen and (min-width: 1025px) {
	.news-entry a img {
		display: block;
		float: left;
		margin-right: 3rem;
	}
}

.static-page__block {
	margin-top: 130px;
}

.wrapper-content.ourgoal {
	padding: 90px 0px;
}

.ourgoal .heading1 {
	line-height: 58px;
	width: 100%;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	color: #333;
}

.ourgoal .heading3 {
	font-family: Montserrat;
	font-size: 26px;
	text-align: center;
	color: #333;
	letter-spacing: 1px;
}

.map {
	background-image: url(../images/organization_mp_bg.svg);
	background-repeat: no-repeat;
	/*background-position: center center;*/
	background-size: cover;
}

#achivements-snippet .bodySection {
	text-align: center;
	padding: 100px 0;
}

#achivements-snippet .bodySection h1 {
	font-size: 48px;
	color: #00AEEF;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	font-family: Montserrat;
	text-align: center;
	margin-bottom: 20px;
}

#achivements-snippet .bodySection p {
	color: #333;
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
	max-width: 40%;
	margin: 0px auto;
}

#BodySection2.bg-grey {
	background: #f7f7f7;
	padding: 60px 0px;
	text-align: center;
	margin: 60px 0 0 !important;
}

.marTop30 {
	margin-top: 40px !important;
}

#BodySection2 h2 {
	font-weight: 700;
	font-size: 48px;
	color: #333;
	margin: 0 0 12px 10px;
}



.packages-signup {
	width: 220px;
}

.form-checkout {
	background: #FFFFFF;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
	border-radius: 8px;
}

.clearfix {
	clear: both;
}



.ch_order .basket-items {
	height: 300px;
	overflow-y: scroll;
	overflow-x: clip;
}

.user-profile span {
	vertical-align: text-bottom;
}



button.load-more {
	margin-bottom: 25px;
}

.create-account a,
.forgot-pw a {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #00AEEF;
}

.popup_title {
	padding: 10px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #484F67;
	/*border-bottom: 1px solid #C4C4C4;*/
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
	margin-bottom: 20px;
}

.ps-15 {
	padding-left: 12px;
}

.popup_title br {
	display: none;
}

.popup_tbl input {
	margin-right: 10px;
	border: 1px solid #c4c4c4;
}

.popup_tbl span {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	text-transform: capitalize;
}

.jqibuttons {
	padding: 15px 0px !important;
}

.jqibuttons a {
	font-weight: 600;
	background-color: #00AEEF !important;
	color: #fff !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.jqibuttons a:hover {
	color: #fff;
}

.topping_list_div.popupscroll.order-options {
	height: 260px;
}

.characteristic-list-separator {
	width: 2px;
	height: 2px;
	background-color: var(--colorNeutralSecondary);
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
}

.rating-categories ul {
	padding-left: 0;
}

.resturant-info-pop {
	background: none;
	border: none;
	color: #00aeef;
}

.resturant-info-pop-btn {
	text-decoration: none;
	padding: 20px 24px;
	font-weight: 400;
	min-width: 133px;
	font-size: 18px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	outline: none;
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #00aeef;
}

.process-order {
	text-align: center;
}

.resturant-info-pop .modal-header {
	/*display: block;*/
	margin-right: 0px;
	margin-left: 0px;
}

.resturant-info-pop .btn-close {
	position: absolute;
	right: 12px;
	top: 12px;
}

.resturant-info-pop ul li a {
	font-family: "Lato", sans-serif;
	font-style: normal;
	/*font-weight: 600;*/
	font-size: 18px;
	line-height: 35px;
	color: #000000;
}

.resturant-info-pop ul li a:hover {
	font-weight: 600;
}

.resturant-info-pop .nav-tabs {
	border-bottom: none;
}

.resturant-info-pop .nav-tabs li a {
	padding-bottom: 10px;
}

.resturant-info-pop .nav-tabs .active {
	border-bottom: 1px solid var(--blue);
	font-weight: 600;
}

.resturant-info-pop .reviews .star {
	fill: #00aeef;
}

.fw-light {
	font-weight: 300;
}

.f-18 {
	font-size: 1.8rem;
}

.mb-sm {
	margin-bottom: 16px;
}

.bc-neutral-divider {
	border-bottom: 1px solid var(--blue);
}

.fw-bold {
	font-weight: 700;
}

.f-12 {
	font-size: .8rem;
}

.rating-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.cl-neutral-secondary {
	color: #707070;
}

.fw-light {
	font-weight: 300;
}

.f-14 {
	font-size: 1.4rem;
}

.mt-sm {
	margin-top: 16px;
}

.my-sm {
	margin-top: 16px;
	margin-bottom: 16px;
}

.push-right {
	margin-left: auto;
	text-align: right;
}

.w-10 {
	width: 10%;
}

.deal-page-menu ul li:first-child a {
	padding-left: 0 !important;
}

.alert p {
	margin-bottom: 0;
}

body.home #top-nav {
	box-shadow: none;
}


.resturant-info-pop .stars svg {
	margin-top: -5px;
}

.resturant-info-pop .stars label {
	margin-left: 10px;
}

.row#total {
	margin-right: 0px;
}

.total_price #total_price {
	/*margin-right: 7px;*/
}


.cookieinfo {
	background: rgba(0, 174, 239, 1) !important;
	box-shadow: 0 5px 10px 5px rgb(0 0 0 / 8%);
}

.cookieinfo-close {
	background: rgba(255, 255, 255, 1) !important;
	color: rgba(0, 174, 239, 1) !important;
}

.cookieinfo a {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline !important;
}

.static-page__block li {
	list-style-type: circle;
}

#resturant-detail-header .wrapper-left .col-md-2 .img-responsive,
.order-time .col-md-2 .img-responsive {
	margin-top: 20px;
}

.franchise-info input {
	text-indent: 6px !important;
}

.site-map ul li a {
	font-size: 16px;
	color: #00AEEF;
	font-weight: 500;
}

.menu_title {
	margin-top: 20px;
}

#coupon_code {
	background-size: 30px 30px !important;
	background-position: center right !important;
}

.menu_widget {
	background: #FFF;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 2.25rem;
	width: 73%;
}

.menu_widget_title {
	background: #00AEEF;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	padding: 8px 10px;
	margin: 0px;
}


.menu_widget_title h3 {
	font-size: calc(1rem + 1.25vw);
}

.colleps-icon {
	display: none;
}

.product-tile__right-side-wrapper {
	min-height: 128px;
	display: grid;
	position: relative;
}

.product-tile__image {
	border-radius: 8px;
	grid-area: 1 / 1 / 2 / 2;
	overflow: hidden;
	transform: translateZ(0);
}

.lazy-loaded-dish-photo {
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	animation: .15s ease-in-out forwards show;
}