 .navbar-nav > li.active {
    background: #23a6bb !important;
}
 .navbar-nav > li > a:hover,
 .navbar-nav > li > a:focus {
     background: #23a6bb !important;
     color:#fff !important;
}
 .productimages{
     max-height: 250px;
     max-width:250px;
     height:auto;
     width:100%;

 }
 .product-list-image{
     width: 100%;
     max-height: 220px;
     max-width: 220px;
 }

 .product-outer{
     max-width: 100%;
     display: block;
     text-align: -webkit-center;
 }

 .productImageDiv{
     min-height: 220px;
     height: 100%;
     display: table;
     width: 100%;
 }

 .productImageDiv a{
     vertical-align: middle;
     display: table-cell;
 }

 .offer-percentage{
     color: #0e5b7b !important;
     font-size: 12px !important;
 }
