.modal-dialog{
	top:50%;
	transform:translateY(-50%) !important;
}
.scrtabs-disable span{
	visibility: hidden;
}
.scrtabs-tabs-fixed-container{
	height: 100%!important;
}
.scrtabs-tab-scroll-arrow{
	display: flex!important;
	align-items: center;
	padding-top: 0!important;
	background: #F3F4EA!important;
	border: 0!important;
	width: 40px!important;
}
.scrtabs-tab-scroll-arrow-left{
	position: absolute;
	z-index: 1;
	left: 0;
}
.scrtabs-tab-scroll-arrow-right{
	position: absolute;
	z-index: 1;
	right: 0;
}
.scrtabs-tab-scroll-arrow-left span{
	background: url('../assets/images/arrow.png');
	border: 0!important;
	width: 15px!important;
	height: 13px!important;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg)!important;
}
.scrtabs-tab-scroll-arrow-right span{
	background: url('../assets/images/arrow.png');
	border: 0!important;
	width: 15px!important;
	height: 13px!important;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(0deg)!important;
}
#menu-tab-wrap ul, #menu-tab-wrap a{
	border: 0;
}
#menu-tab-wrap ul{
	display: flex;
	flex-wrap: nowrap;
	background: #F3F4EA;
	height: 80px;
	/* padding-left: 32px; */
	justify-content: center;
}
#menu-tab-wrap a{
	display: flex;
	height: 100%;
	align-items: center;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 14px;
	line-height: 24px;
	font-family: og-med;
	color: #606060;
	text-transform: uppercase;
	position: relative;
}
#menu-tab-wrap li .active{
	background: transparent;
	color: #A2402A;
	font-family: og-extrabold;
	border-bottom: 3px solid #A2402A;
}
#menu-tab-wrap li a::after{
	position: absolute;
	content: '';
	width:1px;
	height:25px;
	background-color: #D6D6D6;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
#tab-last-item a::after{
	content: none !important;
}
#menu-tab-wrap li a:nth-child(l)::after{
	width:0;
}
#menu-tab-wrap .scrtabs-tab-container{
	position: relative;
	height: 80px;
	background: #f3f4ea;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-content h2{
	margin-top: 80px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	color: #020001;
	font-family: og-med;
	text-align: center;
}
.item{
	margin-bottom: 60px;
	cursor: pointer;
}
.item img{
	border-radius: 8px;
}
.item h3{
	margin-top: 18px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	/* height: 44px; */
	font-family: og-med;
}
.item .details{
	display: flex;
	align-items: center;
}
.price,.cal{
	height: 20px;
	font-size: 18px;
	line-height: 21px;
}
.cal{
	color: #939393;
	font-family: og-med;
}
.price{
	border-right: 1px solid #000;
	padding-right: 15px;
	margin-right: 15px;
	color: #2A2C25;
	font-family: og-extrabold;
}
/* #home-menu-slider-parent .menu-slider .slick-slide{
	width: 282px !important;
	max-width: 282px !important;
} */
@media(max-width: 480px){
	.item{
		margin-bottom: 22px;
	}
	.item h3,
	.price,
	.cal{
		font-size: 13px;
    	line-height: 18px;
	}
	.item h3{
		margin-bottom: 5px;
		margin-top: 10px;
		/* height:0; */
	}
	.tab-content h2{
		margin-top:40px;
		margin-bottom:20px;
	}
}
@media(min-width:481px) and (max-width: 767px){
	.item{
		margin-bottom: 22px;
	}
	.item h3,
	.price,
	.cal{
		font-size: 16px;
    	line-height: 21px;
	}
	.item h3{
		margin-bottom: 5px;
		margin-top: 10px;
		/* height:0; */
	}
	.tab-content h2{
		margin-top:40px;
		margin-bottom:20px;
	}
}