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

.logo {
    max-height: 97px !important;
}

.navbar {
    display: none !important;
}

.menu-desktop .input-header {
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-right: none !important;
    height: 47px !important;

}

.btn-busca i {
    font-size: 26px !important;
    color: #fff;

}

.menu-desktop .btn-busca {
    padding: 0px 4px !important;
}

.testBack {
    padding: 10px 40px;
    border: 1px solid grey;
    border-radius: 10px;
}

/* LISTAGEM DOS PRODUTOS */
.page-header {
    padding-bottom: 0px !important;
}

.div-btns {
    display: flex;
    justify-content: center;
}

.produto {
    border: 2px solid #eee;
    */ border-radius: 15px !important;
    flex-direction: row !important;
    align-items: center !important;
    /* margin-bottom: 20px; */
    /* padding: 5px !important; */
    display: flex !important;
    /* margin-right: 5px; */
    min-height: 80px !important;
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
}

.produto a:hover {
    text-decoration: none !important;
}

.img-produto {
    height: 70px !important;
    position: relative !important;
}

.img-produto img {
    height: 100% !important;
    margin: 0 auto !important;
}

.produto .pic-1 {
    opacity: 1 !important;
    transition: all .7s 0s !important;
}

.produto:hover .pic-1 {
    opacity: 0;
}

.produto .pic-2 {
    opacity: 0;
    transition: all .7s 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-inline: auto;
}

.produto:hover .pic-2 {
    opacity: 1;
}

.produto:hover .img-produto {
    animation-name: blur;
    animation-duration: 0.7s;
}

@keyframes blur {
    0% {
        filter: opacity(1)
    }

    50% {
        filter: opacity(0.7)
    }

    100% {
        filter: opacity(1)
    }
}

.nome-prod-desktop {
    font-size: 12px;
    text-align: center;
    color: #646464;
    margin: 10px 0px;
    height: 65px;
    line-height: 1.4;
}

.nome-prod-mobile {
    font-size: 10px;
    color: #646464;
    height: 32px;
    display: none;
    text-align: center;
}

.preco-prod {
    /* display: flex; */
    justify-content: center;
}

.preco-de {
    color: #bdbdbd !important;
    text-decoration: line-through;
    margin-top: 33px;
    margin-right: 41px;
}

span.preco-por {
    color: #A60C0C;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

span.preco-por b {
    font-size: 21px;
    color: #f25995;
    display: inline;
}

.sem-juros {
    margin: 0;
    margin-top: 5px;
    color: #000;
}

.indisponivel {
    opacity: 0.60;
}

.bt1 {
    background: none !important;
}

.testBack {
    padding: 10px 40px;
    border: 1px solid grey;
    border-radius: 10px
}

.boxProdHome {
    max-height: 270px !important;
    overflow: overlay !important;
}

.boxProdHome {
    max-height: 270px !important;
    overflow: overlay !important;
}

.boxProdHome::-webkit-scrollbar {
    width: 10px;
    /* width of the entire scrollbar */
}

.boxProdHome::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */
}

.boxProdHome::-webkit-scrollbar-thumb {
    background-color: #ff8389;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */
}

.qtyminus {
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    background: #acacac5e;
    justify-content: center;
    border: 1px solid #ff8389;
    font-size: 10px;
    border-radius: 50px;
    top: -1px !important;
}

.qtyplus {
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    background: #acacac5e;
    justify-content: center;
    border: 1px solid #ff8389;
    border-radius: 50px;
    font-size: 10px;
    top: -1px;
    position: relative;
}

.input-number {
    width: 50% !important;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
}

.btn-ver {
    margin-top: -33px !important;
    z-index: 9999;
}

.btn-ver {
    color: #fff !important;
}

/*Ver mais*/
/* .preco-prod{display: none!important;} */
.btn-ver-mais {
    background: #ff8389;
    height: 35px;
    border-radius: 12px;
    width: 100%;
    margin: 10px 0px 0px 0px !important;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.btn-ver-mais {
    display: block;
    animation: delizar-baixo .3s;
}

.info-comp {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: none !important;
    border: none !important;
}

.info-comp:hover {
    text-decoration: none !important;
    color: #fff;
}

/* SELOS */

.selos {
    border-radius: 0px;
    background: var(--cor-1);
    color: #000;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 10px;
    position: absolute;
    border-radius: 7px;
    padding: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 9;
}

.selo-l {}

.selo-r {
    right: 15px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15,
.col-md-15 {
    width: 20%;
    float: left;
}


@media (max-width: 768px) {
    .nomeProd h4 {
        font-size: 12px;
    }

    .testBack {
        padding: 10px 0px;
    }

    .btn-cmp {
        width: 100% !important;
    }

    .btn-ver-mais {
        width: 100% !important;
        margin-bottom: 16px !important;
    }

    .div-btns {
        flex-wrap: wrap;
    }

    .nome-prod-desktop {
        font-size: 16px;
        text-align: center;
        color: #646464;
        margin: 10px 0px;
        height: 65px;
        line-height: 1.4;
    }

    .nome-prod-mobile {
        font-size: 12px;
        color: #646464;
        height: 32px;
        display: none;
        text-align: center;
    }

    .preco-prod {
        display: flex;
        justify-content: center;
    }

    .preco-de {
        color: #bdbdbd !important;
        text-decoration: line-through;
        margin-top: 33px;
        margin-right: -88px;
    }

    span.preco-por {
        color: #A60C0C;
        font-size: 18px;
        font-weight: bold;
    }

    span.preco-por b {
        font-size: 21px;
        color: #000;
        display: inline;
    }

    .produto {
        /* height: 440px; */
    }

    .img-produto {
        width: 100%;
    }

    .nome-prod-desktop {
        display: none;
    }

    .nome-prod-mobile {
        display: block;
    }

    .info-comp {
        display: flex;
        justify-content: center;
        font-size: 14px;
        color: #fff;
    }

    .info-comp:hover {
        text-decoration: none !important;
        color: #fff;
    }

    .produto {
        /* flex-direction: column; */
        margin-bottom: 10px;
        margin-right: 0;
    }
}

footer {
    background-color: #000;
    padding: 10px 0px;
}

footer ul>li {
    padding-bottom: 1px;
    padding-top: 1px;
}

footer .footer-icon {
    width: 25px;
    border: 2px solid #cccccc;
    padding: 5px;
}

footer ul>li>a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
}

footer ul>li>a:hover {
    color: #fd8489;
    text-decoration: none;
}

footer h4 {
    font-weight: 700;
    color: #ff848a;
    margin-bottom: 5px;
    margin-top: 50px;
    font-size: 16px;
}

footer p {
    color: #ffff;
    font-size: 13px;
}