/* Link */
#listagemProdutos .acoes-produto a{
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;
 border-top-right-radius:30px;
 border-top-left-radius:30px;
}

/* Link */
.conteiner-principal > .conteiner > div a{
 border-top-left-radius:30px !important;
 border-top-right-radius:30px !important;
 border-bottom-left-radius:30px !important;
 border-bottom-right-radius:30px !important;
}

/* Division */
.conteiner-principal #rodape > div > .conteiner > .row-fluid > div{
 display:inline-block !important;
 transform:translatex(0px) translatey(0px) !important;
}

/* Link */
.produto .principal .comprar a{
 transform:translatex(0px) translatey(0px);
 border-top-right-radius:30px;
 border-top-left-radius:30px;
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;
}

/* Link */
.carrinho-interno-ajax .carrinho-rodape a{
 border-top-left-radius:30px !important;
 border-top-right-radius:30px !important;
 border-bottom-left-radius:30px !important;
 border-bottom-right-radius:30px !important;
}

/* Grande */
.acao-editar .grande{
 border-bottom-left-radius:30px !important;
 border-bottom-right-radius:30px !important;
 border-top-right-radius:30px !important;
 border-top-left-radius:30px !important;
}

/* Botao */
.acao-editar .botao{
 border-top-left-radius:30px;
 border-top-right-radius:30px;
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;
}

.secao-principal .caixa-destaque a{
  border-top-left-radius:30px;
 border-top-right-radius:30px;
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;  
}


