@media (max-width: 991px) {
    .pre-nav-desktop,
    #footer .institucional,
    #footer .assinatura {
        display: none;
    }

    #footer .contato,
    #footer .seguranca,
    #footer .pagamento,
    #footer .institucional .redes-sociais,
    #footer .atendimento {
        text-align: center;
    }

    .pre-nav-mobile {
        display: block;
    }
    .input-group {
        flex-wrap: nowrap !important;
    }
    .input-cart {
        min-width: 60px !important;
    }
    #btn-search-mobile {
        display: block;
        position: absolute;
        right: 70px;
    }
    .navbar-light .navbar-toggler {
        color: black !important;
        border-color: black !important;
    }
}

@media (min-width: 1200px) {
    .col-quantity {
        width: 20%;
    }
}

@media (max-width: 500px) {
    .img-product {
        height: 200px;
    }
}

@media (max-width: 410px) {
    .navbar-brand {
        width: 190px !important;
    }
}

@media (min-width: 991px) and (max-width: 1070px) {
    .input-group-quick-functions a,
    .input-group-quick-functions button {
        font-size: 10px !important;
    }
    .navbar-brand {
        width: 170px;
    }
}