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

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

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

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

.note {
	color: #acacac;
	margin-bottom: 0;
}
.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;
	margin-top: 16px;
	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: 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;
}
#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: #f19d55;
	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: #ffbc68;
	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 {
	border: 1px solid #d8d8d8;
	position: relative;
	padding-right: 48px;
	padding-left: 48px;
	padding-top: 60px;
	padding-bottom: 60px;
	height: 100%;
	text-align: center;
	background-color: #fff;
}
.line-btn-title {
	font-size: 22px;
	display: block;
	margin-top: 48px;
	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;
}
/* 商品頁立即購買 */

.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 16px;
	position: relative;
	margin-bottom: 10px;
	background-color: rgb(187 135 98 / 5%);
	border-radius: 4px;
}
.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%;
}
.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;
	width: 16%;
}
.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: #f7a935;
}
.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 {
	border: 2px solid #e6dac9;
	margin-top: 24px;
	padding: 24px 10px;
	padding-bottom: 16px;
}
.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-content {
	border: 0;
	border-radius: 0;
}
/* 我的訂單 */
.status-filter {
	margin-bottom: 16px;
}
.status-filter .icon-label {
	margin-right: 8px;
	margin-left: 4px;
	color: #f7cb8b;
}
.status-filter select {
	padding: 6px;
	padding-right: 16px;
	width: 20%;
}

.order-list-wrapper {
	margin-top: 80px;
}
.order-list-box {
	display: block;
	text-decoration: none;
	margin-bottom: 16px;
	transition: all 0.2s;
}
.order-list-header {
	background-color: #f3ebe1;
	padding: 14px 18px;
	transition: all 0.2s;
}
.order-list-box:hover {
	text-decoration: none;
	background-color: #f9f9f9;
}
.order-list-box:hover .order-list-header {
	background-color: #eedfcc;
}
.order-list-box.hide {
	display: none;
}
.order-list-item {
	padding: 14px 18px;
}
.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: 12px;
	color: #acacac;
}
.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: 28px;
	color: #acacac;
}
.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;
	width: 80%;
	margin-left: 10px;
}
.order-detail-label {
	font-size: 15px;
}
.label-detail {
	display: block;
}
.order-detail-name{
	font-size: 17px;
	color: #222;
	letter-spacing: 0.6px;
}
.order-detail-spec {
	text-align: right;
}
.order-detail-spec-item {
	font-size: 16px;
	margin-bottom: 2px;
}
.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: #f7a62e;
	font-size: 16px;
	display: 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;
	margin-bottom: 4px;
	color: #acacac;
	display: inline-block;
}
.order-detail-total-box strong {
	font-size: 17px;
}
#first-check.modal .special-pricing-tag {
	display: inline-block;
	margin-right: 16px;
}
.modal .special-pricing-tag {
	display: block;
}
.take-store-info-text {
	text-align: right;
	background-color: #f4f4f4;
	padding: 8px 24px;
}
.take-store-name,
.take-store-addr {
	display: inline-block;
	vertical-align: middle;
}
.take-store-name {
	padding-right: 16px;
	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: 1px solid #e6dac9;
	border-radius: 6px;
	padding: 16px 24px;
	margin-bottom: 24px;
}
.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: #acacac;
	margin-right: 16px;
	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: #efebe0;
}
.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: 80px;
	left: 0;
	width: 114px;
	height: 104px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	text-align: center;
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
	background-color: rgba(255, 255, 255, 0.438);
	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: 32px;
	font-weight: 900;
	color: #484848;
}
.back-nav-item p {
	margin-bottom: 0;
}
.signout-box {
	padding: 16px;
	text-align: right;
}
.signout-box a{
	line-height: 18px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}
.signout-box a span {
	font-weight: 600;
}
.staff-list-header{
	width: 90%;
}
.staff-list-body {
	margin-bottom: 16px;
}
.staff-list-header.staff-list-header-sm {
	width: 10%;
}
.label-item {
	float: left;
	width: 25%;
	padding-left: 16px;
	color: #848484;
}
.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%;
}

.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: #a9dc65;
	color: #fff;
	font-weight: 600;
}
.store-colorB {
	background-color: #d86458;
	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: 20px 40px;
	border-radius: 38px;
}
.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: 32px 18px;
}
.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;
}
.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;
}

@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: 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;
	}
	.spec-item .amount-selecter {
		float: right;
		width: 36%;
	}
	.spec-item .name {
		width: 86%;
	}
	.spec-item .cancel {
		text-align: center;
	}
	.order-detail-total-box {
		margin-right: 0;
	}
	.attention-content {
		font-size: 16px;
	}
	.attention-content ol {
		padding-left: 24px;
	}
	.order-list-box {
		font-size: 15px;
	}
	.order-detail-label {
		margin-bottom: 16px;
	}
	.order-detail-text {
		margin-left: 0;
		width: 100%;
	}
	.order-detail-name {
		display: block;
		margin-bottom: 8px;
	}
	.label-detail {
		display: inline-block;
		margin-left: 22px;
	}
	.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 - 2rem);
	}
	.privacy-content p {
		font-size: 15px;
		line-height: 28px;
	}
	
}
@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-link-wrapper {
		padding-left: 32px;
		padding-right: 32px;
		padding-top: 44px;
		padding-bottom: 32px;
	}
	.line-btn img {
		width: 32px;
	}
	.line-btn-title {
		margin-top: 36px;
		margin-bottom: 8px;
	}
	.status-filter select {
		width: 50%;
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3rem);
	}
}
@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 - 5rem);
	}
	.spec-item .amount-selecter {
		width: 48%;
	}
	
}
@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 .amount-selecter {
		width: 43%;
	}
	.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;
	}
}