@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	padding: 0px;
	margin: 0px;
}

.navbar-light {
	background-color: #fff;
}

.navbar-toggler {
	padding: 0px;
	border: 0px;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler {
	font-size: 14px;
}

.lang-cart-search li.lcs-icon a svg {
	font-size: 10px;
}

.navbar-toggler-icon,
.lang-icon,
.cart-icon,
.search-icon {
	display: inline-block;
	width: 28px;
	height: 38px;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
}

.tgl3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	margin: 0;
	width: 36px;
	height: 22px;
	border-radius: 16px;
	transition: background-position 0.4s ease, background-color 0.4s ease;
	background-color: #fff;
	border: 2px solid #a7a9ac;
	background-image: url(../images/toggle-circle.svg);
	background-repeat: no-repeat;
	background-position: top 1px left 2px;
	background-size: 16px 16px;
	cursor: pointer;
}

.tgl3:checked {
	background-position: top 1px left 14px;
}

.tgl3:focus {
	outline: 0;
}

.tgl3::-ms-check {
	visibility: hidden;
}

.main-title {
	line-height: 1;
	color: #000;
}

.main-title h4 {
	font-size: 20px;
	margin-bottom: 0px;
}

.product-search {
	padding-top: 35px;
}

.food-type-switch p {
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

.main-title label {
	font-size: 14px;
	color: #8a8989;
}

.product-search hr {
	border-color: #231f20;
}

.green-title,
.small-green-title {
	color: #00873c;
}

.small-green-title h4 {
	font-size: 20px;
}

hr {
	border-color: #000;
	margin-top: 10px;
}

.dashed {
	border-style: dashed;
	border-color: #8a8989;
}

.bill-amount h4 {
	font-size: 20px;
	margin-bottom: 0px;
}

.rf-details .card-title {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.rf-details .card-body .price-of-item {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

button.add-to-card-btn,
button.add-multi-s {
	background-color: #00873c;
	border: 0px;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 10px;
}

button.add-multi-s {
	padding: 5px 15px;
}

.rf-details .card-body .price-of-item {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.rf-details .card .img-rounded {
	border-radius: 5px;
}

.bor-0 {
	border: 0px;
}

.non-veg-icon img {
	height: 8px;
}

.main-sub {
	font-size: 12px;
	color: #000;
	text-indent: 10px;
	margin-bottom: 0px;
}

.line-1 {
	line-height: 1;
}

.product-search .row .col-12 .rf-details .card .card-body {
	padding: 0px;
}

.product-search .row .col-12 .rf-details {
	padding-bottom: 15px;
}

.t-in-0 {
	text-indent: 0px;
}

.product-search .item-availability {
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 1;
	color: #000;
}

.main-title h4 {
	text-transform: uppercase;
}

footer.sticky-cart {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #00873c;
	color: #fff;
	text-align: center;
	z-index: 9999;
}

footer.sticky-cart .footer-text {
	margin-bottom: 0px;
}

button.floating-cart {
	background-color: transparent;
	border: 0px;
	padding: 0px 15px;
}

button:focus {
	outline: 0px;
}

.un-listed {
	list-style: none;
}

.fl-menu-item .fl-menu-link button {
	width: 100%;
	background-color: transparent;
	border: 0px;
	text-align: left;
}

#floating-popup .modal-dialog,
#floating-popup-2 .modal-dialog {
	margin: 0 auto;
	max-height: 300px;
	width: 250px;
	overflow: auto;
	background: #fff;
}

#floating-popup-2 .modal-dialog {
	width: 350px;
	max-height: 400px;
}

.floating-menu-items ul.fl-menu-item li.fl-menu-link {
	margin-bottom: 10px;
}

.floating-menu-items ul.fl-menu-item li.fl-menu-link:last-child {
	margin-bottom: 0px;
}

#floating-popup .modal-content {
	border-radius: 0px;
}

#floating-popup-2 .modal-dialog {
	transform: translate3d(0, 22vh, 0);
}

#floating-popup .modal-dialog {
	transform: translate3d(0, 55vh, 0);
}

.modal-title h5.card-title {
	font-size: 18px;
}

.modal-title span.price-of-item {
	font-size: 14px;
}

.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading {
	background-color: #009688;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 0;
}

.panel-title a {
	display: block;
	color: #fff;
	padding: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	-webkit-transition: border-radius 0.3s linear 0.2s;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	-webkit-transition: border-radius linear 0s;
	transition: border-radius linear 0s;
}


/* #bs-collapse icon scale option */

.panel-heading a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	right: 5px;
	top: 10px;
	font-size: 24px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.panel-heading.active a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#bs-collapse .panel-heading a:after {
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	right: 5px;
	top: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
	content: '\e909';
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* #accordion rotate icon option */

#accordion .panel-heading a:before {
	font-size: 12px;
	color: #a7a9ac;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	right: 5px;
	top: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.rf-accordian .panel-title a {
	padding: 0px;
}

.sp-30 {
	height: 30px;
}

.sp-50 {
	height: 50px;
}

.rf-accordian .panel-heading {
	background-color: transparent;
}

footer.sticky-cart {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Language Select */

.language-dropdown {
	display: inline-block;
	position: relative;
}

.language-dropdown .lang-en .flag {
	background-image: url("../images/lang-icon.svg");
}

.language-dropdown .lang-tk .flag {
	background-image: url("../images/flag-turkey.svg");
}

.language-dropdown .lang-rs .flag {
	background-image: url("../images/flag-russia.svg");
}

.language-dropdown .lang-az .flag {
	background-image: url("../images/flag-azari.svg");
}

.language-dropdown label {
	width: 28px;
	height: 38px;
	margin-bottom: 0px;
}

.language-dropdown ul li {
	box-sizing: border-box;
	display: block;
	width: 100px;
	height: 38px;
	background: #fff;
	cursor: pointer;
}

.language-dropdown ul.lang-list {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	left: -40px;
	padding: 5px;
	border: 1px solid #ececec;
	margin: 0;
	background-color: #fff;
}

.language-dropdown ul.lang-list li {
	border-bottom: 1px solid #d0cfcf;
	line-height: 35px;
}

.language-dropdown ul.lang-list li:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.language-dropdown ul.lang-list li.selected {
	display: none;
}

.language-dropdown .lang-flag .flag,
.language-dropdown .lang-list .lang .flag {
	float: left;
	width: 40px;
	height: 100%;
	cursor: pointer;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: center;
}

.language-dropdown .lang-flag .flag {
	width: 28px;
}

.language-dropdown.open ul.lang-list {
	visibility: visible;
	opacity: 1;
}

.language-dropdown.open label {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.animate,
.lang-flag,
.lang-list {
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


/* 02-07-2020 */

button.search-icon {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

.bg-main {
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.inner-title h4 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.inner-header {
	padding-top: 10px;
	padding-bottom: 0px;
}

.previous-button .btn-prevpage {
	background-color: transparent;
	border: 0px;
	color: #58595b;
}

.title-bar-sub h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 0px;
}

.title-bar,
.confirm-btn {
	background-color: #00873c;
	width: 100%;
	border: 0px;
}

.title-bar h4,
.confirm-btn h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: .5px;
}

.title-bar-icon .fas {
	font-size: 35px;
	margin-top: -6px;
	color: #fff;
}

.ordered-items,
.order-form-elements {
	padding: 10px 0px;
}

.ordered-items .rf-details .card .card-body {
	padding-bottom: 0px;
}

.ordered-items .rf-details:last-child {
	padding-bottom: 15px;
}

.order-form-elements .form-group .form-control {
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #d1d4d7;
	border-radius: 0px;
	color: #000;
}

.order-form-elements .form-group .col-form-label {
	padding-left: 0px;
	padding-right: 0px;
	color: #495057;
}

.price-of-item button:focus,
.order-form-elements .form-group .form-control:focus {
	outline: 0px;
	box-shadow: none;
}

.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.txt1 {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

.size2 {
	width: calc(100% - 60px);
}

.txt1 {
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}

.address-wrap-body .fas {
	color: #000;
}

.flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.address-wrap {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #f3f0f0;
}

.address-wrap-header {
	display: flex;
	padding: 5px 0px 10px;
}

.address-wrap-header h4.heading {
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 500;
}

.txt2 {
	font-size: 15px;
	line-height: 1.6;
	color: #999;
}

.txt2 {
	font-size: 15px;
	line-height: 1.6;
	color: #999;
}

.price-of-item button {
	color: #676b6a;
	cursor: pointer;
	text-decoration: none;
	width: 32px;
	height: 30px;
	float: left;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	border: 0px;
}

.price-of-item input {
	border: 1px solid #7f7f81;
	margin: 0;
	width: 30px;
	background-color: transparent;
	height: 30px;
	line-height: 12px;
	text-align: center;
	color: #f37323;
	font-size: 12px;
	border-radius: 50%;
	padding: 0px;
}

.wan-spinner {
	border: 0px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

.form-group .apply-coupon-element input.form-control {
	border-bottom: 0px;
}

.apply-coupon-element {
	display: flex;
	border-bottom: 1px solid;
}

.btn-apply {
	line-height: 25px;
}

.coupon-box {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #f9f6f6;
	border-radius: 12px;
	-webkit-box-shadow: -1px 6px 11px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: -1px 6px 11px 0px rgba(0, 0, 0, 0.11);
	box-shadow: -1px 6px 11px 0px rgba(0, 0, 0, 0.11);
}

.coupon-icon img {
	border-radius: 50%;
	-webkit-box-shadow: 4px 6px 11px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 4px 6px 11px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 4px 6px 11px 0px rgba(0, 0, 0, 0.11);
}

.coupon-title {
	font-size: 18px;
}

.coupon-code-title {
	padding-top: 10px;
	line-height: 1;
}

.coupon-code-title label {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	color: #6c757d;
}

.coupon-code-title h5 {
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 0;
}


/* TOGGLE STYLING */

.toggle {
	margin: 15px 0 1.5rem;
	box-sizing: border-box;
	font-size: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.toggle input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}

.toggle input+label {
	margin: 0;
	padding: .75rem 2rem;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 1px #DDD;
	background-color: #FFF;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
	-webkit-transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
	transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.toggle input+label:first-of-type,
.toggle input+label:nth-of-type(2) {
	border-right: none;
	border: 3px solid #00873c;
	margin-right: 5px;
}

.toggle input+label:last-of-type {
	border-left: none;
	border: 3px solid #00873c;
}

.toggle input:hover+label {
	border-color: #213140;
}

.toggle input:checked+label {
	background-color: #00873c;
	color: #FFF;
	border-color: #00873c;
	z-index: 1;
}

.toggle input:focus+label {
	outline: dotted 1px #CCC;
	outline-offset: .45rem;
}

@media (max-width: 800px) {
	.toggle input+label {
		padding: .40rem .25rem;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.block {
	width: 100%;
	height: 100vh;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

.block .empty-cart {
	width: 100%;
	position: absolute;
	margin: 0;
	top: 50%;
	text-align: center;
	font-size: 1rem;
	transform: translateY(-50%);
	font-weight: normal;
}

.block .empty-cart .empty-cart-text {
	font-size: 25px;
	font-weight: 600;
	margin-top: 20px;
}

.block .empty-cart .empty-cart-text h5 {
	font-weight: 800;
	color: #048643;
	letter-spacing: 1px;
	margin-top: 5px;
}

.form-container {
	padding-top: 40%;
}

.form-elements {
	margin-left: auto;
	width: 250px;
	margin-right: auto;
	margin-top: 20px;
}

.form-elements .input-group-text,
.form-elements input.form-control {
	background-color: #fff;
	border: 0px;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}

.form-elements .input-group-text .fas {
	color: #f37424;
}

.form-elements .input-group-prepend .input-group-text {
	padding: 0;
}

.form-elements button.submit-circle {
	background-color: #00873c;
	border: 0px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50%;
	margin: 0 auto;
}

.search-icon {
	font-size: 25px;
	color: #A7A9AC;
}

.search-container .card {
	margin-top: 10px;
}

.search-container .input-group-prepend .input-group-text {
	background-color: transparent;
	margin-left: 10px;
	color: #00873c;
}

.main-slider {
	height: auto;
	min-height: 350px;
	padding-bottom: 30px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/slider-bg.jpg);
}

section.about-us,
section.scan-or-click,
.contact-us-title,
.contact-us,
.dmenu-provides,
.decord-menu-advantages,
.decord-menu-advantages,
.come-get-order,
.scan-qr-code,
.data-collection,
.direct-selling,
.take-away-order {
	width: 100%;
	min-height: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}

section.scan-or-click .slider-text,
section.decord-menu-advantages .slider-text,
section.data-collection .container .col-12 .slider-text,
section.direct-selling .container .col-12 .slider-text {
	padding-top: 0px;
	margin-bottom: 30px;
}

section.take-away-order .container .col-12 .slider-text {
	padding-top: 0px;
	margin-bottom: 0px;
}

.scan-or-click,
.take-away-order {
	background-color: #048643;
}

.data-collection,
.contact-us-title {
	background-color: #373737;
}

.data-collection .slider-text h1 {
	font-size: 30px;
}

.data-collection .slider-text p,
section.take-away-order .container .col-12 .slider-text p {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: .5px;
}

.scan-or-click .container .col-12 .slider-text h1 {
	font-size: 28px;
}

.decord-menu-advantages .container .col-12 .slider-text h1 {
	color: #048643;
	font-size: 35px;
}

.direct-selling .container .col-12 .slider-text h1 {
	font-size: 25px;
	color: #048643;
}

section.take-away-order .container .col-12 .slider-text h1 {
	font-size: 25px;
}

.scan-qr-code {
	background-color: #f1f2f2;
}

.decord-menu-advantages .text-box {
	padding-left: 15px;
}

.decord-menu-advantages .text-box ul li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #212529;
}

.slider-text {
	padding-top: 120px;
	text-align: center;
}

.slider-text h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .5px;
}

.slider-img {
	text-align: center;
}


/*-- About, --*/

.text-box {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.text-box h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	color: #00873C;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .5px;
}

.text-box h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 500;
	letter-spacing: .5px;
}

.image-container {
	text-align: center;
	margin-bottom: 10px;
}

.divider {
	margin-top: 20px;
	margin-bottom: 20px;
}

button.add-multi-s .add-to-plus {
	position: absolute;
	top: 1px;
	right: 20px;
	line-height: 1;
}

button.add-multi-s .add-to-plus:before {
	content: "+";
	display: block;
}

.modal-title .card-title,
.price-of-item {
	color: #000;
}

input[type='radio']:after {
	width: 18px;
	height: 18px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #00873c;
}

input[type='radio']:checked:after {
	border-radius: 15px;
	position: relative;
	background-color: #00873c;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #00873c;
}

.item-quantity .form-check label.form-check-label {
	padding-left: 10px;
}

.add-to-cart-bar {
	width: 100%;
}

.clr-green {
	color: #00873c;
}

.add-to-cart-bar button {
	color: #fff;
	background-color: #00873c;
	border: 0px;
	padding: 5px 10px;
	border-radius: 5px;
}


/**/

.btn-toggle {
	padding: 0;
	position: relative;
	border: none;
	height: 1.7rem;
	width: 3.2rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: #fff;
	border: 2px solid #adb5bd;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
	outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
	line-height: 1.5rem;
	width: 6rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: .5px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
}

.btn-toggle:before {
	content: 'Veg Only';
	left: -6rem;
}

.btn-toggle>.handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #adb5bd;
	transition: left .25s;
}

.btn-toggle.active {
	transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
	left: 1.6875rem;
	transition: left .25s;
	background: #fff;
}

.btn-toggle.btn-sm:before {
	text-align: right;
}

.btn-toggle.btn-sm.active:before {
	opacity: 0;
}

.btn-toggle:before,
.btn-toggle:after {
	color: #000;
}

.btn-toggle.active {
	background-color: #00873c;
	border-color: #00873c;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
	outline: none;
}

.btn-toggle.btn-xs.active {
	transition: background-color 0.25s;
}

.btn:focus,
.btn.focus {
	outline: 0px;
	box-shadow: none;
}

.main-nav .toggler-icon {
	width: 15%;
}

.main-nav .nav-logo {
	width: 60%;
}

.main-nav .lang-cart-search {
	width: 25%;
}

.main-nav .lang-selection,
.main-nav .search-container {
	width: 50%;
	float: left;
}

.toggler-ico {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.nav-brand-logo {
	-ms-flex: 0 0 60%;
	flex: 0 0 50%;
	max-width: 50%;
}

.nav-icon-links {
	-ms-flex: 0 0 30%;
	flex: 0 0 40%;
	max-width: 40%;
}

.rf-details .price-of-item button {
	width: 32px;
	height: 18px;
	line-height: 15px;
}

.rf-details .price-of-item input {
	width: 22px;
	height: 22px;
	line-height: 12px;
	font-size: 10px;
}

.main-title label input:focus {
	outline: 0px;
}

.scan-or-click .slider-img {
	position: relative;
}

.qr-ytd-container {
	position: relative;
	width: 100%;
	height: 100%!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.qr-ytd-container .qrc-and-frame {
	position: absolute;
	width: 138px;
	top: 0;
	padding: 40% 0 35% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.qrc-image {
	margin-bottom: 40px;
	width: 85%;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
}

.menu-ytd-frame {
	margin-bottom: 20px;
}

.order-payment-details .row {
	margin-bottom: 10px;
}

.order-payment-details label.main-sub {
	text-indent: 0px;
	font-size: 15px;
}

.dmenu-provides {
	background-color: #212529;
}

.dmenu-provides .slider-text,
.contact-us-title .slider-text {
	padding-top: 0px;
}

.contact-us-title .slider-text h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.dmenu-provides .slider-text h1,
.contact-us-title .slider-text h1 {
	font-size: 22px;
	margin-bottom: 0px;
}

.order-item-link .item-order-no {
	font-size: 16px;
	color: #01873d;
	font-weight: bold;
	margin-top: 10px;
}

.order-item-link .ordered-items {
	font-size: 11px;
	color: #92969a;
}

.login-icon a .far {
	font-size: 30px;
	margin-top: 5px;
	color: gray;
}

.order-item-link .price-of-item {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.order-item-link {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.next-page-link .fas {
	color: #000;
}

.next-page-link {
	line-height: 60px;
	height: 60px;
}

a.order-items-link:hover {
	text-decoration: none;
}

.price-of-item .fas {
	font-size: 12px;
}

.footer-top {
	background-color: #373737;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-bottom {
	background-color: #231F20;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-text-box .ft-enevelope,
.footer-text-box .ft-telephone {
	vertical-align: middle;
}

.footer-text-icon,
.footer-text-label {
	display: inline;
	display: inline-block;
	vertical-align: top;
}

.footer-logo img {
	height: 80px;
	margin-bottom: 30px;
}

.footer-text-label {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 57px);
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	text-align: justify;
}

.footer-text-box {
	margin-bottom: 10px;
}

footer .footer-top .container {
	width: 90%;
}

.footer-text-icon img {
	height: 30px;
}

.footer-text-label label {
	color: grey;
}


/* Menu */

#toggle {
	display: block;
	width: 28px;
	height: 30px;
	margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #888;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}


/* on activation */

#toggle.on span {
	background-color: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
	opacity: 1;
	visibility: visible;
}


/* menu appearance*/

#menu {
	position: absolute;
	color: #999;
	width: 92%;
	right: auto;
	left: auto;
	padding: 10px;
	margin: 40px 5px 0px 0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	text-align: center;
	border-radius: 4px;
	background: white;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	/* just for this demo */
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}

#menu:after {
	position: absolute;
	top: -15px;
	left: 10px;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid white;
}

#menu ul,
#menu ul li,
#menu ul li a {
	list-style: none;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

#menu li a {
	padding: 10px;
	color: #048643;
	text-decoration: none;
	transition: all .2s;
	text-align: left;
}

#menu li a:hover,
#menu li a:focus {
	background: #1ABC9C;
	color: #fff;
}

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


/* Track order progress bar */

.step-progress {
	position: relative;
	padding-left: 45px;
	list-style: none;
}

.step-progress::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 10px;
	height: 100%;
	border-left: 4px solid #ccc;
}

.step-progress-item {
	position: relative;
	counter-increment: list;
	padding-top: 10px;
	padding-left: 15px;
}

.step-progress-item:not(:last-child) {
	padding-bottom: 50px;
}

.step-progress-item::before {
	display: inline-block;
	content: '';
	position: absolute;
	left: -30px;
	height: 100%;
	width: 10px;
}

.step-progress-item::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -42px;
	width: 27px;
	height: 27px;
	border: 4px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
}

.step-progress-item.is-done::before {
	border-left: 4px solid #00873c;
}

.step-progress-item.is-done::after {
	font-size: 20px;
	color: #fff;
	text-align: center;
	border: 8px solid #00873c;
}

.step-progress-item.current::before {
	border-left: 2px solid #00873c;
}

.step-progress-item.current::after {
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	top: 0;
	left: -36px;
	font-size: 14px;
	text-align: center;
	color: #00873c;
	border: 2px solid #00873c;
	background-color: white;
}

.step-progress strong {
	display: block;
}

.feedback-form {
	padding: 10px 0px;
}

.rating {
	margin: auto;
	background: #fff;
	padding: 1em;
	border-radius: 3px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.rating__title {
	text-align: center;
	font-weight: 700;
	display: block;
}

.rating__list {
	max-width: 300px;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1em 0;
}

.rating__input {
	display: none;
}

.rating__label {
	padding: 5px 3px;
	font-size: 26px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .7;
	cursor: pointer;
}

.rating__label.active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
}

.rating__label:hover {
	-webkit-filter: grayscale(0.84);
	filter: grayscale(0.84);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 100ms ease;
	transition: 100ms ease;
}

.feedback {
	width: 100%;
	display: none;
}

.feedback textarea,
.feedback input {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: .5em auto;
	padding: .5em;
	font-family: inherit;
	border: 1px solid #d1d2d7;
	border-radius: 3px;
}

.feedback textarea:focus,
.feedback textarea:active,
.feedback input:focus,
.feedback input:active {
	border-color: #00873c;
	box-shadow: 0px 0px 0px 3px rgba(0, 135, 60, 0.24);
	-webkit-transition: 100ms;
	transition: 100ms;
	outline: 0;
}

.feedback textarea {
	height: 100px;
}

.feedback button {
	margin: 1em auto;
	display: table;
	text-align: center;
}

.feedback button:focus,
.feedback button:active {
	outline: 0;
}

.cb911_logo {
	width: 250px;
	position: absolute;
	top: 1em;
	left: 50%;
	margin-left: -125px;
}

button {
	color: #ecedef;
	background-color: #9a9da8;
	border-radius: 3px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	border: 0;
	padding: 9px 15px;
	font-size: 15px;
}

button.not-disabled {
	color: white;
	background-color: #00873c;
	text-shadow: 0px 1px 1px #015a29;
	cursor: pointer;
}

button.not-disabled:hover {
	background-color: #00873c;
	-webkit-transition: 100ms;
	transition: 100ms;
}

.contact-us .input-group-prepend .input-group-text {
	background-color: transparent;
}

.contact-us .input-group-prepend,
.contact-us .input-group-prepend .input-group-text,
.contact-us .input-group input,
.contact-us .input-group textarea {
	border: 0px;
}

.contact-us .input-group input:focus,
.contact-us .input-group textarea:focus {
	outline: 0px;
	box-shadow: none;
	border: 0px;
}

.contact-us .input-group {
	border: 1px solid #ced4da;
}

.contact-us .input-group-prepend {
	width: 38px;
}

.form-elements .input-group select {
	padding-left: 10px;
	border: 0px;
	border-bottom: 1px solid;
}

.form-custom-check label.checkbox {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 1rem;
	cursor: pointer;
	margin-bottom: 0px;
}

.form-custom-check label.checkbox input[type="checkbox"] {
	display: none;
}

.form-custom-check label.checkbox input[type="checkbox"]:checked+span {
	opacity: 1;
}

.form-custom-check label.checkbox::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 2px;
	border: 2px solid #00873c;
}

.form-custom-check label.checkbox span {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 4px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 500ms ease;
}

.form-custom-check label.checkbox span::before {
	position: absolute;
	content: '';
	left: 11px;
	width: 3px;
	height: 11px;
	background-color: #00873c;
}

.form-custom-check label.checkbox span::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 7px;
	width: 4px;
	height: 3px;
	background-color: #00873c;
}

.item-check-wrap {
	display: flex;
	padding-top: 15px;
}

.item-check-wrap h5.card-title {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
	color: black;
}

.item-check-wrap span.price-of-item {
	padding-left: 10px;
	font-size: 14px;
	font-weight: 500;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	display: none;
}

.top-picks-carousel .rf-details label {
	font-size: 13px;
}

.bill-waiter {
	display: flex;
	float: right;
}

.bill-waiter button.bw-btn {
	border: 0px;
	background-color: transparent;
	padding: 0px 5px;
}

.bill-waiter button img {
	height: 45px;
}

.cart-waiter-search .bill-waiter button img {
	height: 40px;
}

.d-flex-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-nav-mob .toggler-ico {
	width: 10%;
}

.main-nav-mob .brand-wrap {
	width: 50%;
}

.main-nav-mob .cart-waiter-search {
	width: 40%;
	display: flex;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.address-wrap-body input[type='checkbox'],
	.address-wrap-body input[type='radio'] {
		--active: #00873c;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, .3);
		--border: #00873c;
		--border-hover: #00873c;
		--background: #fff;
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		-webkit-transition: background .3s, border-color .3s, box-shadow .2s;
		transition: background .3s, border-color .3s, box-shadow .2s;
	}
	.address-wrap-body input[type='checkbox']:after,
	.address-wrap-body input[type='radio']:after {
		content: '';
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		-webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	}
	.address-wrap-body input[type='checkbox']:checked,
	.address-wrap-body input[type='radio']:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
	.address-wrap-body input[type='checkbox']:disabled,
	.address-wrap-body input[type='radio']:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: .9;
	}
	.address-wrap-body input[type='checkbox']:disabled:checked,
	.address-wrap-body input[type='radio']:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}
	.address-wrap-body input[type='checkbox']:disabled+label,
	.address-wrap-body input[type='radio']:disabled+label {
		cursor: not-allowed;
	}
	.address-wrap-body input[type='checkbox']:hover:not(:checked):not(:disabled),
	.address-wrap-body input[type='radio']:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	.address-wrap-body input[type='checkbox']:focus,
	.address-wrap-body input[type='radio']:focus {
		box-shadow: 0 0 0 var(--focus);
	}
	.address-wrap-body input[type='checkbox']:not(.switch),
	.address-wrap-body input[type='radio']:not(.switch) {
		width: 21px;
	}
	.address-wrap-body input[type='checkbox']:not(.switch):after,
	.address-wrap-body input[type='radio']:not(.switch):after {
		opacity: var(--o, 0);
	}
	.address-wrap-body input[type='checkbox']:not(.switch):checked,
	.address-wrap-body input[type='radio']:not(.switch):checked {
		--o: 1;
	}
	.address-wrap-body input[type='checkbox']+label,
	.address-wrap-body input[type='radio']+label {
		font-size: 14px;
		line-height: 21px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 4px;
	}
	.address-wrap-body input[type='checkbox']:not(.switch) {
		border-radius: 7px;
	}
	.address-wrap-body input[type='checkbox']:not(.switch):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		-webkit-transform: rotate(var(--r, 20deg));
		transform: rotate(var(--r, 20deg));
	}
	.address-wrap-body input[type='checkbox']:not(.switch):checked {
		--r: 43deg;
	}
	.address-wrap-body input[type='checkbox'].switch {
		width: 38px;
		border-radius: 11px;
	}
	.address-wrap-body input[type='checkbox'].switch:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background: var(--ab, var(--border));
		-webkit-transform: translateX(var(--x, 0));
		transform: translateX(var(--x, 0));
	}
	.address-wrap-body input[type='checkbox'].switch:checked {
		--ab: var(--active-inner);
		--x: 17px;
	}
	.address-wrap-body input[type='checkbox'].switch:disabled:not(:checked):after {
		opacity: .6;
	}
	.address-wrap-body input[type='radio'] {
		border-radius: 50%;
	}
	.address-wrap-body input[type='radio']:after {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		background: var(--active-inner);
		opacity: 0;
		-webkit-transform: scale(var(--s, 0.7));
		transform: scale(var(--s, 0.7));
	}
	.address-wrap-body input[type='radio']:checked {
		--s: .5;
	}
}

.address-wrap {
	margin-top: 10px;
}

.add-new-address {
	padding: 20px 10px;
	text-align: center;
}

.add-new-address i.fas,
.add-new-address h5 {
	color: #000;
	font-size: 18px;
}

.address-wrap-header .fas {
	color: #00873c;
}

.tile-items-wrap .add-to-card-btn {
	padding: 5px 15px;
}

.tile-items-wrap .rf-details .card .img-rounded {
	min-height: 85px;
}

.floating-menu-items .modal-title h5 {
	font-weight: 400;
	font-size: 16px;
	margin-top: 0px;
}

.floating-menu-items .modal-title h4 {
	font-size: 17px;
	font-weight: 400;
	color: #000;
}

.suggestion-wrap label {
	margin-bottom: 10px;
}

.suggestion-wrap textarea {
	height: 100px;
}

.suggestion-wrap label.priority-btns {
	margin-top: 15px;
}

.switch-field {
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field input:checked+label {
	background-color: #00873c;
	color: #fff;
}

.switch-field label {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 18px;
	margin-right: 7px;
	margin-left: 1px;
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
	transition: all 0.1s ease-in-out;
	border-radius: 5px;
	font-weight: 500;
	margin-top: 5px;
}

.suggestion-wrap {
	color: #000;
}

.floating-menu-items .add-to-cart-bar button {
	padding: 8px 15px;
}

.switch-field label:nth-child(6n) {
	margin-right: 0px;
}

.items-result .menu {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	left: -100%;
	z-index: 99999;
}

.items-result .menu ul {
	list-style: none;
	padding-left: 0;
	padding-top: 20px;
}

.items-result .menu ul li {
	padding: 0px 15px;
}

.items-result .menu li a,
.items-result .menu li a:visited {
	color: #000;
	display: block;
	font-size: 18px;
	text-decoration: none
}

.items-result .menu-title {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 15px 40px;
	text-decoration: none
}

.items-result .menu .icon-close {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer
}

.items-result .main-menu {
	padding-top: 15px;
}

.items-result .guest-info-wrap {
	height: 128px;
	min-height: 128px;
	max-height: 128px;
	background-color: #00873c;
	color: #fff;
	display: flex;
	align-items: flex-end;
}

.items-result .guest-info {
	font-size: 20px;
	letter-spacing: .005em;
	box-sizing: border-box;
	font-weight: 400;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 64px;
	max-height: 64px;
	padding: 0 16px;
	margin: 0;
}

.items-result .g-title span {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 24px;
}

.items-result .menu ul li a i {
	color: #757575;
	font-size: 18px;
	width: 18px;
}

.items-result .menu ul li a i.fa-wifi {
	font-size: 15px;
}

.items-result .brand-logo img {
	height: 38px;
	max-height: 38px;
}

.items-result .main-menu .side-menu,
.items-result .main-menu .brand-logo {
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 20px;
}

.items-result .main-menu .languages-drop,
.items-result .main-menu .search-input {
	width: 28px;
	height: 38px;
	float: right;
	margin-left: 20px;
}

.items-result header {
	width: 100%;
	height: 60px;
}

.items-result .search-container {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 1;
}

.items-result .main-menu .side-menu .icon-menu button,
.items-result .menu .icon-close {
	padding: 0px;
	font-size: 30px;
	background-color: transparent;
	color: #606060;
}

.items-result .menu .icon-close {
	color: #fff;
}

.feedback-form {
	padding: 10px 0px;
}

.feedback-smiley {
	display: flex;
	padding-bottom: 10px;
	padding-top: 20px;
}

.feedback-form .tabs {
	display: flex;
}

.feedback-form .tabs label {
	height: 50px;
	width: 128px;
	line-height: 25px;
	padding: 10px;
	border: 1px solid #1d1d1d;
	background-color: #ffce00;
	text-align: center;
	color: #000;
}

.feedback-title h4 {
	font-size: 22px;
	color: #000;
	font-weight: 400;
}

.feedback-form .feedback {
	padding-top: 20px;
}

.feedback-form .feedback-smiley .fs-item {
	display: inline-block;
	width: 128px;
	text-align: center;
}

.feedback-form .feedback-smiley .fs-item img {
	width: 60px;
}

.feedback-form .tabs input[type="radio"] {
	display: none;
}

input[type=radio]:checked+label>.notification {
	background-color: #185ee0;
	color: #fff;
}

.feedback-form .feedback input,
.feedback-form .feedback textarea {
	max-width: 500px;
	margin-bottom: 10px !important;
}

.feedback-form .tabs input[type=radio]:checked+label.excellent {
	background-color: green;
	color: #fff;
}

.feedback-form .tabs input[type=radio]:checked+label.good {
	background-color: blue;
	color: #fff;
}

.feedback-form .tabs input[type=radio]:checked+label.poor {
	background-color: red;
	color: #fff;
}

.single-card-item h5.card-title {
	font-size: 22px;
}

.single-card-item .card-body .price-of-item {
	font-size: 18px !important;
	color: #329008;
}

.single-card-item .para-column {
	margin-top: 10px;
}

.single-card-item .para-column p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 0px;
}

.more {
	overflow: hidden;
}

.sub-title h5 {
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.para-column a {
	color: #00873c;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
}

.single-card-items .row .col-12 .rf-details {
	padding: 0px;
}

.single-card-items {
	margin-top: 10px;
	margin-bottom: 20px;
}

.single-card-items .card {
	box-shadow: 0px 0px 17px -4px rgb(0 0 0 / 75%);
	border-radius: .75rem;
}

.single-card-items .card img {
	border-radius: .75rem;
}

.single-card-item .para-column .more {
	margin-bottom: 5px;
}

.single-card-items .card h4 {
	font-size: 20px;
	padding: 5px 15px;
	margin: 0px;
	color: #000;
}

span.float-title {
	font-size: 12px;
}

.single-card-items {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.mobi-ad,
.tabl-ad {
	display: none;
}

.desk-ad {
	display: block;
}

.offerPop .modal-dialog {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

button#close-promo {
	text-align: right !important;
	padding: 10px 10px 0px 0px !important;
}

.ac-sub-category .accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 0px;
}

.ac-sub-category .accordion li .sub-title h5 {
	margin-bottom: 0px;
}

.ac-sub-category .accordion li {
	list-style: none;
}

.ac-sub-category .accordion li ul.submenu {
	padding-left: 10px;
	background-color: transparent;
	margin-top: 10px;
}

.ac-sub-category .accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 0px 15px 0px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.ac-sub-category .accordion li:last-child .link {
	border-bottom: 0;
}

.ac-sub-category .accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ac-sub-category .accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.ac-sub-category .accordion li.open i {
	color: #ff0000;
}

.ac-sub-category .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ac-sub-category .submenu {
	display: none;
	font-size: 14px;
}

.carousel-indicators li{
	width: 15px;
	height: 15px;
}

.offerPop button.close{
	z-index: 999;
}

.desk-ad .carousel-caption , .tabl-ad .carousel-caption, .mobi-ad .carousel-caption{
    right: unset;
    left: 30px;
    top: 0px;
}

.desk-ad .carousel-caption h5, .mobi-ad .carousel-caption h5{
    font-size: 25px;
}

.tabl-ad .carousel-caption h5{
	font-size: 30px;
} 

/* category card items */

.category-card,
.sub-category-card {
	width: 82.666667%;
	height: 115px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 17px -4px rgb(0 0 0 / 75%);
	position: relative;
	margin-bottom: 20px;
}

.category-card-overlay,
.sub-category-card .category-card-overlay {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00873c;
	opacity: .6;
}

.sub-category-card .category-card-overlay {
	background-color: #ef5f24;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.category-card span {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	text-align: center;
}

.sub-category-card span {
	color: white;
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	text-align: center;
}

/* Isabella */
.plan-bar {
	position: fixed;
	width: 100%;
	padding: 10px 0px;
	z-index: 999;
	background-color: #f1f1f1;
	display: block;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.plan-bar button {
	background-color: #00873c;
	color: #fff;
	width: 100%;
}

.plan-bar-hide {
	display: none;
}