.postabcateslider{
position: relative;
margin-top: 0px;
}
.tab_box{
position: relative;
margin-bottom: 50px;
overflow: hidden;}
/* title */
.tab_box .cate_title{
margin-bottom: 20px;
position: relative;}
.tab_box .cate_title h2{
margin: 0;
font: bold 20px/35px 'Open Sans', sans-serif;
color: #000;
text-transform: uppercase;
border-bottom: 1px solid #a2a2a4;}
/* navi */
.tab_box .prevtab,
.tab_box .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;}
.tab_box .prevtab{
right: 37px;}
.tab_box .prevtab:hover,
.tab_box .nexttab:hover{
background: #0051aa;}
/* content */
.tab_box .block_content{
position: relative;
overflow: hidden;}
.tab_box .owl-carousel .owl-item .item{
padding: 0 15px;}
.tab_box .owl-carousel .item_inner{
position: relative;
overflow: hidden;
margin-bottom: 15px;}
.tab_box .owl-carousel .item_inner:last-child{
margin-bottom: 0;}
.tab_box .owl-carousel .item_inner .home-tab-img{
position: relative;
overflow: hidden;}
.tab_box .owl-carousel .item_inner .home-tab-img img{
margin: 0 auto;}
.tab_box .owl-carousel .item_inner .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;}
.tab_box .owl-carousel .item_inner:hover .home-tab-img .home-tab-button{
opacity: 0.8;}
.tab_box .owl-carousel .item_inner .quick-view,
.tab_box .owl-carousel .item_inner .addToWishlist{
display: block;
float: left;
width: 55%;
color: #fff;
background: transparent;
line-height: 40px;
font-size: 20px;
text-align: center;
padding: 0;
border: 0;}
.tab_box .owl-carousel .item_inner .addToWishlist{
border-right: 1px solid #78787a;}
.tab_box .owl-carousel .item_inner .quick-view:hover,
.tab_box .owl-carousel .item_inner .addToWishlist:hover{
color: #dcdcdc;}
.tab_box .owl-carousel .item_inner .quick-view span,
.tab_box .owl-carousel .item_inner .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;
margin-top: -10px;}
.tab_box .owl-carousel .item_inner .cart_exclusive{
display: block;
float: left;
width: 35%;
color: #fff;
background: transparent;
text-align: center;
padding: 0;
border: 0;

margin-top: -5px;}
.tab_box .owl-carousel .item_inner .exclusive{
border: 0;
background: transparent;
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
padding: 0;
line-height: 35px;
font-size: 20px;
-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;}
.tab_box .owl-carousel .item_inner .exclusive:hover{
color: #f6f6f6;

}
.tab_box .owl-carousel .item_inner .home-tab-info{
display: block;
position: relative;
overflow: hidden;
padding: 0;
text-align: center;}
.tab_box .owl-carousel .item_inner .price-box{
display: block;
min-height: 48px;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
margin-bottom: 3px;}
.tab_box .owl-carousel .item_inner .price-box .old-price{
font: normal 15px/45px 'Open Sans', sans-serif;
margin-left: 5px;
color: #959595;}
.tab_box .owl-carousel .item_inner .price-box .price{
font: bold 18px/45px 'Open Sans', sans-serif;
color: #777;}
.tab_box .owl-carousel .item_inner .product-name{
display: block;
text-align:center;
font-weight:600;
font: 600 16px/45px 'Open Sans', sans-serif;
color: #0051aa;
text-transform: capitalize;
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;}
.tab_box .owl-carousel .item_inner .product-name:hover{
color: #0051aa;}
.tab_box .owl-carousel .item_inner .comment-box{
display: block;
overflow: hidden;
position: relative;
min-height: 20px;}
.tab_box .owl-carousel .item_inner .comment-box .star_content{
display: inline-block;
position: relative;
z-index: 3;
padding: 0 10px;
background: #fff;}
.tab_box .owl-carousel .item_inner .comment-box .nb-comments{
display: none;}
/*@media (max-width: 1199px){
	.tab_box .owl-carousel .item_inner .home-tab-img .home-tab-button{
		opacity: 1;}
}*/