/*font*/
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/*general*/
body {
	font-family: 'Roboto', sans-serif;
	color: #888;
	font-size: 17px;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 110%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #333;
}

h1,
.hh1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

.hh3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

h4 {
	font-size: 18px;
}

@media (max-width: 576px) {
	.hh1 {
		font-size: 20px;
	}

	h4 {
		font-size: 14px;
	}
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 5px 0;
}

a {
	color: #333;
}

a:hover {
	color: #333;
}

a.link-color {
	color: #313131;
}

a.link-color:hover {
	color: #313131;
}

a:focus {
	outline: 0;
}

.text-blue {
	color: #2e63af;
}

.text-dark {
	color: #000;
}

.segments {
	padding: 35px 0;
}

.segments-page {
	padding: 100px 0 25px;
}

.section-title {
	margin-bottom: 20px;
}

.section-title h3 {
	font-family: 'Roboto', cursive;
	font-size: 18px;
	font-weight: 600;
}

.section-title h3 a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ff4301;
	float: right;
	font-weight: 400;
}

.section-title h3 a i {
	margin-left: 5px;
}

.bg-second {
	background-color: #f5f5f5;
}

.wrap-title {
	margin-bottom: 20px;
	text-align: center;
}

.wrap-title h3 {
	font-family: 'Roboto', cursive;
	font-size: 20px;
	font-weight: 700;
	color: #2e63af;
}

p.date {
	font-size: 12px;
	margin-bottom: 10px;
}

p.date i {
	margin-right: 8px;
}

/* row custom */
.container .row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

/*button default*/
.button {
	background-color: #fff;
	color: #2e63af;
	border: 1px solid #2e63af;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

/* .button:focus {
	background-color: #ff4301;
} */

.button:hover {
	background-color: #2e63af;
	color: white;
}

.button:hover img {
	filter: invert(1) brightness(100);
}

.button-full {
	width: 100%;
	color: #fff;
	border: 0;
	padding: 8px 10px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 13px;
}

.button-rounded {
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-rounded img {
	width: 16px !important;
	height: 16px !important;
	max-width: 16px !important;
}

.button.button-blue {
	background-color: #2e63af;
	color: white;
	border-radius: 5px;
}

.button.button-blue:hover {
	color: #2e63af;
	background-color: white;
}

@media (max-width: 621px) {
	.button {
		padding: 3px;
		font-size: 6px;
	}

	.button.button-blue {
		font-size: inherit;
	}
}


/*navbar*/
.navbar {
	padding: 15px 0 11px;
	box-shadow: 0 0 6px rgba(140, 132, 132, 0.41);
	background-color: #2e63af;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.navbar i {
	font-size: 16px;
}

.navbar .selectedLang {
	color: cyan;
}

.navbar .content-center {
	text-align: center;
}

.navbar .content-center h1 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Roboto', cursive;
}

.navbar .content-right {
	text-align: right;
}

.navbar .row {
	margin-bottom: 0;
}

.navbar a {
	color: #fff;
}

/*sidebar*/

.sidebar-panel .side-nav {
	width: 300px;
	height: 100vh;
}

.sidebar-panel .side-nav .user-view {
	padding: 25px 20px 3px;
	text-align: center;
}

.sidebar-panel .side-nav .user-view h2 {
	font-family: 'Roboto', cursive;
}

.sidebar-panel .side-nav .user-view p {
	line-height: normal;
}

.sidebar-panel .side-nav .user-view span {
	color: #ff4301
}

.sidebar-panel .side-nav li:not(:first-child):hover {
	background: #2e63af;
}

.sidebar-panel .side-nav li:hover a,
.sidebar-panel .side-nav li:hover i,
.sidebar-panel .side-nav li:hover .collapsible-header {
	color: white;
}

.sidebar-panel .side-nav li>a {
	padding: 0 16px;
	font-weight: 500;
}

.sidebar-panel .side-nav li a i {
	margin-right: 1rem;
	width: auto;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.87);
}

.sidebar-panel .side-nav li.active .collapsible-header,
.sidebar-panel .side-nav li.active .collapsible-header i {
	color: #fff;
	background-color: #2e63af;
}

.sidebar-panel .side-nav li.active .collapsible-body a {
	color: black;
}

.sidebar-panel .side-nav li.active .collapsible-body a:hover {
	color: white;
}

.sidebar-panel .side-nav li a>i {
	width: 30px;
	font-size: 16px;
}

.sidebar-panel .collapsible {
	border: 0;
}

.sidebar-panel .side-nav .collapsible-header {
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #2e63af;
	font-weight: 500;
	overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header:hover {
	background: transparent;
}

.sidebar-panel .side-nav .collapsible-header>i {
	font-size: 16px;
	width: 30px;
	text-align: left;
}

.sidebar-panel .side-nav .collapsible-header span i {
	float: right;
	margin: 0;
	width: auto;
	font-size: 15px;
}

.sidebar-panel .side-nav .active .collapsible-header span i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar-panel .side-nav .collapsible-body li a {
	padding: 0 23.5px 0 61px;
}

.sidebar-panel .side-nav li.active {
	background: transparent;
}

.sideBox {
	padding: 15px;
	background-color: #f2f2f2;
	margin-top: 50px;
}

.sideBox i {
	margin: 0 20px;
}

.sideBox2 {
	margin-top: 10px;
}


/*slide*/
.slide {
	position: relative;
	margin-top: 100px;
}

.slide .content {
	height: 230px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.slide .content .mask {
	background-color: rgba(0, 0, 0, 0.46);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slide .content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide .content .slide-caption {
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.slide .content .slide-caption h2 {
	font-family: 'Roboto', cursive;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.slide .content .slide-caption p {
	margin: 5px 35px;
}

.slide .owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	top: -35px;
	margin-bottom: -36px;
}

/* owl carousel dot custom */

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #2e63af !important;
}

.slider_url {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	padding: 5px;
	border-radius: 3px;
	font-size: 15px;
	background-color: #2e63af;
	color: white;
	text-transform: capitalize;
}

.slider_url:hover {
	color: rgb(173, 167, 167);
}

.slider_title {
	position: absolute;
	left: 15px;
	top: 15px;
	width: auto;
	height: auto;
	padding: 5px;
	border-radius: 5px;
	font-size: 3rem;
	background-color: #2e63af;
	color: white;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}

@media (max-width:576px) {
	.slider_title {
		font-size: 1rem;
	}
}

@media (max-width:1000px) {
	.slider_title {
		font-size: 1.2rem;
	}
}

/* category */
.category.segments {
	padding-bottom: 39px;
}

.category .content {
	width: 100%;
	height: 70px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
}

.category .c-first {
	background: url('../images/category1.jpg');
	background-size: cover;
}

.category .c-second {
	background: url('../images/category3.jpg');
	background-size: cover;
}

.category .c-third {
	background: url('../images/category2.jpg');
	background-size: cover;
}

.category .c-fourth {
	background: url('../images/category4.jpg');
	background-size: cover;
}

.category .content .mask {
	background-color: rgba(0, 0, 0, 0.46);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.category .content h4 {
	font-family: 'Roboto', cursive;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
}

.category .owl-theme .owl-dots .owl-dot span {
	background: #999;
}

.category .owl-carousel .owl-stage {
	padding-left: 0 !important;
}

/* category page */
.category-page .row:last-child {
	margin-bottom: 0;
}

.category-page .content {
	position: relative;
}

.category-page .content img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.category-page .content .mask {
	background-color: rgba(0, 0, 0, 0.46);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
}

.category-page .content .wrap-caption {
	position: absolute;
	top: 8%;
	left: 0;
	padding: 5px 10px;
	background-color: #2e63af;
}

.category-page .content .wrap-caption h4 {
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}

/* category details */
.category-details .row:last-child {
	margin-bottom: 0;
}

.category-details .content .imgwrapper {
	overflow: hidden;
	position: relative;
}

.category-details .content:not(.blog-content) .imgwrapper {
	aspect-ratio: 13 / 10;
}

.category-details .content img:first-of-type {
	width: 100%;
	border-radius: 5px 5px 0 0;
	display: block;
}

.category-details .content .label_local {
	position: absolute;
	width: 10%;
	left: 10px;
	top: 10px;
}

.category-details .content .label_local img {
	width: 100%;
	margin-bottom: 5px;
}

.category-details .content .label_new_discounted {
	position: absolute;
	width: 20%;
	right: 0px;
	top: 10px;
	font-size: inherit;
	text-transform: uppercase;
}

@media (max-width: 621px) {
	.category-details .content .label_new_discounted {
		font-size: 8px;
	}
}

.category-details .content .label_new_discounted .item_new {
	width: 100%;
	text-align: center;
	color: white;
	padding: 3px 0;
	background-color: #fb7e22;
	margin-bottom: 5px;
	border-radius: 5px 0 0 5px;
}

.category-details .content .label_new_discounted .item_discounted {
	width: 100%;
	text-align: center;
	color: white;
	padding: 3px 0;
	background-color: blue;
	margin-bottom: 5px;
	border-radius: 5px 0 0 5px;
}

.category-details .content .label_new_discounted .item_soon {
	width: 100%;
	text-align: center;
	color: white;
	padding: 3px 0;
	background-color: green;
	margin-bottom: 5px;
	border-radius: 5px 0 0 5px;
}

.category-details .content .label_new_discounted .item_grammage {
	width: 100%;
	text-align: center;
	color: white;
	padding: 3px 0;
	background-color: #86421c;
	margin-bottom: 5px;
	border-radius: 5px 0 0 5px;
}


.label_details {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	text-align: center;
	color: white;
	padding: 3px 0;
	border-radius: 5px 0 0 5px;
	margin-bottom: 5px;
	background-color: rgb(17, 186, 17);
	text-transform: uppercase;
	font-weight: 500;
	font-size: inherit;
}

.label_details span {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.label-details img {
	width: 20px;
	display: inline;
}

@media (max-width: 621px) {
	.label_details {
		font-size: 8px;
		width: 30%;
	}
}

@media (max-width: 768px) {
	.label_details {
		font-size: 11px;
		width: 25%;
	}
}

@media (max-width: 998px) {
	.label_details {
		font-size: 12px;
		width: 25%;
	}
}

@media (max-width: 621px) {
	.label_details {
		font-size: 8px;
	}
}

.category-details .content .label_local {
	position: absolute;
	width: 15%;
	left: 5px;
	top: 5px;
}

@media (max-width: 576px) {
	.category-details .content .label_local {
		width: 20%;
	}
}

.category-details .content .label_diets {
	position: absolute;
	width: auto;
	left: 5px;
	bottom: 5px;
	display: flex;
	align-items: center;
	background-color: rgb(0, 0, 0, .2);
	border-radius: 3px;

}

/* .category-details .content .label_details {
	position: absolute;
	width: auto;
	right: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	padding: 0 10px;

	background-color: green;
	color: #fff;
} */

.category-details .content .label_details .item_details {
	position: relative;
	display: flex;
	align-items: center;
}

.category-details .content .label_details .item_details img {
	position: absolute;
	z-index: 55;
	top: 50%;
	transform: translateY(-50%);
}

.category-details .content .label_details .item_details .button-rounded {
	z-index: 10;
}

/* .category-details .content .label_details span {
	position: absolute;
	width: calc(100% + 1rem);
	right: 1.5rem;
	font-size: 10px;
	background-color: white;
	color: #2e63af;
	border-radius: 2px 0 0 2px;
	padding-left: 5px;
} */

/* .category-details .content .label_details .item_details:hover span,
.category-details .content .label_details .item_details:hover .button {
	background-color: #2e63af;
	color: white;
} */

/* .category-details .content .label_details .item_details:hover img {
	filter: invert(1) brightness(100);
} */

.category-details .content .label_details i .category-details .content .text {
	font-size: 16px;
	font-weight: 500;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

@media (max-width: 576px) {
	.category-details .content .text {
		font-size: 10px;
	}

	.category-details .content .text1 .title {
		font-size: 11px;
	}
}

@media (max-width: 376px) {
	.category-details .content .text {
		font-size: 8px;
	}

	.category-details .content .text1 .title {
		font-size: 10px;
	}
}

.category-details .content.blog-content .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #2e63af;
	font-size: 16px;
}

@media (max-width: 576px) {
	.category-details .content.blog-content .text {
		font-size: 14px;
	}
}

.category-details .content .text .detail-btn {
	background-color: rgb(17, 186, 17);
	padding: 5px 20px;
	width: auto;
	text-align: center;
	text-transform: capitalize;
	color: white;
}

.category-details .content .text .detail-btn:hover {
	color: rgb(229, 213, 213);
}


.category-details .content .text .text1 {
	padding: 5px;
	background-color: #2e63af;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.category-details .content .text .text2 {
	padding: 5px;
	min-height: 65px;
}

.category-details .content .text .text2.has-detail {
	background-color: rgb(237, 237, 237);
	color: #2e63af;
	min-height: 85px;
	position: relative;
}

.category-details .content .text .text2.has-no-detail {
	background-color: white;
	color: white;
}

@media (max-width:576px) {

	.category-details .content .text .text2.has-detail,
	.category-details .content .text .text2.has-no-detail {
		min-height: 55px;
	}
}

/* .category-details .content p.price {
	font-size: 14px;
	font-weight: 600;
	color: #ff4301;
} */

.category-details .content p.discounted {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: line-through;
	margin-right: 5px;
}

@media (max-width: 576px) {
	.category-details .content p.discounted {
		font-size: 10px;
	}
}

/* menu */
.menu.segments {
	padding-bottom: 44px;
}

.menu .row.no-mb {
	margin-bottom: 0;
}

.menu .row:last-child {
	margin-bottom: 0;
}

.menu .tabs {
	background-color: transparent;
	margin-bottom: 20px;
	height: 30px;
}

.menu .tabs .tab {
	text-transform: none;
	height: 30px;
	line-height: 30px;
}

.menu .tabs .tab a {
	padding: 0;
	color: #333;
	border-radius: 20px;
}

.menu .tabs .tab a.active {
	color: #fff;
	background-color: #ff4301;
	border-radius: 20px;
}

.menu .tabs .indicator {
	display: none;
}

.menu .content {
	border-radius: 5px;
}

.menu .content img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	display: block;
}

.menu .content .text {
	background-color: #fff;
	padding: 10px;
	padding-bottom: 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
}

.menu .content p.price {
	font-size: 14px;
	font-weight: 600;
	color: #ff4301;
}

/* menu details */
.menu-details .row.no-mb {
	margin-bottom: 0;
}

.menu-details .content img {
	width: 100%;
	border-radius: 5px;
}

.menu-details .tabs {
	padding: 10px 2px;
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.menu-details .tabs .indicator {
	display: none;
}

.menu-details .tabs .tab a {
	padding: 0 10px;
	opacity: 0.5;
}

.menu-details .tabs .tab a.active {
	opacity: 1;
	color: transparent;
}

.menu-details .tabs .tab a:focus {
	background: transparent;
}

.menu-details ul li img {
	width: 100%;
}

/* .menu-details .content-desc {
	margin-top: 15px;
} */

.menu-details .content-desc-top {
	border-bottom: 1px solid #2e63af;
	color: #2e63af;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 600;
}

.menu-details .content-desc-tasting {
	display: inline-block;
	background: #2e63af;
	color: #fff;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.menu-details .content-desc h4 {
	margin: 10px 0;
	color: #ff4301;
}

.menu-details .review {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.menu-details .review h5 {
	margin-bottom: 15px;
}

.menu-details .review .content .image img {
	width: 45px;
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}

.menu-details .review .content .text {
	overflow: hidden;
}

.menu-details .review .content.reply {
	margin-left: 30px;
	margin-bottom: 0;
}

.menu-details .review .content.reply .text p:last-child {
	margin-bottom: 2px;
}

.menu-details .comment-add {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.menu-details .comment-add h5 {
	margin-bottom: 15px;
}

.menu-details form textarea {
	margin-bottom: 0 !important;
}

/* testimonial */

.testimonial {
	margin-bottom: 20px;
}

.testimonial.segments {
	padding-bottom: 27px;
}

.testimonial .container .row {
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 10px;
}

.testimonial .content {
	text-align: center;
}

.testimonial .content img {
	width: 65px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 15px;
}

.testimonial .content ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.testimonial .content ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 3px;
	color: #ff4301;
}

.testimonial .content h5 {
	margin-bottom: 10px;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
	background: #999;
}

.owl-carousel1 {
	position: relative;
}

.owl-carousel1 .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.testimonial-page .content {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.testimonial .content .post p,
.testimonial-page .content .post p {
	margin-bottom: 0;
}

/* chef */
.chef .row:last-child {
	margin-bottom: 0;
}

.chef .content {
	border-radius: 5px;
}

.chef .content img {
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
}

.chef .content .text {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
}

.chef .content .text h5 {
	margin-bottom: 5px;
}

/* chef details */
.chef-details .row {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.chef-details.segments-food {
	margin-top: 20px;
}

.chef-details .row:last-child {
	margin-bottom: 0;
}

.chef-details .content-image {
	margin-bottom: 10px;
}

.chef-details .content-image img {
	width: 100%;
	border-radius: 5px;
}

.chef-details .content-text {
	text-align: right;
}

.chef-details .content-text.no-bb-pb {
	border-bottom: 0;
	padding-bottom: 0;
}

.chef-details .content-text ul {
	padding: 0;
	margin: 0;
}

.chef-details .content-text ul li {
	display: inline-block;
	margin-right: 10px;
}

.chef-details .content-text ul li a {
	color: #555;
}

/* profile */
.profile.segments-page {
	padding-top: 52px;
}

.profile .profile-banner {
	background: linear-gradient(rgba(0, 0, 0, .5),
			rgba(0, 0, 0, .5)),
		url('../images/bg-profile.jpg');
	background-size: cover;
	width: 100%;
	height: 180px;
	text-align: center;
	position: relative;
}

.profile .profile-banner .content-image {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
}

.profile .content-image img {
	width: 65px;
	border-radius: 50%;
}

.profile .content-image h4 {
	color: #fff;
	margin-top: 5px;
}

.profile .profile-banner .link-edit-profile {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.profile .profile-banner .link-edit-profile h6 {
	color: #fff;
}

.profile .profile-banner .link-edit-profile h6 i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.edit-profile .profile-banner .banner-change {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.edit-profile .profile-banner .banner-change i,
.edit-profile .profile-banner .banner-change h6 {
	color: #fff;
}

.edit-profile .profile-banner .banner-change span {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

.profile .content-image form input,
.edit-profile .profile-banner .banner-change input {
	display: none;
}

.profile .content-image .content {
	position: relative;
	display: inline-block;
}

.edit-profile .content-image .content i {
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ff4301;
	border-radius: 50%;
}

.profile .content-text {
	padding-top: 20px;
}

.profile .content-text ul {
	padding: 0;
	margin: 0;
}

.profile .content-text ul li {
	display: inline-block;
	margin-right: 10px;
}

.profile .content-text .row {
	margin-bottom: 15px;
}

.profile .content-text .row:last-child {
	margin-bottom: 0;
}

.profile .content-text .content-right {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.profile .content-text .content-right.no-bb-pb {
	border-bottom: 0;
	padding-bottom: 0;
}

.edit-profile .content-text .content-right {
	padding-bottom: 0;
	border: 0;
}

.edit-profile .content-text .content-right input {
	margin-bottom: 0 !important;
}

.edit-profile .button-save {
	text-align: right;
}

.edit-profile .button-save .button {
	margin-top: 10px;
}

.edit-profile .content-right textarea {
	margin-bottom: 0 !important;
}

/* forgot password */
.forgot-password .content {
	text-align: center;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-top: 14px;
}

.forgot-password .content i {
	font-size: 50px;
	margin-bottom: 10px;
	color: #ff4301;
}

.forgot-password .content h5 {
	margin-bottom: 10px;
}


.forgot-password .content a {
	background-color: #ff4301;
	color: #fff;
	border: 0;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

/* reset password */
.reset-password .content {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
}

.reset-password .content h5 {
	margin-bottom: 10px;
}

.reset-password .content input {
	margin-top: 10px;
	margin-bottom: 0 !important;
}

/* login */
.login .content .info ul {
	padding: 0;
	margin: 0;
}

.login .content .info ul li {
	margin-bottom: 8px;
}

.login .content .info ul li:last-child {
	margin-bottom: 0;
}

.login .content .info ul li a {
	color: #ff4301;
	font-weight: 500;
}

.login .content .wrap-media {
	text-align: center;
	margin-top: 15px;
}

.login .content .wrap-media .row {
	margin-bottom: 0;
}

.login .content .wrap-media h5 {
	margin-bottom: 15px;
}

.login .content .wrap-media .button-facebook {
	background: #3b5999;
}

.login .content .wrap-media .button-google {
	background: #dd4b39;
}

/* register */
.register .info ul {
	padding: 0;
	margin: 0;
}

.register .info ul li a {
	color: #ff4301;
	font-weight: 500;
}

.register .content .wrap-media {
	text-align: center;
	margin-top: 15px;
}

.register .content .wrap-media .row {
	margin-bottom: 0;
}

.register .content .wrap-media h5 {
	margin-bottom: 15px;
}

.register .content .wrap-media .button-facebook {
	background: #3b5999;
}

.register .content .wrap-media .button-google {
	background: #dd4b39;
}

/* about */
.about .content img {
	width: 100%;
	border-radius: 5px;
}

.about .wrap-media {
	margin: 10px 0;
}

.about .wrap-media ul {
	padding: 0;
	margin: 0;
}

.about .wrap-media ul li {
	display: inline-block;
	margin-right: 10px;
}

.about .wrap-media ul li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.about .wrap-media ul li a .fa-facebook {
	background-color: #3b5999;
}

.about .wrap-media ul li a .fa-twitter {
	background-color: #55acee;
}

.about .wrap-media ul li a .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.about .wrap-media ul li a .fa-google {
	background-color: #dd4b39;
}

.about .content p span {
	font-weight: 500;
}

.about .content p:last-child {
	margin-bottom: 0;
}

/* gallery */
.gallery .row {
	margin-bottom: 0;
}

.gallery .row .col {
	padding: 10px;
}

.gallery .content img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

/* pricing table */
.pricing-table .row:last-child {
	margin-bottom: 0;
}

.pricing-table .content {
	/* border: 1px solid #ddd; */
	padding: 5px;
	font-size: 18px;
	/* border-radius: 5px; */
}

@media (max-width: 576px) {
	.pricing-table .content {
		font-size: 10px;
	}
}

.pricing-table .content.content1 {
	background-color: #2e63af;
	color: white;
}

.pricing-table .content.content2 {
	background-color: rgb(237, 237, 237);
	color: #2e63af;
}

.pricing-table .content.vip {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.pricing-table .content.vip h5 {
	color: #fafafa;
}

.pricing-table .content h4 {
	margin-bottom: 10px;
}

.pricing-table .content.vip h4 {
	color: #fff;
}

.pricing-table .content h5 {
	margin-bottom: 10px;
	color: #888;
}

.pricing-table ul {
	padding: 0;
	margin: 0;
}

.pricing-table ul li {
	margin-bottom: 3px;
}

/* contact */
/* .contact .content .button {
	width: 100%;
} */

.contact textarea {
	margin-bottom: 0 !important;
}

.contact .openHours {
	background-color: #2e63af;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	color: #fff;
}

/* cart */
.cart .wrap-cart {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
}

.cart .wrap-cart .row:last-child {
	margin-bottom: 0;
}

.cart .wrap-cart .content {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.cart .content.no-effect {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cart .content .wrap-image img {
	width: 100%;
}

.cart .content .wrap-name a {
	position: relative;
	top: -4px;
}

.cart .content .icon-remove i {
	text-align: right;
	float: right;
}

.cart .content .wrap-price p {
	font-size: 14px;
}

.cart .content .wrap-price p.price {
	font-weight: 600;
	font-size: 14px;
	color: #ff4301;
}

.cart .content .wrap-quality input {
	width: 50px;
	height: 24px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 5px;
	margin-bottom: 0;
}

.cart .content .wrap-quality input:focus {
	border-color: #ddd;
	box-shadow: none;
}

.cart .total-pay .button-link a {
	background-color: #ff4301;
	color: #fff;
	border: 0;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}


/* total pay */

.total-pay {
	padding: 10px 15px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.total-pay .content-right {
	text-align: right;
	font-weight: 500;
}

/* checkout */
.checkout .wrap-checkout {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 15px 15px;
	margin-bottom: 20px;
}

.checkout .wrap-checkout form label {
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block;
	color: #888 !important;
}

.checkout .wrap-checkout .wrapper {
	display: flex;
	flex-direction: column-reverse;
}

.checkout .wrap-checkout form input:focus+label,
.checkout .wrap-checkout form textarea:focus+label {
	color: #ff4301 !important;
}

.checkout .wrap-checkout .wrapper.no-mb textarea {
	margin-bottom: 0 !important;
}

.checkout .product-chossed {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
}

.checkout .product-chossed .row:last-child {
	margin-bottom: 0;
}

.checkout .product-chossed img {
	width: 100%;
}

.checkout .product-chossed .wrap-price p {
	font-size: 14px;
}

.checkout .product-chossed .wrap-price p.price {
	font-weight: 600;
	font-size: 14px;
	color: #ff4301;
}

.checkout .product-chossed .wrap-quality input {
	width: 50px;
	height: 24px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 5px;
}

.checkout .product-chossed .wrap-quality input:focus {
	border-color: #ddd;
	box-shadow: none;
}

.checkout .product-chossed .button i {
	margin-right: 5px;
}

.checkout .payment {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
}

.checkout .payment h5 {
	margin-bottom: 10px;
}

.checkout .payment .wrapper {
	margin-bottom: 5px;
}

.checkout .payment .wrapper:last-child {
	margin-bottom: 0;
}

.checkout .payment .wrapper label {
	color: #333;
}

.checkout [type="radio"].with-gap:checked+span::before {
	border-color: #ff4301;
}

.checkout .payment [type="radio"]:checked+span::after,
[type="radio"].with-gap:checked+span::after {
	background-color: #ff4301;
	border-color: #ff4301;
}

.checkout .total-pay .button-link a {
	background-color: #ff4301;
	color: #fff;
	border: 0;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}


/* done process */
.done-process .content {
	text-align: center;
}

.done-process .content i {
	font-size: 5rem;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-color: green;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 50%;
}

.done-process .content p {
	color: #333;
	font-size: 14px;
	margin-bottom: 0;
}

/* blog */
.blog .content {
	margin-bottom: 20px;
}

.blog .content.no-mb {
	margin-bottom: 0;
}

.blog .content img {
	width: 100%;
	border-radius: 5px;
	display: block;
}

.blog .content .text {
	padding-top: 10px;
}

.blog .content .text h4 {
	margin-bottom: 8px;
}

.blog .pagination {
	margin-top: 20px;
}

.blog .pagination ul {
	padding: 0;
	margin: 0;
}

.blog .pagination li.disabled a {
	background: #ff4301;
	color: #fff;
}

/* blog single */
.blog-single .content img {
	width: 100%;
	border-radius: 5px;
}

.blog-single .content .text h4 {
	margin: 10px 0 8px;
}

.blog-single .share-button {
	margin: 10px 0;
}

.blog-single .share-button .title span {
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
	color: #ff4301;
}

.blog-single .share-button ul {
	padding: 0;
	margin: 0;
}

.blog-single .share-button ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-single .comment-form {
	margin-top: 20px;
}

.blog-single .comment-form h5 {
	margin-bottom: 15px;
}

.blog-single .comment-form textarea {
	margin-bottom: 0 !important;
}

/* reservatoin */
.reservation form .button {
	margin-top: 10px;
}

/* open hours */
.open-hours {
	background: linear-gradient(rgba(0, 0, 0, 0.62),
			rgba(0, 0, 0, 0.62)),
		url('../images/bg-open-hours.jpg');
	background-size: cover;
	height: 100vh;
	position: relative;
}

.open-hours .content .title {
	text-align: center;
	padding: 15px 0;
	background: #fff;
}

.open-hours .content .title h5 {
	font-family: 'Roboto', cursive;
}

.open-hours .content {
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	border-radius: 5px;
}

.open-hours .content .desc {
	padding: 15px;
}

.open-hours .content .desc .row:last-child {
	margin-bottom: 0;
}

.open-hours .content .desc h6 {
	color: #fff;
}

.open-hours .content .content-right {
	text-align: right;
}

/*form*/
form label.active {
	color: #313131 !important;
}

form input {
	border: 0 !important;
	height: 2.5rem !important;
	padding: 0 10px !important;
	box-sizing: border-box !important;
	margin-bottom: 15px !important;
	background: #f1f1f1 !important;
	border-radius: 3px !important;
	font-size: 15px !important;
}

form input[type="file"] {
	border: 0 !important;
	padding: 0 !important;
	display: block;
}

form textarea {
	border: 0 !important;
	background: #f1f1f1 !important;
	padding: 10px;
	margin-bottom: 15px !important;
	box-sizing: border-box !important;
	height: 7rem !important;
	border-radius: 3px !important;
	font-size: 15px !important;
}

form input:focus {
	border: 0 !important;
	box-shadow: none !important;
}

form textarea:focus {
	border: 0;
	box-shadow: none !important;
}

form select {
	border: 0;
	background-color: #f1f1f1;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #888;
	font-size: 15px;
}

form select:focus {
	border: 0;
	outline: 0;
}

form .button {
	margin-top: 20px;
	text-align: center;
}

form .datepicker-date-display {
	background-color: #ff4301;
}

form .datepicker-cancel,
.datepicker-done {
	color: #ff4301;
}

/* placeholder */

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #555;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #555;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #555;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #555;
}


/*footer*/
footer {
	text-align: center;
	background-color: #2e63af;
	color: #fff;
	font-size: 17px;
}

@media (max-width:576px) {
	footer {
		font-size: 12px;
	}
}

footer .desc span {
	color: #fff;
}

footer .desc p {
	margin: 0;
	color: #f9f9f9;
}

footer img {
	margin-bottom: 20px;
}

footer ul {
	display: inline;
}

/* footer ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
	margin-bottom: 18px;
	margin-top: 15px;
} */

footer ul li {
	display: inline-block;
	list-style-type: none;
}

footer ul li a i {
	margin: 0 10px;
	color: #fafafa;
}



form button {
	position: relative;
}

.loader {
	position: absolute;
	left: 110%;
	top: 0%;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #ff4301;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.sending {
	color: white;
	margin-right: 10px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

/*preloader*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
	display: flex;
}

.spinner {
	width: 40px;
	height: 40px;
	margin: auto;
	background-color: #ff4301;
	border-radius: 50%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

/* cookie-disclaimer */
.cookie-disclaimer {
	background-color: #3f3636;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;

	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #793f3f;
	padding: 10px;
	text-align: center;
	/* etc. */
}

.cookie-disclaimer button {
	border-radius: 5px;
	background-color: rgb(53, 189, 213)
}

/* modal: ürün tanıtımı */
/* Modal: Product Promotion */
.mmodal-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mmodal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.75;
	z-index: 10;
}

.mmodal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90vw;
	height: 90vh;
	z-index: 9999;
	font-size: 1rem;
}

.mmodal-inner {
	position: relative;
	width: 300px;
	height: 400px;
	border-radius: 0.5em;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.mmodal-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5em;
	border: 3px solid #2e63af;
}

.mmodal-content {
	width: 90%;
}

.close-btn {
	position: absolute;
	right: 7px;
	top: 10px;
	background-color: red;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	color: wheat;
	text-align: center;
	z-index: 1000;
	font-size: .5rem;
}

.mmodal-header {
	position: absolute;
	top: 30px;
	color: white;
}

.mmodal-inner .btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1000;
	background-color: #2e63af;
	color: white;
	border-radius: 0.25em;
	text-decoration: none;
}


[x-cloak] {
	display: none !important;
}

/* modal: rating&comment */
.star-rating {
	direction: rtl;
	text-align: center;
}

.star-rating div {
	direction: ltr;
}

.star-rating input[type="radio"] {
	display: none;
}

.star-rating label {
	color: #ddd;
	/* Default star color */
	cursor: pointer;
}

.star-rating input[type="radio"]:checked~label {
	color: gold;
	/* Selected star color */
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-1 {
	margin-top: .5rem !important
}

.mb-1 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.text-center {
	text-align: center !important
}

.custom-img {
	width: 100%;
	object-fit: cover;
}

.img-wrapper {
	position: relative;
	padding-top: 100%;
	/* 1:1 Aspect Ratio */
}

.img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.randomProduct {
	position: relative;
}

.randomProduct .grammage {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%);
	background-color: #2e63af;
	color: white;
}

.randomProduct-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #2e63af;
}

@media (max-width:576px) {
	.randomProduct .grammage {
		font-size: 12px;
		padding: 2px;
	}
}

.technique {
	color: white;
	background-color: #2e63af;
	padding: 5px;
	text-transform: uppercase;
}

.technique img {
	filter: brightness(0) invert(1);
}

.diet-img {
	width: 1.8rem !important;
	display: inline-block !important;
	margin: .5rem 0;
	filter: invert(1) brightness(100);
}

@media (max-width: 576px) {
	.diet-img {
		width: 1rem !important;
	}
}

.owl-carousel .owl-item img {
	border-radius: 5px;
}