.pav-categoryproducts .tab-content {
	width: 75.5%;
    position: relative;
}
#content .pav-categoryproducts ul{
    padding: 10px 0 0 10px;
}
.pav-categoryproducts ul li a{
    display: block;
}
.pav-categoryproducts ul li{
    position: relative;
}
.pav-categoryproducts .tab-nav{
	width: 24.5%;    
}
.pav-categoryproducts .cat-products-block{
    margin-left: 5px;
}
.pav-categoryproducts .product-block{
    padding: 0;
    margin-bottom: 35px;
    background-color: transparent;  
}
.pav-categoryproducts .product-block .name{
    margin-top: 30px;
}
.pav-categoryproducts .item{
    margin: 3px;
}
.pav-categoryproducts .carousel-controls{
    position: absolute;
    top: 72px;
    left: -10px;
    z-index: 10;
}
.pav-categoryproducts .product-inner{
    width: 33.3333%;
}
.pav-categoryproducts .product-block .product-content{
    padding: 5px;    
}
.pav-categoryproducts .product-grid .button-group > div{       
    border: 0;
    width: 100%;
    float: none;
}
.pav-categoryproducts .product-grid .button-group > .wishlist{
    border-width: 0 0 1px 0;
    border-color: #ececec;
    border-style: solid;
}
.pav-categoryproducts .product-grid .btn-action{
    padding: 15px 0;
    width: 100%;
}
.pav-categoryproducts .product-grid .button-group > .wishlist a{
    border-radius: 0;
}
.pav-categoryproducts .product-block:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.pav-categoryproducts .product-block:hover .product-actions{
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.pav-categoryproducts .product-block .product-actions{
    width: 100%;
    top: 278px;
}
.pav-categoryproducts .product-block:hover .product-actions{
    top: 358px;
}