@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

button:focus,
div:focus,
input:focus {
	outline: none;
}



.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden;overflow:hidden;}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.blueimp-gallery>.slides>.slide-loading{background:url(../../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../../img/error.png) center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.prev,.blueimp-gallery>.next{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url(../../img/error.svg)}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url(../../img/play-pause.svg)}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../../img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}
.blueimp-gallery .modal-body{position:relative;text-align:center;padding:0 0 56.25%;overflow:hidden;cursor:pointer}.blueimp-gallery .modal-footer{margin:0}.blueimp-gallery .modal-body img,.blueimp-gallery .modal-body .video-content video,.blueimp-gallery .modal-body .video-content iframe,.blueimp-gallery .modal-body .video-content a{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.blueimp-gallery .modal-body .video-content video{display:none}.blueimp-gallery .modal-body .video-playing video{display:block}.blueimp-gallery .modal-body .video-content iframe{width:100%;height:100%;border:none;left:100%}.blueimp-gallery .modal-body .video-playing iframe{left:0}.blueimp-gallery .modal-body .video-playing img,.blueimp-gallery .modal-body .video-playing a{display:none}.blueimp-gallery .modal-body .video-content a{cursor:pointer}.blueimp-gallery .modal-body .video-content a:after{font-family:"Glyphicons Halflings";-webkit-font-smoothing:antialiased;content:"\e029";font-size:64px;line-height:64px;width:64px;height:64px;position:absolute;top:50%;margin:-32px 0 0 -32px}.blueimp-gallery .modal-body .video-loading a{background:url(../../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery .modal-body .video-loading a:after{content:none}@media screen and (min-width:768px){.blueimp-gallery .modal-dialog{right:auto;left:auto;width:auto;max-width:900px;padding-left:5%;padding-right:5%} #blueimp-gallery .modal-dialog {
	margin-top: 70px !important;
}}


#blueimp-gallery .modal-dialog {
	margin: 20px auto 0;
	height: 400px;
	padding: 0;
	background: none;
	box-shadow: none;
}

#blueimp-gallery .modal-body{
	height: 400px;
	border-radius: 0;
}
#blueimp-gallery .modal-content {
	background: none;
	box-shadow: none;
	border: none;
}
.modal {
	z-index: 1300;
}
.box-center {
	display: block;
	margin: 0 auto;
}

html { 
	font-smooth: always;
	/* //-webkit-font-smoothing: subpixel-antialiased !important; */
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	font-size: 0.95em;
}

a {text-decoration: none !important;cursor: pointer;-webkit-transition: all .2s cubic-bezier(.11,.85,1,1);}
.clearfix:before, .clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.group:before, .group:after, .container:before, .container:after {content: "";display: table;}
.group:after, .container:after {clear: both;}
.group, .container {zoom: 1;}
.clear {clear: both;height: 0;}
.screen-reader-text, #wpstats {position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden;}
img {max-width:100%;width: auto;height: auto;}

small {
	font-size: 0.75em;
}
.youtube > iframe,
.facebook > iframe
{
	width: 100% !important;
}
.facebook {
	overflow: hidden;
}
.facebook > iframe{
	margin: -10px -10px 0;
}


html, body, #page, .scroller {
	min-height: 100%;
}

b, th, strong{
	font-weight: bold;
} 
body {
	font: 1em/1.45em Priceza,Arial,Helvetica,Geneva,sans-serif;
    font-weight: 400;
    line-height: 1.45; 
	color: #333;
	scrollbar-face-color: #ccc;
}
h1,h2,h3,h4{
	 font-weight: normal;
	 line-height: 1.2;
	 color: #222;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.1em;
}
a{
	color: #595966;
}
a.btn-compare:link,
a.btn-compare:visited, 
a.btn-compare:active {
	color: #fff;
}
p{
	line-height: 1.4em;
}
body .form-control{
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
hr{
	border-top: 1px solid #D9D8E0
}
label{
	font-weight: normal;
}
.yellow{
	color: #f19b27;
}
.blue,
.blue a{
	color: #0CA4D6;
}
.green{
	color: #1ED246;
}
.red{
	color: #EB582E;
}
.disabled,
.inactive{
	color: #D0D0D5;
	border-color: #D0D0D5;
}
a:hover{
	text-decoration: none;
	color: #f19b27;
}
.btn-default {
	background-color: #f19b27;
	color: #fff;
	border: 1px solid #d17e0e;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1;
}
.load-more{
	margin: 0 0 20px;
	text-align: center;
}
.load-more .btn{
	font-size: 1.7em;
}
.no,
.price {
	font-weight: 500;
}
.btn {
	font-weight: 500;
 	font-size: 14px;
}
.btn-default:hover,
.btn-shop:hover,
.btn-redeem:hover,
.btn-compare:hover,
.btn-black:hover,
.btn-white:hover,
.btn-search-icon:hover {
	background-color: #1e7be5;
	color: #fff;
	border: 1px solid #d17e0e;
}
.btn-black {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	border-color: #111;
	color: #111;
}

.btn-facebook {
	background-color: #3B5998;
	color: #fff;
	font-weight: bold;
}
.btn-facebook:hover{
	background-color: #4369ba;
	color: #fff;
}
.btn-search {
	background: -webkit-linear-gradient(top, #f7f7f9 0%, #ebebee 100%) #f2f2f5;
	background: -moz-linear-gradient(top, #f7f7f9 0%, #ebebee 100%) #f2f2f5;
	background: -ms-linear-gradient(top, #f7f7f9 0%, #ebebee 100%) #f2f2f5;
	background: linear-gradient(to bottom, #f7f7f9 0%, #ebebee 100%) #f2f2f5;
	border: 1px solid #c5c5cb;
}
.btn-search-icon {
	border-radius: 0 3px 3px 0;	
	background-color: #ffa633;
	color: #fff;
	border: 1px solid #ffa633;
}
.btn-redeem {
	border: 1px solid #222;
	background-color: white;
	color: #222;
	display: block;
}

.tooltip > .tooltip-inner {
	background-color: #f19b27;
	color: #fff;
	font-size: 13px;
}
.verify .tooltip > .tooltip-inner,
.verify-tooltip .tooltip > .tooltip-inner {
 background-color: #f19b27;
 color: #fff;
 font-size: 12px;
 max-width: 170px;
 min-width: 170px;
}

.dropdown-menu {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	border: 1px solid #c5c5cb;
	margin-top: -1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.nav-tabs{
	margin: 40px 0 20px;
	border-bottom: 2px solid #f19b27;
	display: none;
	height: 42px;
	margin-right: 75px;
    font-size: 0.929em;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f19b27;
	border: 1px solid #f19b27;
	color: #fff;
}
.nav-tabs>li>a{
	text-transform: uppercase;
	border-radius:0;
	font-size: 1.26em;
	line-height: 1em;
	padding: 11px 10px 6px;
	height: 40px;
	border: 1px solid #D9D8E0;
	border-bottom:none;
	margin-right: 5px;
	color: #999;
}

/*
 Scrollbar for search page sidebar
 */
 
 .box-scroll {
	height: 238px !important;
	-webkit-overflow-scrolling: touch;
}
.box-scroll .jspTrack{
	height: 238px !important;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
	padding: 1px;
	
}

.jspDrag
{
	background-color: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
	outline: none;
}
.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}


.font-edit {
  font-weight: normal;
  line-height: 1.2;
}


label.radio-inline {
	color: #999;
}
label.radio-inline.checked{
	color: #333;
}
#page{
	position: relative;
	overflow: hidden;

}

#mobile-top{
  	background-color: #211e2c;
	box-shadow: 0px 1px 5px #D9D8E0;
}
	.scroller {
		overflow-y: scroll;
	}
	
	.scroller,
	.scroller-inner {
		position: relative;
	}
	
	#mobile-top {
		height: 53px;
	}
		#trigger-t {
			height: 52px;
		    width: 53px;
		    padding: 7px 0 0;
		    font-size: 26px;
		    line-height: 40px;
		    float: left;
		    background-color: #211e2c;
		    border-radius: 0;
		    border-color: #211e2c;
		    color: #fff;
		}
		#trigger-t-user,
		#trigger-t-login {
			position: absolute;
		    z-index: 55;
		    right: 0px;
			height: 52px;
		    width: 53px;
		    padding: 9px 0 0;
		    font-size: 28px;
		    line-height: 40px;
		    background-color: #211e2c;
		    border-radius: 0;
		    border-color: #211e2c;
		}
		.user-img-mobile{
			height: 33px;
		    width: 33px;
		    background-image: url(../../images/icon-user.png);
		    display: inline-block;
    		background-size: 100%;
    		border-radius: 50%;
		}
		#mobile-top .pagetitle{
			margin: 0;
			float: left;
			line-height: 36px;
			height: 36px;
			margin: 4px 0 0;
			font-size: 1.6em;
		}
		#mobile-top .pagetitle a{
			display: inline-block;
			border-right: 1px solid #D9D8E0;
			margin-right: 8px;
			text-align: center;
			width: 44px;
		}
		#mobile-top .header-logo{
			position: absolute;
			width: 100%;
			z-index: 10;
	 		margin: 6px 0 0 0;
		}
		#mobile-top .header-logo a{
			margin: 0;
			width: 114px;
  			height: 45px;
			margin-left: auto;
			margin-right: auto;
			float: none;
			background: url(../../images/logo-mb.png) no-repeat;
    		background-size: 100%;
		}
		#mobile-top .open{
			float: right;
			width: 44px;
			height: 36px;
			margin: 4px 0;
			border-left: 1px solid #D9D8E0;
			text-align: center;
			padding: 8px 0 0;
			font-size: 18px;
			cursor: pointer;
		}
		
		#mobile-ui-user{
			margin-bottom: 0px;
		}
		
		#mobile-ui-user .open{
			float: right;
		    width: 44px;
		    height: 37px;
		    margin: -19px 0px;
		    border-left: 0px solid #D9D8E0;
		    text-align: center;
		    padding: 19px 80px 53px;
		    font-size: 18px;
		    cursor: pointer;
		}
		
		#mobile-top .search-form,
		#mobile-top-search .search-form{
			position: absolute;
			width: 100%;
			height: 44px;
			background-color: #fff;
			padding: 5px 0 5px 15px;
			display: block;
		}
		#mobile-top .inactive,
		#mobile-top-search .inactive{
			display: none;
		}
		#mobile-top .search-form .close,
		#mobile-top-search .search-form .close{
			width: 50px;
			text-align: center;
			font-size: 26px;
			padding: 4px 0 0;
			cursor: pointer;
		}
		.search-result{
			position: absolute;
			z-index: 99;
			top: 32px;
			width: 100%;
			padding: 15px;
			transition: all 100ms ease-in;
			display: block;
		}
		#mobile-top .search-result a,
		#mobile-top-search .search-result a{
			display: block;
			border: 1px solid #D9D8E0;
			background-color: #fff;
			border-top: none;
			padding: 13px 15px;
			color: #222;
		}
		#mobile-top .search-result a:hover,
		#mobile-top-search .search-result a:hover{
			background-color: #f0f0f0;
		}
		#mobile-top .search-result a:first-of-type,
		#mobile-top-search .search-result a:first-of-type{
			border-top: 1px solid #D9D8E0;
		}
	.logo,.header-logo {
		margin: 0;
	}
	.logo a{
		display: block;
		width: 194px;
		height: 65px;
		text-indent: 200%;
		overflow: hidden;
		background: url(../../images/logo-m.png) no-repeat;
		background-size: 100%;
		margin: 11px 24px 0 0;
		float: left;
	}
	.header-logo a{
		display: block;
		width: 240px;
		height: 36px;
		text-indent: 200%;
		overflow: hidden;
		background: url(../../img/logo-alt.png) no-repeat;
		background-size: 100%;
		margin: 16px 24px 0 0;
		float: left;
	}  
	.new-tag{
		border-radius: 100px;
  		background-color: #ffa400;
  		padding: 2px 7px;
  		font-size: 0.8em;
	}
	#brand .logo {
		display: none;
	}
	.desc{
		display: none;
	}
	body.home .desc{
		display: block;
	}
	.desc {
		font-size: 1.1em;
		line-height: 1;
		margin: 10px 0 5px;
		text-align: center;
	}
	.desc span{
		display: block;
		font-weight: normal;
		font-size: 0.64em;
		margin: 2px 0 0;
		color: #f19926;
	}
	
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.owl-carousel{
		display: none;
		position: relative;
		width: 100%;
		-ms-touch-action: pan-y;
	}
	.owl-carousel-02{
		display: none;
		position: relative; bottom: 15px;
		width: 100%;
		-ms-touch-action: pan-y;
	}
	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		
	}
	.guide-detail{
		position: relative;bottom:40px;
		width: 100%;
	}
	
	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}

	.owl-carousel .owl-item{
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}
	.owl-controls .owl-pagination{
		text-align: center;
		margin: -25px 0 0;
	}
	#recommended-brand .owl-controls .owl-pagination,
	#recommended-merchant .owl-controls .owl-pagination {
		margin: 0;
	}
	.owl-controls .owl-page {
		display: inline-block;
	}
	.owl-page span{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		display: inline-block;
		background-color: #fff;
		margin: 0 3px;
	}
	.owl-page.active span{
		background-color: #f19b27;
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		position: absolute;
		width: 100%;
		z-index: 99;
	}
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	}
	.owl-item.loading{
		min-height: 150px;
		background: url(../../img/AjaxLoader.gif) no-repeat center center
	}
	.owl-buttons{
		display: none;
	}
#banners{
	position: relative;
	display: block;
	z-index: 1;
}	
	#banners .owl-wrapper-outer {
		background: url(../../img/banner.png) center -70px no-repeat #f0f0f0;
	}
	#banners .owl-buttons{
		display:block;
	}
	#banners .owl-buttons > div{
		height: 38px;
		width: 32px;
		border: none;
		background-color: rgba(0, 0, 0, .35);
		color: #fff;
		position: absolute;
		top: 0;
		text-align: center;
		line-height: 38px;
		font-size: 1.2em;
	}
	#banners .owl-buttons > div{
		top: -42px;
	}
	#banners .owl-prev{
		left: 5px;
	}
	#banners .owl-next{
		right: 5px;
	}
	.banner {
		text-align: center;
		padding: 5px 15px 0;
	}	
	
	.banner a{
		color: #2C2938;
	}
	.banner a:hover h2{
		color: #f19b27;
	}
	.banner .pic {
	}
	.banner .pic img{
		max-height: 150px;
		width: auto;
	}
	.banner h2,
	.banner h3,
	.banner h4 {
	}
	.banner h4 {
		font-size: 1em;
	}
	.banner h2 i{
		font-size: 0.6em;
		vertical-align: text-top;
		line-height: 2.36em;
	}
	.banner table {
		margin: 0 auto 20px;
	}
	.banner th{
		background-color: #f19b27;
		color: #fff;
		border: 1px solid #d17e0e;
		padding: 3px 10px;
		/* text-transform: uppercase; */
	}
	.banner td{
		background-color: #fff;
		border: 1px solid #D9D8E0;
		padding: 3px 10px;
		font: 1.4em "opensans_cb",sans-serif;
	}
	.banner td small{
		font-size: 0.5em;
		vertical-align: text-top;
		line-height: 2.7;
	}
	
	.banner .info {
		padding: 0 0 10px;
	}
	.banner .info img{
		max-height: 80px;
		width: auto;
		
	}
	.slide-layout .pic img{
		max-height: 200px;
	}

	
	#filter-brand { width: 100%;}
	#filter-brand .viewport {  height: 140px; overflow: hidden; position: relative;
	}
	#ffilter-brand .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width: 1187px;}
	#filter-brand .scrollbar{ border: 1px solid #ccc;margin: 0 5px 0 0;height: 8px;background-color: #fff; padding: 1px;overflow: hidden;width: auto;max-width: 99%;
	}
	#filter-brand .track {  height: 100%; position: relative; padding: 0 1px;background-color: #fff;
	}
	#filter-brand .thumb { background-color: #ddd; height: 4px; width: 80px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0;border-right: 1px solid #fff; }
	#filter-brand .thumb .end { background-color: #ddd;
		overflow: hidden; height: 4px; width: 25px;right: 0; }
	#filter-brand .disable { display: none; }
	
	
.preview{
	position: relative;
}
	.preview .meta,
	.products .meta{
		height: 15px;
		font-size: 13px;
		margin: 0 0 5px;
	}
	.preview h2{
		margin: 0 0 15px;	
		display: inline-block;
		color: #fff;
		padding: 9px 10px 0;
		text-transform: uppercase;
		font-size: 1.64em;
		height: 38px;
	}
	.products h2{
		margin: 20px -15px 0px;	
		display: inline-block;
		color: #fff;
		padding: 9px 10px 0;
		text-transform: uppercase;
		font-size: 1.64em;
		height: 38px;
	}
	.products.cat-2{
		margin-top: 5px;
	}
	.preview h1.title,
	.preview .font-edit{
		margin: 20px 0 15px;
		display: inline-block;
		color: #fff;
		padding: 5px 10px 0;
		text-transform: uppercase;
		height: 44px;
	}
.products .head{
	border-bottom: 1px solid #D9D8E0;
	margin: 0 0 5px;
	padding: 0 0 12px;
}	
#contents{
	margin: 0px 0 0;
}
	#contents .bc a{
		color: #0CA4D6;
	}
	#contents .bc a.active{
		color: #222;
	}
	
	
	
	
	
#featured{
	
}
	#featured .tab-pane h2,
	#featured .tab-pane h1{
		border-bottom: 1px solid #D9D8E0;
		padding: 30px 0 10px;
		margin: 0;
	}
	.pages{
		display: none;
		
	}
	
	.slider-4{
		margin: 0 0 20px;
		padding: 0;
	}
		.item{
			list-style: none;
			border-bottom: 1px solid #D9D8E0;
			position: relative;
			margin: 0 15px;
			padding:15px 0;
		}

				
		.item .relations,
		.pics .relations {
			position: absolute;
			width: 50%;
			height: 200px;
			background-color: rgba(255, 255, 255, 0.8);
			top: 5px;
			left: 0;
			z-index: 3;
			display: none;
			opacity: 0;
			transition: all 0.6s ease;
		}
		.relations div:hover i{
			color: #f19b27;
		}
		
		a.hover .relations{
			display: block;
			opacity: 1;
		}
		.relations > div{
			display: inline-block;
			float: left;
			clear: left;
			background-color: #fff;
			padding: 4px 2px;
			border: 1px solid #ccc;
			color: #222;
			font-size: 13px;
			margin: 0 0 5px;
			line-height: 1.2em;
		}
		

		.item .pic{
			float: left;
			width: 50%;
			padding-right: 15px;
			margin-bottom: 10px;
		}
			.item .pic img{
				width: 200px;
			}
		.fav{
			position: absolute;
			background-color: #fff;
			top: 5px;
			left: 0;
			padding: 0 5px 0 0;
			font-size: 13px;
			z-index: 2;
		}
		.fav i{
			border: 1px solid #D9D8E0;
			width: 24px;
			height: 24px;
			display: inline-block;
			font-size: 13px;
			line-height: 24px;
			padding: 0 0 0 2px;
		}
		.item h3{
			margin: 0 0 8px;
			font-size: 1em;
			color: #222;
			padding-top: 1px;
			white-space: -moz-pre-wrap; /* Mozilla */
			white-space: -hp-pre-wrap; /* HP printers */
			white-space: -o-pre-wrap; /* Opera 7 */
			white-space: -pre-wrap; /* Opera 4-6 */
			white-space: pre-wrap; /* CSS 2.1 */
			white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
			word-wrap: break-word; /* IE */
			word-break: break-word;
		}
		.item .meta {
			font-size: 13px;
			margin: -4px 0 8px;
			color: #93929F;
		}
		.item .price{
			font-size: 1.3em;
			color: #222;
		}
		.item .price i{
			font-size: 10px;
			vertical-align: text-top;
			line-height: 2em;
			margin: 0 0 0 4px;
		}
		.item .specialprice i{
			font-size: 10px;
			vertical-align: text-top;
			line-height: 2em;
			margin: 0 0 0 4px;
		}
		.item .price small{

		}
		.item .price del{
			color: #aaa;
			font-size: 0.8em;
		}
		.item .price .yellow{
			font-size: 0.8em;
		}
		.item .brand {
			display: block;
			text-align: left;
			line-height: 26px;
			position: absolute;
		}
		
		.item a.info {
			display: block;
			padding: 0 0 40px 50%;
		}
		.item .brand img{
			width: 105px;
		}		
				
		.rating-brand,
		.rating{
			border-top: 1px solid #D9D8E0;
			display: block;
			margin: 5px 0 0;
			padding: 7px 0;
			width: 50%;
			height: 40px;
		}
		
		.rating-brand {
			bottom: 0;
			cursor: pointer;
			padding: 5px 0 0;
			margin: 0;
		}
		.rating-brand .brand{
			margin: 0;
			color: #0CA4D6;
		}

		.rating-brand .brand span {
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			text-align: left;
			padding-right: 28px;
		}
		.rating-brand .stars{
			display: none;
			padding: 2px 0 0;
		}
		.rating-brand .stars i,
		.stars.brand i{
			color: #EB582E;
		}
		.item .stars i:last-of-type{
			margin-right: 3px;
		}
		.rating-brand .dropdown-menu{
			top: 40px;
			width: 100%;
			min-width: 140px;
			background-color: #ffffff;
			border: 1px solid #D9D8E0;
			border-top: 1px solid #fff;
			padding: 2px 10px 12px;
			font-size: 13px;
			line-height: 1.3em
		}
		.rating-brand .dropdown-menu span {
			font-size: 12px;
			display: block;
		}
		.stars .icon-star{
			color: #f19b27;
		}
		.stars.red .icon-star {
			color: #EB582E;
		}
		.stars .icon-star.half{
			overflow: hidden;
		}
		.stars .icon-star.half:after{
			position: absolute;
		}
		.stars .icon-star.blank{
			color: #DDDDE1;
		}
		.stars-group{
			position: relative;
			width: auto;
			display: inline-block;
			color: #DDDDE1;
			white-space: nowrap;
		}
		
		.stars-yellow:before,
		.stars-red:before,
		.stars-group:before{
			content: '\e801\e801\e801\e801\e801';
			font-family: "fontello";
			 font-style: normal;
			 font-weight: normal;
			 speak: none;
			 display: inline-block;
			 text-decoration: inherit;
			 text-align: center;
			 font-variant: normal;
			 text-transform: none;
		}
		.stars-yellow,
		.stars-red {
			overflow: hidden;
			position: absolute;
			top: 0;
			left: 0;
		}
		.stars-yellow{
			color: #f19b27;
			
		}
		.stars-red {
			color: #EB582E;
		}
		.rating-brand .dropdown-menu .stars{
			display: block;
			margin: 0 0 5px;
		}
		.rating-brand .dropdown-menu a{
			display: block;
			margin: 5px 0 0;
			color: #0CA4D6;
		}
		.rating-brand .dropdown-menu a:hover{
			color: #0cb9f2;
		}
		
		.rating-brand .dropdown-menu .amount a{
			color: #595966;
		}
		.rating-brand .dropdown-menu .amount a:hover{
			color: #f19b27;
		}
		
		
		.rating .stars{
			padding: 2px 0 10px;
			text-align: left;
			text-overflow: ellipsis;
    		overflow: hidden;
		}
		.rating .stars a{
			color: #93929F;
		}
		.rating.large .stars {
			text-align: left;
		}
		.rating.large .stars-group {
			font-size: 1.3em;
		}
		.rating .stars span.visible-xs{
			display: inline !important;
		}
		.stars i.icon-star{
			margin: 0 -3px 0 -2px;
			display: inline-block;
			font-size: 15px;
		}
		.item .icon-down{
			position: absolute;
			right: 0;			
			display: inline-block;
			margin: 7px 0 0;
			font-size: 12px;
			color: #888;
			top: 0;
		}
		.products .show-list{
			display: none;
		}
	
	.paging{
		position: relative;
		font-size: 1.2em;
		text-align: center;
		height: 36px;
		margin: 0 0 20px;
		line-height: 36px;
		
	}
	.paging .current {
		font-size: 0.929em;
	}
	.paging a{
		height: 36px;
		border: 1px solid #ccc;
		display: inline-block;
		width: 32px;
		line-height: 35px;
		position: absolute;
		top: 0;
	}
	.paging a.next{
		right: 0;
	}
	.paging a.prev{
		left: 0;
	}
	

	.widget h2{
		border-bottom: 1px solid #D9D8E0;
		padding: 0 0 8px;
		margin: 0 0 12px;
	}
	
	#side .widget.filters h2{
		border: none;
		font-size: 1.6em;
	}
	.filter {
		background-color: #F2F2F4;
	}

	.filter .more{
		padding: 10px;
		border: 1px solid #D9D8E0;
		border-top: none;
		display: block;
	}
	.filter .more:after {
		content: '\e81b';
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-left: .5em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		color: #aaa;
	}
	.filter .more.more-hide:after {
		content: '\e81a';
	}

	.filter h3{
		margin: -1px 0 0 ;
		min-height: 28px;
		background-color: #fff;
		border: 1px solid #D9D8E0;
		padding: 14px 10px;
		cursor: pointer;
	}
	.filter h3 i{
		float: right;
		width: 22px;
		height: 22px;
		font-size: 12px;
		border: 1px solid #ccc;
		text-align: center;
		line-height: 22px;
	}
	.filter .box a {
		display: block;
		margin: 0;
		padding: 12px 10px 14px 10px;
		border: 1px solid #D9D8E0;
		border-top: none;
	}
	.filter .box a:before{
		content: '\e81c';
		font-family: "fontello";
		 font-style: normal;
		 font-weight: normal;
		 speak: none;
		 display: inline-block;
		 text-decoration: inherit;
		 width: 1em;
		 margin-right: .5em;
		 text-align: center;
		 font-variant: normal;
		 text-transform: none;
		 line-height: 1em;
		color: #aaa;
	}
	
	.filter .box a:active:before,
	.filter .box a.active:before {
		content: '\e81d';
		color: #f19b27;
	}
	.filter .box-desc a:before{
		 font-style: normal;
		 font-weight: normal;
		 speak: none;
		 display: inline-block;
		 text-decoration: inherit;
		 width: 1em;
		 margin-right: .5em;
		 text-align: center;
		 font-variant: normal;
		 text-transform: none;
		 line-height: 1em;
		color: #aaa;
	}
	
	#filter-price > div{
		padding: 25px;
		height: 70px;
		border-right: 1px solid #D9D8E0;
		border-left: 1px solid #D9D8E0;
	}
	#filter-brand .box {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#filter-result {
		background-color: #fff;
		padding: 0 0 20px;
	}
	#filter-result a{
		display: block;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 4px 8px;
		margin: 6px 0 0;
		min-height: 28px;
		cursor: pointer;
		background-color: #F8F8F9;
		color: #222;
	}
	#filter-result a span,
	.filter la span,
	.filter .box span, 
	.filter .box-desc span{
		color: #999;
		font-size: 12px;
	}
	#filter-result a:hover{
		background-color: #fff;
	}
	#filter-result a:hover span {
		color: #222;
	}
	#filter-result a:hover i{
		background-color: #222;
		color: #fff;
		border-color: #222;
	}
	#filter-result i{
		float: right;
		font-size: 8px;
		width: 18px;
		height: 18px;
		border: 1px solid #ccc;
		border-radius: 9px;
		padding: 4px 0 0 3px;
		line-height: 1.2em;
	}
	
	.filters-reset {
		padding: 20px 0 30px;
	}
	.filters-reset a{
		display: block;
		font-size: 1.3em;
		text-transform: uppercase;
	}
	
	.widget.side-ad{
		padding: 30px 0 ;
	}
	
	/* search slide  filter*/
	#sideSortFilter{
		display:none;
	}
	.filter-search-box {
	    border: 1px solid #eaeaea;
	    border-bottom: 0px;
	    border-radius: 4px 4px 0 0;
	    margin: 10px 0px 0;
	  	box-shadow: 0 2px 3px 0 rgba(186, 185, 192, 0.25);
	}
	.filter-search-box .btn-sort {
	    -webkit-appearance: none;
	    border: none;
	    background-color: #fff;
	    width: 50%;
	    height: 33px;
	    margin: 7px 0;
	    border-right: 1px solid #d6d6d6;
	}
	.filter-search-box .btn-filter {
	    -webkit-appearance: none;
	    border: none;
	    background-color: #fff;
	    margin: 7px 0 0 0;
	    width: 45%;
	}
	i.icon-search-filter{
		font-size: 18px;
		color:#595966;
	}
	i.icon-search-sorting{
		color:#595966;
		margin-right: 10px;
	}
	.search-box-sort {
		margin-top: 20px;
		padding: 10px;
		height: 100%;
	}
	.search-box-sort h2 {
	    font-size: 14px;
	    font-weight: bold;
	    color: #222;
	}
	
	.filter .radioBtn a {
		display: block;
		margin: 0;
		border: none;
    	padding: 4px 0 4px 0;
	}
	.filter .radioBtn a:before{
		 content: '\e80f';
		 font-family: "fontello";
		 font-style: normal;
		 font-weight: normal;
		 speak: none;
		 display: inline-block;
		 text-decoration: inherit;
		 width: 1em;
		 margin-right: .5em;
		 text-align: center;
		 font-variant: normal;
		 text-transform: none;
		 line-height: 1em;
		 color: #aaa;
	}
	
	.filter .radioBtn a:active:before,
	.filter .radioBtn   a.active:before {
		content: '\f192';
		color: #f19b27;
	}
	.price-filters .filter .radioBtn a:before {
	    font-size: 20px;
	    margin-right: 0.3em;
	    margin-left: 0.1em;
	}
	/* end search slide  filter*/
	
#summary{
	position: relative;
}	
	#summary .fav {
		top: 0;
		left: 0;
	}
	#summary .magnifier{
		display: none;
	}
	#summary .product-pics{
		text-align: center;
		margin: 0 0 20px;
	}
	#summary .product-pics > div{
		padding: 10px 0 30px;

	}
	#summary .product-pics  div img{
		width: 200px;
		height: 200px;
	}
	#summary .product-pics .owl-pagination{
		padding: 8px 0 0;
	}
	.product-pics .owl-page span{
		background-color: #D9D8E0;
	}
	.product-pics .owl-page.active span{
		background-color: #f19b27;
	}
	#summary table{
		width: 100%;
		margin: 0 0 20px;
	}
		#summary th{
			font-size: 14px;
			color: #92929F;
			padding: 4px 0;
		}
		#summary td{
			border-top: 1px solid #D9D8E0;
			border-bottom: 1px solid #D9D8E0;
			padding: 4px 0;
		}
	#summary .price {
		font-size: 1.5em;
		padding: 4px 0;
		display: inline-block;
	}
	#summary a.viewall{
		font-size: 12px;
		float: right;
		margin: 6px 0 0;
	}
	#summary .rating{
		width: 100%;
		position: relative;
		height: auto;
		font-size: 1.3em;
	}
	#summary .rating i {
	    font-size: 1em;
	    margin-right: 8px;
	}
	#summary .rating span {
		margin: 0 5px;
		color: #111;
		
	}
	#summary .rating span small{
		color: #aaa;
		font-size: 0.8em;
	}
	#summary .rating span.info{
		font-size: 0.8em;
	}
	#summary .stars{
		padding: 0 0 5px;
		border-bottom: 1px solid #D9D8E0;
		margin: 0 0 16px;
	}
	#summary .btn-default {
		margin: 0 0 10px;
		font-size: 0.929em;
		float: left;
	}
	#summary .social{
		margin: 0 0 40px;
	}
	#summary a.goto-reviews-msg{
		font-size: 12px;
		float: right;
		margin: 6px 0 0;
	}
	.info-text {
			padding-bottom: 20px;
			height: 100px;
			overflow: hidden;
			margin: 0 0 10px;
			position: relative;
			line-height: 1.4;
	
			-webkit-transition: max-height .5s ease;
		       -moz-transition: max-height .5s ease;	   
		         -o-transition: max-height .5s ease;
		        -ms-transition: max-height .5s ease;
		            transition: max-height .5s ease;
	
			}
		.info-text.showall{
			height: auto;

			
		}
		.info-button {
			cursor: pointer;
			text-align: center;
			display: block;
			position: absolute;
			bottom: -10px;
			width: 100%;
			height: 65px;
			font-size: 12px;
			padding: 40px 0 0;
			background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 74%);
		}
		.info-button .less{
			display: none;
		}
		.info-text.showall .info-button {
			background: none;
		}
		.info-text.showall .info-button .less{
			display: block;
		}
		.info-text.showall .info-button .more{
			display: none;
		}
		
#detail {
	margin: 0 0 20px;
}		
	#detail .nav-tabs{
		display: block;
		height: 64px;
		border-bottom: 4px solid #f19b27;
		margin-left: -15px;
		margin-right: -15px;
	}	
	
	#detail .nav-tabs a {
	 	font-size: 0.929em;
		height: 60px;
		width: 75px;
		padding: 10px 5px 5px;
		white-space: nowrap;
		text-align: center;
	}
	#detail .nav-tabs a strong{
		color: #000;
	}
	#detail .nav-tabs li.active a strong{
		color: #fff;
	}
	#detail .nav-tabs a i{
		display: block;
		font-size: 1.5em;
		color: #ccc;
		height: 30px;
	}	
	#detail .nav-tabs .active a i {
		color: #fff;
	}
	
	#detail .options{
		
		padding: 0 0 15px;

	}	
	
	.seller {
		border-bottom: 1px solid #D9D8E0;
		border-top:  1px solid #D9D8E0;
		margin: -1px -15px 0;
		padding: 10px 15px;
		overflow: hidden;
	}
	.seller .show-info{
		cursor: pointer;
	}
	.seller:hover{
		background-color: #f8f8f8;
	}
	.seller .detail{
		display: none;
		font-size: 0.9em;
		line-height: 1.4;
		color: #888;
	}
	.seller .action .detail{
		margin: 7px 0 0;
	}

	.seller .action{
		float: right;
	}
	.seller .action .main .btn{
		min-width: 96px;
	}
	.seller .action .main .more{
		font-size: 12px;
		text-align: right;
		color: #888;;
		padding: 4px 5px 0 0;
		margin: 0 0 -10px;
	}
	.seller .action .btn{
		font-size: 1.1em;
		padding: 4px 8px;
	}
	.seller .action .btn i{
		font-size: 0.6em;
		vertical-align: text-top;
		margin: 0 0 0 3px;
		line-height: 2.2em;
	}
	.seller .info {
		padding: 5px 0;
		min-height: 40px;
	}
	.seller .info i.icon-down{
		border: 1px solid #ccc;
		float: left;
		font-size: 10px;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		margin: 0 10px 0 0;
		background-color: #fff;
	}
	.seller .info.active .main{
		display: none;
	}
	.seller .stars,
	.seller .payments,
	.seller .shipping,
	.seller .price{
		display: none;
	}
	.seller .stars {
		min-width: 170px;
		margin: 0 25px;
	}
	.seller .brand{
		float: left;
		width: 110px;
	}
	.seller .brand small{
		color: #888;
	}
	.seller .collapse{
		clear: both;
	}
	
	.seller .more-brand{
		clear: both;
	}
	.seller .view-merchant{
		font-size: 12px;
		float: right;
		margin: 8px 0px 0 0;
	}
	.seller .more-brand .stars{
		display: block;
		padding: 12px 0;
	}
	.seller .more-brand .actions{
		clear: both;
		margin: 0 0 10px;
		float: left;
	}
	.seller .more-brand .actions a{
		margin: 0 8px 0 0;
	}
	.seller .more-payment ,
	.seller .more-shipping {
		padding: 0 0px 0 0px;
		margin: 0 0 5px 0;
	}
	.seller-item{
		display: block;
		clear: both;
		overflow: hidden;
		padding: 10px 0;
		border-top: 1px solid #EBEAEE;
		cursor: pointer;
	}
	.seller-item h4{
		margin: 0;
		padding: 0 0 0 0px;
	}
	.seller-item .btn{
		float: right;
		margin: 0 0 0 10px;
	}
	.pagination-wrap {
		padding: 20px 0 0;
	}
	#detail-specifications{
		
	}
	#detail-specifications th{
		display: block;
		font-size: 1.3em;
		padding: 10px 0;
	}
	#detail-specifications ul{
		padding: 0 0 0 20px;
	}
	#detail-specifications td{
		display: block;
	}
	#detail-specificat th{
		display: block;
		font-size: 1.3em;
		padding: 10px 0;
	}
	#detail-specificat ul{
		padding: 0 0 0 20px;
	}
	#detail-specificat td{
		display: block;
	}
	#detail-ask-merchants{
		
	}

		#detail-ask-merchants .form .form-control{
			border-radius: 0;
			margin: 0 0 20px;
		}
		#detail-ask-merchants h2{
			margin-top: 0;
		}
		#detail-ask-merchants h3{
			font-size: 1.4em;
			margin: 40px 0 20px;
		}
		#detail-ask-merchants h4{
			display: inline-block;
			margin: 0 0 20px;
			width: 100px;
		}
		#detail-ask-merchants .options label{
			width: 180px;
			margin: 0;
			white-space: nowrap;
		}
		#detail-ask-merchants .options label:nth-of-type(2n) {
			display: block;
			padding-left:124px;
			width: 220px;
		}
		#detail-ask-merchants .options i.icon-public{
			width: 30px;
			display: inline-block;
			margin: 0 5px 0 0;
			font-size: 14px;
		}
		#detail-ask-merchants .form .btn{
			display: block;
			font-size: 1.7em;
			margin: 0 0 20px;
		}

		#detail-ask-merchants .head .btn{
			font-size: 1.5em;
			display: inline-block;
			margin: 0 0 20px;
		}
		#detail-ask-merchants div.head.group div.select {
					margin-bottom: 20px;
		
				}
		.answer {
			margin: 0 0 25px;
		}
		.answer .date {
			float: right;
			font-size: 0.9em;
			color: #888;
		}
		.answer h3{
			font-size: 1.4em;
			margin: 0 0 20px;
		}
		.step{
			padding-left: 20px;
		}
		#select-merchants {
			margin: 0 -20px 0 0;
			padding: 0 0 20px;
		}
		#select-merchants .checkbox{
			display: inline-block;
			margin: 0 18px 20px 0;
			border: 1px solid #ccc;
			padding: 8px;
			line-height: 30px;
			width: 144px;
			white-space: nowrap;
		}
		#select-merchants .checkbox input{
			margin: 10px 8px;
			vertical-align: bottom;
		}
		#select-merchants .checkbox img{
			width: 90px;
		}
		
	#detail-review{
		
	}
	
		#detail-review h2{
		}
		#detail-review h3{

		}
		#detail-review .rating{
			display: block;
			position: relative;
			border: none;
			width: 100%;
			float: none;
			height: auto;
		}
		#detail-review .rating i{
			font-size: 1.6em;
		}
		#detail-review .large small{
			display: block;
			border-bottom: 1px solid #ccc;
			padding: 5px 0 8px;
		}
		#detail-review .large .no{
			font-size: 1.4em;
			color: #222;
			margin: 0 5px;
		}
		#detail-review .review-this-product {
			display: block;

		}
		#detail-review .review-this-product i{
			font-size: 2em;
			margin: 0 -5px;
			line-height: 1.4em;
			color: #999;
		}
		#detail-review .review-this-product:hover i{
			color: #f19b27;
		}
		#detail-review label,
		#review-form-detail-compare label{
			display: block;
			clear: left;
			float: left;
			font-size: 13px;
			padding: 0;
			margin: -4px 0 0;
		}
		#detail-review .score{
			height: 12px;
			border: 1px solid #ccc;
			margin: 0 0 10px 120px;
			padding: 1px;

		}
		#detail-review .bar{
			height: 8px;
		}
		.grade-1{background-color: #E24118;}
		.grade-2{background-color: #F19B27;}
		.grade-3{background-color: #F8CC47;}
		.grade-4{background-color: #10B5D8;}
		.grade-5{background-color: #29C745;}
	
	#review-form{
		
	}
	#review-form h3,
	#review-form h4 {
		clear: left;
		margin: 20px 0 20px;
	}
	#review-form-detail-compare h3,
	#review-form-detail-compare h4 {
		clear: left;
		margin: 20px 0 20px;
	}
	#review-form .form-control{
		margin: 0 0 15px;
	}
		#review-form p.grey{
			color: #888;
			margin: -5px 0 20px;
		}
		#review-form .head {
			margin: 0 0 20px;
		}
		#review-form .title-feature {
			float: left;
			width: 110px;
		}
		#review-form .title-rating {
			display: block;
			margin: 0 0 0 110px;
			width:175px;
		}
		#review-form .title-rating b{
			display: inline-block;
			font-weight: normal;
			width: 30%;
			margin: 0;
		}
		#review-form-detail-compare .form-control{
		margin: 0 0 15px;
	}
		#review-form-detail-comparep.grey{
			color: #888;
			margin: -5px 0 20px;
		}
		#review-form-detail-compare .head {
			margin: 0 0 20px;
		}
		#review-form-detail-compare .title-feature {
			float: left;
			width: 110px;
		}
		#review-form-detail-compare .title-rating {
			display: block;
			margin: 0 0 0 110px;
			width:175px;
		}
		#review-form-detail-compare .title-rating b{
			display: inline-block;
			font-weight: normal;
			width: 30%;
			margin: 0;
		}
		.rating-bar label{
			width: 110px;
		}
	
		.rating-bar .br-widget {
		    height: 40px;
		    margin: 0 0 0 110px;
		}
		.rating-bar.stars .br-widget{
			margin: 0;
		}
		.rating-bar .br-widget a {
		    display: block;
		    width: 20px;
		    height: 20px;
		    float: left;
		    border-radius: 50%;
		    background-color: #e3e3e3;
		    margin:0 15px 0 0 ;
		    text-align: center;
		    border: 2px solid #fff;
		    position: relative;
		}
		.rating-bar.stars .br-widget a {
			background: no-repeat;
			border: none;
		}
		.rating-bar.stars.toggle .br-widget {
			height: 32px;
		}
		.rating-bar.stars.toggle .br-widget a {
			margin: 4px 3px 4px 2px;
		}
		.rating-bar.stars.toggle .br-widget a:before {
			font-size: 22px;
			width: 22px;
		}
		.rating-bar .br-widget a:before {
		   content: " ";
		   position: absolute;
		   z-index: -1;
		   top: -3px;
		   left: -3px;
		   width: 22px;
		   border:11px solid #bbb;
		   border-radius: 50%;
		}
		.rating-bar.stars .br-widget a:before {
			border: none;
			position: relative;
			top: 0;
			left: 0;
			width: 40px;
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			line-height: 1em;
			content: '\e802';
			font-size: 32px;
			color: #aaa;
		}
		
		.rating-bar .br-widget a.br-active,
		.rating-bar .br-widget a.br-selected {
		    background-color: #f19b27;
		}
		
		
		.rating-bar.stars .br-widget a.br-active,
		.rating-bar.stars .br-widget a.br-selected {
			background: no-repeat;
		}
		
		.rating-bar.stars .br-widget a.br-active:before,
		.rating-bar.stars .br-widget a.br-selected:before{
			content:'\e801';
			color: #f19b27;
		}
		
		.rating-bar.stars.red .br-widget a.br-active:before,
		.rating-bar.stars.red .br-widget a.br-selected:before{
			color: #EB582E;
		}
		.rating-bar .br-widget.bar-1 a.br-selected,
		.rating-bar .br-widget.bar-1 a.br-active{
		    background-color: #E24118;
		}

		.rating-bar .br-widget.bar-2 a.br-selected,
		.rating-bar .br-widget.bar-2 a.br-active {
			 background-color: #F19B27;
		}

		.rating-bar .br-widget.bar-3 a.br-selected,
		.rating-bar .br-widget.bar-3 a.br-active {
			background-color: #F8CC47;
		}

		.rating-bar .br-widget.bar-4 a.br-selected,
		.rating-bar .br-widget.bar-4 a.br-active {
			background-color: #10B5D8;
		}

		.rating-bar .br-widget.bar-5 a.br-selected,
		.rating-bar .br-widget.bar-5 a.br-active {
			 background-color: #29C745;
		}
		
		.rating-bar .br-widget .br-current-rating {
		    display: none;
		}
		
		#review-form .add-feature {
			margin: 10px 0 0;
		}
		#review-form .add-feature input{
			display: inline-block;
			width: 210px;
			float: left;
			margin: 0 10px 0 0;
		}
		#review-form .round i{
			display: inline-block;
			border: 1px solid #ccc;
			border-radius: 50%;
			width: 44px;
			height: 44px;
			font-size: 26px;
			text-align: center;
			line-height: 44px;
		}

		#review-form .review-recommend a{
			display: inline-block;
			margin: 0 30px 20px 0;
		}
		#review-form .publish-review{
			display: block;
			font-size: 1.6em;
			margin: 10px 0 20px;
		}

		#review-form .count-comment,
		#review-form-detail-compare .count-comment,
		.review .count-comment
		 {
			color: #a3a3a3;
  			font-size: 14px;
			margin-top: 15px;
			margin-bottom: 2px;
		}
		#review-form .advice,
		#review-form-detail-compare .advice,
		.review .advice {
  			font-weight: normal;
  			line-height: 1.2;
  			color: #F19B27;
  			font-size: 15px;
		}
		#review-form .advice .title ,
		#review-form-detail-compare .title ,
		.review .advice .title  {
			font-size: 18px;
		}
		#review-form .advice li,
		#review-form-detail-compare .advice li,
		.review .advice li {
			margin-left: 20px;
		}
		
		#review-form-detail-compare .add-feature {
			margin: 10px 0 0;
		}
		#review-form-detail-compare .add-feature input{
			display: inline-block;
			width: 210px;
			float: left;
			margin: 0 10px 0 0;
		}
		#review-form-detail-compare .round i{
			display: inline-block;
			border: 1px solid #ccc;
			border-radius: 50%;
			width: 44px;
			height: 44px;
			font-size: 26px;
			text-align: center;
			line-height: 44px;
		}

		#review-form-detail-compare .review-recommend a{
			display: inline-block;
			margin: 0 30px 20px 0;
		}
		#review-form-detail-compare .publish-review{
			display: block;
    		font-size: 1em;
    		margin: 10px 0 20px;
    		font-weight: 500;
    		padding: 16px 0;
		}
	
	
	.all-reviews {
		border-top: 1px solid #ccc;
		padding: 5px 0 0;
		margin: 35px 0 0;
	}
	.all-reviews h2 small{
		font-size: 1em;
	}
	.all-reviews .head{
		margin: 0 0 15px;
	}
	#detail-review .head label {
		padding: 0 0 5px;
	}
	
	.review {
		border-top: 1px solid #ccc;
		padding: 15px 0 0;
	}
	.question {
		padding-top: 15px 0 0;
	}
		.row .review,
		.row .question{
			margin: 0 15px;
		}
		.review .user,
		.question .user {
			margin: 0 0 10px;
		}
		#profile-questions .question{
			border-top: 1px solid #ddd;
			padding-top: 20px;
		}
		#profile-questions .question:first-of-type{
			border: none;
			padding: 0;
		}

		.question .user small {
			float: right;
			color: #888;
			margin: 7px 0 0;
		}
		.review .user .avatar,
		.question .user .avatar {
			width: 32px;
			float: left;
			margin: 0 10px 0 0;
		}
		
		.review .user .avatar img,
		.question .user .avatar img{
			border-radius: 50%;
		}

		.review .user .avatar img{
			width: 120px;
		}
		
		.review .user .name,
		.question .user .name {
			float: none;
		    font-size: 0.929em;
		    font-weight: 500;
		    line-height: 1.2;
		    margin: 16px 0 8px;
		}
		.review .stars small{
			display: block;
			font-size: 0.8em;
			color:#888;
		}
		.review .recommend{
			float: right;
			font-size: 0.8em;
		}
		.review .recommend .rec-yes{
			width: 24px;
			height: 24px;
			display: inline-block;
			background: url(../../img/rec-yes.png) no-repeat;
			vertical-align: middle;
			margin: -4px 0 0 8px;
			background-size: 100%;
		}
		.review .recommend .rec-no{
			width: 24px;
			height: 24px;
			display: inline-block;
			background: url(../../img/rec-no.png) no-repeat;
			vertical-align: middle;
			margin: -4px 0 0 8px;
			background-size: 100%;
		}
		.review .editor-choice{
			float:right;
		}
		.review .editor-choice .trophy {
		    width: 34px;
		    height: 34px;
		    display: inline-block;
		    background: url(../../img/trophy.png) no-repeat;
		    vertical-align: middle;
		    margin: -4px 0 0 8px;
		    background-size: 100%;
		}
		.review .editor-choice small {
			color:#365899;
			font-weight: bold;
		}
		.editor-choice .pztooltip {
		    position: relative;
		    display: inline-block;
		}
		.editor-choice .pztooltip .tooltiptext {
		    visibility: hidden;
		    width: 120px;
		    background-color: #555;
		    color: #fff;
		    text-align: center;
		    border-radius: 6px;
		    padding: 5px 0;
		    position: absolute;
		    z-index: 1;
		    bottom: 130%;
		    left: 0;
		    margin-left: -60px;
		    opacity: 0;
		    transition: opacity 1s;
		}
		.editor-choice .pztooltip .tooltiptext::after {
		    content: "";
		    position: absolute;
		    top: 100%;
		    left: 70%;
		    margin-left: -5px;
		    border-width: 5px;
		    border-style: solid;
		    border-color: #555 transparent transparent transparent;
		}
		.editor-choice .pztooltip:hover .tooltiptext {
		    visibility: visible;
		    opacity: 1;
		}
		.review h4{
			margin: 15px 0 3px;
			color: #222;
		}
		.review .pro{
			float: left;
			width: 50%;
		}
		.review .con{
			float: left;
			width: 50%;
		}
		
		.review .actions {
			margin: 20px 0 0;
 			border-top: 1px solid #ccc;
			padding: 10px 0 10px;
		}
		.review .actions i{
			font-size: 24px;
		}
		.review .actions .agree,
		.review .actions .disagree {
			float: left;
			margin: 2px 5px 0 0;
		}
		.review .actions .agree:hover ,.review .actions .agree.active{
			color : #5890ff;
		}
		.review .actions .disagree:hover ,.review .actions .disagree.active {
			color : red;
		}
		.review .actions a:active{
			opacity: 0.7;
		}
		
		.review .actions .flag{
			float: right;
		}
		.review .actions .flag:hover {
			color: #222;
		}
		.review .actions .flag.active,
		.review .actions .flag.active i{
			color: #E24118;
		}
		
		.review .actions .flag:hover i:before{
			content: '\e810';
			color: #E24118;
		}
		
		.review .content .say {
			word-wrap: break-word;
		}
		.reviewdetail {
			word-wrap: break-word;
			height: 150px;
			padding-bottom: 20px;
			overflow: hidden;
			margin: 0 0 10px;
			position: relative;
			line-height: 1.45;
			font-size: 0.929em;
		} 
		.reviewdetail .hidden{
			 display: none;
		} 
		.reviewdetail.showall{
			height: auto;
		}
		.review-detail__top{
		    margin-top: 5px;
    		height: 30px;
     		display: flex;
     		align-items: center;
		}
		.morereview-button {
			cursor: pointer;
			text-align: center;
			display: block;
			position: absolute;
			bottom: 0px;
			width: 100%;
			height: 70px;
			font-size: 12px;
			padding: 60px 50px 20px;
			background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 74%);
			background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 74%);
		}
		.morereview-button .less{
			display: none;
		}
		.reviewdetail.showall .morereview-button {
    		background: none;
    		width: 90%;
		}
		.reviewdetail.showall .more{
			display: none;
		}
		.reviewdetail.showall .less{
			display: block;
			padding-left: 10%;
		}
		.reviewdetail .morereview-button span{
			color: #888;
		}
		.reviewdetail .readmorelink{
			text-align: right;
			padding:0px;
		}
		
	#detail-review .pagination-wrap{
		border-top: 1px solid #ccc;
	}
	
	/******    review new design   *******/	
	.review div[name=replyBtn][disabled],.review .btn-default[disabled]{
	    background-color: #90949c;
	    color: #fff;
	    border: 1px solid #666;
	}
	.review .avatar-frame,.avatar-frame img{
		width: 50px;
		height: 50px;
		-webkit-border-radius: 30px; /* Saf3+, Chrome */
		border-radius: 30px; /* Opera 10.5, IE 9 */
		/*-moz-border-radius: 30px;  Disabled for FF1+ */
	}
	.review .icon-reply {
	   font-size: 1.5em !important;
	   margin: 0 5px 0 3px;
	}	
	.review .content .stars i{
		float: left; 
	}
	.review .content .createdate {
		margin: 0 10px; 
	}
	.review .content .badge {
		background-color: #f19b27; 
	}
	.review .actions .icon-agree {
	    width: 28px;
	    height: 27px;
	    display: inline-block;
	    background: url(../../img/ic_thumbup.png) no-repeat;
	    vertical-align: middle;
	    margin: -4px 0 0 8px;
	    background-size: 100%;
	}
	.review .actions .icon-disagree {
	    width: 29px;
	    height: 27px;
	    display: inline-block;
	    background: url(../../img/ic_thumbdown.png) no-repeat;
	    vertical-align: middle;
	    margin: -4px 0 0 8px;
	    background-size: 100%;
	}
	.review .actions .icon-agree:hover , .review .actions .agree.active .icon-agree{
		background: url(../../img/ic_thumbup_active.png) no-repeat;
	}
	.review .actions .icon-disagree:hover , .review .actions .disagree.active .icon-disagree  {
		background: url(../../img/ic_thumbdown_active.png) no-repeat;
	}
	.replyTxtBox{
		padding-right: 60px;
	    border: 1px solid #ccc;
	    border-radius: 3px;
	    background-color: #fff;
	}
	.replyTxtBox textarea{
		border: 0;
		overflow-y: hidden;
		min-height: 30px;
	}
	.replyContent {
		padding: 10px 30px 10px;
	    height: auto;
	    position: relative;
	    margin: 0 -30px;
	    background-color: #f6f7f9;
	}
	.replyContent [name="replyBtn"]{
		margin-top: 5px;
	    position: absolute;
	    top: 10px;
	    right: 35px;
	}
	.review-action__reply{
		display: inline-flex;
	}
	.review-action__reply span{
		padding-top: 2px;
		margin-right: 4px;
	}
	.icon-orange{
		color: #ffa400;
	}
	@media (max-width: 768px){
		.replyContent {
			padding: 10px 8px 10px;
		    height: auto;
		    position: relative;
		    margin: 0 -5px;
		    background-color: #f6f7f9;
		}
		.replyContent [name="replyBtn"]{
			margin-top: 5px;
		    position: absolute;
		    top: 10px;
		    right: 15px;
		}
		.review{
		   	margin: 10px 0;
		    border: 1px solid #ccc;
		    padding: 15px 10px;
		    border-radius: 3px;
		    background-color: #ffffff;
		}
		#merchantTabAll .review{
			margin: 15px 15px !important;
		}
		.review-content {
		    margin: 0 -15px;
		    padding: 1px 5px;
		}
		.review .well {
			margin-bottom: 5px;
		}
		.review .content{
		    padding: 5px;
		    border: 1px solid #ccc;
		    border-radius: 3px;
		}
		.review .user .rec-yes , .review .user .rec-no
		{
			width:34px;
			height:34px;
			margin-top: -50px;
		}
		.review .user .avatar-frame{
			float: left; 
			margin-right: 5px;
		}
		.review-detail__top{
		    margin-top: 5px;
    		height: 30px;
    		display: block;
		}
		.review-detail__top .stars{
			line-height: 1;
		}
	}
	
	.question .meta {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 5px 0;
		margin: 20px 0;
		
	}
	.question .meta span{
		border-right: 1px solid #ddd;
		padding-right: 12px;
		margin-right: 5px;
		height: 23px;
		line-height: 23px;
	}
	.question .meta span span{
		margin: 0;
		padding: 0;
		border: none;
	}
	.question .meta a.dropdown-toggle{
		display: inline-block;
	}
	.question .meta .date{
		float: right;
		color: #888;
	}
	.question .meta i.icon-reply{
		font-size: 1.3em;
		margin: 0 8px 0 0;
	}
	.question .meta i.icon-store{
		font-size: 1.5em;
		margin: 0 2px 0 0;
	}
	.question .meta a.blue{
		margin: 0 0 0 8px ;
	}
	.question .dropdown-menu{
		width: 190px;
		top: 26px;
		padding: 12px 0 12px 12px;
	}
	.question .dropdown-menu h3{
		margin: 0 0 12px;
	}
	.question .dropdown-menu img{
		margin: 0 10px 10px 0;
		border: 1px solid #ccc;
		padding: 10px;
		text-align: center;
		width: 130px;
		float: left;
	}
	.question .dropdown-menu .ask-merchant-list{
		height: 300px;
		overflow: auto;
	}
	
	
	.reply-form .form-control{
		margin: 0 0 15px;
	}
	.reply-form .btn{
		margin: 0 6px 25px 0;
		font-size: 1.3em;
	}
	.reply-form small{
		display:inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
	}
	
/* PROFILE PAGE */

#profile-info {
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}	
	#profile-info th,
	#profile-info td{
		vertical-align: top;
	}
	#profile-info .avatar {
		margin: 0 auto;
		width: 150px;
	}
	#profile-info .avatar img{
		border-radius: 50%;
		width: 150px;
		height: 150px;
	}
	a.edit {
		font: 12px "Priceza", Lucida, Verdana, sans-serif;
		color: #0CA4D6;
	}
	div.edit{
		display: none;
		line-height: 30px;
	}
	div.edit input,
	div.edit select {
		display: inline-block;
		width: 155px;
		font: 13px "Priceza", Arial, Helvetica, Geneva, sans-serif;
		height: 34px;
		margin: 0;
		vertical-align: middle;
	}
	div.edit button.btn-default{
		display: inline-block;
		font: 13px "Priceza", Arial, Helvetica, Geneva, sans-serif;
		height: 34px;
		margin: 0;
		vertical-align: middle;
	}
	#profile-info .avatar a.edit{
		text-align: center;
		display: block;
		padding: 4px;
	}
	#profile-info th{
		font-weight: bold;
		padding-right: 8px;
	}
	#profile-info .editing > div.edit {
		display: block;
	}
	#profile-info .editing > span,
	#profile-info .editing > a.edit {
		display: none;
	}
	
#profile-badges {
	
}
	#profile-badges h2{
		margin: 0 0 18px;
	}
	#profile-badges .viewall{
		float: right;
		font-size: 0.84em;
		margin: 8px 0 0;
	}
	#profile-badges .badges{
		white-space: nowrap;
		overflow: hidden;
	}
	

#profile-detail {
	margin: 0 0 20px;
}		
	#profile-detail .nav-tabs{
		display: block;
		height: 64px;
		border-bottom: 4px solid #f19b27;
		margin-left: -15px;
		margin-right: -15px;
	}	
	
	#profile-detail .nav-tabs a {
		font-size: 0.929em;
		height: 60px;
		width: 75px;
		padding: 10px 5px 5px;
		white-space: nowrap;
		text-align: center;
	}
	#profile-detail .nav-tabs a strong{
		color: #000;
	}
	#profile-detail .nav-tabs li.active a strong{
		color: #fff;
	}
	#profile-detail .nav-tabs a i{
		display: block;
		font-size: 1.5em;
		color: #ccc;
		height: 30px;
	}	
	#profile-detail .nav-tabs .active a i {
		color: #fff;
	}
	#profile-detail .nav-tabs a i.icon-bell{
		font-size: 1.7em;
		margin: -2px 0 2px;
	}
	#profile-detail .tab-pane h2{
		border-bottom: 1px solid #ccc;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}
	#profile-detail .tab-pane h2 .no{
		color: #f19b27;
	}
	#profile-detail .tab-pane .owl-controls {
		top: -58px;
	}
	#profile-detail .tab-pane .owl-buttons{
		display: block;

	}
	#profile-detail .tab-pane .owl-buttons > div{
			height: 38px;
			width: 32px;
			border: 1px solid #ccc;
			background-color: #fff;
			position: absolute;
			text-align: center;
			line-height: 38px;
			font-size: 1.2em;
		}
		#profile-detail .tab-pane .owl-buttons .owl-next {
			right: 15px;
		}
		#profile-detail .tab-pane .owl-buttons .owl-prev {
			right: 46px;
			color: #888;
		}
		
		
		
	.item-fav{
			list-style: none;
			position: relative;
			padding:15px 15px;
			text-align: center;
		}

		.item-fav .pic{
			border: 1px solid #ddd;
		}
		.item-fav h3{
			margin: 10px 0 8px;
			font-size: 1.3em;
			color: #222;
		}
		.item-fav .price{
			font-size: 1.3em;
			color: #222;
			min-height: 60px;
		}
		.item-fav .price i{
			font-size: 10px;
			vertical-align: text-top;
			line-height: 2em;
			margin: 0 0 0 4px;
		}
		.item-fav .price del{
			color: #aaa;
			font-size: 0.8em;
		}
		.item-fav .price .yellow{
			font-size: 0.8em;
		}

	#profile-detail .tab-pane .head{
		border-bottom: 1px solid #ccc;
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	#profile-detail .tab-pane a.mini-product{
		display: block;
		margin: 0 0 10px;
	}
	#profile-detail .tab-pane a.mini-product .more{
		float: right;
		color: #0CA4D6;
		font-size: 0.84em;
		margin: 5px 0 0;
		display: none;
	}
	
	
	#profile-detail .tab-pane a.mini-product .pic{
		display: inline-block;
		margin: 0 10px 0 0;
		border: 1px solid #ccc;
		width: 32px;
	}
	#profile-detail .tab-pane a.mini-product h3{
		display: inline-block;
		margin: 0;
		font-size: 1.3em;
		color: #222;
	}
	#profile-detail .tab-pane .answer .date{
		float: right;
		font-size: 0.84em;
		color: #888;
	}
	#profile-detail .tab-pane .icon-public {
		padding-right: 10px;
	}
	#profile-detail .tab-pane .step{
		margin-left: 20px;
	}
	#profile-detail .tab-pane .step h3{
		margin: 0 0 20px;
	}
	#profile-detail .tab-pane a.more{
		color: #0CA4D6;
		font-size: 1em;
		display: block;
		margin: 0 0 30px;
	}
	#profile-review div.all-reviews {
		border: none;
		margin: 0;
	}
	#profile-review label{
		display: block;
		margin: 8px 0;
	}
	#profile-review label input.form-control{
		display: inline-block;
		width: 20px;
		height: 1em;
	}
	
	#profile-review .edit-review {
		border-bottom: 1px solid #ccc;
		padding: 0 0 8px;
		margin: 0 0 10px;
	}
	#profile-review .edit-review .blue{
		color: #888;
	}
	
	#profile-detail #profile-review .head {
		border: none;
		margin: 0;
	}

#profile-notification .setting {
	padding: 0 0 0 70px;
}
#profile-notification .setting .set{
	float: left;
	margin: 0 0 0 -70px;
	border: 2px solid #ccc;
	height: 26px;
	border-radius: 13px;
	width: 60px;
	font-weight: bold;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	padding: 1px 1px 1px 10px;
	cursor: pointer;
}
#profile-notification .setting .set:after{
	content: "NO";
}
#profile-notification .setting .set.active:after{
	content: "YES";
}
#profile-notification .setting p{
	margin: 0;
	padding: 0 0 10px 5px;
}
#profile-notification .setting .set:before{
	content: "";
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
#profile-notification .setting .set.active{
	padding: 1px 1px 1px 1px;
}
#profile-notification .setting .set.active:before{
	background-color: #F19B27;
	border: 2px solid #F19B27;
	float: left;
	margin: 0 4px 0 0;
}
#profile-notification .setting > div{
	padding: 0 0 0 5px;
}
#profile-notification .setting label{
	display: block;
	clear: both;
	cursor: pointer;
}
#profile-notification .text-center .btn-default{
	font-size: 1.4em;
}


/* EDIT REVIEW */
.edit-review {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
	margin: 0 0 10px;
}
.edit-review .blue{
	color: #888;
}

	#pz-up{
	   	width: 55px;
	    height: 55px;
	    display: inline-block;
	    position: absolute;
	    right: 5px;
		/* right: 24px; */
	    top: -19px;
	}
	#pz-up.up-top{
	    position: fixed;
    	top: initial;
		bottom: 40px;
    	z-index: 100;
	}
	#pz-up.up-top.up-top-banner{
    	bottom: 80px;
	}
	#pz-up.up-top.up-top-social{
    	bottom: 45px;
	}	
	.social a{
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 3px;
		background-size: 100%;
	}
	.apps {
		text-align: center;
	}
	.apps a {
  		display: inline-block;
  		width: 120px;
  		height: 35px;
  		margin: 10px 5px;
  		background-size: 100%;
  		background-repeat: no-repeat;
  	}
	.ic-facbook{
		background-image: url(../../img/icon-facebook.png);
	}
	.ic-twitter{
		background-image: url(../../img/icon-twitter.png);
	}
	.ic-gplus{
		background-image: url(../../img/icon-gplus.png);
	}
	.ic-youtube{
		background-image: url(../../img/icon-youtube.png);
	}
	.ic-lineadd{
		background-image: url(../../img/line.png);
	}
	.ic-gplay {
		background-image: url(../../img/icon-gplay.png);
	}
	.ic-apple {
		background-image: url(../../img/icon-apple.png);
	}
	.ic-exclamation{
		background-image: url('../../img/icon-exclamation.png');	
	}
	.ic-apple-app-m {
  		background-image: url(../../images/appstore-btn.png);
	}
	.ic-android-app-m {
 		 background-image: url(../../images/google-play-btn.png);
	}
	.ic-lineadd-new {
	    background-image: url(../../images/line-add.png);
	}
	
	.sponsorAsd {
  		background-color: #f19b27;
  		border-radius: 2px;
  		color: #fff;
  		display: inline-block;
  		font-size: 14px;
  		padding: 2px 4px;
 		line-height: 14px;
  		vertical-align: baseline;
 		margin-top: 2px;
  	}
  	.productAd {
  		background-color: #f19b27;
    	border-radius: 2px;
    	color: #fff;
    	display: inline-block;
    	font-size: 14px;
    	padding: 2px 2px 0px 2px;
  	}
	#sponsor .info .top {
  		overflow: hidden;
  		padding: 10px 0 1px;
  		border-top: 1px solid #d9d8e0;
  		width: 50%;
  		float: right;
  	}
	#sponsor .brand {
  		float: left;
  		width: 50%;
	}


#head-topkeywords {
	display: none;
}
#head {
	padding: 0px;
}
@media (min-width: 991px) {
	#head {
		height: 84.5px;
		padding: 2px 0;
	}
	#brand .logo {
		display: block;
	}
	#head-topkeywords {
		display: block;
	}
}
@media (min-width: 768px) {
.box-scroll {
	height: 160px !important;
}
.box-scroll .jspTrack{
	height: 160px !important;
}
#main.sticky #head{
	background-color: #fff;
	width: 100%;
	z-index: 1100;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#main.sticky #brand {
	float: left;
	width: 200px;
}
#main.sticky #nav{
	padding-left: 219px;
}

#main.sticky #head .desc{
	display: none;
}
#main.sticky #head .meta{
	display: none;
}
	
	#brand .logo a{
		margin-right: 20px;
	}
	.desc {
		line-height: 1.3;
		margin: 0;
		text-align: center;
	}
	.desc span{
		display: block;
		font-size: 0.65em;
		margin: 4px 0 0;
		color: #f19926;
	}
#banners .owl-wrapper-outer {
	background: url(../../img/banner.png) center 0 no-repeat #f0f0f0;
	background-size: cover;
}
#banners .banner{
	background-size: cover;
	text-align: left;
}
	#banners .group{
		
	}
	
	#banners .pic{
		float: left;
		width: 50%;
		text-align: center;
		padding: 0 30px 0 0;
	}
		#banners .layout-3 .pic{
			float: right;
			width: 65%;
			padding: 10px 0 0 30px;
		}
		#banners .slide-layout .pic{
			float: right;
			width: 65%;
			padding: 10px 0 0 30px;
		}
		#banners .pic img{
			max-width: 100%;
			max-height: 100%;
			height: auto;
		}
		#banners table{
			margin: 5px 0 20px;
		}
		#banners .title{
			padding-left: 50%;
			display: block;
			padding: 0 15px;
		}
		#banners .layout-3 .title{
			padding: 0;
			float: left;
			width: 35%;
		}
		#banners .slide-layout .title{
			padding: 0;
			float: left;
			width: 35%;
		}
		#banners .title p{
			/*width: 80%;*/
			line-height: 1.5;
		}
		#banners .info{
			padding-left: 50%;
		}
		#banners .layout-3 .info{
			float: left;
			width: 35%;
		}
		#banners .slide-layout .info{
			float: left;
			width: 35%;
		}
		#banners .info img{
			max-height: 200px;
			margin: 20px 0 0;
		}
		#banners h2{
			font-size: 2.4em;
			margin: 10px 0 0;
		}
		#banners .layout-3 h2{
			margin: 14px 0;
		}
		#banners .slide-layout h2{
			margin: 14px 0;
		}		
#side {
	float: left;
}
#content {
	float: right;
}

.item {
	padding: 10px 15px 60px;
	border: 1px solid rgba(0,0,0,0);
	margin: 0;
	position: relative;
}
	.item .fav{
		left: 15px;
		top: 5px;
		z-index: 2;
	}
	.item .relations,
	.pics .relations{
		position: absolute;
		width: 100%;
		height: 205px;
		background-color: rgba(255, 255, 255, 0.8);
		top: 5px;
		left: 15px;
		z-index: 3;
	}
	.pics .relations {
		top: 0;
		left: 0;
	}
	.list-view .item .relations {
		width: 200px;
	}
	.item a.info {
		display: block;
		height: 105px;
		position: relative;
		padding-left: 0;
	}
	.item h3 {
		height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.item.hover a.info{
		padding-top: 30px;
	}
	.item.hover h3 {
		height: auto;
		width: auto;
		white-space: normal;
		position: absolute;
		z-index: 3;
		left: 0;
		right: 0;
		bottom: 75px;
		text-align: center;
	}
	.list-view .item a.info {
		height: auto;
	}
	.list-view .item h3 {
		height: auto;
		white-space: normal;
	}
	.list-view .item.hover h3 {
		height: auto;
		width: auto;
		white-space: normal;
		position: relative;
		z-index: 3;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
	}
	.list-view .item.hover .meta{
		margin-top: 0;
	}
	
	.item h3,
	.item .meta{
		text-align: center;
	}

	#summary a:hover .magnifier{
		display: block;
	}
	#summary .magnifier {
		position: absolute;
		right: 5px;
		top: 5px;
	}
	#summary .magnifier {
		color: #fff;
		background-color: #f19b27;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		
	}
	.relations > div{
		display: inline-block;
		float: left;
		clear: left;
		background-color: #fff;
		padding: 4px 2px;
		border: 1px solid #ccc;
		color: #222;
		font-size: 13px;
		margin: 0 0 5px;
		line-height: 1.2em;
	}

	.item .pic{
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: center; 
	}
	.item-box .item .pic{
		height: 150px;
		display: flex;
		align-items: center;
    	justify-content: center;
   	    overflow: hidden;
	}
	.rating-brand .stars{
		display: block;
		width: 50%;
		float: right;
		padding: 5px 0 0 7px;
	}
	.rating .stars{
		padding: 5px 0 0;
		text-align: center;
	}
	.rating.large .stars-group {
		font-size: 1.5em;
	}
	.rating .stars span.visible-xs {
		display: none !important;
	}
	.item i.icon-star {
		font-size: 13px;
	}
	.rating-brand .dropdown{
		height: 36px;
		width: 50%;
		float: right;
	}
	.rating-brand,
	.rating{
		border-top: 1px solid #D9D8E0;
		border-bottom: 1px solid #D9D8E0;
		display: block;
		margin: 5px auto 0;
		padding: 0;
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 36px;
		border-right: none;
	}
	.rating-brand .brand{
		float: left;
		width: 50%;
		border-right: 1px solid #D9D8E0;
		padding: 2px 0;
		height: 34px;
		text-align: center;
	}
	.rating-brand .brand span{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 32px;
	}

	.brand .tooltip{
		width: 50%;
	}
	.item .icon-down{
		margin: 8px 0 0;
	}
	.item .price{
		text-align: center;
	}
	.item .price del{
		display: inline;
	}
	.mini{
		font-size: 0.64em;
	}

	#search{
		padding-left: 215px;
	}
		#search .btn, #search .form-control{
			height: 47px;
			border-right: none;
    		border-radius: 3px 0 0 3px;
    		font-size: 1em;
		}
		#search .btn, #search .form-control:focus{
			border: solid 1px #ffa633;	
		}
		#search .btn-search{
			border-radius: 3px 0 0 3px;
			border-right: none;
		}
		#search .btn-search-icon{
			color: #fff;
		    background-color: #ffa633;
		    border: none;
		    padding: 8px 10px;
		    border-radius: 0 3px 3px 0;
		}

		#search .open .btn-search{
			border-radius: 3px 0 0 0;
		}
		#head-topkeywords .meta{
			padding: 9px 0px 9px 0px;
			font-size: 1em;
    		color: #41403d;
		}
		#head-topkeywords .meta span{
			font-weight:500;
			margin: 0 5px 0 0;
		}
		#head-topkeywords .more{
			color: #0CA4D6;
			margin: 0 6px;
		}
		#head-topkeywords .more i{
			margin:-2px 0 0;
			display: inline-block;
			vertical-align: text-top;
		}
		.slider-4 .owl-controls{
			display: block;
			position: absolute;
			right: 0;
			background-color: #fff;
			top: -55px;
		}
		.preview .slider-2 .owl-controls{
			top: -85px;
		}
		hr.line {
			margin: 0;
		}
		.preview.main .slider-2 {
			padding-top: 5px;
		}
		.preview.main .slider-2 .owl-controls{
			top:-59px;
		}
		.preview .slider-3 .owl-controls{
			top: -85px;
		}
		hr.line {
			margin: 0;
		}
		.preview.main .slider-3 {
			padding-top: 5px;
		}
		.preview.main .slider-3 .owl-controls{
			top:-59px;
		}

		.tab-pane {
			position: relative;
		}
		.tab-pane .owl-controls{
			top: -58px;
		}
		#home-top-products .owl-controls{
			top: -95px;
		}
			
		.rating-brand .dropdown-menu {
			width: 80%;
			right: 0;
			top: 35px;
			left: auto;
		}
		.rating-brand .dropdown-menu span{
			margin: -4px 0;
		}
		.rating-brand .dropdown-menu .stars {
			display: none;
		}
		.nav-tabs{
			display: block;
		}
		.banner {
			padding: 10px 55px 0;
			height: 340px;
			overflow: hidden;
		}
		.owl-buttons {
			display: block;
			max-width: 1280px;
			margin: 0 auto;
			position: relative;
		}
			.owl-buttons > div{
				height: 38px;
				width: 32px;
				border: 1px solid #ccc;
				background-color: #fff;
				position: absolute;
				top: 0;
				text-align: center;
				line-height: 38px;
				font-size: 1.2em;
			}
			#banners .owl-buttons > div{
				top: -160px;
			}
			#banners .owl-prev{
				left: 15px;
			}
			#banners .owl-next{
				right: 15px;
			}
			
			.slider-4 .owl-prev,
			.slider-3 .owl-prev,
			.slider-2 .owl-prev,
			.slider-6 .owl-prev,
			.slider-6-with-dot .owl-prev,
			.slider-12 .owl-prev,
			.brands .owl-prev{
				right: 46px;
				color: #888;
			}
			.slider-4  .owl-next,
			.slider-3  .owl-next,
			.slider-2  .owl-next,
			.slider-6  .owl-next,
			.slider-6-with-dot  .owl-next,
			.slider-12  .owl-next,
			.brands  .owl-next{
				right: 15px;
			}
			.preview .owl-buttons > div{
				height: 34px;
				line-height: 34px;
			}
			.preview.main .owl-buttons > div{
				height: 44px;
				line-height: 44px;
			}
		.brands .brand{
			padding: 0 5px;
			white-space: nowrap;
   			overflow: hidden;
    		text-overflow: ellipsis;
		}
		.sub-cat {
			margin: -5px 0 0;
			height: 42px;
		}
		.sub-cat a{
			display: inline-block;
				color: #888;
				border-bottom: 3px solid #ccc;
				padding: 0 2px 2px;
		    margin: 0 10px 0 0;
				font-size: 0.96em;
		}
		.sub-cat a.active{
				color: #222;
			border-bottom: 3px solid #f19b27;
		}
		
	.head-pages {
		width: 63px;
	}
	.head-pages a{
		display: block;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 20px;
		text-align: center;
		height: 34px;
		width: 32px;
		line-height: 34px;
		margin: 0 0 0 -1px;
		float: left;
	}	
		.products .head {
			padding: 0;
		}
		.head-name {
			float: left;
		}
			
		.head-pages{
			float: right;
			margin: 0 0 0 30px;
		}
		.head-order,
		.head-category{
			float: right;
			margin: 0 0 0 30px;
		}
		.head-order .form-control,
		.head-category .form-control{
			min-width: 120px;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		}
		.head-view {
			float: right;
			width: 80px;
		}

		.head-view a{
			display: block;
			float: left;
			width: 34px;
			height: 34px;
			border: 1px solid #ccc;
			text-align: center;
			line-height: 33px;
			overflow: hidden;
			margin: 0 5px 0 0;
			cursor: pointer;
		}
		.head-view a:hover{
			color: #fff;
			background-color: #222;
			border: 1px solid #222;
		}
		.products .item {
			width:50%;
			float: left;
		}
		.products .item:nth-of-type(2n+1){
			clear: left;
		}
		.catalog-view .related-product {
			display: none;
		}
		
		.catalog-view .item .specialprice {
			text-align: center;
		}
		
		.related-product {
			padding: 0 145px 0 215px;
		}
		
		.products.list-view{
			
		}
		
		.products.list-view .item{
			width: 100%;
			float: none;
			padding-bottom: 20px;
		}
		.products.list-view .item .pic{
			float: left;
			width: 200px;
		}
		.products.list-view .show-list{
			display: block;
		}
		.products.list-view .item .info{
			margin: 12px 0 12px;
			padding: 0 145px 0 215px;
			color: #888;
		}
		.products.list-view .item .brands {
			padding: 0 145px 0 215px;
		}
		
		.products.list-view .item .starting{
			float: right;
			height: 200px;
			width: 146px;
			border-left: 1px solid #D9D8E0;
			padding: 10px 0 10px 20px;
			line-height: 1.5;
		}
		.products.list-view .item .starting strong{
			color: #E0870E;
			font-size: 0.8em;
			display: block;
		}
		.products.list-view .item .starting small a{
			color: #888;
		}
		
		.products.list-view .item h3{
			font-size: 1.4em;
			padding-top: 2px;
			margin: 0;
			text-align: left;
		}
		.products.list-view .item h3:before{
			content: '\e81b';
			float: right;
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			margin-right: .2em;
			text-align: center;
			/* opacity: .8; */
			font-variant: normal;
			text-transform: none;
			line-height: 1em;
			margin-left: .2em;
			font-size: 80%;
			margin: 2px 0 0 5px;
			padding-right: 20px;
			
		}
		.products.list-view .item .rating.show-list{
			border: none;
			padding: 0;
			font-size: 14px;
			height: auto;
		}
		.products.list-view .item .rating .stars{
			padding: 3px 0 0;
			text-align: left;
			font-size: 13px;
		}
		.products.list-view .item .price{
			min-height: 30px;
			font-size: 1.33em;
			margin: 8px 0;
			text-align: left;
			white-space: nowrap;
		}
		.products.list-view .item .price a{
			color: #222;
		}
		.products.list-view .item .specialprice{
			min-height: 30px;
			font-size: 1.15em;
			margin: 8px 0;
			text-align: left;
			white-space: nowrap;
			font-weight: bold;
		}
		.products.list-view .item .specialprice a{
			color: #222;
		}
		.products.list-view .item .rating-brand{
			position: relative;
			border: none;
			width: 200px;
			margin: 10px 0 0 215px;
		}
		
		
		.products.list-view .item .rating-brand .brand{
			float: left;
			width: 50%;
			border-right: 1px solid #D9D8E0;
			padding: 2px 4px 0 0;
			height: 34px;
		}
		
		.products.list-view .item .rating-brand .icon-down{
			right: 5px;

		}
		.products.list-view .item .rating-brand .dropdown-toggle .stars {
			display: block;
			width: 50%;
			float: right;
			padding: 6px 18px 0 7px;
			height: 34px;
			border-right: 1px solid #D9D8E0;
			white-space: nowrap;
		}
		.products.list-view .item .brands a{
			margin: 0 5px 10px 0;
			display: inline-block;
		}
		.products.list-view .item .brands img{
			width: 110px;
		}
		.btn-shop{
			border: 1px solid #222;
			color: #222;
			display: block;
		}
		.btn-compare{
			border: 1px solid #222;
			color: #fff;
			background-color: #222;
			display: block;
		}
	.paging {
		float: right;
		min-width: 200px;
		text-align: right;
		padding: 0 75px 0 0;
	}
		.paging a{
			text-align: center;
		}
		.paging a.prev{
			right: 31px;
			left: auto;
		}
	.pagination {
		margin: 0;
		line-height: 35px;
	}
		.pagination a{
			display: inline-block;
			height: 36px;
			min-width: 36px;
			margin: 0 8px 0 0;
			border: 1px solid #ccc;
			font-size: 1.1em;
			text-align: center;
			
		}
		.pagination span{
			display: inline-block;
			height: 36px;
			min-width: 36px;
			margin: 0 8px 0 0;
			font-size: 1.1em;
			text-align: center;
		}
		.pagination a.active{
			background-color: #f19b27;
			color: #fff;
			border-color: #f19b27;
		}
	.title-small {
		font-size: 14px;
	}
	
		#side h2{
			font-size: 1.333em;
			text-transform: uppercase;
			border-bottom: 1px solid #DFDFE3;
			padding: 0 0 10px;
			margin: 20px 0 0;
		}
		
		#side ul{
			margin: 0 0 6px;
			padding: 0;
		}
		#side .more{
			text-align: right;
			display: block;
			font-size: 0.82em;
		}
		#side li{
			list-style: none;
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #DFDFE3;
			padding: 14px 0 14px;
		}
		#side .sub-cat-side li{
			padding: 0;
			position: relative;
		}
		#side .sub-cat-side li a{
			padding: 14px 20px 14px 0;
			display: block;
		}
		#side .sub-cat-side li a.dropdown-toggle:after{
			content: '\e80c';
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			margin-right: .2em;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			line-height: 2em;
			margin-left: .2em;
			position: absolute;
			right: 0;
			top: 14px;
			font-size: 11px;
			color: #999;
		}
		#side .sub-cat-side li .dropdown-menu{
			left: 100%;
			width: 220px;
			top: 0;
			padding: 0;
		}
		#side .sub-cat-side li .dropdown-menu a{
			padding: 10px;
		}
		#side .sub-cat-side li .dropdown-menu ul{
			margin: 0;
		}
		.widget .no{
			float: right;
			background-color: #f19b27;
			color: #fff;
			width: 20px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			font-size: 16px;
		}
		.widget .amount{
			font-size: 0.86em;
			color: #999;
			padding: 4px 0 0;
		}
		.top-sellers .stars i {
			color: #EB582E;
		}
		.top-sellers .stars i.blank{
			color: #ccc;
		}
		.tagcloud {
			margin: 0 0 40px;
		}
		.tagcloud a{
			margin: 0 5px 0 0;line-height: 1.3em;
		}
		.widget .avatar  {
			float: left;
			width: 46px;
		}
		.widget .title{
			color: #000;
			font-size: 0.929em;
		}
		.widget.reviews-list .stars{
			margin: -1px 0 4px;
		}
		.widget .review{
			clear: both;
			margin: 10px 0 0;
			font-size: 0.96em;
			line-height: 1.4;
			color: #888;
			padding: 0;
		}
		.widget .question {
			clear: both;
			margin: 10px 0 0;
			padding: 5px 0;
			font-size: 0.96em;
			line-height: 1.4;
		}
		.widget .date,
		.widget .meta {
			font-size: 0.75em;
			color: #999;
			padding: 3px 0;
			line-height: 1;
		}
		.widget .review a {
			color: #222;
		}
		.widget .review a:hover{
			color: #f19b27;
		}
		.widget .avatar img{
			width: 36px;
			height: 36px;
			border-radius: 50%;
		}
		
		
	.filter{
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		margin: 0 0 18px;
		padding-bottom: 16px;
	}	
		#filter-result{
			padding: 10px 0 20px;
		}
		#filter-price > div{
			border: none;
			padding: 20px 0;
			height: auto;
		}
		.filter h3{
			padding: 0;
			border: none;
			margin: 0;
		}
		.filter .box,
		.filter .box-desc {
			margin-top: 8px;
		}
		.filter .box a {
			display: block;
			margin: 0;
			padding: 2px 0 2px 0;
			border: none;
		}

		.filter .box-desc a {
			margin: 0;
			padding: 2px 0 2px 0;
			border: none;
		}
		

		
	#side .filter .more{
		text-align: left;
		margin: 6px 0 0;
		padding: 0;
		border: none;
	}
	#side .filter .more-hide {
		margin: 6px 0 8px;
	}
	

#summary {
	padding: 20px 0 0;
}
	#summary .pics {
		float: left;
		position: relative;
	}
	.pics .main {
		margin: 0 0 10px;
	}
	.pics .thumb {
		width: 36px;
		height: 36px;
		display: inline-block;
		border: 1px solid #ddd;
		margin: 0 2px 0 0;
	}

	#summary .ad{
		float: right;
		width: 300px;
	}
	#summary > .info {
		padding: 0 320px 0 220px;
	}
	
	#summary .info h1{
		margin: 0 0 14px;
		font-size: 1.333em;
	}
	#summary th{
		white-space: nowrap;
		padding-right: 20px;
	}
	#summary td.bar {
		position: relative;
		padding-left: 6px;
	}
	#summary td.bar:before{
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		bottom: 4px;
		display: block;
		width: 1px;
		border-left: 1px solid #D9D8E0;
	}
	#summary a.viewall {
		float: none;
		margin: 0 0 0 6px;
		white-space: nowrap;
	}
	#summary .rating {
		padding: 10px 0;
		margin: 0 0 20px;
	}
	#summary .stars {
		float: left;
		border: none;
		margin: 0;
		margin-right: 130px; 
		padding: 3px 0 0;
	}
	#summary .btn-default{
		margin: 0;
	}
	#summary a.goto-reviews-msg {
	    font-size: 0.75em;
	    text-decoration: underline !important;
	    float: none;
	    margin: 0 0 0 6px;
	    white-space: nowrap;
	}
	
	
	
#detail {
	margin: 0 0 60px;
}		
	#detail .nav-tabs{
		display: block;
		height: 42px;
		border-bottom: 2px solid #f19b27;
		margin-left: 0;
		margin-right: 0;
	}	
	
	#detail .nav-tabs a {
		font-size: 1.2em;
		height: 40px;
		width: auto;
		padding: 12px 15px 0;
		white-space: nowrap;
		text-align: center;
	}	

	#detail .select {
		float: right;
		white-space: nowrap;
	}
	#detail .select label {
		display: inline-block;
		padding: 0 10px 0 0;
		text-transform: uppercase;
		font-size: 0.84em;
		font-weight: normal;
	}
	#detail .select .form-control{
		display: inline-block;
		width: 120px;
	}
	.seller {
		margin: -1px 0px 0;
		clear: both;
		padding: 12px 15px;
	}
	.seller .stars, .seller .payments, .seller .shipping, .seller .price {
	display: block;
	float: left;
	}
	.seller .stars {
		font-size: 0.96em;
		padding: 6px 15px 0;
	}
	.seller .stars i{
		font-size: 0.9em;
		margin: 0 -2px;
	}
	.seller .payments {
		margin: 0 10px;
		width: 184px;
	}
	.seller .payments i{
		border: 1px solid #222;
		border-radius: 18px;
		width: 36px;
		height: 36px;
		font-size: 13px;
		line-height: 36px;
		text-align: center;
		display: inline-block;
		margin: 0 1px;
		vertical-align: text-bottom;
		background-color: #fff;
	}
	.seller .payments i.disabled{
		border-color: #ddd;
	}	
		.seller .payments i.icon-cash{
			text-indent: -1px;
			font-size: 16px;
		}
		.seller .payments i.icon-atm{
			text-indent: -2px;
			font-size: 14px;
		}
		.seller .payments i.icon-counter{
			text-indent: -1px;
			font-size: 15px;
		}
		.seller .payments i.icon-credit{
			text-indent: -2px;
			font-size: 12px;
		}
	.seller .shipping .main {
		margin: 6px 15px 0;
	}
	.seller .price {
		margin: 0 25px 0 0 ;
		font-size: 1.2em;
		float: right;
		text-align: right;
		width: 110px;
	}
	.seller .info.active .price {
		display: none;
	}
	.seller .price .old-price {
		font-size: 0.84em;
		margin: 6px 10px 0 0;
		white-space: nowrap;
		display: inline-block;
		font-weight: normal;
		color: #777;
	}
	.seller .price .more{
		display: block;
		font-size: 12px;
	}	
		
	#detail .info.active .detail{
		display: block;
	}
	
		
	.seller .brand .detail {
		margin: 5px 0 0;
		font-size: 0.84em;
		text-align: center;
	}
	.seller .payments .detail{
		margin: 0 0 20px;
	}	
	.seller .more-payment,
	.seller .more-shipping{
		display: none;
	}	
		
	.seller-item{
		padding: 14px 0;
	}	
	.seller-item:last-of-type{
		border-bottom: 1px solid #EBEAEE;
		margin: 0 0 60px;
	}
	.seller-item h4{
		float: left;
	}
	.insure-info span{
		font-size: 1.03em;
		white-space: nowrap;
		display: inline-block;
		font-weight: bold;
		color: #595966;
		 margin: 0 0 6px 0;
	}
	.insure-info {
			font-size: 0.9em;
			white-space: nowrap;
			display: inline-block;
			font-weight: normal;
			color: #777;
	}
	.insure {
	    display: block;
	    float: left;
	}
	.insure-cost{
		margin: 0 20px 0 0 ;
	    float: left;
	    text-align: center;
	    width: 120px;
	}
	.insure-fix{
		margin: 0 20px 0 0 ;
	    float: left;
	    text-align: center;
	    width: 100px;
	}
	.insure-claim{
		margin: 0 20px 0 0 ;
	    float: left;
	    text-align: center;
	    width: 150px;
	}
	.pagination-wrap {
		padding: 40px 0 0;
	}
	#detail-specifications table{
		width: 100%;
		padding: 0;
	}
	#detail-specifications th{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		background-color: #f2f2f2;
		border: 1px solid #ccc;
		font-size: 1.1em;
	}
	#detail-specifications td{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	#detail-specificat table{
		width: 100%;
		padding: 0;
	}
	#detail-specificat th{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		background-color: #f2f2f2;
		border: 1px solid #ccc;
		font-size: 1.1em;
	}
	#detail-specificat td{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	#detail-ask-merchants{
		
	}
		#detail-ask-merchants .ask-icon{
			float: left;
			margin: 25px 0 0 80px;
		}
		#detail-ask-merchants .ask-icon i{
			width: 80px;
			height: 80px;
			border: 1px solid #222;
			border-radius: 40px;
			display: block;
			font-size: 40px;
			text-align: center;
			line-height: 80px;
			text-indent: -3px;
		}
		#detail-ask-merchants .form{
			padding: 10px 0 0 200px;
			max-width:800px;
		}
		#detail-ask-merchants .form-control{
			border-radius: 0;
		}

		
		#detail-ask-merchants h2{
			margin:15px 0 20px;
			min-width: 185px;
		}
		#detail-ask-merchants h3{
			font-size: 1.4em;
			margin: 40px 0 20px;
		}
		#detail-ask-merchants h4{
			display: inline-block;
			margin: 0 0 15px;
			width: 120px;
		}
		#detail-ask-merchants .options label{
			margin: 0 10px 0 0;
		}
		#detail-ask-merchants .options i.icon-public{
			width: 30px;
			display: inline-block;
			margin: 0 5px 0 0;
			font-size: 14px;
		}
		#detail-ask-merchants .options label:nth-of-type(2n) {
			display: inline-block;
			padding-left:0;
		}
		#detail-ask-merchants .form .btn{
			display: block;
			font-size: 1.4em;
			margin-bottom: 40px;
		}
		#detail-ask-merchants .head .btn{
			float: left;
		}
		#detail-ask-merchants .head h2{
			float: left;
			margin: 5px 15px 0 0;
		}
		
		#select-merchants .checkbox{
			display: inline-block;
			margin: 0 4px 20px 0;
			border: none;
			padding: 0;
		}
		#select-merchants .checkbox label{
			display: block;padding: 8px;
			width: 144px;border: 1px solid #ccc;
			height: 52px;
		}
		#select-merchants .checkbox input{
			margin: 10px 8px;
			vertical-align: bottom;
		}
		.question {
			padding: 25px 60px 20px;
		}
		.question .meta{
			border-bottom: none;
			margin-bottom: 0;
			height: 50px;
		}
		
		.question a.dropdown-toggle{
			padding-bottom: 10px;
		}
		.question .dropdown-menu{
			width: 458px;
			top: 26px;
			padding: 12px 0 12px 12px;
		}
		
		.question .answer {
			margin: 0 0 25px 200px;
			padding: 0 0 20px;
		}
		.question  .step{
			margin-left: 220px;
			padding-left: 0;
		}
		.question .step .reply-form{
			margin: 0;
		}
		.question  .answer .user {
			width: 100%;
			float: none;
		}
		.question .answer .user .avatar{
			width: 60px;
			float: left;
			margin: -15px 10px 0;
		}
		.question  .answer .user .name{
			text-align: left;
		}
		.questions .answer:last-of-type{
			border: none;
		}
		
		#detail-review h2{
			margin-bottom: 8px;
			
		}
		#detail-review h3{
			margin-bottom: 20px;
		}
		#detail-review .intro{
			border-bottom: 1px solid #ccc;
			padding: 1px 0 20px 110px;
		}
		#detail-review .rating{
			float: left;
			width: 184px;
			border: none;
			margin: 0 20px 0 0;
		}
		
		#detail-review .large i{
			font-size: 1.6em;
			margin: 0 -4px;
		}
		#detail-review .large small{
			border: none;
			padding: 0;
			font-size: 0.9em;
			color:#888;
			line-height: 1.8em;
		}
		#detail-review .rating.large small{
			padding: 3px 0 0 15px;
			text-align: left;
		}	
		#detail-review .review-icon{
			float: left;
			margin: 5px 0 0;
			
		}
		#detail-review .review-icon i{
			width: 80px;
			height: 80px;
			color: black;
			border: 1px solid #222;
			border-radius: 40px;
			display: block;
			font-size: 70px;
			text-align: center;
			line-height: 100px;
			text-indent: -6px;
			overflow: hidden;
		}
		#detail-review .result .main label{
			width: 105px;
			text-align: right;
		}
		#detail-review .result .main {
			margin: 0 270px 0 0;
		}
		#detail-review .result .summary {
			float: right;
			padding: 20px 0  20px 20px;
			margin: 10px 0 10px 20px;
			border-left: 1px solid #ccc;
		}
		#detail-review .head .select {
			float: right;
			white-space: nowrap;
			padding: 10px 0 0;
		}
		#detail-review .head .select label {
			display: inline-block;
			padding: 0 10px 0 0;
			text-transform: uppercase;
			font-size: 0.84em;
			font-weight: normal;
			margin: 5px 0 0;
		}
		#detail-review .head .select select{
			margin: 0;
		}
		#detail-review .all-reviews h2{
			float: left;
		}
		.all-reviews {
			margin: 0;
		}
		.review {
			padding: 15px 60px;
			border: none;
		}
		
		#review-form {
			padding: 5px 110px;
		}
		#review-form-detail-compare{
			padding: 5px 0px;
		}
		.rating-bar label{
			width: 110px;
		}
		
			.rating-bar .br-widget {
			    height: 40px;
			    margin: 0 0 0 110px;
			}

			.rating-bar .br-widget a {
			    display: block;
			    width: 60px;
			    height: 20px;
			    float: left;
			    border-radius: 0;
			    background-color: #e3e3e3;
			    margin:0 15px 0 0 ;
			    text-align: center;
			    border: 2px solid #fff;
			    position: relative;
			}
			.rating-bar.stars .br-widget a {
				width: 30px;
			}
			.rating-bar.stars .br-widget a {
				background: no-repeat;
				border: none;
			}
			.rating-bar.stars.toggle .br-widget a {
				margin: 4px -3px 4px -3px;
			}
			.rating-bar .br-widget a:before {
			   content: " ";
			   position: absolute;
			   z-index: -1;
			   top: -3px;
			   left: -3px;
			   width: 62px;
			   border:11px solid #ccc;
			   border-radius: 0;
			}
			.rating-bar.stars .br-widget a:before {
				border: none;
				position: relative;
				top: 0;
				left: 0;
				font-family: "fontello";
				font-style: normal;
				font-weight: normal;
				speak: none;
				display: inline-block;
				text-decoration: inherit;
				width: 1em;
				text-align: center;
				font-variant: normal;
				text-transform: none;
				line-height: 1em;
				content: '\e802';
				font-size: 32px;
				color: #aaa;
			}
			
			.rating-bar .br-widget a:active{
				border-color: #eee;
			}
			.rating-bar .br-widget a.br-selected {
			    background-color: #f19b27;
			}
			.rating-bar.stars .br-widget a.br-active,
			.rating-bar.stars .br-widget a.br-selected {
				background: no-repeat;
			}
			
			.rating-bar.stars .br-widget a.br-active:before,
			.rating-bar.stars .br-widget a.br-selected:before{
				content:'\e801';
				color: #f19b27;
			}
			
			.rating-bar .br-widget .br-current-rating {
			    display: inline-block;
			}
			.rating-bar.stars .br-widget .br-current-rating{
				display: none;
			}
			#review-form .add-feature {
				margin: 10px 0 0;
			}
			#review-form .add-feature input{
				display: inline-block;
				width: 300px;
				float: left;
				margin: 0 10px 0 0;
			}
			#review-form .title-rating{
				width: 360px;
			}
			
			#review-form-detail-compare .add-feature {
				margin: 10px 0 0;
			}
			#review-form-detail-compare .add-feature input{
				display: inline-block;
				width: 300px;
				float: left;
				margin: 0 10px 0 0;
			}
			#review-form-detail-compare .title-rating{
				width: 360px;
			}
				
		.review .user,
		.question .user{
			float: left;
    		width: 120px;
    		text-align: center;
    		font-size: 0.929em;
    		line-height: 1.3em;
		}
		.review .user .avatar,
		.question .user .avatar{
			float: none;
			width: 120px;
		}
		.review .user .name,
		.question .user .name{
			float: none;
			text-align: center;
		}
		.review .content,
		.question .content{
			margin: 0 0 30px 200px;
			border: 1px solid #ddd;
			padding: 20px 30px 0;
			position: relative;
		}
		.review .content:before,
		.question .content:before{
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 54px 44px 0;
			border-color: transparent #ddd transparent transparent;
			left: -54px;
			top: 50px;
			position: absolute;
		}
		.review .content:after,
		.question .content:after{
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 54px 44px 0;
			border-color: transparent #fff transparent transparent;
			left: -52px;
			top: 51px;
			position: absolute;
		}
		.review .stars i{
			font-size: 1.2em;
		}
		.review .stars small{
			font-size: 0.9em;
			display: inline-block;
			margin: 0 0 0 10px;
		}
		.review .recommend {
			font-size: 0.9em;
		}
		.review .recommend i.rec-yes,
		.review .recommend i.rec-no
		{
			width: 34px;
			height: 34px;
		}
	
	h2.title{
		border-bottom: 1px solid #ccc;
		font-size: 1.6em;
		padding: 0 0 10px;
	}
	
	#recently-view h2{
		border-bottom: 1px solid #ccc;
		font-size: 1.7em;
		padding: 0 0 10px;
	}
	#recently-view .owl-controls{
		top: -55px;
	}


/* PROFILE PAGE */

#profile-info{
	border-bottom: none;
	margin: 0 30px 0 0;
}

#profile-info div.avatar {
	float: left;
	width: 160px;
	margin: 0 30px 0 0;
}
#profile-info div.avatar img{
	width: 150px;
	height: 150px;
}
#profile-info h1{
	margin-top: 10px;
}

#profile-badges .badges{
	white-space: normal;
}
#profile-badges .badges img{
	margin: 0 10px 10px 0;
}
#profile-detail {
	margin: 0 0 60px;
}		
	#profile-detail .nav-tabs{
		display: block;
		height: 42px;
		border-bottom: 2px solid #f19b27;
		margin-left: 0;
		margin-right: 0;
	}	
	
	#profile-detail .nav-tabs a {
		font-size: 1.2em;
		height: 40px;
		width: auto;
		padding: 12px 15px 0;
		white-space: nowrap;
		text-align: center;
	}
	#profile-detail .tab-pane a.mini-product .pic{
		width: 48px;
	}
	#profile-detail .tab-pane a.mini-product .more {
		margin-top: 15px;
		display: block;
	}
#profile-questions .head h2{
	float: left;
	border: none;
}
	#profile-questions .head .select{
		float: right;
	}
	#profile-questions .head .select label{
		display: inline-block;
		margin: 0 10px;
	}
	#profile-questions .head .select .form-control{
		display: inline-block;
		width: 160px;
	}
	#profile-questions .question{
		border: none;
		padding: 0;
	}
#profile-detail .tab-pane .answer {
	margin-left: 200px;
	clear: left;
}
#profile-detail .tab-pane .answer .user{
	float: none;
}
#profile-detail .tab-pane .answer .avatar{
	width: 36px;
}
#profile-detail .tab-pane .step{
	margin-left: 260px;
	border: none;
}
#profile-detail .tab-pane hr{
	margin: 0 0 30px 200px
}
#profile-detail .tab-pane .head {
	padding: 0;
}

.item-brand{
	padding: 15px;
	text-align: center;
}
.item-brand .pic {
	line-height: 29px;
}
.item-brand h3{
	margin: 10px 0 0;
	font-size: 1em;
	color: #222;
}

#profile-review .head .filer-reviews {
	float: left;
}
#profile-review .head .filer-reviews label{
	display: inline-block;
}

#profile-review h2{
		float: left;
		border: none !important;
		min-width: 40%;
	}

#profile-review .select {
	float: right;
}
#profile-review .select label{
	display: inline-block;
}
#profile-review .select select.form-control {
	width: 160px;
	display: inline-block;
}

.mini-brand {
	display: block;
	margin: 0 0 20px;
}
.mini-brand .pic{
	display: inline-block;
}
.mini-brand .pic img{
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 10px 0 0;
	height: 30px;
}
.mini-brand h3{
	display: inline-block;
	margin: 0;
	
}

.social a{
	width: 30px;
	height: 30px;
}
	#sponsor h3 {
  		overflow: initial;
  		text-overflow: initial;
 		white-space: initial;
	}
	#sponsor .price {
 		text-align: center;
  		margin-top: 0px;
	}
	
#head-topkeywords{
    border-top: solid 1px #eaeaea;
    min-height: 40.5px;
    font-size: 14px;
    color: #41403d;
}
	
}

@media (max-width: 767px) {
	#featured .tab-pane{
		display: block;
		opacity: 1;
	}
}
@media (min-width: 992px) {
	#banners .group{
		max-width: 1140px;
		margin: 0 auto;
	}
	#banners h2{
		font-size: 3.2em;
		margin: 10px 0 0;
		line-height: 1em;
	}
	#banners .layout-3 h2{
		font-size: 3em;
	}
	#banners .slide-layout h2{
		font-size: 3em;
	}
	.products .item {
		width:33.33333%;
		float: left;
	}
	.products .item:nth-of-type(2n+1){
		clear: none;
	}
	.products .item:nth-of-type(3n+1){
		clear: left;
	}
	.social a{
		width: 40px;
		height: 40px;
	}
	.item a.info {
		height: 105px;
	}	
		
}

#search-not-found{
	margin-top: 20px;
}
	#search-not-found h1{
		color: #E0870E;
		display: inline-block;
	}
	#search-not-found .font-edit{
		color: #E0870E;
		display: inline-block;
		font-size: 1.8em;
	}	
	#search-not-found h3{
		color: #888;
		margin-top: 0px;
		margin-bottom: 20px;
	}	
	#search-not-found li{
		color: #888;
	}
	#search-not-found .form-inline input{
		margin-bottom: 10px;
	}
	#search-not-found .form-inline button{
		margin-bottom: 10px;
	}
	#search-not-found div.ic-exclamation{
		display: inline-block;
		width: 35px;
		height: 32px;
		margin-right: 5px;
	}

#error-page{
	margin-top: 30px;
	min-height: 300px;
}
	#error-page h1{
		color: #E0870E;
		display: inline-block;
	}	
	#error-page h3{
		color: #888;
		margin-top: 0px;
		margin-bottom: 20px;
	}	
	#error-page div.ic-exclamation{
		display: inline-block;
		width: 35px;
		height: 32px;
		margin-right: 5px;
	}
	
.top-ad {
	margin-top: 15px;
}

.products h1{
	margin: 0 0 15px;
	display: inline-block;
	color: #fff;
	padding: 4px 10px 0;
	text-transform: uppercase;
	font-size: 1.64em;
}
a img.member-profile-merchant-logo{
	width: 110px;
	font-size: 0.8em;
	color: #0ca4d6;
}
a div.member-profile-merchant-logo span {
	font-size: 0.8em;
	color: #0ca4d6;
}


#mobileAds {
	margin-bottom: 30px;
}
#mobileAds h1{
	font-size: 1.333em;
}
#mobileAdsPopup {
	margin-bottom: 30px;
}

/* iPad vertical view */

@media (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 1.4em;
	}
	.head-name {
		float: none;
	}
	.head-order, .head-category {
		margin: 0 0 20px;
		float: left;
	}
	.head-view {
		float: left;
		width: 80px;
		margin-left: 20px;
	}
	.products.list-view .item .info {
		margin-top: 0;
		margin-bottom: 8px;
	}
	.products.list-view .item .info.show-list{
		width: 185px;
		padding: 0 0 0 15px;
		margin-top: 0;
		float: left;
		overflow: hidden;
		max-height: 85px;
		overflow: hidden;
	}
	.products.list-view .item .brands {
		clear: left;
		padding: 5px 0 0;
	}
	.products.list-view .item .rating-brand{
		float: left;
		margin: 0;
		width: 200px;
		padding: 0 0 0 15px;
	}
	.products.list-view .item .rating-brand .brand {
		width: 45%;
	}
	.products.list-view .item .rating-brand .dropdown-toggle .stars {
		width: 55%;
		border-right: none;
	}
	.rating-brand .brand span {
		padding-right: 0;
	}
	
	/*  Product page */
	#summary > .info {
		padding-right: 0;
	}
	#summary .ad{
		display: none;
	}
	
	.seller .stars {
		min-width: 120px;
		margin: 0;
	}
	.seller .payments {
		margin: 0 5px;
	}
	.seller .shipping {
		display: none;
	}
	.seller .price {
		margin-right: 18px;
	}
	.seller-item h4{
		max-width: 460px;
	}
	#detail-ask-merchants h4{
		display:block;
		margin: 8px 0 5px;
		width: 100%;
	}
	#detail-ask-merchants .form .form-control.question-detail{
		margin-bottom: 0;
	}
	.question {
		padding: 25px 20px 20px;
	}
	.review {
		padding: 25px 20px 20px;
	}
	#profile-detail .tab-pane h2 {
		border: none;
		padding: 0;
	}
	
	/* merchant */
	#merchant-allproducts .head-category {
		padding-right: 20px;
	}

}

@media screen and (min-width: 320px) {
	.rating-brand {
		left: 50%;
	}
	
	/*Style point*/
	
	.img-pt-guide{
		margin-left: 7px;
	}
	.content-center {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
	}
	.level-bar {
		background:url("../../img/level_bar_stand.png");
	}
    .level-bar-color {
		background:url("../../img/level_bar_walk.png");
	}
	/*End Style point*/
	
	#brand h4.desc {
		font-size: 2em;
	}
	
}
@media screen and (min-width: 360px) {
	/*Point style*/
	.img-pt-guide{
		margin-left: 12px;
	}
}
@media screen and (min-width: 480px) {
	/*Point style*/
	.img-pt-guide{
		margin-left: 20px;
	}
}
@media screen and (min-width: 768px) {
	.rating-brand {
		left: auto;
	}
	
	#brand h4.desc {
		font-size: 1.6em;
	}
		
}

.info-detail {
	color: #888;
}


@media (width: 320px) {
	div.top-leader-ad{
		margin-left: -15px;
	    overflow: hidden;
	    width: 320px;
	}
}
@media (max-width: 319px) {
	div.top-leader-ad{
		margin-left: -15px;
	    overflow: hidden;
	}
}

/* Promotion Coupon Style */
#popup-coupon .coupon-box {
	border : 2px dashed #dddde1; 
	padding: 10px 10px 10px 30px; 
	margin-bottom: 15px; 
}

#popup-coupon .content-right {
	float:right; 
	padding: 15px 2px 15px 10px; 
	border-left: 1px solid #d9d8e0; 
	height: 65px;
}

#popup-coupon .content-left .title {
	color: #de2151; 
	font-size: 18px;
}

#popup-coupon .content-left .detail {
	color: #999; 
	font-size: 14px;
}

.coupon-box {
	position: relative;
}

.icon-coupon {
	cursor: pointer;
	background-image: url('../../img/coupon_icon.png');
	background-repeat: no-repeat;
	background-size: 5em 5em;
	width: 5em;
	height: 5em;
	display: inline-block;
}

.icon-box {
	top: -2px;
	left: -2px;
	z-index: 2px;
	position: absolute;
}

.icon-coupon2 {
	background-image: url('../../img/coupon-conner.png');
	background-repeat: no-repeat;
	background-size: 3em 3em;
	width: 3em;
	height: 3em;
	display: inline-block;
}

#popup-coupon .header-store-modal {
	padding-top: 15px; 
	color: #888
}

#popup-coupon .modal-footer {
	color: #999;
}

.list-view .icon-coupon {
	position: absolute;
}

#detail-compare .coupon {
	cursor: pointer;
	float: left;
}

#detail-compare .coupon-detail {
	cursor: pointer;
	float: right;
	height: 25px;
}

#detail-compare .coupon .more, #detail-compare .coupon-detail .more {
	border: 1px solid red; 
	color: red; 
	-webkit-border-radius: 3px;
	padding: 0px 7px 0px 7px;
	font-size: 13px;
}
#detail-compare .coupon-detail a{
	color: red;
}

.contact .more {
	
	border: 1px solid red;
	color: red;
	width: 70px;
	height:30px;
	padding-left: 10px;
	display: inline-block;
}

.contact .more:hover {
	border: 1px solid #FE2E2E;
	color: #FE2E2E;
}

#detail-compare .info.active .coupon {
	display: none;
}

#redeemDiv{
	font-size: 1.2em;
	
}

@media screen and (min-width: 320px) {
	
	#detail-compare .coupon-detail {
		margin: 15px 0px 10px 0px;
	}
	
	#popup-coupon .btn-shop {
		width: 110px;
	    border: 1px solid #222;
	    color: #222;
	    display: block;
	    margin: 0 auto;
	}
	
	#popup-coupon .modal-footer {
		text-align: left;
	}
	
	#popup-coupon .content-left .title {
		font-size: 17px;
	}

	#popup-coupon .header-modal {
		font-size: 18px; 
		padding: 15px 0 15px 0;
	}
	
	#popup-coupon .header-store-modal {
		font-size: 16px;
	}
	
	.content-right {
		display: none;
	}

}

@media screen and (min-width: 768px) {

	#detail-compare .coupon-detail {
		margin: 0px 35px 0px 15px; 
	}
	
	#popup-coupon .modal-footer {
		text-align: center;
	}
	
	#popup-coupon .header-modal {
		font-size: 24px; 
		padding: 15px 0 15px 0;
	}
	
	#popup-coupon .header-store-modal {
		font-size: 18px;
	}
	
	.content-right {
		display: block;
	}
	
	#popup-coupon .content-left .detail {
		padding-right: 150px;
	}
	
	.box-ask-message-sm {
		margin-left: 10px;
		margin-top: -5px;
		background-color: red;
		border-radius: 2px;
		padding: 4px 8px;
		color: #f2f2f2;
		font-size: 14px;
		font-weight: bold;
	}

}
	
/*New Style Of Like Want Own */

#summary  #goto-reviews{
   color: #111;
}

#summary #a-like, #a-want, #a-own {
	color: #111;
}
.item .rating {
		float: none;
		bottom: 0;
	}
#fav-main > div{
	float: left;
}

#contain-like, #contain-want{
	float: left;
	border: 1px solid #D9D8E0;
 	width: 100%;
}

#contain-like > div, #contain-want > div{
	float: left;
	text-align: center;
	padding-top: 2px;
	width: 67%;
	height:  100%;
}

#fav-main>div img {
    padding: 1px 6px 5px 0;
}

#fav-main>div .mark {
    float: right;
    border-left: 1px solid #d9d8e0;
    margin: 0;
    text-align: center;
    height: 28px;
    line-height: 1.75em;
}

#summary #img-askMerchant {
	padding: 0 5px 0 1px;
}

#summary .info .stars {
	font-size: 1.3em;
	float: none;
}

@media screen and (min-width: 320px) {

	#summary #fav-main {
		font-size: 0.7em; 
	}
	
	#fav-main > div img{
		max-width: 37%;	  
	}
	
	#fav-main > div{
		width: 32%;
		margin-right: 5.6px;
	}
	
	#fav-main #own-group {
		margin-right: 0px;
	}

	#fav-main > div .mark{
		width: 33%;
	}
	
	#summary #btn-askMerchant{
		position:relative;
		width: 100%;
		margin-top: 10px
	}
	
	#summary #favAskMerchant-group {
		padding: 3px;
	}
	
	#summary #a-like, #a-want, #a-own {
		width: 100%;
	}
	
	/*memberprofile*/
	#profile-info div.avatar {
		
	}
	.profile-point .level-bar-color span{
		text-align: center;
	}
	.profile-point .level-bar span{
		text-align: center;
	}
	
	/*reviewbox.jsp*/
	.review .user .avatar {
		float: none;
	}
	.review .user .name {
		float: none;
		word-break: break-all;
	}
	
}

@media screen and (min-width: 480px) {
	#fav-main > div{
		width: 25%;
		margin-right: 12.5%;
	}
	
	#fav-main > div img{
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	
	.item .rating {
		float: none;
		bottom: 0px;
	}
	
	#guide-box .read-width {
		width: 70% !important;
		/* margin: auto; */
		margin-top:10px; 
	}
	#fav-main > div{
		width: 21%;
		margin-right: 5.6px;
	}
	
	#contain-like > div, #contain-want > div, #contain-own > div{
		width: 62%;
	}
	
	#fav-main > div .mark{
		width: 38%;
	}
	
	#summary #a-like, #a-want, #a-own {
		width: 100%;
	}
	
	#summary #btn-askMerchant{
		position:absolute;
		height: 28px;
		width: 125px;
		right: 0px;
		margin-top: 0;
		padding: 5px 0 5px;
	}
	#summary #favAskMerchant-group {
		padding: 10px 0px 10px 0px;
	}
	
	
	/*memberprofile*/
	#profile-info .profile-point {
		/* 		margin-left: 210px; */
		margin-top: 30px;
	    padding-left: 15px;
		border-left: 1px solid #d9d8e0;
	}
}

@media screen and (min-width: 992px) {
	#guide-box .read-width {
		width: 40% !important;
		/* margin: auto; */
		margin-top:10px;
	}
	
	#fav-main > div img{
		max-width: 37%;	  
	}
	
	#fav-main > div{
		width: 30%;
		margin-right: 19.5px;
	}
	
	#contain-like > div, #contain-want > div, #contain-own > div{
		width: 62%;
	}
	
	#fav-main > div .mark{
		width: 33%;
	}
	
	#fav-main #own-group {
		margin-right: 0px;
	}

	
	#summary #btn-askMerchant{
		position:relative;
		width: 100%;
		margin-top: 10px
	}
	
	#summary #favAskMerchant-group {
		padding: 3px;
	}
	
	#summary #a-like, #a-want, #a-own {
	/* 	float: left; */
		width: 100%;
	}
	
	/*memberprofile*/
	#profile-info div.avatar {
		height: auto;
	}
	#profile-info div.info{
		float: left;
	}
	#profile-info .profile-point{ /*memberprofile.jsp*/
		margin-left: 0px;
		margin-top: 0px;
		border-left: 1px solid #D9D8E0;
		padding-left: 20px;
		float: right;
		width: 200px;
	}
	
	#viewMember .profile-point{   /*viewmemberprofile.jsp*/
		margin-left: 0px;
		margin-top: 0px;
		border-left: 1px solid #D9D8E0;
		padding-left: 20px;
		float: right;
		/* width: 320px; */
	 	/* margin-right: 240px; */ 
	}
}

@media screen and (min-width: 1200px) {
	#summary #fav-main {
		font-size: 0.9em; 
	}
	
	#fav-main > div{
		width: 21%;
		margin-right: 5.6px;
	}
	
	#contain-like > div, #contain-want > div, #contain-own > div{
		width: 62%;
	}
	
	#fav-main > div .mark{
		width: 38%;
	}
	
	#summary #a-like, #a-want, #a-own {
		width: 100%;
	}
	
	#summary #btn-askMerchant{
		position:absolute;
		height: 28px;
		width: 125px;
		right: 0px;
		margin-top: 0;
		padding: 5px 0 5px;
	}
	#summary #favAskMerchant-group {
		padding: 10px 0px 10px 0px;
	}
	
	/*memberprofile*/
	#profile-info div.avatar {
		
	}
	
	#profile-info div.info{
		
	}
	
	#profile-info .profile-point{
		width: 200px;
	}
}

.bullet-spec {
	-moz-columns: 2;
    -moz-column-gap: 2px;
    -webkit-columns: 2;
    -webkit-column-gap: 2px;
    columns: 2;
    column-gap: 2px;
}

.bullet-spec {
	padding-bottom: 10px;
	margin-top: 10px;
}

.bullet-spec ul, .bullet-spec-xs ul {
	color: #222;
	padding-left: 15px;
}

.bullet-spec ul {
	height: 45px !important;
}


/*** Fixbug banner slider ***/
@media screen and (max-width: 480px) {
	.banner th{
		word-break: break-word;
	}
	.banner td{
		padding: 5px 1px;
		font: 1.15em "opensans_cb",sans-serif;
		word-break: break-word;
		font-weight: 600;
	}
}

/* iPad vertical view */

@media (min-width: 768px) and (max-width: 991px) {
	.banner th{
		word-break: break-word;
	}
	.banner td{
		padding: 5px 1px;
		font: 1.15em "opensans_cb",sans-serif;
		word-break: break-word;
		font-weight: 600;
	}
}


/* Priceza Verify */

.item .verify .brand img.verifyImg{
	 right: 16px;
	 top:2px;
}
img.verifyImg{
		width: 23px !important;
		height: 31px !important;
}
.item .verify .brand.logo-text img.verifyImg{
   position: absolute;
}
.rating-brand.verify .brand.logo-text span{
	padding-right: 37px;
	display: inline-block;
    max-width: 149px;
}	
	
@media (max-width: 350px){
	.seller .action 
	.main .btn.contactPrice{
		max-width: 115px;
    	font-size: 1em;
	}
	.rating-brand.guide-verify.verify{
	    width: 57%;
	}
	.rating-brand.guide-verify.verify
	.main-logo-text
	{
	    width: 50%;
	}
	.rating-brand.guide-verify.verify
 	.brand.logo-text span{
   		padding-right: 44px;
    	max-width: 131px;
	}
}

@media (min-width: 400px){
	.rating-brand.verify .brand.logo-text span{
    	max-width: 180px;
	}
	.item .verify .brand img.verifyImg{
	    right: 11px;
	}
	.rating-brand.guide-verify.verify
	.brand.logo-text span{
    	max-width: 165px;
	}
	
}

@media (max-width: 767px){
	.seller .verify{
		position: absolute;
		left: 46%;
	}
	.seller .awardList{
		position: absolute;
		left: 54%;
	}
}

@media (max-width: 320px){
	.seller .awardList{
		display: none;
	}
	.seller .verify{
		position: absolute;
		left: 50%;
	}
}

@media (min-width: 768px){
	.verify .brand{
	 width: 61.5%;
	 padding-right: 24px;
	 text-align: center;
	}
	.verify .stars{
	 width: 38.5%;
	}
	.item .verify .brand img.verifyImg{
	 position: absolute;
	 right: 3px;
	}
	.products.list-view .item .rating-brand.verify{
		width: 230px;
	} 
	.products.list-view .item .rating-brand.verify .brand{
		width: 60%;
		padding-right: 24px;
		text-align: center;
	} 
	.products.list-view .item .rating-brand.verify .stars{
		width: 40%;
   		padding-left: 3px;
	}  
	
	.seller .verify{
		display: block;
		float: left;
		min-width: 50px;
		text-align: center;
		margin-left: 15px;
		margin-right: -20px;
	}
	.seller .awardList{
		display: block;
		float: left;
		min-width: 50px;
		text-align: center;
		margin-left: 15px;
		margin-right: -20px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.seller .verify{
		margin-left: 0px;
		margin-right: -13px;
	}
	.seller .awardList{
		margin-left: 0px;
		margin-right: -13px;
	}
	.products.list-view .item .rating-brand.verify .stars{
		padding-left: 10px;
	}  
	.products.list-view .item .rating-brand.verify .icon-down{
		right: -10px;
	}
	.rating-brand.verify .brand.logo-text span{
    	max-width: 165px;
	}
	.products.list-view .item 
	.rating-brand.verify.main-logo-text{
		width: 265px;
	}
	.rating-brand.guide-verify.verify 
	.brand.logo-text span{
    	max-width: 130px;
	}
}
@media (min-width: 992px){
	.verify .stars{
	    padding-left: 1px;
	}
	.item .verify .brand img.verifyImg{
   		right: 1px;
	}
	.rating-brand.verify .brand.logo-text span{
    	max-width: 141px;
	}
	.rating-brand.guide-verify.verify
 	.brand.logo-text span{
    	max-width: 144px;
	}
}

@media (min-width: 1200px){
	.products.list-view .item .rating-brand.verify{
		width: 230px;
	} 
	.products.list-view .item .rating-brand.verify .brand{
		width: 60%;
	} 
	.products.list-view .item .rating-brand.verify .stars{
		width: 40%;
	}
	.verify .stars{
	 	width: 38.5%;
	    padding: 5px 0 0 7px;
	}
	.item .verify .brand img.verifyImg{
   		right: 3px;
	}
	.rating-brand.verify .brand.logo-text span{
   		max-width: 174px;
	}
	
	.products.list-view .item 
	.rating-brand.verify.main-logo-text{
		width: 300px;
	}
	
	.rating-brand.guide-verify.verify
 	.brand.logo-text span{
   		max-width: 170px;
	}
}

/*** End Priceza Verify ***/


/*** new Priceza search product box ***/
.pg-merchant-info{
	display: none;
}
.products.list-view .item-nst .pg-merchant-info{
	display: inherit;
	height: 100%;
}
.item-nst .brands.show-list,
.item-nst .brands.show-list,
.item-nst .pg-search-info{
	display: none
}
.prd-coupon,
.prd-coupon-xl{
	display: none;
	cursor: pointer;
}
.products.list-view .item-nst .item .prd-coupon-xl{
	display:inherit;
	width: 80px;
    margin-top: 0px;
    margin-left: 50%;
    text-align: center;
    border: 1px solid red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: red;
    font-weight: 600;
    margin-bottom: 7px;
}
.products.list-view .btn.btn-compare.orange{
	background-color: #F19B27;
    color: #fff;
    border: 1px solid #d17e0e;
}
.products.list-view .btn.btn-compare.orange:hover{
	background-color: #F4A63D;
	color: #fff;
	border: 1px solid #d17e0e;
}
.item-nst .starting.show-list{
	z-index: 2;
	position: relative;
}
.pg-merchant-info .row{
	margin-right: 0px;
	margin-left:  0px;
}
.view-data-all .text-data{
	float: right;
    color: #888;
    white-space: nowrap;
}
.item-nst .bullet-spec {
	-moz-columns: 1;
    -moz-column-gap: 0px;
    -webkit-columns: 1;
    -webkit-column-gap: 0px;
    columns: 1;
    column-gap: 0px;
    min-height: 100px;
}
.products.list-view .item-nst .item .starting.new{
  	display: none;
}
.products.list-view .item-nst .item h3:before{
	display: none;
}
.rating.show-list.n-xs{
	margin-top: -12px;
	float: none;
    bottom: 0px;
    border: none;
    padding: 0;
    font-size: 14px;
    height: auto;
    white-space: nowrap;
}
.rating.show-list.n-xs .rating-text{
	font-size: 0.7em;
}
.products.list-view .item-nst .item .rating{
	display: none;
}
.item-nst .pg-merchant-info .none-product{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;    
    padding-top: 20px;
}
.item-nst .pg-merchant-info .none-product .price{
	text-align: center;
	display: inherit;
}
.item-nst .pg-merchant-info .none-product .detail{
	text-align: center;
	font-size: 0.8em;
	white-space: nowrap;
	color: #595966;
}
.products.list-view .item-nst .item .none-product .price a{
    color: #222 !important;
    display: inherit;
}
.products.list-view .item-nst .item .rating-brand{
    display: none;
}

.products.list-view .item-nst .item .info .pd-info,
.products.list-view .item-nst .item .info-detail .pd-info{
	font-size: 0.9em;
}
.products.list-view .item-nst .item .related-product {
	padding-top: 10px;
	font-size : 0.9em;
    left: inherit;
    width: inherit;
    position: inherit;
    padding-left: 50%;
}
.products.catalog-view .item-nst .item .rating.show-list {
    display: none!important;
}
.products.catalog-view .item-nst .item a.info{
	padding-bottom: 0px;
}
.item.prd a.info{
	padding-bottom: 0px;
}
.item.prd a.info{
	padding-bottom: 0px;
}
.item.prd .prd-info{
	padding-bottom: 40px;
}
.products.list-view .item-nst .item.prd .prd-info{
	padding-bottom: 0px;
}
.item .prd-rating.rating-brand{
	display: none!important;
}
.products.list-view .item-nst .item .prd-rating.rating-brand{
	display: inherit!important;
	margin: auto;
	float: none;
}
.item-nst .pg-merchant-info .pg-mproduct{
	height: 100%;
}
.item-nst .item .prd-rating.rating-brand .brand{
   	overflow: hidden;
}
.item-nst .item .pg-mproduct .sale-by{
	font-size: 1.35em;
	margin-bottom: 13px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.item-nst .item .pg-mproduct .sale-price{
	font-size: 1.2em;
	text-align: center;
	margin-top: 7px;
}
.item-nst .item .pg-mproduct .goto-merchant{
	width: 115px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.products.list-view .item-nst .item .price a{
	color: #222!important;
}
.products.list-view .item-nst .item a.btn.btn-shop {
    color: #222;
    display: block;
    border: 1px solid #222;
}
@media (min-width: 320px){
	.catalog.compareSpec.Pic,
	.catalog.compareSpec.underPic{
		display: none;
	}
	.products.list-view .item-nst .item-nst-xs{
		display: none;
	}
	.products.list-view .item-nst .item .starting.new{
   	    position: inherit;
	    display: block;
	    width: 100%;
	    height: 100%;
	    border-left: 0px;
	    padding-left: 10px;
  		padding-right: 10px;
	}

	.view-data-all.view-data-all .btn-view{
	    margin-top: 10px;
	    float: right;
	    padding-right: 5px;
	}
	.view-data-all .text-data{
	    padding: 10px;
	    padding-top: 28px;
	}
	.products.list-view .pg-merchant-info .btn.btn-compare{
		font-size: 1.1em;
	    padding: 5px 20px 5px 20px;
	}
	.item .starting.new{
		display: none;
	}
	.products.list-view .item-nst .item .starting.new{
		display: inherit;
	}
	.products.list-view .item-nst .item .starting.new{
		float:left;
	}
}
@media (min-width: 320px) and (max-width: 767px){
	.products.list-view .item-nst .item a.info{
		padding: 0 0 0 50%
	}
	.item-nst .item .prd-rating.rating-brand{
	    display: inherit!important;
	    margin: auto;
	    float: none;
	    width: 235px;
	    position: relative;
	    border: none;
	    left: auto;
	    padding: 0;
	    right: 0;
	    bottom: 0;
	    box-sizing: border-box;
	    cursor: pointer;
	    line-height: 1.5;
	    list-style: none;
	}
	.item-nst .item .prd-rating.rating-brand.verify{
	 	width: 250px;
	}
	.item-nst .item .prd-rating.rating-brand .brand{
	   	display: block;
		border-right: 1px solid #D9D8E0;
		position: absolute;
		width: 50%;
		padding: 2px 4px 0 0;
   		height: 34px;
   		overflow: hidden;
	}
	.item-nst .item .prd-rating.rating-brand.verify .brand{
		width: 60%;
	}
	.item-nst .item  .prd-rating.rating-brand.verify .brand img.verifyImg{
	   	right: 11px;
	    position: relative;
	    top: -27px;
	    left: 122px;
	}
	.item-nst .item .prd-rating.rating-brand .stars{
		width: 40%;
	    padding-left: 3px;
	    padding: 5px 0 0 7px;
	    display: block;
	    cursor: pointer;
	    margin-left: 50%;
	}
	.item-nst .item .prd-rating.rating-brand.verify .stars{
		float: right;
		margin-left: 0px;
	}
	.item-nst .item .prd-rating.rating-brand.verify .brand.logo-text span{
    	max-width: 156px;
	}
}

@media (min-width: 768px){
	.item-nst .item .rating{
		display: inherit;
	}
	.products.list-view .item-nst .item-nst-xs{
		display: inherit;
	}
	.item-nst .pg-merchant-info .none-product{   
    	padding-top: 0px;
	}
	.products.list-view .item-nst .item .related-product {
		padding-top: 0px;
		padding-left: 215px;
	}
	.products.list-view .item-nst .item .prd-coupon-xl{
		display:none;
	}
	.products.list-view .item-nst .item .prd-coupon{
		display: inherit;
		width: 80px;
		margin-top: -5px;
		margin-left: 215px;
		text-align: center;
		border: 1px solid red;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		color: red;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.item.prd .prd-info{
		padding-bottom: 0px;
	}
	.products.catalog-view .item-nst .prd-info{
		height: 105px;
	}
	.products.catalog-view .item-nst .item.prd a.info{
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.products.list-view .item-nst .item .starting {
    	display: none;
	}
	.products.list-view .item-nst .item .starting.new{
   	    position: inherit;
	    display: block;
	    width: 100%;
	    height: 100%;
	    border-left: 0px;
	    border-bottom: 1px solid #D9D8E0;
	    padding-left: 25px;
		padding-right: 25px;
		padding-right: 48px;
	}
	.view-data-all .text-data{
	    padding: 10px;
	    padding-top: 28px;
	}
	.products.list-view .pg-merchant-info .btn.btn-compare{
		font-size: 1.1em;
	    padding: 5px 20px 5px 20px;
	}
	.products.list-view .item-nst .item {
	    width: 100%;
	    float: none;
	    padding-bottom: 20px;
	    padding-left: 50px; 
	}
	.products.list-view .item-nst .item .info {
	    padding: 0 50px 0 215px;
	}
	.products.list-view .item-nst .item .info.show-list {
	    padding-left: 15px;
	    padding-right: 0px;
	    width: 220px;
	}
	
	.item-nst .item .prd-rating.rating-brand{
		width: 275px;
	}
	.item-nst .item .prd-rating.rating-brand .icon-down{
		right: 35px;
	}
	.item-nst .item .prd-rating.rating-brand .verify{
		right: 5px;
	}
}

@media (min-width: 992px){
	.products.list-view .item-nst .item .starting.new{
	    display: none;
	}
	.products.list-view .item-nst .item .starting {
    	height: 300px;
    	width: 265px;
	}
	.products.list-view .item-nst .item.prd .starting{
		height: 230px;
	}
	.products.list-view .item-nst .item .info {
	   padding: 0px 270px 0 215px;
	}
	.view-data-all.view-data-all .btn-view{
	    margin-top: 10px;
	    float: right;
	    padding-right: 5px;
	}
	.view-data-all .text-data{
	    padding: 10px;
	    padding-top: 28px;
	}
	.products.list-view .pg-merchant-info .btn.btn-compare{
		font-size: 1.1em;
	    padding: 5px 20px 5px 20px;
	}
	.products.list-view .item-nst .item .info .pd-info{
		font-size: 0.9em;
	}
	.products.list-view .item-nst .item{
	    padding-bottom: 40px;
	}
	.products.list-view .item-nst .topmerchantList{
		min-height: 250px;
	}
	.products.list-view .item-nst .item .prd-info{
		min-height: 65px;
	}
	.item-nst .item .pg-mproduct .sale-by{
		margin-top: 0px;
	}
	.item-nst .item .pg-mproduct .sale-price{
		margin-top: 15px;
	}
	.item-nst .item .pg-mproduct .goto-merchant{
		margin-bottom: 0px;
	}
}
@media (min-width: 1200px){
	.products.list-view .item-nst .item .starting{
		width: 328px;
	}
	.products.list-view .item-nst .item .info {
	    padding: 0 352px 0 215px;
	}
}


/******    fixed bug     *******/


#page-write-review #merchant-review #review-form {
	border-bottom: none;
}


/******    reward-detail     *******/

	#reward-detail #featured-pic {
		padding: 0 0 1px;
		border-bottom: 1px solid #555;
		border-top: 1px solid #555;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	#reward-detail #featured-pic .pic-blur{
		position: absolute;
		top: -5%;
		left: -5%;
		z-index: -1;
		width: 110%;
		background-color: #000;
	}
		#reward-detail #featured-pic .pic-blur img{
			width: 100%;
			-webkit-filter: blur(5px); 
			-moz-filter: blur(5px); 
			-o-filter: blur(5px); 
			-ms-filter: blur(5px); 
			filter: blur(5px);
			opacity: 0.65;
		}
	
	


/******    guide-theme     *******/	
#page-guide-theme{
	
}
	#page-guide-theme #main-title{
		text-align: center;
		overflow: hidden;
	}
		#page-guide-theme #main-title #box-text{

		}
			#page-guide-theme #main-title #box-text h1.title{
				margin: 15px 0 0;
				color: #DE2151;
				font-size: 2.4em;
			}
			#page-guide-theme #main-title #box-text h4.sub{
				margin: 0;
				color: #888;
			}
			
		#page-guide-theme #main-title #box-pic{
			padding: 15px 0;
		}
			#page-guide-theme #main-title #box-pic img{
				width: 570px;
			}
			
	#page-guide-theme .line{
		border-bottom: 1px solid #D9D8E0;
		margin: 0 15px 15px;
	}
	
		#page-guide-theme h2.bg{
			margin: 15px 0 15px;
			padding: 2px 10px;
			color: #fff;
			font-size: 1.8em;
			background-color: #DE2151;
			text-align: center;
		}
		#page-guide-theme h2.no-bg{
			font-size: 1.2em;
			font-weight: 500;
		}
	#page-guide-theme .item{
		padding: 10px 15px 10px;
	}
	#page-guide-theme #featured{
	
	}
		#page-guide-theme #featured .item{
			text-align: center;
			border: none;
		}
		
		@media (max-width: 767px) {
		#page-guide-theme #featured .item{
			margin: 0;
			float: left;
			width: 50%;
		}
		}
		
			#page-guide-theme #featured .pic{
				width: 100%;
			}
				#page-guide-theme #featured .pic img{
					border: 1px solid #ccc;
				}
				#page-guide-theme #featured .item:hover img{
					border: 1px solid #45345C;
				}
			#page-guide-theme #featured h3{
				margin: 0;
				font-size: 1.6em;
			}
			#page-guide-theme #featured .info{
				color: #888;
				font-size: 0.85em;
			}
	
	#page-guide-theme .items{
		
	}
		#page-guide-theme .items .pic{
			padding: 20px 0 0 0;
		}

	#page-guide-theme .brand{
		margin: 0 0 40px;
	}
	#page-guide-theme h4.btn-more,#page-guide-theme h4.btn-more-product{
		display: block;
		margin: 0 15px 40px;
		padding: 0;
		font-size: 1.6em;
		text-align: center;
		color: #888;
		border: 1px solid #888;
		border-radius: 3px;
		background-color: #fafafa;
	}
	
	#page-guide-theme .bc{
		font-size: 14px;
	}





/******    Page Keywords    *******/	
#page-keywords {

}
	#page-keywords .products .head {
		padding: 10px 0 0;
	}
	
	
	
	#page-keywords #side {
		
	}
		#page-keywords #side h2{
			font-size: 2em;
			text-transform: uppercase;
			border-bottom: 1px solid #DFDFE3;
			padding: 0;
			margin: 20px 0;
		}
		#page-keywords #side .more{
			text-align: right;
			display: block;
			font-size: 0.82em;
		}
		
		#page-keywords #side ul{
			margin: 0 0 40px;
			padding: 0;
			border-top: 1px solid #DFDFE3;
			border-left: 1px solid #DFDFE3;
			border-right: 1px solid #DFDFE3;
		}
		#page-keywords #side li{
			list-style: none;
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #DFDFE3;
			padding: 14px 0 14px;
		}
		#page-keywords #side .sub-cat-side li{
			padding: 0;
			position: relative;
		}
		#page-keywords #side .sub-cat-side li a{
			padding: 14px 20px 14px 20px;
			display: block;
		}
		#page-keywords #side .sub-cat-side li a.dropdown-toggle:after{
			content: '\e80c';
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			margin-right: .2em;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			line-height: 2em;
			margin-left: .2em;
			padding-right: 20px;
			position: absolute;
			right: 0;
			top: 14px;
			font-size: 11px;
			color: #999;
		}
		#page-keywords #side .sub-cat-side li .dropdown-menu a{
			padding: 10px;
		}
		#page-keywords #side .sub-cat-side li .dropdown-menu{
			visibility: hidden;
		}
	
	#page-keywords #content-keywords{
		padding: 15px 0;
		clear: both;
		overflow: hidden;
	}
	
		#page-keywords #content-keywords .tag{
			float: left;
			margin: 0 10px 10px 0;
			padding: 3px 10px;
			font-size: 0.85em;
			background-color: #eaeaea;
			border-radius: 20px;
		}
		#page-keywords #content-keywords .tag:hover{
			color: white;
			background-color: #f19b27;
			cursor: pointer;
		}
		
		
		
		
/******    merchant     *******/		
#page-merchant{
	
}
	#page-merchant textarea{
		width: 100%;
	}
	#page-merchant .products.catalog-view{
		margin-bottom: 30px;
	}
	#page-merchant .actions,
	#page-merchant-page .actions   {
		padding: 10px 0;
		text-align: center;
	}
	#page-merchant .actions .btn,
	#page-merchant-page .actions .btn{
		margin: 0 5px;
		font-size: 1.6em;
		line-height: 1.3em;
		padding-bottom: 2px;
	}
		#page-merchant .review:last-of-type{

		}
		
	#merchant-detail {
		margin: 0 0 20px;
	}		
		#merchant-detail .nav-tabs{
			display: block;
			height: 64px;
			border-bottom: 4px solid #f19b27;
			margin-left: -15px;
			margin-right: -15px;
		}	
		
		#merchant-detail .nav-tabs a {
			font-size: 1em;
			height: 60px;
			width: 75px;
			padding: 10px 5px 5px;
			white-space: nowrap;
			text-align: center;
		}
		#merchant-detail .nav-tabs a strong{
			color: #000;
		}
		#merchant-detail .nav-tabs li.active a strong{
			color: #fff;
		}
		#merchant-detail .nav-tabs a i{
			display: block;
			font-size: 1.5em;
			color: #ccc;
			height: 30px;
		}	
		#merchant-detail .nav-tabs .active a i {
			color: #fff;
		}
		#merchant-detail .nav-tabs a i.icon-bell{
			font-size: 1.7em;
			margin: -2px 0 2px;
		}
		#merchant-detail .tab-pane h2{
			margin: 0 0 5px;
			padding: 0 0 10px;
		}
		#merchant-detail .tab-pane h2.sub{
			margin: 30px 0 5px;
			border-bottom: 1px solid #ccc;
		}
		#merchant-detail h2 small{
			font-size:  12px;
			margin: 0 0 0 10px;
		}
		#merchant-detail .tab-pane h2.sub-noline{
			border: none;
		}
		#merchant-detail .tab-pane h2 .no{
			color: #f19b27;
		}
		#merchant-detail .tab-pane .owl-controls {
			top: -50px;
		}
		#merchant-detail .tab-pane .owl-buttons{
			display: block;
	
		}
		#merchant-detail .tab-pane .owl-buttons > div{
				height: 38px;
				width: 32px;
				border: 1px solid #ccc;
				background-color: #fff;
				position: absolute;
				text-align: center;
				line-height: 38px;
				font-size: 1.2em;
			}
			#merchant-detail .tab-pane .owl-buttons .owl-next {
				right: 15px;
			}
			#merchant-detail .tab-pane .owl-buttons .owl-prev {
				right: 46px;
				color: #888;
			}
	
		#merchant-detail .tab-pane .head{
			border-bottom: 1px solid #ccc;
			margin: 0 0 20px;
		}
		#merchant-detail .tab-pane a.mini-product{
			display: block;
			margin: 0 0 10px;
		}
		#merchant-detail .tab-pane a.mini-product .more{
			float: right;
			color: #0CA4D6;
			font-size: 0.84em;
			margin: 5px 0 0;
			display: none;
		}
		
		
		#merchant-detail .tab-pane a.mini-product .pic{
			display: inline-block;
			margin: 0 10px 0 0;
			border: 1px solid #ccc;
			width: 32px;
		}
		#merchant-detail .tab-pane a.mini-product h3{
			display: inline-block;
			margin: 0;
			font-size: 1.3em;
			color: #222;
		}
		#merchant-detail .tab-pane .answer .date{
			float: right;
			font-size: 0.84em;
			color: #888;
		}
		

		
		
		
	#page-merchant #review{
		
	}	
		#page-merchant .tab-pane .review h2{
			margin-bottom: 40px;
			
		}
		
		#page-merchant .review .user i{
			color: black;
			border-radius: 40px;
			display: block;
			font-size: 70px;
			text-align: center;
			line-height: 100px;
			text-indent: -6px;
			overflow: hidden;
		}
		
		#page-merchant .review.comments{
			padding: 30px 0;
		}
		#page-merchant .review.comments h3{
			margin: 0 0 5px;
			font-size: 2.2em;
		}
		#page-merchant .review.comments h4{
			margin: 10px 0 5px;
			font-size: 1.6em;
		}
		
		#page-merchant .review.comments i.icon-star-empty{
			font-size: 24px;
		}
		#page-merchant .review.comments textarea{
			padding: 10px 15px;
			margin-top: 5px;
			width: 100%;
			max-width: 500px;
		}
		
	#merchant-detail #merchant-allproducts h2{
		margin: 0 0 10px;
		display: inline-block;
		color: #333;
		padding: 0 0 0 ;
		height: auto;
	}
	#merchant-allproducts h2 small{
		font-size: 14px;
		margin: 0;
	}
	
	#merchant-ask{
			
		}
	
			#merchant-ask .form .form-control{
				border-radius: 0;
				margin: 0 0 20px;
			}
			#merchant-ask h2{
				margin-top: 0;
			}
			#merchant-ask h3{
				font-size: 1.4em;
				margin: 40px 0 20px;
			}
			#merchant-ask h4{
				display: inline-block;
				margin: 0 0 20px;
				width: 100px;
			}
			#merchant-ask .options label{
				width: 180px;
				margin: 0;
				white-space: nowrap;
			}
			#merchant-ask .options label:nth-of-type(2n) {
				display: block;
				padding-left:124px;
				width: 220px;
			}
			#merchant-ask .options i.icon-public{
				width: 30px;
				display: inline-block;
				margin: 0 5px 0 0;
				font-size: 14px;
			}
			#merchant-ask .form .btn{
				display: block;
				font-size: 1.7em;
				margin: 0 0 20px;
			}
	
			#merchant-ask .head .btn{
				font-size: 1.5em;
				display: inline-block;
				margin: 0 0 20px;
			}
			#merchant-ask div.head.group div.select {
						margin-bottom: 20px;
			
					}	
	
			#merchant-ask .options{
					
					padding: 0 0 15px;
			
				}
	#merchant-review{
			
		}
		
			#merchant-detail #merchant-review h2{
				margin: 16px 0 8px;
			}
			#merchant-review h3{
	
			}
			#merchant-review .rating{
				display: block;
				position: relative;
				border: none;
				width: 100%;
				float: none;
				height: auto;
			}
			#merchant-review .rating i{
				font-size: 1.6em;
			}
			#merchant-review .large small{
				display: block;
				border-bottom: 1px solid #ccc;
				padding: 5px 0 8px;
			}
			#merchant-review .large .no{
				font-size: 1.4em;
				color: #222;
				margin: 0 5px;
			}
			#merchant-review .all-reviews{
				border: none;
				margin: 0;
			}
			#merchant-review .all-reviews .head{
				border: none;
			}
			#merchant-review .review-this-product {
				display: block;
	
			}
			#merchant-review .review-this-product i{
				font-size: 2em;
				margin: 0 -5px;
				line-height: 1.4em;
				color: #999;
			}
			#merchant-review .review-this-product:hover i{
				color: #f19b27;
			}
			#merchant-review label{
				display: block;
				clear: left;
				float: left;
				font-size: 13px;
				padding: 0;
				margin: -4px 0 0;
			}
			#merchant-review .score{
				height: 12px;
				border: 1px solid #ccc;
				margin: 0 0 10px 120px;
				padding: 1px;
	
			}
			#merchant-review .bar{
				height: 8px;
			}
			#merchant-review #review-form{
				padding: 0 0 20px;
				border-bottom: 1px solid #ccc;
				margin: 0;
			}
			
			


/******    Page Browse    *******/	
#page-browse{
}

	#page-browse h1.title.bg-dark{
		background-color: #45345C;
	}
	#page-browse h2.no-bg{
		padding: 0;
		margin: 0 0 5px;
		color: #333;
		font-size: 2em;
	}

	
	#page-browse .head-box{
		margin-bottom: 20px;
		text-align: center;
	}
		#page-browse .head-box h1.title{
			font-size: 2em;
			color: #45345C;
		}
		#page-browse .head-box h4.title{
			font-size: 1.7em;
			color: #888;
		}
		
		
	#page-browse .preview h1.title{
		font-size: 2em;
		line-height: 1.1em;
	}	
	
		#page-browse .preview.border{
			
		}	
			
			#page-browse .preview.border .item .pic img{
				border: 1px solid #D9D8D9;
			}	
			#page-browse .preview.border .item h3{
				margin: 0;
				font-size: 1.4em;
				text-align: center;
			}
			#page-browse .preview.border .item .info{
				color: #a9a8a9;
				font-size: 0.9em;
				text-align: center;
			}
		
	#page-browse .preview.mol .item{
		border: none;
		padding: 20px 15px 50px;
	}		
	#page-browse .preview.mol .item .pic{
		width: 100%;
		text-align: center;
	}
	#page-browse .preview.mol .item .pic img{
		border: 1px solid #D9D8D9;
	}	
	
		#page-browse .preview.bor-w .item .pic img{
			border: 1px solid #fff;
			
		}	
	#page-browse .preview.mol .item h3{
		text-align: center;
		margin-bottom: 5px;
	}	
	
		#page-browse .preview.mol .item:hover .pic img{
			border: 1px solid #45345C;
		}
		
		#page-browse .preview.border .item:hover h3{
			color: #5398E3;
		}
	
	
	#page-browse .brand-box	{
		margin: 0 0 50px;
	}
		#page-browse .brand-box	img{
			margin: 20px 0;
		}
		
		
	#page-browse .s-price	{
		margin: 0 0 70px;
	}
		#page-browse .s-price a.border{
			display: block;
			margin: 25px 0 0;
			padding: 15px 0;
			text-align: center;
			font-size: 1.2em;
			border: 1px solid #D9D8D9;
		}
	
	#page-browse .exp{
		margin: 0 0 70px;
	}
	
		#page-browse .exp ul{
			margin: 25px 0 0;
			padding: 0;
		}
		#page-browse .exp li{
			list-style: none;
		}
			#page-browse .exp li.h{
				margin: 0 0 5px;
				font-weight: bold;
			}
			#page-browse .exp li.s a{
				color: #a9a8a9;
			}
			#page-browse .exp li.s a:hover{
				color: #0CA4D6;
			}
			
	#page-browse .preview.list-spec{
		
	}
		#page-browse .preview.list-spec a{
			color: #a9a8a9;
		}
		#page-browse .preview.list-spec a:hover{
			color: #0CA4D6;;
		}
		#page-browse .preview.list-spec ul{
			margin: 10px 0 0;
			padding: 0 15px;
		}
		#page-browse .preview.list-spec li{
			list-style: none;
		}
		#page-browse .preview.list-spec h3{
			margin: 0;
		}
		#page-browse .preview.list-spec .info{
			margin: 0 0 10px;
			font-size: 0.86em;
			color: #a9a8a9;
			text-align: center;
		}
		
		
		
		
		
	#page-browse .text-box p{
		margin: 25px 0 10px;
		color: #a9a8a9;
	}	
	
	#page-browse hr.line{
		margin-top: 0;
	}
		#page-browse hr.line.no-bottom{
			margin-bottom: 0;
		}
	
	
	#page-browse .btn.load-more{
		display: block;
		margin-bottom: 60px;
		font-size: 1.5em;
		color: #999;
		background-color: #eee;
		border: 2px solid #ddd;
	}
		#page-browse .btn.load-more:hover{
			background-color: #ddd;
		}
		#page-browse .btn.load-more.top{
			margin-top: 20px;
		}
		#page-browse .btn.load-more.loading {
			background: url(../../img/AjaxLoader.gif) center center no-repeat #eee;
			background-size: 20px;
		}
		#page-browse .btn.load-more.loading span {
			opacity: 0.3;
		}
	
	#page-browse .slider-3 .item:last-child{
		margin-bottom: 30px;
	}
	
	#page-browse .slider-2 .item:last-child{
		margin-bottom: 30px;
	}
		
	/** slide arrow **/	
	#page-browse .slider-4 .owl-controls {
		top: -60px;
	}
	
	/** slide arrow **/	
	#page-browse .slider-2 .owl-controls,
	#page-browse .slider-2-browse .owl-controls {
		top: -60px;
	}
	.slider-2-browse .owl-prev{
		right: 46px;
		color: #888;
	}
	.slider-2-browse .owl-next{
		right: 46px;
	}
	
	

	/** side **/
		#page-browse #side ul{
			margin: 0 0 40px;
			padding: 0;
			border-top: 1px solid #DFDFE3;
			border-left: 1px solid #DFDFE3;
			border-right: 1px solid #DFDFE3;
		}
		#page-browse #side li{
			list-style: none;
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #DFDFE3;
			padding: 14px 0 14px;
		}
		#page-browse #side .sub-cat-side li{
			padding: 0;
			position: relative;
		}
		
		#page-browse #side .sub-cat-side li a{
			padding: 14px 20px 14px 20px;
			display: block;
			font-size: 0.929em;
		}
		#page-browse #side .widget h2 {
			margin-bottom: 20px;
			font-size: 1.8em;
		}
			#page-browse #side .widget #top-merchants h2 {
				margin-top: 60px;
			}
			
		#page-browse #side .sub-cat-side li a.dropdown-toggle:after,
		#page-browse #side .sub-cat-side #top-merchants li a:after,
		#page-browse #side .sub-cat-side.widget-collapse li.sub:after,
		#page-browse #side .sub-cat-side.widget-collapse li:after{
			content: '\e80c';
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			margin-right: .2em;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			line-height: 2em;
			margin-left: .2em;
			padding-right: 20px;
			position: absolute;
			right: 0;
			top: 14px;
			font-size: 11px;
			color: #999;
		}
		#page-browse #side .sub-cat-side li .dropdown-menu a{
			padding: 10px;
		}
		#page-browse #side .sub-cat-side li .dropdown-menu{
			visibility: hidden;
		}
		
		
	/** side collapse **/	
		#page-browse #side .sub-cat-side.widget-collapse ul{
			
		}
			#page-browse #side .sub-cat-side.widget-collapse .collapse ul{
				border: none;
			}
		
		#page-browse #side .sub-cat-side.widget-collapse li{
			padding: 14px 20px 14px 20px;
			cursor: pointer;
		}
			#page-browse #side .sub-cat-side.widget-collapse li.sub{
				background-color: #eFeFf3;
			}
			#page-browse #side .sub-cat-side.widget-collapse li.sub a{
				padding: 0;
			}
			
		#page-browse #side .sub-cat-side.widget-collapse li:after{
			content: '\e813';
			color: #888;
		}
			#page-browse #side .sub-cat-side.widget-collapse li.active:after{
				content: '\e812';
			}
			#page-browse #side .sub-cat-side.widget-collapse li.sub:after{
				font-size: 10px;
				color: #bbb;
			}


/* Big X - popup close button */
	.pz-modal-close {
		position: absolute;
		width: 42px;
		height: 42px;
		border-radius: 21px;
		top: -14px;
		right: -14px;
		color: white;
		border: 3px solid white;
		background-color: black;
		opacity: 1;
		font-size: 20px;
		text-align: center;
		line-height: 36px;
	}
	.pz-modal-close:before {
		content: '\02716';
	}


/******     merchant product page     *******/		
#page-merchant-page{
	margin: 0 0 60px;
}	
	#page-merchant-page h2.contact{
		margin: 0;
		padding: 10px 0;
		color: #888;
		border-top: 1px solid #D9D8E0;
		border-bottom: 1px solid #D9D8E0;
	}	
	#page-merchant-page table td{
		border: none;
	}
	#page-merchant-page .btn.white{
		margin: 10px 0;
		width: 100%;
		background-color: white;
		color: #333;
		border: 2px solid #333;
	}
	
	#page-merchant-page h2.title{
		padding: 0 0 5px;
		margin: 0 0 10px;
		font-size: 2.4em;
	}
		#page-merchant-page h2.no-bg{
			display: block;
			height: auto;
			color: #333;
		}	
		
		#page-merchant-page .preview.border .item .pic {
			width: 100%;
			text-align: center;
			border: 1px solid #D9D8D9;
		}
		
		#page-merchant-page .preview.border .owl-buttons > div {top: -370px;}
		

		
/******     promote about us     *******/			
#page-promote-with-us{
	
}	
	#page-promote-with-us .section-banner{
		padding: 40px 0;
		text-align: center;
		background: #0da873 url('../../img/promote/bg-banner-1.jpg') no-repeat center;
		background-size: cover;
		
	}
		#page-promote-with-us .section-banner h1{
			font-size: 2.369em;
			margin: 40px 0 8px;
			font-weight: 500;
			color: white;
			line-height: 0.85;
		}		
		#page-promote-with-us .section-banner h2{
			margin: 0;
			font-size: 2.8em;
			color: #4ef03b;
		}
		#page-promote-with-us .section-banner .vdo{
			margin: 25px 0 30px;
		}
		#page-promote-with-us .section-banner p{
			color: white;
		}
		#page-promote-with-us .section-banner .btn-blue{
			margin: 20px 0 0;
			padding: 16px 24px;
			font-size: 1.333em;
			font-weight: 500;
			width: 100%;
			background-color: #61bff3;
			border: 1px solid #51afe3;
		}
			#page-promote-with-us .section-banner .btn-blue:hover{
				background-color: #51afe3;
			}
		
	#page-promote-with-us .section-intro{
		padding: 30px 0;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
		#page-promote-with-us .section-intro .normal:nth-child(2n+1) {
			clear: left;
		}
		#page-promote-with-us .section-intro h2{
			margin: 0;
			font-size: 2.369em;
			font-weight: 500;
		}
		#page-promote-with-us .section-intro h3{
			font-size: 1.333em;
			margin-bottom: 8px;
			font-weight: 500;
		}
		#page-promote-with-us .section-intro p{
			color: #828186;
			font-size: 1em;
		}
		
			#page-promote-with-us .section-intro .bg{
				width: 100px;
				border-radius: 120px;
				margin: 0 auto;
				padding: 25px 10px;
			}
			#page-promote-with-us .section-intro img{
				width: 60px;
			}
			#page-promote-with-us .section-intro .bg.i1{background-color: #90d20d;}
			#page-promote-with-us .section-intro .bg.i2{background-color: #12c1ea;}
			#page-promote-with-us .section-intro .bg.i3{background-color: #2ed552;}
			#page-promote-with-us .section-intro .bg.i4{background-color: #6998ea;}
			#page-promote-with-us .section-intro .bg.i5{background-color: #1fd298;}
			
			#page-promote-with-us .section-intro .bg.i2 img{width: 50px;}
			#page-promote-with-us .section-intro .bg.i4 img{width: 45px;}
			#page-promote-with-us .section-intro .bg.i5 img{width: 50px;}
		
		#page-promote-with-us .section-intro .pic{
			padding-top: 50px;
			padding-bottom: 50px;
		}
		
		
	#page-promote-with-us .section-say{
		padding: 30px 0;
	}
		#page-promote-with-us .section-say h2{
			margin: 0;
			font-size: 2.369em;
 			font-weight: 500;
			text-align: center;
		}
		#page-promote-with-us .section-say .item{
			border: none;
		}
		#page-promote-with-us .section-say .avatar{
			padding-right: 0;
		}
			#page-promote-with-us .section-say .avatar img{
				width: 50px;
				border-radius: 50px;
			}
		#page-promote-with-us .section-say .info{
			padding-left: 0;
		}
			#page-promote-with-us .section-say .info .name{
				font-size: 1.4em;
				font-weight: 500;
				margin: 4px 0;
			}
			#page-promote-with-us .section-say .info .work{
				
			}
				#page-promote-with-us .section-say .info .work b{
					color: #61bff3;
					font-weight: normal;
				}
		#page-promote-with-us .section-say .say{
			margin: 15px 0;
			color: #828186;
		}
		
		#page-promote-with-us .owl-controls .owl-pagination{
			margin: 0;
		}
		#page-promote-with-us .owl-page span{
			background-color: #ccc;
		}
			#page-promote-with-us .owl-page.active span{
				background-color: #f19b27;
			}
			
	#page-promote-with-us .section-tab{
		
	}
	
		#page-promote-with-us .section-tab #detail-join{
			padding: 30px 0;
			overflow: hidden;
		}
			#page-promote-with-us .section-tab #detail-join h2{
				margin: 0;
				font-size: 2.4em;
			}
			#page-promote-with-us .section-tab #detail-join p{
				margin: 10px 0;
				color: #828186;
			}
			#page-promote-with-us .section-tab #detail-join h3{
				margin: 20px 0 4px;
				font-size: 1.5em;
				color: #333;
			}
				#page-promote-with-us .section-tab #detail-join h3.inf{
					margin: 40px 0 4px;
				}
			#page-promote-with-us .section-tab #detail-join textarea,
			#page-promote-with-us .section-tab #detail-join input,
			#page-promote-with-us .section-tab #detail-join select{
				width: 100%;
				height: 38px;
				border-radius: 0;
			}
				#page-promote-with-us .section-tab #detail-join textarea.text{
					height: 140px;
				}
				
			#page-promote-with-us .section-tab #detail-join .im{
				margin: 15px 0 0;
				font-style: italic;
			}
			#page-promote-with-us .section-tab #detail-join .btn{
				margin: 60px 0 0;
				width: 100%;
				font-size: 2em;
			}		
			#page-promote-with-us .section-tab #detail-join .text-bottom{
				margin: 30px 0 0;
			}
				#page-promote-with-us .section-tab #detail-join .text-bottom b{
					font-weight: normal;
					text-decoration: underline;
				}
		#page-promote-with-us .section-tab #detail-qa{
			
		}
			#page-promote-with-us .section-tab #detail-qa h3{
				margin: 15px 0 0;
				padding: 10px 0 5px;
				font-size: 1em;
				font-weight: 500;	
				color: #333;
				border: 1px solid #ccc;
				cursor: pointer;
				outline: none;
			}
				#page-promote-with-us .section-tab #detail-qa h3 i.icon-right{
					margin: 0 20px 0 10px;
					font-size: 12px;
				}
				
				#page-promote-with-us .section-tab #detail-qa h3.ui-state-active i.icon-right:before{
					color: #333;
					content: '\e813';
				}
				
				#page-promote-with-us .section-tab #detail-qa h3.ui-state-active{
					color: #f19b27;
					border-bottom: none;
				}
			
			#page-promote-with-us .section-tab #detail-qa p{
				height: auto !important;
				padding: 0 0 15px 45px;
				color: #828186;
				border-left: 1px solid #ccc;
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
			}
			
			
/******    p menn      *******/		
.item-fav:hover .pic{
	border: 1px solid #45345C;
}	
.item-fav:hover h3{
	color: #5398E3;
}	

#summary td.bar{
	line-height: 1.2em;
	padding: 10px 0 10px 6px;
}
	#summary td.bar small{
		color: #92929F;
	}
	
	
.seller .info.active i.icon-down:before{
	content: '\e812'; 
}	
.seller .info.active i.icon-down{
	background-color: #333;
	color: white;
	font-size: 11px;
}	
	

body #profile-detail .tab-pane h2 {
	margin: 0 0 15px;
}
body #profile-detail #profile-notification h2 {
	margin: 0;
	border: none;
}


#head .meta span,
#head-topkeywords .meta span{
	float: left;
}
#head .meta .see,
#head-topkeywords .meta .see{
	display: inline;
}
#head .meta .see-more,
#head-topkeywords .meta .see-more{
	display: none;
}


.info-text {
    color: #555;
    font-size: 0.929em;
    line-height: 1.45em;
}
.seller .price .more {
	font-weight: 400;
}

.pagination a{
	color: #888;
}
.grey, .grey a{
	display: inline;
	color: #888;
}

#page-merchant-page .slider-6 .item:hover .pic{
	border: 1px solid #45345C;
}

#page-merchant-page .slider-6 .item .info{
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
}
	#page-merchant-page .slider-6 .item .info small{
		font-weight: 400;
		font-size: 16px
	}
#page-merchant-page .slider-6 h3{
	color: #888;
}
	#page-merchant-page .slider-6 .item:hover h3{
		color: #428bca;
	}

#contents .preview h1.title{
	padding: 9px 10px 0;
	font-size: 2em;
}

#contents .preview .font-edit{
	padding: 9px 10px 0;
	font-size: 2em;
	line-height: 1.2;
}
#profile-detail .new-brand{
	color: #f19b27;
	font-weight: 400;
}
#profile-detail .item-brand .stars{
	margin: 5px 0 10px;
}


#profile-detail .redeemHistoryItem{
	margin: 5px 0; 
	padding: 5px 10px;
}

#profile-detail .redeemHistoryItem h3{
	overflow: hidden;
    text-overflow: ellipsis;
	width: 100%;
}
#profile-detail .redeemHistoryItem .redeemTitle{
    white-space: nowrap;
}

.slider-6.bor .item .pic{
	border: 1px solid #ccc;
}
	.slider-6.bor .item:hover .pic{
		border: 1px solid #45345C;
	}
			
.btn-white{
	font-weight: bold;
	border: 2px solid #111;
}	
	
.brand img{
	width: 105px;
}	
	
.thumbs{
	width: 204px !important;
	overflow: hidden;
	white-space: nowrap;
}

/* ****************************** */
/* START TREND AND PROMOTION HOME */
/* ***************************** */

.home-special-news-item .item {
	padding: 0;
	border-bottom: none ;
}

.home-news-section__img {
    height: 95px;
}

.home-news-section-title {
    font-size: .929em;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    text-align: left;
    height: 60px;
    padding-right: 8px;
}

.home-news-section__guide {
	margin: 30px 0 45px 0;
}

.home-news-section-items {
    margin-top: 18px; 
}

.home-news-section__topics-all {
	font-weight: 500; 
	float:right;
	top: 7px;
    position: relative;
}
	
.home-special-news-item .owl-pagination {
	display: none;
}
.item .home-special-news-item__pic {
	width: 100%;
	float: none;
}

.home-news-section__bg {
	margin: 0 0 0px;
	display: inline-block;
	color: #131E29;
	padding: 5px 10px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	height: 34px;
}

@media ( min-width : 321px) {
	.home-news-section__bg {
		font-size: 1.48em;
	}
}

@media ( min-width : 767px) { 
	.home-special-news-item .item {
		padding: 10px 15px 10px;
		width: 100%;
	}
	
	.home-loadmore-news {
		margin: 50px 0 35px;
	}
	
	.home-news-section__img {
   		height: 160px;
	}
	
	.home-news-section__topics {
		margin-bottom : 0;
	}
	
	.home-news-section-items {
		border: none;
		position: relative;
	    margin-bottom: 10px; 
	}
	
	.home-news-section__bg {   
		text-align: center;
	}
	.home-news-section__img {
		width: 100% !important;
		object-fit: cover;
	    height: 160px;
	}
	.home-news-section__topics-all {
		top: 0;
	}
}
/* ***************************** */
/* END TREND AND PROMOTION HOME */
/* *************************** */

#new-promotion .info .top {
	overflow: hidden;
	padding: 10px 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #d9d8e0;
}

#new-promotion .brand {
	float: left;
	width: 50%;
}

#new-promotion .fb-like {
	float: right;
	width: 50%;
	text-align: right;
}
#new-promotion .btn-default {
	font-size: 17px;
}
#new-promotion .date {
	float: left;
	width: auto;
}
#new-promotion .date {
	padding: 8px 12px 5px;
}
#new-promotion .view {
	float: right;
	width: auto;
	text-align: right;
	font-size: 12px;
	padding: 6px 0;
}

#new-promotion .item .pic {
	width: 100%;
    float: none;
}
#new-promotion .item .brand {
	display: block;
	text-align: left;
	line-height: 26px;
	position: absolute;
}

#new-guide .border-bottom, #new-promotion .border-bottom,
#recommended-brand .border-bottom, #recommended-merchant .border-bottom{
	border-bottom: 1px solid #ddd;
}



@media (min-width: 768px) {

/******    p menn      *******/	
body #profile-detail .tab-pane hr {
	margin: 20px 0;
}

#profile-detail .redeemHistoryItem:nth-of-type(2n+2){
	border-left: 1px solid #ccc;
}

.sub-cat hr.line{
	margin: 12px 0 0;
}

/******     promote about us     *******/
#page-promote-with-us{

}
	#page-promote-with-us .section-banner{
		text-align: left;
	}
		#page-promote-with-us .section-banner .left-box{
			float: left;
			width: 55%;
			display: inline;
		}
			#page-promote-with-us .section-banner h1{
				margin: 40px 0 0;
				font-size: 3.6em;
			}
			#page-promote-with-us .section-banner h2{
				font-size: 3.2em;
			}
			#page-promote-with-us .section-banner p{
				margin: 5px 0 20px;
				font-size: 1.2em;
			}
			#page-promote-with-us .section-banner .btn-blue{
				width: auto;
			}
		#page-promote-with-us .section-banner .right-box{
			float: right;
			margin: -80px 0 0;
			width: 45%;
		}
		
	#page-promote-with-us .section-intro{
		
	}
		#page-promote-with-us .section-intro h2 {
			margin: 20px 0 0;
			font-size: 3.4em;
		}
		#page-promote-with-us .section-intro .top-item p{
			margin: 15px auto 60px;
			width: 60%;
			font-size: 1.2em;
		}
		
		#page-promote-with-us .section-intro .pic {
			padding-top: 5px;
			padding-right: 0;
		}
		
		#page-promote-with-us .section-intro .normal{
			margin-bottom: 30px;
		}
		#page-promote-with-us .section-intro .normal .info{
			text-align: left;
		}
		
	#page-promote-with-us .section-say h2 {
		margin: 25px 0 30px;
		font-size: 3.4em;
	}
		#page-promote-with-us .section-say .avatar img {
			width: 100%;		}
		#page-promote-with-us .section-say .info {
			margin: 8px 0 0;
			padding-left: 15px;
		}
		#page-promote-with-us .section-say .info .work {
			margin: 8px 0 0;
		}
		#page-promote-with-us .section-say .item {
			padding: 10px 15px 10px;
		}
	
	#page-promote-with-us  #detail-join{
		width: 80%;
		margin: 0 auto 80px;
	}	
		#detail-join .review-icon {
			float: left;
		}
			#detail-join .review-icon i {
				width: 80px;
				height: 80px;
				border: 1px solid #222;
				border-radius: 40px;
				display: block;
				font-size: 70px;
				text-align: center;
				line-height: 100px;
				text-indent: -6px;
				overflow: hidden;
			}
			
		#detail-join .merchant-form{
			float: left;
			display: inline-block;
			padding-left: 40px;
			width: 80%;
		}
		
	#page-promote-with-us  #detail-qa{
		margin: 60px auto 120px;
		width: 80%;
	}	
		
		

/******    page browse     *******/
#page-browse .btn.load-more{
	display: none;
}

#page-browse #side .widget h2 {
	margin-bottom: 0px;
}

#page-browse #filter-brand {
	margin-top: 30px;
	border-top: 1px solid #D9D8E0;
	border-left: 1px solid #D9D8E0;
}
#page-browse a.less{
	padding: 10px 0;
	font-size: 0.929em;
}
#page-browse #top-merchants{
	margin-bottom: 15px;
}
#page-browse #side .sub-cat-side #top-merchants li a:after{
	content: '';
}


#page-browse #side .sub-cat-side.widget-collapse{
	display: none;
	visibility: hidden;
}




/******    guide-theme     *******/	
#page-guide-theme{
	
}
	#page-guide-theme #main-title{
		padding: 20px 0;
		margin: 20px 0 0;
		border-top: 1px solid #888;
	}
		#page-guide-theme #main-title #box-text {
			float: left;
			width: 50%;
			padding: 10px;
			text-align: left;
		}		
		#page-guide-theme #main-title #box-pic{
			float: right;
			width: 50%;
			padding: 0;
		}
			#page-guide-theme #main-title #box-pic img{
				/* //width: 90%; */
			}
	
		#page-guide-theme h2.bg{
			padding: 8px 10px 0;
			font-size: 2.6em;
		}
		#page-guide-theme h2.no-bg {
			font-size: 1.6em;
		}



	
	#page-guide-theme h4.btn-more , #page-guide-theme h4.btn-more-product{
		display: none;
	}
	
	#page-guide-theme .rating-brand{
		display: none;
	}
	
/***** owl-carousel ****//******    guide-theme     *******/	
#page-guide-theme .owl-controls.clickable{
	/* //display: block !important; */
}
	#page-guide-theme .owl-next{
		color: #888;
	}
	#page-guide-theme .owl-next:hover{
		color: #333;
	}
	
	#page-guide-theme .owl-prev{
		color: #888;
	}
	#page-guide-theme .owl-prev:hover{
		color: #333;
	}
	
	
#page-guide-theme .slider-4 .owl-controls {
	top: -65px;
}
	#page-guide-theme .slider-4 {
		margin: 0 0 20px;
	}

#page-guide-theme .slider-6 .owl-controls {
	display: block;
	position: absolute;
	right: 0;
	top: -70px;
	background-color: #fff;
}
	#page-guide-theme .slider-6 .owl-prev {
		right: 46px;
	}
	#page-guide-theme .slider-6 .owl-next {
		right: 15px;
	}
	
#page-guide-theme .slider-12 .owl-controls {
	display: block;
	position: absolute;
	top: -70px;
	background-color: #fff;
}
	#page-guide-theme .slider-12 .owl-prev {
		left: -35px;
		top: 85px;
	}
	#page-guide-theme .slider-12 .owl-next {
		right: -35px;
		top: 85px;
	}
	
.slider-2 .owl-controls {
position: absolute;
        top: -70px;
 }

.slider-content-ralated-guide .owl-controls {
	position: absolute;
        top: -70px;
}
	.slider-content-ralated-guide .owl-prev {
		right: 46px;
		color: #888;
	}
	.slider-content-ralated-guide .owl-next {
		right: 15px;
	}
	.preview .slider-content-ralated-guide .owl-controls{
			top: -85px;
	}
	.preview.main .slider-content-ralated-guide {
			padding-top: 5px;
	}
	.preview.main .slider-content-ralated-guide .owl-controls{
			top:-59px;
	}

/******    Page Keywords    *******/	
#page-keywords .products .head {
	padding: 30px 0 0;
}

#page-keywords #side h2{
	font-size: 1.48em;
	border-bottom: 1px solid #DFDFE3;
	padding: 0 0 10px;
	margin: 20px 0 0;
}


/******    side Page Keywords & Browse    *******/	
#page-keywords #side ul,
#page-browse #side ul{
	margin: 0 0 6px;
	border: none;
}
#page-keywords #side .sub-cat-side li a,
#page-browse #side .sub-cat-side li a{
	padding: 14px 20px 14px 0;
	display: block;
}
#page-keywords #side .sub-cat-side li a.dropdown-toggle:after,
#page-browse #side .sub-cat-side li a.dropdown-toggle:after{
	padding-right: 0;
}
#page-keywords #side .sub-cat-side li .dropdown-menu,
#page-browse #side .sub-cat-side li .dropdown-menu{
	left: 100%;
	width: 220px;
	top: 0;
	padding: 0;
	visibility: inherit;
}
#page-keywords #side .sub-cat-side li .dropdown-menu ul,
#page-browse #side .sub-cat-side li .dropdown-menu ul{
	margin: 0;
}



/******    merchant     *******/		
#page-merchant{
	
}
	#merchant-detail {
		margin: 0 0 60px;
	}		
		#merchant-detail .nav-tabs{
			display: block;
			height: 42px;
			border-bottom: 2px solid #f19b27;
			margin-left: 0;
			margin-right: 0;
		}	
		#merchant-detail .nav-tabs a {
			font-size: 1.2em;
			height: 40px;
			width: auto;
			padding: 10px 15px 0;
			white-space: nowrap;
			text-align: center;
		}
		#merchant-detail .tab-pane h2.sub-noline{
			border-bottom: 1px solid #ccc;
		}
		#merchant-detail .review.comment{
			/* padding: 40px 60px 10px ; */
		}
		#merchant-detail .review.comment h3{
			font-size:2em;
			margin-top: 0;
		}
		
		
	#merchant-ask{
			
		}
			#merchant-ask .ask-icon{
				float: left;
				margin: 25px 0 0 80px;
			}
			#merchant-ask .ask-icon i{
				width: 80px;
				height: 80px;
				border: 1px solid #222;
				border-radius: 40px;
				display: block;
				font-size: 40px;
				text-align: center;
				line-height: 80px;
				text-indent: -3px;
			}
			#merchant-ask .form{
				padding: 10px 0 0 200px;
				max-width:800px;
			}
			#merchant-ask .form-control{
				border-radius: 0;
			}
	
			
			#merchant-ask h2{
				margin:15px 0 20px;
				min-width: 185px;
			}
			#merchant-ask h3{
				font-size: 1.4em;
				margin: 40px 0 20px;
			}
			#merchant-ask h4{
				display: inline-block;
				margin: 0 0 15px;
				width: 120px;
			}
			#merchant-ask .options label{
				margin: 0 10px 0 0;
			}
			#merchant-ask .options i.icon-public{
				width: 30px;
				display: inline-block;
				margin: 0 5px 0 0;
				font-size: 14px;
			}
			#merchant-ask .options label:nth-of-type(2n) {
				display: inline-block;
				padding-left:0;
			}
			#merchant-ask .form .btn{
				display: block;
				font-size: 1.4em;
				margin-bottom: 40px;
			}
			#merchant-ask .head .btn{
				float: left;
			}
			#merchant-ask .head h2{
				float: left;
				margin: 5px 15px 0 0;
			}
	#merchant-review {
		
	}
		#merchant-review h2{
			margin-bottom: 8px;
			
		}
		#merchant-review h3{
			margin-bottom: 20px;
		}
		#merchant-review .intro{
			padding: 1px 0 20px 110px;
			border-bottom: 1px solid #ccc;
		}
		#merchant-review .rating{
			float: left;
			width: 184px;
			border: none;
			border-right: 1px solid #ccc;
			margin: 0 20px 0 0;
		}
		
		#merchant-review .large i{
			font-size: 1.6em;
			margin: 0 -4px;
		}
		#merchant-review .large small{
			border: none;
			padding: 0;
			font-size: 0.9em;
			color:#888;
			line-height: 1.8em;
		}
		#merchant-review .rating.large small{
			padding: 3px 0 0 15px;
			text-align: left;
		}	
		#merchant-review .review-icon{
			float: left;
			margin: 5px 0 0;
			
		}
		#merchant-review .review-icon i{
			width: 80px;
			height: 80px;
			color: black;
			border: 1px solid #222;
			border-radius: 40px;
			display: block;
			font-size: 70px;
			text-align: center;
			line-height: 100px;
			text-indent: -6px;
			overflow: hidden;
		}
		#merchant-review .result .main label{
			width: 105px;
			text-align: right;
		}
		#merchant-review .result .main {
			margin: 0 270px 0 0;
		}
		#merchant-review .result .summary {
			float: right;
			padding: 20px 0  20px 20px;
			margin: 10px 0 10px 20px;
			border-left: 1px solid #ccc;
		}
		#merchant-review .head .select {
			float: right;
			white-space: nowrap;
			padding: 10px 0 0;
		}
		#merchant-review .head .select label {
			display: inline-block;
			padding: 0 10px 0 0;
			text-transform: uppercase;
			font-size: 0.84em;
			font-weight: normal;
			margin: 5px 0 0;
		}
		#merchant-review .head .select select{
			margin: 0;
			width: 140px;
		}
		#merchant-review .all-reviews h2{
			float: left;
		}
		#merchant-review #review-form{
			padding: 5px 110px;
			border-bottom: 1px solid #ccc;
			margin: 0;
		}
	
	


}
/******    Mobile Only    *******/

@media (max-width: 694px) {
#new-guid .item {
  padding: 10px 15px 10px;
  margin: 0;
  position: relative;
}
	
	#page-browse .preview h1.title{
		font-size: 1.9em;
		line-height: 1.1em;
		height: auto;
		padding-bottom: 5px;
	}
	
	#page-browse .preview.mol .item{
		width: 50%;
		margin: 0;
		float: left;
		padding-bottom: 10px;
	}
	
	.related-product {
		padding: 0px;
		left: 50%;
		width: 50%;
		position: relative;
	}

}


/******    For Ipad    *******/
@media (min-width: 695px) {
	
	#page-promote-with-us .section-intro .bg{
		width: 80px;
		padding: 25px 20px;
	}
	#page-promote-with-us .section-intro .bg.i2{
		padding: 25px;
	}
	#page-promote-with-us .section-intro .bg.i5{
		padding: 20px;
	}
	#page-promote-with-us .section-intro .bg.i4{
		padding: 17px 20px;
	}

}



/******    For desktop    *******/
@media (min-width: 992px) {


#merchant-detail #merchant-allproducts h2{
	margin: 15px 0 20px;
}

#merchant-allproducts .products .item {
	width:25%;
	float: left;
}
#merchant-allproducts .products .item:nth-of-type(2n+1){
	clear: none;
}
#merchant-allproducts .products .item:nth-of-type(3n+1){
	clear: none;
}
#merchant-allproducts .products .item:nth-of-type(4n+1){
	clear: both;
}

#merchant-allproducts .products.list-view .item{
	width: auto;
	float: none;
/* 	border-bottom: 1px solid #ddd; */
	padding: 10px 15px;
/* 	margin: 0 15px; */
}
#merchant-allproducts .head{
	position: relative;
}
#merchant-allproducts .head-pages{
	float: right;
	margin: 0 0 0 30px;
}
#merchant-allproducts .head-order {
	float: right;
}
#merchant-allproducts .head-category{
	float: none;
	width: 120px;
	position: absolute;
	right: 240px;
}

#merchant-allproducts .head-view {
	float: right;
	width: 80px;
	margin-right: 140px;
}




#page-promote-with-us .section-intro .bg{
	width: 100px;
}
#page-promote-with-us .section-intro img{
	width: 60px;
}



/******     merchant product page     *******/		
#page-merchant-page{

}
	#page-merchant-page .btn.white{
		margin: 0;
		width: auto;
	}
	
}









@media (min-width: 1200px) {


	
#page-promote-with-us .section-intro .bg.i5{
	padding: 25px 20px;
}
#page-promote-with-us .section-intro .bg.i4{
	padding: 24px 20px;
}	

}




/* iPad vertical view */

@media (min-width: 768px) and (max-width: 991px) {
	#page-browse .preview.border .item .info {
		max-width: 200px;
		margin: 0 auto;
	}

	#main.sticky #head .logo a {
		display: none;
	}
	#main.sticky #nav {
    	padding-left: 0px;
	}
}


/******  mobilePopupBtm  *******/
	#mobilePopupBtmContent {
		display: flex;
		position: fixed;
		padding: 9px 6px;
		font-size: 0.8em;
		line-height: 1.5;
		bottom: 0px;
		width: 100%;
		height: 80px;
		font-weight: normal;
		color: #9b9b9b;
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 -2px 6px 0 rgba(142, 142, 142, 0.5);
		z-index: 100;
		visibility: hidden;
   		opacity: 0;
   		transition: visibility 0s 0.05s, opacity 0.005s linear;
	}
	#mobilePopupBtmContent .mobilePopupBtm-detail--color {
		color: #595966;
	}
	#mobilePopupBtmContent .closed{
	  	min-width: 14px;
	  	flex-grow: 1;
	    background: url(../../images/close-slim.png) center no-repeat;
	}
	#mobilePopupBtmContent .mobile-popup-content {
		display: flex;
	    flex-grow: 3;
	    align-items: center;
	    justify-content: space-evenly;
	}
	#mobilePopupBtmContent .logos{
	    width: 60px;
	    height: 60px;
	    margin: 0 6px;
	}
	#mobilePopupBtmContent .detail{
		flex-grow: 1;
	}
	#mobilePopupBtmContent .detail h4{
			color: #4a4a4a;
		    margin-top: 5px;
		    margin-bottom: 2px;
	        line-height: 1.5;
	        font-size: 14px;
            font-weight: bold;
	}
	#mobilePopupBtmContent .detail h4 .badge{
	    padding: 2px 5px;
	    position: absolute;
	    margin-top: 4px;
	    margin-left: 4px;
		font-size: 10px;
	    background-color: #1e7be5;
	}
	#mobilePopupBtmContent .btn-open{
	    color: #fff;
	    font-size: 1em;
	    padding: 5px 10px 2px;
	    align-self: flex-end;
	    line-height: 1.1;
		background-color: #f19b27;
	}
	#mobilePopupBtmContent .icon-download-android ,#mobilePopupBtmContent .icon-download-ios{
			display:none;
	}
	#mobilePopupBtmContent .icon-download-android img ,#mobilePopupBtmContent .icon-download-ios img{
			height: 27px;
	}
	#mobilePopupBtmContent.active
	{
	    visibility: visible;
    	opacity: 1;
   		transition: opacity 0.5s linear;
	}
	
	
/****** Filter search box  *******/

.inner-addon { 
    position: relative; 
}
.inner-addon .form-control{ 
   height: 33px;
}
.inner-addon .glyphicon {
  color : #595966;
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



/****** notifyMessage.css  *******/

.toast-container { 
	width: 280px;
	z-index: 99999;
}

* html .toast-container {
	position: absolute;
}

.toast-item {
	height: auto;
	background: #F1F1F3;
	   opacity: 0.99;
	color: #eee;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	border: 1px solid #c9c9cf;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}
	.toast-item p {
		text-align: left;
		margin-left: 50px;
	}
	
.toast-item-close {
	background:url(../../img/notifyMessage/close-icon.png);
	width:22px;
	height:22px;
	position: absolute;
	top:7px;
	right:-2px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.toast-item-image {
	width:37px;
	height: 37px;
	position: absolute;
	top: 48%;
	margin-top: -16px;
	left: 10px;
}

.toast-item-image-notice {
	/* background:url(../../img/user/success.png); - doesn't use anywhere */
	opacity: 1;
	border-radius: 50%;
	background-size: 100%;
}

.toast-item-image-success {
	background:url(../../images/success.png);
}

.toast-item-image-warning {
	background:url(../../images/warning.png);
}

.toast-item-image-error {
	background:url(../../images/error.png);
}

.toast-type-notice {
	color: white;
}

.toast-type-success {
	color: white;
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white;
    border-color: #B32B2B;
}

/**
 * positions
 */
.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 85%;
    margin-top: -40px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}
.toast-position-bottom-left {
    position: fixed;
    left: 20px;
    bottom: 10px;
}

/**
 * toast 
 * notifyMessage-messagetype1_0
 */
.notifyMessage-messagetype1_0.toast-item-wrapper .msg-box{
	color: #2C2938;
	font-size: 17px;
	margin: 0px 0 0 50px;
	padding-right: 25px;	  
}
.notifyMessage-messagetype1_0.toast-item-wrapper .toast-item-image-notice {
    background:url(../../img/user/avatar-small.png);
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 50%;
  	background-size: 100% 100%;
}
.notifyMessage-messagetype1_0 .toast-item{
    width: 280px;

 }

/****** sidenav mobile *******/

.sidenav-t,
.sidenav-t .sidenav-t-tab2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999997;
    top: 0;
    left: 0;
    opacity: 0.99;
    background-color: #181622;
    background-image: linear-gradient(188deg, #181622, #484556);
}
.sidenav-t {
	width: 100%;
	display: none;
}
.sidenav-t {
	animation: fadein 0.35s;
    -moz-animation: fadein 0.35s; /* Firefox */
    -webkit-animation: fadein 0.35s; /* Safari and Chrome */
    -o-animation: fadein 0.35s; /* Opera */
}
.sidenav-t .sidenav-t-tab2 {
    z-index: 9999998;
    transition: 0.5s;
} 
.sidenav-t .nav-title,
.sidenav-t .nav-link {
	min-width: 320px;
}
.sidenav-t-tab1,
.sidenav-t-tab2 {
	margin-top: 48px;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 40px;
    width: 100%;
    overflow-x: hidden;
}
.sidenav-t .nav-popular,
.sidenav-t .nav-main {
	padding: 13px 10px 29px 0px;
    margin-left: 40px;
    margin-right: 20px; 
}
.sidenav-t .nav-popular{
	border-bottom: solid 1px #454150;
}
.sidenav-t .nav-title{
	font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    color: #fff;
    opacity: 0.5;
    
}
.sidenav-t .nav-link{
	font-size: 19px;
}

.sidenav-t a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.sidenav-t a:hover{
    color: #ffa633;
}

.sidenav-t .nav-link a {
	padding: 12px 0;
}
.sidenav-t .closebtn {
   	position: fixed;
    top: 17px;
    left: 12px;
    font-size: 22px;
    color: #fff;
    z-index: 9999999;
    display: none;
}



/******    popup register     *******/
#notifyMessage-popuptype2{
	text-align: center;
}
	#notifyMessage-messagetype2_0 .modal-content{
		background-image: url("../../img/notifyMessage/background.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}	
	#notifyMessage-messagetype2_1 .modal-content{
		background-image: url("../../img/notifyMessage/background.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}		
	#notifyMessage-popuptype2 .headtitle{	    
		margin: 0;
		font-size: 3.5em;
		color: #000000;
		margin-bottom: 15px;
		line-height: 0.8;
		font-weight: 600;
	}
	#notifyMessage-popuptype2 .titleBackgroup{	    
		position: absolute;
		z-index: 1;
		width: 100%; 
		margin-top: -20px;
		margin-left: -20px;
		background-color: #F86E3D; 
		border-top-left-radius: 4px;
	}
	#notifyMessage-popuptype2 .bottomBackgroup{	    
		position: absolute;
		z-index: 1;width: 100%;
		margin-left: -20px;
		background-color: #FFd045;
		border-bottom-left-radius:4px;
		border-bottom-right-radius: 4px; 
		height: 25px;
	}
	#notifyMessage-popuptype2 .titleBackgroup .tablevel{	    
		width: 100%;
		height: 60px;
	}
	#notifyMessage-popuptype2 .level{
		color: #000;
		font-size: 6em;
		background-image: url("../../img/notifyMessage/background-level.png");
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 4px;
		background-size: 38% 100%;
		background-position-x: 50.5%;
		font-weight: 600;
		padding-top: 39px;
		padding-bottom: 26px;
		margin: 0;
		line-height: 1.2;
	}
	#notifyMessage-popuptype2 .level-bar {
		position: relative;
		height: 46px;
		width: 300px;
		background-image: url("../../img/notifyMessage/Score.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -5px;
	}
	.level-bar__text {
		position: absolute;   
		top: 7px;
		width: 31px;
		font-weight: 600;    
		font-size: 22px;
		color: #000;
		text-align: center;
	}
	.level-bar__text--left {
		left: 8px;
	}
	.level-bar__text--right {
		right: 8px;
	}
	
	#notifyMessage-popuptype2 .show-point{
		color: #000;
		font-size: 1.2em;
		font-weight: 600;
		line-height: 1em;
		margin-top: 2px;
	}
	#notifyMessage-popuptype2 .tab {
		padding-top: 10px !important;
	}
	#notifyMessage-popuptype2 .show-point-icon{
		width: 32px;
		height: 33px;
	}
	#notifyMessage-popuptype2 .viewredeem {
		font-size: 1.5em;
		font-weight: 600;
		margin-top: 25px;
		margin-bottom: 6px; 
	}
	#notifyMessage-popuptype2 .viewredeem > a {
		color: black;
		background-color: #EC572D;
		padding: 2px 10px 0px 10px;
		border-radius: 9px;
		font-size: 1.1em;
	}
	#notifyMessage-popuptype2 .rankup-msg {
	 	color: #000;
		font-size: 30px;
  		line-height: 1;
		font-weight: 600;
	}
	#notifyMessage-popuptype2 .rankup-msg-detail{
	 	  margin-top: 7px;
		  padding-left: 7%;
		  font-size: 25px;
	}
	#notifyMessage-popuptype2 .rankup {
	  	color: #000;
		font-size: 27px;
		font-weight: 600;
		margin-top: 30px;
		margin-bottom: 12px
		
	}

    #notifyMessage-popuptype2 .show-point-box{
		font-size: 1.2em;
		padding-top: 3px;
    }

	#notifyMessage-popuptype2 .close{
		position: absolute;
		top: -14px;
		right: -18px;
		padding: 10px 7px;
		color: white;
		border: 3px solid white;
		border-radius: 60px;
		background-color: black;
		opacity: 1;
		font-size: 16px;
	}
	#notifyMessage-messagetype2_0-currentPoint,
    #notifyMessage-messagetype2_0-totalPoint{
	    padding-left: 10px;
	    font-size: 1.3em;
    }
    #notifyMessage-messagetype2_1-newRank{
		background-image: url("../../img/notifyMessage/rankupBg.png");    
		background-repeat: no-repeat;    
		background-position: center;
		background-size: 100% 100%;
		padding: 18px 53px 15px 55px; 
    }
.iboldfix {
	font-weight: normal !important;
	text-shadow: 0.5px 0px 0px,-1.1px 0px 0px !important; 
	-webkit-text-stroke: 0.5px !important; 
}
.iboldfix-xs {
	font-weight: normal !important;
	text-shadow: 0.5px 0px 0px,-1.1px 0px 0px !important;
	-webkit-text-stroke: 0.5px !important; 
}
.iboldfixs {
	font-weight: normal !important;
	text-shadow: 0px 0px 0px,0.2px 0px 0px !important;
	-webkit-text-stroke: 0.4px !important; 
}


@media (min-width: 768px) {

/******    popup notifyMessage-popuptype2     *******/
    #notifyMessage-popuptype2 .modal-dialog {
		width: 525px;
	}
	#notifyMessage-popuptype2 .modal-body {
		padding: 20px;
	}
    #main.sticky #notifyMessage-popuptype2 .modal-dialog {
		width: 525px;
		margin-top: 64px;
	}
	
}

@media (max-width: 767px) {
	
	.toast-item-wrapper {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
	} 
	.toast-item {
		opacity: 1;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		border: none;
		margin: 0;
	}     
	#notifyMessage-popuptype2 .modal-dialog {
		position: relative;
		width: 485px;
		margin: 0 auto;
	}
}

@media (max-width: 500px){
	
	#notifyMessage-popuptype2 .modal-dialog {
		position: relative;
		width: 320px;
		margin: 0 auto;
	}
	#notifyMessage-popuptype2 .headtitle {
		font-size: 2.5em;
		margin-top: -10px;
	}
	#notifyMessage-popuptype2 .titleBackgroup .tablevel{	    
		width: 100%;
		height: 40px;
	}
	#notifyMessage-popuptype2 .bottomBackgroup {
		height: 20px;
	}
	#notifyMessage-popuptype2 .level {
		font-size: 4em;
		background-size: 38% 99%;
		padding-top: 18px;
		padding-bottom: 10px;
		background-position-x: 50.5%;
	}
	#notifyMessage-popuptype2 .level-bar {
		height: 32px;
		width: 203px;
		margin-top: 0px;
	}
	#notifyMessage-popuptype2 .show-point-icon{
		width: 25px;
		height: 27px;
	}
	#notifyMessage-popuptype2 .show-point {
		margin-left: -3px;
		font-size: 1em;
		margin-top: 7px;
		font-weight: 900;
		margin-bottom: 17px;
	}
	#notifyMessage-popuptype2 .show-point-box {
		font-size: 1.2em;
		padding-top: 1.5px;
	}
	#notifyMessage-popuptype2 .tab {
		padding-top: 6px!important;;
	}
	#notifyMessage-popuptype2 .viewredeem > a {
		border-radius: 7px;
		font-size: 1.3em;
		padding: 3px 10px 1px 10px;
		margin-left: 10px;
	}
	#notifyMessage-messagetype2_0-currentPoint,
	#notifyMessage-messagetype2_0-totalPoint {
		font-size: 1.4em;
	}
	#notifyMessage-popuptype2 .viewredeem {
		font-size: 1em;
		font-weight: 600;
		margin-top: 12px;
		margin-bottom: -2px;
	}
	.level-bar__text {
		font-size: 17px;
		top: 4px;
		width: 22px;
	}
	.level-bar__text--left {
		left: 5px;
	}
	.level-bar__text--right {
		right: 5px;
	}
	#notifyMessage-popuptype2 .rankup-msg {
		font-size: 26px;
		font-weight: 900;
	}
	#notifyMessage-popuptype2 .rankup-msg-detail {
		margin-top: 1px;
		font-size: 20px;
	}
	#notifyMessage-popuptype2 .rankup {
		font-size: 25px;
		font-weight: 900;
		margin-top: 18px;
		margin-bottom: 6px;
	}
	#notifyMessage-messagetype2_1-newRank{
		padding: 10px 40px 10px 40px;   
    }
	
}


/*------------------- common.js  ----------------------*/
.pz-hide {
	display: none;	
}

/******* price_title ********/
.price-title{
	height: auto;
    padding-top: 8px;
/* 	background-color: #f8f8f8; */
}
/* .price-title-img{ */
/* 	width: 53px; */
/* 	height: 62px; */
/* 	position: absolute; */
/*     bottom: 0px; */
/* 	background-image: url(../../images/icon-price-title-m.png); */
/* 	background-repeat: no-repeat;     */
/* 	background-position: center; */
/* 	background-size: 100% 100%; */
/* } */
.price-title-detail{
	display: inline-block;
/* 	padding-left: 76px; */
	padding-right: 15px;
	width: 100%;
}
.price-title-h1{
   margin: 3px 0px -3px 0px;
}
.price-title-detail h1{
    font-size: 1.2em;
	font-weight: 500;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0px 0px 0px;
}
#contents .price-title-detail .bc.bc-new{
	margin: 0px;
	height: auto;
	font-size: 13px;
    text-overflow: ellipsis;
    width: 100%;
}
#contents .bc.bc-new a{
	color: #ffa633;
}
#contents .bc.bc-new a.active{
	color: #222;
}

.pz-meta-keyword{
	font-size: 0.8em;
    margin-top: 8px;
    text-align: right;	
}


.widget.filters.price-filters{
	border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
    padding: 10px;
    margin-top: 10px;
}

#side .widget.filters.price-filters{
 	font-size: 14px;
}

#side .widget.filters.price-filters h1,
#side .widget.filters.price-filters h2,
#side .widget.filters.price-filters h3{
    font-size: 16px;
	font-weight: 500;
    color: #222;
}


#side .price-filters h2{
	margin: 10px 0 0;
}

#side .price-filters h3 {
	padding: 10px 0 8px;
}

.price-filters #filter-result {
    padding: 0px 0 10px;
}
.price-filters .filter {
    background-color: #fff;
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0px;
}
.price-filters .filter .box a:before{
	font-size: 17px;
	margin-right: 0.3em;
    margin-left: 0.1em;
}
.price-filters #filter-result a{
	padding: 8px 8px;
    min-height: 40px;
    color: #222;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}
.price-filters .filter h3 i{
	border: none;
	margin-top: -3px;
}
.price-filters .inner-addon .form-control{
	height: 40px;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 30px;
    color: #656565;
}
.price-filters .left-addon .glyphicon {
    right: 0px;
    left: inherit;
    color: #dcdada;
    font-size: 16px;
    line-height: 21px;
}
.price-filters  #filter-result i{
    width: 14px;
    height: 14px;
    line-height: 13px;
    margin-top: 4px;
    background-color: transparent;
    padding: 0px 0 0 0px;
	color: #cecece;
    font-size: 16px;
}
.price-filters #filter-result a:hover i {
    background-color: white;
    color: #222;
    border-color: transparent;
}
.price-filters #filter-result i.icon-x:before {
    margin-right: .12em;
    margin-left: .12em;
}
#side .price-filters .filter .more{
    margin: 6px 0 0;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
}
.price-filters .filter .more:after,
.price-filters .filter .more.more-hide:after{
	display: none;
}
#side .price-filters .filter .more i{
    font-style: normal;
}
.price-filters .filter .box a {
    padding: 4px 0 4px 0;
}
.price-filters .filter .icon-cancel:before {
    margin-left: -2px;
    margin-top: 0px;
}
.products .head.group{
	margin-top: 35px;
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px;
}
#side .widget.filters.price-filters.related{
	padding: 20px 20px 30px 20px;
}
#side .widget.filters.price-filters.related ul{
	padding-left: 17px;
	color: #ffa633;
}
#side .widget.filters.price-filters.related li{
	list-style: inherit;
	border: none;
    padding: 0px;
}
#side .widget.filters.price-filters.related li span{
	color: #222;
}

#trigger-t-search.mt-search{
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s 0.15s, opacity 0.15s linear;
}
#mobile-top-search.inactive{
	visibility: hidden;
	height: 0px;
}
#trigger-t-search.mt-search.active{
	visibility: visible;
  	opacity: 1;
  	transition: opacity 0.3s linear;
}
#icon-cHelp-t ,#icon-cHelp-top{
	visibility: hidden;
	opacity: 0;
  	transition: visibility 0s 0.05s, opacity 0.005s linear;
}
#icon-cHelp-t.active ,#icon-cHelp-top.active{
	visibility: visible;
  	opacity: 1;
  	transition: opacity 0.5s linear;
}

@media (min-width: 768px) {
	#side{
		padding-left: 5px;
	}
	.price-title{
		height: 55px;
	}
/* 	.price-title-img{ */
/* 		width: 77px; */
/* 		height: 85px; */
/* 		top:0px; */
/* 		background-image: url(../../images/Price_chrismas.png); */
/* 		background-repeat: no-repeat;     */
/* 		background-position: center; */
/* 		background-size: 100% 100%; */
/* 	} */
/* 	.price-title-img{ */
/* 		width: 77px; */
/* 		height: 85px; */
/* 		top:0px; */
/* 		background-image: url(../../images/icon-price-title.png); */
/* 		background-repeat: no-repeat;     */
/* 		background-position: center; */
/* 		background-size: 100% 100%; */
/* 	} */
	.price-title-detail{
/* 		padding-left: 103px; */
		padding-right: 15px;
	}
	.price-title-h1{
  		 margin: 3px 0px 4px 0px;
	}
	.price-title-detail h1{
	    padding: 5px 0px 0px 0px;
	}
	#contents .price-title-detail .bc.bc-new{
		margin: 0px;
		font-size: 14px;
	}
	.price-all-product{
		margin-top: 5px;
		text-align: right;
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	.gridview.head-view a.catalog-view,
	.listview.head-view a.list-view {
	    background-color: #656565;
  		color: #fff;
  		border: none;
  		border-radius: 3px;
	} 
	.head-view a {
	    width: 30px;
    	height: 30px;
    	line-height: 28px;
    	font-size: 20px;
    	color: #a7a7a7;
    	border-color: #eaeaea;
    	border-radius: 3px;
	}
	.head-view a:hover{
	    background-color: #656565;
  		color: #fff;
  		border: none;
  		border-radius: 3px;
	}
	.products .head.group{
		margin-top: 0px;
	    margin-bottom: 0px;
	    border: none;
	    padding-bottom: 0px;
	}
}
@media (max-width: 767px) {
	#head{
		padding: 0px;
	}
	.price-filters .inner-addon .form-control {
   		margin-bottom: 18px;
	}
	.price-filters .filter .box a{
		border: none;
	}
	.price-filters .filter {
    	margin: 12px 0 7px 0;
	}
	#search-box-slide .widget.filters.price-filters{
		margin-top: 0px;
   		box-shadow: none;
    	border-radius: 0px;
	}
	#filter-price > div{
		border: none;
	}
	#search-box-slide .box.box-scroll.collapse,
	#search-box-slide .jspContainer,
	#search-box-slide .jspPane{
		min-width: 100%;
	    word-wrap: break-word;
	    word-break: break-word;
	}
	#search-box-slide .jspContainer{
		overflow-y: scroll !important;
	}
}


/******** product search box new **********/
.iconic-like-active, .iconic-like, .iconic-pricealert-active, .iconic-pricealert, .iconic-save-active, 
.iconic-save-blank
{ display: inline-block; background: url(../../img/icon.png) no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; cursor: pointer; }
 
.iconic-like-active ,.pdb-action .relations div.like:hover i { background-position: -3px -0px; width: 17px; height: 18px; }
.iconic-like { background-position: -23px -0px; width: 17px; height: 18px; margin: -3px 10px 0 0; }
.iconic-pricealert-active { background-position: -3px -21px; width: 17px; height: 18px; }
.iconic-pricealert ,.iconic-pricealert:hover { background-position: -23px -21px; width: 17px; height: 18px; }
.iconic-save-active ,.pz-pdb-item-action .iconic-save-blank:hover ,.pz-pdb-item-action .iconic-save-blank.active ,.pz-pdb-action:hover .iconic-save-blank{ background-position: -2px -41px; width: 19px; height: 18px; }
.iconic-save-blank { background-position: -22px -41px; width: 19px; height: 18px; margin: 0 7px 0 0; }

.ribbon { 
	cursor: pointer; 
	position: absolute; 
	width: 92px; 
	height: 28px; 
	padding: 2px 0 1px 4px; 
	text-align: center; 
	top: 10px; 
	left: -5px;
	background-color: #fff; 
	-webkit-border-radius: 3px 0px 0 3px; 
	-moz-border-radius: 3px 0px 0 3px; 
	border-radius: 3px 0px 0 3px; 
	border: solid 1px #eaeaea; 
	z-index: 100;
}
.ribbon:after,
.ribbon:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
.ribbon:after {
   border-color: #ffffff transparent; 
  top: 0px; 
  right: -16px; 
  right: -9px; 
  border-width: 13px 9px 13px 0px; 
}

.ribbon:before {
  border-width: 14px 10px 14px 0px; 
  border-color: #eaeaea transparent; 
  top: -1px; 
  right: -11px; 
  z-index: 0;
}
.ribbon span {
  line-height: 22px;
  color: #11273E;
  text-decoration: none;
  font-size: 13px;
}
.ribbon a:before {
  font-family: '';
  -webkit-font-smoothing: antialiased;
}
.new.products.list-view .ribbon{
	right: -3px; 
	left: inherit;
}
.checkbox-custom {
	position: relative;
	float:left;
}
.checkbox-custom{
	cursor: pointer;
	width: 17px;
    height: 16px;
    top: 3px;
    left: 17px;
	background: #ffffff;
	border: 1px solid #ccc;
    border-radius: 2px;
}
label.checkbox-custom:after {
	content: '';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .5em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: #aaa;
}

/**
 * Create the checkbox state for the tick
 */
input[type=checkbox]:checked + label.checkbox-custom:after {
	content: '\2714';
    color: #f19b27;
}
input[type=checkbox]:checked + label.checkbox-custom {
	border: 1px solid #f19b27;
}

.new.products.list-view .item {
    padding: 10px 15px 10px;
    border: 1px solid #eaeaea;
    border-bottom: 0px;
    border-radius: 3px 3px 0 0 ;
    margin : 10px 0px 0;
}
.new.products.list-view .item .pic {
    width: 150px;
    margin-right: 10px;
    padding: 0px; 
}
.new.products.list-view .item .price{
	margin : 5px 0;
	font-size: 1.333em;
    color: #41403d;
}
.new.products .price del,.item.new .price del {
    font-size: 0.7em;
    font-weight: normal;
}
.new.products .btn-compare ,.item.new .btn-compare , .btn-blue,
.new.products .btn-shop ,.item.new .btn-shop
{
	background-color: #1e7be5;
   	border: 0;
   	color:#fff;
/*   	margin:0 ; */
   	transition: all .3s ease-out;
   	-moz-transition: all .3s ease-out;
   	-webkit-transition: all .3s ease-out;
}
.new.products .btn:hover,.item.new .btn:hover ,.btn-blue:hover
{
	border: 0px;
    background: #1E88E5;
    color:#fff;
}
.pdb-action{
	height: 40px;
	width: 100%;
	padding: 10px 20px 0 10px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
   	border-radius: 0 0 3px 3px;
}
.new.products.list-view .item .starting small i{
	font-size: 17px;
}
.pdb-action .relations div.like:hover a,.pdb-action .relations div.like:hover i {
    color: #3498db;
}
.pdb-action .relations div.save:hover a, .pdb-action .relations div.save:hover i {
    color: #e70000;
}
.pdb-action .compareSpec {
    padding: 0;
    margin-top: -3px;
    float:right;
}
.new.products .underline , .item.new .underline
{
	border-top: 1px solid #eaeaea;
	margin: 10px 0 0; 
}
.products.list-view .item h3:before,
.new.products.list-view .fav ,
.new.products.list-view .rating-brand,
.new.products.catalog-view .checkbox-custom,
.new.products.list-view .item.prd .productdetail .icon-coupon,
.new.products.catalog-view .compareSpec,
.new.products.catalog-view .underline,
.new.products.catalog-view #sponsor
{
	display: none;
}
.new.products.list-view #sponsor.item{
	border-bottom: 1px solid #eaeaea;
}
.new.products .discount ,.item.new .discount{
	width: 42px;
    border-radius: 4px;
    background-color: #d73a29;
}
.new.products .discount strong , .item.new .discount strong{
	color: #fff;
	font-size: 1em;
}
.item .item-nst-xs .discount{
    text-align: center;
    display: inline-block;
    margin: 0 8px 0 0;
}
.item .rating-merchant .icon-down {
    margin: 0px 0px 0;
    font-size: 11px;
   	color: #ccc;
}
.item .rating-merchant .dropdown-menu {
    right: -25px;
    top: 30px;
    left: auto;
    width: 160px;
    height: auto;
    border: 1px solid #D9D8E0;
    background-color:#f9f9f9;
    padding: 2px 0px 5px;
    font-size: 13px;
    line-height: 1.3em;
    border-radius: 5px;
    text-align: center;
}
.item .rating-merchant .dropdown-menu a {
    display: block;
    margin: 5px 0 0;
}
.rating-merchant .dropdown-menu .rate {
	color: #999;
    height: 25px;
    padding: 4px;
    border-bottom: 1px solid #eaeaea;
}
/* CSS Triangles - see Trevor's post */
.rating-merchant .dropdown-menu:before , .rating-merchant .dropdown-menu:after{
	border: solid transparent;
    bottom: 100%;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
	position: absolute;
	pointer-events : none;
}
.rating-merchant .dropdown-menu:before{
	border-color : rgba(217,216,224,0);
	border-bottom: solid #D9D8E0;
	border-width: 11px;
	margin-left: -11px;
}
.rating-merchant .dropdown-menu:after{
	border-color : rgba(249,249,249,0);
	border-bottom: solid #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}
.rating-merchant .dropdown-menu .stars {
    padding: 8px 0 0 0px;
    font-size: 15px;
    width: 100%;
}
.rating-merchant .dropdown-menu .rate-star{
	background-color:#fff;
    height: auto;
}

.new.products.list-view .item.prd .sale-by ,
.rating-merchant .brand-new .dropdown-toggle,
.rating-merchant .brand-new  a {
	float:left;
}
.rating-merchant .brand-new .dropdown-toggle img ,
.rating-merchant .brand-new  img{
	margin: 0 0 0 5px;
   	width: 66px;
}
.new.products .item.prd img.verifyImg, .item.new img.verifyImg {
    width: 20px !important;
    height: 27px !important;
}
.new.products .item:nth-of-type(2n+1) {
    clear: none;
}
.item-box{
	 -webkit-transition: all .2s cubic-bezier(0.11, 0.85, 1, 1); 
	 border-radius: 6px;
}
.new.products.list-view #sponsor.item .rating-brand{
	display : block;
    margin: 15px 0 0 162px;
}
.new.products.list-view #sponsor.item{
	border-radius : 3px;
}
.new.products .icon-pz-promote:before{
	margin-left : 0px;
}
.owl-item .item-box,
#page-browse .item-box
{
	margin: 5px;	
}
.pdbnew .owl-item{
    padding-bottom: 55px;
}
#page-guide-theme .grid-box.col-md-3 ,#page-guide-theme .grid-box.col-sm-6{
	padding: 0 5px;
}
#profile-favorites .pdbnew .owl-item {
	padding-bottom: 80px;
}
#page-browse .item-box
{
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.new.products.catalog-view .item .pic img ,
.item.new .pic img 
{
    max-width: 150px;
    max-height: 150px;
    width: auto;
}
.new.products.catalog-view .item a.info ,
.item.new a.info
{
    height: auto;
    padding: 0;
}
.new.products.catalog-view fieldset ,
.item.new fieldset 
{
    border: 1px solid #e5e5e5;
    padding: 0.35em 0.625em 0.75em;
    border-radius: 3px 3px 0 0;
    text-align: center;
    border-bottom: none;
}
.new.products.catalog-view fieldset.fieldset-pdg ,
.item.new fieldset.fieldset-pdg {
	margin-top: 40px;
    height: 69px;
}

.item.new fieldset.fieldset-pdg--browse {
	margin-top: 68px;
}

.new.products.catalog-view legend ,
.item.new legend
{
	width: auto;
	padding: 0.2em 0.5em;
	font-size: 90%;
	border: 0;
	margin-bottom: 0px;
	text-align: left;
	color: #5c5c5c;
}
.new.products.catalog-view .item-nst-xs .btn ,
.item.new .item-nst-xs .btn
{
    border-radius: 0 0 3px 3px;
    margin-top: 0px;
}
.new.products.catalog-view .item , #merchant-allproducts .new.products.catalog-view .item ,
.item.new
{
	width:100%;
    padding: 15px;
    float:none;
    margin: 0px;
}
.new.products.catalog-view .grid-box{
    padding: 5px;
    width: 33.333%;
    position: relative;
    float: left;
	height: 515px;
}

.new.products.catalog-view .grid-box.ad-box {
	height: auto;
	width: 100%;
	padding: 5px;
}

.new.products.catalog-view .grid-box.ad-box .item-box {
	border: none;
}

.new.products.catalog-view .pdb-action, 
.owl-item .pdb-action,
#page-browse .pdb-action,
.col-md-3 .pdb-action,
.group-mini-box .pdb-action
{
	padding : 0;
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.new.products.catalog-view .rating-merchant.dropdown,
.item.new .rating-merchant.dropdown
{
	width: 100%;
    float: left;
}
.new.products.catalog-view .rating-merchant.verify.dropdown
{
	width: 50%;
    border-right: 1px solid #eaeaea;
}
.item.new .hidden-xs .rating-merchant.verify.dropdown
{
	width: 65%;
    border-right: 1px solid #eaeaea;
}
.new.products.catalog-view .rating-merchant .brand-new  img,
.item.new .rating-merchant .brand-new  img
{
	width: 80px;
}
.new.products.catalog-view .rating-merchant .icon-down,
.item.new .rating-merchant .icon-down
{
    position: inherit;
}
.new.products.catalog-view .price,
.item.new .price
{
    height: 23px;
    display: inline;
}
.new.products.catalog-view .price {
	white-space: nowrap;
}
.new.products.catalog-view .item-box, #page-guide-theme .col-sm-6 .item-box,
.owl-item .item-box, .group-mini-box .item-box, #page-guide-theme .col-md-3 .item-box,
#home-specials .item-box
{
    border: 1px solid #eaeaea;
    border-radius: 3px;
    max-height: 497px;
}
#merchant-overview .item-box {
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.group-mini-box .grid-box, #merchant-overview .grid-box.col-md-3.col-sm-6, #home-specials .grid-box.col-md-3.col-sm-6
{
	padding: 5px;
}
#merchant-overview .item.new{
	border: none;
}
#page-browse .grid-box{
	padding: 0px;
}
#profile-favorites .pdb-action{
	display: none;
}
.item.new .compare-box .btn:hover{
    margin-left: 23px;
}
.item.new .compare-box .btn{
	border-radius: 3px;
}
.item.new .compare-box .btn-gray{
	background-color: #efefef;
    color: #00A0E8;
}
.item.new .compare-box .btn-gray:hover{
	background-color: #2196F3;
    color: #fff;
}
.new .btn-compare, .new .btn-shop{
	margin-top: 10px;
}
.new .btn-compare:hover, .new .btn-shop:hover{
	margin-top: 10px;
}
.item-box .price-box {
	text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.product-box-brand__img{
	display: inline;
}

.product-box-brand__img img{
	width: auto;
  	height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-box-brand__hover:hover{
	cursor: pointer;
}

.product-box-brand__section {
	height: 30px;
	margin: 15px 0 8px 0;
	text-align: center;
}
.product-box-brand__section.brand-section-box--left{
	width: 150px;
}
.catalog-view .brand-section-box--left{
	width: 100%;
	position: relative;
    top: 0px;
}
.catalog-view .info.brand-top{
	margin-top: 22px;
}
.list-view .product-box-group {
	float: left;
	margin-bottom: 25px;
}
.list-view > .product-box-group > a .pic {
    float: none; 
}
h3.brand-img--section__text {
	width: 100%;
	padding: 4px 20px 0 20px;
	text-align: center !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em!important;
}
.new.products.list-view .item .info{
	color: #222;
	font-size: 14px;
	line-height: 1.3em;
}
@media (min-width: 768px){
	
	.new.products.list-view .item .info {
	    padding: 0 225px 0 162px;
	}
	.new.products.list-view .item .info.show-list {
	    padding: 0 0px 0 0px;
	    float: none;
	    width:auto;
	}
	.new.products.list-view .item .starting {
		height: auto;
 	    min-height: 180px; 
	    width: 226px;
	    border-left: 1px solid #eaeaea;
	    padding: 30px 5px 0px 20px;
        margin-top: 10px;
	}
	.new.products.list-view .item .bullet-spec ul {
	    list-style-type: circle;
	}
	.new.products.list-view .item .rating .stars {
	    padding: 0px 0 8px;
    	border-bottom: 1px solid #eaeaea;
	}
	.new.products.list-view .item .rating.show-list {
	    margin: 0px 0 20px;
	}
	.new.products.list-view .item .bullet-spec ul, .new.products.list-view .item .bullet-spec-xs ul {
	    color: #888;
	    font-size: 13px;
	}
	
	.new.products.list-view .item .starting small a{
	    font-size : 13px;
	}
	.new.products.list-view .item.prd .pg-merchant-info{
		display:block;
	}
	.rating-merchant ,.rating-merchant .icon-down{
	    height: 27px;
	}
	.new.products.list-view .item .starting{
		float:right;
	}
	.new.products.list-view .item .productdetail .info{
	    position: initial;
	}
	.new.products .item .discount strong{
		color: #fff;
		font-size: 1em;
	}
	.new.products.list-view .related-product{
		padding: 0 0px 0 0px;
		font-size: 12px;
    	font-weight: bold;
	}
	.new.products.list-view .item .item-nst-xs{
		display : none;
	}
	.item-box:hover , .new.products #sponsor:hover{
	    box-shadow: 0 6px 25px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
	}
	.new.products.list-view .item .info {
		margin: 12px 0 0px;
		color: #666;
	}
	.pdbnew {
	    margin: 15px -5px 0 -5px;
	}
	#page-browse .grid-box
	{
		height: 555px;
	}
}
@media (min-width: 991px){
	.new.products.list-view .item .info.show-list {
	    padding: 0 210px 0 162px;
	}
}

@media (min-width: 992px){
	.new.products.catalog-view .grid-box {
	    width: 33.333%;
	}
	#merchant-allproducts .new.products.catalog-view .grid-box,
	#page-guide-theme .new.products.catalog-view .grid-box
	{
	    width: 25%;
	}
	#merchant-allproducts .new.products.catalog-view .grid-box {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px){
	.pdSearchList{
		padding : 0 8px;
	}
	.new.products.list-view .item .prd-info,
	.new.products.catalog-view  .item .prd-info,
	.item.new .prd-info {
	    padding: 0 0px 0 130px;
	}
	.new.products.list-view .item .info ,
	.new.products.catalog-view .item .info ,
	.item.new .info,.item.new a.info{
	    padding: 0 0px 0 130px;
	}
	.new.products.list-view .item.prd .info ,
	.new.products.catalog-view .item.prd .info ,
	.item.prd.new .info{
	    padding: 0 0px 0 0px;
	}
	.new.products.list-view .item .pic,
	.new.products.catalog-view .item .pic
	{
	    width: 120px;
	    float: none;
	    padding: 0;
	    margin-right: 10px;
	}
	.item.new .pic {
		width: 120px;
	    float: left;
	    padding: 0;
	    margin-right: 10px;
	}
	.new.products.catalog-view .item .pic img ,
	.item.new .pic img 
	{
	    max-width: 120px;
	    max-height: 120px;
	    width: auto;
	}
	.new.products.list-view .item .price , .item.new .price,
	.new.products.catalog-view .item .price{
		font-size: 1.333em;
	    display: table-cell;
   	    line-height: 1.1;
	}
	.new.products.list-view .item .price del ,
	.new.products.catalog-view .item .price del ,
	.item.new .price del{
		font-size: 13px;
	  	font-weight: normal;
	  	font-style: normal;
	  	font-stretch: normal;
	  	letter-spacing: -0.2px;
	  	color: #a5a5a5;
  	    white-space: nowrap;
	}
	.new.products.list-view .rating.show-list.n-xs ,
	.new.products.catalog-view .rating.show-list.n-xs,
	.item.new .rating.show-list.n-xs{
		margin: -8px 0 8px;
		width: 100%;
		border-bottom: 1px solid #efefef;
	}
	.new.products.list-view .item-nst-xs ,
	.new.products.catalog-view .item-nst-xs ,
	.item.new .item-nst-xs{
		color : #333;
	    font-size: 13px;
	    padding-left: 130px;
	    margin-bottom: 3px;
	}
	.new.products.list-view .item.prd .item-nst-xs ,
	.new.products.catalog-view .item.prd .item-nst-xs ,
	.item.prd.new .item-nst-xs{
	    padding-left: 0px;
        min-height: 21px;
	}
	.new.products.list-view .item-nst-xs i ,
	.new.products.catalog-view .item-nst-xs i ,
	.item.new .item-nst-xs i{
	    font-size: 15px;
	}
	.new.products.list-view .item .discount, 
	.new.products.catalog-view .item .discount, 
	.item.new .discount {
	    float: left;
	    text-align: center;
	    margin-right: 10px;
        width: 40px;
	}
	.new.products.list-view .btn.visible-xs,
	.new.products.catalog-view .btn.visible-xs,
	.item.new .btn.visible-xs{
		display: inline-block !important;
	}
	.new.products.list-view .related-product , 
	.new.products.catalog-view .related-product ,
	.item.new .related-product {
		font-weight: bold;
    	width: inherit;
    	margin: 0 0 5px 22px;
    	float: left;
   	    position: inherit;
        font-size: 13px;
	}
	.new.products.list-view .item.prd .prd-info , 
	.new.products.catalog-view .item.prd .prd-info , 
	.item.prd.new .prd-info{
	    padding-bottom: 20px;
	}
	.ribbon, .new.products.list-view .ribbon{
		left: -5px;
	}
	.new.products.list-view .item.prd .rating-merchant .icon-down ,
	.new.products.catalog-view .item.prd .rating-merchant .icon-down ,
	.item.prd.new .rating-merchant .icon-down {
		position: inherit;
	    width: 0em;
	}
	.new.products.list-view #sponsor .info .top {
	    padding: 10px 0;
	    width: 100%;
	    float: none;
	}
	.new.products.list-view .box-left,
	.new.products.catalog-view .box-left
	{
		float: left;
	}
	.pdb-action{
		padding: 0px;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	}
	.new .underline
	{
		margin: -3px 0 5px; 
	}
	.item.new {
		padding: 10px 15px 10px;
	    border: 1px solid #eaeaea;
	   /*  border-bottom: 0px; */
	    border-radius: 3px 3px 0 0 ;
	    margin : 0px 0px 0;
	}
	.owl-carousel .item-box{
		margin: 10px;
		
	}
	#related-products .owl-carousel .item-box{
		margin: 0px;
	    border: none;
	}
	#related-products .owl-carousel .item-box .item.new{
	    padding: 10px 0px;
	}
	.new.products.catalog-view .grid-box{
	    padding: 0;
	    width: 100%;
	    position: inherit;
	    float: none;
	    height: auto;
        margin: 10px 0;
	}
	.new.products.catalog-view .grid-box.ad-box {
		height: auto;
		width: 100%;
		padding: 0;
		position: inherit;
		float: none;
	}
	.new.products.catalog-view .rating-merchant.verify.dropdown{
		width: 100%;
    	float: left;
    	border: 0;
	}
	#page-browse .item.new , .group-mini-box .item.new {
		border: 0;
	}
	.group-mini-box .item.new fieldset {
	    border: 0;
	    padding: 0;
	    border-radius: 0;
	    text-align: start;
	}
	.group-mini-box .item.new .btncontent{
		padding: 0 0 0 130px;
	}
	 .brand-new.logo-text.dropdown-toggle{
	 	max-width: 120px;
    	word-wrap: break-word;
    	cursor: pointer;
	 }
	 #search-related-guide #guide-row{
 	    margin: 0;
	 }
	 .insure-info {
		padding:0 20px 0 0;
		margin:5px 0 0 0;
		float:left;
	    text-align: center;
	    font-size: 12px;
		white-space: nowrap;
		display: inline-block;
		font-weight: normal;
		color: #777;
	}
	.insure-info span{
		white-space: nowrap;
		display: inline-block;
		font-weight: bold;
		color: #595966;
		margin: 0 0 6px 0;
	}
	.item-box .price-box {
	    margin: 0;
	    display: inline-block;
	}
	.product-box__detail{
		display: inline-block;
	}
	.product-box-brand__section {
		width: 120px;
		text-align: center;
	}
	.product-box-brand__section.brand-section-box--left{
		width: 120px;
		margin-top: 5px;
	}
	.catalog-view .brand-section-box--left{
		top: 0px;
		width: 120px;
	}
	h3.brand-img--section__text {
		padding: 10px 5px 0 5px !important;
	}
	.product-box-group > a .pic {
		float: none !important;
	}
	.product-box-group {
		float: left;
	}
}

.pd-desc
{
    color: #888;
    font-size: 13px;
}
.pgPopup .table>tbody>tr>td{
    padding: 5px !important;
}
.pgPopup .stars.brand{
    font-size: 12px;
}
.btn-pgpopup{
	background-color: #aaa;
    border: 0px;
    color: #fff;
    display: inherit;
}
.pgPopup .review{
	border : 0;
}

/*************end product box new  ****************/


#powerTip {
    cursor: default;
   	background: #ffffff;
    color: #1d2129;
    display: none;
    padding: 5px;
    position: absolute;
    white-space: pre-wrap;
    z-index: 2147483647;
    line-height: 1.2;
    border: 1px solid;
    box-shadow: 3px 3px 3px #888;
    height:auto;
    font-size: 11px;
    font-weight: normal;
    max-width: 180px;
}

.Advertorial-Header{
	color: #fff;
	font-size: 12px;
	background-color: #FFA633;
	border-radius: 3px;
	position: absolute;
	margin: 10px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
}

.Advertorial-Box{
	color: #fff;
	font-size: 13px;
	background-color: #FFA633;
	border-radius: 3px;
	position: absolute;
	margin: 10px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
}
.Advertorial-Article{
	color: #fff;
	font-size: 11px;
	background-color: #FFA633;
	border-radius: 3px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
}

/*top banner*/
.head-banner{
    background-color: black;
    color: white;
    min-height: 62px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*combine from common-script.jsp*/
.Advertorial {
	background-color: #FFA633;
	border-radius: 3px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
}
/*end combine from common-script.jsp*/

/*inline from compare-spec-search.jsp*/ 
	.compare-spec-search {
		bottom: 44px; 
		width: 100%;
		z-index: 8000;
	}
	
	#compare-spec-search, .compare-spec-search {
		bottom: 44px; 
		width: 100%;
		z-index: 8000;
	}
	
	#compare-spec-search > div {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#compare-spec-search #compare-search-box {
		background-color: #fff;
		padding: 10px 15px 15px 15px;
	}
	
	#compare-spec-search #label-input {
		font-size: 13px;
		padding-bottom: 5px;
	}
	
	#compare-spec-search .icon-x {
		font-size: 11px;
		right: 10px;
		position: absolute;
		cursor: pointer;
	}
	
	#compare-spec-search .icon-search {
		font-size: 13px;
		right: 20px;
		position: absolute;
		margin-top: 8px;
		color: #888;
	}
	
	#compare-spec-search #input-compare-spec-search {
		width: 100%;
		padding: 5px;
	}
	
	#compare-spec-search .item {
		margin-top: 10px;
		position: relative;
		cursor: pointer;
		clear: both;
	}
	
	#compare-spec-search .item:hover {
		color: #0CA4D6;
	}
	
	#compare-spec-search .item > div {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
	#compare-spec-search .item > .detail {
		padding-left: 10px;
	}
	
	#compare-spec-search .name, #compare-spec-search .price  {
		font-size: 13px;
		text-align: left;
	}
	
	#compare-spec-search .name {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	#compare-spec-search .price {
		font-size: 13px;
	}
	
	#compare-spec-search .from-merchant {
		font-size: 13px;
		color: #93929F;
		font-weight: normal;
	}
	
	#compare-spec-search .view-all {
		text-align: center;
		font-size: 13px;
		clear: both;
	}
	
	#compare-spec-search .view-all a {
		color: #0CA4D6;
	}
	
	#compare-spec-search .view-all a:hover {
		color: #222;
	}
	
	#result-list-search {
		display: none;
	}
	
	#compare-spec-search-not-found {
		padding: 15px 0px;
		font-size: 13px;
		color: #888;
	}
	
	@media screen and (min-width: 320px) {
		#compare-spec-search .item {
			border-bottom: none;
		}
	
		#compare-spec-search .item img {
			width: 45px;
			height: 45px;
		}
		
		#compare-spec-search .name, #compare-spec-search .price  {
			line-height: 20px;
		}
		
		#compare-spec-search .view-all {
			margin-top: 40px;
			margin-bottom: 7px;
		}
	}
	
	@media screen and (min-width: 768px) {
		#compare-spec-search .item img {
			width: 65px;
			height: 65px;
		}
		
		#compare-spec-search .name, #compare-spec-search .price  {
			line-height: 30px;
		}
		
		#compare-spec-search .view-all {
			margin-top: 20px;
			margin-bottom: 0px;
		}
	}
	/*end inline from compare-spec-search.jsp*/ 
	
	/*inline from compare-spec-bottom.jsp*/ 
	.item .compareSpec {
		min-height: 20px;
		color: #222;
		font-size: 13px;
		z-index: 2;
	}
	
	.item .compareSpec label {
		cursor: pointer;
	}
	
	.products.list-view .item .show-list .compareSpec {
		margin-top: 5px;
		font-size: 85%;
	}
    
    .products.catalog-view .item .catalog.compareSpec {
    	display: block;
    	text-align: center;
    	position: absolute;
		bottom: 102px;
		left: 85px;
    }
    
    #compare-spec-bottom {
		position: fixed;
		bottom: 0px;
		border-top: 1px solid #ccc;
		padding: 5px;
		z-index: 8000;
		background-color: #fff;
		width: 100%;
		display: none;
	}
	
	#compare-spec-bottom .compare-list {
		paddig: 0px;
	}
	
	#compare-spec-bottom .compare-spec-btn {
		background-color: #222; 
		color: #fff; 
		border: 1px solid #222; 
		border-radius: 3px;
		font-size: 13px;
		position: absolute;
		text-align: center;
	}
	
	#compare-spec-bottom .compare-spec-thumbnail-box {
		position: relative;
	}
	
	#compare-spec-bottom .compare-spec-thumbnail-box > div {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#compare-spec-bottom .compare-spec-thumbnail-box .icon-x {
		position: absolute;
		font-size: 10px;
		width: 15px;
		height: 15px;
		background-color: #ccc;
		margin-top: 0px;
		cursor: pointer;
	}
	
	#compare-spec-bottom .compare-spec-thumbnail-box .icon-x:hover {
		background-color: #222;
		color: #fff;
	}
	
	#compare-spec-bottom .compare-spec-thumbnail-img-box {
		padding: 2px;
		border: 1px solid #ccc;
		margin-right: 5px;
	}
	
	#compare-spec-bottom .compare-spec-name-img-box {
		font-size: 13px;
		font-weight: bold;
		padding-top: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-right: 5px;
	}
	
	.compare-spec-list-slider .owl-prev {
		top: -30px;
		left: -27px;
	}
	
	.compare-spec-list-slider .owl-next {
		top: -30px;
		right: -27px;
	}
	
	.compare-spec-list-slider .owl-buttons > div {
		border: none;
		background-color: transparent;
	}
	
	#compare-spec-bottom .add-spec-btn {
		float: left;
		border: 2px solid #ddd;
		color: #ccc;
		position: relative;
	}
	
	#compare-spec-bottom .add-spec-btn > i {
		top: 7px;
		left: 9px;
		font-size: 18px;
	}
	
	@media screen and (min-width: 320px) {
		.item .compareSpec {
			display: block;
			padding: 0 0 40px 50%;
	    	margin-top: -25px;
		}
		
		#compare-spec-bottom .compare-list, #compare-spec-bottom .compare-btn-box {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		#compare-spec-bottom .compare-spec-btn {
			padding: 6px 4px;
			margin-top: 1px;
			width: 110px;
		}
		
		#compare-spec-bottom .compare-spec-thumbnail-img-box {
			width: 37px;
			height: 37px;
		}
		
		#compare-spec-bottom .add-spec-btn {
			width: 37px;
			height: 37px;
			margin: 0 5px 0 2px;
		}
		
		#compare-spec-bottom {
			height: 47px;
		}
		
		#compare-spec-bottom .compare-spec-thumbnail-box .icon-x {
			left: 21px;
		}
		
		#compare-spec-bottom .add-spec-btn > i {
			top: 7px;
			left: 9px;
			font-size: 18px;
		}
		#mobilePopupBtmContent .detail h4{
	        font-size: 12px;
		}
	}
	
	@media screen and (min-width: 768px) {

		.item .compareSpec {
			padding: 0;
	    	margin-top: -25px;
		}
		
		#compare-spec-bottom .compare-list, #compare-spec-bottom .compare-btn-box {
			padding-left: inherit;
			padding-right: inherit;
		}
		
		.products.list-view .item .catalog.compareSpec {
			display: none;
		}
		
		#compare-spec-bottom .compare-spec-thumbnail-img-box {
			width: 45px;
			height: 45px;
		}
		
		#compare-spec-bottom .add-spec-btn {
			width: 45px;
			height: 45px;
			margin: 0 10px;
			cursor: pointer;
		}
		
		#compare-spec-bottom .add-spec-btn:hover {
			color: #bbb;
			border-color: #bbb;
		}
		
		#compare-spec-bottom {
			height: 55px;
		}
		
		#compare-spec-bottom .compare-spec-btn {
			padding: 6px 12px;
			margin-top: 5px;
			width: auto;
		}
		
		#compare-spec-bottom .compare-spec-thumbnail-box .icon-x {
			left: 30px;
		}
		
		#compare-spec-bottom .add-spec-btn > i {
			top: 11px;
			left: 12px;
			font-size: 20px;
		}
	}
	/*end inline from compare-spec-bottom.jsp*/ 


/*-------Ranking--------*/
.tag-rank {
    width: 33px;
    height: 42px;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.tag-rank.gold {
    background: url(../../img/gold@2x.png) no-repeat;
    background-size: 100%;
}
.tag-rank.silver {
    background: url(../../img/silver@2x.png) no-repeat;
    background-size: 100%;
}
.tag-rank.bronze {
    background: url(../../img/bronze@2x.png) no-repeat;
    background-size: 100%;
}
a.rank-desc{
	font-size: 13px;
	color: #8c8a95;
	display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.products.list-view.new a.rank-desc{
    display: inherit;
    white-space: initial;
}
.rank-box {
	position: absolute;
    top: -90px;
    left: -15px;
	background: #ffffff;
	width: 275px;
  	height: 83.5px;
  	border-radius: 6px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.17);
	border: 0px;
    padding: 15px;
    font-size: 13px;
    color: #211e2c;
}
.rank-box:before {
	top: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.chat-box {
	position: absolute;
    top: 45px;
    left: 55px;
	width: 205px;
  	height: 22px;
  	border-radius: 4px;
  	background-color: #1e7be5;
  	font-size: 12px;
  	color: #ffffff;
    padding: 1px 10px;
    text-align: center;
}
.chat-box:before {
	top: 8px;
	left: 2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #1e7be5;
	border-width: 8px;
	margin-left: -10px;
}
.price-icon {
    width: 23px;
    height: 21.4px;
    background: url(../../img/price-icon@2x.png) no-repeat;
    margin: -4px 0 0 -4px;
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: 20px;
}
.pz-badge{
	font-size: 11px;
  	border-radius: 3px;
	padding: 2px 5px;	
	color: #ffffff;
	font-weight: 500;
	background-color: #ffa400;
	display: inline-block;
}
.pz-badge__ads{
	font-size: 11px;
  	border-radius: 3px;
	padding: 1px 5px;	
	color: #999fa3;
	font-weight: 500;
	background-color: #ffffff;
	display: inline-block;
  	border: solid 1px #b3b7ba;
}
.pz-badge-btn {
	font-size: 14px;
  	background-color: rgba(255, 255, 255, 0.27);
  	box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.30);
    padding: 0 5px;
    border-radius: 3px;
}
.pz-badge__brand-official{
    font-size: 12px;
    font-weight: 500;
    background-color: #569ceb;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
}
.rank-list{
	position: relative;
}
.rank-grid{
	height: 20px;
    text-align: center;
    position: relative;
}
.line-bold{
	text-decoration: underline;
	font-weight: 500;
	margin-right: 8px;
}
.label-rank{
  border: 1px solid #efefef;
  height: 22px;
  width: 220px;
  border-radius: 3px;
}

.label-rank-left{
  background: #efefef;
  padding: 2px 15px 0 5px;
  height: 21px;
  border-right: none;
  float: left;
  text-decoration: none;
  color: #5c5c5c;
  position: relative;
  border-radius: 3px 0px 0px 3px;
  font-size: 12px;
}
.label-rank-right{
  border-left: none;
  text-decoration: none;
  color: #7b7974;
  position: relative;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}

.label-rank-left::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -5px;   
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  right: 0;
}

.label-rank.gold{
   border: 1px solid #fc9e21;
}
.label-rank.gold .label-rank-left{
   background: #fc9e21;
   color: #fff;
}
.label-rank.gold .label-rank-right{
   color: #fc9e21;
}

.label-rank.silver{
   border: 1px solid #8a8d8f;
}
.label-rank.silver .label-rank-left{
   background: #8a8d8f;
   color: #fff;
}
.label-rank.silver .label-rank-right{
   color: #8a8d8f;
}

.label-rank.bronze{
   border: 1px solid #937e57;
}
.label-rank.bronze .label-rank-left{
   background: #937e57;
   color: #fff;
}
.label-rank.bronze .label-rank-right{
   color: #937e57;
}
@media screen and (max-width: 767px) {
	.rank-xs{
		position: relative;
	}
	.rank-xs .rkp a{
	    white-space: pre-line;
    	word-break: break-all;
	}
	.rank-box{
	    left: -110px;
	}
	.rank-grid{
		height: auto;
		text-align: left;
	}
	a.rank-desc{
    	display: inherit;
    	white-space: initial;
	}
}
@media screen and (max-width: 480px) {
	.label-rank{
		width: 100%;
	}
}
/*-------End Ranking--------*/


/*-------Page review --------*/
#addNewReviewBtn {
	float: right;
}
.all-page-reviews {
		border-top: 1px solid #ccc;
		padding: 5px 0 0;
		margin: 35px 0 0;
		
}

.all-page-reviews h2 small{
		font-size: 1em;
	}
.all-page-reviews .head{
		margin: 0 0 15px;
	}
.review-page-content {
	    margin: 0 -15px;
	    padding: 1px 5px;
	    font-weight: 400;
	    color: #000000;
	    font-size: 1em;
}
.replyPageTxtBox{
		padding:2px;
	    border-radius: 5px;
	    position: relative;
}
.replyPageTxtBox textarea{
		border: 0;
		resize: none;
}
	
.productTagBox{
	padding: 5px;
	z-index: 1;
	background-color: white;
	position: absolute;
	border:solid 1px #ddd;
	display: none;
	cursor: pointer;
}

.productTagBox:hover{
	cursor: pointer;
}

.replyPageContent {
		padding: 1px 1px 30px 1px;
	    height: auto;
	    position: relative;
	    background-color: #f6f7f9;
	    border: 1px solid #ddd;
		border-radius: 5px;
}
.replyPageContent [name="replyBtn"]{
	    position: absolute;
	    right: 8px;
}
.btn-pageReview {
    background-color: #1e7be5;
    color: #fff;
    font-weight: normal;
    line-height: 1;
}
	

.review-page .count-comment{
	color: #a3a3a3;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 2px;
}
.review-page {
	border-top: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff
}
.review-page .user .avatar{
	width: 32px;
	float: left;
	margin: 0 10px 0 0;
}
.review-page .user .avatar img{
	border-radius: 50%;
	width: 60px;
}
.review-page h4{
	margin: 15px 0 3px;
	color: #222;
}
.review-page .actions {
	border-top: 1px solid #ccc;
	padding: 10px 0 10px;
}
.review-date-box{
	display: inline;
}
.review-ref{
	color: #428bca;
	font-size: 0.8em;
}
.review--productTag{
	color: #f19b27;
	text-decoration: underline;
}

.review--productTag:hover{
	color: #428bca;
}

.review-box__productImage{
	padding-top: 12px;
}

.review-box__productImage--head{
	font-weight: bold;
	color: #605f67;
	font-size: 0.85em;
}

.review-box__image {
    padding: 10px;
    margin: 0 10px;
    border-top: solid 1px #eeeef0;
}
.review-box__image--img{
	width: 75px;
   	height: 75px;
   	object-fit: cover;
  	    margin: 3px 1px;
}

.review-box__image--QandA{
	margin:0px;
	padding-left: 0px;
	padding-right: 0px;
}

.productTagImageBox{
	margin-right: 18px;
	border: solid 1px #dad7d7;
	font-size: 13px;
}

.productTagImageBox h6{
	overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

.productTagImageBox--img{
	border: solid 1px rgba(218, 218, 218, 0.56);
}

.productTagImageBox--price{
	font-weight: bold;
}

.productTagImageBox .row{
	margin-left: -5px;
	margin-right: -5px;
}

.productTagImageBox .col{
	padding-left: 5px;
	padding-right: 5px;
}

.review-page .actions .agree,
.review-page .actions .disagree,
.review-vote__btn {
	float: left;
	margin: 2px 5px 0 0;
}
.review-vote__btn, .review-vote__btn:hover {
    color: #595966;
    margin-right: 16px;
}

.review-vote__btn.flag, .review-vote__btn.flag:hover,
.review-vote__btn.flag-active, .review-vote__btn.flag-active:hover{
	margin: 0px;
}

.no-touch .review-page .actions .agree:hover,
.review-page .actions .agree.active,
.no-touch .review-vote__btn--agree:hover,
.review-vote__btn--agree.active {
	color : #23ca6f;
}
.no-touch .review-page .actions .disagree:hover,
.review-page .actions .disagree.active,
.no-touch .review-vote__btn--disagree:hover,
.review-vote__btn--disagree.active {
	color : red;
}

.review-vote__btn--agree i,
.review-vote__btn--disagree i{
    border: 1px solid #61616d;
}


.review-page .actions a:active {
	opacity: 0.7;
}
.review-page .content .say {
	word-wrap: break-word;
}
.review-page .user{
	float: left;
	text-align: center;
}
.review-page .user .avatar{
	width: 80px;
}
.review-page .content {
    margin: 0 0 5px 100px;
    position: relative;
    line-height: 1.3em;
}
.review-page{
	border: 1px solid #ddd;
	margin-top: 10px;
}
/* EDIT REVIEW */
.edit-page-review {
    float: right;
    padding-left: 5px;
    margin-top: 5px;
}
.edit-page-review .blue{
	color: #888;
}
#replyBox {
	float: right;
	padding-right: 20px;
}

.review-vote__btn--agree.active i,
.no-touch .review-vote__btn--agree:hover i {
    color: #fff;
    background: #25cb70;
	box-shadow: 0 0 0 2px rgb(37, 203, 112);
}

.review-vote__btn--disagree.active i, 
.no-touch .review-vote__btn--disagree:hover i {
    color: #fff;
    background: #d73a29;
    box-shadow: 0 0 0 2px rgb(215, 58, 41);
}

.review-vote__btn i {
    font-size: 15px;
    padding: 2px 3px;
    color: rgb(97, 97, 109);
    margin-right: 0px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: background .3s,color .3s,box-shadow .3s;
    -moz-transition: background .3s,color .3s,box-shadow .3s;
    transition: background .3s,color .3s,box-shadow .3s;
}
.review-page .actions #replyBox i{
	font-size: 20px;
}
.review-page-reply{ 
		border: 1px solid #ddd;
		margin-left:31px;
		margin-top:20px;
		border-radius: 5px;
}
.review-page-reply .content {
	padding: 20px;
}
.replyPageContent{ 
		margin-top:10px;
		margin-left:90px;
}
.review-page .avatar-frame,.avatar-frame img{
		width: 50px;
		height: 50px;
		border-radius: 50%;
}
#review-page-username{
	display:inline;
}
#review-page-username a {
    color: #000;
    font-size: 0.929em;
    font-weight: 500;
}
.newReviewPageBox {
	    position: relative;
	    margin-top: 10px;
	    border: 1px solid #ddd;
		border-radius: 5px;
}
.newReviewPageBox [name="replyBtn"]{
		margin-top: 5px;
	    position: absolute;
	    top: 10px;
	    right: 35px;
}
#newReview-info {
	padding: 10px;
	padding-bottom: 15px;
}
#txtForPageReview {
    font-size: .92em;
}

.addReview-Box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.addReview-Box .user {
	margin: 0 0 10px;
}
.addReview-Box .user .avatar img {
    border-radius: 50%;
    width: 60px;
    margin-right: 16px;
}

.addReview-Box span{
	font-size: 1em;
}
.moreReview{
	 	height: 30px;
		text-align:center;
	    position: relative;
	    margin-top:10px;
	    border: 1px solid #ddd;
		border-radius: 5px;
		padding-top: 5px;
		background-color: #fff;
}
.moreReview:hover, .moreReview a:hover {
    color: white;
    background-color: #1e88e5;
    cursor: pointer;
}
select#sortPageReview {
   color: #000000;
   background-color: #E8E8EA;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 5px;
}
.addReview-Box .select .form-control {
    width: 145px;
    display: inline-block;
    padding: 3px 8px;
}
.addReview-Box .head .select{
	float: right;
    white-space: nowrap;
}
.reviewPageDetail{
    position: relative;
    line-height: 1.4;
    height: auto;
    padding-bottom: 50px;
    font-size: 0.929em;
}
.review-page .edit-page-review .pen  {
	   	width: 15px;
  		height: 15px;
	    display: inline-block;
	    background: url(../../img/pen-edit.png) no-repeat;
}
#editReview{
	float: right;
	padding: 10px;
}
.template-box  .user  a{
	color: #000000;
	font-size: 18px;
}


@media screen and (max-width: 767px){
	.replyPageContent [name="replyBtn"]{
	    padding: 3px 8px;
	    font-size: 12px;
	     margin-top: 5px;
	}
	#btn-reply {
		padding-bottom: 10px;
	}
	.review-page .user .avatar-frame{
		float: left; 
		margin-right: 5px;
	}
	.review-page .user .avatar img ,.review-page .user .avatar{
		width: 40px;
		padding-left:2px;
	}
	.addReview-Box .user .avatar img {
	    width: 40px;
	}
	.review-page .avatar-frame,.avatar-frame img{
		width: 40px;
		height: 40px;
	}
	.review-page .content{ 
		margin: 0 0 5px 10px;
		position: relative;
	}
	.review-page-reply{ 
		margin-left:20px;
	}
	.replyPageContent {
		margin-left:20px;
		padding: 1px 1px 30px 1px;
		word-wrap: break-word;
	}
	.reviewPageDetail{
	    word-wrap: break-word;
	}
	.review-page-reply .content {
		padding: 5px;
	}
	.template-box  .user  a ,#review-page-username a{
		font-size: 14px;
	}
	.review-date-box{
		display: block;
	}
	.addReviewTitle{
		font-size: 1.2em;
		margin-bottom: 8px;
	}
}
/*-------End Page review --------*/



/* Brand Official */
.brand-official a{
	text-align: left;
}
.brand-official>span{
	font-size: 12px;
	color: #2974ff;	
	line-height: 1.17;
}
.brand-official>img{
	width: 14px;
	height: 14px;
	object-fit: contain;
	margin:0px;
}
a.hidden-xs.brand-official{
	width:75px;
	height: 27px;
	display:inline-block;
	text-align:left;
	margin-left:15px;
	line-height: 1.17;
	float: left;
}
a.visible-xs.brand-official{
	margin-bottom:3px;
}
.new.products.catalog-view .rating-merchant.official.dropdown {
    width: 50%;
    border-right: 1px solid #eaeaea;
}
.rating-merchant.dropdown.official.half{
	width: 50%;
	border-right: 1px solid #eaeaea;
}
@media screen and (max-width: 767px){
	.compare-box .image-logo-mobile{
		margin-right: 50px;
	}
	.compare-box .verifyImgMobile{
		left: 145px !important;
	}
}
/* End Brand Official */

/* Start Brand Banner */
.brand-banner .owl-item{
	margin: 1px;
	border: 1px solid greeen;
	height: 75px;
}
img.owl-carousel-brand-banner {
	width: 85px;
}
.owl-carousel.owl-theme.brand-banner .item {
	border: none;
	width:100%; 
	height:100%;
	background-size: 105%;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.brand-banner .owl-controls {
	display: none !important;
}
.brand-banner .subbrand-textbox {
	margin-bottom: 0.4px;
	padding: 0 5px;
	width: 100%;
}
.item .subbrand-textbox nobr {
	margin-bottom: 0px;
	font-size: 11px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    padding: 0 5px;
}
.owl-carousel.owl-theme.brand-banner .item span{
	background: #808080;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
}

.visible-xs .brand-banner__top{
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #eaeaea;
}
.brand-banner.brand-banner__box{
	margin-top: 10px;
}
@media screen and (max-width: 320px){
	.owl-carousel.owl-theme.brand-banner .item{
		width:100%;
	}
}
/* End Brand Banner */

/* Start Load more review in /s */
.load-search-review {
    width: 100%;
    border-color: #efefef;
    font-family: Priceza,sans-serif;
    font-size: 0.929em;
    font-weight: 500;
}
a.load-search-review:hover{
	background-color: #ffa633;
	color: #fff;
}
/* End Load more review in /s */
.catalog-view .cross-sell-box{
 	display:none;
}
.catalog-view .cross-sell-banner{
	width:100%;	
}
.catalog-view .cross-banner{
	display:none;
	
}
.catalog-view .link-cross-sell{
	display:none;	
}
.catalog-view .link-banner{
	display:inline;	
}
.list-view .hide-only{
	display:inline;
}

.list-view .cross-sell-box{
	border-radius: 3px;border: solid 1px #eaeaea;	
}

@media screen and (max-width: 768px) {
.list-view	.cross-sell-box{
	padding:2px;
	margin:5px;
	}
}
@media screen and (min-width: 768px) {
.list-view .cross-sell-box{
	border-radius: 3px;border: solid 1px #eaeaea;
	margin-left:25%;
	width: 270px;
	font-family: Priceza;
}
.list-view .link-cross{
width:auto;
margin-left:30px;
}
}
@media screen and (min-width: 1200px) {
.list-view .cross-sell-box{
margin-left:20%;width: 421px;height: 47px; border-radius: 3px;border: solid 1px #eaeaea;font-family: Priceza;	
}
.list-view .link-cross{
padding:2.5%;
}
.list-view .hide-only{
display:none;
}
}

.pz-breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.pz-breadcrumb > li {
	display: inline-block;
	font-size: .8rem;
}
.pz-breadcrumb > li a {
	color: #222;
}
.pz-breadcrumb > li:nth-child(n+2):before {
	content: "/";
	display: inline-block;
	margin: 0 6px;
	color: #ffa633;
}
.pz-breadcrumb > li:not(:last-child) a {
	color: #ffa633;
}
@media screen and (min-width: 769px) {
	.pz-breadcrumb > li {
		font-size: 0.8rem;
	}
}


/* Social Title ==> page: productdatalist - productranking - promotionlanding - promotionmerchant */

.title__top {
    display: flex;
    align-items: center;
}

.social-top__share {
	float: right; 
	margin-left: 5px; 
	position: relative;
}

.social-top__display--none {
	display: none;	
}






/* Something that we still need to check if we need or not */

.cat-1 .bg{background-color: #45345C;}
.cat-2 .bg{background-color: #DE2151;}
.cat-3 .bg{background-color: #EB2E2E;}
.cat-4 .bg{background-color: #EB582E;}
.cat-5 .bg{background-color: #F19B27;}
.cat-6 .bg{background-color: #8ED30E;}
.cat-7 .bg{background-color: #2DD753;}
.cat-8 .bg{background-color: #1ED298;}
.cat-9 .bg{background-color: #12C4E9;}
.cat-10 .bg{background-color: #5398E3;}

.cat-1 .color{color: #45345C;}
.cat-2 .color{color: #DE2151;}
.cat-3 .color{color: #EB2E2E;}
.cat-4 .color{color: #EB582E;}
.cat-5 .color{color: #F19B27;}
.cat-6 .color{color: #8ED30E;}
.cat-7 .color{color: #2DD753;}
.cat-8 .color{color: #1ED298;}
.cat-9 .color{color: #12C4E9;}
.cat-10 .color{color: #5398E3;}

.cat-1 .sub-cat .active{border-color: #45345C;}
.cat-2 .sub-cat .active{border-color: #DE2151;}
.cat-3 .sub-cat .active{border-color: #EB2E2E;}
.cat-4 .sub-cat .active{border-color: #EB582E;}
.cat-5 .sub-cat .active{border-color: #F19B27;}
.cat-6 .sub-cat .active{border-color: #8ED30E;}
.cat-7 .sub-cat .active{border-color: #2DD753;}
.cat-8 .sub-cat .active{border-color: #1ED298;}
.cat-9 .sub-cat .active{border-color: #12C4E9;}
.cat-10 .sub-cat .active{border-color: #5398E3;}

.cat-1 .sub-cat a:hover{border-color: #45345C; color: #45345C;}
.cat-2 .sub-cat a:hover{border-color: #DE2151; color: #DE2151;}
.cat-3 .sub-cat a:hover{border-color: #EB2E2E; color: #EB2E2E;}
.cat-4 .sub-cat a:hover{border-color: #EB582E; color: #EB582E;}
.cat-5 .sub-cat a:hover{border-color: #F19B27; color: #F19B27;}
.cat-6 .sub-cat a:hover{border-color: #8ED30E; color: #8ED30E;}
.cat-7 .sub-cat a:hover{border-color: #2DD753; color: #2DD753;}
.cat-8 .sub-cat a:hover{border-color: #1ED298; color: #1ED298;}
.cat-9 .sub-cat a:hover{border-color: #12C4E9; color: #12C4E9;}
.cat-10 .sub-cat a:hover{border-color: #5398E3;color: #5398E3;}

/*********** popup acq *************/
.pz-popup-acq-item {
	width: 100px;
	text-align: center;
	margin: 03px;
}

.pz-text-wl {
	position: relative;
    top: -12px;
    background-color: #ffffff;
    line-height: 1px;
}
.pz-popup-close__btn {
    width: 52px;
    height: 52px;
    background-color: rgba(40, 49, 56, 0.8);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    margin: 20px auto;
    cursor: pointer;
}
