<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------- Pdt Detail Page -------------------- */
.zoomContainer {
	max-height:698px;
}

#pdtd_short {
	width:100%;
}

#pdtd_short_l {
	float: left;
	width: 40.6%;
	margin-right: 3%;
	margin-bottom:20px;
}

#pdtd_short_r {
	float: left;
	width: 55.4%;
	min-height: 700px;
}

#pdtd_big {
	width:100%;
	margin-bottom:10px;
	text-align:center;
	max-height:698px;
	overflow:hidden;
}

#pdtd_big img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

.pdtd_thumb {
	width:100%;
	max-height:175px;
	overflow:hidden;
}

.pdtd_thumb img {
	max-width:100%;
}

#pdtd_name {
	width:100%;
	padding-bottom:5px;
	word-wrap:break-word;
	font-family: superstoreregular,Tahoma;
    font-size: 3em;
	line-height:0.9em;
	border-bottom:#dddddd dotted 1px;
}

#pdtd_name a {
	font-family: thaisansneue,Tahoma;
	font-size: 2.25em;
	text-decoration:none;
}

#pdtd_star {
	width:100%;
	height:30px;
	line-height:30px;
	font-family:Tahoma;
	font-size:1.2em;
}

#pdtd_review {
	width:100%;
}

#pdtd_review_1 {
	float:left;
	width:180px;
	height:30px;
	line-height:30px;
	font-family:Tahoma;
	font-size:1.2em;
}

#pdtd_review_1 a {
	font-family:Tahoma;
	font-size:1.2em;
	color:#28a900;
}

#pdtd_review_1 a:visited {
	color:#28a900;
}

#pdtd_review_1 a:hover {
	color:#ff9c00;
	text-decoration:none;
}

#pdtd_review_2 {
	float:left;
	height:30px;
	line-height:30px;
	font-family:Tahoma;
	font-size:1.2em;
	cursor:pointer;
}

#pdtd_review_2:hover {
	color:#ff0000;
}

#pdtd_rating {
	width:100%;	
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#dddddd dotted 1px;
}

#pdtd_desc {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 1.2em;
	border-bottom: #dddddd dotted 1px;
}

#pdtd_price {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-size: 1.2em;
	border-bottom: #dddddd dotted 1px;
}

#pdtd_price span:nth-child(1) {
	font-family:Cordia New;
	font-size: 2.5em;
    font-weight:bold;
	color: #f15a23;
}

#pdtd_price span:nth-child(2) {
	font-family:Cordia New;
	font-size: 2.5em;
    font-weight:bold;
	color: #7b7b7b;
	text-decoration:line-through;
}

#pdtd_overview {
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Tahoma;
	font-size: 1.1em;
	border-bottom: #dddddd dotted 1px;
}

#pdtd_overview span {
	font-size: 1.1em;
	font-weight:bold;
}

#pdtd_bttncart {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: #dddddd dotted 1px;
}

#pdtd_sharethis {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

#pdtd_bttnthumb {
	/* margin-top:20px; */
	width:100%;
	height:30px;
	background:url(../../template/0000/images/line_bttn_pdtd.png) repeat-x;	
}

.slick-slider {
	margin-bottom:15px;
}

#pdtd_btn {
	margin-left:auto;
	margin-right:auto;
	width:70px;
	height:30px;
}

#pdtd_btn div {
	float:left;
   	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
   	margin:0;
   	padding:0;
	border:#eeeeee solid 1px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
	font-weight:bold;
	color:#a9aaaa;
	background-color:#ffffff;
	box-sizing: border-box;
	cursor:pointer;
	transition: background-color 0.4s ease;
}

#pdtd_btn div:hover {
	color:#ffffff;
    background-color: #434444;
	border:#434444 solid 1px;
}

.slick-slide {
    margin-left:5px;
    margin-right:5px;
}

.bttntocart {
	margin-top:10px;
	display:inline-block;
	text-decoration:none;
	height:40px;
	line-height:40px;
	vertical-align:middle;
}

.icon-cart {
	font-size:0.8em;	
}

.fa-heart {
	font-size:0.8em;	
}





/* ------------ Tab Sheet ------------ */

#pdtd_tab {
	margin-top:20px;
	width:100%;
}

.tabbox {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: #dddddd solid 1px;
}

.tabSelected {
	float:left;
	margin-left:5px;
	box-sizing: border-box;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ffffff;
	border:#dddddd solid 1px;
	border-bottom:none;
	font-family:Tahoma;
	font-size:1em;
}

.tabSelected:first-child {
	margin-left:0px;
}

.tabDeSelect {
	float:left;
	margin-left:5px;
	box-sizing: border-box;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#F6F6F6;
	border:#dddddd solid 1px;
	cursor:pointer;
	font-family:Tahoma;
	font-size:1em;
}

.tabDeSelect:first-child {
	margin-left:0px;
}

.tabcontent {
	box-sizing:border-box;
	width: 100%;
	padding: 2%;
	min-height: 300px;
	border: #dddddd solid 1px;
	border-top: none;
}

.contenttab {
	clear:both;
	width:100%;
	font-family: Tahoma;
	font-size: 1.1em;
}

.contenttab img {
	max-width:100%;
}

.contenttab h2 {
	font-family: rsu,Tahoma;
    font-size: 1.6em;
	color: #00b6be;	
	text-decoration:underline;
}


@media only screen and (max-width:780px) {

#pdtd_short_l {
	clear:both;
	width:100%;	
}

#pdtd_short_r {
	clear:both;
	width:100%;	
}

#pdtd_big {
	display:none;
}

}




















/* ------------ Product Attribute ------------ */
#pdtd_attribute {
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
	min-height: 40px;
	padding: 10px;
	padding-bottom: 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

#pdtd_attribute_detail {
	margin-top:10px;
	font-family:Tahoma;
	font-size:13px;
}

.pdtattr_mainbox {
	width:100%;
}
.pdtattr_mainbox_inside {
	width:100%;
}

.pdtattr_box {
	float: left;
	margin-top: 20px;
	margin-right: 18px;
	width: 30%;
	box-sizing: border-box;
	padding: 10px;
	border: #cccccc solid 1px;
}

.pdtattr_box:hover {
	border: #00baff solid 1px;
}

.pdtattr_img {
	width: 100%;
	padding-bottom:10px;
}

.pdtattr_img img {
	max-width:100%;
}

.pdtattr_name {
	width: 100%;
	height:55px;
	overflow:hidden;
	word-wrap: break-word;
	overflow-y: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
}</pre></body></html>