#hs-content-wrapper {
    margin: auto;
    width: 90%;
    max-width: 1800px;
    margin: 40px auto;
    /* background: #F7F4F2; */
}

.product-view,
.products-view,
.cart-view,
.checkout-view {
    padding: 0 40px;
}

.hs-btn.hs-highlighted {
    background: #a11926;
    color: #F7F4F2 !important;
}

.hs-btn.hs-highlighted:hover {
    background: #282e32 !important;
    color: #F7F4F2 !important
}

span.hs-btn.hs-facet-view-more.hs-highlighted:hover {
    background: #282e32 !important;
    color: #F7F4F2 !important;
}



input.hs-btn.hs-highlighted:hover {
    background: #282e32 !important;
    color: #F7F4F2 !important
}

a.hs-btn.hs-highlighted:hover {
    background: #282e32 !important;
    color: #F7F4F2 !important;
}

.hs-faceted-search-container .column {
    float: none;
}
