@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

:root {
	--primary-color: #005bab;
	--secondary-color: #D4F9FF;
	--accent-color: #000000;
	--text-color: #333;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	color: #7c7770;
	font-family: "Noto Sans TC", sans-serif;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.body-wrap {
	overflow: hidden;
	position: relative;
}

::selection {
	color: #fff;
	background-color: var(--primary-color);
}

::-moz-selection {
	color: #fff;
	background-color: var(--primary-color);
}

.container {
	max-width: 1200px;
}

.container_boxed {
	padding: 60px;
	max-width: 1290px;
	background-color: #fff;
}

.maxw-1560 {
	max-width: 1590px;
}

.maxw-1720 {
	max-width: 1750px;
}

iframe {
	border: none;
}

a:active, a:focus, input, input:active, input:focus, input:hover, textarea, textarea:active, textarea:focus, textarea:hover {
	outline: 0;
}

embed, img:not([draggable]), object, video {
	height: auto;
	max-width: 100%
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	height: auto;
}

a {
	outline: 0;
	display: inline-block;
	text-decoration: none;
}

a:active, a:focus, a:hover, a:visited {
	outline: 0;
	text-decoration: none;
}

button {
	padding: 0;
	border: none;
	outline: 0;
	background: 0 0;
	display: inline-block;
}

button:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #1b1b1b;
	font-family: "Noto Sans TC", sans-serif;
}

.deco-wrap {
	z-index: 1;
	position: relative;
}

.deco-wrap .deco-item {
	z-index: -1;
	position: absolute;
}

.deco-wrap .deco_big_text {
	top: 170px;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .2;
	color: #000;
	line-height: 1;
	display: block;
	font-weight: 700;
	font-size: 291px;
	position: absolute;
	font-family: "Noto Sans TC", sans-serif;
}

.deco-wrap .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}

.deco-wrap .scratch {
	left: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}

.deco-wrap .scratch img {
	width: 100%;
	display: block;
}

.deco-wrap .scratch_top {
	top: 0;
}

.deco-wrap .scratch_bottom {
	bottom: 0;
}

.sec-ptb-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}


.sec_ptb_80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.sec_ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

a, button {
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.backtotop {
	right: 12px;
	z-index: 999;
	bottom: 50px;
	display: none;
	position: fixed;
}

.backtotop .scroll {
	z-index: 1;
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}

.backtotop .scroll:after, .backtotop .scroll:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .2);
}

.backtotop .scroll:after {
	opacity: 0;
	transform: scale(1.5);
}

.backtotop .scroll:hover:before {
	opacity: 0;
	transform: scale(.3);
}

.backtotop .scroll:hover:after {
	opacity: 1;
	transform: scale(1);
}

.backtotop .scroll i {
	left: 50%;
	z-index: 1;
	font-size: 15px;
	position: absolute;
	color: var(--primary-color);
	transform: translateX(-50%);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.backtotop .scroll i:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.backtotop .scroll i:nth-child(2) {
	top: 110%;
	opacity: 0;
	visibility: hidden;
}

.backtotop .scroll:hover i:nth-child(1) {
	top: -110%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
}

.backtotop .scroll:hover i:nth-child(2) {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

#preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	position: fixed;
	overflow: visible;
	background: #fff url(../images/preloader.svg) no-repeat center center;
}

.load_more {
	margin-top: 60px;
}

.btn {
	border: none;
	outline: 0;
	line-height: 1;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 21px 40px;
	border-radius: 5px;
	display: inline-block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	font-family: "DM Sans", sans-serif;
}

.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn:hover {
	color: #fff;
}

.btn.btn-primary {
	background-color: var(--primary-color);
}

.btn.btn-primary:hover {
	background-color: #1b1b1b;
}

.btn.btn-secondary {
	background-color: #1b1b1b;
}

.btn.btn-secondary:hover {
	background-color: var(--primary-color);
}

.btn.btn-add-cart {
	background: url(../../images/btn_add3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 9px 12px
}

.btn.btn-add-cart:hover {
	transform: translateY(-2px)
}

.btn.btn-border {
	padding: 19px 42px;
	border: 2px solid transparent;
}

.btn.border-white {
	border-color: rgba(255, 255, 255, .5);
}

.btn.border-white:hover {
	color: var(--primary-color);
	border-color: #fff;
	background-color: #fff;
}

.btn.border-black {
	color: #1b1b1b;
	border-color: rgba(18, 16, 13, .3);
}

.btn.border-black:hover {
	color: #fff;
	border-color: #1b1b1b;
	background-color: #1b1b1b;
}

.btn-text {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #7c7770;
	display: inline-block;
}

.btn-text span {
	position: relative;
	display: inline-block;
}

.btn-text span:before {
	width: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 1px;
	content: "";
	position: absolute;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	background-color: #f99b12;
}

.btn-text:hover span:before {
	left: 0;
	width: 100%;
	right: auto;
}

.btn-text i {
	margin-left: 2px;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.btn-text:hover {
	color: #f99b12;
}

.btn-text:hover i {
	transform: translateX(5px);
}

.pulse {
	z-index: 1;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 10px;
	position: relative;
	margin-right: 20px;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: var(--primary-color);
}

.pulse:after, .pulse:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: var(--primary-color);
}

.pulse:before {
	animation: pulse 3s cubic-bezier(.16, 1, .3, 1) infinite both;
}

.pulse:after {
	animation: pulse 3s .6s cubic-bezier(.16, 1, .3, 1) infinite both;
}

.pulse i {
	margin-left: 2px;
}

@keyframes pulse {
	0% {
		opacity: .5;
		transform: scale(1);
	}

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

.video-btn1 {
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	display: inline-flex;
	color: #1b1b1b;
}

.video_btn2 {
	text-align: center;
	display: inline-block;
}

.video_btn2 span {
	margin: auto;
	width: 109px;
	height: 109px;
	font-size: 16px;
	margin-bottom: 25px;
	display: inline-flex;
	border: 2px solid #fff;
	background-color: transparent;
}

.video_btn2 span:after, .video_btn2 span:before {
	background-color: #fff;
}

.video_btn2 small {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.ul-li, .ul-li-center, .ul-li-right {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ul-li>li, .ul-li-center>li, .ul-li-right>li {
	list-style: none;
	display: inline-block;
}

.ul-li {
	justify-content: flex-start;
}

.ul-li-center {
	justify-content: center;
}

.ul-li-right {
	justify-content: flex-end;
}

.ul-li-block {
	margin: 0;
	padding: 0;
	display: block;
}

.ul-li-block>li {
	display: block;
	list-style: none;
	font-weight: 300;
	font-size: 0.9rem;
	letter-spacing: 1.5px;
}

.social-links {
	margin: -5px;
}

.social-links li {
	padding: 5px;
}

.social-text li:not(:last-child) {
	margin-right: 45px;
}

.social-text i {
	margin-right: 10px;
}

.social-text a {
	font-size: 14px;
	font-weight: 500;
}

.social-text a:hover {
	color: var(--primary-color);
}

.social-icons a {
	width: 35px;
	height: 35px;
	color: #c6c0ba;
	line-height: 37px;
	text-align: center;
	border-radius: 2px;
	background-color: #f7f7f7;
}

.social-icons a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.text-white .social-icons a {
	color: var(--primary-color);
	background-color: #1b1b1b;
}

.text-white .social-icons a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

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

.section-title .small-title {
	line-height: 1;
	font-size: 14px;
	margin-bottom: 18px;
	font-family: "Noto Sans TC", sans-serif;
}

.section-title .small-title i {
	margin-right: 10px;
	color: var(--primary-color);
}

.section-title .big-title {
	font-size: 2.3rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.bg-default-brown {
	background-color: var(--primary-color);
}

.bg-default-gray {
	background-color: #f6f6f6;
}

.slick-dots li {
	margin: 0;
	display: inline-block;
}

.slick-dots li:not(:last-child) {
	margin-right: 10px;
}

.slick-dots button {
	width: 8px;
	height: 8px;
	opacity: .4;
	display: block;
	border-radius: 100%;
	background-color: #000;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
	opacity: 1;
}

.chip_item {
	align-items: center;
	display: inline-flex;
}

.chip_item .chip_thumbnail {
	width: 60px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 100%
}

.chip_item .chip_name {
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}

.chip_item .chip_title {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	color: var(--primary-color);
}

.form-item {
	position: relative;
	margin-bottom: 30px;
}

.form-item input, .form-item textarea {
	width: 100%;
	outline: 0;
	display: block;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.form-item input:focus, .form-item textarea:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--primary-color);
}

.form-item input {
	height: 56px;
	padding: 0 25px;
}

.form-item textarea {
	min-height: 160px;
	padding: 20px 25px;
}

.form-item .form_icon {
	top: 50%;
	right: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	transform: translateY(-50%);
}

.form-item .form_field_title {
	line-height: 1;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #1b1b1b;
	font-family: "Noto Sans TC", sans-serif;
}

.form-item .form_field_title sup {
	top: -2px;
}

:-moz-placeholder {
	color: #9d9a9a;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #9d9a9a;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #9d9a9a;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #9d9a9a;
	text-transform: capitalize;
}

#mapBox {
	min-height: 600px;
}

.contact_form {
	padding: 60px 50px;
	background-color: #f6f6f6;
}

.contact_form .form_title {
	line-height: 1;
	font-size: 45px;
	margin-bottom: 35px;
}

.contact_form .form-item input, .contact_form .form-item textarea {
	background-color: #fff;
	border: 1px solid #fff;
}

.contact_form .form-item input:focus, .contact_form .form-item textarea:focus {
	border-color: var(--primary-color);
}

.contact_form.bg_white {
	background-color: #fff;
}

.contact_form.bg_white .form-item input, .contact_form.bg_white .form-item textarea {
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}

.contact_form.bg_white .form-item input:focus, .contact_form.bg_white .form-item textarea:focus {
	border-color: var(--primary-color);
}

.main_contact_info_wrap {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: space-between;
}

.main_contact_info_wrap .contact_info_item {
	max-width: 330px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}

.contact_info_item {
	display: flex;
	align-items: center;
}

.contact_info_item .item_icon {
	height: 80px;
	min-width: 80px;
	font-size: 24px;
	margin-right: 20px;
	border-radius: 2px;
	align-items: center;
	display: inline-flex;
	color: var(--primary-color);
	justify-content: center;
	background-color: #f6f6f6;
}

.contact_info_item .item-title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 10px;
}

.contact_info_item p {
	line-height: 1.4;
	margin-bottom: 0;
}

.reserve_table_form {
	padding: 60px;
	position: relative;
	padding-bottom: 120px;
	background-color: #f6f6f6;
}

.reserve_table_form .form_title {
	line-height: 1;
	font-size: 45px;
	margin-bottom: 38px;
}

.reserve_table_form .form-item input {
	height: 70px;
	color: #9d9a9a;
	padding: 0 30px;
}

.reserve_table_form .form-item .form_icon {
	right: 35px;
}

.reserve_table_form .decoration_icon {
	left: 50%;
	z-index: 1;
	bottom: -50px;
	width: 100px;
	height: 100px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.reserve_table_form .decoration_icon .bg_shape {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 0 9px 16px 0 rgba(179, 179, 179, .2);
}

.comment_form .form-item input, .comment_form .form-item textarea {
	border-radius: 0;
	background-color: #f6f6f6;
}

.rating-star li {
	color: #f6c46e;
	font-size: 12px;
}

.rating-star li:not(:last-child) {
	margin-right: 3px;
}

.pagination-nav {
	margin: -3px;
	margin-top: 77px;
}

.pagination-nav li {
	padding: 3px;
}

.pagination-nav a {
	height: 50px;
	min-width: 50px;
	display: flex;
	font-size: 15px;
	border-radius: 45px;
	align-items: center;
	color: #7c7770;
	justify-content: center;
	background-color: #fff;
}

.pagination-nav li.active a, .pagination-nav li:hover a {
	color: #fff;
	background-color: var(--primary-color);
}

.filters-button-group {
	margin-bottom: 30px;
	border-bottom: 5px solid #e4e2da;
}

.filters-button-group li {
	margin-bottom: -5px;
}

.filters-button-group li:not(:last-child) {
	margin-right: 5px;
}

.filters-button-group button {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 20px;
	position: relative;
}

.filters-button-group button:before {
	left: 15px;
	right: 15px;
	bottom: 0;
	opacity: 0;
	content: "";
	height: 2px;
	position: absolute;
	border-radius: 45px;
	background-color: var(--primary-color);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.filters-button-group button.active, .filters-button-group button:hover {
	color: #1b1b1b;
}

.filters-button-group button.active:before, .filters-button-group button:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
}

.filters-button-group .first-two-button::before {
	left: 15px;
	right: 15px;
	bottom: -8px;
	opacity: 0;
	content: "";
	height: 2px;
	position: absolute;
	border-radius: 45px;
	background-color: var(--primary-color);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}


.filters-button-group.style-2 {
	border-bottom: none;
}

.filters-button-group.style-2 li {
	margin-bottom: 0;
}

.filters-button-group.style-2 li:not(:last-child) {
	margin-right: 60px;
}

.filters-button-group.style-2 button {
	padding: 0;
}

.filters-button-group.style-2 button:before {
	display: none;
}

.filters-button-group.style-2 button.active, .filters-button-group.style-2 button:hover {
	color: #1b1b1b;
}

.text-white .filters-button-group.style-2 button {
	color: #aaa;
}

.text-white .filters-button-group.style-2 button.active, .text-white .filters-button-group.style-2 button:hover {
	color: #fff;
}

.filters-button-group {
	border-bottom: none;
}

.filters-button-group.style-3 {
	background-color: #fff;
}

.filters-button-group.style-3 li {
	margin: 0;
}

.filters-button-group.style-3 li:not(:last-child) {
	margin-right: 0;
}

.filters-button-group.style-3 .first-two-button {
	margin: 0 3px;
}

.filters-button-group.style-3 .first-two-button:hover {
	color: #1b1b1b;
}

.filters-button-group.style-3 button:before {
	border-radius: 0;
}

.filters-button-group.style_4 li {
	margin: 0;
	border-bottom: 4px solid #eaeaea;
}

.filters-button-group.style_4 li:not(:last-child) {
	margin-right: 0;
}

.filters-button-group.style_4 button {
	padding: 0;
	line-height: 1;
	display: block;
	padding: 18.5px 41.5px;
}

.filters-button-group.style_4 button:before {
	display: none;
}

.filters-button-group.style_4 button.active, .filters-button-group.style_4 button:hover {
	background-color: #fff;
}

.tag_list {
	margin: -5px;
}

.tag_list li {
	padding: 5px;
}

.tag_list a {
	display: block;
	line-height: 1;
	padding: 10px 24px;
	color: #7c7770;
	background-color: #f6f6f6;
}

.tag_list a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.post_meta {
	font-size: 14px;
	color: #1b1b1b;
}

.post_meta li {
	margin-bottom: 20px;
}

.post_meta li:not(:last-child) {
	margin-right: 40px;
}

.post_meta a {
	display: block;
	color: #1b1b1b;
}

.post_meta a:hover {
	color: var(--primary-color);
}

.post_meta i {
	margin-right: 5px;
}

.comment_item:not(:last-child) {
	margin-bottom: 30px;
}

.comment_item .comment_item {
	padding-top: 20px;
	padding-left: 85px;
}

.comment_item .comment_thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 25px;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #f6f6f6;
}

.comment_item .comment_content {
	display: table;
	padding-top: 14px;
}

.comment_item .comment_name {
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: "Noto Sans TC", sans-serif;
}

.comment_item .comment_date {
	line-height: 1;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
	color: var(--primary-color);
}

.comment_item .reply_btn {
	font-size: 12px;
	margin-top: 17px;
	display: inline-block;
	color: #1b1b1b;
}

.comment_item .reply_btn:hover {
	color: var(--primary-color);
}

.sb_widget {
	padding: 30px;
	background-color: #fff;
}

.sb_widget:not(:last-child) {
	margin-bottom: 30px;
}

.sb_widget .form-item input {
	border-radius: 0;
	background-color: #f6f6f6;
}

.sb_widget .recent_post {
	background-color: #f6f6f6;
}

.sb_widget .recent_post:not(:last-child) {
	margin-bottom: 20px;
}

.sb_widget .recent_post .item-image {
	min-width: 90px;
	border-radius: 0;
}

.sb_widget_title {
	font-size: 20px;
	margin-bottom: 30px;
}

.sb_category li:not(:last-child) {
	margin-bottom: 15px;
}

.sb_category a {
	display: flex;
	line-height: 1;
	align-items: center;
	padding: 17.5px 20px;
	color: #7c7770;
	background-color: #f6f6f6;
	justify-content: space-between;
}

.sb_category a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.sb_photo_showcase ul {
	margin: -8px;
}

.sb_photo_showcase li {
	padding: 8px;
	width: 33.333%
}

.sb_photo_showcase a {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.sb_photo_showcase a img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.sb_photo_showcase a:hover img {
	opacity: .4;
	transform: scale(1.08);
}

.header-section {
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	position: absolute;
	box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.header-section .content-wrap {
	padding: 44px 0;
}

.header-section.sticky {
	position: fixed;
	background-color: rgba(0, 0, 0, .9);
	animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}

.header-section.sticky .content-wrap {
	padding: 20px 0;
}

.header-section.style-2 {
	background-color: rgba(0, 0, 0, .4);
	border-bottom: 2px solid rgba(255, 255, 255, .15);
}

.header-section.style-2 .content-wrap {
	padding: 32px 0;
}

.header-section.style-2.sticky {
	background-color: rgba(0, 0, 0, .9);
	border-bottom: 2px solid rgba(0, 0, 0, .9);
}

.header-section.style-2.sticky .content-wrap {
	padding: 20px 0;
}

.header-section.style-3 .content-wrap {
	background-color: rgba(255, 255, 255, 1);
	padding: 22px 0;
}

.header-section.style-3.sticky {
	background-color: #fff;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
}

.header-section.style-3 .main-menu-list>li>a {
	color: #1b1b1b;
}

.header-section.style-3 .main-menu-list>li.active>a, .header-section.style-3 .main-menu-list>li:hover>a {
	color: var(--primary-color);
}

.header-section.style-3 .header-btns-group button {
	color: #1b1b1b;
}

.header-section.style-3 .header-btns-group button:hover {
	color: var(--primary-color);
}

.brand-logo .brand-link {
	display: inline-block;
}

.header-btns-group li:not(:last-child) {
	margin-right: 30px;
}

.header-btns-group button {
	color: #fff;
	font-size: 20px;
	position: relative;
}

.header-btns-group button:hover {
	color: var(--primary-color);
}

.header-btns-group button .cart-counter {
	top: -5px;
	right: -15px;
	height: 22px;
	color: #fff;
	min-width: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	border-radius: 45px;
	background-color: var(--primary-color);
}

.header-btns-group .btn {
	margin-left: 45px;
}

.main-search-form {
	border: none;
	padding: 20px 0;
	border-radius: 0;
	background-color: transparent;
	background-color: rgba(0, 0, 0, .9);
}

.main-search-form .form-item {
	margin-bottom: 0;
}

.main-search-form .form-item input {
	width: 100%;
	height: 60px;
	border: none;
	font-size: 16px;
	padding: 0 30px;
	border-radius: 45px;
}

.main-search-form .form-item .submit-btn {
	top: 50%;
	right: 30px;
	font-size: 18px;
	position: absolute;
	color: #1b1b1b;
	transform: translateY(-50%);
}

.main-search-form .form-item .submit-btn:hover {
	color: var(--primary-color);
}

.main-menu {
	padding: 0;
	padding-left: 23px;
}

.main-menu-list>li:not(:last-child) {
	margin-right: 60px;
}

.main-menu-list>li>a {
	display: block;
	color: #999;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: uppercase;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.main-menu-list>li.active>a, .main-menu-list>li:hover>a {
	color: var(--primary-color);
}

.main-menu-list .submenu {
	top: 100%;
	margin: 0;
	border: none;
	font-size: 14px;
	min-width: 210px;
	padding: 20px 0;
	border-radius: 8px;
	color: #7c7770;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .15);
}

.main-menu-list .submenu>li>a {
	display: block;
	line-height: 1;
	padding: 15px 30px;
	color: #7c7770;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.main-menu-list .submenu>li.active>a, .main-menu-list .submenu>li:hover>a {
	color: var(--primary-color);
	background-color: rgba(199, 161, 122, .04);
}

.main-menu-list .submenu .dropdown>a {
	position: relative;
}

.main-menu-list .submenu .dropdown>a:after {
	font-size: 11px;
	margin-top: 2px;
	content: "";
	font-weight: 400;
	display: inline-block;
	font-family: "Font Awesome 5 Pro"
}

.main-menu-list .submenu .submenu {
	top: 0;
	left: 100%;
	border-top-left-radius: 0;
}

.main-menu-list li:hover>.submenu {
	display: block;
}

.footer_section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer_section .overlay {
	background-color: rgba(18, 16, 13, .702);
}

.footer-widget-area {
	padding: 40px 0;
}

.footer_widget_title {
	font-size: 20px;
	margin-bottom: 48px;
}

.footer_bottom {
	padding: 13.5px 0;
	background-color: #f7f7f7;
}

.footer-subscribe-form {
	margin-bottom: 110px;
}

.footer-subscribe-form .form_title {
	line-height: 1;
	font-size: 45px;
	margin-bottom: 50px;
}

.footer-subscribe-form .form-item input {
	height: 56px;
	border-color: #f7f7f7;
	background-color: #f7f7f7;
}

.footer-subscribe-form .form-item .btn {
	top: 50%;
	right: 0;
	position: absolute;
	padding: 21px 25px;
	transform: translateY(-50%);
}

.footer_about .brand-logo {
	margin-bottom: 15px;
}

.footer_about p {
	margin-bottom: 25px;
}

.footer_contact {
	padding-left: 50px;
}

.footer_contact li {
	line-height: 1;
}

.footer_contact li:not(:last-child) {
	margin-bottom: 20px;
}

.footer_contact strong {
	font-size: 15px;
	color: #1b1b1b;
	display: inline-block;
}

.footer_opening_time {
	padding: 0 40px;
}

.footer_opening_time li {
	line-height: 1;
}

.footer_opening_time li:not(:last-child) {
	margin-bottom: 15px;
}

.footer_opening_time span {
	float: right;
}

.copyright_text {
	color: #1b1b1b;
}

.copyright_text a {
	color: #f99b12;
}

.text-white .footer_widget_title {
	color: #fff;
}

.text-white .footer-subscribe-form .form_title {
	color: #fff;
}

.text-white .footer-subscribe-form .form-item input {
	color: #fff;
	border-color: #1b1b1b;
	background-color: #1b1b1b;
}

.text-white .footer_contact strong {
	color: #fff;
}

.text-white .footer_bottom {
	padding-top: 12px;
	padding-bottom: 116px;
	background-color: transparent;
	border-top: 2px solid rgba(255, 255, 255, .15);
}

.text-white .copyright_text {
	color: var(--text-color);
}

.breadcrumb_section {
	display: flex;
	min-height: 500px;
	padding: 160px 0;
	position: relative;
	align-items: flex-end;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page_title {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 10px;
}

.breadcrumb_nav li {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	color: var(--primary-color);
}

.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 a {
	color: #fff;
}

.breadcrumb_nav a:hover {
	color: var(--primary-color);
}

.breadcrumb_icon_wrap {
	left: 0;
	right: 0;
	z-index: 10;
	bottom: -36px;
	position: absolute;
}

.breadcrumb_icon {
	z-index: 1;
	width: 72px;
	height: 72px;
	position: relative;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.breadcrumb_icon .bg_shape {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgba(179, 179, 179, .25);
}

.slider-dark {
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-position: center top;
	background-color: #fff;
}

.slider-dark .main-slider {
	position: relative;
}

.slider-dark .slider-item {
	z-index: 1;
	display: flex;
	min-height: 855px;
	position: relative;
	padding: 100px 15px;
	align-items: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-dark .title-text {
	line-height: 1;
	font-size: 75px;
	margin-bottom: 25px;
}

.slider-dark p {
	font-size: 18px;
	margin-bottom: 40px;
}

.slider-dark .btns-group li:not(:last-child) {
	margin-right: 30px;
}

.slider-dark .shape-image {
	left: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}

.slider-dark .carousel-nav {
	top: 50%;
	left: 54px;
	font-size: 10px;
	position: absolute;
	transform: translateY(-50%);
}

.slider-dark .carousel-nav button {
	width: 34px;
	height: 34px;
	display: flex;
	color: #fff;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	border: 1px solid #5f5e5c;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.slider-dark .carousel-nav button:hover {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.slider-dark .carousel-nav button:not(:last-child) {
	margin-bottom: 10px;
}

.slider-dark .slick-dots {
	top: 50%;
	right: 58px;
	width: auto;
	height: auto;
	bottom: unset;
	position: absolute;
	transform: translateY(-50%);
}

.slider-dark .slick-dots li {
	display: block;
}

.slider-dark .slick-dots li:not(:last-child) {
	margin-right: 0;
	margin-bottom: 2px;
}

.slider-dark .slick-dots button {
	opacity: 1;
	width: 30px;
	height: 30px;
	position: relative;
	background-color: transparent;
	border: 2px solid transparent;
}

.slider-dark .slick-dots button:before {
	top: 7px;
	left: 7px;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 100%;
	background-color: #41403d;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.slider-dark .slick-dots li.slick-active button, .slider-dark .slick-dots li:hover button {
	border-color: #fff;
}

.slider-dark .slick-dots li.slick-active button:before, .slider-dark .slick-dots li:hover button:before {
	background-color: #fff;
}

.slider-dark .social-text a {
	color: #fff;
}

.slider-dark .social-text a:hover {
	color: var(--primary-color);
}

.slider-social-wrap {
	padding: 55px 0;
}

.slider-social-wrap .video-btn1 {
	float: right;
	color: #fff;
}

.slider-social-wrap .video-btn1:hover {
	color: var(--primary-color);
}

.slider-social-wrap .video-btn1 .pulse {
	width: 34px;
	height: 34px;
	order: 13;
	margin-left: 20px;
	margin-right: 0;
	border: 2px solid #fff;
	background-color: transparent;
}

.slider-social-wrap .video-btn1 .pulse:after, .slider-social-wrap .video-btn1 .pulse:before {
	border: 2px solid #fff;
	background-color: transparent;
}

.slider_light {
	padding: 100px 0;
	position: relative;
	padding-bottom: 150px;
	background-color: #efefef;
}

.slider_light .main-slider {
	border-radius: 20px;
	background-color: #fff;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.slider_light .carousel-nav {
	top: 80px;
	right: 115px;
	position: absolute;
}

.slider_light .carousel-nav button {
	width: 40px;
	height: 40px;
	align-items: center;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	background-color: #f3f3f3;
}

.slider_light .carousel-nav button:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.slider_light .slider-item {
	z-index: 1;
	position: relative;
	padding: 80px 100px;
}

.slider_light .big_text {
	left: 0;
	right: 0;
	z-index: -1;
	bottom: 15%;
	line-height: 1;
	color: #f3f3f3;
	display: block;
	font-size: 200px;
	position: absolute;
	font-family: "Noto Sans TC", sans-serif;
}

.slider_light .slider_content {
	padding-right: 30px;
}

.slider_light .title-text {
	font-size: 65px;
	margin-bottom: 20px;
}

.slider_light p {
	color: #12100d;
	font-size: 17px;
	margin-bottom: 30px;
}

.slider_light .info_list li {
	z-index: 1;
	text-align: right;
	position: relative;
}

.slider_light .info_list li:not(:last-child) {
	margin-bottom: 60px;
}

.slider_light .info_list .percentage_text {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--primary-color);
}

.slider_light .info_list sub {
	bottom: 0;
	font-size: 20px;
}

.slider_light .info_list .item-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	color: #1b1b1b;
}

.slider_light .info_list .circle_shape {
	top: 3px;
	right: -15px;
	z-index: -1;
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 100%;
	background-color: #f3f3f3;
}

.slider_light .social-links {
	margin-top: 50px;
}

.banner_section {
	display: flex;
	min-height: 100vh;
	padding: 120px 0;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_section .banner_content {
	z-index: 2;
	position: relative;
}

.banner_section .banner_title {
	line-height: 1;
	font-size: 75px;
	margin-bottom: 25px;
}

.banner_section p {
	font-size: 17px;
	margin-bottom: 35px;
}

.banner_section .btns-group li:not(:last-child) {
	margin-right: 30px;
}

.banner_section .coffee_image {
	z-index: 0;
	right: -100px;
	bottom: -100px;
	max-width: 1200px;
}

.banner_section .leaf_image {
	left: 0;
	bottom: 15px;
}

.feature_primary_section2 {
	min-height: 700px;
	padding-top: 40px;
	padding-bottom: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-position: center bottom;
}

.feature_primary_section3 {
	z-index: 1;
	margin-top: -80px;
	position: relative;
}

.feature_primary {
	padding-top: 80px;
	padding-right: 70px;
}

.feature_primary .item_icon {
	width: 65px;
	height: 65px;
	border-radius: 5px;
	position: relative;
	align-items: center;
	margin-bottom: 18px;
	display: inline-flex;
	justify-content: center;
	background-color: #eceae3;
}

.feature_primary .item_icon:before {
	top: 50%;
	left: 100%;
	width: 75px;
	height: 1px;
	content: "";
	position: absolute;
	transform: translateY(-50%);
	border-bottom: 2px dashed #eceae3;
}

.feature_primary .item_serial {
	top: 50%;
	left: 100%;
	width: 25px;
	height: 25px;
	color: #22201d;
	font-size: 13px;
	line-height: 25px;
	margin-left: 75px;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	background-color: #fff;
	transform: translateY(-50%);
	box-shadow: 0 2px 8px 0 rgba(205, 205, 205, .3);
}

.feature_primary .item-title {
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 13px;
}

.feature_primary.box_style {
	padding: 30px 40px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 13px 20px 0 rgba(217, 217, 217, .21);
}

.about_image1 {
	position: relative;
}

.about_image1 .year_content_wrap {
	top: 50%;
	left: 50%;
	width: 248px;
	height: 228px;
	display: flex;
	padding: 15px;
	color: #fff;
	position: absolute;
	align-items: center;
	background-size: auto;
	justify-content: center;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	background-position: center center;
}

.about_image1 .year_content_wrap span, .about_image1 .year_content_wrap strong {
	line-height: 1;
	display: block;
}

.about_image1 .year_content_wrap span {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--primary-color);
	font-family: "Noto Sans TC", sans-serif;
}

.about_image1 .year_content_wrap span small {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.about_image1 .year_content_wrap strong {
	font-size: 24px;
}

.about_image2 {
	position: relative;
	padding-left: 40px;
}

.about_image2 .year_content_wrap {
	top: 75px;
	left: 0;
	z-index: 1;
	position: absolute;
}

.about_image2 .year_content_wrap span, .about_image2 .year_content_wrap strong {
	line-height: 1;
	display: block;
}

.about_image2 .year_content_wrap span {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1b1b1b;
	font-family: "Noto Sans TC", sans-serif;
}

.about_image2 .year_content_wrap strong {
	color: #fff;
	line-height: 1;
	font-size: 126px;
	font-weight: 700;
	font-family: "Noto Sans TC", sans-serif;
	text-shadow: 0 15px 21px rgba(84, 49, 55, .25);
}

.about_image2 .leaf_image {
	bottom: 55px;
	right: -100px;
	position: absolute;
}

.about_content .section-title {
	margin-bottom: 30px;
}

.about_content p {
	margin-bottom: 30px;
}

.about_content .about_info {
	margin-bottom: 35px;
}

.about_content .about_info li:not(:last-child) {
	margin-bottom: 25px;
}

.about_content .about_info h4 {
	font-size: 15px;
	margin-bottom: 10px;
	font-family: "Noto Sans TC", sans-serif;
}

.about_content .about_info h4 i {
	margin-right: 10px;
}

.about_content .btns-group li:not(:last-child) {
	margin-right: 60px;
}

.our_history_area {
	padding: 60px 0;
	border-bottom: 1px solid #f7f7f7;
}

.our_history_area .item_icon {
	z-index: 1;
	width: 72px;
	height: 72px;
	display: flex;
	margin: 0 auto;
	position: relative;
	align-items: center;
	justify-content: center;
}

.our_history_area .item_icon .bg_shape {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgba(179, 179, 179, .25);
}

.our_history_area .item-title {
	line-height: 1;
	font-size: 45px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
}

.admin_content .admin-name {
	line-height: 1;
	font-size: 45px;
	margin-bottom: 20px;
}

.admin_content p {
	margin-bottom: 30px;
}

.admin_info_wrap {
	display: flex;
	max-width: 380px;
	min-height: 310px;
	position: relative;
	padding-left: 60px;
	align-items: center;
	border: 2px solid #f5f5f5;
}

.admin_info_wrap .social-icons {
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 60px;
	display: flex;
	position: absolute;
	align-items: center;
	border-right: 2px solid #f5f5f5;
}

.admin_info_wrap .social-icons li {
	width: 100%;
	float: none;
	padding: 0;
	display: block;
}

.admin_info_wrap .social-icons a {
	width: 100%;
	height: 60px;
	display: block;
	line-height: 62px;
	border-radius: 0;
	background-color: transparent;
}

.admin_info_wrap .social-icons a:hover {
	color: var(--primary-color);
}

.admin_info_wrap .info_list {
	width: 100%
}

.admin_info_wrap .info_list strong {
	color: #1b1b1b;
	text-transform: uppercase;
}

.admin_info_wrap .info_list li {
	padding: 25px 20px;
}

.admin_info_wrap .info_list li:not(:last-child) {
	border-bottom: 2px solid #f5f5f5;
}

.recipe-menu-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.recipe-menu-section.bg-gray {
	background-color: #eceae3;
}

.recipe-menu-section .shape_1 {
	left: 0;
	top: 135px;
}

.recipe-menu-section .shape_2 {
	right: 0;
	bottom: 0;
}

.recipe-menu-section .deco_big_text {
	top: 114px;
}

.recipe-item-grid {
	margin: -10px;
}

.recipe-item-grid .element-item {
	width: 100%;
	padding: 10px;
}

.recipe-item {
	display: flex;
	padding: 15px;
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	background-color: #fff;
}

.recipe-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .1);
}

.recipe-item .content-col:first-child {
	width: 62%;
	display: flex;
	align-items: center;
}

.recipe-item .content-col:last-child {
	width: 240px;
	text-align: right;
}

.recipe-item .item-image {
	min-width: 120px;
	overflow: hidden;
	margin-right: 30px;
	position: relative;
	border-radius: 5px;
	display: inline-block;
	background-color: #1b1b1b;
}

.recipe-item .item-image img {
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.recipe-item:hover .item-image img {
	opacity: .3;
	transform: scale(1.1);
}

.recipe-item .item-title {
	display: inline-block;
}

.recipe-item .item-title a {
	display: block;
	font-size: 17px;
	color: #1b1b1b;
}

.recipe-item:hover .item-title a {
	color: var(--primary-color);
}

.recipe-item .item-price {
	display: block;
	line-height: 1;
	font-size: 60px;
	color: var(--primary-color);
	font-family: "Noto Sans TC", sans-serif;
	padding: 10px 55px 10px 70px;
	border-left: 2px solid #eceae3;
}

.recipe-item .item-price sub {
	bottom: 0;
	font-size: 18px;
	color: #1b1b1b;
}

.recipe-item.style-2 .content-col {
	display: flex;
	align-items: center;
}

.recipe-item.style-2 .content-col:first-child {
	width: 62%
}

.recipe-item.style-2 .content-col:last-child {
	width: 34%;
	position: relative;
	justify-content: flex-end;
}

.recipe-item.style-2 .content-col:last-child:before {
	top: 50%;
	left: 0;
	content: "";
	height: 2px;
	width: 235px;
	position: absolute;
	transform: translateY(-50%);
	border-top: 1px dashed #7c7770;
}

.recipe-item.style-2 .item-price {
	padding: 0;
	border-left: none;
}

.text-white .recipe-item.style-2 {
	box-shadow: none;
	transform: translate(0);
	background-color: transparent;
}

.text-white .recipe-item.style-2 .content-col:last-child:before {
	border-top: 1px dashed #fff;
}

.text-white .recipe-item.style-2 .item-image {
	background-color: var(--primary-color);
}

.text-white .recipe-item.style-2 .item-title a {
	color: #fff;
}

.text-white .recipe-item.style-2:hover .item-title a {
	color: var(--primary-color);
}

.text-white .recipe-item.style-2 p {
	color: #afafaf;
}

.text-white .recipe-item.style-2 .item-price {
	color: #fff;
}

.text-white .recipe-item.style-2 .item-price sub {
	color: #fff;
}

.recipe_menu3_wrap {
	padding: 80px;
}

.recipe_menu3_wrap .recipe-item-grid {
	margin-right: -90px;
}

.recipe-item.style-3 {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

.recipe-item.style-3:hover {
	box-shadow: none;
	transform: translateY(0);
}

.recipe-item.style-3 .content-col:last-child {
	width: auto;
	text-align: left;
}

.recipe-item.style-3 .item-price {
	border: none;
	font-size: 60px;
	padding: 10px 30px;
	padding-right: 55px;
	background-color: #fff;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
}

.recipe_menu3_image img {
	width: 100%;
	display: block;
}

.offer-video {
	display: flex;
	overflow: hidden;
	object-fit: cover;
	position: relative;
}

.offer-video .overlay {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
}

.offer-video img {
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.offer-video:hover img {
	transform: scale(1.05);
}

.offer-video .video_btn2 {
	top: 60%;
	left: 50%;
	z-index: 2;
	position: absolute;
	transform: translate(-50%, -50%);
}

.offer_area {
	display: flex;
	padding: 70px;
	align-items: center;
	justify-content: space-between;
}

.offer_area.bg-gray {
	background-color: #f3f3f3;
}

.offer_area .offer_image {
	order: 13;
}

.offer_area .offer_content {
	max-width: 460px;
}

.offer_area p {
	margin-bottom: 25px;
}

.offer_info_item {
	padding: 50px 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.offer_info_item .offer_info_title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 35px;
}

.table_reservation_contact {
	background-color: #eceae3;
}

.table_reservation_contact ul {
	margin-bottom: 30px;
}

.table_reservation_contact li {
	display: flex;
	align-items: center;
}

.table_reservation_contact li:not(:last-child) {
	margin-bottom: 16px;
}

.table_reservation_contact .item_icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 3px;
	align-items: center;
	display: inline-flex;
	color: var(--primary-color);
	justify-content: center;
	background-color: #fff;
	box-shadow: 1.753px 3.595px 15px 0 rgba(144, 126, 107, .21);
}

.table_reservation_contact .item-content span {
	display: block;
	font-weight: 500;
	color: #1b1b1b;
}

.opening_time li {
	font-weight: 500;
}

.opening_time li:not(:last-child) {
	margin-bottom: 15.8px;
}

.opening_time span {
	float: right;
	color: var(--primary-color);
}

.friday_offer {
	padding: 50px 20px;
	padding-bottom: 0;
	background-color: #eceae3;
}

.friday_offer .offer_info_title {
	margin-bottom: 58px;
}

.shop_offer_banner {
	padding: 80px;
	min-height: 460px;
}

.shop_offer_banner .item-title {
	line-height: 1;
	font-size: 35px;
	margin-bottom: 20px;
}

.shop_offer_banner .discount_percentage {
	display: block;
	line-height: 1;
	font-size: 100px;
	font-weight: 700;
	color: transparent;
	margin-bottom: 30px;
	font-family: "Noto Sans TC", sans-serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}

.shop_offer_banner p {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 0;
}

.shop_filter_bar {
	padding: 45px 50px;
	margin-bottom: 60px;
	background-color: #fff;
}

.shop_filter_bar .item-title {
	font-size: 15px;
	margin-right: 30px;
	margin-bottom: 0;
}

.pricing_range {
	display: flex;
	padding-right: 30px;
	align-items: flex-start;
}

.pricing_range .price-range-area {
	width: 330px;
	padding-top: 5px;
}

.pricing_range .price-range-area .slider-range {
	height: 8px;
	border: none;
	border-radius: 0;
	background-color: #f6f6f6;
}

.pricing_range .price-range-area .ui-slider-range {
	border: none;
	border-radius: 0;
	background-color: var(--primary-color);
}

.pricing_range .price-range-area .ui-state-default {
	top: -5px;
	width: 6px;
	margin: 0;
	height: 18px;
	border: none;
	outline: 0;
	border-radius: 0;
	background-color: var(--primary-color);
}

.pricing_range .price-range-area .price-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #7c7770;
}

.pricing_range .price-range-area .price-text span {
	float: left;
	margin-right: 15px;
}

.pricing_range .price-range-area .price-text input {
	border: none;
	font-weight: 600;
	color: #1b1b1b;
	display: inline-block;
}

.shop_filter_tags {
	display: flex;
	justify-content: flex-end;
}

.shop_filter_tags ul {
	margin: -5px;
}

.shop_filter_tags li {
	padding: 5px;
}

.shop_filter_tags a {
	display: block;
	color: #908e8d;
	line-height: 1;
	font-size: 15px;
	padding: 8px 15px;
	background-color: #f6f6f6;
}

.shop_filter_tags a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.testimonial-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 634px 100%;
	background-position: left center;
}

.testimonial-section.bg-gray {
	background-color: #f6f6f6;
}

.testimonial-section .deco-item {
	overflow: hidden;
	position: absolute;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	border: 5px solid #fff;
	box-shadow: 0 6px 12px 0 rgba(141, 141, 141, .6);
}

.testimonial-section .deco-item img {
	width: 100%;
	display: block;
}

.testimonial-section .deco-item.thumbnail-1 {
	top: 250px;
	left: 245px;
	width: 70px;
	height: 70px;
}

.testimonial-section .deco-item.thumbnail-2 {
	top: 110px;
	right: 345px;
	width: 55px;
	height: 55px;
}

.testimonial-section .deco-item.thumbnail-3 {
	top: 50%;
	right: 85px;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
}

.testimonial-section .deco-item.thumbnail-4 {
	bottom: 85px;
	right: 455px;
	width: 85px;
	height: 85px;
}

.testimonial-section .deco-item.thumbnail_5 {
	left: 335px;
	bottom: 225px;
	width: 70px;
	height: 70px;
	z-index: 1;
}

.testimonial-item-1 .item-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	padding-right: 40px;
}

.testimonial-item-1 .quote_icon {
	z-index: 1;
	right: 45px;
	bottom: 120px;
	position: absolute;
}

.testimonial-item-1 .item_image2 {
	z-index: 1;
	position: relative;
}

.testimonial-item-1 .quote_icon2 {
	top: 65px;
	right: -85px;
	position: absolute;
}

.testimonial-item-1 .item-content {
	padding: 25px;
}

.testimonial-item-1 .section-title {
	margin-bottom: 30px;
}

.testimonial-item-1 p {
	color: #7c7770;
	font-size: 16px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #f6f6f6;
}

.testimonial-item-1 .admin-name {
	font-size: 15px;
	font-weight: 500;
	margin-right: 8px;
	margin-bottom: 0;
	display: inline-block;
}

.testimonial-item-1 .rating-star {
	display: inline-flex;
}

.testimonial-item-1 .admin-title {
	display: block;
	line-height: 1;
	color: #cba783;
	margin-top: 5px;
	font-weight: 500;
}

.shop_section.bg-gray {
	background-color: #eceae3;
}

.shop_section.bg_gray2 {
	background-color: #f6f6f6;
}

.shop-card {
	padding: 15px;
	margin-top: 30px;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	box-shadow: 0 1px 22px 0 rgba(211, 211, 211, .25);
}

.shop-card .share-btns, .shop-card .wishlist-btn {
	top: 30px;
	z-index: 2;
	text-align: center;
	position: absolute;
}

.shop-card .wishlist-btn {
	left: 30px;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 37px;
	border-radius: 2px;
	text-align: center;
	color: #1b1b1b;
	background-color: #fff;
}

.shop-card .wishlist-btn:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.shop-card .share-btns {
	right: 30px;
}

.shop-card .share-btns>button {
	left: 30px;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 37px;
	border-radius: 2px;
	text-align: center;
	color: #1b1b1b;
	background-color: #fff;
}

.shop-card .share-btns>button:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.shop-card .share-btns>button:after {
	display: none;
}

.shop-card .share-btns ul {
	top: 100%;
	left: 50%;
	opacity: 0;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	transform: translateX(-50%);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.shop-card .share-btns li {
	opacity: 0;
	transform: translateX(40px);
}

.shop-card .share-btns li:not(:last-child) {
	margin-bottom: 3px;
}

.shop-card .share-btns a {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 37px;
	text-align: center;
	border-radius: 2px;
	color: #1b1b1b;
	background-color: #fff;
}

.shop-card .share-btns a:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.shop-card .share-btns:hover ul {
	opacity: 1;
	visibility: visible;
}

.shop-card .share-btns:hover li {
	opacity: 1;
	transform: translateX(0);
	transition: .4s cubic-bezier(.68, -.6, .32, 1.6);
}

.shop-card .share-btns:hover li:nth-child(1) {
	transition-delay: .1s;
}

.shop-card .share-btns:hover li:nth-child(2) {
	transition-delay: .2s;
}

.shop-card .share-btns:hover li:nth-child(3) {
	transition-delay: .3s;
}

.shop-card .share-btns:hover li:nth-child(4) {
	transition-delay: .4s;
}

.shop-card .share-btns:hover li:nth-child(5) {
	transition-delay: .5s;
}

.shop-card .item-image {
	height: 290px;
	display: flex;
	position: relative;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
}

.shop-card .item-image img {
	margin: auto;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.shop-card:hover .item-image img {
	transform: scale(1.08);
}

.shop-card .item-content {
	padding: 23px 15px 10px;
}

.shop-card .item-title {
	display: inline-block;
	margin-bottom: 28px;
}

.shop-card .item-title a {
	display: block;
	font-size: 18px;
	font-weight: 700px;
	color: #1b1b1b;
}

.shop-card:hover .item-title a {
	color: var(--primary-color);
}

.shop-card .btns-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shop-card .item-price {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 28px;
	border-radius: 3px;
	background-color: var(--primary-color);
}

.shop-card .btn {
	font-size: 12px;
	padding: 9px 13px;
}

.shop_filter_grid {
	margin: -15px;
}

.shop_filter_grid .element-item {
	padding: 15px;
	width: 33.333%;
	display: inline-block;
}

.shop_filter_grid .shop-card {
	margin-top: 0;
}

.recent_post {
	display: flex;
	align-items: center;
}

.recent_post:not(:last-child) {
	margin-bottom: 30px;
}

.recent_post .item-image {
	display: block;
	min-width: 75px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	margin-right: 15px;
}

.recent_post .item-image img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.recent_post:hover .item-image img {
	transform: scale(1.08);
}

.recent_post .item-title {
	display: inline-block;
}

.recent_post .item-title a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #1b1b1b;
}

.recent_post:hover .item-title a {
	color: var(--primary-color);
	text-decoration: underline;
}

.recent_post .post_date {
	display: block;
	font-size: 12px;
	color: var(--primary-color);
}

.text-white .recent_post .item-title a {
	color: #fff;
}

.text-white .recent_post:hover .item-title a {
	color: var(--primary-color);
}

.blog_grid {
	padding: 20px;
	margin-top: 30px;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 7px 15px 0 rgba(225, 225, 225, .3);
}

.blog_grid .post_date {
	top: 35px;
	left: 35px;
	z-index: 1;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 16px;
	position: absolute;
	border-radius: 3px;
	font-family: "Noto Sans TC", sans-serif;
}

.blog_grid .item-image {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.blog_grid .item-image img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.blog_grid:hover .item-image img {
	transform: scale(1.08);
}

.blog_grid .item-content {
	padding: 25px 5px 5px;
}

.blog_grid .item-title {
	margin-bottom: 13px;
	display: inline-block;
}

.blog_grid .item-title a {
	display: block;
	font-size: 20px;
	color: #1b1b1b;
}

.blog_grid:hover .item-title a {
	color: var(--primary-color);
}

.blog_grid p {
	margin-bottom: 10px;
}

.blog_grid .btn-text {
	color: var(--primary-color);
}

.blog_grid .post_meta {
	font-size: 13px;
	margin-top: 14px;
	padding-top: 16px;
	border-top: 2px solid #f6f6f6;
	justify-content: space-between;
}

.blog_grid .post_meta li {
	margin: 0;
}

.blog_grid .post_meta a {
	color: #918f8d;
}

.blog_grid .post_meta a:hover {
	color: var(--primary-color);
}

.blog_grid .post_meta i {
	margin-right: 5px;
	color: var(--primary-color);
}

.blog_standard {
	margin-bottom: 40px;
	background-color: #fff;
}

.blog_standard .item-image {
	display: block;
	overflow: hidden;
	position: relative;
}

.blog_standard .item-image img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.blog_standard:hover .item-image img {
	transform: scale(1.08);
}

.blog_standard .video-btn1 {
	top: 50%;
	left: 50%;
	width: 80px;
	margin: 0;
	height: 80px;
	font-size: 16px;
	position: absolute;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.blog_standard .video-btn1:after, .blog_standard .video-btn1:before {
	background-color: #fff;
}

.blog_standard .item-content {
	padding: 40px 30px;
}

.blog_standard .item-title {
	line-height: 1;
	margin-bottom: 30px;
}

.blog_standard .item-title a {
	font-size: 30px;
	color: #1b1b1b;
}

.blog_standard:hover .item-title a {
	color: var(--primary-color);
}

.blog_standard p {
	margin-bottom: 30px;
}

.details-section .area-title {
	line-height: 1;
	font-size: 24px;
	margin-bottom: 35px;
}

.details-section .details-title {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 30px;
}

.details-section .area-title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 30px;
}

.details-section .details-content p {
	margin-bottom: 15px;
}

.details-section .btns-group {
	margin-bottom: 25px;
}

.details-section .btns-group li:not(:last-child) {
	margin-right: 15px;
}

.details-section hr {
	opacity: 1;
	margin: 30px 0;
	background-color: #f6f6f6;
}

.quantity-boxed {
	display: flex;
	line-height: 1;
	min-width: 145px;
	align-items: center;
	padding: 8px 0;
	justify-content: center;
	background-color: #fff;
}

.quantity-boxed .quantity-title {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 5px;
}

.quantity-boxed input {
	width: 30px;
	border: none;
	text-align: center;
	display: inline-block;
}

.quantity-boxed input:focus {
	outline: 0;
}

.details-wishlist-btn {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #1b1b1b;
	border-bottom: 2px solid #e5e5e5;
}

.details-wishlist-btn a {
	color: #1b1b1b;
}

.details-wishlist-btn a:hover {
	color: var(--primary-color);
}

.details-share-links .list-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: "Noto Sans TC", sans-serif;
}

.details-share-links .social-icons a {
	background-color: #fff;
}

.details-share-links .social-icons a:hover {
	background-color: var(--primary-color);
}

blockquote {
	padding: 60px 45px;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

blockquote h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0;
}

blockquote i {
	line-height: 1;
	font-size: 40px;
	margin-bottom: 20px;
}

.details-image-wrap {
	position: relative;
	margin-bottom: 60px;
	padding-right: 140px;
}

.details-image-wrap .details-image-carousel .slider-item {
	display: flex;
	/* min-height: 530px; */
	align-items: center;
	justify-content: center;
}

.details-image-wrap .details-image-carousel .slider-item:focus {
	outline: 0;
}

.details-image-wrap .details-image-carousel-nav {
	top: 0;
	right: 35px;
	width: 95px;
	position: absolute;
}

.details-image-wrap .details-image-carousel-nav .slider-item {
	display: flex;
	padding: 15px;
	cursor: pointer;
	min-height: 98px;
	align-items: center;
	margin-bottom: 10px;
	justify-content: center;
	background-color: #fff;
}

.details-image-wrap .details-image-carousel-nav .slider-item:focus {
	outline: 0;
}

.details-image-wrap .details-image-carousel-nav .slider-item.slick-current.slick-active img {
	opacity: .2;
}

.details-image-wrap .details-image-carousel-nav .slider-item img {
	max-height: 92px;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.details-content {
	margin-bottom: 60px;
}

.details-flex-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.details-flex-title .details-title {
	position: relative;
	margin-right: 25px;
	padding-right: 25px;
}

.details-flex-title .details-title:after {
	top: 50%;
	width: 2px;
	right: -1px;
	content: "";
	height: 25px;
	position: absolute;
	background-color: #e5e5e5;
	transform: translateY(-50%);
}

.details-review {
	display: flex;
	align-items: center;
}

.details-review .review-text {
	margin-left: 12px;
	display: inline-block;
	color: #1b1b1b;
}

.details-price {
	display: flex;
	line-height: 1;
	align-items: center;
	margin: 20px 0
}

.details-price .price-text {
	font-size: 1.35rem;
	margin-right: 30px;
	display: inline-block;
	color: #1b1b1b;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: normal;
}

.details-price .in-stuck {
	font-size: 15px;
	color: #1b1b1b;
}

.details-price .out-of-stuck {
	font-size: 15px;
	color: #1b1b1b;
}

.details-price .in-stuck i {
	margin-right: 5px;
	color: var(--primary-color);
}

.details-price .out-of-stuck i {
	margin-right: 5px;
	color: #ab002b;
}

.details-item-color {
	margin-bottom: 20px;
	margin-top: 2em;
}

.details-item-color li:not(:last-child) {
	margin-right: 10px;
}

.details-item-color input {
	width: 60px;
	height: 50px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
}

.details-item-color input:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	color: #fff;
	font-size: 20px;
	content: "";
	font-weight: 400;
	position: absolute;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 Pro"
}

.details-item-color input:checked {
	border-color: #1b1b1b;
}

.details-item-color input:checked:before {
	opacity: 1;
}

.details-item-color .bg-brown input {
	background-color: #d8b79c;
}

.details-item-color .bg-browndark input {
	background-color: #4e3830;
}

.details-item-color .bg-brownlight input {
	background-color: #e9bc8d;
}

.shop-details .details-title {
	font-size: 24px;
	margin-bottom: 0;
}

.related-products {
	margin-top: 60px;
}

.product-description-wrap {
	padding: 40px;
	background-color: #fff;
}

.product-description-wrap .tabs-nav {
	margin-bottom: 30px;
	border-bottom: 4px solid #f6f6f6;
}

.product-description-wrap .tabs-nav li:not(:last-child) {
	margin-right: 155px;
}

.product-description-wrap .tabs-nav button {
	color: #969696;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.product-description-wrap .tabs-nav button:before {
	left: 15px;
	right: 15px;
	bottom: -4px;
	height: 4px;
	content: "";
	opacity: 0;
	position: absolute;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	background-color: var(--primary-color);
}

.product-description-wrap .tabs-nav button.active, .product-description-wrap .tabs-nav button:hover {
	color: #12100d;
}

.product-description-wrap .tabs-nav button.active:before, .product-description-wrap .tabs-nav button:hover:before {
	left: 0;
	right: 0;
	opacity: 1;
}

.blog-details .wrap_space {
	padding: 30px;
}

.blog-details .details-content {
	background-color: #fff;
}

.blog-details .details_image img {
	width: 100%;
	display: block;
}

.gallery_item_grid {
	margin: -15px;
}

.gallery_item_grid .element-item {
	padding: 15px;
	width: 33.333%;
	display: inline-block;
}

.gallery_item_grid .gallery_card_item {
	margin-top: 0;
}

.gallery_card_item {
	margin-top: 30px;
	position: relative;
	background-color: #fff;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.gallery_card_item .item-image {
	display: block;
	overflow: hidden;
	position: relative;
}

.gallery_card_item .item-image img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.gallery_card_item:hover .item-image img {
	transform: scale(1.08);
}

.gallery_card_item .item-title {
	margin-bottom: 0;
	font-family: "Noto Sans TC", sans-serif;
}

.gallery_card_item .item-title a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 21px 25px;
	position: relative;
	padding-right: 90px;
	color: #1b1b1b;
}

.gallery_card_item .item-title i {
	top: 50%;
	right: 30px;
	font-size: 16px;
	position: absolute;
	transform: translateY(-50%);
}

.gallery_card_item:hover .item-title a {
	color: var(--primary-color);
}

.cart_table table {
	border: none;
	margin-bottom: 30px;
	color: #7c7770;
	vertical-align: middle;
}

.cart_table thead {
	font-size: 15px;
	font-weight: 700;
	border-bottom: none;
	color: #1b1b1b;
}

.cart_table thead tr {
	margin: 0;
	background-color: transparent;
}

.cart_table th {
	padding: 0 8px;
	border-bottom: none;
}

.cart_table tr {
	display: flex;
	margin-top: 30px;
	align-items: center;
	background-color: #fff;
}

.cart_table td, .cart_table th {
	border: none;
}

.cart_table td:nth-child(1), .cart_table th:nth-child(1) {
	width: 40%
}

.cart_table td:nth-child(2), .cart_table td:nth-child(3), .cart_table td:nth-child(4), .cart_table th:nth-child(2), .cart_table th:nth-child(3), .cart_table th:nth-child(4) {
	width: 20%
}

.cart_table .quantity-input input {
	width: 30px;
	border: none;
	text-align: center;
	display: inline-block;
	background-color: transparent;
}

.cart_table .quantity-input input:focus {
	outline: 0;
}

.cart_table .price_text1, .cart_table .price_text2 {
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
}

.cart_table .price_text1 {
	color: var(--primary-color);
}

.cart_table .price_text2 {
	color: #1b1b1b;
}

.carttable_product_item {
	display: flex;
	align-items: center;
}

.carttable_product_item .item-image {
	width: 70px;
	height: 70px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #f6f6f6;
}

.carttable_product_item .item-image img {
	max-height: 50px;
}

.carttable_product_item .remove-btn {
	color: #f55;
	font-size: 20px;
	margin: 0 30px;
}

.carttable_product_item .item-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}

.carttable_footer {
	margin: -15px;
}

.carttable_footer li {
	padding: 15px;
}

.carttable_footer .btn {
	border-radius: 0;
	padding: 23px 42px;
}

.carttable_footer .total-price {
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	min-width: 236px;
	align-items: center;
	padding: 22.5px 40px;
	display: inline-flex;
	color: #1b1b1b;
	background-color: #fff;
	justify-content: space-between;
}

.cart-item {
	display: flex;
	position: relative;
	align-items: center;
	padding-right: 25px;
}

.cart-item:not(:last-child) {
	margin-bottom: 25px;
}

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

.cart-item .item-price {
	line-height: 1;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #e32e3a
}

.cart-item .remove-btn {
	top: 50%;
	right: 0;
	color: #a61b29;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	transform: translateY(-50%);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
}

.cart-item .remove-btn:hover {
	color: #fff;
	background-color: #c04851;
}

.sidebar-menu-wrapper {
	display: block;
}

.cart-sidebar {
	top: 0;
	width: 350px;
	right: -350px;
	height: 100vh;
	z-index: 9999;
	position: fixed;
	padding: 50px 20px;
	overflow-y: scroll;
	background-color: #fff;
	transition: .6s cubic-bezier(1, 0, 0, 1);
}

.cart-sidebar .mCustomScrollBox {
	overflow: visible !important;
}

.cart-sidebar.active {
	right: 0;
}

.cart-sidebar .close_btn {
	top: 15px;
	right: 20px;
	line-height: 1;
	font-size: 24px;
	position: absolute;
}

.cart-sidebar .close_btn:hover {
	color: red;
}

.cart-sidebar .heading-title {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}

.cart-sidebar .heading-title span {
	color: var(--primary-color);
}

.cart-sidebar .total-price {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	padding: 10px 0;
	margin-bottom: 15px;
	align-items: center;
	color: #1b1b1b;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	justify-content: space-between;
}

.cart-sidebar .total-price span:first-child {
	font-family: "Noto Sans TC", sans-serif;
}

.cart-sidebar .total-price span:last-child {
	color: #e32e3a
}

.cart-sidebar .btns-group {
	margin: -5px;
}

.cart-sidebar .btns-group li {
	width: 100%;
	padding: 5px;
}

.cart-sidebar .btn {
	display: block;
	font-size: 1rem;
	padding: 17px 20px;
}

.cart-sidebar .btn.btn-border {
	padding: 15px 20px;
}

.cart-sidebar::-webkit-scrollbar {
	width: 0;
}

.cart-sidebar-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .8);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.cart-sidebar-overlay.active {
	opacity: 1;
	display: block;
}

.checkout_form .form_title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 35px;
}

.checkout_form .form-item input, .checkout_form .form-item textarea {
	border-radius: 0;
	background-color: #f6f6f6;
}

.checkout_steps_nav {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: 2px solid #f8faff;
}

.checkout_steps_nav a {
	display: block;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	color: #1b1b1b;
}

.checkout_steps_nav a:before {
	top: -2px;
	left: 0;
	font-size: 18px;
	font-weight: 400;
	content: "";
	position: absolute;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	font-family: "Font Awesome 5 Pro"
}

.checkout_steps_nav li:not(:last-child) {
	margin-right: 30px;
}

.checkout_steps_nav li.active a:before, .checkout_steps_nav li:hover a:before {
	content: ""
}

.checkout_form_footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.checkout_form_footer .total-price {
	font-size: 20px;
	font-weight: 500;
	margin-right: 50px;
	color: var(--primary-color);
}

.checkout_form_footer .total-price strong {
	color: #1b1b1b;
}

.faq_accordion .accordion-item {
	background-color: #fff;
}

.faq_accordion .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.faq_accordion .accordion-header {
	margin-bottom: 0;
}

.faq_accordion .accordion-header button {
	width: 100%;
	display: block;
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 22px 30px;
	padding-right: 65px;
	color: #1b1b1b;
	font-family: "Noto Sans TC", sans-serif;
}

.faq_accordion .accordion-header button:after {
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	display: flex;
	color: #18232b;
	font-size: 14px;
	font-weight: 400;
	content: "";
	text-align: center;
	position: absolute;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	font-family: "Font Awesome 5 Pro"
}

.faq_accordion .accordion-header button[aria-expanded=true]:after {
	color: #fff;
	content: "";
	background-color: var(--primary-color);
}

.faq_accordion .accordion-body {
	padding: 30px;
	padding-right: 100px;
}

.faq_accordion p {
	font-size: 15px;
}

@media screen and (max-width:1600px) {
	.offer_area {
		padding: 70px 50px;
	}

	.offer_info_item {
		padding: 50px;
	}
}

@media screen and (max-width:1460px) {
	.header-section .content-wrap, .header-section.sticky .content-wrap {
		padding: 15px 0;
	}

	.main-menu-list>li:not(:last-child) {
		margin-right: 45px;
	}

	.slider-social-wrap {
		padding: 15px 0;
	}

	.slider-dark .slider-item {
		min-height: 760px;
	}

	.banner_section .coffee_image {
		right: -75px;
		bottom: -65px;
		max-width: 950px;
	}

	.offer_area {
		padding: 40px;
	}

	.offer_info_item {
		padding: 40px;
	}

	.slider_light .title-text {
		font-size: 54px;
	}

	.feature_primary.box_style {
		padding: 25px;
	}

	.feature_primary.box_style .item_icon {
		margin-bottom: 12px;
	}
}

@media screen and (max-width:1360px) {
	.slider-dark .slick-dots {
		right: 30px;
	}

	.slider-dark .slick-dots button {
		width: 20px;
		height: 20px;
	}

	.slider-dark .slick-dots button:before {
		top: 5px;
		left: 5px;
		width: 6px;
		height: 6px;
	}

	.slider-dark .carousel-nav {
		left: 30px;
	}

	.slider-dark .slider-item {
		padding-left: 45px;
	}

	.slider-dark .title-text {
		font-size: 66px;
	}
}

@media screen and (max-width:1300px) {
	.offerinfo_col {
		width: 100%
	}
}

@media screen and (max-width:1199px) {
	.header-btns-group .btn {
		margin-left: 10px;
	}

	.main-menu-list>li:not(:last-child) {
		margin-right: 30px;
	}

	.main-menu-list>li>a {
		padding: 10px 0;
	}

	.breadcrumb_icon {
		margin-left: 12px;
	}

	.deco-wrap .deco_big_text {
		font-size: 215px;
	}

	.banner_section .leaf_image {
		max-width: 300px;
	}

	.banner_section .coffee_image {
		max-width: 860px;
	}

	.feature_primary_section2 {
		padding-top: 0;
		min-height: 500px;
		padding-bottom: 100px;
	}

	.slider_light .slider-item {
		padding: 50px;
	}

	.slider_light .title-text {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.slider_light p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.slider_light .slider_content {
		padding-right: 0;
	}

	.slider_light .social-links {
		margin-top: 0;
	}

	.slider_light .info_list li:not(:last-child) {
		margin-bottom: 30px;
	}

	.slider_light .carousel-nav {
		top: 50px;
		right: 65px;
	}

	.slider_light {
		padding-bottom: 104px;
	}
}

@media screen and (max-width:1024px) {
	.sec-ptb-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.btn {
		font-size: 12px;
		padding: 17px 30px;
	}

	.btn.btn-border {
		padding: 15px 30px;
	}

	.section-title .big-title {
		font-size: 38px;
	}

	.section-title .small-title {
		margin-bottom: 10px;
	}

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

	.chip_item .chip_thumbnail {
		width: 50px;
		margin-right: 10px;
	}

	.chip_item .chip_name {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.backtotop .scroll {
		width: 40px;
		height: 40px;
	}

	.header-section.style-2 .content-wrap, .header-section.style-2.sticky .content-wrap, .header-section.style-3 .content-wrap, .header-section.style-3.sticky .content-wrap {
		padding: 15px 0;
	}

	.footer-widget-area {
		padding: 80px 0;
	}

	.text-white .footer_bottom {
		padding-top: 15px;
		padding-bottom: 80px;
	}

	.footer_contact, .footer_opening_time {
		padding: 0;
	}

	.slider-dark .title-text {
		font-size: 54px;
	}

	.slider-dark .slider-item {
		padding: 100px 50px;
	}

	.slider-dark .main-slider {
		padding: 76px 12px;
	}

	.feature_primary {
		padding-top: 80px;
		padding-right: 0;
		max-width: 270px;
	}

	.about_content .btns-group li:not(:last-child) {
		margin-right: 15px;
	}

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

	.filters-button-group {
		margin-bottom: 35px;
	}

	.offer_area {
		padding: 30px;
	}

	.offer_area p {
		margin-bottom: 15px;
	}

	.offer_info_item {
		padding: 30px;
	}

	.testimonial-item-1 .item-content {
		padding: 0;
	}

	.testimonial-section {
		background-size: 33.3% 100%
	}

	.testimonial-item-1 .quote_icon {
		max-width: 200px;
	}

	.testimonial-item-1 .item-image {
		padding-right: 0;
	}

	.shop-card .btn {
		padding: 9px 15px;
	}

	.banner_section .btns-group li:not(:last-child) {
		margin-right: 15px;
	}

	.banner_section .banner_title {
		font-size: 66px;
		margin-bottom: 20px;
	}

	.banner_section p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.banner_section .coffee_image {
		right: -55px;
		bottom: -30px;
		max-width: 670px;
	}

	.banner_section .leaf_image {
		max-width: 270px;
	}

	.banner_section {
		min-height: 700px;
	}

	.deco-wrap .deco_big_text {
		top: 135px;
		font-size: 170px;
	}

	.feature_primary_section2 {
		min-height: 450px;
	}

	.testimonial-section .deco-item.thumbnail_5 {
		left: 30px;
		z-index: -1;
		bottom: 40px;
	}

	.testimonial-item-1 .quote_icon2 {
		top: 75px;
		right: -20px;
		max-width: 200px;
	}

	.slider_light {
		padding-top: 76px;
	}

	.recipe_menu3_wrap {
		padding: 30px;
	}

	.recipe_menu3_wrap .recipe-item-grid {
		margin-right: 0;
	}

	.recipe-item.style-3 {
		display: block;
	}

	.recipe-item.style-3 .content-col:first-child {
		width: 100%;
		display: block;
	}

	.recipe-item.style-3 .content-col:last-child {
		text-align: right;
	}

	.recipe-item.style-3 {
		padding: 15px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
	}

	.recipe-item.style-3 .item-price {
		padding: 0;
		border-radius: 0;
	}

	.recipe-item.style-3 .item-image {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.feature_primary.box_style .item_icon:before {
		width: 20px;
	}

	.feature_primary.box_style .item_serial {
		margin-left: 20px;
	}

	.details-flex-title {
		display: block;
		margin-bottom: 20px;
	}

	.details-flex-title .details-title {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.details-flex-title .details-title:after {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.sec_ptb_60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.social-text a {
		font-size: 12px;
	}

	.social-text li:not(:last-child) {
		margin-right: 20px;
	}

	.video_btn2 span {
		width: 70px;
		height: 70px;
	}

	.pagination-nav {
		margin: -3px;
		margin-top: 47px;
		justify-content: center;
	}

	.main-menu-inner {
		left: 0;
		top: 76px;
		right: 0;
		position: fixed;
		background-color: #fff;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	}

	.main-menu-inner .main-menu-list {
		padding: 15px;
	}

	.main-menu-inner .main-menu-list li {
		width: 100%;
		display: block;
	}

	.main-menu-inner .main-menu-list li:not(:last-child) {
		border-bottom: 1px solid #f1f1f1;
	}

	.main-menu-inner .main-menu-list li.dropdown>a {
		position: relative;
	}

	.main-menu-inner .main-menu-list li.dropdown>a:after {
		top: 14px;
		right: 20px;
		line-height: 1;
		margin-top: 0;
		content: "";
		font-weight: 400;
		position: absolute;
		font-family: "Font Awesome 5 Pro"
	}

	.main-menu-list .submenu {
		min-width: 100%;
		box-shadow: none;
		position: static;
		margin: 0 -15px;
		border-radius: 0;
		background: #f6f6f6;
	}

	.main-menu-list .submenu .submenu {
		margin: 0;
		padding: 0;
	}

	.main-menu-list .submenu .submenu>li>a {
		padding-left: 30px;
	}

	.main-menu {
		display: flex;
		padding-left: 15px;
		align-items: center;
		justify-content: flex-end;
	}

	.mobile-menu-btn {
		border: none;
		padding: 0;
		line-height: 1;
		font-size: 20px;
		border-radius: 0;
		margin-right: 20px;
	}

	.mobile-menu-btn:focus {
		outline: 0;
		box-shadow: none;
	}

	.mobile-menu-btn .navbar-toggler-icon {
		width: auto;
		height: auto;
		color: #fff;
	}

	.header-section.style-3 .mobile-menu-btn .navbar-toggler-icon {
		color: #1b1b1b;
	}

	.header-btns-group li:not(:last-child) {
		margin-right: 20px;
	}

	.main-menu-list>li:not(:last-child) {
		margin-right: 0;
	}

	.main-menu-list .submenu>li>a {
		padding: 10px 20px;
	}

	.main-search-form .form-item input {
		height: 45px;
		font-size: 14px;
		padding: 0 20px;
	}

	.main-search-form {
		padding: 15px 0;
	}

	.footer-subscribe-form {
		margin-bottom: 20px;
	}

	.footer_widget {
		margin-top: 40px;
	}

	.breadcrumb_section {
		min-height: 400px;
		padding: 120px 0;
	}

	.breadcrumb_icon {
		margin-left: 12px;
	}

	.page_title {
		font-size: 54px;
	}

	.sidebar_section {
		margin-top: 40px;
	}

	.slider-dark .slider-item {
		text-align: center;
	}

	.slider-dark .btns-group {
		justify-content: center;
	}

	.slider-dark .main-slider {
		padding: 82px 12px;
	}

	/* .filters-button-group button {
		padding-bottom: 20px;
	} */

	.offer-video {
		max-width: 400px;
		margin: 40px auto;
	}

	.testimonial-item-1 .item-image {
		max-width: 470px;
		margin: 0 auto 40px;
	}

	.testimonial-item-1 .item-content {
		max-width: 470px;
		margin: 0 auto;
	}

	.testimonial-section {
		background-size: cover;
	}

	.testimonial-section .deco-item.thumbnail-1 {
		top: 30px;
		left: 15px;
	}

	.testimonial-section .deco-item {
		border: 3px solid #fff;
	}

	.testimonial-section .deco-item.thumbnail-2 {
		top: 80px;
		right: 60px;
	}

	.testimonial-section .deco-item.thumbnail-4 {
		right: 15px;
	}

	.banner_section .leaf_image {
		max-width: 220px;
	}

	.about_image2 .year_content_wrap strong {
		font-size: 90px;
	}

	.about_image2 .leaf_image {
		bottom: 40px;
		right: -60px;
		max-width: 180px;
	}

	.feature_primary_section2 {
		padding-bottom: 180px;
	}

	.recipe-item.style-2 .content-col:last-child:before {
		width: 170px;
	}

	.testimonial-item-1 .item_image2 {
		max-width: 470px;
		margin: 0 auto 40px;
	}

	.slider_light .order-first {
		order: 0 !important;
	}

	.slider_light .slider_image {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.slider_light {
		padding-bottom: 82px;
	}

	.feature_primary.box_style {
		max-width: 100%;
		margin-top: 24px;
	}

	.our_history_area .item-title {
		font-size: 38px;
	}

	.blog-details .wrap_space {
		padding: 20px;
	}

	.details-section .details-title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.details-section .details-content p {
		margin-bottom: 15px;
	}

	.cart_table {
		overflow-x: scroll;
	}

	.cart_table table {
		width: 800px;
	}

	.carttable_footer {
		margin: -10px;
	}

	.carttable_footer li {
		padding: 10px;
	}

	.cart_table::-webkit-scrollbar {
		width: 0;
	}

	.pricing_range {
		display: block;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.shop_filter_tags {
		display: block;
	}

	.shop_filter_bar .item-title {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.shop_filter_grid .element-item {
		width: 50%
	}

	.shop_filter_bar {
		padding: 30px;
		margin-bottom: 40px;
	}

	.product-description-wrap .tabs-nav li:not(:last-child) {
		margin-right: 40px;
	}

	.contact_form {
		padding: 30px 20px;
	}

	.main_contact_info_wrap .contact_info_item {
		margin-bottom: 30px;
	}

	.contact_info_item .item_icon {
		height: 70px;
		min-width: 70px;
		font-size: 20px;
		margin-right: 10px;
	}

	.contact_info_item .item-title {
		font-size: 16px;
		margin-bottom: 6px;
	}
}

@media screen and (max-width:880px) {
	.main_contact_info_wrap {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.order-last {
		order: 0 !important;
	}

	.order-first {
		order: 0 !important;
	}

	.social-text i {
		margin-right: 3px;
	}

	.social-text li:not(:last-child) {
		margin-right: 10px;
	}

	.section-title .abtn-wrap {
		margin-top: 20px;
	}

	.slider-social-wrap .video-btn1 {
		float: none;
		margin-bottom: 20px;
	}

	.slider-social-wrap .video-btn1 .pulse {
		order: 0;
		margin-left: 0;
		margin-right: 20px;
	}

	.feature_primary {
		padding-top: 50px;
	}

	.about_image1 {
		margin-bottom: 40px;
	}

	.recipe-item {
		display: block;
	}

	.recipe-item .content-col:first-child {
		width: 70%
	}

	.recipe-item .content-col:last-child {
		width: 100%;
		margin-top: 20px;
		text-align: right;
	}

	.recipe-item .item-price {
		padding: 0;
		border: none;
	}

	.filters-button-group li:not(:last-child) {
		margin-bottom: 10px;
	}

	.offer_area {
		display: block;
		text-align: center;
		padding: 30px 15px;
	}

	.offer_area .offer_image {
		order: 0;
		margin-bottom: 40px;
	}

	.offer_area .offer_content {
		margin: 0 auto;
	}

	.banner_section .coffee_image {
		max-width: 540px;
	}

	.banner_section .leaf_image {
		max-width: 190px;
	}

	.banner_section .banner_title {
		font-size: 60px;
	}

	.about_image2 {
		max-width: 470px;
		margin-bottom: 40px;
	}

	.feature_primary_section2 {
		padding-bottom: 160px;
	}

	.recipe-item.style-2 .content-col:last-child:before {
		width: 120px;
	}

	.slider_light .info_list {
		display: flex;
		margin: 15px -15px;
	}

	.slider_light .info_list li {
		width: auto;
		padding: 15px;
		text-align: left;
	}

	.slider_light .info_list li:not(:last-child) {
		margin-bottom: 0;
	}

	.slider_light .info_list .circle_shape {
		top: 15px;
		right: unset;
		left: -15px;
	}

	.slider_light .big_text {
		bottom: 40%;
		font-size: 140px;
	}

	.slider_light .carousel-nav {
		top: 15px;
		right: 25px;
	}

	.our_history_area {
		text-align: center;
	}

	.our_history_area .item-title {
		font-size: 30px;
		margin-top: 30px;
		text-align: center;
		margin-bottom: 10px;
	}

	.admin_image {
		margin-bottom: 30px;
	}

	.contact_form {
		padding: 40px 15px;
	}

	.faq_accordion .accordion-body {
		padding: 30px;
	}

	.details-image-wrap {
		margin-bottom: 40px;
		padding-right: 105px;
	}

	.details-image-wrap .details-image-carousel-nav {
		right: 0;
	}

	.product-description-wrap {
		padding: 20px;
	}

	.product-description-wrap .tabs-nav button {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.product-description-wrap .tabs-nav {
		margin-bottom: 20px;
		border-bottom: 2px solid #f6f6f6;
	}

	.product-description-wrap .tabs-nav button:before {
		height: 2px;
		bottom: -2px;
	}

	.container_boxed {
		padding: 50px 30px;
	}
}

@media screen and (max-width:680px) {
	.shop_filter_grid .element-item {
		width: 100%
	}

	.checkout_steps_nav li {
		width: 100%
	}

	.checkout_steps_nav li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:575px) {
	.post_meta li:not(:last-child) {
		margin-right: 25px;
	}

	.post_meta li {
		margin-bottom: 15px;
	}

	.form-item {
		margin-bottom: 15px;
	}

	.footer-subscribe-form .form_title {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.sb_widget {
		padding: 20px;
	}

	.sb_widget_title {
		margin-bottom: 18px;
	}

	.page_title {
		font-size: 46px;
	}

	.slider-dark .title-text {
		font-size: 48px;
		margin-bottom: 15px;
	}

	.slider-dark p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.slider-dark .slider-item {
		min-height: 600px;
	}

	.slider-dark .btns-group li {
		width: 100%;
		text-align: center;
	}

	.slider-dark .btns-group li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.slider-dark .btns-group .btn {
		min-width: 180px;
	}

	.deco-wrap .deco_big_text {
		top: 120px;
		font-size: 110px;
	}

	.banner_section .banner_content {
		max-width: 350px;
	}

	.banner_section .banner_title {
		font-size: 54px;
	}

	.banner_section .coffee_image {
		right: -35px;
		bottom: -25px;
		max-width: 420px;
	}

	.banner_section .leaf_image {
		max-width: 160px;
	}

	.feature_primary_section2 {
		padding-bottom: 120px;
	}

	.recipe-item.style-2 .content-col:first-child, .recipe-item.style-2 .content-col:last-child {
		width: 100%
	}

	.filters-button-group.style-2 li:not(:last-child) {
		margin-right: 30px;
	}

	.testimonial-section .deco-item {
		display: none;
	}

	.slider_light .slider-item {
		padding: 30px;
	}

	.recipe_menu3_wrap {
		padding: 30px 15px;
	}

	.blog_standard .item-content {
		padding: 30px 20px;
	}

	.blog_standard .item-title {
		margin-bottom: 15px;
	}

	.blog_standard .item-title a {
		font-size: 22px;
	}

	.blog_standard p {
		margin-bottom: 15px;
	}

	.blog_standard .video-btn1 {
		width: 60px;
		height: 60px;
		font-size: 14px;
	}

	.reserve_table_form {
		padding: 50px 15px;
		padding-bottom: 120px;
	}

	.reserve_table_form .decoration_icon {
		bottom: -40px;
		width: 80px;
		height: 80px;
	}

	.reserve_table_form .form_title {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.shop_filter_bar {
		padding: 15px;
		margin-bottom: 15px;
	}

	.product-description-wrap .tabs-nav li:not(:last-child) {
		margin-right: 40px;
		margin-bottom: 10px;
	}

	.product-description-wrap .tabs-nav li button {
		text-align: left;
	}

	.admin_content .admin-name {
		font-size: 38px;
	}

	.contact_form .form_title {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.container_boxed {
		padding: 40px 15px;
	}

	.filters-button-group .first-two-button::before {
		bottom: 0;
	}
}

@media screen and (max-width:480px) {
	.section-title .big-title {
		font-size: 30px;
	}

	.form-item {
		margin-bottom: 15px;
	}

	.page_title {
		font-size: 42px;
	}

	.footer_widget_title {
		margin-bottom: 25px;
	}

	.footer-subscribe-form .form-item .btn {
		width: 100%;
		display: block;
		margin-top: 10px;
		position: static;
		transform: unset;
	}

	.slider-dark .title-text {
		font-size: 38px;
	}

	.about_content .btns-group li {
		width: 100%
	}

	.about_content .btns-group li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.recipe-item .content-col:first-child {
		width: 100%;
		display: block;
	}

	.recipe-item .item-image {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.offer-video {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.slider_light .info_list {
		display: block;
	}

	.slider_light .info_list li {
		width: 100%
	}

	.slider_light .big_text {
		display: none;
	}

	blockquote {
		padding: 50px 15px;
	}

	blockquote h4 {
		font-size: 17px;
	}

	.comment_item .comment_thumbnail {
		margin-right: 15px;
	}

	.comment_item .comment_item {
		padding-left: 30px;
	}
}

@media screen and (max-width:414px) {
	.footer-subscribe-form .form_title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.slider-dark .title-text {
		font-size: 30px;
	}

	.slider-dark p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.banner_section .banner_title {
		font-size: 48px;
	}

	.banner_section .coffee_image {
		right: -30px;
		bottom: -20px;
		max-width: 350px;
	}

	.banner_section .btns-group li {
		width: 100%
	}

	.banner_section .btns-group li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.about_image2 .year_content_wrap {
		top: 30px;
	}

	.about_image2 .year_content_wrap strong {
		font-size: 70px;
	}

	.about_image2 .leaf_image {
		bottom: 20px;
		right: -30px;
		max-width: 140px;
	}

	.feature_primary_section2 {
		padding-bottom: 90px;
	}

	.slider_light .title-text {
		font-size: 30px;
	}
}