/***New Css Restaurant Module start***/

/***Mobile Filter Start***/
.filter-card {
	background: #f4f4f4;
	padding: 10px 14px;
	border-radius: 8px;
}

.filter-btn {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #FF7700;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 6px;
	border: 1px solid #FF7700;
	transition: all .5s ease-in-out;
}

.filter-btn:hover {
	background: transparent;
	color: #FF7700;
}

#filtersExample .right_sidebar_area {
	box-shadow: none;
}

#filtersExample .offcanvas-header {
	border-bottom: 1px solid #ebebeb;
}

/***Mobile Filter End***/
.right_sidebar_area {
	/* border: 1px solid rgba(221, 221, 221, 0.5); */
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.s_widget {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.filter-main-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.filter-main-heading a {
	color: #FF7700;
	font-size: 14px;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

.tags li {
	display: inline-block;
	font-size: 14px;
}

.categories_widget ul li a {
	font-size: 14px;
	color: #334249;
	transition: all 400ms linear 0s;
	padding: 5px 5px;
	background: #f4f4f4;
	border-radius: 4px;
}

.tags li.active a,
.tags li:hover a {
	background-color: #FF7700;
	color: #fff;
}

.s_title {
	margin-bottom: 16px;
}

.s_title h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.close-filter {
	display: none;
}

.categories_widget ul li a svg {
	width: 16px;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catgory-check-card .checkbox-animate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	margin-bottom: 5px;
}

.catgory-check-card .checkbox-animate label {
	position: relative;
	cursor: pointer;
}

.catgory-check-card .checkbox-animate label input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: none;
}

.star-txt {
	display: inline-block;
}

.catgory-check-card .input-check {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 2px solid #ccc;
	position: relative;
	top: 6px;
	margin-right: 7px;
	transition: 0.4s;
}

.catgory-check-card .input-check::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(0) rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 3px;
	transition: 0.4s;
}

.catgory-check-card .checkbox-animate label i {
	color: #FF7700;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check {
	background-color: #FF7700;
	border-color: #FF7700;
	animation-name: input-animate;
	animation-duration: 0.7s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check::before {
	transform: scale(1) rotate(-45deg);
	animation-name: input-check;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
}

@keyframes input-animate {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.3, 0.7);
	}

	55% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.2, 0.8);
	}

	80% {
		transform: scale(1);
	}

	90% {
		transform: scale(1.1, 0.9);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes input-check {
	0% {
		transform: scale(0) rotate(-45deg);
	}

	100% {
		transform: scale(1) rotate(-45deg);
	}
}

.event-img {
	height: 200px;
}

.event-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-btns {
	position: absolute;
	right: 10px;
	top: -26px;
	display: flex;
	gap: 7px;
}

.event-sec .item .event-btns a {
	width: 35px;
	height: 35px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	line-height: 35px;
	color: #FF7700;
}

.bottomcard {
	padding: 20px;
	background: #f2f2f2;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0px 0px 5px #ebebeb;
	margin-top: -20px;
}

.detailscard {
	background: #f2f2f2;
	border-radius: 16px;
	box-shadow: 0px 0px 5px #ebebeb;
	height: 100%;
}

.theme-text {
	color: #FF7700;

}

.price-card .price-input {
	width: 100%;
	display: flex;
	margin: 20px 0 20px 0px;
}

.price-card .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
}

.price-card .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 14px;
	margin-left: 0;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #e4e4e4;
	-moz-appearance: textfield;
}

.price-card input[type="number"]::-webkit-outer-spin-button,
.price-card input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-card .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.price-card .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.price-card .slider .progress {
	height: 100%;
	left: 0%;
	right: 0%;
	position: absolute;
	border-radius: 5px;
	background: #FF7700;
}

.price-card .range-input {
	position: relative;
}

.price-card .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.price-card input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #FF7700;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-card input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #FF7700;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.restaurant-card {
	border-radius: 4px;
	background: #FFF;
	padding: 12px;
	margin-bottom: 25px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
	height: calc(100% - 25px);
	position: relative;
}

.restaurant-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.booking-tags {
	margin-left: 0;
	padding-left: 0;
}

.restaurant-card .card-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.restaurant-card .card-title a {
	color: #000;
}

.restaurant-card .card-body {
	padding: 15px 0 0;
}

.restaurant-card s.booking-tags {
	margin-bottom: 10px;
}

.restaurant-card .booking-tags li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	position: absolute;
	border-radius: 50%;
	top: 44%;
	right: -13px;
}

.restaurant-card .booking-tags li {
	position: relative;
	margin-right: 22px;
	font-size: 14px;
}

.restaurant-card .booking-tags li:last-child::after {
	display: none;
}

.restaurant-card .price-one {
    padding: 6px 8px;
    width: max-content;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #FF7700;
    border-radius: 6px;
    background: rgb(255 255 255);
}

.restaurant-card .price-one h6 {
	font-size: 12px;
}

.restaurant-card .restaurant-img {
	position: relative;
	display: block;
	height: 250px;
}

.restaurant-card .restaurant-img img {
	height: 100%;
	object-fit: cover;
}

.restaurant-card .rating-badge {
    background: #f70;
    width: 55px;
    height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 20px;
}

.restaurant-card .card-body .card-text {
    position: relative;
    padding-left: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 0 !important;
}

.restaurant-card .card-body .card-text i {
	position: absolute;
	left: 0;
	top: 5px;
}

/****Breadcrum Card Start****/

.page-title-area {
    height: 330px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 160px 0 100px;
}

.page-title-wrapper {
	position: relative;
}

.page-title-area::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.71);
	content: '';
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #fff;
}


.breadcrumb-menu li {
	position: relative;
}

.breadcrumb-menu li a {
	position: relative;
}

.breadcrumb-menu li a span {
	color: #f70;
}

.breadcrumb-menu li a::after {
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	content: '\f054';
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumb-menu li span {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.breadcrumb-menu ul {
	display: flex;
	justify-content: start;
	gap: 25px;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/****Breadcrum Card End****/
.restaurants-detail .card-title {
	margin-bottom: .5rem;
	font-size: 22px;
	font-weight: 600;
}

.restaurants-detail .booking-tags {
	margin-bottom: 10px;
	position: relative;
}

.booking-tags li {
	position: relative;
	margin-right: 30px;
}

.restaurants-detail .booking-tags li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #000;
	position: absolute;
	border-radius: 50%;
	top: 44%;
	right: -16px;
}

.restaurants-detail p {
	color: #808080;
	margin-bottom: 10px;
}

.restaurants-detail .bg-light-success {
	background: #d7ffd6;
}

.restaurants-detail .open-now {
	width: max-content;
	border-radius: 10px;
	padding: 14px 15px;
}

.restaurants-detail .tabs-wrap {
	margin-top: 100px;
	margin-bottom: 60px;
}

.restaurants-detail .tabs-wrap .tabs {
	border-bottom: 1px solid #FF7700;
	margin-bottom: 30px;
	justify-content: space-between;
}

.restaurants-detail .tabs-wrap ul .nav-item a {
	background: #fce0d861;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.restaurants-detail .tab-content .card {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	border: none;
	padding: 40px 25px 30px;
	height: 95%;
}

.restaurants-detail .rating-badge {
	background: #000;
	width: 55px;
	height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 500;
	position: absolute;
	right: 14px;
	top: 14px;
}

.restaurants-detail .f_img_wrap {
	height: 130px;
	display: flex;
	align-items: flex-end;
}

.restaurants-detail .single-desc ul li::before {
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #ff7700;
	border-radius: 50%;
}

.restaurants-detail .single-desc ul li {
	position: relative;
	color: #373737;
	margin-bottom: 15px;
	padding-left: 25px;
}

.restaurants-detail .tabs-wrap ul .nav-item {
    background: #fce0d861;
    min-width: 250px;
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}

.restaurants-detail .tabs-wrap ul .nav-item a {
	background: #fce0d861;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.restaurants-detail .tabs-wrap ul .nav-item a.active,.restaurants-detail .tabs-wrap ul .nav-item a:hover {
	background: #f70;
	color: #fff !important;
}

.restaurants-detail p {
	color: #808080;
	margin-bottom: 10px;
}

.restaurants-detail .axil-comment-area .title,
.comment-respond .title {
	margin-bottom: 20px;
	font-weight: 700;
}

.restaurants-detail .comment-list .comment {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.comment-list {
	margin: 0;
	padding-left: 0;
}

.comment-list .comment .single-comment {
	padding: 15px 0;
	display: flex;
}

.comment-list .comment .single-comment .comment-img {
	margin-bottom: 15px;
	min-width: 60px;
	margin-right: 20px;
}

.pro-desc-commnet-area .comment-list .comment .commenter {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hover-flip-item-wrapper {
	color: #292930;
	text-decoration: none;
}

.comment-text p,
.comment-respond p {
	color: #777777;
}


/* promo code */


.promo-body {
	padding-left: 50px;
}

.promo-card::before {
	content: '';
	background: #f70;
	color: #fff;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.promo-card {
	overflow: hidden;
	margin: 20px 0 0px 0 !important;
	height: 170px !important;
}

.border-dashed {
	border-bottom: 1px dashed #c5c5c5;
	margin-top: 8px;
}

.promo-off {
	position: absolute;
	transform: rotate(270deg) translate(50%, 0);
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	bottom: 0;
	left: 0px;
	top: auto;
}

.promo-body a {
	color: #f70;
}

.gallery-photo {
	display: flex;
	gap: 15px;
	flex-flow: wrap;
}

.gallery-photo .restaurent-img {
    flex: calc(20% - 15px);
    max-width: calc(20% - 15px);
    overflow: hidden;
    height: 240px;
    border-radius: 0 30px;
    margin-bottom: 20px;
}

.gallery-photo .restaurent-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booking-img {
    border-radius: 8px;
    overflow: hidden;
    max-height: 450px;
    height: 450px;
}

.booking-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-card {
    border-radius: 0 30px;
    background: #FFF;
    padding: 12px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
    height: calc(100% - 25px);
}

.menu-card .card-title {
	margin-bottom: .5rem;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.menu-card .card-title a {
	color: #000;
}

.menu-card .card-body {
	padding: 15px 0 0;
}

.menu-card .price-one {
	padding: 8px 10px;
	width: max-content;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #FF7700;
	border-radius: 6px;
	background: rgb(255 255 255);
	font-size: 12px;
}

.menu-card .price-one h6 {
	font-size: 14px;
}

.menu-card .restaurants-detail .card-title {
	font-size: 20px;
	text-align: center;
}

.menu-card .restaurant-img {
	position: relative;
	display: block;
	height: 250px;
}

.menu-card .restaurant-img img {
	height: 100%;
	object-fit: cover;
}

.menu-card .rating-badge {
	background: #f70;
	width: 55px;
	height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 500;
	position: absolute;
	right: 14px;
	top: 14px;
}

.menu-card .card-title {
    text-align: center;
    font-size: 14px !important;
    line-height: 26px;
    margin-bottom: 0 !important;
}

.sort-card {
	min-width: 110px;
}
/***New Css Restaurant Module start***/

