.title-box .title {
	min-width: 200px;
	text-align: left;
}
.text-center{
	text-align:center !important;
}

.send-information{
	margin-bottom:3rem;
}

.shopping_cart_box{
	width:90%;
	margin:0 auto;
	padding:30px 0;
}
.shopping_cart_box span{
	color:#B3A59A;
}

.products-list-line{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	display:block;
	font-size:2rem !important;
}
.smtextare{
    border-radius: 2rem;
    border: 1px solid #B3A59A;
    padding: 2rem;
    font-size: 2rem;
    color: #6f655d;
}
.payment-tips textarea{
	width:100%;
}
.list-title{
	display:flex;
	background-color:#B3A59A;
	color:#ffffff;
	border-radius: 50px;
	padding:10px 0px;
	width:100%;

}
.list-title > div,.list-products > div{
	width:14%;
}
.list-title .list-ctrl,.list-products .list-ctrl{
    width: 12%;
    display: flex;
    justify-content: center;
}
.list-quantity{
	miin-width:150px;
}
.list-products{
	display:flex;
	align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding:10px 0;
    border-bottom:3px dotted #B3A59A;
    width:100%;
    padding: 3rem 0;
}
.list-photo{
	align-self: self-start;
	margin:0 30px;
}

.list-product-name{
	flex-grow: 1;
}

.list-products .list-product-name a,.list-products .list-product-name,.list-products .list-speci,.list-products .list-price,.list-products .list-quantity,.list-products .list-subtotal{
	color:var(--font-color-third);

}
.list-quantity{
	display:flex;
	flex-direction: row;
	align-items: center;
	gap:5px;
	justify-content: center;
}
.list-quantity input{
	min-width:60px;
	max-width:100px;
}
.product-price,.products-subtotal div{
	color: #ef8575;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
	flex-wrap: nowrap;
	margin: 20px 0;
	font-family: Montserrat;
	font-weight: 700;
	padding: 30px 0px;
	border-radius: 10px;
	font-size:3rem !important;
}

.products-subtotal a{
	margin-left:10px;
	font-size:2rem;
}


.list-photo img{
    object-fit: cover;
    aspect-ratio: 1/1;
    width:100%;
    border-radius: 5px;
}

.list-discount span{
	border-radius: 50px;
	background-color:#FDD000;
	color:#ffffff;
	padding:2px 10px;
}
.shopping-total-box{
	display:flex;
	width: 98%;
	margin:0 auto;
	margin-bottom:2rem;
	padding-top: 2rem;
}
.shopping-total-tips{
	display:flex;
	flex-direction: column;
	width: 100%;
}
.shopping-total-list{
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: start;
    justify-content: end;
    align-items: center;
    text-align:right;
    width: fit-content;
    gap:2rem;
}
.payment-select,.send-select{
	display:flex;
	align-items: flex-end;
	margin-top:10px;
	gap: 10px;
	align-items: center;
}
.select-title{
	flex-grow: 1;
	margin-right:10px;
	margin-top: 3px;
	min-width: 100px;
}
.select-item{
	width:fit-content;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.select-store{
	width:100%;
	border-radius: 50px;
	background-color:var(--color-height-light);
	text-align:center;
	padding:5px 0;
	color:#ffffff;
	margin-top:5px;
	font-size: 2rem;
	min-width:80px;
}
.select-store a{
	color:#ffffff;
}

.shopping-total{
    color: var(--font-color-third);
    
    display:flex;
    align-items: baseline;
    justify-content: flex-end;
    align-content: flex-end;
}
.total-price{
    font-size: clamp(36px, 5rem, 55px);
    color:var(--color-height-light);
	font-family: Montserrat;
	font-weight: 700;
}
.total-price::before{
	content: " $";
	font-size:2rem;
}
div.symbol-text{
    font-size: clamp(18px, 1.8vw, 2.4rem) !important;
    flex-grow:1;
    text-align:right;
    display:inline-block;
    white-space:nowrap;
}
.shopping-total .total-price{
    width: fit-content;
}

.specification-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px;
	flex-direction: column;
	align-content: center;
}
lable.type-item{
    padding: 2px 15px;
    border: 1px solid #B3A59A;
    border-radius: 99px;
    width: fit-content;
    color: #B3A59A;
    position: relative;
    font-size: 2rem;
}
.type-item.active{
    background-color:#FDD000;
    border:1px solid #FDD000;
    color:#ffffff;
}

input[type="radio"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"]:checked {
    background-color:#B3A59A;
    color:#ffffff;
}
.btn_saveOrder{
	color: #725b49;
    border: 0;
    background-color: transparent;
    font-size: 4rem;
}
label.error{
	display: block;
}

.list-ctrl a {
	display:flex;
	justify-content: center;
    color: #695B50;
    font-size: 4rem;
}
.list-title .list-list{
	display:none;
}
.list-quantity input {
    min-width: 60px;
    max-width: 80%;
}
.product-price::before,.products-subtotal div::before{
	content: "$";
	font-size: 18px;
}

.free_shopping_box{
	display:flex;
	flex-direction: row;
	color:#03b3cd;
	justify-content: flex-end;
	align-items: baseline;
	width:98%;
	margin:0 auto;
}
.free_shop_rate{
	display:flex;
	flex-direction: row;
	align-items: baseline;
	margin-top: 1rem;
}
.sending_payment{
	font-size:4rem;
}
.sending_payment::before{
	content: "$";
	font-size: 18px;
}
.sending_title{
	margin-right:1rem;
}
.member_credits_information{
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    width: auto;
    margin: 0 auto;
    color: #6a5c51;
    border: 5px solid #b4a69b5e;
    padding: 1rem;
    margin-bottom: 4rem;
    padding-bottom: 0;
}
#member_credits{
	width:100px;

}
.sending-mail-information .member_credits_used::before{
	content:"-";
}
.member_credits_used{
	display:flex;
	align-items: center;
    justify-content: center;
    gap:10px;
    margin: 1rem 0;
}
.btn-used-credits,.btn-used-credits:hover{
    color: #03b3cd;
    background-color: #03b3cd;
    border-radius: 50px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 5px 10px;
}
.order_total{
	width: 98%;

    margin: 0 auto;
    text-align: right;
    font-size: 3rem;
    color: #b4a69b;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.order_total::before{
	content: "小計$ ";
	font-size:2rem;
}
.itemfreight::before{
	content: "運費$ ";
	font-size:2rem;
}
.order_box{
	display:flex;
    width: fit-content;
    justify-self: flex-end;
    margin-right: 20px;
}
.credits-used{
	text-decoration:line-through;
	display:none;
}
.credits-used::before{
	content: "$";
	font-size:2rem;
}

.sending_option{
	display:flex;
	paddiing:20px 0;
	width: 100%;
	margin-bottom: 2rem;
}
.sending_payment{
	color: #03b3cd !important;
}
.sending_option input[type='radio']{
	position: relative;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #333333;
}
.sending_option input[type='radio']::after {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
}
.sending_option input[type='radio']:checked::after {
        background-color: #01B3CD;
}
.sending_address .sending_to_title{
	display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    font-weight: 700;
    font-size:3rem;
    padding-bottom: 0;
}
.sending_option .addr-item{
	display:flex;
	padding:2px 10px;
	flex-direction: column;
}
.sending_option .addr-item select{
	width:100%;
	border-radius: 50px;
	height:inherit;
}
.sending_option .addr-item input{
	
}
.sending_option .addr-item{

}
.btn-shopcartnex{
    margin: 0 auto;
    display: block;
    font-size: 3rem;
    background-color: #03b3cd;
    border: 0;
    border-radius: 100px;
    padding: 30px 50px;
    color: #ffffff;
    margin-bottom: 6rem;
}
.btn-shopcartnex i{
	margin-left:2rem;
}
.shoppint_step_box{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 2rem;
    margin-top: 5rem;
}
.member-infor{
    border: 5px solid #cfad923d;
    border-radius: 30px;
    margin-bottom: 5rem;
}
.member-infor .form-line{
	margin: 10px 0;
}
.member-infor .form-hold,.member-infor .form-item,.member-infor .form-line{
	width:90%;
	margin:0 auto;
	line-height: 5rem;
}
.shoppint-list-calculator{
	display:flex;
	align-items: stretch;
	gap:2rem;
	height:80px;
	margin-bottom: 4rem;
}
.shoppint-list-calculator .order_total,.shoppint-list-calculator .free_shopping_box,.shoppint-list-calculator .member_credits_information,.shoppint-list-calculator .shopping-total-box{
	border: 5px solid #b4a69b5e;
	align-content: center;
	text-align: center;
	height: 100%;
	padding-top:0;
	margin:0;
	align-items: stretch;

}
.shoppint-list-calculator .free_shopping_box{
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.shoppint-list-calculator .member_credits_information{
    justify-content: center;
    flex-direction: column;
}
.shoppint-list-calculator .shopping-total-box{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shoppint-list-calculator .shopping-total-box .shopping-total{
	width:fit-content;
	margin:0 auto;
}
.sending-mail-information{
	display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    gap:3rem;
}

.sending-mail-to,.sending-methods{
	width:100%;
}
.sending-methods{

}
.sending_address{
	display:flex;
	border-radius: 10px;
    border: 1px solid #cccccc;
    width: 100%;
    flex-direction: column;

}
.member_creadits_tips{
	width:100%;
	margin:20px 0;
	text-align:center;
	display: block;
	background-color:#f2eae3;
	padding:10px 0;
	border-radius: 10px;
	color: #725b4a;
	margin-bottom:20px;
}
.store_list_box{
	display:flex;
    justify-items: center;
    gap:1rem;
    padding:20px;
}
.sending_store_item button{
	width:100%;
	border-radius: 15px;
	border: 5px solid #f3eae3;
	background-color:#ffffff;

}
.sending_store_item img{

	aspect-ratio: 1/1;
	object-fit: cover;
	width:100%;
	height:100%;
	max-width:120px;
	max-height:120px;

}
.sending_to_title span{
    border: 1px solid #01b3cd;
    padding: 1rem;
    border-radius: 10px;
    color: #01b3cd;
    font-weight: 400;
}
.shopping-payment-box{
    max-width: 1280px;
    margin: 0 auto;
}
.flex-vcenter input{
    width:auto;
}
.flex-vcenter span{
	margin:0 auto;
}
.title-box.thankyou{
	align-items: center;
    flex-direction: column;
}
.title-box.thankyou .title{
	padding-bottom: 2rem;
}
.shopping_cart_box .thankyou-card{
    width: 90%;
    margin: 0 auto;
    border: 5px solid #cde8ec;
    border-radius: 3rem;
    text-align: center;
    display:flex;
    flex-direction: column;
    color: #6f655d;
}
.shopping_cart_box .thankyou-card .order-number{
	text-align:center;
	color:var(--color-height-light);
}
.shopping_cart_box .thankyou-card .product-list{
	display:flex;
    flex-direction: column;
	margin: 2rem 5rem;
}
.shopping_cart_box .thankyou-card .product-list .list-product{
	display: flex;
    width: 95%;
    margin: 0 auto;
    gap: 1rem;
    font-size: 1rem;
    justify-content: space-between;

}

.shopping_cart_box .thankyou-card .product-list .list-product .product-subtotal,.shopping_cart_box .thankyou-card .product-list .list-product .product-ns,.shopping_cart_box .thankyou-card .product-list .list-product .product-name,.shopping_cart_box .thankyou-card .product-list .list-product .product-quan,.shopping_cart_box .thankyou-card .product-list .list-product .product-prices{
	width: 30%;
	line-height: 4.5rem;
	text-align:center;
}

.shopping_cart_box .thankyou-card .product-list .list-product.head .product-subtotal,.shopping_cart_box .thankyou-card .product-list .list-product.head .product-prices,.shopping_cart_box .thankyou-card .product-list .list-product.head .product-ns,.shopping_cart_box .thankyou-card .product-list .list-product.head .product-name,.shopping_cart_box .thankyou-card .product-list .list-product.head .product-quan,.shopping_cart_box .thankyou-card .product-list .list-product.head .product-prices{

	border-right:1px solid #03b3cd73;

}
.shopping_cart_box .thankyou-card .product-list .list-product .product-ns{
	width: 10%;
}
.shopping_cart_box .thankyou-card .product-list .list-product .product-name{
	flex:1;
}
.shopping_cart_box .thankyou-card .product-list .list-product .product-subtotal,.shopping_cart_box .thankyou-card .product-list .list-product .product-prices,.shopping_cart_box .thankyou-card .product-list .list-product .product-quan{
	width:10%
}
.shopping_cart_box .thankyou-card .product-list .list-product div:last-child{
	border:0;
}
.shopping_cart_box .thankyou-card .product-list .list-product.head{
	border-bottom:5px solid; #03b3cd73;
}
.shopping_cart_box .thankyou-card .product-list .list-product{
	border-bottom:1px dotted; #03b3cd73;
	
}

.shopping_cart_box .thankyou-card .product-list .list-product.ligthBK{
	background-color: #03b3cd1f;
}
.shopping_cart_box .thankyou-card h4,.thankyou-card .list-product-summary{
	text-align:left;
	width:90%;
}
.thankyou-card .order-head{
	display:flex;
	justify-content: space-between;
	margin: 2rem 5rem;
}
.thankyou-card .order-total{
	font-size: 2rem;
    color: #ef8575;
    
}
.thankyou-card .order-total span{
	font-size: 5rem;
	line-height: 6rem;
	font-weight: 700;
	color: #ef8575;
}
.thankyou-card .payment-tips,.thankyou-card .send-tips{
	text-align:left;
	margin: 2rem 5rem;
}
.thankyou-card .list-product-summary{
	padding-top:3rem;
	display:flex;
	justify-content: space-between;
    margin: 0 auto;
}
.div-right{
	text-align:right;
}
.thankyou .title{
	text-align:center;
}
.thankyou-card .brands-logo{
	text-align:center;
}
.thankyou-card .brands-logo img{
    max-width: 10vw;
    width: 100%;
    height: auto;
    min-width: 100px;
}
.thankyou-card .order-des-left{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.thankyou-card .order-des-right{
    display: flex;
    flex-direction: column;
    text-align: right;
}
.print_btn_section{
	display:flex;
	width: fit-content;
    margin: 0 auto;
    gap:2rem;
	padding:3rem 0;
}
.PrintPart{
	position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999999;
    justify-content: center;
}
.btn_priint{
	margin:0 auto;
}
.order-search{
	width:95%;
	margin:0 auto;
    padding: 7rem 0;
    text-align: left;
}
@media print {
  @page {
	size: A4 portrait;
	margin:0;
	page-break-inside: avoid;
	position: relative;
	min-height: 100vh;
  }
  .print_btn_section, .title-box .checkout-flow,.nav,.btn-gotop,.footer,.copyright,header{
  	display:none;
  }
  .PrintPart{
  	display:block;
  }
  .shopping_cart_box .thankyou-card .product-list .list-product .product-subtotal, .shopping_cart_box .thankyou-card .product-list .list-product .product-ns, .shopping_cart_box .thankyou-card .product-list .list-product .product-name, .shopping_cart_box .thankyou-card .product-list .list-product .product-quan, .shopping_cart_box .thankyou-card .product-list .list-product .product-prices{
    line-height: 3rem;
  }
  .thankyou-card .order-total {
    font-size: 1rem;
    color: #ef8575;
	}
  .thankyou-card .order-total span {
	    font-size: 3rem;
	    line-height: 4rem;
	    font-weight: 700;
	    color: #ef8575;
	}
  .summary-description,.tips-content p,.payment-tips p,.thankyou-card .order-des-left .infor-list,.order-tips,.summary-description,.tips-content,.list-product div{
  	font-size:1.3rem !important;
  	line-height:2rem;
  }
  .thankyou-card .brands-logo img{
  	max-width:60px;
  }
  h4{
    font-size: 1.6rem;
	margin: 0;
  }
  .order-des-left{
  	order:1;
  }
  .order-des-right{
  	order:2;
  	flex-direction: row;
  }
	.thankyou-card .order-head {
	    display: flex;
	    justify-content: space-between;
	    margin: 2rem 5rem;
	    flex-direction: column;
	}
	.thankyou-card .order-des-left {
	    display: flex;
	    align-content: center;
	    align-items: center;
	    justify-content: space-between;
	    text-align: left;
	}
	.thankyou-card .order-des-right {
	    display: flex;
	    flex-direction: row-reverse;
	    text-align: right;
	    justify-content: space-between;
	    align-items: flex-end;
	    border: 1px solid #03b3cd;
	    padding: 1rem 0;
	    width:100%;
	    margin:0 auto;
	}
	.thankyou-card .order-des-right div:first-child{
		margin-left:1rem;
	}
	.thankyou-card .order-des-right div:last-child{
		margin-right:1rem;
	}
  .shopping_cart_box{
  	width: 95%;
  	height: 100%;
  	position:absolute;
  	top:0;
  	left:0;
    transform: scale(1); /* 將內容縮小為 70%，可根據實際情況調整 */
    transform-origin: top left; /* 從左上角開始縮放 */
  }
  /* 強制保留背景色彩與圖片 */
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* 避免區塊在列印時被中斷 */
  .content-block {
    page-break-inside: avoid;
    break-inside: avoid;
  }

}
@media (max-width:1440px) {
	.shopping-total-box{

        margin: 0 auto;
        flex-direction:column;
	}
	.shopping-total-tips{
		order:2;
	}
	 .list-title div{
	 	display:none;
	 }
	 .list-title{
	 	display:block;
	 	margin-bottom: 2rem;
	 }
	 .list-title div.list-list{
	 	display:block !important;
	 	width:100%;
	 	text-align:center;
	 }
	.list-products{
		display: grid;
	    grid-template-columns: repeat(6, 1fr) ;
	    gap:2rem;
	}
	.list-title > div, .list-products > div {
	    width: 100%;
	    
	}
	.list-products .list-photo{
		grid-column-start: 1;
  		grid-column-end: 2;
  		grid-row-start:1;
  		grid-row-end:3;
		order:1;
		margin:0;
	}
	.list-products .list-product-name{
		text-align: left;
		grid-column-start: 2;
  		grid-column-end: 4;
  		grid-row-start:1;
  		grid-row-end:2;
		order:2;
	}
	.list-products .list-speci{
		grid-column-start: 4;
  		grid-column-end:6;
  		grid-row-start:1;
  		grid-row-end:2;
		order:5;
		justify-content: flex-start;
	}
	.list-products .list-discount{
		flex-direction: row;
		flex-wrap:wrap;
		grid-column-start: 2;
  		grid-column-end: 8;
  		grid-row-start:2;
  		grid-row-end:3;
		order:6;
		justify-content: flex-start;
	}

	.list-products .list-quantity{
		grid-column-start: 5;
  		grid-column-end: 7;
  		grid-row-start:2;
  		grid-row-end:3;
		order:7;
	}

	.list-products .list-price{
		order:3;
		grid-column-start: 6;
  		grid-column-end: 7;
  		grid-row-start:1;
  		grid-row-end:2;
	}
	.list-products .list-subtotal{
		order:4;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:1;
  		grid-row-end:2;

	}
	.list-products .list-ctrl{
		order:8;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:2;
  		grid-row-end:3;
  		margin-left: 2rem;
	}
	.specification-type{
		gap:1rem;
		flex-direction: row;
		flex-wrap:wrap;
		justify-content: center;
	}
	.product-price, .products-subtotal div{
		padding:0;
		margin:0;
		    
	}
	.product-price{
		justify-content: flex-start;
	}
	.products-subtotal div{
		justify-content: flex-start;
		display:inline-block;
	}

}
@media (max-width:1024px) {
	.shopping-total-list{
        flex-wrap: wrap;
        width: 100%;
	}
}
@media (max-width:959px) {
	.shopping-total-box{
        width: 100%;
        margin: 0 auto;
       
	}

	.list-products .list-photo{
		grid-column-start: 1;
  		grid-column-end: 2;
  		grid-row-start:1;
  		grid-row-end:4;
		order:1;
		margin:0;
	}
	.list-products .list-product-name{
		text-align: left;
		grid-column-start: 2;
  		grid-column-end: 4;
  		grid-row-start:1;
  		grid-row-end:2;
		order:2;
	}
	.list-products .list-speci{
		grid-column-start: 4;
  		grid-column-end:6;
  		grid-row-start:1;
  		grid-row-end:2;
		order:5;
		justify-content: flex-start;
	}
	.list-products .list-discount{
		flex-direction: row;
		flex-wrap:wrap;
		grid-column-start: 2;
  		grid-column-end: 8;
  		grid-row-start:2;
  		grid-row-end:3;
		order:6;
		justify-content: flex-start;
	}

	.list-products .list-quantity{
		grid-column-start: 3;
  		grid-column-end: 7;
  		grid-row-start:3;
  		grid-row-end:4;
		order:7;
		justify-content: flex-end;
	}

	.list-products .list-price{
		order:3;
		grid-column-start: 6;
  		grid-column-end: 7;
  		grid-row-start:1;
  		grid-row-end:2;
	}
	.list-products .list-subtotal{
		order:4;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:1;
  		grid-row-end:2;

	}
	.list-products .list-ctrl{
		order:8;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:3;
  		grid-row-end:4;
  		margin-left: 3rem;
	}



}


@media (max-width:820px) {

	.thankyou-card .order-head{
		flex-direction: column;
    	align-items: flex-start;
	}
	.thankyou-card .order-des-right{
		text-align:left;
	}
	.thankyou-card .order-des-left {
	    display: flex;
	    align-content: center;
	    align-items: center;
	    justify-content: space-between;
	    text-align: left;
	    width: 100%;
	}
	.thankyou-card div{
		font-size:18px;
	}

	.member_credits_information{
		flex-direction: column;
	}
	.list-photo {
	    margin: 30px 0px;
	}

	.addr-box {
	    display: flex;
	    flex-direction: column;
	    gap: 2rem;
	    width: 100%;
	}
	.addr-box select{
		width:100%;
	}
	.list-products .list-photo{
		grid-column-start: 1;
  		grid-column-end: 3;
  		grid-row-start:1;
  		grid-row-end:4;
		order:1;
		margin:0;
	}
	.list-products .list-product-name{
		text-align: left;
		grid-column-start: 3;
  		grid-column-end: 6;
  		grid-row-start:1;
  		grid-row-end:2;
		order:2;
	}
	.list-products .list-speci{
		grid-column-start: 5;
  		grid-column-end:7;
  		grid-row-start:1;
  		grid-row-end:2;
		order:5;
		justify-content: flex-start;
	}
	.list-products .list-discount{
		flex-direction: row;
		flex-wrap:wrap;
		grid-column-start: 3;
  		grid-column-end: 8;
  		grid-row-start:2;
  		grid-row-end:3;
		order:6;
		justify-content: flex-start;
	}

	.list-products .list-quantity{
		grid-column-start: 3;
  		grid-column-end: 7;
  		grid-row-start:3;
  		grid-row-end:4;
		order:7;
		justify-content: flex-end;
	}

	.list-products .list-price{
		order:3;
		grid-column-start: 3;
  		grid-column-end: 5;
  		grid-row-start:3;
  		grid-row-end:4;
	}
	.list-products .list-subtotal{
		order:4;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:1;
  		grid-row-end:2;

	}
	.list-products .list-ctrl{
		order:8;
		grid-column-start: 7;
  		grid-column-end: 8;
  		grid-row-start:3;
  		grid-row-end:4;
  		margin-left: 2rem;
	}

}

@media (max-width:790px) {
	.list-photo img{
		max-width:80%;
	}
	.list-products{
		display: grid;
	    grid-template-columns: repeat(3, 1fr) ;
	    gap:2rem;
	    justify-items: end;
	    width: 80%;
        margin: 0 auto;
	}
	.list-products .list-photo{
		grid-column-start: 1;
  		grid-column-end: 4;
  		grid-row-start:1;
  		grid-row-end:2;
		order:1;
		margin:0;
	}
	.list-products .list-product-name{
		text-align: left;
		grid-column-start: 1;
  		grid-column-end: 3;
  		grid-row-start:2;
  		grid-row-end:3;
		order:2;
	}
	.list-products .list-speci{
		grid-column-start: 1;
  		grid-column-end:4;
  		grid-row-start:3;
  		grid-row-end:4;
		order:3;
		justify-content: center;
	}
	.list-products .list-discount{
		flex-direction: row;
		flex-wrap:wrap;
		grid-column-start: 1;
  		grid-column-end: 4;
  		grid-row-start:4;
  		grid-row-end:5;
		order:4;
		justify-content: center;
	}

	.list-products .list-quantity{
		grid-column-start: 2;
  		grid-column-end: 3;
  		grid-row-start:5;
  		grid-row-end:6;
		order:6;
		justify-content: flex-end;
	}

	.list-products .list-price{
		order:2;
		grid-column-start: 3;
  		grid-column-end: 4;
  		grid-row-start:2;
  		grid-row-end:3;
  		text-align: right;
        display: block;
	}
	.list-products .list-subtotal{
		order:5;
		grid-column-start: 1;
  		grid-column-end: 2;
  		grid-row-start:5;
  		grid-row-end:6;
  		text-align: left;

	}
	.list-products .list-ctrl{
		order:7;
		grid-column-start: 3;
  		grid-column-end: 4;
  		grid-row-start:5;
  		grid-row-end:6;
  		margin-right: 3rem;

	}
	.shoppint_step_box{
		flex-direction: column;
		width: 100%;
	}

	.shoppint_step_box button{
		width:90%;
		margin-bottom: 2rem;
		font-size:2rem;
	}

}



@media (max-width:750px) {

	.shopping-total-box{
		flex-direction: column;
		
	}

	.payment-select, .send-select{
    	flex-direction: column;
    	 align-items: flex-start;
	}
}

@media (max-width:670px) {

	.sending_option{
		flex-direction: column;
	}
	
}

@media (max-width:600px) {
    .shopping-total-list {
    	flex-direction: column;
    	width:100%;
    }
    .payment-select, .send-select {
    	margin-top:10px;
    }
    .sending_title{
    	display:none;
    }
    .order_box{
    	margin-right: 0;
    }
    .thankyou-card .order-des-left {
    	flex-direction: column;
    }
}

@media (max-width:540px) {

	.thankyou-card .list-product-summary{
	    flex-direction: column;
	    align-items: flex-start;
	}
	.thankyou-card .order-head,.shopping_cart_box .thankyou-card .product-list,.thankyou-card .payment-tips, .thankyou-card .send-tips{
		margin: 2rem 2rem;
	}
	.shopping_cart_box .thankyou-card .product-list .list-product.head{
		display:hidden;
	}
	.shopping_cart_box .thankyou-card .product-list .list-product {
		flex-direction: column;
	}
	.thankyou-card .order-head{
		width:auto;
	}
	.brand-information{
		width:100%;
	}
	.product-ns::before{
		content:"序號：";
	}
	.product-name::before{
		content:"品名：";
	}
	.product-quan::before{
		content:"數量：";
	}
	.product-prices::before{
		content:"單價：";
	}
	.product-subtotal::before{
		content:"小計：";
	}
	.shopping_cart_box .thankyou-card .product-list .list-product .product-subtotal, .shopping_cart_box .thankyou-card .product-list .list-product .product-ns, .shopping_cart_box .thankyou-card .product-list .list-product .product-name, .shopping_cart_box .thankyou-card .product-list .list-product .product-quan, .shopping_cart_box .thankyou-card .product-list .list-product .product-prices{
		line-height: 2.5rem;
		margin: 0 1rem;
		width:100%;
		text-align:left;
	}
	.div-right{
		text-align:left;
		order:1;
		margin-bottom: 2rem;
	}
	.div-left{
		order:2;
	}
	.list-products{
		display: grid;
	    grid-template-columns: repeat(3, 1fr) ;
	    gap:2rem;
	    justify-items: end;
	    width: 70%;
        margin: 0 auto;
	}
	.list-products .list-photo{
		grid-column-start: 1;
  		grid-column-end: 4;
  		grid-row-start:1;
  		grid-row-end:2;
		order:1;
		margin:0;
	}
	.list-products .list-product-name{
		text-align: left;
		grid-column-start: 1;
  		grid-column-end: 3;
  		grid-row-start:2;
  		grid-row-end:3;
		order:2;
	}
	.list-products .list-speci{
		grid-column-start: 1;
  		grid-column-end:4;
  		grid-row-start:3;
  		grid-row-end:4;
		order:3;
		
	}
	.list-products .list-discount{
		flex-direction: row;
		flex-wrap:wrap;
		grid-column-start: 1;
  		grid-column-end: 4;
  		grid-row-start:4;
  		grid-row-end:5;
		order:4;
		
	}

	.list-products .list-quantity{
		grid-column-start: 1;
  		grid-column-end: 4;
  		grid-row-start:5;
  		grid-row-end:6;
		order:6;
		justify-content: flex-end;
	}

	.list-products .list-price{
		order:2;
		grid-column-start: 3;
  		grid-column-end: 4;
  		grid-row-start:2;
  		grid-row-end:3;
  		text-align: right;
        display: block;
	}
	.list-products .list-subtotal{
		order:5;
		grid-column-start: 1;
  		grid-column-end: 2;
  		grid-row-start:6;
  		grid-row-end:7;

	}
	.list-products .list-ctrl{
		order:7;
		grid-column-start: 2;
  		grid-column-end: 4;
  		grid-row-start:6;
  		grid-row-end:7;
  		margin-right: 3rem;

	}
	.shopping-total-list{
		align-content: center;
	}
	.order_box{
		justify-self: center;
	}
	.free_shopping_box{
		justify-content: center;
	}
}

@media (max-width:420px) {
	.title-box {
	    display: flex;
	    justify-content: space-evenly;
	    align-items: center;
	    flex-wrap: nowrap;
	    flex-direction: column;
	    align-content: center;
	    text-align:center;
	    
	}
	.title-box h1{
		text-align:center !important;
	}
	.title-box .title{
		padding-bottom: 20px;
	}

	select.freight{
		font-size:1.5rem;
	}
	.member_credits_information{
		width:auto;
	}
}


