::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 6px;
}

::-webkit-scrollbar:horizontal {
	 height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border: 2px solid transparent;
}

::-webkit-scrollbar-track {
	background-color: transparent; 
}
@media (max-width: 430px) {
	::-webkit-scrollbar:vertical {
		width: 6px;
	}

	::-webkit-scrollbar:horizontal {
		height: 6px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .3);
		border: 2px solid transparent;
	}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.title-1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.title-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.givePadding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.bg-gray {
	background-color: #f6f6f6 !important;
}
.note {
	color: #acacac;
	margin-bottom: 0;
}
.order-list-wrapper .badge {
	font-size: 88%;
	border-radius: 0;
}
.cancel-order-note.note {
	font-size: 15px;
}
.show-product {
	position: relative;
}
.border-top-red {
	border-top: 1px solid #ca0000;
}
.blank-wrapper {
	width: 100%;
	height: 100%;
}
.blank-wrapper::before {
	content: "";
	background-image: url('../img/page-header/signup.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.08;
}

.about::before{
	content: "";
	width: 0;
	height: 80px;
	display: block;
}
.product-carousel {
	margin-top: 80px;
}
.product-carousel p {
	margin-bottom: 8px;
}
.product-carousel-intro {
	margin-bottom: 48px;
	font-style: italic;
	font-size: 17px;
}
.product-carousel .card-price {
	margin-top: 16px;
	margin-bottom: 0;
	letter-spacing: 0.4px;
	font-size: 15px;
}

.imgbox {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.imgbox__inner {
	width: 100%;
	padding-top: 60%;
}
.imgbox__inner .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}
.hero-imgbox {
	position: relative;
}
.hero-imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 3 / 10);
}
.hero-imgbox__inner .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-imgbox-link {
	display: block;
}
.hero .owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
	padding-right: 16px;
}
.hero .owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	transition: all 0.3s;
}
.hero .owl-carousel .owl-dots .owl-dot:hover span,
.hero .owl-carousel .owl-dots .owl-dot.active span {
	width: 22px;
}
.product-carousel .imgbox__inner{
	padding-top: calc(100% * 6 / 5);
}
.product-carousel .imgbox:hover .image {
	transform: scale(1.1, 1.1);
}
.product-thumb-info-image .imgbox__inner,
.thumb-gallery-wrapper .imgbox__inner{
	padding-top: 100%;
}
.line-imgbox {
	position: relative;
	margin-bottom: 16px;
}
.line-imgbox__inner {
	width: 80px;
	padding-top: 80px;
}
.line-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.line-left-imgbox {
	position: relative;
}
.line-left-imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 6 / 5);
}
.line-left-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.detail-imgbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
.detail-imgbox__inner {
	width: 100%;
	padding-top: 100%;
}
.detail-imgbox__inner .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav-link span {
	display: block;
	font-size: 13px;
	color: #f1b03a;
}
.online-body .nav-link span {
	display: block;
	font-size: 13px;
	color: #c3d825;
}
#header .header-nav.header-nav-line nav>ul>li {
	height: 100%;
	border: 1px solid blue;
	line-height: 70px;
}
.btn-cancel {
	background-color: rgb(240, 240, 240);
	color: #949494;
}
.login-btn {
	background-color: #975b5b;
	color: #fff;
	height: auto;
	line-height: 22px;
	font-size: 15px;
	border-radius: 4px !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 16px;
	margin-left: 32px;
	align-self: center;
}
.login-btn:hover {
	background-color: #874343;
	color: #fff;
}
#header .header-nav.header-nav-links nav>ul>li:hover >a.login-btn{
	border: 1px solid #874343;
	color: #874343;
}
#header .header-nav.header-nav-links nav>ul>li>a.login-btn.active {
	border: 1px solid #874343;
	color: #874343;
}
#header .header-nav.header-nav-links nav>ul>li>a.login-btn:hover {
	border: 1px solid #874343;
	color: #874343;
}
a .badge.badge-tertiary {
	color: #484848;
	border: 1px solid #eff1f3;
	font-size: 14px;
	margin: 8px;
}
a .badge.badge-tertiary:hover {
	background-color: #ece3d0;
	border: 1px solid #e6dac9;
}
.tag-wrapper {
	border-bottom: 1px solid rgb(218, 218, 218);
	padding-bottom: 24px;
	padding-top: 32px;
}
.line-link-wrapper {
	border: 1px solid #d8d8d8;
	position: relative;
	padding-right: 48px;
	padding-left: 48px;
	padding-top: 48px;
    padding-bottom: 48px;
	height: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
}
.line-btn-title {
	font-size: 22px;
	display: block;
	margin-top: 24px;
    margin-bottom: 24px;
	text-align: center;
}
.signup-main .line-btn-title,
.staff-main .line-btn-title {
	margin-top: 0;
}
.line-btn {
	padding: 16px 10px;
    position: relative;
    background-color: #06c755;
    border-radius: 4px;
    width: 300px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 20%);

}
.line-btn img {
	display: inline-block;
	width: 40px;
	margin-right: 4px;
}
.line-btn:hover {
	color: #fff;
	text-decoration: none;
}
/* 商品頁立即購買 */

.check-out-modal-box {
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 16px;
}
.check-out-modal-imgbox {
	width: 140px;
	height: 140px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.check-out-modal-imgbox__inner {
	width: 100%;
	padding-top: 100%;
}
.check-out-modal-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.check-out-modal-title {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 12px;
}
.check-out-modal-spec {
	margin: 24px 0;
}

.spec-item {
	font-size: 16px;
	color: #000;
	padding: 12px 12px;
	position: relative;
	border-radius: 0;
	border: 1px solid #dbdbdb;
}
.check-out-modal-spec .spec-item {
	display: flex;
	border-bottom: 0;
}
.check-out-modal-spec .spec-item:last-of-type {
	border-bottom: 1px solid #dbdbdb;
}
.check-out-modal-spec .spec-item .name {
    width: 48%;
	flex-shrink: 0;
}
.check-out-modal-spec .spec-item .number-box {
	flex-grow: 1;
}
.spec-item .name {
	display: block;
	width: 58%;
	margin-bottom: 4px;
	font-size: 17px;
}
.spec-item .number-box {
	text-align: right;
	/* margin-right: 32px; */
}
.spec-item .price {
	color: #acacac;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.check-out-modal-spec .spec-item .price {
	width: 100%;
}
.spec-item .per-price {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 0;
}
.spec-item .amount-selecter {
	display: flex;
	vertical-align: middle;
	width: 16%;
	margin-left: auto;
}
.check-out-modal-spec .spec-item .amount-selecter {
	width: 30%;
	border: 1px solid #acacac;
}
.spec-item .amount-selecter.stock-none {
	color: #888888;
	font-weight: 600;
	text-align: center;
}
.spec-item .cancel {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 8px 14px;
}
.spec-item .cancel:hover {
	text-decoration: none;
}
.check-out-modal-spec .order-detail-total-box {
	padding-right: 32px;
	padding-left: 32px;
}
.check-out-modal-spec .order-detail-total-box strong {
	font-size: 17px;
}
.check-out-modal-store {
	padding-left: 16px;
	padding-right: 16px;
}
.check-out-modal-store .label {
	display: inline-block;
	font-size: 17px;
	margin-right: 16px;
	font-weight: 900;
	color: #222;
}
.check-out-modal-store .label .icons {
	color: #2e8ac5;
}
.form-check-label {
	margin-right: 20px;
}
.check-out-modal-store .form-check-label {
	color: #000;
	font-size: 16px;
	letter-spacing: 0.6px;
}
.check-out-modal-store-box {
	display: inline-block;
}
.attention-box {
    margin-top: 24px;
    padding: 16px 16px;
    padding-bottom: 16px;
    background-color: #eee;
	color: #222;
	line-height: 24px;
}
.attention-title {
	color: #484848;
	text-align: center;
	margin-bottom: 24px;
}
.attention-title h3 {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.attention-title .icons {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
}
.attention-text {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15.8px;
	letter-spacing: 0.8px;
	line-height: 24px;
}
.modal-header, .modal-footer {
	border: 0;
}
.modal-header {
	padding: 8px 12px;
    padding-bottom: 12px;
}
.modal-content {
	border: 0;
	border-radius: 0;
}
/* 我的訂單 */
.status-filter {
	margin-bottom: 16px;
}
.status-filter .icon-label {
	margin-right: 8px;
	margin-left: 4px;
	color: #9c9c9c;
}
.status-filter select {
	padding: 6px;
	padding-right: 16px;
	width: 20%;
}

.order-list-wrapper {
	margin-top: 42px;
}
.order-list-box {
	display: block;
    text-decoration: none;
    margin-bottom: 16px;
    transition: all 0.2s;
    border: 1px solid rgb(74 50 50 / 40%);
    border-radius: 8px;
    overflow: hidden;
}
.order-list-header {
	background-color: #f8ecec;
	padding: 8px 18px;
	transition: all 0.1s;
}
.order-list-box:hover {
	text-decoration: none;
}
.order-list-box:hover .order-list-box-icon {
	text-decoration: underline;
}
.order-list-box.hide {
	display: none;
}
.order-list-item {
	padding: 4px 0px;
	font-size: 15px;
}
.order-list-item a {
	display: block;
}
.order-list-item-label,
.order-list-item-text {
	display: inline-block;
}
.order-list-body .order-list-item-label {
	padding-right: 8px;
	color: rgb(0 0 0 / 50%);
}
.order-list-body {
	padding: 8px 16px;
	position: relative;
}
.order-list-box-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding-right: 16px;
	font-size: 16px;
	color: #904d4d;
}
.order-detail-imgbox {
	position: relative;
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.order-detail-imgbox__inner {
	width: 100%;
	padding-top: 100%;
}
.order-detail-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.order-detail-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 82%;
}
.order-detail-label-wrapper {
    padding: 16px 0;
	    border-bottom: 1px solid #616161;
    border-top: 1px solid #616161;
	margin: 32px 0;
}
.order-detail-label {
	font-size: 15px;
	margin-bottom: 4px;
	display: inline-block;
    width: 48%;
}
.label-detail {
	display: inline-block;
	margin-left: 12px;
}
.order-detail-name{
	font-size: 17px;
	color: #222;
	letter-spacing: 0.6px;
}
.order-detail-spec {
	/* text-align: right; */
}
.order-detail-spec-item {
	font-size: 15px;
    margin-bottom: 2px;
    line-height: 20px;
    display: flex;
	color: #484848;
}
.order-detail-text .special-pricing-tag {
	margin-top: 0;
}
.order-detail-text .special-pricing-tag .special-pricing {
	text-align: left;
}
.quantity-sign {
	padding-left: 16px;
	padding-right: 16px;
}
.per-price {
	padding-left: 24px;
	font-weight: 900;
	color: #0970b3;
	font-size: 16px;
	display: block;
}
.modal .per-price  {
	display: inline-block;
	flex-shrink: 0;
}
.special-pricing-tag {
	margin-top: 8px;
}
.special-pricing-tag .special-pricing {
	font-size: 16px;
	text-align: right;
	margin-bottom: 0;
	letter-spacing: 0.6px;
}
.order-detail-total-box {
	font-size: 16px;
	color: #000;
	text-align: right;
	padding: 12px 16px;
}
.order-detail-total-box .label {
	font-size: 15px;
	margin-bottom: 4px;
	color: #000;
	display: inline-block;
}
.order-detail-total-box strong {
	font-size: 17px;
	color: #0970b3;
}
#first-check.modal .special-pricing-tag {
	display: inline-block;
	margin-right: 16px;
}
.modal .special-pricing-tag {
	display: block;
}
.take-store-info-text {
	padding: 10px 28px;
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
	border-radius: 4px;
}
.take-store-name,
.take-store-addr {
	display: inline-block;
	vertical-align: middle;
}
.take-store-name {
	padding-right: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.take-store-addr {
	text-decoration: underline;
	font-size: 15px;
}
.cancel-order-note a {
	color: #6d6d6d;
}
.cancel-card-body::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
}
/* 聯絡客服 */
.store-item {
	border-radius: 4px;
	padding: 16px 24px;
	margin-bottom: 24px;
	background-color: #ededed;
}
.store-imgbox {
	position: relative;
}
.store-imgbox__inner {
	width: 100%;
	padding-top: 57%;
}
.store-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.store-info-item {
	padding: 5px 0;
	line-height: 20px;
}
.store-label {
	display: block;
	font-size: 16px;
	color: #286ab9;
	margin-right: 16px;
	font-weight: 700;
}
.store-text {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0.6px;
}
.store-text:hover {
	color: #bf8843;
}
.store-name {
	font-size: 20px;
	font-weight: 900;
	color: #333;
	margin-bottom: 18px;
}
.store-info-box a {
	font-size: 16px;
	text-decoration: none;
}
.store-label .icons {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}
.contact-line {
	font-size: 18px;
	color: #333;
	font-weight: 900;
}
.contact-line:hover {
	text-decoration: none;
	color: #bf8843;
}
.contact-line img {
	width: 80px;
	margin-right: 12px;
}
.staff-body {
	background-color: #efefef;
	position: relative;
}
.card-imgbox{
	position: relative;
	text-align: center;
}
.card-imgbox__inner {
	display: inline-block;
	width: 100%;
	padding-top: 45%;
}
.card-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.back-navbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
.back-nav-item {
	padding: 16px 18px 16px 12px;
}
.back-nav-item a {
	display: inline-block;
}
.back-nav-item a:hover {
	text-decoration: none;
}
.back-nav-item .icons{
	font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    background-color: #9a9a9a;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
	vertical-align: middle;
}
.back-nav-item span {
	margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
}
.signout-box {
	padding: 16px;
	padding-bottom: 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.signout-box a{
	line-height: 18px;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
}
.signout-box a span {
	font-weight: 600;
}
.staff-body footer#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-user-select: none;
}
.staff-list-header{
	width: 90%;
}
.staff-list-body {
	margin-bottom: 0;
}
.staff-list-header.staff-list-header-sm {
	width: 10%;
}
.label-item {
	float: left;
	width: 25%;
	padding-left: 16px;
	color: #848484;
	margin-bottom: 2px;
}
.label-item.label-lg {
	width: 37%;
}
.label-item.label-md {
	width: 22%;
}
.label-item.label-sm {
	width: 16%;
}
.staff-list-box {
	position: relative;
	background-color: #fff;
	height: 100%;
	border: 1px solid;
}

.list-box-item {
	float: left;
	width: 25%;
	font-size: 17px;
	padding: 26px 8px 26px 20px;
	position: relative;
}
.list-box-item.list-box-lg {
	width: 37%;
}
.list-box-item.list-box-md {
	width: 22%;
}
.list-box-item.list-box-sm {
	width: 16%;
}
.store-colorA {
	background-color: #65a4c1;
	color: #fff;
	font-weight: 600;
}
.store-colorB {
	background-color: #ca8787;
	color: #fff;
	font-weight: 600;
}
.staff-list-wrapper {
	padding-left: 16px;
	padding-right: 16px;
}
.go-checkout-box {
	font-size: 20px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.go-checkout-text {
	display: inline-block;
	vertical-align: middle;
}
.go-checkout-number {
	margin-left: 8px;
	margin-right: 8px;
	color: #000;
	font-weight: 900;
}
.go-checkout-box .btn {
	padding: 16px 40px;
}
.staff-list-box input {
	display: none;
}
label.choose-list {
	float: left;
	width: 90%;
	margin-bottom: 0;
	border: 3px solid transparent;
}
.choose-list.active {
	border: 3px solid rgb(110 155 255);
}
.show-list {
	float: left;
	width: 10%;
	padding-left: 8px;
	line-height: 78px;
}
.show-list .btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 78px;
	width: 100%;
	font-size: 15px;
	border: none;
	vertical-align: middle;
	margin-top: 3px;
}
.show-list .btn .icons {
	padding-left: 2px;
	font-size: 14px;
}
.show-order-detail {
	background-color: #fff;
	margin-left: 3px;
}
.checkout-form {
	display: block;
}
.staff-list-detail-box-header .label {
	display: inline-block;
}
.staff-list-detail-box {
	padding: 4px 0px;
}
.detail-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}
.detail-name h4{
	font-size: 20px;
}
.detail-text .per-price {
	padding-left: 0;
}
.staff-list-detail-box .detail-text .per-price {
	font-size: 18px;
	padding-left: 24px;
}
.detail-spec, .detail-number {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
.special-tag {
	font-size: 19px;
	font-weight: 900;
	color: #ff5825;

}
.detail-item {
	margin-top: 12px;
	margin-bottom: 12px;
}
.bar-code-list-item {
	margin: 10px;
	padding-bottom: 32px;
	margin-bottom: 24px;
	border-bottom: 1px solid #d2d2d2;
}
.bar-code-list-item p {
	line-height: 22px;
	margin-bottom: 4px;
	font-size: 17px;
}
.bar-code-list-item .item-amount span {
	font-size: 18px;
	font-weight: 900;
}
.bar-code-list-item:last-child {
	border-bottom: 0;
}
.bar-code-list-header {
	background-color: #f5f5f5;
	padding: 12px 8px;
	font-size: 16px;
	margin-bottom: 24px;
}
.bar-code-list-header .header-label {
	display: inline-block;
	margin-right: 48px;
}
.bar-code-list-header .header-label span {
	color: #222;
	padding-left: 8px;
}
.item-code {
	margin-top: 12px;
	margin-bottom: 12px;
}
.signature-wrapper {
	width: 100%;
	height: 600px;
	display: inline-block;
}
#signature {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.staff-search-label {
	font-size: 16px;
}
.privacy-check a {
	text-decoration: underline;
	color: #bf8843;
}
.staff-search-btn {
	-webkit-user-select: none;
}
/* 20221018 */
.visible-xs{display: none;}

@media (max-width: 1025px){
	/*.hero-carousel {
		height: 60vh;
	}*/
	.big-text-group__text {
		font-size: 24px;
		margin-bottom: 8px;
		padding: 0 6px;
	}
	.product-carousel-intro {
		margin: 0px 48px;
		padding-bottom: 24px;
	}
	.shop-header-intro-text {
		line-height: 30px;
	}
	.login-btn {
		margin-left: 10px;
	}
	.line-btn {
		width: 100%;
	}
	.per-price {
		display: block;
	}
	.order-detail-text {
		width: 78%;
	}
	.back-navbar {
		top: 20px;
	}
	.signature-title {
		margin-top: 24px;
		text-align: center;
	}
}
@media (max-width: 992px) {
	.header-nav-features .simple-search {
		width: 100% !important;
	}
	/* 20221018 */
	.body.staff-body{min-height: 100vh}
	.back-navbar {
		top: 0px;
		position: absolute;
	}
	.main.staff-main .pt-5{
		padding-top: 5rem !important;
	}
	.staff-list-detail-box{
		padding: 10px;
	}
	.visible-xs{display: none;}
}
@media (max-width: 769px){
	.givePadding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.product-big-text-group {
		top: -72px;
		left: -22px;
	}
	.big-text-group__text {
		font-size: 28px;
	}
	.title {
		text-align: center;
	}
	.contact-border {
		width: 100%;
		height: 240px;
	}
	.contact-info-box {
		margin-top: 32px;
		margin-left: 0;
	}
	.intro-imgbox3__inner {
		padding-top: 30%;
	}
	.shop-header-intro-text {
		width: 70%;
	}
	.modal-dialog {
		max-width: 660px;
	}
	.login-btn {
		align-self: center;
		margin-top: 16px;
		margin-bottom: 24px;
		display: block;
		width: 100%;
		margin-left: 16px;
		margin-right: 16px;
	}
	.modal-live .spec-item .name {
		width: 52%;
	}
	.modal-live .spec-item .price {
		width: 31%;
	}
	.attention-box {
		padding-right: 24px;
	}
	.store-info-box {
		margin-top: 24px;
	}
	.store-name {
		margin-bottom: 10px;
	}
	.staff-search-btn {
		width: 100%;
	}
	.staff-main .input-group .input {
		width: 100%;
	}
	/* .show-list .btn {
		line-height: 38px;
	} */
	.show-list {
		width: 13%;
	}
	label.choose-list {
		width: 87%;
	}
	.status-filter select {
		width: 30%;
	}
	.spec-item .amount-selecter {
		width: 21%;
	}
	.staff-list-header {
		width: 86%;
	}
	.label-item {
		padding-left: 10px;
	}
	.staff-list-wrapper {
		padding: 0;
	}
	.label-item.label-lg {
		width: 38%;
	}

	.label-item.label-md {
		width: 20%;
	}

	.label-item.label-sm {
		width: 16%;
	}
}
@media (max-width: 430px) {
	.givePadding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.hint {
		padding-left: 16px;
		padding-right: 16px;
	}
	.product-carousel-intro {
		margin: 0 40px;
	}
	.deco1 {
		opacity: 0.2;
	}
	.intro-imgbox3__inner {
		padding-top: 62%;
	}
	.shop-header-intro {
		text-align: center;
	}
	.shop-header-intro-icon {
		width: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.shop-header-intro-text {
		width: 100%;
		padding: 8px;
	}
	.intro-name img {
		width: 100%;
		height: auto;
	}
	.check-out-modal-box {
		padding: 8px 6px;
	}
	.check-out-modal-title {
		margin-left: 0;
	}
	.modal-body {
		padding: 4px;
	}
	.spec-btn {
		line-height: 22px;
	}
	.spec-item .price {
		float: left;
		width: 64%;
		text-align: right;
	}
	.check-out-modal-spec .spec-item .amount-selecter {
		float: right;
		width: 60%;
	}
	.spec-item .amount-selecter .number {
		width: 36px;
		flex-grow: 1;
	}
	.spec-item .name {
		width: 86%;
	}
	.spec-item .cancel {
		text-align: center;
	}
	.order-detail-total-box {
		margin-right: 0;
		padding: 0;
	}
	.attention-content {
		font-size: 16px;
	}
	.attention-content ol {
		padding-left: 24px;
	}
	.order-list-box {
		font-size: 15px;
	}
	.order-detail-label-wrapper {
		padding: 12px 12px;
		margin-top: 0;
   	 	margin-bottom: 6px;
		border: 0;
	}
	.order-detail-label {
		margin-bottom: 12px;
		line-height: 20px;
		width: 100%;
	}
	.order-detail-text {
		margin-left: 0;
		width: 100%;
	}
	.order-detail-name {
		display: block;
		margin-bottom: 8px;
	}
	.order-detail-spec-item {
		margin-bottom: 6px;
		padding-top: 6px;
		line-height: 20px;
		align-items: center;
	}
	.label-detail {
		display: block;
		margin-left: 0;
	}
	.cancel-order-note.note {
		line-height: 24px;
	}
	.check-out-modal-spec .order-detail-total-box {
		padding: 0;
	}
	.check-out-modal-store .form-check-label {
		font-size: 15.5px;
	}
	.modal-live .spec-item .price {
		width: 100%;
	}
	.nav-link span {
		font-size: 13px;
	}
	.contact-line img {
		width: 60px;
	}
	.status-filter select {
		width: 40%;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 4.7rem);
	}
	.privacy-content p {
		font-size: 15px;
		line-height: 28px;
	}
	.modal-header {
		padding: 4px 12px;
	}
	/* 20221018 */
	.body.staff-body{min-height: 100vh}
	.phone_search.body.staff-body{min-height:105vh }
	.main.staff-main{
		padding-bottom: 100px;
	}
	.main.staff-main .col-sm-4 img{
		margin: 0 auto;
    display: block;
	}
	.go-checkout-box{
		margin-bottom: 0;
	}
	.staff-list-header{
		display: none;
	}
	label.choose-list{
		width: 100%;
	}
	.list-box-item,.list-box-item.store-colorA{
		width: 100% !important;
		padding: 6px 12px !important;
	}
	.list-box-item.list-box-lg {
		font-weight: 600;
		padding-right: 90px !important;
	}
	.visible-xs{display: inline-block}
	.staff-list-item{position: relative}
	.show-list {
    width: 26%;
    position: absolute;
    right: 4px;
    top: 1px;
    line-height: 1;
    border-radius: 0px;
	}
	.show-list .btn{
		border-radius: 0px;
    padding: 8px;
    line-height: 1;
	}
	.show-list .btn:hover{
		background-color: #efefef;
    border-color: #efefef;
    color: #777;
	}
	.detail-item{
		display: flex;    
		align-items: start;
	}
	.detail-item .detail-imgbox{flex: 0 0 100px;}
}
@media (max-width: 400px) {
	.platform-text {
		line-height: 32px;
	}
	.product-carousel-intro {
		font-size: 16px;
		margin: 0 24px;
	}
	.hint {
		line-height: 22px;
	}
	.deco3 {
		top: -6px;
		right: -420px;
	}
	.deco3 img {
		width: 46%;
	}
	.shop-header-intro-text {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}
	.big-text-group__text {
		line-height: 30px;
	}
	.spec-item .name {
		font-size: 16px;
		line-height: 24px;
	}
	.take-store-name {
		display: block;
		padding-right: 0;
	}
	.line-link-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.line-btn img {
		width: 32px;
	}
	.line-btn-title {
		margin-top: 8px;
    	margin-bottom: 8px;
	}
	.status-filter select {
		width: 50%;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 5.4rem);
	}
	.spec-item .amount-selecter {
		width: 40%;
	}
}
@media (max-width: 361px) {
	.shop-header-intro-text {
		line-height: 24px;
	}
	.intro-imgbox3__inner {
		padding-top: 66%;
	}
	.intro .platform-text {
		padding: 0 8px;
		line-height: 36px;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 6rem);
	}
	.check-out-modal-spec .spec-item .amount-selecter {
		width: 80%;
	}
	
}
@media (max-width: 321px) {
	.platform-text {
		line-height: 30px;
	}
	.product-carousel-intro {
		font-size: 15px;
		margin: 0 12px;
	}
	.product-carousel{
		margin-top: 0;
	}
	.intro-imgbox3__inner {
		padding-top: 75%;
	}
	.big-text-group__text {
		font-size: 20px;
		margin-bottom: 6px;
		line-height: 28px;
	}
	.status-filter select {
		width: 70%;
	}
	.spec-item .name {
		font-size: 15px;
	}
	.spec-item .price {
		font-size: 15px;
		width: 57%;
	}
	.spec-item .per-price {
		font-size: 15px;
	}
	.check-out-modal-store .form-check-label {
		font-size: 15px;
	}
}
/* 20211111 */
.qa-wrapper .card-body p,
.qa-wrapper .card-body {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.6px;
}
.qa-wrapper .card {
	margin-bottom: 16px;
}
/* ----------------------------------------- */
.hidden {
	display: none !important;
}
#header .header-nav-main nav>ul>li.highlight-nav {
	margin-right: 0;
	margin-left: 0;
	flex-direction: column;
	justify-content: center;
	width: 130px;
	transition: all 0.3s;
}
#header .header-nav-main nav>ul>li.highlight-nav.active {
	box-shadow: 0 -8px 26px -1px rgb(102 8 8 / 40%);
	position: relative;
}
#header .header-nav-main nav>ul>li.highlight-nav a,
#header .header-nav-main nav>ul>li.highlight-nav:hover a {
	height: auto;
	align-items: center;
}

.highlight-nav .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-bottom: 4px;
	/* opacity: 0.6; */
}

.highlight-nav.brown{
	/* background-color: #7ba6e7; */
	background-color: #c3d825;
}
/* 20220401 */

.nav-pills  > li.highlight-nav.brown.active > a {
	background-color: #c3d825;
}
.highlight-nav.orange{
	background-color: #f7a62e;
}
.highlight-nav.brown:hover {
	/* background-color: #7ba6e7; */
	background-color: #b8ce16;
}
.highlight-nav.orange:hover {
	background-color: #f7b553;
}
#header .header-nav-main nav>ul>li.highlight-nav:hover>a {
	color: #fff;
}
#header .header-nav-main nav>ul>li.highlight-nav:not(:hover)>a.active {
	color: #fff;
}
/* #header .header-nav-main nav>ul>li.highlight-nav>a {
	color: rgba(255, 255, 255,0.6);
}
#header .header-nav-main nav>ul >li.highlight-nav>a.active .icon{
	opacity: 1;
} */
#header .header-nav.header-nav-links nav>ul li.highlight-nav:hover>a {
	color: #ffffff;
}
/* #header .header-nav.header-nav-links nav>ul li.highlight-nav:hover>a .icon {
	opacity: 1;
} */
.highlight-nav .nav-link span {
	color: rgba(255, 255, 255, 0.7);
}
.mobile-search-btn {
	display: none !important;
}
#header .header-nav-main nav>ul>li.search-nav-link {
	margin-left: 0;
}
.search-nav-link button {
	font-size: 18px;
}
.header-search-wrapper.hidden {
	opacity: 0;
	visibility: hidden;
}

.header-search-wrapper {
	position: fixed;
	top: 100px;
	right: 0;
	width: 23%;
	background-color: #fff;
	padding: 14px 0;
	transition: all 0.3s;
	border-bottom: 1px solid #efefef;
	z-index: 1002;
}

.header-search-wrapper button {
	outline: 0;
	border: 0;
	background-color: transparent;
	padding: 0 16px;
}

.header-search-wrapper input {
	border-bottom: 1px solid #eee;
}

.header-search-wrapper .close-btn {
	padding-right: 6px;
}

.header-search-wrapper .close-icon {
	font-size: 28px;
	color: #7a7a7a;
	font-weight: 300;
}
@media (max-width: 1025px) {
	#header .header-nav-main nav>ul>li.highlight-nav {
		width: 110px;
	}
}
@media (max-width: 992px) {
	.mobile-search-btn {
		display: inline-flex !important;
	}
	#header .header-nav-main nav>ul li.search-nav-link {
		display: none;
	}
	.highlight-nav,
	.highlight-nav:hover {
		background-color: transparent;
	}
	#header .header-nav-main nav>ul>li.highlight-nav {
		width: 100%;
		flex-direction: row;
		display: flex;
		justify-content: flex-start;
	}
	#header .header-nav-main nav>ul>li.highlight-nav {
		transition: none;
	}
	#header .header-nav-main nav>ul>li.highlight-nav.active {
		box-shadow: none;
	}
}
@media (max-width: 430px) {
	.highlight-nav .icon {
		width: 30px;
		height: 30px;
		margin-bottom: 0;
	}
}
.init-ask-addr .modal-lg {
	max-width: 65%;
}
.init-ask-addr .modal-content {
	background-color: transparent;
}
.init-ask-addr .modal-header {
	padding-top: 0;
	padding-bottom: 0;
}
.init-ask-addr .modal-header .close {
	font-size: 48px;
	font-weight: 400;
	font-family: initial;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	color: #fff;
	opacity: 1;
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.init-ask-addr .modal-header .close:hover,
.init-ask-addr .modal-header .close:focus,
.init-ask-addr .modal-header .close:active {
	color: #fff;
	opacity: 1;
	outline: none;
}
.init-ask-addr .modal-footer {
	padding: 0;
	justify-content: center;
}
.init-ask-addr .modal-footer a {
	color: #fff;
	font-size: 17px;
	text-decoration: underline;
	text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.init-ask-addr label {
	flex: 0 0 100%;
	margin-bottom: 0;
	line-height: 25px;
	font-size: 15px;
}
.init-ask-addr label i {
	padding-right: 6px;
}
.init-ask-addr .result-box {
	position: relative;
	max-height: 0;
	width: 100%;
	transition: all 0.2s;
	opacity: 0;
	visibility: hidden;
}
.init-ask-addr .result-box.show {
	max-height: 110px;
	opacity: 1;
	visibility: visible;
	padding: 16px;
}
.init-ask-addr .result-box h4 {
	color: #3a5602;
}
.init-ask-addr .result-box i {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 1;
}
.init-ask-addr .result-box.ok i {
	color: #2fbf15;
}
.init-ask-addr .result-box.not-ok i {
	color: #bd1717;
}
.body.ask-addr-up::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.addr-ask-box {
	background-color: #c3d825;
	padding: 24px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.3s;
}
.addr-ask-box label {
	color: #4e810c;
}
.index-addr-ask-box {
	margin-top: 16px;
}
html .online-body .addr-ask-box .btn-primary {
	background-color: #9fb307;
}
html .online-body .addr-ask-box .btn-primary:hover {
	background-color: #93a700;
}
.modal .addr-ask-box {
	padding-top: 12px;
	padding-bottom: 6px;
	box-shadow: 0 3px 24px -5px rgba(0, 0, 0, 0.7);
}
.addr-ask-box.focus-color {
	animation: colorfocus 4s both ease;
}
.addr-ask-box .result-box .close-result {
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	right: 0px;
	cursor: pointer;
	color: #484848;
}
@keyframes colorfocus {
	0%{
		background-color: #e1e7b4;
	}
	100%{
		background-color: #c3d825;
	}
}
.addr-ask-box input.form-control {
	border-radius: 0;
	margin-right: 16px;
	border-color: #000;
	font-size: 17px;
}
.addr-ask-box input.form-control:disabled,
.addr-ask-box input.form-control[readonly] {
	border-color: #acacac;
	color: #858585;
}
.addr-ask-box .form-control:focus {
	box-shadow: none;
}
.addr-ask-box input::-webkit-input-placeholder {
	font-size: 17px;
}
.addr-ask-box .input-group-append {
	width: 12%;
}
.addr-ask-box .input-group-append button {
	width: 100%;
	font-size: 17px;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.addr-ask-box .addr-validate {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}
.addr-ask-box .addr-validate.ok-addr {
	color: rgb(136, 199, 72);
}
.addr-ask-box .addr-validate.no-addr {
	color: #d95959;
}
.init-ask-addr .hint {
	flex: 0 0 100%;
	font-size: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	color: #4e810c;
	line-height: 24px;
	padding-top: 6px;
}
.cate-sidebar-box {
	background-color: #fff;
	height: 100%;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 100%;
	/* max-height: calc(100vh - 348px); */
}
.cate-sidebar-box.detail-cate {
	position: relative;
}
.cate-sidebar.nav-list li a {
	font-size: 1.2em;
	color: #484848;
}
.cate-sidebar .icon {
	display: inline-block;
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.cate-sidebar.nav-list li a:hover {
	color: #00ada5;
}
.cate-sidebar.nav-list li>a.active {
	color: #00ada5;
}

.fixed-block {
	display: block;
	width: 100%;
	height: 100%;
}
.mobile-cate-nav {
	display: none;
}
.cate-sidebar-box.fixed-this {
	position: fixed;
	top: 148px;
	width: 85px;
	max-height: calc(100vh - 348px);
	overflow-y: auto;
	flex-wrap: nowrap;
	/* padding-bottom: 40px; */
	background-color: #fff;
}
/* .cate-sidebar.fixed-this {
	position: fixed;
	top: 70px;
	max-width: 85px;
	width: 85px;
	max-height: calc(100vh - 70px);
	overflow-y: scroll;
	flex-wrap: nowrap;
	padding-bottom: 40px;
	background-color: #b9a191;
} */
@media (max-width: 1025px) {
	.cate-sidebar-box.fixed-this {
		top: 148px;
	}
}
@media (max-width: 992px) {
	.addr-ask-box .input-group-append {
		width: 18%;
	}
	.cate-sidebar-box.fixed-this {
		max-height: calc(100vh - 118px);
	}
	.cate-sidebar-box.fixed-this {
		top: 118px;
	}
}
@media (max-width: 601px) {
	.mobile-cate-nav {
		display: block;
		position: fixed;
		top: 25%;
		left: 0;
		width: 32px;
		padding: 8px 2px;
		font-size: 15px;
		letter-spacing: 4px;
		background-color: #00ada5;
		color: #fff;
		writing-mode: vertical-rl;
		text-orientation: upright;
		cursor: pointer;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		transition: all 0.3s;
		z-index: 99;
	}

	.mobile-cate-nav i {
		margin-bottom: 4px;
		font-size: 13px;
	}

	.mobile-cate-nav.out {
		transform: translateX(140px);
	}

	.mobile-cate-nav.out i {
		transform: rotate(180deg);
	}

	.cate-sidebar-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 140px;
		height: 100%;
		z-index: 9999;
		transform: translateX(-100%);
		transition: all 0.3s;
		/* max-height: calc(100vh - 70px); */
		max-height: 100%;
		overflow-y: auto;
		flex-wrap: nowrap;
		padding-bottom: 60px;
	}

	.cate-sidebar-box.show {
		transform: translateX(0);
	}

	.cate-sidebar::-webkit-scrollbar:vertical {
		width: 4px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .2);
		border: 2px solid transparent;
	}

	.cate-sidebar .icon {
		width: 16px;
		height: 16px;
		vertical-align: middle;
		margin-right: 0px;
		/* display: none; */
	}

	
}
@media (max-width: 430px) {
	.mobile-cate-nav.out {
		transform: translateX(110px);
	}
	.cate-sidebar-box {
		width: 110px;
	}
	.cate-sidebar.nav-list li a {
		font-size: 15px;
	}
	/* .addr-ask-box .input-group {
		flex-direction: column;
	} */
	.addr-ask-box {
		padding: 16px;
		margin-bottom: 16px;
	}
	.addr-ask-box input.form-control {
		margin-right: 0;
		font-size: 16px;
		padding: 0.5rem 0.5rem;
	}
	.addr-ask-box .input-group-append {
		/* width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px; */
		width: 100%;
		flex-shrink: 0;
		margin-left: 0;
	}
	.addr-ask-box .input-group-append button {
		font-size: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.init-ask-addr .hint {
		padding-left: 0;
		padding-right: 0;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
}
@media (max-width: 321px) {
	.init-ask-addr .hint {
		font-size: 14px;
	}
}
.online-page.shop .products .product {
	margin-left: 6px;
	margin-right: 6px;
	background-color: #fbfbfb;
	/* border: 1px solid #f4f4f4; */
	padding: 8px;
	box-shadow: 0 0px 7px 0px rgb(0 0 0 / 15%);
}
.online-page.shop .products .product:hover {
	transform: none;
}
.online-page.shop .products .product:hover .image {
	transform: scale(1.05);
}
.online-page.shop .products .product.sold-out .btn{
	pointer-events: none;
	color: #d9d9d9;
	background-color: #f1f1f1;
}
.online-page.shop .products .product .text-box {
	padding: 0 2px;
}
.online-page.shop .products .product .btn-box {
	display: flex;
}
.online-page.shop .product .btn-box .btn {
	border-radius: 0;
	width: 50%;
	/* background-color: rgb(193 193 193 / 18%); */
	background-color: #e9e7e7;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #b1a9a3;
	position: relative;
	height: 34px;
	border: 0;
}
.online-page.shop .product .btn-box .btn.inactive {
	color: #b1a9a3;
}
.online-page.shop .product .btn-box .btn.inactive i {
	animation: btn_effect_back 0.3s both;
}
.online-page.shop .product .btn-box .btn i {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
}
.online-page.shop .product .btn-box .btn:hover {
	background-color: #ededed;
}
/* .online-page.shop .product .btn-box .btn:nth-child(1):after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #c5bdb6;
	top: 0;
} */
.online-page.shop .product .btn-box .btn:nth-child(1) {
	border-right: 2px solid #fbfbfb;
}
.online-page.shop .product .btn-box .fav-btn:hover {
	/* color: #5f94e3; */
	color: #b3c913;
}
.online-page.shop .product .btn-box .incart-btn:hover {
	/* color: #5f94e3; */
	color: #b3c913;
}
.online-page.shop .product .btn-box .btn.active {
	background-color: #f5f5f5;
}
.online-page.shop .product .btn-box .btn.active i {
	/* color: #5f94e3; */
	color: #b3c913;
	animation: btn_effect 0.3s both ;
}
@media (max-width: 1025px) {
	.online-page.shop .product .btn-box .fav-btn:hover {
		color: inherit;
	}
}
@media (max-width: 430px) {
	.online-page.shop .products .product {
		margin-left: 4px;
		margin-right: 4px;
	}
	.online-page.shop .products .product .text-box {
		padding: 0 5px;
	}
	.online-page.shop .product .btn-box .btn:nth-child(1) {
		border-right: 1px solid #fbfbfb;
	}
	
}
@media (max-width: 361px) {
	.online-page.shop .products .product {
		margin-left: 2px;
		margin-right: 2px;
	}
}
@media (max-width: 321px) {
	.online-page.shop .products .product {
	    padding: 4px;
	}
}

.float-tool-box {
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 90;
}
.float-tool-box .box-tag {
	display: block;
	padding: 8px;
	padding-left: 10px;
	line-height: 1;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
	height: 60px;
	width: 60px;
	background-color: #fff;
	box-shadow: 0 1px 12px 0px rgba(0,0,0,0.2);
	border: 1px solid #eee;
}
.float-tool-box .box-tag {
	margin-bottom: 8px;
}
.float-tool-box .box-tag:last-child {
	margin-bottom: 0;
}
.float-tool-box .box-tag i,
.float-tool-box .box-tag.inactive i {
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #484848;
}
.float-tool-box .box-tag.active i {
	color: #b3c913;
}
.float-tool-box .box-tag.active.anime i {
	animation: btn_effect 0.3s both;
}
/* 20220307 */
.float-tool-box .box-tag.active i::after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	right: -6px;
	background-color: rgb(255 94 32);
	box-shadow: 0 0 0 2px #fff;
}
/* 20220307 */
.box-tag .c-number {
	display: none;
	position: absolute;
	top: -4px;
	right: -5px;
	z-index: 1;
	color: #fff;
	font-size: 10px;
	font-family: 微軟正黑體;
	width: 15px;
	text-align: center;
	letter-spacing: -2px;
	font-weight: 400;
}
.box-tag.active .c-number {
	display: block;
}
@media (max-width: 430px) {
	.float-tool-box {
		bottom: 12%;
	}
	html .scroll-to-top {
		padding: 10px 10px 38px;
		right: 0;
		min-width: 48px;
		display: none;
	}
	.float-tool-box .box-tag {
		width: 50px;
		height: 50px;
	}
	.float-tool-box .box-tag i,
	.float-tool-box .box-tag.inactive i {
		font-size: 22px;
	}
}
@media (max-width: 361px) {
	.float-tool-box .box-tag {
		height: 40px;
		width: 40px;
	}
	.float-tool-box .box-tag i,
	.float-tool-box .box-tag.inactive i {
		font-size: 16px;
	}
}
.back-link {
	font-size: 16px;
}
.cart-item-box {
	/* background-color: #fbfbfb; */
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	border: 3px solid rgba(0, 0, 0, 0.06);
}
.cart-item-box .order-detail-imgbox {
	width: 15%;
	flex-shrink: 0;
}
.cart-item-box .order-detail-imgbox__inner {
	position: relative;
}
.cart-item-box .order-detail-name {
	font-size: 19px;
}
.cart-item-box .order-detail-text {
	padding-top: 8px;
	flex-shrink: 0;
	flex-grow: 1;
	margin-left: 0;
	padding-left: 10px;
	width: 77%;
}
.cart-item-box .order-detail-spec {
	text-align: left;
}
.cart-item-box .per-price {
	padding-left: 0;
	padding-top: 8px;
}
.item-wrapper .order-detail-total-box strong {
	font-size: 20px;
	/* color: #1f345e; */
}

.calculate-box {
	margin-top: 6px;
	margin-bottom: 10px;
	text-align: right;
}
.calculate-box .outter {
	display: inline-block;
}
.calculate-box p {
	line-height: 24px;
	font-size: 15px;
	color: #7a7a7a;
	margin-bottom: 4px;
}
.calculate-box .discount-pricing {
	font-size: 17px;
	text-align: right;
	margin-bottom: 6px;
	letter-spacing: 0.6px;
	font-weight: 700;
	line-height: 24px;
	color: #f78686;
	background-color: #ffefef;
	padding: 4px 6px;
	border-radius: 4px;
}
.calculate-box .discount-p {
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}
.cart-item-box .del-box {
	width: 8%;
	background-color: #d1d1d1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	opacity: 0.4;
	transition: all 0.3s;
}
.cart-item-box .del-box:hover {
	background-color: #ef8574;
	opacity: 1;
}
.cart-item-box .del-box i {
	font-size: 18px;
	color: #ffffff;
}
.empty-hint {
	color: #acacac;
	text-align: center;
	font-size: 18px;
}
.empty-hint a {
	color: #d39544;
}
.buyer-info-box .info-content {
	padding: 24px 22px;
	/* border: 1px solid #f4f4f4; */
	background-color: #f4f4f4;
	margin-bottom: 10px;
}
@media (max-width: 430px) {
	.cart-item-box {
		position: relative;
	}
	.cart-item-box .order-detail-imgbox {
		width: 30%;
	}
	.cart-item-box .order-detail-text {
		padding-left: 0;
		width: 100%;
	}
	.cart-item-box .del-box {
		width: 46px;
		height: 46px;
		opacity: 1;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 0;
	}
	.cart-item-box .del-box i {
		font-size: 16px;
	}
}
.online-page.shop .summary-text-only {
	margin-bottom: 24px;
}
.online-page.shop .summary-text-only p {
	line-height: 28px;
}
.online-page.shop .btn-box {
	display: flex;
	justify-content: space-between;
}
.online-page.shop .btn-box .left-box {
	/* 20220307 */
	width: 59%;
	display: flex;
}
.online-page.shop .summary-item .btn-box .btn {
	position: relative;
	font-size: 16px;
	background-color: #ededed;
	color: #b1a9a3;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.2s;
	display: block;
	text-align: center;
	border: 0;
	border-radius: 0;
	flex: 1;
}
/* 20220307 */
.online-page.shop .summary-item .btn-box .btn.incart-btn {
	flex: 2;
	background-color: #005637;
	color: #fff;
}
.online-page.shop .summary-item .btn i {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.online-page.shop .summary-item .btn.incart-btn i {
	/* position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	transform: translateY(-50%); */
	padding-left: 2px;
}
.online-page.shop .summary-item .btn-box .btn:nth-child(1) {
	border-right: 4px solid #fff;
}
.online-page.shop .checkout-btn {
	/* 20220307 */
	width: 40%;
	background-color: #9fb71c;
}

.online-page.shop .checkout-btn:hover {
	background-color: #7db100;
}
.online-page.shop .summary-item .fav-btn:hover {
	color: #b3c913;
}
.online-page.shop .summary-item .incart-btn:hover {
	color: #b3c913;
}
.online-page.shop .summary-item .btn.active {
	background-color: #f5f5f5;
}
.online-page.shop .summary-item .btn.active i {
	color: #b3c913;
	animation: btn_effect 0.3s both ;
}
.online-page.shop .summary-item .btn.inactive {
	color: #b1a9a3;
}
.online-page.shop .summary-item .btn.inactive i {
	animation: btn_effect_back 0.3s both;
}
.dash-hr {
	height: 1px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EFEFEFFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
	margin: 24px 0;
}
@media (max-width: 430px) {
	/* 20220310 */
	.online-page.shop .btn-box .left-box {
		width: 60%;
	}
	.online-page.shop .summary-item .btn-box .btn {
		font-size: 15px;
	}
}
@media (max-width: 321px) {
	.calculate-box .discount-pricing {
		font-size: 15px;
		line-height: 20px;
		text-align: center;
	}
	.online-page.shop .summary-item .btn-box .btn {
		font-size: 14px;
	}
	.online-page.shop .summary-item .btn.incart-btn i {
		padding-left: 0;
	}
}

@keyframes btn_effect {
	0%{
		transform: scale(0);
	}
	70%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes btn_effect_back {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@media (max-width: 430px) {
	/* 20220307 */
	/* .online-page.shop .btn-box .left-box {
		width: 30%;
	} */
	.online-page.shop .summary-item .btn-box .btn:nth-child(1) {
		border-right: 1px solid #bdbdbd;
	}
	.mobile-sm-px {
		padding-left: 0;
		padding-right: 0;
	}
}
.coupon-outter {
	overflow: hidden;
	margin-bottom: 16px;
}
.coupon-inner {
	position: relative;
    padding: 16px 26px;
    background: #fff;
    border: 1px solid rgb(74 50 50 / 40%);
    border-radius: 6px;
}

.coupon-inner::before {
	content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgb(74 50 50 / 40%);
}

.coupon-inner span {
	display: block;
}
.coupon-inner .title {
	font-size: 19px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
}
.coupon-inner .info {
	font-size: 16px;
	color: #757575;
	border-top: 1px dashed #825a5a;
	padding: 12px;
	background-color: #f8ecec;
}
@media (max-width: 430px) {
	.coupon-inner {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.mobile-px-1400 {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* .online-page .news-ticker-wrapper {
	background-color: #36a5ab;
} */
#endProduct h4 {
	color: #d1d1d1;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 16px 0;
}
#endProduct h4::before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background: #d1d1d1;
	vertical-align: middle;
	margin: 0 9px;
	margin-bottom: 1px;
}
#endProduct h4::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background: #d1d1d1;
	vertical-align: middle;
	margin: 0 9px;
	margin-bottom: 1px;
}
.sidenav-box {
	display: flex;
    margin-bottom: 32px;
	justify-content: center;
}
.sidenav-box .dash-item {
	display: block;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 10px;
    color: #000000;
    background-color: #f8ecec;
	text-decoration: none;
}
.sidenav-box .dash-item:hover {
	background-color: #f0d8d8;
}
.sidenav-box .dash-item img {
	display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 22px;
    margin-right: 2px;
}
.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -120px;
}

@media (max-width: 1025px) {
	.sidenav-box {
		margin-bottom: 24px;
	}
	.sidenav-box .dash-item {
		display: inline-block;
	}
	.order-list-wrapper {
		margin-top: 60px;
	}
}
@media (max-width: 430px) {
	.sidenav-box {
		margin-bottom: 16px;
		justify-content: flex-start;
	}
	.sidenav-box .dash-item {
		display: inline-block;
	}
	.order-list-wrapper {
		margin-top: 40px;
	}
	
}
@media (max-width: 361px) {
	.sidenav-box .dash-item {
		display: block;
		flex-shrink: 0;
	}
}
/* .online-body {
	background-image: url('../img/deco/tomato.svg');
	background-size: 700px;	
} */
.hero-outter {
	position: relative;
	background-color: #fff;
}
.online-body .hero .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.online-body .hero {
	max-width: 950px;
	margin: 0 auto;
}
.online-body .hero-imgbox__inner {
	width: 950px;
	height: 534px;
	padding-top: 0;
	position: relative;
	display: inline-block;
}
.online-body .hero .owl-carousel .owl-item {
	opacity: 0.6;
	transform: scale(0.9);
}
.online-body .hero .owl-carousel .owl-item.active {
	opacity: 1;
	transform: scale(1);
}
.online-body .owl-carousel.nav-pink .owl-nav button.owl-prev {
	left: -26px;
}
.online-body .owl-carousel.nav-pink .owl-nav button.owl-next {
	right: -26px;
}
@media (max-width: 1281px) {
	.online-body .hero {
		width: 640px;
	}
	.online-body .hero-imgbox__inner {
		width: 640px;
		height: 360px;
	}
}
@media (max-width: 769px) {
	.online-body .hero {
		width: 540px;
	}
	.online-body .hero-imgbox__inner {
		width: 540px;
		height: 304px;
	}
}
@media (max-width: 601px) {
	.online-body .hero {
		width: 100%;
	}
	.online-body .hero-imgbox__inner {
		width: 100%;
		padding-top: calc(100% * 9 / 16);
		height: auto;
	}
	.online-body .hero .owl-carousel .owl-item {
		transform: scale(1);
		opacity: 1;
	}
}
/* 20220221 */
.modal .coupon-box {
	background-color: #c3e0ff;
	padding: 12px 15px;
	font-size: 16px;
	margin-bottom: 16px;
}
.modal .coupon-box .form-control-lg {
	font-size: 16px;
}
.modal .coupon-box label {
	color: #484848;
}
.modal .coupon-box label img {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	margin-right: 4px;
}
.modal .coupon-box .form-item {
	padding-bottom: 10px;
}
.modal .coupon-box .barcode-box .item{
	display: none;
}
.modal .coupon-box .barcode-box .item.show {
	display: block;
}
.modal .coupon-box .barcode-box .item .name {
	font-weight: 600;
	background-color: rgb(255 255 255 / 50%);
	padding: 0 8px;
	margin-bottom: 4px;
}
.modal .coupon-box .barcode-box .item-code {
	margin-top: 0;
}
/* 20220310 */
.entrance-body {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.full-height {
	height: 100vh;
}
.center-wrapper {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center-wrapper .logo-item {
	display: inline-block;
	width: 300px;
	margin: 0 50px;
	transition: all 0.3s;
}
.center-wrapper .logo-item:hover {
	opacity: 0.8;
}
.center-wrapper .logo-item .logo {
	width: 100%;
	max-width: 100%;
	margin-bottom: 16px;
}
.center-wrapper .logo-item p {
	color: #686868;
}
.history-bar {
	position: fixed;
	right: 0;
	top: 30%;
	display: none;
	z-index: 10;
}
.history-bar.show {
	display: block;
}
.history-bar .history-item {
	display: block;
	padding: 6px;
}
.history-bar .history-item .imgbox {
	width: 60px;
	height: 60px;
	transition: all 0.3s;
}
.history-bar .history-item:hover .imgbox {
	opacity: 0.8;
}
.history-bar .history-item .imgbox .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.history-bar .tag {
	margin-bottom: 0;
	font-size: 14px;
	color: #acacac;
	text-align: center;
}
.history-bar .bar-inner {
	padding: 4px;
	box-shadow: 0 1px 12px 0px rgb(0 0 0 / 20%);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #fff;
	width: 80px;
}
.history-bar .mobile-tag {
	display: none;
}
@media (max-width: 1025px) {
	.history-bar {
		top: 50%;
	}
}
@media (max-width: 992px) {
	.history-bar .bar-inner {
		padding: 2px;
		width: 66px;
	}
	.history-bar .history-item .imgbox {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 769px) {
	.history-bar {
		top: 48%;
	}
	.center-wrapper {
		flex-direction: column;
	}
	.center-wrapper .logo-item {
		padding: 32px 0;
	}
}
@media (max-width: 601px) {
	.history-bar .tag {
		display: none;
	}
	.history-bar .mobile-tag {
		display: block;
		position: fixed;
		top: 50%;
		right: 0;
		width: 32px;
		padding: 8px 2px;
		font-size: 15px;
		letter-spacing: 4px;
		background-color: rgb(255 255 255 / 82%);
		color: #545454;
		writing-mode: vertical-rl;
		text-orientation: upright;
		cursor: pointer;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		transition: all 0.3s;
		box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	}
	.history-bar .mobile-tag.out {
		transform: translateX(-80px);
	}
	.history-bar .bar-inner {
		position: fixed;
		top: 46%;
		right: 0;
		transform: translateX(100%);
		transition: all 0.3s;width: 80px;
	}
	.history-bar .bar-inner.show {
		transform: translateX(0);
	}
	.history-bar .history-item .imgbox {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 430px) {
	.history-bar .bar-inner {
		top: 30%;
	}
	.center-wrapper .logo-item {
		width: 240px;
		margin: 0 40px;
	}
	.center-wrapper {
		min-height: 75vh;
	}
	#footer .footer-copyright p {
		line-height: 20px;
	}
}
@media (max-width: 400px) {
	.history-bar .bar-inner {
		top: 22%;
	}
	.history-bar .mobile-tag {
		top: 45%;
	}
}
@media (max-width: 361px) {
	.history-bar .history-item .imgbox {
		width: 50px;
		height: 50px;
	}
	.history-bar .bar-inner {
		width: 66px;
	}
	.history-bar .mobile-tag.out {
		transform: translateX(-66px);
	}
	.history-bar .bar-inner {
		top: 26%;
	}
	.center-wrapper .logo-item {
		width: 240px;
		margin: 0 40px;
		padding-bottom: 22px;
	}
}
@media (max-width: 321px) {
	.center-wrapper .logo-item {
		width: 220px;
	}
}
.online-body .price .o-price {
	color: #a7a7a7;
	line-height: 20px;
	margin-right: 8px;
	text-decoration: line-through;
	font-size: 15px;
}
.online-body .summary-text .price .o-price {
	margin-right: 12px;
}
/* 20220317 */
.msg-text {
	font-size: 16px;
	color: #ff7373;
}
.msg-text a {
	text-decoration: underline;
	color: #a36b2a;
}
.center-logo {
	width: 100%;
	mix-blend-mode: multiply;
}
.fixed-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	padding: 16px;
}
.fixed-logo img {
	width: 100%;
	max-width: 100%;
}
.center-wrapper .content-box {
	width: 60%;
	display: inline-block;
}
.center-wrapper .link-box {
	padding: 24px 16px;
	padding-bottom: 0;
}
.center-wrapper .link-box a {
	display: block;
    padding: 8px 0;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 27px;
    letter-spacing: 0.6px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    background-color: #e6bac0;
    border-radius: 50px;
}
.center-wrapper .link-box a span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}
.center-wrapper .link-box a.ikl {
	border-color: #f7a62e;
	background-color: #f7a62e;
	color: #fff;
}
.center-wrapper .link-box a.ikl:hover {
	color: #f7a62e;
	background-color: transparent;
}
.center-wrapper .link-box a.ikd {
	
	border-color: #aec500;
	background-color: #aec500;
	color: #fff;
}
.center-wrapper .link-box a.ikd:hover {
	color: #aec500;
	background-color: transparent;
}
@media (max-width: 430px) {
	.fixed-logo {
		width: 220px;
	}
	.center-logo {
		width: 120px;
	}
	.center-wrapper .content-box {
		width: 70%;
	}
}
/* 20220324 */
.price-condition {
	text-align: right;
	padding-top: 6px;
}
.price-condition .inner {
	border-radius: 4px;
	padding: 8px 10px;
	display: inline-block;
	background-color: #fce9cd;
	position: relative;
}

.price-condition p {
	line-height: 24px;
	color: #b1741d;
	font-weight: 700;
	font-size: 15px;
}
.price-condition p strong {
	text-decoration: underline;
	font-size: 17px;
	color: #e25b34;
	padding: 0 4px;
}
/* 20220811 */
.seller-box.summary-item {
	background-color: #ffeecf;
    padding: 10px 12px;
	margin-bottom: 10px;
	border-radius: 6px;
}
.seller-box .line-btn {
	padding: 6px 10px;
	margin-top: 8px;
	box-shadow: none;
	font-size: 16px;
}
.seller-box .line-btn img {
    display: inline-block;
    width: 32px;
    margin-right: 4px;
}
.seller-box .tag,.seller-box .summary-label {
	color: rgb(156 73 73 / 93%);
}
.seller-box .summary-content {
	margin-bottom: 18px;
}