﻿:root {
    --color-primario: blue;
    --color-secundario: red;
}

/*.main-content {
    margin-top: 150px;*/ /* valor por defecto para móvil */
/*}

@media (min-width: 768px) {
    .main-content {
        margin-top: 70px;*/ /* navbar más delgado en desktop */
/*}
}*/


body {
    overflow-x: hidden !important;
}

.main-logo {
    height: 55px;
    margin-bottom: -30px;
    margin-top: -36px;
}

.main-logo-login {
    height: 100px;
}

/*.main-logo-min{
     margin-top: -60px;
}*/


.sidebar-nav .metismenu a:hover {
    background: #F6F6F6;
    color: black;
    font-weight: bold;
}

.sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
    background: var(--color-primario);
    color: white;
}

/*.BuscadorPrincipal{
    height:40px;
    margin-top:13px;
    align-content:center;
}

.BuscadorPrincipal-icono{
    display:inline-block;
    vertical-align:top;
}*/

/*.BuscadorPrincipal-input{
     display:inline-block;
     vertical-align:top;
    width:65%;
    height:100%;
}*/

.BuscadorPrincipal-boton {
    display: inline-block;
}

.header-top-area {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 2px;
}


.menu-switcher-pro .btn-info:active, .menu-switcher-pro .btn-info:focus, .menu-switcher-pro .btn-info:hover, .menu-switcher-pro .btn-info:visited, .header-drl-controller-btn.btn-info:active:focus {
    background: #EEEEEE;
    outline: none;
}

.btnBusquedaPrincipal {
    background: var(--color-primario);
}

.content {
    /*margin-left:10px;
    margin-top:10px;*/
    /*margin-right:10px;*/
}

/*.ProductoContenedor{
    width: 10%;
    float: left;
    margin: 10px;
}*/

.ProductoAreaImagen {
    /*width: 100%!important; */
    /* height: 124px!important; */
    position: relative;
    width: 136px;
    height: 136px;
    /* background: white;*/
}

.ProductoAreaInfo {
    width: 100% !important;
    padding: 5px;
    cursor: pointer;
}

.ProductoAgregar {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 1
}

.ProductoControles {
    position: absolute;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: white;
    z-index: 10;
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}

.ProductoImagen {
    z-index: 1 !important;
}

    .ProductoImagen img {
        z-index: 1;
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
    }

.btnAgregarProducto {
    min-width: 100%;
    height: 100%;
    border-radius: 50px;
    background: var(--color-primario);
    display: flex;
    /* font-size: 20px; */
    /* text-align: center; */
    /* line-height: 10px; */
    color: white;
    /* z-index: 14!important; */
    align-items: center;
    justify-content: center;
    border: hidden;
}

    .btnAgregarProducto:hover {
        background: #0c4a96;
        color: white;
    }

.ProductoNombre {
    font-size: small;
    cursor: pointer;
}

.ProductoMedida {
    color: #3f3f3f;
    font-size: 10px;
    margin-left: 10px;
    font-weight: normal;
}

.ProductoPrecio {
    /*display: inline-block;*/
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.ProductoPrecioAnterior {
    /*display:inline-block;*/
    font-size: 10px;
    margin-left: 10px;
    text-decoration: line-through;
    font-weight: normal;
    margin-bottom: 0px;
}

.ProductoDescuento {
    color: var(--color-primario);
    font-weight: bold;
    font-size: 14px;
    margin-top: -8px;
}

.ProductoControles-menos-eliminar, .ProductoControles-contador, .ProductoControles-mas {
    width: 20%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #494949;
}

.ProductoControles-menos-eliminar {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .ProductoControles-menos-eliminar:hover, .ProductoControles-mas:hover {
        background: #f7f7f7;
    }

.ProductoControles-mas {
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.ProductoControles-contador {
    margin-left: 20%;
}

.ProductoEtiquetaMensaje {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ProductoOferta {
    background: var(--color-primario);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
}

.ProductoAgotado {
    background: #ff0f02;
}

.ProductoNoDisponible {
    background: white;
    opacity: .5;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.close {
    background: var(--color-primario) !important;
}

.bg-color-2 {
    background: white !important;
    color: #3f3f3f !important;
}

.ProductoImagenGrande {
    width: 60%;
    margin-left: 20%;
    height: 250px;
    position: relative;
    background: #f2f2f2;
    border-radius: 10px;
}


    .ProductoImagenGrande img {
        z-index: 1;
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
    }

.ProductoInfoGrande {
    margin-top: 20px;
    margin-left: 7%;
    margin-right: 7%;
}

.ProductoDescripcionGrande {
    /*margin: 10px;*/
    text-align: justify;
}

.ProductoControlesGrande {
    height: 35px;
    line-height: 35px;
    position: relative
}

.ProductoControles-contador2 {
    margin-right: 20%;
}

.BotonAgregarProductoGrande {
    background: var(--color-primario);
    height: 45px;
    border-radius: 5px;
    color: white;
    line-height: 45px;
    cursor: pointer;
}

    .BotonAgregarProductoGrande:hover {
        background: #0d53a8;
    }

.BotonAgregarProductoGrandeTitulo {
    float: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.BotonAgregarProductoGrandeMonto {
    float: right;
    margin-right: 10px;
    font-size: 15px;
}


.ProductoControles2 {
    display: block !important;
}

.ProductoControles-confirmar {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

.btnConfirmarCantidad {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #12b507;
    font-size: 15px;
    padding: 6px;
    color: white;
    z-index: 14 !important;
}

.ProductoControles-cerrar {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -30px;
    right: -10%;
}

.btnCerrarControles {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d30808;
    font-size: 11px;
    padding: 2px;
    color: white;
    z-index: 14 !important;
}

    .btnCerrarControles:hover, .btnConfirmarCantidad:hover {
        color: #e5e5e5;
    }

.BotonCarritoAside {
    background: var(--color-primario) !important;
    height: 40px !important;
    width: 75px !important;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .BotonCarritoAside:hover {
        background: #0e50a0 !important;
    }

.BotonCarritoAsideIcono {
    height: 100%;
    width: 25%;
    color: white;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-left: 8%;
    display: inline-block;
    vertical-align: top;
}

.BotonCarritoAsideContador {
    /*width:50%;
    color:white;
    font-size:15px;*/
}

.AreaListaCarrito {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 57px;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    display: none;
}

.ListaCarrito {
    overflow: hidden;
    width: 395px;
    background: #F6F8FA;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    height: 100%
}

.ListaCarritoTitulo {
    width: 100%;
    height: 10%;
    background: white;
    position: relative;
    font-size: 22px;
    line-height: 40px;
}

    .ListaCarritoTitulo span {
        margin-left: 20px;
        font-weight: bold;
    }

.ListaCarritoProductos {
    width: 100%;
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
}

.ListaCarritoProducto {
    border-bottom: 1px solid rgba(168, 168, 168, .5);
    /*border-bottom:1px solid rgba(168, 168, 168, .5);
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;*/
}

.ListaCarritoProductoFlex {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ListaCarritoProductoImagen {
    width: 54px !important;
    height: 54px;
}

    .ListaCarritoProductoImagen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.ListaCarritoProductoInfo {
}

.ListaCarritoProductoInfoPrecio {
    margin-top: 4px;
    font-weight: bold;
}

.ListaCarritoAreaProductoControles {
    /*height:80px;*/
}

.ListaCarritoProductoControles {
}


    .ListaCarritoProductoControles .ProductoControles-menos-eliminar,
    .ListaCarritoProductoControles .ProductoControles-contador,
    .ListaCarritoProductoControles .ProductoControles-mas {
        width: 30%;
        height: 100%;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #494949;
        line-height: 35px;
    }

    .ListaCarritoProductoControles ProductoControles-menos-eliminar {
        float: left;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .ListaCarritoProductoControles .ProductoControles-menos-eliminar:hover, .ProductoControles-mas:hover {
        background: #f7f7f7;
    }

    .ListaCarritoProductoControles .ProductoControles-mas {
        float: right;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .ListaCarritoProductoControles .ProductoControles-contador {
        margin-left: 4%;
        font-size: 14px;
    }

.ListaCarritoProductoInfoNombre {
    margin-top: 3px;
}

.CarritoVacio {
    width: 100%;
    text-align: center;
}

    .CarritoVacio span {
        font-size: 16px;
    }

.Loading {
    width: 100%;
    height: 260px;
    position: absolute;
    opacity: 0.5;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    margin: auto;
    display: flex;
}

.LoadingImage {
    width: 50px;
    height: 50px;
    margin: auto;
}

.loading-image-login {
    /*width: 50px;*/
    /*height: 50px;*/
    margin: auto;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    font-size: 25px;
    color: white;
    /*display:none;*/
}

.loading-login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    font-size: 25px;
    color: white;
    display: none;
}

.content-loading {
    height: 100%;
    display: flex;
}


#btnActualizarCarrito,
.BotonPagarCarrito {
    /*width: 84%;*/
    /*margin: auto;*/
    /*margin-top: 10px;*/
    /*height: 55px;*/
    /*background: red;*/
    /*border-radius: 6px;*/
    /*line-height: 55px;*/
    /*font-size: 16px;*/
    /*display:none;*/
    background: var(--color-primario) !important;
    color: white !important;
    cursor: pointer !important;
}
/* Cubre todo el offcanvas cuando se bloquea */
/*#offcanvasWithBothOptions {
    position: relative;
}*/

.carrito-overlay {
    position: absolute;
    inset: 0;
    z-index: 1056; /* > offcanvas content */
    background: rgba(255,255,255,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

#offcanvasWithBothOptions.carrito-locked .offcanvas-body,
#offcanvasWithBothOptions.carrito-locked .offcanvas-header {
    /* anula interacciones debajo del overlay */
    pointer-events: none;
    user-select: none;
    filter: grayscale(0.2);
}

/* opcional: evita scroll de la lista mientras bloqueado */
#offcanvasWithBothOptions.carrito-locked .ListaCarritoProductos {
    overflow: hidden !important;
}

    #btnActualizarCarrito:hover,
    .BotonPagarCarrito :hover {
        background: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.07)), var(--color-primario) !important;
        color: white !important;
        cursor: pointer !important;
    }

.BotonPagarCarritoTexto {
    float: left;
    margin-left: 20px;
}

.BotonPagarCarritoSubtotal {
    float: right;
    margin-right: 20px;
}

.AreaVaciarCarrito {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    background: white;
    cursor: pointer;
    display: none;
}

    .AreaVaciarCarrito:hover {
        text-decoration: underline;
    }

.alert-header {
    position: relative !important;
    background: #0E50A0 !important;
}

.alert-close {
    color: white;
    float: right;
    right: 0;
    position: absolute;
}

.EtiquetaDepartamento {
    margin-bottom: 25px;
    margin-left: -1%;
}

    .EtiquetaDepartamento span {
        background: var(--color-primario);
        color: white;
        font-size: 17px;
        margin-left: 0%;
        /*padding:4px;*/
        border-radius: 5px;
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.AreaEnlaceDepartamentos {
    margin-bottom: 40px;
    margin-left: 1%;
}

    .AreaEnlaceDepartamentos p {
        color: #134786;
        cursor: pointer;
    }

        .AreaEnlaceDepartamentos p:hover {
            text-decoration: underline;
        }

.sidebar-nav li {
    cursor: pointer;
}

.option-active {
    background: var(--color-primario);
}

    .option-active > a {
        color: white !important;
    }

        .option-active > a:hover {
            background: var(--color-primario) !important;
        }

.AreaProductos {
    padding-top: 20px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.ver-mas {
    border: hidden;
    background-color: transparent;
    color: var(--color-primario);
    margin-right: 5px;
    cursor: pointer;
}

.scroll-left {
    margin-right: 5px;
}

.ver-mas:hover {
    background: rgba(0, 0, 0, 0.07);
    color: var(--color-primario);
    cursor: pointer;
}

.productos-departamento {
}

.departamento {
    /*margin-left: 20px;*/
}

.departamento-padre {
    /*padding-left: 20px;*/
    margin-bottom: 20px;
}

.productos {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.productosIndex {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    touch-action: none;
    padding-left: 30px;
}

.productosSimilares {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: 140px;
    touch-action: none;
}

.producto {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 136px;
    position: relative;
}

    .producto:hover .ProductoAgregar2 {
        display: block;
        animation-name: slidein;
        animation-duration: 0.25s;
        animation-direction: alternate;
    }

    .producto .ProductoAreaImagen > img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .producto > label {
        margin-left: 5px;
        margin-right: 5px;
    }

.depa-encabezado {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 0 10px 0 30px;*/
}

/*.depa-encabezado > h2 {
        font-weight: 700;
        font-size: 20px;
    }*/

.precios {
    display: flex;
}

.precios-desc {
    display: flex;
    flex-direction: column;
}

.ProductoAgregar2 {
    display: none;
    position: absolute;
    width: 100%;
    /*height: 30px;*/
    right: 0;
    top: 0;
    z-index: 2
}

.btnAgregarProducto2 {
    width: 100%;
}

@keyframes slidein {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.header-top-area {
    left: 0px !important;
}

.ModalProductoAgregar2 {
    display: block;
    position: relative;
    width: 50%;
    right: 0;
    top: 0;
    z-index: 2
}

.ModalProductoControles {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: white;
    z-index: 10;
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}

#imgModal {
    border-radius: 15px;
    object-fit: contain;
    width: 100%;
    height: 500px;
}

@media (min-width: 992px) {
    .header-top-area {
        position: fixed !important;
        left: 0px !important;
    }

    .content-logo {
        width: 205px;
    }

    .on-collapse-nav {
        display: none !important;
    }

    .on-expand-nav {
        display: flex !important;
    }

    .content-pedidos {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .header-top-area {
        position: fixed !important;
        left: 0px !important;
    }

    #navbarTogglerDemo03 {
        /*margin-top: 10px;*/
    }

    .ModalProductoAgregar2 {
        width: 100%;
    }

    .d-flex {
        /*margin-top: 10px;*/
    }

    .on-collapse-nav {
        display: block !important;
        /*margin-top: 10px;*/
    }

    .on-expand-nav {
        display: none !important;
    }

    .sidebar-nav .metismenu {
        width: 100% !important;
    }

    .dropdown-menu {
        left: -73px !important;
    }

    .AreaProductos {
        padding-top: 20px;
    }

    .center-toggler {
        width: 100px;
        text-align: left;
    }

    .center-logo {
        width: 100px;
    }

    .center-carrito {
        width: 100px;
        justify-content: flex-end;
    }

    .content-pedidos {
        margin-left: 0px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .ModalProductoAgregar2 {
        width: 25%;
    }
}

.content-logo {
    display: flex;
    justify-content: center;
}

/*.modal {
    overflow-y: hidden;
}*/

.ProductoPrecioModal {
    /*display: inline-block;*/
    font-weight: bold;
    font-size: 30px;
}

.ProductoPrecioAnteriorModal {
    /*display:inline-block;*/
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
    font-weight: normal;
    margin-bottom: 0px;
}

.ProductoMedidaModal {
    color: #3f3f3f;
    font-size: 15px;
    /*margin-left: 10px;*/
    font-weight: normal;
}

/*#exampleModalCenter {
    max-height: 95%;
}*/

.btn-outline-primary {
    color: var(--color-primario) !important;
    border-color: var(--color-primario) !important;
}

    .btn-outline-primary:hover {
        background-color: var(--color-primario) !important;
        border-color: var(--color-primario) !important;
        color: white !important;
    }

.header-similares {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.navegacion-depa {
    display: flex;
    align-items: center;
}

.cargar-mas-deptos {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    margin-top: 20px;
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden !important;
}

.fa-chevron-down {
    float: right;
    font-size: 10px;
}

.social-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook {
    margin-inline: 5px;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: hidden;
    background-color: #3b5998;
    color: white;
    font-size: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px 1px;
}

    .facebook:hover {
        color: #3b5998;
        background-color: white;
        border: solid;
        border-color: rgba(0,0,0,0.1);
        border-width: 1px;
    }

    .facebook:active {
        opacity: 0.8;
        color: #3b5998 !important;
        background-color: white !important;
    }

.google {
    margin-inline: 5px;
    /*width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: hidden;
    background-color: white;
    color: #db4a39;
    font-size: 20px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px 1px;*/
}

    .google:hover {
        /*color: white !important;*/
        /*background-color: #db4a39 !important;*/
    }

    .google:active {
        /*opacity: 0.8;
    color: white;
    background-color: #db4a39;*/
    }

.sign_in_btn_wrapper {
    transform: scale(1.5, 1.5);
    float: left;
    margin-left: 20vmin;
    font-weight: bold;
}

.btn-srv {
    background-color: var(--color-primario);
}

input.password {
    border-right: none;
}

.btn-show-password {
    border-left: none;
    border-color: #dee2e6 !important;
}

    .btn-show-password:hover {
        border-left: none;
        border-color: #dee2e6 !important;
    }

        .btn-show-password:hover > i {
            opacity: 0.5;
        }

.btn-close {
    font-size: 12px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px 1px;
    border-radius: 50%;
    padding: 5px;
}

    .btn-close:focus {
        opacity: 0.5;
        box-shadow: rgba(0,0,0,0.3) 0px 1px 4px 1px;
    }

.user-logged-name {
    font-size: 16px !important;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.user-logged-img {
    z-index: 2;
    margin: 0px;
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 4px;
}

.user-logged-name-profile {
    font-size: 22px !important;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    color: white;
}

.user-logged-img-profile {
    margin: 0px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 1) 0px 0px 1px 2px;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link {
    padding-block: 0px;
    width: max-content;
    display: flex;
    align-items: center;
}

.fa-user-circle {
    font-size: xx-large;
    color: var(--color-primario);
}

.offcanvas-body {
    overflow-x: clip;
}

.offcanvas-nav-header {
    background-color: var(--color-primario);
    min-height: 45px;
}

.user-profile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 400px;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: white;
    opacity: 0.8;
}

.dropdown-menu {
    position: absolute !important;
}

input.error, button.error {
    border-color: red !important;
}

span.error {
    color: red;
    font-size: small;
}

.error-message {
    color: red;
    font-size: 10px;
    /*width: 100%;*/
    text-align: center;
}

.modal-sm {
    --bs-modal-width: 400px;
}

.navbar-toggler {
    font-size: 20px;
    box-shadow: none !important;
    border: none;
}

.boton-carrito {
    background-color: white !important;
    color: var(--color-primario) !important;
    border: none !important;
    padding: 0;
    padding-inline: 10px;
    padding-top: 10px;
}

.fa-cart-shopping {
    font-size: 22px;
}

.top-5 {
    top: 5px !important;
}

.user-info-profile {
    display: flex;
    flex-direction: column;
}

.user-logged-email-profile {
    font-size: 13px !important;
    font-weight: bold;
    margin-left: 10px;
    color: white;
}

.suboption-active > a {
    background: #F6F6F6 !important;
    color: black !important;
    font-weight: bold !important;
}

.nav-second-level a:focus, .nav-second-level a:active {
    background: #F6F6F6 !important;
    color: black !important;
    font-weight: bold !important;
}

#modal_banners {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.imgModal {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-scrollview-page {
    width: 100% !important;
    height: 100%
}

    .k-scrollview-page > div {
        width: 100%;
        height: 100%;
    }

        .k-scrollview-page > div > div {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0px !important;
    padding: 5px !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primario);
    --bs-btn-border-color: var(--color-primario);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primario);
    --bs-btn-hover-border-color: var(--color-primario);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primario);
    --bs-btn-active-border-color: var(--color-primario);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-primario);
    --bs-btn-disabled-border-color: var(--color-primario);
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-secundario);
    --bs-btn-border-color: var(--color-secundario);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-secundario);
    --bs-btn-hover-border-color: var(--color-secundario);
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-secundario);
    --bs-btn-active-border-color: var(--color-secundario);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-secundario);
    --bs-btn-disabled-border-color: var(--color-secundario);
}

.pedido-img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
}

.pedido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pedido-header-totales {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 500px) {
    .pedido-header-totales {
        display: none;
    }
}

.pedido-header .text-bg-cancelado {
    background-color: #FF5D5D
}

.pedido-header .text-bg-guardado {
    background-color: #A1C298
}

.pedido-header .text-bg-pagado {
    background-color: #7286D3
}

.pedido-header .text-bg-primary {
    background-color: var(--color-primario) !important;
}

.badge {
    font-size: 0.8em !important;
}

.form-group {
    margin-bottom: 10px;
}

.main-content {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .main-content {
        margin-top: 140px;
    }
}

