.pav-categoryproducts {    
    position: relative;
    padding-top: 30px;
}
.pav-categoryproducts .box-content {  
    border-color: #e64c65;
    border-width: 3px 1px 0px 1px;
    border-top-color: #e64c65;
    border-style: solid; 
}

.pav-categoryproducts:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    bottom: 0;
    left: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    vertical-align: middle;
}
.pav-categoryproducts .h-tabs li .banner-category{
    overflow: hidden;
    position: relative;
}

.pav-categoryproducts ul li {
    position: relative;
}
@media (max-width: 991px) {
    .pav-categoryproducts ul li .category_name > span {
        top: -41px;
        padding: 9px 0;
    }
}
@media (min-width: 991px) {
    .pav-categoryproducts ul li .category_name > span {
        top: -3px;
        padding: 9px 21px;
    }
}
.pav-categoryproducts ul li .category_name > span {
    background: none repeat scroll 0 0 #e64c65;
    position: absolute;    
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    z-index: 1000;
    left: -1px;
}
.pav-categoryproducts ul li.primrose-color .category_name > span{
    color: #fff;
    left: -1px;
    border-bottom: 3px solid #fff;
}
.pav-categoryproducts ul li.rajah-color .category_name > span{
     border-bottom: 3px solid #11a8ab;
    color: #11a8ab;
}
.pav-categoryproducts ul li.sail-color .category_name > span{
     border-bottom: 3px solid #fcb150;
    color: #fcb150;
}
.pav-categoryproducts ul li.cabaret-color .category_name > span{
     border-bottom: 3px solid #4fc4f6;
    color: #4fc4f6;
}

.pav-categoryproducts .tab-nav {
    width: 32.6%;    
}
.pav-categoryproducts .tab-nav span {
    left: 0;
}
.pav-categoryproducts .tab-content{
    padding: 0;
    width: 67.4%;
    border: none;
    margin: 0;
}
@media (max-width: 991px) {
    .pav-categoryproducts .tab-content {
        width: 100%;
    }
    .pav-categoryproducts .tab-nav {
        width: 100%;
    }
}
.pav-categoryproducts .tab-content .item-row {
    border-bottom: 1px solid #e5e5e5;
}

.pav-categoryproducts .tab-content .item-row:last-child{
    border: 0;
}
.pav-categoryproducts .product-item .product-cols:last-child {

}
.pav-categoryproducts .product-block {
    margin: 0;
    border: 0 none;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1199px) {
    .pav-categoryproducts .product-block .image {
        margin-bottom: 73px;
        width: 192px;
        height: 177px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pav-categoryproducts .product-block .image {
        height: 134px;
        width: 157px;
    }
}
.pav-categoryproducts .product-block .product-meta {
    bottom: -54px;
}
.pav-categoryproducts .product-block:hover .product-meta {
    bottom: 0;
}
.pav-categoryproducts .product-cols:last-child .product-block:after {
    border: none;
}
.pav-categoryproducts .product-block:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    top: 0;
    right: 0;
}

.name-category span {
    color: #E64C65;
    font-family: 'Lobster',sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -30px;
}