:root {
    --color-bitus: #1c5c75;
    --color-background-bitus: #f8f6f2;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #FFFFFF;
}


footer {
    background-color: black; /* Fondo negro */
    color: white; /* Asegúrate de que el texto sea visible */
    padding: 20px;
    box-sizing: border-box; /* Asegura que el padding y los márgenes no afecten el tamaño total */
}

.bg-bitus {
    background-color: var(--color-background-bitus);
}

.btn-bitus {
    background-color: var(--color-bitus);
    color: var(--color-background-bitus);
}

.color-bitus {
    color: var(--color-background-bitus);
}

.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;
}

.card {
    background-color: #f8f6f2;
}

.form-control:focus {
    border-color: #1c5c75; /* El color que desees para el borde */
    box-shadow: 0 0 0 0.25rem rgba(28, 92, 117, 0.25); /* Un suave sombreado */
}

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

.categoryscroll {
    top: 230px;
}

.categoryscroll-submenu {
    top: 240px;
}

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;
}

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

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

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

.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;
}


.card {
    width: 221px;
    height: 375px;
    margin: 0 auto;
}

.card-img-top {
    height: 150px;
    margin: 0 auto;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas a mostrar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** modal producto*/
.product-image {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.modal-fullscreen-md-down {
    padding: 0 !important;
}

.loginbtn {

    z-index: 10;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    background-color: var(--color-bitus);

}

.loginblock {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        min-height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        min-height: 100vh;
    }

}

#galleryImg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 70vh;
    object-fit: contain;
}