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

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

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

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

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

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

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		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: #f3f3f3;
}
.font-weight-3 {
	font-weight: 300;
}

.font-noto {
	font-family: 'Noto Sans TC',sans-serif;
}
.note {
	color: #6a6a6a;
	margin-bottom: 0;
	line-height: 24px;
}
.cancel-order-note.note {
	font-size: 15px;
}
.show-product {
	position: relative;
}
.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.3s ease;
}
.hero-imgbox {
	position: relative;
}
.hero-imgbox__inner {
	width: 100%;
	padding-top: 46%;
}
.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;
}
.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;
}
.line-imgbox__inner {
	width: 100%;
    padding-top: calc(100% * 9 / 5);
}
.line-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	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: 120px;
}
.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: #ff8080;
    color: #fff;
    height: auto;
    line-height: 22px;
    font-size: 15px;
    border-radius: 60px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 16px;
    margin-left: 32px;
    align-self: center;
}
.login-btn:hover {
	background-color: #ff9c9c;
	color: #fff;
}
#header .header-nav.header-nav-links nav>ul>li:hover >a.login-btn{
	border: 1px solid #ce9153;
	color: #ce9153;
}
#header .header-nav.header-nav-links nav>ul>li>a.login-btn.active {
	border: 1px solid #ce9153;
	color: #ce9153;
}
#header .header-nav.header-nav-links nav>ul>li>a.login-btn:hover {
	border: 1px solid #ce9153;
	color: #ce9153;
}
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 {
	position: relative;
	height: 100%;
	text-align: center;
	background-color: #fff;
}
.line-btn-title {
	font-size: 22px;
	display: block;
	margin-bottom: 24px;
	text-align: center;
}
.signup-main .line-btn-title,
.staff-main .line-btn-title {
	margin-top: 0;
}
.line-btn {
	padding: 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;
}
.line-btn img {
	display: inline-block;
	width: 40px;
	margin-right: 4px;
}
.line-btn:hover {
	color: #fff;
	text-decoration: none;
}
/* 商品頁立即購買 */
.modal-header {
	padding: 0.6rem 0.6rem;
}
.modal-header .close {
	    padding: 0.6rem 1rem;
		font-size: 2rem;
		font-weight: 400;
}
.check-out-modal-box {
	background-color: #f3f3f3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 16px;
}
.check-out-modal-box .modal-content {
	background-color: transparent;
}
.check-out-modal-box .modal-body {
	padding: 0;
}
.check-out-modal-box .modal-body .bg-white {
	padding: 8px 10px;
}
.check-out-modal-box .modal-top-wrapper {
	display: flex;
}
.check-out-modal-box .modal-top-wrapper .right-box {
	width: 100%;
}
.check-out-modal-imgbox {
	width: 90px;
	height: 90px;
	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;
}
.check-out-modal-title h4,
.order-p-name {
	font-size: 17px;
	margin-bottom: 12px;
	line-height: 22px;
}
.check-out-modal-spec {
	margin-top: 24px;
    margin-bottom: 16px;
}
.check-out-modal-spec .check-out-modal-spec-header {
	display: flex;
	padding: 0 10px;
	border-bottom: 1px solid #acacac;
	margin-bottom: 16px;
}
.check-out-modal-spec .check-out-modal-spec-header .specname {
	width: 90%;
}
.check-out-modal-spec .check-out-modal-spec-header .amount {
	width: 10%;
}
.spec-item {
	font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    /* background-color: rgb(90 90 90 / 5%); */
    /* border-radius: 4px; */
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}
.spec-item .name {
	display: block;
	width: 24%;
	margin-bottom: 0;
	font-size: 17px;
}
.spec-item .number-box {
	text-align: right;
	width: 76%;
}
.spec-item .price {
	color: rgb(0 0 0 / 56%);
	display: inline-block;
	vertical-align: middle;
}
.spec-item .per-price {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 6px;
	padding-right: 8px;
}
.spec-item .amount-selecter {
	display: inline-block;
	vertical-align: middle;
}
.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: 22px;
	color: #ff4900;
}

.check-out-modal-store .label {
	display: inline-block;
	font-size: 16px;
	margin-right: 16px;
	color: #222;
}
.check-out-modal-store .label .icons {
	color: #f7a935;
}
.form-check-label {
	margin-right: 20px;
}
.check-out-modal-store .form-check-label {
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
}
.check-out-modal-store-box {
	display: inline-block;
}
.attention-box {
	border: 1px solid #fcbe4b;
    margin-top: 24px;
    padding: 8px 12px;
    background-color: #ffe8ba;
}
.attention-title {
	color: #484848;
	margin-bottom: 8px;
}
.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-content {
	border: 0;
	border-radius: 0;
}

/* 我的訂單 */
.status-filter {
	margin-bottom: 16px;
}
.status-filter .icon-label {
	margin-right: 8px;
	margin-left: 4px;
}
.status-filter select {
	padding: 6px;
	padding-right: 16px;
	width: 20%;
}

.order-list-wrapper {
	margin-top: 48px;
}
.order-list-box {
	display: block;
	text-decoration: none;
	margin-bottom: 16px;
	transition: all 0.2s;
	background-color: #fff;
	box-shadow: 0 2px 5px 0px rgb(0 0 0 / 10%);
	border-left: 8px solid #ec6060;
}
.order-list-header {
	padding: 8px 12px;
	transition: all 0.2s;
	border-bottom: 1px solid #d5d5d5;
}
.order-list-box:hover {
	text-decoration: none;
	background-color: #e5e5e5;
}
.order-list-box:hover .order-list-header {
	background-color: #e5e5e5;
}
.order-list-box.hide {
	display: none;
}
.order-list-item {
	padding: 4px 12px;
    padding-right: 20px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    width: 16%;
}
.order-list-item:first-of-type {
	width: 22%;
}
.order-list-item a {
	display: block;
}
.order-list-item-label,
.order-list-item-text {
	display: inline;
	line-height: 20px;
}
.order-list-body .order-list-item-label {
	color: #d56a6a;
	font-weight: 600;
	display: block;
}
.order-list-body {
	padding: 8px 0;
	position: relative;
	display: flex;
}
.order-list-box-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding-right: 16px;
	font-size: 16px;
    color: #303030;
}
.order-detail-imgbox {
	position: relative;
	width: 90px;
	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;
	width: 85%;
	line-height: 22px;
}
.order-detail-label-wrapper {
	padding: 10px 16px;
}
.order-detail-label {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-right: 16px;
	color: #d56a6a;
}
.order-detail-label:last-child {
	margin-right: 0;
}
.label-detail {
	font-size: 15px;
}
.order-detail-name{
	font-size: 16px;
	color: #000;
	letter-spacing: 0.6px;
}

.order-detail-spec-item {
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 20px;
	display: flex;
}
.order-detail-spec-item .quantity-sign {
	padding-left: 8px;
}
.order-detail-spec-item .left-box {
	width: 70%;
}
.order-detail-spec-item .right-box {
	width: 30%;
	text-align: right;
}
.order-detail-text .special-pricing-tag {
	margin-top: 0;
}
.order-detail-text .special-pricing-tag .special-pricing {
	text-align: left;
}

.per-price {
	padding-left: 24px;
	font-weight: 900;
	color: #ff4c4c;
	font-size: 16px;
	display: block;
}
.order-detail-spec-item .per-price {
	display: inline-block;
}
.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;
}
.order-detail-total-box .label {
	font-size: 15px;
	color: rgb(0 0 0 / 56%);
	display: inline-block;
}
.order-detail-total-box strong {
	font-size: 22px;
	color: #ff4c4c;
}
#first-check.modal .special-pricing-tag {
	display: inline-block;
	margin-right: 16px;
}
.modal .special-pricing-tag {
	display: block;
}

.take-store-name,
.take-store-addr {
	display: inline-block;
	vertical-align: middle;
}
.take-store-name {
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
}
.take-store-addr {
	text-decoration: underline;
}
.take-store-info-text {
	font-size: 16px;
}
.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 {
	padding: 14px 20px;
	margin-bottom: 24px;
	background-color: #fff;
}
.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;
}
.store-label {
	display: inline-block;
	font-size: 16px;
	color: #ec6060;
	margin-right: 12px;
	font-weight: 700;
	vertical-align: middle;
}
.store-text {
	display: inline-block;
	vertical-align: middle;
	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: #f1f1f1;
	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: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 5;
}
.back-nav-item {
	padding: 16px 24px 16px 24px;
}
.back-nav-item a {
	display: inline-block;
}
.back-nav-item a:hover {
	text-decoration: none;
}
.back-nav-item .icons{
	font-size: 17px;
	font-weight: 900;
}
.back-nav-item p {
	margin-bottom: 0;
    display: inline-block;
    font-size: 17px;
}
.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 {
	width: 100%;
	-webkit-user-select: none;
}
.staff-list-header{
	width: 90%;
}
.staff-list-body {
	margin-bottom: 16px;
}
.staff-list-body > .staff-list-item {
	display: flex;
}
.staff-list-header.staff-list-header-sm {
	width: 10%;
}
.label-item {
	float: left;
    width: 25%;
    color: #1c1c1c;
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 16px;
}
.label-item.label-lg {
	width: 37%;
}
.label-item.label-md {
	width: 22%;
}
.label-item.label-sm {
	width: 16%;
}
.staff-list-box {
	position: relative;
	height: 100%;
	display: flex;
}

.list-box-item {
	float: left;
	width: 25%;
	font-size: 17px;
	padding: 26px 8px 26px 20px;
	position: relative;
	color: rgb(58, 58, 58);
}
.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 {
	color: #bd2b2b;
	font-weight: 600;
}
.store-colorB {
	color: #3f75da;
	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: 20px 40px;
	border-radius: 38px;
}
.staff-list-box input {
	display: none;
}
label.choose-list {
	float: left;
	width: 90%;
	margin-bottom: 0;
	border: 1px solid rgb(0 0 0 / 30%);
	background-color: #fff;
}
.choose-list.active {
	background-color: #ffd6d6;
}
.show-list {
	float: left;
	width: 10%;
	border: 1px solid rgb(0 0 0 / 30%);
    border-left: 0;
}
.show-list .btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 78px;
	width: 100%;
	font-size: 15px;
	border: none;
	vertical-align: middle;
	height: 100%;
	border-radius: 0;
}
.show-list .btn .icons {
	padding-left: 2px;
	font-size: 14px;
}
.show-order-detail {
	background-color: #fff;
}
.checkout-form {
	display: block;
}
.staff-list-detail-box-header .label {
	display: inline-block;
}
.staff-list-detail-box {
	padding: 0 12px;
}
.detail-text {
	display: inline-block;
	visibility: top;
	margin-left: 16px;
}
.detail-name h4{
	font-size: 20px;
}
.detail-text .per-price {
	padding-left: 0;
}
.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;
	padding: 10px;
	background-color: #f3f3f3;
}
.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: #309eac;
}
.staff-search-btn {
	-webkit-user-select: 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;
	}
	.order-list-item {
		width: 23%;
	}
	.order-list-body {
		padding: 4px 0;
		flex-direction: column;
	}
	.order-list-item {
		padding: 2px 10px;
		padding-right: 15px;
		width: 100%;
	}
	.order-list-item:first-of-type {
		width: 90%;
	}
	.show-list .btn {
		line-height: 38px;
	}
}
@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 {
		line-height: 1.3 !important;
	}
	.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;
	}
	.check-out-modal-spec .check-out-modal-spec-header {
		display: none;
	}
	.modal-body {
		padding: 4px;
	}
	.check-out-modal-spec {
		margin-top: 8px;
	}
	.spec-item {
		display: block;
	}
	.spec-item .price {
		float: left;
		width: 64%;
		text-align: left;
	}
	.spec-item .number-box {
		width: 100%;
	}
	.spec-item .amount-selecter {
		float: right;
		width: auto
	}
	.spec-item .amount-selecter .number {
		width: 36px;
	}
	.spec-item .name {
		width: 86%;
	}
	.spec-item .cancel {
		text-align: center;
	}
	.order-detail-total-box {
		margin-right: 0;
		text-align: center;
	}
	.attention-content {
		font-size: 16px;
	}
	.attention-content ol {
		padding-left: 24px;
	}
	.order-list-box {
		font-size: 15px;
	}
	.order-detail-imgbox {
		margin-bottom: 8px;
	}
	.order-detail-text {
		margin-left: 0;
		width: 100%;
	}
	.order-detail-name {
		display: block;
	}
	.label-detail {
		display: inline-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;
	}
	
	.line-imgbox__inner {
		padding-top: calc(100% * 2 / 5);
	}
	.line-link-wrapper {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.order-detail-label-wrapper {
		padding: 8px 10px;
		line-height: 22px;
	}
	
}
@media (max-width: 400px) {
	.platform-text {
		line-height: 32px;
	}
	.product-carousel-intro {
		font-size: 16px;
		margin: 0 24px;
	}
	.hint {
		line-height: 20px;
	}
	.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-btn img {
		width: 32px;
	}
	.line-btn-title {
		margin-top: 36px;
		margin-bottom: 36px;
	}
	.status-filter select {
		width: 50%;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 5.4rem);
	}

}
@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);
	}

	
}
@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-body {
	background-color: rgb(241 200 200 / 60%);
}
.qa-wrapper .card {
	margin-bottom: 16px;
}
/* ----------------------------------------- */
.hidden {
	display: none !important;
}
#header .header-nav-main nav>ul>li.highlight-nav {
	flex-direction: column;
	justify-content: center;

	transition: all 0.3s;
}
#header .header-nav-main nav>ul>li.highlight-nav.active {
	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; */
}
#header .header-nav-main nav>ul>li.highlight-nav.active .icon {
	filter: invert(58%) sepia(18%) saturate(1363%) hue-rotate(313deg) brightness(97%) contrast(97%);
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li.highlight-nav > a.active,
#header .header-nav.header-nav-links nav > ul:hover > li.highlight-nav > a.active {
	position: relative;
	background-color: #f47676 !important;
	color: #fff;
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li.highlight-nav > a.active::before,
#header .header-nav.header-nav-links nav > ul:hover > li.highlight-nav > a.active::before {
	content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #f47676;
    border-radius: 8px;
    transform: translateX(-50%);
}
.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: 80px;
	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: 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%;
	}
	#header .header-nav-main nav>ul>li.highlight-nav {
		transition: none;
	}
	#header .header-nav-main nav>ul>li.highlight-nav.active {
		box-shadow: none;
	}
	#header .header-nav.header-nav-links nav > ul:not(:hover) > li.highlight-nav > a.active::before,
	#header .header-nav.header-nav-links nav > ul:hover > li.highlight-nav > a.active::before {
		bottom: -2px;
		width: 100%;
	}
}
@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: 12px;
    line-height: 100%;
    font-size: 32px;
    font-weight: 600;
}
.init-ask-addr label i {
	padding-right: 6px;
}
.init-ask-addr label span {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Noto Sans TC';
	padding-left: 8px;
}
.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-wrapper {
	background-color: #b9e3f1;
	margin-bottom: 32px;
	background-image: url('../img/deco/addr-bg.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 40px;
    padding-bottom: 40px;
}
.page-addr-ask-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.addr-ask-box {
	padding: 34px;
	margin-bottom: 24px;
	/* display: flex;
	align-items: center;
	flex-wrap: wrap; */
	transition: all 0.3s;
}
.addr-ask-box label {
	color: #1a1a1a;
	position: relative;
}
.summary-item .addr-ask-box {
	padding: 24px 16px;
	margin-top: 16px;
	position: relative;
	background-color: #b9e3f1;
	background-image: url('../img/deco/addr-bg.jpg');
	background-size: cover;
	background-position: center;
}
.summary-item .addr-ask-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.2;
}
.summary-item .addr-ask-box label {
	font-size: 22px;
}
.summary-item .addr-ask-box label span {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Noto Sans TC';
    padding-left: 4px;
}
html .online-body .addr-ask-box .btn-primary {
	background-color: #ec6060;
}
html .online-body .addr-ask-box .btn-primary:hover {
	background-color: #ec6060;
}
.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;
	border-color: transparent;
	font-size: 17px;
}
.addr-ask-box input.form-control:disabled,
.addr-ask-box input.form-control[readonly] {
	border-color: transparent;
	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: 15%;
}
.addr-ask-box .input-group-append button {
	width: 100%;
	font-size: 17px;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 80px;
}
.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: 15px;
	letter-spacing: 0.8px;
	color: #555555;
	line-height: 20px;
	padding-top: 6px;
}
.deco-scooter {
	height: 140px !important;
}
.top-cate {
	margin-bottom: 24px;
}
.cate-sidebar-box {
	padding: 20px 0;
	top: 0;
	width: 100%;
	/* max-height: calc(100vh - 348px); */
	border-bottom: 1px solid #000;
}
.cate-sidebar-box.detail-cate {
	position: relative;
}
.cate-sidebar-box .nav-list {
	justify-content: center;
}
.cate-sidebar.nav-list li a {
	font-size: 1.2em;
	color: #000;
}
.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: #ACACAC;
}
.cate-sidebar.nav-list li>a.active {
	color: #000;
}

.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;
	}
	.addr-ask-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.cate-sidebar-box {
		max-width: 100%;
		overflow-x: auto;
	}
	.cate-sidebar-box::-webkit-scrollbar:horizontal {
		height: 6px;
	}

	.cate-sidebar-box::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border: 2px solid transparent;
	}
	.cate-sidebar-box .nav-list {
		flex-wrap: nowrap;
		justify-content: unset;
	}
	.cate-sidebar-box ul.nav-list li {
		min-width: 0;
		flex-shrink: 0;
	}
}
@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.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.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;
	margin-bottom: 10px;
    background-color: #fff;
    padding: 1px;
    box-shadow: 0 0px 5px 0px rgb(0 0 0 / 15%);
}
.online-page.shop .products .product:hover {
	transform: none;
}

.online-page.shop .products .product.sold-out .btn{
	pointer-events: none;
	color: #e6e6e6;
}
.products .product .text-box {
	padding: 8px 10px;
}

.online-page.shop .product .btn-box .btn {
	border-radius: 0;
	/* width: 50%; */
	background-color: #fff;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #b1a9a3;
	position: relative;
	height: 34px;
	border: 0;
}
.online-page.shop .product .text-box .btn-box .btn {
	padding: 0;
	padding-left: 10px;
}
.online-page.shop .product .text-box .btn-box .btn:last-child {
	padding-right: 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 .fav-btn:hover {
	color: #ffb000;
}
.online-page.shop .product .btn-box .incart-btn:hover {
	color: #ffb000;
}
.online-page.shop .product .btn-box .btn.active i {
	color: #ffb000;
	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: 2px 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: 8%;
    right: 10px;
    z-index: 90;
}
.float-tool-box .box-tag {
	display: block;
	padding: 12px 8px;
	line-height: 1;
	position: relative;
	/* height: 60px; */
	width: 50px;
	background-color: #fff;
	box-shadow: 0px 3px  8px rgba(0,0,0,0.2);
	border: 1px solid #eee;
	text-align: center;
}
.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: 20px;
	color: #484848;
	margin-bottom: 4px;
}
.float-tool-box .box-tag.active i {
	color: #ffb000;
}
.float-tool-box .box-tag.active.anime i {
	animation: btn_effect 0.3s both;
}
.float-tool-box .box-tag p {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	writing-mode: vertical-rl;
    text-orientation: upright;
	letter-spacing: 1px;
	line-height: 100%;
}
/* 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: #ff5757;
	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: 992px) {
	.float-tool-box {
		bottom: 6%;
	}
}
@media (max-width: 430px) {
	.float-tool-box {
		bottom: 8%;
		right: 0;
	}
	html .scroll-to-top {
		padding: 10px 10px 38px;
		right: 0;
		min-width: 48px;
		display: none;
	}
	.float-tool-box .box-tag {
		width: 34px;
		margin-bottom: 4px;
		padding: 6px;
	}
	.float-tool-box .box-tag i,
	.float-tool-box .box-tag.inactive i {
		font-size: 14px;
	}
	.float-tool-box .box-tag.active i::after {
		right: auto;
		left: -4px;
	}
}
@media (max-width: 361px) {
	.float-tool-box .box-tag i,
	.float-tool-box .box-tag.inactive i {
		font-size: 16px;
	}
	.float-tool-box {
		bottom: 10%;
	}
	
}

.back-link {
	font-size: 16px;
}
.cart-item-box {
	/* background-color: #fbfbfb; */
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.cart-item-box .order-detail-imgbox {
	width: 10%;
	flex-shrink: 0;
}
.cart-item-box .order-detail-imgbox__inner {
	position: relative;
}
.cart-item-box .order-detail-name {
	font-size: 16px;
    letter-spacing: 0;
}
.cart-item-box .order-detail-text {
	flex-shrink: 0;
	flex-grow: 1;
	margin-left: 0;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.cart-item-box .order-detail-text  .order-detail-name {
	width: 35%;
}
.cart-item-box .order-detail-spec {
	text-align: left;
	width: 10%;
}
.cart-item-box .cart-amount-outter {
	width: 20%;
	text-align: center;
}
.cart-item-box .cart-del-outter {
	width: 20%;
	text-align: center;
}
.cart-item-box .per-price{
	padding-left: 0;
	padding-top: 0;
	width: 15%;
	text-align: center;
	margin-bottom: 6px;
}
.cart-item-box .price  {
	display: block;
	width: 15%;
}
.cart-item-box .price .per-price {
	width: auto;
}
.cart-item-box .price .o-price {
	display: block;
	text-align: center;
}
.item-wrapper .order-detail-total-box strong {
	/* font-size: 20px; */
}
.item-wrapper .cart-item-header {
	display: flex;
	text-align: center;
	padding: 4px 0;
    margin: 0 7px;
    border-bottom: 1px solid #cecece;
	color: #acacac;
}
.item-wrapper .cart-item-header .header-name {
	width: 40%;
}
.item-wrapper .cart-item-header .header-num {
	width: 10%;
}
.item-wrapper .cart-item-header .header-price {
	width: 15%;
}
.item-wrapper .cart-item-header .header-other {
	width: 35%
}
.calculate-box {
	margin-bottom: 10px;
	text-align: right;
}

.calculate-box p {
	line-height: 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 4px;
}
.calculate-box .discount-pricing {
	font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    font-weight: 700;
    line-height: 24px;
    color: #e60000;
    padding: 4px 6px;
    text-align: left;
    background-color: #ffe39c;
	border: 1px solid rgba(0,0,0,.09);
	text-align: center;
}
.calculate-box .discount-p {
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}
.cart-item-box .del-box {
	text-align: center;
	display: inline-block;
	border-radius: 0;
	opacity: 0.6;
	transition: all 0.3s;
	font-size: 15.4px;
	color: red;
	text-decoration: underline;
}
.cart-item-box .del-box:hover {
	opacity: 1;
}

.empty-hint {
	color: #acacac;
	text-align: center;
	font-size: 18px;
}
.empty-hint a {
	color: #d39544;
}
.buyer-info-box .info-content {
	padding: 16px;
	/* border: 1px solid #f4f4f4; */
	background-color: #fff;
	margin-bottom: 10px;
}
@media (max-width: 430px) {
	.item-wrapper .cart-item-header {
		display: none;
	}
	.cart-item-box {
		position: relative;
		flex-wrap: nowrap;
		margin-bottom: 8px;
		border-bottom: 1px solid #eee;
	}
	.cart-item-box .order-detail-imgbox {
		width: 18%;
	}
	.cart-item-box .order-detail-text {
		padding-left: 6px;
		width: 82%;
		align-items: unset;
		flex-wrap: wrap;
	}
	.cart-item-box .order-detail-text .order-detail-name,
	.cart-item-box .order-detail-spec,.cart-item-box .per-price,
	.cart-item-box .cart-amount-outter{
		width: 100%;
		text-align: left;
	}
	.cart-item-box .price {
		display: flex;
		width: 100%;
		justify-content: unset;
	}
	.cart-item-box .per-price,.cart-item-box .price {
		width: 100%;
		line-height: 20px;
		min-height: 0;
	}
	.cart-item-box .price .per-price {
		margin-bottom: 0;
	}
	.cart-item-box .order-detail-text .order-detail-name {
		margin-bottom: 6px;
		width: 75%;
		font-size: 15px;
		line-height: 18px;
	}
	.cart-item-box .order-detail-spec-item {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.cart-item-box .order-detail-spec-item .quantity-sign {
		padding-left: 0;
	}
	.cart-item-box .del-box {
		height: 46px;
		opacity: 1;
		transition: all 0.3s;
		position: absolute;
		top: 0;
		right: 16px;
		padding:8px;
	}
	.cart-item-box .del-box i {
		font-size: 16px;
	}
}

.online-page.shop .summary-text-only p {
	line-height: 22px;
    font-size: 15px;
	margin-bottom: 0;
}
.online-page.shop .btn-box {
	display: flex;
	justify-content: space-between;
}
.online-page.shop .btn-box .left-box {
	/* 20220307 */
	width: 50%;
	display: flex;
}
.online-page.shop .summary-text .summary-item .btn-box {
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: none;
	bottom: auto;
    width: auto;
    left: auto;
}
.online-page.shop .summary-text .summary-item .btn-box .btn {
	background-color: transparent;
	padding: 0;
}
.online-page.shop .summary-text .summary-item .btn-box .btn span,
.online-page.shop .summary-text .summary-item .btn-box .btn:hover span {
	display: block;
	font-size: 12px;
	color: #484848;
}
.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 {
	background-color: #ffa46f;
	color: #fff;
}
.online-page.shop .summary-item .btn i {
}
.online-page.shop .summary-item .btn.incart-btn i {
	padding-left: 2px;
}

.online-page.shop .checkout-btn {
	/* 20220307 */
	width: 50%;
	background-color: #ff6767;
}

.online-page.shop .checkout-btn:hover {
	background-color: #e95050;
}
.online-page.shop .summary-item .fav-btn:hover {
	color: #ffb000;
}
.online-page.shop .summary-item .incart-btn:hover {
	color: #ffb000;
}
.online-page.shop .summary-item .btn.active {
	background-color: #f5f5f5;
}
.online-page.shop .summary-item .btn.active i {
	color: #ffb000;
	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) {
	
	.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) {

	.mobile-sm-px {
		padding-left: 0;
		padding-right: 0;
	}
}
.coupon-outter {
	margin-bottom: 16px;
}
.coupon-inner {
	position: relative;
    padding: 10px 18px;
    background: #fff;
	border-radius: 10px;
    box-shadow: 0 3px 16px -2px rgb(0 0 0 / 20%);
}

.coupon-inner span {
	display: block;
}
.coupon-inner .title {
	font-size: 19px;
    color: #e62f2f;
    font-weight: 600;
    margin-bottom: 8px;
	text-align: center;
}
.coupon-inner .info {
	font-size: 16px;
    color: #000000;
    padding: 12px;
    background-color: #fae4e4;
	line-height: 20px;
}
@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 {
	position: fixed;
    top: 130px;
    left: 270px;
}
.sidenav-box .dash-item {
	display: block;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 20px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}
.sidenav-box .dash-item i {
	color: #ec6060;
	padding-right: 2px;
}
.sidenav-box .dash-item:hover {
	text-decoration: none;
	color: #ec6060;
}
.sidenav-box .dash-item:hover i {
	opacity: 0.8;
}
.sidenav-box .dash-item img {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -120px;
}

@media (max-width: 1025px) {
	.sidenav-box {
		position: relative;
		top: 0;
		left: 0;
		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;
	}
	.sidenav-box .dash-item {
		display: inline-block;
		width: 49%;
		text-align: center;
	}
	.order-list-wrapper {
		margin-top: 40px;
	}
	
}
@media (max-width: 361px) {
	.sidenav-box .dash-item {
		display: block;
		width: 100%;
	}
}
/* .online-body {
	background-image: url('../img/deco/tomato.svg');
	background-size: 700px;	
} */
.hero-outter {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%);
}
.hero {
	max-width: 100%;
	margin: 0 auto;
}
.hero-imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 1 / 4);
	position: relative;
}
.hero .owl-carousel .owl-item {
	opacity: 0;
}
.hero .owl-carousel .owl-item.active {
	opacity: 1;
	transform: scale(1);
}
.owl-carousel.nav-pink .owl-nav button.owl-prev {
	left: -32px;
}
.owl-carousel.nav-pink .owl-nav button.owl-next {
	right: -32px;
}
@media (max-width: 1281px) {
	/* .hero {
		width: 640px;
	} */
	/* .hero-imgbox__inner {
		width: 640px;
		height: 360px;
	} */
}
@media (max-width: 769px) {
	/* .hero {
		width: 540px;
	} */
	/* .hero-imgbox__inner {
		width: 540px;
		height: 304px;
	} */
}
@media (max-width: 601px) {
	.hero {
		width: 100%;
	}
	.hero-imgbox__inner {
		width: 100%;
		padding-top: calc(100% * 9 / 16);
		height: auto;
	}
	.hero .owl-carousel .owl-item {
		transform: scale(1);
		opacity: 1;
	}
}
/* 20220221 */
.modal .coupon-box {
	background-color: #d1e3e5;
	padding: 12px 15px;
	font-size: 16px;
	margin-bottom: 16px;
	border: 4px solid #000;
	animation: couponshine infinite 0.8s both;
}
@keyframes couponshine {
	From{
		border: 4px solid #000;
	}
	to{
		border: 4px solid #2be1f5;
	}
}
.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%);
	background-color: #fff;
	width: 80px;
}
.history-bar .mobile-tag {
	display: none;
}
@media (max-width: 1441px) {
	.history-bar {
		top: 32%;
	}
}
@media (max-width: 1281px) {
	.history-bar {
		top: 25%;
	}
}
@media (max-width: 1025px) {
	.history-bar {
		top: 52%;
	}
}
@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: 55%;
		right: 0;
		width: 32px;
		padding: 8px 2px;
		font-size: 14px;
		letter-spacing: 2px;
		background-color: #fff;
		color: #444;
		writing-mode: vertical-rl;
		text-orientation: upright;
		cursor: pointer;
		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: 29%;
		width: 76px;
	}
	.history-bar .mobile-tag.out {
		transform: translateX(-76px);
	}
	.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;
	}
	.history-bar .mobile-tag {
		top: 42%;
	}
}

.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%;
}
.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 0;
	padding-bottom: 0;
}
.center-wrapper .link-box a {
    display: block;
    padding: 14px 0;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    letter-spacing: 0.6px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    text-align: center;
	box-shadow: inset 0 0 4px 7px rgb(255 255 255 / 20%);
}
.center-wrapper .link-box a span {
	display: block;
	font-weight: 400;
}
.center-wrapper .link-box a img {
    width: 70px;
    display: inline-block;
    margin-bottom: 8px;
}
.center-wrapper .link-box a.group {
	background-color: #5db3be;
	color: #fff;
}
.center-wrapper .link-box a.group:hover {
	background-color: #5db3be;
	box-shadow: inset 0 0 4px 7px rgb(0 0 0 / 6%);
}
.center-wrapper .link-box a.delivery {
	background-color: #ed7d7d;
	color: #fff;
}
.center-wrapper .link-box a.delivery:hover {
	background-color: #ed7d7d;
	box-shadow: inset 0 0 4px 7px rgb(0 0 0 / 6%);

}
@media (max-width: 430px) {
	.fixed-logo {
		width: 220px;
	}
	.center-wrapper .content-box {
		width: 70%;
	}
	.online-body .other-products .price .o-price {
		font-size: 13px;
		white-space: nowrap;
	}
}
/* 20220324 */
.price-condition {
	text-align: right;
	padding-bottom: 6px;
}
.price-condition .inner {
    padding: 4px 6px;
    background-color: #fff3ed;
    position: relative;
	border: 1px solid rgba(0,0,0,.09);
}

.price-condition p {
	line-height: 24px;
	color: #000;
	font-size: 15px;
}
.price-condition p strong {
	font-size: 15px;
	color: #ee4d2d;
	padding: 0 4px;
}
.tabs .description-content {
	color: #000;
}
.title-box-bottomline {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 16px;
}
