/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}

/* Global */
*, body, p, a{
	outline: 0 !important;
	font-family: "Quicksand", sans-serif;
}

html{
	scroll-behavior: smooth;
}
/* body{
	background-color: #0a0b0a;
} */
img{
	max-width: 100%;
	max-height: 100%;
}

h1, h2, h3, h4, h5, h6{
	outline: 0 !important;
	font-family: "Quicksand", sans-serif;
}
a{
	color: rgba(255, 169, 52, 1);
	text-decoration: none;
}

/* *{
	color: #000;
} */

.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}
.form-check-input:focus{
	box-shadow: none;
}
textarea.form-control{
	resize: none;
	height: 150px;
}

.form-check-input{
	background-color: transparent;
	border-color: rgba(255, 169, 52, 1) !important;
}
.form-check-input:checked{
	background-color: rgba(255, 169, 52, 1);
	border-color: rgba(255, 169, 52, 1) !important;
}
.form-check-input:checked[type="checkbox"]{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230A0B0A' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.btn_radio_btns{
	color: rgba(255, 169, 52, 1);
	background-color: transparent;
	border: 1px solid rgba(255, 169, 52, 1);
}
.btn_radio_btns:hover,
.btn_radio_btns:focus{
	color: #0A0B0A;
	background-color: rgba(255, 169, 52, 1);
	border-color: rgba(255, 169, 52, 1);
}
.btn_radio_btns:focus,
.btn_radio_btns:focus,
.btn-check:focus + .btn_radio_btns,
.btn-check:focus + .btn_radio_btns{
	box-shadow: none;
}
.btn-check:checked + .btn_radio_btns{
	color: #0A0B0A;
	background-color: rgba(255, 169, 52, 1);
	border-color: rgba(255, 169, 52, 1);
}

.btn{
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 30px;
}
.btn-primary{
	background-color: rgb(243, 148, 36);
	border-color: rgb(243, 148, 36);
	color: #0A0B0A;
	border-radius: 54px;
}
.btn-primary i{
	color: #0A0B0A;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled{
	background-color: rgb(243, 148, 36);
	border-color: rgb(243, 148, 36);
	color: #0A0B0A;
}
.btn-secondary{
	background-color: rgba(0, 65, 23, 1);
	border-color: rgba(0, 65, 23, 1);
	color: #fff;
	border-radius: 69px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:disabled{
	background-color: transparent;
	border-color: rgba(0, 65, 23, 1);
	color:  rgba(0, 65, 23, 1);
}

.btn-outline-primary{
	border-radius: 69px;
	background-color: transparent;
	border-color: rgba(0, 65, 23, 1);
	color: rgba(0, 65, 23, 1);
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:disabled, #edit_per_detailsModal .btn-outline-primary{
	background-color: rgba(0, 65, 23, 1);
	border-color: rgba(0, 65, 23, 1);
	color: #fff;
}

.btn-footer{
	border-radius: 69px;
	background-color: rgba(72, 33, 34, 1);
	border-color: rgba(72, 33, 34, 1);
	color: #FFF;
	font-size: 14px;
}
.btn-footer:hover, .btn-footer:active, .btn-footer:focus, .btn-footer:disabled{
	background-color: rgba(255, 169, 52, 1);
	color: #000;
}
.modal-title, .modal-content  {
  color: #fff;
}
.toast{
	background-color: #333;
}
.toast-header{
	background-color: rgba(255, 169, 52, 1) ;
	color: rgba(46, 20, 21, 1) !important;
}
.toast-body{
	background-color: rgba(72, 33, 34, 1) !important;
	color:  #fff !important;
}
.toast-header .btn-close{
	color: #F5F2EA;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F5F2EA'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas{
	background-color: rgba(46, 20, 21, 1);
}
.offcanvas-header .btn-close{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F5F2EA'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-content{
	background-color: rgba(46, 20, 21, 1);
}
.modal-header{
	border-bottom-color: #F5F2EA;
}
.modal-header .btn-close{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F5F2EA'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.offcanvas-title {
  color: #fff !important;
}
p{
	font-size: 18px;
	font-weight: 600;
}
.home_main_h2{
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #000;
}
.home_main_p{
	font-weight: 600;
	font-size: 18px;
	color: #000;
}
.home_main_h3{
	font-weight: 500;
	font-size: 45px;
	color: #e45759;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.home_main_img_decor{
	margin-bottom: 15px;
}
.read_more_btn{
	font-weight: 300;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #e45759;
	border-radius: 90px;
	padding: 8px 25px;
}
.read_more_btn:hover{
	background-color: #e45759;
	color: #fff;
}
.submit_btn{
	font-weight: 500;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #e45759;
	border: 2px solid #e45759;
	border-radius: 90px;
	padding: 5px 25px;
	text-transform: uppercase;
}
.submit_btn:hover{
	background-color: transparent;
	color: #000;
}
.order_btn{
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	background-color: #e45759;
	border: 2px solid #e45759;
	border-radius: 90px;
	padding: 5px 25px;
	width: 100%;
}
.order_btn:hover{
	background-color: transparent;
	color: #000;
}
.order_btn2{
	width: 30%;
}
.cancel_btn{
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	border-radius: 90px;
	padding: 5px 25px;
	width: 100%;
}
.cancel_btn:hover{
	background-color: transparent;
	color: #000;
}
.order_btn_black{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 90px;
	padding: 5px 25px;
}
.order_btn_black:hover{
	background-color: transparent;
	color: #000;
}
.footer_map_offcanvas{
    height: 66vh;
    width: 100%;
    top: auto;
    bottom: 0;
}
.home_category_card{
	border: none;
	border-radius: 16px;
	background-color: rgba(254, 219, 183, 1);
	padding: 20px;
}
.home_category_card .card_img{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../images/cat_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: cover; */
}
.home_category_card .card_img img{
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
}
.home_category_card .card-body{
	padding: 5px;
}
.home_category_card .card-body h5{
	font-weight: 600;
	font-size: 24px;
	color: rgba(46, 20, 21, 1);;
	margin: 0;
}
.home_category_card .card-body p{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin: 0;
}
.home_category_tabs{
	justify-content: center;
	gap: 10px;
	border: none;
	margin: 0 auto;
	background-color: rgb(254, 219, 183);
	border-radius: 100px;
	padding: 5px 7px;
	max-width: fit-content;
}
.home_category_tabs .nav-link{
	font-weight: 600;
	font-size: 18px;
	color: rgb(46, 20, 21);
	border-radius: 100px;
	padding: 14px 30px;
}
.home_category_tabs .nav-link:hover,
.home_category_tabs .nav-link:focus{
	background-color: rgb(46, 20, 21);
	border-radius: 100px;
	color: #fff;
}
.home_category_tabs .nav-link.active{
	background-color: rgb(46, 20, 21);
	border-radius: 100px;
	color: #fff;
	font-weight: 600;
	border: none;
}
.home_drink_category_tabs .nav-link.active, .home_drink_category_tabs .nav-link:hover,
.home_drink_category_tabs .nav-link:focus{
	background-color: rgba(0, 65, 23, 1) !important;
}
.home_category_tab_content{
	margin-top: 40px;
}
.product_card{
	border: none;
	border-radius: 10px;
	background-color: #fff;
}
.product_card .card_img{
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
}
.product_card .card_img img{
	max-width: 100%;
	max-height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.product_card .card-body{
	padding: 15px;
}
.product_card .card-body h5{
	font-weight: 600;
	font-size: 20px;
	color: #1b1a19;
}
.product_card .card-body p{
	font-weight: 600;
	font-size: 18px;
	color: #858585;
}
.product_card .card-body h4{
	font-weight: 600;
	font-size: 26px;
	color: #e45759;
	margin: 0;
}
.gallery_image{
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	margin-bottom: 30px;
}
.gallery_image a{
	text-decoration: none;
	width: 100%;
}
.gallery_image .gallery_image_overlay_text{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  	margin: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 15px;
  	width: 100%;
  	height: 100%;
}
.gallery_image .img_bg_overlay{
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.gallery_image:hover > .img_bg_overlay{
    background: rgba(228, 87, 89, 0.8);
}
.gallery_image:hover > .gallery_image_overlay_text{
    opacity: 1;
}
.gallery_image .gallery_image_overlay_text a{
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	color: #363636;
	text-decoration: none;
	border-radius: 90px;
	margin: 20px 0;
	display: block;
	text-transform: uppercase;
	padding: 10px 25px;
}
.gallery_image .gallery_image_overlay_text a:hover{
	color: #363636;
}
.slick-dots li{
	width: 9px;
	height: 9px;
}
.slick-dots li button{
	background: #e6e6e6;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	padding: 0;
}
.slick-dots li button::before{
	color: transparent;
	opacity: 1;
	width: 9px;
	height: 9px;
}
.slick-dots li.slick-active button{
	background: #e45759;
}
.slick-dots li.slick-active button::before{
	color: transparent;
	opacity: 1;
}
.footer_social_links{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.footer_social_links a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 16px;
	background-color: rgba(72, 33, 34, 1);
	transition: all 0.3s ease;
}
.footer_social_links a i{
	color: #F5F2EA;
}
.footer_social_links a:hover{
	color: #0a0b0a;
	background-color: rgba(255, 169, 52, 1);
}
.footer_social_links a:hover i{
	color: #0a0b0a;
}
.contact_us_icon_div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 169, 52, 1);
	border-radius: 50%;
	width: 72px;
	height: 72px;
	color: #0A0B0A;
	padding: 15px;
}
.contact_us_icon_div img{
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(100%) brightness(0);
}
.list-group .list-group-item{
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #F5F2EA;
	padding: 15px 0;
	color: #F5F2EA;
}
.list-group .list-group-item:last-child{
	border-bottom: none;
}
.list-group .list-group-item h6{
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #F5F2EA;
	margin: 0;
}
.list-group .list-group-item small{
	font-weight: 300;
	font-size: 13px;
	color: #F5F2EA;
	margin: 0;
	display: block;
}
.list-group .list-group-item small strong{
	font-weight: 600;
	font-size: 13px;
	color: #F5F2EA;
	margin: 0;
}
.list-group .list-group-item h5{
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #F5F2EA;
	margin: 0;
}
.list-group .list-group-item h5 span{
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 169, 52, 1);
	margin: 0;
}
.list-group .list-group-item .btn{
	padding: 8px 15px;
	margin-left: 15px;
	font-size: 14px;
	color: #fff;
}
.list-group .list-group-item h2{
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
	margin: 0;
}
.list-group .list-group-item h3{
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 169, 52, 1);
	margin: 0;
}
.list-group .list-group-item p{
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
	margin-bottom: 10px;
}
.list-group .list-group-item .order_btn_black{
	padding: 5px 25px;
	margin-left: 15px;
	color: #fff;
	font-size: 14px;
}
.list-group .list-group-item .order_btn_black:hover{
	color: #000;
}
.form-check-label{
	color: #fff;

}
.pro_quantity_input{
	border: 1px solid rgba(255, 169, 52, 1);
	background-color: transparent;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #F5F2EA;
}
.pro_quantity_input::placeholder {
  color: #F5F2EAB2;
  opacity: 1;
}
.list-group .list-group-item .pro_list_img{
	width: 156px;
	height: 150px;
	text-align: center;
	padding: 0 10px;
	flex-shrink: 0;
}
.related-products-section .list-group .list-group-item .pro_list_img{
	width: 156px;
	height: 100px;
}
.related-products-section .list-group .list-group-item .pro_list_img img{
	width: 156px !important;
}
.list-group .list-group-item .pro_list_img img{
	max-width: 100%;
	max-height: 100%;
	padding: 0;
}
.progress{
	height: 3px;
	background-color: #F5F2EA;
	margin: 10px 0;
}
.progress .progress-bar{
	background-color: rgba(255, 169, 52, 1);
	width: 25%;
}
.search_offcanvas .input-group .form-control{
	border-radius: 90px;
	background-color: #252525;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	border: none;
	padding: 8px 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search_offcanvas .input-group .btn{
	border-radius: 90px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #252525;
	border: none;
	right: -1px;
	padding: 8px;
}
.search_offcanvas .input-group .btn .banner_search_btn{
	background-color: #e45759;
	color: #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}
.g-recaptcha{
	margin-bottom: 20px;
}
.checkout_form legend,
.checkout_form .form-group label{
	display: none;
}
.inner_remaining_pages{
	padding: 50px 0;
}
.menu_page .nav-pills .nav-link{
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	color: #F5F2EA;
	margin: 3px 0;
	text-align: left;
}
.menu_page .nav-pills .nav-link:first-child{
	margin-top: 0;
}
.menu_page .nav-pills .nav-link:last-child{
	margin-bottom: 0;
}
.menu_page .card .card-body .nav-pills .nav-link img{
	padding: 0 8px 0 0;
}
.menu_page .nav-pills .nav-link:hover{
	color: rgba(255, 169, 52, 1);
}
.menu_page .nav-pills .nav-link.active{
	color: #F5F2EA;
}
.swal2-popup{
	border-radius: 10px !important;
	background-color: rgba(46, 20, 21, 1) !important;
}
.swal2-title{
	color: #F5F2EA !important;
}
.swal2-content{
	color: #F5F2EA !important;
}
.swal2-confirm{
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #0A0B0A !important;
	text-decoration: none;
	background-color: rgba(255, 169, 52, 1) !important;
	border-color: rgba(255, 169, 52, 1) !important;
	border-radius: 10px !important;
	padding: 12px 30px !important;
}
.swal2-confirm:hover{
	background-color: rgba(255, 169, 52, 1) !important;
	border-color: rgba(255, 169, 52, 1) !important;
	color: #0A0B0A !important;
	background-image: none !important;
}
.swal2-confirm:focus{
	box-shadow: none !important;
}
.account_offcanvas a{
	font-weight: 500;
	font-size: 20px;
	color: #F5F2EA;
	text-decoration: none;
}
.account_offcanvas a:hover{
	text-decoration: underline;
}
.register_right_side_info h6{
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
}
.register_right_side_info h5{
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #F5F2EA;
}
.account_list_left .list-group-item{
	border-left: none;
	border-right: none;
	padding: 10px 15px;
	border-radius: 0;
}
.account_list_left a{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #F5F2EA;
    text-decoration: none;
}
.account_list_left a i{
	margin-right: 5px;
}
.account_list_left a:hover .list-group-item {
	color: rgba(255, 169, 52, 1);
}
.account_list_left a:hover .list-group-item i{
	color: rgba(255, 169, 52, 1);
}
.addresses_list_group .list-group-item p{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #F5F2EA;
}
.addresses_card h5{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	color: #F5F2EA;
}
.addresses_list_group .list-group-item:last-child{
	border-bottom: none !important;
}
.addresses_list_group .list-group-item .btn{
	padding: .375rem .75rem;
	margin-left: 0;
	color: #fff;
	font-size: 1rem;
}
.addresses_list_group .list-group-item .btn-light{
	color: #212529;
}
.addresses_list_group .list-group-item .btn-light i{
	color: #212529;
}
.addresses_list_group .list-group-item .btn-primary{
	color: #0A0B0A;
}
.order_btn3{
	width: auto;
}
.order_btn3:hover{
	color: #000 !important;
}
#product-search{
	background-color: #f2f2f2;
}

/* Back To Top Button */
#back_to_top_btn{
	display: inline-block;
	background-color: rgba(255, 169, 52, 1);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 100px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-decoration: none;
}
#back_to_top_btn::after{
	font-family: "Font Awesome 5 Pro";
  	font-weight: 900;
  	content: "\f062";
	font-size: 24px;
	color: #0a0b0a;
}
#back_to_top_btn:hover{
	cursor: pointer;
	background-color: rgba(255, 169, 52, 1);
}
#back_to_top_btn:active{
	background-color: rgba(255, 169, 52, 1);
}
#back_to_top_btn.show{
	opacity: 1;
	visibility: visible;
}

/* Pre Loader */
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #e45759;
}
.preloader .icecream > .flavor{
	 position: relative;
	 width: 190px;
	 height: 260px;
	 border-radius: 80px 80px 10px 10px;
	 overflow: hidden;
}
.preloader .icecream > .flavor:after{
	 content: '';
	 position: absolute;
	 left: 21px;
	 bottom: 20px;
	 width: 20px;
	 height: 170px;
	 border-radius: 50px;
	 background: rgba(255, 255, 255, 0.5);
}
.preloader .icecream > .flavor > .flavours{
	 position: relative;
	 top: 0%;
	 left: -20%;
	 width: 140%;
	 height: 120%;
	 background-image: linear-gradient(0deg, #f63a99 25%, #30dcf6 25%, #30dcf6 25%, #30dcf6 50%, #f2d200 50%, #f2d200 50%, #f2d200 75%, #70ca5c 75%);
	 background-position: 0px 0px;
	 background-repeat: repeat-y;
	 animation: flavours 100s linear infinite;
	 transform: rotate(155deg);
}
.preloader .icecream > .stick{
	 width: 57px;
	 height: 86px;
	 background: #e09c5f;
	 border-radius: 0 0 25px 25px;
	 display: block;
	 margin: 0 auto;
}
.preloader .icecream > .stick:after{
	display: block;
	content: '';
	width: 100%;
	height: 24px;
	background: #8d613b;
}

@keyframes flavours{
	to{
		background-position: 0 -1000vh;
	}
}

#home_reservation, #home_gallery, #home_menu{
	scroll-margin-top: 60px;
}

.form-label{
	font-weight: 500;
	font-size: 16px;
	color: #F5F2EA;
}
.form-control{
	font-weight: 400;
	font-size: 16px;
	color: #F5F2EA !important;
	border-radius: 10px;
	border-color: rgba(255, 169, 52, 1);
	background-color: rgba(46, 20, 21, 1);
	padding: 15px 20px;
}
.form-control:focus{
	border-color: rgba(255, 169, 52, 1);
	background-color:  rgba(46, 20, 21, 1);;
}
.form-control:disabled, .form-control[readonly]{
	border-color: rgba(255, 169, 52, 1);
	background-color: #1c1c1c;
}
.form-control::placeholder{
	color: #F5F2EAB2;
	opacity: 1;
}
.form-select{
	font-weight: 400;
	font-size: 16px;
	color: #F5F2EA !important;
	border-radius: 10px;
	border-color: rgba(255, 169, 52, 1);
	background-color: rgba(46, 20, 21, 1);
	padding: 15px 20px;
}
.form-select:focus{
	border-color: rgba(255, 169, 52, 1);
	background-color:  rgba(46, 20, 21, 1);;
}

/* Main Header */
.navbar-brand{
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
#main_header{
	/* background-image: url('../images/nav.png');
	padding: 30px 0;
	background-repeat: no-repeat; */
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	/* position: sticky; */
	top: 0;
	z-index: 1000;
	background-color: rgba(43, 7, 10, 1);
}
#main_header .header_inner_container{
	/* background-color: #0A0B0A;
	border-radius: 14px; */
	width: 100%;
	display: flex;
	align-items: center;
	/* padding: 10px 15px; */
}
#main_header .nav-link{
	font-weight: 400;
	font-size: 16px;
	color: #F5F2EA;
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
#main_header .nav-link:hover{
	color: rgba(243, 148, 36, 1);
}
#main_header .nav-link.active{
	background-color: #fff;
    border-color: #fff;
	color: #000;
	font-weight: 500;
	border-radius: 54px;
}
#main_header .online_order_nav_link{
	font-size: 18px;
	color: #fff;
	background-color: #e45759;
	border: 2px solid #e45759;
	border-radius: 90px;
	padding: 7px 25px;
}
#main_header .online_order_nav_link:hover{
	background-color: transparent;
	color: #2a2a2a;
}
#main_header .online_order_nav_link::after,
#main_header .icon_nav_link::after{
	display: none;
}
#main_header .icon_nav_link{
	font-size: 20px;
	padding: 12px;
}
#main_header .icon_nav_link:hover{
	color: rgba(255, 169, 52, 1);
}
#main_header .cart_icon_btn{
	position: relative;
}
#main_header .cart_icon_btn .badge{
	background-color: rgba(255, 169, 52, 1);
	color: #0A0B0A;
	font-weight: 400;
	font-size: 10px;
	transform: translate(-50%,100%) !important;
}
#main_header .navbar-toggler{
	border-color: rgba(255, 169, 52, 1);
	/* margin-left: auto; */
}
#main_header .navbar-toggler:focus{
	box-shadow: none;
}
#main_header .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28239, 195, 106, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-toggle::after {
  color: #fff !important;
}
.language-text {
	color: white !important;
}
.carousel-inner .heading_btn{
	margin-top: 150px;
}
.heading_btn{
	font-weight: 500;
	font-size: 16px;
	background-color: rgba(255, 169, 52, 1);
	border-radius: 69px;
	color: #000 !important;
	max-width: fit-content;
	padding: 8px;
	margin-bottom: 20px;
	/* text-transform: uppercase;
	 */
	/* display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 70px; */
}
.heading_btn img{
	width: 33px;
}
.heading_btn_text{
	color: #000 !important;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 20px !important;
	font-weight: 600 !important;
	min-width: fit-content;
}

/* .styled_heading::before{
	content: "";
	background-image: url('../images/before_arrow.svg');
	background-repeat: no-repeat;
	width: 54px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}
.styled_heading::after{
	content: "";
	background-image: url('../images/after_arrow.svg');
	background-repeat: no-repeat;
	width: 54px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
} */

.navbar_custom{
	display: flex;
	justify-content: space-between;
}


/* Main Banner */
#main_banner{
	position: relative;
	top: -120px;
	margin-bottom: -136px;
}
#main_banner .btn-secondary, #main_banner .btn-outline-primary{
	font-size: 20px !important;
	padding: 20px 50px !important;
}
.banner_bg{
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
/* #main_banner .carousel-item{
	height: 100vh;
} */
/* #main_banner .carousel-item img{
	height: 100vh;
	object-fit: cover;
} */
#main_banner .caption_container .carousel-caption{
	right: auto;
	left: auto;
	display: flex;
	align-items: center;
	top: 0;
}
#main_banner .caption_container .carousel-caption p{
	font-weight: 600;
	font-size: 18px !important;
	color:rgba(137, 66, 3, 1);
	margin-bottom: 20px;
}
#main_banner .caption_container .carousel-caption h4{
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 69px;
	color: rgba(137, 66, 3, 1);
	margin-bottom: 10px;
}
#main_banner .caption_container .carousel-caption .input-group .form-control{
	border-radius: 90px;
	background-color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	font-size: 18px;
	color: #424250;
	border: none;
	padding: 8px 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#main_banner .caption_container .carousel-caption .input-group .btn{
	border-radius: 90px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	right: -1px;
	padding: 8px;
}
#main_banner .caption_container .carousel-caption .input-group .btn .banner_search_btn{
	background-color: #e45759;
	color: #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}
.banner_pos_img{
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.banner_pos_img img{
	max-width: 1150px;
}

/* Inner Banner */
#inner_banner{
	position: relative;
	top: -136px;
  	margin-bottom: -136px;
}
#inner_banner .carousel-item{
	height: 400px;
}
#inner_banner .carousel-item img{
	height: 400px;
	object-fit: cover;
}
#inner_banner .banner_overlay{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#inner_banner .carousel-caption h3{
	font-weight: 500;
	font-size: 53px;
	color: #fff;
}
#inner_banner .carousel-caption .breadcrumb{
	justify-content: center;
}
#inner_banner .carousel-caption .breadcrumb .breadcrumb-item{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}
#inner_banner .carousel-caption .breadcrumb .breadcrumb-item a{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#inner_banner .carousel-caption .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f178";
	color: #fff;
	padding-right: 15px;
}

/* Home About Us */
.home_about_us{
	padding: 50px 0;
	overflow: hidden;
}
.home_about_us p{
	font-weight: 600 ;
	font-size: 18px ;
}
.about_us_short_content{
	display: flex;
	align-items: center;
	gap: 15px;
}
.about_us_short_content h5{
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.about_us_short_content p{
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
	margin-bottom: 0;
}
.about_us_short_content_img{
	flex-shrink: 0;
	border: 1px solid rgba(255, 169, 52, 1);
	border-radius: 10px;
	width: 46px;
	height: 46px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_us_short_content_img img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.about_pos{
	position: absolute;
}
.about_pos_left{
	top: -60px;
	left: -100px;
}
.about_pos_right{
	bottom: 100px;
	right: -300px;
}

.home_features_section{
	background-image: url('../images/features_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.home_feature_card{
	text-align: center;
	margin-bottom: 20px;
	padding: 0 20px;
	border-left: 2px dashed #0A0B0A;
}
.home_feature_card_list .col-sm-3:first-child .home_feature_card{
	border-left: none;
}
.home_feature_card img{
	height: 65px;
}
.home_feature_card h2{
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #0A0B0A;
	margin-top: 20px;
}
.home_feature_card p{
	font-weight: 600;
	font-size: 18px;
	color: #0A0B0A;
	margin-bottom: 0;
}

/* Home Categories */
.home_categories{
	background-color: #fff;
	padding-top: 50px;
}
.home_categories .home_categories_inner{
	text-align: center;
}
.home_categories .home_categories_inner a{
	text-decoration: none;
}
.home_categories .home_categories_inner .col-sm-3{
	margin-bottom: 30px;
}

/* Home Menu */
.home_menu, .home_drink_menu_2{
	position: relative;
	background-color: rgba(0, 65, 23, 1);
	padding: 50px 0px;
}
.bottom_pos{
	position: absolute;
	bottom: -1px;
}
.header_bottom_pos{
	position: absolute;
	bottom: -17px;
}
.bottom_pos img, .header_bottom_pos img{
	width: 100vw;
}
.home_menu .home_menu_inner{
	text-align: center;
}

.menu_list{
	border: 2px solid #333330;
	border-radius: 10px;
	padding: 30px;
}
.menu_item{
	text-align: center;
	padding: 10px 0;
}
.menu_item_body{
	background-image: url('../images/p_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 232px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_item_body img{
	max-width: 210px;
	border-radius: 50%;
}
/* .menu_item .menu_item_title{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.menu_item .dashed_line{
	flex: 1;
	border: 1px dashed #000;
} */
.menu_item h5{
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	margin-bottom: 0;
}
.menu_item h4{
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}
.menu_item_2 h4{
	color: rgba(245, 139, 24, 1);
	background-color: rgb(254, 219, 183);
	padding: 12px 30px;
	border-radius: 100px;
	max-width: fit-content;

}
.menu_item_price {
	background-color: rgba(1, 99, 36, 1) !important;
	color: #fff !important;
	padding: 12px 30px !important;
	border-radius: 100px !important;
	max-width: fit-content;

}
.menu_item p{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}

li::marker{
	color: rgba(245, 139, 24, 1);
}
.offcanvas-body{
	color: #fff;
}
/* Home Testimonial */
.home_testimonial{
	padding-bottom: 80px;
}
.home_testimonial .home_testimonial_inner{
	text-align: center;
}
.home_testimonial_slider2 .testimonial_div {
    margin-right: 20px; /* Adjust gap as needed */
}
.home_testimonial_slider{
	position: relative;
	padding: 0 300px;
	min-height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.home_testimonial_slider .slick-dots li{
	width: auto;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #201C19;
}
.home_testimonial_slider .slick-dots li:first-child{
	padding-left: 0;
}
.home_testimonial_slider .slick-dots li:last-child{
	padding-right: 0;
}
.home_testimonial_slider .slick-dots li button{
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	font-weight: 500;
	font-size: 14px;
	color: rgba(245, 242, 234, 0.3);
}
.home_testimonial_slider .slick-dots li.slick-active{
	border-top-color: rgba(255, 169, 52, 1);
}
.home_testimonial_slider .slick-dots li.slick-active button{
	color: #F5F2EA;
}
/* .home_testimonial_slider .slick-dots li button::before{
	display: none;
}
.home_testimonial_slider::before{
	content: "";
	background-image: url('../images/testimonial1.png');
	background-repeat: no-repeat;
	width: 168px;
	height: 308px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.home_testimonial_slider::after{
	content: "";
	background-image: url('../images/testimonial2.png');
	background-repeat: no-repeat;
	width: 168px;
	height: 308px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
} */
.testimonial_div{
	padding: 20px 16px;
	background-color: rgba(254, 219, 183, 1);
	border-radius: 14px;
}
.testimonial_div .stars i{
	color: rgba(245, 139, 24, 1);
}
.testimonial_div .top_bar_line{
	background-color: rgba(255, 169, 52, 1);
	border-radius: 18px;
	width: 72px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial_div .testimonial_div_content{
	border-top: 2px dashed rgba(226, 178, 130, 1);
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 20px;
}
.testimonial_div .testimonial_div_img img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
}
.home_testimonial_slider .testimonial_div p{
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #F5F2EA;
	text-align: center;
}
.home_testimonial_slider .testimonial_div .testimonial_div_img{
	border: 1px solid #F5F2EA;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	overflow: hidden;
}
.home_testimonial_slider .testimonial_div .testimonial_div_img img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.home_testimonial_slider .testimonial_div h5{
	font-weight: 400;
	font-size: 18px;
	color: #F5F2EA;
	margin: 0;
}
.home_testimonial_slider .testimonial_div h6{
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 169, 52, 1);
	margin: 0;
}

.home_reservation{
	background-color: #0a0b0a;
	padding: 50px 0;
}

/* Home Gallery */
.home_gallery{
	background-color: #0a0b0a;
	/* padding: 80px 0 50px 0; */
}
.home_gallery .home_gallery_inner{
	text-align: center;
}
.home_gallery_slider{
	padding-bottom: 80px;
	/* background-color: #0a0b0a; */
}
.home_gallery_slider .home_gallery_div{
	border-radius: 14px;
	height: 490px;
	cursor: pointer;
	margin: 0 10px;
}
.home_gallery_slider .home_gallery_div img{
	border-radius: 14px;
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.lg-backdrop{
	z-index: 1240;
}
.lg-outer{
	z-index: 1250;
}

/* Contact Us Page */
.contact_link_icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 169, 52, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_detail a{
	color: inherit;
	text-decoration: none;
}
.contact_detail_main{
	background-color: rgba(254, 219, 183, 1);
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}
.contact_detail_main .contact_detail{
	border-bottom: 2px dashed rgba(226, 178, 130, 1);
	padding: 16px 0px;
}
.contact_detail_main .contact_detail:last-child {
  border-bottom: none;
}
.contact_us_page{
	background-color: rgba(47, 19, 20, 1);
	padding: 50px 0;
}
.contact_us_page .home_main_h2{
	color: #ffff;
}
.map {
  width: 100%;
  height: 450px;         
  border: 2px solid rgba(254, 219, 183, 1);
  border-radius: 15px;
  overflow: hidden;           
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;    
}
.contact_us_page ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 50px;
}
.contact_us_page ul li{
	font-weight: 300;
	font-size: 18px;
	color: #F5F2EA;
}
.contact_us_page ul li h5{
	font-weight: 500;
	font-size: 21px;
	color: #F5F2EA;
	text-transform: uppercase;
}
.contact_us_page ul li a{
	font-weight: 300;
	font-size: 18px;
	color: #F5F2EA;
	text-decoration: none;
	display: block;
}
.contact_us_page ul li p{
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
	margin: 0;
}
.contact_us_page ul li .footer_social_links{
	justify-content: flex-start;
}
.contact_us_page ul li .footer_social_links a{
	display: flex;
}
.contact_us_page ul li .contact_us_icon_div{
	margin-right: 20px;
}

/* Menu Page */
.menu_page{
	/* background-color: rgba(47, 19, 20, 1); */
	padding: 50px 0;
}
.menu_page .card{
	border-radius: 10px;
	background-color: rgba(47, 19, 20, 1);
	border: 2px solid rgba(255, 169, 52, 1);;
}
.menu_page .card .card-body{
	padding: 30px 1px;
}
.menu_page .card .card-body h4{
	font-weight: 600;
	font-size: 26px;
	color: rgba(255, 169, 52, 1);
	margin-bottom: 20px;
	padding: 0 15px;
	position: relative;
}
.menu_page .card .card-body img{
	padding: 0 0 0 15px;
}
.menu_page .card .card-body img.cart_bars_img{
	padding: 0 15px 0 0;
}
.menu_page .card .padd_body{
	padding: 30px 15px;
}
.menu_page .card .padd_body table td{
	color: #fff;
}
.menu_page .card .padd_body h4,
.menu_page .card .padd_body img,
.menu_page .card .padd_body img.cart_bars_img{
	padding: 0;
}
.menu_page .accordion .accordion-item{
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.menu_page .accordion .accordion-item .accordion-button{
	background-color: transparent;
}
.menu_page .accordion .accordion-item .accordion-button p{
	font-weight: 600;
	font-size: 18px;
	color: #F5F2EA;
	margin: 0;
}
.menu_page .accordion .accordion-item .accordion-button .accordion_button_icon_img{
	width: 35px;
}
.menu_page .accordion .accordion-item .accordion-button .accordion_button_icon_img img{
	padding-left: 0;
	padding-right: 10px;
	max-width: 100%;
	max-height: 100%;
}
.menu_page .accordion .accordion-item:first-of-type .accordion-button,
.menu_page .accordion .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
}
.menu_page .accordion .accordion-item .accordion-button:focus{
	box-shadow: none;
	border: none;
}
.menu_page .accordion .accordion-item .accordion-button:not(.collapsed){
	box-shadow: none;
	font-weight: 600;
	font-size: 18px;
	background-color: transparent;
}
.menu_page .accordion .accordion-item .accordion-button:not(.collapsed) p{
	font-weight: 600;
}
.menu_page .accordion .accordion-item .accordion-button::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F5F2EA'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.menu_page .accordion .accordion-item .accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EFC36A'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(90deg);
}
.menu_page .accordion .accordion-item .accordion-body{
	background-color: rgba(72, 33, 34, 1);
}
.menu_page .accordion .accordion-item .accordion-body ul{
	padding-left: 15px;
	list-style-image: url('../images/list_style_cat_image.png');
	margin-bottom: 0;
}
.menu_page .accordion .accordion-item .accordion-body ul li{
	font-weight: 300;
	font-size: 14px;
	color: #F5F2EA;
	margin: 10px 0;
}
.menu_page .accordion .accordion-item .accordion-body ul li a{
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	color: #F5F2EA;
}
.menu_page .accordion .accordion-item .accordion-body ul li:first-child{
	margin-top: 0;
}
.menu_page .accordion .accordion-item .accordion-body ul li:last-child{
	margin-bottom: 0;
}
.menu_page .accordion .accordion-item .accordion-body ul li:hover,
.menu_page .accordion .accordion-item .accordion-body ul li:hover a{
	color: rgba(255, 169, 52, 1);
}
.menu_page .cart_card .list-group .list-group-item:last-child{
	border-bottom: 1px solid #F5F2EA;
}
.menu_page .pro_card .list-group .list-group-item{
	border-bottom-width: 2px;
}
.menu_page .ordr_btn_div{
	text-align: right;
}
.menu_page .ordr_btn_div .ordr_btn_div_totals{
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu_page .ordr_btn_div h3{
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: rgba(255, 169, 52, 1);
	margin: 0;
}
.menu_page .card .card-body .ordr_btn_div h4{
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #F5F2EA;
	margin: 0;
}

/* Footer Newsletter */
.footer_newsletter{
	background: url('../images/footer_newsletter_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_newsletter .footer_newsletter_col_1{
	background-color: #e45759;
	padding: 25px 0;
	height: 100%;
}
.footer_newsletter .footer_newsletter_col_2{
	background-color: #db2f32;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_newsletter .footer_map_btn{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	height: 100%;
}
.footer_newsletter .footer_map_btn i{
	padding-right: 15px;
}
.footer_newsletter .footer_newsletter_col_1 .col-form-label{
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer_newsletter .footer_newsletter_col_1 .form-floating .form-control{
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #eb8081;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	height: 50px;
}
.footer_newsletter .footer_newsletter_col_1 .form-floating label{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	padding: 1rem .75rem 10px .75rem;
}
.footer_newsletter .footer_newsletter_col_1 .input-group .btn{
	border-radius: 0;
	border-bottom: 1px solid #eb8081;
	padding: 0;
}
.footer_newsletter .footer_newsletter_col_1 .input-group .btn .footer_newsletter_send_btn{
	background-color: #fff;
	color: #232323;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

/* Footer */
.main_footer{
	background-color: rgba(47, 19, 20, 1);
	padding: 40px 0;
}
.footer_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 50px;
	margin-bottom: 50px;
}
/* .footer_logo_line{
	background-color: #F5F2EA;
	width: 100%;
	height: 1px;
} */
.footer_logo a{
	text-decoration: none;
	display: inline-block;
	flex-shrink: 0;
}
.main_footer h5{
	color: #F5F2EA;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 30px;
}
.main_footer p{
	font-weight: 400;
	font-size: 16px;
	color: #F5F2EA;
}
.main_footer p span{
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 169, 52, 1);
}
.main_footer .store_info ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 20px;
}
.main_footer .store_info ul li{
	color: #F5F2EA;
	font-weight: 400;
	font-size: 16px;
}
.main_footer .store_info ul li a{
	color: #F5F2EA;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
}
.main_footer .store_info ul i{
	color: rgba(255, 169, 52, 1);
	font-size: 20px;
	margin-right: 15px;
}
.upper_footer .col-sm-4{
	border-left: 2px dashed rgba(255, 169, 52, 1);
}
.upper_footer .col-sm-4:first-child{
	border: none;
}
.bottom_footer{
	padding-top: 30px;
	border-top: 2px dashed rgba(226, 178, 130, 1);
}
/* .bottom_footer{
	position: relative;
	z-index: 1200;
	margin-top: 50px;
}
.bottom_footer p{
	font-weight: 400;
	font-size: 14px;
	color: #F5F2EA;
}
.bottom_footer .links_ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	flex-wrap: wrap;
}
.bottom_footer .links_ul li{
	color: #F5F2EA;
	font-weight: 400;
	font-size: 14px;
}
.bottom_footer .links_ul li a{
	color: #F5F2EA;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.bottom_footer .links_ul li a:hover{
	text-decoration: underline;
} */

/* Pagination */
.pagination li{
	margin-right: 5px;
}
.pagination li a{
	background: none;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 1px;
	font-size: 21px;
	font-weight: 400;
}
.pagination li.active{
	background: #fbe108;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-bottom: 3px;
	padding-left: 1px;
	font-size: 21px;
	font-weight: 400;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
}
.home_best_selling{
	background-color: rgba(47, 19, 20, 1);
	position: relative;
	padding: 50px 0px;
}
.best_selling_left{
	border: 2px dashed rgba(226, 178, 130, 1);
	border-radius: 12px;
	padding: 33px 17px;
}
.best_selling_left_top_heading{
	background-color: rgba(0, 65, 23, 1) ;
	border-radius: 50px;
	padding: 10px 20px;
}
.home_best_selling h5{
	font-family: "Anton", sans-serif;
	font-size: 24px;
}
.best_selling_products_item {
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.best_selling_products_item:last-child {
  border-bottom: none;
}
.best_selling_products h5{
	color: rgba(226, 178, 130, 1) !important;
}
.best_selling_products img{
	max-width: 125px;
}
.best_selling_right{
	position: relative;
	background-color: rgba(249, 146, 31, 1);
	border-radius: 12px;
}
.best_selling_right h4, .best_selling_right h5{
	font-family: "Anton", sans-serif;
	font-size: 40px;
	color: rgba(137, 66, 3, 1) !important;
}
.best_selling_right h5{
	font-size: 24px;
}
.best_selling_right .pizza_price {
	background-color: rgba(0, 65, 23, 1);
	border-radius: 50px;
	padding: 8px 20px;
}
.best_selling_right .best_selling_products_item {
	border-bottom: 2px dashed rgba(137, 66, 3, 1) ;
}
.best_selling_slice_pos{
	position: absolute;
	top: -77px;
	right: -89px;
}
.best_selling_slice_pos img{
	max-width: 300px;
}
.home_best_selling_pos{
	top: 0px;
}
.home_best_selling_pos img{
	width: 200px;
}
/* .blog_card{
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
.blog_card img{
	width: 100%;
	height: 370px;
	object-fit: cover;
	border-radius: 10px;
}
.blog_card h4{
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #F5F2EA;
	margin-bottom: 0;
}
.blog_card .blog_styled_heading{
	font-weight: 500;
	font-size: 14px;
	color: #EFC36A;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-left: 40px;
}
.blog_card .blog_styled_heading::before{
	content: "";
	background-image: url('../images/before_arrow2.svg');
	background-repeat: no-repeat;
	width: 29px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
} */

.mobile-sticky-cart {
    display: none;
    position: fixed;
    top: 40px; /* adjust according to header height */
    left: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    border-bottom: 1px solid #333;
}

.mobile-cart-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-cart-content .cart-info {
    color: #fff;
    font-size: 14px;
}

.mobile_inner_banner {
	text-align: end;
}
.mobile_inner_banner p{
	color: #000 !important;
}



/* Responsive */
@media only screen and (max-width: 1599px){
	.banner_pos_img img{
		max-width: 900px;
	}
	.about_pos_left{
		top: -10px;
		left: -64px;
	}
	.about_pos_left img{
		max-width: 200px;
	}
	.about_pos_right{
		bottom: 100px;
		right: -130px;
	}
	.about_pos_right img{
		max-width: 300px;
	}
	.bottom_pos {
		bottom: -5px !important;
	}
	.header_bottom_pos{
		bottom: -12px !important;
	}
	.home_best_selling h5{
		font-size: 24px;
	}
	.best_selling_products img{
		max-width: 66px;
	}
	.best_selling_right h4, .best_selling_right h5{
		font-size: 38px;
	}
	.best_selling_right h5{
		font-size: 24px;
	}
	.best_selling_slice_pos{
		position: absolute;
		top: -70px;
		right: -40px;
	}
	.best_selling_slice_pos img{
		max-width: 250px;
	}
	.banner_bg{
		height: 100vh;
	}
}
@media only screen and (max-width: 1199px){
	#main_header .nav-link{
		font-size: 14px;
		padding: 8px 10px;
	}
	#main_header .online_order_nav_link{
		font-size: 16px;
	}
	#main_header .icon_nav_link{
		font-size: 18px;
  		padding: 8px 10px;
	}
	.btn-primary{
		font-size: 14px;
		padding: 10px 25px;
	}
	.banner_pos_img {
		position: static !important;
		top: auto;
		right: auto;
		transform: translateY(0%);
	}
	.banner_pos_img img{
		max-width: 100%;
	}
	#main_banner .caption_container .carousel-caption .row{
		margin-top: 100px;
	}
	#main_banner .caption_container .carousel-caption h4{
		font-size: 40px;
	}
	#main_banner .caption_container .carousel-caption h6{
		font-size: 22px;
	}
	#main_banner .caption_container .carousel-caption .input-group .form-control{
		font-size: 16px;
	}
	#main_banner .caption_container .carousel-caption .input-group .btn .banner_search_btn{
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
	.carousel-inner .heading_btn {
		margin-top: 0px;
	}
	.banner_pos_img {
		right: -50px;
	}
	.banner_pos_img img{
		max-width: 700px;
	}
	.home_main_h2{
		font-size: 38px;
	}
	.home_main_h3{
		font-size: 40px;
	}
	.about_pos_left{
		top: -20px;
		left: -46px;
	}
	.about_pos_left img{
		max-width: 150px;
	}
	.about_pos_right{
		bottom: 100px;
		right: -130px;
	}
	.about_pos_right img{
		max-width: 270px;
	}
	.read_more_btn{
		font-size: 14px;
	}
	.home_category_card .card-body h5{
		font-size: 30px;
	}
	.home_category_card .card-body p{
		font-size: 14px;
	}
	.home_category_card .card_img{
		height: 200px;
	}
	.home_category_tabs .nav-link ~ .nav_line::after{
		height: 5px;
		bottom: -3px;
	}
	.menu_item h5{
		font-size: 20px;
	}
	.menu_item p{
		font-size: 14px;
	}
	.menu_item h4{
		font-size: 20px;
	}
	.product_card .card-body h5{
		font-size: 18px;
	}
	.product_card .card-body p{
		font-size: 14px;
	}
	.product_card .card-body h4{
		font-size: 24px;
	}
	.gallery_image .gallery_image_overlay_text a{
		font-size: 14px;
	}
	.product_card .card_img{
		height: 200px;
	}
	.home_testimonial_slider .testimonial_div p{
		font-size: 20px;
	}
	.home_testimonial_slider{
		padding: 0 200px;
	}
	.main_footer h5{
		font-size: 24px;
	}
	.footer_newsletter .footer_newsletter_col_1 .col-form-label{
		font-size: 18px;
	}
	.footer_newsletter .footer_map_btn{
		font-size: 18px;
	}
	.footer_newsletter .footer_newsletter_col_1 .form-floating label{
		font-size: 12px;
	}
	.footer_newsletter .footer_newsletter_col_1 .form-floating .form-control{
		font-size: 12px;
		height: 45px;
	}
	.footer_newsletter .footer_newsletter_col_1 .input-group .btn .footer_newsletter_send_btn{
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
	.home_gallery_slider .home_gallery_div{
		height: 400px;
	}
	.footer_map_offcanvas{
		height: 46vh;
	}
	.contact_us_page ul li h5{
		font-size: 19px;
	}
	.contact_us_page ul li p,
	.contact_us_page ul li a{
		font-size: 16px;
	}
	.contact_us_icon_div{
		width: 62px;
		height: 62px;
	}
	.contact_us_page h4{
		font-size: 28px;
	}
	.submit_btn{
		font-size: 23px;
	}
	.contact_us_page ul .row .col-sm-2{
		width: 25%;
	}
	.contact_us_page ul .row .col-sm-10{
		width: 75%;
	}
	.contact_us_google_map iframe{
		height: 400px;
	}
	.menu_page .card .card-body h4{
		font-size: 20px;
	}
	.menu_page .accordion .accordion-item .accordion-body ul li,
	.menu_page .accordion .accordion-item .accordion-body ul li a{
		font-size: 12px;
	}
	.menu_page .accordion .accordion-item .accordion-button p{
		font-size: 13px;
	}
	.menu_page .accordion .accordion-item .accordion-button .accordion_button_icon_img{
		width: 30px;
	}
	.list-group .list-group-item h2{
		font-size: 16px;
	}
	.list-group .list-group-item p{
		font-size: 12px;
	}
	.list-group .list-group-item h3{
		font-size: 14px;
	}
	.pro_quantity_input{
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
	.list-group .list-group-item .order_btn_black{
		font-size: 12px;
		padding: 5px 15px;
	}
	.list-group .list-group-item .pro_list_img{
		width: 130px;
		height: 130px;
	}
	.order_btn{
		font-size: 20px;
		padding: 5px 20px;
	}
	.menu_page .ordr_btn_div h3{
		font-size: 32px;
	}
	.list-group .list-group-item h6{
		font-size: 13px;
	}
	.list-group .list-group-item h5,
	.list-group .list-group-item h5 span{
		font-size: 12px;
	}
	.home_feature_card h2{
		font-size: 20px;
	}
	.home_feature_card img{
		height: 60px;
	}
	.home_main_h2{
		font-size: 36px;
	}
	.blog_card img{
		height: 320px;
	}
	.blog_card h4{
		font-size: 20px;
	}
	.home_best_selling h5{
		font-size: 20px;
	}
	.best_selling_products img{
		max-width: 66px;
	}
	.best_selling_right h4, .best_selling_right h5{
		font-size: 34px;
	}
	.best_selling_right h5{
		font-size: 20px;
	}
	.best_selling_slice_pos{
		position: absolute;
		top: -70px;
		right: -75px;
	}
	.best_selling_slice_pos img{
		max-width: 200px;
	}
	.home_best_selling_pos img{
		width: 150px;
	}
	.banner_bg{
		height: 630px;
	}
}

@media only screen and (max-width: 982px){
	.navbar_custom{
		flex-direction: column;
		/* display: flex;
		justify-content: space-between; */
	}
	p{
		font-size: 14px;
	}
	h5{
		font-size: 16px;
	}
	/* .carousel-item{
		height: 900px;
	} */
	#main_banner .carousel-item img{
		height: 100%;
	}
	#main_header {
		background-image: none;
		background-repeat: no-repeat;
		width: 100%;
		/*padding: 130px 0;
		position: static; */
		top: auto;
		z-index: 1000;
		background-color: rgba(43, 7, 10, 1);
	}
	.banner_bg{
		height: 500px;
	}
	#main_header .nav-link {
		font-size: 19px;
		width: max-content;
		margin: 5px 0;
	}
	#main_header .navbar-nav {
		padding-top: 0px !important;
	}
	.navbar-nav-right{
		display: flex;
		flex-direction: row;
	}
	#main_header .nav-link {
		font-size: 14px;
		padding: 4px 10px;
	}
	/* .navbar-collapse {
		margin-left: 30px;
	} */
	#main_header .header_inner_container {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	 .bottom_pos {
		bottom: -6px !important;
	}
	.header_bottom_pos{
		bottom: -9px !important;
	}
	.btn {
		font-size: 14px;
		padding: 10px 14px;
	}
	.home_category_card .card-body h5{
		font-size: 18px;
	}
	.home_best_selling h5{
		font-size: 18px;
	}
	.best_selling_products img{
		max-width: 66px;
	}
	.best_selling_right h4, .best_selling_right h5{
		font-size: 23px;
	}
	.best_selling_right h5{
		font-size: 18px;
	}
	.best_selling_slice_pos{
		position: absolute;
		top: -70px;
		right: -75px;
	}
	.best_selling_slice_pos img{
		max-width: 180px;
	}
	#main_header .bottom_pos {
		display: none;
	}
	#main_header .header_bottom_pos {
		display: none;
	}
	#main_header .header_inner_container{
		flex-direction: column;
		align-items: flex-start;
	}
	.navbar-nav{
		margin-top: 10px;
	}

	/* 1. Make the collapse float over content */
    #navbarSupportedContent.collapse.show, 
    #navbarSupportedContent.collapsing {
        position: absolute;
        top: 100%; /* Positions it exactly at the bottom of the header */
        left: 0;
        width: 100%;
        z-index: 1050;
        background-color:  rgba(0, 65, 23, 1); /* Match your header background color */
        padding: 1rem;
    }

    /* 2. Ensure the header container doesn't grow */
    #main_header {
        position: relative;
    }

    /* 3. Force vertical layout inside the absolute div */
    .navbar_custom {
        flex-direction: column;
    }
}
@media only screen and (max-width: 810px){
	#main_header .online_order_nav_link{
		font-size: 18px;
		margin: 5px 0;
	}
	#main_header .icon_nav_link{
		font-size: 25px;
		margin: 5px 0;
	}
	#main_header .navbar-nav{
		padding-top: 50px;
	}
	.banner_bg {
		height: 430px;
	}
	#main_banner {
		top: -40px;
		margin-bottom: -55px;
	}
	#main_banner .caption_container .carousel-caption .row {
		margin-top: 38px;
	}
	/* #main_banner .caption_container .carousel-caption .row {
		margin-top: 508px;
	} */
	/* #main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 800px;
	}
	#main_banner .caption_container .carousel-caption .col-sm-6{
		width: 83.33333333%;
	} */
	#main_banner .caption_container .carousel-caption h4{
		font-size: 40px;
	}
	#main_banner .caption_container .carousel-caption h6{
		font-size: 20px;
	}
	#main_banner .caption_container .carousel-caption .input-group .form-control{
		font-size: 14px;
	}
	#main_banner .caption_container .carousel-caption .input-group .btn .banner_search_btn{
		width: 32px;
		height: 32px;
		font-size: 15px;
	}
	.home_main_h2{
		font-size: 34px;
	}
	.home_main_h3{
		font-size: 35px;
	}
	.home_about_us p{
		font-size: 16px;
	}
	.read_more_btn{
		font-size: 12px;
	}
	.home_category_card .card-body h5{
		font-size: 16px;
	}
	.home_category_card .card-body p{
		font-size: 12px;
	}
	.home_category_card .card_img{
		height: 165px;
	}
	.home_category_tabs{
		width: unset;
	}
	.home_category_tabs .nav-link{
		font-size: 16px;
	}
	.home_category_tabs .nav-link ~ .nav_line::after{
		height: 3px;
		bottom: -2px;
	}
	.home_testimonial_slider .testimonial_div p{
		font-size: 18px;
	}
	.footer_newsletter .footer_newsletter_col_1 .col-form-label{
		font-size: 16px;
	}
	.footer_newsletter .footer_newsletter_col_1 .form-floating .form-control{
		font-size: 10px;
		height: 40px;
	}
	.footer_newsletter .footer_newsletter_col_1 .form-floating label{
		font-size: 10px;
	}
	.footer_newsletter .footer_newsletter_col_1 .input-group .btn .footer_newsletter_send_btn{
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
	.footer_newsletter .footer_map_btn{
		font-size: 16px;
	}
	.main_footer h5{
		font-size: 20px;
	}
	.main_footer p,
	.main_footer .links_ul li,
	.main_footer .links_ul li a,
	.copyright_footer p,
	.copyright_footer a,
	.main_footer .store_info ul li,
	.main_footer .store_info ul li a{
		font-size: 14px;
	}
	.home_gallery_slider .home_gallery_div{
		height: 300px;
	}
	.home_category_tab_content .tab-pane .col-sm-3{
		width: 33.33333333%;
	}
	.product_card .card-body h5{
		font-size: 16px;
	}
	.product_card .card-body p{
		font-size: 12px;
	}
	.product_card .card-body h4{
		font-size: 22px;
	}
	.product_card .card_img{
		height: 170px;
	}
	.footer_map_offcanvas{
		height: 44vh;
	}
	.contact_us_page h4{
		font-size: 26px;
	}
	.submit_btn{
		font-size: 21px;
	}
	.contact_us_page ul li h5{
		font-size: 17px;
	}
	.contact_us_page ul li p,
	.contact_us_page ul li a{
		font-size: 14px;
	}
	.contact_us_icon_div{
		width: 52px;
		height: 52px;
	}
	.contact_us_google_map iframe{
		height: 300px;
	}
	.menu_page .row .col-sm-3{
		width: 33.33333333%;
	}
	.menu_page .row .col-sm-6{
		width: 66.66666667%;
		margin-bottom: 30px;
	}
	.home_feature_card_list .col-sm-3{
		width: 50%;
	}
	.home_feature_card{
		border: none;
	}
	.blog_card img{
		height: 270px;
	}
	.blog_card h4{
		font-size: 18px;
	}
	.bottom_pos {
		bottom: -6px;
	}
	.home_best_selling h5{
		font-size: 16px;
	}
	.best_selling_right h4, .best_selling_right h5{
		font-size: 20px;
	}
	.best_selling_right h5{
		font-size: 16px;
	}
	.best_selling_slice_pos{
		top: -40px;
		right: -50px;
	}
	.best_selling_slice_pos img{
		max-width: 160px;
	}
}

@media only screen and (max-width: 481px){
	#main_header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	p, #main_banner .caption_container .carousel-caption p{
		font-size: 15px !important;
	}
	#main_banner .btn-secondary, #main_banner .btn-outline-primary {
		font-size: 16px !important;
		padding: 15px 30px !important;
	}
	.heading_btn_text {
		font-size: 16px !important;
	}
	.banner_bg {
		height: 380px;
	}
	.footer_map_offcanvas{
		height: 50%;
	}
	#main_banner .caption_container .carousel-caption h4{
		font-size: 35px;
	}
	#main_banner .caption_container .carousel-caption h6{
		font-size: 18px;
	}
	#main_banner .caption_container{
		position: relative;
	}
	#main_banner .caption_container .carousel-caption{
		top: 170px;
	}
	.home_testimonial_slider{
		padding: 0;
	}
	.home_testimonial_slider::before, .home_testimonial_slider::after{
		display: none;
	}
	.home_gallery_slider .home_gallery_div{
		height: 250px;
	}
	.home_feature_card_list .col-sm-3{
		width: 100%;
	}
	.heading_btn img {
		width: 25px !important;
	}
	.about_img{
		margin-bottom: 20px;
		width: 300px;
	}
	/* .carousel-item {
		height: 600px;
	} */
	.about_pos_left{
		top: -10px;
		left: -28px;
	}
	.about_pos_left img{
		max-width: 100px;
	}
	.about_pos_right{
		bottom: 0px;
		right: -90px;
	}
	.about_pos_right img{
		max-width: 200px;
	}
	/* #main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 550px;
	} */
	.home_main_h2{
		font-size: 24px;
	}
	.home_main_h3{
		font-size: 30px;
	}
	.home_about_us .home_about_us_inner{
		padding: 0;
	}
	.home_category_tab_content .tab-pane .col-sm-3{
		width: 100%;
	}
	.product_card .card-body h5{
		font-size: 18px;
	}
	.product_card .card-body p{
		font-size: 14px;
	}
	.product_card .card-body h4{
		font-size: 24px;
	}
	.product_card .card_img{
		height: 200px;
	}
	.home_category_card .card_img{
		height: 200px;
	}
	.home_category_card .card-body p{
		font-size: 14px;
	}
	.home_testimonial_slider .testimonial_div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_footer .footer_social_links{
		margin: 20px 0;
	}
	.main_footer .links_ul{
		justify-content: center;
	}
	.copyright_footer .col-sm-6{
		text-align: center !important;
	}
	.copyright_footer .text-start{
		margin-bottom: 10px;
	}
	.footer_newsletter_col_1 .row{
		justify-content: center;
	}
	.footer_newsletter .footer_newsletter_col_1 .col-form-label{
		font-size: 20px;
	}
	.footer_newsletter .footer_map_btn{
		font-size: 20px;
		padding: 25px .75rem;
	}
	.footer_newsletter .footer_newsletter_col_1 .form-floating .form-control{
		font-size: 14px;
		height: 50px;
	}
	.footer_newsletter .footer_newsletter_col_1 .input-group .btn .footer_newsletter_send_btn{
		width: 38px;
		height: 38px;
		font-size: 20px;
	}
	.footer_newsletter .footer_newsletter_col_2{
		margin-left: -12px;
		margin-right: -12px;
	}
	#inner_banner .carousel-caption h3{
		font-size: 43px;
	}
	.menu_page .row .col-sm-3{
		width: 100%;
	}
	.menu_page .row .col-sm-6{
		width: 100%;
		margin-top: 10px;
	}
	.menu_page .card .card-body h4{
		font-size: 26px;
	}
	.menu_page .accordion .accordion-item .accordion-body ul li,
	.menu_page .accordion .accordion-item .accordion-body ul li a{
		font-size: 14px;
	}
	.menu_page .accordion .accordion-item .accordion-button p{
		font-size: 15px;
	}
	.menu_page .accordion .accordion-item .accordion-button .accordion_button_icon_img{
		width: 35px;
	}
	.list-group .list-group-item h2{
		font-size: 18px;
	}
	.list-group .list-group-item p{
		font-size: 14px;
	}
	.list-group .list-group-item h3{
		font-size: 16px;
	}
	.list-group .list-group-item .pro_list_img{
		width: 120px;
		height: 120px;
	}
	.pro_quantity_input{
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.list-group .list-group-item .order_btn_black{
		padding: 5px 25px;
		font-size: 14px;
	}
	.list-group .list-group-item h6{
		font-size: 15px;
	}
	.list-group .list-group-item h5,
	.list-group .list-group-item h5 span{
		font-size: 14px;
	}
	.menu_page .ordr_btn_div h3{
		font-size: 20px;
	}
	.order_btn{
		padding: 5px 25px;
		font-size: 22px;
	}
	.menu_page .pro_card .col-sm-7{
		margin-bottom: 30px;
	}
	.menu_page .cart_card .col-sm-7{
		width: 58.33333333%;
	}
	.menu_page .cart_card .col-sm-5{
		width: 41.66666667%;
	}
	.btn {
		font-size: 13px;
		padding: 10px 14px;
	}
	p{
		font-size: 12px;
	}
	h5{
		font-size: 16px;
	}
	  #main_header .nav-link {
		font-size: 15px;
	}
	.bottom_pos {
		bottom: -9px !important;
	}
	.home_best_selling h5{
		font-size: 16px;
	}
	.best_selling_products img{
		max-width: 90px;
	}
	.best_selling_right h5{
		font-size: 16px;
	}
	.best_selling_slice_pos{
		top: -24px;
		right: -10px;
	}
	.best_selling_slice_pos img{
		max-width: 140px;
	}
	.best_selling_right {
		margin-top: 30px;
	}
	.home_best_selling_pos img{
		width: 100px;
	}
	.menu_item h4 {
		font-size: 14px;
	}
	.menu_main_row{
		flex-direction: column-reverse;
	}
	.menu_page .row .col-sm-6 {
		margin-bottom: 10px;
	}
	.ordr_btn_div_totals .col-sm-6{
		width: 50% !important;
	}
	.bottom_footer{
		flex-direction: column;
		align-items: center;
	}
	.menu_page {
		padding: 20px 0;
	}
	.menu_page .card .card-body h4 {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.menu_page .ordr_btn_div .ordr_btn_div_totals {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.menu_page .card .padd_body {
		padding: 15px 15px;
	}
	.nav_container{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.navbar-brand img{
		width: 160px !important;
	}
	.menu_page .mobile-sticky-cart .ordr_btn_div .ordr_btn_div_totals {
		margin-bottom: 0px !important;
	}
	 .mobile-sticky-cart .card .card-body .ordr_btn_div h4 {
		font-size: 14px !important;
	}
	 .mobile-sticky-cart .ordr_btn_div h3 {
		font-size: 16px !important;
	}
	#inner_banner .carousel-item {
		height: 200px;
	}

	#inner_banner{
		display: none;
	}
	.mobile_inner_banner{
		display: block !important;
	}
	.cartreloader .list-group{
		max-height: 170px;
		overflow: scroll;
		overflow-x: hidden;
	}
	.category_products{
		flex-direction: column-reverse;
	}
	.category_products .col-sm-3{
		margin-bottom: 10px;
	}
	 /* #main_header {
		padding: 40px 0;
	} */
}