/*
  Project Name: Frudbaz - Fast Food Restaurant HTML Template
  Author: XpressRow -->> (https://themeforest.net/user/xpressrow)
  Support: xpressrow@gmail.com
  Description: Fast Food Restaurant HTML Template
  Developer: Mohammad Wasim Mia -->> (wasimmia.info@gmail.com)
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. hero
4. category
5. offer
6. shop
7. cta
8. team
9. testimonial
10. blog
11. brand
12. footer
13. about
14. reservation
15. services
16. recipe menu
17. preloder
18. page title
19. faq
20. history
21. contact
*/

/* 1. Theme default css */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Lilita+One&family=Sofia&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Roboto:wght@300;400;500;700&family=Sofia&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

.font-japanese {
	font-family: 'Sora';
}

body {
	font-family: 'Sora', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #706c61;
	background: #f8f8f8;
}

.body_wrap {
	overflow: hidden;
	position: relative;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

.maxw_1600 {
	max-width: 1600px;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a:hover {
	color: #64685E;
}

a,
button {
	color: #64685E;
	outline: medium none;
	cursor: pointer;
}

button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sora', cursive;
	font-weight: normal;
	color: #303b30;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 17px;
	font-weight: normal;
	line-height: 28px;
	color: #495148;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

i,
span,
a {
	display: inline-block;
}

a {
	text-decoration: none;
}

input,
textarea,
select {
	width: 100%;
	height: 55px;
	background-color: #fbfaf7;
	border: 1px solid transparent;
	padding: 0px 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border: 2px solid #f7f7f7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

*::-moz-selection {
	background: #64685E;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #64685E;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #64685E;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
}

*::placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
}

.separator {
	border-top: 1px solid #f2f2f2;
}

/* button style */
.thm_btn {
	font-size: 14px;
	padding: 16px 30px;
	text-align: center;
	position: relative;
	color: #fefefe;
	text-transform: uppercase;
	background: #b56a5d;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
}

.thm_btn:hover {
	color: #ffff;
	background-color: #303b30;
}

.thm_btn-2 {
	background-color: #303b30;
}

.thm_btn-2:hover {
	background-color: #b56a5d;
}

.thm_btn-white,
.thm_btn-white:hover {
	background-color: #fff;
	color: #303b30;
}

/* 2. header */
header .logo img {
	max-height: 90px;
}

.transparent_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 9;
}

.header_area .header_space {
	padding: 35px 120px;
}

.main_menu ul li {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

.main_menu ul li:last-child {
	margin-right: 0;
}

.main_menu ul li a {
	padding: 25px 0;
	color: #303b30;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.main_menu ul li:hover>a::before,
.main_menu ul li.active>a::before {
	width: 100%;
	right: auto;
	left: 0;
}

.main_menu ul li:hover>a,
.main_menu ul li.active>a {
	color: #64685E;
}

.main_menu ul li ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	background: #fff;
	padding: 15px 0;
	border-radius: 3px;
	z-index: 99;
	transform-origin: 50% 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.main_menu ul li:hover>ul.sub-menu {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.main_menu ul li ul.sub-menu li {
	margin: 0;
	display: block;
	padding: 6px 25px;
}

.main_menu ul li ul.sub-menu li a {
	color: #303b30;
	display: block;
	font-size: 15px;
	padding: 0;
	text-transform: capitalize;
}

.main_menu ul li ul.sub-menu li:hover>a,
.main_menu ul li ul.sub-menu li.active>a {
	color: #64685E;
}

.main_menu ul li ul.submenu li a::before {
	background: none;
}

.main_menu ul li ul.sub-menu li ul.sub-menu {
	top: 10%;
	left: 100%;
	transform-origin: 50% 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}

.main_menu ul li ul.sub-menu li:hover>ul.sub-menu {
	top: 0;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.main_menu ul .dropdown ul.sub-menu .dropdown>a::after {
	position: absolute;
	top: 7px;
	right: 0;
	line-height: 1;
	font-size: 10px;
	content: '\e649';
	font-family: 'themify';
}

.header_carts {
	margin-left: 80px;
}

.header_carts .icon {
	width: 55px;
	height: 55px;
	background: #fff;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
	color: #303b30;
	position: relative;
	margin-left: 20px;
}

.header_carts .cart_counter {
	top: 0px;
	right: -6px;
	height: 25px;
	color: #ffffff;
	min-width: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	border-radius: 45px;
	background-color: #64685E;
}

.header_right .search_box {
	position: relative;
	padding: 0;
}

.header_right .search_box input {
	padding: 0px 25px;
	background: #fff;
	outline: none;
	color: #303b30;
	width: 350px;
	height: 55px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 10px;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
	padding-right: 50px;
}

.header_right .search_box button {
	position: absolute;
	background: transparent;
	top: 0;
	right: 18px;
	bottom: 0;
	border: 0;
	color: #303b30;
	font-size: 18px;
}

.cardapio_tabs_carousel {
	padding: 0 2rem;
}

/* @media screen and (max-width: 768px) {
  .cardapio_tabs_carousel {
    padding: 0;
  }
} */

.cardapio_tabs_carousel .owl-item {
	display: flex;
	justify-content: center;
}

.cardapio_tabs_carousel .owl-stage-outer {
	z-index: 2;
	overflow: visible;
}

.cardapio_tabs_carousel .owl-nav {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}

.cardapio_tabs_carousel .owl-nav div {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: box-shadow ease-in-out 300ms;
	z-index: 10;
}

.cardapio_tabs_carousel .owl-nav div:hover {
	box-shadow: 0 0 10px 0px #00000050;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.main_menu ul li {
		margin-right: 25px;
	}
}

@media (max-width: 991px) {

	.header_search_wrap,
	.cart_wishlist {
		display: none;
	}
}

.header_2 .header_space {
	padding: 20px 85px;
}

.header_2 .main_menu_wrap .main_menu {
	justify-content: center;
}

.header_2 .header_carts,
.header_3 .header_carts {
	margin-left: 0;
}

.sticky {
	background: #fff;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 44;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header_area .header_space.sticky {
	padding: 8px 85px;
}

.header_1 .header_space.sticky {
	padding: 8px 120px;
}

.header_3 .main_menu ul li a {
	padding: 25px 0;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.header_search_wrap {
	position: relative;
}

.search_main>i,
.search_main span {
	cursor: pointer;
}

.search_main span {
	display: none;
}

.header_search_wrap .search_form_main {
	padding: 15px;
	position: absolute;
	right: 0;
	top: 80px;
	width: 350px;
	z-index: 33;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #e1e1e1;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

.search_form_main.active_search {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	background: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.search_form_main form {
	position: relative;
}

.search_form_main input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #f4f4f4;
	padding: 20px;
}

.search_form_main button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: #303b30;
	height: 55px;
	width: 55px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}

.header_search_wrap .icon {
	margin-left: 0;
}

.header_3 .logo a img:nth-child(2),
.header_3 .sticky .logo a img:nth-child(1) {
	display: none;
}

.header_3 .sticky .logo a img:nth-child(2) {
	display: inline-block;
}

.header_3 .sticky .main_menu ul li>a {
	color: #303b30;
}

.header_3 .main_menu ul li:hover>a,
.header_3 .main_menu ul li.active>a {
	color: #64685E;
}

.header_3 .header_space {
	padding: 35px 240px;
}

.header_3 .header_space.sticky {
	padding: 8px 240px;
}

.header_3 .main_menu_wrap .main_menu {
	justify-content: center;
}

.header_3 .header_carts .icon {
	background: transparent;
	border: 2px solid #848484;
	color: #fff;
}

.header_3 .sticky .header_carts .icon {
	color: #303b30;
	border-color: #ccc5c5;
}

/* 3. hero */
.hero_area {
	position: relative;
	height: 100vh;
}

.hero_area.hero_1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 56%;
	background: #fff;
	height: 100%;
	content: '';
	z-index: -1;
}

.logo-menu {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	position: relative;
	padding: 20px 0;
	margin-bottom: 40px;
}

.page_title_area .logo-menu {
	position: relative !important;
}

.logo-menu a {
	max-width: 250px;
	margin: 0 auto;
}

.logo-menu .hamburger_menu {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.logo-menu .hamburger_menu {
	font-size: 1.5rem;
	margin-right: 1rem;
}

.logo-menu .hamburger_menu a {
	color: #fff;
}

.hero_wrap {
	display: flex;
	align-items: center;
	justify-items: center;
	height: 100%;
}

.hero_1 .hero_wrap {
	padding: 0 120px;
	padding-top: 120px;
}

.hero_area .hero_height {
	/* min-height: 950px; */
}

.hero_area .hero_img .d_img {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 95px;
}

.hero_area .info_list {
	text-align: right;
}

.hero_area .hero_img {
	position: relative;
	margin-left: 40px;
}

.hero_1 .hero_img>img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.hero_area .hero_text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10%;
	height: 100%;
	text-align: center;
}

.hero_area .hero_text h5 {
	font-size: 22px;
	color: #64685E;
	font-family: 'Sofia', cursive;
	margin-bottom: 25px;
}

.hero_area .hero_text h2 {
	font-size: 80px;
	text-transform: uppercase;
	line-height: 1.1;
}

.hero_area .hero_text p {
	font-size: 18px;
	line-height: 30px;
	max-width: 500px;
}

.hero_area .hero_text .hero_btn .thm_btn {
	margin-top: 20px;
	margin-right: 30px;
}

.hero_area .hero_text .hero_btn .thm_btn:last-child {
	margin-right: 0;
}

.info_list li {
	padding-right: 88px;
	position: relative;
	margin-bottom: 70px;
}

.info_list li:last-child {
	margin-bottom: 0;
}

.info_list li .count {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	right: 0;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: #fff;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #303b30;
	font-weight: 500;
	font-size: 18px;
}

.info_list li h4 {
	font-size: 18px;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.hero_bottom {
	position: absolute;
	bottom: 70px;
	left: 135px;
	right: 135px;
}

.hero_bottom .hero_video {
	float: right;
	padding-top: 15px;
}

.hero_bottom .hero_social {
	padding-top: 15px;
}

.hero_social li a {
	color: #303b30;
	font-weight: 500;
}

.hero_social li {
	margin-right: 50px;
	position: relative;
	margin-top: 10px;
}

.hero_social li:last-child {
	margin-right: 0;
}

.info_list li::before {
	position: absolute;
	top: 50%;
	right: 29px;
	content: '';
	background: #e0ddd7;
	width: 1px;
	bottom: 0;
	height: 150px;
}

.info_list li:last-child::before {
	display: none;
}

.hero_social li i {
	padding-right: 5px;
}

.hero_video a {
	color: #303b30;
	font-weight: 700;
	font-size: 16px;
}

.hero_video a span {
	width: 55px;
	height: 55px;
	background: #fff;
	text-align: center;
	margin-left: 20px;
	line-height: 55px;
	border-radius: 50%;
}

.hero_area.hero_2 {
	margin: 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px 25px 0 0%;
}

.hero_2 .header_space {
	padding: 20px 85px;
}

.hero_2 .hero_text h2 {
	color: #fff;
}

.hero_2 .hero_text h2 span {
	color: #00a850;
}

.hero_2 .hero_text h2 span:nth-child(2) {
	color: #64685E;
}

.hero_2 .hero_text p {
	color: #eaeaea;
}

.hero_2 .hero_wrap {
	padding: 0 190px;
}

.hero_2 .hero_height {
	/* min-height: 850px; */
}

.hero_2 .hero_img {
	float: right;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.hero_2 .hero_wrap {
		padding: 0 20px !important;
		padding-bottom: 100px !important;
	}
}

.category_slide {
	display: flex;
	justify-content: space-around;
	background: #303b30;
	flex-wrap: wrap;
}

.category_slide .cs_item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 35px 20px;
	border-right: 2px solid #2c2a32;
	flex-basis: 12.5%;
}

.category_slide .cs_item:last-child {
	border-right: 0;
}

.category_slide .cs_item a {
	display: flex;
	align-items: center;
}

.category_slide .cs_item .cs_text h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Sora', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

.category_slide .cs_item .cs_icon {
	max-width: 27px;
	margin-right: 11px;
}

.hero_search_form {
	max-width: 510px;
	margin-top: 40px;
	position: relative;
}

.hero_search_form input,
.footer_top .sub_from input {
	width: 100%;
	height: 55px;
	color: #ffff;
	background-color: rgb(37, 36, 42, 0.36);
	border: 1px solid #454449;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.hero_search_form button,
.footer_top .sub_from button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 30px;
	border: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.3s;
	background: #64685E;
	border-radius: 7px;
}

.hero_search_form input {
	background: #303b30;
	border: 0;
	height: 58px;
}

.hero_search_form button i {
	padding-right: 7px;
}

.hero_2 .hero_social li a {
	color: #fff;
}

.hero_2 .hero_social {
	margin-top: 55px;
}

.hero_area.hero_3 {
	z-index: 1;
}

.hero_3 .hero_content_wrap {
	padding-top: 0;
}

.hero_3 .hero_text h2 {
	font-size: clamp(30px, 5vw, 50px);
	color: #fff;
	font-weight: 300;
}

.hero_3 .hero_text h2 span {
	color: #64685E;
}

.hero_3 .hero_img {
	margin-left: 0;
	z-index: 5;
	position: relative;
	max-width: 710px;
	margin: auto;
	margin-bottom: -180px;
	border-radius: 50%;
}

.hero_3 .hero_img>img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.section_notch,
.section_notch_top,
.section_notch_bottom {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_notch::before,
.section_notch_top::before {
	content: '';
	position: absolute;
	background-image: url(../images/shape/section-notch-top.png);
	background-repeat: repeat-x;
	display: block;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 5;
}

/* .section_notch::after,
.section_notch_bottom::after {
  content: "";
  position: absolute;
  background-image: url(../images/shape/section_notch_bottom.png);
  background-repeat: repeat-x;
  bottom: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
} */
.hero_shape .shape {
	position: absolute;
	z-index: -1;
}

.hero_shape .hs_01 {
	left: 0;
	top: 28%;
}

.hero_shape .hs_02 {
	right: 0;
	top: 22%;
}

.hero_shape .his_01 {
	left: 31%;
	top: 48%;
}

.hero_shape .his_02 {
	right: 25%;
	top: 43%;
}

.hero_feat_wrap .hf_single {
	position: absolute;
	max-width: 230px;
}

.hero_feat_wrap .hf_single h4 {
	color: #fff;
	font-family: 'Sora', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.hero_feat_wrap .hf_single p {
	color: #d6d6d6;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Sofia', cursive;
}

.hero_feat_wrap .sf_01 {
	top: 53%;
	left: 14%;
	text-align: left;
}

.hero_feat_wrap .sf_01 .hf_shape {
	margin-left: 85px;
	margin-top: 12px;
}

.hero_feat_wrap .sf_02 {
	top: 67%;
	right: 14%;
	text-align: right;
}

.hero_feat_wrap .sf_02 .hf_shape {
	margin-right: 145px;
	margin-bottom: 12px;
}

/* 4. category */
.cat_single {
	background: #fff;
	border-right: 1px solid #f2f2f2;
	padding: 40px 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.cat_single:hover {
	background-color: #64685E;
}

.cat_shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.cat_single:hover .cat_shape {
	opacity: 1;
}

.cat_single .cat_icon {
	max-width: 50px;
	margin-bottom: 30px;
}

.cat_single:hover .cat_icon img {
	filter: brightness(0) invert(1);
}

.cat_single .cat_number {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 60px;
	color: #64685E;
	font-weight: 800;
	transition: 0.3s;
	opacity: 0;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.cat_single:hover .cat_number {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

.cat_single h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	margin-bottom: 11px;
}

.cat_single h3 a:hover {
	color: #fff;
}

.cat_single:hover h3,
.cat_single:hover p {
	color: #fff;
}

.cat_single .cat_img {
	margin-top: 30px;
}

.category_active {
	border-radius: 8px;
	box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
	padding: 30px;
	margin: 20px 10px;
	height: 180px;
	width: 95%;
	max-height: 250px;
	/* overflow: hidden; */
}

.cardapio_active.owl-carousel .owl-nav div {
	position: absolute;
	left: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: 0 -90px !important;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #706c61;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 20px;
}

.cardapio_active.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.home_gallery_carousel img {
	object-fit: cover;
	object-position: center;
	height: 350px;
	border-radius: 20px;
}

.home_gallery_carousel.owl-carousel .owl-nav div {
	position: absolute;
	left: 10%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: 0 -90px !important;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #706c61;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 20px;
}

.home_gallery_carousel.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 10%;
}

@media screen and (max-width: 470px) {
	.home_gallery_carousel.owl-carousel .owl-nav div {
		left: 25%;
	}

	.home_gallery_carousel.owl-carousel .owl-nav .owl-next {
		right: 25%;
	}
}

/* 5. offer */
.offer_area {
	position: relative;
}

.section_bg {
	position: relative;
	z-index: 1;
}

.section_bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	background: #fff;
	content: '';
	z-index: -1;
}

.offer_content .offer_btn {
	margin-top: 30px;
}

.offer_content .offer_btn li {
	margin-top: 15px;
	margin-right: 50px;
}

.offer_content .offer_btn li:last-child {
	margin-right: 0;
}

.offer_content .offer_price h4 {
	color: #64685E;
	font-size: 40px;
	font-weight: 700;
}

.offer_content .offer_price h4>span {
	color: #303b30;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

.offer_img {
	position: relative;
	margin-top: 45px;
}

.offer_img .d_img {
	position: absolute;
	top: -12px;
	right: -12px;
	max-width: 110px;
}

.offer_2 .offer_content .offer_price h4>span {
	color: #fff;
}

.offer_img_bg {
	background-repeat: no-repeat;
	background-position: 90% 100%;
	background-size: cover;
}

.offer_2 .d_img {
	position: absolute;
	bottom: 35px;
	right: 35px;
	max-width: 109px;
}

.offer_3 .sec_title>h2 {
	font-size: 70px;
}

.offer_3 .offer_content {
	padding-left: 80px;
}

.offer_3 .offer_content .offer_price h4>span {
	color: #fff;
}

.offer_3 .offer_content h2>span {
	color: #ff911c;
}

.offer_3 .offer_img_bg {
	background-position: center;
}

.offer_3 {
	overflow: hidden;
	z-index: 1;
}

.offer_3 .offer_shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/* 6. shop */
.shop_single {
	padding: 30px 35px;
	border-radius: 15px;
	padding-top: 100px;
	position: relative;
}

.shop_single .thumb .image img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.shop_single:hover .thumb .image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.shop_single .actions {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	z-index: 2;
}

.shop_single .actions .action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: #303b30;
	background: #faf7f2;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	margin-bottom: 10px;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	margin: 0 4px;
	border-radius: 7px;
}

.shop_single .actions .action:hover {
	background-color: #00a850;
	color: #fff;
}

.shop_single:hover .actions .action {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.shop_single .content .cat {
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 13px;
	font-weight: 500;
}

.rating_star li {
	color: #feab2f;
	font-size: 15px;
	margin-right: 4px;
}

.shop_single .content {
	margin-top: 45px;
}

.shop_single .content .title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 10px;
}

.shop_single .content .s_bottom .price {
	color: #303b30;
	padding-right: 2px;
}

.shop_single .content .s_bottom span {
	color: #ed366a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.shop_single .content .s_bottom .old {
	color: #706c61;
	text-decoration: line-through;
	position: relative;
	padding-left: 8px;
	margin-left: 4px;
}

.shop_single .content .s_bottom .old::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '/';
}

.shop_single .badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ed366a;
	padding: 6px 13px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 7px;
}

.masonry_active {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.masonry_active button {
	background: #fff;
	color: #0c0c0c;
	border: none;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 25px;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 20px;
	text-transform: uppercase;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
	border-radius: 10px;
	margin-right: 25px;
}

.masonry_active button:last-child {
	margin-right: 0;
}

.masonry_active button:hover,
.masonry_active button.active {
	color: #fff;
	background-color: #64685E;
}

.shop_masonry_2 .shop_single {
	border: 1px solid #f1ede8;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.shop_masonry_2 .shop_single:hover {
	background-color: #faf7f2;
	border-color: #faf7f2;
}

.shop_masonry_2 .shop_single .actions .action {
	background: #fff;
}

.shop_masonry_2 .shop_single .actions .action:hover {
	background-color: #00a850;
}

.shop_masonry_2 .masonry_active button {
	border: 1px solid #f1ede8;
	box-shadow: none;
}

.shop_masonry_2 .masonry_active button:hover,
.shop_masonry_2 .masonry_active button.active {
	border-color: #64685E;
}

.shop_filter_bar {
	padding: 45px 30px;
	padding-bottom: 28px;
	margin-bottom: 35px;
	background-color: #ffffff;
	border-radius: 15px;
}

.pricing_range {
	display: flex;
	padding-right: 30px;
	align-items: flex-start;
}

.shop_filter_bar .item_title {
	font-size: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.pricing_range .price-range-area {
	width: 330px;
	padding-top: 5px;
}

.pricing_range .price-range-area .slider-range {
	height: 8px;
	border: none;
	border-radius: 0px;
	background-color: #f6f6f6;
}

.pricing_range .price-range-area .ui-slider-range {
	border: none;
	border-radius: 0px;
	background-color: #64685E;
}

.pricing_range .price-range-area .ui-state-default {
	top: -5px;
	width: 6px;
	margin: 0px;
	height: 18px;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #64685E;
}

.pricing_range .price-range-area .price-text {
	font-size: 14px;
	font-weight: 500;
	color: #7c7770;
	margin-top: 20px;
}

.pricing_range .price-range-area .price-text span {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 13px;
}

.pricing_range .price-range-area .price-text input {
	border: none;
	font-weight: 500;
	color: #9a9a9a;
	display: inline-block;
	background: none;
	height: inherit;
	padding: 0;
}

.shop_filter_bar .item_title {
	font-size: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}

.shop_filter_tags {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shop_filter_tags ul {
	margin: -5px;
}

.shop_filter_tags li {
	padding: 5px;
}

.shop_filter_tags a {
	display: block;
	color: #8c8478;
	line-height: 1;
	font-size: 14px;
	padding: 8px 15px;
	background-color: #f9f7f3;
	border-radius: 5px;
}

.shop_filter_tags a:hover {
	background-color: #64685E;
	color: #fff;
}

.shop_sidebar .shop_single {
	padding: 25px 28px;
	border-radius: 15px;
	padding-top: 100px;
	position: relative;
}

.shop_sidebar .shop_single .content .cat {
	font-size: 12px;
	margin-right: 0;
	font-weight: 500;
}

.shop_sidebar .shop_single .content .title {
	font-size: 15px;
}

.shop_sidebar .shop_single .actions .action {
	width: 40px;
	height: 40px;
	font-size: 14px;
}

.shop_sidebar .shop_single .content .s_bottom span {
	font-size: 12px;
	font-weight: 500;
}

.shop_sidebar .widget_wrap .widget {
	margin-bottom: 30px;
	padding: 35px 20px;
}

.widget_wrap .widget_title {
	font-size: 18px;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

.widget_wrap .widget .search_widget {
	position: relative;
}

.shop_sidebar .widget_wrap .widget .search_widget input {
	height: 50px;
}

.widget_wrap .widget .search_widget button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #949494;
	font-size: 16px;
	border: none;
	z-index: 2;
}

.widget .widget_category li a {
	padding: 15px 50px 15px 20px;
	line-height: 1;
	background-color: #f8f8f8;
	display: block;
	color: #8b867b;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 10px;
	overflow: hidden;
}

.widget .widget_category li a:hover {
	color: #64685E;
}

.widget .widget_category .wc_left .icon {
	max-width: 22px;
	margin-right: 10px;
}

.widget .widget_category .number {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget .widget_category li:not(:last-child) {
	margin-bottom: 15px;
}

.widget_product .thumb {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

.widget_product li {
	display: flex;
	align-items: center;
}

.widget_product .rating_star li {
	font-size: 12px;
}

.widget_product .rating_star {
	margin-bottom: 10px;
}

.widget_product .content h5 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}

.widget_product .content span {
	font-size: 14px;
	font-weight: 500;
}

.widget_product .content .new {
	color: #64685E;
	position: relative;
	margin-right: 5px;
	padding-right: 9px;
}

.widget_product .content .new::before {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
}

.widget_product .content .old {
	text-decoration: line-through;
	color: #949494;
}

.widget_product>li:not(:last-child) {
	margin-bottom: 30px;
}

.product_details_img {
	width: 81%;
}

.shop_thumb_tab {
	width: 19%;
}

.shop_thumb_tab ul li {
	margin-bottom: 20px;
	padding-left: 20px;
}

.shop_thumb_tab ul li:last-child {
	margin-bottom: 0;
}

.shop_thumb_tab ul li button {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
}

.shop_thumb_tab ul li button {
	max-width: 93px;
	height: auto;
}

.shop_thumb_tab ul li button.active {
	border-color: #64685E;
}

.product_wrap {
	display: flex;
	flex-wrap: wrap;
}

.product_details_img .pl_thumb img {
	width: 100%;
	border-radius: 20px;
}

.shop_details .details_content {
	padding-left: 40px;
}

.details_content .title {
	font-size: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.details_content .pl_list {
	margin-top: 25px;
	margin-bottom: 30px;
}

.details_content .price {
	font-size: 25px;
	margin-bottom: 6px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

.details_content .review_wrap {
	margin-bottom: 22px;
}

.details_content .review_wrap .review {
	margin-right: 15px;
}

.details_content .review_wrap .review li {
	color: #ffab50;
	font-size: 13px;
	margin-right: 6px;
}

.details_content .btns_group li {
	margin-right: 15px;
	margin-bottom: 10px;
}

.details_content .btns_group li:last-child {
	margin-right: 0;
}

.quantity_input.quantity_boxed {
	display: flex;
	align-items: center;
}

.cart-plus-minus {
	overflow: hidden;
	width: 100px;
	margin: 0 auto;
	position: relative;
}

.cart-plus-minus .qtybutton {
	color: #15273e;
	cursor: pointer;
	float: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.cart-plus-minus .dec.qtybutton {
	height: 40px;
	left: 0;
	top: 0;
}

.cart-plus-minus .qtybutton.inc {
	height: 40px;
	right: 0;
	top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #454545;
	float: left;
	font-size: 14px;
	height: 40px;
	margin: 0;
	padding: 0 9px 0 0;
	text-align: center;
	width: 108px;
	outline: none;
}

.quantity_input.quantity_boxed {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 7px 6px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.quantity_title {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 17px;
}

.details_content .btns_group {
	margin-bottom: 10px;
}

.details_share_links .list_title {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Sora', sans-serif;
}

.details_share_links .list_title i {
	font-size: 10px;
	margin-right: 2px;
}

.social_links li {
	padding: 5px;
}

.details_share_links .social_links a {
	background: #fff;
}

.product_info_wrap .product_info {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd6ca;
	flex-wrap: wrap;
}

.product_info li .nav-link {
	font-size: 14px;
	padding: 16px 30px;
	text-align: center;
	position: relative;
	color: #303b30;
	text-transform: uppercase;
	background: #fff;
	font-weight: 700;
	border-radius: 10px;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
}

.product_info li {
	margin: 0 15px;
	margin-bottom: 15px;
}

.product_info li:last-child {
	margin-right: 0;
}

.product_info li .nav-link.active {
	background-color: #64685E;
}

.cart_table.table-responsive {
	background: #fff;
	padding: 30px 30px;
	border-radius: 15px;
}

.info_wrap .title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}

.info_wrap .table td,
.info_wrap .table th {
	border: 1px solid #dee2e6;
	color: #495148;
}

.cart_table table {
	border: none;
	margin-bottom: 0;
	color: #7c7770;
	vertical-align: middle;
}

.cart_table thead {
	font-size: 15px;
	font-weight: 500;
	color: #303b30;
}

.cart_table tr {
	display: flex;
	align-items: center;
	margin-top: 20px;
	color: #303b30;
}

.cart_table thead tr {
	margin: 0px;
	border-bottom: 2px solid #f7f7f7;
	padding-bottom: 30px;
}

.cart_table th {
	padding: 0px 8px;
	border-bottom: none !important;
}

.cart_table th:nth-child(2),
.cart_table th:nth-child(3),
.cart_table th:nth-child(4),
.cart_table td:nth-child(2),
.cart_table td:nth-child(3),
.cart_table td:nth-child(4) {
	width: 20%;
}

.cart_table th:nth-child(1),
.cart_table td:nth-child(1) {
	width: 40%;
}

.cart_table th,
.cart_table td {
	border: none;
}

.cart_table tbody tr:not(:first-child) {
	padding-top: 20px;
	border-top: 2px solid #f7f7f7;
}

.cart_btn_wrap {
	margin-top: 20px;
}

.cart_btn_wrap .cupon_btn input {
	height: 54px;
	width: 230px;
	padding: 0 15px;
	background-color: #fff;
	margin-right: 20px;
	border-radius: 10px;
	margin-top: 15px;
}

.cart_btn_wrap .cupon_btn button {
	margin-right: 20px;
	margin-top: 15px;
}

.update_cart a {
	margin-top: 15px;
	margin-right: 20px;
}

.cart_tutal_wrap {
	background: #fff;
	padding: 45px 40px;
	text-align: center;
	border-radius: 15px;
}

.cart_tutal_wrap .title {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	margin-bottom: 20px;
}

.cart_tutal_wrap ul li:first-child {
	color: #6f7987;
}

.cart_tutal_wrap ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	background-color: #fbfaf9;
	margin-bottom: 20px;
	color: #303b30;
	border-radius: 10px;
	font-weight: 500;
}

.checkout_wrap {
	background: #fff;
	padding: 70px 60px;
	border-radius: 15px;
}

.checkout_wrap .radio_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.checkout_wrap .radio_wrap h3 {
	font-size: 24px;
	font-weight: 700;
	margin-right: 70px;
	margin-bottom: 20px;
	font-family: 'Sora', sans-serif;
}

.checkout_wrap .radio_wrap ul {
	margin-bottom: 10px;
}

.checkout_wrap .radio_wrap ul li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}

.checkout_wrap .radio_wrap ul li input {
	width: auto;
	height: auto;
}

.checkout_wrap .radio_wrap ul li label {
	font-size: 16px;
	color: #303b30;
}

.checkout_wrap .form_wrap input,
.checkout_wrap .form_wrap textarea,
.checkout_wrap .form_wrap .nice-select {
	background: #fbfaf7;
	border: 0;
	height: 55px;
	padding: 0 20px;
	color: #303b30;
}

.checkout_wrap .form_wrap textarea {
	height: 180px;
	padding: 20px;
}

.form_wrap label {
	font-size: 16px;
	color: #303b30;
	margin-bottom: 15px;
}

.checkout_wrap .cart_tutal_wrap {
	padding: 0;
	text-align: left;
}

.checkout_wrap .form_wrap .filter .nice-select {
	line-height: 55px;
}

.carttable_product_item {
	display: flex;
	align-items: center;
}

.carttable_product_item .item_image {
	width: 80px;
	height: 70px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #f8f8f8;
}

.carttable_product_item .item_image img {
	max-height: 70px;
}

.carttable_product_item .remove_btn {
	color: #ff5555;
	font-size: 20px;
	margin: 0px 30px;
}

.carttable_product_item .item_title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	font-family: 'Sora', sans-serif;
}

.cart_table .cart-plus-minus {
	margin-left: 0;
	width: 70px;
}

.cart_table .cart-plus-minus .cart-plus-minus-box {
	width: 100%;
	padding: 0;
}

.cart_table .cart-plus-minus .qtybutton {
	width: auto;
}

/* cart sidebar */
.cart_sidebar {
	padding-bottom: 50px;
}

.cart_sidebar .heading_title {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

.cart_item {
	display: flex;
	position: relative;
	align-items: center;
	padding-right: 25px;
}

.cart_item:not(:last-child) {
	margin-bottom: 20px;
}

.cart_item .item_image {
	display: block;
	min-width: 70px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	margin-right: 10px;
}

.cart_item .item_title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Sora', sans-serif;
}

.cart_item .item_price {
	line-height: 1;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #64685E;
}

.cart_item .remove_btn {
	top: 50%;
	right: 0px;
	color: #ed366a;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.cart_sidebar .total_price {
	display: flex;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	padding: 10px 0px;
	margin-bottom: 20px;
	align-items: center;
	color: #303b30;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	justify-content: space-between;
}

.cart_sidebar .btns_group {
	margin: -5px;
}

.cart_sidebar .btns_group li {
	width: 50%;
	padding: 5px;
}

.cart_sidebar .btns_group li a {
	font-size: 13px;
	padding: 13px 24px;
}

/* 7. cta */
.cta_area {
	position: relative;
}

.cta_bg_wrap {
	background: #fff;
	border-radius: 20px;
	position: relative;
}

.cta_bg_wrap .cta_app {
	position: absolute;
	bottom: 0;
	left: 80px;
}

.cta_bg_wrap .cta_text {
	padding: 75px 40px;
	padding-left: 150px;
}

.cta_bg_wrap .cta_app_wrap li {
	/* max-width: 153px; */
	margin-top: 10px;
	margin-right: 20px;
}

.cta_bg_wrap .cta_app_wrap li:last-child {
	margin-right: 0;
}

.cta_bg_2 {
	position: relative;
	z-index: 1;
	padding: 70px 0;
	padding-left: 80px;
}

.cta_bg_2::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 76%;
	height: 100%;
	background: #fff;
	content: '';
	z-index: -1;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.cta_img {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* 8. team */
.team_single {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.team_single .team_thumb {
	max-width: 315px;
	margin: auto;
	border-radius: 50%;
}

.team_single .team_text h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
}

.team_single .team_text {
	margin-top: 32px;
	margin-bottom: 30px;
}

.team_single .team_text span {
	font-size: 14px;
	text-transform: uppercase;
	color: #64685E;
	font-weight: 500;
}

.team_single .team_social a {
	font-size: 14px;
	height: 40px;
	width: 40px;
	color: #706c61;
	background: #f7f6f3;
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}

.team_single .team_social a:hover {
	background-color: #64685E;
	color: #fff;
}

/* 9. testimonial */
.testimonial_area {
	position: relative;
}

.tm_quote {
	width: 60px;
}

.testimonial_bg {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 71% 100%;
}

.testimonial_active {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.testimonial_active .owl-stage {}

.testimonial_active .tm_single {
	padding: 45px;
	border-radius: 15px;
}

.tm_single .tm_author {
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.tm_single .tm_top {
	margin-bottom: 22px;
}

.tm_single .tm_bottom {
	margin-top: 40px;
}

.tm_single .a_info h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 3px;
}

.tm_single .a_info span {
	font-size: 14px;
	text-transform: uppercase;
	color: #00a850;
	font-weight: 500;
}

.tm_content .sec_title>p {
	max-width: 600px;
}

.rating_wrap span {
	text-transform: uppercase;
	font-weight: 600;
	color: #868685;
	font-size: 14px;
}

.rating_wrap .rating_star {
	margin-bottom: 3px;
}

.tm_content .tm_counter h3 {
	font-size: 40px;
	color: #64685E;
	font-family: 'Sora', sans-serif;
	font-weight: 800;
}

.tm_content .tm_counter h3>span {
	font-size: 20px;
	color: #64685E;
}

.tm_content .tm_counter span {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.tm_content .tm_counter {
	margin-top: 45px;
}

.tm_content .tm_counter li {
	margin-right: 65px;
	margin-top: 20px;
}

.tm_content .tm_counter li:last-child {
	margin-right: 0;
}

.testimonial_img,
.about_area .about_left {
	margin-left: -120px;
	margin-right: 70px;
	max-width: 620px;
	position: relative;
}

.testimonial_active-2.owl-carousel .owl-item img {
	width: auto;
}

.tm_author_wrap {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.tm_author_wrap .tm_author {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.tm_item .author_info h4 {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.tm_item .author_info span {
	font-size: 14px;
	color: #00a850;
	font-weight: 500;
	text-transform: uppercase;
}

.testimonial_active-2 .owl-nav {
	display: flex;
	justify-content: end;
	position: absolute;
	right: 35px;
	bottom: 8px;
}

.testimonial_active-2 .owl-nav div {
	width: 48px;
	height: 48px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
	border-radius: 50%;
	font-size: 16px;
}

.testimonial_active-2 .owl-nav .owl-prev {
	margin-right: 10px;
}

.testimonial_content_wrap {
	padding: 100px 110px;
}

.testimonial_active-3 {
	margin-top: 30px;
}

.testimonial_active-3 .tm_item .tm_icon {
	max-width: 58px;
	margin: auto;
	margin-bottom: 32px;
}

.testimonial_active-3 .tm_item p {
	color: #bebebe;
	font-size: 18px;
	line-height: 30px;
}

.testimonial_active-3 .tm_item .author {
	max-width: 80px;
	margin: auto;
	margin-top: 36px;
	margin-bottom: 23px;
}

.testimonial_active-3 .tm_item .author_info h4 {
	color: #fff;
}

.testimonial_active-3 .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.testimonial_active-3 .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #64685E;
	margin: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0.3;
}

.testimonial_active-3 .owl-dots .owl-dot.active {
	background-color: #64685E;
	opacity: 1;
	width: 22px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* 10. blog */
.blog_single {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	padding-top: 40px;
}

.blog_single .blog_thumb {
	margin: 0 -30px;
	overflow: hidden;
}

.blog_single .blog_thumb img,
.blog_single .blog_thumb a {
	width: 100%;
}

.blog_single .blog_text .date {
	font-size: 14px;
	text-transform: uppercase;
	color: #64685E;
	font-weight: 500;
	margin-bottom: 15px;
}

.blog_single .blog_text h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 3px;
}

.blog_single .blog_thumb img,
.footer_widget .widget_post li .post_thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.blog_single:hover .blog_thumb img,
.footer_widget .widget_post li:hover .post_thumb img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.blog_single .blog_btn a {
	font-size: 15px;
	text-transform: uppercase;
	color: #00a850;
	font-weight: 500;
}

.blog_single .blog_btn a i {
	padding-right: 2px;
}

.blog_area .blog_item {
	background: #fff;
	display: flex;
	align-items: center;
}

.blog_item .blog_text,
.blog_item .blog_thumb {
	width: 50%;
}

.blog_item .blog_text {
	padding: 60px;
	padding-left: 50px;
}

.blog_item .blog_text .blog_head {
	margin-bottom: 25px;
	justify-content: space-between;
}

.blog_item .blog_text .blog_head .tag a {
	font-size: 12px;
	font-weight: 500;
	border-radius: 8px;
	background: #64685E;
	padding: 6px 15px;
	color: #fff;
	font-weight: 500;
	border-radius: 8px;
	text-transform: uppercase;
}

.blog_item .blog_text .blog_head .date,
.blog_bottom .comment {
	font-size: 14px;
	text-transform: uppercase;
	color: #64685E;
}

.blog_bottom .comment,
.blog_bottom .blog_author {
	margin-top: 15px;
}

.blog_item .blog_text h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog_text .blog_bottom {
	justify-content: space-between;
	border-top: 1px solid #f0ece7;
	padding-top: 5px;
	margin-top: 40px;
}

.blog_text .blog_bottom .blog_author img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	box-shadow: 0px 4px 12px 0px rgba(141, 141, 141, 0.6);
	margin-right: 10px;
}

.blog_text .blog_bottom .blog_author span {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	text-transform: uppercase;
	color: #303b30;
}

.blog_thumb img,
.blog_thumb a {
	width: 100%;
}

.blog_2 .blog_single {
	background: #fff;
	padding: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.blog_2 .blog_single:hover {
	background: #faf7f2;
}

.blog_2 .blog_single .blog_thumb {
	margin: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.blog_2 .blog_single .blog_thumb img,
.blog_2 .blog_single .blog_thumb a {
	width: 100%;
}

.blog_2 .blog_content {
	padding: 35px 30px;
	position: relative;
	border: 1px solid #f1ede8;
	border-top: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.blog_content h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog_content .tag {
	position: absolute;
	top: -33px;
	left: 40px;
	background: #fff;
	border-radius: 10px 10px 0px 0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.blog_2 .blog_single:hover .blog_content .tag {
	background-color: #64685E;
}

.blog_2 .blog_single:hover .blog_content .tag a {
	color: #fff;
}

.blog_content .tag a {
	font-size: 14px;
	color: #777;
	padding: 6px 20px;
	display: inline-block;
}

.blog_content .blog_meta li {
	font-size: 14px;
	color: #999;
	margin-right: 12px;
	padding-right: 5px;
	position: relative;
}

.blog_content .blog_meta li::before {
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 14px;
	content: '';
	background: #d9d9d9;
}

.blog_content .blog_meta li:last-child::before {
	background: none;
}

.blog_content .blog_meta li a {
	color: #303b30;
	margin-right: 10px;
	font-weight: 700;
}

.blog_content .blog_meta li.cmt a {
	font-weight: 500;
	color: #706c61;
}

.widget_wrap .widget {
	padding: 35px 32px;
	background: #fff;
	margin-bottom: 35px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.blog_wrap .post_item {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.blog_wrap .post_item .post_thumb,
.post_content .post_thumb {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

.post_item .post_btn .author_wrap {
	display: inline-flex;
	align-items: center;
}

.post_item img,
.post_content .post_thumb img {
	width: 100%;
}

.post_item .post_content {
	padding-top: 30px;
}

.post_content .post_meta {
	margin-bottom: 20px;
}

.post_content .post_meta li {
	position: relative;
	color: #706c61;
	font-size: 15px;
	margin-right: 25px;
	padding-right: 28px;
}

.post_content .post_meta li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.post_content .post_meta li:not(:last-child)::before {
	content: '|';
	position: absolute;
	right: 0;
	color: #e5e5e5;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post_content .post_meta li a {
	color: #706c61;
}

.post_content .title {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 17px;
}

.post_item .post_content .post_btn li {
	margin-top: 22px;
}

.post_item .post_content .post_btn li:not(:last-child) {
	margin-right: 100px;
}

.author_wrap .author {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 14px;
}

.author_wrap .author_name {
	margin-bottom: 0;
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.gallery_post_active .owl-nav div {
	font-size: 14px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #303b30;
	background-color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.gallery_post_active .owl-nav .owl-next {
	right: 10px;
	left: auto;
}

.format_video .post_thumb {
	position: relative;
}

.format_video .post_thumb::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	opacity: 0.3;
	z-index: 2;
}

.format_video .post_thumb .video_icon {
	z-index: 3;
}

.format_quote .post_content .title {
	margin: 0;
	position: relative;
	padding-left: 105px;
}

.format_quote .post_content .title::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #303b30;
	font-family: 'Font Awesome 5 Pro';
	font-size: 80px;
	font-weight: 300;
	content: '\f10d';
}

.format_quote .post_content {
	padding: 20px 0;
}

.format_no_thumb .post_content {
	padding-top: 5px;
}

.widget_wrap .widget .search_widget input {
	width: 100%;
	height: 60px;
	font-size: 14px;
	background-color: #fcfbf9;
	color: #303b30;
	padding-left: 18px;
	padding-right: 50px;
	border-radius: 8px;
}

.widget .widget_post li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.widget .widget_post li .post_thumb {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.widget .widget_post li .post_thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.widget .widget_post li:hover .post_thumb img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.widget .widget_post li h6 {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Sora', sans-serif;
}

.widget .widget_post li span.date i {
	font-size: 14px;
	margin-right: 7px;
}

.widget .widget_post li:last-child {
	margin-bottom: 0;
}

.widget .widget_post li .content {
	width: calc(100% - 100px);
}

.post_tags {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.post_tags li {
	padding: 5px;
}

.post_tags li a {
	line-height: 1;
	font-size: 15px;
	color: #888;
	padding: 9px 18px;
	background: #fbfaf7;
	font-weight: 500;
	border: 2px solid #f7f7f7;
	border-radius: 5px;
}

.post_tags li a:hover {
	background-color: #64685E;
	border-color: #64685E;
	color: #fff;
}

.blog_dtls_wrap {
	padding: 30px;
	background: #fff;
}

.post_content P {
	margin-bottom: 30px;
}

blockquote {
	background: #faf7f2;
	padding: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 30px;
	margin-top: 30px;
}

blockquote .quote_icon {
	margin-bottom: 25px;
	max-width: 40px;
}

blockquote .quote_icon img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

blockquote .post_author_info {
	margin-top: 10px;
}

blockquote .post_author_info cite {
	font-size: 16px;
	font-weight: 700;
	color: #303b30;
	display: block;
	text-transform: uppercase;
	margin-bottom: -8px;
}

blockquote .post_author_info span {
	font-size: 12px;
	font-weight: 700;
	color: #64685E;
	text-transform: uppercase;
}

.post_content img {
	width: 100%;
	border-radius: 15px;
}

.blog_dtls_wrap .post_tags {
	border-bottom: 1px solid #f4f0e9;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.related_posts {
	border-bottom: 1px solid #f4f0e9;
	margin-bottom: 30px;
}

.related_posts .rp_single {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.related_posts .rp_single .rp_thumb {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}

.related_posts .rp_single img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.related_posts .rp_single:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.related_posts .rp_single img,
.related_posts .rp_single a {
	width: 100%;
}

.related_posts .rp_content {
	margin-top: 26px;
}

.related_posts .rp_content h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
}

.post_comment .comment_title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
	font-family: 'Sora', sans-serif;
}

.post_comment .comment_list li {
	position: relative;
	padding-left: 130px;
}

.post_comment .comment_list li:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f3f3;
}

.post_comment .comment_list li .comment_author {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: #dcdcdc;
	border-radius: 50%;
	overflow: hidden;
}

.post_comment .comment_list li .comment_content {
	position: relative;
	font-size: 14px;
}

.post_comment .comment_list li .comment_content h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}

.post_comment .comment_list li .comment_content .date {
	font-size: 14px;
	margin-bottom: 15px;
}

.post_comment .comment_list li .comment_content .date i {
	margin-right: 2px;
	font-size: 13px;
}

.post_comment .comment_list li .comment_content p {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 28px;
}

.post_comment .comment_list li .comment_content .reply {
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	border: 2px solid #f3f3f3;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.post_comment .comment_list li .comment_content .reply:hover {
	background-color: #64685E;
	border-color: #64685E;
	color: #fff;
}

.post_comment .comment_list li .children {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f3f3f3;
}

.checkout_wrapper.comment_form {
	padding: 0;
	margin-top: 30px;
}

.cd_review_wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.cd_review_wrap .cd_review_rate {
	padding-left: 10px;
}

.cd_review span {
	margin-right: 0;
}

.comment_form input,
.comment_form textarea {
	margin-bottom: 20px;
}

.comment_form textarea {
	height: 200px;
	padding: 20px;
}

/* 11. brand */
.brand_area .brand_img {
	padding: 50px 20px;
	text-align: center;
}

.brand_area .b_border:not(:last-child) {
	border-right: 1px solid #eaeaea;
}

/* 12. footer */
.footer_top .sub_text h3 {
	font-size: 45px;
	color: #ffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.footer_top .sub_from {
	position: relative;
}

.footer_widget h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer_widget p {
	max-width: 315px;
	color: #b3b3b3;
	font-size: 15px;
}

.open_hour_wrap {
	margin-top: 40px;
}

.open_hour_wrap .icon {
	background: #64685E;
	width: 74px;
	height: 74px;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	margin-right: 20px;
}

.open_hour_wrap .or_text h4 {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

.open_hour_wrap .or_text span {
	display: block;
	font-size: 15px;
	color: #b3b3b3;
	font-weight: 500;
}

.footer_widget .c_wrap li {
	color: #b3b3b3;
	font-size: 14px;
	margin-bottom: 23px;
	line-height: 26px;
}

.footer_widget .c_wrap li:last-child {
	margin-bottom: 0;
}

.footer_widget .c_wrap li span {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer_link ul li a {
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}

.footer_widget .widget_post li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.footer_widget .widget_post li .post_thumb {
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 14px;
	border-radius: 3px;
}

.footer_widget .widget_post li .content {
	width: calc(100% - 90px);
}

.footer_widget .widget_post li .content h6 {
	color: #fff;
	font-family: 'Sora', sans-serif;
	line-height: 24px;
	margin-bottom: 3px;
}

.footer_widget .widget_post {
	margin-top: 30px;
}

.footer_widget .widget_post li .content span {
	font-size: 12px;
	color: #acacac;
	text-transform: uppercase;
}

.copyright_wrap {
	border-top: 1px solid #2d2b35;
	padding: 30px 0;
	padding-top: 10px;
}

.copyright_wrap .copyright p {
	margin-bottom: 0;
	color: #656565;
	font-size: 15px;
}

.footer_widget {
	margin-bottom: 40px;
}

.copyright_wrap .logo {
	max-width: 220px;
	margin: 0 auto;
}

.copyright_wrap .logo,
.copyright_wrap .copyright,
.copyright_wrap .social_links {
	padding-top: 20px;
}

/* 13. about */
.year_content_wrap {
	position: absolute;
	right: 70px;
	bottom: 90px;
}

.year_content_wrap span {
	color: #303b30;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.year_content_wrap h2 {
	color: #ffffff;
	line-height: 1;
	font-size: 126px;
	font-weight: bold;
	text-shadow: 0px 15px 21px rgba(84, 49, 55, 0.25);
}

.about_info_wrap {
	margin: -12px;
	margin-top: 42px;
}

.about_info_wrap li {
	width: 45%;
	padding: 20px 25px;
	background: #fff;
	margin: 12px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.about_info_wrap li::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 0;
	background: #64685E;
	content: '';
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.about_info_wrap li:hover::before {
	height: 100%;
	top: 0;
	bottom: auto;
}

.about_info_wrap h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
	margin-bottom: 0;
}

.about_info_wrap .ai_icon {
	max-width: 41px;
	margin-right: 25px;
}

/* 14. reservation */
.reservation_area {
	position: relative;
}

.reservation_img {
	height: 100%;
}

.reservation_img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reservation_form_wrap {
	padding: 60px 120px;
}

.reservation_form_wrap .form_wrap {
	margin-top: 40px;
}

.form_wrap .r_field {
	position: relative;
}

.form_wrap input,
.form_wrap textarea,
.form_wrap .nice-select {
	background: #25242a;
	border: 2px solid #35343a;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	padding-right: 50px;
	color: #fff;
}

.form_wrap .r_field i {
	position: absolute;
	top: 27px;
	right: 25px;
	font-size: 15px;
	color: #949494;
}

.form_wrap textarea {
	height: 150px;
	padding: 20px;
}

.form_wrap .filter {
	height: 70px;
	margin-bottom: 30px;
}

.form_wrap .filter .nice-select {
	line-height: 63px;
	color: #949494;
}

.form_wrap .filter .nice-select::after {
	height: 9px;
	width: 9px;
	margin-top: -6px;
	right: 28px;
}

.form_wrap .filter .nice-select .list {
	margin-top: 0;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 5;
}

.reserve_table_form {
	background: #fff;
	padding: 50px 40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.reserve_table_form .from_title {
	line-height: 1;
	font-size: 45px;
	margin-bottom: 38px;
	text-align: center;
	text-transform: uppercase;
}

.form_item {
	position: relative;
	margin-bottom: 30px;
}

.reserve_table_form .form_item input {
	height: 70px;
	color: #9d9a9a;
	padding: 0px 30px;
}

.reserve_table_form .filter {
	height: 70px;
	margin-bottom: 30px;
}

.reserve_table_form .nice-select {
	background: #fbfaf7;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	padding-right: 50px;
	color: #9d9a9a;
	line-height: 63px;
	border: 2px solid #f7f7f7;
}

.reserve_table_form .nice-select::after {
	height: 9px;
	width: 9px;
	margin-top: -6px;
	right: 28px;
}

.reserve_table_form .nice-select .list {
	margin-top: 0;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 5;
}

.reserve_table_form .form_item i {
	position: absolute;
	top: 27px;
	right: 25px;
	font-size: 17px;
	color: #999;
}

/* 15. services */
.services_space {
	padding-top: 230px;
	padding-bottom: 120px;
}

.services_img {
	margin-left: -60px;
	margin-right: 70px;
	max-width: 560px;
}

.experience_text {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 18px 30px;
	padding-left: 50px;
	border-left: 4px solid #64685E;
	margin-top: 65px;
	max-width: 390px;
	box-shadow: 0px 16px 27px 0px rgba(191, 173, 157, 0.21);
}

.experience_text h1 {
	color: #64685E;
	font-family: 'Sora', sans-serif;
	font-weight: 800;
	font-size: 55px;
	margin-right: 25px;
	margin-bottom: 0;
}

.experience_text h1 span {
	font-size: 29px;
	font-weight: 500;
}

.experience_text h2 {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.experience_text h2 span {
	font-size: 14px;
}

.services_content .a_info_list {
	margin-top: 40px;
}

.services_content .a_info_list.ul_li li {
	width: 50%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	color: #1b2026;
	font-size: 18px;
	font-weight: 500;
}

.services_content .a_info_list.ul_li li i {
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
	border-radius: 7px;
	box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
}

.services_2 .services_img {
	margin-left: 0;
}

.services_2 .services_img img {
	border-radius: 20px;
}

/* 16. recipe menu */
.recipe_menu_wrap .recipe_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-top: 1px solid #f2f2f2;
}

.recipe_menu li {
	flex-basis: 16.66%;
	text-align: center;
}

.recipe_menu .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 15px;
	color: #303b30;
	font-weight: 700;
	position: relative;
	border: 0;
	background: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.recipe_menu .nav-link:hover {
	isolation: unset;
}

.recipe_menu .nav-link.active {
	background: #64685E;
	color: #fff;
	border-radius: 0;
}

.recipe_menu .nav-link.active .icon img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.recipe_menu .nav-link .icon {
	max-width: 48px;
	margin-bottom: 13px;
}

.recipe_menu .nav-link::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
	content: '';
	background: #64685E;
	width: 16px;
	height: 16px;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	z-index: -1;
}

.recipe_menu .nav-link.active::before {
	opacity: 1;
}

.recipe_item {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 40px;
	padding-left: 60px;
	flex-direction: row-reverse;
	margin-top: 30px;
}

.recipe_item .ri_content {
	width: 78%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 40px;
}

.recipe_item .ri_content .ri_text {
	max-width: 500px;
}

.recipe_item .ri_img {
	text-align: right;
	position: relative;
	border-left: 2px solid #f2f2f2;
	width: 170px;
	padding-left: 30px;
}

.recipe_item .ri_img img {
	max-width: 120px;
}

.recipe_item .ri_content .ri_text h3,
.recipe_item .ri_content .ri_cart h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
}

.recipe_item .ri_content .ri_cart {
	text-align: right;
}

.recipe_item .ri_content .ri_cart h5 .old {
	position: relative;
	color: #757268;
	font-weight: 500;
	padding-left: 11px;
	margin-left: 2px;
	text-decoration: line-through;
}

.recipe_item .ri_content .ri_cart h5 .old::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	content: '/';
}

.recipe_item .ri_content .ri_cart .icon {
	width: 45px;
	height: 45px;
	color: #303b30;
	background: #faf7f2;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}

.recipe_item .ri_content .ri_cart .icon:first-child {
	margin-left: 0;
}

.recipe_item .ri_content .ri_cart .icon:hover {
	background-color: #00a850;
	color: #fff;
}

/* 17. preloder */
.preloder_part {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background-color: #fff;
}

.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	top: 48%;
	position: absolute;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
	z-index: 99999;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #303b30;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* 18. page title */
.page_title_area {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_title h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.breadcrumb_nav li {
	color: #64685E;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.breadcrumb_nav li:not(:last-child) {
	margin-right: 8px;
	padding-right: 8px;
}

.breadcrumb_nav li::after {
	top: 50%;
	right: -4px;
	content: '/';
	position: absolute;
	transform: translateY(-50%);
}

.breadcrumb_nav li:last-child:after {
	display: none;
}

.breadcrumb_nav li a {
	color: #fff;
}

.breadcrumb_icon_wrap {
	left: 0px;
	right: 0px;
	z-index: 5;
	bottom: -36px;
	position: absolute;
}

.breadcrumb_icon {
	width: 70px;
	height: 70px;
	background: #fff;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	box-shadow: 0px 12px 20px 0px rgba(191, 164, 118, 0.12);
}

.page_title_img {
	position: absolute;
	right: 18%;
	bottom: 0;
	max-width: 460px;
}

/* 19. faq */
.faq_bg {
	z-index: 1;
	padding: 80px 0;
	position: relative;
}

.faq_bg::before {
	position: absolute;
	left: -120px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	z-index: -1;
	border-radius: 30px;
}

.faq_wrapper .accordion_box {
	position: relative;
}

.faq_wrapper .accordion-box .block {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.faq_wrapper .accordion-box .block:last-child {
	margin-bottom: 0;
}

.faq_wrapper .accordion-box .block .acc-btn {
	color: #1b2026;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	padding-left: 35px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq_wrapper .accordion-box .block .acc-btn::before {
	top: 10px;
	left: 0;
	line-height: 1;
	font-size: 14px;
	content: '\e61a';
	position: absolute;
	font-family: 'themify';
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq_wrapper .accordion-box .block.active-block .acc-btn::before {
	content: '\e622';
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.faq_wrapper .accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding-right: 100px;
	padding-top: 20px;
}

.faq_wrapper .accordion-box .block .acc-content.current {
	display: block;
}

.faq_wrapper .accordion-box .block.active-block {
	margin-bottom: 20px;
}

.faq_img {
	position: absolute;
	bottom: 0;
	right: -150px;
}

/* 20. history */
.history_wrap {
	position: relative;
}

.history_wrap .history_left {
	margin-top: 500px;
	margin-left: -50px;
}

.history_wrap .sec_title {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 500px;
}

.history_wrap .history_item {
	margin-bottom: 500px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.history_wrap .history_left .history_item:last-child {
	margin-bottom: 0;
}

.history_wrap .history_right .history_item:last-child {
	margin-bottom: 0;
}

.history_wrap .history_item .h_text {
	padding: 45px 40px;
	background: #fff;
}

.history_wrap .history_item .h_text span {
	color: #64685E;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.history_wrap .history_item .h_text h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Sora', sans-serif;
}

.history_wrap .history_item .h_thumb img {
	width: 100%;
}

.history_wrap:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	background: #cfc4b4;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
}

.history_wrap .history_right {
	margin-right: -50px;
}

.history_wrap .history_item .number_box {
	height: 55px;
	width: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #616161;
	z-index: 5;
	top: 0;
	right: -40px;
	position: absolute;
}

.history_wrap .history_right .number_box {
	right: auto;
	left: -40px;
}

/* 21. contact */
.contact_wrap {
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.contact_form input,
.contact_form textarea {
	margin-bottom: 30px;
}

.contact_form textarea {
	height: 150px;
	padding: 16px;
}

.contact_form input[type='checkbox'] {
	width: auto;
	height: auto;
}

.contact_wrap .contact_info {
	background: #fff;
	display: flex;
	align-items: center;
}

.contact_wrap .contact_info .contact_icon {
	background: #fbfaf7;
	font-size: 35px;
	text-align: center;
	line-height: 77px;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	color: #0e0e0e;
	border: 1px solid #f7f7f7;
	border-radius: 10px;
}

.contact_wrap .contact_info .contact_text {
	width: calc(100% - 100px);
}

.contact_wrap .contact_info .contact_text h4 {
	font-size: 20px;
	margin-bottom: 5px;
	font-family: 'Sora', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.contact_wrap .contact_info .contact_text p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}

.contact_map {
	height: 515px;
}

.contact_map iframe {
	height: 515px;
	width: 100%;
	border: 0;
}

/* desktop */
.tab-buttons-container-d {
	align-items: center;
	margin-bottom: 2rem;
}

/* mobile */
.tab-buttons-container-m {
	align-items: center;
	column-gap: 1rem;
	flex-wrap: nowrap;
	margin-bottom: 2rem;
	padding: 12px 6px;
	overflow-x: auto;
}

.tab-btn {
	display: flex;
	align-items: center;
	column-gap: 6px;
	padding: 0.3rem 1rem;
	min-width: max-content;
	border: 0;
	border-radius: 16px;
	font-size: 14px;
	white-space: nowrap;
	color: #333;
	cursor: pointer;
	transition: box-shadow 200ms ease-in-out;
	box-shadow: 0 0 10px 0px #00000050;
}

.tab-buttons-container-d .tab-btn {
	min-width: 215px;
}

.tab-buttons-container-m::-webkit-scrollbar {
	display: unset;
}

.tab-btn img {
	min-width: 55px;
	max-width: 55px;
	max-height: 55px;
	min-height: 55px;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
}

.tab-btn:hover {
	box-shadow: 0 0 10px 0px #00000050;
}

.tab-btn.active {
	background-color: #333;
	color: #fff;
	box-shadow: 0 0 10px 0px #00000050;
}

@media screen and (min-width: 1024px) {
	.tab-buttons-container-d {
		display: flex !important;
	}

	.tab-buttons-container-m {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.tab-buttons-container-d {
		display: none !important;
	}

	.tab-buttons-container-m {
		display: flex;
	}
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.listagem-wrapper {
	margin-bottom: 30px;
}

.listagem-wrapper .section-title {
	margin-bottom: 15px;
}

.grid-cardapio {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.grid-cardapio .item {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
}

.grid-cardapio .item .image {
	height: 100%;
	max-height: 140px;
	margin: 0;
}

.grid-cardapio .item .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.grid-cardapio .item .description {
	padding: 1rem;
}

.grid-cardapio .item .description .name {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #2c283d;
}

.grid-cardapio .item .description .ingredients p {
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
}

.grid-cardapio .item .price {
	display: flex;
	column-gap: 0.5rem;
	padding: 0.5rem 0.5rem 0 0;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-align: center;
	height: min-content;
	color: #2c283d;
}

.grid-cardapio .item .price small {
	font-size: 1rem;
	line-height: 1;
	margin-top: 0.5rem;
	color: #666666;
	text-decoration: line-through;
}

/* .grid-cardapio .item .price::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 4px;
	background-color: #2c283d;
} */

.header-top {
	display: flex;
	background-color: #303b30;
}

.header-top .items {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-top .travellers {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	padding: 20px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #fff;
	z-index: 10;
}

.header-top .items a {
	margin: 3px 0;
	color: #fff;
	font-size: 1.5rem;
}

@media (max-width: 768px) {
	.grid-cardapio {
		grid-template-columns: 1fr;
	}

	.grid-cardapio .item .price {
		font-size: 22px;
	}
}

@media (max-width: 425px) {
	.header-top .travellers {
		display: none;
	}

	.logo-menu img {
		max-width: 200px;
	}

	.grid-cardapio .item {
		grid-template-columns: 1fr auto;
		gap: 1rem;
	}

	.grid-cardapio .item .image {
		grid-column: span 2;
		height: 100%;
		max-height: 300px;
	}

	.cta_area {
		padding-bottom: 0;
	}

	.cta_area .sec_title {
		padding-bottom: 0;
	}

	.testimonial_area {
		padding-top: 0;
	}
}

.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.icon-scroll {
	width: 30px;
	height: 50px;
	bottom: 3rem;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
}

.icon-scroll:before {
	content: '';
	width: 5px;
	height: 8px;
	background: #fff;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}

@keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		top: 35px;
	}
}

.festival .festival-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.festival .festival-title span {
	font-size: 1.5rem;
	color: #64685E;
}

.festival .festival-title small {
	font-size: 14px;
	font-weight: 400;
}

.lh-05 {
	line-height: 0.5 !important;
}

.festival p,
.festival small {
	color: #212121;
}

#festa-video-wrapper {
	width: 100%;
	height: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 450px;
}

.festa-btn {
	padding: 16px 120px !important;
}

.festival-btn {
	position: relative;
	overflow: hidden;
	height: 130px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 10px 0px #00000090;
}

.festival-btn .festival-btn-overlay {
	width: 100%;
	height: 100%;
	filter: brightness(0.7);
}

.festival-btn img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.festival-btn .festival-btn-text {
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin-bottom: 0;
	z-index: 15;
	color: #fff;
}

/* The Modal (background) */
.image-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 100;
	/* Sit on top */
	left: 0;
	top: 0;
	padding: 1rem 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	/* Full width */
	height: 100vh;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (image) */
.image-modal-content {
	margin: auto;
	display: block;
	height: 90%;
	min-height: 300px;
	max-width: 700px;
	object-fit: contain;
	object-position: center;
}

/* Caption of Modal Image */
#image-modal-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
}

/* Add Animation */
.image-modal-content,
#image-modal-caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}

	to {
		-webkit-transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

/* The Close Button */
#image-modal-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

#image-modal-close:hover,
#image-modal-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.image-modal-content {
		width: 100%;
	}
}

.text-terracota {
	color: #b56a5d !important;
}