body {
    height: 91vh; /* não deixa rodapé com espaço em branco */
}

a {
    cursor: pointer;
}

#storeMenu {
    position: fixed;
    top: 8px;
    width: 100%;
    height: 50px;
    background-color:#ffe8b6;
    margin: -8px -10px 10px -8px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px -2px 10px #888888;
}

#storeMenu img {
    height: 22px;
    margin-top: 12px;
}
 
#storeInfo {
    line-height: 25px;
    font-size: 18px;
}

.storeTitulo {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.sbTable td {
    background-color: white;
}

#storeMenuIcon {
    position: absolute;
    left: 0px;
    width: 22px;
    margin-left: 20px;
    margin-top: 7px;
    cursor: pointer;
}
  
    #storeMenuIcon:after, 
    #storeMenuIcon:before, 
    #storeMenuIcon div {
        background-color: black;
        border-radius: 3px;
        content: '';
        display: block;
        height: 2px;
        margin: 8px 0px -2px;
        transition: all .2s ease-in-out;
    }
    
    #storeMenuIcon.change:before {
        transform: translateY(5px) rotate(135deg);
        margin-top: 12px;
    }
    
    #storeMenuIcon.change:after {
        transform: translateY(-12px) rotate(-135deg);
    }
    
    #storeMenuIcon.change div {
        transform: scale(0);
    }

#sbStoreBackIcon {
    position: absolute;
    left: 30px;
    top: 15px;
    border: solid black;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#storeMenuContent {
    position: fixed;
    box-shadow: 0px 15px 15px;
    transform: translateX(-500px);
    transition: all .2s ease-in-out;
    background-color: #f1f1f1;
    width: 250px;
    height: calc(100% + -50px);
    overflow: auto;
    top: 50px;
}

    #storeMenuContent.change {
        transform: translateX(0px);
    }

    #storeMenuContent ul {
        list-style: none;
        text-align: left;
        padding: 0px;
        margin-top: 0px;
    }

    #storeMenuContent li {
        cursor: pointer;
        padding: 10px 0px 10px 15px;
        border-bottom: 1px solid silver;
        background-color: white;
    }
 
        #storeMenuContent li:hover {
            background-color: rgb(206, 206, 206) !important;
        }

        #storeMenuContent li img {
            vertical-align: middle;
            margin-bottom: 14px;
            margin-right: 15px;
        }

        #storeMenuContent li span {
            font-size: 16px;
        }

        .colorMale {
            background-color: #bce0ff !important;
        }

        .colorFemale {
            background-color: #ffd7d7 !important;
        }

        .colorMostrar {
            background-color: rgb(241 241 241) !important;
        }

        .liDisabled {
            background-color: rgb(241 241 241) !important;
            height: 30px;
            cursor:none !important;
            pointer-events: none;
        }
 
        #storeMenu-Aplicativo{
            background-color: rgb(241 241 241) !important;
            /*background-color: #ffe8b6 !important;*/
        }

 
.collapsible, .collapsibleInvert {
    cursor: pointer;
    font-size: 15px;
}

    .collapsibleBig:after  {
        margin-top: 15px;
    }
          
    .collapsible:after, .collapsibleInvert:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-right: 12px;
    }
          
    .collapsibleActive:after {
        content: "\2212";
    }
          
    .collapsibleContent {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
    }

#storeMenuCart {
    position: absolute;
    right: 28px;
    top: 5px;
    cursor: pointer;
}

    #storeMenuCart img {
        height: 23px;
    }

    #storeMenuCart div {
        position: absolute;
        background: black;
        width: 17px;
        height: 17px;
        border-radius: 20px;
        color: white;
        font-size: 11px;
        left: 15px;
        line-height: 17px;
    }

#container {
    margin-top: 72px;
    text-align: center;
    width: 100%;
    /*min-height: calc(100vh - 260px);*/
    min-height: calc(var(--vh, 1vh) * 100 - 260px);
}
 
#listaProdutos {
    text-align:center;
}

#storeTipo {
    background-color: #464646;
    padding: 14px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin: 10px;
    text-align: left;
}

.storeFilter {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

    .storeFilter span {
        display: inline-block;
        background-color: white;
        color: rgb(83, 83, 83);
        padding: 5px;
        margin: 5px;
        border-radius: 6px;
        border: 2px solid rgb(83, 83, 83);
    }

    .storeFilter span:hover {
        background-color: rgb(182, 182, 182);
        cursor: pointer;
    }

    .storeFilter span.filtered, .storeFilter span.filtered:hover {
        background-color: rgb(83, 83, 83);
        color: white;
    }

.redX {
    color:red !important;
}
 
/* Produtos */
.storeProduto {
    display: inline-block;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.storeProduto img {
    max-width:100%;
    max-height:100%;
    border-radius:5px;
}

    /* ID */
    .storeProduto div:first-child{
        position: absolute;
        background-color: #ededed;
        margin-left: 10px;
        font-size: 14px;
        padding: 4px;
    }
 
    /* Foto */
    .storeProduto div:nth-child(2){
        padding: 0px 10px 0px 10px;
    }

    /* Tamanho */
    .storeProduto div:nth-child(3){
        position: absolute;
        background-color: #2e2e2e;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        border: solid 2px #ededed;
        margin-top: -60px;
        margin-left: 20px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
    }
 
    .storeProduto div:nth-child(3):empty {
        display: none;
    }

    /* Comprar */
    .storeProduto div:nth-child(4){
        background-color: red;
        color: white;
        padding: 10px;
        margin: 0px 10px 0px 10px;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

        .storeProduto div:nth-child(4):hover{
            background-color: rgb(143, 0, 0);
        }
 
    /* Titulo */
    .storeProduto div:nth-child(5){
        /*
        white-space: nowrap;
        text-overflow: ellipsis;
        */
        overflow: hidden;
        padding: 10px;
        font-size: 16px;
        color:rgb(63, 63, 63);
        height: 30px;
        margin-bottom: 5px;
    }

    /* Preço */
    .storeProduto div:nth-child(6){
        height: 20px;
        font-weight: bold;
    }

    /* Preço especial */
    .storeProduto div:nth-child(6) span:nth-child(1){
        text-decoration: line-through;
        color:rgb(152, 152, 152);
    }

    /* Preço especial */
    .storeProduto div:nth-child(6) span:nth-child(2){
        color:red;
    }


/* Produtos - Carrinho */
.storeProdutoCart, .storeProdutoVenda, .storeTotalCart, .storeCartFrete {
    display: inline-block;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.storeProdutoCart img, .storeProdutoVenda img {
    float: left;
    width: 100px;
    border-radius: 5px;
}

    /* Remover */
    .storeProdutoCart div:first-child{
        height: 30px;
        width: 30px;
        background-image: url("/data/img/ico/xRed.png");
        float: right;
        margin: -2px 5px 0px 0px;
        cursor: pointer;
    }
 
    /* Foto */
    .storeProdutoCart div:nth-child(2), .storeProdutoVenda div:first-child {
        padding: 0px 10px 0px 10px;
    }

    /* Titulo */
    .storeProdutoCart div:nth-child(3),  .storeProdutoVenda div:nth-child(2) {
        overflow: hidden;
        padding: 5px 0px 10px 10px;
        font-size: 16px;
        color: rgb(63, 63, 63);
        text-align: left;
        margin-right: 33px;
        height: 28px;
    }

     /* Tamanho */
     .storeProdutoCart div:nth-child(4), .storeProdutoVenda div:nth-child(3) {
        text-align: left;
        overflow: hidden;
        color: rgb(63, 63, 63);
        padding: 0px 10px 10px 10px;
        margin-top: 5px;
    }

    /* Preço */
    .storeProdutoCart div:nth-child(5), .storeProdutoVenda div:nth-child(4) {
        font-weight: bold;
        text-align: right;
        margin-right: 15px;
        overflow: hidden;
    }

.storeCartFrete {
    width: calc(100% - 30px);
    padding: 0px 10px 0px 10px;
    text-align: left;
    line-height: 25px;
}

.storeTotalCart {
    display: block;
}

.storeDestaqueOnly {
    text-align: center;
}

    .storeDestaqueOnly img {
        width: 100%;
        border-radius: 10px;
    }

    .storeDestaqueOnly a {
        display: inline-block;
        padding: 3px;
        max-width: 510px;
        cursor: pointer;
    }

.storeDestaque {
    text-align: center;
}

    .storeDestaque a {
        display: inline-block;
        width: calc(50% - 9px);
        padding: 3px;
        max-width: 500px;
        cursor: pointer;
    }

    .storeDestaque img {
        width: 100%;
        border-radius: 10px;
    }

.storeTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.storeSocial {
    width: 100%;
    font-weight: bold;
    text-align: center;
    height: 150px;
    margin: 30px 0px 0px -8px;
    padding: 8px;
    /*
    background-color: #ffe8b6;
    box-shadow: 0px 2px 10px #888888;
    */
}

    .storeSocial a {
        text-decoration: none;
        color: white;
    }

    .storeSocial img {
        width:50px;
    }

    .storeSocial div {
        display: inline-block;
        height: 50px;
        border-radius: 15px;
        background-color: #5e5e5e;
        color: white;
        margin: 10px;
    }

        .storeSocial div:hover {
            background-color: #105f00;
        }

        .storeSocial div:first-child:hover {
            background-color: #8a0000;
        }
        
    .storeSocial span {
        display: block;
        float: left;
    }

    .storeSocial span:nth-child(2) {
        width: calc(100% - 70px);
        padding: 0px 10px 0px 10px;
        display: flex;
        align-items: center;
        height: 50px;
        text-align: left;
        font-size: min(5vw, 16px);
    }


.storeSemProduto {
    font-weight: bold;
    text-align: center;
}

    .storeSemProduto img {
        height: 150px;
    }

#storeCartFinalizar, #storeCartEscolher, #storeVendaCancelar  {
    display: inline-block;
    background-color: silver;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    margin: 25px 25px 15px 25px;
    cursor: pointer;
}

#storeVendaCancelar {
    font-size: 12px;
    padding: 5px;
    width: 120px;
    background-color: rgb(255, 105, 105);
    color:white;
}

    #storeVendaCancelar:hover {
        background-color: rgb(131, 0, 0);
    }

#storeCartFinalizar {
    background-color: green;
    color:white;
}

    #storeCartFinalizar:hover {
        background-color: rgb(0, 88, 0);
    }

    #storeCartEscolher:hover {
        background-color: rgb(148, 148, 148);
    }
.storeForm {
    max-width: 100%;
}
 
#storeVendaSteps {
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px;
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
}

    #storeVendaSteps div {
        display: inline-flex;
        align-items: center;
        margin: 0px 15px 0px 15px;
        height: 45px;
        margin-bottom: 10px;
    }

    #storeVendaSteps span {
        margin-left: 10px;
    }

    #storeVendaSteps .disabled {
        filter: opacity(0.5);
    }

.storeInvisivel {
    display: none !important;
}
 
#storeLoginAjuda {
    background: #ffffdb;
    border-radius: 15px;
    border: solid 2px #d7d7d7;
    margin: 30px 15px 15px 15px;
}

    #storeLoginAjuda a{
        text-decoration: none;
        color: red;
    }

.storeVendaSucesso {
 
}

    .storeVendaSucesso > p > img:first-child {
        height: 250px;
    }

    .storeVendaSucesso .titulo {
        max-width: 90%;
        width: 300px;
        background: #daffda;
        padding: 10px;
        border-radius: 15px;
        font-weight: bold;
        display: inline-block;
    }

#storeLocalEntrega {
    text-align: left;
    padding: 10px 10px 0px 10px;
    width: 100%;
    clear: both;
}

.campo {
    float:initial !important;
    display: inline-block;
    margin: -1px;
}

.storeVendaResumo > div:first-child {
    text-align: left;
}

.storeTituloDestaque {
    width: calc(100% - 40px);
    background: #5e5e5e;
    color: white;
    padding: 10px;
    display: block;
    border-radius: 15px;
    margin:auto;
    margin-top: 15px;
    max-width: 480px;
    font-weight: bold;
}

.storeTagObs {
    margin-top: 5px;
    display: block;
    font-size: small;
    color: #666666;
}

.storeVendaResumoItens {
    display: inline-flex;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.storeProfileButtonHidden {
    display: none;
}

.storeProfileButton {
    background: #c0c0c0;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    width: 250px;
    max-width: 100%;
    font-size: 16px;
    margin: 30px auto 30px auto;
    cursor: pointer;
}

    .storeProfileButton:hover {
        background: #888888;
    }

    .storeProfileButton div {
        display: inline-flex;
        align-items: flex-end;
    }

    .storeProfileButton span {
        margin-left: 10px;
    }
 
    .storeProfileButton img {
        height: 22px;
        margin-left: 10px;
    }

#storeBtBack {
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
    cursor: pointer;
}

    #storeBtBack img {
        height: 30px;
    }

    #storeBtBack:hover {
        filter: opacity(0.5);
    }

#storeProfilePedidos {
    max-width: 480px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

    #storeProfilePedidos table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

    #storeProfilePedidos td, th {
        border: 1px solid #dddddd;
        padding: 8px;
    }

    #storeProfilePedidos td {
        cursor: pointer;
    }
 
    #storeProfilePedidos tr:hover td {
        background-color: rgb(230, 230, 230);
    }

.storePedidoStatus0 {
    background-color: rgb(255, 255, 198);
}

.storePedidoStatus1, .storePedidoStatus2 {
    background-color: rgb(208, 255, 226);
}

.red {
    color: red;
}

.storeAdd-button {
    width: 250px;
    background-color: red;
    color: white;
    text-align: center;
    border: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    max-width: 100%;
    margin: 20px 0px 20px 0px;
}

#storeAviso {
    display: none;
    background-color: red;
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 72px;
    margin-bottom: -50px;
    cursor: pointer;
}

    .storeAvisoPedido {
        background-color: green !important;
    }

@media only screen and (min-width: 600px) {
    .storeProduto  {
        display: inline-block;
        max-width: 350px;
    }

    .storeDestaque a {
        display: inline-block;
        max-width: 250px;
    }
} 

@media only screen and (min-width: 1200px) {
    #container {
        width: 1080px;
        margin: 72px auto 0px auto;
    }
} 

