.footer {
    /*background-color: lightgray;*/
    background-color: #ededed;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 9999;
    border-top: 2px solid #a3a3a3;
}

.linha-footer {
    /*background-color: #cfcfcf;*/
    background-color: #e1e1e1;
    border-top: 1px solid #ccc;
    width: 100%;
    position: fixed;
    bottom: 62px;
    z-index: 9998;
    padding: 4px;
}

.footer .titulo-icone-footer {
    font-size: 12px;
    color: #525252;
}

.footer .cont-icone-footer {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.footer .qtde-itens-carrinho {
    position: absolute;
    top: -6px;
    right: -24px;
    background-color: #bc0000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 36px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.sub-barra-inferior {
    background-color: #efefef;
    border: 1px solid #e1e1e1;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    bottom: 68px;
    width: 100%;
    min-height: 50px;
}

.texto-status-loja {
    font-size: 12px;
    font-weight: 600;
}