*,
::after,
::before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	overflow-x: hidden !important;
}

body {
	overflow: hidden;
	font-style: normal;
	box-sizing: border-box;
	letter-spacing: .0625rem;
	transition: transform 500ms ease-in-out 25ms;
	font-family: 'arialRegular';
}

a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

input:hover,
textarea,
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

ul,
li {
	list-style: none;
}

:root {
	--green_one: #3a6f35;
	;
	--gray_title: #191919 !important;
	--dish_bg: #F5F5F5;
	--dish_text_p: #191919;
	--white_one: #fff;
	--mibile_bg: #3a6f35;
	;
	--mibile_sub_bg: #FFFFFFE6;
	--bg_register: #3B5F5A;
	--login_btn_bg: #C49B63;
}


/*================================== text color start  */

.green_one_text {
	color: var(--green_one) !important;
}

.gray_title {
	color: var(--gray_title) !important;
}

.dish_bg_text {
	color: var(--dish_bg);
}

.dish_text_p {
	color: var(--dish_text_p);
}


/*================================== text color end  */


/*================================== background color start  */

.dish_bg_text {
	background-color: var(--dish_bg);
}

.mibile_bg {
	background-color: var(--mibile_bg);
}

.mibile_one {
	background-color: var(--green_one);
}

.mibile_sub_bg {
	background-color: var(--mibile_sub_bg);
}

.bg_register {
	background: var(--bg_register);
}

.login_btn_bg {
	background: var(--login_btn_bg);
}


/*================================== background color end  */

.header-logo a.navbar-brand.text-white.text-uppercase {
	font-size: 30px;
}

.header-logo a.navbar-brand img {
	max-width: 100%;
}

a.navbar-brand {
	max-width: 58%;
}

.header-logo a.navbar-brand img {
	/* transform: scale(.5); */
	max-width: 100%;
	transform: scale(1);
}

.logo_righ_content h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	font-family: 'arialRegular';
}

a.nav-link {
	color: #191919 !important;
	font-weight: 400 !important;
	letter-spacing: .0625rem;
	font-family: 'KnockoutREgular' !important;
	font-size: 1.25rem;
}

li.nav-item.active a {
	color: var(--white) !IMPORTANT;
}

ul.navbar-nav .nav-item {
    padding-left: 15px;
}
ul.navbar-nav .nav-item {
    padding-right: 15px;
}

li.nav-item {
	height: 69px;
	line-height: 70px;
	text-align: center;
}

li.nav-item a {
    padding: 0;
    text-align: center;
    font-family: 'arialBold';
    color: golden !important;
    /* color: #FFD700 !important; */
    /* color: white !IMPORTANT; */
}
.logo_righ_content h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    font-family: 'arialRegular';
	/* color: #FFD700 !important; */
}
.header.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    /* background: white; */
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
	background: #fff;
}
@keyframes fadeInDown {
	from {
	  transform: translateY(0px);
	  opacity: 0;
	} to {
	  transform: translateY(50);
	  opacity: 1;
	}
  }
  header.section-header {
    background: rgb(164, 129, 17) !important;
    padding: 8px 0;
    color: var(--white);
}
@font-face {
	font-family: 'openSansregular';
	src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'arialBold';
	src: url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'arialRegular';
	src: url('../fonts/BrushScriptMT.woff') format('woff'), url('../fonts/BrushScriptMT.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'arialRegular';
	src: url('../fonts/Bauhaus93.woff') format('woff'), url('../fonts/Bauhaus93.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'arialRegular';
	src: url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'centuryREgular';
	src: url('../fonts/CenturyCondBook.woff') format('woff'), url('../fonts/CenturyCondBook.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'KnockoutREgular';
	src: url('../fonts/Knockout-HTF68-FullFeatherwt.woff') format('woff'), url('../fonts/Knockout-HTF68-FullFeatherwt.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

p {
	font-family: 'openSansregular' !important;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .03125rem !important;
}


/*=================================================== FORM START  */

::-webkit-input-placeholder {
	/* Edge */
	color: #var(var(--white_one)) !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #var(var(--white_one)) !important;
}

::placeholder {
	color: #var(var(--white_one)) !important;
}

/* input {
	color: #fff !important;
} */

.form-control.form_round {
	border-radius: 16px;
	/* overflow: hidden; */
	font-size: 12px;
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
}

textarea.form-control.form_round {
	min-height: 75px;
}

.register_button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.facebook_bg {
	background-color: #3B5998;
}

.twitter_bg {
	background-color: #00AEEF;
}

.linkedin_bg {
	background-color: #0E76A8;
}

.google_bg {
	background-color: #D44638;
}
/* 
nav.header.navbar {
    position: absolute;
    position: absolute;
    width: 100%;
    z-index: 99;
} */
/* nav.header.navbar {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
    background: white;
} */
/*=================================================== FORM END  */


/*=================================================== BUTTON START  */
section#discount .theme_btn:hover {
    
    
    color: var(--white);
    font-size: 20px;
    font-family: 'arialRegular';
    border: 1px solid var(--green_one);
    transition: .5s;
	padding: 15px 53px;
    font-size: 24px;
    border-radius: 36px;
	background: var(--green_one);
}
a.delet_all {
	margin-left: 15px;
	background-color: var(--green_one);
	color: var(--white);
	text-align: center;
	padding: 8px 20px;
	margin-top: 20px !IMPORTANT;
	display: block;
	width: 133px;
}

.theme_btn {
	background-color: var(--green_one);
}

button {
	cursor: pointer;
}

.btn_md {
	cursor: pointer;
}

.theme_btn {
	background-color: var(--green_one);
	padding: 15px 29px;
	color: var(--white);
	font-size: 20px;
	font-family: 'arialRegular';
	border: 1px solid var(--green_one);
	transition: .5s;
}

.theme_btn:hover {
	background: transparent;
	border: 1px solid var(--green_one);
	color: var(--white);
	transition: .5s;
}

.btn_md {
	width: 118px;
	display: block;
	background-color: var(--green_one);
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: 'arialRegular';
	border: 1px solid var(--green_one);
	transition: .5s !IMPORTANT;
}

.btn_md:hover {
	background: transparent;
	border: 1px solid var(--green_one);
	transition: .5s !IMPORTANT;
}

.btn_md a {
	color: var(--white_one);
	font-family: 'arialRegular';
}

.btn_md a {
	color: var(--white_one);
	font-family: 'arialRegular';
}

.btn_md:hover a {
	color: var(--green_one);
}

section#get_touch button {
	border: 1px solid;
	color: var(--white);
	transition: .5s !IMPORTANT;
	width: 126px;
	font-family: 'centuryREgular';
}

section#get_touch button.btn_md:hover {
	background: transparent;
	transition: .5s !IMPORTANT;
	border: 1px solid var(--green_one) !important;
	color: var(--green_one) !important;
}

.btn-custom:hover {
  background: transparent;
  border: 1px solid var(--green_one);
  color: var(--green_one);
  transition: .5s;
}


/*=================================================== BUTTON END  */


/*===================================================COMMON CSS START  */

i.fa.fa-trash-o:hover {
    color: red;
}
img.img-fluid.icon_bouth {
    max-height: 45px;
    min-height: 45px;
    width: auto;
    transform: translateY(-5px);
}
section#checkout, section#cart,div#contact-wrapper {
    padding-top: 0px;
}
section#cart {
    padding-top: 50px;
    padding-bottom: 50px;
}
.border_new {
	border: 1px solid #00000024;
}

label {
	font-family: 'arialRegular' !important;
	/* font-size: 13px !IMPORTANT; */
}

.border_red {
	border-radius: 20px;
}

section#spical-dish .main-img-content-block:hover .img-block img {
	transform: scale(1.3);
	transition: transform 500ms ease-in-out 25ms;
}

section#spical-dish .img-block img {
	transition: transform 500ms ease-in-out 25ms;
	cursor: pointer;
}

.section_title h1 {
	/*font-family: 'arialRegular'; */
	font-family: 'arialRegular';
	font-size: 60px;
	font-weight: 700;
}

.section_title h1 span {
	font-family: 'arialRegular' !important;
}

.section_title_block {
	margin-bottom: 60px !IMPORTANT;
}

.section_title h1 span {
	font-family: 'centuryREgular';
	font-size: 60px;
}

.padding {
	padding: 80px 0;
}

.section_title {
	margin-bottom: 45px;
}

.section_title .icon_block_top {
	padding-bottom: 12px;
}

section {
	position: relative !important;
}

.active {
	background: #3a6f35;
	color: var(--white);
	padding: 0 16px !IMPORTANT;
} 


a.nav-link.active {
    color: var(--white) !important;
}
.box_shado {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 13px #00000029;
	border-radius: 12px;

}



/*===================================================COMMON CSS END  */


/*=================================================== HOME PAGE BANNER START  */
section#breadcrumb_item {
    margin-top: 0px;
	margin-bottom: 0;
}
section#banner_home {
	background-image: url(../image/abanner.jpeg);
	background-size: cover;
	min-height: 600px;
	max-height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.home_banner-content h3 {
	font-family: 'arialRegular';
	color: #FFD700;
	font-size: 40px;
}

.home_banner-content h1 {
	color: var(--white);
	font-size: 47px;
	/* font-size: 40px; */
	font-family: 'arialRegular';
	/* font-size: 60px; */
	font-weight: 700;
	line-height: 60px;
}

section#banner_home .home_banner-content {
	display: none;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
.slick-dots li {
	margin: 0 0.25rem;
}
section#slider .carousel-indicators li {
    position: relative;
   
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius: 50% !IMPORTANT;
}

section#slider button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	
	border: none;
	border-radius: 100%;
	background-color: orange;
	
	text-indent: -9999px;
}
section#slider li.slick-active button {
	background-color: #3a6f35;
}

/*===================================================== CART BANNER START  */

section#banner_cart {
	background-image: url(../image/cart_bg.png);
	background-size: cover;
	min-height: 300px;
	max-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}


/*===================================================== CART END START  */


/*===================================================== CART BANNER START  */

section#user_profile_banner {
	background-image: url(../image/user_profile.png);
	background-size: cover;
	min-height: 300px;
	max-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}


/*===================================================== CART END START  */

.slider-block img {
	max-height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 600px;
}
section#slider .active {
    padding: 0 !IMPORTANT;
}
section#slider li {
	background: var(--white);
}
section#slider li.active {
	background: #3a6f35;
}

/*=================================================== HOME PAGE BANNER END  */


/*=================================================== SPECAL DISH START  */
section#spical-dishs .content-block h4 {
	font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    min-height: 25px;
    max-height: 25px;
    overflow: hidden;
}
section#spical-dishs .main-img-content-block .content-block p {
	min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}
.icon_block_top img {
	max-width: 4%;
	min-width: 4%;
	margin: 0 auto;
}

.main-img-content-block:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 30px #3a6f35;
	c9;
	border-radius: 10px;
	transition: transform 500ms ease-in-out 25ms;
}

/* section#spical-dish::before {
	content: " ";
	position: absolute;
	background: #3a6f35;
	;
	top: 28%;
	left: 0;
	width: 15%;
	height: 30%;
	transform: translate(-0%, -28%);
} */

/* section#spical-dish::after {
	content: " ";
	position: absolute;
	background: #3a6f35;
	;
	bottom: 0;
	right: 0;
	width: 15%;
	height: 30%;
	z-index: 0;
	transform: translate(-0%, -0%);
} */

section#spical-dish .content-block {
	z-index: 1;
	position: relative;
}

section#spical-dish .content-block h4 {
	font-family: 'centuryREgular';
	font-size: 21px;
}

section#spical-dish .content-block h4 {
    font-family: 'arialRegular';
	font-size: 17px;
    font-weight: 600;
    max-height: 45px;
    overflow: hidden;
    min-height: 45px;
    line-height: 26px;

}

section#spical-dish .content-block p {
	font-family: 'centuryREgular';
	font-size: 15px;
	line-height: 24px;
}

section#spical-dish .btn_md a {
	/* font-family: 'centuryREgular'; */
	font-size: 15px;
	font-family: 'arialRegular';
}


/* section#spical-dish .img-block img {
  width: 100%;
  max-height: 248px;
  min-height: 248px;
} */

section#spical-dish .img-block img {
	width: 100%;
	max-height: 200px;
	min-height: 200px;
}

section#spical-dish .main-img-content-block {
	border-radius: 10px;
	overflow: hidden;
}


/*=================================================== SPECAL DISH END  */


/*=================================================== THREE COLUMN START  */

section#three_column .main-img-content-block {
	border: 2px solid;
	color: var(--dish_bg);
}

section#three_column .main-img-content-block:hover {
	border: 2px solid #3a6f35;
	;
	box-shadow: none;
	background-color: unset;
	transition: .9s !important;
	border-radius: 0;
}

section#three_column .img-block:hover::after {
	/* content: " ";

	width: 143px;
	height: 126px;
	position: absolute;
	top: -21%;
	z-index: 999;
	left: 22%;
	border: 2px solid #3a6f35;
	;
	transition: .5s; */
}

section#three_column .main-img-content-block .content-block h5,
P {
	font-family: 'arialRegular';
	font-weight: 700;
}

section#three_column .main-img-content-block .content-block P {
	font-size: 17px;
	line-height: 27px;
}


/*=================================================== THREE COLUMN END  */


/*=================================================== DISCOUNT START  */

section#discount h2 {
	color: #FFD700 !important;
}

section#discount {
	position: relative;
}

section#discount .discount-block {
	z-index: 1;
}

section#discount::after {
	content: '';
	opacity: 23%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191919;
}

section#discount {
	background-image: url(../image/discount_bg_new.png);
	background-size: cover;
	min-height: 370px;
	max-height: 370px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

section#banner_home {
	position: relative;
}


/* section#banner_home::after{
  content: '';
  opacity: 40%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
} */

.home_banner-content {
	z-index: 99;
}

.rounded_btn {
	padding: 15px 53px;
	font-size: 24px;
	border-radius: 36px;
}

section#discount .btn_wrapper {
	margin-top: 36px;
}

section#discount .discount-block h1 {
	font-family: 'arialRegular';
	font-size: 69px;
	font-weight: 700;
}

section#discount .discount-block h2 {
	font-family: 'arialRegular';
	font-size: 50px;
	/* font-family: 'arialRegular'; */
	/* font-size: 60px; */
	font-weight: 700;
}

section#discount h2 span {
	font-family: 'arialRegular';
	/* font-size: 59px; */
	/* font-family: 'arialRegular'; */
	/* font-size: 60px; */
	font-weight: 700;
}


/*=================================================== DISCOUNT END  */


/*=================================================== SPECIAL MENU HOME START  */

section#special_menu_home .content_price h6 {
	color: #191919 !important;
}


section#special_menu_home .content h5 {
	font-size: 17px;
    font-weight: 600;
    max-height: 16px;
    overflow: hidden;
}
section#today-special-wrapper div#today-special .title h4.text-uppercase.mb-0 {
    min-height: 20px;
    overflow: hidden;
    max-height: 22px;
}

section#special_menu_home .special_menu_img img {
	max-width: 140px;
	min-width: 140px;
	max-height: 100px;
	min-height: 100px;
}

section#special_menu_home .special_menu_img {
	max-width: 33%;
}

section#special_menu_home .special_title {
	width: 67%;
}

section#special_menu_home .special_menu_block:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	transition: .5s;
	box-shadow: 0px 3px 30px #3a6f35;
	c9;
	border-radius: 10px;
}

section#special_menu_home .special_title .content h5:hover {
	color: #3a6f35;
	c9 !important;
	transition: transform 500ms ease-in-out 25ms;
}

section#special_menu_home .btn_large {
	margin-top: 60px !important;
	background: var(--gray_title);
	width: 18%;
	font-size: 20px;
	height: 61px;
	line-height: 61px;
}

section#special_menu_home .btn_large:hover {
	background: transparent;
	transition: transform 500ms ease-in-out 25ms;
}


/*=================================================== SPECIAL MENU HOME END  */


/*=================================================== MOBILE START  */


/* .mobile_wrapper .img img {
  max-width: 54%;
  min-width: 54%;
  transform: translateY(-11%);
} */

.mobile_wrapper {
	border-radius: 30px;
}

.mobile_wrapper .img::before {
	content: " ";
	background-image: url(../image/mobile_new.png);
	position: absolute;
	/* left: -16px; */
	top: -23%;
	height: 20px;
	background-size: cover;
	max-height: 493px;
	min-height: 493px;
	width: 67%;
	left: 50%;
	transform: translate(-50%, -2%);
}

section#mobile {
	padding-top: 184px;
}

section#mobile .home_banner-content {
	min-height: 392px;
}


/*=================================================== MOBILE END  */


/*=================================================== ABOUT START  */

section#about .image-block img {
	max-height: 489px;
    min-height: 489px;
}

section#about .img_button {
	transform: translateY(54px);
}

li.logo-bg a {
	font-size: 22px;
}

section#about .home_banner-content h3 {
	/* font-family: Brush Script MT; */
	font-family: 'arialRegular';
	color: var(--green_one);
	font-size: 50px;
	margin-bottom: 0;
	font-weight: 700;
}

section#about .home_banner-content h2 {
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	font-size: 29px;
}

section#about .home_banner-content p {
	color: var(--gray_title);
	font-family: 'centuryREgular';
	margin-top: 9px;
	font-size: 16px;
	line-height: 29px;
}

li.logo-bg a {
	font-size: 26px;
	padding-right: 13px;
}

section#about {
	padding-bottom: 100px;
}


/*=================================================== ABOUT END  */


/*=================================================== CONTACT START  */
div#contact-wrapper {
	padding-top: 70px;
}
section#contact .map .contact_block .table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 0;
	padding-left: 0rem;
	padding-bottom: 0rem;
}

span.d-block.add_space {
	padding-left: 29px;
}

section#contact .map .contact_block li {
	line-height: 23px;
}

.map iframe {
	min-height: 450px;
}

section#get_touch input {
	color: #495057 !important;
}

.contact_block {
	width: 24%;
	position: absolute;
	top: 50%;
	left: 17%;
	transform: translate(-14%, -50%);
	background-color: #3a6f35;
	;
	opacity: 0.9;
}

.contact_block h5 {
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	font-size: 22px;
}

.contact_block li {
	font-size: 12px;
	font-weight: 500;
	color: #ffffffde;
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
}

.contact_block img {
	min-width: 18px;
	max-width: 18px;
	min-height: 18px;
	max-height: 18px;
	margin-right: 12px;
}

span.conten_add {
	padding-left: 29px;
}

section#get_touch .header-content h2 {
	/* font-family: "Brush Script MT"; */
	font-family: 'arialRegular';
	color: var(--green_one) !IMPORTANT;
	font-size: 50px;
}

section#get_touch .header-content p {
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	color: var(--gray_title);
	/* font-size: 60px; */
	line-height: 28px;
}


/*=================================================== CONTACT END  */


/*=================================================== FOOTER START  */

footer#footer{
	padding: 60px 0 30px 0;
}

footer#footer .footer_logo img {
	max-width: 20%;
	color: white;
	object-fit: contain;
}

.footer_logo h2,
p {
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	font-weight: 600;
	/* font-size: 30px; */
}

.footer_services h5 {
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	letter-spacing: 2px;
	font-weight: 600;
}

footer#footer li.logo-bg a {
	font-size: 26px;
	padding-right: 0;
}

.footer_logo h2 span {
	font-size: 25px;
}

footer#footer li.logo-bg {
	width: 45px;
	border: 1px solid #707070;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}

footer#footer li.logo-bg:hover {
	transition: transform 500ms ease-in-out 25ms;
	border: 1px solid #FFFFFF;
}

ul.services_link li::after {
	content: " ";
	position: absolute;
	background: white;
	width: 10px;
	height: 2px;
	left: -20px;
	top: 12px;
}

ul.services_link li {
	margin-left: 20px;
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	font-size: 15px;
}

footer#footer .footer_opening.text-center h5 {
	color: rgba(255, 255, 255, 0.6);
	/* font-family: 'centuryREgular'; */
	font-family: 'arialRegular';
	letter-spacing: 2px;
	font-size: 24px;
}


/* 
footer#footer .footer_bg_img  {
  position: absolute;
  top: -50%;
}
footer#footer .footer_bg_img img {
  height: 400px;
} */


/* footer#footer .footer_opening {
  position: absolute;
  top: 0;
  background: #c77138a3;
  width: 100%;
  height: 100%;
}
footer#footer {
  padding: 23px 0;
  padding-top: 81px;
} */

footer#footer .footer_opening li {
	font-size: 13px;
	font-weight: 600;
	color: var(--white_one);
}

footer#footer .footer_opening_buttom h5,
h6 {
	color: var(--white_one);
}

footer#footer .footer_opening.text-center h5 {
	color: var(--white_one);
}

/* .footer_bg_img::before {
	content: " ";
	background-image: url(../image/footer-imgae.jpg);
	position: absolute;
	background-size: cover;
	height: 179%;
	width: 100%;
	top: -48%;
} */

/* .footer_opening.text-center.pt-4 {
	z-index: 999;
	position: absolute;
	top: -48%;
	background: #C77138;
	width: 100%;
	height: 179%;
	position: absolute;
	opacity: 80%;
} */
footer#footer .footer_opening.text-center.pt-4 {
    padding-top: 0 !important;
	text-align: left !important;
}
footer#footer .footer_opening_buttom.text-center {
    text-align: left !important;
}
footer#footer .footer_opening.text-center.pt-4 h5.py-3 {
    padding: 0 !important;
	font-size: 21px;
    font-weight: 600;
}
footer#footer p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .0625rem !important;
}


/*=================================================== FOOTER END  */


/*=============================================== CART PAGE START  */

section#cart input {
	color: black !important;
}

section#cart .table_cart {
	background-color: #3a6f35;
	;
	/* height: 40px;
  line-height: 40px;
  margin-bottom: 100px; */
}

section#cart td input {
	width: 43px;
}

section#cart .cart-price h6 {
	color: #616161;
}

section#cart .cart_text {
	color: #886BEB !important;
}

section#cart .cart-summary {
	border: 1px solid #c2c2c23d;
}

.product_des h3 {
	font-size: 15px;
	font-weight: 600;
}

.product_des p {
	font-size: 14px;
	line-height: 23px;
	font-family: 'arialRegular';
	padding-bottom: 0;
	margin-bottom: 0;
}

section#cart .img-block img {}

section#cart th.th_width {
	width: 11%;
}

section#cart .img-block img {
	max-height: 77px;
	min-height: 77px;
}

section#cart td.gray_title {
	border: 0;
}

section#cart .btn_wrapper a.theme_btn.btn_tr:hover {
	color: var(--green_one);
}

.cart-summary {
	border: 1px solid #C2C2C2;
}

th.product_content {
	width: 31%;
}

th.th_first {
	width: 10%;
}

section#cart .table td,
.table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 0;
}

section#cart thead.table_cart tr th {
	font-size: 16px;
	padding: 15px 10px;
	border: 0;
}

.cart_img img {
	max-height: 100px;
	min-height: 100px;
}

tbody.box_sha::after {
	box-shadow: 0px 0px 13px #00000029;
	border-radius: 12px;
	content: ' ';
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

tbody.box_sha {
	transform: translateY(17px);
}

section#cart a.btn.btn-primary {
    height: 40px;
}
section#cart h1 {
    font-size: 27px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    font-weight: 700!important;
    
    color: var(--green);
}
/*=============================================== CART PAGE END  */


/*=============================================== LOGIN PAGE START  */

section#register .btn_groups-single {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

section#register {
	background-image: url(../image/login_bg.png);
	background-size: cover;
	background-position: center;
}

section#register_page {
	background-image: url(../image/login_bg.png);
	background-size: cover;
	background-position: center;
}


/*=============================================== LOGIN PAGE END  */


/*============================================= USER PROFILE  PAGE   */

section#user_prfile_block .profile-form .form-control {
	background: #FAFAFA;
}

section#user_prfile_block .header-content h1 {
	font-size: 30px;
}

section#user_prfile_block label.profile_form_lable {
	color: #616161;
}

section#user_prfile_block .sub-title-body h2 {
	padding-bottom: 20px !important;
	font-size: 17px;
}

section#user_prfile_block .profile_img input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}

section#user_prfile_block .file {
	color: #8F76A8;
	font-size: 1rem;
}

section#user_prfile_block .profile_img:hover .img-block img {
	transform: scale(1);
}

.dashboard-list img {
	max-width: 2.3rem;
	min-width: 2.3rem;
	margin-left: 1rem;
}

section#user_prfile_block .icon-block img {
	padding: 1rem;
	max-width: 6rem;
	min-width: 6rem;
}

section#user_prfile_block .body-block .content-block h6 {
	font-family: 'Secular One', sans-serif;
	font-weight: 900;
	font-size: 3rem;
}

section#user_prfile_block .body-block .content-block {
	padding-left: 1rem;
}

section#user_prfile_block .body-block .content-block h5 {
	font-family: 'Secular One', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

section#user_prfile_block .content-block h4 {
	font-size: 1.2rem;
	font-weight: 900;
	color: #415C75;
}

section#user_prfile_block .content-block p {
	color: #415C75;
}

section#user_prfile_block .main-img-content-block {
	border-radius: 5px 5px 0px 0px;
}


/* User Profile table Starts */

section#user_profiles .table_userprofile {
	box-shadow: 0px 0px 2px #00000029;
	border: 1px solid #191919;
	border-radius: 12px;
}

section#user_profiles .table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #CDCDCD !important;
}


/* User Profile table Ends */


/*============================================= USER PROFILE  PAGE END  */
/*============================================= ORDER ONLINE  PAGE START  */
.content_order {
    position: absolute;
    bottom: 13%;
    background: #3a6f35ab;
    width: 60%;
    text-align: center;
    padding: 0;
   
border-radius: 50px;
    left: 50%;
    transform: translate(-50%, -13%);
}
.content_order h3{
	color: var(--white);
    font-weight: 600;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0;
}
.order_man_block .img_block img {
    min-height: 450px;
    max-height: 450px;
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.order_man_block {
	border-radius: 10px;
    margin-bottom: 50px;
	transition: .5s !IMPORTANT;
}
.order_man_block:hover {
    box-shadow: 0px 3px 30px #3a6f35 !important;
    
}
.order_man_block .img_block{
    position: relative;
    transition: .5s;
	border-radius: 10px;
}
.order_man_block .img_block:hover:before {
    content: '';
    position: absolute;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mibile_bg);
    opacity: .4;
	border-radius: 10px;
}
/*============================================= ORDER ONLINE  PAGE END  */

span.navbar-toggler-icon.text-white {
	color: black !important;
}

section#discount h1 {
	color: #FFD700 !important;
}


/*==========================================================================
|                                          MARTIN CSS START                
============================================================================*/

:root {
	--white: #fff;
	--green: #3a6f35;
	--selected: #BEA04E;
	--heading-color: #818181;
	--secondary-heading-color: #707070;
	--black: #191919;
}

div#breadcrumb {
	z-index: 11;
	position: relative;
}

@font-face {
	font-family: 'openSansregular';
	src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'arialBold';
	src: url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BrushScriptMT';
	src: url('../fonts/BrushScriptMT.woff') format('woff'), url('../fonts/BrushScriptMT.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


/* @font-face {
      font-family: 'arialRegular';
  src: url('../fonts/Bauhaus93.woff') format('woff'),
    url('../fonts/Bauhaus93.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */

@font-face {
	font-family: 'arialRegular';
	src: url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'centuryREgular';
	src: url('../fonts/CenturyCondBook.woff') format('woff'), url('../fonts/CenturyCondBook.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


/* body {
  background-color: #FFFFFF;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden !important;
  transition: 0.3 !important;
  -webkit-transition: 0.3 !important;
  -moz-transition: 0.3 !important;
  -ms-transition: 0.3 !important;
  -o-transition: 0.3 !important;
  font-family: Arial, Helvetica, sans-serif;
} */

a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

input:hover,
textarea,
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

ul,
li {
	list-style: none;
}

.default-padding-breadcrumb-top {
	background-size: cover;
	min-height: 300px;
	max-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.default-padding {
	padding: 80px 0px;
}

.default-padding-breadcrumb {
	/* background-size: cover;
	min-height: 300px;
	max-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%; */
}

.btn-custom {
	border-radius: 0;
	background-color: var(--green);
	color: var(--white);
	font-family: 'arial';
}


/* Menu Page Starts ============== */


/* Scrollable Button Section Starts */

#scrollable-buttons-wrapper .btn-custom {
	border-radius: 5px;
}


/* Scrollable Button Section Ends */


/* Breadcrumbs Starts ============== */

#breadcrumb {
	background-image: url(../image/breadcrumbs/1.jpg);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

#breadcrumb .breadcrumb-title h3 {
	font-family: 'arialRegular';
	font-size: 50px;
	margin: auto;
	text-align: center;
	color: var(--white);
}

#breadcrumb1 .breadcrumb-title h3 {
	font-family: 'arialRegular';
	font-size: 50px;
}

#breadcrumb2 .breadcrumb-title h3 {
	font-family: 'arialRegular';
	font-size: 50px;
	color: rgb(164, 129, 17) !important;
}

#breadcrumb3 .breadcrumb-title h3 {
	font-family: 'arialRegular';
	font-size: 50px;
	color: rgb(164, 129, 17) !important;
}

#breadcrumb2 {
	/* background-image: url(../image/breadcrumbs/2.jpg);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-size: cover; */
}

/* #breadcrumb3 {
	background-image: url(../image/breadcrumbs/3.jpg);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-size: cover;
} */


/* Breadcrumbs Ends ============== */


/* Scrollable buttons starts */

#scrollable-buttons-wrapper .buttons-wrapper button {
	font-family: 'arial';
	text-transform: capitalize;
}

.buttons-wrapper {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.buttons-wrapper::-webkit-scrollbar {
	display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.buttons-wrapper {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}


/* Scrollable buttons ends */


/* Today Special Starts */

#today-special-wrapper {
	background-color: #F6F6F6;
}

.logo-icon-image1 img {
    max-height: 70px;
    min-height: 70px;
    width: auto;
}

.logo-icon-image img {
	max-height: 70px;
	min-height: 70px;
	width: auto;
}

#today-special-wrapper #today-special .content .image-header img {
	max-height: 130px;
	min-height: 130px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	border-radius: 10px;
}

#today-special-wrapper #today-special .content .border-custom {
	border-bottom: 3px dotted #000;
}

#today-special-wrapper #today-special .content .discription-cart .title p {
	max-height: 40px;
	min-height: 51px;
	font-size: 14px;
	overflow: hidden;
	padding-right: 15px;
	color: var(--black);
}

#today-special-wrapper #today-special .content .discription-wrapper .title h4,
#today-special .content .discription-wrapper .price h5 {
	color: var(--green);
	font-size: 20px;
	font-weight: bold;
}

#today-special-wrapper #today-special .heading .head h1 {
	color: var(--green);
	font-size: 40px;
	font-weight: bold;
}

#today-special-wrapper #today-special .heading .head h1 span {
	color: var(--secondary-heading-color);
}


/* Today Special Ends */


/* Menu List Starts =========== */

#menu-list-wrapper #menu-list .content .discription-wrapper .title h4,
#menu-list .content .discription-wrapper .price h5 {
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
}

#menu-list-wrapper #menu-list .content .discription-cart .title p {
	max-height: 40px;
	min-height: 50px;
	font-size: 14px;
	overflow: hidden;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.hover_block {
	padding: 10px;
}

#menu-list-wrapper #menu-list .content .border-custom {
	border-bottom: 3px dotted #000;
}

.hover_block:hover {
	transition: .5s;
	box-shadow: 0px 3px 30px #3a6f35;
	border-radius: 10px;
}


/* Menu List Ends =========== */


/* Product Details Page Starts */

#product-details-wrapper #product-info-wrapper .product-title h1 {
	color: var(--green);
	font-family: 'arial';
	font-weight: bold;
}

#product-details-wrapper .product-info p {
	line-height: 30px;
	word-spacing: 3px;
	color: #707070;
	font-size: 16px;
}

#product-details-wrapper .product-info .discription {
	line-height: 30px;
	word-spacing: 3px;
	color: var(--black);
	font-size: 16px;
	max-height: 85px;
	min-height: 85px;
	overflow: hidden;
	margin-top: 10px;
}

#product-details-wrapper .product-info-wrapper .left-side-wrapper .image-header img {
	max-height: 400px;
	min-height: 400px;
	object-fit: cover;
	object-position: center;
}

#product-details-wrapper .product-order .price p {
	font-size: 20px;
	color: var(--black)
}

#product-details-wrapper .other-product-info .product-order .price p:first-child {
	text-decoration: line-through;
}

#product-details-wrapper .other-product-info .extra-toppings .topping-title h3 {
	font-weight: bold;
	color: var(--green);
}

#product-details-wrapper .other-product-info .extra-toppings .topping-title h3 span {
	font-size: 12px;
	color: var(--black);
}

#product-details-wrapper .product-info-wrapper .other-product-info .product-order .price p:last-child {
	font-weight: bold;
	color: var(--green);
}

#product-details-wrapper .product-info-wrapper .other-product-info .extra-toppings .topping-title h3 span {
	font-size: 15px;
}

/* #product-details-wrapper .topping-options .btn:first-child {
	background-color: var(--selected);
} */

#product-details-wrapper #discount-on-app {
	background-image: url(/image/breadcrumbs/discount-on-app.png);
	background-size: cover;
	min-height: 370px;
	max-height: 370px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

#product-details-wrapper #discount-on-app .discount-block {
	font-family: 'BrushScriptMT';
}

#product-details-wrapper .discount-block {
	/* margin-left: 100px;
  transform: translateX(60px); */
}

#product-details-wrapper .discount-block h1 {
	font-size: 60px;
}

#product-details-wrapper .discount-block h2 {
	font-size: 45px;
	color: var(--selected);
}

#product-details-wrapper .discount-block .btn_wrapper button {
	border-radius: 40px;
	background-color: var(--selected);
}

#product-details-wrapper .product-order {
	box-shadow: 0px 0px 5px 0px #C9C9C9;
	padding: 8px 15px;
}

#product-details-wrapper #product-info-wrapper .image-header img {
	max-height: 420px;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
}


/* Product Details Page Ends */


/* Purchase History Page Starts */

#purchase-history-page-wrapper #purchase-history-wrapper .recent-purchases-heading h4,
#recent-purchases-wrapper .recent-purchases-heading span a {
	color: var(--heading-color);
}

#purchase-history-page-wrapper #purchase-history-wrapper .table thead {
	background-color: var(--green);
	color: var(--white);
}

#purchase-history-page-wrapper .head-back h4 {
	color: var(--black);
}

#purchase-history-page-wrapper #purchase-history-wrapper .filter {
	background-color: var(--green);
	border-radius: 20px;
	padding: 5px 15px;
}

#purchase-history-page-wrapper #purchase-history-wrapper .filter span {
	color: var(--white);
}

#purchase-history-page-wrapper .dropdown-toggle::after {
	color: var(--white);
}

#purchase-history-page-wrapper #purchase-history-wrapper .head-back a {
	background-color: var(--green);
	border-radius: 20px;
	padding: 12px 25px;
	color: var(--white);
}

#purchase-history-page-wrapper #purchase-history-wrapper ul {
	margin-top: 30px !important;
}

#purchase-history-page-wrapper #purchase-history-wrapper .table {
	box-shadow: 0px 0px 10px 8px #efefef;
	border-radius: 10px;
}

#purchase-history-page-wrapper .table-responsive .description {
	width: 300px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}

section#purchase-history-wrapper tr {
	border-top: 1px solid #dee2e6;
}

section#purchase-history-wrapper td,
.table th {
	vertical-align: middle;
	border-top: 0;
}

.table_purchass {
	border: 1px solid;
	border-radius: 10px;
}

#purchase-history-page-wrapper #purchase-history-wrapper .table {
	box-shadow: unset;
	border-radius: 10px !important;
	position: relative;
	/* overflow: hidden; */
}


/* Purchase History Page Ends */


/*=============================================== MY CART PAGE START  */

section#checkout .checkout-wrapper {
	box-shadow: 0px 0px 5px 0px #d5d5d5;
}

section#checkout .my-cart-number {
	background: var(--green);
	color: white;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
}

section#checkout .my-car-title {
	background: #F6F6F6;
}

section#checkout .my-cart-order h4 {
	color: var(--black);
	margin: 0;
	line-height: 4rem;
	font-size: 1.3rem;
	font-weight: 600;
	margin-left: 1rem;
}

section#checkout .img-block img {
	object-fit: contain;
	object-position: center;
	max-height: 100px;
	min-height: 100px;
}

section#checkout input {
	width: 57px;
	color: black !important;
}

section#checkout .btn_groups-single a {
	background-color: var(--green);
	color: var(--white);
	padding: 15px 25px;
}

section#checkout ul {
	display: flex;
}

section#checkout table td {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

section#checkout .text_gray .topping {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

section#checkout .text_gray {
	font-size: .9rem;
	font-weight: 600;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer */
	color: #fff;
	font-size: 14px;
}

::placeholder {
	color: #fff;
	font-size: 14px;
}


/*=============================================== MY CART PAGE END  */

div#breadcrumb2 ,div#breadcrumb3 {
    padding: 41px 0;
}

/* Menu Page Ends ============== */


#contact-wrapper form .contact-img img {
	max-height: 450px;
	min-height: 450px;
	object-fit: contain;
	object-position: center;
  }
  
  #contact-wrapper .contact-form {
	padding: 40px;
	-webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
	box-shadow: 0 0 20px rgb(158 158 158 / 16%);
  }
  
  #contact-page-wrapper iframe {
	width: 100%;
	height: 480px;
	margin-bottom: -7px;
  }

  #contact-wrapper .title-description-wrapper .title h1 {
	color: #3a6f35;
  }
	
/*==========================================================================
|                                          MARTIN CSS END                
============================================================================*/

section#terms-condition {
    margin-top: 99px;
}
.terms-content h3 span {
    color: var(--green_one) !important;
    border-bottom: 3px solid;
}
/* SUCCESS PAGE START  */
section#success .round-block-checkout{
	margin-bottom: 39px !important;
}
section#success .round-block-checkout span {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 20px;
}
section#success .btn_groups-single {
    
    background: var(--green_one);
    width: 100px;
    padding: 11px;
}
section#success .btn_groups-single a{
    
   color: var(--white);
}
/* SUCCESS PAGE START  */

/* modal start  */
/* .modal {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
	transform: translateY(-50%);
}
button.close {
    position: absolute;
    top: 0;
    right: 0;
} */
section#menu-list-wrapper .title h4 {
    max-height: 22px;
    overflow: hidden;
}
section#product-info-wrapper .product-info p {
    padding-bottom: 0;
    margin-bottom: 0;
}
div#product-details-wrapper section#product-info-wrapper .other-product-info .product-order.d-flex.align-items-center.justify-content-between {
    flex-direction: column;
}
div#product-details-wrapper section#product-info-wrapper .other-product-info .product-order.d-flex.align-items-center.justify-content-between .w-50 {
    width: 100% !important;
}
div#product-details-wrapper section#product-info-wrapper .other-product-info .product-order.d-flex.align-items-center.justify-content-between .w-50 {
    width: 100% !important;
	text-align: center;
}

