/// BOTÃO COMPRAR REDONDO

.botao {
    border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0,0,0,0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-color: rgba(0,0,0,0.2);
    color: #555;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    padding: 6px 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #FFF;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(0,0,0,0.1));
    white-space: nowrap;
}



/// COR FAIXA TOPO

.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-scuro .nav-tabs li.active a, .elastislide-carousel ul li.active a {
    border-color: #ffffffd6;
    border-top-color: rgba(255, 255, 255, 0.84);
    border-right-color: rgba(255, 255, 255, 0.84);
    border-bottom-color: rgba(255, 255, 255, 0.84);
    border-left-color: rgba(255, 255, 255, 0.84);
}


///// listagem produto inical


.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.33);
    border: 10px solid hsl(0, 0%, 100%);
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 10px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 10px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 10px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgba(255,255,255,0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0;
}

.bandeiras-produto span {
    text-align: center;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    line-height: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 0 0px 0px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    white-space: nowrap;
}

/////////



element.style {
}
#cabecalho {
    background: #5a2d82;
}
#cabecalho {
    text-align: left;
    background: none;
}
#cabecalho {
    background-position: top center;
    background-repeat: repeat;
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
div {
    display: block;
}
body {
    color: #5a2d82;
}
body {
    background: #f8f8f8;
    font-size: 12px;
    font-family: "Poppins",sans-serif;
}
body {
    font-family: 'Open Sans' ,sans-serif;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat;
}
body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #666;
}
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

#cabecalho {
    background-position: top center;
    background-repeat: repeat;
}

#cabecalho {
    text-align: center;
    background: none;
}

.barra-inicial {
    background-color: #ed3237;
}

///


.listagem.com-caixa .listagem-item .acoes-produto {
    border-style: solid;
}
.listagem-item .acoes-produto {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20%;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    padding: 10px 0;
    border-width: 2px 2px;
    border-style: dashed;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity ease-in-out .08s,bottom ease-out .08s;
}

/// BOTÃO INSTAGRAM

.lista-redes .icon-instagram {
    background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
    background-repeat: no-repeat;
    border-radius: 50%; /* se quiser botão redondo */
    width: 40px;        /* largura do botão */
    height: 40px;       /* altura do botão */
    display: inline-block;
    cursor: pointer;
}
