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

.bestProd {
    height: 300px !important;
}

.produto {
    border: none !important;
    padding: 0px !important;
    border-radius: 5px !important;
    margin: 0px;
    margin-bottom: 30px !important;
    text-align: center;
    /* box-shadow: 0 10px 15px 0 rgba(0,0,0,0.3); */
    height: 450px;
    width: 100%;
}

.div-btns.col-md-12.col-xs-12 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
}

.produto .thumbnail {
    border-radius: 0px !important;
    padding: 0px;
}

.produto a {
    color: #000;
    text-decoration: none;
}

.produto a:hover {
    color: #000;
    text-decoration: none;
}

.produto:hover {
    border-color: #185174 !important;
}

.produto img {
    max-height: 204px;
    max-width: 100%;
    border-radius: 10px;
    /* margin: 0 auto; */
}

.titulo {
    height: 70px;
    /* max-height: 200px; */
    display: flex;
    overflow: hidden;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.titulo h4 {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #0;
    /* margin-bottom: 0px; */
}

.preco {
    color: #943d66;
    /* margin-top: 8%; */
}

.listItem {
    height: 90px;
    display: flex;
    width: 100%;
    align-items: center;
}

.preco-de {
    display: flex;
    /* margin-top: 10px; */
    height: 25px;
    font-size: 15px;
    text-align: left;
    color: #757575;
    gap: 5px;
    align-items: center;
}

.preco-por {
    font-size: 8px;
    color: #007ebd;
    text-align: center;
    margin: 2px 0;
}

.preco-por span {
    font-size: 17px;
    color: #000;
    font-weight: 100;
    font-family: 'Montserrat';
}

.preco-de span {
    text-decoration: line-through;
}

.s-juros {
    color: #000;
    text-align: left;
    font-size: 14px;
}

.imagem-produto {
    height: 190px;
}

.indisponivel {
    opacity: 0.60;
}

.precoCat span {
    color: #0a8b67 !important;
}

/* CARRUOSEL MAIS VENDIDOS */


.bestProd {
    & .pic-1 {
        margin: 0 auto;
        width: auto !important;
        !;
    }

    & .pic-2 {
        margin: 0 auto;
        width: auto !important;
        !;
    }

    & .titulo {
        justify-content: center
    }

}


#bestsellers .produto {
    padding-left: 15px;
    padding: 10px !important;
    !I;
    !;
    padding-right: 15px;
}

#bestsellers .owl-next {
    right: -2% !important;
    top: 40% !important;
}

#bestsellers .owl-prev {
    left: -2% !important;
    top: 40% !important;
}

#bestsellers svg,
#bestsellers path {
    width: 30px;
    fill: var(--colorcarrinho);
    height: 30px !important;
}

.caracProd {
    justify-content: space-around;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    























    & li {
        background: #0a8b67;
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        width: 46%;
        margin-bottom: 7px;
        /* display: flex; */
        align-items: center;
    }
}

.bestProd {
    & .caracProd {
        justify-content: space-around;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;

        & li {
            background: #0a8b67;
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
            width: 35%;
            margin-bottom: 7px;
        }
    }
}

.btn-add-cart {
    height: 50px;
    margin-top: 5px !important;
}

.btn-add-cart .btn-add {
    color: #FFF;
    opacity: 1;
    -webkit-transition: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 0px;
    background-color: #e6421e;
}

.produto button {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-add {
    color: #FFF !important;
    background-color: #185174 !important;
}

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

.input-number {
    border: none!important;
    box-shadow: none!important;
    /* padding: 0px 0px 0px 19px!important; */
    text-align: center;
    font-size: 16px !important;
    width: 60% !important;
    background-color: transparent !important;
}

.img-produto {
    position: relative;
    height: 185px;
    display: flex;
    /* height: auto; */
    margin-bottom: 30px !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.imgBestProd {
    height: 300px;

    & .pic-1 {
        max-height: 300px;
    }

    & .pic-2 {
        max-height: 300px;
    }
}

.bestProd {
    height: 550px !important;
}

.produto .pic-1 {
    opacity: 1;
    transition: all .7s 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* margin: 0 auto; */
    right: 0;
    width: 100%;
}

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

.produto .pic-2 {
    opacity: 0;
    transition: all .7s 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    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)
    }
}


.btn-adicionar {
    background-color: #185174;
    padding: 8px 25px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    color: #fff !important;
    margin: 15px 0px;
    font-weight: 600 !important;
}

.btn-indisponivel {
    background-color: #fff;
    padding: 8px 25px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    color: #333 !important;
    margin: 15px 0px;
    font-weight: 600 !important;
}

/* SELOS */

.selos {
    border-radius: 0px;
    font-size: 12px;
    color: #FFCD00;
    padding: 8px;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 2;
}

.selo-l {
    background-color: #e6421e;
    position: absolute;
    padding: 8px 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.selo-r {
    background-color: #e6421e;
    position: absolute;
    padding: 8px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    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;
}

.social{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	opacity: 1;
	margin-top: 5%;
	/* height: 40px; */
}
.cont-carrinho{
	padding-right: 0px !important;
	display: flex;
	width: 50%;
	align-items: center;
    gap: 22px;
}
.cont-carrinho > .numero{
    width: 30%;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 15px;
	padding: 0;
}

.put_prod_cart{
	display: flex;
	background: #0a8b67;
	padding: 7px;
	border-radius: 50%;
	justify-content: center;
	z-index: 9999999999;
	cursor: pointer;
}
.put_prod_cart > svg{
fill:#fff
}


@media (max-width: 768px) {


    .caracProd {
        & li {margin-bottom: 2px!important;}

    }

    .bestProd {
        & .caracProd {
            & li {
                background: #0a8b67;
                color: white;
                padding: 5px 10px;
                border-radius: 20px;
                width: 100%;
                margin-bottom: 7px;
            }
        }
    }

    .bestProd {
        & .caracProd {
            justify-content: space-around;
            margin-bottom: 15px;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }
    }

    .bestProd {
        height: 450px !important;
        !Im;
        !Im;
    }

    .imgBestProd {
        /* height: 260px !important; */
    }

    #bestsellers .produto {
        padding-left: 15px;
        padding: 10px !important;
        !I;
        !;
        padding-right: 15px;
    }

    .listItem {
        
        height: 90px;
        
    }

    .caracProd {
        flex-wrap: wrap;
        gap: 0px;








        & li {
            background: #0a8b67;
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
        }
    }

    .col-md-15 {
        width: 100% !important;
    }

    .imagem-produto {
        height: auto;
    }

    .produto img {}

    .imagem-produto {
        height: 110px;
    }

    .produto {
        border: none !important;
        padding: 0px !important;
        border-radius: 5px !important;
        margin: 0px;
        margin-bottom: 30px !important;
        text-align: center;
        /* box-shadow: 0 10px 15px 0 rgba(0,0,0,0.3); */
        height: 480px;
        width: 100%;
    }

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

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

    .img-produto {
        position: relative;
        height: 160px;
        display: flex;
        /* height: auto; */
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .social {
        justify-content: flex-start;
    }

    .titulo {
        height: 99px;    
         /* max-height: 200px; */
        display: flex;
        overflow: hidden;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
        /* align-items: center; */
        margin-top: 5px;
    }

    .caracProd {

        & li {

            width: 100%;
        }
    }
    .div-btns.col-md-12.col-xs-12 {
        display: flex
    ;
        justify-content: space-evenly;
        margin-top: 5%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .col-md-15 {
        width: 50%;
        float: left;
    }
}