* {
	border: 0;
	margin: 0;
}
button.prev:disabled, button.next:disabled {
	display: none;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
}
ol,ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration:
	none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
figure {
	line-height:0;
}
a {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	text-decoration: none;
	color: #666;
}
strong {
	font-weight:700;
}
.returnnotice {
	font-size: 13px;
	margin-bottom: 10px;
}
.returnnotice:before,.returnnotice:after {
	content:"\20";
	display:block;
	height:0;
	overflow:hidden;
}
.returnnotice:after {
	clear:both;
}
.returnnotice p {
	color:red!important;
}
.shopping-guide-title.first {
	margin-top: 0;
}
.shopping-guide-title {
	margin: 10px 0 12px;
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #4a4e5c;
	padding-left: 6px;
	line-height: 1;
	text-align: left;
}
.btn-cart-fail {
	display:none;
}
.primary-tag,.primary-tag--red,.primary-tag--gray, .primary-tag--green, .primary-tag--pickup {
	font-size: 12px;
	line-height: 1;
	padding: 4px;
	min-width: 40px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 2px;
}
.address-ovelay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}
.address-ovelay .address {
	max-width: 420px;
	margin: 68px auto 0;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius: 3px;
	overflow: hidden;
}
.address-ovelay .address header {
	padding: 10px 8px;
	background-color: #f6f7f9;
	border-bottom: 1px solid #e5e5e5
}
.address-ovelay .address header h3 {
	font-size: 14px;
	margin: 0;
	color: #555;
	display: inline-block
}
.address-ovelay .address header .fa-close {
	float: right;
	color: #c4c5c7;
	cursor: pointer;
	transition: all .5s ease;
	padding: 0 2px;
	border-radius: 1px    
}
.address-ovelay .address header .fa-close:hover {
	color: #b9b9b9
}
.address-ovelay .address header .fa-close:active {
	box-shadow: 0 0 5px #673AB7;
	color: #a2a2a2
}
.address-ovelay .address .address-list {
	text-align: left;
	padding: 12px 10px;
	overflow: auto;
}
.address-ovelay .address .address-list::-webkit-scrollbar {
	width: 5px;
}

.address-ovelay .address .address-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.address-ovelay .address .address-list label{
	line-height: 20px;
	margin: 0;
	font-size: 14px;
	color: #333
}
.address-ovelay .address footer {
	border-top: 1px solid #e5e5e5;
	padding: 8px 10px
}
.address-ovelay .address footer .address-controls {
	direction: rtl
}
.address-ovelay .address footer .address-controls .address-button {
	margin-left: 5px;
	padding: 5px 15px;
	border-radius: 3px
}
.addressConfirm {
	background-color: rgb(0, 0, 138);
	border: 1px solid rgba(0, 0, 98, 0.5);
	color: #fff;
}
.addressCancel {
	background-color: rgb(228, 228, 228);
	border: 1px solid rgba(184, 184, 184, 0.5);
	color: #000;
}
.address-button {
	cursor: pointer;
}
.button-danger {
	background-color: #f44336;
	border: 1px solid #d32f2f;
	color: #f5f5f5
}

.primary-tag--pickup {
	cursor:pointer;
	color:#ff5353;
	background-color: #fff2f2;
}
.primary-tag--red {
	color:#ff5353;
	background-color: #fff2f2;
}
.primary-tag--green {
	color:#fff;
	background-color: #87cddd;
}
.primary-tag--gray {
	color: #333;
	background-color: #f0f0f0;
}
.slider {
	box-shadow: 0 2px 2px 0 #d9d9d9;
	font-size: 13px;
	background: #fff;
}
.slider .slider-arrow {
	display: none;
}
.slider .slider-top {
	line-height: 30px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 10px;
}
.slider .slider-top .slider-tilte {
	color: #595959;
	display: inline-block;
	border-bottom: 1px solid #686868;
	position: relative;
	top: 1px;
	font-size: 14px;
}
.slider .slider-top .arrow-right {
	display: inline-block;
	color: #1c79d4;
	cursor: pointer;
	float: right;
	margin-right: 5px;
}
.slider .slider-top .arrow-right .fa {
	margin-left:
	5px;
}
.slider .slider-box {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding-left: 10px;
	padding-right: 10px;
}
.slider .slider-content {
	display: inline-block;
	overflow: auto;
	width: 100%;
	position: relative;
	padding-bottom: 35px;
	bottom: -15px;
}
.slider .slider-content .slider-ul {
	position:relative;
	display:inline-block;
	width:100%;
	white-space:nowrap;
	left:0;
}
.slider .slider-content .slider-li {
	display:inline-block;
	width:35%;
	padding:0 5px;
	box-sizing:border-box;
}
.slider .slider-content .product-link {
	padding: 5px 3px 0 0;
	display: block;
}
.slider .slider-content .product-img {
	width:100%;
}
.slider .slider-content .product-name {
	color: #666;
	height: 32px;
	line-height: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	margin: 10px 0;
}
.slider .slider-content .product-price {
	font-size: 15px;
	color: #ff5353;
}
.slider .slider-content .product-suggest-price {
	color: #bababa;
}
.slider .slider-content .product-qty {
	display: block;
	font-size: 13px;
	padding-top: 5px;
	color: #333;
}
.header-progress-bar:before,.header-progress-bar:after {
	content:"";
	display: table;
	clear: both;
}
.header-progress-bar .index {
	display:none;
}
.header-progress-bar li {
	text-align: center;
	color: #bababa;
	float: left;
	height: 40px;
	display: block;
	line-height: 40px;
	position: relative;
}
.header-progress-bar li.step1 {
	width:29.166666%
}
.header-progress-bar li.step2 {
	width: 37.5%;
}
.header-progress-bar li.step3 {
	width: 25%
}
.header-progress-bar li.step-arrow {
	width: 4.166666%;
	font-size: 22px;
}
.header-progress-bar li.active {
	color: #ff5353;
}
.header-progress-bar li.active .index {
	background-color: #ff5353;
}
.header-progress-bar li.active+.step-arrow {
	color: #ff5353;
}
.layout-content {
	display: block;
	margin-bottom:0;
}
.cart-wrapper .red {
	color:#ff5353;
}
.cart-wrapper a {
	color: #428bca;
	cursor: pointer;
}
.cart-wrapper a:hover {
	color: #7ebae3;
}
.cart-wrapper .icon-close:hover {
	color:#ff8b8b;
}
.modal-dialog .button {
	color: #666;
}
.modal-dialog .modal-body {
	overflow-y: auto;
	max-height: 546px;
}
.cart-empty {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 18%;
}
.cart-empty__message {
	color: #b5b5b5;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	padding-top: 19px;
}
.cart-wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 850px;
	font-weight: normal;
}
.cart-wrapper .cart-wrapper-container {
	background-color: #f0f0f0;
}
/*
.search-bar input {
	height: 22px;
}
*/
.cart-wrapper .cart-wrapper-row {
	text-align: left;
	padding:10px 0;
	font-size: 13px;
	background-color: #fdfdfd;
}
.cart-wrapper .cart-wrapper-row .red {
	font-size: 16px;
	color:#ff5353;
}
.cart-warning {
	background: #fffbeb;
	padding: 13px 0;
	color: #595959;
	font-size: 12px;
	border-bottom: 1px solid #f6e4b0;
	line-height: 1.5;
}
.cart-content-container {
	width: 100%;
	box-sizing: border-box;
}
.cart-content-container .has-border {
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.cart-content-container .has-bottom-gutter {
	margin-bottom:8px;
}
.cart-content-container .has-separate-line.cart-full-content,.cart-content-container .has-separate-line.cart-content {
	border-bottom:1px solid #d6d6d6
}
.cart-content-container .cart-full-content {
	padding: 16px 9px;
	position: relative;
}
.cart-content-container .cart-full-content .payment-info__desc {
	color:#666;
}
.cart-content-container .cart-content {
	margin:16px 9px;
	position:relative;
}
.cart-content-container .row {
	display:block;
}
.cart-content-container .row:before,.cart-content-container .row:after {
	content: "";
	display: table;
	clear: both;
}
.cart-content-container .row.has-top-gutter {
	margin-top: 14px;
}
.cart-content-container .row.has-bottom-gutter {
	margin-bottom:14px;
}
.cart-content-container .row.has-hozl-gutter {
	padding-left: 10px;
	padding-right: 10px;
}
.merchandise-list {
	position: relative;
}
.merchandise-list.has-top-border {
	border-top: 2px solid #999;
}
.merchandise-list .list-title-name {
	text-align: left;
	color: #fff;
	background-color: #87cddd;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
}
.merchandise-list .merchandise {
	display: block;
	position: relative;
	border: solid 1px #f0f0f0;
	margin-bottom: 1%;
	background-color: #fff;
}
.merchandise-list .merchandise.sold-out figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
}
.merchandise-list .merchandise.sold-out figure:after {
	content: '已售完';
	font-size: 13px;
	color: #333;
	position: absolute;
	top: 50%;
	display: block;
	text-align: center;
	width: 100%;
}
.merchandise-list .merchandise.un-mapping figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
}
.merchandise-list .merchandise.un-mapping figure:after {
	content:'下次再結';
	font-size: 13px;
	color: #333;
	position: absolute;
	top: 50%;
	display: block;
	text-align: center;
	width:100%;
}
.merchandise-list .merchandise.un-reach figure:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(255,255,255,.8);
}
.merchandise-list .merchandise.un-reach figure:after {
	content:'未達加購條件';
	font-size:13px;
	color:#333;
	position:absolute;
	top:50%;
	display:block;
	text-align:center;
	width:100%;
}
.merchandise-list .merchandise.un-reach .fee {
	color:#d8d8d8;
}
.merchandise-list .merchandise.last {
	border-bottom:none;
}
.merchandise-list .merchandise figure {
	float:left;
	width:35%;
	min-width:
	80px;
	min-height:80px;
	margin-right:12px;
	margin-bottom:16px;
	position:relative;
	background-color:#e4e4e4;
}
.merchandise-list .merchandise figure img {
	width:100%;
}
.merchandise-list .merchandise .close-btn {
	display:inline-block;
	position:absolute;
	right:0;
	top:-10px;
	width:33px;
	height:33px;
	background:rgba(255,255,255,0);
	font-size:12px;
	color:#ccc;
	cursor:pointer;
	text-align:center;
	line-height:33px;
}
.merchandise-list .merchandise .merchandise-title {
	color: #333;
	margin-bottom: 17px;
	padding-left: 0;
	padding-right: 35px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 90px;
}
.merchandise-list .merchandise .merchandise-sku {
	color: #999;
	padding-right: 35px;
	font-size: 12px;
	line-height: 13px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 26px;
	padding-top: 5px;
}
.merchandise-list .merchandise .merchandise-promotion {
	color: #767676;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height:14px;
}
.merchandise-list .merchandise .merchandise-type {
	font-size:12px;
	text-align:center;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:20px;
	background:rgba(0,0,0,.5);
	color:#fff;
	font-weight:normal;
	line-height:20px;
}
.merchandise-list .merchandise .merchandise-warning {
	color:#ff5353;
	font-size:14px;
}
.merchandise-list .merchandise .merchandise-exclude {
	color:#767676;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	text-overflow:ellipsis;
	white-space:normal;
	-webkit-line-clamp:1;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	word-break:break-word;
	height:16px;
}
.merchandise-list .merchandise .merchandise-tag-ul.sold-out, .merchandise-list .merchandise .merchandise-tag-ul.un-mapping {
	margin-top:16px;
}
.merchandise-list .merchandise .merchandise-tag-ul .merchandise-tag-li {
	float:left;
	margin-right:8px;
	position:relative;
}
.merchandise-list .merchandise .merchandise-caution {
	background-color:#fffaef;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:20px;
	position:relative;
	color:#767676;
	font-size:12px;
}
.merchandise-list .merchandise .merchandise-caution li {
	margin-top:8px;
	cursor:initial;
}
.merchandise-list .merchandise .merchandise-caution li:first-child {
	margin-top:0;
}
.merchandise-list .merchandise .merchandise-caution .info {
	color:#595959;
}
.merchandise-list .merchandise .merchandise-caution .info.is-out-of {
	color:#999;
}
.merchandise-list .merchandise .merchandise-caution .info .warning {
	margin-right:8px;
}
.merchandise-list .merchandise .merchandise-caution .info .content {
	line-height:16px;
}
.counter {
	float:left;
	padding:10px 0;
}
.counter .increase-btn, .counter .decrease-btn {
	background-color:#fff;
	text-align:center;
	border:1px solid #dfdfdf;
	display:inline-block;
	width:44px;
	line-height:44px;
	cursor:pointer;
	border-radius:2px;
	font-family:FontAwesome;
	font-weight:900;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.counter .dumb.increase-btn, .counter .dumb.decrease-btn {
	color:#cecece;
	background-color:#f5f5f5;
	pointer-events:none;
}
.counter .increase-btn {
	color:#ff5353;
}
.counter .increase-btn.active {
	color:#cecece;
}
.counter .decrease-btn {
	color:#cecece;
}
.counter .qty {
	color:#767676;
	display:inline-block;
	text-align:center;
	width:56px;
	line-height:44px;
}
.counter .qty.dumb {
	color:#bcbcbc;
}
.fee-container {
	float:right;
	text-align:right;
	font-size:12px;
	color:#a2a2a2;
}
.fee-container .highlight,.fee-container .fee-prefix-text,.fee-container .fee {
	color:#ff5353;
}
.fee-container .fee-prefix-text {
	line-height:1.6;
}
.fee-container .fee {
	font-size:22px;
	margin-bottom:5px;
	line-height:1.2;
}
.freebies-list {
	background-color:#fffaef;
	padding-top:8px;
	padding-bottom:	8px;
	margin-top:10px;
	position:relative;
	color:#767676;
	font-size:12px;
}
.freebies-list .freebies {
	margin-top:8px;
	cursor:initial;
	color:#595959;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:initial;
	line-height:1.2;
}
.freebies-list .freebies:first-child {
	margin-top:0;
}
.freebies-list .freebies.freebies--is-out-of {
	color:#999;
}
.freebies-list .freebies .freebies--warning {
	margin-right:8px;
}
.freebies-list .freebies__left {
	-webkit-flex:2;
	-ms-flex:2;
	flex:2;
}
.freebies-list .freebies__right {
	-webkit-flex:8;
	-ms-flex:8;flex:8;
}
.promotion-list {
	background-color:#fff;
	margin-bottom:8px;
	font-size:12px;
	border:1px solid #f0f0f0;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.promotion-list .promotion-list-conclusion.has-separate-line,.promotion-list .promotion-li.has-separate-line {
	border-color:#eaeaea;
}
.promotion-list .promotion-row {
	text-align: left;
	margin-bottom:6px;
}
.promotion-list .promotion-row:before,.promotion-list .promotion-row:after {
	content:"";
	display: table;
	clear: both;
}
.promotion-list .promotion-row .primary-tag--gray {
	display: inline-block;
}
.promotion-list .open-promotion-list-btn,.promotion-list .go-to-promotion-btn {
	font-size: 12px;
}
.promotion-list .open-promotion-list-btn {
	color: #666;
	float: right;
}
.promotion-list .go-to-promotion-btn {
	float: right;
	color: #666;
}
.promotion-list .go-to-promotion-btn:hover {
	color: gray;
}
.promotion-list.unmatched-promotion .go-to-promotion-btn {
	color: #ff5353;
}
.promotion-list.unmatched-promotion .go-to-promotion-btn:hover {
	color:#ff8686;
}
.promotion-list.unmatched-promotion .go-to-promotion-btn__text {
	display:none
}
.promotion-list .unmatched--highlight {
	color: #ff5353;
}
.bonusreward {
	font-size:12px;
	overflow:hidden;
	float:right;
	background-color:#fff;
	border:1px solid #f0f0f0;
	-webkit-appearance:none;
}
.promotion-list .promotion-list-title {
	text-align: left;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding-bottom: 0;
	cursor: default;
}
.promotion-list .promotion-list-conclusion {
	color: #666;
	font-size: 13px;
}
.promotion-list .promotion-list-conclusion .fa-angle-down,.promotion-list .promotion-list-conclusion .fa-angle-up {
	font-size: 16px;
	margin-top: -5px;
}
.promotion-list .promotion-title {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 14px;
	color: #666;
	margin-bottom: 6px;
	font-weight: 400;
}
.promotion-list .promotion-li {
	display:block;
	background-color:#fff;
	box-sizing:border-box;
	border-bottom:1px solid #f0f0f0;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.promotion-list .promotion-li:last-child {
	border-bottom:none;
}
.promotion-list .promotion-li .promotion-li-content {
	font-size:13px;
	margin:0;
}
.promotion-list .fa-angle-right {
	font-size:16px;
	margin-left:5px;
}
.ecoupon {
	font-size:12px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	border:1px solid #f0f0f0;
	-webkit-appearance:none;
}
.ecoupon.disabled {
	cursor:default;
}
.ecoupon .ecoupon-row {
	margin-bottom: 15px;
}
.ecoupon .ecoupon-row:before,.ecoupon .ecoupon-row:after {
	content: "";
	display: table;
	clear: both;
}
.ecoupon .icon-ecoupon {
	font-size: 20px;
	float: left;
	margin-right: 5px;
}
.ecoupon .ecoupon-title {
	float:left;
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
}
.ecoupon .ecoupon-discount-info {
	color: #767676;
/*	float: left;*/
	text-align: left;
	line-height: 1.5;
	margin-top: 8px;
	font-size: 12px;
	display: block;
}
.ecoupon .ecoupon-discount-info .ecoupon-discount-limit {
	color: #91918f;
	margin-right: -5px;
}
.ecoupon .ecoupon-discount-info .ecoupon-discount-amt {
	font-weight: bold;
	color: #000;
}
.ecoupon .ecoupon-code-open-btn {
	display: inline-block;
	line-height: 1.5;
	margin-top: 8px;
	font-size: 14px;
	float: right;
}
.merchandise-sku {
	text-align: left;
}
.ecoupon .ecoupon-selector {
	text-align: left;
	display: flex;
	width: 100%;
	max-width: 290px;
	position: relative;
	border: 1px solid #e4e4e4;
}
.ecoupon .ecoupon-selector select {
	height: 38px;
	width: 100%;
	background: #fdfdfd;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
.bonusmark {
	margin-left: 4px;
	margin-top: 4px;
}
.ecoupon .ecoupon-selector:before {
	content: "\f0d7";
	position: absolute;
	right: 0;
	height: 38px;
	width: 20px;
	display: inline-block;
	top: 0;
	font-size: 12px;
	box-sizing: border-box;
	background: #fdfdfd;
	line-height: 38px;
	border: none;
	color: #8b8e90;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 12px;
	pointer-events: none;
}
.ecoupon .ecoupon-code {
	box-sizing:border-box;
	padding:6px 0;
	width:100%;
}
.ecoupon .ecoupon-code__input-block {
	margin-right:60px;
	box-sizing:border-box;
	position:relative;
	padding-left:30px;
	padding-right:70px;
	width:100%;
}
.ecoupon .ecoupon-code__input {
	width:100%;
	padding:5px 10px;
	margin:0;
	height:36px;
	box-sizing:border-box;
	font-size:13px;
	float:left;
	border:1px solid #e4e4e4;
	border-radius:5px;
}
.ecoupon .ecoupon-code-remove-btn {
	color: #a0b2be;
	background-color: transparent;
	float: left;
	height: 37px;
	width: 30px;
	cursor: pointer;
	line-height: 37px;
	font-size: 16px;
	font-weight: 400;
}
.ecoupon .ecoupon-code-remove-btn:hover {
	color: red;
}
.ecoupon .ecoupon-form {
	position: relative;
}
.ecoupon .ecoupon-code__btn {
	background-color: #ff5353;
	width: 60px;
	box-sizing: border-box;
	min-width: initial;
	text-align: center;
	float: right;
	right: 0;
	top: 0;
	height: 37px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	-webkit-appearance: none;
}
.ecoupon .ecoupon-code__btn.disable {
	background-color:#c2ced5;
	cursor:not-allowed;
	pointer-events:none;
}
.cart-conclusion {
	color:#999;
	font-size:.8em;
}
.cart-conclusion .conclusion-row {
	display:flex;
	justify-content:flex-end;
	width:100%;
	box-sizing:border-box;
	padding-bottom:10px;
	align-items:baseline;
}
.cart-conclusion .conclusion-row:before,.cart-conclusion .conclusion-row:after {
	content:"";
	display:table;
	clear:both;
}
.cart-conclusion .conclusion-row.has-top-border {
	border-top:1px solid #ddd;
}
.cart-conclusion .conclusion-row.has-top-gutter {
	padding-top:10px;
}
.cart-conclusion .conclusion-li__left {
	flex:1;
	text-align:left;
}
.cart-conclusion .conclusion-li__right {
	flex:1;
	text-align:right;
}
.cart-conclusion .delivery__title {
	line-height:1.5;
}
.cart-conclusion .delivery__fee-text {
	line-height: 1.5;
	color:#333;
}
.cart-conclusion .currency-prompt {
	width:50%;
}
.cart-conclusion .fee {
	width: 120px;
	font-size: 13px;
	color: #4a4e5c;
}
.cart-conclusion .fee.red {
	color:#ff5353;
}
.cart-conclusion .fee.bold {
	font-weight: bolder;
}
.cart-conclusion .total {
	font-size:18px;
}
.cart-conclusion .highlight,.cart-conclusion .fee-container .fee-prefix-text,.fee-container .cart-conclusion .fee-prefix-text,.cart-conclusion .fee-container .fee,.fee-container .cart-conclusion .fee {
	color: #333;
	font-weight: bolder;
}
.cart-conclusion .tier-member {
	margin-right:2px;
}
.cart-conclusion .tooltip:before {
	width: 272px;
	text-align: left;
	line-height: 1.5em;
	padding:5px 10px;
}
.cart-conclusion .tooltip.tooltip-bottom:before {
	top:20px;
	left:17px;
}
.cart-conclusion .tooltip.tooltip-bottom:after {
	left:127px;
}
.cart-conclusion .tooltip .fa-question-circle-o {
	margin-left:5px;
}
.free-delivery-container {
	margin-bottom:15px;
}
.free-delivery {
	padding:8px;
	background:#fff;
	color:#333;
	font-size:13px;
	margin-bottom:1px;
}
.free-delivery:before,.free-delivery:after {
	content:"";
	display:table;
	clear:both;
}
.free-delivery.is-link {
	cursor:pointer;
}
.free-delivery.selected {
	background:rgba(255,255,255,.5);
}
.free-delivery .temperature {
	color:#767676;
	display:inline-block;
	margin-right:5px;
}
.free-delivery .discount {
	float:right;
}
.cart-footer-container {
	position:fixed;
	left:0;
	bottom:0;
	-webkit-transform:translateZ(0);
}
.cart-footer {
	text-align:right;
	background-color:inherit;
}
.cart-footer .next-step-btn {
	display: inline-block;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 5px;
	background-color: #ff5353;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	-webkit-appearance: none;
}
.cart-footer .next-step-btn.disable {
	pointer-events: none;
	background: #dadada;
}
.cart-footer .next-step-btn i {
	font-size: 18px;
	padding-left: 5px;
	-webkit-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}
.cart-footer .next-step-btn:hover i {
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.cart-footer .foot-message {
	margin:30px 0 65px 0;
	font-size: 12px;
	text-align: center;
	color: #bcbcbc;
}
.cart-footer .foot-message i {
	color: #ccc;
	font-size: 15px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.cart-footer .shipping-area {
	font-size: 12px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
}
.cart-footer .shipping-area .area-label {
	font-size: 13px;
	color: #666;
	line-height: 40px;
	margin-right: 10px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.cart-footer .shipping-area__select {
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 40px;
	overflow: hidden;
	padding: 0 20px 0 10px;
	color: #666;
	font-size: 14px;
}
.cart-footer .shipping-warning {
	margin-bottom: 20px;
	font-size: 12px;
}
.cart-footer .shipping-warning .tooltip-bottom:before {
	top: 20px;
	left: 16px;
	width: 440px;
	line-height: 2;
	font-size: 12px;
}
.cart-footer .shipping-warning .caution {
	color: #ff5353;
}
.cart-footer .shipping-warning .fa {
	margin-left:5px;
}
.cart-footer .shipping-warning .caution-detail {
	background: #d9e2e7;
	padding: 10px 20px;
	margin: 10px 0;
	text-align: left;
	line-height: 1.5em;
}
.cart-footer .shipping-warning .caution-detail__list {
	padding-left: 12px;
}
.flow {
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #f0f0f0;
	border-bottom: 0;
}
.flow .row {
	font-size: 13px;
}
.flow .row.has-bottom-gutter {
	margin-bottom: 10px;
}
.flow i.icon {
	font-size: initial;
}
.flow .flow-title {
	color: #333;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #fff;
}
.flow .flow-title .title {
	font-size:14px;
}
.flow .flow-title.has-top-border {
	border-top: 1px solid #f0f0f0;
}
.flow .flow-ul {
	color: #a1a1a1;
	background-color: #fff;
}
.flow .flow-ul.has-flow-bottom-gutter {
	margin-bottom: 8px;
}
.flow .flow-li {
	text-align: left;
	display: flex block;
	box-sizing: border-box;
	background-color: #fff;
	cursor: pointer;
}
.flow .flow-li .last-item {
	border-bottom: 1px solid transparent;
}
.flow .flow-li.active {
	color: #428bca;
	background: #ecf6ff;
}
.flow .flow-li.active .flow-li-content {
	margin: 0;
	border-top: 1px solid #428bca;
	border-bottom: 1px solid #428bca;
}
.flow .flow-li.active .flow-li-content.has-hozl-border {
	border-left: 1px solid #428bca;
	border-right:1px solid #428bca;
}
.flow .flow-li.active .flow-li-title {
	color: #428bca;
	font-weight: bolder;
}
.flow .flow-li.active .flow-fee {
	color:#ff5353;
}
.flow .flow-li.active .flow-li__content {
	border-top: 0;
}
.flow .flow-li.active+.flow-li>.flow-li__content {
	border-top: 0;
}
.flow .flow-li:first-child>.flow-li__content {
	border-top:0;
}
.flow .flow-li .flow-li__content {
	border-top: 1px solid #f0f0f0;
	box-sizing: border-box;
	margin: 0 20px;
	min-height: 65px;
	padding: 20px 0 0;
}
.flow .flow-li-content {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
.flow .flow-li-content.has-hozl-border {
	border-left: 1px solid transparent;
	border-right:1px solid transparent;
}
.flow.payment-list .flow-li-content {
	min-height: 65px;
	padding-top: 21px;
	padding-bottom: 0;
}
.flow.delivery-list .flow-li-content {
	min-height: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flow.delivery-list .flow-li__content {
	text-align: left;
	padding: 10px 0;
}
.flow.delivery-list .active .flow-li-content {
	padding-bottom: 9px;
}
.flow .flow-li-title {
	color: #868686;
	padding-top: 3px;
	display: inline-block;
}
.flow .flow-fee {
	font-size: 17px;
	float: right;
}
.flow .flow-recommend {
	font-size: 12px;
	float: left;
	color: #fff;
	background: #428bca;
	padding: 3px 5px;
	margin-left: 30px;
	border-radius: 3px;
}
.flow .flow-recommend-describe {
	font-size: 12px;
	color: #428bca;
	margin-left: 10px;
	margin-top: 3px;
}
.flow .payment-info {
	font-size:12px;
	margin:10px 0 20px 30px;
}
.flow .payment-info__desc {
	color:#999;
	margin-bottom:3px;
}
.flow .payment-info .text {
	color:#999;
	padding-bottom:5px;
	display:inline-block;
}
.flow .payment-info .text.single-line-text {
	padding-bottom:0;
	padding-top:9px;
}
.flow .delivery-info {
	color:#999;
	font-size:12px;
}
.flow .delivery-info li {
	margin-bottom:5px;
	margin-left:30px;
}
.flow .icon.circle {
	float:left;
	margin-right:10px;
	color:#ddd;
	font-weight:600;
	font-size:20px;
}
.flow .delivery-icon {
	margin-right:6px;
	width:20px;
	height:20px;
}
.flow .icon.icon-check-selected {
	background-color:#fff;
	border-radius:50px;
	color:currentColor;
}
.flow .flow-list-sub-title {
	margin-top:5px;
	font-size:12px;
	color:#a1a1a1;
}
.flow .location-btn {
	margin-left:10px;
	font-size:13px;
	padding-top:3px;
	display:inline-block;
}
.flow .other-delivery-btn {
	padding-top:5px;
}
.flow.shipping-info {
	background-color:#f7f9fa;
	margin:3px 1px;
	padding:10px 19px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	text-align:right;
}
.flow.shipping-info .info {
	display:flex;
	flex-grow:1;
	width:100%;
	margin-bottom:10px;
}
.flow.shipping-info .info .label {
	color:#999;
	margin-right:10px;
	line-height:15px;
}
.flow.shipping-info .info .content {
	color:#333;
	font-weight:bold;
	flex-grow:1;
}
.flow.shipping-info .info:last-child {
	justify-content:flex-end;
	margin-bottom:0;
}
.flow.shipping-info .info:last-child .label {
	margin-right:0;
}
.bank-list ul {
	padding:10px;
	line-height:2.5;
	font-size:13px;
}
.bank-list .close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0;
}
.location-list {
	line-height:1;
}
.location-list ul {
	padding:10px 15px;
	line-height:2.5;
	font-size:13px;
}
.location-list ul li {
	padding:15px 0;
	font-size:12px;
	font-weight:400;
	border-bottom:1px solid #e8e8e8;
}
.location-list .close {
	float:right;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0;
}
.location-list .location-name {
	font-size:14px;
	color:#333;
	padding-top:2px;
	margin-bottom:5px;
	font-size:14px;
	line-height:15px;
	text-overflow:ellipsis;
	white-space:normal;
	-webkit-line-clamp:1;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;word-break:
	break-word;height:15px;
}
.location-list .address {
	font-size:13px;
	color:#595959;
	font-weight:400;
	margin-bottom:9px;
	line-height:1;
}
.location-list .time {
	font-size:13px;
	color:#999;
	margin-bottom:3px;
	font-weight:400;
	line-height:1.2;
}
.location-list .is-loading {
	text-align:center;
	background:#fff;
	min-height:20px;
	line-height:20px;
}
.loyalty-point {
	font-size:12px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	border:1px solid #f0f0f0;
	-webkit-appearance:none;
}
.loyalty-point.disabled {
	color:#999;
	background-color:#f6f7f8;
	cursor:default;
}
.loyalty-point .row {
	display:flex;
}
.loyalty-point .rule-description {
	font-size:15px;
	font-weight:500;
	padding-top:1px;
}
.loyalty-point .more-description {
	flex-grow:1;
	color:#999;
	font-size:18px;
	margin-left:5px;
}
.loyalty-point .more-description .fa-question-circle-o {
	cursor:pointer;
}
.loyalty-point .discount-price {
	font-size:14px;
	text-align:right;
	padding-top:2px;
}
.loyalty-point .use-point {
	height:15px;
	width:15px;
	vertical-align:bottom;
}
.loyalty-point .cart-content {
	margin-top:30px;
	margin-bottom:30px;
}
/*
.reach-qty {
	margin-top:-40px;
	font-weight:400;
}
.reach-qty .merchandise-title {
	padding:16px 16px 0;
}
.reach-qty .promotion-title {
	padding:16px 16px 5px;
}
.reach-qty .container {
	background-color:#fdfdfd;
}
.reach-qty .merchandise-container {
	clear:both;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.reach-qty .promotion-container {
	margin:12px 0 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-bottom:44px;
	background-color:#fff;
}
.reach-qty .back-to-btn {
	display:none;
}
.reach-qty .is-loading {
	text-align:center;
	background:#fff;
	min-height:20px;
	line-height:20px;
}
.merchandise-ul {
	background-color:#fff;
	width:100%;
	padding:0 8px;
	box-sizing:border-box;
}
.merchandise-ul:before,.merchandise-ul:after {
	content:"";
	display:table;
	clear:both;
}
.merchandise-ul .merchandise-li {
	width:50%;
	box-sizing:border-box;
	padding:0 9px 16px;
	float:left;
}
.merchandise-ul .merchandise-img {
	background:#f5f5f5;
	background-size:100%;
	display:inline-block;
	position:relative;
	width:100%;
}
.merchandise-ul .merchandise-img:before {
	content:"";
	display:block;
	margin-top:100%;
}
.merchandise-ul .merchandise-title {
	color:#333;
	margin:10px 0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	font-size:14px;
	line-height:15px;
	text-overflow:ellipsis;
	white-space:normal;
	-webkit-line-clamp:2;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	word-break:break-word;
	height:30px;
}
.merchandise-ul .container:before,.merchandise-ul .container:after {
	content:"";
	display:table;
	clear:both;
}
.merchandise-ul .merchandise-price {
	float:left;
	font-size:16px;
	color:#ff5353;
}
.merchandise-ul .info {
	border-bottom:none;
	padding:0 0 10px;
}
*/
.hide {
	display:none!important;
}
.show {
	display:block!important;
	opacity:10 !important;
}
/*
.merchandise-ul .add-to-cart-btn {
	height:40px;
	border-radius:3px;
	line-height:40px;
	text-align:center;
	font-size:13px;
	cursor:pointer;
}
.merchandise-ul .favorite {
	float:right;
	color:#c4bfbf;
}
.merchandise-ul .favorite.active {
	color:#ff5353;
}
*/
.back-footer {
	text-align:right;
}
.back-footer .back-btn {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	height:44px;
	text-align:center;
	line-height:44px;
	color:#fff;
	display:inline-block;
	box-sizing:border-box;
	font-size:15px;
}
.ns-sliders {
	background-color:#fff;
	padding-left:16px;
	padding-right:16px;
	box-sizing:border-box;
}
.ns-sliders .slider-wrap {
	padding-bottom:20px;
}
.ns-sliders .slide-card {
	min-width:100px;
	background-color:inherit;
}
.ns-sliders .slide-card .slide-image {
	margin:0;
}
.ns-sliders .slide-card:first-child {
	margin-left:0;
}
.ns-sliders .amount {
	font-size:12px;
	margin-top:5px;
	display:block;
}
.reach-qty-sum {
	border-top:1px solid #eee;
	font-size:12px;
	padding:16px;
	color:#595959;
	background-color:#e6e9eb;
}
.reach-qty-sum:before,.reach-qty-sum:after {
	content:"";
	display:table;
	clear:both;
}
.reach-qty-sum .total-qty {
	color:#333;
	margin-right:29px;
	float:left;
}
.reach-qty-sum .match-info-ul {
	float:left;
}
.reach-qty-sum .match-info-ul li:first-child {
	margin-bottom:2px;
}
.reach-qty-sum .total-payment {
	font-size:15px;
	float:right;
	margin-left:5px;
	margin-top:-2px;
}
.reach-qty-sum .matched-info {
	color:#428bca;
	margin-bottom:5px;
	display:inline-block;
}
.promotion-info {
	background-color:#fffae6;
	max-height:105px;
	padding:16px 60px 16px 16px;
	position:relative;
}
.promotion-info .message {
	position:absolute;
	right:16px;
	top:16px;
	font-size:18px;
}
.promotion-info .title {
	font-size: 13px;
	color: #333;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	height: 28px;
	padding: 0
}
.promotion-info .rule {
	font-size: 13px;
	color: #ff5353;
	margin-bottom: 16px;
	font-weight: 400
}
.promotion-info .period {
	font-size: 12px;
	color: #a1a1a1;
	font-weight: 400
}
.promotion-message {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	padding: 16px;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}
.qty-counter {
	border:1px solid #d4d9de;
	border-radius:4px;
	display:flex;
	width:100%;
	height:44px;
	text-align:center;
}
.qty-counter .qty-counter-btn {
	cursor:pointer;
	font-weight:900;
	line-height:44px;
	display:table-cell;
	width:44px;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.qty-counter .qty-counter-btn.disabled {
	color:#aaa;
	background-color:#f0f0f0;
}
.qty-counter .qty-counter-btn.disabled:hover {
	background-color:#f0f0f0;
}
.qty-counter .qty-counter-btn.unselected.increase-btn {
	color:#ff5353;
}
.qty-counter .decrease-btn {
	color: #aaa;
	float: left;
}
.qty-counter .increase-btn {
	color: #ff5353;
	float: right;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.qty-counter .increase-btn:hover {
	background-color: #fff5f5;
}
.qty-counter .qty-number {
	display: inherit;
	border-right: 1px solid #d4d9de;
	border-left: 1px solid #d4d9de;
	width: calc(100% - 44px*2 - 2px);
}
.qty-counter .qty-number-input {
	color: #4a4e5c;
	font-size: 1em;
	width: 100%;
	text-align: center;
	line-height: 44px;
	height:44px;
}
.qty-counter .qty-number-input::-webkit-inner-spin-button,.qty-counter .qty-number-input ::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.purchase-extra-list .vertical-product {
	background-color: #fff;
	margin-right: 8px;
	width: 31vw;
	box-shadow: 0 1px 4px 0 rgba(71,73,72,.2);
}

.purchase-extra-list .vertical-product:last-child {
	margin-right:0;
}
.purchase-extra-list .vertical-product__image-frame {
	padding:5px 5px 0;
	min-width: 28vw;
	min-height: 28vw;
}
.purchase-extra-list .vertical-product__image {
	max-width:100%;
	height:auto;
}
.purchase-extra-list .vertical-product__information {
	padding:4px 5px 5px;
}
.purchase-extra-list .vertical-product__title {
	font-size:13px;
	line-height:15px;
	text-overflow:ellipsis;
	white-space:normal;
	-webkit-line-clamp:3;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	word-break:break-word;
	height:45px;
	font-weight:bold;
	color:#666;
	margin-bottom:6px;
}
.purchase-extra-list .vertical-product__price-wrapper {
	margin-bottom:6px;
}
.purchase-extra-list .vertical-product__suggest-price {
	font-size:.8em;
	color:#aaa;
	text-decoration:line-through;
	line-height:1.2;
}
.purchase-extra-list .vertical-product__price {
	font-size:.9em;
	color:#ff5353;
	line-height:1.2;
}
.purchase-extra-list .vertical-product__action {
	background-color:#fff;
	height:30px;
	border-radius:5px;
	color:#ff5353;
	border:1px solid #ff5353;
	font-size:.9em;
	text-align:center;
	line-height:30px;
}
.purchase-extra-list .vertical-product {
	margin-right:1%;
	margin-bottom:20px;
	width:19%;
	height:280px;
}
.purchase-extra-list .vertical-product:nth-child(5n) {
	margin-right:0;
}
.purchase-extra-list .vertical-product__image-frame {
	min-width:0;
	min-height:0;
}
.purchase-extra-list .vertical-product__price {
	font-size:1em;
}
.purchase-extra-list .not-reach-threshold .vertical-product {
	height:250px;
}
.purchase-extra-list {
	border:solid 1px #f0f0f0;
}
.purchase-extra-list .purchase-extra-container {
	padding:30px 30px 10px;
}
.purchase-extra-list .purchase-extra-container .purchase-extra-slider__header {
	padding-bottom:16px;
}
.purchase-extra-list .purchase-extra-container .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.purchase-extra-list .purchase-extra-container .title-desc {
	color:#7e7e7e;
	font-weight:normal;
	line-height:1.6;
	font-size:14px;
}
.purchase-extra-list .purchase-extra-container .back-home-link {
	float:right;
	font-weight:normal;
	font-size:14px;
}
.purchase-extra-list .purchase-extra-container .product-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	max-height: 590px;
	transition :max-height 1s;
}
.purchase-extra-list .purchase-extra-container .product-list.has-separate-line {
	border-bottom: 1px solid #d6d6d6;
}
.purchase-extra-list .purchase-extra-container .product-list.more {
	max-height: 1200px;
}
.purchase-extra-list .purchase-extra-container .product-list.not-reach-threshold {
	max-height: 530px;
}

@-moz-keyframes fade-in {
	0%{opacity:0}
	100%{opacity:1}
}
@-webkit-keyframes fade-in {
	0%{opacity:0}
	100%{opacity:1}
}
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
.tooltip {
	cursor:pointer;
	display:inline-block;
	position:relative;
}
.center-sub-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float:left;
}
.fadeto7 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.shopcontinue {
	font-size: 14px;
	padding-top: 20px;
}
.iradio {
	padding-right: 5px;
	font-size: 20px;
}
@media only screen and (min-width:768px) {
	.slider {
		box-shadow: 0 0;
	}
	.slider .slider-arrow {
		background-repeat: no-repeat;
		background-position: 50%;
		cursor: pointer;
		display: inline-block;
		height: 112px;
		width: 40px;
		position: relative;
		top: 40px;
		text-align: center;
		color: #666;
		line-height: 112px;
		font-size: 2em;
	}
	.slider .slider-arrow.disable {
		color: #d8d8d8;
		cursor: default;
	}
	.slider .slider-box {
		display: -webkit-flex;
		display: flex;
		height: auto;
		padding-left: 13px;
		padding-right: 13px;
	}
	.slider .slider-content {
		overflow: hidden;
	}
	.slider .slider-content .slider-li {
		width:20%;
		padding:0 10px;
	}
	.header-progress-bar {
		padding: 30px 0 30px;
		margin: 0 auto;
		width: 500px;
	}
	.header-progress-bar .index {
		background-color: #bababa;
		color: #fff;
		display: inline-block;
		border-radius: 100px;
		line-height: 1;
		padding: 5px;
		width: 17px;
	}
	.header-progress-bar li.active .step-title {
		border-bottom: 2px solid #ff5353;
		padding-bottom: 2px;
	}
	.layout-content {
		margin-top: 0;
	}
	.layout-header ns-progress-bar {
		display: none;
	}
	.modal-dialog {
		margin-top:7%;
	}
	.cart-wrapper {
		margin-bottom: 100px;
	}
	.cart-warning {
		box-sizing: border-box;
		margin: 0 auto 30px;
		font-size: 14px;
		border: 1px solid #f6e4b0;
	}
	.cart-content-container .cart-full-content {
		padding: 8px 5px;
	}
	.cart-content-container .cart-content {
		margin:20px 20px;
	}
	.merchandise-list .merchandise figure {
		max-width:100px;
	}
	.merchandise-list .merchandise .close-btn:hover {
		color:#ff5353;
	}
	.merchandise-list .merchandise .merchandise-title {
		color:#595959;
		margin-bottom:8px;
		font-size:16px;
		line-height:22px;
		text-overflow:ellipsis;
		white-space:normal;
		-webkit-line-clamp:3;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		overflow:hidden;
		word-break:break-word;
		height:72px;
	}
	.merchandise-list .merchandise .merchandise-sku {
		font-size: 13px;
		line-height: 14px;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break: break-word;
		height: 28px;
	}
	.counter .increase-btn:hover {
		border:1px solid #ff9e9e;
	}
	.counter .decrease-btn:hover {
		border:1px solid #ccc;
	}
	.fee-container {
		font-size:13px;
	}
	.fee-container .fee {
		font-size:24px;
	}
	.freebies-list .freebies__left {
		-webkit-flex:1;
		-ms-flex:1;
		flex:1;
	}
	.promotion-list .promotion-row {
		font-size:13px;
	}
	.promotion-list .open-promotion-list-btn,.promotion-list .go-to-promotion-btn {
		font-size: 14px;
	}
	.promotion-list .promotion-list-conclusion .fa-angle-down,.promotion-list .promotion-list-conclusion .fa-angle-up {
		font-size:20px;
	}
	.promotion-list .promotion-rule {
		font-size:14px;
		font-weight:500;
		color:#666;
		margin-left:15px;
	}
	.promotion-list .fa-angle-right {
		font-size:20px;
	}
	.promotion-info .message {
		right:32px;
		cursor:pointer;
	}
	.ecoupon .ecoupon-title {
		margin-right: 40px;
	}
	.ecoupon .ecoupon-code-open-btn {
		float: right;
	}
	.ecoupon .ecoupon-code-open-btn.ecoupon-code-open-btn--left {
		float: left;
	}
	.cart-conclusion .conclusion-row {
		width:50%;
		margin-left:50%;
	}
	.cart-conclusion .fee {
		width: 150px;
		font-size:15px;
	}
	.cart-conclusion .tier-member {
		margin-right: 6px;
		font-size: 14px;
	}
	.cart-footer-container {
		position:relative;
	}
	.cart-footer .next-step-btn {
		width: 50%;
	}
	.cart-footer .shipping-area {
		width: 50%;
		margin-left: 50%;
		font-size: 14px;
	}
	.flow {
		font-size: 13px;
	}
	.flow .row {
		font-size: 15px;
	}
	.flow .payment-info {
		font-size:13px;
	}
	.flow .payment-info .text {
		font-size:14px;
	}
	.flow .delivery-info {
		font-size:13px;
	}
	.flow .flow-list-sub-title {
		font-size:13px;
	}
	.flow .other-delivery-btn {
		font-size:14px;
	}
	.flow.shipping-info {
		padding:10px 29px;
		flex-wrap:nowrap;
	}
	.flow.shipping-info .info {
		margin-bottom:0;
	}
	.flow.shipping-info .info .label {
		font-size:14px;
	}
	.flow.shipping-info .info .content {
		flex-grow:0;
	}
	.flow.shipping-info .info .content {
		font-size:15px;
	}
	.flow.shipping-info .info:last-child .label {
		width:calc(100% - 150px);
	}
	.flow.shipping-info .info:last-child .content {
		width:150px;
	}
	.bank-list ul {
		font-size:14px;
	}
	.loyalty-point .use-point {
		vertical-align:unset;
	}
	.reach-qty {
		margin-top:30px;
	}
	.reach-qty .merchandise-title {
		padding:16px 32px 0;
		font-size:18px;
	}
	.reach-qty .promotion-title {
		padding:16px 32px 5px;
	}
	.reach-qty .merchandise-container {
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	.reach-qty .promotion-container {
		margin:30px 0 20px;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		padding-bottom:30px;
	}
	.reach-qty .back-to-btn {
		display:block;
		color:#999;
		float:right;
		padding:15px 0;
		font-size:15px;
	}
	.reach-qty .back-to-btn i {
		font-size:17px;
		margin-right:3px;
		-webkit-transition:
		margin-right .3s;
		-o-transition:margin-right .3s;
		transition:margin-right .3s;
	}
	.reach-qty .back-to-btn:hover i {
		margin-right:5px;
	}
/*
	.merchandise-ul {
		padding:10px 21px;
	}
	.merchandise-ul .merchandise-li {
		width:20%;
	}
	.merchandise-ul .add-to-cart-btn {
		font-size:14px;
	}
*/
	.back-footer .back-btn {
		position:relative;
		width:50%;
		border-radius:5px;
	}
	.back-footer .back-btn i {
		font-size:18px;
		-webkit-transition:transform .5s;
		-o-transition:transform .5s;
		transition:transform .5s;
	}
	.back-footer .back-btn:hover {
		color:#fff;
	}
	.back-footer .back-btn:hover i {
		-moz-transform:translateX(-5px);
		-o-transform:translateX(-5px);
		-ms-transform:translateX(-5px);
		-webkit-transform:translateX(-5px);
		transform:translateX(-5px);
	}
	.reach-qty-sum {
		font-size:14px;
		padding:16px 32px;
	}
	.reach-qty-sum .total-payment {
		font-size:20px;
	}
	.promotion-info {
		padding:16px 60px 16px 32px;
	}
	.promotion-info .title {
		font-size: 16px;
		font-size: 16px;
		line-height: 17px;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break: break-word;
		height: 34px;
	}
	.promotion-info .rule {
		font-size: 14px;
	}
	.promotion-message {
		padding: 16px 32px;
	}
	.hide-at-sm {
		display:inherit;
	}
}
@media only screen and (max-width:767px) {
/*
	.header-progress-bar {
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		background-color: #f7f7f7;
		font-size: 13px;
		height: 40px;
		border-bottom: 3px solid #d3d3d3;
		box-sizing: border-box;
	}
	.header-progress-bar li.active:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: currentColor;
		left: 0;
		bottom: 0;
	}
*/
	.full-height-modal .modal-body {
		max-height: 546px;
		max-height: calc(100vh - 75px);
	}
	.counter .qty {
		width:40px;
	}
	.promotion-list .open-promotion-list-btn__text {
		display: none;
	}
	.promotion-list.unmatched-promotion .go-to-promotion-btn {
		display: block;
		margin-bottom: 6px;
		float: none;
	}
	.promotion-list.unmatched-promotion .go-to-promotion-btn .fa-angle-right {
		display:none;
	}
	.promotion-list.unmatched-promotion .go-to-promotion-btn__text {
		display: block;
		float: right;
		color: #428bca;
	}
	.promotion-list.matched-promotion .go-to-promotion-btn__text {
		display: none;
	}
	.promotion-list.matched-promotion .go-to-promotion-btn {
		position: absolute;
		right: 0;
		top: 25px;
	}
	.promotion-list .promotion-title {
		margin-right:6px;
	}
	.ecoupon.has-ecoupon-verl-gutter {
		padding-top:4px;
		padding-bottom:4px;
	}
	.show-at-sm {
		display:block!important;
	}
	._hide-at-sm {
		display:none!important;
	}
	._show-at-sm {
		display:block!important;
	}
	.purchase-extra-list .vertical-product__image-frame {
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
@media only screen and (min-width:1281px) {
	.hide-at-lg {
		display:none!important;
	}
	._hide-at-lg {
		display:none!important;
	}
	.show-at-lg {
		display:block;
	}
	._show-at-lg {
		display:block!important;
	}
}

.salepage-sku-m {
	z-index: 9998;
	position: fixed;
	bottom: 25%;
	left: 30%;
	width: 40%;
	background: white;
	overflow: hidden;
	max-height: 0;
	border-radius: 5px;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}
.salepage-sku-m.option-show {
	max-height: 9999px;
	display: block;
}
.salepage-sku-m .salepage-sku-cm {
	width: 96%;
	margin-top: 15px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.salepage-sku-m .salepage-sku-cm. salepage-sku-dy {
	width: 100%;
	display: block;
}
.qty-wrapper-m .qty-counter {
	float: left;
	width: 70%;
	margin-top: 12px;
	margin-left: 2%;
	border: 1px solid #d4d9de;
	border-radius: 4px;
	height: 42px;
	text-align: center;
	margin-bottom: 56px;
}
.qty-wrapper-m .qty-counter .qty-number-input {
	color: #4a4e5c;
	font-size: 1em;
	width: 100%;
	text-align: center;
	line-height: 36px;
	height: 36px;
}
.salepage-sku-m .product-sku .sku-li.actived .sku-link-m, .salepage-sku-m .product-sku .sku-li.actived .style-link-m {
	color: #ff5353;
}
.salepage-sku-m .product-sku .sku-li .sku-link-m, .salepage-sku-m .product-sku .sku-li. style-link-m {
	float: left;
}
.salepage-sku-m .product-sku .sku-li.disabled .sku-link-m {
	text-decoration: line-through;
	color: #aaa;
	cursor: default;
	background-color: #F0F0F0;
}
.salepage-sku-m .product-sku .sku-li .sku-link-m, .salepage-sku-m .product-sku .sku-li .style-link-m {
	box-sizing: border-box;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2;
	min-width: 46px;
	padding: 10px 12px;
	text-align: center;
}
.sku-btn {
	margin-right: 3%;
	text-align: right;
	width: 97%;
	margin-bottom: 10px;
}
.qty-counter {
  border: 1px solid #d4d9de;
  border-radius: 4px;
  display: flex;
  width: 100%;
  height: 42px;
  text-align: center;
}
.qty-counter .qty-counter-btn {
  cursor: pointer;
  font-weight: 900;
  line-height: 42px;
  display: table-cell;
  width: 44px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.qty-counter .qty-counter-btn.disabled {
  color: #aaa;
  background-color: #f0f0f0;
}
.qty-counter .qty-counter-btn.disabled:hover {
  background-color: #f0f0f0;
}
.qty-counter .qty-counter-btn.unselected.increase-btn {
  color: #ff5353;
}
.qty-counter .decrease-btn {
  color: #aaa;
  float: left;
}
.qty-counter .increase-btn {
  color: #ff5353;
  float: right;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.qty-counter .increase-btn:hover {
  background-color: #fff5f5;
}
.qty-counter .qty-number {
  display: inherit;
  border-right: 1px solid #d4d9de;
  border-left: 1px solid #d4d9de;
  width: calc(100% - 44px * 2 - 2px);
}

.qty-counter .qty-number-input {
  color: #4a4e5c;
  font-size: 1em;
  width: 100%;
  text-align: center;
  line-height: 36px;
  height: 36px;
}
.qty-counter .qty-number-input::-webkit-inner-spin-button,
.qty-counter .qty-number-input ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.immediately-buy-btn {
  background: #ff5353;
  border: 1px solid #ff5353;
  color: #ffffff;
  cursor: pointer;
}
.immediately-buy-btn:hover {
  background: #ff2020;
}
.immediately-buy-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
.core-link {
  color: #428bca;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
.core-link:hover {
  color: #3071a9;
}
.co-overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; background: #000; height:100%; display:none; z-index: 9997;}
.pull-right {
  float: right;
}
.add-to-cart-popup .product-wrapper {
  margin: 0;
  position: relative;
  padding: 20px;
}
.add-to-cart-popup .product-wrapper:before, .add-to-cart-popup .product-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper {
  float: left;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper .image-frame {
  width: 90px;
  height: 90px;
}
.add-to-cart-popup .product-wrapper .product-img-wrapper .image-body {
  max-width: 90px;
  max-height: 90px;
}
.add-to-cart-popup .product-wrapper .product-detail {
  float: right;
  position: relative;
  height: 90px;
  width: calc(100% - 100px);
  text-align: left;
  padding-right: 16px;
  box-sizing: border-box;
}
.add-to-cart-popup .product-wrapper .product-title {
  font-size: 14px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 30px;
  color: #4a4e5c;
  font-weight: normal;
}
.add-to-cart-popup .product-wrapper .price-wrapper {
  position: absolute;
  bottom: 0;
}
.add-to-cart-popup .product-wrapper .product-price {
  font-size: 1em;
  color: #ff5353;
}
.add-to-cart-popup .product-wrapper .product-suggestprice {
  font-size: 0.7em;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.add-to-cart-popup .choose-sku {
  padding: 8px 20px;
}
.add-to-cart-popup .choose-qty-wrapper {
  border-top: 1px solid #d4d9de;
  display: flex;
  display: -webkit-flex;
  padding: 20px;
}
.add-to-cart-popup .choose-qty-wrapper .sku-sub-title {
  color: #4a4e5c;
  font-size: 0.8em;
  line-height: 44px;
  float: left;
  margin-right: 12px;
}
.add-to-cart-popup .choose-qty-wrapper .choose-qty {
  flex: 1;
  -webkit-flex: 1;
  text-align: left;
}
.add-to-cart-popup .choose-qty-wrapper .qty-wrapper {
  width: 80%;
  display: inline-block;
}
.add-to-cart-popup .choose-qty-wrapper .salepage-btn-group {
  text-align: right;
  flex: 1;
  -webkit-flex: 1;
  display: inline-flex;
}
.salepage-btn-group-m {
	display: none;
}
.core-btn {
  border-radius: 4px;
  font-size: 15px;
  height: 44px;
  line-height: 1.5;
}
.gift-confirm-btn {
  background: #ff9933;
  border: 1px solid #ff9933;
  color: #ffffff;
  cursor: pointer;
  margin-top:10px;
}
.gift-confirm-btn:hover {
  background: #ff8000;
}
.gift-confirm-btn:active {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}
.add-to-cart-popup .choose-qty-wrapper .core-btn {
  width: 100%;
}
figure {
	margin: 0px;
}
.add-to-cart-popup .choose-qty-wrapper .gift-confirm-btn {
  margin-right: 12px;
}
.add-to-cart-popup .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #9c9c9c;
}
.salepage-feature-li, .sku-name {
	padding-top: 4px;
  font-size: 0.9em;	
  font-weight: normal;
}
.product-sku .sku-level-title {
  color: #4a4e5c;
  font-size: 0.8em;
  line-height: 1.2;
  padding-top: 8px;
  text-align: left;
}
.textleft {
  text-align: left;
}
.product-sku .sku-ul {
  padding: 2px;
}
.product-sku .sku-ul:before, .product-sku .sku-ul:after {
  content: "";
  display: table;
  clear: both;
}
.product-sku .sku-li {
  border: 1px solid #d4d9de;
  border-radius: 3px;
  color: #4a4e5c;
  float: left;
  margin: 8px 8px 0 0;
}
.product-sku .sku-li:hover {
  border: 1px solid #ff5353;
  box-shadow: 0 0 0 1px #ff5353;
}
.product-sku .sku-li.actived {
  border: 1px solid #ff5353;
  box-shadow: 0 0 0 1px #ff5353;
}
.product-sku .sku-li.actived .sku-link, .product-sku .sku-li.actived .style-link {
  color: #ff5353;
}
.product-sku .sku-li .sku-link, .product-sku .sku-li .style-link {
	float: left;
}

.product-sku .sku-li.disabled.soldout {
  background: #f0f0f0;
}
.product-sku .sku-li.disabled .sku-link {
  text-decoration: line-through;
  color: #aaa;
  cursor: default;
  background-color: #F0F0F0;
}
.product-sku .sku-li.disabled:hover {
  border: 1px solid #d4d9de;
  box-shadow: none;
}
.product-sku .sku-li .sku-link, .product-sku .sku-li .style-link {
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
  min-width: 46px;
  padding: 10px 12px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
	.salepage-btn-group-m {
		width: 100%;
		z-index: 997;
		bottom: 0px;
		position: fixed;
		height: 68px;
		display: inline-block;
		background: #fff;
		box-shadow: 1px 0 0 0 rgba(33,33,33,.2);
	}
	.salepage-btn-group-m .gift-confirm-btn {
		float: left;
		width: 47%;
		margin-top: 12px;
		margin-left: 2%;
		margin-right: 1%;
	}
	.salepage-sku-m {
		bottom: 0px;
		left: 0px;
		width: 100%;
		border-radius: 0px;
	}
}