body {
    font-family: "Poppins", sans-serif;
}

.ft-12 {
    font-size: 12px;
}

.ft-14 {
    font-size: 14px;
}

.ft-16 {
    font-size: 16px;
}

.ft-18 {
    font-size: 18px;
}

.ft-20 {
    font-size: 20px;
}

.ft-24 {
    font-size: 24px;
}

.category-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.categoryscroll {
    top: 230px;
}

.categoryscroll-submenu {
    top: 240px;
}

.lacarte-color {
    color: #F85858;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    overflow-x: hidden;
}

div.scrollmenu:hover {
    overflow-x: auto;
}

div.scrollmenu-touch {
    overflow-x: auto;
}


.img-cover {
    width: 100%;
    height: auto;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-logo {
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
}

.submenulogo {
    bottom: 70px;
}

.uptotop {
    top: -77px;
}

.categoryfilterup {
    top: 145px;
}

.categoryfiltersmup {
    top: 160px;
}

.btncategory {
    color: #000000;
    background-color: white;
    padding: 4px 8px;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

.btncategory.active {
    color: #4B63DE;
    border: 1px solid #4B63DE;
    border-radius: 6px;
}

.favo {
    color: #FFFFFF;
    background-color: #2ABA8D;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.reco {
    color: #FFFFFF;
    background-color: #4B63DE;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.newp {
    color: #FFFFFF;
    background-color: #F85858;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.shd {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 1;
}

.shdclose {
    background-color: #fca5a5;
    color: black;
}

.shdopen {
    background-color: #4b63de;
    color: white;
}

.snsh {
    position: absolute;
    top: 1%;
    right: 1%;
}

.snsh a {
    text-decoration: none;
}

.snsh a img {
    width: 25px;
    height: 25px;
}

.submenubtn {
    border-radius: 0.25rem;;
    border: 1px solid #000000;
}

.submenubtn.selected {
    background-color: #F85858;
}

.topbtn {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 10;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #F85858;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.cblacarte {
    width: 20px; /* Ancho */
    height: 20px; /* Alto */
    border-radius: 3px;
    border: 2px solid #000000;
}

.cblacarte:checked {
    border-color: #000000;
    background-color: #000000;
}

.cblacarte:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}

.inputqty {
    width: 32px;
!important;
    border: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    padding: 1px;
    border-radius: 0px;

}

.inputqty:focus {
    border-color: #000000;
    outline: 0;
    border-radius: 6px;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}

.btnqty {
    width: 32px;
    height: 32px;
    padding: 0;

}

.inputqty::-webkit-outer-spin-button,
.inputqty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
.inputqty {
    -moz-appearance: textfield;
}

.inputqty:disabled {
    background-color: #FFFFFF;
}

.basketbtn {
    border: 1px solid #000000;
    border-radius: var(--bs-border-radius-sm);
    padding: 3px;
}

.pcart_flex_0_auto {
    flex: 0 0 auto;
}

.btn-lc-red {
    color: #FFFFFF;
    background-color: #F85858;

}

/* * Branch Card Styles */

.branch-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.branch-card.selected {
    border: 2px solid #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.branch-image {
    height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.map-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.map-icon:hover {
    transform: scale(1.1);
}

.branch-info {
    padding: 15px;
}

.branch-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.branch-address {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

.status-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.status-open {
    background-color: #28a745;
    color: white;
}

.status-closed {
    background-color: #dc3545;
    color: white;
}

#selectedStatus {
    font-weight: 600;
    margin-top: 5px;
}

.bg-red-lacarte {
    background-color: rgb(75, 99, 222, 0.85);

}

.btn-expand {
/* Blanco con 40% de opacidad */
    background-color: #ffffff66;
    /* Efecto cristal */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid #ffffff80; /* Borde sutil */
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000; /* Icono negro para contraste */
    box-shadow: 0 4px 12px #0000001a;
    transition: all 0.2s ease;
  }

/*
 * fin Branch Card Styles
 */