@charset "UTF-8";
/* CSS Document */

.option-box .container {
	margin-bottom:10px;
}
.option-thumb-box {
	position:relative;
	width:100%;
	height:128px;
	background-size:cover;
	background-position: center center;
}
.option-box .card {
	width:100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	margin-bottom:20px;
}
.option-box .card h3 {
	padding:10px 10px 0;
	font-size:1em;
	font-weight:500 !important;
}
.option-box .item-name {
	padding:10px 10px 0;
	font-size:.9em;
	font-weight:400 !important;
	line-height:1.5em;
}
.option-box .price-desc {
	padding:10px 0 10px 10px;
	font-size:.70em;
	font-weight:400 !important;
}
.option-box .item-price {
	padding:10px 10px 10px 0;
	font-size:1em;
	font-weight:500 !important;
}
.option-box .btn-option-detail {
	text-align:center;
	padding:8px 0;
	background-color:#FF8D1A;
	color:#fff;
	font-size:1.125em;
	font-weight:400 !important;
}
@media (max-width: 767px) {
.option-thumb-box {
	height:160px;
}
}