body {
    overflow-x: hidden;
}
.product-filters {
    background: transparent;
}
.product-filters table {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
}
.product-filters tr {
    border-bottom: 1px solid #ddd;
}
.product-filters tr:last-child {
    border-bottom: 0;
}
.product-filters tr:nth-child(even) td {
    background: #f3f3f3;
}
.product-filters td {
    padding: 4px;
}
.product-filters thead {
    background: #343e47;
}
.product-filters thead td {
    color: #fff;
}
.product-filters .filter-search,
.product-filters .filter-list,
.nav-search,
.products-list-wrap .product-filters,
.products-list-wrap .filter-search,
.products-list-wrap .product-view-util,
.product-filters .show-more,
#contactUsForm {
    display: none;
}
.footer-contact .container-fluid {
    width: 990px !important;
    max-width: 990px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.footer-contact .col-sm-3 {
    width: 100%;
    margin-left: 0;
}
.list-contact li {
    display: block;
    margin-bottom: 25px;
    float: left;
    width: 25%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.footer ul.list-contact {
    width: 100%;
}
.tools-wrap h3 + a {
    position: relative;
    top: -20px;
    display: inline-block;
    margin-bottom: 20px;
}
