<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*UtilCarousel Base Style*/
.util-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.util-carousel .util-wrapper-holder {
	overflow: hidden;
	position: relative;
	
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: -o-calc(100%);
	width: calc(100%);

	padding:15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.util-carousel .util-wrapper {
	*zoom: 1;
	position: relative;
	display: none;
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
	display: table;
	content: "";
	line-height: 0;
}
.util-carousel .util-wrapper:after {
	clear: both;
}
.util-carousel .util-item {
	float: left;
}
.dragging, .dragging * {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move;
}

/*UtilCarousel Defualt Theme*/
.util-theme-default .util-pagination {
	text-align: center;
	margin-top: 10px;
}
.util-theme-default .util-page span {
	display: block;
	width: 22px;
	height: 22px;
	border-radius:0;
	background-color: #094f32;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 5px;
}
.util-theme-default .util-page {
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}
.util-theme-default  .util-page.active-page span {
	background-color: #ed2027;
}
.util-theme-default  .util-page:hover span {
	background-color: #ed2027;
}
.util-theme-default .util-navigation {
	text-align: center;
}

.util-theme-default .util-prev, .util-theme-default .util-next {
	position: absolute;
    top: 50%;
    line-height: 28px;
    width: 28px;
    margin: 0;
    margin-top: -14px;
    padding: 0;
    background-color: rgba(204,204,204,0.2);
    font-size: 20px;
    color: #b2b2b4;
    cursor: pointer;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
	background-color:rgba(204,204,204,1);
	color: #9e2128;
}
.util-theme-default .util-disable, .util-theme-default .util-disable:hover {

}
.util-theme-default .util-next {
	right: 0;
}
.util-theme-default .util-prev {
	left: 0;
}

/* START PRO LIST */
.list {width:100%;overflow:hidden;}
.list .item {margin:0 10px;
	transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.list .item img{
	display:block;
	width: 100%;
	border:none;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    padding:0;
    margin: 0 auto;
	}
/* END */	
.pro-list {width:100%;overflow:hidden;}
.pro-list .item {margin:0 20px 0 0;
    border: 1px solid #ddd;
    padding: 0 0 20px 0;
    background:#fff;;
	transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.pro-list .item .thumb{position:relative;display:inline-block;width:100%;padding:0 10%;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.pro-list .item .thumb img{
	display:block;
	width: 100%;
	border:none;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    padding:0;
    margin: 0 auto;
	}
.pro-list .item .thumb div.oprice{
    width: 50px;
    height: 50px;
    background: url('/images/global/discount.png') no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 2px;
    font: 400 14px/50px OpenSansSemiBold;
    text-align: center;
    color: #fff;
	}
		
.pro-list .item h2{margin:0 0 15px 0;padding:10px 10px 8px 10px;border-bottom: 1px solid #eee;font:400 14px/16px Arial;color:#444;text-align:center}
.pro-list .item h2 a{display:block;height:32px;overflow:hidden;margin:0;font:700 14px/16px Arial;color:#444;}
.pro-list .item h2 a:hover{color:#e60000;}

.pro-list .item div.price{margin:0;padding:15px 0 0 0;font:400 20px/20px OpenSansSemiBold;text-align:center;color:#ef5e24;}
.pro-list .item div.submi{margin:0;padding:15px 0 0 0;text-align:center;}

.pro-list .item:hover{box-shadow:rgba(0,0,0,.35) 2px 2px 16px 0;-webkit-box-shadow:rgba(0,0,0,.35) 2px 2px 16px 0;-moz-box-shadow:rgba(0,0,0,.35) 2px 2px 16px 0}
.pro-list .item:hover .thumb img{
	display:block;
	width: 100%;
	border:none;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    padding:0;
    margin: 0 auto;	
	}
	
/* END PRO LIST */

@media (max-width:480px){

	.util-carousel .util-wrapper-holder {
		width: -moz-calc(100% + 10px);
		width: -webkit-calc(100% + 10px);
		width: -o-calc(100% + 10px);
		width: calc(100% + 10px);
		}

	.pro-list .item {margin:0 10px 0 0;}
		
}</pre></body></html>