.content-wrapper-niver {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #fff;
    z-index: 1;
	display: flex;
}
/* LATERAL ESQUERDA */
.content-wrapper-niver::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://s3.amazonaws.com/lepok.w/imagens-pimaco/aniversario/esquerda.png');
    background-repeat: repeat-y;
    background-position: left top; /* topo + esquerda */
}

/* LATERAL DIREITA */
.content-wrapper-niver::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://s3.amazonaws.com/lepok.w/imagens-pimaco/aniversario/direita.png');
    background-repeat: repeat-y;
    background-position: right top; /* topo + direita */
}

/* Garante que tudo dentro fique acima das laterais */
.content-wrapper-niver > * {
    position: relative;
    z-index: 2;
}
#menu-lateral-busca-produto {
    background: #fff;
    min-height: 100%;
}
.content-wrapper {
    flex: 1;
}

@media (max-width: 767px) {
    .content-wrapper-niver {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.content-wrapper-produto{
	border-left: thin solid #fff4d4; 
	background-color: #fff; 
	margin-left: 0px;
}