small {
    color: rgba(255,255,255,0.6);
}

#catalogoPanel .row {
    padding: 20px 0px;
}

#catalogoPanel h4 {
    color: RGBA(255,255,255,0.9);
}

.col-lg-6 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px rgba(150, 150, 150, 0.2) inset;
}

.col-lg-6 section {
    display: flex; align-items: center;
}

.col-lg-6 section img {
    max-width: 80px; height: auto; border-radius: 8px; cursor: pointer;
}

.col-lg-6 section .section-text-area {
    color: RGBA(255,255,255,0.9);
    display: inline-block; margin-left: 8px;
}

.col-lg-6 section aside {
    color: RGBA(255,255,255,0.7);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.demo-card-container { 
    background: linear-gradient(to right, RGBA(0,0,0,0.6), RGBA(0,0,0,1)) no-repeat center center / cover, 
        url('/site/artbrownie/images/recheadissimo_3.jpg') no-repeat center center / cover,
        black;
}

#pnlResumoVendaBar small, #pnlResumoVendaBar b, #panelDialogs small, #pnlResumoVendaBar small, .mdl-layout__header .material-icons {
    color: #4f4f4f;
}

#panelDialogs a {
    color: #943335;
}

#panelHeader {
    margin-top: 40px;
    background-color: white;
    width: 100%;
    max-width: 400px;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 30px 30px 5px 5px;
    color: rgba(0,0,0,0.8);
    text-align: left;
    padding: 20px;
}

#panelHeader #linkAvatar img {
    max-width: 80px; 
    border-radius: 50%;
    position: absolute;
    top: -40px;
    margin-left: 45%;
    transform: translate(-50%, 0%);
    border: inset 3px #EEE;
    border-style: double;
}

#panelHeader h1 {
    font-size: 1.2em;
}

#panelHeader hr {
    margin: 2px;
}

#panelHeader small {
    color: rgba(0,0,0,0.6);
    font-size: 0.8em;
}

#panelHeader small a {
    color: rgba(0,0,0,0.6);
}

.fixed-button {
    bottom: 70px;
}

.badge-desconto, .badge-novidade, .badge-exclusivos-mes {
    color: white; border-radius: 3px; font-size: small; padding: 2px 4px; margin-right: 3px;
}

.badge-desconto {
    background-color: green; 
}

.badge-novidade {
    background-color: darkorange; 
}

.badge-exclusivos-mes {
    background-color: #0056b3; 
}

/* Estilo para dispositivos móveis */
@media only screen and (max-width: 768px) {

    .demo-card-container { 
        background: linear-gradient(to right, RGBA(0,0,0,0.6), RGBA(0,0,0,1)) no-repeat center center / cover, 
            url('/site/artbrownie/images/inicio-1.jpg') no-repeat center center / cover,
            black;
    }

}