* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.boxPrincipal {
    overflow-x: hidden;
}

.boxHead {
    min-height: 100px;
    max-height: 140px;
    background: white;
}

#btnCadastro {
    background: firebrick;
}

#imgLogoPr {
    height: 60px;
}

.bxCad {
    display: block;
}

.bxLog {
    position: relative;
}

.bxArticle {
    background-color: rgb(254, 254, 254);
}

.bxImgLogo img {
    height: 50px;
}

#BoxContainer {
    min-height: calc(100vh - 100px);
    background: #ccc;
}

.loginIcon {
    font-size: 32px;
    color: #333;
    margin-top: 7px;
    cursor: pointer;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: #FFF;
    border-radius: 30px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}

.search_input {
    color: #666667;
    border: 0;
    outline: 0;
    background: none;
    width: 90%;
    line-height: 50px;
    transition: width 0.4s linear;
    padding: 0 20px;
}

.searchbar:hover>.search_icon {
    background: firebrick;
    color: #FFF;
    text-decoration: none;
}

.searchbar:focus~.search_icon {
    background: firebrick;
    color: #FFF;
    text-decoration: none;
    text-decoration: none;
}

.search_icon {
    height: 40px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: firebrick;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 10px;
    text-decoration: none;
}

.bxCartVal {
    position: absolute;
    top: -3px;
    right: -10px;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background: #e2253a;
    width: 20px;
    height: 20px;
    line-height: 18px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: none;
}

.bxCartVal p {
    color: #FFF;
    font-size: 10px;
}

.bxCart {
    width: 40px;
    height: 40px;
}

.tipProd {
    color: #000;
    font-weight: bold;
}

.BoxPromo {
    max-height: auto;
    background: rgb(245, 240, 240);
}

.BoxPromo .bxMid {
    position: relative;
    height: 500px;
}

.BoxPromo div div img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    cursor: pointer;
}

.inBoxProduto:hover {
    transition: height .1s ease-out;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, .1);
    display: inline-block;
}

.boxImgProduto {
    width: 100%;
    height: 100%;
}

.boxImgProduto button {
    min-width: 100%;
    max-height: 100%;
    position: relative;
}

.boxImgProduto button img {
    display: block;
    max-width: 70%;
    max-height: 80%;
    z-index: 1;
}

.shopCart {
    position: absolute;
    top: 23px;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.shopCart img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.btnAddToCart {
    background: none;
    border: none;
    outline: none;
    outline: 0;
}

.nomeProd {
    font-family: "Roboto", sans-serif;
    color: #3f4a51;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.valorProd {
    font-family: "Barlow", sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    color: firebrick;
}

.btnConfirmCart {
    width: 100%;
    margin: 3px;
    height: 45px;
    background: firebrick;
    color: white;
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    vertical-align: center;
    cursor: pointer;
}

.iptQtdCart {
    width: 100%;
    height: 45px;
    padding: 10px;
    color: #333;
}

.AddSubBx {
    width: 100px;
    height: 40px;
    padding: 10px;
    float: right;
}

.AddSubBx .btnMenos,
.AddSubBx .btnMais,
.AddSubBx .btnMenosCart,
.AddSubBx .btnMaisCart {
    width: 30px;
    float: left;
    background: none;
    height: 40px;
    font-size: 30px;
    line-height: 0.5;
}

.AddSubBx .btnMenos,
.AddSubBx .btnMenosCart {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    border-top: 1px solid firebrick;
    border-left: 1px solid firebrick;
    border-bottom: 1px solid firebrick;
    color: firebrick;
}

.AddSubBx .inptAddSub {
    width: 40px;
    height: 40px;
    border-right: none;
    border-left: none;
    border-top: 1px solid firebrick;
    border-bottom: 1px solid firebrick;
    float: left;
    outline: none;
    text-align: center;
    font-size: 19px;
    background: none;
    color: firebrick;
}

.AddSubBx .btnMais,
.AddSubBx .btnMaisCart {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
    border-top: 1px solid firebrick;
    border-right: 1px solid firebrick;
    border-bottom: 1px solid firebrick;
    color: firebrick;
}

.prodNull {
    position: relative;
    min-height: 160px;
    max-height: 160px;
}

.prodNull img {
    max-width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nomeProdAddCart {
    font-weight: bold;
}

.valorProdAddCart {
    font-family: "Barlow", sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    color: firebrick;
}

.menuTop {
    width: 100%;
    position: fixed;
    background: white;
    z-index: 1000;
}

.boxItemCarrinho {
    min-height: 120px;
    max-height: 160px;
}

.boxItemCarrinho div img {
    max-width: 120px;
    max-height: 110px;
    margin-top: 5px;
}

.tProdCar {
    border: none;
    background: none;
    outline: none;
}

.closeCart {
    position: relative;
}

.closeCart label {
    position: absolute;
    right: 0;
    top: 15px;
    transform: translate(-50%, -50%);
    color: #444;
    cursor: pointer;
}

.returnTop {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: firebrick;
    top: 90%;
    left: 95%;
    z-index: 100;
    transition: all .5s;
    display: none;
}

.returnTopLink {
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.returnTopLink a {
    color: white;
    text-decoration: none;
    outline: none;
}

.returnTopLink a:hover {
    color: white;
    text-decoration: none;
    outline: none;
}

.semItem {
    width: 100px;
    height: 100px;
}

.inptEC,
.inptPas {
    width: 100%;
    height: 40px;
    padding: 5px;
    padding-left: 10px;
    font-size: 15px;
    color: #333333;
    outline: none;
    border: 1px solid #ccc;
}

.btnLog {
    width: 100px;
    height: 45px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    outline: none;
    background: #e22238;
    border-radius: 3px;
    transition: ease .3s;
    border: none;
    padding: 10px;
    margin-top: 3px;
}

.btnLog:hover {
    background: firebrick;
}

.BxLogin {
    min-height: 100px;
    max-height: 250px;
}

.eSenha {
    color: white;
    text-decoration: none;
    outline: none;
}

.textSemItem {
    color: rgb(94, 93, 93);
    font-size: 15px;
    margin-top: 10px;
}

.bxTresh {
    position: absolute;
    top: 49%;
    left: 75%;
    width: 40px;
    height: 40px;
}

.bxTresh button {
    background: none !important;
    outline: none;
    border: none !important;
    height: 30px;
    vertical-align: center;
}

.bxTresh button:focus {
    outline: none;
}

.bxTresh button img {
    width: 20px;
    height: 20px;
}

.txtTodDep {
    font-size: 14px;
    vertical-align: center;
    color: white;
    font-weight: bold;
}

.txtTodDepHam {
    font-size: 16px;
    vertical-align: center;
    color: white;
    font-weight: bold;
}

.bxEnds {
    border: 1px solid rgb(173, 166, 166);
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.bxDelEnd {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.bxDelEnd img {
    width: 23px;
    height: 23px;
}

.btnDelEnd {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.bxEditEnd {
    position: absolute;
    top: 20px;
    right: 50px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.bxEditEnd img {
    width: 23px;
    height: 23px;
}

.textTodosEnd {
    color: firebrick;
    font-size: 15px;
    outline: underline;
    cursor: pointer;
    margin-bottom: 10px;
}

.sNome:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: -6px;
    top: 8px;
    transform: rotate(90);
}

.imgProdHist {
    height: 100px;
}

.pCompras {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 10px 30px;
    font-weight: 700;
    font-family: Proxima Nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.linkhist {
    min-height: 50px;
    background: rgb(245, 245, 245);
}

.linkhist div {
    color: #333;
    outline: none;
    max-height: 80px;
}

.linkhist div .titleLink {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.linkhist div .stitleLink {
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
}

.listItens {
    display: inline-block;
}

.expandPol {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid firebrick;
    width: 25px;
    height: 25px;
}

.expandPol a {
    outline: none;
    color: #e2253a !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.tLGPD {
    line-height: 1;
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 25px;
    float: left;
}

@media(max-width: 576px) {
    .BoxPromo .bxMid {
        position: relative;
        height: 300px;
    }
    .boxImgProduto button img {
        display: block;
        max-width: 50%;
        max-height: 60%;
        z-index: 1;
    }
    .returnTop {
        left: 80%;
    }
    .bxTresh {
        position: absolute;
        top: 55%;
        left: 80%;
    }
    .bxEnds {
        min-height: 60px;
    }
    .bxDelEnd {
        right: 0px;
        width: 20px;
        height: 20px;
    }
    .bxEditEnd {
        right: 20px;
        width: 20px;
        height: 20px;
    }
    .bxDelEnd img,
    .bxEditEnd img {
        width: 20px;
        height: 20px;
    }
}

@media(max-width: 992px) {
    .BoxPromo .bxMid {
        position: relative;
        height: 400px;
    }
    .returnTop {
        left: 88%;
    }
}

@media(max-width: 776px) {
    .valorProd {
        font-size: 18px;
    }
    .boxCartLat {
        width: 300px;
    }
    .returnTop {
        left: 83%;
    }
    .AddSubBx .btnMenos,
    .AddSubBx .btnMais,
    .AddSubBx .btnMenosCart,
    .AddSubBx .btnMaisCart {
        width: 20px;
        float: left;
        background: none;
        height: 30px;
        font-size: 20px;
        line-height: 0.5;
    }
    .AddSubBx .inptAddSub {
        width: 30px;
        height: 30px;
        border-right: none;
        border-left: none;
        border-top: 1px solid firebrick;
        border-bottom: 1px solid firebrick;
        float: left;
        outline: none;
        text-align: center;
        font-size: 19px;
        background: none;
    }
}

@media(min-width: 1024px) {
    .returnTop {
        left: 92%;
    }
}

@media(min-width: 576px) {
    .boxImgProduto {
        width: 100%;
        height: 100px;
    }
    .boxImgProduto button img {
        width: 100%;
        height: 100px;
    }
    .imgMerc {
        max-width: 150px;
    }
    /* .boxImgProduto button img {
        display: block;
        max-width: 70%;
        max-height: 80%;
        z-index: 1;
    } */
}

@media(min-width: 676px) {
    .boxImgProduto {
        width: 100%;
        max-height: 214px;
    }
    .boxImgProduto button img {
        width: 100%;
        height: 200px;
    }
    .imgMerc {
        max-width: 180px;
    }
    /* .boxImgProduto button img {
        display: block;
        max-width: 70%;
        max-height: 80%;
        z-index: 1;
    } */
}

@media(min-width: 992px) {
    .boxImgProduto {
        width: 100%;
        height: 280px;
    }
    /* .boxImgProduto button img {
        width: 100%;
        height: 200px;
    } */
    .imgMerc {
        max-width: 200px;
    }
    /* .boxImgProduto button img {
        display: block;
        max-width: 70%;
        max-height: 80%;
        z-index: 1;
    } */
}

@media(min-width: 1124px) {
    .boxImgProduto {
        width: 100%;
        height: 210px;
    }
    /* .boxImgProduto button img {
        display: block;
        max-width: 70%;
        z-index: 1;
    } */
}

.bxCodIn {
    position: absolute;
    top: 6px;
    left: 3%;
}

.bxCodIn span {
    color: #666667;
    font-size: 12px;
}

.noEst {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #ccc;
    opacity: 0.5;
}

.noEst p {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: red !important;
    opacity: 1 !important;
    font-size: 1.2em;
}

.button-prod {
    background: none;
    border: none;
}

.button-box {
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.button-box-img-add {
    position: absolute;
    top: 13%;
    left: 85%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.button-box-img-add img {
    height: 30px;
    z-index: 999;
}

.button-box-img-prod img {
    max-height: 150px;
    max-width: 90%;
    margin-top: 13px;
    z-index: 1;
}

.button-cod {
    position: absolute;
    top: 4%;
    left: 19%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.button-cod span {
    color: #666667;
    font-size: 12px;
}

.button-prod:hover>div {
    transition: height .1s ease-out;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, .1);
    display: inline-block;
}

#loaderLote {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

#loaderLote div {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#loaderLote div i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: 40%;
}

#loaderLote div p {
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
    color: #373435;
}