div#desktop_logo img.logo {
    max-width: 250px;
}

.products-grid .product-miniature-layout-1 {
    background: rgba(170, 170, 170, 0.1);
}


body #search_filters .facet .facet-label,
body #search_filters_brands .facet .facet-label,
body #search_filters_suppliers .facet .facet-label {
    margin-bottom: .5rem;
}

#footer img.payment-option {
    border-radius: 6px;
    width: 42px;
    height: 28px;
    box-shadow: none;
    background-color: #fff;
    margin-right: 5px;
    transition: 0.2s all;
    transform: scale(.95);
}

#footer img.payment-option:hover {
    transform: scale(1);
}

#footer .anpc-holder .anpc-sal, #footer .anpc-holder .anpc-sol {
    width: 155px;
    height: 38px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(.9);
    transition: 0.2s all;
}

#footer .anpc-holder .anpc-sal {
    background-image: url(/themes/suportpescuit/assets/img/sal.png);
}

#footer .anpc-holder .anpc-sol {
    background-image: url(/themes/suportpescuit/assets/img/sol.png);
}

#footer .anpc-holder .anpc-sal:hover, #footer .anpc-holder .anpc-sol:hover {
    transform: scale(1);
}

#footer img.payment-option.netopia-payments {
    height: 35px;
    width: auto;
}