.atributos ul li a {
    -webkit-box-shadow: none;
    background: #f1f1f100;
    box-shadow: none;
    border: 0.5px solid #000;
    margin: 0 !important;
    border-radius: 8px;
    transition: .12s;
    overflow: hidden;
}

.atributo-cor a {
    padding: 0px;
}

.pagina-produto .acoes-produto>div.comprar>a.botao {
    width: 100%;
    padding: 5px 0;
    border: none;
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 8px;
    float: left;
    background-image: none !important;
}

.botao.desativo {
    cursor: auto;
    opacity: .99;
    filter: alpha(opacity=50);
}

.atributos ul li a:hover, .atributos ul li.active a {
    background: #fff;
    transform: scale(1.05);
    transition: .12s;
    border: none;
    border: 2px solid #000;
    z-index: 9;
}

