.pav-categoryproducts {    
    position: relative;
    margin-top: 40px;
}
.pav-categoryproducts .box-content {   
    position: relative;
    border-color: #e5e5e5;
    border-width: 3px 1px 0px 1px;
    border-top-color: #4c4c4c;
    border-style: solid;    
}

.pav-categoryproducts:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    bottom: 0;
    left: 0;
}
.pav-categoryproducts .h-tabs li a > img {
    -webkit-transition:all 400ms ease-in-out; 
    -moz-transition:all 400ms ease-in-out; 
    -o-transition:all 400ms ease-in-out; 
    -ms-transition:all 400ms ease-in-out; 
    transition:all 400ms ease-in-out; 
}
.pav-categoryproducts .h-tabs li a > img:hover {
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
}
.pav-categoryproducts .h-tabs li .banner-category{
    overflow: hidden;
    position: relative;
}

.pav-categoryproducts .product-inner {
    width: 25%;/*width: 33.3333%;*/
}
/*@media (max-width: 768px){
.pav-categoryproducts .product-inner {	
	width: 50%;
	}

*/
.pav-categoryproducts ul li {
    position: relative;
}
.pav-categoryproducts ul li .category_name > span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 9px 21px;
    position: absolute;
    top:-41px; /*-3px;*/
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1000;
    left: -1px;
}
.pav-categoryproducts ul li.primrose-color .category_name > span{
     color: #e31e24;;
    top: -41px;/*-3px;*/
    left: -1px;
    border-bottom: 3px solid #e31e24;;
}
.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: 100%;/*67.4%;*/
    border: none;
    margin: 0;
}
.pav-categoryproducts .tab-content .item-row {
    border-bottom: 1px solid #e5e5e5;
}

.pav-categoryproducts .tab-content .item-row:last-child{
    border: 0;
}

.pav-categoryproducts .product-block:hover .product-meta {
    bottom: 0;
}
.pav-categoryproducts .product-block {
    margin: 0;
    /*border: 0 none;*/
    overflow: visible;
	min-height: 283px;/*300px;*/
}
.pav-categoryproducts .product-block .product-content {
    overflow: hidden;
    position: relative;
}
.pav-categoryproducts .product-block .product-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    top: 0;
    right: 0;
}

.pav-categoryproducts .product-inner:last-child .product-block .product-content:after{
    border: 0;
}
.name-category span {
    color: #e31e24;;
    font-family: "Trebuchet MS",'Lobster',sans-serif;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -30px;
}