body {
    background-color: #f7f7f7;
    padding-top: 6.6rem;
}

/*@media only screen and (min-width: 400px) {*/
/*    html, body {*/
/*        width: 400px;*/
/*        height: 700px;*/
/*        transform: translate(-50%);*/
/*        left:50%;*/
/*        position: absolute;*/
/*    }*/
/*}*/


/*@media(min-width: 350px) {*/
/*    html, body {*/
/*        width: 450px;*/
/*        position: absolute;*/
/*        left:50%;*/
/*        height: 700px;*/
/*        transform: translate(-50%);*/
/*    }*/
/*}*/


.header {
    height: 95vh;
}

.section-promo {
    background-color: #f7f7f7;
    padding: 3rem 10rem 3rem 10rem;
}
.section-dia-mae {
    background-color: #f7f7f7;
    padding: 1rem 1rem 1rem 1rem;
}
.section-armazena {
    background-color: #f7f7f7;
    padding: 1rem 1rem 1rem 1rem;
}

.card-flip {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    height: 31rem
}

.card__side {
    height: 31rem;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15)
}

.card__side--front {
    background-color: #fff
}

.card__side--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card__side--back-1 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f0f5f5), to(#669999));
    background-image: linear-gradient(to right bottom, #f0f5f5, #669999)
}

.card__side--back-2 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f0), to(#999966));
    background-image: linear-gradient(to right bottom, #f5f5f0, #999966)
}

.card__side--back-3 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#2998ff), to(#5643fa));
    background-image: linear-gradient(to right bottom, #2998ff, #5643fa)
}

.card-flip:hover .card__side--front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.card-flip:hover .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

@media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .section-promo {
        background-color: #f7f7f7;
        padding: .5rem .5rem .5rem .5rem;
    }
    .card-flip {
        height: auto;
        border-radius: 3px;
        background-color: #fff;
        -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15)
    }

    .card__side {
        height: auto;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .card__side--back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .card-flip:hover .card__side--front {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    .card__details {
        padding: 1rem 3rem
    }

    .card__cta {
        position: relative;
        top: 0%;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 100%;
        padding: 7rem 4rem 4rem 4rem
    }

    .card__price-box {
        margin-bottom: 3rem
    }

    .card__price-value {
        font-size: 4rem
    }
}

.show-cart li {
    display: flex;
}
.card {
    margin-bottom: 20px;
}
.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
}

.filterDiv {
    float: left;
    display: none;
}

.newfilterDiv{
    display: none;
}

.show {
    display: block;
}

.table-row {
    cursor: pointer;
}

.fixed {
    position: fixed;
    top: 1.6rem;
    z-index: 1031;
}

.myfixed-top {
    position: fixed;
    top: 0;
    z-index: 1032;
}

.ontop {
    z-index: 1032;
}

.bodycardheight {
    min-height: 9rem;
}

@media(max-width: 991px) {
    .bodycardheight {
        min-height: 14rem;
    }
}

.bg-armazem {
    background-color: #1d3c34;
}

.cor-titulogp {
    color: white;
}

.newbg {
    /*background-image: url('/img/paginapedido.png');*/
    /*background-repeat: no-repeat;*/
    background-color: white;
}

/* The Modal (background) */
.new-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1035; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.new-modal-content {
    background-color: #fefefe;
    position: relative;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 95%;
}

.xatz-processing-modal {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    height: 30%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-ind {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1035; /* Sit on top */
    /*     padding-top: 10px; Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%;  /*Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.box-aviso-natal {
    background-color: #1d3c34;
    color: white;
}


/* Modal Content */
.modal-content-ind {
    background-color: #fefefe;
    margin: auto;
/*    padding: 20px; */
    border: 1px solid #888;
    width: 420px;
    overflow: auto;
}

/* The Close Button */
.close {
    color: #ff9900;
    float: right;
    font-size: 1rem;
    font-weight: bold;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pend {
    background-color: #4e6230
}

.ok {
    background-color: darkgray;
}

.ind-prod-bg {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 1032;
    /*width: 450px;*/
}

@media screen and (max-width: 450px){
   .ind-prod-bg {
       position: fixed;
       top: 0;
       left: 0;
   }
}

.ind-prod-back-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    color: #1d3c34;
    font-weight: bold;
}

.ind-rounded-top {

    border-top-left-radius: 2rem!important;
    border-top-right-radius: 2rem!important;
    max-height: fit-content;
    z-index: 10;
    margin-top: 1rem;

}

@media screen and (max-width: 450px){
    .ind-rounded-top {
        margin-top: 16rem;
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.xatz-center {
    margin: auto;
    width: 100%;
    border: 3px solid #1d3c34;
    padding: 10px;
}

.xatz-center-dt {
    margin: auto;
    width: 60%;
    border: 3px solid #1d3c34;
    padding: 10px;
}

.xatz-msg-box {
    margin: auto;
    width: 200px;
    height: 40px;
    background-color: #1d3c34;
    color: white;
    text-align: center;
    padding: 5px;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1036; /* Sit on top */
    left: 680px;
    top: 33px;
}

.xatz-header-mobile {
    display: grid;
    height: 84px;
    width: 100%;
    position: fixed;
    z-index: 1001;
}

.xatz-logo-right {
    padding-top: 10px;
    text-align: right;
    padding-right: 10px;

}
.xatz-hide-logo {
    display: none;
}

.xatz-wa-right {
    text-align: right;
    padding-right: 10px;
    align-items: center;
}
.xatz-hide-wa {
    display: none;
}

.xatz-blank-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1035; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 400px; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe; /* Fallback color */
}
.xatz-blank-modal-dt {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1035; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 450px; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #cccccc; /* Fallback color */
}

.xatz-content-modal {

    background-color: white;
    margin: auto;
    padding: 5px;
    width: 95%;
}

.xatz-content-modal-dt {

    background-color: #cccccc;
    margin: auto;
    padding: 5px;
    width: 95%;
}

.xatz-ontop-mobile {
    padding-top: 5.25rem;
}

.xatz-ontop-menu-mobile {
    padding-top: 1rem;
}

.xatz-dt-sidebar {
    top: 90px;
    margin: 0;
    padding: 0;
    width: 270px;
    z-index: 1011;
    background-color: #001a00;
    position: absolute;
    height: 100%;
    /*overflow: auto;*/
    display: none;
}

.xatz-hide-menu-button {
    display: none;
}

.xatz-hamburguer-menu {
    cursor: pointer;
    top: 90px;
    left: 10px;
    position: fixed;
}

.xatz-footer {
    position:fixed;
    bottom: 30px;
    z-index: 1012;
    left: 85%;
}

.xatz-adm-solid-navbar{

    height: 110px;
    width: auto;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.xatz-adm-login-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}