
/* Config de Menus */



.carrinho > a strong {
    font-size: 16px;
    margin: 3% -15%;
    line-height: 25px;
    color: #fffafa !important;
    background: #65419A !important;
    border-radius: 50% !important;
    width: 25px;
    text-align: center;
    height: 25px;
    border: 1px solid;
}



.busca input {
    border-radius: 12px !important;
    background: #f6f6f6 !important;
    border: 1px solid #eaeaea !important;
}


.busca .botao-busca {
    position: relative;
    right: 30px;
    top: unset;
    background: 0 0;
    border: none;
    color: #65419A !important;
    font-size: 22px !important;
}


.menu.superior {
    background: #fff !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    box-shadow: inset 1px 5px 10px 0 rgba(0, 0, 0, .03);
}


/* mini banners */
.flexslider .slides img {
    height: auto;
}



/* Botao comprar listagem de produtos */
.acoes-produto.hidden-phone .botao-comprar {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    font-size: 16px;
    background: #FF5F8A;
    padding: 5px 30px;
    border-radius: 50PX;
    color: #ffff !important;
    line-height: normal !important;
    border: 1px solid;
    text-transform: uppercase;
}

.acoes-produto.hidden-phone .botao-comprar:hover {
    background: #ffffff;
    color: #000 !important;
}

/*Listagem de produtos */
.listagem-item {
    background-color: rgba(255, 255, 255, 0);
    background: #FFFF;
    padding: 20px !important;
    border-radius: 12px;
}
    
/* depoimentos */
#testimonials article.slick-slide {
    background: white !important;
}

.slick-slide img {
    margin-top: 40px;
    border-radius: 20px;
}

article.slick-slide p, article.slick-slide.slick-active p {
    margin-bottom: 40px;
}


/*Rodape*/
#rodape .institucional .conteiner {
    max-width: 1180px;
    width:100%;
}

#rodape .titulo {
    color:#fff !important;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none !important;
}

#rodape .institucional a {
    color: #cacaca;
}



/*Pagina do produto*/
.produto>.row-fluid:first-child {
    padding: 20px;
    background: white !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
}

.abas-custom .tab-content {
    background: #fff !important;
}


/*Carrinho*/

body.pagina-carrinho .conteiner-principal > #corpo > .conteiner {
    background: #ffffff !important;
    margin-top: 40px;
}



/*checkout*/
.caixa-sombreada {
    box-shadow: 1 1 !important;
    background: #fff !important;
}


.tema-transparente .conteiner {
    background-color: transparent;
    box-shadow: none;
}

.campos-pedido .caixa-sombreada, .campos-pedido .acao-editar button:first-child {
    margin-bottom: 20px;
    background: #fff1f1 !important;
    border-radius:12px !important;
}


@media only screen and (max-width: 767px) {
    .tabela-carrinho, .tabela-carrinho tbody, .tabela-carrinho th, .tabela-carrinho td, .tabela-carrinho tr {
        display: block;
        padding: 10px !important;
    }
    
     .carrinho-checkout #cabecalho {
        background: #f1f1f1 !important;
        padding: 20px !important;
    }
}