/* COR DOS ÍCONES */
:root{
--cor-faleconosco: #BDE1DE;
--cor-rastreio: #FFDB8C;
--cor-coracao: #ff7190;
--cor-conta: #F7BEBC;
--cor-carrinho: #AFCCDB; /*antigo #A8D1E7*/;
--cor-titulovitrine: #ffffff;    
}
/* DEMAIS CORES */
:root{
--cor-verde: linear-gradient(to right, #94CDC9, #94CDC9);
--cor-laranja: linear-gradient(to right, #FFC874, #FFC874);
--cor-vermelho: #ff567a;
--cor-rosa: #F4A6A3;
--cor-rosamedio: #F8C5C4;
--cor-rosaclaro: #FCFAF9; /*antigo #FFFCFC;*/
--cor-azul: linear-gradient(to right, #AFCCDB, #AFCCDB);
--cor-botao: linear-gradient(to right, #F4A6A3, #F4A6A3);
--cor-preco: #444444;
--cor-menu: #ffffff;
//--cor-textomenu: #707070;
--cor-textomenu: #5E5E5E;
--cor-menucabecalho: linear-gradient(to right, #ffb348, #ffcc33);
--cor-newsletter: linear-gradient(to right, #F4A6A3, #F4A6A3);
--cor-textonewsletter: #ffffff;
--cor-rodapetitulo: #D97A76; /*#F4A6A3*/ 
--cor-bege: #C39B7E;
--cor-cinzaclaro: #F2F2F2;
--cor-cinzamedio: #B7B6B6;
}



@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  font-family: 'Montserrat' ,sans-serif;
}


/* BUSCAR */    
.busca form, .busca input {
    height: 30px;
}
.busca.borda-alpha {
    width: 80%;
    background: transparent;
    border: none;
    padding: 5px 0px 5px 5px;
    line-height: 50px;
    height: auto;
    text-align: right;
    float: right;
}
    
/* BARRA FRASE */
    .barra-frase {
    width: 100%;
    background: var(--cor-rosa);
    text-align: center;
}
    .barra-frase .conteiner {
    padding: 10px 20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    display: inline-flex;
    height: 40px;
}
    .barra-frase i {
  /*  background-image: url(https://cdn.awsli.com.br/1854/1854927/arquivos/pix-icone.png);
    width: 30px; RETIRA IMAGEM PIX*/
    height: 30px;
    display: block;
    background-size: 100%;
    margin: 5px 15px;
    background-repeat: no-repeat;
}
    .barra-frase span {
    line-height: 40px;
}
    @media screen and (max-width: 767px){
        .barra-frase {
    margin-top: 40px;
}
        .barra-frase .conteiner {
    height: 30px;
    font-size: 14px;
    padding: 2px 4px;
}
        .barra-frase i {
    margin: 0px 15px;
}
.barra-frase span {
    line-height: 30px;
}
    }
    
    
 /* VITRINE */    
.listagem .span3 .imagem-produto, .listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
    height: 300px; 
}   

 /* ANIMAÇÃO BOTÃO COMPRAR */   
    .listagem-item:hover .acoes-produto {
    bottom: 25% !important;
}

/* BANDEIRA PROMOÇÃO */
.bandeiras-produto {
    position: absolute;
    top: 15px;
    right: 30px;
    left: unset;
}
.bandeiras-produto span.bandeira-promocao:before {
    content: '\f0dd';
    font-size: 12px;
    font-family: 'FontAwesome';
    position: relative;
    top: -4px;
    margin-right: 5px;
}
    .bandeiras-produto span.bandeira-promocao {
    background-image: var(--cor-laranja);
    border: none;
    box-shadow: none;
    font-size: 17px;
    border-radius: 10px;
    margin-top: 13px;
    margin-right: 0px;
    width: 60px;
    height: 30px;
    font-weight: 400;
    padding: 7px;
    padding-left: 7px;
    text-align: center;
}

/* PÁGINA DE PRODUTO */   
.cep label {
    float: inherit !important;
}

/* CARRINHO */
#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div.caixa-sombreada > table > tbody > tr > td > div > ul strong {
    font-size: 12px;
    font-weight: 400;
}
#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div.caixa-sombreada > table > tbody > tr > td > div.produto-info a {
    font-size: 14px;
}
.tabela-carrinho .preco-produto .preco-promocional {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

/* MENU */

.menu.superior {
    background: var(--cor-menu);
    text-align: center;
    margin: 0 auto;
    display: flex;
    box-shadow: inset 1px 5px 10px 0px rgba(0, 0, 0, 0.11);
}
.menu .nivel-dois a {
    color: var(--cor-textomenu);
}    
.carrinho-checkout .atendimento li strong {
    display: block;
    color: var(--cor-textomenu);
    font-weight: 400;
}

.menutodos {
  font-style: italic;
}


.menutodos a:before {
  content: "";
  background: var(--cor-cinzaclaro);
  width: 50%;
  height: 1px;
  display: block;
  margin: 5px auto;
}



/* FALE CONOSCO */    
#modalContato {
    top: 13%;
}

/* MOBILE */    
@media only screen and (max-width: 767px) {
#corpo .conteiner > div {
    margin: 0 0;
}
#corpo > div > div.secao-principal.row-fluid.sem-coluna > div.conteudo.span9{
    padding: 10px;
}
.breadcrumbs.borda-alpha {
    display: none;
}
div#tarja-mobile {
    margin: 20px 0;
}
.listagem .span3 .imagem-produto, .listagem .span4 .imagem-produto, .listagem .span6 .imagem-produto {
    height: 200px;
}
.bandeiras-produto span.bandeira-promocao {
    background-image: var(--cor-laranja);
    border: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    margin-top: -25px !important;
    margin-right: -30px !important;
    width: 60px !important;
    height: 25px !important;
    font-weight: 400 !important;
    padding: 5px !important;
    padding-left: 5px !important;
    text-align: center !important;
} 
.listagem .listagem-linha {
    margin-top: 0 !important;
}
.conteiner-principal .conteiner {
    padding: 0px 7px;
}
.titulo-categoria strong {
    font-size: 21px !important;
}
#testimonials article.slick-slide {
    margin: 15px 0 0 3px !important;
}
.titulo-categoria.vitrine-video strong {
    margin-bottom: 15px;
    margin-top: 35px;
}
div#instagram {
    margin: 0 0 5px !important;
}

.lista-redes i {
    width: 80px !important;
    font-size: 30px !important;
}
#listagemProdutos > div.titulo-categoria.borda-principal.cor-principal.vitrine-lancamento > strong {
    margin-top: 25px;
}
    .produto-compartilhar {
    display: none;
    }
    
.produto .conteiner-imagem > div {
  border: 5px solid white;
}

.video-tema .conteiner iframe {
  height: 100%;
}


}
    
/*  IMPORTA FONT
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
*/


/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
#corpo {
    background-color: white;
    margin-top: 210px!important;
    /* background-image: url(https://cdn.awsli.com.br/1849/1849801/arquivos/fundo_3.png); */
    background-repeat: no-repeat;
    padding-top: 100px;
}
.pagina-categoria #corpo .conteiner {
 /* padding-top: 50px !important; */
} 

.pagina-produto #corpo .conteiner {
  margin-top: -40px!important;
}

}

/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
    background-color: white !important;
    /*background-image: url(https://cdn.awsli.com.br/1849/1849801/arquivos/bg_mobile3.png) !important; */
    background-repeat: no-repeat !important;
    background-position: top !important;
}
}

/* DESKTOP ICONES */
@media screen and (min-width:768px) {
.menu.superior .nivel-um>li:nth-child(1)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_escolar_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(2)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_baby_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(3)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_festa_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(4)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_embalagens_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(5)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_decor_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(6)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_black.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
    .menu.superior .nivel-um>li:nth-child(7)>a:before{
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_organizacao_v4.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 40px;
    margin: 0 auto;
//    border-radius: 150px;
}
}



/* MOBILE ICONES */
@media screen and (max-width:767px) {
#menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(1) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_escolar_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}

#menuinsta > div > div > div > li.slick-slide:nth-child(2) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_baby_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}

    #menuinsta > div > div > div > li.slick-slide:nth-child(3) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_festa_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
        #menuinsta > div > div > div > li.slick-slide:nth-child(4) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_embalagens_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
        #menuinsta > div > div > div > li.slick-slide:nth-child(5) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_decor_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
        #menuinsta > div > div > div > li.slick-slide:nth-child(6) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_black.png);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
        #menuinsta > div > div > div > li.slick-slide:nth-child(7) > a:before {
    content: "\f553";
    font-size: 0;
    background-image: url(https://cdn.awsli.com.br/1211/1211272/arquivos/menu_organizacao_v4.jpg);
    background-size: 100%;
    height: 50px;
    border-radius: 150px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
}
}


/* DEPOIMENTOS */
    .vitrine-depoimento {
        border-bottom: 1px solid;
    padding-bottom: 10px;
}
#testimonials h2 {
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px;
}

#testimonials h2 strong {
    font-size: 30px;
    font-weight: 700;
    text-transform: lowercase;
    color: #000
}

#testimonials .draggable {
    width: 95%;
    margin: 0 auto
}

#testimonials article.slick-slide {
    margin: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000
}

#testimonials h2 strong {
    font-size: 30px;
    font-weight: 700;
    text-transform: lowercase;
    color: #000
}

#testimonials h2 strong:after {
    content: "";
    width: 50%;
    height: 2px;
    display: block;
    background: #000;
    margin: 5px auto
}

article.slick-slide.slick-active p {
    font-size: 13px;
    color: #707070;
    width: 307px
}

#testimonials article.slick-slide h3 {
    font-size: 18px;
    color: var(--cor-rosa);
    margin: 3px 0;
    line-height: 30px;
}

#testimonials article.slick-slide strong {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 10px
}

.listagem button.slick-next.slick-arrow {
    font-size: 0;
    background: 0 0
}

.listagem button.slick-next.slick-arrow:before {
    content: '\f105';
    font-family: fontawesome;
    font-size: 48px
}

.listagem button.slick-prev.slick-arrow {
    font-size: 0;
    background: 0 0
}

.listagem button.slick-prev.slick-arrow:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 48px
}

.listagem>ul:not(.produtos-carrossel) li {
    padding: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.fullbanner-mobile .slick-slide img {
    display: block;
    margin: auto;
    width: -webkit-fill-available
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    width: 15px;
    height: 15px;
    display: block;
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.slick-next .icon,.slick-prev .icon {
    fill: var(--cor-rosa)
}

.slick-next .icon .a,.slick-prev .icon .a {
    fill: var(--cor-rosa)
}

.slick-prev {
    left: -7px
}

.slick-next {
    right: -7px
}

@media(max-width: 800px) {
    .slick-prev {
        left:0px
    }

    .slick-next {
        right: 0px
    }
}
    
/* FIM DEPOIMENTOS */  

#barraTopo {
    display: none !important;
}

.row-fluid.banner.cheio {
    margin-bottom: 0 !important;
}
.secao-banners .conteiner {
    padding-bottom: 0;
}
.acao-editar>div button{
    margin-left: 8px;
    background: var(--cor-rosa) !important;
}
.cadastro-logar .botao {
    padding: 5px 14px 4px;
    margin-left: 10px;
    background: var(--cor-rosa) !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: var(--cor-rosa);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mega-recebe-prod .listagem-item {
    min-width: 200px;
        border-left: 1px solid #e2e2e2 !important;
}
.mega-recebe-prod .listagem-item .info-produto a {
    white-space: normal;
    line-height: 18px;
}
.listagem .listagem-item .nome-produto{
    margin: 0 10px;
}

.menu.superior li{
    border: none;
}
.menu.superior .nivel-dois li:hover{
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(1) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(2) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(3) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(4) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(5) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(6) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(7) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(8) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(9) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-um li:nth-child(10) .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
//    border-radius: 50px;
}
.menu.superior .nivel-dois li:hover>a {
    color: var(--cor-textomenu);
}
.menu.superior .nivel-um>li:hover .nivel-dois .span6{
    width: 100%;
}
.menu.superior .nivel-dois {
    top: 100px;
}
#cabecalho > div.menu.superior > ul > li.com-filho.borda-principal > ul > div.mega-categorias.span6 {
    width: 100%;
    text-align: left;
    margin-left: 10px;
}
.mega-recebe-prod .listagem .listagem-linha li {
    width: unset;
}
.mega-recebe-prod .listagem .listagem-linha:hover, .mega-recebe-prod .listagem .listagem-linha li:hover {
    background: transparent !important;
}
.mega-recebe-prod .listagem .listagem-linha{
    padding: 0;
}
.menu.superior .nivel-um>li:hover .nivel-dois {
    display: block;
//    border-radius: 10px;
//    padding: 20px 15px 20px 10px;
    padding: 15px 0px 10px 0px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}

span.bandeira-frete-gratis.label-success {
    top: 20px;
    z-index: 99;
    right: 150px;
    position: absolute;
    background: white;
    border: none;
    color: black;
    box-shadow: none;
    font-weight: 700;
}
.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: none;
    position: absolute;
    top: 175px;
    background: transparent;
    right: 45px;
    color: black;
    font-weight: bold;
    border: none;
    box-shadow: none;
    font-size: 12px;
}

.fa {
    font-family: FontAwesome-v4 !important;
}
.row-fluid.banner.hidden-phone {
   /* margin-top: 50px; */
    margin-bottom: 0;
}
/* .span12.banner.tarja {
    border-top: 2px solid rgba(128, 128, 128, 0.23);
    border-bottom: 2px solid rgba(128, 128, 128, 0.23);
} TIRA SOMBRA DO BANNER TARJA*/

/* RASTREIO */
.rastreio-content {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid rgba(228, 228, 228, 0.59);
    display: none;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.38);
    margin-top: -10px;
    width: 180px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
}
.rastreio-btn {
cursor: pointer;
    background: rgba(255, 255, 255, 0);
    line-height: 75px;
    text-align: center;
    margin-right: 9px;
    float: right;
}
.rastreio-topo {
    color: #d6d6d6;
    text-align: center;
    display: inline-flex;
    padding-right: 0px;
}
.rastreio-topo img {
    width: 80px;
    float: left;
    height: 26px;
    padding-top: 5px;
}
.rastreio-topo i {
    display: block;
    font-size: 25px;
    color: var(--cor-rastreio);
    background-color: transparent;
    float: left;
    padding: 5px;
    border-radius: 10px;
}
.rastreio-topo:hover i {
    font-size: 25px;
    color: white;
    background: var(--cor-rastreio);
    float: left;
    padding: 5px;
    border-radius: 10px;
}
.rastreio-topo span{
    float: left;
    color:#606060;
        line-height: 35px;
    display: none;
}
.rastreio-content h1 {
    font-size: 32px;
    color: #000;
}
#OrderTracking {
    width: 160px;
    border: 0;
    box-shadow: none;
    background-color: rgba(245, 245, 245, 0); 
    box-shadow: inset 0px 0px 0px 1px rgb(204, 204, 204) !important; 
    border-radius:0px;
}
.rastreio:hover {
    background: var(--cor-rastreio);
    color: #fff;
}

.rastreio {
    background: var(--cor-cinzamedio);
    margin-top: 0px;
    padding: 7px;
    font-size: 14px;
    border-radius: 6px;
    color: #ffffff;
}
.rastreio-content p {
    color:#000;
}
.rastreio-content p:hover {
    color:#000;
}
div.rastreio-btn.span1 {
    margin-left: 10px;
}
#OrderTracking:hover {
    color:black;
}
/* FIM RASTREIO */
.span4.links-rodape.links-rodape-categorias {
    display: none;
}
#rodape .caixa-facebook{
display: none;
}
#rodape > div.institucional.fundo-secundario > div > div > div.span9 > div > div.span4{
    width: 28.623932%;
    padding-top: 15px;
}
#rodape .span4.sobre-loja-rodape {
    padding-top: 0 !important;
}
#rodape > div.institucional.fundo-secundario > div > div > div.span9 > div > div.span12.visible-phone{
    display: none !important;
    width: 28.623932%;
}


.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #606060;
}
body {
    background: #fff;
}
.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: var(--cor-rosa);
    text-shadow: none;
    border: none;
    box-shadow: none;
}
.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: var(--cor-rosa);
    border: none;
    text-shadow: none;
    border-radius: 5px;
}
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 6rem;
    right: 1rem;
    background: #000;
    color: #fff;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    border-radius: 150px;
    padding: 10px 6px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    color: #fff;
}
.scrollToTop span {
    font-size: 14px;
    font-weight: 600;
}

.scrollToTop i {
    font-size: 1em;
    font-weight: 600
}
/* FRETE GRATIS */
.free-shipping {
text-align:center;
display:block;
padding:10px 0;
background: var(--cor-rosa);
border-radius:5px 5px 0 0;
font-size:14pt;
color:#fff;
font-weight:600;
display:none!important;
}

.free-shipping.warning svg {
display:none;
}

.free-shipping.warning em {
font-style:initial;
color:#ffd700!important;
font-weight: bold;
    font-size: 14px;
}

.free-shipping {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.free-shipping .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

.free-shipping em {
    font-weight: 600;
    font-style: normal;
}

.free-shipping.warning {
    background-image: var(--cor-rosa);
}

.free-shipping.success {
    background-image: var(--cor-rosa);
}
/* FIM FRETE GRATIS */
@media screen and (min-width:768px) {
    .floating-bar #cabecalho>.conteiner .sandwich>.hamburguer{
    left:0;
    opacity:1;
}
.floating-bar #cabecalho .menu.active-menu {
    top: 120px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
}
.floating-bar #cabecalho .conteudo-topo>.inferior>.span6>.span6{
    margin-top:20px;
}
.floating-bar #cabecalho {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
        background: white;
        padding-bottom: 0px !important;
}
.floating-bar #cabecalho .menu{
    position:absolute;
    width:100%;
    left:0;
    top:-30px;
    z-index:-1;
    transition:ease-in-out .3s;
}
.floating-bar #cabecalho>.conteiner {
    padding-top: 0;
    background-color: white;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13)
}
.floating-bar #cabecalho>.conteiner .logo a{
    width:100%;
}
#cabecalho>.conteiner .sandwich {
    position: absolute;
    top: 35px;
    right: -50px;
    cursor: pointer;
    overflow: hidden;
}
#cabecalho>.conteiner .sandwich>.hamburguer{
    width:36px;
    height:4px;
    background: var(--cor-rosa);
    margin-bottom:4px;
    position:relative;
    left:-40px;
    opacity:0;
    transform-origin:left;
    transition:ease-in-out .3s;
}
#cabecalho>.conteiner .sandwich>.hamburguer:nth-child(2){
    opacity:1;
    transition-delay:.2s;
}
#cabecalho>.conteiner .sandwich>.hamburguer:nth-child(1){
    transition-delay:.1s;
}
#cabecalho>.conteiner .sandwich-active .hamburguer:nth-child(1){
    transform:rotate(45deg);
    left:2px;
    width:24px;
}
#cabecalho>.conteiner .sandwich-active .hamburguer:nth-child(2){
    opacity:0;
    left:-40px;
}
#cabecalho>.conteiner .sandwich-active .hamburguer:nth-child(3){
    transform:rotate(-45deg);
    left:2px;
    width:24px;
}
        .floating-bar #cabecalho>.conteiner {
    padding-top: 0;
    background-color: var(--cor-rosaclaro);
}

#cabecalho .conteiner {
    padding-bottom: 0;
    max-width: 100%;
    padding: 0;
    background: var(--cor-rosaclaro);
}

    #cabecalho > .conteiner > .barra-frase > .conteiner {
    background: var(--cor-rosa);
    }
    
    #cabecalho > .conteiner > .row-fluid {
    max-width: 1140px;
    margin: 0 auto;
    }
#cabecalho>.conteiner>.row-fluid>.span3 {
    position: relative;
    padding: 0;
}
#cabecalho .logo a {
    width: 100%;
    transition: ease-in-out .2s;
    margin: 0 AUTO;
    height: 90px;
}
#cabecalho .menu>.nivel-um {
    width: fit-content;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 105px;
}

/* CABECALHO */
    .contato-top {
    line-height: 75px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    left: 0;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .09px;
    padding-right: 1%;
    cursor: pointer;
}
.contato-content {
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 180px;
    border: 1px solid rgba(228, 228, 228, 0.59);
    border-radius: 10px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.38);
    padding: 20px;
    left: -98px;
        margin-top: -15px;
    line-height: 30px;
}
    .contato-content .titulo{
    font-size: 20px;
    }
.contato-content ul li i {
    font-size: 16px;
    color: var(--cor-faleconosco);
}
.contato-content ul {
    margin: 0;
    font-size: 12px;
    word-break: break-word;
}
.contato-content ul li {
    padding: 10px 0;
}
.contato-content ul li a {
    color: black;
}
    .contato-top{
    line-height: 75px;
    text-align: center;
    margin-right: 10px;
    float: right;
}
.contato-top i{
    font-size: 25px;
    color: var(--cor-faleconosco);
    background: transparent;
    border-radius: 10px;
    padding: 5px;
}
    .contato-top:hover .contato-evtop>i{
    color: white;
    background: var(--cor-faleconosco);
    border-radius: 10px;
    padding: 5px;
    font-size: 25px;
}
#corpo>.conteiner {
    background: white;
    border-radius: 30px 30px;
}
    #corpo {
    margin-bottom: 0;
    padding-bottom: 30px;
}
#cabecalho > div.conteiner > div.row-fluid > div.conteudo-topo.span9{
    margin-top: 10px;
}
    #cabecalho {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 1020;
}

    .pagina-inicial #corpo {
        padding-top: 0;
}


.barra-inicial {
    background-color: #d0d0d0;
    display: none;
}
.lista-redes i {
    background: transparent!important;
    line-height: 35px;
    font-size: 24px;
    color: var(--cor-vermelho);
 /* margin: 0 20px; retira margem favoritos */
    text-align: left;
}
.lista-redes ul li{
    border: none;
}
.conteudo-topo .superior{
    display: none;
}
.conteudo-topo .inferior {
    margin-top: 5px;
}
#cabecalho .conteiner {
    padding-bottom: 0;
    max-width: 100%;
    padding: 0;
}

.barra-inicial>.conteiner {
    max-width: 1140px !important;
    margin: 0 auto;
}
#cabecalho > .conteiner > .row-fluid {
    max-width: 1140px;
    margin: 0 auto;
}
  .floating-bar #cabecalho {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
    background: white;
    padding-bottom: 0px !important;
}
.busca input {
    width: 90%;
        border: 1px solid #c7c7c7;
        border-radius: 150px;
}
.busca .botao-busca {
position: relative;
    right: 30px;
    top: unset;
    background: transparent;
    border: none;
    color: #606060!important;
    font-size: 18px;
    padding: 0;
}
.minha-conta{
    line-height: 64px;
    text-align: center;
    margin-right: 10px;
    float: right;
}
.minha-conta .btn-group{
    line-height: 0;
}
.minha-conta .btn-group .dropdown-toggle {
    box-shadow: none;
    padding: 5px;
    background: transparent;
    border-radius: 10px;
}
.minha-conta .btn-group a{
    color: white;
    line-height: normal;
    background: transparent;
    border: none;
}
    .minha-conta:hover .btn-group .dropdown-toggle {
    background: var(--cor-conta);
    padding: 5px;
    border-radius: 10px;
}
    .minha-conta:hover .btn-group .dropdown-toggle i, .minha-conta:hover .btn-group .dropdown-toggle span {
    color: white;
}
    .minha-conta .btn-group ul li a {
    color: #606060;
}
    .minha-conta .btn-group ul li a:hover {
    color: white;
background: var(--cor-rosa);
}
.minha-conta .btn-group a i {
    font-size: 25px;
    color: var(--cor-conta);
    margin-right: 3px;
}
.minha-conta .btn-group a span {
    font-size: 10px;
    padding: 0;
    color: var(--cor-conta);
    margin: 0;
}

.carrinho {
    border: none;
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 75px;
}
    .carrinho a>i.icon-shopping-cart.fundo-principal:hover{
    opacity: 1;
    }
.carrinho a>i.icon-shopping-cart.fundo-principal {
    display: block;
    width: unset;
    height: unset;
    background-color: transparent;
    color: var(--cor-carrinho);
    padding: 5px;
    border-radius: 10px;
    line-height: 30px;
    font-size: 25px;
    margin: 14px 0;
}
    .carrinho a:hover>i.icon-shopping-cart.fundo-principal {
    color: white;
    background: var(--cor-carrinho);
    padding: 5px;
    border-radius: 10px;
}
.carrinho>a i.icon-shopping-cart:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 25px;
}
.carrinho>a span{
    display: none !Important;
}
.carrinho.vazio>a span{
    display: none;
}
.carrinho>a strong {
    font-size: 16px;
    margin: 10% -20%;
    line-height: 30px;
    color: var(--cor-bege);
  /*  background: #606060; */
    border-radius: 150px;
    width: 25px;
    text-align: center;
    height: 25px;
}
.carrinho-interno.borda-principal {
    top: 70px;
    width: 200px;
    text-align: center;
    border: none;
    padding: 15px;
}
.carrinho-interno .nome-produto {
    width: auto;
    max-height: 65px;
    overflow: hidden;
    margin-left: 0px;
    font-size: 14px;
    line-height: normal;
}
.carrinho-interno .preco-produto {
    float: right;
    margin: 30px 0 0;
}
.carrinho-interno>div>span {
    float: unset;
    line-height: 20px;
}
.carrinho-interno>div .botao:hover {
    color: white;
    background: var(--cor-carrinho);
}
.carrinho-interno>div .botao {
    float: unset;
    background: var(--cor-cinzamedio);
    box-shadow: none;
    text-shadow: none;
    border: none;
    font-size: 16px;
}
.wishlist{
    line-height: 75px;
    text-align: center;
    margin-right: 10px;
    float: right;
}
.wishlist a i {
    font-size: 25px;
    color: var(--cor-coracao);
    background: transparent;
    padding: 5px;
    border-radius: 10px;
}
.wishlist:hover a i {
    font-size: 25px;
    color: white;
    background: var(--cor-coracao);
    padding: 5px;
    border-radius: 10px;
}
/* FIM CABECALHO */
/* MENU */
    .menu li.com-filho>a i {
    display: none;
}
.menu.superior ul.nivel-um {
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
}
.menu.superior .nivel-um>li a strong {
    color: var(--cor-textomenu);
    font-size: 14px;
    border-bottom: 3px solid transparent;
    padding: 0 5px;
}
    .menu.superior .nivel-um>li:hover a strong {
    color: black;
    border-bottom: 3px solid transparent;
}

/*
    .menu.superior .nivel-um>li:nth-child(1):hover a strong{
    border-bottom: 3px solid var(--cor-rosa);
}
.menu.superior .nivel-um>li:nth-child(2):hover a strong{
    border-bottom: 3px solid var(--cor-azul);
}
.menu.superior .nivel-um>li:nth-child(3):hover a strong{
    border-bottom: 3px solid var(--cor-verde);
}
.menu.superior .nivel-um>li:nth-child(4):hover a strong{
    border-bottom: 3px solid #58f5be;
}
    .menu.superior .nivel-um>li:nth-child(5):hover a strong{
    border-bottom: 3px solid var(--cor-laranja);
}
.menu.superior .nivel-um>li:nth-child(6):hover a strong{
    border-bottom: 3px solid var(--cor-vermelho);
}
.menu.superior .nivel-um>li:nth-child(7):hover a strong{
    border-bottom: 3px solid var(--cor-rosa);
}
.menu.superior .nivel-um>li:nth-child(8):hover a strong{
    border-bottom: 3px solid var(--cor-azul);

}    .menu.superior .nivel-um>li:nth-child(9):hover a strong{
    border-bottom: 3px solid var(--cor-verde);
}
.menu.superior .nivel-um>li:nth-child(10):hover a strong{
    border-bottom: 3px solid var(--cor-laranja);
}
.menu.superior .nivel-um>li:nth-child(11):hover a strong{
    border-bottom: 3px solid var(--cor-vermelho);
}
*/

.menu.superior .nivel-um>li{
    border: none;
    padding: 10px 15px 0;
    width: 100px; 
}
.menu.superior .nivel-um>li:hover {
    border-top-width: 0;
    margin-top: -2px;
}
    .menu.superior a{
    display: grid;
}
    .menu .nivel-dois .com-filho>a {
    margin-right: 0;
}
    .menu .nivel-dois a i, .menu.lateral a i {
    float: unset;
    margin-top: 0;
}
/* FIM MENU */
}

/* BANNER */
.mini-banner .modulo.span4 {
    width: 50%;
}

/* tira minibanner
#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div.row-fluid.banner.mini-banner > div.modulo.span4:nth-child(3){
    display: none;
}*/


.banner-extra li {
    overflow: hidden;
}
.banner-extra img{
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.row-fluid.banner.mini-banner {
    margin-top: 20px;
        display: inline-flex;
}
.banner-extra img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vertical{
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}
.horizontal{
    padding-top: 20px;
}
.horizontalgrande{
    margin-bottom: 20px;
}
#corpo > div.conteiner > div.secao-principal.row-fluid.sem-coluna > div.conteudo.span12{
    margin: 0;
}
/* FIM BANNER */
/* PRODUTOS */
.listagem .titulo-categoria, .titulo-categoria {
    display: flex;
    padding: 10px 0;
    transition: unset;
    border: none;
    text-align: center;
    font-size: 26px;
    color: #d0d0d0;
    margin: 40px 0 !important;
    font-weight: bold;
    text-transform: uppercase;
}
.listagem .titulo-categoria:hover, .titulo-categoria:hover {
    text-decoration: none;
    background: transparent;
    padding-left: 0;
}
.titulo-categoria strong {
   /* background: var(--cor-rosa);
    padding: 10px 45px;
    border-radius: 150px;
    color: var(--cor-rosa);
    font-weight: normal;
    text-transform: initial;
    margin: 0 auto;
    font-size: 22px;
    width:100%;
    font-family: 'Open Sans' , serif;
    text-transform: uppercase;*/
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    color: var(--cor-rosa);
    font-weight: normal;
    font-family: 'Open Sans' , serif;
    
}
.titulo-categoria.vitrine-lancamento strong{
  /*  background: var(--cor-rosa);*/
}

@media screen and (min-width: 1024px) {

.titulo-categoria strong:after{
content: url("https://cdn.awsli.com.br/1211/1211272/arquivos/direita.png");
  margin-left: 26px;
}

.titulo-categoria strong:before{
content: url("https://cdn.awsli.com.br/1211/1211272/arquivos/esquerda.png");
  margin-right: 26px;
}

}

.titulo-categoria.vitrine-mas-vendido strong{
    background: var(--cor-rosa);
}
.titulo-categoria.vitrine-destaque strong{
  /*  background: var(--cor-laranja);*/
}

.listagem .listagem-linha {
    padding-top: 40px;
    margin-top: 40px;
    border: none;
}
.listagem .listagem-linha li{
    width: 24%;
    margin: 0 5px;
    border: none;
}
.pagina-busca .listagem .listagem-linha li{
width: 23%;
}
.listagem .listagem-linha>ul {
    margin-left: 0;
}
.listagem .listagem-item{
    margin-left: 0;
    border: 1px solid transparent;
    padding: 0;
}
.listagem .listagem-item:hover{
    margin-left: 0;
    padding: 0;
}
.listagem .info-produto{
    text-align: center;
    padding: 10px 0;
    min-height: 130px;
    margin: 20px 0px 0;
}
.listagem .listagem-linha li:first-child {
    border: 0;
    margin-left: 8px;
}
.acoes-produto.hidden-phone .botao-comprar:after {
    content: 'Comprar';
    font-size: 18px;
    color: white;
 /*   font-weight: 600; */
}
.acoes-produto.hidden-phone .botao-comprar i:before {
    content: '\f07a';
    font-size: 20px;
    color: white;
}
.acoes-produto.hidden-phone .botao-comprar {
 /*   width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0px!important;
    font-size: 0px;
    background: var(--cor-botao);
    padding: 10px 20px;
    border-radius: 150px;
    line-height: normal !important;*/
    width: 100%;
    display: table;
    font-size: 0px;
    background: var(--cor-botao);
    padding: 2px 0px;
    border-radius: 5px;
    line-height: normal !important;
}
.listagem-item .acoes-produto{
    border: none;
    background-color: transparent;
    padding: 35px 0;
}
.adic-favo:before {
    content: "\f004";
    font-size: 20px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
}
.adic-favo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
    text-decoration: none;
    color: #606060;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.adic-favo:hover:before {
    color: red;
    text-decoration: none;
    font-weight: 600;
}
.adic-favo:hover, .adic-favo:active, .adic-favo:focus{
    text-decoration: none;
}


.listagem .span3 .preco-promocional.cor-principal.titulo {
  color: var(--cor-preco);
  font-size: 12px !important;
  font-weight: bold;
}


.preco-produto strong.titulo {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 600;
    color: var(--cor-rosa);
}



.atributos .wrapper-dropdown .dropdown{
    background: #FFFFFF;
}

.wrapper-dropdown {
  background-color: #FFFFFF;
}

/* FIM PRODUTOS */

/* INSTAGRAM */
.pagina-busca #instagram,.pagina-categoria #instagram,.pagina-pagina #instagram,.pagina-produto #instagram {
    margin: 0 0 20px
}

div#instagram {
    text-align: left;
    margin: 0 0 60px
}

div#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px;
    display: none
}

div#instagram .icon .cls-1 {
    fill: #000
}

div#instagram h2 {
    padding: 0 0 10px;
    position: relative;
    display: block;
    margin: 0
}

div#instagram h2:after {
    content: "";
    background: #d0d0d0;
    width: 100%;
    height: 0;
    display: block;
    margin: 15px auto
}

div#instagram h2 span {
    margin-right: 5px
}

div#instagram h2 a,div#instagram h2 span {
    font-size: 18px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

div#instagram h2 a {
    color: #272727
}

div#instagram h2 a:hover {
    color: #000
}

div#instagram ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0
}

div#instagram ul li {
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 20px;
    cursor: pointer
}

div#instagram ul li a {
    position: relative;
    display: block;
    height: 100%
}

div#instagram ul li a:before {
    content: '\f06e';
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

div#instagram ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

div#instagram ul li:hover a:after,div#instagram ul li:hover a:before {
    opacity: 1
}

div#instagram ul li:last-child {
    margin-right: 0
}

.pagina-categoria #instagram,.pagina-inicial #instagram,.pagina-produto #instagram {
    display: block
}

.pagina-cadastro #instagram,.pagina-carrinho #instagram,.pagina-checkout #instagram,.pagina-conta #instagram,.pagina-login #instagram {
    display: none
}
@media only screen and (max-width: 767px) {
    div#instagram ul li {
        width: 30%;
    margin: 5px;
    }
    div#instagram ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0;
}
    div#instagram h2 a,div#instagram h2 span {
        font-size: 16px;
        white-space: normal;
    }
}
@media(max-width: 800px) {
    div#instagram h2 {
        text-align: center
    }
}
/* FIM DO INSTAGRAM */





/* NEWSLETTER */
#barraNewsletter.posicao-rodape {
    background-image: var(--cor-newsletter);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#barraNewsletter.posicao-rodape .conteiner {
    width: 100%;
    min-height: 65px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#barraNewsletter.posicao-rodape .componente {
    background: transparent;
}
#barraNewsletter.posicao-rodape .componente .interno {
    padding: 20px 10px;
}
#barraNewsletter.posicao-rodape .componente .interno .interno-conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    width: 55%;
}
#barraNewsletter.posicao-rodape .componente .input-conteiner, #barraNewsletter.posicao-rodape .componente .texto-newsletter {
    padding: 0;
}
#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    text-align: center;
    font-size: 21px;
    color: var(--cor-textonewsletter);
    overflow: visible;
}
#barraNewsletter.posicao-rodape .componente .texto-newsletter::before {
    content: '\f003';
    font-family: FontAwesome;
    color: #ffffff;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.7rem;
}
#barraNewsletter.posicao-rodape .componente .input-conteiner {
    width: 45%;
}
#barraNewsletter.posicao-rodape .componente input[type=text] {
    width: 75%;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 26px;
    border-radius: 10px 0 0 10px;
}
#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #d98484;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    height: 40px;
  /*  border: 2px solid #b37070; */
}
#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    background: #b37070;
}
#barraNewsletter.posicao-rodape .componente .newsletter-assinar::after {
    content: 'ASSINAR';
    font-size: 14px;
    font-weight: normal;
}
#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao span {
    font-size: 18px;
    color: #ffffff;
}
#barraNewsletter.posicao-rodape .componente .input-conteiner {
    overflow: visible;
}
#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao span::after {
  content: ' CUPOM: recortes05';
}
.newsletter .newsletter-confirmacao .icon-ok {
  color: var(--cor-rosaclaro);
}


/* FIM NEWSLETTER */


/* RODAPE */
#rodape .conteiner{
    max-width: 1140px;
}

#rodape .institucional {
    background: #FCFAF9; /*antigo #F7F5F4*/
}

#rodape .pagamento-selos {
    background: #fff;
}
    #rodape > div.institucional.fundo-secundario > div > div > div.span9{
        width: 80%;
    }
    #rodape > div.institucional.fundo-secundario > div > div > div.span3{
        width: 20%;
        float: right;
    }
#rodape .redes-sociais {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    padding-top: 25px;
}
#rodape .institucional li span, #rodape .institucional li i{
    color: var(--cor-rodapetitulo);
}
#rodape .titulo {
    color: var(--cor-rodapetitulo);
    border: none;
    font-size: 20px;
    font-weight: 500;
   /* text-align: center; */
    padding: 10px 0 0 0 !important;
}
#rodape .institucional .lista-redes ul {
    float: left;
}
#rodape .institucional li {
    list-style: none;
    display: block !important;
   /* text-align: center; */

}

#rodape .institucional a {
    display: block;
    color: var(--cor-textomenu);
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    width: 100%;
}

#rodape .logo a {
    width: 80%;
}

#rodape .institucional a:hover {
    color: #444444;
    text-decoration: none;
}

#rodape .institucional p {
    color: var(--cor-textomenu);
    font-size: 16px;
}

#rodape .sobre-loja-rodape span.titulo {
    display: none
}

#rodape .sobre-loja-rodape .conferir {
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 136px;
    height: 44px;
    line-height: 44px;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    color: #606060;
    border: 1px solid;
    padding: 0 5px;
        margin-top: 20px;
}

#rodape .sobre-loja-rodape .conferir:hover {
    text-decoration: none;
    background-image: var(--cor-azul);
    color: white;
    border: 1px solid;
}

  #rodape .pagamento-selos {
      background: #EFE8E2;
      padding: 20px 0;
  }
  #rodape .pagamento-selos .row-fluid>.span4 li {
      float: none;
      display: inline-block;
  }

  #rodape .pagamento-selos .row-fluid>.span4 {
      width: 48%;
      text-align: center;
  }

  #rodape .gateways-rodape {
      background: none;
      border: 0;
  }
/* FIM RODAPE */

/* PAGINA CARRINHO */
.table th, .table td {
    border-color: transparent;
}
.tabela-carrinho .bg-dark {
    background-color: rgba(0, 0, 0, 0);
}
th, tr, td {
    padding: 0;
    border: none;
}

.prazo::before {
  content: "até ";
}

.tabela-carrinho * {
    vertical-align: middle;
    background: transparent;
}

.tabela-carrinho .font-15 {
  font-size: 26px;
  font-weight: bold;
}


.carrinho-checkout .atendimento{
    border: none;
    color: white;
    font-weight: 400;
}
.carrinho-checkout .atendimento .icone-box {
    color: var(--cor-rosa);
    border: none;
    font-size: 30px;
}
.carrinho-checkout .atendimento li .display-table{
    color:white;
}
.identificacao .control-group .submit-email.botao.principal{
    color: white;
    background-image: var(--cor-azul);
    border: none;
    text-shadow: none;
}
.pagina-carrinho #calcularFrete{
    border: 1px solid rgba(96, 96, 96, 0.24);
    border-radius: 12px 0px 0px 12px;
    border-right: 0px;
    background: transparent;
    position: inherit;
}
.pagina-carrinho #formCalcularFrete > div > div > div > button{
    color: white;
    background: var(--cor-rosa);
    border-radius: 12px;
    position: initial;
    margin-left: -12px;
    box-shadow: none;
    padding: 4px 12px;
    border: 1px solid var(--cor-rosa);
}
.pagina-carrinho #formCalcularFrete > div > div > div > button:hover {
    background: white;
    color: #606060;
}
.pagina-carrinho #formCalcularFrete > div > div > div > button > i{
    display: none;
}
.pagina-carrinho .cabecalho-interno .titulo {
    font-size: 22px;
    font-weight: bold;
    color: #606060;
}
.pagina-carrinho .tabela-carrinho th:first-child *{
    font-size: 18px;
    color: #606060;
}
.pagina-carrinho table h5, table h6{
    font-size: 18px;
    color: #606060;
}
.pagina-carrinho .tabela-carrinho .quantidade input[type="text"] {
    width: 20px;
    margin: 0 6px;
    border: none;
    box-shadow: none;
    color: #606060;
    font-size: 18px;
}
.pagina-carrinho .tabela-carrinho .quantidade a{
    font-size: 12px;
    color: #606060;
}
.tabela-carrinho .excluir a{
    font-size: 24px;
    color: #606060;
}

.pagina-carrinho .subtotal strong {
    margin: 0 8px;
    white-space: nowrap;
    color: var(--cor-preco);
    font-weight: 600;
}


.pagina-carrinho .subtotal span{
  font-size: 12px;
}

.pagina-carrinho .total strong {
    font-size: 16px;
    margin: 0 10px;
    vertical-align: baseline;
    color: var(--cor-preco);
    font-weight: 600;
}
.pagina-carrinho .descontos.parcelas strong{
color: #606060;
}
.pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > button{
background-image: var(--cor-rosa);
    box-shadow: none;
    border: none;
    text-shadow: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 20px;
}
.pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > button:hover{
    background-image: var(--cor-rosa);
}
.pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > button > i{
    display: none;
}
.pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > a{
    background: white;
    border: 2px solid var(--cor-cinzaclaro);
    border-radius: 20px;
    color: var(--cor-rosa);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
}
.pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > a:hover {
    background: #fbfbfb;
    border: 2px solid var(--cor-cinzaclaro);
    border-radius: 20px;
    color: var(--cor-rosa);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
}
.resumo-compra .tabela-carrinho .padding-preco>div {
    padding-left: 15%;
    width: 100%;
}
/* FIM PAGINA CARRINHO */
/* PAGINA PRODUTO */

.info-principal-produto .breadcrumbs ul li .fa {
    padding-right: 5px;
    display: none;
}
.pagina-produto .produto-compartilhar .lista-favoritos{
   /*  background-image: var(--cor-azul); MUDAR COR BOTÃO FAVORITOS */
}
.pagina-produto .produto-compartilhar .lista-favoritos i{
    color: white !important;
}

._89n_ {
  background: #7CBADB;
}

.pagina-produto #corpo .conteiner{
     margin-top: 20px;
}
.pagina-produto #corpo .conteiner .secao-principal{
    margin-top: 50px;
}
.pagina-produto .produto .nome-produto {
  /*  font-size: 20px; */
    line-height: normal;
    margin: 0;
    color: #606060;
    font-weight: 600;
}

.pagina-produto .produto .info-principal-produto .titulo {
    color: var(--cor-rosa);
    font-weight: 400;
    font-size: 24px;
}


.pagina-produto .preco-parcela > strong{
    color: var(--cor-rosa);
}

.pagina-produto .produto .abas-custom .tab-content {
  font-size: 14px;
  box-shadow: 0 0 0;
  
}

.pagina-produto .produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    text-align: center;
    margin: 20px 0;
    width: 100% !important;
    display: inline-flex;
}
.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    position: relative;
    cursor: text;
    line-height: 30px;
    color: #606060;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    width: 12%;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border: none;
    margin: 0;
    box-shadow: none;
    color: #606060;
    font-weight: 600;
}


.pagina-produto .preco-produto .preco-promocional.cor-principal.titulo {
  font-size: 15px !important;
  color: var(--cor-preco);
  font-weight: bold;
}

.pagina-produto .preco-produto strong.titulo {
    font-size: 24px !important;
    white-space: nowrap;
    font-weight: 600;
}


.produto .acoes-produto .comprar .disponibilidade-produto {
    font-size: 11px;
    margin: 10px auto;
    float: left;
    width: 100%;
    text-align: left;
}
.pagina-produto .listagem.aproveite-tambem h4{
    margin: 30px 10px;
    font-size: 0px;
    font-weight: bold;
    color: #606060;
}
.pagina-produto .listagem.aproveite-tambem h4:before {
    content: 'Mais como esse';
    font-size: 20px;
}
.pagina-produto .listagem.aproveite-tambem h4:after {
    content: '';
    width: 80px;
    background-image: var(--cor-rosa);
    height: 2px;
    display: block;
    margin: 10px 0;
    transition: all .4s;
}
.pagina-produto .listagem.aproveite-tambem h4:hover:after{
    width: 100px;
}
.pagina-produto .acoes-produto .preco-produto {
    float: unset;
    margin-bottom: 0px;
}
.pagina-produto .produto .acoes-produto .comprar {
    float: unset;
    text-align: center;
}
.pagina-produto .produto .codigo-produto {
    font-size: 11px;
    padding: 15px 0;
    border-bottom: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
}
.atributos ul li a {
    -webkit-box-shadow: none;
    background: #f1f1f100;
    box-shadow: none;
    border: 1px solid var(--cor-cinzaclaro);
    margin: 0!important;
    border-radius: 0;
    transition: .12s;
}

.atributos ul li:hover a,.atributos ul li:hover span {
    -webkit-box-shadow:none;
    background:var(--txt-global);
    box-shadow:none;
    border-radius:0;
    transition:.12s
}



.atributos ul li a:hover, .atributos ul li.active a {
    border-color: var(--cor-cinzaclaro);
    background: var(--cor-cinzaclaro);
    transform: scale(1.1);
    transition: .12s;
    border: none;
    border: 1px solid var(--cor-cinzaclaro);
}

.atributos ul li.active a {
    border-color: var(--cor-rosa);
    background: var(--cor-cinzaclaro);
}

.atributos ul li a span {
    font-weight:400;
    font-size:14px;
    color:var(--txt-global);
    letter-spacing:-.2px
}
.atributo-cor span {
    font-size: 16px;
}

.pagina-produto .produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    text-align: center;
    margin: 20px 0;
    width: 100% !important;
    display: inline-flex;
}

.pagina-produto .acoes-produto > div.comprar > a.botao {
    width: 100%;
    padding: 5px 0;
    background: var(--cor-botao);
    border: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 5px;
    float: left;
}
div.acoes-flutuante.borda-principal.hidden-phone.hidden-tablet > div.acoes-produto > div.comprar > a {
    width: 100%;
}
.pagina-produto .acoes-produto > div.comprar > a.botao:hover {
    background-image: var(--cor-botao);
    color: white;
}
.pagina-produto .acoes-produto > div.comprar > a.botao i{
    display: none;
}
.pagina-produto .parcelas-produto.borda-alpha.padrao{
    margin-top: 40px;
}
.pagina-produto .produto .acoes-produto .preco-produto .preco-venda {
    font-size: 13px;
    color: #606060;
}
.pagina-produto .cep label{
    color: #606060;
    font-size: 20px;
}
.pagina-produto #formCalcularCep > div > div > input{
    width: 170px;
    height: 30px;
    position: inherit;
}
.pagina-produto #formCalcularCep > div > div > button:hover {
    background-image: var(--cor-rosa);
    color: white;
    border: 1px solid;
    border-color: #d0d0d0;
}
.pagina-produto #formCalcularCep > div > div > button {
    height: 40px;
    background: var(--cor-rosa);
    color: #ffffff;
    border: none;
    text-shadow: none;
    font-size: 16px;
    margin-left: -20px;
    position: relative;
    padding: 0 20px;
    font-weight: 600;
    border: 1px solid;
    border-color: #d0d0d0;
}

.produto .cep ul {
    padding: 60px 0 0 0;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
    border: none;
 /*   text-align: center; */
}
.thumbs-vertical .elastislide-carousel ul li.active a {
    opacity: .5;
    border: none;
}
/* FIM PAGINA PRODUTO */
/* PAGINA CATEGORIA */
.pagina-categoria #corpo .listagem .listagem-linha li {
    width: 23%;
}


.pagina-categoria #corpo span.bandeira-frete-gratis.label-success {
    top: 20px;
    z-index: 99;
    right: 85px;
    position: absolute;
    background: white;
    border: none;
    color: black;
    box-shadow: none;
    font-weight: 700;
}
.pagina-categoria .listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: inline-block;
    position: absolute;
    top: 175px;
    background: transparent;
    right: -18px;
    color: black;
    font-weight: bold;
    border: none;
    box-shadow: none;
    font-size: 12px;
}
.pagina-categoria .listagem .listagem-item .imagem-produto{
    height: 180px;
}
.menu.lateral .ativo {
    background-color: transparent;
    border: none;
}
.menu.lateral .nivel-um>li>a {
    background-color: #FFF;
    box-shadow: none;
}
.menu.lateral li {
    z-index: 15;
    border: none;
}
.menu.lateral .nivel-dois {
    padding: 0;
    border: none;
    box-shadow: none;
}
.menu.lateral .nivel-dois li:hover {
    background: var(--cor-cinzaclaro);
    border-radius: 150px;
}
.menu.lateral .nivel-dois li:hover>a {
    color: var(--cor-textomenu);
}
.menu.lateral .nivel-dois .com-filho i {
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    color: var(--cor-rosa);
    background: transparent;
}
.menu.lateral .nivel-dois li:hover i {
    color: #ffffff;
}
.menu.lateral .nivel-um>li.com-filho>a i {
    display: block;
    float: left;
    margin: 10px 5px 0;
    color: var(--cor-rosa);
    background: transparent;
    font-size: 14px;
}
.menu.lateral .com-filho .titulo {
    font-size: 18px;
}
.menu.lateral.outras li .titulo {
    font-size: 18px;
}
.menu.lateral.outras li .titulo:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
    margin: 0 5px;
    color: var(--cor-rosa);
    background: transparent;
    font-size: 14px;
}
.menu.lateral.outras .nivel-um li:hover>a {
    background: var(--cor-cinzaclaro);
    border-radius: 150px;
}
.menu.lateral.outras .nivel-um li:hover strong, .menu.lateral.outras .nivel-um li:hover strong:before {
    color: var(--cor-textomenu);
}
.menu .nivel-dois li:hover>.nivel-tres {
    display: block;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 2px 5px;
    border-radius: 15px;
}
.filtro {
    box-shadow: none;
    outline: 0;
    padding: 20px;
    border: none;
}
.filtro h4{
    font-weight: 600;
}
.filtro.lista ul li a {
    text-decoration: none;
}
.breadcrumbs{
    border-top: none;
    display: none;
}
/* CONTADOR */

    .new-product-box .imagem-produto {
        height: 180px;
        display: table;
        margin: 0 auto;
    }

    .new-product-box .imagem-produto img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: contain
    }
.info-produto {
    text-align: center;
}
.new-product-box .nome-produto {
    padding-top: 16px;
    display: block;
    position: relative;
    font-size: 16px;
    color: #444;
    text-align: center;
        font-weight: 600;
}


.tempo-stopped .imagem-produto {
    opacity:.3;
    filter:grayscale()
}
.tempo-stopped .ev-tempo span{
    display: none;
}
.tempo-stopped .ev-tempo span.esgotado{
    display: block;
    font-size: 20px !important;
    margin: 0 auto;
    width: auto;
}
    .tempo-stopped .ev-tempo span.esgotado:before, .tempo-stopped .ev-tempo span.esgotado:after{
        display: none;
    }
    
.tempo-stopped .contadorProdutos-produtos .acoes-produto.hidden-phone{
    display: none;
}

    .ev-tempo {
        font-size: 0
    }

    .ev-tempo > :nth-child(even) {
        border-radius: 4px;
        background: rgba(34,35,35,0.00)
    }

    .ev-tempo > :nth-child(1):before {
        content: ''!important
    }

    .ev-tempo > :before {
        content: ':';
        position: absolute;
        left: 0px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.70);
    }


.contadorProdutos-produtos .acoes-produto.hidden-phone .botao-comprar {
    font-size: 0;
    background: var(--cor-botao);
    margin-top: 20px!important;
}

    .contadorProdutos-produtos .acoes-produto.hidden-phone {
        height: 50px
    }

    .contadorProdutos-produtos .acoes-produto.hidden-phone .botao-comprar:hover:after {
        color: #fff;
    }

.contadorProdutos-produtos .acoes-produto.hidden-phone .botao-comprar:after {
    color: #ffffff;
    content: 'Comprar';
    text-align: center;
    border: 0 !important;
    background-image: none;
    font-size: 20px;
    text-indent: -30px;
    display: inline;
}
    .ev-tempo > :after {
        content: attr(data-describ);
        display: block;
        line-height: 16px;
        color: #fff;
        width: 100%;
        text-transform: initial;
        font-size: 13px;
        font-weight: 400;
        border-bottom: 0 solid rgba(51,51,51,0.05);
    }

    .contadorProdutos-tempo {
        font-size: 0;
        white-space: nowrap;
        padding: 15px!important
    }
    .ev-tempo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .ev-tempo > * {
        width: 20%;
        font-size: 20px;
        position: relative;
        display: inline-block;
        color: white;
        font-weight: 800;
    }
.contadorProdutos-tempo-label{
    width: 100%;
    text-align: center;
}
    .contadorProdutos-tempo-description {
        bottom: 6px;
        position: relative;
        opacity: .9;
        text-transform: ;
        font-size: 15px;
        left: -3px;
        color: #fff;
    }
    
    .contadorProdutos-tempo-title {
        font-weight: 800;
        font-size: 18px;
        color: #fff;
        margin-bottom: 12px;
        top: 5px;
        position: relative
    }

    .contadorProdutos-tempo {
        padding: 0;
        background-image: var(--cor-azul);
        border-radius: 5px 5px 0 0;
    }

    .contadorProdutos-produtos {
        padding: 15px 25px;
        background: #fff;
        border: 3px solid rgba(230, 230, 230, 0.47);
        border-top: none;
        border-radius: 0 0 5px 5px;
    }

    .contadorProdutos-produtos ol.flex-control-nav {
        position: static;
        transform: none !important;
        margin: 0 auto !important;
        margin-top: -10px!important;
    }

    .banner .flex-control-paging li {
        float: none;
        display: inline-block;
    }

    .banner .flex-control-paging li a {
        width: 8px;
        margin: 0!important;
        padding: 0!important;
        height: 8px;
        background: rgba(6,6,6,0.17);
        opacity: 1
    }

    .contadorProdutos-produtos .flex-control-paging li a {
        width: 6px;
        height: 6px;
        background: #e1e1e1;
        transition: .2s ease-in-out
    }

    .contadorProdutos-produtos .flex-control-paging li a:hover {
        width: 6px;
        height: 6px;
        background: var(--cor-azul);
    }

    .contadorProdutos-produtos .flex-control-paging li a.flex-active {
        width: 6px;
        height: 6px;
        background: var(--cor-azul);
        border-color: var(--cor-rosa);
        transition: .2s ease-in-out
    }
.contadorProdutos-produtos .flex-direction-nav{
    display: none !important;
}

/* FIM CONTADOR */


/* MOBILE */
@media screen and (max-width:767px) {

    /* MENU E BUSCA */
    .floating-bar #cabecalho {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
        background: white;
        padding-bottom: 0px !important;
}
    .floating-bar .secao-banners {
    padding-top: 180px;
}
    .conteiner .logo {
    margin: 0;
}
    #cabecalho {
    padding-top: 5px;
}
    #cabecalho > div.conteiner > div > div.conteudo-topo.span9 > div.inferior.row-fluid {
        display: block;
    }
    .conteudo-topo .busca-mobile {
    overflow: hidden;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    }
    .busca {
    border: none;
    background: transparent;
    margin: 0 auto;
    height: auto;
    line-height: initial;
    float: left;
        width: 100%;
    }
    #form-buscar {
    display: inline-flex;
    width: 100%;
}
.conteudo-topo .busca-mobile .atalho-menu {
    background: transparent;
    float: left;
    line-height: 50px;
}
    .menu.superior {
    background-color: transparent;
    margin-top: 0;
}
    .menu.superior .nivel-um>li{
        text-align: left;
    }
.menu.superior ul.nivel-um.active {
    display: inline-block;
    width: 85%;
    border: 1px solid var(--cor-rosa);
    background: white;
    position: absolute;
    right: 0;
    left: 25px;
    top: 165px;
    z-index: 99;
}
.atalhos-mobile {
    background: white;
    border-color: transparent;
        border: none;
}
    .atalhos-mobile li{
        line-height: 30px;
        border: none;
    }
.atalhos-mobile a {
    font-size: 25px;
    padding: 0px 10px;
    position: relative;
    top: 3px;
    text-shadow: none;
    text-decoration: none;
    color: var(--cor-rosa);
    line-height: 30px;
}
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li:nth-child(7) {
    background: transparent;
    display: none;
}
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal {
    background: transparent;
}    
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a{
        color: var(--cor-rosa);
    }
    .icon-th:before {
    content: "\f036";
    font-size: 2em;
    color: var(--cor-rosa);
}
            button.botao.botao-busca.icon-search.fundo-secundario {
    border: none;
    background: transparent;
    color: var(--cor-rosa);
    right: 10px;
    font-size: 18px;
line-height: 50px;
    }
    
    .menu.superior .nivel-um .titulo, .menu.lateral .nivel-um .titulo {
    font-size: 15px;
    color: var(--cor-rosa);
    }
    .floating-bar #cabecalho > div.conteiner > div > div.span3{
        display: none;
    }
.menu.superior .nivel-dois li:hover>a {
    color: white;
}
    .menu.superior .nivel-um>li:last-child a{
        border-bottom: none !important;
    }
    .floating-bar .menu.superior .nivel-um .titulo{
    font-size: 18px;
    color: var(--cor-rosa);
}
    /* FIM MENU E BUSCA */
    
    
    
            /* MENU */

.acoes-produto-responsiva .tag-comprar i {
    font-size: 24px;
    position: relative;
    top: 2px;
    display: none;
}

.hamb-1 {
    width: 28px;
    height: 3px;
    margin-bottom: 4px;
    transition: all .3s;
    background-color: black;
}
    
      .cat span.category {
      top: -7px;
      position: relative;
  }


    .cat {
      padding: 15px 0;
      float: none;
      opacity: 1;
      transition: all .4s;
      position: absolute;
      left: 10px;
      display: none;
      width: 50px;
      height: 20px;
      color: transparent;
      border: 1px solid;
      top: 60px;
  }
     #cabecalho .cab-nav {
      height: 50px;
      z-index: 1000;
  }

  #cabecalho .acc-nav a.icon-shopping-cart {
      margin-left: 5px;
  }

  #cabecalho .acc-nav {
      float: right;
      padding: 0 20px;
      position: relative;
      top: 20px;
  }

#cabecalho .close-nav {
    float: right;
    padding: 0;
    width: 50px;
    text-align: center;
    position: relative;
    top: 20px;
    right: 0px;
    height: 50px;
}

  #cabecalho .nivel-um .close-nav-full {
      width: 0;
  }

  #cabecalho .nivel-um.active .close-nav-full {
      width: 20%;
      position: fixed;
      right: 0;
      min-height: 100%;
  }

  #cabecalho .menu.superior .nivel-um::-webkit-scrollbar {
      display: none;
  }

  .menu.superior .nivel-dois li a, .menu.lateral .nivel-dois li a {
      font-size: 14px;
     /* font-weight: bold;*/
      color: #999;
  }

  .menu.superior .nivel-um > li> a {
      font-size: 15px;
      text-align: left;
  }

  .menu.superior .nivel-dois li, .menu.lateral .nivel-dois li {
      padding: 0;
  }

  .menu.superior .nivel-um .titulo, .menu.lateral .nivel-um .titulo {
      font-size: 15px;
      color: #000000;
      letter-spacing: -0.5px;
      line-height: 40px;
      font-weight: bold;
      margin: 0;
  }

  .menu.superior .nivel-um > li, .menu.lateral .nivel-um > li {
      border: 0;
  }

  #cabecalho .cab-nav a {
      float: left;
      width: 40px;
      border: 0;
      top: 0;
      font-size: 24px;
  }

  .menu.superior .nivel-um {
      position: fixed;
      background: #fff;
      z-index: 10000;
      left: -130%;
      top: 0;
      width: 80%;
      box-shadow: 0 0 0 160px rgba(0,0,0,.5);
      bottom: 0;
      margin: 0;
      border: 0;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      min-height: 100%;
      transition: all .5s;
      display: block!important;
      opacity: 0;
  }


  .menu.superior .nivel-um.active {
      left: 0;
      opacity: 1;
  }

  .menu.superior .nivel-dois {
      webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      border: 0;
      box-shadow: none;
      top: 0;
  }

  .menu.superior .nivel-um >li {
      padding: 0 20px;
  }

  .menu.superior .nivel-um>li {
      display: block;
  }

  .menu.superior .nivel-um {
      border: 0;
      position: fixed;
      width: 80%;
      top: 0;
      background: #fff;
      z-index: 1000;
      margin: 0;
  }

  .menu.superior .categoria-marcas .nivel-dois li a, .menu.superior .categoria-paginas .nivel-dois li a {
      padding: 0;
  }

  .cab-nav .category .hamb-1:nth-child(2) {
      opacity: 0;
  }

  .cab-nav .category .hamb-1:last-child {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 28px;
      position: absolute;
      top: 0;
  }

  .cab-nav .category .hamb-1:first-child {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 28px;
      position: absolute;
      top: 0;
  }

  .close-nav .category>i {
      margin: 0;
  }



  .close-nav span.category {
      height: 22px;
      display: block;
      padding: 0;
      text-align: center;
      width: 50px;
      border: 0;
      line-height: 32px;
  }


  .menu.superior .nivel-um>li .titulo {
      line-height: 50px;
      color: #000;
  }
    .menu.superior ul.nivel-um.active {
    width: 80%;
    border: 1px solid;
    background: white;
    position: fixed;
    top: 0px;
    z-index: 999;
            left: 0;
    right: unset;
}
    .menu.superior {
    background-color: transparent;
    margin-top: 0;
    position: absolute;
    width: 100%;
}
        .menu.superior .nivel-um > li> a {
    font-size: 15px;
    text-align: left;
    width: 80%;
    float: left;
}
        .menu.superior li.com-filho i {
    float: right;
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 20px;
    background: transparent;
    color: #000;
}
        .menu.superior .nivel-um>li:hover .nivel-dois {
    display: none;
                text-align: left;
}
        .menu.superior .nivel-dois{
        display: none;
                text-align: left;
        }
                .menu.superior .nivel-tres {
position: unset;
    border: none;
    margin-left: 15px;
    margin-top: -20px;
    box-shadow: none;
    background: transparent;
}
       
        .menu.superior .nivel-dois li:hover{
    background-color: transparent;
}
        .menu.superior ul.nivel-dois li.com-filho i{
            top: 5px;
    		right: 10px;
        }
        .menu.superior ul.nivel-tres li a{
            font-weight: normal;
        }

    
    
    
    
    /* BANNERS */

    .mini-banner{
        display: grid;
    }
    #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div.row-fluid.banner.mini-banner > div > div{
        margin:5px;
    }
    #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div.row-fluid.banner.mini-banner > div.modulo.span4 {
    width: 32%;
    display: inline-block;
}
.row-fluid.banner.mini-banner {
    margin-top: -15px;
    display: inline-block;
        background: white;
    border-radius: 5px 5px 0 0;
}
    .mini-banner .slides img{
        border-radius: 5px 5px 0 0;
    }

    
    /* FIM BANNERS */
    
    
    /* PRODUTOS HOME */
    #corpo .secao-principal {
    margin: 0px !important;
    background: white;
            border-radius: 10px 10px 0 0;
}
#corpo .secao-secundaria {
    margin: 0 0 0px;
    background: white;
        border-radius: 0 0 10px 10px;
}

    /* FIM PRODUTOS HOME */
    
    
    /* PAG CARRINHO */
    .resumo-compra .tabela-carrinho .padding-preco>div {
    padding-left: 0%;
    width: 100%;
    }
    .pagina-produto .cep label {
    color: black;
    font-size: 14px;
    }
    
    .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    width: 96%;
    }
    
    .pagina-produto .acoes-produto .preco-produto {
    float: unset;
    margin-bottom: 15px;
    text-align: center;
    }
    
    
    
    /* RODAPE */

    #sobreLoja{
    border-top: 1px solid rgba(0, 0, 0, 0.13);  
    }
    .sobreLoja.span6 {
    display: block;
    min-height: 0;
    }
    #sobreLoja p{
    text-align: center;
    }
    #rodape .pagamento-selos .row-fluid>.span4 {
    width: 100%;
    text-align: center;
    }
    #rodape .titulo {
    text-transform: uppercase;
    border: 0;
    margin: 0;
    }
    #btn-top {
    right: 5%;
    }
    #rodape .lista-redes i {
        background: transparent !important;
    }
    #rodape > div.institucional.fundo-secundario > div > div > div.span9 {
    width: 100%;
}
    #rodape > div.institucional.fundo-secundario > div > div > div.span9 > div > div.span4 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
    #rodape .logo a {
    width: 100%;
}
    #rodape > div.institucional.fundo-secundario > div > div > div.span3 {
    width: 100%;
    float: unset;
}
    /* FIM RODAPE */
    
.listagem .titulo-categoria, .titulo-categoria {
    display: grid;
    margin: 0 0 !important;
    padding: 0px 0px 0 0px !important;
}
.listagem .listagem-linha li {
    width: 50% !important;
    margin: 0 0 !important;
    float: left;
}    
.acoes-produto-responsiva .tag-comprar {
    margin: 0;
    padding: 0 30px;
    background: var(--cor-botao);
    border-radius: 150px;
        height: 40px;
}
    .listagem-item.produto-adicionado .acoes-produto-responsiva .tag-comprar{
    background: gray;
            padding: 0 20px;
    }
.listagem .listagem-item .acoes-produto-responsiva {
    margin: 0;
    padding: 0 0 40px;
    position: relative;
    text-align: center;
}

.listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
    text-align: center;
    padding: 0;
}
   .info-produto .preco-produto {
    margin: 0 8px;
           font-size: 12px !important;
}
.listagem .span3 .listagem-item .nome-produto, .listagem .span4 .listagem-item .nome-produto, .listagem .span6 .listagem-item .nome-produto {
min-height: 40px;    
font-size: 12px;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 400;
}
.listagem .span3 .listagem-item .nome-produto, .listagem .span4 .listagem-item .nome-produto, .listagem .span6 .listagem-item .nome-produto.cor-secundaria {
  padding: 12px 0 0px 0;
}

    .listagem-item.produto-adicionado .bandeiras-produto {
    z-index: unset;
}


    .listagem-item.produto-adicionado .acoes-produto-responsiva .tag-comprar span{
        font-size: 0px;
    }
    .listagem-item.produto-adicionado .acoes-produto-responsiva .tag-comprar span:after{
        Content:'Adicionado!';
        font-size: 18px;
    }
.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: none !important;
}
    .pagina-categoria #corpo span.bandeira-frete-gratis.label-success{
    top: 160px !important;
    }
    span.bandeira-frete-gratis.label-success {
    top: 180px !important;
    z-index: unset !important;
    right: 32px !important;
    position: absolute !important;
    background: #f9ff00 !important;
    border: none !important;
    border-radius: 150px !important;
    color: black !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    display: block !important;
    padding: 5px 20px !important;
    font-size: 12px !important;
}
    .acoes-produto-responsiva .tag-comprar i{
        display:none;
    }
    .contadorProdutos-produtos .acoes-produto.hidden-phone {
    height: 50px;
    display: block !important;
}
    .preco-produto .preco-venda {
    font-size: 10px;
}
    #barraNewsletter.posicao-rodape{
        display: block !important;
    }
    #barraNewsletter.posicao-rodape .componente .interno .interno-conteudo{
    display: grid;
    }
    #barraNewsletter.posicao-rodape .componente .texto-newsletter {
    width: 100%;
}
#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    overflow: visible;
    display: grid;
    margin: 10px 0;
}
    #barraNewsletter.posicao-rodape .componente .input-conteiner {
    overflow: visible;
    display: flex;
}
    #barraNewsletter.posicao-rodape .componente .input-conteiner {
    width: 100%;
}
#barraNewsletter.posicao-rodape .componente input[type=text] {
    width: 100%;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 25px;
    border-radius: 150px;
}
    #barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 30%;
    background: #000000;
    border-radius: 2px;
    color: #ffffff;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 150px;
            position: absolute;
}
 
    .listagem .listagem-item:hover {
    margin: 0 5px;
    border: none;
    padding: 0;
}
    .pagina-produto .acoes-produto > div.comprar > a.botao {
    width: 100%;
    }
    span.preco-parcela strong {
    font-weight: 600;
}
    input[type="text"], input[type="password"], input[type="email"], textarea, .cadastro input[type="text"], .cadastro input[type="password"], .cadastro select, .ordenar-listagem label {
    font-size: 16px;
    height: auto;
    padding: 10px;
    border-radius: 150px;
}
    
    .atalhos-mobile>ul{
        text-align: center;
    margin: 0 auto;
    display: inline-flex;   
    }
    .atalhos-mobile li {
    line-height: normal;
    }
    .minha-conta .btn-group>a {
    background: transparent;
    border: none;
            padding: 3px;
}
    .minha-conta .btn-group>a i {
    color: #ff709a;
    font-size: 20px;
}
    .minha-conta .btn-group>a span {
    color: #ff709a;
        display: none;
}
    .wishlist i {
    color: var(--cor-coracao);
        font-size: 22px;
}
    .rastreio-topo i {
    display: block;
    font-size: 20px;
    color: var(--cor-rastreio);
    }
    .rastreio-btn{
        margin-top: 3px;
    }
    .contato-mobile{
        margin-top: 0px;
    }
    .contato-mobile a> i {
    color: var(--cor-faleconosco);
    font-size: 24px;
}
    .rastreio-content {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid rgba(228, 228, 228, 0.59);
    display: none;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.38);
    margin-top: 0px;
    width: 180px;
    border-radius: 10px;
    font-size: 14px;
    left: 70px;
    line-height: 20px;
}
    .dropdown-menu>li {
    float: none !important;
    text-align: center;
}
    .btn-group.open .dropdown-toggle{
        box-shadow: none;
    }
    .wishlist i:hover {
    color: #f62248;
}
    .pagina-produto #formCalcularCep > div > div > input {
    width: 150px;
    }
    .produto .principal > div {
    padding: 0 0 50px;
    margin: 0 0 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
    .pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > a{
        width: 80%;
    margin: 10px auto;
    text-align: center;
    display: block;
        border-radius: 150px;
    }
    .pagina-carrinho #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > form > div > div.span12 > button{
        width: 94%;
    margin: 10px auto;
    text-align: center;
    display: block;
    border-radius: 150px;
    }
    .breadcrumbs {
    border-top: none;
    background: white;
    margin: 0 !important;
    border-radius: 10px 10px 0 0;
    margin-bottom: -7px !important;
    padding: 10px;
}
    .cadastro {
    background: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
    .ordenar-listagem label {
    line-height: 22px;
    border-radius: unset !important;
}
    .tabela-carrinho .tag-carrinho{
        background: yellow;
    color: black;
    }
    .rastreio-topo:hover i {
    font-size: 20px;
    color: white;
    background: transparent;
    float: left;
    padding: 5px;
    border-radius: 10px;
}
        .fancybox-wrap.fancybox-opened {
    width: 280px !important;
}


/* menuinsta */


#menuinsta .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

#menuinsta .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

#menuinsta .slick-list:focus {
    outline: 0
}

#menuinsta .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

#menuinsta .slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#menuinsta .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

#menuinsta .slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

#menuinsta .slick-track:after {
    clear: both
}

#menuinsta .slick-loading .slick-track {
    visibility: hidden
}

#menuinsta .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

#menuinsta [dir=rtl] .slick-slide {
    float: right
}



#menuinsta .slick-slide.slick-loading img {
    display: none
}

#menuinsta .slick-slide.dragging img {
    pointer-events: none
}

#menuinsta .slick-initialized .slick-slide {
    display: block
}

#menuinsta .slick-loading .slick-slide {
    visibility: hidden
}

#menuinsta .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#menuinsta .slick-arrow.slick-hidden {
    display: none
}

#menuinsta .slick-next,.slick-prev {
    width: 15px;
    height: 15px;
    display: block;
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

#menuinsta .slick-next .icon,.slick-prev .icon {
    fill: #000;
    width: 10px;
}

#menuinsta .slick-next .icon .a,.slick-prev .icon .a {
    fill: #000
}

#menuinsta .slick-prev {
    left: -7px
}

#menuinsta .slick-next {
    right: -7px
}

@media(max-width: 800px) {
    #menuinsta .slick-prev {
        left:0px
    }

    #menuinsta .slick-next {
        right: 0px
    }
}
    
  div#menuinsta {
    margin: 10px 0 -5px;
} 
#menuinsta i {
    display: none;
}
    #menuinsta ul.nivel-dois {
    display: none;
}
    #menuinsta li{
    text-align: center;
    height: 97px;
    line-height: 97px;
    margin: 0px 10px;
    width: 97px;
    border: none;
    }
    
    #menuinsta > div > button{
    font-size: 0px;
        background: transparent;
    }

    
    #menuinsta a {
    display: grid;
    height: 97px;
    text-align: center;
}
    
    
    
    #menuinsta strong.titulo.cor-secundaria {
    height: 40px;
    line-height: 40px;
    width: 108px;
}

    
    /* FIM menu insta */ 


}


/* FIM MOBILE */
     .termLGPD-StartEcom{
   position:fixed;
   width:100%;
   bottom:0px;
   background-color:black; <— aqui altera a cor do fundo
   color:#000 !important; <-- aqui altera a cor da letra
   text-align:center;
   font-size:30px;
   z-index:1000;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   min-height: 80px; <-- aqui altera o tamanho, abaixo de 80 ele vai ficando mais fino
   padding-top: 15px;
   padding-bottom: 15px;
   opacity: 0.9;
}
.termLGPD-StartEcom label{
    width: 100%;
    max-width: 860px;
    color: white;
    font-weight: 300;
    padding: 20px;
}
.termLGPD-StartEcom a{
    color:#616161;
}
.termLGPD-StartEcom button{
    background-color:#478c22;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}


.pagina-produto .acoes-produto .buy-for-whats {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.pagina-produto .acoes-produto .buy-for-whats a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    margin-top: 7px;
    padding: 10px 0;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s;
    color: #141313;
    background: #fff;
}
.pagina-produto .acoes-produto .buy-for-whats a i {
    font-size: 20px;
    margin-right: 6px;
    color: var(--cor-rosa);
    font-weight: 400;
    transition: all 0.3s;
}
.pagina-produto .acoes-produto .buy-for-whats a:hover {
    background: var(--cor-cinzaclaro);
    border: 1px solid #fff;
    /*  color: #fff; */
}
.pagina-produto .acoes-produto .buy-for-whats a:hover i {
  /*  color: #fff; */
}


/*botao whatsapp inicial*/

.listagem-item .buy-whatsapp-list {
  flex: 0 0 100%;
}

.listagem-item .buy-whatsapp-list a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 3px 0;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 2%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  background-color: white;
}

.listagem-item .buy-whatsapp-list a svg {
  width: 21px;
  fill: var(--cor-rosa);
  transition: all 0.3s;
}


/* FINALIZAÇÃO */


.pedido-finalizado .cabecalho-interno .status-pagamento h3 {
    color: var(--cor-rosa);
}

.cabecalho-interno .status-pagamento .lead {
  color: var(--cor-textomenu);
}

.alert-success {
  background-color: var(--cor-cinzaclaro);
}


/*Adiciona dados PIX*/

.pedido-finalizado .cabecalho-interno .status-pagamento .alert-success:before {

    content: url(https://cdn.awsli.com.br/1211/1211272/arquivos/pix-icon-verde.png) 'PAGAMENTO PIX\A';
    font-size: large;
    display: block; 
    white-space: pre-wrap;
    line-height: 1.5;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.13);
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    color: var(--cor-rosa);
}


.pedido-finalizado .cabecalho-interno .status-pagamento #box-pagamento-boleto #mensagemBoleto:before {

    content: 'CHAVE: 307.595.338-57 \A Titular: Fabíola Cristine Videira\A Enviar comprovante com número do pedido para recortesefricotes@gmail.com e desconsiderar boleto abaixo\A* O pedido será liberado após conferência dos dados do comprovante e crédito do valor em conta.\A\A';
    font-size: large;
    display: block; 
    white-space: pre-wrap;
    line-height: 1.5;
    margin: 15px 0 10px;
    font-size: 17px;
    line-height: 20px;
    margin: 15px 0 10px;
    font-weight: 200;
    line-height: 30px;
    color: var(--cor-textomenu);
}





/* Rodape horario atendimento*/
#rodape .span4.contato-ev li {
  margin-bottom: 10px;
}

#rodape .span4.contato-ev li.hour-footer h1 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 9px;
  margin-top: 15px;
  display: block;
  padding-top: 10px;
  border-top: 1px solid rgb(219 219 219);
    border-top-color: rgb(219, 219, 219);
}
#rodape .span4.contato-ev li.hour-footer p {
  font-size: 14px;
}


.tagembed-container h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #B51E18;
  font-weight: lighter;
  font-family: 'Open Sans' , serif;
}

@media screen and (min-width: 1024px) {

.tagembed-container a::after {
  content: url("https://cdn.awsli.com.br/1211/1211272/arquivos/direita.png");
  margin-left: 26px;
}
.tagembed-container a::before {
  content: url("https://cdn.awsli.com.br/1211/1211272/arquivos/esquerda.png");
  margin-right: 26px;
}
}

.tagembed-container a {
  color: var(--cor-rosa);
}

.titulo-categoria.borda-principal.cor-principal.vitrine-video {
  display: none;
}


.menu ul li::after {
  display: table;

  content: "";

  clear: both;

}
element {
}
.menu .nivel-dois li:first-child {
  border: 0;

}
.menu.superior li {
  border: none;

}
.menu.superior li {
  z-index: 20;

}
/*.menu .nivel-dois li {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}*/

.menu li {
  padding: 0 20px;

}


.tabela-carrinho .formas-envio ul::after {
  content: "*Produção + prazo de envio.";
  display: table;
  clear: both;
}
