:root {
    /*geral*/
    --cor-principal: #4577ff;
    --cor-secundaria: #000000;
    --cor-terciaria: #818181;
    --cor-botao: #4577ff;
    --cor-titulos: #818181;
    --cor-preco: #4577ff;
    /*topo da loja*/
    --cor-background-topo: #ffffff;
    /*corpo da loja*/
    --cor-background-corpo: #eeeeee;
    /*rodape da loja*/
    --cor-menu-rodape: #3B3B3B;
    --cor-background-menu-rodape: #ffffff;
    --cor-background-rodape: #f6f6f6;
    /*newsletter rodape*/
    --cor-background-newsletter: #ffffff;
    --cor-texto-newsletter: #818181;
    /*texto fullbanner*/
    --cor-texto-1: #4577ff;
    --cor-texto-2: #000000;
    /*compre junto*/
    --cor-background-compre-junto: #ffffff;
}

/*BTN COMPRAR*/
.produto .acoes-produto .comprar .btn-comprar {
    width: 100%;
    background: var(--cor-botao);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.produto .acoes-produto .comprar .btn-comprar a {
    /* width: 100%; */
    color: white;
    text-align: center;
    font-size: 1.2vw;
}


/* Alterações feitas a mão abaixo*/

.lista-conta,
.lista-pedidos
 {
  display: none !important;
}

.painel .painel-conta{
  display: none;  
}

.menu-simples li:nth-child(2) {
  display: none;
}

.input-medium option[value="PJ"] {
  display: none;
}

 /*MOBILE */

.barra-conta,
.barra-pedidos,
.conta-mobile {
  display: none !important;
}

.inside > div.item-mobile:nth-child(2),
.inside > div.item-mobile:nth-child(3) {
  display: none !important;
}

.control-group:nth-child(5) {
    display: none !important;
}

@media only screen and (min-width: 1025px){
.banner-full img {
  max-width: 100% !important;
}
}
/*@media only screen and (max-width: 1024px){*/
/*.banners-full .int-mobile img {*/
/*   max-width: 100% !important; */
/*}*/
}
}
}

