/* Custom Container */
@media only screen and (min-width : 1200px){
	.container{
		max-width: 1300px;
	}
}

/* Global */
*, body, h1, h2, h3, h4, h5, h6, p, a{
	outline: 0 !important;
	font-family: 'Poppins', sans-serif;
}
.btn:focus,
.form-control:focus,
.form-select:focus{
	outline: 0;
	box-shadow: none;
}
.form-check-input:focus{
	box-shadow: none;
}
.form-floating textarea.form-control{
	height: 150px;
}
.btn_radio_btns{
	color: #e45759;
	background-color: transparent;
	border: 1px solid #e45759;
}
.btn_radio_btns:hover,
.btn_radio_btns:focus{
	color: #fff;
	background-color: #e45759;
	border-color: #e45759;
}
.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: #fff;
	background-color: #e45759;
	border-color: #e45759;
}
.add_shadow{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.home_main_h2{
	font-family: 'Mr Dafoe', cursive;
	font-weight: 400;
	font-size: 58px;
	color: #252525;
	margin: 0;
}
.home_main_h3{
	font-family: 'Rajdhani', sans-serif;
	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-family: 'Rajdhani', sans-serif;
	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-family: 'Rajdhani', sans-serif;
	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: 0;
}
.home_category_card .card_img{
	height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home_category_card .card_img img{
	border-radius: 0;
	max-width: 100%;
	max-height: 100%;
}
.home_category_card .card-body{
	padding: 5px;
}
.home_category_card .card-body h5{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #000;
	margin: 0;
}
.home_category_card .card-body p{
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin: 0;
}
.home_category_tabs{
	justify-content: center;
	border-color: #c3c3c3;
	width: max-content;
	margin: 0 auto;
}
.home_category_tabs .nav-item{
	position: relative;
}
.home_category_tabs .nav-link{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	border: none;
	padding: 10px 20px;
}
.home_category_tabs .nav-link.active,
.home_category_tabs .nav-link:hover,
.home_category_tabs .nav-link:focus{
	color: #e45759;
	border: none;
	background-color: transparent;
}
.home_category_tabs .nav-link ~ .nav_line::after{
	content: '';
    display: block;
    width: 0;
    height: 7px;
    background: #e45759;
    border-radius: 90px;
    transition: width .5s;
    position: absolute;
    bottom: -4px;
}
.home_category_tabs .nav-link.active ~ .nav_line::after,
.home_category_tabs .nav-link:hover ~ .nav_line::after{
    width: 100%;
}
.home_category_tab_content{
	margin-top: 50px;
}
.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-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #1b1a19;
}
.product_card .card-body p{
	font-weight: 400;
	font-size: 16px;
	color: #858585;
}
.product_card .card-body h4{
	font-family: 'Rajdhani', sans-serif;
	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;
	margin-top: 30px;
}
.footer_social_links a{
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 16px;
}
.footer_social_links a.twitter_link{
	background-color: #1c9cea;
}
.footer_social_links a.youtube_link{
	background-color: #f60000;
}
.footer_social_links a.facebook_link{
	background-color: #1873eb;
}
.footer_social_links a.instagram_link{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.contact_us_icon_div{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3c3c3c;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	color: #fff;
	padding: 15px;
}
.contact_us_icon_div img{
	max-width: 100%;
	max-height: 100%;
}
.list-group .list-group-item{
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e8ebf1;
	padding: 15px 0;
}
.list-group .list-group-item:last-child{
	border-bottom: none;
}
.list-group .list-group-item h6{
	font-weight: 300;
	font-size: 15px;
	color: #000;
	margin: 0;
}
.list-group .list-group-item small{
	font-weight: 300;
	font-size: 13px;
	color: #000;
	margin: 0;
	display: block;
}
.list-group .list-group-item small strong{
	font-weight: 600;
	font-size: 13px;
	color: #000;
	margin: 0;
}
.list-group .list-group-item h5{
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin: 0;
}
.list-group .list-group-item h5 span{
	font-weight: 400;
	font-size: 14px;
	color: #e45759;
	margin: 0;
}
.list-group .list-group-item .btn{
	padding: 0;
	margin-left: 15px;
	color: #908e8e;
	font-size: 14px;
}
.list-group .list-group-item h2{
	font-weight: 500;
	font-size: 18px;
	color: #11130a;
	margin: 0;
}
.list-group .list-group-item h3{
	font-weight: 500;
	font-size: 16px;
	color: #e45759;
	margin: 0;
}
.list-group .list-group-item p{
	font-weight: 400;
	font-size: 14px;
	color: #585953;
	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;
}
.pro_quantity_input{
	border: 1px solid #dddddd;
	background-color: #f3f5ff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #242424;
}
.list-group .list-group-item .pro_list_img{
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 0 10px;
}
.list-group .list-group-item .pro_list_img img{
	max-width: 100%;
	max-height: 100%;
	padding: 0;
}
.progress{
	height: 3px;
	background-color: #e8ebf1;
	margin: 10px 0;
}
.progress .progress-bar{
	background-color: #e45759;
	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: #3e4038;
	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: #e45759;
}
.menu_page .nav-pills .nav-link.active{
	color: #3e4038;
}
.swal2-confirm{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500 !important;
	font-size: 22px !important;
	color: #fff !important;
	text-decoration: none;
	background-color: #e45759 !important;
	border: 2px solid #e45759 !important;
}
.swal2-confirm:hover{
	background-color: transparent !important;
	color: #000 !important;
	background-image: none !important;
}
.swal2-confirm:focus{
	box-shadow: none !important;
}
.account_offcanvas a{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #212529;
	text-decoration: none;
}
.account_offcanvas a:hover{
	text-decoration: underline;
}
.register_right_side_info h6{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #11130a;
}
.register_right_side_info h5{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #11130a;
}
.account_list_left .list-group-item{
	border-left: none;
	border-right: none;
	padding: 10px 15px;
	border-radius: 0;
}
.account_list_left a{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #11130a;
    text-decoration: none;
}
.account_list_left a i{
	margin-right: 5px;
}
.account_list_left a::after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e45759;
    transition: width .5s;
}
.account_list_left a:hover::after{
    width: 100%;
}
.addresses_list_group .list-group-item p{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #11130a;
}
.addresses_card h5{
    font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	color: #11130a;
}
.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;
}
.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: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	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: "\f077";
	font-size: 24px;
	color: #e45759;
}
#back_to_top_btn:hover{
	cursor: pointer;
	background-color: #fff;
}
#back_to_top_btn:active{
	background-color: #fff;
}
#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;
	}
}








/* Main Header */
#main_header{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
}
#main_header .navbar-brand{
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	top: 0;
}
#main_header .nav-link{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 19px;
	color: #2a2a2a;
	padding: 0;
	margin: 25px 20px;
}
#main_header .nav-link::after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e45759;
    transition: width .5s;
}
#main_header .nav-link:hover::after{
    width: 100%;
}
#main_header .online_order_nav_link{
	font-size: 18px;
	color: #fff;
	background-color: #e45759;
	border: 2px solid #e45759;
	border-radius: 90px;
	padding: 7px 25px;
	margin: 17px 20px;
}
#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: 25px;
	color: #2a2a2a;
	margin: 21px 12px;
}
#main_header .icon_nav_link:hover{
	color: #e45759;
}
#main_header .cart_icon_btn{
	position: relative;
}
#main_header .cart_icon_btn .badge{
	background-color: #e45759;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	transform: translate(-50%,100%) !important;
}
#main_header .navbar-toggler{
	border-color: #2a2a2a;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#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%28228, 87, 89, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Main Banner */
#main_banner .carousel-item{
	height: 466px;
}
#main_banner .carousel-item img{
	height: 466px;
	object-fit: cover;
}
#main_banner .banner_overlay{
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_banner .caption_container .carousel-caption{
	right: auto;
	left: auto;
	display: flex;
	align-items: center;
	top: 0;
}
#main_banner .caption_container .carousel-caption h6{
	font-family: 'Patrick Hand', cursive;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
#main_banner .caption_container .carousel-caption h4{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 65px;
	color: #fff;
	margin: 0;
}
#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;
}

/* Inner Banner */
#inner_banner .carousel-item{
	height: 231px;
}
#inner_banner .carousel-item img{
	height: 231px;
	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-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 53px;
	color: #fff;
}
#inner_banner .carousel-caption .breadcrumb{
	justify-content: center;
}
#inner_banner .carousel-caption .breadcrumb .breadcrumb-item{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}
#inner_banner .carousel-caption .breadcrumb .breadcrumb-item a{
	font-family: 'Rajdhani', sans-serif;
	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{
	background-color: #f2f2f2;
	padding: 50px 0;
}
.home_about_us .home_about_us_inner{
	text-align: center;
	padding: 0 50px;
}
.home_about_us p{
	font-weight: 300;
	font-size: 18px;
	color: #565751;
	margin-bottom: 30px;
}

/* Home Categories */
.home_categories{
	background-color: #fff;
	padding: 50px 0;
}
.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{
	background-color: #f2f2f2;
	padding: 50px 0 20px 0;
}
.home_menu .home_menu_inner{
	text-align: center;
}

/* Home Testimonial */
.home_testimonial{
	background-color: #e45759;
	padding: 50px 0;
}
.home_testimonial .home_testimonial_inner{
	text-align: center;
}
.home_testimonial .home_main_h2{
	color: #fff;
}
.home_testimonial .home_main_h3{
	color: #fff;
}
.home_testimonial_slider .slick-list{
	overflow: unset;
	overflow-x: clip;
}
.home_testimonial_slider .testimonial_div{
	position: relative;
	padding-right: 100px;
	padding-left: 100px;
}
.home_testimonial_slider .testimonial_div .testimonial_div_img{
	border: 5px solid #fff;
	border-radius: 50%;
	width: 102px;
	height: 102px;
	position: absolute;
	top: -50px;
	z-index: 2;
}
.home_testimonial_slider .testimonial_div .testimonial_div_img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
}
.home_testimonial_slider .testimonial_div h5{
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin: 0;
}
.home_testimonial_slider .testimonial_div h6{
	font-weight: 500;
	font-size: 14px;
	color: #7f7f7f;
	margin: 0;
}
.home_testimonial_slider .testimonial_div p{
	font-weight: 400;
	font-size: 16px;
	color: #747474;
	margin: 0;
}
.home_testimonial_slider .testimonial_div .testimonial_div_name{
	margin-bottom: 30px;
	margin-top: 5px;
	margin-left: 115px;
}

/* Home Gallery */
.home_gallery{
	background-color: #fff;
	padding: 80px 0 50px 0;
}
.home_gallery .home_gallery_inner{
	text-align: center;
}
.home_gallery_slider{
	margin-bottom: 80px;
}
.home_gallery_slider .home_gallery_div{
	height: 239px;
	cursor: pointer;
}
.home_gallery_slider .home_gallery_div img{
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

/* Contact Us Page */
.contact_us_page{
	background-color: #fff;
	padding: 50px 0;
}
.contact_us_page h4{
	font-weight: 600;
	font-size: 30px;
	color: #e45759;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact_us_page .submit_btn{
	width: 50%;
}
.contact_us_page .form-floating{
	margin-bottom: 20px;
}
.contact_us_page .form-floating .form-control{
	border-radius: 90px;
	padding-left: 25px;
	padding-right: 25px;
}
.contact_us_page .form-floating label{
	padding-left: 25px;
	padding-right: 25px;
}
.contact_us_page .form-floating textarea.form-control{
	border-radius: 10px;
	height: 150px;
}
.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: #333333;
}
.contact_us_page ul li h5{
	font-weight: 500;
	font-size: 21px;
	color: #000;
	text-transform: uppercase;
}
.contact_us_page ul li a{
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.contact_us_page ul li p{
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	margin: 0;
}
.contact_us_page ul li .footer_social_links a{
	color: #fff;
	font-size: 16px;
	display: flex;
}
.contact_us_page ul li .contact_us_icon_div{
	margin-right: 20px;
}

/* Menu Page */
.menu_page{
	background-color: #f2f2f2;
	padding: 50px 0;
}
.menu_page .card{
	border-radius: 10px;
	background-color: #fff;
	border: none;
}
.menu_page .card .card-body{
	padding: 30px 1px;
}
.menu_page .card .card-body h4{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #11130a;
	margin: 0;
	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 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;
}
.menu_page .accordion .accordion-item .accordion-button p{
	font-weight: 300;
	font-size: 15px;
	color: #11130a;
	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: 300;
	font-size: 15px;
	color: #11130a;
	background-color: #e8e8e8;
}
.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='%23666666'%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='%23e45759'%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: #f2f2f2;
}
.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: #3e4038;
	margin: 10px 0;
}
.menu_page .accordion .accordion-item .accordion-body ul li a{
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	color: #3e4038;
}
.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: #e45759;
}
.menu_page .cart_card .list-group .list-group-item:last-child{
	border-bottom: 1px solid #e8ebf1;
}
.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-weight: 500;
	font-size: 28px;
	color: #000;
	margin: 0;
}
.menu_page .card .card-body .ordr_btn_div h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	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: #10100e;
	padding: 50px 0;
}
.main_footer h5{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.main_footer p{
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}
.main_footer .links_ul{
	list-style-image: url('../images/list_style_image.png');
	padding-left: 15px;
}
.main_footer .links_ul li{
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	margin: 10px 0;
}
.main_footer .links_ul li a{
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.main_footer .links_ul li a:hover{
	text-decoration: underline;
}
.main_footer .store_info ul{
	list-style: none;
	padding-left: 0;
	display: flex;
}
.main_footer .store_info ul li{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.main_footer .store_info ul li a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.main_footer .store_info ul i{
	color: #e45759;
	margin-right: 10px;
}

/* Copyright Footer */
.copyright_footer{
	background-color: #fff;
	padding: 30px 0;
}
.copyright_footer p{
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}
.copyright_footer a{
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.copyright_footer 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-family: 'Roboto', sans-serif;
	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-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 400;
}

/* Responsive */
@media only screen and (max-width: 992px){
	#main_header .nav-link{
		font-size: 17px;
	}
	#main_header .online_order_nav_link{
		font-size: 16px;
	}
	#main_header .icon_nav_link{
		font-size: 23px;
	}
	#main_banner .caption_container .carousel-caption h4{
		font-size: 55px;
	}
	#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;
	}
	.home_main_h2{
		font-size: 52px;
	}
	.home_main_h3{
		font-size: 40px;
	}
	.home_about_us p{
		font-size: 16px;
	}
	.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{
		font-size: 18px;
	}
	.home_category_tabs .nav-link ~ .nav_line::after{
		height: 5px;
		bottom: -3px;
	}
	.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 h5{
		font-size: 18px;
	}
	.home_testimonial_slider .testimonial_div h6{
		font-size: 12px;
	}
	.home_testimonial_slider .testimonial_div p{
		font-size: 14px;
	}
	.home_testimonial_slider .testimonial_div .testimonial_div_img{
		width: 92px;
		height: 92px;
		top: -45px;
	}
	.main_footer h5{
		font-size: 18px;
	}
	.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: 12px;
	}
	.footer_social_links a{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.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: 200px;
	}
	.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: 90px;
	}
	.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;
	}
}

@media only screen and (max-width: 768px){
	#main_header .nav-link{
		font-size: 19px;
		width: max-content;
		margin: 5px 0;
	}
	#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;
	}
	#main_banner .caption_container .carousel-caption h4{
		font-size: 45px;
	}
	#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: 46px;
	}
	.home_main_h3{
		font-size: 35px;
	}
	.home_about_us p{
		font-size: 14px;
	}
	.read_more_btn{
		font-size: 12px;
	}
	.home_category_card .card-body h5{
		font-size: 25px;
	}
	.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 h5{
		font-size: 16px;
	}
	.home_testimonial_slider .testimonial_div h6{
		font-size: 10px;
	}
	.home_testimonial_slider .testimonial_div p{
		font-size: 12px;
	}
	.home_testimonial_slider .testimonial_div .testimonial_div_img{
		top: -40px;
	}
	.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: 16px;
	}
	.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: 10px;
	}
	.footer_social_links a{
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.home_gallery_slider .home_gallery_div{
		height: 170px;
	}
	.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;
	}
}

@media only screen and (max-width: 481px){
	.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: auto;
	}
	#main_banner .carousel-item,
	#main_banner .carousel-item img{
		height: 300px;
	}
	.home_main_h2{
		font-size: 40px;
	}
	.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 h5{
		font-size: 30px;
	}
	.home_category_card .card-body p{
		font-size: 14px;
	}
	.home_testimonial_slider .testimonial_div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.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;
	}
	.footer_social_links a{
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.main_footer .footer_social_links,
	.main_footer .links_ul{
		margin-bottom: 30px;
	}
	.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: 30px;
	}
	.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: 100px;
	}
	.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: 34px;
	}
	.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%;
	}
}