/*Configurações gerais*/
main{
    min-height: 600px;    
}

.slippry-slide img{
    width: 100%;
}

div.table{
    display: table;
}

div.table-cell{
    display: table-cell;
    vertical-align: top;
}

/*Fim das configurações gerais*/

/*filtro produtos*/
.div-query{
    text-transform: uppercase;
    font-weight: bold;
}

.div-filtro{
    background: #ffffff;
    min-width: 220px;
    max-width: 260px;
    border: 1px solid rgba(166, 185, 238, 0.3);
}

.div-filtro h3{
    text-transform: uppercase;
    padding: 14px;    
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px; 
    border-bottom: 1px solid rgba(166, 185, 238, 0.3);
    border-top: 1px solid rgba(166, 185, 238, 0.3);
    font-family: titulo;
}

.div-filtro h3:nth-child(1){
    border-top: none;
}

.div-filtro ul li{
    padding: 4px 0px;
    font-size: 16px;
    border-bottom: 2px dotted rgba(166, 185, 238, 0.2);
}

.div-filtro ul li:last-child{
    border-bottom: none;
}

.div-filtro ul{
    padding: 14px;
}

.div-filtro input[type="checkbox"]{
    display: none;
}

.section-site .div-filtro ul li label{
    display: block;
    padding-left: 24px;
    background-image: url(../img/checkbox_false.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}

.div-filtro input[type="checkbox"]:checked + label{
    background-image: url(../img/checkbox_true.png);
}

/*fim filtro produtos*/


/*area produtos*/

.conteiner.left{
    text-align: left;
}

.conteiner-produtos{
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.produto{
    vertical-align: top;
    border: 1px solid rgba(166, 185, 238, 0.3);
    display: inline-block;
    margin: 0px 0px 16px 16px; 
    padding: 16px 16px 41px 16px;
    text-align: left;
    max-width: 178px;
    min-height: 382px;
    vertical-align: text-top;
    position: relative;
    transition: all ease 1s;
}


.section-site  .produto span{
    font-weight: bold;
    position: absolute;
    bottom: 16px;
}

.produto:hover{
    position: relative;
    z-index: 10;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    transform: scale(1.02);
}

.produto.zero span{
    color:#BF2600;
}

.produto.zero::after{
    content:"sem estoque";
    text-transform: uppercase;
    position: absolute;
    top:0px;
    left:0px;
    background:#BF2600;
    color:#ffffff;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}

.produto.promocao span{
    color:#0040BF;
}

.produto.promocao::after{
    content:"promoção";
    text-transform: uppercase;
    position: absolute;
    top:0px;
    left:0px;
    background:#0040BF;
    color:#ffffff;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}


.section-site .produto h2{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.section-site .produto p{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    padding: 0px;
    text-align: left;
    margin-bottom: 16px;
}

.section-site  .produto img{
    width:100%;
    margin: auto;
    display: block;
    margin-bottom: 16px;
}
/* fim area produtos*/


/*smartphone*/
@media screen and (max-width:45em){
    
    /*geral*/
    div.table, div.table-cell{
        display: block;
    }
    /*fim geral*/

   /*fim filtro produtos*/
    
    div.div-filtro{
        position: fixed;
        padding: 0px;
        left: 0px;
        top: 0px;
        height: 100%;
        z-index: 50;
        transition: left ease .3s;
    }
    
    div.div-filtro .conteiner-div-filtro{
        display: block;
        overflow: auto;
        height: 100%;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }
    
    .div-filtro h3:first-child{
        padding-top: 72px;
    }

    .div-filtro ul:last-child{
        padding-bottom: 72px;
    }
    
    div.div-filtro::after{
        content: "";
        position: absolute;
        top: 50%;
        background-color: #dae4ff;
        background-image: url(../img/funnel.png);
        background-position: center;
        background-repeat: no-repeat;
        right: -36px;
        width: 36px;
        height: 42px;
        z-index: 49;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        opacity: 0.5;
        transition: opacity ease 1s;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    div.div-filtro:hover::after{
         opacity: 1;
    }
    
    /*fim filtro produtos*/

    /*area produtos*/

    .conteiner-produtos{
        text-align: center;
    }

    .produto{
        margin: auto;
        width: auto;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 16px;
    }

    .section-site .produto img {
        max-width: 208px;
    }

    .section-site .produto span{
        position: static;
        display: block;
    }
    
}
/*fim smartphone*/

#divListaProdutos .alert-box{
    display: block;
    padding:16px 24px;
    font-size: 24px;
    line-height: 36px;
    color:#BF2600;
}

.data-codigo{
    position: relative;
}


.data-codigo::after{
    content: attr(data-codigo);
    position: absolute;
    bottom: 0px;
    right:0px;
    font-size: 14px;
    padding: 4px 8px;
    z-index: 3;
    color:#797979;
    text-transform: uppercase;
}

