/* LISTAGEM DOS PRODUTOS */
.page-header{padding-bottom: 0px !important; }
.div-btns{display: flex;justify-content: center;padding: 0 !important;}
.produto{margin-bottom: 10px;height: 500px;margin: 9px;}
.produto a:hover{text-decoration: none;}
.img-produto{/* max-height: 240px; */position: relative;/* height: 100%; */position: relative;/* height: 100%; */max-width: 250px;margin: 0 auto;/* padding: 12px; */border: solid 1px transparent;border-radius: 4px;background: #fff;}
.img-produto img{height: 100%;margin: 0 auto;width: 90%;display: block;margin: auto;max-height: 250px;width: 100%;height: auto;border-radius: 4px;}
.produto .pic-1{opacity: 1; transition:all .7s  0s}
.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: 15px;color: #646464;margin: 10px 8px;height: 60px;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: #9b9b9b !important;text-decoration: line-through;/* margin-top: 33px; *//* margin-right: 41px; */font-size: 13px;padding: 0px 8px;display: flex;width: 100%;}
span.preco-por{color: #A60C0C;text-align: center;/* font-size: 12px; */font-weight: bold;display: flex;padding: 0px 8px;}
span.preco-por b{font-size: 20px;color: #0008a8;display: inline;}
.sem-juros{margin: 0; margin-top: 5px; color: #000;}
.indisponivel{ opacity: 0.60; }
/* .titulo-vitrine p::after {content: '';display: block;width: 5%;margin: 1px auto;border: 1px solid #38E6E8;border-radius: 3px;background-color: #38E6E8;} */

.boleto{font-size: 18px; color:#000 !important;}

.bt1{
    background: none !important;
}
.box-tam{
    padding: 0 0px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    & .owl-item{
        display: flex;
        justify-content: center;
    }
    & .owl-next {
        right: -16px  !important;
        top: 10% !important;
    }
    & .owl-prev {
        left: -8px  !important;
        top: 10% !important;
    }
    & .banner-icons,.banner-icons path
    {width: 15px;height: 15px;fill: var(--colorcarrinho);}

}
.label-filtro{
    border: 1px solid #c1c1c1;
    font-size: 14px;
    padding: 5px 7px;
    text-align: center;
    border-radius: 6px;
    color: #7d7d7d;
    width: 68%;
    font-weight: 100;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    & input{
            visibility: hidden;
            display: none;
    }
}

.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: #0008a8;height: 40px;border-radius: 10px;width: 95%;margin: 0 !important;align-items: center;justify-content: center;display: flex !important;}
.btn-ver-mais{display: block; animation: delizar-baixo .3s;}
.infoBuy{display: none;}
.produto:hover .infoBuy{display: flex;flex-direction: column;margin-top: 17px;}

.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;}
.minus{ z-index: 2;position: absolute;bottom: 2px;left: 10px;font-size: 18px;}
.minus i{}
.plus{ z-index: 2;position: absolute;left: 10px;top: 2px;font-size: 18px;}
.btn-cmp{border-radius: 5px !important;width: 82px !important;height: 50px !important;font-size: 18px !important;font-weight: bold;text-align: center;}
/* 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) {  
    .img-produto img{
    height: 100%;
    width: 100%;
}
    .infoBuy{display: flex;flex-direction: column;margin-top: 17px;}
    .parcelas {
    padding: 0 !important;
}
.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: 46px;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; */padding: 0;}
span.preco-por{color: #A60C0C;font-size: 18px;font-weight: bold;padding: 0;}
span.preco-por b{font-size: 17px;/* color: #000; */display: inline;}.produto{height: 420px;}
.img-produto{/* height: 180px; */width: 100% !important;max-width: 300px;}
.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;}
.especificacoesProd{
    display: flex;padding: 0px 20px; margin-top: 0px;
}
.esp{  margin-bottom: 39px;
    margin-left: 18px;;}
/* SELOS */
}
@media (max-width: 992px) {
    .especificacoesProd{
        display: flex;padding: 0px 0px; margin-top: 0px;
    }
    .col-md-15 { width: 50%; float: left; }
}
@media (max-width: 768px){
    .item-al {
        width: 100%  !important;
    }
.btn-ver-mais {
    width: 100% !important;
    /* margin-bottom: 10px !important; */
}}
.bt1{display: block !important;}
.parcelas {font-size: 12px !important;/* text-align: center; */margin-top: 0px;color: #0008a8;/* align-items: center; *//* align-content: center; */padding: 0px 8px;display: block;justify-content: center;/* height: 42px; */}
/*INSTAFEED API */
.div-api-insta{display: inline-block;}

.img-instafeed{
    -webkit-filter: brightness(100%);
 }

.img-instafeed:hover{
    -webkit-filter: brightness(40%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.likes-insta{
    opacity: 0;
    height: 0px;
}

.img-instafeed:hover + .likes-insta{ 
    /*display: block;*/
    opacity: 1;
    bottom: 82px;
    position: relative;
    color: white;
    height: 0px;
}