:root {
	--yellow-rd: #ffb80e;
	--brown-rd: #8f2b25;
	--brown-rgb-rd: 143, 43, 37;
	--black-rd: #000000;
	--black-rd-v1: #101010;
	--black-rd-v2: #121619;
	--white-rd: #ffffff;
	--deep-gray-rd: #2b2b2b;
	--deep-gray-rd-v1: #212121;
	--deep-gray-rd-v2: #101010;
	--deep-gray-rd-v3: #2c2c2c;
	--deep-gray-rd-v4: #3b3b3b;
	--gray-rd: #616161;
	--gray-rd-v1: #6c6c6c;
	--light-gray-rd: #e4e4e4;
	--light-gray-rd-v1: #dadada;
	--light-sky-rd: #f3f8ff;
	--body-font: "Roboto", sans-serif;
	--headline-font: "Zalando Sans Expanded", sans-serif;
	--subhead-font: "Oswald", sans-serif;
	--footerhead-font: "Montserrat", sans-serif;
	--white-rgb-rd: 255, 255, 255;

}

body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--gray-rd);
	position: relative;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}

input::-moz-focus-inner {
	border: 0;
}

.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase>p>.btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}

li a:hover {
	text-decoration: none;
}

.no-resize {
	resize: none !important;
}

input[type="file"].form-control {
	height: auto !important;
}

/********************************************************
********************************************************/
.btn-brown {
	width: auto;
	color: var(--white-rd);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: var(--body-font);
	border: var(--brown-rd) 1px solid;
	padding: 14.5px 36px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	display: inline-block;
	background: var(--brown-rd);
}

.btn-brown img,
.btn-yellow img {
	margin-right: 8px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.btn-brown:focus,
.btn-brown:hover {
	background: var(--yellow-rd);
	color: var(--black-rd);
	border: var(--yellow-rd) 1px solid;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	outline: 0;
}

.btn-brown:focus img,
.btn-brown:hover img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.btn-yellow {
	width: auto;
	color: var(--black-rd);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: var(--body-font);
	border: var(--yellow-rd) 1px solid;
	padding: 14.5px 36px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	display: inline-block;
	background: var(--yellow-rd);
}

.btn-yellow img,
.btn-yellow img {
	margin-right: 8px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.btn-yellow:focus,
.btn-yellow:hover {
	background: var(--brown-rd);
	color: var(--white-rd);
	border: var(--brown-rd) 1px solid;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	outline: 0;
}

.btn-yellow:focus img,
.btn-yellow:hover img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.header_top {
	border-top: var(--yellow-rd) 4px solid;
	border-bottom: var(--light-gray-rd) 1px solid;
	padding: 10px 0;
}

.con_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.con_list li {
	padding: 0 35px 0 65px;
	margin: 0 35px 0 0;
	display: inline-block;
	position: relative;
}

.con_list li a {
	text-decoration: none;
}

.con_list li .icon_area {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 1;
}

.con_list li .icon_area img {
	width: auto;
	height: 49px;
}

.con_list li p,
.con_list li a p {
	color: var(--deep-gray-rd-v3);
	font: 400 18px/1 var(--body-font);
	margin-bottom: 7px;
}

.con_list li p span,
.con_list li a p span {
	font-weight: 600;
	text-transform: uppercase;
}

.con_list li h6,
.con_list li a h6 {
	color: var(--deep-gray-rd-v3);
	font: 400 18px/1 var(--body-font);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.con_list li.phone_N h6,
.con_list li.phone_N a h6 {
	font-size: 27px;
}

.con_list li a:hover h6 {
	color: var(--);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.con_list li:last-child {
	padding: 0 0 0 65px;
	margin: 0 0 0 0;
}

.header_top .btn-brown,
.header_top .btn-yellow {
	padding: 9px 18px;
	font-size: 16px;
	font-weight: 400;
}

.headbtn_area {
	text-align: right;
}

.headbtn_area>a {
	margin: 0 5px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}

#banner-carousel .owl-nav .owl-prev,
#banner-carousel .owl-nav .owl-next {
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	font-size: 26px;
	background-color: rgba(var(--white-rgb-rd), .23);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	line-height: 59px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	opacity: 0;
	z-index: 9;
}

#banner-carousel .owl-nav .owl-prev:hover,
#banner-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--white-rgb-rd), .5);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;

}

#banner-carousel .owl-nav .owl-prev img,
#banner-carousel .owl-nav .owl-next img {
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#banner-carousel .owl-nav .owl-prev:hover img,
#banner-carousel .owl-nav .owl-next:hover img {
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#banner-carousel .owl-nav .owl-prev {
	left: 0;
}

#banner-carousel .owl-nav .owl-next {
	right: 0;
}

#banner-carousel:hover .owl-nav .owl-prev {
	left: 30px;
	opacity: 1;
}

#banner-carousel:hover .owl-nav .owl-next {
	right: 30px;
	opacity: 1;
}

#banner-carousel .overlay {
	width: 740px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7%;
	margin: auto;
}

#banner-carousel .overlay h4 {
	font: 500 36px/1 var(--subhead-font);
	color: var(--white-rd);
}

#banner-carousel .overlay h1 {
	font: 600 90px/1 var(--headline-font);
	color: var(--yellow-rd);
}

#banner-carousel .overlay p {
	font: 500 24px/1.2 var(--body-font);
	color: var(--white-rd);
	margin-bottom: 30px;
}


/********************************************************
********************************************************/
section {
	padding-top: 65px;
	padding-bottom: 65px;
}

.weekly_sec {
	background: url(../img/weekly_bg.png) no-repeat;
	background-size: cover;
}

.headline {
	text-align: center;
	margin-bottom: 40px;
}

.headline.text-left {
	text-align: left;
}

.headline h2 {
	font: 600 55px/1 var(--headline-font);
	color: var(--deep-gray-rd-v1);
}

.headline h3 {
	font: 600 40px/1 var(--headline-font);
	color: var(--deep-gray-rd-v1);
}

.weekly_list {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

/* .weekly_list li {
	padding: 0;
	margin: 0;
	width: 25%;
	height: auto;
	background-color: var(--white-rd);
} */
 .weekly_list li {
    padding: 0;
    margin: 0;
    width: 24%;
    height: auto;
    background-color: var(--white-rd);
    margin: 0px .5%;
    box-shadow: 1px 0px 5px 3px #0000001a;
}

.weekly_list li a {
	text-decoration: none;
}

.weekly_list li .weekly_area {
	width: 100%;
	height: auto;
}

.weekly_list li .weekly_area .weekly_img {
	width: 100%;
	height: auto;
	max-height: 360px;
	overflow: hidden;
}

.weekly_list li .weekly_area .weekly_img img {
	width: auto;
	height: 100%;
	min-width: 100%;
}

.weekly_list li .weekly_area .weekly_img {
	width: 100%;
	height: auto;
	max-height: 360px;
	overflow: hidden;
}

.weekly_list li .weekly_area .weekly_txt_area {
	width: 100%;
	height: auto;
	min-height: 360px;
	text-align: center;
	align-items: center;
	display: flex;
}

.weekly_list li .weekly_area .weekly_txt {
	width: 100%;
	height: auto;
	padding: 0 25px;
}

.weekly_list li .weekly_area .weekly_txt h3 {
	font: 600 30px/1 var(--headline-font);
	color: var(--brown-rd);
	text-transform: uppercase;
	margin-bottom: 20px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.weekly_list li .weekly_area .weekly_txt p {
	color: var(--gray-rd);
	overflow: hidden;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	/* number of lines to show */
	/* line-clamp: 2;
	-webkit-box-orient: vertical; */
}

.weekly_list li .weekly_area .weekly_txt p.price {
	font: 600 22.7px/1 var(--subhead-font);
	color: var(--deep-gray-rd-v2);
	margin-bottom: 0;
	text-align:center;
	display:block;
}

.weekly_list li a:hover .weekly_area .weekly_txt h3 {
	color: var(--yellow-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.weekly_list li .weekly_area{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.weekly_list li:first-child .weekly_img{order: 2;}
.weekly_list li:first-child .weekly_txt_area{order: 1;}
.weekly_list li:nth-child(3) .weekly_img{order: 2;}
.weekly_list li:nth-child(3) .weekly_txt_area{order: 1;}
.weekly_list li .weekly_txt p{text-align: center;display: table!important;width: 100%;}

/***** new *****/


/********************************************************
********************************************************/
.dark_bg {
	background-color: var(--black-rd-v1);
}

.dark2nd_bg {
	background-color: var(--black-rd-v2);
}

.dark_bg .headline h2,
.dark2nd_bg .headline h2 {
	color: var(--white-rd);
}

.dark_bg .headline h2 {
	text-transform: uppercase;
}

/********************************************************
********************************************************/
/* Style the tab */
.browse_sec .tab {
	overflow: hidden;
	text-align: center;
	/* border: 1px solid #ccc;
  background-color: #f1f1f1; */
	margin-bottom: 65px;
}

/* Style the buttons that are used to open the tab content */
.browse_sec .tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 19px 40px;
	border-radius: 30px;
	border: 1px solid var(--gray-rd-v1);
	font: 500 23px/1 var(--body-font);
	text-transform: uppercase;
	color: var(--white-rd);
	transition: 0.3s;
	margin-right: 10px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

/* Change background color of buttons on hover */
.browse_sec .tab button:hover {
	background-color: var(--yellow-rd);
	border: 1px solid var(--yellow-rd);
	color: var(--black-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

/* Create an active/current tablink class */
.browse_sec .tab button.active {
	background-color: var(--yellow-rd);
	border: 1px solid var(--yellow-rd);
	color: var(--black-rd);
}

/* Style the tab content */
.browse_sec .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.browse_img {
	width: 100%;
	height: auto;
	max-height: 666px;
	overflow: hidden;
	border-radius: 35px;
}

.browse_img img {
	width: 100%;
	height: auto;
}

.browse_sec .browseitem_area h3 {
	font: 600 32px/1 var(--body-font);
	color: #ffb80f;
	text-transform: uppercase;
}
.menu-block h6 {
    color: #fffbc5;
}
hr {
	opacity: .85;
}


.home .browseitem_area .browse_list {
	width: 100%;
	height: auto;
	padding: 0 0 0 0px;
	margin: 0 0 45px 0;
	list-style: none;
	grid-template-columns:inherit;
} 
.home .browseitem_area .browse_list li .browseitem_img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	left:0px;
	top: 6px;
	display: none;
}
.home .browseitem_area .browse_list li {
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0px;
	margin: 0;
	border-bottom: 1px dotted var(--deep-gray-rd-v4);
	position: relative;
}
 .browseitem_area .browse_list {
    /* width: 100%; */
	width: 62%;
    height: auto;
    padding: 0 0 0 0px;
    margin: 0 0 45px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 20px; */
	margin: 0 auto;
}

.browseitem_area .browse_list li {
	width: 100%;
	height: auto;
	padding: 5px 5px;
	margin: 0;
/* border-bottom: 1px dotted var(--deep-gray-rd-v4);  */
	position: relative;
}

.browseitem_area .browse_list li a {
	text-decoration: none;
	display: block;
}

.browseitem_area .browse_list li a h4,
.browseitem_area .browse_list li h4 {
	font: 500 26px/1 var(--body-font);
	color: var(--white-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.browseitem_area .browse_list li a:hover h4 {
	color: var(--yellow-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.browseitem_area .browse_list li a h4.price,
.browseitem_area .browse_list li h4.price {
	color: var(--yellow-rd);
}

.browseitem_area .browse_list li .browseitem_img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	left:0px;
	top: 6px;
	display: none;
}

.browseitem_area .browseitem_img img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

.browseitem_area .btn-yellow {
	text-transform: uppercase;
}

/********************************************************
********************************************************/
.review_img_area {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

/********************************************************
********************************************************/
.gallery_banquet {
	margin-bottom: 30px;
}

.banquet_area {
	width: 100%;
	height: auto;
	/* border: #797d80 10px solid; */
}

.banquet_sec h3 {
	font: 500 32px/1 var(--body-font);
	color: #b6b6b6;
	margin-bottom: 35px;
	margin-top: 35px;
}

.banquet_sec .btn-yellow {
	text-transform: uppercase;
}

.text-brown {
	color: var(--brown-rd);
}

.product_area.Weekly_pro_area .product_txt {
	min-height: 229px;
}

table.table thead tr th {
	color: var(--white-rd);
	background-color: #1c232a;
	padding: 10px;
}

/********************************************************
********************************************************/
.big_footer {
	padding-top: 75px;
	padding-bottom: 60px;
	background-color: var(--black-rd);
}

.social_list {
	width: auto;
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
}

.social_list li {
	padding: 0 11px 0 0;
	margin: 0;
	display: inline-block;
}

.social_list li a {
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 30px;
	border: var(--white-rab) 0px solid;
	color: #1c232a;
	background-color: #ababab;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.social_list li a:hover {
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.big_footer p {
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
	font-size: 20px;
	color: var(--white-rd);
}

/* .big_footer .footer_about p{
	margin-right: 100px;
} */

.big_footer .footer_logo_area {
	display: inline-block;
	margin-bottom: 35px;
	width: 78%;
	height: auto;
}

.big_footer .footer_logo_area img {
	width: auto;
	height: 85px;
}

.big_footer h4 {
	font: 600 34px/1 var(--footerhead-font);
	color: var(--white-rd);
	padding-bottom: 25px;
	margin-bottom: 35px;
	position: relative;
	text-transform: uppercase;
}

.big_footer h4:after {
	width: 54px;
	height: 3px;
	background-color: var(--yellow-rd);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;

}

.footer_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_menu li {
	padding: 0 0 15px 0;
	margin: 0;
}

.footer_menu li a {
	font-size: 20px;
	color: var(--white-rd);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-decoration: none;

}

.footer_menu li a:hover,
.footer_menu li.active a {
	color: var(--yellow-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}


.big_footer .contact-info p {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.big_footer .contact-info h3 {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font: 400 26px/1 var(--body-font);
}

.big_footer .contact-info p i,
.big_footer .contact-info h3 i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--yellow-rd);
}

.big_footer .contact-info p a,
.big_footer .contact-info h3 a {
	color: var(--white-rd);
	text-decoration: none;
}

.big_footer .contact-info p a:hover,
.big_footer .contact-info h3 a:hover {
	color: var(--orange-sspm);
	text-decoration: none;
}

.baltimore_logo {
	width: 100%;
	height: auto;
	margin-top: 45px;
	padding-left: 50px;

}

.baltimore_logo img {
	width: 100%;
	height: auto;
}

.copy_footer {
	background: #12151b;
	padding: 25px 0;
	text-align: center;
}

.copy_footer p {
	font-size: 20px;
	color: var(--white-rd);
	font-weight: 400;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	width: auto;
}

.copy_footer p a {
	color: var(--white-rd);
	text-decoration: none;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.copy_footer p a:hover {
	color: var(--yellow-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;

}

/********************************************************
				Inner Page 16-06-2025 SB
********************************************************/
.inner-banner-section {
	position: relative;
	background: #000;
	max-height: 350px;
	overflow: hidden;
	width: 100%;
	height: auto;

}

.inner-banner-section img {
	width: 100%;
/* 	opacity: .3; */
	opacity: 1;
}

.inner-banner-section .inner-banner-txt {
	width: 80%;
	height: 75px;
	position: absolute;
	left: 7%;
	right: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	/* display: none; */
}

.inner-banner-section .inner-banner-txt h1 {
	font: 600 45px / 1 var(--headline-font);
/* 	color: var(--white-rd); */
	color: var(--yellow-rd);
	margin-bottom: 0;
	margin-top: 0;
}


/********************************************************
********************************************************/
#shop-carousel.weekly_list li {
	width: 100%;
	height: auto;
}

#shop-carousel .owl-nav .owl-prev,
#shop-carousel .owl-nav .owl-next {
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	font-size: 26px;
	background-color: rgba(var(--brown-rgb-rd), .53);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	line-height: 59px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	opacity: 1;
	z-index: 9;
}

#shop-carousel .owl-nav .owl-prev:hover,
#shop-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--brown-rgb-rd), .9);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;

}

#shop-carousel .owl-nav .owl-prev img,
#shop-carousel .owl-nav .owl-next img {
	width: auto;
	height: 30px;
	opacity: .7;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#shop-carousel .owl-nav .owl-prev:hover img,
#shop-carousel .owl-nav .owl-next:hover img {
	width: auto;
	height: 30px;
	opacity: 1;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#shop-carousel .owl-nav .owl-prev {
	left: 30px;

}

#shop-carousel .owl-nav .owl-next {
	right: 30px;
	opacity: 1;
}

.fedexshipping {
	margin-top: 50px;
}

/********************************************************
********************************************************/
.sub-head h3 {
	font: 600 40px / 1 var(--headline-font);
	color: var(--deep-gray-rd-v1);
	margin-bottom: 30px;
}

.sub-head h4 {
	font: 600 30px / 1 var(--headline-font);
	color: var(--deep-gray-rd-v1);
	margin-bottom: 30px !important;
}

.qty {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center;
  text-align: center; */
	margin: 20px 0 35px;
}

.qty label {
	flex: 1 0 100%;
}

.qty input {
	width: 7rem;
	height: 3rem;
	font-size: 1.3rem;
	text-align: center;
	border: 1px solid var(--black-rd-v1);
}

.qty button {
	width: 3rem;
	height: 3rem;
	line-height: 1;
	color: #fff;
	font-size: 2rem;
	background: var(--black-rd-v1);
}

.qty button.qtyminus {
	margin-right: 0.3rem;
}

.qty button.qtyplus {
	margin-left: 0.3rem;
}

.left_panel h4 {
	font: 500 26px/1 var(--body-font);
	color: var(--white-rd);
	background-color: #1c232a;
	padding: 15px;
	border-radius: 8px;
}

.shopping_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.shopping_list li {
	padding: 0;
	margin: 0;
	border-bottom: #616161 1px dotted;
}

.shopping_item {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.shopping_item .shopping_img {
	width: 70px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.shopping_item .shopping_txt {
	width: 80%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
}

.shopping_item .shopping_txt h5 {
	color: var(--black-rd-v2);
}

.shopping_item .shopping_txt h5 a {
	text-decoration: none;
	color: var(--black-rd-v2);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.shopping_item .shopping_txt h5:hover a {
	text-decoration: none;
	color: var(--yellow-rd);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.shopping_item .shopping_txt .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: var(--brown-rd);
	line-height: 1;
	text-align: center;
}

.shopping_item .shopping_img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.shopping_area {
	margin-bottom: 30px;
}

.shopping_area .btn {
	margin-right: 10px;
}

.shopping_area .btn-brown,
.shopping_area .btn-yellow {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8.5px 24px;
}

.left_menu {
	width: 100%;
	height: auto;
	background-color: #1c232a;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.left_menu_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.left_menu_list li {
	padding: 0;
	margin: 0;
	border-bottom: #626363 1px dotted;
}

.left_menu_list li a {
	font: 400 20px/1 var(--body-font);
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	background-color: #1c232a;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;

}

.left_menu_list li a:hover {
	background-color: #303b45;
	padding: 15px 0 15px 10px;
	display: block;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.weekly_sec .fedexshipping {
	margin-top: 0;
}

.weekly_sec .fedexshipping.fed-mg-T50 {
	margin-top: 50px;
}

.creditcards_area {
	width: 100%;
	height: auto;
}

.creditcards_area .creditcards_img {
	width: 34%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.creditcards_area .creditcards_img img {
	width: 85%;
	height: auto;
}

.creditcards_area .creditcards_txt {
	width: 64%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.detail_p_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 35px;
}

.detail_p_img img {
	width: 100%;
	height: auto;
}

.product_area {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: #dcdcdc 1px solid;
	background-color: var(--white-rd);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	padding: 15px;
}

.product_area .product_img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.product_area .product_img img {
	width: 100%;
	height: auto;
}

.product_area .product_txt h3 {
	font: 500 26px / 1 var(--body-font);
	color: var(--brown-rd);

}

.product_area .btn-brown {
	padding: 11px 25px;
	font-size: 20px;
}

.pasta_area {
	width: 75%;
	height: auto;
	background-color: var(--white-rd);
	padding: 25px;
	box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	margin: 0 auto;
}

.pasta_area hr {
	opacity: .35;
	margin: 30px 0;
}

.pasta_area .homemade_area hr {
	opacity: .35;
	margin: 10px 0;
	border-style: dashed;
}

.yellow_txt {
	color: var(--yellow-rd) !important;
}

.brown_txt {
	color: var(--brown-rd) !important;
}

.additional_ch_txt p {
	margin-bottom: 0;
}

/********************************************************
********************************************************/
.lightsky_bg {
	background-color: var(--light-sky-rd);
}

.contact-section {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: #eee 1px solid;
	background-color: var(--white-rd);
	display: flex;
	align-items: center;
	padding: 10px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.contact-section p {
	margin-bottom: 5px;
}

.contact-section .con_icon {
	width: 60px;
	height: 60px;
	font-weight: 400;
	font-size: 30px;
	line-height: 58px;
	border-radius: 50%;
	background: rgb(33, 71, 129, .11);
	text-align: center;
	padding: 0;
	color: var(--brown-rd);
	display: inline-block;
	margin-right: 18px;
	vertical-align: middle;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.contact-section:hover .con_icon {
	background: var(--brown-rd);
	color: #fff;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;

}

.contact-section .contact-txt {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}

.contact-section .contact-txt h4 {
	color: var(--black-rd-v2);
	font-size: 20px;
	font-weight: 700;
}

.contact-section .contact-txt a {
	color: var(--gray-se);
	text-decoration: none;
	word-break: break-word;
	word-wrap: break-word;
}

.contact-section .contact-txt a:hover {
	color: var(--brown-rd);
}

.map_area iframe {
	width: 100%;
	height: 485px;
	overflow: hidden;
	border-radius: 15px;
}

.contact_us_page hr {
	opacity: .25;
}

/********************************************************
********************************************************/
.required {
	color: #a00;
}

.password-wrapper {
	position: relative;
	width: 100%;
}

.password-input {
	width: 100%;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #555;
}

form label {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 20px;
}

form label a {
	color: var(--deep-gray-rd-v4);
	text-decoration: none;
}

form label a:hover {
	color: var(--brown-rd);
	text-decoration: none;
}

form .form-control {
	display: block;
	width: 100%;
	height: 57px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #000;
	font-family: var(--body-font);
	background-color: rgba(255, 255, 255, 1);
	background-image: none;
	border: 1px solid #d7d5d6;
	border-radius: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;


}

form textarea.form-control {
	height: auto;
}


form .form-control:focus {
	border-color: var(--brown-rd);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(143, 43, 37, .075), 0 0 8px rgba(143, 43, 37, .6);
	box-shadow: inset 0 1px 1px rgba(143, 43, 37, .075), 0 0 8px rgba(143, 43, 37, .6);

	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;

}

form button.btn-brown {
	padding: 10.5px 30px;
	font-size: 20px;
}

/********************************************************
********************************************************/
/* Style the tab */
.detail_tab .tab {
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ccc;
	/*background-color: #f1f1f1; */
	margin-bottom: 25px;
}

/* Style the buttons that are used to open the tab content */
.detail_tab .tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 19px 40px;
	border-radius: 30px 30px 0px 0px;
	border: 1px solid var(--gray-rd-v1);
	font: 500 23px/1 var(--body-font);
	text-transform: uppercase;
	color: var(--deep-gray-rd-v3);
	transition: 0.3s;
	margin-right: 10px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-webkit-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	-ms-border-radius: 30px 30px 0px 0px;
	-o-border-radius: 30px 30px 0px 0px;
}

/* Change background color of buttons on hover */
.detail_tab .tab button:hover {
	background-color: var(--yellow-rd);
	border: 1px solid var(--yellow-rd);
	color: var(--black-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

/* Create an active/current tablink class */
.detail_tab .tab button.active {
	background-color: var(--yellow-rd);
	border: 1px solid var(--yellow-rd);
	color: var(--black-rd);
}

/* Style the tab content */
.detail_tab .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

#related-carousel.weekly_list li {
	width: 100%;
	height: auto;
}

#related-carousel .owl-nav .owl-prev,
#related-carousel .owl-nav .owl-next {
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	font-size: 26px;
	background-color: rgba(var(--brown-rgb-rd), .53);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	line-height: 59px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	opacity: 1;
	z-index: 9;
}

#related-carousel .owl-nav .owl-prev:hover,
#related-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--brown-rgb-rd), .9);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;

}

#related-carousel .owl-nav .owl-prev img,
#related-carousel .owl-nav .owl-next img {
	width: auto;
	height: 30px;
	opacity: .7;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#related-carousel .owl-nav .owl-prev:hover img,
#related-carousel .owl-nav .owl-next:hover img {
	width: auto;
	height: 30px;
	opacity: 1;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

#related-carousel .owl-nav .owl-prev {
	left: 30px;

}

#related-carousel .owl-nav .owl-next {
	right: 30px;
	opacity: 1;
}

/********************************************************
********************************************************/
.container {
	margin: 0px auto !important;
	float: none !important;
}

/***************
For Shop Page
***************/
/* GRID */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

/* CARD */
.custom-product-card {
	list-style: none;
}

.product-card-inner {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid #e6e6e6;
	display: flex;
	flex-direction: column;
}

/* IMAGE */
.product-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

/* CONTENT */
.product-content {
	padding: 24px;
	text-align: center;
}

/* RATING */
.rating {
	margin-bottom: 10px;
}

/* TITLE */
.product-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

/* PRICE */
.price {
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 16px;
}

/* BUTTONS */
.btn-view {
	background: #ffb80e;
}

.btn-cart {
	background: #8f2c25;
	width: 100%;
}

.btn-cart,
.btn-view {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px;
	border-radius: 8px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.btn-view {
	margin-bottom: 12px;
}

.btn-view:hover,
.btn-cart:hover {
	background: #16325c;
}

/* CART ROW */
.cart-row {
	display: flex;
	gap: 10px;
}

.cart-row input.qty {
	width: 60px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ccc;
}


/* Force 3-column shop layout */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* Remove Woo default widths */
.woocommerce ul.products li.product {
	width: 100% !important;
	float: none !important;
	margin-bottom: 0px;
}

.woocommerce ul.products::before {
	display: none;
}

.woocommerce .quantity .qty {
	margin: 0px;
	height: 52px;
}

/* Remove default page header on WooCommerce Shop page */
.woocommerce-shop article.page header.entry-header {
	display: none !important;
}

.product-image {
	position: relative;
	overflow: hidden;
}

/* .product-image:before {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    content: '';
    display: block;
    background: #fff;
    height: 80px;
    border-radius: 100%;
} */
.product-content {
	padding-top: 0px;
}

.woocommerce .woocommerce-result-count {
	font-size: 18px;
	padding-top: 20px;
	display: none;
}

/* Hide default WooCommerce sorting dropdown */
.woocommerce-ordering {
	display: none;
}


/**************
Order by tab
**************/
/* Hide the Weight and Dimensions table on product pages */
.woocommerce-product-attributes.shop_attributes {
    display: none !important;
}
.shop-sorting-tabs {
	/* display: flex; */
	display: none;
	gap: 12px;
	margin-bottom: 25px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.shop-sorting-tabs .sort-tab {
	padding: 10px 18px;
	border: 2px solid #ddd;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	transition: all 0.2s ease;
}

.shop-sorting-tabs .sort-tab:hover {
	background: #f5f5f5;
}

.shop-sorting-tabs .sort-tab.active {
	background: var(--brown-rd);
	color: #fff;
	border-color: var(--brown-rd);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--brown-rd) !important;
	font-size: 22px !important;
}

section.related.products {
	display: block;
	overflow: hidden;
	clear: both;
}

.woocommerce .related.products ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.single-product h1.entry-title {
	display: none;
}

div.single-product {
	padding-top: 35px;
}

.single_add_to_cart_button {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 18px !important;
	border-radius: 8px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background-color: #8f2c25 !important;
	/* width: 100%; */
}

/* Product Meta Styling */
.product_meta {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #555;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

/* Labels */
.product_meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* SKU */
.product_meta .sku_wrapper {
	font-weight: 600;
	color: #222;
}

.product_meta .sku {
	font-weight: 400;
	color: #555;
}

/* Categories */
.product_meta .posted_in a {
	display: inline-block;
	margin-left: 6px;
	padding: 4px 10px;
	background: #f5f5f5;
	border-radius: 20px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	transition: background 0.2s ease;
}

.product_meta .posted_in a:hover {
	background: #1f3f73;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #8f2c25;
	font-size: 28px;
}

.browseitem_name h5 {
	color: #efefef;
}

.browseitem_area span.price {
	color: var(--yellow-rd);
}

.menu-sub-sub-category {
	color: #ffe3a0;
	font-weight: 400;
}


/* ================================
   WooCommerce My Account Layout
================================ */

/* Wrapper */
.entry-content .woocommerce {
	display: flex;
	gap: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* ================================
   LEFT SIDEBAR NAVIGATION
================================ */
.woocommerce-MyAccount-navigation {
	width: 260px;
	background: #111;
	border-radius: 8px;
	padding: 20px 0;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 22px;
	color: #ddd;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	border-left: 4px solid transparent;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

/* Active */
.woocommerce-MyAccount-navigation .is-active a {
	background: #ffb80f;
	color: #111;
	font-weight: 600;
	border-left-color: #8f2c25;
}

/* Logout link */
.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #ff6b6b;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid #333;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 0px;
}

section.woocommerce-order-details,
section.woocommerce-order-details section,
section.woocommerce-customer-details,
section.woocommerce-customer-details section {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* ================================
   RIGHT CONTENT AREA
================================ */
.woocommerce-MyAccount-content {
	flex: 1;
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Welcome text */
.woocommerce-MyAccount-content p {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

.woocommerce-MyAccount-content a {
	color: #f5b301;
	font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

/* Notices */
.woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

/* ================================
   TABLES (Orders, Downloads)
================================ */
.woocommerce table.shop_table {
	border-collapse: collapse;
	width: 100%;
}

.woocommerce table.shop_table th {
	background: #f7f7f7;
	font-weight: 600;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 12px;
	border: 1px solid #eee;
}

/* ================================
   FORMS (Edit Account, Address)
================================ */
.woocommerce form .form-row input, 
.woocommerce form .form-row textarea, 
.woocommerce form .form-row select {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.woocommerce button.button {
	background: #f5b301;
	color: #111;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	border: none;
}

.woocommerce button.button:hover {
	background: #e0a700;
}

/* ===============================
   WooCommerce Login / Register
================================ */

/* .woocommerce {
    max-width: 1100px;
    margin: 60px auto;
} */

/* Two-column wrapper */
#customer_login {
	display: flex;
	gap: 40px;
}

/* Card style */
#customer_login .u-column1,
#customer_login .u-column2 {
	flex: 1;
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Headings */
#customer_login h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #111;
	text-align: center;
}

/* ===============================
   FORM FIELDS
================================ */

.woocommerce form .form-row {
	margin-bottom: 18px;
}

.woocommerce form label {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
	display: block;
}

.woocommerce form input.input-text {
	width: 100%;
	padding: 12px 14px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 15px;
	transition: all 0.25s ease;
}

.woocommerce form input.input-text:focus {
	border-color: #f5b301;
	box-shadow: 0 0 0 2px rgba(245, 179, 1, 0.2);
	outline: none;
}

/* Password toggle fix */
.password-input {
	position: relative;
}

/* ===============================
   BUTTONS
================================ */

.woocommerce button.button,
.woocommerce .woocommerce-Button {
	/* width: 100%; */
	background: #f5b301;
	color: #111;
	font-weight: 700;
	padding: 14px;
	border-radius: 6px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.woocommerce button.button:hover,
.woocommerce .woocommerce-Button:hover {
	background: #e0a700;
	transform: translateY(-1px);
}

/* Remember me + button alignment */
.woocommerce-form-login .form-row {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Remember me */
.woocommerce-form__label-for-checkbox {
	font-size: 14px;
	color: #555;
}

/* ===============================
   LINKS
================================ */

.woocommerce-LostPassword {
	margin-top: 15px;
	text-align: center;
}

.woocommerce-LostPassword a {
	color: #f5b301;
	font-weight: 600;
}

.woocommerce-LostPassword a:hover {
	text-decoration: underline;
}

/* ===============================
   RECAPTCHA
================================ */

.g-recaptcha {
	margin: 20px 0;
	transform: scale(0.95);
	transform-origin: left;
}

/* ===============================
   NOTICES
================================ */

.woocommerce-notices-wrapper {
	margin-bottom: 30px;
}

.single-product .woocommerce button.button,
.single-product .woocommerce .woocommerce-Button {
	width: 200px;
	background: #f5b301;
	color: #fff;
	font-weight: 700;
	padding: 14px;
	border-radius: 6px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.single-product .woocommerce button.button:hover,
.single-product .woocommerce .woocommerce-Button:hover {
	background: #f5b301 !important;
}

.product-cooking-instructions {
	/* margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5; */
}

.product-cooking-instructions .content {
	padding: 10px;
	border: 1px solid #efefef;
}

.product-cooking-instructions h4 {
	display: none;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 17px;
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #efefef;
}

.woocommerce ul.products li.product .price {
	color: var(--brown-rd) !important;
	font-size: 22px !important;
}

section.related.products h2:first-child {
	font: 600 34px/1 var(--footerhead-font);
	color: #333;
	padding-bottom: 25px;
	margin-bottom: 35px;
	position: relative;
	text-transform: uppercase;
}

section.related.products h2:first-child:after {
	width: 54px;
	height: 3px;
	background-color: var(--yellow-rd);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;

}

.woocommerce-cart .entry-content .woocommerce,
.woocommerce-checkout .entry-content .woocommerce {
	display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #8f2c25;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	background-color: #ffb80f;
}
.woocommerce-checkout .woocommerce form label {
    display: inline-block;
}
fieldset#wc-authnet-cc-form p {
    width: auto;
    display: inline-block;
    order: inherit;
    float: left;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 14px;
    display: block;
    background-color: var(--wc-form-color-background, #fff);
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}
.woocommerce form .form-row input[type="checkbox"]{
	width: auto;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, 
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, 
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, 
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, 
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, 
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, 
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, 
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, 
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 15px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(255 184 15 / 23%);
    border-radius: 5px;
}
/*==happy hour menu==*/

.nfl-happy-hour {
    /* max-width: 1200px; */
    margin: 10px auto;
    padding: 10px;
    color: #222;
}

/* HEADER */
.nfl-header {
    text-align: center;
    margin-bottom: 50px;
    background: #fafafa;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	/* border: #d1d1d1 1px solid; */
}

.nfl-header h1 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.nfl-header p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 10px;
  color: #555;
}

.nfl-header .highlight {
  margin-top: 15px;
  font-weight: 600;
  color: #000;
}

/* DRINK SPECIALS */
.drink-specials {
  text-align: center;
  padding: 40px 30px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 60px;
}

.drink-specials h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-highlight {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.drink-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.drink-list li {
  font-size: 16px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.2);
}

.wine-special {
  margin-top: 15px;
  font-size: 16px;
  color: #f5c26b;
}

/* FOOD GRID */
.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.food-column > .vc_column-inner {
  background: #fafafa;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.food-column h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  border-bottom: 3px solid #111;
  display: inline-block;
  padding-bottom: 5px;
}

.food-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.food-column ul li {
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px solid #eaeaea;
}

/* IMAGE GALLERY */
.happy-hour-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.happy-hour-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.happy-hour-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* SAUCES */
.sauces {
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.sauces p {
  margin-bottom: 8px;
}


/* EMPLOYMENT SECTION TWEAKS */

.employment-section .nfl-header {
  margin-bottom: 40px;
}

.employment-grid .food-column p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.job-meta {
  margin-top: 15px;
  font-weight: 600;
  color: #000;
}


/* ================================
   CONTACT & HOURS
================================ */

.contact-section {
  margin-top: 40px;
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
}

.contact-address {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-details a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-cta {
  margin-top: 25px;
}

.contact-cta h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.apply-link {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #111;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-link:hover {
  background: #f5c26b;
  color: #111;
}

.hours-block {
  margin-bottom: 18px;
}

.hours-block strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.inner_section {
    margin: 50px 0px;
}
.food-column.contact-info {box-shadow:none;background: #fff;}
.food-column.contact-info > .vc_column-inner{
  background: #fafafa;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 16%);
}
.food-column.contact-info > .vc_column-inner ul li strong{
	padding-right: 10px;
}
.food-column.contact-info > .vc_column-inner ul li a{
	color: var(--brown-rd);
	text-decoration: none;
}


/* ================================
   PDF LINK – MODERN BUTTON STYLE
================================ */

.pdf_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  color: #fff;
  background: #c62828;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* PDF ICON */
.pdf_link::before {
  content: "\f1c1"; /* fa-file-pdf */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* REQUIRED for solid icons */
  font-size: 16px;
  color: #ffffff;
}

/* Hover */
.pdf_link:hover {
  background: #ffb80f;
  color: #000;
  transform: translateY(-2px);
}

.pdf_link:hover::before {
  color: #000;
}

/* ================================
   RESERVATIONS SECTION
================================ */

.reservations-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.reservations-section .food-column {
  padding: 40px 45px;
}

.reservations-section h3 {
  font-size: 24px;
}

.reservations-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.reservations-section .highlight {
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}



/***********************
for cooking instruction
***********************/
.romanospdf {
    max-width: 720px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #333333;
}

/* Header */
.romanospdf .header {
    text-align: center;
    margin-bottom: 22px;
}

.romanospdf h2 {
    margin: 0;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #8f2b25;
    letter-spacing: 0.5px;
}

.romanospdf .subtitle {
    margin: 6px 0;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.romanospdf .contact {
    margin-top: 10px;
    font-size: 14px;
}

/* Section title */
.romanospdf .section-title {
    text-align: left;
    margin: 28px 0 16px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8f2b25;
    border-bottom: 2px solid #8f2b25;
    padding-bottom: 6px;
}

/* Instruction blocks */
.romanospdf p {
    margin-bottom: 14px;
}

.romanospdf p strong {
    color: #8f2b25;
    font-weight: 600;
}

/* Notes */
.romanospdf .note {
    font-size: 14px;
    font-style: italic;
    color: #333333;
    margin-top: 18px;
}

/* Footer */
.romanospdf .footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #8f2b25;
}

.romanospdf .footer strong {
    font-family: "Zalando Sans Expanded", sans-serif;
    color: #8f2b25;
}

/* coocking instruction end */

/* for cart start */
input#coupon_code {
    width: 111px;
    padding: 13px;
}
a.button.wc-forward ,
a.button.wc-backward {
    background: #8e2c25;
    color: #fff;
    border-radius: 6px;
}
a.button.wc-forward:hover,
a.button.wc-backward:hover{
	background: #ffb80f;
  	color: #000;
 	transform: translateY(-2px);
}
.coupon label, .coupon input, .coupon button {
    display: none !important;
}
.cart-custom-message p {
    margin-bottom: 0px;
    color: #1e73be;
}
.product-name a{
    margin-bottom: 0px;
    color: #1e73be;
	text-decoration: none;
}
.shipping-calculator-button{
    margin-bottom: 0px;
    color: #1e73be;
	text-decoration: none;
}
.showlogin{
    margin-bottom: 0px;
    color: #1e73be;
	text-decoration: none;
}
.lost_password a{
    margin-bottom: 0px;
    color: #1e73be;
	text-decoration: none;
}
.showcoupon{
    margin-bottom: 0px;
    color: #1e73be;
	text-decoration: none;
}

form.checkout_coupon .form-row-first, 
form.checkout_coupon .form-row-last{
    width: auto;
    overflow: visible;
    float: left !important;
}
span.woocommerce-input-wrapper {
    display: block;
}
form.woocommerce-form.woocommerce-form-login.login .form-row-first, 
form.woocommerce-form.woocommerce-form-login.login .form-row-last {
    width: 300px;
    float: left;
}
form.woocommerce-form.woocommerce-form-login.login .woocommerce-button{
	width: 200px;
}
/* for cart end */

/* .select2-dropdown{z-index: 999999;}
.import-modal-content{position: static!important;}
#export-field-modal, #import-field-modal{
	padding-top: 10px!important;
} */

/* RESPONSIVE */
@media (max-width: 900px) {
  .reservations-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .pdf_link {
    font-size: 13px;
    padding: 10px 22px;
  }
}




/********************************************************
					23-01-2026
********************************************************/
.browse_sec .browseitem_area h4 {
	font: 500 26px/1 var(--body-font);
	color: var(--gray-rd-v1);
}

h2.cust_headline {
	font: 600 55px/1 var(--headline-font);
	color: var(--deep-gray-rd-v1);
}

.table-responsive {
	margin-bottom: 20px;
}

.section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	overflow: hidden;
	border-radius: 20px;
}

section.related.products {
	padding-top: 20px;
}

.gallery_banquet .banquet_area {
	width: 100%;
	height: auto;
	max-height: 315px;
	overflow: hidden;
}

.menu_list .wpb_single_image {
	display: table;
	float: left;
	margin-right: 25px;
}

.menu_list .wpb_single_image figure {
	width: 64px !important;
	height: 64px;
}

.menu_list .wpb_single_image img {
	border-radius: 50%;
}

.menu_list .menu_name {
	display: table;
	height: 100%;
	width: 100%;
	float: left;
}

.menu_list .menu_price {
	display: table;
	float: right;
}

.menu_list .vc_column-inner>.wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.menu_list .menu_name h3 {
	font: 500 26px / 1 var(--body-font);
	color: var(--white-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	word-break: break-all;
	text-transform: capitalize;
}

.menu_list .menu_price h4.price {
	font: 500 26px / 1 var(--body-font);
	color: var(--yellow-rd);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.menu_list .vc_column-inner>.wpb_wrapper:before {
	content: "";
	width: 90%;
	height: 0.5px;
	background-color: var(--deep-gray-rd-v4);
	right: 0;
	bottom: 0;
	position: absolute;
}

.menu_main {
	margin-bottom: 15px;
}
.browseitem_name p small{
/* 	font: 400 17px / 1.1 var(--body-font);
	color: #333; 
	padding-top: 10px; */
	font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: var(--gray-rd);
    line-height: normal;
    margin-top: 1rem;
}

/********************************************************
					/23-01-2026
********************************************************/
.carry_out_menu_page{
	padding-top: 75px;
	padding-bottom: 75px;
}

/********************************************************
********************************************************/
.outersection {
	min-height: 100vh;
	position: relative;
	height: auto;
}

#innercontainer {
	padding-bottom: 585px;
	overflow-x: hidden;
}

footer {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;

}
/*===18th===*/
.page-template-dinnermenu-page-white .browse_sec .browseitem_area h3 {
/*     font: 600 32px / 1 var(--body-font);
    color: #fff;
    text-transform: uppercase;
/*     background: #c62828; */
	/*background: #8e2c25;
    padding: 10px;
	text-align: center; */
	text-transform: uppercase;
    background: transparent;
    padding: 10px;
    text-align: center;
    font: 600 30px / 1 var(--headline-font);
    color: var(--brown-rd) !important;
}
.page-template-dinnermenu-page-white .dark_bg {
    background-color:#fff;
}
.page-template-dinnermenu-page-white .browseitem_area .browse_list li{
	color:#000000;
}
.page-template-dinnermenu-page-white .browseitem_area .browse_list li a h4, 
.page-template-dinnermenu-page-white .browseitem_area .browse_list li h4{
/* 	color: #000; */
	font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-rd);
	margin-bottom: 1rem;
}
.page-template-dinnermenu-page-white .menu-block h6 {
/*     color: #333; */
	text-align: center;
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	color: var(--bs-heading-color);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 25px;
}
.page-template-dinnermenu-page-white .browseitem_area .browse_list li a h4.price, 
.page-template-dinnermenu-page-white .browseitem_area .browse_list li h4.price {
    /* color: #8e2c25; */color: #adadad;font-weight: 400;
}

/*===tabs ====*/
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  border: none;
  padding: 15px 30px;
  scrollbar-width: none;
  background: #101010;
}
.nav-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 80px;
  height: 73px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0,0,0,0), #101010);
}
.nav-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 80px;
  height: 73px;
  pointer-events: none;
  background: linear-gradient(to left, rgba(0,0,0,0), #101010);
}


.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 40px;
  padding: 8px 18px;
  white-space: nowrap;
  background: transparent;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease;
}

.nav-tabs .nav-link.active {
  background: #c62828;
  border-color: #c62828;
  color: #fff;
}

button.scroll-left {
    position: absolute;
    left: 25px;
    top: 23px;
    border: none;
    width: 25px;
    border-radius: 6px;
}

button.scroll-right {
    position: absolute;
    right: 25px;
    top: 23px;
    border: none;
    width: 25px;
    border-radius: 6px;
}

.menu-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #c62828; /* your brand red */
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

.menu-scroll-top:hover {
  transform: translateY(-3px);
}


.price-badge {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 20px;
    /* color: #fff; */
    /* background-color: #e63232; */
	color: var(--brown-rd) !important;
}

.half-badge {
    /* background-color: #e63232; */
}

.whole-badge {
    /* background-color: #e63232;  */
}
ul.four-col {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    list-style-position: inside; 
    text-align: left;       
    display: inline-block;   
    width: auto;
    padding: 0;
}

ul.four-col li {
    text-align: left;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding-left: 0.5em;
}
.site_map .sitemap-list li{list-style:none;padding:5px 5px 5px 25px;position:relative;font-family: "Roboto", sans-serif;}
.site_map .sitemap-list li a{text-decoration:none;font-weight:800;color: #2b2b2b;font-family: "Roboto", sans-serif;font-size: 23px;}
.site_map .sitemap-list li .children, .site_map .sitemap-list li .sub-menu{padding:0;}
.site_map .sitemap-list li:before{content: "\f105";font-family: "Font Awesome 6 Free";position: absolute;left: 5px;font-weight: 600;top: 8px;font-size: 16px;}
.site_map .sitemap-list li .children, .site_map .sitemap-list li .sub-menu{margin-top:10px}
.site_map .sitemap-list li .children li:before{content: "\f061";font-family: "Font Awesome 6 Free";position: absolute;left: 5px;font-weight: 600;top: 8px;font-size: 16px;}
.site_map .sitemap-list li .children .sub-menu li:before{content: "\f101";font-family: "Font Awesome 6 Free";position: absolute;left: 5px;font-weight: 600;top: 8px;font-size: 16px;}
.site_map .sitemap-list li .children li a{font-weight:400;font-size: 21px;}
.site_map .sitemap-list li .children .sub-menu li a{font-weight:700}
ul.two-col {column-count: 2;-webkit-column-count: 2;-moz-column-count: 2;list-style-position: inside;text-align: left;display: inline-block;width: auto;padding: 0;}
ul.two-col li{list-style: none;padding: 5px 5px;margin-bottom: 15px;}
ul.two-col li:nth-child(1), ul.two-col li:nth-child(2){border-right:1px solid #CCC}
ul.two-col li strong{/* color: var(--brown-rd); margin-left:15px */color: #adadad;margin-left: 15px;font-weight: 400;}
#children-menu-2 > hr{display:none}
#children-menu-2 h6{margin-top: 2rem;margin-bottom: 2rem;}
.pasta_night{background: url(../img/weekly_bg.png) no-repeat;background-size: cover;}
.pasta_night .weekly_sec {background: transparent;background-size: cover;}
.pasta_night .pasta_area{width: 88%;border-radius: 0;-webkit-border-radius: 0;-webkit-box-shadow: 1px 0px 5px 3px #0000001a;box-shadow: 1px 0px 5px 3px #0000001a;}
.review_sec .headline{display: block;}

.banquet-owl-carousel .owl-nav .owl-prev,
.banquet-owl-carousel .owl-nav .owl-next {position: absolute;}
.banquet-owl-carousel .owl-nav .owl-prev,
.banquet-owl-carousel .owl-nav .owl-next {top: 0;bottom: 0;margin: auto;width: 60px;height: 60px;font-size: 26px;background-color: rgba(var(--white-rgb-rd), .23);cursor: pointer;border-radius: 10px;text-align: center;line-height: 59px;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;opacity: 0;z-index: 9;}
.banquet-owl-carousel .owl-nav .owl-prev:hover,
.banquet-owl-carousel .owl-nav .owl-next:hover {background-color: rgba(var(--white-rgb-rd), .5);transition-duration: 0.5s;-webkit-transition-duration: 0.5s;}
.banquet-owl-carousel .owl-nav .owl-prev img,
.banquet-owl-carousel .owl-nav .owl-next img {width: auto;height: 30px;opacity: .5;transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }
.banquet-owl-carousel .owl-nav .owl-prev svg,
.banquet-owl-carousel .owl-nav .owl-next svg{width: 20px;}
.banquet-owl-carousel .owl-nav .owl-prev svg path,
.banquet-owl-carousel .owl-nav .owl-next svg path{fill: #FFF;}
.banquet-owl-carousel .owl-nav .owl-prev:hover img,
.banquet-owl-carousel .owl-nav .owl-next:hover img {width: auto;height: 30px;opacity: .5;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;}
.banquet-owl-carousel .owl-nav .owl-prev {left: 0;}
.banquet-owl-carousel .owl-nav .owl-next {right: 0;}
.banquet-owl-carousel:hover .owl-nav .owl-prev {left: 30px;opacity: 1;}
.banquet-owl-carousel:hover .owl-nav .owl-next {right: 30px;opacity: 1;}
.banquet-owl-carousel .gallery_banquet .banquet_area {
    width: 100%;
    height: auto;
    max-height: fit-content;
    overflow: hidden;
}
h2.default_heading{margin-bottom: 40px;font: 600 55px / 1 var(--headline-font);color: var(--deep-gray-rd-v1);}
#banner-carousel .owl-nav{display: none;}
/* .menu-block hr{width: 70%;margin: 1rem auto;} */
.menu-block h6{width: 60%;margin-left: auto;margin-right: auto;}
#submarines .vc_row .browse_list{width: 65%;}
#pizza .vc_row:first-child .browse_list{width: 65%;}
#sub .vc_row:first-child .browse_list{width: 65%;}


/********************************************************
					24-03-2026 SB
********************************************************/
.post-2483 .wpb_wrapper ul{
	padding: 0 !important;
}

/********************************************************
********************************************************/
.stellarnav.mobile.right>ul {
	z-index: 99;
}

@media (min-width:1920px) {
	.container {
		max-width: 1720px
	}
}

/* @media (min-width:1200px){.container{max-width:1170px}} */
/********************************************************
********************************************************/