.add_cart{
	width:400px !important;
}

.sold_btn{
	background:none !important;
  	font-size:20px;
  	width:100% !important;
  	text-align:center !important;
  	color:#000;
  	padding:0;
	margin:0;
}

.sold_btn:hover{
  	color:#000;
}



.footstamp{
	border:none !important;
  margin-bottom:30px !important;
  	padding-bottom:0 !important;
   	word-break: break-all;
}

.product-cart{
   	word-break: break-all;
}

.cat_name{
  	margin-bottom:40px;
  	font-size:14px;
}

.product_name02{
	font-size:10px;
}

.product-order-price{
	font-size:18px;
  	margin-bottom:15px;
}

.product-name{
	background:none !important;
  	font-size:18px;
    	margin-bottom:40px;
  	font-weight:normal;
}

.mainimg{
	width:520px;
  	text-align:center;
  	margin-bottom:50px;
}

.mainimg img{
	max-width:100%;
  	height:auto;
}

.subimg{
	overflow:hidden;
  	width:520px;
  display: table;
}

.subimg li{
  box-sizing: border-box;
	float:left;
  	width:80px;
  	border:1px solid #AAAAAA;
  box-sizing: border-box;
  	margin-right:7px;
  	vertical-align:middle;
  position: relative;
  	height:80px;
 	overflow:hidden;
  	margin-bottom:10px;
}

.subimg li a{
	display:block;
    	height:80px;
    	width:80px;
}

.subimg li:nth-child(6n){
	float:right;
  	margin-right:0;
}

.subimg li:nth-chlid(6n+1){
	clear:both !important;
}

.subimg li img{
	width:100%;
  	height:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* SafariÍÑ */
  transform: translate(-50%, -50%);
}

.product-order-input{
	padding:20px;
  	background:#EEEEEE;

}

.product-unit.option-name{
	font-size:14px;
  	margin-bottom:10px;
}

.input-border input{
	border:1px solid #000;
  	padding:10px;
  	width:70px;
  		margin-bottom:5px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  	text-align:right;


}

.product-order-spec{
	width:100%;
}

.product-order-spec th{
	width:100px;
  	text-align:center;
  	vertical-align:middle;
}

.product-order-spec td{
	text-align:right;
}


.product-order-regular{
	text-decoration: line-through;
}

.product-order-discount{
	color:#8C0000;
}
.checkitem li .image{height:120px!important;}
.checkitem li .txt_so {height:120px!important;}
.checkitem li .txt_so span {padding-top: 50px!important;}