<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');

body {
	font-family: 'Open Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

.text-red {
	color: #ea3812 !important;
	display: block;
}

.company_logo {
	width: 80px;
	padding: 7px 0;
	margin-left: 20px;
}

.company_logo img {}

.location-box {
	float: right;
	padding: 21px 0;
}

.location-box ul {
	margin: 0;
	padding: 0;
}

.location-box ul li {
	list-style: none;
}

.location-box ul li h4 {
	margin-bottom: 3px;
	font-weight: 600;
}

.location-box ul li a {
	font-size: 16px;
	text-decoration: none;
}

.location-box h4 {
	line-height: 25px;
}

.location-box a {
	color: #ea3812;
}

.search-box {
	padding: 25px 0;
}

.search-box .input-group-btn:last-child&gt;.btn,
.search-box .input-group-btn:last-child&gt;.btn-group {
	z-index: 3;
}

.promos_list .owl-wrapper {
	display: flex !important;
	padding-bottom: 1px;
}

.promos_list .owl-wrapper .owl-item {
	display: flex;
}

.promos_list .single_promo {
	width: 100%;
}

.promos_list .single_promo_label {
	height: 100%;
}

.single_promo_label {
	padding: 15px;
	margin: 1px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	border: 1px solid #aaa;
}

#forget_phone,
#otp {
	float: none;
	width: 100%;
}

#promo_text.valid-coupon {
	border-color: #08a705;
}

.activepromo:checked+.single_promo_label {
	background-color: #2f2c2c;
	color: #fff;
	cursor: default;
}

.last_code {
	font-size: 13px;
	color: #999;
}

.search-box input {
	border-radius: 50px;
	height: 45px;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	padding: 0 20px;
}

.search-box span.input-group-btn {
	position: relative;
	left: -45px;
}

.search-box button {
	background: transparent;
	border: none;
	color: #333;
	top: 2px;
}

.search-box button:hover {
	background: transparent;
	border-color: transparent;
	color: #4e4e4e;
}

.search-box i {
	font-size: 17px;
}

#slider {
	background-color: #ffff00;
	width: 100%;
	/* transition: all 0.3s; */
}

.partialViewSlider-outerwrapper .partialViewSlider-backdrop {
	background: rgb(255 255 255 / 50%);
}

.partialViewSlider-outerwrapper .material-icons {
	background: rgb(0 0 0 / 50%);
	padding: 3px;
	border-radius: 50px;
}

.partialViewSlider-outerwrapper .material-icons:hover {
	background: #000;
	color: #dfff;
}

.partialViewSlider-outerwrapper a:hover {
	color: #dfff;
}

.partialViewSlider-wrapper ul&gt;li&gt;img {
	border-radius: 15px;
}

div#navigation {
	background: #fff;
}

.btn_div {
	float: left;
	padding: 10px 0 10px 0;
	padding-bottom: 9px;
}

.btn_div ul {
	margin: 0;
	padding: 0;
	min-width: 40px;

}

.btn_div ul li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.btn_div ul li a {
	padding: 6px 10px;
}

li.login-link {
	border: 1px solid #ea3812;
	border-radius: 50px;
	margin-right: 10px;
}

.myAccount-link {
	border: 1px solid #ea3812;
	border-radius: 50px;
	margin-right: 10px;
}

.myAccount-link a {
	color: #ea390f;
	text-decoration: none;
}

li.order-link {
	padding: 0 !important;
	margin-right: 10px;
}






div#pizza-box .owl-wrapper {
	display: initial !important;
}

#pizza-box .owl-item {
	width: 25%;
}




#news-slider-new {}




.activeMain {
	background-color: #ea3812 !important;
	color: #fff !important;
}




.post-slide-new .post-img {
	position: relative;
	overflow: hidden;
}

.post-slide-new .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 0.50s linear;
}

.post-slide-new:hover .post-img img {
	transform: scale(1.1, 1.1);
}

.post-slide-new .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.50s linear;
}

.post-slide-new:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}

.post-slide-new .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
}

#news-slider-new .owl-carousel .owl-item {
	width: auto;
}

.post-slide-new .post-content {
	background: #fff;
	padding: 8px 30px 40px;
}

.post-slide-new .post-title {
	margin: 8px 0 15px 0;
}

.post-slide-new .post-title a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.post-slide-new .post-title a:hover {
	text-decoration: none;
	color: #3498db;
}

.post-slide-new .post-description {
	line-height: 24px;
	color: #808080;
	margin-bottom: 40px;
}

.post-slide-new .post-date {
	color: #a9a9a9;
}

.post-slide-new .post-date i {
	font-size: 20px;
	margin-right: 8px;
	color: #CFDACE;
}

.post-slide-new .read-more {
	padding: 5px 10px;
	float: right;
	font-size: 12px;
	background: #e9e9e9;
	color: #808080;
	text-transform: uppercase;
}

.post-slide-new .read-more:hover {
	background: #3498db;
	text-decoration: none;
	color: #fff;
}

.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
	background: #fff;
	position: absolute;
	top: -13%;
	left: 15px;
	padding: 0 18px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
	background: #fff;
	position: absolute;
	top: -13%;
	right: 15px;
	padding: 0 18px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #fff;
	font-size: 22px;
}

#news-slider-new.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50%;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 1;
	width: 35px;
	height: 35px;
}

.owl-controls .owl-buttons .owl-next:after {
	content: "\f105";
}

@media only screen and (max-width:1280px) {
	.post-slide-new .post-content {
		padding: 10px;
	}
}

@media only screen and (min-width:1100px) {
	.stagefour {
		margin: 0;
		position: absolute;
		bottom: 15px;
		width: 94%;
	}


}


#news-slider-new.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	/* background-color: transparent !important; */
}

#news-slider-new .owl-pagination {
	display: none;
}

#news-slider-new .owl-controls {
	margin-top: 0 !important;
}


.owl-theme .owl-controls {
	/* display: none !important; */
}


div#header-top {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

li.login-link a {
	color: #ea390f;
	border-right: 1px solid #ea390f;
	padding: 0 6px;
	text-decoration: none;
}

li.login-link a:last-child {
	border-right: none;
}

.dropbtn {
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-size: 14px;
	border: none;
	outline: none;
	position: relative;
}

.dropbtn span {
	padding: 0 6px 0px 10px;
}

.dropbtn i {
	position: absolute;
	top: 11px;
	right: 16px;
}

.dropbtn i img {
	width: 13px;
	display: none;
}

.dropbtn:hover i img {
	display: block;
}

.dropbtn:hover span {
	visibility: hidden;
}



.dropdown {
	position: relative;
	display: inline-block;
	background-color: #ea3812;
	border: 1px solid #ea3812;
	border-radius: 50px;
	color: #fff;
	padding: 5px 0;
	text-decoration: none;
	cursor: pointer;
}

.dropdown:hover {
	background-color: #e0573a;
	border: 1px solid #e0573a;
}

.dropdown a {
	color: #fff;
}


.dropdown-content {
	display: none;
	padding: 10px;
	position: absolute;
	background-color: #fff;
	z-index: 1;
	top: 32px;
	right: 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 25px;
	min-width: 350px;
	border-radius: 8px;
}


.upperPart {
	height: 350px;
	overflow-y: auto;
}


/* width */
.upperPart::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.upperPart::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.upperPart::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

/* Handle on hover */
.upperPart::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.headerProductcart {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0 !important;
}

.headerProductcart li:nth-child(1) {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0 0 50px 0;
}

.headerProductcart li:nth-child(1) img {}

.headerProductcart li:nth-child(2) {
	width: 55%;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

.headerProductcart li:nth-child(2) h4 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0 5px 0;
}

.headerProductcart li:nth-child(2) p {
	color: #757575;
	font-size: 13px;
}

.headerProductcart li:nth-child(3) {
	width: 20%;
	float: left;
}

.headerProductcart li:nth-child(3) .btn {
	border: none;
	background: #fff;
	color: #ea3812;
	font-size: 22px;
	text-align: center;
}

.headerProductcart li:nth-child(4) {
	width: 30%;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-left: 70px;
}

.headerProductcart li:nth-child(5) {
	width: 35%;
	padding: 8px 0 0 0;
	font-size: 20px;
	float: left;
	color: #000;
	font-weight: 700;
	text-align: right;
}

.headerProductcart li:nth-child(5) .form-control {
	width: 100px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
}







.dropdown:hover .dropdown-content {
	display: block;
}

h4.menu_title {
	color: #ea3812;
	font-size: 22px;
	/* padding: 0 5px; */
	margin-bottom: 0;
}

span.plus_box {
	float: right;
	/* margin-right: 20px; */
	position: relative;
	margin-top: 0;
}

span.plus_box i {
	background-color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	color: #ea3812;
	line-height: 42px;
	font-size: 20px;
}


.post-slide {
	background: #fff;
	padding-bottom: 20px;
	padding: 10px 10px 20px 10px;
	/*margin: 0 15px;*/
	/* margin-bottom: 30px;*/
}

.float-right {
	float: right;
}

.post-slide .post-img {
	position: relative;
	height: 233px;
	width: 233px;
	margin: 0 auto;
}

.post-slide .over-layer {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	transition: all 0.30s ease 0s;
}

.post-slide:hover .over-layer {
	opacity: 1;
}

.post-slide .over-layer:after {
	content: "+";
	font-size: 52px;
	color: #fff;
	position: absolute;
	top: 31%;
	left: 42%;
}

.post-slide .post-title {
	margin: 25px 0 15px 0;
}

.post-slide .post-title:before {
	content: "";
	border: 2px solid #e67e22;
	width: 18%;
	display: block;
	margin-bottom: 15px;
}

.post-slide .post-title a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
	text-decoration: none;
	color: #e67e22;
}

.post-slide .post-date {
	text-transform: capitalize;
}

.post-slide .post-date:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
	color: #e67e22;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ea3812 !important;
}


.onlyMobileLang .btn_div {
	margin: 7px 0 0 0;

}

.onlyMobileLang .btn_div ul li {
	/*padding: 5px 10px !important;*/
}









.linkMainPoduct {
	margin: 0;
	overflow: auto;
	white-space: nowrap;
}

/* width */
.linkMainPoduct::-webkit-scrollbar {
	height: 6px;
}

/* Track */
.linkMainPoduct::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.linkMainPoduct::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

/* Handle on hover */
.linkMainPoduct::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.linkMainPoduct .post-slide-new {
	margin: 0 5px;
	padding: 0;
}

.linkMainPoduct .post-slide-new a {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	padding: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}

.linkMainPoduct .post-slide-new a:hover {
	background-color: #ff5622 !important;
	color: #fff !important;
}

.pizza-section {
	background: #fff;
	padding: 20px 0 0 0;
}

.pizza-section h2 {
	margin: 20px 0 40px 0;
}

.snacks-section {
	padding: 20px 0 0 0;
	background: #fff;
}

.snacks-section h2 {
	margin: 20px 0 30px 0;
}

.burger-section {
	padding: 20px 0 0 0;
	background: #fff;
}

.burger-section h2 {
	margin: 20px 0 30px 0;
}

.drinks-section {
	padding: 50px 0;
	background: #fff;
}

.drinks-section h2 {
	margin: 0 0 50px 0;
}

.product-info {
	text-align: center;
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-info h3 {
	font-size: 20px;
	margin: 10px 0 10px 0;
	font-weight: 600;
	min-height: 46px;
	overflow: hidden;
}

.product-info p {
	font-size: 13px;
	overflow: hidden;
}

button.btn.btn-success.btn_cart {
	border-radius: 50px;
	background-color: transparent;
	border-color: #ea3812;
	color: #ea3812;
	font-size: 13px;
	margin-top: 5px;
	outline: none;
	padding: 8px 25px;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: break-spaces;
}

.from-price {
	color: #ea3812;
	font-size: 15px;
	padding-right: 28px;
	vertical-align: middle;
	margin-top: 5px;
	display: inline-block;
}

.modal-backdrop.fade.show {
	opacity: 0.7;
}

.modal-backdrop.fade.in {
	/* display: none; */
}






.toggle-carousel {
	display: flex;
	flex-wrap: wrap;
}

.toggle-carousel .item {
	flex: 25% 0 0;
	margin-bottom: 15px;
}


.burger-section .row {
	display: flex;
	flex-wrap: wrap;
}

.burger-section .row .post-slide {
	display: flex;
	flex-direction: column;
	height: 100%;
}







a.btn.btn-success.btn_cart {
	border-radius: 50px;
	background-color: transparent;
	border-color: #ea3812;
	color: #ea3812;
	font-size: 13px;
	margin-top: 5px;
	padding: 8px 25px;
	font-weight: 700;
	letter-spacing: 1px;
}

a.btn.btn-success.btn_cart:hover {
	background-color: #ea3812;
	border-color: #ea3812;
	color: #fff;
}


div#news-slider .owl-controls.clickable {
	display: none !important;
}

a.product-link {
	color: #4e4e4e;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-info h4 {
	color: #ea3812;
	font-size: 15px;
}



section#burger-section h2 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 50px;
}


section#snacks-section h2 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 50px;
}



section#drinks-section h2 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 50px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff !important;
	left: 0;
	z-index: 27;
	border: none !important;
	box-shadow: 0px 5px 10px 0px #eee;
}


#footer-section {
	background: url(../img/footer_bg.png) no-repeat;
	background-color: #1b1b1b;
	min-height: 280px;
	background-position: center;
	background-size: cover;
	z-index: 0;
	margin-bottom: 150px;
}

.footer-logo {
	margin-top: 40px;
	margin-bottom: 45px;
}

.footer-logo:before {
	left: 0;
}

.footer-logo:before,
.footer-logo:after {
	position: absolute;
	top: 0;
	width: 40%;
	height: 1px;
	background: #3c3c3c;
	content: '';
	bottom: 0;
	margin: auto;
}

.footer-logo:after {
	right: 0;
}

.footer-logo img {
	width: 110px;
	margin: auto;
}

.copyright_box p {
	color: #999;
}

.socialmedia_box {
	margin: auto;
	text-align: center;
	margin-top: -5px;
}

.socialmedia_box a {
	color: #999;
}

.socialmedia_box i {
	color: #999;
	height: 33px;
	width: 33px;
	border-radius: 50px;
	border: 1px solid #999;
	font-size: 16px;
	line-height: 33px;
	margin-right: 10px;
}

.footer-links {
	float: right;
}

.footer-links ul {
	margin: 0;
	padding: 0;
}


.footer-links ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #999;
}

.footer-links ul li a {
	color: #999;
	text-decoration: none;
	padding: 0 10px;
}

.footer-links ul li:last-child {
	border-right: none;
}


.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	background-color: #2f2c2c;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-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;
}

.scroll-top-wrapper:hover {
	background-color: #ea3812;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
}





.footerDown {
	background: url(../img/yummycut.png) no-repeat;
	background-color: #1b1b1b;
	min-height: 260px;
	background-position: 50% 100%;
	background-size: 550px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -3;
}


/************************************************************* Modal Product Starts CSS ********************************************************/
.ProductdeliModal {
	padding-left: 0;
}

.ProductdeliModal .modal-content .col-md-7,
.ProductdeliModal .modal-content .col-md-5 {
	padding: 0;
}

.ProductdeliModal .modal-content {
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.ProductdeliModal button.close {
	position: absolute;
	right: 10px;
	font-size: 40px;
	line-height: 24px;
	z-index: 1;
	top: 10px;
	outline: none;
}

.ProductdeliModal .mainPostImg {
	padding: 50px;
	margin: 80px 0 0 0;
}

.ProductdeliModal .mainPostImg img {
	width: auto;
	max-height: 320px;
}

.stageMainDiv {
	background: #fcfcfc;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	height: 480px;
	padding: 15px;
	overflow-y: scroll;
}

.stageMainDiv .stageOne {}

.stageMainDiv .stageOne h3 {
	margin: 0 0 5px 0;
	font-weight: 600;
	display: inline-flex;
}

.stageMainDiv .stageOne p {
	font-size: 13px;
}

.stageMainDiv .stageOne .tradiTags {
	/* max-height: 43px; */
	min-height: 1px;
	/* overflow: auto; */
	margin-bottom: 1%;
}

#myHeader {
	border-top: 1px solid #ece9e9;
	box-shadow: 0px 5px 10px 0px #eee;
}

.addressValue {
	margin-left: 15px;
	font-size: 22px;
}

.addressValue .dropdown-menu {
	max-width: 265px;
	top: 10%;
	padding: 14px;
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 2;
	background-color: rgb(55, 53, 53);
	border-radius: 18px;
	min-width: 250px;
}

.nutrition-facts {
	font: 500 12px / 14px Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: rgb(255, 255, 255);
	opacity: 0.5;
	margin: 0px 0px 12px
}

.addressValue .dropdown-menu li {
	color: #fff;
	font-size: 13px;
}

.stageMainDiv .stageOne .tradiTags::-webkit-scrollbar {
	width: 6px;
}

.stageMainDiv .stageOne .tradiTags::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

.stageMainDiv .stageOne .tradiTags::-webkit-scrollbar-track {
	background: #fff;
}



.stageMainDiv .stageOne .tradiTags span {
	font-size: 11px;
	color: #8c8787;
}

.stageMainDiv .stagetwo {
	margin: 10px 0 0 0;
}

.stageMainDiv .stagetwo .btn-group {
	margin: 5px 0;
}

.stageMainDiv .stagetwo .btn-group&gt;.btn {
	outline: none;
	font-size: 12px;
}

.stageMainDiv .stagetwo .btn-group&gt;.btn.active {
	background: #000;
	color: #fff;
}

.stageMainDiv .stagetwo .btn-group&gt;.btn:active {
	box-shadow: none;
	background: #000;
	color: #fff;
}




.cityDiv {}

.cityDiv .modal-content {
	padding: 30px;
}

.cityDiv .modal-content h4 {
	font-size: 21px;
	font-weight: 600;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e0e0e0;
	border: 0;
}

.cityDiv .modal-content .close {
	font-size: 44px;
	outline: none;
}

.search_city {
	display: inline-flex;
	float: right;
	margin-right: 10px;
}

.input-group-addon {
	width: 39px;
	margin-right: -2px;
	padding: 8px;
}


.loginstyle .modal-content {
	padding: 30px;
}

.loginstyle .modal-content h4 {
	font-size: 28px;
	font-weight: 600;
	padding: 0 0 20px 0;
}

.loginstyle .modal-content .close {
	font-size: 44px;
	outline: none;
}

.loginstyle .modal-dialog {
	width: 480px;
}




.signupstyle .modal-content {
	padding: 30px;
}

.signupstyle .modal-content h4 {
	font-size: 28px;
	font-weight: 600;
	padding: 0 0 20px 0;
}

.signupstyle .modal-content .close {
	font-size: 44px;
	outline: none;
}

.signupstyle .modal-dialog {
	width: 450px;
}






.mainCitystyle {}

.mainCitystyle li {
	font-size: 20px;
	margin: 0px 0;
	padding: 4px;
}

.mainCitystyle li:hover {
	background: #f1eeee;
	cursor: default;
}

.mainCitystyle li .jht {}

.mainCitystyle li span {}




.containerCheck {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: right;
	user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input~.checkmark {
	background-color: #ccc;
}

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

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

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

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.scrollbar {
	float: left;
	height: 470px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow {
	min-height: 450px;
}

#style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.stageMainDiv::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.stageMainDiv::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.stageMainDiv::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}




.stageMainDiv .stagethree {
	white-space: nowrap;
	height: auto;
	padding: 10px 0 25px 0;
	min-height: 400px;
}

.stageMainDiv .stagethree::-webkit-scrollbar,
.ProductdeliModal .modal-content::-webkit-scrollbar {
	width: 6px;
	border-radius: 12px;
}

.stageMainDiv .stagethree::-webkit-scrollbar-thumb,
.ProductdeliModal .modal-content::-webkit-scrollbar-thumb {
	background: #e5e5e5;
	border-radius: 12px;
}

.stageMainDiv .stagethree::-webkit-scrollbar-track,
.ProductdeliModal .modal-content::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 12px;
}

.stageMainDiv .stagethree,
.ProductdeliModal .modal-content {
	scrollbar-color: #e5e5e5 #fff;
	scrollbar-width: thin;
}

.ProductdeliModal .modal-dialog {
	margin: 20px auto;
}

.ProductdeliModal .modal-content {
	max-height: calc(100vh - 40px);
	min-height: 550px;
	border: 6px solid #fff;
}

.coupon_span {
	position: relative;
}

.remove_value,
.remove_coupon_value,
.remove_add_value {
	position: absolute;
	outline: none;
	top: 7px;
	right: 0px;
	border: none;
	display: none;
	font-size: 23px;
	z-index: 2;
	width: 40px;
	background-color: transparent;
	height: 100%;
	color: #f26522;
}




.stageMainDiv .stagethree h5 {
	padding: 0 10px;
}

.stageMainDiv .stagethree .col-md-4 {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.stageMainDiv .stagethree .sousecDiv {
	margin-top: 24px;
}

.stageMainDiv .stagethree .sousecDiv p {
	/* width: 100px;  */
	height: 75px;
	/* overflow: hidden;  */
}

.stageMainDiv .stagethree .sousecDiv p img {
	height: 95px;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces {
	padding: 15px 8px;
	border-radius: 10px;
	box-shadow: rgba(6, 5, 50, 0.1) 0px 10px 20px;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h3 {
	margin: 0;
	font-size: 12px;
	height: 17px;
	width: 120px;
	overflow: hidden;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h4 {
	margin: 5px 0 0 0;
	overflow: hidden;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h4 span:nth-child(1) {
	font-size: 12px;
	margin: 0 5px 0 0;
	float: left;
	line-height: 23px;
	height: 18px;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h4 span:nth-child(2) {
	font-size: 20px;
	color: #ff5622;
	cursor: pointer;
	float: right;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h4 span:nth-child(3) {
	font-size: 20px;
	color: #ff5622;
	cursor: pointer;
	float: right;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces a {}

.stagefour {
	margin: 0;
}

.stagefour .addTo {
	width: 100%;
	font-size: 17px;
	background: #ea3812;
	color: #fff;
	border-radius: 50px;
	padding: 10px 40px;
}


/************************************************************* Modal Product Ends CSS ********************************************************/










/***************************************************************** LOGIN CSS Starts ***************************************************/
.no-margin {
	margin: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.breadcrumbs {
	margin: 14px 0 0 0;
}

.breadcrumbs a {
	font-size: 16px;
	color: #4e4e4e;
}

.breadcrumbs span {
	font-size: 16px;
	color: #4e4e4e;
}

.breadcrumbs a:after {
	display: inline-block;
	content: '|';
	margin: 0 10px;
}

.loginPage {}

.account-box {
	background-color: #ffffff;
}

.headLogin {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
}

.setForgot {
	margin: 20px 0 0 0;
}

.form-signin {}

.form-signin .form-control {
	height: auto;
	padding: 10px 26px;
	font-size: 14px;
	border-radius: 50px;
	box-shadow: none;
	color: #4e4e4e;
	font-weight: 100;
}

.form-signin .form-control:focus {
	box-shadow: none;
	border-color: #333;
}

.form-signin .checkbox {
	padding: 0 0 0 20px;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 100;
}

.form-signin .form-group {
	margin-bottom: 30px;
}

.form-signin .form-group.countryCode1 {
	padding-left: 0;
}

.form-signin .form-group.countryCode2 {
	padding-right: 0;
}

.form-signin .form-group .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset: 0px;
}

.form-signin .purple-bg {
	background-color: #ea3812;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	outline: none;
}

.row-block {
	margin: 150px 0;
}

.row-block .purple-bg {
	background-color: #333;
	color: #fff;
	display: block;
	border-radius: 50px;
}

.row-block .txtform {
	margin: 0 0 30px 0;
}

.row-block .or {
	margin: 20px 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

.row-block .btn-facebook {
	color: #333;
	font-size: 17px;
}

.row-block .btn-facebook .fa-facebook {
	color: #4a66a2;
	margin: 0 7px 0 0;
}

.row-block .btn-google {
	color: #333;
	font-size: 17px;
}

.row-block .btn-google .fa-google {
	color: #ea3812;
	margin: 0 7px 0 0;
}

.row-block .forgotLnk {
	margin: 30px 10px 10px 10px;
	display: block;
	color: #ea3812;
	text-decoration: underline;
}


.siGn-box .lstText {
	font-size: 15px;
	font-weight: 100;
	color: #4e4e4e;
	margin: 10px 0;
}

.siGn-box .lstText a {
	color: #ea3812;
	font-weight: 600;
}

/***************************************************************** LOGIN CSS Ends ***************************************************/
/***************************************************************** CART CSS Starts ***************************************************/
.navPadding {
	overflow: hidden;
	margin: 10px 0;
}

.navPadding .moTxt {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4e4e4e;
}

.homeCart {
	color: #ea3812;
	font-size: 16px;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	font-weight: 100;
}

.checkoutBreadcrumb {
	margin: 70px 0 50px 0;
}

.checkoutBreadcrumb ul.breadcrumb {
	background: #fff;
	padding: 10px 16px;
	list-style: none;
	display: table;
	margin: 0 auto;
}

.checkoutBreadcrumb ul.breadcrumb li {
	margin: 0 30px;
	color: #ccc;
}

.checkoutBreadcrumb ul.breadcrumb li p:nth-child(1) {
	text-align: center;
	font-size: 28px;
}

.checkoutBreadcrumb ul.breadcrumb li p:nth-child(2) {
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
}

.checkoutBreadcrumb ul.breadcrumb li+li:before {
	padding: 0;
	color: #b1b1b1;
	content: "";
}

.checkoutBreadcrumb ul.breadcrumb li a {
	color: #b1b1b1;
	font-size: 13px;
}

.checkoutBreadcrumb ul.breadcrumb li a:hover {
	color: #ed2d2f;
	text-decoration: underline;
}

.manualCartTable {
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	border-collapse: separate;
}

.manualCartTable.table&gt;tbody&gt;tr&gt;td {
	vertical-align: middle;
	border-top: 0;
}

.manualCartTable .form-control {
	width: 100px;
	border-radius: 0;
	box-shadow: none;
}

.manualCartTable .headProduct {
	margin: 35px 0 20px 0;
	font-weight: 600;
}

.manualCartTable .paragraphPro {}

.manualCartTable .price {
	font-size: 22px;
	font-weight: 600;
}

.manualCartTable .actions {}

.manualCartTable .actions .btn {
	border: none;
	background: #fff;
	color: #ea3812;
	font-size: 22px;
}



.menuProductTable {
	padding: 20px;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
}

.menuProductTable li:nth-child(1) {
	width: 130px;
	height: 130px;
	float: left;
}

.menuProductTable li:nth-child(1) img {
	height: 130px;
}

.menuProductTable li:nth-child(2) {
	width: 35%;
	float: left;
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
}

.menuProductTable li:nth-child(2) h4 {}

.menuProductTable li:nth-child(2) p {}

.menuProductTable li:nth-child(3) {
	width: 20%;
	float: left;
	margin: 50px 0 0 0;
	text-align: center;
}

.menuProductTable li:nth-child(3) .form-control {
	width: 100px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
}

.menuProductTable li:nth-child(4) {
	width: 25%;
	float: left;
	text-align: right;
	font-size: 22px;
	font-weight: 600;
	margin: 50px 0 0 0;
}

.menuProductTable li:nth-child(5) {
	width: 6%;
	float: left;
	margin: 42px 0 0 0;
	text-align: center;
}

.menuProductTable li:nth-child(5) .btn {
	border: none;
	background: #fff;
	color: #ea3812;
	font-size: 22px;
	text-align: center;
}









#youmayalso .cart_post {
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	padding: 20px;
}

#youmayalso .cart_post .product-info {
	margin: 20px 0 0 30px;
	text-align: left;
}


.cart_post {}

.cart_post .btn_cart_product {
	border-color: #ea3812;
	border-radius: 50px;
	font-size: 13px;
	letter-spacing: 1px;
}

.cart_post .product-info h3 {
	font-size: 17px;
}

.cart_post .product-info h5 {
	font-size: 17px;
}

#sauces h2 {
	font-size: 20px;

	margin-bottom: 50px;
}

.promoCode h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}

.promoCode .input-group {
	margin: 10px 0 0 0;
}

.promoCode .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.6);
	border-color: transparent;
	border-radius: 25px 0 0 25px;
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 6px 25px;
}

.promoCode .form-control:focus {
	box-shadow: none;
	border-color: #243c4f;
}

.promoCode .btn-theme {
	min-height: 50px;
	border-radius: 0 25px 25px 0;
	background: #ea3812;
	color: #fff;
	padding: 6px 25px;
	font-size: 17px;
}

.totAlRate {}

.totAlRate p:nth-child(1) {
	font-size: 16px;
	margin: 0;
}

.totAlRate p:nth-child(2) {
	font-size: 24px;
	color: #ea3812;
	font-weight: 600;
}

.prevNext {
	margin: 70px 0 35px 0;
}

.prevNext li:nth-child(1) {
	float: left;
}

.prevNext li:nth-child(2) {
	float: right;
}

.prevNext li .previous {}

.prevNext li .next {
	font-size: 17px;
	background: #ea3812;
	color: #fff;
	/* width: 102px; */
	border-radius: 50px;
	padding: 10px 40px;
}

.carryoutOrder {}

.mainChoosDl {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 8px;
}

.mainChoosDl .addName {
	float: left;
	margin: 0 0 10px 0;
}

.mainChoosDl .linkName {
	float: right;
}

.mainChoosDl .linkName a:nth-child(1) {
	display: block;
	text-align: right;
	cursor: pointer;
	margin: 0 0 10px 0;
}

.mainChoosDl .linkName a:nth-child(2) {
	display: block;
	cursor: pointer;
}

.totalCostDiv {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;

	padding: 30px;
	border-radius: 8px;
}

.totalCostDiv .taxesTotal li {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.totalCostDiv .headOrderL {
	width: 58%;
}

.totalCostDiv .headOrderR {
	width: 42%;
}

.bookedOrder {
	padding: 0 0 40px 0;
}

.bookedOrder h2 {
	font-size: 60px;
	text-transform: uppercase;
}

.bookedOrder p {}

.bookedOrder .homeDone {
	font-size: 17px;
	background: #ea3812;
	color: #fff;
	border-radius: 50px;
	padding: 10px 40px;
}



.orderDetailsright {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
	margin: 100px 0 0 0;
	padding: 30px;
	border-radius: 8px;
}


.orderDetailsright h3 {
	font-size: 25px;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.orderDetailsright h5 {
	font-weight: 700;
	font-size: 18px;
	margin: 5px 0px 20px;
}

.orderDetailsright .outProDetail {
	overflow-y: auto;
	max-height: 110px;
	padding: 0 10px 0 0;
}

.orderDetailsright .outProDetail ul {}



.orderDetailsright .outProDetail::-webkit-scrollbar {
	width: 6px;
}

.orderDetailsright .outProDetail::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

.orderDetailsright .outProDetail::-webkit-scrollbar-track {
	background: #fff;
}


.orderDetailsright .outProDetail ul li {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.headOrderL {
	width: 75%;
	float: left;
}

.orderDetailsright .headOrderL {
	width: 83%;
}

.orderDetailsright .headOrderL h6 {
	float: right;
}

.headOrderL h6 {
	font-size: 16px;
	margin: 0;
}

.headOrderR {
	width: 25%;
	float: left;
}

.orderDetailsright .headOrderR {
	width: 17%;
}

.headOrderR p {
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	line-height: 16px;
}

.taxesTotal {
	margin: 0;
	padding: 0 15px 0 0;
}

.taxesTotal li {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.taxesTotal li:last-child {
	margin: 0;
}

.LeftFormhori h2 {
	font-size: 32px;
	margin: 45px 0 30px 0;
	font-weight: 700;
}

.LeftFormhori .control-label {
	text-align: left;
	font-size: 16px;
}

.LeftFormhori .form-control {
	border-color: rgba(115, 121, 140, 0.32);
	box-shadow: none;
	border-radius: 50px;
	height: 40px;
	padding: 6px 22px;
}

.promoCodeCart {
	margin: 50px 0 0 0;
	padding: 0 0 0 15px;
}

.promoCodeCart h2 {
	margin: 0 0 30px 0;
}

.promoCodeCart .input-group {
	width: 360px;
}

.promoCodeCart .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.6);
	border-color: transparent;
	border-radius: 25px 0 0 25px;
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 6px 25px;
}

.promoCodeCart .btn-theme {
	min-height: 50px;
	border-radius: 0 25px 25px 0;
	background: #ea3812;
	color: #fff;
	padding: 6px 25px;
	font-size: 17px;
}

.creditDetails {
	margin: 50px 0 0 0;
	background: #f7f7f7;
	padding: 35px;
	border-radius: 8px;
}

.creditDetails h3 {
	position: relative;
	font-size: 25px;
	margin: 0 0 30px 0;
	font-weight: 700;
}

.creditDetails h3 .btnAddnew {
	position: absolute;
	right: 0;
	background: #ea3812;
	color: #fff !important;
	font-size: 14px;
	padding: 8px 13px;
	font-weight: 400;
	border-radius: 40px;
	cursor: pointer;
}

.creditDetails .panel {
	box-shadow: none;
	border: 0;
	margin: 20px 0 20px 0;
	background: #f7f7f7;
}

.creditDetails .panel-heading {
	padding: 0;
	background-color: #f7f7f7;
}

.creditDetails .panel-body {
	border-top: 0 !important;
	background-color: #f7f7f7;
	padding: 0;
}

.creditDetails .panel-body .form-group {}

.creditDetails .panel-body .form-group .form-control {
	/* border-color: rgba(115, 121, 140, 0.32); */
	box-shadow: none;
	border-radius: 50px;
	height: 40px;
	padding: 6px 22px;
	/* border: 1px solid red; */
	border: 1px solid #D8D8D8;
}


.magic-radio {
	position: absolute;
	display: none;
}

.magic-radio+label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0;
	line-height: 21px;
	font-size: 18px;
}

.magic-radio:checked+label:before {
	border: 1px solid #ed1c24;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
	animation-name: none;
}

.magic-radio+label:before {
	border-radius: 50%;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #c0c0c0;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
	display: block;
}

.magic-radio+label:after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ed1c24;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}


.credSection .cvv {
	position: relative;
}

.cvv input {}

.cvv i {
	position: absolute;
	top: 12px;
	right: 15px;
}



.deliveryModal {}

.deliveryModal .modal-dialog {}

.deliveryModal .modal-content {
	border-radius: 18px;
	min-height: 530px;
}

.deliveryModal .modal-header {
	border-bottom: 0;
	padding: 30px 40px 15px 40px;
}

.deliveryModal .modal-header .close {
	line-height: 30px;
	font-size: 60px;
	outline: none;
	margin-top: 10px;
}

.deliveryModal .modal-header .modal-title {
	font-size: 32px;
	font-weight: 600;
}

.deliveryModal .modal-body {
	padding: 10px 40px 15px 40px;
}


.deliveryModal .modal-body .nav-tabs&gt;li.active&gt;a,
.deliveryModal .modal-body .nav-tabs&gt;li.active&gt;a:focus,
.deliveryModal .modal-body .nav-tabs&gt;li.active&gt;a:hover {
	color: #ea3812;
	font-size: 20px;
	font-weight: 600;
}

.deliveryModal .modal-body .nav-tabs&gt;li&gt;a {
	font-size: 20px;
	font-weight: 600;
	color: #4e4e4e;
}

.seLect {
	margin: 30px 0 0 0;
}

.seLect .next {
	font-size: 17px;
	background: #ea3812;
	color: #fff;
	border-radius: 50px;
	padding: 10px 40px;
}

.popInputform {
	margin: 30px 0 0 0;
}

.popInputform .form-control {
	border-color: rgba(115, 121, 140, 0.32);
	box-shadow: none;
	border-radius: 50px;
	height: 40px;
	padding: 6px 22px;
	width: 400px;
	font-weight: 700;
}



.outWizard {
	background: #fff;
}

.wizard {
	margin: 20px auto;
	background: #fff;
}

.wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
	border-bottom: 0;
	background: #fff;
	padding: 10px 16px;
	list-style: none;
	display: table;
	margin: 0 auto;
}

.wizard&gt;div.wizard-inner {
	position: relative;
}

.wizard .nav-tabs&gt;li.active&gt;a,
.wizard .nav-tabs&gt;li.active&gt;a:hover,
.wizard .nav-tabs&gt;li.active&gt;a:focus {
	color: #ea3812;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 1px solid #e0e0e0;

	text-align: center;
	font-size: 25px;
}

span.round-tab i {
	color: #555555;
}

.connecting-line {
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	width: 500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%;
	z-index: 1;
}

.wizard li.active span.round-tab i {
	color: #5bc0de;
}



.wizard .nav-tabs&gt;li {
	margin: 0 60px;
	display: inline-block;
	;
}

.wizard .nav-tabs&gt;li a {
	color: #ccc;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	text-align: center;
}

.wizard .nav-tabs&gt;li a span:nth-child(1) {
	display: block;
	text-align: center;
	font-size: 28px;
	margin: 0 auto 10px;
	z-index: 2;
	background: #fff;
	position: relative;
}

.wizard .nav-tabs&gt;li a span:nth-child(2) {
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	display: block;
}

.wizard .nav&gt;li&gt;a:focus,
.wizard .nav&gt;li&gt;a:hover {
	text-decoration: none;
	background-color: transparent;
}


.wizard .nav-tabs&gt;li a:hover {
	background: transparent;
}

.wizard .nav-tabs&gt;li&gt;a:hover {
	border-color: transparent;
}

.wizard .nav&gt;li.disabled&gt;a:focus,
.wizard .nav&gt;li.disabled&gt;a:hover {
	color: #e0e0e0;
}

.wizard .nav-tabs&gt;li.active&gt;a span:nth-child(1) {
	border: 1px solid #ea3812;
}



.wizard .tab-pane {
	position: relative;
	padding-top: 30px;
}

.wizard h3 {
	margin-top: 0;
}

@media(max-width : 585px) {

	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .nav-tabs&gt;li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}


/***************************************************************** CART CSS Ends ***************************************************/
/***************************************************************** Deals CSS Starts ***************************************************/
.details-card {
	background: #fff;
	padding: 60px 0 0 0;
}

.details-card h2 {
	margin: 0 0 50px 0;
	font-weight: 700;
}

.card-content {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -4px;
	margin: 0 0 30px 0;
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	z-index: 1;

}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}


.card-img span h4 {
	font-size: 12px;
	margin: 0;
	padding: 10px 5px;
	line-height: 0;
}

.card-desc {
	padding: 20px;
}

.card-desc h3 {
	color: #000000;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}

.card-desc .text-muted {
	margin: 10px 0 20px 0;
}

.btn-card {
	color: #ea3812 !important;
	border: 1px solid #ea3812 !important;
	padding: 12px 26px;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 50px;
}

.btn-card:hover {
	background: #ea390f;
	color: #fff !important;
}

a.btn-card {
	text-decoration: none;
	color: #fff;
}

/***************************************************************** Deals CSS Ends ***************************************************/



/***************************************************************** terms CSS Starts ***************************************************/

.exampleProblems {
	background: #fff;
	padding: 0 0 50px 0;
}

.exampleProblems .SingleColumn {}

.exampleProblems h2 {
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
}

.exampleProblems .SingleColumn h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.exampleProblems .SingleColumn p {
	font-size: 14px;
	color: #777;
}

/***************************************************************** terms CSS Ends ***************************************************/
/***************************************************************** Blog CSS Starts ***************************************************/


.exampleProblems h3 {
	margin: 0 0 40px 0;
}

.exampleProblems .card.lift {
	text-decoration: none;
	color: inherit;
	margin: 0 0 30px 0;
}

.exampleProblems .card {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 25px;
	overflow: hidden;
	position: relative;
	display: block;
}

.exampleProblems .lift {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 25px;
	-webkit-transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.exampleProblems .card-img,
.exampleProblems .card-img-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.exampleProblems .card-body {
	min-height: 1px;
	padding: 20px;
	color: #777;
	border-radius: 0 0 8px 8px;
}

.exampleProblems .post-preview h5.card-title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.exampleProblems .card-text {
	margin: 0 0 30px 0;
}

.welcomeYummy {}

.welcomeYummy h4 {
	font-weight: 600;
	font-size: 22px;
	margin: 20px 0 20px 0;
}

.welcomeYummy p {
	margin: 0 0 50px 0;
	line-height: 28px;
}

.show_post_more {
	text-align: center;
	margin: 50px 0;
}

.show_post_more a {
	padding: 14px 50px;
	background: #ea3812;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 50px;
}

/***************************************************************** Blog CSS Ends ***************************************************/
/***************************************************************** Store CSS Starts ***************************************************/


.contact_info {
	background: #fff;
}

.contact_info h2 {
	font-size: 30px;
	line-height: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
}



.info-box {
	border-radius: 5px;
	height: 290px;
}

.boxbg-1 {
	background-image: url(../img/s1.jpg);
}

.boxbg-2 {
	background-image: url(../img/s2.jpg);
}

.boxbg-3 {
	background-image: url(../img/s3.jpg);
}

.overlay {
	position: relative;
}

.info-box {
	overflow: hidden;
	margin: 0 0 15px 0;
}

.overlay.dark-3:before {
	background-color: rgba(23, 34, 46, 0.85);
}

.overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: 1;
}

.btn,
.overlay:before {
	-webkit-transition: all .3s ease 0s;
}

.overlay:before,
.v-shape::after,
.v-shape::before {
	content: "";
}

.info-box&gt;div {
	z-index: 2;
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
}

.relative {
	position: relative;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.d-table-cell h4 {
	font-size: 24px;
	color: #fff;
}

.info-box .v-shape {
	height: 20px;
	margin-bottom: 10px;
	width: 1px;
	margin-top: 15px;
}

.v-shape.white,
.v-shape.white::after,
.v-shape.white::before {
	background-color: #fff;
}

.v-shape {
	background-color: #222429;
	display: block;
	height: 40px;
	margin: 10px auto;
	position: relative;
	width: 2px;
}

.info-box .v-shape::after,
.info-box .v-shape::before {
	height: 10px;
	width: 1px;
}

.v-shape.white,
.v-shape.white::after,
.v-shape.white::before {
	background-color: #fff;
}

.v-shape::before {
	left: 0;
}

.v-shape::after {
	right: 0;
}

.overlay.theme-overlay:before {
	background-color: rgba(234, 56, 18, 0.5);
}

.v-shape::after,
.v-shape::before {
	background-color: #222429;
	bottom: 0;
	height: 24px;
	margin: auto 6px;
	position: absolute;
	top: 0;
	width: 2px;
}

.overlay:before,
.social-icon.style1 li a::after,
.v-shape::after,
.v-shape::before {
	content: "";
}

.info-box p,
.info-box p a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	padding: 0 20px;
}


.maindelicraft {
	padding: 50px 0;
	background: #fff;
}

.maindelicraft .Deliout {
	text-align: center;
}

.maindelicraft .Deliout h5 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.maindelicraft .Deliout p {}



/***************************************************************** Store CSS Ends ***************************************************/


/***************************************************************** My Account CSS Starts ***************************************************/

.MyOrd .breadcrumbs {
	text-align: left;
}


.MyOrd .breadcrumbs a:after {
	margin: 0 5px;
}

.MyOrd .btn_div {
	text-align: right;
}

.btn_div .logOutBtn {
	box-shadow: none;
	border: 0;
	background: #fff;
	outline: none;
	color: #777;
	font-size: 16px;
	padding: 4px 0 6px 0;
}

.btn_div .logOutBtn:hover {
	color: #000;
}

.account_section {
	margin-top: 20px;
	border: 1px solid #ccc;
	border-top: 2px solid #ea3812;
	min-height: 240px;
	padding: 0 20px;
}

.account_heading {
	margin-top: 20px;
}

.account_heading .edit_link {
	margin: 10px 0 0 0;
	display: inline-block;
}

.account_heading ul li {
	list-style: none;
	display: inline-block;
}

.user_img {
	width: 60px;
}

.account_heading ol li {
	list-style: none;
	margin-top: 10px;
	color: #4e4e4e;
	font-size: 14px;
}

.account_heading span {
	color: #ea3812;
	font-size: 15px;
	margin-left: 10px;
	font-weight: 600;
}

.account_heading p {
	margin-top: 5px;
	color: #4e4e4e;
	margin-left: 20px;
	font-size: 14px;
}

.account_information {
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #e6e6e6;
}

.account_information h3 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.editDashboardProfile {}

.editDashboardProfile .form_accordian {
	margin: 20px 0 0 0;
}

.editDashboardProfile .form_accordian label {
	margin-bottom: 10px;
}

.editDashboardProfile .form_accordian .form-control {
	height: auto;
	padding: 10px 26px;
	font-size: 14px;
	border-radius: 50px;
	box-shadow: none;
	color: #4e4e4e;
	font-weight: 100;
}


.editDashboardProfile .btn {
	background-color: #ea3812;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	border-color: #ea3812;
	margin: 8px 0 0 0;
	padding: 8px 18px;
}


/***************************************************************** My Account CSS Ends ***************************************************/
#cities {
	color: #ea3812;
}

#style .notActive {
	color: #3276b1;
	background-color: #f2f2f2;
}

div#size_list {
	margin-top: 15px;
	margin-bottom: 15px;
}

div#style .btn-primary.active,
.btn-primary:active,
.open&gt;.dropdown-toggle.btn-primary {
	background-color: #000;
	border-color: #000;
	color: #fff;
	position: relative;
	outline: none;
}

#style .btn-group.btn-group-toggle {
	overflow: auto;
	/* white-space: nowrap; */
	height: auto;
	padding: 0;
	float: none;
	display: block;
}

#style .btn-group.btn-group-toggle::-webkit-scrollbar {
	height: 4px;
}

#style .btn-group.btn-group-toggle::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

#style .btn-group.btn-group-toggle::-webkit-scrollbar-track {
	background: #fff;
}





#style {
	display: block;
	overflow: hidden;
	border: 1px solid #efefef;
	padding: 10px 10px 10px 10px;
	border-radius: 6px;
	margin: 0 0 10px 0;
}

#style h5 {
	position: relative;
}

#style h5 span {
	position: absolute;
	right: 0;
	font-size: 10px;
	background: #f2f2f2;
	padding: 4px 10px;
	border-radius: 30px;
	text-transform: uppercase;
}




#style .btn-group .btn-primary {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #4e4e4e;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	width: 23.5%;
	margin: 0 4px 5px 0;
	float: none;
	display: inline-block;
	/* min-width: 100px; */
}

#style .btn-group .btn-primary p:nth-child(1) {
	margin: 0 0 5px 0;
	font-size: 10px;
}

#style .btn-group .btn-primary p:nth-child(2) {
	margin: 0;
	font-size: 10px;
}

#style .btn-group .btn-primary p:nth-child(3) {
	margin: 0;
}

#style .btn-group .btn-primary.active img {

	position: absolute;
	width: 14px;
	right: 5px;
	bottom: 12px;
	display: block;
}

#style .btn-group .btn-primary img {
	display: none;
}



#size .btn-group .btn-primary {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #4e4e4e;
	font-size: 12px;
}

/* #style .notActive {
    color: #4e4e4e;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

#size .notActive{
    color: #3276b1;
    background-color: #f2f2f2; 
}*/
div#size_list {
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	min-height: 1px;
	padding: 0 10px 0 0;
}



div#size_list::-webkit-scrollbar {
	width: 6px;
}

div#size_list::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

div#size_list::-webkit-scrollbar-track {
	background: #fff;
}



div#size .btn-primary.active,
.btn-primary:active,
.open&gt;.dropdown-toggle.btn-primary {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* #size .notActive {
    color: #4e4e4e;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
} */
#paymentResponse {
	color: red;
	text-align: center;
}

#payBtn {
	background: #ea3812;
	border: 1px solid #ea3812;
	color: #fff;
	border-radius: 50px;
	height: 40px;
	font-size: 17px;
}

.btn-light {
	height: auto;
	padding: 10px 26px;
	font-size: 14px;
	border-radius: 50px;
	box-shadow: none;
	border: 1px solid #ccc;
	color: #4e4e4e;
	font-weight: 100;
}

#lang_menu li a img {
	margin-right: 10px;
}

#lang_menu li {
	width: 100%;
}

#lang_menu li a:hover {
	background: #e0573a !important;
	color: #fff !important;
}

.view_cart_btn {
	background: #ea3812;
	border: 1px solid #ea3812;
	color: #fff;
	margin: 12px;
}

.view_cart_btn:hover {
	background: #e35334;
	border: 1px solid #e35334;
	color: #fff;
	margin: 12px;
}

.account-box .lstText {
	font-size: 15px;
	font-weight: 100;
	color: #4e4e4e;
	margin: 10px 0;
}

.account-box .lstText a {
	color: #ea3812;
	font-weight: 600;
}


.orderLinkDetail {}

.orderLinkDetail .headerProductcart li:nth-child(1) {
	margin: 0;
}

.orderLinkDetail .headerProductcart li:nth-child(2) h4 {
	padding: 0;
	margin: 5px 0 5px 0;
}


.orderLinkDetail .headerProductcart li:nth-child(2) p:nth-child(2) {
	margin: 7px 0 0 0;
}

.orderLinkDetail .headerProductcart li:nth-child(2) p:nth-child(3) {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #229ee5;
	font-weight: 700;
}

.orderLinkDetail .headerProductcart li:nth-child(2) {
	width: 40%;
}

.orderLinkDetail .headerProductcart li:nth-child(3) {
	text-align: right;
	width: 35%;
}

.orderLinkDetail .headerProductcart li:nth-child(3) .badge {
	background-color: #0dbc37;
}

.orderLinkDetail .headerProductcart li:nth-child(3) h4 {
	padding: 0;
	margin: 5px 0 5px 0;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}




.orderDetailPage .menuProductTable {
	padding: 0;
	border: 0;
}

.orderDetailPage .menuProductTable li:nth-child(1) {
	width: 70px;
	height: 70px;
}

.orderDetailPage .menuProductTable li:nth-child(1) img {
	height: 70px;
}

.orderDetailPage .menuProductTable li:nth-child(2) {
	width: 45%;
	padding: 0 0 0 10px;
	margin: 0;
}

.orderDetailPage .menuProductTable li:nth-child(2) h4 {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 4px 0 4px 0;
}

.orderDetailPage .menuProductTable li:nth-child(2) p:nth-child(2) {
	margin: 0 0 1px 0;
}

.orderDetailPage .menuProductTable li:nth-child(2) p:nth-child(3) {
	font-weight: 700;
	color: #00acdf;
	margin: 0;
}

.orderDetailPage .menuProductTable li:nth-child(3) {
	width: 36%;
	margin: 0;
	text-align: right;
}

.orderDetailPage .menuProductTable li:nth-child(3) .badge {
	background-color: #30c007;
}


.orderDetailPage .menuProductTable li:nth-child(3) h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0 10px 0;
	/* text-align: right; */
}

.orderDetailPage .taxesTotal {
	padding: 15px 0 0 0;
	border-top: 1px solid #ebebeb;
}

.orderDetailPage .taxesTotal li {
	display: inline-block;
	width: 49%;
	margin: 0;
}

.orderDetailPage .taxesTotal li h6 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.orderDetailPage .taxesTotal li p {}

.orderDetailPage .taxesTotal li p strong {}









.pamentType {}

.pamentType li {
	display: inline-block;
	width: 49%;
}

.pamentType li h6 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.boxx-formLocation .form-group {

	position: relative;
}

.boxx-formLocation .form-group input {
	height: 40px;
	border-radius: 50px;
	box-shadow: none;
	border: 1px solid #ddd;
	padding: 6px 45px 6px 20px;
}

.boxx-formLocation .form-group .gps_icon {
	position: absolute;
	right: 15px;
	top: 10px;
}

.boxx-formLocation .form-group .gps_icon img {
	width: 18px;
}

.boxx-formLocation p {}

.boxx-formLocation p .btn {
	font-size: 14px;
	background: #ea3812;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	padding: 10px 40px;
	font-weight: 700;
	outline: none;
}

/* skin 1 */


.instant-cart-manager {
	width: 110px;
	transition: width 0.2s, border-radius 0.2s;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-column-align: center;
	justify-items: center;
	background-color: #fff;
}

.instant-cart-manager {
	bottom: 16px;
	right: 16px;
	width: auto;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding: 0 10px;
}

.skin-1 .num-in,
.skin-1 .related-num-in {}

.skin-1 .num-in span,
.skin-1 .related-num-in span {
	display: block;
	float: left;
	width: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.skin-1 .num-in span.dis:before,
.skin-1 .related-num-in span.dis:before {
	background-color: #ccc !important;
}

.skin-1 .num-in input,
.skin-1 .related-num-in input {
	float: left;
	width: 20px;
	font-size: 16px;
	height: 32px;
	border: 0;
	border-radius: 5px;
	color: #000;
	text-align: center;
	padding: 0;
}

.skin-1 .num-in span.minus:before,
.skin-1 .related-num-in span.minus:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #ea3812;
	top: 50%;
	left: 0;
}

.skin-1 .num-in span.plus:before,
.skin-1 .num-in span.plus:after,
.skin-1 .related-num-in span.plus:before,
.skin-1 .related-num-in span.plus:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 10px;
	height: 2px;
	background-color: #ea3812;
	top: 50%;
}

.skin-1 .num-in span.plus:after,
.skin-1 .related-num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* / skin 1 */


.order_details .btn.btn-default {
	display: inline;
	color: #fff;
	background: #ea3812;
	border-radius: 50px;
	font-size: 14px;
	padding: 4px 12px;
	box-shadow: none;
	border: 0;
	outline: none;
}

.filter-div {
	background: #fff;
	padding: 60px 0;
}

.dashboard-box {
	border: 1px solid #ddd;
	padding: 10px 15px;
}

.dashboard-box h3 {
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.dashboard-box h3 i {
	margin-right: 5px;
	position: relative;
	top: -1px;
	text-align: center;
}

.div_acc {
	margin-top: 20px;
}

a.btn.btn-success.btn_back {
	position: absolute;
	top: 7px;
	border-radius: 50px;
	padding: 4px 26px;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.order-boxx-new {
	margin-top: 5px;
}

.order-boxx-new ul {
	margin: 0;
	padding: 0;
}

.order-boxx-new ul li {
	border: none;
	margin-bottom: 0;
	padding: 0px;
	margin-right: 0;
	list-style: none;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.order-boxx-new ul li h3 {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	border-bottom: none;
	padding-bottom: 0;
	text-transform: uppercase;
}

.order-boxx-new ul li p {
	text-align: left;
	margin-top: 8px;
	color: #999;
}

.order-boxx-new ul li i {
	font-size: 16px;
	margin-right: 5px;
	color: #ed1c24;
}

.order-boxx-new ul li:last-child {
	float: right;
	width: 40%;
}

.order-boxx-new ul li:last-child h3,
.order-boxx-new ul li:last-child p {
	text-align: right;
}

.details-order {
	margin-top: 20px;
	margin-bottom: 0px;
}

.details-order h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: left;
	font-size: 18px;
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}

td.img_boxx {
	width: 10%;
}

.details-order td {
	border-top: none !important;
}

p.price_tag {
	color: #4e4e4e;
	float: right;
	font-weight: 700;
	margin-bottom: 0;
	min-width: 65px;
}

h3.total_list {
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
	border-bottom: none;
	padding-bottom: 0;
	text-transform: uppercase;
}

.iti {
	display: block !important;
}

.title_contanier a .fa-plus {
	background: red;
	color: #fff;
	padding: 6px;
	border-radius: 127px;
	height: 25px;
	width: 25px;
}

.orderDetailsright.newOrderDetailstyle {
	margin: 0;
}


#addnewCard .modal-dialog {
	width: 450px;
}

#addnewCard .modal-header {
	padding: 15px;
	border-bottom: none;
	padding-bottom: 0;
}

#addnewCard .modal-header .close {
	outline: none;
	float: right;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #ea3812;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}

#addnewCard .modal-title {
	padding: 5px 0 0px 15px;
}

#addnewCard .modal-body {
	position: relative;
	padding: 15px;
}

#addnewCard .form {
	padding: 15px;
}

#addnewCard .form .form-group .form-control {
	height: 40px;
	border-radius: 50px;
	box-shadow: none;
	border: 1px solid #ddd;
}

#addnewCard .form .form-group .btn-block {
	display: block;
	text-align: center;
	background: #ea3812;
	color: #fff;
	padding: 10px;
	margin: 20px 0 0 0;
	border-radius: 50px;
	text-transform: uppercase;
}


.addpaymentCard {
	margin: 25px 0 0 0;
}

.addpaymentCard h2 {
	position: relative;
	font-size: 20px;
	margin: 0 0 30px 0;
}

.addpaymentCard .cardboxstyle {
	color: #333;
	background: #ffffff;
	padding: 20px 25px;
	margin: 0 0 16px 0;
	border: 1px solid #f1f1f1;
	border-radius: 10px;

}


.addpaymentCard a:hover .cardboxstyle {
	color: #fff;
	background: #333;
}



.addpaymentCard .cardboxstyle ul.firstUl {
	margin: 0;
}

.addpaymentCard .cardboxstyle ul.firstUl li:nth-child(1) {
	float: left;
	font-weight: 700;
}

.addpaymentCard .cardboxstyle ul.firstUl li:nth-child(2) {
	float: right;
	font-weight: 700;
}


.addpaymentCard .cardboxstyle .cardNumbermain {
	text-align: center;
	margin: 25px 0;
	font-weight: 700;
}

.addpaymentCard .cardboxstyle ul.secondUl {
	margin: 0;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) {
	float: left;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) p:nth-child(1) {
	text-transform: uppercase;
	font-size: 11px;
	color: #b1b1b1;
	margin: 0;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(1) p:nth-child(2) {
	font-weight: 700;
	margin: 0;
}


.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) {
	float: right;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) p:nth-child(1) {
	text-transform: uppercase;
	font-size: 11px;
	color: #b1b1b1;
	margin: 0;
	text-align: right;
}

.addpaymentCard .cardboxstyle ul.secondUl li:nth-child(2) p:nth-child(2) {
	font-weight: 700;
	margin: 0;
}






.addpaymentCard .cardboxstyle.activeAdd {
	color: #fff;
	background: #333;
	cursor: pointer;
}

.btn_div ul li.dashboardMyLink {
	padding: 0;
}

.btn_div ul li.dashboardMyLink .dropdown {
	padding: 0;
}

.btn_div ul li.dashboardMyLink .dropdown .btn {
	background-color: transparent;
	border-color: transparent;
	padding: 5px 12px;
	border: 0;
}

.btn_div ul li.dashboardMyLink .dropdown .dropdown-menu {}

.btn_div ul li.dashboardMyLink .dropdown .dropdown-menu li {
	display: block;
	padding: 0;
}

.btn_div ul li.dashboardMyLink .dropdown .dropdown-menu li a {
	padding: 12px 26px;
}

#time {
	text-transform: uppercase;
}

.address_link {
	text-align: right;
	padding: 20px;
}

.address_div {
	height: 100px;
}

.delete {
	color: #ea3812;
	float: right;
}

.address_check {
	height: auto !important;
	margin: 0 10px 0 0 !important;
}

body {
	/* overflow: auto!important; */
	padding: 0px !important;
}

#lang_div {
	/*margin:13px 0 0 20px;*/
	float: right;
}

.ing_name {
	color: #1d1c1c !important;
	font-size: 13px !important;
}

/* .tradiTags a{border-bottom:1px dashed grey;} */
.cross .fa-times,
.cross .fa-undo {
	border: 1px solid grey;
	padding: 2.5px;
	border-radius: 10px;
	margin-left: 2px;
	color: grey;
	height: 16px;
	width: 16px;
}

.cross .fa-undo {
	font-size: 9px;
	padding-left: 3px;
}

.remove_ing {
	text-decoration: line-through;
}

#terms_section {
	line-height: 1.8;
	padding-top: 20px;
}

.size_boxx {
	min-height: 10px;
}

.fixed-cart {
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 99;
	padding-top: 11px;
	padding-left: 15px;
	background: white;
	border-radius: 60px 0 0 60px;
	display: flex;
	width: 56px !important;
	height: 46px !important;
	justify-content: flex-start;
	align-items: center;
	box-shadow: -3px 0 12px -5px rgb(0 0 0 / 51%);
}

.fixed-web-cart {
	position: fixed;
	right: 15px;
	top: 9px;
	z-index: 99;
	margin: 0 !important;
}

.linkMainPoduct.fixed-cat-link {
	max-width: calc(100% - 125px);
}

#myHeader.sticky+#slider {
	transform: translateY(48px);
	margin-bottom: 48px;
	/* transition: all 0.3s; */
}

.tradiTags a {
	display: inline-block;
	padding: 3px 2px;
}

.added_cheese {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.ing-list span.cross {
	margin-right: 3px;
	margin-left: 3px;
}

.cityDiv {}

.cityDiv .modal-content {
	padding: 20px;
}

.cityDiv .modal-content h4 {
	font-size: 34px;
	font-weight: 600;
	padding: 0 0 20px 0;
	letter-spacing: -1px;
}

.cityDiv .modal-content h4 img {
	width: 90px;
	display: inline;
	margin: 0px 15px 0 0;
}

.cityDiv .modal-content .close {
	font-size: 44px;
	outline: none;
}

.cityDiv .mainSearchBarr {}

.cityDiv .mainSearchBarr .customSearchh {
	position: relative;
}

.cityDiv .mainSearchBarr .customSearchh input {
	position: relative;
	width: 350px;
	display: inline-block;
	padding-left: 40px;
	border: 1px solid rgba(115, 121, 140, 0.32);
	height: 40px;
	border-radius: 8px;
	font-size: 16px;
	box-shadow: none;
}

.cityDiv .mainSearchBarr .customSearchh span {
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 1;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../img/searchiconn.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.cityDiv .bigCityy {
	margin: 20px 0;
}

.cityDiv .bigCityy li {
	display: inline-block;
}

.cityDiv .bigCityy li a {
	font-weight: 600;
	font-size: 22px;
	margin-right: 20px;
	vertical-align: top;
	color: rgb(69, 75, 84);
	text-decoration: none;
}

.cityDiv .bigCityy li a:hover {
	color: #ea3812;
}

.contriesNamess {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 0px;
	margin-top: 10px;
	/* max-height: 370px;} */
}

.contriesNamess .innerScrollbar {
	position: relative;
	overflow: scroll;
	margin-right: -17px;
	margin-bottom: -17px;
	min-height: 17px;
	/* max-height: 335px; */
}

.contriesNamess .innerScrollbar::-webkit-scrollbar {
	width: 6px;
}

.contriesNamess .innerScrollbar::-webkit-scrollbar-thumb {
	background: #e5e5e5;
}

.contriesNamess .innerScrollbar::-webkit-scrollbar-track {
	background: #fff;
}




.contriesNamess .innerScrollbar .localitySelectorTable {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-bottom: 20px;
}

.contriesNamess .innerScrollbar .localitySelectorTable .locality-selector-popup {
	display: table-cell;
	position: relative;
}

.contriesNamess .innerScrollbar .localitySelectorTable .locality-selector-popup li {
	display: block;
}

.contriesNamess .innerScrollbar .localitySelectorTable .locality-selector-popup li a {
	display: block;

	padding: 6px 30px;
	font-size: 16px;
	line-height: 1;
	border-bottom: none;
	color: rgb(69, 75, 84);
	text-decoration: none;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	overflow: hidden;
}

.contriesNamess .innerScrollbar .localitySelectorTable .locality-selector-popup li a:hover {
	color: #ea3812;
}


.groupLetter {
	color: #111;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 18px;
}

.related_section {
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: rgb(0, 0, 0);
	margin: 0px 0px 16px;
}

.related_main {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -16px;
}

.related_article {
	width: 132px;
	border: 1px solid rgb(226, 226, 233);
	border-radius: 12px;
	display: flex;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 16px;
	margin-bottom: 16px;
}

.related_item {
	margin: 8px 2px 7px;
	width: 105px;
	height: auto;
}

.related_image {
	width: auto !important;
	height: 73px;
	position: relative;
	display: flex;
	user-select: none;
	image-rendering: auto;
}

.related_cart_manager {
	bottom: 16px;
	right: 16px;
	width: auto;
}

.related_item_info {
	margin: 8px 0px 0px;
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	flex: 1 1 auto;
	display: block;
	word-break: break-all;
	overflow: hidden;
	height: 37px;
	text-align: center;
}

.dipping_sause_label {
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: rgb(0, 0, 0);
	margin: 0px 0px 16px;
}

.related_btn {
	outline: none;
	width: 100%;
	border-radius: 8px;
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0px 12px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	transition-property: border-color, background, color;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	background: rgb(255, 255, 255);
	color: rgb(255, 105, 0);
	border: 1px solid rgb(255, 105, 0);
}

.relatedBtnDiv {
	width: 86px;
	height: 32px;
	margin: 12px;
}

.eXbJrr&gt;* {
	width: 86px;
	height: 32px;
	line-height: 32px;
}

.money {
	white-space: nowrap;
}

.money__currency_on-the-left {
	margin-right: 2px;
}

.money__currency {
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

.money__value {
	font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

@media (max-width: 767px) {
	.linkMainPoduct.fixed-cat-link {
		max-width: 100%;
	}

	.from-price {
		padding-right: 0px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1286px;
	}
}

/** custom css  **/
.loader {
	display: none;
	top: 150px;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 2222;
}

.loader:before {
	display: none;
}

.loader img {
	width: 15%;
}

.back-drop {
	background-color: #000000;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
	position: fixed;
	z-index: 1111;
	transition: opacity 0.15s linear 0s;
}

.modal-header .close {
	margin-top: -10px;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 35px;
}

.btn.wide {
	font-size: 14px;
	background: #ea3812;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	padding: 10px 40px;
	font-weight: 700;
	outline: none;
}

.p0 {
	padding: 0 !important;
}

.input-location {
	background-color: #f5f5f5 !important;
	border: 1px solid #ccc !important;
	padding: 10px 30px !important;
	border-radius: 50px !important;
	width: 50% !important;
	font-size: 15px !important;
	color: #8492af !important;
	margin-top: 5px !important;
}

.maps {
	height: 270px !important;
	width: 100%;
	margin-bottom: 20px;
}

.pac-container {
	z-index: 9999;
}

#dynamicLoad {
	z-index: 8888;
}

#carryout {
	/*z-index: 7777;*/
}


.product-img {
	width: 30%;
	float: left;
}

.product-infos {
	width: 70%;
	float: left;
	padding-bottom: 15px;
}

.info-product-new a {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	padding: 0 !important;
}

.cart-items hr {
	width: 100%;
	clear: both;
	margin-bottom: 0;
}

.product-img img {
	width: 90px;
}

.remove-btn {
	float: right;
}

.info-product-new {
	margin-top: 10px;
}

.info-product-new p {
	color: #4e4e4e;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0;
}

.remove-btn i {
	color: #ff0000;
	font-size: 20px;
}

.remove-btn button.btn {
	background: transparent;
}

.price_product h3 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
}

.cart-items {}

ul.actions_product {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul.actions_product li {
	list-style: none;
	display: inline-block;
	width: 40%;
	padding: 0 !important;
	margin-right: 20px;
	vertical-align: middle;
}

.sticky_store_status {
	width: 80%;
	margin: auto;
	margin-top: 25px;
}

.sticky_store_status .alert {
	text-align: center;
}

.sticky_store_status .affix {
	position: fixed;
	width: 100%;
	top: 49px;
	z-index: 8;
	margin: 0px !important;
	left: 0;
}

.how_spicy_img {
	width: 70px;
	display: inline-block;
	margin-bottom: 10px;
}

.stageMainDiv .stagethree .sousecDiv {
	margin-top: 10px;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h3 {
	/*height: auto;*/
}

.stageMainDiv .stagethree .sousecDiv .infoSouces h4 {
	margin: 0px 0 0 0;
}

.stageMainDiv .stagethree .sousecDiv .infoSouces {
	padding: 10px 8px;
	text-align: left;
}

.post-slide .post-img img {
	height: 100%;
}

.width-480 {
	width: 480px;
}

.iti.iti--container {
	z-index: 99999 !important;
}

.opening-time {
	max-width: 400px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	/*background: #f5f5f5;*/
	padding: 20px 25px;
	border-radius: 5px;
	margin: 0 auto 20px auto;
}

.ot-week {
	text-align: center;
}

.ot-hour {
	text-align: center;
}

.ot-head {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
}

.opening-time ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

.opening-time ul li {
	font-size: 15px;
	margin-bottom: 10px;
}

.opening-time ul li p:empty {
	display: none;
}

/* split pizza css */
.split-pizza-wrap {
	display: flex;
}

.sp-left,
.sp-right {
	padding: 15px;
}

.sp-left::-webkit-scrollbar,
.sp-right::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.sp-left::-webkit-scrollbar-thumb,
.sp-right::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.sp-right::-webkit-scrollbar-track,
.sp-right::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #F5F5F5;
}

.sp-left {
	padding-left: 10px;
}

.sp-right {
	padding-right: 10px;
}

.sp-left {
	flex: 60% 0 0;
	width: 60%;
	max-height: calc(100vh - 50px);
	overflow-y: auto;
}

.sp-right {
	max-height: calc(100vh - 126px);
	overflow-y: auto;
}

.sp-right {
	flex: 40% 0 0;
	width: 40%;
}

.spl-header {
	margin-bottom: 10px;
}

.spl-header h3 {
	margin: 0;
	font-weight: 600;
}

.spl-pizza-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.spl-pizza-items {
	flex: calc(100% / 3) 0 0;
	width: calc(100% / 3);
	padding: 0 10px;
	margin: 15px 0;
	transition: all 0.3s linear;
}

.spl-img {
	position: relative;
	padding: 2px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 15px;
}

.spl-img img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s linear;
}

.spl-pizza-items.selected .spl-img {
	border-color: #ea3812;
	padding: 5px;
}

.spl-pizza-items:hover .spl-img img {
	transform: scale(0.99);
	transition: all 0.3s linear;
}

.spl-name {
	text-align: center;
	margin-top: 3px;
}

.spl-name p {
	font-size: 15px;
	margin-bottom: 0;
}

.spl-name span {
	color: #6d6d6d;
	font-size: 14px;
}

.spl-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	background: rgb(255 255 255 / 85%);
	transition: all 0.15s linear;
}

.spl-pizza-items.selected .spl-overlay {
	opacity: 1;
	visibility: visible;
	transition: all 0.15s linear;
}

.spl-pizza-items.selected-left .spl-overlay {
	right: 0;
	left: auto;
}

.spl-pizza-items.selected-right .spl-overlay {
	right: auto;
	left: 0;
}

.spr-pizza-mockup {
	position: relative;
	width: 100%;
}

.pizza-mockup {
	position: relative;
	width: 100%;
	height: 100%;
}

.pizza-base {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.left-base {
	left: 0;
	border-radius: 50px 0 0 50px;
}

.right-base {
	right: 0;
	border-left: 1px solid #fff;
	border-radius: 0 50px 50px 0;
}

.pizza-base img {
	position: absolute;
	height: 100%;
	top: 0
}

.left-base img {
	left: 0;
}

.right-base img {
	right: -50px;
}

.ProductdeliModal button.close {
	font-weight: 400;
}

.spr-pizza-wrap {
	max-width: 75%;
	margin: 0 auto;
}

.spr-detail-wrap {
	margin: 25px auto;
	min-height: 240px;
}

.spr-detail-items {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px rgb(6 5 50 / 20%), 0px -1px 0 rgb(6 5 50 / 5%);
}

.spr-left {
	flex: 68px 0 0;
	width: 68px;
}

.spr-right {
	flex: calc(100% - 68px) 0 0;
	width: calc(100% - 68px);
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.empty-text {
	font-size: 16px;
}

.spr-detail-items.active .empty-text {
	display: none;
}

.spr-pizza-detail {
	position: relative;
	display: none;
}

.spr-detail-items.active .spr-pizza-detail {
	display: block
}

.spr-pizza-detail .tradiTags a {
	display: inline-flex;
	padding: 0 2px;
	align-items: center;
	color: #333;
}

.spr-pizza-detail .ing_name {
	font-size: 12px !important;
}

.spr-pizza-detail .cross .fa-times,
.spr-pizza-detail .cross .fa-undo {
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	width: 15px;
	height: 15px;
	margin-right: 2px;
}

.spr-pizza-detail .cross .fa-undo {
	font-size: 9px;
	padding-left: 1px;
}

.spr-pizza-name {
	margin: 5px 0;
	padding-right: 20px;
	font-size: 16px;
}

.spr-pizza-detail .addressValue {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	display: inline-flex;
}

.spr-pizza-detail .addressValue a {
	display: inline-flex;
	text-decoration: none;
	color: #555;
	transition: all 0.15s linear;
}

.spr-pizza-detail .addressValue a:hover {
	color: #333;
	transition: all 0.15s linear;
}

.spr-pizza-detail .addressValue .dropdown-menu {
	left: auto;
	right: -5px;
	top: 24px;
	padding: 10px;
	border-radius: 10px;
	margin: 0;
	box-shadow: none;
}

.spr-pizza-detail .addressValue .dropdown-menu li {
	line-height: normal;
	display: flex;
	justify-content: space-between;
}

.spr-pizza-detail .nutrition-facts {
	margin-bottom: 5px;
	font-size: 11px;
}

.spr-pizza-detail .nutrition-name,
.spr-pizza-detail .nutrition-value {
	color: #fff;
	font-size: 12px;
}

.spr-detail-pizza-mockup {
	position: relative;
	overflow: hidden;
}

.spr-choice-wrap #style .btn-group.btn-group-toggle {
	display: flex;
}

.spr-choice-wrap #style .btn-group .btn-primary {
	flex: auto 1 1;
	margin: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spr-choice-wrap #style .btn-group .btn-primary p {
	margin: 0;
	font-size: 12px;
}

.spr-choice-wrap #style .btn-group .btn-primary.active img {
	position: initial;
}

.p-size {
	margin: -10px -10px 10px -10px;
	background: #f2f2f2;
	padding: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}

.spr-submit-btn.stagefour {
	padding: 15px 0;
	width: calc(40% - 30px);
	z-index: 2;
}

.spr-submit-btn.stagefour .addTo {
	white-space: normal;
}

.spr-left-item.active .spl-overlay {
	opacity: 1;
	right: 0;
	visibility: visible;
	transition: all 0.15s linear;
}

.spr-right-item.active .spl-overlay {
	opacity: 1;
	left: 0;
	visibility: visible;
	transition: all 0.15s linear;
}

@media(max-width: 991px) {
	.split-pizza-modal .modal-dialog {
		max-width: 970px;
		width: 100%;
		padding: 0 20px;
	}

	.spr-submit-btn.stagefour {
		padding: 15px 0;
		width: calc(40% - 45px);
	}

	.spr-submit-btn.stagefour .addTo {
		font-size: 14px;
	}

	.spl-pizza-items {
		margin: 7px 0;
	}
}

@media(max-width: 767px) {
	.spr-submit-btn.stagefour {
		left: auto;
	}

	.split-pizza-modal {
		padding-right: 0 !important;
	}

	.split-pizza-modal .modal-dialog {
		margin: 20px auto;
	}

	.split-pizza-modal .modal-content {
		max-height: calc(100vh - 40px);
		border-radius: 6px;
	}

	.spl-pizza-items {
		margin: 5px 0;
	}

	.sp-left {
		flex: 50% 0 0;
		width: 50%;
	}

	.sp-right {
		flex: 50% 0 0;
		width: 50%;
	}

	.spl-pizza-items {
		flex: calc(100% / 2) 0 0;
		width: calc(100% / 2);
	}

	.spr-submit-btn.stagefour {
		width: calc(50% - 55px);
	}
}

@media(max-width: 575px) {
	.spl-header h3 {
		padding-right: 15px;
		font-size: 20px;
	}

	.split-pizza-wrap {
		flex-direction: column;
	}

	.spl-pizza-box {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		height: 191px;
	}

	.spl-pizza-box::-webkit-scrollbar {
		height: 6px;
		background-color: #F5F5F5;
	}

	.spl-pizza-box::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
	}

	.spl-pizza-box::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		background-color: #F5F5F5;
	}

	.spl-pizza-items {
		flex: 140px 0 0;
		width: 140px;
	}

	.sp-left,
	.sp-right {
		flex: 100% 0 0;
		width: 100%;
		padding: 10px;
	}

	.sp-left {
		max-height: none;
		overflow: initial;
	}

	.sp-right {
		max-height: calc(100vh - 320px);
		overflow-y: auto;
	}

	.spr-submit-btn.stagefour {
		width: calc(100% - 35px);
	}

	.split-pizza-modal .modal-dialog {
		margin: 0;
		padding: 0;
		height: 100vh;
	}

	.split-pizza-modal .modal-content {
		max-height: none;
		border-radius: 0;
		height: 100%;
	}

	.spl-name p,
	.spl-name span {
		display: block;
		margin-bottom: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.spr-pizza-wrap {
		max-width: 140px;
		margin: 0 auto;
	}

	.spr-detail-wrap {
		margin: 15px auto;
		min-height: auto;
	}

	.split-pizza-modal .stagefour .addTo {
		width: 100% !important;
	}
}



.post-wrap {
	margin-bottom: 30px;
}

.burger-section .row .post-slide {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.161);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.161);
}

/*.post-slide .like-button {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	cursor: pointer;
}*/

.product-info {
	padding: 0 10px;
}

/* .post-slide .post-img {
	height: 233px;
	width: 100%;
} */

.favorite {
	color: red;
}

/* css for city modal favorite icon*/
.mainCitystyle li {
	padding-right: 30px;
	position: relative;
}

.fav-store-list {
	position: absolute;
	right: 30px;
}

#open_app_popup {
	padding: 18px 15px 9px;
	background: #f5f2f2;
	visibility: hidden;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -10px 0 12px 0;
}

.app-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.app-info b {
	max-width: 160px;
	width: 100%;
}

.app-info img {
	margin-right: 12px;
	max-width: 56px;
	-webkit-box-flex: 56px;
	-ms-flex: 56px 0 0px;
	flex: 56px 0 0;
}

.open_app_btn {
	background: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	color: #f26522;
	border: 1px solid #f26522;
	padding: 5px 15px;
	margin: 0 2px;
}

.close-bar-btn {
	-webkit-box-flex: 25px;
	-ms-flex: 25px 0 0px;
	flex: 25px 0 0;
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.open_app_close {
	color: #ada9a9;
	background: none;
	border: none;
	float: right;
	font-size: 20px;
	margin-right: 5px;
	margin-left: -5px;
}

.open_app_text {
	padding-top: 5px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#open_app_popup {
		visibility: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

}

.btn404-bg {
	background-color: #0a0a0a;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	/*outline: none;*/
	border: none;
}

.f2 {
	color: #fff100 !important;
}

.container404 {
	margin-top: 20px !important;
}

.company_logo404 {
	width: 80px;
	padding: 7px 0;
	margin-left: 590px;
}

@media screen and (max-width: 390px) {

	.company_logo404 {
		margin-left: 140px !important;
	}
}



.stagefourOffer {
	margin: 0;
}

@media only screen and (min-width: 1100px) {
	.stagefourOffer {
		margin: 0;
		position: absolute;
		bottom: 15px;
		width: 94%;
	}
}

.stagefourOffer .addTo {
	width: 100%;
	font-size: 17px;
	background: #ea3812;
	color: #fff;
	border-radius: 50px;
	padding: 10px 40px;
}

.__offer_scroll {
	height: 350px;
	overflow-y: auto;
	position: relative;
}

#selectOfferOrder .modal-content {
	min-height: 700px !important;
}

#selectOfferOrder .stageMainDiv {
	height: 630px !important;
}

.__select_item {
	padding: 5px;
	border: 2px solid #e3e3e3;
	border-radius: 5px;
	margin: 30px;
	cursor: pointer;
}

.__select_item.active {
	border: 2px solid #f48080;
}

.__item_name {
	padding-top: 5px;
}

.item_card {
	width: 150px;
	height: 200px;
	margin-bottom: 12px;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.mainPostImgOffer {
	padding-top: 20px;
}

.deal {
	position: relative;

}

.deal .cross-button {
	color: #e3e3e3;
	font-size: 20px;
	cursor: pointer;
	border-radius: 10rem;
	background-color: transparent;
	border: transparent;
	position: absolute;
	right: 55px;
	top: 35px;
}

.__reset_offer i {
	color: red;
}

.mainPostImg1 {
	padding: 5px;
}

.red {
	color: red;
}

.green {
	color: green;
}

.d-none {
	display: none;
}

.__reward_points,
.__reward_redeem {
	font-size: 13px;
}

.font-semi {
	font-weight: 600 !important;
	font-size: 20px !important;
}

.font-medium {
	font-weight: 700 !important;
}</pre></body></html>