
.product-search-form input.not-found {

    border-color: #ff0033;

}
.product-search-form input.page-index{
    border-radius: 4px 
}
.popover {
    max-width:1000px !important;
}


.product-header-search .product-pagination {
    float:right;
}
.product-header-search .product-pagination ul {
    margin-left:0;
    padding-left:0;
    display: inline-block;

}
.product-header-search .product-pagination ul li{

    display: inline;
}
.product-header-search .product-pagination ul li.active{
    background-color: #db1014;
    border-radius: 4px;
    padding: 0 4px 0 4px;
}
.product-header-search .product-pagination ul li.active a{
    color: #fff;
}
.product-filter {
    padding:  0 0 15px 0;
    /*background-color: #fafafa;*/
    /*border-width: 0px 0px 0 2px;*/
    /*    border-style: solid;
        border-color: #ba1d1d;*/
    /*background-image: url("../images/overlay.png");*/
    /*background-repeat: repeat;*/
    font-size: 1.1em;
}
.product-filter-header  div{
    font-size: 0.8em;
    display:inline;
}
.product-filter-content {

}
.filter-price-range  {
    padding: 10px 0 0 0;

}
.filter-price-range  .ui-slider{
    margin-bottom:6px;

}
.filter-price-range .price-for{
    padding-left: 0x;
}
.filter-price-range .price-to{
    padding-right: 0px;
    margin:0;
}
.ui-slider-range {
    background-color: #474747;
}
.filter-sort-by-price {
    /*    margin-top:10px;*/
}
.filter-price-range .price-for,.filter-price-range .price-to {
    font-weight: bold;

}
.products .row {

}
.product-image {

}
.product-content {
    word-wrap: break-word;
    padding-right: 9px;
}
.product-content p {
    text-align: justify;

}
.thumbnail-footer {
    padding: 0 13px 15px 13px;
}
.thumbnail-footer hr{
    margin-bottom: 4px;
}
.thumbnail-footer .similar-product-label {
    color: #cccccc;
}
.price {
    font-size: 1.4em;
    font-weight: bold;
    font-family:  sans-serif;
}
.product-image img {
    max-width: 180px !important;
    max-height: 300px;
}
.product-similar-content {
    margin-bottom:20px;
}
.product-similar-content .product-image img {
    max-width: 100px !important;
    max-height: 80px;
}
.product-similar-content-even {
    border-style: solid;
    border-color: #ddd;
    border-width: 0 0 0 1px;
}
