#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

.menu-desktop .btn-default {
    color: #000 !important;
}

.menu-desktop .btn-default.btn-log {
    color: #000 !important;
}

.menu-desktop .btn-default.btn-log:hover {
    color: #000 !important;
    font-weight: normal;
}

.menu-desktop .btn-default:hover {
    color: #000 !important;
    font-weight: normal;
}

.menu-desktop .top-login .form_header_busca .input-group {
    background: none !important;
    border: 1px solid #cecece !important;
    border-radius: 4px !important;
    padding: 0;
}

header{
    padding: 13px 0px !important;
    box-shadow: none;
    border-bottom: 1px solid #efe9e9;
    background: white;
}

.menu-desktop #btn-cart a .badge {
    color: white !important;
    top: -6px;
    right: -12px;
    padding: 3px 6px !important;

}

.badge{
    background-color: black !important;
}

.faixa-head{
    background: var(--cor-3);
    height: 28px;
    line-height: 27px;
}

.mega-menu{
    background: white;
}

.menu-link-root .menu-text {
    font-weight: normal;
}

.navbar-nav>li>a{
    gap: 5px;
    font-size: 13px;
}

.link-todas-categorias span {
    font-weight: normal !important;
}

/*Animação dropdown dos tópicos do header*/
.menu-desktop .btn-group .dropdown-menu {
    display: block;              
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px); 
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(.4,0,.2,1);

    pointer-events: none;       
}

.menu-desktop .btn-group:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    left: -45px !important;
}
/*Fim animação*/

#_realizar_pesquisar::placeholder {
    color: #999 !important;
    opacity: 1; 
}


.menu-desktop .btn-busca .svg-lupa path {
    stroke: #807b7b !important;
}

/*Barra invisível em cima do dropdown para o mouse não pegar no espaço entre o botão e o dropdown*/
.menu-desktop .btn-group .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -15px;     
    left: 0;
    width: 100%;
    height: 15px;   
}

.logo{
    width: 80%;
}

.listAccount {
    margin-bottom: 10px !important;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: column;
}

.listAccount a {
    color: black !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none !important;
}

#btn-cart p{
    padding-top: 6px;
}


.canal-atend h4 {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: left;
}

span.horario-sac {
    font-size: 13px;
    display: flex;
}

ul.lista-atendimento-online {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li.listAccount {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px !important;
}

li.listAccount a:hover {
    color: var(--cor-1) !important;
}

ul.dropdown-menu.canal-atend {
    padding: 30px !important;
}

.menu-desktop #btn-cart a {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center; 
}

.box-area{
    padding: 27px !important;
    min-width: 250px !important;
}

.categ-box-area{
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.box-area h4{
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: left;
    margin-bottom: 15px !important;
}

.categ-box-area-botoes a {
    background: var(--cor-3);
    color: #fff !important;
    padding: 8px;
    border-radius: 3px !important;
    gap: 10px !important;
    margin-bottom: 15px;
     transition: 
        background 0.35s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;  
}

.categ-box-area-botoes a:hover {
    background: var(--cor-1);
     transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

body{
    background-color: white !important;
}

.owl-pagination {
    display: block;
}

#banner-loja {
    position: relative;
}

#banner-loja .owl-pagination {
    position: absolute;
    bottom: 20px; /* distância do fundo */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.owl-page.active {
    background: none !important;
}

#banner-loja .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: rgba(255,255,255,0.6);
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
}

#banner-loja .owl-page.active span {
    width: 25px;
    background: var(--cor-1);
}

#tarja-slide ul li{
    background-color: transparent;
}

#tarja-slide .second-line{
    font-size: 11px;
}

#tarja-slide .first-line{
    font-weight: normal;
}

.img-cat{
    border: none;
    width: 115px !important;
    height: 115px !important;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.text-cat {
    font-size: 12px;
    font-weight: normal;
}

#menu_flutuante #btn-cart a{
    display: flex;
}

.titulo-vitrine h2{
    justify-content: flex-start;
}

.titulo-vitrine h2::after {
    content: "";
    flex-grow: 1;          
    height: 1px;           
    background: #cecece;     
    margin-left: 15px; 
    margin-top: 12px;    
}

.sidecart-total span {
    font-weight: normal;
}

.sidecart-actions .btn{
    background: var(--cor-3);
    font-weight: normal !important;
    transition: 
        background 0.35s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;  
        border-radius: 2px !important;
}

.sidecart-actions .btn:hover{
    background: var(--cor-1);
     transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

button.btn.btn-default.btn-carrinho {
    background: var(--cor-3) !important;
    border-color: var(--cor-3) !important;
    color: white !important;
    border-radius: 2px !important;
     transition: 
        background 0.35s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease; 
    padding: 9px 9px !important;
}

button.btn.btn-default.btn-carrinho:hover {
     background: var(--cor-1) !important;
     font-weight: normal !important;
     transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    border-color: var(--cor-1) !important;
}

.btn.btn-default.btn-carrinho i {
    display: none;
}

.sidecart-item-price {
    font-weight: normal;
}

.sidecart-item-remove {
    color: var(--cor-3);
    font-size: 13px;
}

.sidecart-title {
    font-weight: normal;
}

.sidecart-vitrine-item {
    margin-bottom: 25px !important;
}

.empty-icon{
    display: none;
}

a.empty-cta {
    color: var(--cor-3);
}

.produto.custom-estilo:hover {
    border: 1px solid #cecece;
}

.nome-prod-desktop{
    min-height: 33px;
    font-weight: bold;
}

.preco-de{
    font-size: 14px;
}

.nome-prod-desktop{
    font-size: 12px;
    padding: 0px 0px 0px 15px;
    text-align: start;
}

.preco-prod{
    padding: 0px 0px 0px 15px;
    align-items: start;
}

.preco-por b {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: normal;
}

.preco-por{
    font-weight: normal;
    color: #4b4b4b;
    font-size: 15px;
}

.img-produto img{
    height: 85%;
    max-width: 85%;
}

.preco-por-cart {
    color: #000000;
}

.selos{
  position: absolute;
  top: 8px;
  right: auto;
  background: var(--cor-3);
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 999px;
  letter-spacing: .5px;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.selo-l{border-radius:25px; background-color: #00B359; position: absolute; padding: 8px; font-weight: 600; letter-spacing: 1px;}
.selo-r{border-radius:25px; background-color: #00B359; position: absolute; padding: 8px; font-weight: 600; letter-spacing: 1px; right: 15px; }

.selo-l{ left: 8px; right: auto; }
.selo-r{ right: 8px; left: auto; }

.selo-l{
    display: flex;
    font-size: 13px;
    background-color: var(--cor-3);
    border-radius: 2px !important;
}

.selo-r {
    border-radius: 2px;
    background-color: var(--cor-1);
    font-weight: normal !important;
    letter-spacing: 0px;
}

.navbar-nav{
    justify-content: space-evenly;
}

.produto.custom-estilo{
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px solid #f3f1f1;
}


.col-md-20 {
    width: 20%;
    float: left;
    padding: 0 5px 0 5px;
}

@media (max-width: 991px) {
    .col-md-20 {
        width: 50%; /* tablet */
    }
}

@media (max-width: 767px) {
    .col-md-20 {
        width: 100%; /* mobile */
    }
}


#similares .preco-por{
    color: #4b4b4b !important;
}

#similares .preco-por b{
    color: #4b4b4b !important;
}

@media (max-width: 769px) {
    .col-md-20 {
        width: 50%;
    }
    .nome-prod-desktop{height: 30px !important;}
    .produto .preco-por{font-size: 13px !important;}
}



.input-customizado {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    min-height: 60vh;

    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 999999;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.09);
}



.input-customizado.ativo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.interesting {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
}

.buscas-populares {
    margin-top: 20px !important;
}

.list-group{
    display: flex;
}

.list-group-item{
    width: 25%;
}

.mostrar {
    position: relative;
}

.mostrar>ul>li>a{
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.list-group-item img {
    width: auto !important;
    height: 100% !important;
}

.mostrar>ul>li:hover{
    background-color: transparent !important;
}

.mostrar > ul > li > a {
    display: block;           /* tira o flex */
    color: #000;
}

.list-group-item img {
    width:  auto !important;
    height: 100% !important;
    display: block;
}

.mostrar > ul > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item {
    margin-right: 10px;
}

span.titulo-busca-custom {
    line-height: 35px;
}

span.preco-de-busca-custom {
    color: #7f8c8d !important;
    text-decoration: line-through;
    margin-right: 5px;
}

.produto.custom-estilo:hover {
    transform: none !important;
}

.titulo-vitrine{
    margin: 0 !important;
}

.titulo-vitrine h2{
    padding-top: 0 !important;
}

.titulo-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}

.mais-vendidos {
    background: var(--cor-3);
    padding: 9px 15px 9px 15px;
    border-radius: 2px;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mais-vendidos a {
    color: white;
    font-size: 13px;
}

.mais-vendidos:hover{
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

.menu_flutuante{
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05) !important;
}

#review .item-al{
    border: none;
    border-radius: 0;
}

.item-al{
    box-shadow: none;
}

#review .item-al>p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-star {
    gap: 5px;
}

p.aval-text {
    text-align: center;
    border-bottom: 1px solid #f3ecec;
    margin-bottom: 4px !important;
    padding: 0px 0px 7px 0px;
}

p.aval-link {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #463a3a;
}

.review-star {
    color: #ffdc44;
}

p.nome-cliente-av {
    color: 463a3a;
}

.avaliacoes-carrossel {
    position: relative;
}

.avaliacoes-carrossel .owl-pagination {
    position: relative;
    bottom: 20px; /* distância do fundo */
    left: 0;
    z-index: 10;
}

.owl-page.active {
    background: none !important;
}

.avaliacoes-carrossel .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: rgba(0,0,0,0.3); /* troquei pra escuro pq geralmente fundo é claro */
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
}

.avaliacoes-carrossel .owl-page.active span {
    width: 25px;
    background: var(--cor-1);
}

.avaliacoes-carrossel .owl-controls {
    display: flex;
    justify-content: center;
}

.card-img-top{
    border-radius: 2px;
}

small.small-text {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-weight: bold;
}

.card-body h5 {
    font-weight: normal !important;
    margin-bottom: 10px;
    font-size: 15px !important;
    color: #000000 !important;
     white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;
    text-align: center;
    
}

.btn-blog{
    justify-content: center;
    margin-top: 10px;
    font-weight: normal !important;
    background: var(--cor-3);
    padding: 9px 15px 9px 15px;
    border-radius: 2px;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    padding: 6px 12px 6px 12px !important;
    margin: 0 auto;
}

.btn-blog p{
    text-decoration: none !important;
    color: white;
}

.btn-blog:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

.owl-carousel-blog {
    position: relative;
}

.owl-carousel-blog .owl-pagination {
    position: relative;
    bottom: 0px; /* distância do fundo */
    left: 0;
    z-index: 10;
}

.owl-page.active {
    background: none !important;
}

.owl-carousel-blog .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
}

.owl-carousel-blog .owl-page.active span {
    width: 25px;
    background: var(--cor-1);
}

.owl-carousel-blog .owl-controls {
    display: flex;
    justify-content: center;
}

#review .lista-aval .space {
    display: flex;
    justify-content: center;
}

.newsletter {
    display: flex;
    align-items: center;
    background: #e1dddd21;
    min-height: 150px;
    padding: 20px;
}

.newsletter p {
    color: #ffffff;
    font-size: 15px;
}

#newsletterForm{
        display: flex;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 10px !important;
}

.social-icons-footer {
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    margin-top: 20px !important;
}

.social-icons-footer svg {
    margin: 0 12px !important;
    width: 33px;
    height: 33px;
}

.newsletter h1 {
    color: black;
    font-size: 28px;
}

.mini-text {
    font-size: 14px;
    margin-bottom: 20px !important;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* quantidade de linhas */
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.row-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check.text-left {
    display: flex;
    justify-content: center;
}

.form-check.text-left {
    display: flex;
    justify-content: center;
    padding: 20px;
}

span.comunicacoes {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.687) !important;
    width: 100% !important;
    position: relative;
    display: flex;
}

input#newsletter-checkbox {
    margin: 0px 5px 5px 5px;
}

.newsletter button {
    background-color: var(--cor-3) !important;
    border-color: var(--cor-3) !important;
    border-radius: 2px !important;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.newsletter button:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}


footer h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 17px;
}

footer ul>li {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: justify;
    font-size: 13px !important;
}

footer ul>li>a {
    color: #353535;
    transition: all 0.3s;
    text-decoration: none !important;
    font-size: 15px !important;
}

.btn-atendimento {
    font-weight: 600 !important;
    background: var(--cor-3);
    padding: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    border-radius: 2px;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;

}

.btn-atendimento:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

.footer-meio p {
    font-size: 15px;
}

.img-pag {
    margin: 0px;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    height: 30px;
}

.seguranca-footer img {
    max-width: 100px;
}

.rodape-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-busca-populares {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
}

li.list-group-item.busca-popular-item {
    width: 80%;
    background: black;
    margin-bottom: 10px;
    border-radius: 2px !important;
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.25s ease;

}

li.list-group-item.busca-popular-item:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 18px;
    background: var(--cor-1) !important;
    border-color: var(--cor-1) !important;
}

li.list-group-item.busca-popular-item a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.dept-link-l2{
    margin-bottom: 4px;
}

@media (max-width: 430px){
    span.comunicacoes{font-size: 10px;}
    .input-customizado{display: none;}
}


#cat-icons .owl-pagination {
    position: relative;
    bottom: 20px; /* distância do fundo */
    left: 0;
    z-index: 10;
}
 
#cat-icons .owl-page span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: rgba(0,0,0,0.3); /* troquei pra escuro pq geralmente fundo é claro */
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
}

#cat-icons .owl-page.active span {
    width: 25px;
    background: var(--cor-1);
}

#cat-icons .owl-controls {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .navbar-nav>li>a {background-color: transparent;}
}

.mobile-lateral p{color: var(--cor-1);}

.mobile-lateral a{color: var(--cor-1);}

.mobile-lateral i{color: var(--cor-1);}

.contador-carrinho{color: white;}

