.logo {
	padding: 1px 42px;
}

.menu-tabs-heading {
	font-family: 'PT Serif', serif;
	font-size: 30px;
	font-weight: normal;
	color: #ff004b;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.menu-tabs {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.menu-tab {
	font-size: 18px;
	color: #979797;
	padding: 0 10px;
}

.menu-tab.active {
	color: #515151;
}

.ingred-slider {
	padding-bottom: 5px;
}

/* .ingred-slider .owl-wrapper {
	
} */

/*.ingred-slide {
	font-size: 18px;
	color: #515151;
	width: 150px;
	height: 220px;
	margin: 0 auto;
}*/

.ingred-slide {
	font-size: 16px;
	color: #515151;
	width: 150px;
	height: 220px;
	margin: 0 auto;
}

.ingred-heading {
	height: 55px;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff004b;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.ingred-image {
	display: flex;
	align-items: center;
	height: 140px;
	justify-content: center;
}

.ingred-image img {
	width: auto !important;
}

.ingred-details {
	display: block;
	color: #515151;
	text-align: center;
}

/*.ingred-slider */
.owl-prev,
/*.ingred-slider */
.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	background-image: url('/assets/images/ingred-arrow.png') !important;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	font-size: 30px !important;
	color: #515151;
	opacity: 0.7;
	transition: opacity 0.25s;
}

/*.ingred-slider */
.owl-prev:hover,
/*.ingred-slider */
.owl-next:hover {
	opacity: 1;
	background-image: url('/assets/images/ingred-arrow.png') !important;
}

/*.ingred-slider */
.owl-prev {
    transform: scaleX(-1);
    position: relative;
    top: -176px;
    left: -74px;
}

/*.ingred-slider */
.owl-next {
	transform: scaleX(1);
	float: right;
	position: relative;
	top: -175px;
	right: -73px;
}

.ingred-alphabet-wrap {
	max-width: 768px;
	margin: 0 auto;
	padding-bottom: 50px;
	color: #515151;
	font-size: 16px;
}

.ingred-search-wrap {
	display: flex;
	padding-bottom: 25px;
}

.ingred-search {
	flex-grow: 2;
	height: 40px;
	border: 1px solid #979797;
	border-right: none;
	color: #979797;
	border-radius: 10px 0 0 10px;
	padding-left: 20px;
	font-size: 16px;
	font-family: 'PT Serif', serif;
}

.ingred-search-go {
	height: 40px;
	background-color: #e5e5e5;
	border-radius: 0 10px 10px 0;
	font-family: 'PT Serif', serif;
	color: #515151;
	font-size: 16px;
	width: 250px;
	border: 1px solid #979797;
	border-left: none;
	cursor: pointer;
}

.ingred-search-go:hover {
	background-color: #f0f0f0;
}

.ingred-alphabet {
	padding-top: 5px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ingred-letter {
	padding: 5px 20px;
	display: inline-block;
	cursor: pointer;
	flex-grow: 1;
	font-size: 18px;
}

.ingred-letter:hover,
.ingred-letter.active {
	color: #ff004b;
}

.search-item {
	display: none;
	color: #ff004b;
	flex-direction: column;
}

.search-sublinks {
	display: none;
	padding-left: 30px;
}

.multiple {
	cursor: pointer;
}

.multiple:hover {
	text-decoration: underline;
}

/*.multiple.open .search-sublinks {
    display: block;
}*/

.search-sublinks a {
	display: block;
}

/*.search-item.found {
	display: block;
}*/

.search-item.found {
	display: inline-flex;
	width: 49%;
}

@media (max-width: 575px) {
	.search-item.found {
		display: block;
		width: 100%;
	}
}

.menu {
	min-height: 66px;
	/* 60 */
}

.vertical-mid {
	display: flex;
	align-items: center;
}

/*.ingred-search:focus {
    border-radius: 10px 0 0 0;
}*/

.ui-widget.ui-widget-content {
	border: 1px solid #979797;
	border-top: none;
	color: #979797;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 20px 30px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 20px 30px -7px rgba(0, 0, 0, 0.3);
}

.ui-widget-content {
	background-color: #fff;
}

.ui-widget-content::after {
	background-color: #fff;
	height: 10px;
	width: 10px;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	position: absolute;
	content: ' ';
	top: -10px;
	left: -1px;
}

.ui-menu .ui-menu-item-wrapper {
	padding-left: 20px;
	color: #979797;
	padding-left: 20px;
	font-size: 16px;
	font-family: 'PT Serif', serif;
	border: none;
}

.ui-menu-item-wrapper.ui-state-active {
	font-weight: normal;
	background-color: #e5e5e5;
	color: #515151;
	border: none;
	margin: 0;
}

/*.ui-menu */
.ui-menu-item:last-child .ui-menu-item-wrapper {
	border-radius: 0 0 10px 10px;
}

.stock-slide {
	width: 220px;
	height: 270px;
	/*border: 1px solid #979797;*/
	box-shadow: 0px 0px 8px -2px #cacaca;
	transition: box-shadow 0.4s;
	margin: 10px auto;
	border-radius: 4px;
	overflow: hidden;
}

.stock-slide:hover {
	/* border: 1px solid #ff004b; */
	box-shadow: 0px 0px 8px 0px #cacaca;
}

.stock-slide:hover a {
	text-decoration: none;
}

.stock-slide:hover .stock-heading {
	/* border-bottom: 5px solid #ff004b; */
	color: #ff004b;
}

.stock-details {
	display: block;
	width: 100%;
	height: 100%;
}

.stock-heading {
	height: 55px;
	padding-left: 25px;
	padding-right: 25px;
	/* padding-bottom: 5px; */
	/* border-bottom: 5px solid #979797; */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #515151;
}

.stock-image {
	width: 220px;
	height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}