/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#search_filters .facet .faceted-slider {
    overflow: hidden;
}

.product-prices .tax-shipping-delivery-label {
display:none;
}

#search_filters .facet .collapse {
    display: block;
    max-height: 280px;
    overflow-y: auto;
    padding: 10px 0;
    overflow-x: hidden;
}

.thumbnail-container .product-title a {
    -webkit-line-clamp: 2;
min-height: 50px;
}

.product_list_default .thumbnail-container .product-meta {
min-height:50px;
}

@media (min-width: 992px) {
    .larger-banner-hpr {
        margin: 0 15% 0 5%!important;
        padding: 105px 0;
    }
}

.product-flags li.product-flag {
    margin: 2px 1px;
    padding: 2px 5px;
    display: inline-block;
    color: #ffffff;
    background: #000;
    position: relative;
    z-index: 0;
    border-radius: 5px;
}