.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.banner-img {
    padding: 20px;
}

@media only screen and (max-width: 480px) {  
    banner-img {width: 50%;}
} 

p a {
    text-decoration: none;
}

a {
    text-decoration: none;
}
    
footer ul {
    float: right;
    display: table;
}

footer ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

#logo {
    display: block;
    position: absolute;
    padding: 10px;               
}

.navbar a:hover {
    background-color: black;
    color: white;
}

.foto-livro {
    margin-left: 100px;
    margin-right:100px; 
    margin-top: 10px;
    height:250px;
    width:200;
}

.foto-produto {
    margin-left: 10px;
    margin-right:10px; 
    margin-top: 10px;
    height:250px;
    width:auto;
}

/*  novo trecho a partir daqui */
.filtros.navbar {
    position: fixed;
    width: 100%;
    z-index: 99999;        
}

.filtros.navbar li {
    display: inline;
    margin: 0 0 0 15px;           
}

#ul_lista {
    margin-top: 15px;
}

.filtros.navbar a {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
.filtros.navbar a:hover {
    color: white;
    background-color: #1f8a48;                
}

/* Grupo de Objetos de procura */
#lbl_find {
    font-size: 14pt;
    color: #FFFF;

}
#btn_find {
    margin-left: 10px;
    padding: 5px;
}

.link-shopee {
    background-color: orangered;
    color: black;
    padding:5px;
}

.link-shopee:hover,
.link-shopee-cinza:hover {
    color: white;
}

.link-shopee-cinza {
    background-color: rgb(172, 168, 168);
    color: black;
    padding:5px;
}

.preco-item {
    font-weight: bold; 
    color:darkblue; 
    text-align: right; 
    font-size: 20pt;
}

.preco-riscado {
    text-decoration: line-through;        
    color:black;
    text-align: right; 
    font-size: 18pt;
}

.preco-promocao {
    font-weight: bold; 
    color:red; 
    text-align: right; 
    font-size: 20pt;      
}

.preco-off {      
    border-radius: 10px;
    font-weight: bold; 
    background-color: red; 
    color:white;
    text-align: center; 
    font-size: 10pt;
    padding:5px;
    
}
/* fim novo trecho*/
