﻿html, form {
    height: 100%;
}

body {
    margin: 0px auto;
    height: 100%;
    background: none !important;
    filter: none;
    /* background: -webkit-linear-gradient(left, #ff3019 1%,#ea1404 72%,#ea1404 77%,#cf0404 100%); Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, #ff3019 1%,#ea1404 72%,#ea1404 77%,#cf0404 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );*/ /* IE6-9 */
    /*PRUEBA_IOS*/
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    flex-direction-column;
    justify-content: center;
    flex-direction: column;
}

.app-v2 {
    display: block;
    height: 100vh;
}



#BodyHomePage {
    display: block;
}

#FondoLogin {
    height: 99vh;
    padding: 0 5vw;
    width: 90vw;
}

#divLogoLogin {
    display: flex;
    justify-content: center;
    width: Calc(100% - 20px) !important;
    margin-top: 0;
    float: none;
    background-color: transparent;
    color: transparent;
    border-radius: initial;
    font-size: initial;
    padding: 0;
    margin-bottom: 8%;
}

#LogoLogin {
    margin-top: 2%;
    width: 40%;
}

#divLogin {
    margin-top: 0 !important;
    float: none !important;
    width: 100% !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-family: 'Ubuntu' !important;
}

#divLogin, #divLoginExterno {
    height: 39%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
}

.login-separetor {
    display: block !important;
    color: #989898;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    margin-top: 8%;
    margin-bottom: 6%;
    white-space-collapse: preserve;
}

.login-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.login-external-buttons-container {
    display: none !important;
    align-items: center;
    background-color: white;
    border: 1px solid #989898;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    height: 44px;
    justify-content: center;
    padding: 12px 16px;
    gap: 8px;
    /* width: 156px;*/
    width: 66%;
}

.login-buttons-image {
    height: 20px;
    width: 20px;
}

.login-buttons-text {
    color: #989898;
    font-size: 12px;
    font-family: 'Ubuntu';
    line-height: 16px;
}

.login-register-container {
    margin-top: 10%;
}

#AppMovilLogin {
    margin-top: 8%;
    float: none;
    width: 100% !important;
    background-color: transparent;
    color: #474747 !important;
    border-radius: 0px;
    font-size: initial;
    padding: 0px !important;
    padding-left: 0px !important;
    margin: 8% 0;
    font-family: 'Ubuntu' !important;
    font-weight: 700 !important;
    font-size: 0px !important;
    line-height: 23px !important;
}

    #AppMovilLogin::after {
        content: 'Inicio de sesión';
        font-size: 20pt;
    }


#btnLogin {
    background-color: #E1131B;
    border: none !important;
    border-radius: 16px !important;
    height: 40px !important;
    margin-top: 5% !important;
    color: white;
    width: initial !important;
    text-align: left !important;
    margin-left: 0px !important;
    font-family: 'Ubuntu';
    margin-bottom: 0px !important;
    padding: 0px !important;
    text-align: center !important;
}

.divLoginTxt {
    float: none;
    min-height: inherit;
    font-family: initial;
    padding-left: 0px !important;
    font-size: initial;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    width: 100%;
}

.login-title {
    display: block !important;
}

.divNotShow {
    display: none;
}

.divLoginTxt img {
    display: none;
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.divLoginTxt input, .LoginButton {
    border: 1px solid #989898 !important;
    border-radius: 12px;
    font-family: 'Ubuntu';
    font-size: 12px !important;
    line-height: 16px;
    padding-left: 5% !important;
    height: 48px !important;
    float: none;
    width: Calc(100% - 20px) !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

    .divLoginTxt input:focus, .divLoginTxt input:focus-visible {
        border: 1px solid #E1131B;
        outline: none;
    }

.divLoginTxt span {
    color: #474747;
    font-size: 16px !important;
    font-family: 'Ubuntu';
    margin-bottom: 3% !important;
    margin-top: 0px !important;
    text-align: left !important;
    margin-left: 0% !important;
    width: 100% !important;
}

.LoginLabel {
    margin-left: 0 !important;
    margin-top: -2% !important;
    width: Calc(94% + 20px) !important;
    font-size: 10pt;
    font-family: 'Ubuntu';
}


/* SPLASHSCREEN AND ONBOARDING*/
.splashscreen {
    background-color: #e1131b;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: 9999;
}

#splashscreen-logo {
    width: 50vw;
}

.onboarding-section-slider, .onboarding-section-welcome {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 10;
}

.onboarding-section-inactive {
    display: none !important;
}

#onboarding-logo {
    margin-top: 2%;
    width: 40%;
}

.swiper {
    height: 90%;
    margin-top: 10%;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 210px;
}

    .swiper-slide .onboarding-slider-title {
        color: #181818;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Dancing Script', cursive;
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
        font-weight: 700;
        height: 72px;
        margin-bottom: 4%;
        padding: 0 6%;
    }

    .swiper-slide .onboarding-slider-text {
        color: #989898;
        display: block;
        font-family: 'Dancing Script', cursive;
        font-family: 'Ubuntu', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.48px;
        padding: 0 12%;
    }

.onboarding-section-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 40vh;
    margin-bottom: 10%;
    /*object-fit: cover;*/
}

.swiper-onboarding .swiper-pagination-bullet-active {
    background-color: #e1131b !important;
    width: 30px !important;
    border-radius: 40px !important;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-onboarding .swiper-pagination {
    top: 44% !important;
    height: 20px;
}

.swiper-button-prev {
    display: none !important;
}

#btnSaltar {
    color: #E1131B;
    display: flex;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5% !important;
    top: 85% !important;
    height: 54px !important;
    width: 149px !important;
    z-index: 99;
}

    #btnSaltar span {
        font-family: 'Ubuntu' !important;
        font-style: normal;
        font-weight: 500;
        font-size: 16px !important;
        line-height: 18px !important;
        letter-spacing: -0.484865px !important;
        width: 100%;
    }

.swiper-button-next {
    right: 5% !important;
    top: 85% !important;
    height: 54px !important;
    margin-top: 0 !important;
    width: 149px !important;
}

    .swiper-button-next:after {
        /* Button */
        content: 'Siguiente' !important;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 149px !important;
        height: 54px !important;
        /* Rojo 1 */
        background: #E1131B;
        box-shadow: 0px 4px 30px rgba(0, 48, 120, 0.1);
        border-radius: 10px;
        /* Heading small - medium */
        font-family: 'Ubuntu' !important;
        font-style: normal;
        font-weight: 500;
        font-size: 16px !important;
        line-height: 18px !important;
        text-align: center;
        letter-spacing: -0.484865px !important;
        /* Blanco 1 */
        color: #FCFCFC;
    }

.swiper-button-next-lastslider::after {
    content: 'Comenzar' !important;
}

/* ONBOARDING - WELCOME LOGIN */

.logo-header-welcome {
    margin-top: 12%;
    width: 50%;
}

.onboarding-center-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    height: 40%;
    width: 80%;
}

    .onboarding-center-container h1 {
        color: #181818;
        text-align: center;
        font-family: 'Ubuntu' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
    }

    .onboarding-center-container span {
        color: #989898;
        text-align: center;
        font-family: 'Ubuntu' !important;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }

.onboarding-bottom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48%;
    width: 100%;
}

#btnIngresar, #btnCrearCuenta, #btnInvitado, #btnRegistro {
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Ubuntu';
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 12px 16px;
    width: 90%;
}

img#btnBackCrearCuenta {
    position: absolute;
    left: 4%;
    top: 4%;
    height: fit-content;
}

#btnRegistro .registrate, #btnRegistro {
    font-size: 12px;
}

#btnIngresar {
    margin-bottom: 4%;
    background-color: #E1131B;
    color: white;
}

#btnCrearCuenta {
    border: 1px solid #989898;
    color: #989898;
    margin-bottom: 6%;
}

#btnInvitado, #btnRegistro {
    color: #989898;
    display: inline-block;
}

    #btnInvitado .invitado, #btnRegistro .registrate {
        color: #E1131B;
    }

.app-v2-prelogin-invitado-container {
    position: absolute;
    display: flex;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
    transition: all ease-in 0.2s;
    left: 100vh;
}

.app-v2-prelogin-invitado-wrapper {
    width: 84vw;
    height: 80vh;
    background-color: white;
    border-radius: 30px;
    padding: 4%;
    display: flex;
}

#upFormInvitado {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.app-v2-prelogin-invitado-labels {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: left;
    margin-bottom: 2%;
    color: #474747;
}

#upFormInvitado input {
    width: 95%;
    height: 48px;
    padding-left: 4%;
    border-radius: 12px;
    border: 1px solid #989898;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    outline: unset;
    margin-bottom: 5%;
}

#upFormInvitado select {
    height: 48px;
    padding: 0 4%;
    border-radius: 12px;
    border: 1px solid #989898;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    outline: unset;
}

    #upFormInvitado select option:checked,
    #upFormInvitado select option:hover,
    #upFormInvitado select option:focus,
    #upFormInvitado select option[selected] {
        background-color: #E1131B;
        background: #E1131B;
        color: white;
    }

#lblInvitadoMensaje {
    height: 20px;
    font-size: 11px;
    text-align: center;
    margin-top: 2%;
}

.app-v2-prelogin-invitado-buttons {
    display: flex;
    height: 50px;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
}

    .app-v2-prelogin-invitado-buttons li {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: center;
        color: #E1131B;
    }
/******************************/
/* MENU */
.app-menu-container {
    display: none;
}

.app-menu-container-v2 {
    background-color: white;
    box-shadow: 0px 4px 24px 0px #00000040;
    display: flex;
    flex-direction: row;
    height: 10%;
    width: 100%;
    padding-bottom: 4%;
    position: fixed;
    bottom: 0;
    z-index: 98;
}

.app-menu-wrapper-v2 {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.app-menu-wrapper-v2 a {
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.app-menu-item-v2 {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    height: 100%;
}

    .app-menu-item-v2 img {
        height: 20px;
        padding: 8px;
        width: 20px;
    }

    .app-menu-item-v2 span {
        color: #474747;
        font-family: 'Ubuntu';
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin-top: 4%;
        width: 100%;
    }

.app-menu-item-img-wrapper {
    height: 20px;
    width: 20px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-menu-item-active {
    background-color: #E1131B;
    padding: 8px 23px !important;
    border-radius: 16px;
    height: 20px;
    width: 20px;
}

.app-menu-item-active-img {
    filter: brightness(0) invert(1);
}

/********/

/* Principal */
.app-header-container-v2 {
    display: flex;
    flex-direction: row;
    height: 7vh;
    width: 100%;
}

.logo-header-mainmenu {
    object-fit: contain;
    padding: 2% 4%;
    /* width: 30%; */
    width: 117px;
    height: 30px;
}

.container-header-buttons {
    padding: 4%;
    width: 54%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: end;
    align-items: center;
}

.header-shopcart-wrapper, .header-search-wrapper, .header-soporte-wrapper, .header-perfil-wrapper {
    margin: 0 2.8%;
}

.header-shopcart-wrapper {
    position: relative;
}

.header-perfil-wrapper {
    margin-right: 0;
}



.app-v2-carrito-cant-container {
    position: absolute;
    border: 1px solid red;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    background-color: red;
    top: 15px;
    right: -5px;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Ubuntu';
    font-size: 7pt;
}

.app-v2-content {
    display: flex;
    flex-direction: column;
    padding: 4%;
    overflow-y: scroll;
    height: 78%;
    /* -webkit-overflow-scrolling: touch; */
}

#lblNombreUsuario {
    color: #474747;
    text-transform: capitalize;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.0015em;
    text-align: left;
}

/*********** */

/* BANNER  */

.app-v2-banner-container {
    display: none;
    margin: 2% 0;
}

    .app-v2-banner-container #sliderMobile .swiper-slide img {
        object-fit: contain;
        width: 100%;
    }

    .app-v2-banner-container .swiper-pagination {
        position: relative;
        bottom: 18px !important;
    }

.swiper-pagination-bullet-active {
    background: rgba(71, 71, 71, 1) !important;
}

/***********/
/* Buscar */
#header-app-v2 {
    display: block;
    height: 7vh;
    position: relative;
    z-index: 99;
}

.header-scroll {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.app-search-container,
.app-carrito-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    position: fixed;
    transition: 0.2s;
    top: 0;
    overflow-x: hidden;
    left: 0;
    width: 0;
    z-index: 9999;
}

.app-search-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    height: 7vh;
    /* margin: 0; */
    width: 92%;
    padding: 0 4%;
    z-index: 99;
}

.app-search-header li {
    width: 100%;
}

.app-search-header li span {
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 500;
    line-height: 23px;
    color: #474747;
    margin-left: 4%;
}

.app-search-filters-container {
    display: flex;
    flex-direction: column;
    height: 92vh;
    width: 100%;
}

.app-v2-searchbox-wrapper {
    display: flex;
    position: relative;
}

#txtBuscar {
    background: #F8F8F8;
    border: none;
    color: #989898;
    font-size: 16px;
    font-family: Ubuntu;
    height: 36px;
    margin: 6% 4%;
    padding: 12px 16px;
    width: calc(92% - 16px - 4%);
    border-radius: 16px;
    gap: 8px;
    display: flex;
}

#txtBuscar::placeholder {
    color: #989898;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.0015em;
    text-align: left;
    background: url(../Iconos/V2/LupaInput.png) no-repeat scroll 24px 24px;
    background-position: 12px;
    padding-left: 45px;
}

#txtBuscar:focus {
    outline: none;
}

#txtBuscar:focus::placeholder {
    background: none;
    color: transparent;
}

#ulArticulos {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    position: absolute;
    z-index: 999;
    /* top: 25vh; */
    padding-left: 0;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 12pt;
    border-bottom-left-radius: 30pt;
    border-bottom-right-radius: 30pt;
    list-style: none;
    width: 84%;
    margin: 0 4%;
    padding: 6% 4%;
    height: fit-content;
    max-height: 30vh;
    overflow-y: scroll;
    top: calc(36px + 12% + 24px);
}

.hide-ularticulos {
    display: none !important;
}

.app-v2-buscador-articulo {
    color: #424242;
    padding: 2% 0;
    width: 100%;
}

.app-search-filters-container #divFilterCategories,
.app-search-filters-container #divFilterBrands {
    padding: 4%;
}

.app-v2-marcas-container {
    margin-top: 5%;
}

.marca-filter-icon {
    object-fit: contain;
    margin-bottom: 0 !important;
    max-height: 70%;
    width: 80% !important;
}

#btnBuscarFiltros {
    width: 92%;
    height: 42px;
    padding: 12px 16px;
    border: none;
    border-radius: 16px;
    gap: 10px;
    color: white;
    background-color: #E1131B;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.38px;
    margin: 14% 4% 6% 4%;
}


/**********/
/* Carrito */
#divVacio {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 88vh;
    justify-content: center;
    padding: 0 4%;
    width: 92%;
}

    #divVacio img {
        margin-bottom: 5%;
    }

    #divVacio h2 {
        color: #474747;
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0.0015em;
        text-align: center;
    }

    #divVacio span {
        color: #474747;
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: 0.0015em;
        text-align: center;
    }

    #divVacio input {
        color: white;
        background-color: #E1131B;
        border: none;
        font-family: 'Ubuntu';
        font-weight: 500;
        font-size: 16px;
        height: 42px;
        padding: 12px 16px 12px 16px;
        border-radius: 16px;
        gap: 10px;
        margin-top: 30%;
        width: 100%;
    }

#divCarritoApp {
    flex-direction: column;
    padding: 0 4%;
    height: 60vh;
}

#upCarritoApp {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.app-carrito-item-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 120px;
    border-radius: 16px;
    background-color: #F8F8F8;
    margin-bottom: 2%;
}

.app-carrito-item-img {
    height: 90%;
    width: 25%;
    padding: 0 2.5%;
    object-fit: contain;
}

.app-carrito-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2% 0;
    width: 60%;
}

.app-carrito-item-edit-container {
    display: flex;
    align-items: center;
}

.app-carrito-item-title {
    color: #474747;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.4848649203777313px;
    text-align: left;
}

.app-carrito-item-price {
    color: #E1131B;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.0015em;
    text-align: left;
    margin: 4% 0;
}

.input-carrito {
    background-color: #F8F8F8;
    outline: none;
    border: none;
    text-align: center;
    width: 15%;
    color: #989898;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.4848649203777313px;
}

.btn-cantidades-carrito {
    border: none;
    background-color: #F8F8F8;
    color: #989898;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.app-carrito-footer {
    background-color: #FCFCFC;
    border-radius: 32px 32px 0px 0px;
    box-shadow: 4px -4px 20px 0px #4747470D;
    display: flex;
    flex-direction: column;
    height: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 4%;
    justify-content: center;
    width: 92%;
}

@supports (-webkit-touch-callout: none) {
    .app-carrito-footer {
        bottom: 7%;
    }
}

.app-carrito-footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #474747;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.0015em;
    margin: 2% 0;
}

.app-carrito-footer-total {
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.0015em;
}

#btnPagar {
    display: flex;
    border: none;
    height: 42px;
    /* padding: 12px 16px; */
    border-radius: 16px;
    gap: 10px;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.48px;
    color: #FCFCFC;
    background-color: #E1131B;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.dont-show-div {
    display: none !important;
}

/***********/
/* Categorias   */
#rubros-app-v2 {
    display: flex;
    flex-direction: column;
    height: 150px;
}

.app-v2-container-subtitle {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 18px;
    margin-bottom: 5%;
    justify-content: space-between;
}

.app-v2-subtitle {
    color: #474747;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}

.ver-mas {
    color: #E1131B;
    display: flex;
    justify-items: end;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.4848649203777313px;
}

.app-v2-rubros-container {
    height: 110px;
    margin-top: 0;
}

.app-v2-modolista-confirmar-container {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 14%;
    justify-content: center;
    align-items: center;
    box-shadow: 4px -4px 20px 0px rgba(71, 71, 71, 0.15);
    width: 100%;
}

.app-v2-modolista-confirmar-button {
    background-color: rgba(225, 19, 27, 1);
    color: white;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: center;
    width: 90%;
    height: 42px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 160px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-search-container .app-rubros-modolista,
.app-search-container .app-marcas-modolista {
    height: 71%;
}

.app-v2-content .app-v2-modolista-confirmar-container {
    display: none !important;
}

.rubro-filter-wrapper,
.marca-filter-wrapper {
    height: 104px !important;
    margin-right: 10px !important;
    border-radius: 16px;
    width: calc(20% + 40px) !important;
}

    .rubro-filter-wrapper label,
    .marca-filter-wrapper label {
        display: flex;
        flex-direction: column;
        background-color: #F8F8F8;
        border-radius: 16px;
        height: 95%;
        justify-content: center;
        align-items: center;
        /* gap: 10px; */
    }

.rubro-filter-title {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.48px;
    text-align: center;
    height: 40%;
}

.rubro-filter-icon {
    display: flex;
    height: 40%;
    object-fit: contain;
    object-position: bottom;
    /* padding-bottom: 5%; */
}

.app-categories-container,
.app-recommended-container,
.app-brands-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 100vh;
    position: fixed;
    transition: 0.2s;
    top: 0;
    overflow-x: hidden;
    left: 0;
    width: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: auto !important;
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

.app-categories-container-open,
.app-recommended-container-open,
.app-brands-container-open {
    width: 100%;
}

input[type="checkbox"][id^="chkRubro"],
input[type="checkbox"][id^="chkMarca"],
input[type="radio"][id^="chkRubro"],
input[type="radio"][id^="chkMarca"] {
    display: none;
}

    input[type="checkbox"][id^="chkRubro"]:checked + label,
    input[type="checkbox"][id^="chkRubroLista"]:checked + label {
        background-color: #E1131B;
    }

    input[type="checkbox"][id^="chkMarca"]:checked + label,
    input[type="checkbox"][id^="chkMarcaLista"]:checked + label {
        border: 2px solid #E1131B;
    }

    input[type="checkbox"][id^="chkRubro"]:checked + label img,
    input[type="checkbox"][id^="chkRubroLista"]:checked + label img {
        filter: brightness(0) invert(1);
    }

    input[type="checkbox"][id^="chkRubro"]:checked + label span,
    input[type="checkbox"][id^="chkRubroLista"]:checked + label span,
    input[type="checkbox"][id^="chkMarca"]:checked + label span,
    input[type="checkbox"][id^="chkMarcaLista"]:checked + label span {
        color: white;
    }



/* Rubros modo lista */
.app-rubros-modolista,
.app-recomendados-modolista,
.app-marcas-modolista {
    padding: 0 4%;
    height: 93vh;
    overflow: scroll !important;
    width: 92%;
}

    .app-rubros-modolista div#sliderRubros,
    .app-recomendados-modolista div#sliderRecomendados,
    .app-marcas-modolista div#sliderMarcas {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .app-marcas-modolista div#sliderMarcas {
        align-content: baseline;
    }

    .app-rubros-modolista div#sliderRubros .rubro-filter-wrapper {
        height: 20% !important;
        margin-bottom: 0;
        width: 46% !important;
        margin-right: 0 !important;
    }

    .app-rubros-modolista .rubro-filter-icon {
        /* 
    height: 30px !important;
    width: 30px !important;
        */
    }

    .app-marcas-modolista div#sliderMarcas .marca-filter-wrapper {
        height: 21% !important;
        width: 46% !important;
    }

/****/

/** RECOMENDADOS **/

#recomendados-app-v2 {
    margin-top: 5%;
}

.recommended-filter-wrapper {
    background-color: rgba(248, 248, 248, 0);
    border-radius: 24px;
    display: flex !important;
    flex-direction: column;
    height: 33vh !important;
    max-width: 49%;
    max-height: 220px;
    justify-content: normal;
    margin-right: 10px !important;
    border: 1px solid rgba(234, 233, 233, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

titulo {
    display: none;
}

descripcion {
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.4848649203777313px;
    text-align: left;
    font-family: 'Ubuntu' !important;
    font-size: 12px !important;
    color: #474747 !important;
    display: block;
    max-height: 32px;
    overflow: hidden;
}

precio {
    display: block;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #474747;
}

#sliderRecomendados .divDtoDescApp,
.divCentral .divDtoDescApp {
    display: block;
}

.divDtoDescApp {
    border-spacing: 0;
}

    .divDtoDescApp tr:first-child {
        border-radius: 10px 0 0 10px;
        color: yellow;
    }

    .divDtoDescApp tr:last-child {
        border-radius: 0 10px 10px 0;
    }

    .divDtoDescApp tr {
        text-align: center;
        color: rgba(152, 152, 152, 1);
    }

    .divDtosEnc,
    .divDtoDescApp tbody tr:nth-child(1) {
        background-color: #e1131b;
        color: white;
    }

        .divDtosEnc td,
        .divDtoDescApp tbody tr:nth-child(1) td {
            font-size: 9pt;
            text-align: center;
        }

            .divDtoDescApp tbody tr:nth-child(1) td:first-child {
                border-radius: 10px 0 0 10px;
            }

            .divDtoDescApp tbody tr:nth-child(1) td:last-child {
                border-radius: 0 10px 10px 0;
            }

#sliderRecomendados .divDtoDescApp tbody,
.divCentral .divDtoDescApp tbody {
    display: none;
}

#sliderRecomendados .divDtoDescApp::after,
.divCentral .divDtoDescApp::after {
    content: '%';
    height: 30px;
    width: 30px;
    display: flex;
    background-color: #E1131B;
    border-radius: 20px;
    color: white;
    font-family: 'Ubuntu';
    font-size: 12pt;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5%;
    right: 12%;
}

.divCentral .divDtoDescApp::after {
    top: -375%;
    right: 5%;
}

.app-v2-recomendados-container {
    margin-top: 0;
    padding-bottom: 2% !important;
}

.recommended-filter-wrapper .divDetItem {
    width: 80%;
}

    .recommended-filter-wrapper .divDetItem br {
        display: none;
    }

    .recommended-filter-wrapper .divDetItem div {
        margin-top: 5%;
    }

        .recommended-filter-wrapper .divDetItem div .btnAdd {
            display: none !important;
        }

.recommended-filter-wrapper .divImageItem {
    margin-left: 0 !important;
    width: 100% !important;
    height: 64% !important;
    margin: 3% 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .recommended-filter-wrapper .divImageItem img {
        margin-bottom: 0;
        height: 140px;
        object-fit: contain;
        max-width: 80%;
    }

.recommended-filter-wrapper br {
    display: none;
}

.app-recomendados-modolista div#sliderRecomendados .recommended-filter-wrapper {
    max-width: 46% !important;
    margin-bottom: 2%;
}

.app-recomendados-modolista {
    /* height: 73vh !important; */
    height: 89vh !important;
}

    .app-recomendados-modolista div#sliderRecomendados {
        height: 80%;
    }
/******************/

/** REDES **/

#redes-app-v2 {
    height: 90px;
    display: flex;
    flex-direction: column;
    padding: 20px 0 10px 0;
}

.redes-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(225, 19, 27, 1);
    border: 0.5px solid rgba(225, 19, 27, 1);
    border-radius: 12px;
    height: 40px;
    gap: 5%;
}

.terminos-wrapper {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-underline-position: from-font;
    color: rgba(152, 152, 152, 1);
    margin-top: 5px;
}

/***********/

/* DETALLE ARTICULO */
.backbutton-detail {
    margin-bottom: 0;
}

#fmDetalleArticulo {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.app-detail-container {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    /*height: 92vh;*/
    height: calc(100vh - 7vh - 1em - 115px - 16px);
    width: 92%;
}

.app-detail-art-banner {
    height: 35%;
    margin-top: 5%;
    min-height: 214px;
    width: 100%;
}

#sliderDetailArt .swiper-slide {
    background-color: rgba(248, 248, 248, 0);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(234, 233, 233, 1);
}

    #sliderDetailArt .swiper-slide img {
        object-fit: contain;
        background-color: #F8F8F8;
        /* border-radius: 24px; */
        height: 75%;
        max-width: 80%;
    }

.swiper-imgart-pagination {
    /*position: absolute; */
    z-index: 999;
    /* bottom: 6% !important; */
    display: flex;
    justify-content: center;
    margin-top: -6%;
    position: relative;
}

    .swiper-imgart-pagination .swiper-pagination-bullet {
        height: 12px !important;
        width: 12px !important;
        color: #989898 !important;
    }

    .swiper-imgart-pagination .swiper-pagination-bullet-active {
        background: #E1131B !important;
    }

.app-detail-art-info {
    display: flex;
    flex-direction: column;
    /* height: 29%; */
    height: 60%;
    overflow: hidden;
    width: 100%;
}

.app-v2-detalle-acordion-container {
    overflow: scroll;
    height: 100%;
}

.accordion::before {
    content: '';
    margin: 0 4%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(64%) sepia(16%) saturate(0%) hue-rotate(169deg) brightness(91%) contrast(88%);
}

#btnDescuentos::before {
    height: 17px;
    width: 13px;
    background-image: url('../Iconos/V2/Dtos.svg');
}

#btnDescripcion::before {
    height: 16px;
    width: 17px;
    background-image: url('../Iconos/V2/Formula.svg');
    margin-left: 3%;
}

#btnIndicaciones::before {
    height: 15px;
    width: 15px;
    background-image: url('../Iconos/V2/Indicaciones.svg');
}

#btnPresentacion::before {
    height: 16px;
    width: 16px;
    background-image: url('../Iconos/V2/Presentacion.svg');
}

#lblPrecioAnterior {
    font-family: 'Ubuntu';
    color: gray;
    text-decoration: line-through;
    font-weight: 400;
}

#lblPorcDto {
    font-family: 'Ubuntu';
    color: #E1131B;
    margin-left: 3%;
    font-size: 9pt;
}

.app-precioanterior-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}

.app-descuentos-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}

#btnInfoArt {
    background-color: #E1131B;
    border: none;
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    gap: 10px;
    font-family: 'Ubuntu';
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.48px;
}

#lblTitulo,
#lblPrecio,
#lblDetalle, #lblPresentacion, #lblIndicaciones {
    color: #474747;
    font-family: 'Ubuntu';
    font-weight: 400;
    text-align: left;
}

#lblTitulo {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.0015em;
    margin: 5% 0;
}

#lblPrecio {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.0015em;
}

#lblDetalle, #lblPresentacion, #lblIndicaciones {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.48px;
    height: 290px;
    overflow: scroll;
}

.app-detail-art-buy-container {
    background-color: white;
    border-radius: 32px;
    box-shadow: 4px -4px 20px 0px #4747470D;
    display: flex;
    flex-direction: column;
    height: 18%;
    justify-content: space-evenly;
    padding: 0 16px 16px 16px;
    position: absolute;
    max-height: 115px;
    bottom: 0;
    left: 0;
    width: 91%;
}

#lblPrecioTotal {
    color: #474747;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.0015em;
    text-align: left;
}

.app-detail-art-buy-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 42px;
}

    .app-detail-art-buy-wrapper div {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 50%;
    }

#btnRestar, #btnSumar {
    background-color: white;
    border: none;
    color: #989898;
    font-size: 26px;
    padding: 0 5%;
    outline: none;
    width: 24px;
}

#txtCantidad {
    border: none;
    color: #989898;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.4848649203777313px;
    text-align: center;
    outline: none;
    width: 25%
}

#btnAgregarCarrito {
    background-color: #E1131B;
    border: none;
    color: white;
    padding: 12px 16px 12px 16px;
    border-radius: 16px;
    gap: 10px;
    height: 100%;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.4848649203777313px;
    margin-left: 5%;
    width: 45%;
}

.app-notification-ok,
.app-notification-invitado {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    border-radius: 16px;
    padding: 1%;
    background: #E1131B;
    color: #FCFCFC;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-size: 12pt;
    text-align: center;
    width: 90%;
    margin: 0 4%;
    min-height: 42px;
    z-index: 9;
}

.app-notification-ok-visible,
.app-notification-invitado-visible {
    opacity: 1;
    transform: translateY(1.25rem);
    z-index: 999;
}

#imgThumb {
    margin-right: 4%;
    margin-top: -2%;
    height: 50px;
    width: 50px;
}

.app-descuentos-buttons-wrapper {
    display: flex;
    flex-direction: row;
    width: 40%;
    gap: 10%;
    justify-content: flex-end;
}


#chkFavorito {
    display: none;
}

    #chkFavorito + .fav-image {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url('../Iconos/V2/AddFav.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: all ease-in-out 0.1s;
    }

    #chkFavorito:checked + .fav-image {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url('../Iconos/V2/DeleteFav.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: all ease-in-out 0.1s;
    }

.fav-message-container {
    background-color: #474747;
    color: white;
    font-family: Ubuntu;
    display: flex;
    position: absolute;
    height: 40px;
    left: 0;
    top: -60px;
    transition: all ease-out 0.2s;
    width: 80%;
    margin: 3% 10%;
    z-index: 999;
    border-radius: 12px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.fav-message-move {
    top: 0;
}

.fav-message-add {
    background-color: #E1131B;
}

.accordion {
    display: flex;
    align-items: center;
    background-color: white;
    color: rgba(152, 152, 152, 1);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    border: 1px solid rgba(152, 152, 152, 1);
    border-radius: 12px;
    height: 53%;
    max-height: 38px;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
    margin-bottom: 2%;
}

    .active, .accordion:hover {
        border: 1px solid rgba(225, 19, 27, 1);
        color: rgba(225, 19, 27, 1);
    }

        .accordion:hover::before,
        .active::before {
            filter: initial;
        }

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
}

/* **************** */

/* MAS INFO */
.hide-moreinfo {
    display: none !important;
}

.app-masinfo-container {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.app-masinfo-wrapper {
    display: flex;
    flex-direction: column;
    font-family: 'Ubuntu';
    background-color: white;
    border-radius: 16px;
    height: fit-content;
    padding: 2% 0%;
    width: 85%;
}

    .app-masinfo-wrapper div {
        margin-bottom: 2%;
    }

    .app-masinfo-wrapper h3, .app-masinfo-wrapper #lblStock, .app-masinfo-wrapper #lblPeso {
        font-family: Ubuntu;
        font-size: 9pt;
        font-weight: 700;
        line-height: 11.4px;
        letter-spacing: -0.48px;
        text-align: left;
        color: rgba(152, 152, 152, 1);
        margin: 0;
        margin-bottom: 2%;
        display: list-item;
    }

#divCloseInfo {
    text-align: right;
}

td {
    font-size: 10pt;
}

#tablaLotes {
    border-collapse: collapse;
    border: white;
    text-align: center;
    margin: 0 auto;
    color: rgba(152, 152, 152, 1);
}

/* ocultar el resto de las filas menos la primera y títulos */

/** 
    #tablaLotes tbody tr:not(:first-child) {
        display: none;
    }

    #tablaLotes tbody tr:nth-child(1) {
        display: table-row;
    }

    #tablaLotes tbody tr:nth-child(2) {
        display: table-row;
    }
        **/

/* */

/* ******** */
/* SHOPCART */
#dvMenuPPal {
    display: none !important;
}

.divLateral, .divCart {
    display: none !important;
}

.HomeApp {
    /* width: 92%; */
    width: 80%;
    padding: 0 4%;
    height: 7vh;
    display: flex !important;
    align-items: center;
    margin: 16px 0;
    position: relative;
    font-size: 0;
}

    .HomeApp:after {
        content: 'Catálogo';
        display: flex;
        font-size: 20px;
        font-family: 'Ubuntu';
        font-weight: 500;
        line-height: 23px;
        color: #474747;
        background-image: url('../Iconos/V2/BackV2.png');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 10%;
    }

.divCentral {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 4%;
    justify-content: space-around;
    width: 92% !important;
}

/* NEW IOS */

#UpdatePanel1, #divCarrito {
    height: 100%;
}

.divPager {
    height: 120px !important;
}

.divCentral {
    height: 100%;
    overflow: scroll;
}

/***********/

.divItemAppV2 {
    height: 33vh;
    margin-bottom: 2%;
    width: 47% !important;
    align-items: center;
    background-color: rgba(248, 248, 248, 0);
    border-radius: 24px;
    display: flex !important;
    flex-direction: column;
    max-width: 49%;
    max-height: 250px;
    justify-content: normal;
    border: 1px solid rgba(234, 233, 233, 1);
}

stock {
    display: none;
}

oferta {
    display: none !important;
}

.btnAdd {
    display: none !important;
}

.divItemAppV2 .divCantItem {
    display: none;
}

.divItemAppV2 .btnAdd {
    display: none !important;
}

.divItemAppV2 .divImageItem {
    margin-left: 0 !important;
    width: 97% !important;
    height: 64% !important;
    margin: 3% 0;
}

.divItemAppV2 .divDetItem {
    position: relative !important;
}

    .divItemAppV2 .divDetItem br:nth-of-type(2) {
        display: none;
    }

.divItemAppV2 .divImageItem img {
    border-radius: 30px;
    margin-bottom: 0;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 90%;
}

.divItemAppV2 .divDetItem Descripcion {
    font-family: 'Ubuntu' !important;
    font-size: 12px !important;
    color: #474747 !important;
    min-height: 32px;
}

.DescColor {
    display: none;
}

.content-shopcart > .app-v2-container-subtitle .app-v2-subtitle {
    margin-top: 12%;
}

.app-v2-container-aumentos {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}

.aumentos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2% 8%;
    background: rgba(248, 248, 248, 1);
    height: 135px;
    border-radius: 12px;
    align-items: center;
}

.aumentos-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 60%;
    width: 10%;
}

.aumentos-text-wrapper {
    font-family: 'Ubuntu';
    color: rgba(71, 71, 71, 1);
    height: 60%;
    margin-left: 5%;
}

    .aumentos-text-wrapper h2 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: left;
        text-underline-position: from-font;
    }

    .aumentos-text-wrapper span {
        font-size: 12px;
        font-weight: 300;
        line-height: 16.36px;
        letter-spacing: -0.48px;
        text-align: left;
        text-underline-position: from-font;
        display: flex;
        width: 85%;
    }

/* ******** */
/* PAGO */
.app-v2-checkout-steps-container {
    display: flex;
    flex-direction: column;
    height: 8vh;
    padding: 0 4%;
    width: 92%;
}

.app-v2-checkout-steps-title-wrapper {
    display: flex;
    flex-direction: row;
}

.app-v2-checkout-bar-content {
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    height: 16%;
    max-height: 8px;
    margin-top: 2%;
    width: 100%;
}

.app-v2-bar-background {
    background-color: #E1131B;
    border-radius: 50px;
    width: 33.33%;
}

.app-v2-pasospago-container {
    /* 
    display: flex;
    flex-direction: row;
    height: 67vh;
    padding: 0 4%;
    position: relative;
    overflow: scroll;
    width: 92vw;
    */
    display: flex;
    overflow-x: auto;
    height: 62vh;
    width: 92vw;
    padding: 0 4%;
    overflow: hidden;
}

.app-v2-pasospago-slider {
    height: 122%;
    flex-shrink: 0;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 100vw;
}

    /* Oculta scroll-bar */
    .app-v2-pasospago-slider::-webkit-scrollbar {
        display: none;
    }

.app-v2-pasospago-title {
    display: flex;
    margin: 2% 0;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.4848649203777313px;
    text-align: left;
    color: #565656;
}

.app-v2-lugarentrega {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}

.app-v2-tipoenvio {
    height: 50%;
}

.divDatosPasos {
    width: 86%;
    padding: 16px 12px;
    gap: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
    margin: 1% 0;
    min-height: 31px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items: end;
}

    .divDatosPasos label {
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 700;
        line-height: 13.79px;
        letter-spacing: 0.0015em;
        text-align: left;
        color: #989898;
    }

.lblDetallePasos {
    color: #989898;
    font-family: 'Ubuntu';
    font-size: 10px;
    font-weight: 300;
    line-height: 11.49px;
    letter-spacing: 0.0015em;
    text-align: left;
    padding-left: 9%;
    width: 81%;
    white-space: normal;
}

.divDatosPasos input[type='radio'] {
    accent-color: #E1131B;
}

.divPasosVolver {
    display: none;
}

.app-v2-backbutton-checkout::after {
    content: 'Checkout' !important;
}

.app-v2-cancel-dontshow,
.app-v2-error-dontshow {
    display: none !important;
}

.app-v2-cancel-button {
    background-image: url('../iconos/v2/contract_delete.png');
    position: absolute;
    height: 20px;
    top: 5.5%;
    right: 4%;
    width: 20px;
}

.app-v2-cancel-icon {
    background-image: url('../iconos/v2/contract_delete.png');
    height: 20px;
    top: 5.5%;
    right: 4%;
    width: 20px;
}

.app-v2-cancel-container,
.app-v2-error-container {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    padding: 0 4%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100vh;
    width: 92%;
    z-index: 999999999;
}

.app-v2-cancel-wrapper {
    background-color: white;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 38%;
    width: 90%;
    padding: 0 5%;
}

.app-v2-error-wrapper {
    background-color: white;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60%;
    width: 90%;
    padding: 2% 5%;
}

.app-v2-error-icon {
    height: 40px;
}

.app-v2-cancel-wrapper h1 {
    color: #1D1B20;
    font-family: 'Ubuntu';
    font-size: 32px;
    font-weight: 400;
    line-height: 36.77px;
    letter-spacing: -0.48px;
    text-align: center;
}

.app-v2-error-wrapper h1 {
    color: #1D1B20;
    font-family: 'Ubuntu';
    font-size: 25px;
    font-weight: 400;
    line-height: 36.77px;
    letter-spacing: -0.48px;
    text-align: center;
}

.app-v2-cancel-wrapper span {
    color: #49454F;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: center;
}

.app-v2-cancel-buttons-container {
    display: flex;
    color: #E1131B;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: center;
    height: 20%;
    width: 100%;
}

.app-v2-error-button {
    color: #E1131B;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: center;
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lblCheckoutNumber {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 700;
    line-height: 18.38px;
    text-align: left;
}

#lblCheckoutTitle {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: 0.0015em;
    text-align: left;
    margin-left: 2%;
}

.app-v2-checkout-buttons-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 11vh;
    justify-content: space-between;
    padding: 0 4%;
    width: 92%;
}

.app-v2-checkout-button-container {
    width: 47%;
    height: 42px;
    /* padding: 12px 16px; */
    gap: 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 169px;
}

.disabled-button {
    pointer-events: none;
}

.divPasos {
    /* overflow-x: scroll; */
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    min-width: 100%;
    margin-right: 8%;
    display: none;
}

.checkout-btn-prev {
    border: 1px solid #474747;
    opacity: 0.5;
    color: #474747;
}

.checkout-btn-next {
    background-color: #E1131B;
    border: 1px solid #E1131B;
    color: white;
}

.app-v2-checkout-button-container span {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
}

img.app-v2-envio-icons,
img.app-v2-mpago-icons {
    position: absolute;
    right: 4%;
    margin: auto 0;
    top: 0;
    bottom: 0;
}

.resumen-wrapper {
    width: 83%;
    padding: 6% 4%;
    gap: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    position: relative;
    margin-bottom: 3%;
}

    .resumen-wrapper h3 {
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 700;
        line-height: 18.38px;
        text-align: left;
        color: #474747;
        margin-top: 0;
        margin-bottom: 1%;
    }

.razonsocial-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
}

    .razonsocial-wrapper div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
    }

    .razonsocial-wrapper img {
        object-fit: contain;
        object-position: center;
    }

.mpago-resumen-icon {
    position: relative !important;
    width: 100%;
    height: 100%;
}

#mpIconResumen {
    width: 15px !important;
}

.resumen-descripcion {
    font-family: 'Ubuntu';
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #989898;
}

.razonsocial-wrapper span {
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    /* line-height: 16.36px; */
    letter-spacing: -0.48px;
    text-align: left;
    padding-left: 3%;
    color: #989898;
}


/* CARTEL FIN PAGO*/

#popup_Message {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #popup_Message .popup {
        background-color: white;
        border-radius: 40px;
        display: flex;
        flex-direction: column;
        font-family: 'Ubuntu';
        justify-content: center;
        align-items: center;
        height: 26%;
        width: 80%;
        max-height: 200px;
        padding: 0 5%;
    }

        #popup_Message .popup .content {
            max-height: max-content;
            display: flex;
            flex-direction: row;
            width: 80%;
            flex-wrap: wrap;
            text-align: center;
            justify-content: space-around;
            text-align: center;
        }

            #popup_Message .popup .content span {
                width: 100%;
            }

        #popup_Message .popup .close {
            display: none;
        }

        #popup_Message .popup .content .btnMessage {
            display: flex !important;
            background-color: inherit;
            color: #E1131B;
            font-size: 12pt;
            margin: 0;
            margin-left: 0 !important;
            height: 40px;
            align-items: center;
            justify-content: center;
        }

/* ***  */

/*  FINAL PAGO */

.form-pago {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.app-v2-pago-container {
    animation: fadeIn 1.5s;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    width: 92%;
    height: 100vh;
    position: relative;
}

.app-v2-pago-logo {
    margin: 10% 0;
    width: 45%;
}

.app-v2-pago-icon {
    margin: 6% 0;
    width: 65%;
}

.app-v2-pago-texto {
    display: flex;
    padding: 0 18%;
    margin-bottom: 10%;
    flex-direction: column;
}

    .app-v2-pago-texto h2 {
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 700;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #474747;
    }

    .app-v2-pago-texto span {
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.36px;
        letter-spacing: -0.4848649203777313px;
        text-align: center;
        color: #474747;
    }

.app-v2-pago-button {
    width: 100%;
    height: 42px;
    gap: 10px;
    border-radius: 16px;
    opacity: 0px;
    color: white;
    background-color: #E1131B;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 16px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.app-v2-pago-perfil-button {
    margin-top: 5%;
    font-family: 'Ubuntu';
    text-decoration: none;
    color: #474747;
    font-weight: 600;
    font-size: 11pt;
}


.wrapper {
    height: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    position: absolute;
    top: 33%;
    left: 25%;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #45B69C;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #45B69C;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #45B69C
    }
}

/*********/

/* CONFIGURACIÓN  */

/* POR IOS */

.app-v2-subtitle,
.MiCuentaLateral lu li img,
.MiCuentaLateral lu li span,
.app-v2-menuitem-arrow {
    height: fit-content;
}

.MiCuentaLateral {
    height: 90%;
}

.MiCuentaLateralConfig {
    height: 110%;
}

/***********/
.app-v2-backbutton {
    display: none !important;
}

.MiCuentaContainer {
    padding: 0 4%;
    height: 100vh;
    position: relative;
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 15%;
}

.logo-header-config {
    padding: 4% 0;
    width: 30%;
    height: fit-content;
}

.MiCuentaLateral lu {
    display: flex;
    flex-direction: column;
}

    .MiCuentaLateral lu li {
        display: flex;
        flex-direction: row;
        width: 96%;
        height: 110px;
        align-items: center;
        margin-bottom: 2%;
        padding: 2%;
        border-radius: 12px;
        border: 0.5px;
        justify-content: space-around;
        background-color: #F8F8F8;
    }

        .MiCuentaLateral lu li > span {
            display: none;
        }

.app-v2-menuitem-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: left;
    color: #474747;
    justify-content: space-evenly;
    height: 80%;
    width: 65%;
}

#liOptCerrarSesion {
    color: rgba(225, 19, 27, 1);
}

.app-v2-menuitem-text-wrapper span {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 16px;
}

.app-v2-menuitem-arrow {
    color: #E1131B;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
}

.MiCuentaCentral {
    position: fixed;
    visibility: hidden;
    /* width: calc(100vw - 8%); */
    width: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 9999;
    height: 100vh;
    /* left: 0; */
    right: -5%;
    top: 0;
    border: none;
    padding: 0 4%;
    transition: 0.2s ease-in-out all;
    overflow-y: scroll;
}

/** TERMINOS  **/
/** se movió a APP **/

#terminos-app-v2 {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: white;
    transition: 0.2s;
}

.terminos-open {
    left: 0 !important;
}

#MiCuenta_Terminos {
    /* display: none; */
    padding: 0 4%;
    overflow: scroll;
}

    #MiCuenta_Terminos .app-search-header li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #MiCuenta_Terminos .app-search-header {
        padding: 0 0;
    }

.app-v2-config-openmenu {
    display: block;
    visibility: initial;
    right: 0;
    width: calc(100vw - 8%);
}

.app-v2-terminos-container p {
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
    color: black;
    white-space: pre-line;
}

.app-v2-terminos-container span {
    font-weight: 500;
}

.app-v2-terminos-wrapper {
    background-color: #F8F8F8;
    border-radius: 12px;
    padding: 5%;
}

    .app-v2-terminos-wrapper h1 {
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 700;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #474747;
    }

    .app-v2-terminos-wrapper h2 {
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: left;
        color: #474747;
    }

    .app-v2-terminos-wrapper span {
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 400;
        color: #474747;
        line-height: 16.36px;
        letter-spacing: -0.48px;
        text-align: justify;
        display: block;
    }



/***************/


/* CAMBIO CONTRASEÑA */

#MiCuenta_CambiaPass {
    flex-direction: row;
    flex-wrap: wrap;
}

    #MiCuenta_CambiaPass img {
        object-position: center;
        object-fit: scale-down;
        height: 7vh;
        margin: 4% 0;
        margin-left: -4%;
    }

    #MiCuenta_CambiaPass h2 {
        width: 80%;
        height: 6.5vh;
        display: flex;
        align-items: center;
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: left;
        color: #474747;
    }

#upCambiaPass {
    display: flex;
    flex-direction: column;
    height: 89vh;
    width: 100%;
}

    #upCambiaPass .btnMiCuenta {
        display: flex !important;
        height: 42px;
        gap: 10px;
        border-radius: 16px;
        background-color: #E1131B;
        margin: 0;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        margin-top: auto;
        margin-bottom: 25%;
    }

    #upCambiaPass .GridLeft,
    #upCambiaPass .GridRight {
        padding: 0;
    }

    #upCambiaPass .GridLeft {
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        color: #474747;
        margin-bottom: 3%;
    }

    #upCambiaPass .GridRight {
        margin-bottom: 5%;
    }

        #upCambiaPass .GridRight input {
            width: 100%;
            height: 48px;
            padding-left: 4%;
            border-radius: 12px;
            border: 1px solid #989898;
            font-family: 'Ubuntu';
            font-size: 12px;
            font-weight: 500;
            line-height: 16.36px;
            letter-spacing: -0.48px;
            outline: unset;
        }

/******/


/* SOPORTE */

.app-soporte-container {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 92%;
    background-color: white;
    padding: 0 4%;
    left: 100%;
    transition: 0.2s;
}

.app-soporte-container-open {
    left: 0;
}

#MiCuenta_Soporte .app-search-header {
    padding: 0 0;
}

.app-v2-config-soporte-item {
    background-color: #F8F8F8;
    display: flex;
    padding: 5% 4%;
    border-radius: 12px;
    width: 92%;
    max-height: 25%;
}

#lblNombreVendedor {
    font-weight: 500;
}

.app-v2-config-soporte-item img {
    object-fit: contain;
    object-position: top;
}

.app-v2-config-soporte-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 88vh;
    gap: 10px;
}

.app-v2-config-soporte-wrapper {
    margin-left: 3%;
    padding-top: 0.5%;
}

    .app-v2-config-soporte-wrapper h3 {
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 700;
        line-height: 18.38px;
        margin: 0;
        margin-bottom: 2%;
        color: rgba(71, 71, 71, 1);
    }

    .app-v2-config-soporte-wrapper span {
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 400;
        line-height: 16.36px;
        margin-bottom: 2%;
        display: inline-block;
    }

    .app-v2-config-soporte-wrapper ul {
        list-style: none;
        padding-left: 0;
        font-family: 'Ubuntu';
        letter-spacing: -0.48px;
        color: #474747;
        margin: 0;
    }

        .app-v2-config-soporte-wrapper ul li a,
        .app-v2-config-soporte-wrapper ul li {
            color: #E1131B;
            text-decoration: none;
            font-size: 12px;
            font-weight: 500;
            line-height: 16.36px;
        }

.app-v2-contacto-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    width: 0%;
    height: 100vh;
    top: 0;
    left: 100%;
    background-color: white;
    transition: 0.2s ease-in-out all;
}

.app-v2-contacto-open {
    left: 0;
    padding: 0 4%;
    width: 91%;
}

#divFormContacto label {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: left;
    margin-bottom: 2%;
    color: #474747;
}

#divFormContacto input[id^="txt"],
#divFormContacto textarea {
    width: 95%;
    height: 48px;
    padding-left: 4%;
    border-radius: 12px;
    border: 1px solid #989898;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    outline: unset;
    margin-bottom: 5%;
}

#btnEnviarContacto {
    display: flex !important;
    height: 42px;
    gap: 10px;
    border-radius: 16px;
    background-color: #E1131B;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    margin-top: auto;
    border: none;
    margin-bottom: 15%;
    color: white;
}

#divFormContacto textarea {
    padding: 4%;
    width: 92%;
    height: 20%;
    max-height: 140px;
}

.app-v2-soporte-loading {
    display: flex;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    transition: 0.2s;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.app-v2-soporte-loading-visible {
    left: 0;
}

#lblRespuesta {
    width: 100%;
    display: block;
    font-family: 'Ubuntu';
    text-align: center;
    color: rgb(49, 49, 49);
    font-weight: 500;
}

/***********/
/** AUMENTOS **/
.divLateralAumentos {
    display: flex !important;
    margin-top: 0;
    background-color: white;
    min-height: 130px;
    /* height: 20vh; */
    padding: 0 4%;
    width: 92%;
}

#marcas-container, #rubros-container {
    padding: 2%;
}

.divFiltros {
    max-height: 120px !important;
}

    .divFiltros table tr {
        font-family: 'Ubuntu' !important;
    }

.divLateral H4 {
    width: 43% !important;
}

.divCentralAumentos {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: hidden;
    height: 65vh;
}

    .divCentralAumentos .divPager {
        min-height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .divCentralAumentos .divPager #lblRecordCount {
            display: block !important;
            width: 100%;
        }

.divItemAumentos {
    flex-direction: row;
    height: 10vh;
    width: 100% !important;
    max-width: initial;
    border-radius: initial;
    background-color: white;
    max-height: 80px;
}

.divImageAumentos {
    margin: 0 !important;
    height: 85% !important;
    width: 17% !important;
    border-radius: initial;
}

.divDetItemAumentos {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100% !important;
    top: 0;
}

.ImgAppAumentos {
    border-radius: initial !important;
    object-fit: cover !important;
    height: 100% !important;
}

.HomeConfig::after {
    content: 'Aumentos' !important;
}

.PrecioAumentos {
    font-weight: 400;
    font-size: 14px;
    margin-top: -4%;
    padding-left: 2%;
}

.LeyendaAumentos {
    position: absolute;
    top: 25% !important;
    bottom: 0;
    margin: auto 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.divDetItemAumentos .divDtoApp {
    font-family: 'Ubuntu';
    flex-direction: column !important;
    margin-top: -0.5%;
}

.ListFiltros tr td input[type='checkbox']:checked {
    accent-color: #E1131B;
}
/****/


/** PERFIL **/

.app-v2-profile-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 18vh;
    margin: 3% 0;
    justify-content: center;
    align-items: flex-start;
}

#divCerrarSesion {
    background-image: url('../Iconos/V2/logout.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    position: absolute;
    top: 2%;
    right: 4%;
    width: 24px;
}

.app-v2-cerrarsesion-container {
    position: absolute;
    top: 0;
    right: 100vw;
    background-color: rgba(0,0,0, 0.5);
    height: 100vh;
    transition: all ease-in 0.2s;
    width: 100%;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.app-v2-cerrarsesion-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    margin: 0 4%;
    height: 40%;
    align-items: center;
    padding: 2% 5%;
}

    .app-v2-cerrarsesion-wrapper img {
        width: 24px;
    }

    .app-v2-cerrarsesion-wrapper h3 {
        font-family: Ubuntu;
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #1D1B20;
    }

    .app-v2-cerrarsesion-wrapper span {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.38px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #49454F;
    }

.app-v2-cerrarsesion-buttons-container {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 3%;
    width: 100%;
    justify-content: space-evenly;
}

    .app-v2-cerrarsesion-buttons-container li {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: center;
        color: #E1131B;
    }

#ImgProfile {
    object-fit: cover;
    height: 22vw;
    border-radius: 50px;
    width: 100%;
}

.app-v2-profile-wrapper {
    padding-left: 4%;
    display: flex;
    flex-direction: column;
    width: 72%;
}

    .app-v2-profile-wrapper #lblNombreUsuario {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #989898;
        padding-bottom: 3%;
    }

    .app-v2-profile-wrapper ul {
        margin: 0;
        margin-top: 2%;
        padding-left: 0;
        list-style: none;
    }

        .app-v2-profile-wrapper ul li {
            display: flex;
            align-items: center;
            margin: 3% 0;
            font-family: 'Ubuntu';
            font-size: 12px;
            font-weight: 400;
            line-height: 16.36px;
            letter-spacing: -0.48px;
            color: #474747;
        }

            .app-v2-profile-wrapper ul li span {
                padding-left: 3%;
                width: 95%;
            }

            .app-v2-profile-wrapper ul li:nth-child(3) {
                font-weight: 500;
                cursor: pointer;
                color: #E1131B;
            }

#btnEditarPerfilV2 {
    display: none;
}
/************/
/** Editar Perfil **/
#MiCuenta_MisDatos {
    flex-direction: row;
    flex-wrap: wrap;
}

    #MiCuenta_MisDatos img {
        object-position: center;
        object-fit: scale-down;
        height: 7vh;
        margin: 4% 0;
        margin-left: -4%;
    }

    #MiCuenta_MisDatos h2 {
        width: 80%;
        height: 6.5vh;
        display: flex;
        align-items: center;
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: left;
        color: #474747;
    }

        #MiCuenta_MisDatos h2::before {
            display: none;
        }

#upMisDatos .GridLeft,
#upMisDatos .GridRight {
    padding: 0;
}

#upMisDatos .GridLeft {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    color: #474747;
    margin-bottom: 3%;
}

#upMisDatos .GridRight {
    margin-bottom: 5%;
}

    #upMisDatos .GridRight input {
        width: 100%;
        height: 48px;
        padding-left: 4%;
        border-radius: 12px;
        border: 1px solid #989898;
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 500;
        line-height: 16.36px;
        letter-spacing: -0.48px;
        outline: unset;
    }

.GridRight select {
    height: 48px;
    padding: 0 4%;
    border-radius: 12px;
    border: 1px solid #989898;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    outline: unset;
}

    .GridRight select option:checked {
        background: yellow;
    }

    .GridRight select option:checked,
    .GridRight select option:hover,
    .GridRight select option:focus,
    .GridRight select option[selected] {
        background-color: #E1131B;
        background: #E1131B;
        color: white;
    }

#MisDatosGuardar {
    display: flex !important;
    height: 42px;
    gap: 10px;
    border-radius: 16px;
    background-color: #E1131B;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
}

#upMisDatos .MsnError #lblMsnMisDatos {
    padding: 2% 0;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 400;
    line-height: 18.38px;
    letter-spacing: -0.48px;
}
/********/

/** PEDIDOS **/
.app-v2-pedido-fav-mensaje {
    width: 90%;
    background-color: #E1131B;
    color: white;
    height: fit-content;
    border-radius: 12px;
    font-family: Ubuntu;
    text-align: center;
    position: absolute;
    top: -120px;
    transition: all ease-in-out 0.2s;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 11pt;
    padding: 3% 2%;
}

.app-v2-pedido-fav-mensaje-visible {
    top: 3% !important;
}

.app-v2-pedido-fav-eliminado {
    background-color: #474747;
}

#divPedidoFavMsj:has(> .app-v2-pedido-fav-eliminado) {
    background-color: #474747;
}

.pedidoFavorito {
    background-image: url(../Iconos/V2/bookmark_mark.png) !important;
}

#MiCuenta_MisPedidos {
    flex-direction: row;
    flex-wrap: wrap;
}

    #MiCuenta_MisPedidos > img {
        object-position: center;
        object-fit: scale-down;
        height: 7vh;
        margin: 4% 0;
        margin-left: -4%;
    }

    #MiCuenta_MisPedidos h2 {
        width: 80%;
        height: 6.5vh;
        display: flex;
        align-items: center;
        font-family: 'Ubuntu';
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: left;
        color: #474747;
    }

#upMisPedidos select {
    margin-top: 0 !important;
    float: initial !important;
}

#btnPedidosFilter {
    background-image: url('../Iconos/V2/filter.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
}

#upMisPedidos {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.app-v2-pedidos-filter-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .app-v2-pedidos-filter-container select {
        color: #989898;
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: left;
        padding: 2%;
        border: none;
        outline: none;
        margin-bottom: 3%;
        width: 80%;
    }

#upMisPedidos > h3 {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 700;
    line-height: 18.38px;
    text-align: left;
    color: #474747;
    height: 30px;
}

.MiCuentaMisPedidosColHeader,
.MiCuentaMisPedidosColVacio,
.MiCuentaMisPedidosColHeaderVacio {
    display: none;
}

.MiCuentaMisPedidosColPagar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 99 !important;
    height: 100%;
}

    .MiCuentaMisPedidosColPagar::after {
        content: '>';
        color: red;
        font-weight: 700;
        font-family: 'Relaway';
        font-size: 15pt;
        margin-top: -2%;
    }

.MiCuentaMisPedidosDetFila {
    position: relative;
    font-family: 'Ubuntu';
    height: 60px;
    margin-bottom: 2%;
}

.MiCuentaPedidosVer {
    font-size: 0px;
    position: absolute;
    width: 100%;
    height: 100% !important;
    z-index: 9999;
}

.MiCuentaMisPedidosColFecha {
    display: flex;
    height: 100% !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 16%;
    margin-right: 4%;
}

.MiCuentaMisPedidosColFecha,
.MiCuentaMisPedidosColEstado {
    color: #474747;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
}

.MiCuentaMisPedidosColEstado {
    height: 37% !important;
    display: flex;
    align-items: center;
}

.MiCuentaMisPedidosColIdCpte {
    align-items: center;
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    width: 75%;
    display: flex;
    align-items: flex-end;
    height: 45% !important;
}

.MiCuentaMisPedidosColImporte {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    height: 37% !important;
    display: flex;
    align-items: center;
    width: 20%;
}

    .MiCuentaMisPedidosColImporte::after {
        content: '•';
        font-size: 17pt;
        width: 50%;
    }

    .MiCuentaMisPedidosColImporte::before {
        content: '$';
    }


/** 
#popup_Message {
    top: 0 !important;
    position: fixed;
    visibility: hidden;
    width: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 99999;
    height: 100vh;
    right: -5%;
    padding: 0 4%;
    transition: 0.2s ease-in-out all;
    overflow-y: scroll;
}


.app-v2-config-openmenu-detpedido {
    display: block !important;
    visibility: initial !important;
    right: 0 !important;
    width: 100% !important;
}
**/

#popup_Message {
    top: 0 !important;
}

.app-v2-popupbig-back {
    height: auto !important;
    width: 18px;
}

#upMisPedidos #popup_Message .popupBig {
    min-height: 100vh !important;
    margin: 0;
    display: flex;
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 91% !important;
    max-height: initial;
    padding: 0 4%;
    border-radius: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 15px;
}

#pedidosDetContainer a {
    height: 2.5vh;
}

#upMisPedidos #popup_Message .popupBig h1 {
    color: #474747;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
    line-height: 22.98px;
    height: 6.5vh;
    display: flex;
    align-items: center;
    width: 64%;
}

.app-v2-pedido-detalle-container {
    height: 20%;
}

.container-articulos-detalle h3 {
    height: fit-content;
}

.app-v2-pedidos-botones-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 20% !important;
    justify-content: flex-end;
    height: 6vh;
    align-items: center;
}

.MiCuentaMisPedidosColFecha img {
    height: fit-content;
}

#btnDescargarNp {
    background-image: url('../Iconos/V2/download_b.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    margin-top: 1%;
    width: 24px;
}

#btnGuardarNp {
    background-image: url('../Iconos/V2/bookmark.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    margin-top: 1%;
    width: 24px;
}

.app-v2-pedido-guardarnp-dialog {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    right: 102%;
    align-items: center;
    justify-content: center;
    top: 0;
    transition: all ease-in-out 0.2s;
}

.app-v2-pedido-guardarnp-wrapper {
    display: flex;
    flex-direction: column;
    width: 76%;
    padding: 4%;
    height: 40%;
    background-color: white;
    border-radius: 21px;
    justify-content: center;
    align-items: center;
}

    .app-v2-pedido-guardarnp-wrapper img {
        height: 24px;
        width: 24px;
        object-fit: contain;
    }

    .app-v2-pedido-guardarnp-wrapper h3 {
        font-family: Ubuntu;
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #181818;
    }

    .app-v2-pedido-guardarnp-wrapper span {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.38px;
        letter-spacing: 0.0015em;
        text-align: left;
        color: #49454F;
    }

#txtNombrePedido {
    width: 80%;
    margin: 4% 0;
    border: 0;
    outline: none;
    height: 30px;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    line-height: 13.79px;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #474747;
}

.app-v2-pedido-guardarnp-botones-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-left: 0;
}

    .app-v2-pedido-guardarnp-botones-container li {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: center;
        color: #E1131B;
    }

#popup_Message .popupBig > div {
    width: 100%;
}

.app-v2-pedido-detalle-importe-container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .app-v2-pedido-detalle-importe-container span {
        font-family: Ubuntu;
        font-size: 20px;
        font-weight: 700;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        color: #474747;
    }

#lblImporteCpte {
    color: #E1131B;
    font-size: 32px;
    line-height: 36.77px;
    letter-spacing: -0.48px;
    margin: 2% 0;
}

.app-v2-pedido-detalle-mpago-container {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

    .app-v2-pedido-detalle-mpago-container span {
        color: #474747;
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.4848649203777313px;
        text-align: left;
        margin-bottom: 2%;
    }

.app-v2-pedido-detalle-mpago-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

    .app-v2-pedido-detalle-mpago-wrapper img {
        width: 12px;
        height: 12px;
        object-fit: contain;
        object-position: center;
    }

#lblMedioPago {
    color: #989898;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 3%;
}

.container-articulos-detalle {
    height: 45% !important;
}

#popup_Message h3 {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    color: #474747;
    text-align: left;
}

#popup_Message .CarritoRow {
    border-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.CarritoColCantProc {
    display: none;
}

#popup_Message .CarritoHeader,
#popup_Message .CarritoFooter {
    display: none;
}

.CarritoColDet br {
    display: none;
}

.CarritoColDet img {
    width: 22%;
    height: 187%;
    object-fit: contain;
    object-position: center;
}

.CarritoColDet {
    width: 75% !important;
    order: 1;
}

.lblIdArtPedido {
    display: none;
}

.lblDescArtPedido,
.CarritoColTotal {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: right;
    color: #474747;
    width: 23%;
}

.CarritoColTotal {
    font-size: 14px;
    order: 2;
}

.CarritoColCant {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
    color: #989898;
    order: 3;
    margin-left: 19%;
    margin-top: 2%;
}

.app-v2-pedidodetalle-boton-container {
    display: flex;
    width: 100%;
    height: 10%;
    box-shadow: 4px -4px 20px 0px #47474726;
    margin: 0 -4%;
    width: 98vw !important;
    max-height: 90px;
    justify-content: center;
    align-items: center;
}

#btnRepetirPedido {
    background-color: #E1131B;
    color: white;
    font-family: 'Ubuntu';
    padding: 3% 4%;
    width: 80%;
    text-align: center;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
}

/******/
/*** FACTURACION ***/
.app-v2-ctacte-info-container{
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
}

.app-v2-ctacte-info-container h3 {
    color:rgba(71, 71, 71, 1);
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.48px;
    vertical-align: middle;
}

.app-v2-ctacte-saldos-title {
    color: rgba(71, 71, 71, 1);
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.48px;
    vertical-align: middle;
}

.app-v2-ctacte-saldos-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 3%;
    width: 100%;
}

.app-v2-ctacte-saldos-row {
    display: flex;
    border: 1px solid rgba(229, 228, 227, 1);
    height: 50px;
    border-radius: 16px;
    padding: 8px 17px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.app-v2-ctacte-saldos-importes {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: -0.48px;
}

#lblSaldoVencido {
    color: rgba(225, 19, 27, 1);
}

#lblSaldoProxVencer {
    color: rgba(92, 191, 168, 1);
}

#lblSaldoTotal {
    color: rgba(182, 177, 69, 1);
}

.app-v2-ctacte-filtros-container{
    display:flex;
    justify-content: space-evenly;
    margin: 2% 0;
}

.app-v2-ctacte-buttons {
    border: none;
    background: white;
    padding: 14px 20px;
    border-radius: 16px;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 12px;
    line-height: 136%;
    letter-spacing: -0.48px;
    color: rgba(152, 152, 152, 1)
}

.ctacte-button-active {
    border: 2px solid rgba(225, 19, 27, 1);
    color: rgba(225, 19, 27, 1);
}

#MiCuenta_CtaCte {
    flex-direction: row;
    flex-wrap: wrap;
}

#MiCuenta_CtaCte > img {
    object-position: center;
    object-fit: scale-down;
    height: 7vh;
    margin: 4% 0;
    margin-left: -4%;
}

#MiCuenta_CtaCte h2 {
    width: 80%;
    height: 6.5vh;
    display: flex;
    align-items: center;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 500;
    line-height: 22.98px;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #474747;
}

#upCtaCte {
    height: 42vh;
    overflow-y: scroll;
    min-height: 280px;
    margin-top: 5%;
    width: 100%;
}

#upCtaCte .CarritoRow .CtaCteColFecha img {
    height: 20px;
    width: 20px;
}

#upCtaCte .CarritoRow {
    border-bottom: 0;
    padding: 0;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
    height: 60px;
    margin-bottom: 5%;
}

#upCtaCte .CarritoHeader,
.CtaCteColPagado,
.CtaCteColSaldo,
.CtaCteColAplicado {
    display: none;
}

.CtaCteColDescargar {
    position: absolute;
    font-size: 0;
    background-image: url(../Iconos/V2/download.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px !important;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#upCtaCte .CtaCteColIdCpte {
    display: flex;
    font-family: 'Ubuntu';
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    width: 75%;
    height: 50% !important;
    color: #474747;
    align-items: flex-end;
    padding-left: 4%;
}

#upCtaCte .CtaCteColFecha {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: center;
    color: #474747;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 17%;
    height: 100% !important;
    gap: 6px;
}

#upCtaCte .CtaCteColVencimiento {
    font-family: Ubuntu;
    font-size: 10px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: center;
    color: #474747;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 67%;
}

#upCtaCte .CtaCteColImporte::before {
    content: '$';
}

#upCtaCte .CtaCteColImporte {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
    color: #989898;
    height: 20% !important;
    display: flex;
    align-items: center;
    padding-left: 4%;
}

/*******/

/* FAVORITOS */
#MiCuenta_Favoritos {
    display: none;
    flex-direction: column;
}

    #MiCuenta_Favoritos .app-search-header {
        padding: 0 0;
    }

.app-v2-favoritos-menu {
    display: flex;
    flex-direction: row;
    width: 108%;
    border-bottom: 1px solid #EAEAEA;
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -4%;
    justify-content: center;
    align-items: center;
}

.app-v2-favoritos-menu-item {
    color: #474747;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: center;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

    .app-v2-favoritos-menu-item span {
        height: calc(100% - 3px);
        display: flex;
        align-items: center;
        transition: all 0.1s ease-in-out;
    }

.app-v2-favoritos-menu-item-focus {
    color: #E1131B;
}

    .app-v2-favoritos-menu-item-focus > span {
        border-bottom: 3px solid #E1131B;
    }

.app-v2-favoritos-productos-container,
.app-v2-favoritos-pedidos-container {
    display: none;
    height: 78vh;
    width: 100%;
    padding: 4% 0 3% 0;
}

.favoritos-container-focus {
    display: flex;
}

#upFavProductos,
#upFavPedidos {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.app-v2-favoritos-productos-item-container,
.app-v2-favoritos-pedidos-item-container {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 220px;
    background-color: #F8F8F8;
    border-radius: 24px;
    padding: 3% 4%;
    gap: 3%;
    margin-bottom: 3%;
}

    .app-v2-favoritos-productos-item-container img#imgArtDet {
        width: 100%;
        height: 60%;
        margin: 0;
        object-fit: contain;
        padding-bottom: 5%;
        object-position: center;
        display: flex;
        min-width: 100%;
    }

    .app-v2-favoritos-productos-item-container span {
        color: #474747;
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.36px;
        letter-spacing: -0.4848649203777313px;
        text-align: left;
    }

.app-v2-fav-det-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .app-v2-fav-det-item span {
        color: #474747;
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 700;
        line-height: 18.38px;
        text-align: left;
    }

#rptFavProductos_ctl00_defaultProductos,
#rptFavPedidos_ctl00_defaultPedidos {
    font-family: Ubuntu;
    width: 100%;
    text-align: center;
    color: #474747;
}

.app-v2-favoritos-pedidos-item-container {
    background-color: white;
    height: 200px;
}

.app-v2-favoritos-pedidos-img-container {
    background-color: #F8F8F8;
    border-radius: 24px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#imgPedidoFav {
    object-fit: contain;
    object-position: center;
    width: 80%;
    height: 90%;
}

.app-v2-favoritos-pedidos-item-container > span {
    color: #474747;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: left;
}

.app-v2-favoritos-pedidos-info-text:nth-child(2) {
    padding: 0 3%;
}

.app-v2-favoritos-pedidos-info-text {
    color: #989898;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.36px;
    letter-spacing: -0.48px;
    text-align: left;
}


/* CAMBIO PERFIL */
#closeImgProfile {
    position: absolute;
    right: 4%;
    top: 2%;
    font-size: 14pt;
}

.app-v2-changeimage-container {
    position: fixed;
    top: 0;
    right: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    transition: all ease-in 0.2s;
    width: 100%;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.app-v2-changeimage-container-open {
    right: 0;
}

.app-v2-changeimage-wrapper {
    background-color: white;
    border-radius: 20px;
    height: 50%;
    width: 80%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}

    .app-v2-changeimage-wrapper img {
        height: 200px;
        width: 200px;
        margin: 10% auto;
        object-fit: cover;
    }

#upCambiarFotoPerfil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#FileImport {
    display: none;
}

#btnSeleccionarFoto {
    background-color: #E1131B;
    border-radius: 12px;
    color: white;
    font-family: 'Ubuntu';
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 54px !important;
    width: 149px !important;
}

.app-v2-loading-container {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 99999;
}

.app-v2-loading-container img {
    height: 80px;
    width: 80px;
}

.app-v2-loading-open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-v2-repetirpedido-container-mensaje,
.app-v2-enviarcpte-container-mensaje {
    position: absolute;
    top: 0;
    right: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    transition: all ease-in 0.2s;
    width: 100%;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.app-v2-enviarcpte-wrapper {
    height: 28% !important;
}

.app-v2-repetirpedido-wrapper,
.app-v2-enviarcpte-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    margin: 0 4%;
    height: 40%;
    align-items: center;
    padding: 2% 5%;
}

    .app-v2-repetirpedido-wrapper img,
    .app-v2-enviarcpte-wrapper img {
        width: 24px;
    }

    .app-v2-repetirpedido-wrapper h3,
    .app-v2-envicarcpte-wrapper h3 {
        font-family: Ubuntu;
        font-size: 20px;
        font-weight: 500;
        line-height: 22.98px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #1D1B20;
    }

    .app-v2-repetirpedido-wrapper span,
    .app-v2-enviarcpte-wrapper span {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.38px;
        letter-spacing: 0.0015em;
        text-align: center;
        color: #49454F;
    }

.app-v2-repetirpedido-buttons-container,
.app-v2-enviarcpte-buttons-container {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 3%;
    width: 100%;
    justify-content: space-evenly;
}

    .app-v2-repetirpedido-buttons-container li,
    .app-v2-enviarcpte-buttons-container {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        letter-spacing: -0.48px;
        text-align: center;
        color: #E1131B;
    }

/******/
/*  ***  */

/* REGISTRO */
#upRegistro {
    display: block;
}

.app-v2-registro-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
    margin-bottom: 10%;
}

#upLogin {
    display: none;
}

.divLog {
    float: left;
    width: 92%;
    padding: 0 4%;
}

.divLog h1 {
    border: 0;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.98px;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #474747;
}

#upRegistro .divLog {
    overflow-y: scroll;
    height: 100vh;
    position: relative;
}

#upRegistro .divLog #btnBackCrearCuenta{
    top: 2.5% !important;
}

#divRegUser {
    font-family: Ubuntu;
}

#divRegUser .GridLeft {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: left;
}

#divRegUser .GridRight input {
    border: 1px solid #989898;
    border-radius: 12px;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.36px;
    letter-spacing: 0.4px;
    padding: 0 2%;
    outline: none;
}

#divRegUser .GridLeft,
#divRegUser .GridRight {
    padding-left: 0;
}

#lblMsnRegistro {
    font-family: Ubuntu;
}

#divRegUser #btnAddUsuario {
    display: block !important;
    background-color: #E1131B;
    border: none !important;
    border-radius: 16px !important;
    height: 40px !important;
    margin-left: 0;
    color: white;
    width: 100%;
    text-align: left !important;
    font-family: 'Ubuntu';
    padding: 0px !important;
    text-align: center !important;
}

.app-v2-registro-backcontainer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
}

    .app-v2-registro-backcontainer span {
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 500;
        line-height: 16.36px;
        letter-spacing: -0.48px;
        text-align: left;
        color: #989898;
        width: 100%;
        text-align: center;
    }

.app-v2-registro-login {
    color: #E1131B !important;
    margin-left: 1%;
}

.app-v2-registro-mensaje-container {
    display: flex;
    width: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.app-v2-registro-mensaje-wrapper {
    width: 80%;
    height: 25%;
    background-color: white;
    border-radius: 30px;
    font-family: 'Ubuntu';
    display: flex;
    flex-direction: column;
    font-size: 12pt;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #474747;
    padding: 4%;
}

#registroContador {
    font-size: 18pt;
    font-weight: 700;
}
/****/
/******************/

/** LABORATORIOS **/

.app-v2-laboratorios {
    display: block;
    height: 85%;
    overflow-y: scroll;
}

.laboratorios-title {
    height: 7vh;
    width: 92%;
    padding: 0 4%;
    font-size: 20px;
    font-family: 'Ubuntu';
    font-weight: 500;
    line-height: 23px;
    color: #474747;
    display: flex;
    align-items: center;
}

.laboratorios-info-container {
    background-color: rgba(225, 19, 27, 1);
    display: flex;
    flex-direction: row;
    margin: 0 4%;
    width: 88%;
    padding: 3% 2%;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

.laboratorios-info-container img {
    margin: 0 3%;
    width: 24px;
}

.laboratorios-info-container span {
    color: white;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 14px;
    line-height: 106%;
    letter-spacing: -0.48px;
    text-align: center;
    vertical-align: middle;
    margin-right: 3%;
}

.laboratorios-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 92%;
    padding: 0 4%;
    height: 90%;
    overflow: scroll;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    margin-top: 8%;
}

.laboratorio-wrapper {
    width: 45%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.laboratorios-text-sponsor {
    position: absolute;
    bottom: 2%;
    background-color: rgba(152, 152, 152, 1);
    color: white;
    width: 70%;
    text-align: center;
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2px;
    border-radius: 4px;
    padding: 2%;
}

.laboratorio-wrapper-selected {
    border-radius: 20px;
    border: 2px solid rgba(225, 19, 27, 1);
}

.laboratorio-wrapper img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.laboratorio-inactivo {
    filter: grayscale(100%);
    opacity: 0.5;
}


.laboratorio-info-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: white;
    height: 100vh;
    width: 100%;
    z-index: 999;
    transition: 0.2s;
    overflow: scroll;
}

.laboratorio-info-container-open {
    left: 0;
}

#upLaboratorio {
    /* height: 92vh; */
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overscroll-behavior: none;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
}

html, body {
    overflow: hidden;
    height: 100%;
}

.laboImgCentral {
    /*
    max-height: 80px;
    object-fit: cover;
    width: 40%;
*/
    max-height: 15%;
    object-fit: contain;
    max-width: 30%;
}

#sliderLaboratorio .swiper-slide {
    max-height: 0;
}

.laboSlider {
    margin-top: 0;
    width: 92%;
    min-height: 50%;
    height: initial;
    /* 
    margin-top: 0;
    height: initial;
    width: 92%;
        */
}

@media handheld, screen and (max-height: 770px) {
    .laboSlider {
        min-height: 52% !important;
    }

    .labo-datos {
        margin-bottom: 22% !important;
    }

    .container-articulos-detalle {
        height: 25% !important;
    }

    .app-v2-content {
        height: 69%;
    }

    .app-search-container .app-rubros-modolista {
        height: 64%;
    }

    .app-search-container .app-marcas-modolista {
        height: 61%;
    }

    .app-v2-modolista-confirmar-container {
        bottom: 12%;
    }

    .app-v2-content .app-rubros-modolista {
        height: 90vh;
    }

    /* CtaCte */

    #upCtaCte{
        height: 36vh;
    }
}

@media handheld, screen and (max-height: 670px) {
    /* CtaCte */

    #upCtaCte {
        height: 29vh;
        min-height: 190px;
    }
}

    .laboratorio-img-slider {
        width: 100%;
        object-fit: contain;
        /* 
    height: 100%;
    */
    }

        .laboratorio-img-slider.cargada {
            filter: blur(0);
        }

    .laboSlider .swiper-pagination-bullet-active {
        background: rgba(71, 71, 71, 1);
    }

    .laboratorios-texto {
        color: rgba(71, 71, 71, 1);
        width: 80%;
        display: flex;
        flex-direction: column;
        margin-top: 2%;
        background-color: rgba(248, 248, 248, 1);
        padding: 4% 6%;
        border-radius: 12px;
        position: relative;
        max-height: 200px;
    }

    #lblTexto {
        font-family: Ubuntu;
        font-size: 10px;
        font-weight: 400;
        line-height: 11.49px;
        letter-spacing: -0.48px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        white-space: break-spaces;
        overflow: hidden;
        transition: max-height 0.3s ease;
        max-height: 45px;
    }

        #lblTexto.expandido {
            max-height: 300px;
        }

    #btnExpandir {
        background-color: transparent;
        border: none;
        text-decoration: none;
        font-family: Ubuntu;
        font-weight: 500;
        font-size: 10px;
        line-height: 136%;
        letter-spacing: -0.48px;
        color: rgba(225, 19, 27, 1);
    }

    #redes-labo-app-v2 {
        width: 92%;
        background-color: rgba(248, 248, 248, 1);
        border-radius: 12px;
        margin: 2% 0;
    }

    .redes-labo-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 40px;
        gap: 5%;
    }

    .labo-info-redes {
        filter: brightness(0) saturate(100%) invert(20%) sepia(82%) saturate(4509%) hue-rotate(347deg) brightness(85%) contrast(110%);
    }

    .disabled-link {
        pointer-events: none;
        cursor: default;
    }

    .labo-datos {
        display: flex;
        flex-direction: column;
        width: 92%;
        /* margin: 0 12.5%; */
        gap: 10px;
        margin-bottom: 3%;
    }

    .labo-datos-row:nth-child(2) {
        align-items: flex-start;
    }

    .labo-datos-row {
        display: flex;
        gap: 18px;
        width: 80%;
        background-color: rgba(248, 248, 248, 1);
        border-radius: 12px;
        padding: 2% 10%;
        align-items: center;
    }

    .labo-datos-razonsocial {
        display: flex;
        flex-direction: column;
    }

    #lblRazonSocial {
        font-family: Ubuntu;
        font-size: 15px;
        font-weight: 500;
        line-height: 17.24px;
        letter-spacing: -0.48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(71, 71, 71, 1);
    }

    .labo-datos-row a {
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 500;
        line-height: 16.36px;
        letter-spacing: -0.48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration: none;
        color: rgba(225, 19, 27, 1);
    }

    /******************/

    /** IMPERDIBLES **/

    .app-v2-container-version1 {
        display: none;
    }

    .app-v2-imperdibles-container {
        overflow: hidden;
    }

        .app-v2-imperdibles-container #banner-app-v2 {
            padding: 0 4%;
            height: 84%;
        }

            .app-v2-imperdibles-container #banner-app-v2 #sliderMobile {
                display: flex;
                flex-direction: column;
                height: 75vh;
                overflow: scroll;
                margin-bottom: 4%;
            }

    /******************/

/** Shopcart Modo Lista **/

.modolista-divCentral {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: calc(100% - (7vh + 5% + 16%));
    overflow-x: hidden;
}

.modolista-divItemAppV2 {
    width: 94% !important;
    border-radius: 12px;
    /* padding: 16px; */
    border: 1px solid rgba(152, 152, 152, 1);
    max-width: inherit;
    max-height: 40px;
    min-height: 38px;
    height: 5%;
    align-items: center;
    flex-direction: row;
    padding: 0 3%;
}

.modolista-dontshow {
    display: none !important;
}

.modolista-divDetItem {
    left: 0;
    top: 0;
    height: fit-content !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.modolista-descripcion {
    min-height: inherit !important;
    letter-spacing: 0;
    line-height: initial;
    color: rgba(152, 152, 152, 1) !important;
    text-transform: uppercase;
    width: 75%;
}

.modolista-divCantItem {
    display: flex !important;
    margin: 0;
    width: 100%;
    border: 0;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
}

.modolista-divCantItem input {
    /* border-bottom: 1px solid rgba(152, 152, 152, 1); */
    border-radius: 0;
    height: 70%;
    width: 30%;
    margin: 0 10%;
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: rgba(81, 81, 81, 1);
    border: none;
}

.modolista-botones-cantidad {
    color: white;
    background-color: rgba(225, 19, 27, 1);
    border-radius: 100px;
    height: 16px;
    width: 16px;
    font-size: 10pt;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
}

.app-v2-modolista-añadir-container {
    display: flex;
    position: absolute;
    height: 14%;
    width: 96%;
    background-color: white;
    bottom: 0;
}

#btnAgregarCarritoLista {
    background-color: rgba(225, 19, 27, 1);
    border: 0;
    color: white;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.38px;
    letter-spacing: -0.48px;
    text-align: center;
    width: 96%;
    height: 42px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 160px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}

.app-v2-modolista-loading-container {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.app-v2-modolista-loading-wrapper {
    background-color: white;
    border-radius: 20px;
    height:200px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.app-v2-modolista-loading-open{
    display: flex !important;
}

.app-v2-modolista-loading-wrapper img {
    height: 80px;
    width: 80px;
}

.app-v2-modolista-loading-wrapper span {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 12pt;
    text-align: center;
}

/*************************/


.slide-out {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}