:root{
     --cor-base: #4a3d78;
     --cor-base-light: #8372bd;
     --cor-secundaria: #fcb82e;
}
/*Vitrine Home*/
ul.product-list.owl-carousel:not(.template-06) .owl-wrapper .owl-item li{
    padding: 10px;
    margin-right: 15px;
}
/*Produto*/

.deriva-lista-corrida{
    display:block;
    width:100%;
}

.deriva-lista-corrida>.column {
    flex-direction: unset;
    display: inline-block;
    margin-right: 0;
}

.deriva-lista-corrida.column>.flex{
    width: 48%;
}
.deriva-lista-corrida.column>.flex>div .item-lista{
    width: 100%;
}

@media screen and (max-width: 800px) {
    .conteudo-produto #descricao-produto .content p iframe {
        width: 100%;
height: 360px;
    }
    .institucional .content-page iframe{
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
.conteudo-produto #descricao-produto .content p iframe {
    height: 280px;
}

}

@media screen and (max-width: 480px) {
.conteudo-produto #descricao-produto .content p iframe {
    height: 250px;
}

}

@media screen and (max-width: 400px) {
.conteudo-produto #descricao-produto .content p iframe {
    height: 200px;
}

}

.deriva-lista-corrida .dados-deriva{
     height: unset;
}

ul#nav-root{
    justify-content: center;
}
.header-top ul{
    justify-content: center;
}

#box-consulta-pedido, .consultar-pedido{
display: none;
}