/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 08:33:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.coatFrame{
	width: 2000px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	display: flex !important;
}

.disFrame{
	width: 1150px !important;
	margin: 0 !important;
	margin-right: 50px !important;
	padding: 0 !important;
}

.optFrame{
   width: 750px !important;
   margin: 0 !important;
   margin-left: 50px !important;
   padding: 0 !important;
}

.disPic{
	margin: 0 !important;
	padding: 0 !important;
	width:1200px !important;
	height: 1800px !important;
	z-index: 1 !important;
	transition: opacity 0.3s !important;
}

.optFrame p{
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

.optFrame p.productName{
	color:#333333;
	font-size: 40px;
	font-weight: bolder;
}

.optFrame p.price{
	color:#ed145b;
	font-size: 30px;
	font-weight: bolder;
}

.optFrame p.note{
	color:#777777;
	font-size: 16px;
	font-weight: normal;
}

.opts{
	margin: 0px;
	padding: 0px;
	display: flex-wrap;
}

.opts input[type="radio"]{
   display: none;
}

.opts img{
	margin:5px;
	padding: 0px;
	width: 150px;
	height: 150px;
}

.opts label{
	margin:5px;
	padding:5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	font-weight: bolder;
	cursor: pointer;
	transition: 0.2s ease;
}

.opts label:hover{
   border: 3px solid #a31203;
}
