.container_app{
    margin: 0 auto;
}

.container_topo{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #781818;
    justify-content: space-between;
}

.container_topo .company{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.container_topo .company .name{
    font-weight: bold;
    font-size: 24px;
}

.container_topo .company .status{
    font-size: 13px;
    text-align: left;
}

.container_topo .info .times{
    color: #32a932;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding-right: 5px;
}

.logo img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 10px;
    /* border: 1px solid #9a9898; */
}

.menu{
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #c1c1c1;
    padding: 13px 14px 13px 0px;
    background-color: #fff;
}

.menu-fixed{
    position: fixed;
    top: 0;
    border-top: 0;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    z-index: 1;
}

.menu ul{
    margin: 0;
    display: inline-flex;
    margin-left: -34px;
}

.menu ul li{
    list-style: none;
    margin-left: 10px;
    /* display: inline; */
}

.menu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.menu ul li a span{
    padding: 5px 10px;
    color: #b9b6b6;
}

/* .menu ul li a span:hover, */
.menu ul li a span.active{
    border: 1px solid #000;
    border-radius: 4px;
    color: #000 !important;
    /* padding: 4px 9px !important; */
    background: #f4f4f4;
    box-shadow: 0px 0px 3px #999999;
    /* display: table-column; */
}

.buttons{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 7px;
    display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.buttons a{
    width: 71px;
    height: 54px;
    color: #781818 !important;
}

.buttons a:hover, .buttons .active{
    color: #781818!important;
    border: 1px solid #781818;
}

.content{
    /* padding: 10px !important; */
    height: 100%;
    margin: 0;
    padding-bottom: 87px !important;
}

.item{
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    width: 100%;
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.item:hover{
    cursor: pointer;
}

.item .data{
    display: flex;
}

.item img{
    width: 100px;
    height: 100px;
    border-radius: 11px;
    object-fit: cover;
}

.item .name{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-bottom: 4px;
}

.item .name p{
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item .info{
    padding: 0 10px 0 10px;
    height: 100px;
    width: 100%;
}

.item .description p{
    font-size: 10px;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
    text-align: justify;
}

.item .value{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #007bff;
}

.group-itens .text-group{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.img-product{
    width: 100%;
    height: 200px;
    background-size: cover;
    text-align: center;
}

.img-product img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-info{
    padding: 8px;
}

.product-info .name{
    font-size: 21px;
}

.product-info .description{
    color: #9a9898;
}

.product-info .price{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.product-btn {
    display: flex;
    margin: 0;
}

.product-btn button{
    width: 100%;
    height: 50px;
    font-size: 18px;
    border-radius: 0;
}

.badge{
    top: -25px !important;
    left: -19px;
    background-color: #416fc3;
}

.text-badge{
    margin-left: 9px;
}

.qty{
    width: 116px !important;
    display: inline-block;
}

.qty-add{
    width: 106px !important;
    display: inline-block;
}

hr{
    background: #ababab;
    margin-top: 0;
    margin-bottom: 0;
}

.form-check {
    display: block;
    min-height: 1.125rem;
    padding-left: 2em;
    margin-bottom: 10px;
    padding-top: 0;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2em;
}

.form-check-reverse {
    padding-right: 2em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -2em;
    margin-left: 0
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    vertical-align: top;
    background-color: var(--app-component-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(var(--bs-black-rgb), .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 1px solid #6a6a6a;
    width: 27px;
    height: 27px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #565656;
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #67abe9;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(52, 143, 226, .25)
}

.form-check-input:checked {
    background-color: #348fe2;
    border-color: #348fe2
}

.form-check-input:checked[type=checkbox] {
    background-image: url("/themes/app/img/delete.svg");
    background-color: #9d2e2e;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #348fe2;
    border-color: #348fe2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.8em
}

.form-switch .form-check-input {
    width: 2.3em;
    margin-left: -2.8em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2.3em;
    transition: background-position .15s ease-in-out
}

.options .form-check .form-check-input[type=radio]{

    width: 30px;
    height: 30px;

}

.options .form-check label{
    margin-left: 14px;
    margin-top: 3px;
}

.paymentmethod-edit{
    text-align: right;
}


/* .cart-itens-close{
    width: 39px;
    padding-left: 4px;
    padding-top: 1px;
    background-color: #b54f4f;
    margin: -4px;
}

.cart-itens-close a{
    color: #3e3e3e;
    font-size: 32px;
}

.cart-itens-top{
    width: 100%;
    height: 49px;
    padding: 5px;
    background-color: #781818;
    display: flex;
    z-index: 1;
    position: fixed;
}

.cart-itens-top img{
    width: 46px;
    height: 40px;
}

.cart-itens-bottom{
    position: absolute;
    bottom: 0;
    border: 1px solid #000;
    height: 146px;
    width: 100%;
} */

.cart-img, .cart-id{
    width: 50%;
    padding-left: 10px;
}

.cart-id{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
}

.cart-id span{
    background-color: #000;
    padding: 0 8px;
}


/* .cart-itens-list{
    padding-top: 40px;
    padding-bottom: 80px;
} */

.cart-item{
    margin: 19px;
    position: relative;
    border-radius: 9px;
    padding: 9px;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 7px #000;
}

.cart-item.not-available{
    box-shadow: 1px 1px 7px rgb(255, 0, 0);
}

.cart-item-top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item-data{
    padding-left: 20px;
}

.cart-item-qtd{
    color: #0d990d;
    font-weight: bold;
    font-size: 11px;
}

.cart-item-price{
    font-weight: bold;
    font-size: 25px;
    font-family: sans-serif;
}

/* .cart-item-name{
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
} */

.cart-item-description{
    margin-top: 3px;
    margin-bottom: 3px;
}
.cart-item-description .title{
    font-weight: bold;
}

.cart-item-description .description{
    font-family: monospace;
    padding-left: 18px;
}

.cart-item-buttons{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.cart-item-delete{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    background: rgba(233,236,239,.9);
    font-size: .875rem;
    font-weight: 600;
    padding: 23px;
    height: 122px;
    text-align: center;
    border-radius: 8px 8px 3px 3px;
}

.cart-item-delete-confirmation{
    margin-top: 10px;
    letter-spacing: 1px;
}

.cart-item-delete-confirmation a:first-child{
    margin-right: 23px;
}

.cart-item-img{
    background-color: #fff;
    width: 75px;
    height: 75px;
    box-shadow: 1px 1px 11px #787676;
    border-radius: 5px;
}

.cart-item-img img{
    width: 75px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover;
}

.cart-empty{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

.cart-empty img{
    width: 100px;
}

.item-info{
    width: 55%;
}

.item-name{
    font-weight: bold;;
    font-size: 14px;
}

.tab-content{
    margin-bottom: 10px;
}

.cart-itens-open{
    overflow: hidden;
}

.cart-subtotal{
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 85px;
    border-top: 1px solid rgb(161 143 143);
    background-color: #ebebeb;
}

.cart-subtotal-value{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    z-index: 72;
    position: relative;
}

.cart-subtotal .button{
    display: flex;
    justify-content: space-between;
}

.cart-subtotal .button a:first{
    width: 10%;
}

.cart-subtotal .button a:last-child{
     width: 100%;
}

.cart-subtotal .button a{
    border-radius: 0;
    line-height: 27px;
}

.group-itens{
    padding: 10px;
}

#page-loader{
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0.9;
}

#page-loader img{
    width: 50px;
    height: 50px;
}


.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 10px 10px 15px !important;
    margin: 10px !important;
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    background-color: #efefef;
}

.fieldset-border.active{
    box-shadow: 0 0 6px #781818;
    background-color: white;
}

/* .fieldset-border.complete{
    box-shadow: 0 0 6px #00acac;
    background-color: white;
} */
  
.fieldset-border .legend-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    float: none !important;
    border-bottom: none;
}

.fieldset-border .legend-text-round{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
    background-color: #919191;
}

.fieldset-border.active .legend-text-round, .fieldset-border.active .legend-text{
    background-color: #781818;
}

.fieldset-border .legend-text{
    height: 27px;
    vertical-align: middle;
    margin: 6px 0 0 -6px;
    border: 2px solid #fff;
    border-left: 0;
    padding: 0px 8px 0px 5px;
    background-color: #919191;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    border-radius: 6px;
}

.fieldset-border .legend-container-text{
    display: inline-table;
}

.identification-data{
    width: 100%;
}

.identification-img{
    text-align: center;
}

.fieldset-border .options{
    display: none !important;
}

.fieldset-border.active .options{
    display: block !important;
}

.fieldset-border.active .text-container{
    display: none !important;
}

.identification-img img{
    width: 75px;
    height: 75px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 3px;
}

.identification-phone{
    color: #781818;
    font-size: 29px;
    font-weight: bold;
}

.identification-name, .identification-phone{
    text-align: center;
}

.data-finalization{
    margin: 0 10px 0 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px black;
}

.data-finalization div{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    /* box-shadow: 0 0 3px black; */
}

.data-finalization .title{
    width: 100%;
}

.data-finalization .title span{
    text-align: right;
}

.data-finalization .value{
    width: 60px;
    justify-content: flex-end;
}

.data-finalization .time{
    text-align: center;
    display: block;
    font-size: 15px;
    color: #781818;
    margin-top: 10px;
}

.content_app{
    padding-bottom: 100px;
}

#payment-modal .modal-content{
    width: 255px;
    margin: 0 auto;
}

.payment-change .form-group button, .payment-change .form-group a{
    width: 100%;
}

.exemplo-change{
    color: #a5a1a1;
    font-size: 11px;
}

.form-check-label{
    font-size: 14px;
}

.data-finalization-button{
    display: flex;
}

.data-finalization-button .btn-danger{
    width: 104px;
    height: 48px;
    border-radius: 0;
    
}

.data-finalization-button .btn-primary{
    width: 100%;
    height: 48px;
    border-radius: 0;
    font-size: 18px;
}

#new_address{
    margin-top: -23px;
}

.container-page{
    padding-bottom: 55px;
}

.page-top{
    background-color: white;
    height: 40px;
    display: flex;
    z-index: 1;
}

.page-top .title{
    text-align: center;
    width: 100%;
    line-height: 41px;
    font-weight: bold;
    margin-left: -40px;
}

.order-list{
    padding: 10px;
}

.order-list .order{
    border-radius: 5px;
    background-color: #fff;
    padding: 17px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 3px #999999;
}

.order-list .order .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.order-list .order .top .id .number{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.order-list .order .top .type{
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background-color: #781818;
    color: #fff;
    font-weight: bold;
}

.order-list .order .status .label-order{
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    border-radius: 100%;
}

.order-list .order .status{
    display: flex;
    align-items: center;
}

.order-list .order .status .label-status{
    font-size: 14px;
    font-weight: bold;
}

.order-list hr{
    margin: 10px 0px 10px 0px;
}

.order-list .order .order-itens .order-item{
    font-family: monospace;
}

.order-list .order .order-payment{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.status-close{background-color: #348fe2;}
.status-open{background-color: #32a932;}
.status-canceled{background-color: #ff5b57;}
.status-waiting{background-color: #f59c1a;}
.status-delivering{background-color: #8753de;}
.status-production{background-color: #ffd900;}

.close-button{
    z-index: 1;
    line-height: 41px;
}

.close-button a{
    color: #781818 !important;
}

.clear{
    clear: both;
}

.not-available-text{
    display: none;
}

.item.not-available .not-available-text{
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}

.container-item{
    padding-bottom: 27px;
}

.not-available-text div{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    font-family: monospace;
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;
}

.client-box{
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #a9a3a3;
}

.client-box .title{
    font-size: 14px;
    color: #6a6a6a;
    font-weight: bold;
    margin: -4px 0px 8px -5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.client-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #781818;
}

.client-data .photo img{
    width: 50px;
    border-radius: 50px;
}

.client-data .phone{
    font-size: 23px;
    font-weight: bold;
}

.client-data .name{
    font-size: 23px;
    font-weight: bold;
}

.container-address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.address-data .address{
    font-size: 15px;
    font-weight: bold;
}

.address-data .state, .address-data .value-delivery{
    font-weight: bold;
    color: #6a6a6a;
}

.user-container{
    padding-bottom: 41px;
}

.address-action a{
    color: #000 !important;
}

.modal-finalization{
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.modal-finalization a{
    margin: 14px 0 0px 0;
    width: 100%;
}

.cancellation_reason{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.container-error{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-img img{
    width: 250px;
    margin: 26px 0px 26px 0px;
}

.error-top, .error-bottom{
    font-weight: bold;
    font-size: 20px;
}

.item-accordion .topo{
    background-color: #781818;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    color: #fff;
}

.item-accordion .topo .title{
    font-weight: bold;
    font-size: 15px;
}

.item-accordion{
    background-color: #fff;
    margin-bottom: 10px;
}

.item-accordion .btn-danger{
    background: #c72727;
}

.times .title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #781818;
}

.times .list{
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 144px;
}

.prev-total{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
    color: #8b1a1a;
}



.payment-forms{
    border-radius: 5px;
    background-color: #fff;
    margin: 10px;
}

@media only screen and (min-width: 480px){



}