/* Botão arredondar e cor */
a.botao.botao-comprar.principal {
    border-radius: 25px;
    background-color: #FFFFFF;
    
}/*Botão Ver Mais*/
a.tag-comprar.fundo-principal {
    border-radius: 25px;
    background-color: #2e994e;
}

/* ==== Tags Produtos ==== */
.keywords-tags{
	text-align: left;
	border: 0 solid;}
.keywords-tags a{
	padding: 8.5px;
	border: 1px solid #e4e4e4;
    color:#000000;
	border-radius: 30px 30px 30px 30px;
	font-size: 14px;
	line-height: 50px;}
.keywords-tags a:hover{
	background-color: #e8ffde;}
@media only screen and (max-width: 600px) {
  .keywords-tags {
    text-align: left;}
  .keywords-tags a{
    padding: 9px;  
    font-size: 14px;
    line-height: 35px;}
}

/* Listagem */
.botao-whatsapp a span {height:22px;}
.listagem .imagem-produto img, .banners-extras img {border-radius: 30px 30px 30px 30px;}
.listagem .listagem-item .listagem-item-wrap {border:0;}
.listagem .listagem-item:hover .listagem-item-wrap {
    border-radius: 30px 30px 30px 30px;
    border: 0;}
.listagem .listagem-item .acoes-produto .qtde-adicionar-carrinho {
    width:85px!important;
    height:45px;}
.preco-produto > :nth-child(2) {
    font-size:16px;}

/* Produto */
	.produto-detalhes .wrap-parcelas {display:none;}
	.abas-custom {
		font-size: 15px;
		line-height: 1.5em;}
	.abas-custom h2 {
		font-size: 22px;
		margin: 20px 0 0;}
	.abas-custom .tab-content ul {
		margin: 30px 120px;}
	.abas-custom .tab-content ul {
		padding: 0;
		border: 1px solid #e9e9e9;
		margin: 0 0 20px;}
	.abas-custom .tab-content ul > li {
		list-style: none;
		display: block;
		width: 100%;
		padding: 14px;
		font-weight: 600;
		box-sizing: border-box;}
	.abas-custom .tab-content ul > li:nth-child(odd) {
		background: #f3f2f2;}
	.abas-custom .tab-content ul > li >strong {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 400;
		min-width: 180px;
		display: inline-block;}
	.abas-custom .tab-content .descr-info{
		font-size: 16px;	}

/* Cart */
	.tabela-carrinho .produto-info ul,.formas-pagamento-checkout-additional-pix {display:none;}
	.painel .carrinho > a strong {border-radius:25% 25% 25% 25%;}
	
/* Checkout */
.titulo .fazer-login-btn{font-weight:bold;color:#d62727;}
.checkout-alerta-seguro{display:none;}
