/* ============================================================
   SHOP VIP
   Diseño horizontal de tarjetas
   ============================================================ */


/* ============================================================
   CONTENEDOR PRINCIPAL
   ============================================================ */

#customModalContent .shopvip-wrapper {

    width: 100%;
    max-width: 1150px;

    margin: 0 auto;
    padding: 10px 20px 25px;

    box-sizing: border-box;

    color: #fff;

}


/* ============================================================
   CABECERA
   ============================================================ */

#customModalContent .shopvip-header {

    width: 100%;

    text-align: center;

    margin-bottom: 25px;

}


/* ============================================================
   ICONO
   ============================================================ */

#customModalContent .shopvip-header-icon {

    display: none;

}


/* ============================================================
   TITULO
   ============================================================ */

#customModalContent .shopvip-header h2 {

    margin: 0 0 20px 0 !important;

    padding: 0;

    font-size: 30px;

    font-weight: 700;

    line-height: 1.2;

    color: #fff;

}


/* ============================================================
   ESTADO DE CUENTA
   ============================================================ */

#customModalContent .shopvip-account-status {

    margin: 0 0 15px 0;

    font-size: 15px;

    line-height: 1.6;

    color: #ddd;

}


#customModalContent .shopvip-account-status strong {

    color: #fff;

    font-weight: 700;

}


/* ============================================================
   INFORMACIÓN VIP ACTIVO
   ============================================================ */

#customModalContent .shopvip-active-info {

    margin: 0 0 15px 0;

}


#customModalContent .shopvip-active-info p {

    margin: 5px 0;

    font-size: 14px;

    line-height: 1.6;

    color: #ddd;

}


#customModalContent .shopvip-active-info strong {

    color: #fff;

}


#customModalContent .shopvip-active-info i {

    margin-right: 5px;

}


/* ============================================================
   CREDITS
   ============================================================ */

#customModalContent .shopvip-credits {

    margin-top: 15px;

    font-size: 15px;

    color: #ddd;

}


#customModalContent .shopvip-credits span {

    margin-right: 5px;

}


#customModalContent .shopvip-credits strong {

    color: #fff;

    font-weight: 700;

}


/* ============================================================
   LISTA DE VIP
   ============================================================ */

#customModalContent .shopvip-list {

    width: 100%;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: stretch;

    gap: 20px;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


/* ============================================================
   TARJETA VIP
   ============================================================ */

#customModalContent .shopvip-card {

    flex: 1 1 0;

    width: 33.333%;

    min-width: 0;

    margin: 0 !important;

    padding: 0;

    box-sizing: border-box;

    text-align: center;

    background: #111;

    border: 1px solid var(--shopvip-color, #555);

    border-radius: 8px;

    overflow: hidden;

}


/* ============================================================
   CABECERA TARJETA
   ============================================================ */

#customModalContent .shopvip-card-header {

    padding: 20px 10px 15px;

    text-align: center;

}


/* ============================================================
   ESTRELLA
   ============================================================ */

#customModalContent .shopvip-card-star {

    display: none;

}


/* ============================================================
   NOMBRE VIP
   ============================================================ */

#customModalContent .shopvip-card-header h3 {

    margin: 0 0 8px 0 !important;

    padding: 0;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 700;

    color: var(--shopvip-color, #fff);

}


/* ============================================================
   NIVEL
   ============================================================ */

#customModalContent .shopvip-level {

    display: block;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #aaa;

}


/* ============================================================
   CUERPO
   ============================================================ */

#customModalContent .shopvip-card-body {

    padding: 10px 20px 20px;

    margin: 0;

    text-align: center;

    box-sizing: border-box;

}


/* ============================================================
   DATOS
   ============================================================ */

#customModalContent .shopvip-data {

    display: flex;

    justify-content: center;

    align-items: baseline;

    flex-wrap: wrap;

    gap: 5px;

    min-height: 30px;

}


/* ============================================================
   TITULO DE DATO
   ============================================================ */

#customModalContent .shopvip-data-title {

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .5px;

    color: #aaa;

}


/* ============================================================
   VALOR
   ============================================================ */

#customModalContent .shopvip-data-value,
#customModalContent .shopvip-price {

    font-size: 15px;

    font-weight: 700;

    color: #fff;

}


/* ============================================================
   UNIDAD
   ============================================================ */

#customModalContent .shopvip-data-unit {

    font-size: 12px;

    font-weight: 700;

    color: #aaa;

}


/* ============================================================
   SEPARADOR
   ============================================================ */

#customModalContent .shopvip-card-line {

    width: 70%;

    height: 1px;

    margin: 12px auto;

    background: rgba(255,255,255,.12);

}


/* ============================================================
   ÁREA DEL BOTÓN
   ============================================================ */

#customModalContent .shopvip-buy-area {

    margin-top: 18px;

}


/* ============================================================
   BOTÓN VIP
   ============================================================ */

#customModalContent .shopvip-button {

    display: block;

    width: 100%;

    min-height: 40px;

    padding: 10px 12px;

    box-sizing: border-box;

    border-radius: 5px;

    border: 0;

    text-decoration: none;

    text-align: center;

    font-size: 12px;

    font-weight: 700;

    cursor: pointer;

}


/* ============================================================
   BOTÓN COMPRA
   ============================================================ */

#customModalContent .shopvip-button-buy {

    color: #fff;

}


/* ============================================================
   VIP ACTIVO
   ============================================================ */

#customModalContent .shopvip-button-disabled {

    color: #aaa;

    background: rgba(255,255,255,.08);

    cursor: not-allowed;

}


/* ============================================================
   CREDITS INSUFICIENTES
   ============================================================ */

#customModalContent .shopvip-button-danger {

    color: #fff;

    background: rgba(180,40,40,.25);

    cursor: not-allowed;

}


/* ============================================================
   HOVER
   ============================================================ */

@media (min-width: 768px) {

    #customModalContent .shopvip-card {

        transition:
            transform .2s ease,
            box-shadow .2s ease;

    }


    #customModalContent .shopvip-card:hover {

        transform: translateY(-3px);

        box-shadow:
            0 8px 25px rgba(0,0,0,.35);

    }

}


/* ============================================================
   MENSAJE SIN VIP
   ============================================================ */

#customModalContent .shopvip-empty {

    width: 100%;

    padding: 30px;

    box-sizing: border-box;

    text-align: center;

}


/* ============================================================
   RESULTADO DE COMPRA
   ============================================================ */

#customModalContent .shopvip-purchase-result {

    width: 100%;

    padding: 20px;

    box-sizing: border-box;

}


#customModalContent .shopvip-success-box {

    text-align: center;

}


/* ============================================================
   ERROR
   ============================================================ */

#customModalContent .shopvip-error {

    width: 100%;

    padding: 30px;

    text-align: center;

    box-sizing: border-box;

}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 850px) {

    #customModalContent .shopvip-list {

        gap: 12px;

    }


    #customModalContent .shopvip-card-header {

        padding-left: 5px;
        padding-right: 5px;

    }


    #customModalContent .shopvip-card-body {

        padding-left: 10px;
        padding-right: 10px;

    }


    #customModalContent .shopvip-card-header h3 {

        font-size: 18px;

    }

}


/* ============================================================
   CELULAR
   ============================================================ */

@media (max-width: 650px) {

    #customModalContent .shopvip-list {

        flex-direction: column;

        gap: 15px;

    }


    #customModalContent .shopvip-card {

        width: 100%;

        flex: none;

    }


    #customModalContent .shopvip-header h2 {

        font-size: 25px;

    }

}