/* * CUSTOM CSS */body {	height: 100vh;	padding: 0;	margin: 0;	font-family: "Poppins", sans-serif;}a {	text-decoration: none;	cursor: pointer;	transition: color .3s;	color: #fff;}a:hover,a:focus {	transition: color .3s;	color: #13cd00;}li {	list-style: none;}.section-main-bunner {	position: absolute;	top: 84px;	right: 0;	bottom: 0;	left: 0;	overflow: hidden;	background-color: transparent;	min-height: 0;}.restaurant-frame {	position: absolute;	width: 100%;	min-height: 100vh;	padding-bottom: 56px;	padding-top: 0;}@media (min-width: 576px) {	.section-main-bunner .restaurant-frame {		padding-bottom: 56px;		padding-top: 0;	}}@media (min-width: 992px) {}#address-widget-nav iframe {	width: 100%;}#address-widget-container .box-default-title {	color: #151515 !important;}.rd-navbar-fixed .rd-navbar-nav-wrap {	width: 350px;}.frame-address-widget {	overflow: hidden;	min-height: 320px;}.thirdparty-back-link {	display: flex;	height: inherit;	justify-content: center;	align-items: center;	text-decoration: none;	text-transform: uppercase;	color: white;	font-weight: bold;}.thirdparty-back-link img {	height: inherit;}.thirdparty-header-order-page {	transition: width .5s;	display: flex;	height: 84px;	background-color: black;	padding-left: 2rem;	justify-content: center;	align-items: center;}.thirdparty-header-nav {	width: 100%;	height: inherit;	display: flex;	justify-content: space-between;	align-items: center;}.thirdparty-header-nav-ul {	display: flex;	height: inherit;	align-items: center;	padding: 0;	margin: 0;}.thirdparty-header-nav-ul--mobile-trigger {	display: none;}.thirdparty-header-nav-ul a {	padding: 1rem .5rem;}.mobile-nav--close {	display: none;}.powered-by {	height: 100%;	display: flex;	flex-direction: column;	align-items: center;	justify-content: center;	padding: 0 1rem;	color: #fff;	background: #fe9f2c;	margin-left: 1rem;}.powered-by a {	padding: 0;	text-align: center;	font-weight: bold;}.powered-by a img {	height: 20px;}@media (max-width: 576px) {	.section-main-bunner {		top: 45px;	}	.banner-area {		height: 100vh;	}	.thirdparty-header-order-page {		height: 45px;		padding: 0 1rem;	}	.thirdparty-header-nav-ul--mobile-trigger {		display: block;	}	.thirdparty-header-nav-ul {		display: block;		transition: width .5s;		position: absolute;		top: 0;		right: 0;		width: 0;		height: 100%;		padding: 0;		margin: 0;		background-color: rgba(0,0,0,0.9);		z-index: 9999;	}	.thirdparty-header-nav-ul--open {		width: 250px;		transition: width .5s;	}	.thirdparty-header-nav-ul li,	.thirdparty-header-nav-ul a {		width: 100%;		display: block;		text-align: center;	}	.thirdparty-header-nav-ul a {		padding: 1rem 0;		color: #fff;		text-decoration: none;	}	.powered-by {		height: inherit;		padding: 0;		margin-left: 0;	}	.powered-by a img {		height: 30px;	}}