div, label {
  user-select: none;
}

body{
    background: #fff!important;
}
.top-mobile-menu{
    border-bottom: 1px solid #dee2e6;
    overflow-x: auto;
    overflow-y: hidden;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}

.mobile-menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    flex-basis: 25%;
    text-align: center;
    list-style: none;
}

.mobile-menu li a {
    display: block;
    padding: 5px 0;
    color: #595959;
    font-size: 14px;
    text-decoration: none;
}

.mobile-menu ul{
    width: 100%;
    height: 100%;
}

.mobile-menu li a:hover {
    color: #007bff;
}

.menu-icon {
    display: block;
    text-align: center;
    font-size: 15px;
}

.menu-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

a.nav-link{
    border: none!important;
}

.nav-item.active{
    border-bottom: 3px solid #fc793a;
}

.nav-item a.text-step{
    color: #7a7f85;
}

.nav-item.active a.text-step{
    color: #fc793a!important;
}

div::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none; 
}

.mobile-menu .nav-item.active .nav-link{
    color: #fc793a!important;
}

.btn-carrinho{
    font-size: 25px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e3e3edb;
}

.btn-carrinho span{
    position: absolute;
    right: 7px;
    top: 0;
    background: #fc793a;
    color: white;
    min-width: 20px;
}

.title-subcategoria{
    font-weight: bold;
    font-size: 15px;
    margin: 10px 10px;
}

.title-produto{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-delivery-description{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7a7f85;
    padding-bottom: 50px;
}

.product-delivery-price{
    position: absolute;
    bottom: 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fc793a;
    margin-top: 10px;
    line-height: 16px;
}

.product-delivery-old-price{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #7a7f85;
    margin-top: 10px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.container-products-delivery{
    border-bottom: 1px solid #e3e0e487;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-fluid > .container-products-delivery:first-child {
    border-top: 1px solid #e3e0e487;
}

.container-combos-delivery{
    border-top: 1px solid #e3e0e487;
    padding-top: 15px;
    padding-bottom: 15px;
}

.delivery-mobile-tab-content{
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
    z-index: 1;
}

.delivery-mobile-page{
    background: white; 
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.delivery-mobile-menu{
    padding-top: 10px;
    height: 100px;
}

.delivery-mobile-header{
    padding-top: 10px;
    height: 50px;
}

.page-content-delivery-tab{
    height: calc(100% - 100px);
    overflow: auto;
}

.page-no-menu-content-delivery-tab{
    height: calc(100% - 50px);
    overflow: auto;
}

.delivery-product-image {
    object-fit: cover;
    width: 100px;
    height: 100px;
    background: whitesmoke;
    border-radius: 7px;
    border: 3px solid whitesmoke;
  }

.tab-content{
    background: #fff;
}

.company_logo_delivery{
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: whitesmoke;
    border-radius: 10px;
}

.company-name-delivery{
    max-width: 100%; /* Define a largura máxima da div */
    max-height: 60px; /* Define a altura máxima da div */
    overflow: hidden; /* Esconde o texto que não couber na div */
    text-overflow: ellipsis; /* Adiciona reticências ao final do texto que não couber */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
    font-size: clamp(16px, 5vw, 30px); /* Tamanho da fonte em relação à largura da viewport com um mínimo de 16px e um máximo de 30px */
    line-height: 1.2;
}

.delivery-product-details-modal{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    height: 93%!important;
    bottom: 0;
}

.delivery-product-details-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

.delivery-product-details-modal .modal-content img{
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-details-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #595959;
}

.product-details-description{
    font-size: 15px;
    color: #7a7f85;
}

.product-details-price{
    font-size: 20px;
    color: #28a339;
    font-weight: bold;
}

#quantidade-product-details:read-only{
    background: none;
}

.btn-add-product-to-bag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px!important;
    padding-right: 10px!important;
    height: calc(1.5em + 0.75rem + 10px);
}

.btn-add-product-to-bag label{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.come-from-modal.right.in .modal-dialog.from-below{
    transform: translate(100%, 0);
    animation-name: slide-in-from-bottom;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.come-from-modal.right .modal-dialog.from-below {
    transform: translate(100%, 0);
    animation-name: slide-out-to-bottom;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.come-from-modal.right.in .modal-dialog.from-right{
    transform: translate(100%, 0);
    animation-name: slide-in-from-right;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.come-from-modal.right .modal-dialog.from-right {
    transform: translate(100%, 0);
    animation-name: slide-out-to-right;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}



.delivery-cart-modal{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    height: 93%!important;
    bottom: 0;
}

#verProduto .delivery-cart-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

#address .delivery-cart-modal .modal-content
, #new-address .delivery-cart-modal .modal-content {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 70px;
}

#checkout .delivery-cart-modal .modal-content {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 160px;
}

#verCarrinho .delivery-cart-modal .modal-content{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    padding-bottom: 100px;
}

#desfazer .undo-action-modal{
    border-radius: 15px!important;
    width: 95%!important;
    height: 120px!important;
    left: 0;
    bottom: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}

#desfazer .undo-action-modal .modal-content{
    border-radius: 15px!important;
}

.delivery-cart-modal .modal-content img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.delivery-cart-modal .modal-content .carrinho-item p{
    width: calc(100% - 155px);
}

.page-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.1);
    height: 70px;
}


@keyframes slide-in-from-bottom {
    0% {
        transform: translate(0, 100%);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes slide-out-to-bottom {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes slide-in-from-right {
    0% {
        transform: translate(100%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes slide-out-to-right {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

.btn-close-product-details{
    position: fixed;
    z-index: 1;
    margin: 15px;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    border: none;
    background: #f3f4f6;
    color: #fc793a;
    padding-top: 5px;
}

.icon-load{
    height: 50px;
    width: 50px;
    color: #fc793a;
    font-size: 50px;
}

.button-load {
    width: 100%;
    color: #fff;
    font-size: 20px;
    aspect-ratio: 1 / 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.grupo-produtos-title{
    padding-top: 10px;
    padding-bottom: 10px;
    background: whitesmoke;
    font-size: 20px;
    font-weight: bold;
    color: #343a40d4;
}

.row-product-choose{
    border-bottom: 1px solid #eee;
}

.row-product-choose img{
    background: #e9ecef;
    padding: 2px;
    border-radius: 10%;
}

.quantidade-custom-choose-products{
    position: absolute;
    width: 100px;
    right: 10px;
    justify-content: end;
}

.quantidade-custom-choose-products button{
    padding: 0px 7px;
    background: white;
    color: #fc793a;
    border: 2px solid #ced4da;
}

.quantidade-custom-choose-products button i{
    font-size: 15px;
}

.quantidade-custom-choose-products button:focus{
    box-shadow: none;
    border: 2px solid #ced4da;
    border-color: #ced4da!important;
    color: #fc793a;
}

.quantidade-custom-choose-products input
, .quantidade-custom-choose-products input:focus
, .quantidade-custom-choose-products input[readonly]{
    padding: 0px;
    background: white!important;
    box-shadow: none;
    border: 2px solid #ced4da;
    height: 30px;
}

.quantidade-custom-choose-products button:disabled{
    opacity: 1!important;
    color: #a2a8ad!important;
    background: white!important;
}

.input-buscar-delivery{
    margin-top: 10px;
}

.input-buscar-delivery input, .input-buscar-delivery input:focus {
    background: #f5f5f5;
    padding: 0;
    border: none;
    font-weight: 500;
    box-shadow: none;
}

.quantidade-custom-delivery input, .btn-qtd-combo, #observacoes, .input-buscar-delivery input{
    height: calc(1.5em + 0.75rem + 10px)!important;
}

/* .input-buscar-delivery input {
    background: #f5f5f5;
    padding: 0;
    border: none;
    font-weight: 500;
} */

.item-mais-procurados img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: white;
    border-radius: 5px;
    margin-right: 5px;
}

.item-mais-procurados .container-fluid{
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    height: 80px;
}

.input-buscar-delivery .input-group-text{
    background: #f5f5f5;
    border: none;
    color: #fc793a;
    padding: 15px;
}

.tab-buscar-content{
    height: 100%;
}

.tab-buscar-header{
    height: 100px;
}

#delivery-search-results{
    height: calc(100% - 150px);
    overflow: auto;
}

#listagem-mais-procurados{
    max-height: calc(100% - 150px);
    overflow: auto;
}

#listagem-mais-procurados .item-mais-procurados:nth-child(odd) {
    padding-right: 5px!important;
}

#listagem-mais-procurados .item-mais-procurados:nth-child(even) {
    padding-left: 5px!important;
}

.nome-produto-mais-procurados{
    max-width: 100%;
    max-height: 60px;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
}

.floating-label {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-label input{
    height: calc(1.5em + 0.75rem + 10px);
}
  
.floating-label label {
    position: absolute;
    background: #fff;
    top: calc(1.5em + 0.75rem + -22px);
    left: 5px;
    font-size: 15px;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
    padding: 0px 5px;
    margin-left: 5px;
}
  
.floating-label input:not(:placeholder-shown) + label, .floating-label input:focus + label {
    transform: translateY(calc(1.5em + 0.75rem + -56px)) scale(0.8);
    border-radius: 5px;
    color: #999;
}

.button-login-delivery{
    height: calc(1.5em + 0.75rem + 10px);
    width: 100%;
    font-weight: bold;
}

#product-details-container, #cart-container{
    overflow: auto;
}

#verProduto .modal-footer{
    height: 70px;
    box-shadow: 0px 20px 30px 0px #000000;
    border: 1px solid white;
}

#verCarrinho .modal-footer{
    height: 100px;
    box-shadow: 0px 20px 30px 0px #000000;
}

#checkout .modal-footer{
    height: 160px;
    box-shadow: 0px 20px 30px 0px #000000;
}

.carrinho-item a{
    color: #3e3e3edb;
    text-decoration: none;
}
.address-label{
    width: 100%;
}
.address-label label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius:50%;
    left: 0;
    bottom: 1px;
    text-align: center;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.discount-coupon{
    width: 100%;
    background: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 10px;
    padding: 10px;
}

.btn-apply-coupon{
    position: absolute;
    top: 0;
    right: 15px;
    background: transparent !important;
    color: #fc793a;
    font-weight: bold;
}

.address-label input:checked + label:before{
    background-color: #fc793a;
    color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
}

.address-label input:checked + label:before i{
    display: block!important;
}
.address-label label, .address-label.btn-new-address{
    background: whitesmoke;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.address-label.btn-new-address{
    background: white;
    border: 3px solid whitesmoke;
}

.address-label input:checked + label{
    background-color: #fc793a47;
}

.address-label input:disabled + label{
    background-color: #cf2e2ea3;
}

.address-label input:disabled + label .disabled-message{
    display: flex!important;
}

.address-label .disabled-message{
    display: none;
    color: #ffc0bb;
    line-height: 20px;
    margin-bottom: 5px;
}

.address-label label p{
    width: calc(100% - 20px);
    padding-left: 10px;
    margin: 0;
}

.address-label input{
    display: none;
}

.address-label span{
    position: absolute;
    right: 30px;
}

.card-pedidos{
    border: 0;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.card-pedidos img{
    height: 35px;
    width: 35px;
    border-radius: 40px;
    object-fit: cover;
    margin-right: 7px;
}

.store-name{
    font-weight: 500;
}

.order-details{
    color: #9ca0a5;
    font-weight: 500;
    margin-bottom: 5px;
}
.order-details .qtd{
    color: black;
    padding: 0px 5px;
    background: #f6f6f6;
}

.profile-user-info{
    line-height: 20px;
}

.profile-user-info small{
    text-decoration: none!important;
    color: #a1a1a1;
}

.profile-address-list .address-info, .profile-address-list .delete-address{
    background-color: whitesmoke;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile-address-list p{
    margin: 0;
}

.profile-address-list .delete-address button{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 25px;
    background: whitesmoke;
    padding: 0;
    color: #fc793a;
    border-radius: 10px;
    user-select: none;
    -webkit-touch-callout: none; /* Desativa a opção "Copiar" no iOS */
    -webkit-user-select: none; /* Impede a seleção de texto no iOS */
    -moz-user-select: none; /* Impede a seleção de texto no Firefox */
    -ms-user-select: none; /* Impede a seleção de texto no Internet Explorer */
    user-select: none; /* Impede a seleção de texto em outros navegadores */
}

.profile-address-list .delete-address button:active, .profile-address-list .delete-address button:focus{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 25px;
    background: #e6e6e6;
    padding: 0;
    color: #6c757d;
    border-radius: 10px;
    outline: none;
}



.perfil-title{
    display: flex;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.perfil-title img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.perfil-item{
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    padding: 10px 0px;
    color: #595959;
}

.perfil-item .icon{
    width: 50px;
    font-size: 20px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfil-item .text{
    width: calc(100% - 40px);
    font-size: 15px;
    display: flex;
    align-items: center;
}

.perfil-item small, .perfil-item .fa-angle-right{
    color: #a1a1a1;
}

.perfil-item .text label, .perfil-item .text p{
    margin: 0;
    line-height: 15px;
    font-weight: 500;
}

.alert-light {
    color: #818182;
    background-color: #f3f4f6;
    border: none;
    padding: 10px 15px;
}

.empty-cart-message{
    position: absolute;
    height: calc(100% - 100px);
    width: 100%;
    top: 0;
}

.pac-container {
    z-index: 1050;
}

.pac-item{
    padding: 10px!important;
    color: #495057!important;
}

.delivery-loading{
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: white;
    font-size: 16px;
    z-index: 1060;
    height: 100%;
    width: 100%;
}

.delivery-loading img{
    width: 50%;
}

.login-delivery img{
    width: 100%;
}
@media(min-width: 800px){
    .delivery-product-details-modal, .come-from-modal.right .modal-dialog{
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
        height: 100%!important;
    }
}