*{
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 1024px){
    .quantity .fa{
		margin: 5px;
		font-size: 16px;
	}
	#checkout{
		margin-top: 20px;
	}
	#cart-empty{
		font-size: 20px;
	}
}
@media screen and (min-width: 1025px){
	.quantity .fa{
		margin: 5px 10px;
		font-size: 22px;
	}
	#cart-empty{
		font-size: 40px;
	}
}
#loading-cart{
	text-align: center;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 400px;
}
#cart-empty{
	display: none;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 400px;
	height: 60vh;
}
#cart-empty a{
	text-decoration: none;
	color: black;
}
#cart-items{
	display: none;
	min-height: 00px;
	margin-bottom: 100px;
}
#cart-items h4{
	font-size: 30px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.description{
	font-size: 16px;
}
.quantity{
	font-size: 16px;
	text-align: center;
}
.price{
	font-size: 16px;
}
.quantity .fa{
	color: black;
}
.quantity .fa:hover{
	cursor: pointer;
}
.quantity .fa-minus-circle{
	color: red;
	font-size: 26px;
}
.quantity .fa-trash-o{
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: red;
    padding: 3px;
    border-radius: 4px;
}
.single-item{
	padding: 10px 0px;
	border-bottom: 2px solid #969696; 
}
#cart-items h5{
	font-size: 20px;
	text-align: center;
}
#cart-items h6{
	font-size: 18px;
	text-align: center;
}
#check-out-icon:hover{
	cursor: pointer;
}
.total-price{
	margin-bottom: 5px;
	padding: 10px;
	font-size: 18px;
}
.ppcheckout{
	width: 100%;
	padding: 2px 0px;
	transition: all 0.2s;
}
.ppcheckout:hover{
	opacity: 0.8;
}
.payment-remainder{
	padding: 0px 10px;
	padding-top: 5px;
	font-size: 16px;
}
.card-icon{
	width: 20%;
	float: left;
	padding: 2px;
}
#checkout{
	margin-bottom: 80px;
}
.space-set{
	padding: 5px;
}
.black-friday-discount-button, .black-friday-discount-button-set-two{
	margin: 10px 0px;
	width: 100%;
	text-align: center;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
form {
	border: 1px solid rgb(187, 187, 187);
	border-radius: 0.5em;
}
/* Shipping & Billing Address */
.form, .form-optional {
	border: 1px solid rgb(187, 187, 187);
    position: relative;
    height: 60px;
    overflow: hidden;
    background: #212936;
	font-weight: bold;
	border-radius: 0.5em;
	margin-bottom: 8px;
}
.select-form{
	border: 1px solid rgb(187, 187, 187);
	border-radius: 0.5em;
	display: inline-block;
    width: 100%;
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #212936;
    margin-bottom: 3px;
    font-weight: bold;
}
.form input,
.form-optional input{
    height: 100%;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    border: none;
    outline: none;
    background: #212936;
    font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.form + p{
	display: none;
}
.select select{
	opacity: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	height: 100%;
    width: 100%;
    color: rgb(233, 233, 233);
    padding-top: 10px;
    border: none;
    outline: none;
    background: #212936;
    font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.form label,
.form-optional label,
.select-form label{
	position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	pointer-events: none;
	color: rgb(233, 233, 233);
}
.content-name{
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.3s ease;
}
.form input:focus + .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.form-optional input:focus + .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form-chosen .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form-chosen select{
	opacity: 1;
}
.inputNotEmpty .label-name .content-name{
	font-size: 10px;
    transform: translateY(-160%);
	color: rgb(179, 179, 179);
}
.select-form select:focus + .label-name .content-name,
.select-form select:valid + .label-name .content-name{
    transform: translateY(-100%);
    font-size: 10px;
    color: #000000;
}
.label-name .fa{
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}
.submit-done{
	border: 2px solid rgb(187, 187, 187);
	border-radius: 10px;
}
.submit-done{
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: white;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	background-color: #3e68ea;
	border: 1px solid;
	border-radius: 20px;
	margin: 5px 0px 15px 0px;
	cursor: pointer;
	transition: all 1s;
}
.submit-done:hover{
	background-color: #3c64e1;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.submit-cancel{
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 140px;
	color: #3e68ea;
	font-weight: bold;
	font-size: 16px;
	background-color: white;
	border: 1px solid;
	border-radius: 20px;
	margin: 15px 0px 30px 15px;
	cursor: pointer;
}
.submit-cancel:hover{
	background-color: #f5f5f5;
}
#shipping-address-form{
	margin-bottom: 20px;
}
#shipping-address-form .fa-shipping-fast{
	width: 50px;
}
#PayPal-Smart-Button{
	display: none;
}
#paypal-button-wrap{
    position: relative;
}
#button-status-control{
    position: absolute;
	left: 0px;
    top: 0px;
    height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.1;
	z-index: 1001;
}
#countryCode{
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: rgb(179, 179, 179);
}
#countryCodeWrap{
	line-height: 30px;
	text-align: center;
	color: rgb(233, 233, 233);
}
#countryFlag{
	height: 24px;
	margin-right: 5px;
}
#sizeWarning{
	color: red;
	font-weight: bold;
}
.field-note{
	color: red;
	display: none;
}
.text-display{
	font-size: 16px;
	font-weight: bold;
}
.address-name{
	font-size: 20px;
	font-weight: bold;
}
.address-name span{
	font-size: 14px;
	font-weight: bold;
}
#card-field-submit-button{
	width: 100%;
	height: 50px;
	font-weight: bold;
}
/* ========== 根变量 ========== */
:root {
	--primary: #ff6a9d; /* 霓虹桃 */
	--secondary: #4facfe; /* 霓虹蓝 */
	--bg-start: #0f0c29; /* 深夜渐变色 */
	--bg-end: #302b63;
	--card-bg: rgba(255, 255, 255, 0.08);
	--blur: 16px;
	--radius: 16px;
	--shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	--glow: 0 0 12px var(--primary);
  }
  
  /* ========== 全局 ========== */
  body {
	
	font-family: "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
	color: #fff;
  }
  
  /* ========== 表单卡片 ========== */
  #japan-address {
	width: 100%;
	padding: 20px 10px;
	background: linear-gradient(135deg, var(--bg-start), var(--bg-end));
	backdrop-filter: blur(var(--blur));
	-webkit-backdrop-filter: blur(var(--blur));
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-sizing: border-box;
  }
  
  /* ========== 标题（可选） ========== */
  #japan-address h2 {
	text-align: center;
	margin: 0 0 28px;
	font-weight: 600;
	letter-spacing: 1px;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  /* ========== 标签 ========== */
  #japan-address label {
	display: block;
	margin: 24px 0 8px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.85);
  }
  
  #japan-address label span {
	color: var(--primary);
  }
  
  /* ========== 输入框 & 下拉 ========== */
  #japan-address input,
  #japan-address select {
	width: 100%;
	padding: 14px 18px;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease;
  }
  
  /* 聚焦发光 */
  #japan-address input:focus,
  #japan-address select:focus {
	border-color: var(--primary);
	box-shadow: var(--glow);
	outline: none;
  }
  
  /* ========== 按钮（如需） ========== */
  #japan-address button {
	width: 100%;
	margin-top: 32px;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  #japan-address button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(255, 106, 157, 0.4);
  }
  
  /* ========== 响应式 ========== */
  @media (max-width: 600px) {
	#japan-address {
	  padding: 32px 24px;
	}
	#japan-address input,
	#japan-address select {
	  font-size: 16px; /* 禁止 iOS 放大 */
	}
  }