body {
	padding: 20px 40px;
	margin: 0;
	background-color: #fff;
	font-family: 'Visby CF';
	overflow-x: hidden;
}

/* ------General-CSS------ */

h2 {
	font-size: 96px;
	font-family: 'Fredoka One';
	line-height: 116px;
	color: #202020;
	margin-bottom: 15px;
}

h3 {
	font-size: 82px;
	color: #202020;
	font-family: 'Fredoka One';
	line-height: 74px;
}
h4{
	font-size: 60px;
	color: #202020;	
	font-family: 'Fredoka One';
	line-height: 65px;
}
h5{
	font-size: 40px;
	color: #202020;	
	font-family: 'Fredoka One';
	line-height: 45px;
}
h6{
	font-size: 25px;
	color: #202020;	
	font-family: 'Fredoka One';
	line-height: 30px;
}

p {	
	font-size: 26px;
	color:#202020;
	line-height: 32px;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	list-style: none;
}

.btn {
	font-size: 19px;
	line-height: 22px;
	padding: 10px 16px;
	color: #fff !important;
	background: #FC353A !important;
	border: 2px solid #FC353A !important;
	border-radius: 50px;
	transition: all 0.5s;
}

.btn:hover {
	color: #FC353A !important;
	background: transparent !important;
}
body.open-slider{
	overflow: hidden;
}

/* -----Header-CSS------*/
.header-bg{
	width:100%;
	padding:50px 178px;
	position: absolute;
	left:0;
	right:0;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.header-left{
	display: flex;
	align-items: center;
}
button.toggle{
	width:46px;
	height:36px;
	background-color: transparent;
	padding:0;
	border:0;
	position: relative;
	margin-right:40px;	
}
button.toggle span{
	width:46px;
	height:6px;
	position: absolute;
	top: 15px;
    left: 0;
    right: 0;    
	display: inline-block;
	background-color: #fff;
	border-radius:10px;	
	transition-duration: 0.5s;
}
button.toggle::before{
	position: absolute;
	top:0;
	left:0;
	right:0;
	content:'';
	width:46px;
	height:6px;	
	background-color: #fff;
	border-radius:10px;
	transition-duration: 0.5s;
}
button.toggle::after{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	content:'';
	width:46px;
	height:6px;	
	background-color: #fff;
	border-radius:10px;
	transition-duration: 0.5s;
}
button.toggle.open span{
	background: transparent;
}
button.toggle.open::before{
	transform: rotateZ(45deg) scaleX(1.25) translate(10px, 10px);
}
button.toggle.open::after{	
	transform: rotateZ(-45deg) scaleX(1.25) translate(9px, -9px);
}
.logo a img{
	max-width:164px;
}
.logo a img.red-logo{
	display: none;
}
.navigation-box{
	padding-left:95px;
}
.navigation-box ul{
	display: flex;
	margin:0;
	padding:7px 10px;
	border-radius:50px;
	background:rgba(255, 255, 255, 0.4);
}
.navigation-box ul li a{
	font-size: 19px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
    line-height: 22px;    
    display: inline-block;
    padding: 12px 26px;
    border-radius: 50px;	
}
.navigation-box ul li:last-child a{
	padding-left:15px;
	padding-right:15px;
}
.navigation-box ul li.active a,
.navigation-box ul li a:hover{
	color:#FC353A;	
	background:#fff;
}
.header-right ul{
	margin:0;
	display: flex;
	align-items: center;
}
.header-right ul li{
	margin-left:16px;
}
.header-right ul li:first-child{
	margin-left:0;
}
.header-right ul li a{
	font-size: 20px;
	color:#fff;
	display: inline-block;
	text-decoration:none;	
	font-weight:600;
	line-height: 24px;	
	padding: 10px 25px;
    border-radius: 50px;
	border:2px solid #fff;
}
.header-right ul li a:hover{
	color:#FC353A;	
	background:#fff;
}
.header-right ul li.add-cart-btn{
	margin-right:15px;
}
.header-right ul li.add-cart-btn a{
	font-size:22px;
	font-weight: 800;
	color:#FC353A;
	padding:9px 23px;
	background-color: #fff;
	cursor: pointer;
}
.header-right ul li.add-cart-btn a img{
	margin-right: 6px;
    margin-top: -7px;	
}
.header-right ul li.add-cart-btn a img.white-cart-image{
	display: none;
}
.navigation-dropdown{
	position: fixed;
	z-index:123;
	border: 0;
    border-radius: 0;
	padding:20px 25px 30px 25px;
	width:300px;
	background-color: #fff;	
	top:0;
	bottom:0;
	left:-100%;
	box-shadow:0 0 5px 0 #e1e1e1;
	visibility: hidden;
	opacity:0;
	transition: all 0.5s;
	overflow: hidden;
	overflow-y: auto;
}
.navigation-dropdown::-webkit-scrollbar {
	width: 5px;
}  
.navigation-dropdown::-webkit-scrollbar-track {
	background: #ffe6e7;
}  
.navigation-dropdown::-webkit-scrollbar-thumb {
	background: #FC353A;
}  
.navigation-dropdown::-webkit-scrollbar-thumb:hover {
	background: #FC353A;
}
.navigation-dropdown.open{
	left:0;
	visibility: visible;
	opacity:1;
}
.navigation-dropdown button.close{	
	font-size:32px;
	color:#FC353A;
	padding:0;
	padding-top:5px;
	border:0;
	border-radius:0;
	position: relative;
	z-index:12;
	background-color: transparent;
	margin-bottom:70px;
}
.navigation-dropdown .logo{
	position: absolute;
	top:0;
	left:0;
	right:0;
	text-align: center;
	padding-top:25px;
}
.navigation-dropdown .logo img{
	width:118px;
}
.navigation-list{
	margin-bottom:110px;
}
.navigation-list ul{
	margin:0;	
}
.navigation-list ul li{
	margin-bottom:22px;
}
.navigation-list ul li a.dropdown-item{
	font-size:22px;
	color:#000000;
	font-weight:600;
	background-color: transparent;
	padding:0;
}
.navigation-list ul li.active a.dropdown-item,
.navigation-list ul li a.dropdown-item:hover{
	color:#fc353a;
}
.fixed-header .header-bg{
	padding-top:30px;
	padding-bottom:30px;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index:123;
	background-color:#fff;
	box-shadow: 0 2px 10px 0 #a3a3a3;	
}
.fixed-header button.toggle::after,
.fixed-header button.toggle::before,
.fixed-header button.toggle span{
	background-color:#FC353A;
}
.fixed-header .logo a img.red-logo{
	display: inline-block;
}
.fixed-header .logo a img.white-logo{
	display: none;
}
.fixed-header .header-bg .navigation-box ul{
	background-color: #F4F3F3;	
}
.fixed-header .header-bg .navigation-box ul li a {
    color: #000000;
}
.fixed-header .header-bg .navigation-box ul li.active a,
.fixed-header .header-bg .navigation-box ul li a:hover{
	color: #fff;
    background-color: #FC353A;
}
.fixed-header .header-right ul li a{
	color: #000000;
	background-color: #F4F3F3;
    border-color: #F4F3F3;
}
.fixed-header .header-right ul li a:hover{
	color: #000000;
	background-color: transparent;
}

.your-restaurant-box p{
	font-size:22px;
	color:#000000;
	font-weight:600;
	margin-bottom:24px;
}
.download-grubz-app{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.download-grubz-app .grubz-app-icon{
	width:80px;
	min-width: 80px;
	height:80px;
	min-height:80px;	
	line-height:75px;
	text-align: center;
	border-radius:12px;
	box-shadow:0 0 10px 5px #dbdbdb;
	background-color:#fc353a;
}
.download-grubz-app .grubz-download-app-text{
	padding-left:15px;
}
.download-grubz-app .grubz-download-app-text p{
	font-size:13px;
	color:#000000;
	line-height:20px;
	font-weight:bold;
	margin-bottom:0;
}
.app-buttons ul{
	display: flex;
	margin-bottom:0;
}
.app-buttons ul li{
	margin-right: 22px;
}
.app-buttons ul li a{
	width:100px;
	height:40px;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	line-height: 40px;	
	display: inline-block;	
	border-radius:10px;
	text-decoration: none;
	background:#F4F3F3;
	position: relative;
}
.app-buttons ul li a img{
	width: auto;
	position: absolute;
	left:10px;
	top:50%;
	transform: translate(0 , -50%);
}
.app-buttons ul li a.ios-btn{
	padding-left:52px;
}
.app-buttons ul li a.android-btn{
	padding-left:42px;
}

/* -----Banner-CSS------*/
.banner-bg{	
	padding:230px 138px 115px 138px;
	background-color:#FC353A;
	border-radius:50px;
	overflow-x: hidden;
	margin-bottom: 35px;
}
.banner-content{
	padding-top: 65px;
}
.banner-content h2{
	font-family: 'Fredoka One';
	font-weight:normal;
	color:#fff;
	margin-bottom:92px;
}
.banner-content h2 img{
	position: relative;
    top: -10px;
    margin-right: 6px;
}
.enter-postcode-address{
	max-width:580px;
	width:100%;
	position: relative;
	margin-bottom:92px;
}
.enter-postcode-address input.form-control{
	font-size:19px;
	color: #B3B3B3;
	font-weight:600;
	width:100%;
	height:60px;
	border:0;
	border-radius:50px;
	padding: 0 140px 0 72px;
	background-color: #FFFFFF;
}
.enter-postcode-address input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #B3B3B3; opacity:1;
  }
  .enter-postcode-address input.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #B3B3B3; opacity:1;
  }
  .enter-postcode-address input.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #B3B3B3; opacity:1;
  }
  .enter-postcode-address input.form-control:-moz-placeholder { /* Firefox 18- */
	color: #B3B3B3; opacity:1;
  }
.enter-postcode-address button.btn{
	position: absolute;
	top: 7px;
    right: 8px;
	font-size:19px;
	color:#fff !important;
	border:0 !important;
	border-radius:25px;
	font-weight:500;
	padding:0;
	text-align: center;
	width:120px;
	height:47px;	
	background-color:#000000 !important;
}
.enter-postcode-address img.send-icon{
	position: absolute;
	left:17px;
	top:50%;
	transform: translate(0 , -50%);
}
.users-restaurants-main-box{
	max-width: 580px;
	display: flex;
}
.users-restaurants-box{
	margin-right:110px;
	text-align: center;
}
.users-restaurants-box h3{
	font-size:75px;
	color:#fff;	
	line-height:70px;
	margin-bottom:24px;
}
.users-restaurants-box p{	
	font-size:40px;
	color:#fff;
	font-family: 'Fredoka';
	line-height:30px;
	margin-bottom:0;
}
.users-restaurants-box:last-child{
	margin-right:0;
}
.banner-image{
	text-align: right;
}

/* -----Join-the-movement-CSS------*/
.Join-the-movement-bg{		
	width:100%;
	height:638px;
	position: relative;	
	overflow-x: hidden;
	margin-bottom:35px;	
}
.Join-the-movement-bg::before{	
	max-width:895px;
	width:100%;
	height:100%;
	background-color:#FDF6F2;
	border-radius:46px 0 0 46px;
	content:'';
	position: absolute;
	z-index:2;
	left:0;
	top:0;
	bottom:0;	
	clip-path:polygon(0 0, 100% 0%, 53% 100%, 0% 100%);
}
.Join-the-movement-bg img.Join-bg-image{	
	height:100%;
	border-radius:50px;
	object-fit: cover;
	position: absolute;
	z-index:1;
	right:0;
	max-width:100%;
}
.Join-the-movement-bg .row{
	position: relative;
	z-index:10;
}
.Join-movement-content{
	position: relative;
	z-index:1;
	padding:0 76px;
}
.main-heading{
	margin-bottom: 40px;
}
.main-heading h2{
	margin-bottom:40px;
}


/* -----Everything-you-crave-CSS------*/
.everything-you-crave-bg{
	margin-bottom:45px;
	overflow-x: hidden;
}
.everything-you-crave-image{
	max-width: 738px;
	width:100%;
	text-align: center;
	padding:100px 0 0 0;
	background-color:#FDF6F2;
	border-radius:50px;
}
.everything-you-crave-image img{
	max-width:100%;
}
.everything-you-crave-content{
	padding:0 80px 0 128px;
}
.everything-you-crave-content a.btn{
	padding:10px 29px;
}
.perfect-cuisine-image img{
	max-width:100%;
}


/* -----find-perfect-cuisine-CSS------*/
.find-perfect-cuisine-bg{
	margin-bottom:35px;
	overflow-x: hidden;
}
.perfect-cuisine-content{
	padding-left:116px;
}
.perfect-cuisine-content a.btn{	
	padding:10px 20px;
}

/* -----Download-Our-App-CSS------*/
.download-our-app-bg{
	padding-top:80px;
	background-color:#FC353A;	
	border-radius:50px;
	overflow-x: hidden;
	margin-bottom:49px;
}
.download-our-app-image{
	padding-left:105px;
}
.download-our-app-image img{
	max-width:100%;
}
.download-our-app-content{
	padding-top: 62px;
    padding-left: 107px;
}
.download-our-app-content .main-heading h2{
	color:#fff;
	line-height:86px;
}
.download-our-app-content .main-heading p{
	color:#fff;
}
.download-our-app-content ul{
	padding-top:13px;
	margin-bottom:0;
}
.download-our-app-content ul li{
	display: inline-block;
	margin-right:17px;
}
.download-our-app-content ul li img{
	width:140px;
}

/* -----Restaurants-Near-Me-CSS------*/
.restaurants-bg{
	position: relative;
	overflow-x: hidden;
}
.restaurants-bg img{
	max-width:100%;
	width:100%; 
}
.restaurants-near-me{
	position: absolute;
	padding:48px 45px;
	top:50px;
	left:40px;	
	background-color:#fff;
	border-radius:34px;
}
.restaurants-near-me h3{
	line-height: 74px;
	color:#FC353A;
	margin-bottom:0;
}

/* -----View-all-cities-CSS------*/
.view-all-cities-bg{
	padding:65px 145px 55px 145px;
}
.view-all-cities-bg .main-heading{
	margin-bottom:92px;
}
.cities-box ul li{
	width:100%;
	display: inline-block;
	margin-bottom:35px;
}
.cities-box ul li:last-child{
	margin-bottom:0;
}
.cities-box ul li a{
	font-size: 25px;	
	color:#101A24;
	font-weight:600;
	text-decoration: none;
}

/* -----Footer-CSS------*/
.footer-bg{
	background-color:#FDF6F2;
	padding:40px 90px 0 90px;
	border-radius:50px;
}
.footer-box img.footer-logo{
	width:180px;
	margin-top: 46px;
}
.footer-box ul{
	margin-bottom:0;
}
.footer-box ul li{
	margin-bottom:15px;
}
.footer-box ul li:last-child{
	margin-bottom:0;
}
.footer-box ul li a{
	font-size: 15px;
	font-weight: 700;
	font-family: 'Visby CF';
	text-decoration: none;
	color:#000000;
	line-height: 24px;
	letter-spacing:normal;
}
.follow-us{
	text-align: center;
}
.follow-us p{
	font-family: 'Visby CF';
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	margin-bottom:5px;	
}
.follow-us ul{
	margin-bottom:0;
	text-align: center;
}
.follow-us ul li{
	display: inline-block;
	margin:0  11px;
}
.follow-us ul li a{
	font-size: 24px;
	color:#000000;
}
.copy-right{
	padding-bottom:14px;
}
.copy-right p{
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color:#5C6574;	
	margin-bottom:0;
}

/* Products-page-css */
.header-bg.header-two{
	top:0;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:2px solid #F4F3F3;
}
.header-two .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-two button.toggle::after,
.header-two button.toggle::before,
.header-two button.toggle span{
	background-color:#FC353A;
}
.header-two button.toggle{
	margin-right:50px;
}
.header-two button.toggle.open span {
    background: transparent;
}
.header-bg.header-two .logo a img{
	max-width:130px;
}
.header-two .navigation-box ul{
	background-color:#F4F3F3; 
}
.header-two .navigation-box ul li a{
	color:#000000;
}
.header-two .navigation-box ul li.active a,
.header-two .navigation-box ul li a:hover{
	color: #fff;
	background-color:#FC353A; 
}
.header-two .header-right ul li.add-cart-btn{
	margin-right: 66px;
	padding-left:193px;
}
.header-two .header-right ul li a{
	font-size:18px;
	color:#000000;
	padding:6px 28px;
	background-color:#F4F3F3;
	border-color:#F4F3F3;
}
.header-two .header-right ul li a.basket-toggle-btn{
	width:100px;
	padding:6px 20px;
	color:#FFFFFF;
	background-color:#EA3323 !important;
	border-color:#EA3323;
	text-align: center;
}
.header-two .header-right ul li.add-cart-btn a img.red-cart-image{
	display: none;
}
.header-two .header-right ul li.add-cart-btn a img.white-cart-image{
	display: inline-block;
}
.header-two .header-right ul li a:hover{
	background-color: transparent;
}
.header-middle-box{
	display: flex;
	align-items: center;
}
.header-middle-box .location-box{
	margin-bottom: 0;
	margin-right:35px;
}
.inner-page{
	padding-top:142px !important;
}
.popular-cuisines-section{
	padding-bottom:55px;
}
.popular-cuisines-section .main-heading{
	margin-bottom:20px;
}
.popular-cuisines-section .main-heading h5{
	color:#FC353A;
	font-family: 'Fredoka';
	font-weight:600;
	margin-bottom:0;
}
.popular-slider-item {
    padding-top:40px;
	padding-bottom:15px;
}
.popular-item{
	position: relative;
	width:146px;
	height:110px;
	text-align: center;
}
.popular-item::after{
	position: absolute;
	top: 0px;
    left: 0px;
	width:146px;
	height:110px;
	content:'';
	background:#FD811F;
	border-radius:15px;
}
.popular-item::before{
	position: absolute;
	top: 7px;
    left: 7px;
	width:146px;
	height:110px;
	position: absolute;
	content:'';
	background:#BD6118;
	border-radius:15px;
}	
.popular-item.chicken-dishes::after{
	background:#FCAC35;
}
.popular-item.chicken-dishes::before{
	background:#CB8D2F;
}
.popular-item.pizza-dishes::after{
	background:#A1CBE2;
}
.popular-item.pizza-dishes::before{
	background:#78A5BD;
}
.popular-item.chinese-dishes::after{
	background:#654762;
}
.popular-item.chinese-dishes::before{
	background:#3E2A3C;
}
.popular-item.indian-dishes::after{
	background:#FC353A;
}
.popular-item.indian-dishes::before{
	background:#A72F14;
}
.popular-item .popular-item-name{
	position: relative;
	z-index:1;
}
.popular-item .popular-item-name img{
	display: inline-block;
    margin-top: -25px;
    margin-bottom: 10px;
    max-width: 130px;
}
.popular-item .popular-item-name p{
	color: #fff;
    font-family: 'Fredoka';
    font-size: 18px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    margin: 0;
}
button.slick-arrow{
	position: absolute;
	top:-55px;
	right:0;
	font-size:0;	
	width:30px;
	height:30px;
	border-radius:50%;
	text-align: center;	
	line-height:30px;
	box-shadow: 0px 0px 10px 0px #00000033;
	padding:0;
	border:0;
	background-color: #fff;
	transition: all 0.4s;
}
button.slick-arrow:hover{
	background-color:#D3D1D1;
}
button.slick-arrow.slick-prev{	
	margin-right:70px;
}
button.slick-arrow.slick-prev::before{
	font-size:16px;
	color:#000;
	position: absolute;
	content:"\f053";	
	font-family:'fontawesome';
	left:0;
	right:0;
}
button.slick-arrow.slick-next::before{
	font-size:16px;
	color:#000;
	position: absolute;
	content:"\f054";	
	font-family:'fontawesome';
	left:0;
	right:0;
}
.location-box{
	padding:9px 20px 5px 18px;
	border-radius:35px;
	background-color:#F4F3F3;	
	margin-bottom: 45px;
}
.location-box ul{
	display: flex;
	justify-content: space-between;
	margin:0;
}
.location-box ul li{
	font-size:15px;
	color:#000000;
	font-weight:700;
}
.location-box ul li.dot{
	margin:0 22px;
}
.location-box ul li svg.fa-location-dot{
	color: #FC353A;
    font-size: 24px;
    position: relative;
    top: -1px;
	margin-right:20px;
}
.location-box ul li svg.fa-circle{
	font-size:5px;
	position: relative;
	top:-5px;
}
.location-box ul li a{
	color:#8B8F8F;
	text-decoration: underline;
}
.search-filter-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:48px; 
}
.search-for-restaurant{
	position: relative;
}
.search-for-restaurant svg{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    font-size: 18px;
}
.search-for-restaurant input.form-control{
	font-family: 'Visby CF';
	font-size: 15px;
	line-height: 30px;
	padding:0 20px 0 50px;
	width:375px;	
	height: 40px;
	background-color:#F4F3F3;
	border:0;
	outline:none;
	box-shadow: none;
	border-radius: 40px	
}
.search-for-restaurant input.form-control::-webkit-input-placeholder {
	color:#8B8F8F; opacity:1;
}
.search-for-restaurant input.form-control::-moz-placeholder {
	color:#8B8F8F; opacity:1;
}
.search-for-restaurant input.form-control:-ms-input-placeholder {
	color:#8B8F8F; opacity:1;
}
.search-for-restaurant input.form-control:-moz-placeholder {
	color:#8B8F8F; opacity:1;
}
.search-for-restaurant button.btn{
	color:#fff !important;
	font-weight:600;
	background:#FC353A !important;
	width:100px;
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right:10px;
}
.filter-box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.filter-box p{
	font-family: 'Visby CF';
	font-size: 25px;
	font-weight: 700;
	line-height: 29px;	
	text-align: right;
	margin-bottom:0;
}
.filter-box button.filter-btn{
	padding:0;
	margin-left:50px;
	border:0;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
.filter-box .dropdown-menu{
	width:290px; 
	border:0;
	padding:5px 0; 
	border-radius:15px;
	margin-top:75px !important;
	left:auto !important;
	right:0 !important;
	transform: inherit !important;
	box-shadow: 0px 0px 50px 0px #00000026;
}
.filter-box .dropdown-menu:before{
	position: absolute;
    top: -16px;
    right: 12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
}
.filter-box .dropdown-menu ul{
	margin-bottom:0;	
}
.filter-box .dropdown-menu ul li{
	font-size: 20px;
    color: #000;
	padding: 11px 28px;
    font-weight: bold;
}
.filter-box .dropdown-menu ul li .form-check{
	position: relative;
	padding-left:60px; 
}
.filter-box .dropdown-menu ul li .form-check input.form-check-input{
	border:2px solid #8F8F8A; 
	position: absolute;
	left:0;
	margin-top:7px; 
	margin-left:0; 
}
.form-check-input:checked {
    background-color: #FC353A;
    border-color: #FC353A !important;
}

.filter-section{
	padding-bottom: 45px;
}
.filter-list{
	display: flex;
	justify-content: space-between;	
	margin-bottom:0;
}
.filter-list li{
	margin-right:20px;
}
.filter-list li:last-child{
	margin-right:0;
}
.filter-list li a{
	font-size:20px;
	color:#000000;
	font-weight:700;
	cursor: pointer;
	padding:16px 20px 15px 20px;
	border-radius:35px;
	line-height:20px;
	text-decoration: none;
	display: inline-block;
	background-color:#F9F9F9;
	border:1px solid #F4F3F3;
}
.filter-list li a img{
	margin-right: 6px;
    margin-top: -4px;    
}
.filter-list li a.active{
	color:#fff !important;
	background-color:#000;
}
.filter-list li a img.white-icon{
	display: none;
}
.filter-list li a.active img.white-icon{
	display: inline-block;
}
.filter-list li a.active img.black-icon{
	display: none;
}
.filter-list li a svg.fa-chevron-down{
	font-size: 19px;
    margin-left: 6px;
}
.filter-list .filter-box button.filter-btn{
	font-size: 20px;
	color:#000000;
	font-weight: 700;	
	margin-left:0;
}
.filter-list .filter-box button.filter-btn img{
	width: 34px;
    padding: 2px;
	margin-left:5px;
}
.filter-section .search-for-restaurant{
	display: none;
}
.filter-mobile-view .filter-btn{
	display: none;
}
.dietary-dropdown{
	position: relative;
}
.dietary-dropdown .dropdown-menu{
	width:242px;
	background-color: #fff;
	border-radius:15px;
	border:0;
	padding:15px 0;
	box-shadow: 0px 0px 50px 0px #00000026;
	margin-top: 15px !important;
    right: 0 !important;
    left: auto !important;
}
.dietary-dropdown .dropdown-menu::before{
	position: absolute;
    top: -16px;
    right: 18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
}
.dietary-dropdown .dropdown-menu ul li{
	margin: 0;
}
.dietary-dropdown .dropdown-menu ul li a{
	font-size: 20px;
	font-weight: 700;
	color:#000000;
	line-height: 30px;
	width:100%;
	border:0;
	border-radius:0;
	padding: 12px 30px;
	background-color: transparent;
	position: relative;
}
.dietary-dropdown .dropdown-menu ul li a img{
	position: absolute;
	top:50%;
	right:32px;
	transform: translate(0, -50%);
	display: none;
	margin:0;
}
.dietary-dropdown .dropdown-menu ul li.active a img{
	display: inline-block;
}
.filter-section.fixed-filter{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index:123;
	background-color:#fff;
	box-shadow: 0 2px 10px 0 #a3a3a3;	
}
.filter-section.fixed-filter .container{
	max-width:1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fixed-filter .filter-list li {
    margin-right: 15px;
}
.fixed-filter .filter-list li a{
	font-size: 18px;
    padding: 11px 18px 11px 18px;
}
.fixed-filter .filter-list li a img {
    margin-right: 5px;
    margin-top: -5px;
}
.fixed-filter .filter-list li a img {
    height: 18px;
}
.filter-section.fixed-filter .search-for-restaurant{
	display: block;
}
.filter-section.fixed-filter .search-for-restaurant input.form-control {
    width: 300px;
}
.product-list-heading{
	margin-bottom:36px;
}
.product-list-heading h5{
	font-size:30px;
	font-weight:800;
	font-family: 'Visby CF';
}
.most-popular-section{	
	padding-bottom:40px;
}
.offer-for-you-slider,
.most-popular-slider{
	margin-bottom:30px;
	border-bottom:2px solid #E2DFDF;
}
.most-popular-item{
	padding: 0 12px;
}
.offer-for-you-slider .slick-list,
.most-popular-slider .slick-list{
	margin:0 -12px;
}
.offer-for-you-slider button.slick-arrow,
.most-popular-slider button.slick-arrow{
	background-color:#F4F3F3;
	box-shadow:none;
	top:-70px;
}
.offer-for-you-slider button.slick-arrow.slick-prev,
.most-popular-slider button.slick-arrow.slick-prev{
	margin-right:60px;
}
.offer-for-you-slider button.slick-arrow:hover,
.most-popular-slider button.slick-arrow:hover{
	background-color:#D3D1D1;
}
.product-box{
	padding-bottom:40px;
}
.product-box .product-image{
	position: relative;
}
.product-box .product-image img{
	width:100%;
	object-fit: cover;
}
.product-box .product-image .product-logo{
	position: absolute;
	top:20px;
	left:20px;
	padding:12px;
	width:90px;
	height:90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	background-color:#FFFFFF;
	box-shadow: 0px 4px 15px 0px #00000080;
}
.product-box .product-image .product-logo img{
	width:auto;
}
.product-box .product-image .product-logo img.peri-peri-logo{
	height:62px;
}
.product-box .product-content{
	padding-top:15px;
}
.product-box .product-content h5{
	font-family: 'Fredoka';
	font-weight:500;
	font-size:35px;
	margin-bottom:5px;
}
.product-box .product-content ul.rating-list{
	display: flex;
	margin-bottom: 10px;
}
.product-box .product-content ul.rating-list li{
	font-size:20px;
	color:#8F8F8A;
	font-weight:700;
	position: relative;
	padding-right:15px;
	margin-right:15px;	
}
.product-box .product-content ul.rating-list li img{
	width: 15px;
    margin-left: 7px;
    margin-right: 8px;
    margin-top: -5px;
	display: inline-block;
}
.product-box .product-content ul.times-list li::before,
.product-box .product-content ul.rating-list li::before{
	position: absolute;
	content:'';
	width:4px;
	height:4px;
	border-radius:50%;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color:#8F8F8A;
}
.product-box .product-content ul.rating-list li:last-child:before{
	display: none;
}
.product-box .product-content ul.times-list{
	display: flex;
	margin-bottom:12px;
}
.product-box .product-content ul.times-list li{
	font-size: 15px;
	color:#8F8F8A;	
	font-weight: 700;
	position: relative;
	padding-right:15px;
	margin-right:15px;	
}
.product-box .product-content ul.times-list li:last-child:before{
	display: none;
}
.discount-offer{
	font-size: 15px;
	font-weight: 800;
}
.discount-offer img{
	margin-top:-2px;
	margin-right:10px;
	display: inline-block;
}

/* Filter-Modal */
.modal-dialog{
	max-width:1000px;
}
.modal-content .modal-header {
    padding: 10px 44px;
	border-bottom:2px solid #F4F3F3;
}
.modal-content .modal-header h5.modal-title{
	font-size:40px;
	color:#000;
	font-family: 'Visby CF';
	font-weight: 800;
}
.modal-header .btn-close {
	padding: 0;
    margin: 0;
	width:30px;
	height:30px;
	opacity: 1;
	border-radius:50%;
	text-align: center;
	background-color: #F4F3F3;    
    background-image: none;
}
.modal-dialog .modal-content{
	border:0;
	border-radius:20px;
}
.modal-dialog .modal-content button.btn-close{	
    font-size: 20px;
    padding: 0;
    color: #000000;
	background-image: none;
	border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #F4F3F3;
    opacity: 1;    
	position: absolute;
	top:25px;
	left:25px;
	z-index:12;
	box-shadow: none;
}
#FilterModal .modal-dialog .modal-content button.btn-close{
	left: auto;
	right:43px;
}
#FilterModal .modal-content .modal-body{
	display: flex;
	padding:0 45px;
}
.filter-popup-list{
	padding:15px 20px 30px 0;
	min-width:238px;
	max-width:238px;
	padding-right:20px;
	border-right:2px solid #F4F3F3;
}
.filter-popup-list ul{
	border:0;
	border-radius:0;
}
.filter-popup-list ul li{
	width:100%;
	padding-bottom:30px;
}
.filter-popup-list ul li:last-child{
	padding-bottom:0;
}
.filter-popup-list ul li a{
	font-size:20px;
	color:#000;
	font-weight:700;
	line-height:40px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-left:25px;
}
.filter-popup-list ul li a::before{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	content: '';
	width:7px;
	height:40px;
	background-color:#000000;
	border-radius:0 10px 10px 0;
	display: none;
}	
.filter-popup-list ul li a:hover::before,
.filter-popup-list ul li a.active::before{
	display: inline-block;
}
.modal-content .modal-body .tab-content{
	width:100%;
}
.filter-content{
	width:100%;
	padding:25px 25px 0 25px;
}
.filter-category-list{
	margin-bottom:55px;
}
.filter-category-list ul li{
	font-size: 20px;
    color: #000;
	font-weight: bold;
    padding-bottom:38px;    
}
.filter-category-list ul li .form-check {
    position: relative;
    padding-left: 60px;
}
.filter-category-list ul li .form-check input.form-check-input {
	width: 25px;
    height: 25px;
    border: 2px solid #8F8F8A;
    position: absolute;
    left: 0;
    margin-top: 5px;
    margin-left: 0;
}
.modal-footer{
	padding: 0;
    justify-content: center;
    border: 0;
}
.modal-footer button.btn{
	width:200px;
	height:50px;
	font-weight:700;
	margin:0 30px;
}
.modal-footer button.btn.btn-secondary{
	color:#EA3323 !important;
	border:2px solid #EA3323 !important;
	background-color: transparent !important;
}
.product-main-box-section{
	padding-top: 107px;
	padding-bottom:60px;
	width:100%;
	display: inline-block;
}
.product-details-left {
    max-width: calc(100% - 400px);
    float: left;
	padding-top:40px;
	padding-right: 40px;
}
.product-main-box-section .add-to-cart-box-two{
	float: left;
}
.product-main-box{
	position: relative;
}
.product-main-box img{
	width:100%;
}
.product-details-left .product-main-box img.product-main-image{
	height: 350px;
	object-fit: cover;
	border-radius: 20px;
}
.product-main-box .product-logo{
	width:120px;
	height:120px;
	line-height:110px;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px #00000033;
	border-radius:50%;
	text-align: center;
	position: absolute;
	left:35px;
	bottom:-40px;
}
.product-main-box .product-logo img{
	width: 84px;
}

.menu-section{
	margin-top:45px;	
	padding-bottom:30px;
}
.menu-section .search-for-restaurant input.form-control{
	font-size:18px;
	width:365px;
}
.menu-top-line{	
	padding-top:20px;
	border-top:2px solid #F4F3F3;
}
.menu-section h5.menu-title{
	font-size:30px;
	font-family: 'Visby CF';
	font-weight:800;
}
.menu-section.category-menu-fixed{
	position: fixed;
	top:0;
	left:0;
	right:0;
	margin:0;
	width: 100%;
	padding: 15px 30px;    
    z-index: 123;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #a3a3a3;
}
.menu-section.category-menu-fixed .menu-inner-sec{
	max-width:1300px;
	margin: auto;
}
.menu-section.category-menu-fixed .menu-top-line{
	display: none;
}
.menu-section.category-menu-fixed .row{
	display: none;
}
.menu-inner-sec{
	display: flex;
	justify-content: space-between;
}
.menu-list-arrow{
	padding-top:3px;	
	position: relative;
}
.menu-list-arrow a img{
	width:26px;
}
.view-menu-btn{
	cursor: pointer;
}
.view-menu-dropdown-bg{
	position: absolute;
    z-index: 123;
    left: 55px;
    top: -10px;
	display: none;
}
.view-menu-dropdown-bg.show{
	display: block;
}
.view-menu-dropdown-bg::after{
	position: absolute;
	top: 10px;
    left: -24px;
	content:'';
	width: 34px;
	height: 32px;
	background: url(../images/left-shape.svg) no-repeat top center;	
}
.view-menu-dropdown{
	width: 205px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
	position: relative;
	z-index:1;
}
.view-menu-title{
	padding: 10px 20px 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-menu-title p{
	font-family: 'Visby CF';
	font-size: 18px;
	font-weight: 700;
	color:#000000 ;
	margin-bottom:0;
}
.view-menu-title button.close{
	font-family: 'Fredoka';
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #D9D9D9;
    border: 0;
    padding: 0px 5px 0 6px;
}
.view-menu-list ul{
	margin-bottom:0;
}
.view-menu-list ul li{
	padding-bottom:16px;
}
.view-menu-list ul li a{
	font-family: 'Visby CF';
	font-size: 15px;
	color:#000000;
	text-decoration: none;
	font-weight: 700;
	padding: 7px 20px 7px 25px;
	display: flex;
	justify-content: space-between;
	width:100%;	
	position: relative;
}
.view-menu-list ul li a::before{
	content:'';
	position: absolute;
	width:7px;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	background-color: #000000;
	border-radius: 0 10px 10px 0;
	display: none;
}
.view-menu-list ul li.active a::before{
	display: block;
}
.menu-inner-sec .menu-list{
	width:calc(100% - 120px);
	/*display: flex;
	justify-content: space-between;*/
	margin-bottom:0;	
}
.menu-inner-sec .menu-list button.slick-arrow{
	display: none !important;
}
.menu-inner-sec .menu-list li{
	 text-align: center;
}
.menu-inner-sec .menu-list li a{
	font-size: 20px;
	font-weight: 700;
	color:#000000;
	white-space: nowrap;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	text-decoration:none;
	padding-bottom:23px;
	position: relative;
}
.menu-inner-sec .menu-list li a::before{
	width:100%;
	display: inline-block;
	position: absolute;
	content: '';
	height:8px;
	bottom: 0;
	border-radius:8px 8px 0 0;
	background-color: #000000;	
	display: none;
}
.menu-inner-sec .menu-list li.active a::before{
	display: block;
}
.menu-inner-sec{
	padding-top: 15px;
	border-bottom:2px solid #F4F3F3;
}
.menu-inner-sec .left-arrow{
	padding-top: 3px;
	padding-left:35px;    
	cursor: pointer;
}
.menu-inner-sec .left-arrow.slick-disabled{
	display: none;
}
.menu-inner-sec .left-arrow a{ 
	font-size: 18px;
	color:#000000;	
}
.menu-inner-sec .right-arrow{
	padding-top: 3px;
    padding-left: 15px;	
	cursor: pointer;
}
.menu-inner-sec .right-arrow.slick-disabled{
	display: none;
}
.menu-inner-sec .right-arrow a{ 
	font-size: 18px;
	color:#000000;	
}
.customer-favourites-section .main-heading{
	margin-bottom: 32px;
}
.customer-favourites-section .main-heading h6{
	font-size:30px;
	font-family: 'Visby CF';
	font-weight:800;
}
.favourite-box{
	margin-bottom: 30px;
}
.favourite-box .favourite-image{
	position: relative;
}
.favourite-box .favourite-image img{
	width:100%;
}
.horizontal-favourite-box .horizontal-image-box a.add-option,
.favourite-box .favourite-image a.add-option{	
	color: #000;
	font-size: 15px;
	font-weight: 800;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	width: 60px;
	height:30px;
	line-height:30px;
	background-color: #fff;
	border-radius:25px;
	text-align: center;
	position: absolute;
	right:12px;
	bottom:10px;
	box-shadow: 0px 0px 7px 2px #00000026;
}
.favourite-box .favourite-content{
	padding-top:8px;
}
.horizontal-favourite-box .horizontal-content-box h6,
.favourite-box .favourite-content h6{
	font-family: 'Visby CF';
	font-size: 25px;
	font-weight: 800;
	line-height: 30px;	
	margin-bottom:10px;
}
.horizontal-favourite-box .horizontal-content-box span.price,
.favourite-box .favourite-content span.price{
	font-family: 'Visby CF';
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
}
.horizontal-favourite-box .horizontal-content-box p,
.favourite-box .favourite-content p{
	font-family: 'Visby CF';
	font-size: 15px;
	color:#8B8F8F;
	line-height: 30px;
	margin-bottom:0;
}
.horizontal-favourite-box{
	background-color: #fff;
	border-radius:10px;	
	display: flex;
	box-shadow: 0px 0px 4px 4px #0000000D;
	margin-bottom:35px;
}
.horizontal-favourite-box .horizontal-content-box{
	width:100%;
	padding:24px 30px;
}
.horizontal-favourite-box .horizontal-content-box h6{
	margin-bottom:6px;
}
.horizontal-favourite-box .horizontal-image-box{
	width:150px;
	min-width:150px;
	position: relative;
}
.horizontal-favourite-box .horizontal-image-box img{
	width:100%;
	height:100%;
}
.horizontal-favourite-box .horizontal-image-box a.add-option{
	right:28px;
	bottom:17px;
}


#signup-modal .modal-dialog,
#login-modal .modal-dialog{
	max-width:600px;
}
.modal-content .login-body{
	padding:20px 55px 30px 55px;
}
.login-title{
	font-family: 'Fredoka';
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom:20px;
}
.dont-have-account-text{
	font-family: 'Fredoka';
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	margin-bottom:22px;
}
.dont-have-account-text a{
	color:#FC353A;
	text-decoration: underline;
}
.form-group{
	position: relative;
	margin-bottom:20px;
}
.form-group span.icon{
	position: absolute;
	top:5px;
	right:14px;
}
.form-control{
	font-family: 'Visby CF';
	font-size: 18px;
	font-weight: 700;
	width:100%;
	height:40px;
	padding:4px 15px 7px 15px;
	background-color: #F4F3F3 !important;
    border: 0;
    box-shadow: none !important;
	border-radius:10px;	
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-box{
	background-color: #F4F3F3 !important;
	border-radius:10px;	
	position: relative;
}
.select-box::before{
	content: "\f078";
    font-family: 'fontawesome';
	font-size: 18px;
    color: #8F8F8A;
    position: absolute;
	right: 10px;
    top: 6px;        
}
.select-box .form-control{
	background-color: transparent !important;
	position: relative;
	z-index:1;
}
.modal-content .login-body button.btn{
	font-size:18px;
	width:100%;
	padding:7px 20px;
}
.or-option{
	margin: 18px 0;
    position: relative;
    text-align: center;
}
.or-option::after{
	position: absolute;
	content: '';
	width:100%;
	height:1px;
	top:13px;
	left:0;
	right:0;
	background-color:#8F8F8A;
}
.or-option span{
	width: 60px;
    color: #8F8F8A;
    font-family: 'Visby CF';
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
	z-index: 1;
    position: relative;
}
.socials-login-options ul{
	margin-bottom:0;
}
.socials-login-options ul li{
	width:100%;
	margin-bottom:19px;
}
.socials-login-options ul li:last-child{
	margin-bottom:0;
}
.socials-login-options ul li a{
	font-family: 'Visby CF';
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width:100%;
	height:40px;
	border-radius:25px;
	display: inline-block;
	text-decoration: none;
}
.socials-login-options ul li a.google-btn{
	background-color:#4285F6;
}
.socials-login-options ul li a.google-btn img{
	margin-right: 18px;
    margin-top: -4px;
}
.socials-login-options ul li a.facebook-btn{
	background-color:#3C5997;
}
.socials-login-options ul li a.facebook-btn img{
	margin-right: 8px;
    margin-top: -5px;
}
.socials-login-options ul li a.apple-btn{
	background-color:#000000;
}
.socials-login-options ul li a.apple-btn img{
	margin-right: 24px;
    margin-top: -5px;
}
.terms-conditions{
	margin: 5px 0 30px 0;
}
.terms-conditions p{
	font-family: 'Fredoka';
	font-size: 18px;
	color:#000000;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}
.terms-conditions p a{
	color:#000000;
}

/* Add-Cart */

.add-cart-box{
	min-width: 400px;
    max-width: 400px;
    background-color: #FFFFFF;
    border: 2px solid #F4F3F3;
    position: fixed;
	top: 0;
    right: 0; 
	z-index:123;
	right:-100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.5s;
}
body.open .add-cart-box{
	right:0;
	visibility: visible;
	opacity:1;
}
.add-cart-box .cart-top{
	padding:20px 25px 15px 25px;
	border-bottom:2px solid #F4F3F3;
}
.add-cart-box .cart-top button.close{
	width: 35px;
	height: 35px;
	color:#000;
	font-family: 'Fredoka';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	border-radius:50%;
	border:0;
	text-align: center;	
	margin-bottom:25px;
}
.add-cart-box .top-cart-name{
	display: flex;	
}
.add-cart-box .top-cart-name .cart-logo{
	width:52px;
	height:52px;
	line-height:44px;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 10px 2px #0000001A;
	border-radius:50%;
	text-align: center;
}
.add-cart-box .top-cart-name .cart-logo img{
	width:40px;
}
.add-cart-box .top-cart-name .cart-name{
	padding-left:20px;
}
.add-cart-box .top-cart-name .cart-name h6{
	font-family: 'Visby CF';
	font-size: 25px;
	font-weight: 800;
	margin-bottom:0px;
}
.add-cart-box .top-cart-name .cart-name h6 img{
	margin-left:16px;
	margin-top:-5px;	
}
.add-cart-box .top-cart-name .cart-name p{
	font-family: 'Visby CF';
	font-size: 18px;
	font-weight: 700;
}
.add-cart-box .checkout-btn a{
	width:300px;
	height:40px;
	line-height:38px;
	background-color:#EA3323;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	border-radius: 25px;
	padding:0 15px 0 20px;
}
.add-cart-box .checkout-btn a span{
	color:#fff;
	font-family: 'Visby CF';
	font-size: 20px;
	font-weight: 700;
	border-radius:25px;
	display: flex;
	align-items: center;
}
.add-cart-box .checkout-btn a span svg{
	font-size: 25px;
	margin-left: 15px;    
}
.add-cart-box .cart-middle{
	max-height:calc(100vh - 216px);
	overflow: hidden;
	overflow-y: auto;
}
.add-cart-box .cart-middle::-webkit-scrollbar {
	width: 5px;
}  
.add-cart-box .cart-middle::-webkit-scrollbar-track {
	background: #ffe6e7;
	border-radius:10px;
}  
.add-cart-box .cart-middle::-webkit-scrollbar-thumb {
	background: #FC353A;
	border-radius:10px;
}  
.add-cart-box .cart-middle::-webkit-scrollbar-thumb:hover {
	background: #FC353A;
}
.add-cart-box .cart-item{
	padding:12px 15px 12px 25px;
	border-bottom:2px solid #F4F3F3;	
	display: flex;
	align-items: center;
}
.add-cart-box .cart-item .cart-image-item{
	padding-right: 15px;
}
.add-cart-box .cart-item .cart-image-item img{
	width:83px;	
	height:83px;
	border-radius:10px;
}
.add-cart-box .cart-item .cart-content{	
	width:100%;
}
.add-cart-box .cart-item .cart-content h6{
	font-family: 'Visby CF';
	font-size: 18px;	
	line-height:20px;
	font-weight: 800;
	margin-bottom:0px;
}
.add-cart-box .cart-item .cart-content ul{
	padding: 0;
	margin-bottom:2px;
}
.add-cart-box .cart-item .cart-content ul li{
	font-family: 'Visby CF';
	font-size: 18px;
	color:#8F8F8A;
	font-weight: 600;
	padding-left:10px;
	margin-left:10px;
	display: inline-block;
	position: relative;
}
.add-cart-box .cart-item .cart-content ul li::before{
	position: absolute;
	content:'';
	top:50%;
	width:4px;
	height:4px;
	left:-2px;
	border-radius:50%;
	background-color: #8F8F8A;
}
.add-cart-box .cart-item .cart-content ul li:first-child{
	padding-left:0;
	margin-left:0;
}
.add-cart-box .cart-item .cart-content ul li:first-child:before{
	display: none;
}
.add-cart-box .cart-item .cart-content p{
	font-family: 'Visby CF';
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom:0;
}
.add-cart-box .cart-item .cart-add-item{
	height:100%;	
}
.add-cart-box .cart-item .cart-add-item ul{
	margin-bottom:0;
	display: flex;
	align-items: center;
	background: #F4F3F3;
	border-radius:25px;
	box-shadow: 0px 0px 5px 0px #00000033;	
}
.add-cart-box .cart-item .cart-add-item ul li{
	font-family: 'Fredoka';
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	line-height:30px;
}
.add-cart-box .cart-item .cart-add-item ul li span{
	padding:0 10px;
}
.add-cart-box .cart-item .cart-add-item ul li a{
	font-size:12px;
	color:#000000;
	width: 28px;
	height: 28px;
	line-height:30px;
	display: inline-block;
	text-align: center;
	border-radius:50%;
	background-color: #FFFFFF;
}
.product-main-box-section .container{
	max-width:1742px;
}
.product-rating-section{
	padding-top: 72px;
}
.rating-main-box{
	padding-right: 60px;
}
.product-name h5{
	font-size:45px;
	margin-bottom:14px;
}
.product-rating{
	margin-bottom:12px;
}
.product-rating ul{	
	display: flex;
	align-items: center;
	margin-bottom:0;
}
.product-rating ul li{
	font-size: 15px;
	font-weight: 700;
	color:#8F8F8A;	
	font-family: 'Visby CF';	
	position: relative;	
	padding-right:16px;
	margin-right:18px;
}
.product-rating ul li::before{
	position: absolute;
	content:'';
	width:2px;
	height:28px;
	background-color:#8B8F8F;
	top:50%;
	transform: translate(0, -50%);
	right:0;
}
.product-rating ul li:last-child{
	padding-right:0;
	margin-right:0;
}
.product-rating ul li:last-child::before{
	display: none;
}
.product-rating ul li svg.fa-circle{
	font-size: 5px;
    margin: 0 11px;
    position: relative;
    top: -3px;
}
.product-rating ul li span{
	font-size: 25px;
	font-weight: 700;
	color:#000000;
	font-family: 'Visby CF';	
}
.product-rating ul li .fa-star{
	font-size: 25px;
	color:#FC353A;
	margin-right:5px;
}
.product-rating ul li svg.fa-location-dot{
	font-size: 19px;
	color:#FC353A;
    margin-right: 8px;	
}
.open-close{
	margin-bottom:45px;
}
.open-close ul{	
	display: flex;
	margin-bottom: 0;
}
.open-close ul li{
	font-size: 15px;
	color:#8F8F8A;
	font-family: 'Visby CF';	
	font-weight: 700;
}
.open-close ul li.green-text{
	color:#14A411;
}
.open-close ul li.green-text svg{
	margin-right:5px;
}
.open-close ul li svg.fa-circle{
	font-size: 4px;
	top: -4px;
	position: relative;	
    margin-left: 15px;
    margin-right: 15px;    
}
.reviews-rating-main h6{
	color:#000000;	
	font-size: 30px;
	font-weight: 800;
	font-family: 'Visby CF';
	margin-bottom:30px;
}
.reviews-rating-box{
	padding: 25px 25px 12px 30px;
	border:2px solid #F4F3F3;
	border-radius:20px;
}
.reviews-rating-detail{
	display: flex;
	margin-bottom: 30px;
}
.reviews-show{
	width:160px;
	text-align: center;
}
.reviews-show h4{	
	font-size: 60px;
	color:#000000;
	font-weight: 800;
	font-family: 'Visby CF';
}
.reviews-show .reviews-list{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.reviews-show .reviews-list li{
	margin:0 1px;
}
.reviews-show .reviews-list li a{
	font-size: 25px;
	color:#FC353A;
}
.reviews-show .reviews-list span{
	font-size:15px;
	color:#8F8F8A;
	font-family: 'Visby CF';
	font-weight: 700;
}
.rating-show{
	width:100%;
	padding-left:70px;
}
.progress-box{
	display: flex;
	align-items: center;
	margin-bottom:5px;
}
.progress-box span{
	font-family: 'Visby CF';
	font-size: 15px;
	font-weight: 700;
	padding-right:25px;
}
.progress-box .progress{
	width:100%;
	border-radius:10px;
	background-color:#F4F3F3;
}
.progress-box .progress .progress-bar{
	border-radius:10px;
	background-color:#FC353A;
}
.rating-list .rating-box{
	padding-top:15px;
	padding-bottom:15px;
	border-top:2px solid #F4F3F3;
}
.rating-list .rating-box p{
	font-size: 18px;
	color:#000000;
	font-weight: 600;
	font-family: 'Visby CF';
	margin-bottom:5px;
}
.rating-list .rating-box .rating-details{
	display: flex;
	align-items: center;
}
.rating-list .rating-box .rating-details span{
	color:#8F8F8A;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Visby CF';	
}
.rating-list .rating-box .rating-details .rating-star{
	display: flex;
	margin-bottom:0;
	margin-right:12px;
}
.rating-list .rating-box .rating-details .rating-star li{
	margin-right:2px;
}
.rating-list .rating-box .rating-details .rating-star li a{
	font-size: 14px;
	color:#000000;
}
.rating-list .rating-box .rating-details svg.fa-circle{
	font-size:4px;
	color:#8F8F8A;
	margin-left:12px;
	margin-right:12px;
	top: 2px;
	position: relative;    
}
.see-all-review{
	text-align: right;
}
.see-all-review a{
	font-family: 'Visby CF';
	font-size: 14px;
	font-weight: 700;
	color:#000000;
	width:170px;
	text-align: center;
	background-color:#F4F3F3;
	padding:7px 15px 7px 15px;
	border-radius:25px;
	display: inline-block;
	text-decoration:none;
}
.see-all-review a svg{
	font-size:16px;
	margin-left:20px;
}
.restaurant-location-box{
	border:2px solid #F4F3F3;
	border-radius:20px;
	margin-bottom:15px;
}
.restaurant-location-box .location-map iframe{
	width:100%;
	height:280px;
	border-radius:20px 20px 0 0;
}
.restaurant-location-box .location-details{
	text-align: left;
	padding:0 23px 10px 23px;
}
.restaurant-location-box .location-details ul{
	margin-bottom:0;
}
.restaurant-location-box .location-details ul li a{
	font-size: 15px;
	font-weight: 700;	
	color:#000000;
	padding:15px 25px 15px 0;
	position: relative;
	font-family: 'Visby CF';
	display: inline-block;
	width:100%;
	text-decoration: none;
	border-bottom:2px solid #F4F3F3;
}
.restaurant-location-box .location-details ul li:last-child a{
	border-bottom:0;
}
.restaurant-location-box .location-details ul li a img{
	margin-right: 16px;
}
.restaurant-location-box .location-details ul li a .arrow-right{
	position: absolute;
	right:0;
}
.restaurant-location-box .location-details ul li a .arrow-right svg{
	font-size: 18px;
    margin-top: 2px;
	transition: all 0.5s;
	transform: rotate(180deg);
}
.restaurant-location-box .location-details ul li a.collapsed .arrow-right svg{
	transform: rotate(0deg);
}
.restaurant-location-box .location-details ul li a .arrow-right img{
	margin:0;
}
.restaurant-location-box .location-details ul li a img.hygiene-rating-img{
	margin-left:65px;
}
.delivery-pick-up-list{
	display: flex;
	padding: 5px;
	background-color:#F4F3F3;
	border-radius:50px;
}
.delivery-pick-up-list li{
	width:100%;
	padding: 14px 15px 9px 15px;
	text-align: center;
	border-radius:50px;
}
.delivery-pick-up-list li p{
	font-family: 'Fredoka';
	font-size: 20px;
	color:#000000;
	font-weight:500;
	line-height: 14px;
	font-weight: 500;
	margin-bottom:0;
}
.delivery-pick-up-list li span{
	font-family: 'Fredoka';
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	color:#000000;
}
.delivery-pick-up-list li.active{
	background-color:#EA3323;
}
.delivery-pick-up-list li.active p{
	color:#fff;
}
.delivery-pick-up-list li.active span{
	color:#fff;
}
.order-free-delivery-list{
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order-free-delivery-list li{
	font-family: 'Visby CF';
	font-size: 12px;
	color:#000000;
	font-weight: 700;
	margin: 0 16px;
}
.order-free-delivery-list li img{
	margin-right: 7px;
}
#opening-times{
	padding:15px 0 0 0;
}
#opening-times ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#opening-times ul li span{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.checkout-page{
	padding-top:107px;
	padding-bottom: 50px;
}
.checkout-page .container{
	max-width: 1555px;
}
.step-box{
	padding:17px 100px;
	border: 2px solid #F8F7F7;
	border-radius:20px;
	position: relative;
	margin-bottom: 15px;
}
.step-box .step-number{
	font-family: 'Fredoka';
	font-size: 25px;
	color:#000000;
	font-weight: 500;	
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius:50%;
	display: inline-block;
	background-color:#F4F3F3;
	position: absolute;
	top:14px;
	left:30px;
}
.step-box h5.title{
	font-family: 'Fredoka';
	font-size: 30px;
	color:#000000;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom:0;
}
.step-box .success-icon{
	position: absolute;
	top:14px;
	right:40px; 
}
.step-box .success-icon img{
	width:42px;
}
.checkout-section{
	display: flex;
}
.step-body-box{
	padding-top:20px;
	max-width: 490px;
	margin: auto;
}
.step-body-box .form-group span.icon{
	top:10px;
}
.step-body-box input.form-control{
	height:50px;
	padding-left:20px;
	padding-right:20px;
}
.step-body-box .select-box .form-control{
	height:50px;
}
.step-body-box .select-box::before{
	font-size: 16px;
	top:12px;
	right:30px;	
}
.step-body-box .select-box .form-control{
	padding-left:20px;
}
.step-body-box .form-group textarea.textarea-msg{
	height:200px;
	padding:15px 20px;
	resize: none;
}
.step-body-box button.btn{
	font-size: 18px;
    width: 100%;
    padding: 7px 20px;
}
.step-body-box .or-option span{
	color:#8F8F8A;
}
.step-body-box .or-option::after{
	background-color: #8F8F8A;
}
.checkout-section .login-box{
	max-width:883px;
	width:100%;
	padding-top:18px;
	padding-right: 35px;
}
.add-to-cart-box-two .add-cart-box{
	position: initial;
	visibility: visible;
	opacity:1;
	border-right:0;
}
.add-to-cart-box-two .add-cart-box .cart-top{
	padding-top:17px;
	padding-bottom: 9px;
	border-right:2px solid #F4F3F3;
}
.add-to-cart-box-two .add-cart-box .top-cart-name .cart-name p{
	line-height: 24px;
	margin-bottom: 15px;
}
.add-to-cart-box-two .add-cart-box .checkout-btn a{
	width:100%;
}
.add-to-cart-box-two .add-cart-box .checkout-btn a.disabled{		
	background-color:#F4F3F3;
}
.add-to-cart-box-two .add-cart-box .checkout-btn a.disabled span{
	color:#8F8F8A;
}
.add-to-cart-box-two .add-cart-box .cart-middle{
	max-height:inherit;
	border-right:2px solid #F4F3F3;
}
.add-to-cart-box-two .add-cart-box .cart-middle .cart-item:last-child{
	border-bottom:0;
}
.subtotal-price-box{
	width:250px;
	border-bottom: 2px solid#F4F3F3;
	border-right: 2px solid#F4F3F3;
}
.subtotal-box{
	padding:22px 0;
	border-bottom:2px solid#F4F3F3;
}
.subtotal-box ul{
	margin-bottom:0;
	padding-left:15px;
	padding-right:15px;
	border-left:2px solid#F4F3F3;
}
.subtotal-box ul li{	
	display: flex;
	justify-content: space-between;
	margin-bottom:10px;
}
.subtotal-box ul li span{
	font-family: 'Visby CF';
	font-size: 12px;
	color: #000;
	font-weight: 600;
}
.subtotal-box ul li:first-child{	
	margin-bottom:24px;
}
.subtotal-box ul li:first-child span{
	font-family: 'Visby CF';
	font-size: 15px;
	color: #000;
	font-weight: 700;
}
.subtotal-box ul li:last-child{
	margin-bottom:0;
}
.subtotal-box ul.add-promo-code li{
	margin-bottom: 4px;
}
.subtotal-box ul.add-promo-code li:first-child{
	margin-bottom: 4px;
}
.subtotal-box ul.add-promo-code li.green-text span{
	color:#14A411;
}
.promo-code-box{
	padding:10px 20px 20px 20px;
}
.promo-code-box h6{
	font-family: 'Visby CF';
	font-size: 20px;
	color: #000;
	font-weight: 800;
	margin-bottom:22px;
}
.promo-code-box .promo-code{
	font-family: 'Visby CF';
	font-size: 12px;
	color: #000;
	font-weight: 700;
	margin-top:15px;
	margin-bottom:0;
	text-align: center;
}
.promo-code-box .promo-code.successfully-applied{
	color: #14A411;
}
.promo-code-box .promo-code.not-valid-promo-code{
	color:#EA3323;
}
.promo-code-box h6 img{
	margin-left:15px;
}
.promo-code-box input.form-control{
	font-size: 12px;
	color:#8F8F8A;
	font-weight: 700;
	height:40px;
	padding: 0 12px;
	border-radius:25px;
	background: #F4F3F3;
	margin-bottom:24px;
}
.promo-code-box button.btn{
	font-size: 10px;
	font-weight: 600;
	padding:0;
	width:85px;
	height:25px;
	margin: auto;
	display: table;
}
.form-group.postcode-group input.form-control{
	padding-right:100px;
}
.postcode-group button.btn{
	font-size: 12px;
    font-weight: 700;
    width: 75px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 18px;
    padding: 0;
}
.next-btn{
	padding-left:45px;
	padding-right:45px;
}
.next-btn button.btn{
	font-family: 'Fredoka';
	font-size: 25px;
	font-weight: 500;
	height:45px;
}
button.btn:disabled{
	color:#8F8F8A !important;
	border-color:#F4F3F3 !important;
	background-color:#F4F3F3 !important;
	pointer-events: none;
	opacity:1;
}
.order-place-btn button.btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-place-btn button.btn svg{
	font-size: 24px;
	margin-left: 5px;
	position: relative;
    top: 2px;
}
.order-place-btn span{
	font-size:20px;
	color:#8F8F8A;
}
.step-body-box .accordion{
	padding-top: 5px;
}
.accordion .accordion-item{
	border:0;
	border-radius:0;
}
.accordion-header a{
	font-family: 'Visby CF';
	font-size: 18px;
	color:#000000;
	padding: 14px 0;
	display: inline-block;
	width:100%;
	text-decoration: none;
	font-weight: 800;	
	position: relative;
}
.accordion-header a::before{
	width:25px;
	height:25px;
	text-align: center;
	font-size: 15px;
    color: #000000;
    position: absolute;
    content: "\f078";
    font-family: 'fontawesome';
    right: 0;
    top: 17px;
	transition: all 0.5s;
	transform: rotate(180deg);
}
.accordion-header a.collapsed::before{
	transform: rotate(0deg);
}
.accordion-header a.collapsed span.check{
	display: none;
}
.accordion-header a span.check{
	position: absolute;
	left:-35px;	
}
.accordion-header a span.check img{
	width:20px;
}
.step-body-box .accordion-body{
	padding:0;
}
.security-number-group{
	display: flex;
    align-items: center;
	margin-bottom:13px;
}
.security-number-group img{
	margin-right: 18px;
}
.security-number-group input{
	width:70px;
	height:34px;
	border-radius:2px;
	padding: 0 10px;
	border:2px solid #8F8F8A;
}
.security-number-group span{
	font-family: 'Visby CF';
	font-size: 15px;
	color:#8F8F8A;
	font-weight: 700;
	padding-left:20px;
}
.accordion-body .form-check .form-check-input{
	width:18px;
	height:18px;
}
.accordion-body .form-check .form-check-input:checked{
	border-color: #14A411 !important;
    background-color: #14A411;
    background-image: url(../images/white-check.svg);
	background-size:11px;
}
.accordion-body .form-check .form-check-label{
	font-family: 'Visby CF';
	font-size: 15px;
	color:#000000;
	font-weight: 700;
	padding-left: 10px;
}
.checkout-section.track-section .login-box{
	max-width:955px;
	padding-right: 60px;
}
.track-order-box{
	padding-top: 40px;
	text-align: center;
	max-width:700px;
	width:100%;
	float: right;
}
.track-order-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:44px;
}
.track-order-heading .product-logo{
	width:78px;
	height:78px;
	line-height: 78px;
	text-align: center;
	box-shadow: 0px 0px 10px 2px #0000001A;
	border-radius:50%;
	margin-right: 40px;
}
.track-order-heading .product-logo img{
	width:60px;	
}
.track-order-heading h5{
	font-family: 'Visby CF';
	font-size: 30px;
	font-weight: 800;
	margin-bottom:0;
}
.track-order-box h6{
	font-family: 'Visby CF';
	font-size: 25px;
	font-weight: 800;
	margin-bottom:12px;
}
.track-order-box p{
	font-family: 'Visby CF';
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 45px;
}
.order-status .check-arrow{
	margin-bottom:70px;
}
.order-statusp-list ul{
	display: flex;	
	margin-bottom:0;
	position: relative;
}
.order-statusp-list ul::before{
	position: absolute;
	top:0;
	width:100%;
	content:'';
	border-radius:10px;
	height:10px;
	background-color: #D9D9D9;
}
.order-statusp-list ul li{
	position: relative;
	padding-top: 35px;
	width:25%;
}
.order-statusp-list ul li::after{
	position: absolute;
	top:-8px;
	content:'';
	width:25px;
	height:25px;
	border-radius:50%;
	z-index:12;
	background-color: #D9D9D9;
}	
.order-statusp-list ul li.active::after{
	background-color: #14A411;
}
.order-statusp-list ul li::before{
	position: absolute;
	top:0;
	left:-49%;
	width:100%;
	content:'';
	border-radius:10px 0 0 10px;
	height:10px;
	background-color: #D9D9D9;
}
.order-statusp-list ul li.active::before{
	background-color: #14A411;
}
.order-statusp-list ul li:first-child::before{
	width:51%;
	left:0;
}
.order-statusp-list ul li:last-child::before{
	width:150%;	
	border-radius:10px 10px;
}
.order-statusp-list ul li p{
	font-family: 'Visby CF';
	font-size: 20px;
	color:#D9D9D9;
	font-weight: 700;
	margin-bottom:0;
}
.restaurant-location-section{
	padding-top: 142px;
}
.restaurant-search-banner{
	position: relative;
	margin-bottom:60px;
}
.search-restaurant-title{
	width:100%;
	position: absolute;
	top:135px;
	text-align: center;
	font-family: 'Fredoka One';
	font-size: 60px;
	color:#fff;
	font-weight: 400;
	line-height: 73px;
}
.restaurant-search-banner .enter-postcode-address{
	position: absolute;
	left:0;
	right:0;
	bottom:	130px;
	margin: auto;
	margin-bottom:0;
}
.restaurant-search-banner img.restaurant-banner-image{	
	width:100%;
	height:700px;
	object-fit: cover;
	border-radius:40px;
}
.terms-condition h5{
	margin-bottom:15px;
}
.terms-condition{
	padding-bottom:30px;
}
.terms-condition p{	
	font-size: 22px;
	margin-bottom:40px;
}
.privacy-policy-condition{
	margin-bottom:15px;
}
.privacy-policy-condition li{
	font-size: 20px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.privacy-policy-condition li::before{
	width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #0e0e0e;
    border-radius: 50%;
}
.review-response{
	padding: 15px 10px 5px 20px;
    margin-top: 15px;
    background-color: #f4f3f3;
    border-radius: 0 20px 20px 0;
    border-left: 8px solid #fc353a;
}
.review-response h6{
	font-size: 20px;
    margin-bottom: 5px;
}
.review-response h6 span{
	font-size: 14px;
    font-weight: 600;
    color: #b5b5b5;
    padding-left: 5px;
}
.rating-list .rating-box .review-response p{
	font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
}
