/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/out/2016, 16:08:43
    Author     : filipemurteira
*/

.itemHome{
    text-align: center;
}
.itemHome a{
    display: block;
    color: #003a56;
}
.itemHome img{
    margin-bottom: 10px;
}


/* Categorias */
#topoCategoria{
    padding-top: 45px;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    margin-bottom: 25px;
}
#topoCategoria .nome{
    margin-bottom: 15px;
    font-size: 36px;
}

/* Sub Categorias */
.listaSubCat{
    margin-bottom: 25px;
}
.listaSubCat .row{
    margin: 0px;
}
.listaSubCat .row > div{
    padding: 0px;
}
.listaSubCat .itemSub{
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    color: #003a56;
    margin-bottom: 5px;
}
.listaSubCat .itemSub a{
    display: block;
}
.listaSubCat .itemSub img{
    width: 100%;
}
.listaSubCat .itemSub .nome{
    padding: 10px;
    color: #003a56;
}

/* SubCategoria */
#topoSubCategoria{
    margin-bottom: 15px;
}

#topoSubCategoria .nome{
    font-size: 36px;
}

/* listaProds */
.listaProds{
    
}
.listaProds .itemProd{
    margin-bottom: 15px;
    background-color: #f5f5f5;
    
    font-size: 16px;
    font-weight: normal;
    
    margin-bottom: 15px;
}
.listaProds .itemProd .texto{
    padding: 15px;
    min-height: 120px;
}
.listaProds .itemProd .texto .nome{
    font-weight: 700;
}
.listaProds .itemProd .texto .ref{
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
}
.listaProds .itemProd .img{
    position: relative;
    /*border-bottom: 4px solid #4b565c;*/
    background-color: #FFFFFF;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.listaProds .itemProd .img a{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.listaProds .itemProd .img:after {
  content: "";
  display: block;
  padding-bottom: 85%;
}
.listaProds .itemProd .img img{
    display: none;
}

.listaProds .itemProd .form{
    margin-top: 20px;
}
.listaProds .itemProd .form a{
    font-weight: 700;
    color: #003a56;
}


/* detalhe Produto */
.itemProdD{
    margin-bottom: 20px;
}
.itemProdD .textoTopo{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.itemProdD .textoTopo .ref{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}





.itemProdD .cor{
    background-color: #e1e1e1;
}
.itemProdD .texto{
    font-size: 14px;
    padding: 15px;
    color: #000000;
}

.itemProdD .img img{
    width: 100%;
}
.itemProdD .form{
    border-top: 4px solid #333d47;
    padding-top: 20px;
}

.itemProdD .form a{
    background-color: #004563;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #004563;
    cursor: pointer;
}
.itemProdD .form a:hover{
    background-color: #ffffff;
    color: #004563;
    text-decoration: none;
}


/* linkCat */
#conteudo .linksCat{
    background-color: #004563;
}
#conteudo .linkCat{
    background-color: #004563;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    border: 1px solid #004563;
}
#conteudo .linkCat:hover{
    background-color: #ffffff;
    color: #004563;
    text-decoration: none;
}


.itemProdD .form-control,
.itemProd .form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4b565c;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 50px;
}
.itemProd .form-control{
    border: 0px;
}

    

#modalDetalhe.loading .modal-body{
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50px;
}