@charset "utf-8";

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
	/* outline: 1px solid rgba(76, 235, 221, 0.61) !important; */
}

html{
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

[role="button"] {
	outline:none;
}
.DayPicker-Day:focus,
.date-picker-custom:focus,
.date-picker-custom .DayPicker-wrapper:focus{
	outline:none;
}

.date-picker-custom .DayPicker-Weekday{
	color:#1A6B3C;
}

.date-picker-custom .DayPicker-Caption{
	text-align:center;
}

.date-picker-custom .DayPicker-Month{
	border-spacing: 11px 10px;
    border-collapse: separate;
}

.date-picker-custom .DayPicker-wrapper{
	padding-bottom:0;
}

.date-picker-custom .DayPicker-Month:first-child{
	margin:0 1em 0 0;
}
.date-picker-custom .DayPicker-Month:last-child{
	margin:0 0 0 1em;
}

.pop_html{
    width:100%;
    height:100%;
    position: fixed;
}

.pop_body{
    height:100%;
    position:relative;
    overflow:hidden;
}

#modal{
	overscroll-behavior: none;
}
.text_ellipsis{
	overflow: hidden;
	white-space: nowrap;   
    text-overflow: ellipsis;
}
/* 根據品牌改變相對應顏色start */
/* 品牌背景顏色 */
.brand_bg_color{
	background-color: #1A6B3C;
}
.brand_bg_color2{
	background-color:#4CC98B;
}

/* 品牌KV透明顏色 */
.brand_bg_opacity_color{
	background-color: rgba(26, 107, 60, 0.4);
}

/* 品牌選取時外框顏色 */
.brand_selected_border{
	border: 2px solid #4CC98B;
    border-radius: 3px;
}

.brand_border_color{
	border-color:#1A6B3C !important;
}

.brand_font_color{
	color:#1A6B3C !important;
}

.brand_font_color_bold{
	color:#1A6B3C !important;
	font-weight: bold;
}

.brand_font_color2{
	color:#4CC98B;
}

.brand_font_color2::after{
	color:#4CC98B;
}

.dis_btn_46::after,
.add_btn_46::before,
.add_btn_46::after{
	background-color: #1A6B3C;
}

.dis_btn_46.disabled::after,
.add_btn_46.disabled::before,
.add_btn_46.disabled::after{
	background-color: #fff;
}


.tag_selected{
	background-color: #1A6B3C !important;
	color:white;
}

/* 錯誤提示 */
.error_color{
	color:#DD2C00;
}

.error_border{
	border-color:#DD2C00 !important;
}
.promo_color{
	color:#DD2C00;
}
.bold_font{
	font-weight: bold;
}
.line-through{
	text-decoration: line-through;
}

/* 根據品牌改變相對應顏色end */

body {
	font-family: 
		'微軟正黑體','Roboto',
		Arial,
		'NotoSans',
		"Noto Sans TC";
	color: #212121;
	font-size: 18px;
	margin: 0px;
	overflow-x: hidden !important;
	width: 100%;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

sub,
sup {
	font-size: 16px;
}

th {
	text-align: inherit;
}


img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
}

button {
	outline: 0;
}

input[type=text],
input[type=tel],
input[type=password],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
}

textarea:focus {
	outline: none;
}

textarea::-webkit-input-placeholder {
	color: #212121;
	}
	
	textarea:-moz-placeholder { /* Firefox 18- */
	color: #212121;  
	}
	
	textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #212121;  
	}
	
	textarea:-ms-input-placeholder {
	color: #212121;  
	}

input[type=text],
input[type=tel]{
	border:1px solid #C9C9C9;
	border-radius: 3px;
}

input[type=text]:focus,
input[type=tel]:focus{
	outline: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #FFFFFF
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*更多優惠資訊*/
a.common_btn,
.common_btn {
	color: #fff;
	background-color: #4CC98B;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	min-width: 200px;
	line-height: 44px;
	margin: auto;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 25px;
	border: 1px solid #4CC98B;
	vertical-align: middle;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

a.common_btn:hover {
	background-color: #AED581;
	border: 1px solid #AED581;
}

a.common_btn  {
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	margin: 0;
	line-height: 44px;
}

/* 點餐車按鈕 */
.cart_btn{
	cursor:pointer;
	color: #fff;
	background-color: #4CC98B;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height:36px;
	line-height: 26px;
	margin: auto;
	font-size: 16px;
	padding: 0px;
	border-radius: 25px;
	border: 1px solid #4CC98B;
	vertical-align: middle;
	align-items: center;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
.cart_btn img{
	display:block;
	margin: 0 auto;
}

.cart_btn span:first-child{
	width:40px;
}

.cart_btn span:nth-child(2){
	border-right:1px solid rgba(255, 255, 255, 0.4);
	height:20px;
}

.cart_btn span:last-child{
	min-width: 35px;
}


.cart_btn > img{
	max-width:17.8px;
	max-height : 14.27px;
	margin-left: 10px;
}

.cart_btn:hover {
	background-color: #AED581;
	border: 1px solid #AED581;
}

/* 加入點餐車 */
.add_cart_btn{
	cursor:pointer;
	color: #fff;
	background-color: #1A6B3C;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	/* width: 117px; */
	min-width: 117px;
	display: flex;
    justify-content: center;
	height:42px;
	line-height: 26px;
	margin: auto;
	font-size: 16px;
	padding: 11px 17px 10px 17px;
	border-radius: 25px;
	border: 1px solid #1A6B3C;
	vertical-align: middle;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.not_add_cart{
	color:#C9C9C9 !important;
	background-color: #EEEEEE!important;
	border-color: #EEEEEE!important;
	border-radius: 25px;
	cursor: default!important;
}

.add_cart_btn p{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


.add_cart_btn:hover {
	background-color: #4CC98B;
	border: 1px solid #4CC98B;
}

/* 返回按鈕 */
a.common_btn_outline,
.common_btn_outline {
	color: #1A6B3C;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	min-width: 200px;
	line-height: 44px;
	margin: auto;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 25px;
	border: 1px solid #1A6B3C;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.common_btn_outline:hover {
	color: white;
	background-color: #1A6B3C;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	min-width: 200px;
	line-height: 44px;
	margin: auto;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 25px;
	border: 1px solid #1A6B3C;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.common_btn_fill {
	color: white;
	background-color: #1A6B3C;
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	min-width: 200px;
	line-height: 44px;
	margin: auto;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 25px;
	border: 1px solid #1A6B3C;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
.common_btn_fill:hover {
	background-color: #4CC98B;
	border: 1px solid #4CC98B;
}

a.common_btn_outline:hover {
	background-color: #1A6B3C;
	border: 1px solid #1A6B3C;
	color:white;
}

a.common_btn_outline  {
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	margin: 0;
	line-height: 44px;
}

/* 選擇類別按鈕 */
a.category_btn,
.category_btn {
	color: #fff;
	/* background-color: #4CC98B; */
	overflow: hidden;
	position: relative;
	display: inline-block;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	width:auto;
	min-width:130px;
	margin: auto;
	font-size: 16px;
	padding: 7px 8px 6px;
	border-radius: 25px;
	border: 1px solid #70C690;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

a.category_btn:hover,
.category_btn:hover,
.category_btn.active {
	background-color: #4CC98B;
	border: 1px solid #4CC98B;
}

a.category_btn,
.category_btn  {
	-webkit-transition-property: color,
		background-color,
		border-color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color,
		background-color,
		border-color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color,
		background-color,
		border-color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color,
		background-color,
		border-color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color,
		background-color,
		border-color;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	margin: 0;
	line-height: 44px;
}


@media (max-width: 1199px) {

	.date-picker-custom .DayPicker-Month {
	    border-spacing: 10px 8px;
	}

	.add_cart_btn{
		color: #fff;
		background-color: #1A6B3C;
		overflow: hidden;
		position: relative;
		display: inline-block;
		z-index: 1;
		text-align: center;
		text-decoration: none;
		width: 100%;
		height: 36px;
		line-height: 26px;
		margin: auto;
		font-size: 16px;
		padding: 11px 17px 10px 17px;
		border-radius: 25px;
		border: 1px solid #1A6B3C;
		vertical-align: middle;
		-webkit-transition-property: color,
			background-color,
			border-color;
		-webkit-transition-duration: .3s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-property: color,
			background-color,
			border-color;
		-moz-transition-duration: .3s;
		-moz-transition-timing-function: ease-in-out;
		-ms-transition-property: color,
			background-color,
			border-color;
		-ms-transition-duration: .3s;
		-ms-transition-timing-function: ease-in-out;
		-o-transition-property: color,
			background-color,
			border-color;
		-o-transition-duration: .3s;
		-o-transition-timing-function: ease-in-out;
		transition-property: color,
			background-color,
			border-color;
		transition-duration: .3s;
		transition-timing-function: ease-in-out;
	}
	.add_cart_btn p {
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}


/* 字體大小 */
.font_36 {
	font-size: 36px;
	line-height: 54px;
}

.font_30 {
	font-size: 30px;
	line-height: 40px;
}

.font_24 {
	font-size: 24px;
	line-height: 36px;
}

.font_20 {
	font-size: 20px;
	line-height: 30px;
}

.font_18 {
	font-size: 18px;
	line-height: 28px;
}

.font_16 {
	font-size: 16px;
	line-height: 21px;
}

.font_14 {
	font-size: 14px;
	line-height: 21px;
}

p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.font_note{
	color:#8E8E8E;
	font-size: 16px;
	/* list-style: ; */
}

/* 平板字型參照mobile */
@media screen and (max-width: 1199px) {
	.m_font_30 {
		font-size: 30px;
		line-height: 45px;
	}

	.m_font_24 {
		font-size: 24px;
		line-height: 36px;
	}

	.m_font_20 {
		font-size: 20px;
		line-height: 32px;
	}

	.m_font_18 {
		font-size: 18px;
		line-height: 28px;
	}

	.m_font_14 {
		font-size: 14px;
		line-height: 21px;
	}

	p {
		font-size: 16px;
		line-height: 26px;
	}

}

.container-fluid {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 ;
}

/* HTML_template start */
/* 基本設定End for html_edit*/



.no_ul,
.no_ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.table_block {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.table_row {
	display: table-row;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.table_block .table_cell img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.flex_center {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.flex_nowrap{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.hidden {
	display: none !important;
}

.tran_cs,
.block_link_trans a {
	-webkit-transition: background .2s linear, color .2s linear;
	-moz-transition: background .2s linear, color .2s linear;
	-o-transition: background .2s linear, color .2s linear;
	-ms-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	-webkit-transition: background .2s linear, color .2s linear;
}

.tran_cs::before {
	-webkit-transition: background .2s linear, color .2s linear;
	-moz-transition: background .2s linear, color .2s linear;
	-o-transition: background .2s linear, color .2s linear;
	-ms-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	-webkit-transition: background .2s linear, color .2s linear;
}

@media screen and (min-width: 1200px) {
	.hidden_pc {
		display: none !important;
	}

	.show_m,
	.show_tb {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) {
	.hidden_tb {
		display: none !important;
	}

	.show_pc {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) and (min-width:768px) {
	.show_m {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {

	.hidden_m,
	.show_tb {
		display: none !important;
	}
}




.no_hover,
.no_click {
	pointer-events: none;
}

.no_submit{
	opacity:0.5;
	pointer-events: none;
}

.frozen_block {
	height: 425px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

@media screen and (min-width: 768px) {
	.frozen_block {
		background-image: none !important;
	}
}

.frozen_img {
	width: 100.5%;
	position: fixed;
	bottom: 0;
	top: auto;
	z-index: -1;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}


.more_block .title {
	color: #fff;
	text-align: center;
}

.btn_block {
	margin-top: 40px;
	margin-bottom: 0;
	text-align: center;
}

.item .btn_block{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.more_block {
		padding: 0;
		position: relative;
		height: 250px;
		overflow: hidden;
	}

	.more_block .inner {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		padding: 0 20px;
	}

	.more_block .title {
		font-size: 24px;
		line-height: 32px;
	}

	.more_block .btn_block {
		margin-top: 18px;
		
	}
}

/*--- Header start ---*/
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */

.header {
	font-size: 0;
	top: 0;
	color:white;
	padding:0 ;
	position: relative;
	z-index: 100;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.container_1366{
	max-width:1366px;
	width: 100%;
	padding:0 40px;
	margin: 0 auto;
	height:auto;
	display: flex;
	justify-content: space-between;
}

.header > .container_1366{
	height:70px;
}

@media screen  and (min-width:1366px) {
	.container_1366{
		padding:0 ;
	}
}


.logo {
	font-size: 0;
	padding: 0;
	width:130px;
}

.logo_bg{
	display: inline-block;
	background-color: white;
	width:130px;
	height: 130px;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.logo img {
	width: 100px;
	height:auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.brand_title{
	color:#FFFFFF;
	margin-left: 20px;
	margin-top: 22px;
	font-weight: normal;
	display: flex;
	align-items: flex-end;
	height: 27px;
}
.brand_title span{
	width: 2px;
    height: 20px;
    background-color: white;
    margin-left: 7px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.container_1366 p {
	color:#FFFFFF;
}

.nav_right li:not(:nth-child(1)){
	margin-left: 30px;
}

.login_text{
	margin-left: 5px;
}
.login_button{
	cursor:pointer;
}

/* 搜尋時的pop */
.search_pop{
	background-color:#212121;
	height:80px;
	display: none;
}

.search_pop > .container_1366 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.search_pop_g{
	height:21px;
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.search_pop_g input{
	background-color:#212121;
	border:none;
	font-size: 16px;
	line-height: 21px;
	margin: 0 15px;
	width:190px;
	color:white;
}

.search_pop_g img:last-child{
	cursor: pointer;
}

.search_button {
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.nav_right li:not(:nth-child(1)){
		margin-left: 20px;
	}
	.nav_right li:nth-child(2){
		justify-content: flex-start;
		margin-left: 0; 
		margin-right: auto;
	}

	.login_button {
	    padding:5px;
	}
	.search_button {
	    padding:5px;
	}

	.header .flex_nowrap{
		min-width:80px;
	}

	.logo{
		width:80px;
	}

	.logo_bg {
		width: 80px;
		height: 80px;
	}

	.logo img {
		width: 61.54px;
		height: auto;
	}	

	.nav_right{
		width:100%;
		margin-left: 20px;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 1199px) and (min-width:766px) {
	.container{
		padding:0 40px;
	}
}

@media screen and (max-width: 767px)  {
	.container_1366{
		padding:0 20px;
	}

	.container{
		padding:0 20px;
	}

}
/*--- Header end ---*/
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */


/* 會員資訊 */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
.account_info{
	position: absolute;
    top: 56px;
    z-index: 8001;
	width: 100%;
	pointer-events:none;
}

.account_info .container_1366{
	justify-content: flex-end;
	pointer-events:none;	
}

/* 內容區塊 */
.account_info_content{
	width:240px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	pointer-events:auto;
}

/* 行動版顯示關閉 */
.account_info_close{
	display:block;
	padding:5px;
	cursor: pointer;
}
.account_info_close>img{
	display: block;
}

/* 上方灰底 */
.account_info_content .gray_bg{
	background-color: #F5F5F5;
	border-radius: 3px 3px 0 0;
	padding-top: 20px;
}

/* 每一個row */
.account_info_padding_15{
	padding: 0 15px;
}
.account_info_padding_20{
	padding: 0 20px;
}
.account_info_row{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.account_info_content p{
	color:#212121;
}
/* 下方白底 */
.white_bg{
	background-color: white;
	padding-top: 11px;
	border-radius:  0 0 3px 3px ;
}

.white_bg .account_info_row{
	display: flex;
	justify-content:flex-start;
	padding-bottom: 9px;
	padding-top: 10px;
	cursor: pointer;
}

.white_bg .account_info_row p{
	line-height: 21px;
	
}

.white_bg .account_info_row.brand_bg_color2 p{
	color: white !important;
}

.account_info .my_order:hover p,
.account_info .usually_addrss:hover p,
.account_info .favorite_meal:hover p,
.account_info .member_info:hover p,
.account_info .member_password:hover p
{
	color:white;
}

.account_info .my_order:hover,
.account_info .usually_addrss:hover,
.account_info .favorite_meal:hover,
.account_info .member_info:hover,
.account_info .member_password:hover
{
	background-color: #4CC98B;
}

/* 我的訂單 */
.account_info .my_order{
	display: flex;
	align-items: center;
}

.account_info .my_order div{
	content: '';
	background-image: url('../images/common/eatogether_my_order.svg');
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size:91.75%;
	-webkit-background-size:91.75%;
	-o-background-size:91.75%;
	background-size:91.75%;
	margin-right: 8px;
	
}

.account_info .brand_bg_color2.my_order div,
.account_info .my_order:hover div{
	background-image: url('../images/common/eatogether_my_order_selected.svg');
}

/* 常用收件者與地址 */
.account_info .usually_addrss{
	display: flex;
	align-items: center;
}

.account_info .usually_addrss div{
	content: '';
	background-image: url('../images/common/eatogether_usually_address.svg');
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size:72%;
	-webkit-background-size:72%;
	-o-background-size:72%;
	background-size:72%;
	margin-right: 8px;
}

.account_info .brand_bg_color2.usually_addrss div,
.account_info .usually_addrss:hover div{
	background-image: url('../images/common/eatogether_usually_address_selected.svg');
}

/* 最愛餐點 */
.account_info .favorite_meal{
	display: flex;
	align-items: center;
}

.account_info .favorite_meal div{
	
	background-image: url('../images/common/eatogether_favorite.svg');
	
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	
	-moz-background-size:90%;
	-webkit-background-size:90%;
	-o-background-size:90%;
	background-size:90%;
	margin-right: 8px;
	overflow: visible;
}

.account_info .brand_bg_color2.favorite_meal div,
.account_info .favorite_meal:hover div{
	background-image: url('../images/common/eatogether_favorite_selected.svg');
}

/* 會員資料 */
.account_info .member_info{
	display: flex;
	align-items: center;
}

.account_info .member_info div{
	content: '';
	background-image: url('../images/common/eatogether_member_info.svg');
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size:78%;
	-webkit-background-size:78%;
	-o-background-size:78%;
	background-size:78%;
	margin-right: 8px;
}

.account_info .brand_bg_color2.member_info div,
.account_info .member_info:hover div
{
	background-image: url('../images/common/eatogether_member_info_selected.svg');
}

/* 變更密碼 */
.account_info .member_password{
	display: flex;
	align-items: center;
}

.account_info .member_password div{
	content: '';
	background-image: url('../images/common/eatogether_member_password.svg');
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 78%;
	margin-right: 8px;
	padding-left: 2px;
}

.account_info .brand_bg_color2.member_password div,
.account_info .member_password:hover div
{
	background-image: url('../images/common/eatogether_member_password_selected.svg');
}

/* 登出 */
.account_info .log_out{
	display: flex;
	align-items: center;
	margin-top: 18px;
	padding-bottom: 40px;
}

.account_info .log_out > span{
	cursor: pointer;
	display:block;
	padding: 5px 30px 5px 5px;
	font-size:16px;
}

@media screen and (max-width: 1199px) {

	/* 會員資訊 */
	.account_info {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index:9000;
		pointer-events: auto;
		background-color: rgb(255, 255, 255);
	}

	.account_info .container_1366 {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		overflow:hidden auto;
		overscroll-behavior: none;
		padding: 0;
		pointer-events: auto;
	}

	/* 內容區塊 */
	.account_info_content {
		width: 100%;
		height: 100%;
	}

	/* 行動版顯示關閉 */
	.account_info .close_area{
		padding: 14px 0 13px;
	}

	.account_info .close_area .header_row{
		display: flex;
		justify-content: space-between;
		padding: 0 35px 0 40px;
	}

	.account_info .close_area p{
		color: white;
		line-height: 21px;
	}

	.account_info_padding_15 {
		padding: 0 35px 10px;
	}
	.account_info_padding_20 {
		padding: 0 40px 10px;
	}

	/* 下方白底 */
	.white_bg{
		padding-top: 10px;
	}

	.white_bg .account_info_row {
		margin-bottom: 10px;
	}

	.account_info .log_out {
		margin-top: 15px;
	}

}

@media screen and (max-width: 767px) {

	/* 行動版顯示關閉 */
	.account_info .close_area .header_row{
		padding: 0 15px 0 20px;
	}

	.account_info_padding_15 {
		padding: 0 15px 10px;
	}
	.account_info_padding_20 {
		padding: 0 20px 10px;
	}
	
}


/* 會員資訊 end */



/*--- Footer start ---*/
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
.footer{
	/* background-color: #1A6B3C; */
	padding: 30px 0 29px 0;
	color:#FFFFFF;
	font-size: 0;
}

.footer > .container{
	display: flex;
}
.footer > .container > p{
	display: inline-block;
	height: 21px;
}

.footer > .container > p:first-child{
	margin-right: 64px;
}
.footer > .container > p:last-child{
	margin-left: auto;
}

.privacy{
	display: inline-flex;
	align-items: flex-end;
}

.privacy p{
	height: 21px;
}

.privacy > a:first-child{
	margin-right: 13px;
}
.privacy > a:last-child{
	margin-left: 13px;
}

.privacy span{
	width:2px;
	height: 17px;
	background-color: white;
}

@media screen and (min-width: 1200px) and (max-width:1365px){
	.footer .container{
		padding: 0 40px;
	}
}

@media screen and (max-width: 1199px) {
	.footer{
		padding: 20px 0 79px 0;
	}

	.footer > .container{
		flex-wrap: wrap;
	}
	.footer > .container > p{
		display: block;
		text-align: center;
		width:100%;
	}
	.footer > .container > p:first-child{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer > .container > p:last-child {
		position: static;
		right: 0px;
		margin-top: 18px;
		width: 100%;
		margin-left: auto;
		font-size: 14px;
		line-height: 19px;
		height: auto;
	}

	.privacy{
		display: flex;
		justify-content: center;
		width:100%;
	}
}

@media screen and (max-width: 767px) {
	/* .footer{
		padding: 20px 0 59px 0;
	} */
	.footer > .container > p:last-child {
		line-height: 22px;
		margin-top: 20px;
	}
}
/*--- Footer end ---*/
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */


.pop_bg_black{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 9001;
	overscroll-behavior: none;
}

.pop_bg_black:before{
	content:'';
	position:fixed;
	width: 100%;
    height: 200%;
    left: 0;
    top: -100%;
	opacity:0;
	background-color: rgba(0,0,0,0.6);
	transition: opacity 300ms ease-in-out;
}

.meal_cart:before{
	opacity:1;
}

.pop_bg_black.bg-display:before{
	opacity:1;
}

.pop_bg{
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 0;
}

.border_top{
	height:5px;
	border-radius: 3px 3px 0 0;
}

.pop_close{
	margin-top: 15px;
    text-align: right;
    margin-right: 20px;
}

.pop_close span{
	cursor:pointer;
	display:inline-block;
}

.pop_title{
	text-align: center;
	margin: 20px 0;
}

.divide{
	margin: 30px 0;
	width:100%;
	border-top:1px solid #EEEEEE;
	display: block;
}


.pop_padding{
	padding:0 50px;
}

.btn_g{
	background-color:#EEEEEE ;
	padding:20px 127px;
	border-radius: 0 0 3px 3px ;
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 1200px) and (max-height: 740px) {
	.pop_bg {
        top: 0;
        transform: translate(-50%,0);
    }
}

@media screen and (max-width: 1199px) {
	.pop_bg {
        width: 100%;
        height:100%;
        top: 0;
        left:0;
        transform: none;
        padding-bottom: 86px;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;       
        overscroll-behavior: none;
    }
	.pop_close span {
	    padding: 5px;
	    position: relative;
	    top: -5px;
	    right: -5px;
	}
	.pop_title {
	    margin: 10px 0 20px;
	}
}



/* 共用假radio */
.common_radio_block > label{
	display: flex;
	cursor:pointer;
}

.common_radio_block > label input{
	display: none;
}

.common_radio_block > label p{
	margin-left: 8px;
	cursor:pointer;
}

.common_radio_block:not(:last-child) {
	margin-bottom: 30px;
}

.common_radio_block > label span{
	border-style: solid;
	border-width: 2px;
	width: 24px;
	min-width: 24px;
	height:24px;
	border-radius: 90px;
	cursor:pointer;
}

.common_radio_block > label input:checked~span{
	border-width: 7px;
}


/* 共用POP */
.pop_common_600{
	width:600px;
	background-color: white;
	position: absolute;
	top:200px;
	left:50%;
	transform: translate(-50%,0);
	border-radius: 3px;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pop_common_padding_75{
	padding:0 75px;
	text-align: center;
}
.pop_content_wrap{
	padding-bottom:1px;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.pop_bg_black:before{
		background-color: transparent;
	}
	.message_pop:before{
		background-color: rgba(0,0,0,0.6);
	}

	.date-picker-custom{
		display:block;
	}
	.date-picker-custom .DayPicker-Month:first-child,
	.date-picker-custom .DayPicker-Month:last-child{
		margin:0 .3em 0 .3em;
	}
}
@media screen and (max-width: 359px) {
	.date-picker-custom .DayPicker-Month {
	    border-spacing: 5px 2px;
	}
}


/*
.html_edit table,
.html_edit caption,
.html_edit tbody,
.html_edit tfoot,
.html_edit thead,
.html_edit tr,
.html_edit th,
.html_edit td {
    margin: 0;
    font-size: 100%;
    font: inherit;
    padding: 0;
    border-spacing: 0px;
}
.html_edit .outer_table,
.html_edit .outer_table tbody,
.html_edit .outer_table tbody tr {
    display: block;
    width: 100%;
}

.html_edit .outer_table {
    width: 100%;
}

.html_edit .outer_table>tbody {
    vertical-align: top;
}

.html_edit .outer_table_td {
    display: flex;
    width: 100%;
}

.html_edit .outer_table_td:not(:last-child) {
    margin-right: 30px;
}

.html_edit .table_title {
    font-weight: bold;
}

.html_edit .each_info {
    width: calc((100% - 90px)/4);
    background-color: rgba(245, 245, 245, 0.6);
    padding: 20px;
    border-radius: 3px;
    margin-right: 30px;
    display: inline-block;
}

.html_edit .each_info:last-child {
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .html_edit .outer_table_td {
        flex-wrap: wrap;
    }

    .html_edit .each_info {
        width: calc((100% - 21px)/2);
        margin-right: 20px;
        align-items: center;
        min-height: 144px;
        position: relative;
    }

    .html_edit .each_info+.each_info {
        margin-top: 20px;
    }

    .html_edit .each_info:nth-child(2) {
        margin-top: 0px;
    }

    .html_edit .each_info:nth-child(even) {
        margin-right: 0px;
    }

    .html_edit .each_info>tbody {
        position: absolute;
        width: 90.8%;
        top: 50%;
        transform: translate(0px, -50%);
    }
}

@media (max-width: 767px) {
    .html_edit .outer_table_td {
        align-items: stretch;
    }

    .html_edit .each_info {
        width: 100%;
        margin-right: 0px;
        min-height: 139px;
        position: relative;
    }

    .html_edit .each_info:nth-child(2) {
        margin-top: 20px;
    }

    .html_edit .each_info:nth-child(even) {
        margin-right: 0px;
    }

    .html_edit .each_info>tbody {
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        width: 88%;
    }
}
*/

.popup-enter {
  opacity: 0;
  transform: translate3d(0, 5%, 0);
}
.popup-enter-active {
  opacity: 1;
  transform: none;
  transition: opacity 350ms, transform 350ms ease-in-out;
}
.popup-exit {
  opacity: 1;
}
.popup-exit-active {
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 350ms, transform 350ms ease-in-out;
}


.popup-bg-enter {
  opacity: 0;
}
.popup-bg-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.popup-bg-exit {
  opacity: 1;
}
.popup-bg-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.header .spinner-border{
	font-size:initial;
	margin: 0.25rem;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
.spinner-center{
	text-align:center;
	padding: 20px 0 40px;
}
.spinner-center .spinner-border{
	font-size:initial;
}

.init-loading{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#fff;
	z-index: 999999;
}
.init-spinner-border{
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color:#1A6B3C;
}