/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 29 de ago. de 2023, 18:11:20
    Author     : Vedoble
*/



.btn-heart-card{
    color: #C7C7C7 ;
    margin-right: 10px ;
}

.btn-galeria-mobile-posicao{
    margin-right: 5px ;
}
.align-btn-prod{
    padding-right: 0;
    padding-top: 0 ;
    padding-bottom: 0.3rem;
}
.span-card-prod-indis{
    background-color: #C7C7C7 ;
    border-radius: 15px ;
    color: white ;
    width: 100px ;
    padding: 2px;

}

.favorite-align-right{
    display: flex;
    justify-content: right;
    align-items: center;
}

.btn-remove-list{
    background: #00CF76 ;
    border: none ;
}

.btn-heart-card .ui-state{

    color: red ;
}

.card-prod {
    border: 1px solid #F4F4F4;
    box-shadow: none;
    border-radius: 20px;
    background: #fff;
    margin: 8px;
    padding: 0px;
    text-align: center;
    width: 100%;
    min-height: 370px;

}
.card-prod:hover, .card-prod:active {
    border-color: #00CF76;
    box-shadow: 0 0 8px 4px rgba(0, 207, 118, 0.25);
}
.card-prod-indisponivel{
    text-align: left ;
    margin-top: 6px;
    margin-bottom: 24px;
}

.img-card{
    width: 90%;
    border-bottom: 1px solid #F4F4F4;
    max-width: 100%;
    max-height: 155px;
}

.aling-midle {
    color: #00CF76;
    -webkit-text-fill-color: #00CF76;
    font-weight: bold;
    display: flex;
    align-items: center;
    -webkit-text-decoration: none  ;

}

.aling-midle .ui-widget{
    font-size: 16px ;
    font-weight: 700;
}

.valor-prod-card-dolar{
    font-size: 24px ;
    font-weight: 700 ;
    color: #00CF76 ;
}

.valor-prod-card-real{
    color: #C7C7C7;
    font-size: 15px;
    font-weight: bold;
}

.valor-prod-card-real{
    color: #C7C7C7;
    font-size: 16px ;
    font-weight: 700;
}

.prod-nome-card{

    text-decoration: none ;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px  ;
    font-family: Product Sans ;
    font-weight: 400;
    margin-top: -5px;
}

.span-card-prod{
    background-color: #F25050 ;
    border-radius: 15px ;
    color: white ;
    width: 100px ;
}

.span-card-prod-indis{
    background-color: #C7C7C7 ;
    border-radius: 15px ;
    color: white ;
    width: 100px ;
}

.output-card-prod{
    padding: 10px;
    padding: 14px;
    font-size: 14px;
}
.output-card-prod.ui-widget{
    font-size: 12px;
    font-weight: 600;
}

.aling-left{
    text-align: left ;
    -webkit-text-decoration: none  ;
}

.aling-center{
    text-align: center ;
    -webkit-text-decoration: none  ;

}

.aling-right{
    text-align: right ;
    -webkit-text-decoration: none  ;

}
.aling-left.aling-itens-prod{
    min-height: 40px ;
    padding-top: 10px ;
}
.valor-prod-oferta{
    font-size: 16px ;
    text-decoration-line: line-through ;
    color: #7F7F7F ;
    font-weight: 400;
    line-height: 19.41px ;
}

.outlet{
    background: black ;
}

.img-moeda{
    height: 24px !important;
    object-fit: contain !important;
}

.img-moeda-dolar{
    overflow: hidden;
    height: 34px !important;
    object-fit: contain !important ;
}

@media (max-width: 500px) {
    .img-moeda-dolar{
        width: 100%;
        overflow: hidden;
        height: 34px !important;
        object-fit: contain !important ;
    }
    .img-moeda{
        width: 100%;
        height: 24px !important;
        object-fit: contain !important;
    }
}
/*monitores pequenos */
@media (min-width: 769px) {
    .img-card{
        width: 95%;
        border-bottom: 1px solid #F4F4F4;
    }
    .card-prod {
        width: 96%;
    }
}

/*monitores médios */
@media (min-width: 993px) {
    .card-prod {
        min-height: 410px;
    }

    .card-prod {
        border: 3px solid #F4F4F4;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
}

/*monitores grandes */
@media (min-width: 1201px) {

}
/*monitores extra-grandes */
@media (min-width: 1401px) {

}


.bg-green-atacado{
    background-color: #00CF76 !important;
    border: #00CF76 !important;
}
