/* Esconder botao de carrinho, quatidade e adicionar */
.carrinho, .qtd-prod, .adic-prod {
    display: none !important;
}

/* Ocultar logo loja integrada */
#rodape>div:last-child .conteiner, #rodape .sobre-loja-rodape .conferir {
    display: none;
}

/* Ocultar o box shadow da barra de busca */
.full.menu .nivel-um ul, .busca input, .busca input:focus {
    box-shadow: none;
}

/* Arrumar o minibanner no tablet 768px */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .row-fluid.banner.mini-banner {
    padding: 20px;
}
}

/* Bottom no whatsapp no mobile */
@media only screen and (max-width: 767px) {
.wa__btn_popup {
	bottom: 15% !important;
}
    
.banner .flexslider .flex-direction-nav li a {
    display: none !important;
    width: 20px !important;
    height: 20px !important;
}
.banner .flexslider .flex-direction-nav li a .icon {
    height: 10px !important;
}
}
