.nav-path{
    background-color: white;
    border-bottom: 1px solid #ddd;
}
.nav-path .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
}
.search_products{
    background-color: #fff;
    min-height: 300px;
  overflow: hidden;
}
.product-class,.sort{
    margin-bottom: 5px;
}
.search-criterion-value-selected{
    line-height: 20px;
    border: 1px solid #ffbb7f;
    padding: 2px 17px 2px 2px;
    background-image:url('/resources/images/select_del.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff2e7;
    margin-left:10px;
}
a:hover{
    cursor:pointer;
    text-decoration:none;
}
input.input-control-count{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.product-list {
    width: 20%;
    overflow: hidden;
    float: left;
    padding: 10px 0;
}
@media screen and (max-width: 1200px) {
    .product-list {
        width: 33%;
    }
}
@media screen and (max-width: 992px) {
    .product-list {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .product-list {
        width: 100%;
    }
}
.product-show{
    line-height:20px;
    width:200px;
    height:317px;
    margin: 0px auto;
    padding: 8px;
    text-align:left;
    overflow:hidden;
}
.product-show:hover{
  border: #D43C1E solid 1px;
  padding: 7px;
}
.product-show .glyphicon {
    margin: 0 5px;
}
.img-show{
    width: 100%;
    height: 184px;
    margin: 0 auto 8px;
}
.img-show img{
    width: 100%;
    height: 100%;
}
.text-show p {
    margin-bottom: 0px;
    overflow: hidden;
}
p.product-price{
    font-size:20px;
    line-height: 30px;
    height: 30px;
}
.search-consult span:hover{
    margin-top: -1px;
}
.shopping-cart{
    color:#e1472f;
}
.wuhuo{
    line-height: 30px;;
    font-size:16px;
    font-weight: bolder;
    color:#00549b;
}
button.add-to-cart, button.search-consult-start {
    margin-top: 5px;
}
p.product-price a:link,p.product-price a:visited{
    color: red;
}
p.product-information a:link,p.product-information a:visited{
    color:#00549b;
    line-height: 20px;
    max-height: 40px;
}
p.product-information a:hover {
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}
p.product-information span, p.product-information a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}
p.company-name{
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
p.company-name a:hover{
    color:#222;
}
.product-table tbody{
    text-align:left;
}
.float-order-text {
    font-size: 16px;
    font-weight: bold;
    color:white;
}

.float-order {
    width:30px;
    height:30px;
    background:red;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    position:absolute;
    z-index:890;
}

.pagination {
    float: none;
}

.show-on-focus {
    visibility: hidden;
}

.focus .show-on-focus {
    visibility: visible;
}
.sort .checkbox label{
    line-height: 34px;
}
/*自定义*/
.checkbox .on-checked {
    display: none;
}
.checkbox .on-unchecked {
    display: inherit;
}
.checkbox.checked .on-checked {
    display: inherit;
}
.checkbox.checked .on-unchecked {
    display: none;
}
.checkbox {
    margin-left: 10px;
    margin-right: 10px;
}

.sub-categories {
  background-color: white;
  margin-bottom: 5px;
  padding: 8px 15px;
}
.sub-categories > a {
  margin-right: 15px;
}
.ranger {
  margin-top: 4px;
}
.sort ul.navbar-nav{
    margin: 0px;
}
.bargain{
    line-height: 30px;;
    font-size:14px;
    font-weight: bold;
    color:#00549b;
    border: 1px solid;
    border-radius: 2px;
    padding: 1px 2px;
}
