.jtv-box-hover{
	margin-left: -14px;
}
.products-grid .item .item-inner .item-info .info-inner .item-title h6{
	font-size: 16px;
}
.jtv-bar {
    /* margin-bottom: 20px; */
}
.banner-bar{
	background: #F5EBE0;
	text-align: center;
}
.banner-bar-ul{
	margin: 0;
    font-size: 0;
    padding: 25px 0;
}
.banner-bar-ul li{
	display: inline-block;
    list-style-type: none;
    font-size: 18px;
    padding: 10px 20px;
    background: #FFFFFF;
}
.banner-bar-ul li a{
	color: #000000;
}
.banner-bar-ul li.active{
    background: #FEA268;
    color: #FFFFFF;
}
.product-bar {
    background: #F5EBE0;
}
.product-bar-title {
    text-align: center;
    font-size: 1.5vw;
    color: #333333;
    /* letter-spacing: 0.5vw; */
    padding-top: 30px;
    margin-bottom: 20px;
}
.product-bar-title .leftimg{
	width: 18%;
    margin-right: 10px;
}
.product-bar-title .rightimg{
	width: 18%;
    margin-left: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner-bar-ul li{
	display: inline-block;
    list-style-type: none;
    font-size: 14px;
    padding: 8px;
    background: #FFFFFF;
}
}