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

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

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

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

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;
}

.segments {
	padding: 35px 0;
}

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

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

.section-title h3 {
	font-size: 18px;
	font-weight: 600;
}

.section-title h3 a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #6F4C2A;
	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: 'Berkshire Swash', cursive;
	font-size: 18px;
}

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: #6F4C2A;
	color: #fff;
	border: 0;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	margin-top: 0px;
}


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

/*navbar*/
.navbar {
	padding: 15px 0 11px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

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

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

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

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

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

.navbar a {
	color: #414449;
}

/*sidebar*/
.sidebar-panel .side-nav {
	width: 250px;
	height: 100%;
}

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

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

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

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

.sidebar-panel .side-nav li > a:hover {
	background: transparent;
}

.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 a > i {
	width: 10px;
	font-size: 16px;
}

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

.sidebar-panel .side-nav .collapsible-header {
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.87);
	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;
}


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

.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: 'Berkshire Swash', cursive;
	color: #fff;
	font-size: 22px;
	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: #6F4C2A !important;
}

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

.category .content {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(to right, #6F4C2A, #8a7575);
}

.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 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
}

.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: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-size: 20px;
	text-align: center;
}

.category-page .content .wrap-caption h4 {
	color: #fff;
}

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

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

.category-details .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;
}

.category-details .content p.price {
	font-size: 14px;
	font-weight: 600;
	color: #6F4C2A;
}

/* 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: #6F4C2A;
	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: #6F4C2A;
}

/* 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 span {
	display: inline-block;
	background: #6F4C2A;
	color: #fff;
	padding: 0px 10px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.menu-details .content-desc h4 {
	margin: 5px 0;
	color: #6F4C2A;
}

.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.segments {
	padding-bottom: 27px;
}

.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: #6F4C2A;
}

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

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

.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 {
	margin-bottom: 10px;
}

.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 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.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: #6F4C2A;
	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: #6F4C2A;
}

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


.forgot-password .content a {
	background-color: #6F4C2A;
	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: #6F4C2A;
	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: #6F4C2A;
	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: 15px;
	text-align: center;
	border-radius: 5px;
}

.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;
}

/* 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: #6F4C2A;
}

.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: #6F4C2A;
	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: #6F4C2A !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: #6F4C2A;
}

.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: #6F4C2A;
}

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

.checkout .total-pay .button-link a {
	background-color: #6F4C2A;
	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: #6F4C2A;
	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: #6F4C2A;
}

.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: 'Berkshire Swash', 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: #6F4C2A;
}

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

/* 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 {
	padding: 31px 0 15px;
	text-align: center;
	background-color: #263238;
}

footer .desc span {
	color: #fff;
}

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

footer img {
	margin-bottom: 20px;
}

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;
}

.discount-panel{
	border-radius: 0px 0px 10px 10px !important;
    float: right !important;
    font-size: 14px !important;
    background: #2AC3A2 !important;
    top: 0;
    right: 0px;
    position: absolute;
}
.cart-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #6F4C2A;
	color: white;
	padding: 10px 0px;
	max-height: 60px;
	box-shadow: 0px 0px 10px 0px #575555;
	z-index:99;
}
.text-right{
	text-align:right;
}
.cart-bottom-product{
	margin: 0px;
	font-size: 14px;
	padding: 0px 10px;
	margin-top:2px;
	color:#fff;
}
.cart-bottom-product-amount{
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px 10px;
	
}

.cart-bottom-view-btn{
	margin-right:10px;
	border: 2px solid white;
	color: white;
	background: transparent;
	font-size: 18px;
	padding: 5px 10px;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	-webkit-animation-name: fadeIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
	max-height:100%!important;
}

/* Modal Content */
.modal-content {
	border:1px solid white;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	position: fixed;
	bottom: 0;
	background-color: #fefefe;
	width: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes slideIn {
	from {bottom: -300px; opacity: 0} 
	to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
	from {bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
}

@keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
}

.close-cart {
	color: #aaa;
	float: right;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
	margin-right:10px;
}

.close-cart:hover,
.close-cart:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.cart-bottom-view-btn:focus{
	background-color:transparent !important;
}
.quantity-icon-minus{
	color: white;
	background: #6F4C2A;
	border: none;
	padding: 5px 10px;
	border-radius: 5px 0px 0px 5px;
}
.quantity-icon-inner{
	background: none!important;
	color: black!important;
	font-size: 16px!important;
	font-weight: 500!important;
	padding: 0px!important;
	min-width: 20px!important;
	text-align: center!important;
	display:inline-block;
}

.quantity-icon-plus{
	color: white;
	background: #6F4C2A;
	border: none;
	padding: 5px 10px;
	border-radius: 0px 5px 5px 0px;
}

.proceed-to-pay{
	background: #6F4C2A;
	width: 100%;
	padding: 10px;
	border: 2px solid #6F4C2A;
	border-radius: 5px;
	color: white;
	font-size: 16px;
}
.cart-items{
	max-height: 300px;
	overflow-y: auto;
	overflow-x:hidden;
}

.wrapper label{
	font-weight:600;
	color:#333;
}
svg {
  width: 60px;
  display: block;
  margin: 0px auto 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
	stroke-dashoffset: 1000;
  }
  100% {
	stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
	stroke-dashoffset: 1000;
  }
  100% {
	stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
	stroke-dashoffset: -100;
  }
  100% {
	stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
	stroke-dashoffset: -100;
  }
  100% {
	stroke-dashoffset: 900;
  }
}
.back-cart-button{
	background: transparent;
	width: 100%;
	padding: 10px;
	border: 2px solid #6F4C2A;
	border-radius: 5px;
	color: #6F4C2A;
	font-size: 16px;
}
.back-cart-button:focus{
	background: transparent!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tabs .tab{
	line-height:0px;
	height:auto;
}
.custom-content{
	box-shadow:0px 4px 10px 2px lightgray;
}
.custom-my-title{
	padding: 30px 5px;
	border-radius: 5px;
	text-align: center;
	background-position: center !important;
	background-size: cover!important;
}
.seprater-category{
	border-bottom: 2px solid #888;
	line-height: 0em;
	margin-bottom: 10px;
}
body{
	background:#f2f2f2;
}
.slide .content{
	height:180px;
}
.slide .content .slide-caption{
	top:30%;
}
.slide .content .mask{
	background-color:rgba(0,0,0,0.60);
}
.slide .content .slide-caption h2 {
	font-family: "Goudy Bookletter 1911", sans-serif;
	color: #fff;
	font-size: 24px;
	margin-bottom: 4px;
}
.slide .content .slide-caption p {
	margin: 5px 10px;
	font-family: Okra,Helvetica,sans-serif;
}
.custom-category-heading{
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.8rem 0;
	color: rgb(28, 28, 28);
	margin: 0px;
	margin-block-end: 0px;
	position: sticky;
	top: 50px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 0;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 1.8rem;
}
.custom-subcategory{
	font-size: 18px;
	line-height: 2.1rem;
	color: rgb(105, 105, 105);
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 2rem;
}
.product-name{
	font-size: 14px;
	font-weight: 500;
	color: rgb(28, 28, 28);
	line-height: 150%;
	margin: 0px;
}
.product-amount{
	font-size: 12px;
	font-weight: 300;
	max-width: 100%;
	margin: 0px;
}
.special-offer-box{
	border: none;
	width: max-content;
	margin: 2px 0px 5px 0px;
	padding: 2px 5px;
	border-radius: 5px;
	background: #F4A266;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
}

.toggle-payment-option {
	margin: 0.7rem;
	box-sizing: border-box;
	font-size: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.toggle-payment-option input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}
.toggle-payment-option input + label {
	margin: 0;
	padding: 0.50rem 2rem;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 1px #DDD;
	background-color: #FFF;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.toggle-payment-option input + label:first-of-type {
	border-radius: 6px 0 0 6px;
	border-right: none;
}
.toggle-payment-option input + label:last-of-type {
	border-radius: 0 6px 6px 0;
	border-left: none;
}
.toggle-payment-option input:hover + label {
	border-color: #213140;
}
.toggle-payment-option input:checked + label {
	background-color: #6F4C2A;
	color: #FFF;
	border-color: #6F4C2A;
	z-index: 1;
}


.toggle-delivery-option {
	margin: 0.7rem;
	box-sizing: border-box;
	font-size: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.toggle-delivery-option input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}
.toggle-delivery-option input + label {
	margin: 0;
	padding: 0.50rem 2rem;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 1px #DDD;
	background-color: #FFF;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.toggle-delivery-option input + label:first-of-type {
	border-radius: 6px 0 0 6px;
	border-right: none;
}
.toggle-delivery-option input + label:last-of-type {
	border-radius: 0 6px 6px 0;
	border-left: none;
}
.toggle-delivery-option input:hover + label {
	border-color: #213140;
}
.toggle-delivery-option input:checked + label {
	background-color: #6F4C2A;
	color: #FFF;
	border-color: #6F4C2A;
	z-index: 1;
}

.full-stars-example-two .rating-group {
	display: inline-flex;
}
.full-stars-example-two .rating__icon {
	pointer-events: none;
}
.full-stars-example-two .rating__input {
	position: absolute !important;
	left: -9999px !important;
}
.full-stars-example-two .rating__input--none {
	display: none;
}
.full-stars-example-two .rating__label {
	cursor: pointer;
	padding: 0 0.1em;
	font-size: 2rem;
}
.full-stars-example-two .rating__icon--star {
	color: orange;
}
.full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
	color: #ddd;
}
.full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
	color: orange;
}
.full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
	color: #ddd;
}
.bagdge-discount-sub-text{
	background: rgba(0, 0, 0, 0) linear-gradient(rgb(239, 79, 95) 17.05%, rgb(217, 38, 98) 99.21%) repeat scroll 0% 0%;
	color: white;
	border-radius: 5px;
	width: max-content;
	padding: 0px 10px;
	margin-top:4px;
	margin-bottom:0px;
}

.coupon-slider .owl-stage{
    padding-left:10px !important;
}

@media (max-width: 800px) {
	.toggle-payment-option input + label {
		padding: 0.50rem 0.25rem;
		flex: 0 0 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.toggle-delivery-option input + label {
		padding: 0.50rem 0.25rem;
		flex: 0 0 33%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}