
.row {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#pesquisa2.collapsing{
    display: none;
  }

  #pesquisa2{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    flex-basis: 100%;
    background-color: white;
    padding-bottom: 5px;
  }

.modal{
    overflow: initial;
    width: 100%;
}

.icone-login{
    color: #f6398d;
    font-size: 30px;
}

#formbusca2{
    border: solid 1px #ff7dbd;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.label-login{
    font-size: 25px;
    margin-right: 10px;
}

.header-modal-login{
    text-align: center;
}

.common-input{
    margin-top: 0;
}

.titulo-login-social{
    font-size: 25px;
}

.login-social{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
}

.customGPlusSignIn {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #f6398d;
    margin-top: 7px;
    color: #808080;
    font-weight: bold;
    padding: 3px 25px;
}

.img-logo-google{
    max-width: 20px;
}

span.btn{
    padding: 0 !important;
    font-family: Roboto;
    font-size: 16px;
}

.blocker{
    z-index: 99 !important;
}

#texto-link-login{
    cursor: pointer;
}

.fa-exclamation-triangle{
    margin-right: 10px;
}

#aviso-erro{
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#aviso-erro-google{
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#aviso-erro-login-nativo{
    color: red;
    font-weight: bold;
    font-size: 15px;
}

#erro-login-social{
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.fb {
    background-color: #3B5998;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.85;
  }

input:hover, .btn:hover {
  opacity: 1;
}

a.fb.btn:hover{
    color: white;
}

a.fb.btn{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
}

.botao-facebook{
    border-radius: 3px;
    margin-top: 7px;
    color: white;
    font-weight: bold;
    padding: 0 15px;
}

.campo-busca{
    border-radius: 5px;
}

.input-group-icon{
    flex: 1;
    margin-right: 10px;
}

.sticky-fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .input-group-icon .icon {
    right: 0 !important;
    left: auto !important;
    padding: 0 20px !important;
    cursor: pointer;
}

.section-gap {
    padding: 150px 0;
}

.single-search-product img {
    max-width: 70px;
    height: 78px;
}

.view-btn:hover span {
    color: black;
}

#aviso-erro-recupera-senha{
    color: red;
    text-align: center;
    width: 100%;
}

#aviso-erro-nova-senha{
    color: red;
    text-align: center;
    width: 100%;
}

#aviso-erro-codigo{
    color: red;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

@media (min-width: 575px){
    .navbar-collapse {
        flex-basis: inherit;
        align-items: center;
    }
}
