.pos-new-product{
position: relative;
margin: 0 0 30px;
overflow: hidden;}
/* title */
.pos-new-product .title_block{
margin-bottom: 30px;
position: relative;}
.pos-new-product .title_block h2{
margin: 0;
font: bold 20px/35px 'Open Sans', sans-serif;
color: #000;
text-transform: uppercase;}
/* navi */
.pos-new-product .prevtab,
.pos-new-product .nexttab{
position: absolute;
top: 0;
right: 0;
cursor: pointer;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #a2a2a4;
color: #fff;
font-size: 25px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.pos-new-product .prevtab{
right: 37px;}
.pos-new-product .prevtab:hover,
.pos-new-product .nexttab:hover{
background: #0051aa; }
/* content */ 
.pos-new-product .block_content{
position: relative;
overflow: hidden;}
.pos-new-product .owl-carousel .owl-item{
padding: 0 15px;}
.pos-new-product .owl-carousel .item{
position: relative;
overflow: hidden;}
.pos-new-product .owl-carousel .item .home-tab-img{
position: relative;
overflow: hidden;}
.pos-new-product .owl-carousel .item .home-tab-img img{
margin: 0 auto;}
.pos-new-product .owl-carousel .item .home-tab-img .home-tab-button{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
overflow: hidden;
padding: 10px 0;
background: #0051aa;
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.pos-new-product .owl-carousel .item:hover .home-tab-img .home-tab-button{
opacity: 0.8;}
.pos-new-product .owl-carousel .item .quick-view,
.pos-new-product .owl-carousel .item .addToWishlist{
display: block;
float: left;
width: 60%;
color: #fff;
background: transparent;
line-height: 40px;
font-size: 20px;
text-align: center;
padding: 0;
border: 0;}
.pos-new-product .owl-carousel .item .addToWishlist{
border-right: 1px solid #78787a;}
.pos-new-product .owl-carousel .item .quick-view:hover,
.pos-new-product .owl-carousel .item .addToWishlist:hover{
color: white;}
.pos-new-product .owl-carousel .item .quick-view span,
.pos-new-product .owl-carousel .item .addToWishlist span{
display: block;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
font: normal 15px/20px 'Open Sans', sans-serif;
text-transform: capitalize;
padding: 0 10px;}
.pos-new-product .owl-carousel .item .cart_exclusive{
display: block;
float: left;
color: #fff;
background: transparent;
text-align: center;
padding: 0;
border: 0;

margin-top: -5px;
}
.pos-new-product .owl-carousel .item .exclusive{
border: 0;
background: transparent;
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
padding: 0;
line-height: 35px;
font-size: 25px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: #fff;
-webkit-box-shadow: 0px 0px 1px 5px rgba(221,221,221,1);
-moz-box-shadow: 0px 0px 1px 5px rgba(221,221,221,1);
box-shadow: 0px 0px 1px 5px rgba(221,221,221,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin: 15px 0 5px;}
.pos-new-product .owl-carousel .item .exclusive:hover{
color: #f6f6f6;}
.pos-new-product .owl-carousel .item .home-tab-info{
display: block;
position: relative;
overflow: hidden;
padding: 0;
text-align: center;}
.pos-new-product .owl-carousel .item .price-box{
display: block;
min-height: 48px;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 3px;}
.pos-new-product .owl-carousel .item .price-box .old-price{
font: normal 15px/45px 'Open Sans', sans-serif;
margin-left: 5px;
color: red;}
.pos-new-product .owl-carousel .item .price-box .price{
font: bold 18px/45px 'Open Sans', sans-serif;
color: #777;}
.pos-new-product .owl-carousel .item .product-name{
display: block;
text-align:center;
font-weight:600;
font: 600 16px/45px 'Open Sans', sans-serif;
color: #0051aa;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 0;
border-top: 1px solid #e1e1e1;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
-ms-transition: color 300ms ease;
-o-transition: color 300ms ease;
transition: color 300ms ease;}
.pos-new-product .owl-carousel .item .product-name:hover{
color: #0051aa;}
.pos-new-product .owl-carousel .item .comment-box{
display: block;
overflow: hidden;
position: relative;
min-height: 20px;}
.pos-new-product .owl-carousel .item .comment-box .star_content{
display: inline-block;
position: relative;
z-index: 3;
padding: 0 10px;
background: #fff;}
.pos-new-product .owl-carousel .item .comment-box .nb-comments{
display: none;}
/*@media (max-width: 1199px){
	.pos-new-product .owl-carousel .item .home-tab-img .home-tab-button{
		opacity: 1;}
}*/ 