.nossas-lojas .wrapper-form {
    text-align: center;
    margin: 40px auto;
}

.nossas-lojas form.form-loja {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.nossas-lojas .form-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}

.nossas-lojas .form-group select {
    border-radius: 10px;
    width: 100px;
    height: 40px;
    padding: 0 10px;
}

.nossas-lojas .form-group button {
    background: #000;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100px;
    color: #fff;
    border-radius: 4px;
}

.nossas-lojas div#divResultado {
    width: 1280px;
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    height: 440px;
    flex-wrap: nowrap;
    overflow: scroll;
}

.nossas-lojas .sideright-item {
    display: flex;
    border-bottom: 1px solid #bdbdbd;
    padding: 20px 0;
    width: 60%;
    margin: 0 auto;
    gap: 10px;
    align-items: initial;
    flex-direction: column;
}

.nossas-lojas p.sideright-item__title {
    font-size: 24px;
    margin-bottom: 0px;
}

.nossas-lojas p.sideright-item__description {
    font-size: 14px;
}

.nossas-lojas p.sideright-item__description {}

.nossas-lojas .sideright-item:last-child {
    border: none;
}
.nossas-lojas .nomeDepartamento p{
	display: none;

}
.nossas-lojas footer {
    margin: 40px 0 0;
}