body{
    margin: 0px;
    background-color: black;
    background-image: url("../fundo3.jpg"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
    }


div#loader {
  display        : flex;
  justify-content: center;
  margin-top     : 10px;
}


.form {
  width     : 330px;
  text-align: left;
}

.logo-campanha {
  display        : flex;
  justify-content: center;
  margin-top     : 20px;
  margin-bottom  : 10px;
}

.info-produto {
    display: none;
    text-align: center;
    margin-top: 20%;
    background-color: #ffffffc4;
}

.info-produto-atacado {
    display: none;
    text-align: center;
    margin-top: 0px;
    height: 500px;
    padding-top: 5%;
}

.nome-produto {
    font-size: 2rem;
    color: #242424;
}

.nome-produto-atacado {
    font-size: 2rem;
    margin-bottom: 38px;
    color: #1a1a1a;
}

div#ean-produto {
    color: #5c5c5c;
}

.preco-produto {
    margin-top: 26px;
    font-size: 5rem;
    font-weight: 700;
    /* background: #747474; */
    border-radius: 10px;
    color: #1a1a1a;
}

.ean {
    display: flex;
    justify-content: center;
}

button {
    color: #0f4b80;
    background-color: #0f4b80;
    border: none;
}


.consultaPreco {
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    bottom: 25%;
    background-color: #58585896;
    width: 48%;
    left: 28%;
    color: white;
}

.nome-loja {
    background-color: #205d93;
    padding: 12px;
    border-radius: 10px;
    color: #d7d7d7;
}

input#ean {
    color: #8d8e8e;
    background-color: #a1a1a1;
    border: none;
    caret-color: rgb(0, 0, 0);
}

input#ean:focus {
    color: #8d8e8e;
    background-color: #a1a1a1;
    border: none;
}

.banner {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.campo-ean {
    margin: 0px;
    display: flex;
    position: absolute;
    z-index: 0;
    background: azure;
    padding: 0px;
}

span.sem-cadastro {
    background: #088dff38;
    width: 100%;
    margin-top: 150px;
    padding: 10px;
    text-align: center;
    font-size: 2rem;
}

.versao {
    position: absolute;
    right: 10px;
    display: flex;
    color: #a1a1a1;
    height: 100%;
    align-items: center;
}


.logo-omc {
    position: absolute;
    right: 50px;
}

.barra-rodape {
    position: absolute;
    bottom: 5px;
}

.estoque {
    display: none;
    font-size: 0.7rem;
    position: absolute;
    left: 50%;
    bottom: 0px;
    color: #ffffff63;
}

.local {
    margin: 0px 10px;
}

.promocional {
    width: 96%;
    margin: auto;
    border: 1px solid;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #fff317;
    border: 2px solid white;
    border-radius: 10px;
    color: black;
    font-size: 1.4rem;
}

p#preco-promocional {
    font-size: 5rem;
    font-weight: 800;
    margin: 0px;
    color: #782525;
}

.box-estoque{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 10px;
    background-color: #1e3548b5;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.outlet img {
    margin-top: 30px;
}

div#imgOutlet {
    display: flex;
    position: absolute;
    z-index: 999;
    left: 70%;
    top: 50%;
}

div#imgOutlet img {
    max-width: 60px;
}

.label-atacado {
    font-size: 25px;
    font-weight: 700;
}


.preco-produto-atacado {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 32px;
    background-color: black;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.label-varejo {
    font-size: 22px;
}

.preco-produto-varejo {
    font-size: 30px;
}

.solicita {
    display: flex;
    border: 1px solid white;
    color: #181818;
    margin: auto;
    justify-content: center;
    padding: 11px 80px;
    background: #ffd60e;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    left: 33%;
}

.solicita span span {
    color: #5600ff;
    padding-left: 4px;
}

.solicita:hover {
    background: #d1b00e;
}

ul#messageBox {
    background-color: #f5fbba;
    list-style: none;
    padding: 5px;
    color: #f97979;
}

div#dsv-produto {
    font-size: 0.9rem;
}

div#status {
    display: flex;
    position: fixed;
    bottom: 60px;
    left: 15px;
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    justify-content: center;
    justify-items: center;
    padding: 0px;
    align-items: center;
}