#barraTopo {
    display: none !important;
}
.carrinho {
    border-width: 0;
}
.carrinho-interno>div .botao [class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 20px;
}
.carrinho-interno .nome-produto {
    font-size: 14px;
}
.carrinho-interno .preco-produto .preco-promocional {
    font-size: 16px;
}

.carrinho-interno.borda-principal {
display: none;
width: 320px;
position: absolute;
top: 40px;
right: 0;
z-index: 30;
background-color: #1C1C1C;
padding: 20px;
box-shadow: 0 0 3px rgb(0 0 0 / 50%);
border-radius: 12px;

}
#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div.inferior.row-fluid > div.span4.hidden-phone > div > div > div > div > a > i:before {
    color: #A0D704 !important;
}
#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div.inferior.row-fluid > div.span4.hidden-phone > div > a > i {
    background-color: #A0D704;
    border-radius: 8px;
}
#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9 > div.superior.row-fluid.hidden-phone > div.span4 > ul > li > i {
    background-color: transparent;
}
#form-buscar > button {
    background: #A0D704;
    border-radius: 8px; 
}
#cabecalho [class^="icon-"]:before, [class*=" icon-"]:before {
    color: white;
    font-size: 20px;
}
.acoes-conta>li i {
    background: #A0D704;
}
.carrinho>a i {
    background: #A0D704;
}

/*BUSCA*/
.busca {
    position: relative;
    padding: 10px;
    background-color: #A0D704;
    border: #A0D704;
    border-radius: 8px 8px 0 0;
}
.busca input {
    width: 94%;
    border-bottom: none;
    box-shadow: none !important;
    border-top: -12px;
    border-left: 0;
    border-right: 0;
    height: 30px;
    background: white;

}
#form-buscar > button {
    border-radius: 8px;
    border: none;
    border-bottom-color: white;
    color:#A0D704;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    padding: 6px 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-image: none;
    white-space: nowrap;
}
.botao:hover {
    background-image: none;
}
/*MENU*/
.menu.superior .nivel-um>li:hover {
    border-top-width: 0 ;
    margin-top: 0   ;
    background: #1C1C1C;
    border-radius: 0;
}
.menu.superior .nivel-um>li:hover {
    border-top-width: 0;
    margin-top: -2px;
    border-bottom-width: 2px;
}
.menu.superior .nivel-dois {
    padding: 0;
    background: #A0D704;
    border-radius: 0 0 10px 10px;
}
.menu.superior .nivel-dois li {
    border: 0;
    padding: 5px 0;
}
.menu.superior .nivel-dois li {
    padding: 0  30px;
    text-align: left;
}
.menu.superior .nivel-dois li:hover {
    background-color: #1C1C1C;
    background: #1C1C1C;
    border-radius: 8px;
}
.menu.superior {
    background-color: #A0D704;
    margin-top: 0;
    text-align: center;
    border-top: 0px #1C1C1C solid;
}
.menu.superior ul {
    margin: 0;
    display: inline-block;
}
.menu.superior li>a i, .menu-responsivo i {
    background-color: #A0D704;
}
.menu.superior .nivel-um>li {
    float: left;
    border-right: 0;
    border-left: 0;
}
.menu.superior li.com-filho>a i {
    display: none;
}
.menu li.com-filho>a i {
    display: none;
}
.conteiner-principal .conteiner {
    box-shadow: none !important;
}
.menu.lateral.outras li .titulo {
    font-size: 20px; color: #A0D704;
}
.conteiner-principal .conteiner {
    padding: 0;
}
/*VITRINE*/
.listagem .titulo-categoria {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
}
.bandeiras-produto {
    top: 0;
    margin: 15 0 0 15px;
}
.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: none;
}
.bandeiras-produto span {
    display: inline-block;
    padding: 4px 8px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin: 0 4px 2px 0;
    border: 0;
    border-radius: 8px;
    
}.listagem-item:hover .acoes-produto {
    bottom: 15%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.acoes-produto .botao {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    line-height: normal;
    text-transform: none;
    padding: 5px 50px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.1),rgba(0,0,0,0.1));
    white-space: nowrap;
}
.botao.grande {
    font-size: 26px;
    padding: 10px 56px;
    border-radius: 8px;
}
.listagem-item .acoes-produto {
    background-color: rgba(255,255,255,0.9);
}
.listagem .listagem-item .nome-produto {
    font-size: 16px;
}
#listagemProdutos .info-produto {
    font-size: 14px;
}
/*RODAPÉ*/
#barraNewsletter .componente input[type="text"] {
    width: 400px;
    margin-right: 5px;
    border-radius: 8px;
    height: 25px;
}
#barraNewsletter .componente .botao {
    position: static;
    line-height: 13px;
    padding-bottom: 8px;
    height: 35px;
    border-radius: 8px;
}
#barraNewsletter {
    box-shadow: none;
}
#rodape .institucional {
    background-image: #A0D704;
    font-size: 14px;
}
.pagamento-selos {
    background: none;
}
#rodape .redes-sociais {
    background: #A0D704;
    box-shadow: none;
}
.links-rodape ul li {
    list-style-image: none;
}
.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-escuro .nav-tabs li.active a, .elastislide-carousel ul li.active a {
    border-color: #A0D704;
}
#rodape > div:nth-child(3) > div > div > div:nth-child(2),.pagina-carrinho #rodape > div > div > div > div:nth-child(2) {
    background-image: url(https://lh3.googleusercontent.com/fcLPMBgEAcjRnjaNXoy_na7BypgEGUUeotA6tC2nRChL8ed-9KwUIosdwy8398Xsni_Llyi-eCpm8oRCBGFMtaUzmRd2BOgkkVfnw10yuWgbdrUF60gHOAC544bpi2X43DBeRK_68StM2gZdIU6IT-0Po6SJC_tJtucirns54IVVKEVT7EfUhfUYxnQoMg-16HP_Am10wqtcLbERurEurijlKXemtLjGyA6OgfEvz81l-9R67U-GP0afrXeMBy7NbLec9mJsBZVOzHGXIL-gD-fVSvHj8AT3GdiMOgrurTv333WJPhi38i2qQYoVukCOP5CoFfTu1S4_tk42703Uuz4317RfZNU5kQYxAvTHv3VJXNOiTQu5CDnpBzQP5W1d1Z1BwCchICp3q5eiiqv4QudfwuMPKw8kk6kg34J8IqP8m2XypG3AxNQn0oHb5hjmooSNtU5MzH4jk494cijGsm7b6Swhk9TfH73RHc2WqaZXCVKS3Dsxn-iGgsRiN3pnz4N41ZIr_z8yi8xB44VMPqtE_4oI_DBC4YA-jLqSRSYm_94LyVO9bQWXyld6bnLgoCx7rjEpEodXiGQjZ6WVJpuOTV9I46tPn5aaBdEsSK5EV3G5JToZult40lDJnAhC9PmMsOk-4HOsgO5KLaYuptJwyK4wUsbp4UDcLPurROyOJZkgfaQfqFj4e_iBp8PJGIfEIeeCLufR2uAEOjvtmcsg7LBcf-LREivVCiMIpsdFkKFt1Lb6HYyh3AsEwletpbP0yakNrZI1apEa752pjKGh0H08H5U0ug=s70-no?authuser=0);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 65%;
}
/* MOBILE */
@media only screen and (max-width: 767px){
.conteudo-topo .busca-mobile .atalho-menu {
    background: #A0D704;
    border: none;
    border-radius: 8px;
}
.atalhos-mobile li {
    background: #A0D704;
    border-radius: 12px;
}
.atalhos-mobile{
    border:none;
    background: #A0D704;
    border-radius: 15px;
}
#cabecalho .atalhos-mobile a:before {
    color: white;
}
.conteudo-topo .busca-mobile {
    background-color: transparent;
}
.busca {
    position: relative;
    padding: 0px;
    background-color: #A0D704;
    border: none;
    border-radius: 8px;
}
.busca input {
    width: 85%;
    box-shadow: none !important;
    border: none;
}

.busca form, .busca input {
    margin: 6px;
}
#form-buscar > button {
    border: none;
    background: #A0D704;
    border-radius: 8px;
top: 4px;
    right: 0px;
}
.menu.superior .nivel-um>li {
    float: unset;
}
.menu.superior .nivel-dois li {
    padding: 0 30px;
    text-align: center;
}
.listagem .titulo-categoria {
    text-align: center;
}
.botao.grande {
    font-size: 16px;
    padding: 10px 56px;
    border-radius: 8px;
}
.listagem-item .acoes-produto {
    position: relative;
    display: block !important;
    opacity: 1;
    border: none;
}
.listagem .listagem-item .acoes-produto-responsiva {
    display: none !important;
}
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -20px;
}
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: -20px;
}
.preco-produto .preco-venda {
    font-size: 20px !important;
}
#rodape .institucional div {
    text-align: center;
    background: #A0D704;
}
#rodape .pagamento- .span4{
    text-align: center;
    background: #A0D704;
}
#rodape .pagamento- .span4 ul {
    margin: auto;
    text-align: center;
    display: inline-block;
        border: none;
}
#listagemProdutos .info-produto {
    text-align: center;
}
#rodape > div:nth-child(3) > div > div > div.span9.span12 {
    padding-bottom: 20px;
}
#rodape > div:nth-child(3) > div > div > div:nth-child(2), .pagina-carrinho #rodape > div > div > div > div:nth-child(2) {
    background-image: url(https://lh3.googleusercontent.com/fcLPMBgEAcjRnjaNXoy_na7BypgEGUUeotA6tC2nRChL8ed-9KwUIosdwy8398Xsni_Llyi-eCpm8oRCBGFMtaUzmRd2BOgkkVfnw10yuWgbdrUF60gHOAC544bpi2X43DBeRK_68StM2gZdIU6IT-0Po6SJC_tJtucirns54IVVKEVT7EfUhfUYxnQoMg-16HP_Am10wqtcLbERurEurijlKXemtLjGyA6OgfEvz81l-9R67U-GP0afrXeMBy7NbLec9mJsBZVOzHGXIL-gD-fVSvHj8AT3GdiMOgrurTv333WJPhi38i2qQYoVukCOP5CoFfTu1S4_tk42703Uuz4317RfZNU5kQYxAvTHv3VJXNOiTQu5CDnpBzQP5W1d1Z1BwCchICp3q5eiiqv4QudfwuMPKw8kk6kg34J8IqP8m2XypG3AxNQn0oHb5hjmooSNtU5MzH4jk494cijGsm7b6Swhk9TfH73RHc2WqaZXCVKS3Dsxn-iGgsRiN3pnz4N41ZIr_z8yi8xB44VMPqtE_4oI_DBC4YA-jLqSRSYm_94LyVO9bQWXyld6bnLgoCx7rjEpEodXiGQjZ6WVJpuOTV9I46tPn5aaBdEsSK5EV3G5JToZult40lDJnAhC9PmMsOk-4HOsgO5KLaYuptJwyK4wUsbp4UDcLPurROyOJZkgfaQfqFj4e_iBp8PJGIfEIeeCLufR2uAEOjvtmcsg7LBcf-LREivVCiMIpsdFkKFt1Lb6HYyh3AsEwletpbP0yakNrZI1apEa752pjKGh0H08H5U0ug=s70-no?authuser=0);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 90%;
    background-position-y: 60%;
    padding-right: 35px;
}
}

.secao-banners .conteiner {
    padding:0;
    max-width:100%;
    margin-top:0;
    border:none;   
}

#corpo .conteiner {

max-width: 95% ;
   margin-top: 0;
    margin-bottom:0;
border:none;
}

#cabecalho .conteiner {
max-width: 100% ;
   margin-top: 0;
   
}
#rodape .conteiner {
max-width: 98% ;
margin-top: 0; 
    
}

body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #ffd400;
}

.nivel-um>li>a {
    background-color: #24242400;
    box-shadow: 0 0 5px RGB(0 0 0 / 0%);
}
.menu.lateral .nivel-um>li>a {
    padding: 0 20px;
    background: #1c1c1c59;
}

.menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
    background-color: #1C1C1C;
    box-shadow: 0 0 5px RGB(0 0 0 / 0%);
}

.ordenar-listagem label {
    font-size: 12px;
    float: left;
    padding: 4px 12px;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 4px 0 0 4px;
    background-image: linear-gradient(to bottom,rgb(48 48 48 / 76%),rgb(77 135 0));
}

.menu.superior .categoria-marcas, .menu.superior .categoria-paginas {
    background-color: #1c1c1c59;
    border-radius: 8px;
}

.lista-redes .icon-instagram {
    background: #c92bb700;
    background: -webkit-linear-gradient(305deg,#3051f100 10%,#c92bb700 70%) no-repeat;
    background: linear-gradient(145deg,#3051f100 10%,#c92bb700 70%) no-repeat;
}
.lista-redes .icon-facebook {
    background-color: #3a589b00;
}
barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #ffffff;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #fecc03;
    *background-color: #d9d9d9;
}
button.btn, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.borda-alpha, .borda-alpha * {
    border-color: transparent;
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    background-color: #a6f300f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffe000,#ffcc04);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0 solid #ccc;
    *border: 0;
    border-bottom-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.pagamento>ul+ul {
    margin: 15px 0 0;
    background: #A0D704;
    border: 0;
    
} 

.parcelas-produto .accordion .accordion-group .accordion-heading img {
    height: auto;
    width: auto;
    max-height: 40px;
    background: white;
    border-radius: 8px;
}

.parcelas-produto .accordion .accordion-group .accordion-heading img {
    height: auto;
    width: auto;
    max-height: 40px;
    background: white;
    border-radius: 8px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 8px 8px 0;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.btn { zoom: 1;
    font-size: 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    background-color: #a6f300f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#ffe000,#ffcc04);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0 solid #0000;
    border: 0;
    border-bottom-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.cep .input-append.input-prepend input {
    border-radius: 8px 0 0 8px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 12px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #97c80b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.alert-danger, .alert-error {
    background-color: #f90505;
    border-color: #eed3d700;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0 8px 8px 8px;
}

.breadcrumbs ul li:first-child * {
    padding-left: 0;
}
.breadcrumbs ul li a {
    font-weight: 700;
    font-size: 16px;
}
.breadcrumbs ul li a {
    color: #a0d704;
}
.breadcrumbs ul li * {
    font-size: 11px;
    padding: 0 10px;
}

.produto .acoes-flutuante {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 5%;
    padding: 20px;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
}
.produto .acoes-flutuante, .produto .acoes-flutuante .close_float {
    background-color: #1c1c1c;
}
.produto .acoes-flutuante .image {
    text-align: center;
    background: #1c1c1c;
    border-radius: 12px;
    
}


.produto .conteiner-imagem>div {
    max-width: 100%;
    padding: 6px 0 3px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.elastislide-carousel ul li a {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background-color: #fff0;
    margin: 2px;
}
.listagem .titulo {
    margin: 15px 0;
    color: #f1f0f0;
    font-style: normal;
    font-size: 30px;
}

#rodape .caixa-facebook {
    text-align: center;
    margin: 0 0 15px;
    background-color: #fff0;
    box-shadow: 0 0 4px rgb(0 0 0 / 0%);
}
.tarja * {
    color: #fff0;
}
.tarja .img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    margin-top: 10px;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .accordion-toggle, .parcelas-produto .accordion .accordion-group .accordion-inner {
    padding: 5px;
}
.breadcrumbs ul {
    margin: 10px;
}
.produto .nome-produto {
    font-size: 25px;
    line-height: normal;
    margin: 0;
}

.produto .tag-produto {
    font-size: 11px;
    font-weight: normal;
    padding: 0 6px 1px;
    margin-left: 3px;
    color: black;
    text-shadow: none;
}
.label-success, .badge-success {
    background-color: #a0d704;
    border-radius: 8px;
    
}

.flexslider {
    background: 0;
    margin: 0px;
    border: 0 solid transparent;
    overflow: hidden;
}
.flexslider {
    margin: 0 0 60px;
    background: #a0d70400;
    border: 0 solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
}

.lista-redes .icon-whatsapp, .lista-redes .fa-whatsapp {
    background-color: #a0d704;
    margin: 0 0 0;
    border-radius: 8px;
    
}
._2tga._8j9v {
    border-radius: 8px;
    font-size: 11px;
    height: 20px;
    padding: 0 5px;
}
.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea {
    font-size: 11px;
}
._2tga {
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap;
}

.listagem .imagem-produto img {
    max-width: 120%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
}

.listagem .listagem-item .info-produto {
    border: none!important;
    padding: 15px 0 0 15px;
    
}
#listagemProdutos .info-produto {
    font-size: 12px;
}


.listagem .listagem-item .info-produto {
    border: none!important;
    padding: 10px 0;

}

.listagem .span3 .imagem-produto, .listagem .span4 .imagem-produto, .listagem .span6 .imagem-produto {
    height: 190px;
}

