/*Arquivo de estilos para o conteudo do site especificamente*/

nav.categorias {
    background: #f7f7f7;
}

nav.categorias > div > a {
    display: block;
    height: 35px;
    line-height: 26px;
    margin-bottom: 10px;
    text-decoration: none;
    outline: 1px solid #eaeaea;
}
nav.categorias a:nth-child(even) {
    background: #F5F5F5;
}
nav.categorias a .icone {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    color: #666;
}
nav.categorias a .titulo {
    line-height: 35px;
    color: #666;
    margin-left: 10px;
}
nav.categorias a:hover .icone {
    background: rgba(0,0,0,0.2);

    color: white;
}
nav.categorias a:hover {
    background: #FF4957;
}
nav.categorias a:hover .titulo {
    color: white;
}
nav ul.dropdown-menu {
    left: 15px !important;
}



.produto {
    outline: 1px solid #ccc;
    margin-bottom: 30px;
    min-height: 330px;
}
.produto:hover {
    outline: 1px solid #FF4957;
}
.produto:hover a.add-to-cart, .produto:hover a.in-cart {
    border: 1px solid #FF4957;
}
.produto .titulo {
    display: block;
    line-height: 30px;
    text-indent: 10px;
}
.produto .categoria {
    display: block;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    text-indent: 10px;

}
.produto a.add-to-cart, .produto a.in-cart {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -20px;
    color: #FF4957;
    background: white;
    font-size: 18px;
    color: #FF4957;
}
.produto a:hover {
    background: #FF4957;
    color: white;
}
.produto a.in-cart {
    background: #FF4957;
    color: white;
}

.circles {
    /*height: 230px;*/
}
.circles > div {
    height: inherit;
    text-align: center;
}
.circles img {
    /*max-height: 100%;*/
    /*width: auto;*/
    display: block;
}



form.login {
    border: 15px solid whitesmoke;
    padding: 40px 50px 20px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.forgot {
    font-size: 12px;
}



.cadastro-features {
    font-size: 18px;
    margin-top: 20px;
}
.cadastro-features i {
    color: #FF4957;
}

.retorno {
    margin-top: 50px;
    font-size: 14px;
    /*color: #FF4957;*/

}
.retorno p {
    padding: 20px;
}
.retorno .titulo {
    line-height: 30px;
}
.retorno i {
    font-size: 16px;
}

a.add-to-cart, a.in-cart {
display: none !important;
} 

/*Ajustes media query, tamanhos especificos*/

/* Large desktop */
@media (min-width: 1200px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 

}

/* Landscape phones and down */
@media (max-width: 480px) { 

}