.dvPrincipal{
    background-color: whitesmoke;
    padding-top: 5px;
    padding-bottom: 5px;
}
.carousel-inner{
    max-height: 30rem;
}
.logo-topo{
    height: 40px;
    width: auto;
}
.logo-sidebar{
    height: 40px !important;
    width: auto;
    background-color: #323d32 !important;
}
.offcanvas-header {
    background-color: whitesmoke;
}
.navbar{
    background-color: #323d32 !important;
    color: white !important;
}
body{
    background-color: #323d32;
}
footer{
    color: white;
}
a{
    text-decoration: initial;
    color: initial;
}
a:hover{
    color:gray;
}
.text-right{
    text-align: right !important;
}
.filtro img{
    height: 1.2em;
    width: auto;
}
.form-check-input:checked {
    background-color: #da7242 !important;
    border-color: #da7242 !important;
}


/******** PRODUTO MINI */
.produto-mini{
    background-color: white;
    padding: 3px;
    margin: 5px 0;
    border-radius: 5px;
    border: solid thin whitesmoke;
}
.produto-mini:hover{
    border: solid thin gray;
}
.produto-mini-imagem{
    height: 13em ;
}
.produto-mini-titulo{
    text-align: left;
    padding: 5px;
}
.produto-mini-preco{
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}
.preco-centavos{
    font-size: small;
}
.preco-moeda{
    font-size: small;
    vertical-align: middle;
}
.produto-mini-link{
    text-decoration: initial;
    color: initial;
}
.produto-mini-link:hover{
    color: gray;
}
/******** FIM PRODUTO MINI */

/********* PAGINA DO PRODUTO */

.detalhes img{
    height: 1.5em;
    width: auto;
}
.preco-anterior{
    color: grey;
    text-decoration: line-through;
}
.preco-atual{
    font-weight: bold;
    font-size: x-large;
}
.imagem-gr{
    height:auto;
    width:auto;
    max-height:400px;
    margin: auto;
    transition: all 500ms;
    cursor: zoom-in;
}

.imagem-pq{
    height:auto;
    width:auto;
    max-height:80px;
    margin: auto;
    cursor: pointer;
}
.imagem-pq:hover{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.29);
}


/********* FIM PAGINA DO PRODUTO */


/********* CARRINHO */
.item-carrinho{
    border: solid thin lightgray;
    margin: 0.5em 0em;
    background-color: white;
    border-radius: 0.5em;
}

.item-carrinho small{
    font-weight: bold;
}

/********* FIM CARRINHO */
