@import url(https://fonts.bunny.net/css?family=lato:400,700,900|quicksand:400,500,600,700);

body {
    font-family: 'Inter', sans-serif;
    /*background-color: #f9f9f9;*/
    background-color: white;
    color: #333;
    margin: 0;
    padding: 0;
}

.text-cap {
    text-transform: uppercase;
}

.text-muted {
    font-size: 0.7rem;
    color: #464646;
}

.is-valid {
    border: 1px solid #28a745 !important;
    box-shadow: 0 0 3px #28a745;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 3px red;
}

.logo-moviles {
    height: 120px;
    max-width: 380px;
    object-fit: contain;
    margin: 0 auto;
}

.panel-SE {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.panel-SB {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}


/*.logo {
    width: auto;
    max-height:120px;
    object-fit: contain;
    display: block;
}*/

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.swal2-toast-center {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-bottom: 100px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: black;
}

.container-master {
    padding-top: 120px;
    width: 100%;
    max-width: 1140px; /* ancho máximo típico en Bootstrap 4/5 para desktop */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    justify-content: center;
    align-items: center;
}

.modal-title {
    font-size: 1em;
    font-weight: 600;
}

.modal .modal-content {
    /*background: #fff;*/
    padding: 30px;
    border-radius: 10px;
    max-width: 350px;
    max-height: 560px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    position: relative;
    background-color: white;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.modal .modal-intro {
    /*background: #fff;*/
    padding: 30px;
    border-radius: 10px;
    max-width: 448px;
    max-height: 560px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    position: relative;
    background: url(../image/perfil/intro.jpeg);
    background-size: cover;
    width: 100%;
    height: 100%;
}


.modal .modal-productos {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    position: relative;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

    .modal .close:hover {
        color: #333;
    }

.navbar-toggler {
    background-color: #fff;
}

.hero {
    background: url('banner.jpg') center center/cover no-repeat;
    height: 400px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .hero h1 {
        font-size: 48px;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    }

/*.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    color: #000;
    padding: 10px 0 20px 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .top-bar .navbar-brand {
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }

    .top-bar .nav-link {
        color: #333;
        margin-right: 5px;
        transition: color 0.3s ease;
        font-size: 1rem;
        font-weight: 400;
    }

        .top-bar .nav-link:hover {
            color: #0066cc;
            font-weight: bold;
        }*/
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    color: #000;
    z-index: 997;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fff !important;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 600;
}

#topBar a {
    color: #333 !important; /* Gris oscuro o el color que prefieras */
    text-decoration: none;
}

    #topBar a:hover {
        color: #000 !important; /* Negro al hacer hover, opcional */
        transform: scale(1.1);
    }

#topBar .linksesion {
    color: #333 !important; /* Gris oscuro o el color que prefieras */
    text-decoration: none;
    padding-left: 10px;
}

    #topBar .linksesion:hover {
        color: #000 !important; /* Negro al hacer hover, opcional */
        transform: scale(1.1);
    }

#topBar input:focus, #topBar textarea:focus, #topBar select:focus {
    outline: none !important; /* Elimina la línea azul exterior */
    box-shadow: none !important; /* Elimina el resplandor */
    border-color: #ccc !important; /* O el color de borde que prefieras */
}

#topBar .navbar-nav .nav-link {
    color: black !important;
    cursor: pointer;
}

    #topBar .navbar-nav .nav-link:hover {
        color: #000001 !important;
    }

.logo-container a.navbar-brand {
    font-weight: bold;
}

.busqueda-container input {
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.busqueda-container button {
    border-radius: 0 4px 4px 0;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo y título juntos */
.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    /*width: 120px;*/
    height: 120px;
    object-fit: contain;
    display: block;
}

.titulo {
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
}



/* Búsqueda en toda la fila */
.busqueda-container {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

    .busqueda-container input {
        flex: 1;
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
    }

    .busqueda-container button {
        background: #ccc;
        border: 1px solid #cecece;
        padding: 5px 10px;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
    }

.menu-float {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 999;
    background-color: #000001;
    height: 50px;
    width: 50px;
    color: white;
}

    .menu-float:hover {
        border: 2px solid #cecece;
        background-color: #fff;
        color: black;
    }

.user-float {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    color: white;
    font-size: 1.5em;
}

    .user-float:hover {
        background-color: #fff;
        color: black;
    }

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 20px;
    max-width: 700px;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}

    .sidebar .menu {
        visibility: initial;
    }

    .sidebar a {
        padding: 10px 20px;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        display: block;
        transition: 0.2s;
    }

        .sidebar a:hover {
            /*background-color: #575757;*/
        }

    .sidebar .closebtn {
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 40px;
    }

        .sidebar .closebtn:hover {
            font-size: 40px;
        }


/*SIDE BAR CATEGORIAS*/
.sidebar-categoria {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    /*left: 0;*/
    right: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    /*padding-top: 10px;*/
    text-align: left;
    max-width: 700px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}



    .sidebar-categoria h1 {
        font-size: 1rem;
        font-weight: 800;
    }
    /*.sidebar-categoria div {
        padding: 10px;
        margin: 10px;
    }*/

    .sidebar-categoria a {
        left: 0;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .sidebar-categoria a:hover {
            color: #000001;
        }

    .sidebar-categoria .closebtn {
        font-size: 40px;
    }

        .sidebar-categoria .closebtn:hover {
            font-size: 40px;
        }

/*SIDE BAR CARRO COMPRA*/
.sidebar-carrocompra {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    /*left: 0;*/
    right: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    /*padding-top: 20px;*/
    text-align: left;
    max-width: 700px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}

.btn-qty {
    width: 40px;
    height: 30px;
    background: #000001;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    color: white;
}

.btn-save {
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 30px;
    background: #28a745;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    color: white;
    margin-left: 10px;
}

.btn-clean {
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 30px;
    background-color: darkslategray;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    color: white;
    margin-left: 10px;
}

.btn-delete b {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
}

.btn-send {
    height:40px;
    background-color: #2a9236;
    border: 1px solid #28a745;
    font-size: 1.2em;
    cursor: pointer;
    color: white;
    border-radius:10px;
    padding-left:20px;
     padding-right :20px;
}

/*.sidebar-carrocompra div {
        padding: 10px;
        margin: 10px;
    }*/
.sidebar-carrocompra h1 {
    font-size: 1rem;
    font-weight: 800;
}

.sidebar-carrocompra a {
    left: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.2s;
}

    .sidebar-carrocompra a:hover {
        color: #000001;
    }

.sidebar-carrocompra .closebtn {
    /*position: absolute;
        top: 15px;
        right: 25px;*/
    font-size: 40px;
}

    .sidebar-carrocompra .closebtn:hover {
        font-size: 40px;
    }

.bartopsidebar {
    position: fixed;
    top: 0;
    text-align: left;
    background-color: white;
    /*box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);*/
    font-size: 22px;
    z-index: 997;
    box-shadow: 0 2px rgba(0,0,0,0.1);
}

    .bartopsidebar h1 {
        font-size: 1em;
        padding-top: 10px;
    }

    .bartopsidebar i {
        font-size: 1em;
    }



.footer-movil-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #ffffff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 998;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    background-color: #000001;
}

    .footer-movil-nav .nav-item {
        text-align: center;
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

    .footer-movil-nav .icon {
        font-size: 20px;
        color: white;
    }

    .footer-movil-nav i {
        font-size: 25px;
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }

    .footer-movil-nav b {
        font-weight: 500;
        font-size: 1rem;
        color: white;
        cursor: pointer;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }

    .footer-movil-nav a:hover {
        font-size: 1.2rem;
        cursor: pointer;
    }

    .footer-movil-nav .notif-count {
        position: absolute;
        top: 0;
        right: 15%;
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 50%;
    }

.badge-custon {
    color: #fff;
    background-color: #000001;
}

a.badge-custon:focus, a.badge-custon:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-custon.focus, a.badge-custon:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.badge-custon-footer {
    color: #000;
    background-color: #28a745;
}

a.badge-custon-footer:focus, a.badge-custon-footer:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-custon-footer.focus, a.badge-custon-footer:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

#scrollUp {
    width: 40px;
    height: 40px;
    color: #253D4E;
    right: 20px;
    bottom: 100px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 996 !important;
    border: 2px solid #253D4E;
    background-color: #fff;
}

    #scrollUp i {
        line-height: 32px !important;
        font-size: 28px;
    }

    #scrollUp:hover {
        transform: translateY(-5px);
        color: #000001;
        border: 2px solid #000001;
    }

.navbar-collapse {
    /*background-color: red;*/
}

.sidebar .logo-sb {
    text-align: center;
}

    .sidebar .logo-sb img {
        height: 100px;
    }


/*FOOTER*/
.footer {
    padding: 0;
    background-color: #000001;
    padding-bottom: 10px;
    padding-top :20px;
}

.footer-info {
    padding: 0;
    line-height: 1;
}

    .footer-info p {
        font-size: 1rem;
        color: darkgray;
    }

.footer-movil-menu {
    position: relative;
    /*display: flex;*/
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #ffffff;
    border-top: 1px solid #ccc;
    justify-content: space-around;
    /*align-items: center;*/
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    background-color: #000001;
    text-align: center;
    padding-top: 10px;
    line-height: 1;
}

    .footer-movil-menu p {
        font-size: 0.8rem;
        color: darkgray;
        padding: 0;
        margin: 0;
    }


.contact-movil {
    position: relative;
    text-align: center;
    margin: 20px;
    width: 90%;
    line-height: 1.4;
    /*border: 1px solid #333;*/
    /*box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 25px;*/
}

    .contact-movil h1 {
        font-size: 1.3rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    }

    .contact-movil p {
        font-size: 0.7rem;
    }

    .contact-movil i {
        font-size: 1.5rem;
    }

    .contact-movil a {
        /*background-color:red;*/
    }

    .contact-movil .bto-whatsaap {
        background-color: #25d366;
        color: #FFF;
        border-radius: 60%;
        text-align: center;
        font-size: 20px;
        padding-right: 5px;
        /*padding:10px;*/
    }

.contact-movil-map {
    position: relative;
    margin: 20px;
    width: 90%;
    /*border: 1px solid #333;*/
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}


.contenedor-busqueda {
    width: 400px;
    margin: 0 auto;
    display: inline;
}

    .contenedor-busqueda a {
        text-decoration: none;
        font-size: 1rem;
        color: #000;
        transition: 0.2s;
        font-weight: 200;
    }

        .contenedor-busqueda a:hover {
            font-weight: bold;
        }

#txtbuscar_lg {
    width: 450px;
    height: 35px;
    background-color: white; /* Color de fondo */
    border-top: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
    border-right: none;
    border-bottom: 1px solid #cecece !important;
    padding: 10px; /* Espacio interno */
    font-size: 16px; /* Tamaño de fuente */
    border-radius: 4px 0px 0px 4px; /* Bordes redondeados */
}

#txtbuscar_md {
    height: 35px;
    width: 450px;
    background-color: white; /* Color de fondo */
    border-top: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
    border-right: none;
    border-bottom: 1px solid #cecece !important;
    padding: 10px; /* Espacio interno */
    font-size: 16px; /* Tamaño de fuente */
    border-radius: 4px 0px 0px 4px; /* Bordes redondeados */
    /*box-shadow: 0 0 5px rgba(80, 160, 200, 0.3); /* Añadir un efecto de sombra suave */ */;
}

/* Estilo para el placeholder */
#txtbuscar_lg::-webkit-input-placeholder { /* Chrome, Safari, Edge */
    color: #aaa; /* Color del texto de sugerencia */
}

/* Estilo para el placeholder en Mozilla Firefox */
#txtbuscar_lg::-moz-placeholder {
    color: #aaa;
}

/* Estilo para el placeholder en Internet Explorer 10+ */
#txtbuscar_lg:-ms-input-placeholder {
    color: #aaa;
}

/* Estilo para el placeholder en Microsoft Edge (actual) */
#txtbuscar_lg::-ms-input-placeholder {
    color: #aaa;
}

/* Estilo cuando el campo está en foco */
#txtbuscar_lg:focus {
    outline: none; /* Eliminar el borde azul al enfocar */
}

#btobuscar_lg {
    width: 50px;
    border: 1px solid #ccc;
    margin-left: 0;
    height: 35px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    transition: all 0.25s linear;
    vertical-align: top;
    border-radius: 0px 4px 4px 0px;
    background-color: #000001;
}

    #btobuscar_lg i:hover {
        transform: scale(1.4);
    }

#btobuscar_md {
    width: 50px;
    border: 1px solid #ccc;
    margin-left: 0;
    height: 35px;
    cursor: pointer;
    text-align: center;
    color: white;
    transition: all 0.25s linear;
    vertical-align: top;
    border-radius: 0px 4px 4px 0px;
    background-color: #000001;
}

    #btobuscar_md i:hover {
        transform: scale(1.4);
    }


.busqueda-container .btn-clear {
    border-radius: 0;
    border-top: 1px solid #cecece !important;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cecece !important;
    background: transparent;
    color: #f63838;
    font-size: 1rem;
    cursor: pointer;
    display: block;
    box-shadow: none;
}

    .busqueda-container .btn-clear i:hover {
        transform: scale(1.4);
    }


    .busqueda-container .btn-clear:hover {
        color: #fff;
        background-color: #000001;
    }

.carousel-container-ofertas {
    width: 100%;
    margin: auto;
    overflow: hidden;
    /*border-radius: 10px;*/
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.carousel-track {
    display: flex;
    animation: scroll 150s linear infinite;
}

.carousel-container-ofertas:hover .carousel-track {
    animation-play-state: paused;
}

.carousel-item-ofertas {
    min-width: 33.3333%;
    height: 230px;
    color: white;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 20px;
    text-align: center;
    margin: 10px;
}

    .carousel-item-ofertas button {
        margin-top: 15px;
        padding: 10px 20px;
        border: none;
        background-color: rgba(255,255,255,0.8);
        color: #333;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
    }

        .carousel-item-ofertas button:hover {
            background-color: white;
            color: black;
        }

.swiper-contendor {
    padding-bottom: 20px;
    border-bottom: 1px inset #cecece;
    padding-top: 10px;
}

    .swiper-contendor h1 {
        padding-left: 20px;
        font-size: 18px;
        font-weight: 600;
    }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.sw-categoria {
    background-color: white;
    /*border:1px solid #cecece;*/
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    line-height: 1;
}

    .sw-categoria a {
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding-bottom: 10px;
    }

        .sw-categoria a span {
            font-size: 1em;
            position: absolute;
            background-color: transparent;
            bottom: 0;
            color: #000;
            font-weight: 600;
        }

        .sw-categoria a img {
            display: block;
            width: 70%;
            height: 70%;
            object-fit: cover;
        }


.container-banner {
    height: 220px;
}


.tablalistCategoria {
    width: 100%;
    border-collapse: collapse;
    margin: 40px;
    line-height: 1;
}

    .tablalistCategoria td {
        width: 33%;
        padding: 10px;
        vertical-align: top;
    }

.list-categoria {
    flex: 1 1 calc(33.333% - 16px);
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    height: 140px;
}

    .list-categoria a {
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        background: #fff;
        display: block;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

        .list-categoria a span {
            font-size: 12px;
            font-weight: 600;
        }

        .list-categoria a img {
            width: 60%;
            height: 60%;
            object-fit: cover;
        }


.content-categorias {
    width: 80%;
    z-index: 100;
    margin: 40px;
}

.categoria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    padding-right: 40px;
}

.categoria-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    padding: 1rem;
    transition: transform 0.2s ease;
}

    .categoria-item:hover {
        transform: scale(1.05);
    }

    .categoria-item img {
        width: 100%;
        height: auto;
        max-width: 100px;
    }

    .categoria-item span {
        display: block;
        margin-top: 0.5rem;
        font-weight: bold;
        font-size: 0.8em;
    }



/*.swiper .banner-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper .banner-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}*/


/* CARRITO DE COMPRAS */
.carrito {
    width: 100%;
    /*margin: 20px auto;*/
    padding-top: 90px;
    padding-right: 20px;
    padding-bottom: 120px;
}

    .carrito table {
        margin-left: 20px;
        width: 100%;
        border-collapse: collapse;
    }

    .carrito th, td {
        padding: 8px;
        vertical-align: top;
    }

    .carrito td img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        display: block;
        /*border: 1px solid #e9e9e9;*/
        background-color: #fff;
        border-radius: 8px;
    }

    .carrito th {
        background-color: #f4f4f4;
        height: 50px;
    }

    .carrito td {
        border-bottom: 1px solid #cecece;
    }

.total {
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

.btncenter {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.inputch {
    width: 80px;
    background-color: aqua;
    font-size: 16px;
    height: 35px;
    text-align: center;
}

.carrito-info-producto {
    font-size: 14px;
    display: inline-block;
    top: 0;
}


.footer-car {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000001;
    color: white;
    height: 90px;
    z-index: 996;
    font-size: 12px;
    max-width: 700px;
    /*padding-left:20px;
    padding-right:10px;*/
}

    .footer-car .left-button {
        float: left;
        padding: 10px;
        margin: 20px;
        width: 150px;
    }

.btoprocesar {
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    background-color: #74ad5a;
    border-radius: 8px;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.btoprocesar-disabled {
    box-shadow: none;
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

#btoseguircomprando {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    border-radius: 8px;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.btoprocesar:hover {
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    background-color: #68a54b;
}

.btoprocesar:active {
    position: relative;
    top: 1px;
}

.bg-image-selop1 {
    position: relative;
    width: 250px;
    height: 90px;
    background-size: cover;
    background-position: center;
    border: none;
    color: #000001;
    overflow: hidden;
    line-height: 1;
}

    .bg-image-selop1 .bg-text {
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        font-size: 0.9rem;
        /*text-shadow: 1px 1px 4px rgba(0,0,0,0.7);*/
        color: #000001;
    }


.footer-car .right-button {
    /*float: right;*/
    right: 0;
    padding: 10px;
    margin: 20px;
    width: 120px;
}

.footer-car .total {
    font-family: sans-serif;
    font-size: 1.4em;
    text-align: center;
}

#pnlCarritoVacio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    #pnlCarritoVacio h4 {
        font-size: 18px;
        display: inline-block;
        padding-top: 20px;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
        font-weight: 600;
    }

    #pnlCarritoVacio img {
        /*height: 100% ;*/
        padding-top: 10px;
    }


/* PRODUCTOS */
.sw-productos {
    /*padding: 10px;*/
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    font-size: 10px;
}


.product-card {
    /*padding: 16px;
    position: relative;
    text-align: center;*/
    /*transition: 0.3s ease;*/
    cursor: pointer;
    margin: 10px;
    font-size: 10px;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.sw-productos:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.product-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fcd34d;
    color: #000;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 1em;
}

.product-card img {
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
    width: 50%;
    border-radius: 4px;
}

.product-rating {
    color: #facc15; /* yellow-400 */
    font-size: 16px;
    margin-bottom: 6px;
}

.product-name {
    font-size: 1.3em;
    font-weight: 600;
    margin: 6px 0;
}

.product-price .new-price,
.product-price .old-price {
    display: inline;
}

.product-price {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre precios */
}

.new-price {
    font-weight: bold;
    color: #1c1c1c;
    font-size: 1.3em;
    margin-right: 6px;
}

.old-price {
    text-decoration: line-through;
    color: #d34213;
    font-size: 1.3em;
    padding-bottom: 10px;
    font-weight: 600;
}

.product-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.qty-btn {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: #f3f4f6;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
}

.qty {
    font-size: 16px;
    width: 30px;
    text-align: center;
}

/*.add-to-cart {
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100px;
    height: 30px;
    background-color: #000001;
    color: white;
}

    .add-to-cart:hover {
        background: #38ee14;
        color: black;
        font-weight: bold;
        border: 1px solid #cecece;
    }*/

.product-card select {
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    cursor: pointer;
    height: 30px;
}

/*height: 80vh;*/
/*display: flex;
 
  justify-content: center;
  flex:1;*/
/*min-height: 100vh;*/

/* CONTENEDOR PRINCIPAL */
.maincenter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

/* CONTENEDOR DEL LOGIN */
.login-container {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
}

/* ORGANIZA IMAGEN Y FORMULARIO LADO A LADO EN PANTALLAS GRANDES */
.login-row {
    display: flex;
    flex-direction: row;
}

.login-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-image img {
        width: 250px;
        height: auto;
        display: block;
        border-radius: 10px;
    }

    .login-image img {
        width: 300px;
        height: auto;
        display: block;
    }

/* FORMULARIO */
.login-form {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
    /*padding: 2rem;*/
}

.login-container .nav-tabs {
    border-bottom: none;
}

    .login-container .nav-tabs .nav-link {
        padding: 0.5rem 1rem;
        color: #555;
        margin: 0 0.2rem;
        transition: background-color 0.3s, color 0.3s;
    }

        .login-container .nav-tabs .nav-link:hover {
            background-color: #f8f9fa;
            border: 1px solid #000001;
            font-weight: 600;
        }

        .login-container .nav-tabs .nav-link.active {
            background-color: #000001;
            color: #fff;
            border: 1px solid #000001;
        }

.login-container .tab-content {
    padding: 1rem 0;
    border-top: 1px solid #000001;
}

.login-container .form-control {
    border-radius: 20px;
    border: 0.5px solid #000001;
    padding: 20px;
    height: 40px;
}

.login-container .custom-select {
    border-radius: 20px 0 0 20px;
    border: 0.5px solid #000001;
    height: 42px;
}


.login-container .btn {
    border-radius: 20px;
    background-color: #000001;
    border: none;
    width: 180px;
}

.login-container .custom-checkbox label {
    font-size: 0.9rem;
}

.login-container .toggle-password {
    position: absolute;
    top: 50px;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}
.vibrar {
            animation: shake 0.3s;
        }

        @keyframes shake {
            0% {
                transform: translateX(0px);
            }

            25% {
                transform: translateX(-5px);
            }

            50% {
                transform: translateX(5px);
            }

            75% {
                transform: translateX(-5px);
            }

            100% {
                transform: translateX(0px);
            }
        }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-300%);
    }
}


/*CHECKOUT */
.checkout-container {
    padding-top: 40px;
}

    .checkout-container label {
        font-size: 0.8em;
        padding: 0 !important;
        margin: 0 !important;
    }

    .checkout-container input {
        font-size: 0.8em;
    }

    .checkout-container .bto-continuar {
        padding: 5px 10px;
        border: 1px solid #000001;
        background-color: #000001;
        border-radius: 8px;
        text-align: center;
        font-size: 0.9em;
    }

        .checkout-container .bto-continuar a {
            text-decoration: none;
            color: white;
            font-size: 0.9em;
        }





.checkout-titulo {
    color: #000001;
    font-weight: 700;
    font-size: 1.2em;
}

.checkout-resumen {
    font-size: 14px;
    color: #666;
}

    .checkout-resumen .text-brand {
        color: #ff5722;
        font-weight: bold;
    }

.info-box input,
.info-box select,
.envio-box select,
.envio-box input,
.cupon-box input {
    border: 1px solid #ccc;
    height: 40px;
    outline: none !important;
    margin-top: 5px !important;
}

    .info-box input:focus,
    .info-box select:focus,
    .envio-box select:focus,
    .envio-box input:focus,
    .cupon-box input:focus {
        box-shadow: 0 0 0 1px #ccc; /* azul claro */
        border-color: #000001;
    }



.cupon-box .btn-accion {
    margin-top: 5px !important;
    background: #000001;
    color: #fff;
    height: 40px;
    border-radius: 0 8px 8px 0;
}

    .cupon-box .btn-accion:hover {
        background: #218838;
    }


.cupon-box input {
    border-radius: 8px 0 0 8px;
}

.resumen-box h4,
.resumen-box h5,
.resumen-box h6 {
    margin: 0;
}

/*.btn-primary {
  background: #ff5722 !important;
  border: none;
}

.btn-primary:hover {
  background: #e64a19 !important;
}*/

.divider-2 {
    border-top: 1px solid #e0e0e0;
}

.envio-box,
.fpago-box,
.cupon-box,
.checkout-summary,
.info-box {
    margin-top: 10px;
}

.envio-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1;
}

    .envio-box h4 {
        font-size: 1.1em;
        color: #000001;
    }

.fpago-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1;
}

    .fpago-box h4 {
        font-size: 1.1em;
        color: #000001;
    }

    .fpago-box p, span {
        font-size: 0.9em;
    }

.cupon-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1;
}

    .cupon-box h4 {
        font-size: 1.1em;
        color: #000001;
    }

    .cupon-box p, span {
        font-size: 0.9em;
    }

.info-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1;
}

    .info-box h4 {
        font-size: 1.1em;
        color: #000001;
    }

    .info-box input {
        height: 35px;
    }

    .info-box p, span {
        font-size: 0.9em;
    }

    .info-box .custom-select {
        font-size: 0.7em;
        height: 35px;
        border-radius: 0;
        cursor: pointer;
    }



.checkout-summary {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 0.8;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.summary-label {
    font-size: 14px;
    color: #666;
}

.summary-value {
    font-weight: 600;
    color: #333;
}

.summary-divider {
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #ff5722;
}

.summary-value.total {
    font-size: 18px;
}

.checkout-summary .btn-procesar {
    background: #000001 !important;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 14px;
    transition: background 0.3s ease;
}

    .checkout-summary .btn-procesar:hover {
        background: #218838 !important;
    }

/*404 ERROR*/
.e404 {
    padding-top: 80px;
    text-align: center;
}

    .e404 img {
        width: 200px;
        height: auto;
        margin-bottom: 20px;
    }

    .e404 h1 {
        font-size: 48px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .e404 p {
        font-size: 18px;
        color: #666;
        margin-bottom: 10px;
    }

    .e404 a {
        color: #666;
        text-decoration: none;
        font-weight: bold;
    }

        .e404 a:hover {
            text-decoration: underline;
        }

@media (min-width: 991px) {
    /*.header {background-color:yellow ;
    }*/
    .hero {
        height: 250px;
        padding: 20px;
    }

        .hero h1 {
            font-size: 28px;
        }

        .hero p {
            font-size: 16px;
        }

    .product-card {
        padding: 15px;
    }

    .footer-movil-menu {
        visibility: visible;
    }

    .sidebar .menu {
        visibility: visible;
    }

    .categoria-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*CHECK FORM*/
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding-top: 5px;
}




.form-check-input {
    position: absolute;
    margin-top: .5rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #6c757d;
    }

.form-check label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline label {
        padding: 0;
    }

.form-check-vline {
    display: flex;
    align-items: center; /* Centra verticalmente */
    margin-bottom: 10px; /* Espacio entre los bloques */
}

.mousehand {
    cursor: pointer;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 2;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #000001;
    }

        .option-input:checked::before {
            width: 20px;
            height: 20px;
            display: flex;
            content: '\f00c';
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            align-items: center;
            justify-content: center;
            font-family: 'Font Awesome 5 Free';
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 1;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.form-check input[type=radio] {
    padding-top: 0;
    margin-top: 0;
    height: 20px;
    width: 20px;
}



@media (min-width: 721px) and (max-width: 990px) {
    .footer {
        visibility: hidden;
    }

    .footer-movil-menu {
        visibility: visible;
    }
}

@media (min-width: 571px) and (max-width: 720px) {
    .footer-movil-menu {
        visibility: visible;
    }
}

@media screen and (max-width: 570px) {
    .header-content {
        align-items: center;
    }

    .container-master {
        padding-top: 100px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .modal .modal-content {
        margin: 20px;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .product-card h5 {
        font-size: 16px;
    }

    .footer-movil-menu {
        visibility: visible;
    }

    .logo {
        height: 60px;
    }

    .top-bar .navbar-brand {
        font-size: 0.8rem;
        width: 70%;
        max-width: 400px;
        margin-left: 5px;
    }

    .menu-lg {
        visibility: hidden;
    }

    .contenedor-busqueda {
        margin-left: 20px;
        float: left;
        width: 100%;
    }


    .sidebar .menu {
        visibility: visible;
    }

    .carousel-item-ofertas {
        height: 150px;
        font-size: 1em;
        padding: 10px;
        margin: 10px;
    }

    .container-banner {
        height: 100px;
    }

    .sw-categoria a {
        font-size: 10px;
    }

    .tablalistCategoria {
        max-width: 500px;
        line-height: 1;
    }

    .list-categoria {
        /*background-color: #333;*/
    }

        .list-categoria span {
            font-size: 10px;
        }

        .list-categoria a img {
            width: 70%;
            height: 70%;
            object-fit: cover;
        }

    .carrito-info-producto {
        font-size: 12px;
    }

    .productos {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bartopsidebar h1 {
        font-size: 0.8em;
        padding-top: 10px;
    }

    .bartopsidebar i {
        font-size: 1em;
    }

    .btn-clear {
        box-shadow: none;
    }

    .login-container {
        width: 100%;
        max-width: 570px;
        margin: 2rem auto;
    }

    .login-row {
        flex-direction: column;
    }

    .login-image {
        display: none; /* oculta la imagen en pantallas pequeñas */
    }

    .login-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .categoria-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .checkout-btns {
        flex-direction: column;
    }

        .checkout-btns .btn {
            margin-bottom: 10px;
            width: 100%;
        }

    .checkout-summary {
        font-size: 14px;
    }
}
