.ajax-results.open {
    display: none !important;
}

@media print {
    .headersection-2.headersection-menu {
        display: none;
    }
    div#minicart_71 {
        display: none;
    }

    .col-lg-9.col-md-9.col-sm-9.cart-topbuttons {
        display: none;
    }

    div#search_72 {
        display: none;
    }

    .headersection-1.headersection-topbar {
        display: none;
    }

    .headersection-3.headersection-menu {
        display: none;
    }

    .promotion_discount {
        display: none;
    }

    button.btn.btn-primary.btn-sm.btn-block {
        display: none;
    }

    a.btn.btn-black.to-checkout {
        display: none;
    }

    div#cartclear_895 {
        display: none;
    }

    td.delete {
        display: none;
    }

    div#htmlcontent_138218 {
        display: none;
    }

    footer.footer {
        display: none;
    }

    div#shoppingtools_138003 {
        display: none;
    }
    .toolbar {
        display: none;
    }
    i.fa.fa-envelope-o {
        display: none;
    }
span.smaller.add-reference {
    display: none !important;
}
  span.smaller.manufacturer-ref {
    display: none !important;
}
    
}

.gridlist-list .in-stock {
  color: #a51e9e;
}

.gridlist-list .in-stock::before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background-color: #95ab37;
}

.gridlist-list .product-name a {
  color: #6e6e6e;
  font-weight: 300;
}

.gridlist-list strong.out-stock::before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: red;
}

.gridlist-list .live-outstock {
  color: #c10a27;
  font-size: 0.75em;
}