@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap';
body {
	font-family: poppins, sans-serif;
	font-size: 13px;
	color: #000
	background-color: rgba(242, 242, 242, 0.4);
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none
}

/* latin */
@font-face {
  font-family: 'Montez';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montez Regular'), local('Montez-Regular'), url(https://raivatkitchen.com/fonts-custom/845ZNMk5GoGIX8lW07rfa9yB_w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-scrollbar-corner {
	background-color: transparent
}

::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #fff
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, .4)
}

.font-weight-bold {
	font-weight: 600!important
}


div,
a {
	outline: none!important
}

.border-primary {
	border-color: #e23844!important
}

.w-300 {
	max-width: 300px
}

.shadow-sm {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	font-size: 13px
}

.fixed-bottom {
	height: 58px;
	border-radius: 0;
	box-shadow: 10px -1px 10px rgba(0, 0, 0, .075)
}

.fixed-bottom .btn {
	border-radius: 0;
	border: none;
	height: 58px
}

.fixed-bottom-bar {
	padding-bottom: 58px
}

.h-auto {
	height: auto
}

.modal-footer .btn {
	border-radius: 0
}

.toggle-2 {
	right: 17px;
	left: auto!important
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
	background: #000
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
	background: #fff
}

.cat-slider img {
	width: 40%;
    max-width: 70px;

	/*-webkit-filter: saturate(200%);*/
	/*filter: saturate(200%)*/
}

.grid-card span.float-right.text-black-50 {
	display: none
}

.grid-card .p-3 {
	padding: 10px!important
}

.osahan-menu-fotter {
	padding: 0!important
}

.osahan-menu-fotter .row {
	margin: 0
}

.osahan-menu-fotter .col {
	padding: 0
}

.osahan-menu-fotter .col a {
	padding: 12px;
	display: block
}

.osahan-menu-fotter .col a p {
	font-size: 19px
}

.osahan-menu-fotter .col.selected a {
	color: #dc3545;
	background: #f8f9fa
}

.osahan-menu-fotter .col.selected p {
	color: #dc3545
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	margin: -15px 0 0!important
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
	width: 68px;
	color: #fff!important;
	height: 68px;
	font-size: 27px!important;
	padding: 16px
}

.btn-facebook {
	background: #2b4170;
	background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
	background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
	background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
	border-color: #3b5998;
	color: #fff!important
}

.bg-primary {
	background-color: rgb(255, 255, 255);
	background: -moz-linear-gradient(45deg, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(45deg, #fff 0%, #fff 100%);
	background: linear-gradient(45deg, #fff 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d82a27', endColorstr='#d82a27', GradientType=1)
}
.bg-primary-blue {
	background-color: #094f8d;
	background: -moz-linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	background: -webkit-linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	background: linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094f8d', endColorstr='#094f8d', GradientType=1)
}
.bg-primary-red {
	background: #d82a27;
	background: -moz-linear-gradient(45deg, #d82a27 0%, #d82a27 100%);
	background: -webkit-linear-gradient(45deg, #d82a27 0%, #d82a27 100%);
	background: linear-gradient(45deg, #d82a27 0%, #d82a27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d82a27', endColorstr='#d82a27', GradientType=1)
}


.btn-primary {
	background: #094f8d;
	background: -moz-linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	background: -webkit-linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	background: linear-gradient(45deg, #094f8d 0%, #094f8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094f8d', endColorstr='#094f8d', GradientType=1);
	border-color: #094f8d;
}

.btn-primary:hover {
	background: #db2e2b;
	background: -moz-linear-gradient(-45deg, #db2e2b 0%, #db2e2b 100%);
	background: -webkit-linear-gradient(-45deg, #db2e2b 0%, #db2e2b 100%);
	background: linear-gradient(135deg, #db2e2b 0%, #db2e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2e2b', endColorstr='#db2e2b', GradientType=1);
	border-color: #db2e2b;
}

.btn-outline-primary {
	color: #e23744;
	border-color: #e23744
}

.btn-outline-primary:hover {
	color: #fff;
	background: #d92662;
	background: -moz-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
	background: -webkit-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
	background: linear-gradient(135deg, #d92662 0%, #e23744 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
	border-color: #e23744
}

.text-primary {
	color: #e23744!important;
	text-decoration: none!important
}

a {
	color: #e23744;
	text-decoration: none!important
}

p {
	color: #5f5959;
	letter-spacing: .2px
}

.btn-link {
	font-weight: 400;
	color: #e23744;
	text-decoration: none!important
}

.slick-dots {
	bottom: 20px!important
}

.landing-page-skip .img-fluid {
	max-height: 290px
}

.landing-page-skip p {
	margin: 0
}

.landing-page-skip .zindex {
	right: 0;
	z-index: 9
}

.landing-page-skip .slick-dotted.slick-slider {
	margin: 0
}

.landing-page-skip .osahan-slider-item {
	padding: 0 20px
}

.btn-lg {
	font-size: 16px;
	padding: 16px;
	font-weight: 600
}

.list-card .count-number {
	margin: 4px 0 0;
	display: inline-block
}

.list-card a,
.list-card h6 {
	color: inherit;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	text-overflow: ellipsis
}

.list-card a:hover {
	color: #0091bc
}

.list-card .star {
	right: 8px;
	bottom: 8px
}

.list-card .star .badge {
	font-size: 11px;
	padding: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.list-card .member-plan {
	left: 8px;
	top: 8px
}

.list-card .member-plan .badge {
	font-size: 11px;
	padding: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.list-card .list-card-image {
	position: relative
}

.list-card .favourite-heart {
	right: 8px;
	top: 8px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.list-card .favourite-heart i {
	background: #fff;
	width: 23px;
	height: 23px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	border-radius: 50px
}

.list-card.d-flex .list-card-image {
	width: 130px;
	height: 140px;
	min-width: 130px;
	max-width: 130px
}

.list-card.d-flex .list-card-image .item-img {
	height: 140px;
	object-fit: cover
}

.list-card .list-card-body p.text-gray {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px
}

.list-card .p-3 {
	overflow: hidden
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
	display: none
}

.rating-stars .feather-star {
	font-size: 10px;
	background: #000;
	color: #fff;
	padding: 2px;
	text-shadow: 0 0 1px #d2b128;
	border-radius: 5px
}

.rating-stars .feather-star.star_active {
	background: #f5cd25
}

.login-page video {
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0
}

.login-page .form-control {
	background: no-repeat;
	border: none;
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255/32%);
	border-radius: 0;
	padding: 0;
	box-shadow: none!important
}

.login-page .form-control:hover,
.login-page .form-control:focus {
	color: #fff;
	border-bottom: 1px solid #fff
}

.login-page label {
	margin: 0;
	opacity: .8
}

.login-page .form-group {
	margin-bottom: 30px
}

.login-page::placeholder {
	color: rgb(255 255 255/65%)!important;
	opacity: 1
}

.login-page:-ms-input-placeholder {
	color: rgb(255 255 255/65%)!important
}

.login-page::-ms-input-placeholder {
	color: rgb(255 255 255/65%)!important
}

.osahan-verification .form-control {
	text-align: center;
	font-size: 20px;
	border-bottom: 2px solid #ccc!important;
	border: none;
	border-radius: 0;
	font-weight: 300;
	box-shadow: none
}

.filter .custom-control-label::before {
	right: 1rem;
	left: auto;
	margin: auto;
	top: 0;
	bottom: 0
}

.filter .custom-control-label::after {
	left: auto;
	right: 1rem;
	margin: auto;
	top: 0;
	bottom: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #e23744;
	background-color: #e23744
}

.gold-members h6,
.menu-list h6 {
	font-size: 14px
}

.gold-members .badge,
.menu-list .badge {
	font-size: 10px;
	font-weight: 500;
	padding: 4px 6px 3px
}

.menu-list img {
	width: 41px;
	height: 41px;
	object-fit: cover
}

.count-number .btn {
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 0
}

.count-number-input {
	width: 24px;
	text-align: center;
	margin: 0 -4px;
	background: #6c757d;
	border: none;
	color: #fff;
	height: 24px;
	border-radius: 0;
	vertical-align: bottom
}

.non_veg,
.veg {
	width: 20px;
	border: 1px solid;
	height: 20px;
	border-radius: 3px;
	font-size: 36px;
	text-align: center;
	line-height: 0
}

.most_popular .trending-slider img {
	border-radius: 10px;
	padding: 0 4px;
	margin: 8px 0 0
}

.osahan-cart-item-profile .custom-control-label::before {
	right: 1rem;
	left: auto;
	margin: 20px 0
}

.osahan-cart-item-profile .custom-control-label::after {
	left: auto;
	right: 1rem;
	margin: 20px 0
}

.modal-content {
	border: 0;
	border-radius: 0;
	height: 100vh
}

.modal-body {
	overflow: overlay
}

.modal-dialog {
	margin: 0;
	height: 100vh;
	max-width: 100%
}

.modal .modal-dialog {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%)
}

.osahan-map iframe {
	width: 100%!important;
	height: 100vh
}

.osahan-map .toggle {
	z-index: 9;
	margin: 2px 0 0 4px
}

.osahan-map .mapouter.position-absolute {
	width: 100%;
	height: 100vh
}

.osahan-map .bg-primary.border-bottom {
	position: absolute;
	z-index: 9;
	width: 100%
}

.osahan-map .fixed-bottom {
	padding: 10px 0
}

.osahan-map .list-card.d-flex .list-card-image .item-img {
	width: 100px;
	height: 100px
}

.osahan-map .list-card.d-flex .list-card-image {
	width: 100px;
	height: 100px;
	min-width: 100px;
	max-width: 100px
}

.osahan-map .member-plan {
	text-align: center;
	background: rgb(255 255 255/18%);
	font-size: 12px;
	padding: 7px 5px;
	margin: 0 1px;
	border-radius: 43px
}

.gold-members .mr-2 {
	border: 1px solid;
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 3px;
	font-size: 42px;
	line-height: 13px
}

.index-page img {
	height: 130px
}

.spinner {
	width: 180px;
	height: 180px;
	margin: auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	40% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

@-moz-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0)
	}
	40% {
		transform: translateX(-30px)
	}
	60% {
		transform: translateX(-15px)
	}
}

@keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	40% {
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	60% {
		-ms-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

.feather-arrow-right {
	-webkit-animation: bounceRight 2s infinite;
	animation: bounceRight 2s infinite
}

.location-page .img-fluid {
	max-width: 360px
}

.restaurant-detailed-ratings-and-reviews hr {
	margin: 0 -16px
}

.reviews-members-footer img {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	box-shadow: 0 0 12px #ccc;
	margin: 0 -3px
}

.total-like {
	font-size: 11px;
	padding: 2px 6px
}

.reviews-members-body p {
	font-size: 12px
}

.reviews-members-header h6 {
	font-size: 14px
}

.graph-star-rating-body .progress {
	border-radius: 40px;
	height: 6px
}

.rating-list {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.rating-list-center {
	margin: auto;
	width: 70%
}

.rating-list-left {
	width: 20%;
	font-size: 10px!important;
	font-weight: 400!important
}

.rating-list-right {
	width: 10%;
	text-align: right;
	font-size: 10px!important;
	font-weight: 400!important
}