.preloader,
.preloader-panel {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader.dark {
    background: rgba(0, 0, 0, 0.4);
}

.preloader {
    z-index: 2000;
}

.preloader-panel {
    z-index: 1;
    height: calc(100% - 75px);
}

.wrap-loader {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 3px solid #ffbb7b;
    border-top: 3px solid #d35800;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pac-container {
    z-index: 9000;
}


/* geral */

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fw-600 {
    font-weight: 600;
}

.bg-1 {
    background-color: #facbb0;
    /* background-color: #f4b950; */
}

.bg-2 {
    background-color: #ffbb7b;
}

.display-show {
    display: block !important;
}

.display-none {
    display: none;
}

.border-danger {
    border: solid 1px red;
}

.separador {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    height: 0;
    overflow: visible;
}

.btn-custom {
    color: #fff;
    background-color: #ffbb7b;
    font-size: 14px;
    padding: .4rem .5rem;
    box-shadow: none;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

.bg-custom {
    background-color: #ece5dd;
}

.btn-custom:hover,
.btn-custom:focus {
    box-shadow: none;
    outline: 0;
    color: #fff;
}

.bullet {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ffbb7b;
    height: 0.4rem;
    width: 0.4rem;
    margin: 0 0 4px;
}

.box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 125px);
}


/* toast */

.jq-toast-wrap .wrap {
    font-size: 16px;
}

.jq-toast-wrap .close-jq-toast-single {
    top: .5rem;
    font-size: 28px;
}

.jq-toast-single {
    padding-top: 30px;
}


/* menu */

.menu-box,
.menu-hider {
    display: none;
    opacity: 0;
}

.menu-ready {
    display: block;
}

.menu-box {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    position: fixed;
    z-index: 2000;
    transition: all 350ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    background-size: cover;
}

.menu-active[data-menu-type=menu-box-modal] {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: scale(1, 1) translate(-50%, -50%) !important;
}

.menu-active {
    pointer-events: all !important;
    transition: all 350ms ease;
}

.menu-active {
    opacity: 1 !important
}

[data-menu-type=menu-box-modal] {
    transform-origin: 0 0;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: scale(.9, .9) translate(-50%, -50%) !important;
}

.menu-box {
    background-color: #fff;
}

.menu-box .close-menu {
    font-size: 1.5rem;
    line-height: 24px;
    color: #ffbb7b;
    opacity: .8;
}

#container {
    background-color: #fffcfc;
}


/* box select store */

.label-select-loja {
    color: #ffbb7b;
    font-weight: 600;
    font-size: 18px;
}

.form-select-loja {
    color: #ffbb7b;
    font-weight: 600;
    border: solid 1px #ffbb7b;
}

#btn-cidades,
#localizacao {
    color: #ffbb7b;
    border: solid 1px #ffbb7b;
    cursor: pointer;
}

#btn-cidades {
    text-align: left;
    width: 100%;
}

#localizacao .text {
    line-height: 24px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    padding: 0 1rem;
}


/* .box-select {
            height: 300px;
            max-height: 300px;
        } */

.box-select .header {
    font-size: 1.1rem;
    text-align: center;
    color: #ffbb7b;
}


/* loja-item */

.loja-item {
    color: #ffbb7b;
    border: solid 1px #ffbb7b;
}

.loja-item-link:hover {
    text-decoration: none;
}

.loja-item-link:hover .loja-item {
    text-decoration: none;
    background-color: rgba(195, 186, 181, 0.3);
}

.loja-item .distancia {
    font-size: .8rem;
}

#form-seleciona-cidade {
    color: #ffbb7b;
}

#form-seleciona-cidade .form-control,
#form-seleciona-cidade .input-group-text {
    border-color: #ffbb7b;
}

#form-seleciona-cidade .input-group-text i {
    color: #ffbb7b;
}

#form-seleciona-cidade .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 83, 71, .25);
}


/* list-itens */

#list-itens {
    /* background-color: #ece5dd; */
    padding: 15px 10px 60px 10px;
}

#list-itens .item {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: .25rem;
}

#list-itens .descricao {
    font-size: 12px;
}

#list-itens .item .info {
    width: 70%;
}

#list-itens .item .info .codigo {
    font-weight: 600;
    font-size: 14px;
    color: #ffbb7b;
}

#list-itens .item .info .titulo {
    font-size: 14px;
    font-weight: 600;
    color: #ffbb7b;
}

#list-itens .item .img {
    width: 30%;
    height: auto;
}

#list-itens .item .btn-add-order {
    font-size: 12px;
    margin-top: 5px;
    background-color: #ffbb7b;
    color: #fff;
}


/* NOVO list-itens */

.list-itens {
    /* background-color: #ece5dd; */
    padding: 15px 10px 60px 10px;
    min-height: calc(100vh - 100px);
}

.list-itens .item {
    background-color: #cec3b7;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}

.list-itens .descricao {
    font-size: 12px;
}

.list-itens .item .info {
    width: 70%;
    padding-right: 5px;
}

.list-itens .item .info .codigo {
    font-weight: 600;
    font-size: 18px;
    color: #ffbb7b;
}

.list-itens .item .info .numero {
    margin-left: 8px;
    margin-right: 8px;
}

.list-itens .item .bullet-promo,
.list-itens .item .bullet {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ffbb7b;
    height: 0.4rem;
    width: 0.4rem;
    margin: 0 0 4px;
}

.list-itens .item .info .titulo {
    font-size: 14px;
    font-weight: 600;
    color: #ffbb7b;
}

.list-itens .item .preco {
    position: relative;
    border: dashed 1px rgba(68, 40, 25, 0.3);
    padding: 1px 5px;
    margin-top: .5rem;
}

.list-itens .item .moeda {
    position: absolute;
    text-align: center;
    left: -10px;
    margin-top: 2px;
    background: #ce873a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.list-itens .item .img {
    width: 30%;
    height: auto;
}

.list-itens .item .btn-add-order {
    font-size: 12px;
    margin-top: 5px;
    background-color: #ffbb7b;
    color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}


/* item bolo promo */

.list-itens .item.bolo-promo {
    background-color: #Fbe8ca;
    border-radius: .4rem;
    border: solid 2px #801c1c;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.list-itens .item.bolo-promo .destaque {
    background-color: #801c1c;
    border-radius: .25rem;
}

.list-itens .item.bolo-promo .codigo-promo,
.list-itens .item.bolo-promo .bullet-promo,
.list-itens .item.bolo-promo .titulo-promo,
.list-itens .item.bolo-promo .descricao-promo,
.list-itens .item.bolo-promo .preco-promo {
    color: #801c1c;
}

.list-itens .item.bolo-promo .codigo-promo {
    font-weight: 600;
    font-size: 18px;
}

.list-itens .item.bolo-promo .titulo-promo {
    font-size: 14px;
    font-weight: 600;
}

.list-itens .item.bolo-promo .descricao-promo {
    font-size: 12px;
}

.list-itens .item.bolo-promo .preco-promo {
    position: relative;
    border: dashed 1px rgba(68, 40, 25, 0.3);
    padding: 1px 5px;
    margin-top: .5rem;
}

.list-itens .item .destaque {
    background-color: #a22f15;
    padding: 4px 0;
    color: #fff;
    font-weight: 600;
}


/* categorias */

.categoria-produtos {
    font-weight: 600;
    color: #000000;
    border: 1px solid #ffbb7b;
    background-color: #e89b2e;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

.categoria-produtos.active {
    /* background-color: #e89b2e; */
    box-shadow: none;
}


/* panel sadebar */

.panel-sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.panel-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* max-width: 400px; */
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.panel-sidebar.checkout {
    z-index: 1000;
}

.panel-sidebar__header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    background-color: #ce873a;
}

.panel-sidebar__header .title {
    color: #fff;
}

.panel-sidebar__content .order-itens {
    margin-top: 10px;
    padding: 0px 10px;
}

.panel-sidebar__content .order-item {
    margin-bottom: 10px;
    padding: 5px 0;
}

.panel-sidebar__content .order-item .remove {
    font-size: 24px;
    color: #f86666;
    vertical-align: middle;
}

.panel-sidebar__content .order-img {
    width: 100px;
    min-width: 100px;
}

.panel-sidebar__cart {
    margin-bottom: 80px;
}

.back-panel-sidebar {
    position: absolute;
    z-index: 998;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .7);
}

.back-panel-sidebar.active {
    width: 100%;
    height: 100vh;
}

@media (max-width: 479px) {
    .panel-sidebar {
        width: 100%;
        max-width: 100%;
    }
}


/* botton bar */

.navegation-list {
    position: fixed;
    bottom: 22px;
    left: 0;
    width: 100%;
    height: 54px;
    z-index: 1000;
    padding: 5px 10px;
    background-color: #ffbb7b;
}

.navegation-list .navegation__content {
    margin: 0 auto;
}

@media only screen and (min-width: 500px) {
    .navegation-list .navegation__content {
        max-width: 350px;
    }
}

.navegation-list .navegation__item {
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    box-shadow: none;
    margin: 0 auto;
}

.navegation-list .navegation__item.active {
    background-color: #313030;
    outline-width: 0;
}

.navegation-list .navegation__item i {
    font-size: 16px;
    color: #313030;
}

.navegation-list .navegation__item.active i {
    color: #ffbb7b;
    font-size: 18px;
}

.navegation-list .navegation__title {
    color: #313030;
    font-size: 10px;
    text-align: center;
}

.navegation-list .badge {
    display: none;
    position: absolute;
    z-index: 1;
    height: 20px;
    min-width: 20px;
    margin-top: -2px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    background-color: #fff;
}

.navegation-list .navegation__item.active .badge {
    border: solid 1px #fff;
    background-color: #ffbb7b;
    color: #fff;
}


/* modal cliente */

#form-modal-user-nao-cadastrado {
    color: #ffbb7b;
}

#modal-cadastrar-cliente .wrap-cep,
#form-modal-user-nao-cadastrado .wrap-cep,
#form-modal-editar-cliente .wrap-cep,
#form-cart .wrap-cpf,
#modal-cadastrar-cliente .wrap-tel,
#form-modal-user-nao-cadastrado .wrap-tel,
#form-modal-editar-cliente .wrap-tel,
#form-cart .wrap-tel {
    position: relative;
}

#modal-cadastrar-cliente .wrap-cep .in-close,
#form-modal-user-nao-cadastrado .wrap-cep .in-close,
#form-modal-editar-cliente .wrap-cep .in-close,
#form-cart .wrap-cpf .verificado,
#modal-cadastrar-cliente .wrap-tel .in-close,
#form-modal-user-nao-cadastrado .wrap-tel .in-close,
#form-modal-editar-cliente .wrap-tel .in-close,
#form-cart .wrap-tel .verificado {
    position: absolute;
    right: 8px;
    top: 12px;
    color: #777;
}

#form-cart .wrap-cpf .alterar,
#form-cart .wrap-tel .alterar {
    position: absolute;
    right: .8rem;
    top: .45rem;
    color: #777;
    background: #fff;
    padding: 0 .3rem;
    border-radius: 4px;
}

#form-cart .wrap-cpf .alterar,
#form-cart .wrap-cpf .verificado,
#form-cart .wrap-tel .alterar,
#form-cart .wrap-tel .verificado {
    display: none;
}

#modal-cadastrar-cliente .wrap-cep .in-close,
#modal-cadastrar-cliente .wrap-tel .in-close {
    display: none;
}

#form-modal-user-nao-cadastrado .wrap-cep .in-close,
#modal-cadastrar-cliente .wrap-tel .in-close {
    display: none;
}

#form-modal-editar-cliente .wrap-cep .in-close,
#modal-cadastrar-cliente .wrap-tel .in-close {
    display: block;
}

.id-tel {
    display: none;
}


/* #form-modal-user-nao-cadastrado .btn-copiar-endereco {
			box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
		} */

#modal-editar-cliente .btn-salvar-edicao-cliente,
#modal-user .btn-fazer-cadastro {
    background-color: #ffbb7b;
    color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}


/* modal add-order */

#modal-add-order .modal-header {
    background-color: #ce873a;
    color: #fff;
}

#modal-add-order .modal-header .close {
    color: #fff;
    opacity: .8;
    outline: 0;
}

#modal-add-order .modal-header .bullet {
    background-color: #fff;
}

#form-modal-add-order label,
#form-modal-add-order .form-control {
    color: #482502;
}

#form-modal-add-order #orderCobertura .select2-container {
    display: block;
}

#form-modal-add-order .select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de;
    padding: 6px 12px;
    height: 38px;
    border-radius: 3px;
    box-shadow: none;
}

#form-modal-add-order .order-kg,
#form-modal-add-order .order-un {
    display: none;
}

#form-modal-add-order .order-kg .msg-v-peso {
    color: #ffbb7b;
}

#modal-add-order .btn-modal-add-order {
    color: #fff;
    background-color: #ffbb7b;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}


/* modal modal-itens-agendamento */

#modal-itens-agendamento .totais {
    background-color: #ffe0b5;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #ffbb7b;
    font-weight: 600;
}

#modal-itens-agendamento .info-agendamento>div {
    background-color: #ececec;
}

#modal-itens-agendamento .tbn-close-custom {
    background-color: #90a4ae;
    color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}


/* carrinho */

#cart {
    padding-bottom: 80px;
}

#cart .order-totais,
#cart .pedido-total {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

#cart .pedido-total {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

#cart .btn-edit-cliente {
    padding: 3px 5px;
    font-size: 12px;
    color: #ffbb7b;
    background-color: #f2f2f2;
    border: solid 1px #aaa;
    /* right: 0; */
    /* background-color: #f9aa3c; */
    /* box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12); */
}

#cart .btn-edit-cliente:focus {
    box-shadow: none;
    outline: 0;
}

#cart .btn-edit-cliente i {
    font-size: 12px;
}

#cart .custom-text {
    color: #000000;
}

#form-cart label,
#form-cart .form-control {
    color: #000000;
}

#form-cart .msg-delivery {
    margin-top: .25rem;
    min-height: 20px;
}


/* store */

#store .card {
    margin: 10px;
}

#store .content {
    height: calc(100vh - 126px);
}

#store .card-title {
    color: #ffbb7b;
}

#store .card-text {
    color: #ffbb7b;
    margin-bottom: 0;
}

#store .btn-alterar-loja {
    color: #fff;
    background-color: #ffbb7b;
    border: solid 1px #ffbb7b;
    font-size: 16px;
    opacity: 0.9;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

#store .btn-alterar-loja:focus,
#store .btn-alterar-loja:hover {
    outline: none;
    text-decoration: none;
}


/* panel consulta */

#consulta {
    color: #ffbb7b;
}

#consulta .wrap-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}


/* tab-content */

.tab-content .info-store {
    background-color: #ffbb7b;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
}

.tab-content .nome-store {
    font-size: 18px;
    color: #c38431;
    text-align: center;
    margin-top: 5px;
    height: 35px;
}

.tab-content__header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    background-color: #ce873a;
}

.tab-content__header .title {
    color: #fff;
}

.tab-content__header .btn-close-tab {
    top: 0;
    right: 5px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
}


/* tab-content: peca-aqui */

#peca-aqui #menu-peca-aqui>div {
    width: 100%;
}

#peca-aqui .btn-menu-peca-aqui {
    background-color: #fff;
    color: #ffbb7b;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}


/* tab-content: encomenda */

#encomenda .btn-back-menu-peca-aqui {
    background-color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

#encomenda .btn-back-menu-peca-aqui span {
    font-weight: 500;
    color: #ffbb7b;
    /* text-transform: uppercase; */
}

#encomenda .box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 165px);
}


/* tab-content: encomenda */

#pronta-entrega .btn-back-menu-peca-aqui {
    background-color: #fff;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

#pronta-entrega .btn-back-menu-peca-aqui span {
    font-weight: 500;
    color: #ffbb7b;
    /* text-transform: uppercase; */
}

#success .mensagem {
    height: calc(100vh - 100px);
}

@media only screen and (max-width: 499px) {
    .list-itens .item .numero {
        font-size: 16px;
    }
    .list-itens .item .bullet,
    .list-itens .item .bullet-promo {
        height: 0.35rem;
        width: 0.35rem;
        margin: 0 0 2px;
    }
}

@media only screen and (min-width: 500px) {
    .list-itens {
        /* width: 450px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .list-itens .item {
        width: 480px;
    }
}

@media only screen and (min-width: 768px) {
    .list-itens {
        /* width: 450px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .list-itens .item {
        width: 700px;
        padding: 10px;
    }
    .list-itens .item .info {
        width: 80%;
        padding-right: 10px;
    }
    .list-itens .item .info .descricao {
        margin-top: 10px;
    }
    .list-itens .item .img {
        width: 20%;
        height: auto;
    }
}

#dev-thr {
    height: 22px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #dedede;
    z-index: 1000;
}

#dev-thr p {
    color: #000000;
    font-size: 14px;
}

#dev-thr a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.imagem-produto {
    margin: 0 auto;
}

.modal-verificar-pedido-impressao * {
    color: #000000;
    font-weight: bold;
}