/*結帳 step 底線 */
/*
.step .number:before {
  
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5rem;
  height: 2px;
  
  background: #6c757d;
}*/

.step.active .number:before {
  background: #F4BA32;
}



/****** 商品規格 ******/
.radio_s11 {
	width: 100%;
}
.radio_s11 input[type=radio] {
	display: none;
}
.radio_s11 input[type=radio]:checked + .box {
	background-color: #5F5F5F;
	color:#FFF;
}
.radio_s11 input[type=radio]:checked + .box span {
	color: white;
}
.radio_s11 input[type=radio]:checked + .box span:before {
	transform: translateY(0px);
	opacity: 1;
}
.radio_s11 .box {
	display: inline-block;
	border: 1px solid #DDD;
	background: #EEEEEE;
	transition: all 250ms ease;
	padding: 2px 10px;
	margin: 0px 5px 0px 0px;
}


/*已選取項目*/
.radio_s11 .box:active {
	transform: translateY(6px);
	/* color: #FFF; */
}
.radio_s11_price{
	margin:0px;
	padding: 2px 10px;
}

.radio_s11_pname{
	/*font-size:0.8rem;*/
	color:#333;
	font-weight: 400;
	padding:10px 0px 10px 0px;
	margin:0px;
}

