.prod-list-brand{
    width: 80px;
    min-height: 65px;
    margin: 0 auto;
}
.prod-list-brand img{
    width:100%;
}

#category_text{
    position: relative;
    z-index: 1;
    overflow: hidden;
  height: 81px;

}

#read-more-text{
cursor: pointer;
text-align: center;
font-weight: bold;
color: #fff;
background: #0a738a;
padding: 5px;
font-size: 11px;
width: 100px;
margin-left: 29px;
margin-top: 20px;
}

#category-description{
    position: relative;
}

#category_text.show-all-text{
    height: auto;
}

.prod-pu-box
{
    cursor: pointer;
}

.cod{
    text-transform: uppercase;
}

.cat-child{
width: 20%;
height: 180px;
display: table;
padding: 10px;
}
.cat-child a{
 color: #000;
font-size: 13px;
display: block;
    line-height: 1;
}
.cat-child .middle{
    margin: 5px;
    border: solid 1px #EEEEEE;
}

.cat-child .middle{
width: 100%;
text-align: center;
display: table-cell;
vertical-align: middle;
}
#cat_childrens{
width: 960px;
margin-left: 0px;
}


.no-results{
    padding: 10px;
    font-size: 12px;
}


#prods_list #featured_products_list li {
    width: 31.6% ;
    margin: 8px;
    margin-bottom: 30px;
}

#featured_products_list .product-list-thumb {
    width: 70% !important;
    margin: 0 auto !important;
}

#featured_products_list  .product-box{
    border: solid 1px #a09e99;
    height: 398px;
}

.featured-sub-categories-box ul li{
  margin: 0 !important;
}


ul.pagination li{
  display: inline-block;
  font-size: 13px;
  padding: 3px;
  margin-right: 2px;
  cursor: pointer;
  color: #0a738a;
  font-weight: bold;
}
ul.pagination li.current-page{
  color: #C21C3C;
}


.brand-cont{
  height: 60px;
  overflow: hidden;
  
}