<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* category */
.product-content {
	width: 100%;
	position: relative;
}

.product-content:after {
	clear:both;
	content:'';
	display: block;
}


/* filter */
.product-filter-control {
	width: 100%;
	background-color: #fff;
}

.productlist-filter-stiky {
	height:52px
}

.product-filter {
	width: 100%;
	/*height:52px;*/
	/*padding:20px 0 20px 0;*/
	padding:20px 0 0 0;
	text-align: center;
	background: #ffffff;
	z-index:30;

}
.product-filter:after {
	clear:both;
	content:'';
	display: block;
}

.product-filterbox {
	width: 50%;
	padding-right: 10px;
	float: left;
	position: relative;
}

.product-filterbox.active:after{
	content:'';
	display: inline-block;
	width: 23px;
	height: 20px;
	position: absolute;
	left:50%;
	bottom:-1px;
	margin-left:-11px;
	z-index:20;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 0 top;
}

.product-softfilterbox {
	display: none;
	width: 100%;
	z-index:10;
	background: #ffffff;
	text-align: left;
}

.product-softfilterbox&gt;ul{
	border:1px solid #000000;
}

.product-softfilterbox&gt;ul&gt;li{
	position: relative;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 20px;
	/*border-top: 1px solid #e4e4e4;*/
}

.product-softfilterbox&gt;ul&gt;li:before{
	content:'';
	display: block;
	height:1px;
	margin:1px 20px 0 20px;
	background: #e4e4e4;
}


.web .product-softfilterbox&gt;ul&gt;li:before{
	display: none;
}

.product-softfilterbox&gt;ul&gt;li:first-child:before{
	display: none;
}

.product-softfilterbox&gt;ul&gt;li&gt;span{
	display: block;
	padding:20px 20px 0 20px;
	font-family: arb, sans-serif;
}

.product-softfilterbox&gt;ul&gt;li:first-child{
	padding-top: 0;
}

.product-softfilterbox&gt;ul&gt;li a{
	font-size: 12px;
	padding: 8px 20px;
	display: block;
}

.product-softfilterbox&gt;ul&gt;li a:hover{
	background: #e1fbfa;
}
.product-softfilterbox&gt;ul&gt;li a.active{
	background: #e1fbfa;
}
.product-softfilterbox.product-sort-list&gt;ul&gt;li a.active{
	background: none;
}

.product-softfilterbox&gt;ul&gt;li&gt;ul{
	padding-top: 20px;
}

.product-filter-btn button{
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
	height:31px;
	line-height:31px;
	padding-bottom: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #e4e4e4;

}


.product-filter-btn button:after{
	width: 31%;
	height:31px;
	line-height:31px;
	position: absolute;
	right:0;
	top:0;
	content:'';
	background: url('/sg/en/resource/img/components/product/product-opensate-bg.png') no-repeat right top ;
}

.product-controlbtn.active .product-filter-btn button:after{
	background-position: right -31px;
}

/* filter */

.tablet .product-content {
	margin-top:0px;
}

.web .product-content {
	margin-top: 20px;
}

.tablet .product-filter {
	padding:20px 0 0 0;
}
.web .product-filter {
	padding:0 0 0 0;
}

.tablet .product-filterbox {
	padding-right: 20px;
}

.tablet .product-filter-btn button span{
	display: inline-block;
}

.tablet .product-filter-btn button:after{
	width: 31%;
	height:31px;
	line-height:31px;
	position: absolute;
	right:0;
	top:0;
	content:'';
	background: url('/sg/en/resource/img/components/product/product-opensate-bg.png') no-repeat right top ;
}

.tablet .product-softfilterbox {
	padding:0;
	position: absolute;
}

.web .product-softfilterbox {
	position: relative;
}


.tablet .product-softfilterbox&gt;ul{
	font-size:0;
	width: 100%;
	height:100%;
	display: table;
	padding: 20px 0 ;
}
.tablet .product-softfilterbox.product-sort-list&gt;ul&gt;li{
	width: 25%;

}
.tablet .product-softfilterbox&gt;ul&gt;li{
	vertical-align: top;
	position: relative;
	display: inline-block;
	height:100%;
	width: 33.33%;
	min-height:390px;
	padding-top: 0;
	padding-bottom: 0;
	border-left: 1px solid #e4e4e4;
}

.tablet .product-softfilterbox&gt;ul&gt;li:before{
	display: none;
}

.tablet .product-softfilterbox&gt;ul&gt;li:first-child:before{
	display: none;
}

.tablet .product-softfilterbox&gt;ul&gt;li&gt;span{
	padding:0 20px 0 20px;
}


/* filter */

.web .product-filter {
	float: left;
	width: 25%;
}
.web .product-filter:after {
	clear:both;
	content:'';
	display: block;
}
.web .product-filter.active:after {
	background: none;
}



.web .product-filterbox&gt;span {
	float: left;
	width: 180px;
	text-align: left;
	display: block;
	padding:17px 0 17px 20px;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-filter&gt;span:after {

}


.web .product-softfilterbox {
	display: block;
	float: left;
	top:0;
	width: 100%;
	position: relative;
	padding:0;
}



.web .product-filter-list {
	position: relative;
	padding:0;
	margin:0;
}


.web .product-softfilterbox&gt;ul{
	width: 180px;
	display: block;
	border:none;
	padding-top: 10px;

}

.web .product-softfilterbox&gt;ul&gt;li{
	display: block;
	width: 100%;
	min-height:100%;
	border-left: none;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.web .product-softfilterbox&gt;ul&gt;li&gt;span{
	padding:20px 20px 0 20px;
}




/* Sort */

.product-sort {
	position: relative;
	right:0;
	width: 50%;
	padding:0 0 0 10px;
	float: right;
}

.product-sort.active:after{
	content:'';
	display: inline-block;
	width: 23px;
	height: 20px;
	position: absolute;
	left:50%;
	bottom:-1px;
	margin-left:-11px;
	z-index:20;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 0 top;
}

.product-sort-list.product-softfilterbox&gt;ul&gt;li {
	padding: 0;
	min-height:100%;
}

.product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a:hover {
	background: none;
}
.product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a.active {
	color: #106ea8;
	background: none;
	text-decoration: underline;
}


.tablet .product-filter {
	height:auto;
}

/* Sort */

.tablet .product-sort {
	top:0;
	right:0;
	width: 50%;
	margin-top:0;
	padding:0 0 0 20px;
}

/* Sort */

.web .product-sort {
	position: absolute;
	width: 80px;
	right:430px;
}

.web .product-sort span{
	float: left;
	padding-top: 20px;
	padding-right: 10px;
}

.web .product-sort-list.product-softfilterbox {
	position: absolute;
	right:30px;
	top:0;
	width: auto;
}

.web .product-sort-list.product-softfilterbox&gt;ul{
	width: auto;
	margin-top: 15px;

}
.web .product-sort-list.product-softfilterbox&gt;ul&gt;li {
	float: left;
	width: auto;
	border-bottom: none;
}
.web .product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a {
	border-left: 1px solid #e4e4e4;
	height:auto;
	padding-top:0;
	padding-bottom:0;
	line-height:100%;
}

.web .product-sort-list.product-softfilterbox&gt;ul&gt;li:first-child&gt;a {
	border-left: none;
}





/* list wrap */
.product-wrap {
	margin-top: 56px;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

.product-listwrapper {
	overflow: hidden;
	width: 100%;
}

.product-list-wrap {
	margin-left: -20px;
}

.product-list-wrap:after {
	clear:both;
	content:'';
	display: block;
}

.product-list-item{
	float: left;
	padding-left: 20px;
	padding-bottom: 30px;
	width: 50%;
	position: relative;
}


.product-image {
	width: 100%;
	text-align: center;
	max-width: 180px;
	margin:0 auto;
}

.product-image img{
	width: 100%;
}

.product-list-item a{
	display: block;
}

.product-list-item span {
	display: block;
}

.product-list-title {
	padding: 10px 0 16px 0;
	height:65px;
}

.product-list-price{
	padding-top: 10px;
	min-height:32px;
}


.product-overlnk {
	position: absolute;
	width: 100%;
	top:50%;
	margin-top:-20px;
	z-index:20;
	max-width:178px;
	left:50%;
	margin-left:-68px;
}

.product-overlnk a, .product-overlnk button {
	width: 87px;
	height:35px;
	text-align: center;
	line-height:35px;
	position: absolute;
}

.product-overlnk-quick {
	left:0;
	background: url('/sg/en/resource/img/components/product/product-quicklnk-bg.png') no-repeat 0 -35px;
	padding-right:10px;
}

.product-overlnk-quick:hover {
	background-position: 0 0;
}

.product-overlnk-details {
	right:20px;
	background: url('/sg/en/resource/img/components/product/product-detaillnk-bg.png') no-repeat 0 -35px;
	padding-left:10px;
}

.product-overlnk-details:hover {
	background-position: 0 0;
}

.product-overlnk {
	display: none;
}

/* list wrap */

.tablet .product-list-item{
	width: 25%;
}

/* list wrap */
.web .product-wrap {
	float: left;
	width: 75%;
}
.web .product-listwrapper {
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
}
.web .product-list-item{
	width: 25%;
	display: inline-block;
}


.web .product-list-item.active:after{
	z-index:1;
	content:'';
	width: 23px;
	height: 21px;
	position: absolute;
	bottom:-1px;
	left:50%;
	margin-left:-9px;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 50% bottom ;
}
.web .product-list-item.active.lastline:after{
	z-index:1;
	content:'';
	width: 23px;
	height: 21px;
	position: absolute;
	top:-61px;
	left:50%;
	margin-left:-9px;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 50% bottom ;
}






/* quick view */


.product-list-detailinfo {
 	display: none;
}

/* quick view */
.web .product-list-detailinfo {
 	display: none;
	float: right;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.web .product-list-quickview-wrap {
	position: relative;
	border: 1px solid #000000;
	width: 100%;
}

.web .product-list-quickview-box {
	padding: 30px;
	min-height: 490px;
}

.web .product-list-quickview-box:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-image {
	max-width: 339px;
	width: 38%;
	position: absolute;
	left: 30px;
	top: 40px;
	text-align: center;
	z-index: 1;
}

.web .product-list-quickview-image img {
	width: 100%;
}

.web .product-list-quickview-imagebtn {
	width: 137px;
	height: 39px;
	line-height: 39px;
	padding-right: 20px;
	font-size: 14px;
	margin-top: 40px;
	display: inline-block;
	background: url('/sg/en/resource/img/components/product/product-quickview-detailviewbtn.png') 0 0 no-repeat;
}

.web .product-list-quickview-info {
	position: relative;
	padding-top: 10px;
	padding-left: 43%;
}

.web .product-list-quickview-title {
	font-size: 30px;
	padding-bottom: 25px;
	padding-right: 30px;
}

.web .product-list-quickview-like:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-like {
	padding-bottom: 25px;
}

.web .product-list-quickview-like dl dt, .web .product-list-quickview-like dl dd {
	float: left;
}

.web .product-list-quickview-like dl dt {
	padding-right: 20px;
	font-size: 14px;
}

.web .product-list-quickview-like dl dd {
	font-size: 16px;
}

.web .product-list-quickview-likeheart {
	float: left;
	/*padding-bottom: 25px;*/
}

.web .product-list-quickview-likeheart span {
	float: left;
	padding-right: 10px;
	line-height: 13px;
	font-size: 16px;
}

.web .product-list-quickview-likeheart .product-list-likeheart {
	float: left;
}

.web .product-list-quickview-reviewnum {
	float: left;
	font-size: 14px;
	padding-left: 20%;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 20% 50%;
}

.web .product-list-quickview-reviewnum span {
	font-size: 16px;
	line-height: 13px;
	padding-right: 10px;
}

.web .product-list-quickview-infotext {
	padding-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-list-quickview-colorchip {
	padding: 25px 0;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-list-quickview-tit {
	font-size: 14px;
}

.web .product-list-quickview-colorchip .product-list-quickview-like {
	padding-bottom: 0;
}

.web .product-list-quickview-colorchip ul {
	margin-left: -10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.web .product-list-quickview-colorchip ul:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-colorchip ul li {
	float: left;
	width:40px;
	padding-left: 10px;
	padding-bottom: 10px;
}


.web .product-list-quickview-colorchip img {
	width:100%;
}


.web .product-list-quickview-price {
	display: table;
	font-size: 0;
	width: 100%;
	padding: 30px 0 0 0;
}




.web .product-list-quickview-price div {
	position: relative;
}

.web .product-list-quickview-pricebox {
	display: table;
	font-size: 0;
	width: 100%;
}
.web .product-list-quickview-pricebox div:after {
	position: absolute;
	left: -60px;
	bottom: 10px;
	content: '';
	width: 16px;
	height: 16px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}

.web .product-list-quickview-pricebox .prolist-col3:after {
	background: none;
}


.web .product-list-quickview-price div dt {
	font-size: 14px;
	padding-bottom: 10px;
}

.web .prolist-col1, .web .prolist-col2{
	display: inline-block;
	width: 50%;
	margin-bottom:20px;
}

.web .prolist-col1, .web .prolist-col2,  .web .prolist-col3{
	vertical-align:top;
}

.web .prolist-col1 dl, .web .prolist-col2 dl {
	margin-bottom: 20px;
}

.web .product-list-quickview-pricebox {
	overflow:hidden;
}

.web .prolist-col1 dl dd{
	width: 100%;
	position: relative;
	font-size: 20px;
	padding-right: 10px;
}

.web .prolist-col2 dl{
	width: 100%;
	display: table;
	font-size: 0;
}

.web .prolist-col2 dl dd, .web .prolist-col3 dl dd{
	width: 50%;
	display: inline-block;
	position: relative;
	font-size: 16px;
	text-align: left;
}

.web .prolist-col2 dl dd span{
	padding-left: 10px;
}


.web .prolist-col1 dl,.web .prolist-col2 dl, .web .prolist-col3 dl {
	position: relative;
	height:60px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



.web .product-list-quickview-price .prolist:first-child:after {
	background: none;
}

.web .product-list-quickview-util {
	background-color: #f7f7f7;
	/*height: 70px;*/
}

.web .product-list-utilleft {
	float: left;
	width: 65%;
	position: relative;
}

.web .product-list-utilleft .product-buy-label{
	position: absolute;
	top:28px;
	width: 30px;
}

.web .product-list-utilleft .jqListBox{
	padding-left: 30px;
	position: relative;
}

.web .product-list-utilleft .jqListBox-list{
	left: 30px;
	position: absolute;
	background: #ffffff;
}

.web .product-list-utilleft .jqListBox-combo{
	background: #ffffff;
	border:none;
}

.web .product-list-utilleft .jqListBox-combo-txt {
	font-size: 12px;
	overflow: hidden;
	width: 80%;
	height: 100%;
}

.web .product-list-utilleft .jqListBox-combo-arrow{
	background: url('/sg/en/resource/img/components/product/product-category-selectdown.png') 0 50% no-repeat;
}

.web .product-list-utilleft .jqListBox-combo-arrow.on{
	background: url('/sg/en/resource/img/components/product/product-category-selectup.png') 0 50% no-repeat;
}

.web .product-list-utilselect.jqListbox-adapt{
	height: auto;
}

.web .product-list-utilselectbox {
	position: relative;
	float: left;
	padding:14px 10px 13px 20px;
	width: 50%;
}

.web .productbuy-quantity-control {
	position: relative;
	margin-left: 30px;
	padding: 0 43px;
}

.web .productbuy-quantity-control input[type=text]{
	width: 100%;
	height:43px;
	border:0 solid #ffffff;
	text-align: center;

}

.web .productbuy-quantity-control button{
	position: absolute;
	width: 43px;
	height:43px;
	top:0;
	right:0;
	background: url('/sg/en/resource/img/components/product/product-detail-tabbg-up.png') #cfcfcf no-repeat 50% 50% ;
}
.web .productbuy-quantity-control button:first-child{
	left:0;
	background: url('/sg/en/resource/img/components/product/product-detail-tabbg-down.png') #cfcfcf no-repeat 50% 50% ;
}

.web .product-list-utilright {
	float: left;
	width: 35%;
}

.web .product-list-basket, .product-list-wish {
	float: left;
	width: 50%;
	text-align: center;
}
.web .product-list-wish {
	padding-right: 0;
}

.web .product-list-basket a, .web .product-list-wish a {
	font-family: arb, sans-serif;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height:70px;
	line-height: 70px;
	padding-left: 30px;
}

.web .product-list-basket a {
	background: url('/sg/en/resource/img/components/product/product-quicklnk-cart.png') no-repeat 0 50%
}
.web .product-list-wish a {
	background: url('/sg/en/resource/img/components/product/product-quicklnk-wish.png') no-repeat 0 50%
}

.web .product-list-quickview-close {
	position: absolute;
	right: 30px;
	top: 50px;
}

.web .product-buybtn {
	width: 100%;
	height:70px;
	line-height: 70px;
	text-align: center;
	background-color: #66bcf0;
	font-family: arb, sans-serif;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5) {
	.product-list-utilleft .jqListBox-combo-arrow{ background-image: url('/sg/en/resource/img/components/product/product-category-selectdown-X2.png'); background-size:15px 8px; }
}


.webS .prolist-col2{
	width: 40%;
}

.webS .prolist-col1, .prolist-col3{
	display: inline-block;
	width: 30%;
}
.webS .prolist-col2 dd, .prolist-col3 dd{
	padding-top: 2px;
}

.webS .prolist-col2 dl dd{
	width:auto;
	padding-right : 20px;
}


.webS .product-list-quickview-pricebox div:after {
	left: -30px;
	bottom:15px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}

.webS .product-list-quickview-pricebox .prolist-col2:after {
	left: -45px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}


.webS .product-list-quickview-pricebox .prolist-col3:after {
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}


.webS .product-list-quickview-boxleft {
	width: 80%;
	float: left;
}

.webS .product-buybtn {
	width: 20%;
	float: right;
	height:70px;
	line-height: 70px;
	text-align: center;
	background-color: #66bcf0;
	font-family: arb, sans-serif;
}




/* product ico */

.product-ico {
	position: absolute;
	left:20px;
	top:0;
}

.product-ico ul li {
	padding-bottom: 2px;
	width: 32px;

}

.product-ico ul li img{
	width: 100%;
}

.tablet .product-ico ul li {
	padding-bottom: 5px;
	width: 40px;
}

.prouduct-refresh {background:#0f73b9; color:#fff; width:100%; height:30px; line-height:30px; margin-top:10px;}

.product-list-quickview-pricebox dl dd img {width:20px;}

@media all and (-webkit-min-device-pixel-ratio : 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5) {
	.product-filter-btn button:after{ background-image: url('/sg/en/resource/img/components/product/product-opensate-bg-X2.png'); background-size:31px 62px; }
}

@charset "utf-8";

/* category */
.product-content {
	width: 100%;
	position: relative;
}

.product-content:after {
	clear:both;
	content:'';
	display: block;
}


/* filter */
.product-filter-control {
	width: 100%;
	background-color: #fff;
}

.productlist-filter-stiky {
	height:52px
}

.product-filter {
	width: 100%;
	/*height:52px;*/
	/*padding:20px 0 20px 0;*/
	padding:20px 0 0 0;
	text-align: center;
	background: #ffffff;
	z-index:30;

}
.product-filter:after {
	clear:both;
	content:'';
	display: block;
}

.product-filterbox {
	width: 50%;
	padding-right: 10px;
	float: left;
	position: relative;
}

.product-filterbox.active:after{
	content:'';
	display: inline-block;
	width: 23px;
	height: 20px;
	position: absolute;
	left:50%;
	bottom:-1px;
	margin-left:-11px;
	z-index:20;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 0 top;
}

.product-softfilterbox {
	display: none;
	width: 100%;
	z-index:10;
	background: #ffffff;
	text-align: left;
}

.product-softfilterbox&gt;ul{
	border:1px solid #000000;
}

.product-softfilterbox&gt;ul&gt;li{
	position: relative;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 20px;
	/*border-top: 1px solid #e4e4e4;*/
}

.product-softfilterbox&gt;ul&gt;li:before{
	content:'';
	display: block;
	height:1px;
	margin:1px 20px 0 20px;
	background: #e4e4e4;
}


.web .product-softfilterbox&gt;ul&gt;li:before{
	display: none;
}

.product-softfilterbox&gt;ul&gt;li:first-child:before{
	display: none;
}

.product-softfilterbox&gt;ul&gt;li&gt;span{
	display: block;
	padding:20px 20px 0 20px;
	font-family: arb, sans-serif;
}

.product-softfilterbox&gt;ul&gt;li:first-child{
	padding-top: 0;
}

.product-softfilterbox&gt;ul&gt;li a{
	font-size: 12px;
	padding: 8px 20px;
	display: block;
}

.product-softfilterbox&gt;ul&gt;li a:hover{
	background: #e1fbfa;
}
.product-softfilterbox&gt;ul&gt;li a.active{
	background: #e1fbfa;
}
.product-softfilterbox.product-sort-list&gt;ul&gt;li a.active{
	background: none;
}

.product-softfilterbox&gt;ul&gt;li&gt;ul{
	padding-top: 20px;
}

.product-filter-btn button{
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
	height:31px;
	line-height:31px;
	padding-bottom: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #e4e4e4;

}


.product-filter-btn button:after{
	width: 31%;
	height:31px;
	line-height:31px;
	position: absolute;
	right:0;
	top:0;
	content:'';
	background: url('/sg/en/resource/img/components/product/product-opensate-bg.png') no-repeat right top ;
}

.product-controlbtn.active .product-filter-btn button:after{
	background-position: right -31px;
}

/* filter */

.tablet .product-content {
	margin-top:0px;
}

.web .product-content {
	margin-top: 20px;
}

.tablet .product-filter {
	padding:20px 0 0 0;
}
.web .product-filter {
	padding:0 0 0 0;
}

.tablet .product-filterbox {
	padding-right: 20px;
}

.tablet .product-filter-btn button span{
	display: inline-block;
}

.tablet .product-filter-btn button:after{
	width: 31%;
	height:31px;
	line-height:31px;
	position: absolute;
	right:0;
	top:0;
	content:'';
	background: url('/sg/en/resource/img/components/product/product-opensate-bg.png') no-repeat right top ;
}

.tablet .product-softfilterbox {
	padding:0;
	position: absolute;
}

.web .product-softfilterbox {
	position: relative;
}


.tablet .product-softfilterbox&gt;ul{
	font-size:0;
	width: 100%;
	height:100%;
	display: table;
	padding: 20px 0 ;
}
.tablet .product-softfilterbox.product-sort-list&gt;ul&gt;li{
	width: 25%;

}
.tablet .product-softfilterbox&gt;ul&gt;li{
	vertical-align: top;
	position: relative;
	display: inline-block;
	height:100%;
	width: 33.33%;
	min-height:390px;
	padding-top: 0;
	padding-bottom: 0;
	border-left: 1px solid #e4e4e4;
}

.tablet .product-softfilterbox&gt;ul&gt;li:before{
	display: none;
}

.tablet .product-softfilterbox&gt;ul&gt;li:first-child:before{
	display: none;
}

.tablet .product-softfilterbox&gt;ul&gt;li&gt;span{
	padding:0 20px 0 20px;
}


/* filter */

.web .product-filter {
	float: left;
	width: 25%;
}
.web .product-filter:after {
	clear:both;
	content:'';
	display: block;
}
.web .product-filter.active:after {
	background: none;
}



.web .product-filterbox&gt;span {
	float: left;
	width: 180px;
	text-align: left;
	display: block;
	padding:17px 0 17px 20px;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-filter&gt;span:after {

}


.web .product-softfilterbox {
	display: block;
	float: left;
	top:0;
	width: 100%;
	position: relative;
	padding:0;
}



.web .product-filter-list {
	position: relative;
	padding:0;
	margin:0;
}


.web .product-softfilterbox&gt;ul{
	width: 180px;
	display: block;
	border:none;
	padding-top: 10px;

}

.web .product-softfilterbox&gt;ul&gt;li{
	display: block;
	width: 100%;
	min-height:100%;
	border-left: none;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.web .product-softfilterbox&gt;ul&gt;li&gt;span{
	padding:20px 20px 0 20px;
}




/* Sort */

.product-sort {
	position: relative;
	right:0;
	width: 50%;
	padding:0 0 0 10px;
	float: right;
}

.product-sort.active:after{
	content:'';
	display: inline-block;
	width: 23px;
	height: 20px;
	position: absolute;
	left:50%;
	bottom:-1px;
	margin-left:-11px;
	z-index:20;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 0 top;
}

.product-sort-list.product-softfilterbox&gt;ul&gt;li {
	padding: 0;
	min-height:100%;
}

.product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a:hover {
	background: none;
}
.product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a.active {
	color: #106ea8;
	background: none;
	text-decoration: underline;
}


.tablet .product-filter {
	height:auto;
}

/* Sort */

.tablet .product-sort {
	top:0;
	right:0;
	width: 50%;
	margin-top:0;
	padding:0 0 0 20px;
}

/* Sort */

.web .product-sort {
	position: absolute;
	width: 80px;
	right:430px;
}

.web .product-sort span{
	float: left;
	padding-top: 20px;
	padding-right: 10px;
}

.web .product-sort-list.product-softfilterbox {
	position: absolute;
	right:30px;
	top:0;
	width: auto;
}

.web .product-sort-list.product-softfilterbox&gt;ul{
	width: auto;
	margin-top: 15px;

}
.web .product-sort-list.product-softfilterbox&gt;ul&gt;li {
	float: left;
	width: auto;
	border-bottom: none;
}
.web .product-sort-list.product-softfilterbox&gt;ul&gt;li&gt;a {
	border-left: 1px solid #e4e4e4;
	height:auto;
	padding-top:0;
	padding-bottom:0;
	line-height:100%;
}

.web .product-sort-list.product-softfilterbox&gt;ul&gt;li:first-child&gt;a {
	border-left: none;
}





/* list wrap */
.product-wrap {
	margin-top: 56px;
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

.product-listwrapper {
	overflow: hidden;
	width: 100%;
}

.product-list-wrap {
	margin-left: -20px;
}

.product-list-wrap:after {
	clear:both;
	content:'';
	display: block;
}

.product-list-item{
	float: left;
	padding-left: 20px;
	padding-bottom: 30px;
	width: 50%;
	position: relative;
}


.product-image {
	width: 100%;
	text-align: center;
	max-width: 180px;
	margin:0 auto;
}

.product-image img{
	width: 100%;
}

.product-list-item a{
	display: block;
}

.product-list-item span {
	display: block;
}

.product-list-title {
	padding: 10px 0 16px 0;
	height:76px;
}

.mobile .product-list-title {
	height:65px;
}

.product-list-price{
	padding-top: 10px;
	min-height:32px;
}


.product-overlnk {
	position: absolute;
	width: 100%;
	top:50%;
	margin-top:-20px;
	z-index:20;
	max-width:178px;
	left:50%;
	margin-left:-68px;
}

.product-overlnk a, .product-overlnk button {
	width: 87px;
	height:35px;
	text-align: center;
	line-height:35px;
	position: absolute;
}

.product-overlnk-quick {
	left:0;
	background: url('/sg/en/resource/img/components/product/product-quicklnk-bg.png') no-repeat 0 -35px;
	padding-right:10px;
}

.product-overlnk-quick:hover {
	background-position: 0 0;
}

.product-overlnk-details {
	right:20px;
	background: url('/sg/en/resource/img/components/product/product-detaillnk-bg.png') no-repeat 0 -35px;
	padding-left:10px;
}

.product-overlnk-details:hover {
	background-position: 0 0;
}

.product-overlnk {
	display: none;
}

/* list wrap */

.tablet .product-list-item{
	width: 25%;
}

/* list wrap */
.web .product-wrap {
	float: left;
	width: 75%;
}
.web .product-listwrapper {
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #e4e4e4;
}
.web .product-list-item{
	width: 25%;
	display: inline-block;
}


.web .product-list-item.active:after{
	z-index:1;
	content:'';
	width: 23px;
	height: 21px;
	position: absolute;
	bottom:-1px;
	left:50%;
	margin-left:-9px;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 50% bottom ;
}
.web .product-list-item.active.lastline:after{
	z-index:1;
	content:'';
	width: 23px;
	height: 21px;
	position: absolute;
	top:-61px;
	left:50%;
	margin-left:-9px;
	background: url('/sg/en/resource/img/components/product/product-quickview-active.png') no-repeat 50% bottom ;
}






/* quick view */


.product-list-detailinfo {
 	display: none;
}

/* quick view */
.web .product-list-detailinfo {
 	display: none;
	float: right;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.web .product-list-quickview-wrap {
	position: relative;
	border: 1px solid #000000;
	width: 100%;
}

.web .product-list-quickview-box {
	padding: 30px;
	min-height: 490px;
}

.web .product-list-quickview-box:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-image {
	max-width: 339px;
	width: 38%;
	position: absolute;
	left: 30px;
	top: 40px;
	text-align: center;
	z-index: 1;
}

.web .product-list-quickview-image img {
	width: 100%;
}

.web .product-list-quickview-imagebtn {
	width: 137px;
	height: 39px;
	line-height: 39px;
	padding-right: 20px;
	font-size: 14px;
	margin-top: 40px;
	display: inline-block;
	background: url('/sg/en/resource/img/components/product/product-quickview-detailviewbtn.png') 0 0 no-repeat;
}

.web .product-list-quickview-info {
	position: relative;
	padding-top: 10px;
	padding-left: 43%;
}

.web .product-list-quickview-title {
	font-size: 30px;
	padding-bottom: 25px;
	padding-right: 30px;
}

.web .product-list-quickview-like:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-like {
	padding-bottom: 25px;
}

.web .product-list-quickview-like dl dt, .web .product-list-quickview-like dl dd {
	float: left;
}

.web .product-list-quickview-like dl dt {
	padding-right: 20px;
	font-size: 14px;
}

.web .product-list-quickview-like dl dd {
	font-size: 16px;
}

.web .product-list-quickview-likeheart {
	float: left;
	/*padding-bottom: 25px;*/
}

.web .product-list-quickview-likeheart span {
	float: left;
	padding-right: 10px;
	line-height: 13px;
	font-size: 16px;
}

.web .product-list-quickview-likeheart .product-list-likeheart {
	float: left;
}

.web .product-list-quickview-reviewnum {
	float: left;
	font-size: 14px;
	padding-left: 20%;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 20% 50%;
}

.web .product-list-quickview-reviewnum span {
	font-size: 16px;
	line-height: 13px;
	padding-right: 10px;
}

.web .product-list-quickview-infotext {
	padding-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-list-quickview-colorchip {
	padding: 25px 0;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

.web .product-list-quickview-tit {
	font-size: 14px;
}

.web .product-list-quickview-colorchip .product-list-quickview-like {
	padding-bottom: 0;
}

.web .product-list-quickview-colorchip ul {
	margin-left: -10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.web .product-list-quickview-colorchip ul:after {
	clear: both;
	content: '';
	display: block;
}

.web .product-list-quickview-colorchip ul li {
	float: left;
	width:40px;
	padding-left: 10px;
	padding-bottom: 10px;
}


.web .product-list-quickview-colorchip img {
	width:100%;
}


.web .product-list-quickview-price {
	display: table;
	font-size: 0;
	width: 100%;
	padding: 30px 0 0 0;
}




.web .product-list-quickview-price div {
	position: relative;
}

.web .product-list-quickview-pricebox {
	display: table;
	font-size: 0;
	width: 100%;
}
.web .product-list-quickview-pricebox div:after {
	position: absolute;
	left: -60px;
	bottom: 10px;
	content: '';
	width: 16px;
	height: 16px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}

.web .product-list-quickview-pricebox .prolist-col3:after {
	background: none;
}

.web .product-list-quickview-pricebox .buybutton {
	display: none;
}


.web .product-list-quickview-price div dt {
	font-size: 14px;
	padding-bottom: 10px;
}

.web .prolist-col1, .web .prolist-col2{
	display: inline-block;
	width: 50%;
	margin-bottom:20px;
}

.web .prolist-col1, .web .prolist-col2,  .web .prolist-col3{
	vertical-align:top;
}

.web .prolist-col1 dl, .web .prolist-col2 dl {
	margin-bottom: 20px;
}

.web .product-list-quickview-pricebox {
	overflow:hidden;
}

.web .prolist-col1 dl dd{
	width: 100%;
	position: relative;
	font-size: 20px;
	padding-right: 10px;
}

.web .prolist-col2 dl{
	width: 100%;
	display: table;
	font-size: 0;
}

.web .prolist-col2 dl dd, .web .prolist-col3 dl dd{
	width: 50%;
	display: inline-block;
	position: relative;
	font-size: 16px;
	text-align: left;
}

.web .prolist-col2 dl dd span{
	padding-left: 10px;
}


.web .prolist-col1 dl,.web .prolist-col2 dl, .web .prolist-col3 dl {
	position: relative;
	height:60px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



.web .product-list-quickview-price .prolist:first-child:after {
	background: none;
}

.web .product-list-quickview-util {
	background-color: #f7f7f7;
	/*height: 70px;*/
}

.web .product-list-utilleft {
	float: left;
	width: 65%;
	position: relative;
}

.web .product-list-utilleft .product-buy-label{
	position: absolute;
	top:28px;
	width: 30px;
}

.web .product-list-utilleft .jqListBox{
	padding-left: 30px;
	position: relative;
}

.web .product-list-utilleft .jqListBox-list{
	left: 30px;
	position: absolute;
	background: #ffffff;
}

.web .product-list-utilleft .jqListBox-combo{
	background: #ffffff;
	border:none;
}

.web .product-list-utilleft .jqListBox-combo-txt {
	font-size: 12px;
	overflow: hidden;
	width: 80%;
	height: 100%;
}

.web .product-list-utilleft .jqListBox-combo-arrow{
	background: url('/sg/en/resource/img/components/product/product-category-selectdown.png') 0 50% no-repeat;
}

.web .product-list-utilleft .jqListBox-combo-arrow.on{
	background: url('/sg/en/resource/img/components/product/product-category-selectup.png') 0 50% no-repeat;
}

.web .product-list-utilselect.jqListbox-adapt{
	height: auto;
}

.web .product-list-utilselectbox {
	position: relative;
	float: left;
	padding:14px 10px 13px 20px;
	width: 50%;
}

.web .productbuy-quantity-control {
	position: relative;
	margin-left: 30px;
	padding: 0 43px;
}

.web .productbuy-quantity-control input[type=text]{
	width: 100%;
	height:43px;
	border:0 solid #ffffff;
	text-align: center;

}

.web .productbuy-quantity-control button{
	position: absolute;
	width: 43px;
	height:43px;
	top:0;
	right:0;
	background: url('/sg/en/resource/img/components/product/product-detail-tabbg-up.png') #cfcfcf no-repeat 50% 50% ;
}
.web .productbuy-quantity-control button:first-child{
	left:0;
	background: url('/sg/en/resource/img/components/product/product-detail-tabbg-down.png') #cfcfcf no-repeat 50% 50% ;
}

.web .product-list-utilright {
	float: left;
	width: 35%;
}

.web .product-list-basket, .product-list-wish {
	float: left;
	width: 50%;
	text-align: center;
}
.web .product-list-wish {
	padding-right: 0;
}

.web .product-list-basket a, .web .product-list-wish a {
	font-family: arb, sans-serif;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height:70px;
	line-height: 70px;
	padding-left: 30px;
}

.web .product-list-basket a {
	background: url('/sg/en/resource/img/components/product/product-quicklnk-cart.png') no-repeat 0 50%
}
.web .product-list-wish a {
	background: url('/sg/en/resource/img/components/product/product-quicklnk-wish.png') no-repeat 0 50%
}

.web .product-list-quickview-close {
	position: absolute;
	right: 30px;
	top: 50px;
}

.web .product-buybtn {
	width: 100%;
	height:70px;
	line-height: 70px;
	text-align: center;
	background-color: #66bcf0;
	font-family: arb, sans-serif;
}

@media all and (-webkit-min-device-pixel-ratio : 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5) {
	.product-list-utilleft .jqListBox-combo-arrow{ background-image: url('/sg/en/resource/img/components/product/product-category-selectdown-X2.png'); background-size:15px 8px; }
}


.webS .prolist-col2{
	width: 40%;
}

.webS .prolist-col1, .prolist-col3{
	display: inline-block;
	width: 30%;
}
.webS .prolist-col2 dd, .prolist-col3 dd{
	padding-top: 2px;
}

.webS .prolist-col2 dl dd{
	width:auto;
	padding-right : 20px;
}


.webS .product-list-quickview-pricebox div:after {
	left: -30px;
	bottom:15px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}

.webS .product-list-quickview-pricebox .prolist-col2:after {
	left: -45px;
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}


.webS .product-list-quickview-pricebox .prolist-col3:after {
	background: url('/sg/en/resource/img/components/product/product-quickview-line.png') no-repeat 0 bottom;
}


.webS .product-list-quickview-boxleft {
	width: 80%;
	float: left;
}

.webS .product-buybtn {
	width: 20%;
	float: right;
	height:70px;
	line-height: 70px;
	text-align: center;
	background-color: #66bcf0;
	font-family: arb, sans-serif;
}




/* product ico */

.product-ico {
	position: absolute;
	left:20px;
	top:0;
}

.product-ico ul li {
	padding-bottom: 2px;
	width: 32px;

}

.product-ico ul li img{
	width: 100%;
}

.tablet .product-ico ul li {
	padding-bottom: 5px;
	width: 40px;
}

.prouduct-refresh {background:#0f73b9; color:#fff; width:100%; height:30px; line-height:30px; margin-top:10px;}

.product-list-quickview-pricebox dl dd img {width:20px;}

@media all and (-webkit-min-device-pixel-ratio : 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5) {
	.product-filter-btn button:after{ background-image: url('/sg/en/resource/img/components/product/product-opensate-bg-X2.png'); background-size:31px 62px; }
}
</pre></body></html>