.float-button {
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: #f9f9f9;
    color: #CBA665;
    padding: 15px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    z-index: 1000;
    transition:.5s;
}
.flexslider .slides img{
    height:320px;
}

#rodape > div.institucional.fundo-secundario > div > div > div.span9 > div > div.redes-sociais.borda-principal.span4 > div.lista-redes > ul > li:nth-child(2) > a{
    background: linear-gradient(to right,
    #833ab4, /* Royal Purple */
    #fd1d1d, /* Torch Red */
    #fcb045) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}


.flex-direction-nav{
    display:none;
}

#rodape .institucional a{
      display: inline-block !important;
      position: relative;
}

#rodape .institucional a:hover:after {
    transform: scaleX(1);
      transform-origin: bottom left;
}

#rodape .institucional a:after {
    content: '';
    position: absolute;
      transform-origin: bottom right;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #cba665;
    transition: transform 0.55s 
ease-out;
}



#cabecalho > div.conteiner{
  background-color: #F0E8E6 !important;
}
.rastreio-content{
    padding:5px !important;
}

.busca input{
    border-radius:15px;
}

.float-button:hover {
    color: #f9f9f9;
    background-color: #CBA665;
}
.full.menu .conteiner .nivel-um>li:nth-last-child(3) ul {
    left: 0;
}
.full.menu .conteiner .nivel-um>li:nth-last-child(2) ul {
    left: 0;
}
.full.menu .conteiner .nivel-um>li {
    margin: auto;
}
.full.menu{
	background: #545454
	;
}
.full.menu .conteiner .nivel-um>li>a>.titulo{
    color: #FFFFFF ;
}
.full.menu .conteiner .nivel-um>li.offers>a>.titulo{
    color: #FFFFFF  !important;
}
.flex-direction-nav li a {
    background: #f9f9f9;
}

#cabecalho > div.menu.superior > ul li{
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #f9f9f9 !important;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  border-radius:15px;
}
#cabecalho > div.menu.superior > ul li:hover:before, #cabecalho > div.menu.superior > ul li:focus:before{
    border-radius:15px;
}


#cabecalho > div.menu.superior > ul li:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #CBA665;
  z-index: -1;
  color:#CBA665 !important;
}

.menu.superior .nivel-um>li:hover a strong{
    color:#f9f9f9;
}


#cabecalho > div.menu.superior > ul li:hover:before, #cabecalho > div.menu.superior > ul li:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

#cabecalho > div.menu.superior > ul li:active {
  transform: scale(0.9);

}f

.flex-direction-nav .flex-prev{
    border-radius:25px;
    color: #333;
}

.flex-direction-nav .flex-next{
    border-radius:25px;
    color:#333;
}
#cabecalho .actions .carrinho a .icon {
 fill:  #545454   
}
li.offers.com-filho {
display: none;
}

.scrollToTop {
  background-color:#cba665;
  color: #f9f9f9;
}
.scrollToTop:hover {
  background-color:#f9f9f9;
  color: #cba665;
}

#rodape .sobre-loja-rodape .more,
#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao {
    color: #b76d79;
    border: solid 2px #545454;
}

#rodape .sobre-loja-rodape .more:hover,
#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao:hover {
    background: #545454;
}

#cabecalho .carrinho .carrinho-interno .carrinho-rodape .botao:after {
    color: #545454;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar,
.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    color: #ffffff;
}
.listagem.com-caixa .listagem-item .acoes-produto{
    border-style:none;
}

 .listagem.com-caixa .listagem-item .acoes-produto a{
  width: 140px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background-color: #CBA665;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: .5s;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
}

.acoes-produto.hidden-phone .botao-comprar:hover{
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(17, 17, 17);
  z-index: 1;
  transition-duration: .5s;
  font-size: 1.35rem;
  font-weight: 600;
}


.acoes-produto.hidden-phone .botao-comprar:hover {
  transform: translate(0px,-5px);
  transition-duration: .5s;
}

.listagem.com-caixa .listagem-item .acoes-produto a:active {
  transform: scale(0.95);
  transition-duration: .5s;
}



.coluna div.componente.newsletter .botao {
    background: #545454;
    border: solid 2px #545454;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar .icon *,
.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar .icon * {
    fill: #ffffff!important; 
}

#barraNewsletter.posicao-rodape {
    background: #EFCA9A;
}

#cabecalho .carrinho-manipula a span div .carrinho-vazio-preco,
#cabecalho .carrinho .qtd-carrinho {
    color: #000;
}

#cabecalho .actions .carrinho a .icon {
    fill: #000;
}

#cabecalho .actions li:hover a * {
    fill: #f9f9f9;
}

#comprar-ajax-status .sucesso .buttons>* {
    background: #545454;
}

div#instagram h2 a {
    color: #333;
}
#rodape ul li, #rodape span.titulo{
    color:#333;
}

.icon-facebook{
    color: #3a589b !important;
}

#rodape > div.institucional.fundo-secundario > div > div > div.span9 > div > div.redes-sociais.borda-principal.span4 > div.lista-redes > ul > li.visible-phone > a > i{
    content:" ";
}

#menuinsta a{
    transform: translate(0px, -25px);
    
}
    
.busca.borda-alpha {
    width:75%;
}

#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.rastreio-btn > div.rastreio-content > p{
    color:#333;
}
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.rastreio-btn > div.rastreio-content > button{
    color:#333;
}

@media only screen and (max-width: 768px) {
#menuinsta > div > div.slick-next.slick-arrow,
#menuinsta > div > div.slick-prev.slick-arrow.slick-disabled{
    display:none;
}

.flexslider .slides img{
    height:
    200px;
}


 #menuinsta .slick-initialized .slick-slide{
    margin-top:15px;
}

    .atalhos-mobile>ul {
        text-align: center;
        margin: 0 auto;
        display: unset;
        margin-top: 0;
    }



.atalhos-mobile {
    display: block;
    text-align: center;
    border-style: solid;
    border-width: 0 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:1;
}




#cabecalho{
    background-color: #CBA665;
}

.busca .botao-busca{
    top:0px;
}

#auto-complete{
    padding:4px 2px;
}

.cadastro input[type=password], .cadastro input[type=text], .cadastro select, .ordenar-listagem label, input[type=email], input[type=password], input[type=text], textarea{
    font-size:13px;
}
 
 .busca input{
    width:  80%;
    }
       
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
#menuinsta > div > div.slick-next.slick-arrow,
#menuinsta > div > div.slick-prev.slick-arrow.slick-disabled{
    display:none;
}

select, textarea, input[type="text"],
input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    font-size:12px;
}
.newsletter .input-conteiner button{
    padding:3px;
    top:2.5px;
}

.contato-content{
    margin-top: -20px;
    right: 20px;
    left:unset;
}

.rastreio-content{
    margin-top: -20px;
    right: 20px;
}

.selos li{
    width:150px;
    padding:0;
}

.listagem.com-caixa .listagem-item .acoes-produto a{
    width:80px
}
#cabecalho{
    background-color: #CBA665;
}

#form-buscar {
    display: flex !important;
}
.busca .botao-busca{
    top:10px;
}


}

    
@media only screen and (max-width: 479px) {

.busca input{
    width:  80%;
    }
.busca .botao-busca {
    top:0;
}

#form-buscar{
    transform: translateX(-18px);
}
   
 #cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal{
     justify-self:right;
     position:absolute;
 } 
 
 .conteudo-topo .busca-mobile .atalho-menu{
     position:absolute;
     top:0;
     left:0;
     margin:0;
     z-index:99;
 }
 
 #form-buscar{
    width: 100%;
    display:inline-block;
 }
 
 .busca-input{
     width:100%;
 }
 .busca.borda-alpha{
     width:100%;
     padding:5px 0 5px 0px
 }
 .atalhos-mobile .rastreio-btn,.atalhos-mobile li:first-child,.atalhos-mobile .contato-mobile{
     display:none;
 }
 #cabecalho > div.conteiner > div > div.conteudo-topo.span9 > div.inferior.row-fluid > div.span8.busca-mobile > a{
     padding:8.2px 14px;
 }
 #auto-complete{
     padding:10px 5px;
 }
    
}
