/* demo css stylesheet */

/*a[class="header-profile-login-link"] {
	color:red !important;
}
*/

/*.facets-browse-category-heading-main-description {
display:none;
}
*/

div[data-view|="Facets.FacetedNavigation"] {
    display: none;
}

.facets-item-cell-grid-details p {
    display: none;
}


/* GASTON LOSARDO - ACS COMMERCE TEAM */

.footer-social-news {
    background-image: url('../png/bbb-accredited-business-high.png');

    background-size: 129px;
    background-repeat: no-repeat;
    background-position: top right;
}

@media (max-width: 991px) {
    .footer-social-news {
        background-position: 50% 15%;
    }
}

.footer-social-news h4 {
    margin: 0 0 5rem;
}

@media (min-width: 992px) {
    .footer-social-news h4 {
        margin: 0;
    }
}