#hs-content-wrapper {
    max-width: 1240px;
    margin: auto;
    width: 90%;
}

.hs-btn.hs-highlighted {
    background: #000;
    color: #fff !important;
}

.hs-btn.hs-highlighted:hover {
    background: #055650 !important;
    color: #fff !important
}

span.hs-btn.hs-facet-view-more.hs-highlighted:hover {
    background: #055650 !important;
    color: #fff !important;
}

.hs-paypal-messaging {
    width: 100%;
}

.hs-faceted-search-container {
    display: none;
}

input.hs-btn.hs-highlighted:hover {
    background: #055650 !important;
    color: #fff !important
}

a.hs-btn.hs-highlighted:hover {
    background: #055650 !important;
    color: #fff !important;
}

.hs-faceted-search-container .column {
    float: none;
}

.products-view .hs-tabs, .rentals-view .hs-tabs {
    display: flex
;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.products-view .hs-tabs a, .rentals-View .hs-tabs a {
    display: block;
    padding: .5em;
    flex-grow: 1;
    text-align: center;
    text-decoration: none;
}
.products-view .hs-tabs a.selected, .rentals-View .hs-tabs a.selected {
    border-bottom: 2px solid;
    font-weight: bold;
}

footer {
	display: block !important;
	padding: 0;
}

.footer {
    width: 100%;
    padding: 2em 3em;
    overflow: auto;
    border-top: 20px solid #055650;
    display: flex !important
;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heading-pad {padding: 60px 0;

}

@media screen and (max-width: 1000px) {
    .heading-pad {
        padding: 0;
    }
