﻿.zbootstrap-btn {
    display: inline-block;
    font-weight: 400;
    color: #909191 !important;
    text-align: center;
    border: 1px solid #D5D9D9;
    padding: .275rem .75rem;
    margin-left: 30px;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100px;
    cursor: pointer;
}

.zInput {
    text-align: center;
    border: 1px solid #D5D9D9;
    padding: .3rem;
    font-size: .8rem;
    border-radius: 10px;
    width: 80px;
    float: left;
}

.zTable{
    font-family: Arial !important;
    width: 100%;
}

.zTextleft {
    text-align: left !important;
}

.zTextright {
    text-align: right !important;
}

.zTextTotal {
    font-weight: 600;
    font-size: 20px;
}

.zBtnEnvio{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-weight: 600;
    color: white;
    background-color: lightgrey;
    border: none;
    border-radius: 15px;
}

.selectable-row {
    cursor: pointer;
    user-select: none;
}

/* ---------------------------------------------- FONT SIZES */

.zfs10{
    font-size: 10px;
}
.zfs12 {
    font-size: 12px;
}
.zfs14 {
    font-size: 14px;
}
.zfs16 {
    font-size: 16px;
}
.zfs18 {
    font-size: 18px;
}

/* ---------------------------------------------- CARRITO Y ORDENES */
#zSeccionMetodoEntrega, #zSeccionMetodoEntregaHead, #zSeccionPaqueterias {
    display: none;
}

.zBMetodosEntrega {
    background-color: white;
    border: solid 1px #909191;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
    .zBMetodosEntrega:hover {
        background-color: #a3a3a3;
    }

    .zBMetodosEntrega.clicked {
        background-color: gray;
    }

.zBMetodosEntrega img {
    height: 48px;
}

/* ----------------------------------------------------- CARRITO Y ORDENES */
/* -------------------------------------------------- */
.zcTituloGracias {
   color: #009045;
   font-size: 22px;
   font-weight: 600;
}

.zcMensajeGracias {
    color: #222222;
    font-size: 18px;
}

.zcMensajecompra {
    color: #222222;
    font-size: 16px;
}

.zoPrecioProducto{
    float: left;
}

.zoPrecioProductoDescuento{
    padding-top: 3px;
    padding-left: 10px;
    float: left;
    color: darkred;
}

.zImgOrden{
    border-radius: 15px;
    margin-right: 10px;
}
/* ----------------------------------------------------- SECCION INICIO */
/* -------------------------------------------------- */
.category {
    color: dimgrey !important;
    font-size: 12px !important;
    line-height: 8px !important;
}

#zSeccionInicio .znombreproductos {
    color: #222222 !important;
    font-size: 16px !important;
}

#zSeccionInicio .new-price {
    font-size: 20px !important;
    font-weight: 800;
}

#zSeccionInicio .old-price {
    padding-left: 10px;
    color: darkred !important;
    font-size: 16px !important;
}

#zSeccionInicio .sale-tag {
    font-size: 24px !important;
    font-weight: 800;
}

/* ----------------------------------------------------- SECCION PRODUCTOS */
/* -------------------------------------------------- */
.category {
    color: dimgrey !important;
    font-size: 12px !important;
    line-height: 8px !important;
}

#zSeccionProductos .znombreproductos {
    color: #222222 !important;
    font-size: 16px !important;
}

#zSeccionProductos .new-price {
    font-size: 20px !important;
    font-weight: 800;
}
#zSeccionProductos .old-price {
    padding-left: 10px;
    color: darkred !important;
    font-size: 16px !important;
}

#zSeccionProductos .sale-tag {
    font-size: 24px !important;
    font-weight: 800;
}


/* ----------------------------------------------------- SECCION PRODUCTO */
/* -------------------------------------------------- */
#zSeccionProducto .znew-price {
    font-size: 30px !important;
    font-weight: 800;
}

#zSeccionProducto .zold-price {
    padding-left: 10px;
    color: darkred !important;
    font-size: 26px !important;
    text-decoration: line-through;
}
#zSeccionProducto #zExi {
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px !important;
}

#zSeccionProducto .new-price {
    font-size: 20px !important;
    font-weight: 800;
}

#zSeccionProducto .old-price {
    padding-left: 10px;
    color: darkred !important;
    font-size: 16px !important;
}


/* ----------------------------------------------------- SECCION MI CUENTA ORDENES */
/* -------------------------------------------------- */

#zSeccionOrdenes{}
    #zSeccionOrdenes #zIdOrdenHead {
        position: relative;
        background-color: #fafafa;
        width: 100%;
        height: 75px;
        border: 1px solid #d0d0d0;
        border-radius: 10px 10px 0px 0px;
        padding: 8px;
    }


    #zSeccionOrdenes #zIdOrden{
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 16px;
        font-weight: 800;
    }

    #zSeccionOrdenes #zIdEstatus{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        font-weight: 800;
    }

    #zSeccionOrdenes #zIdFecha {
        position: absolute;
        top: 30px;
        left: 10px;
        color: grey;
        font-size:13px;
    }

    #zSeccionOrdenes #zIdNoAprobacion {
        position: absolute;
        top: 30px;
        right: 10px;
        color: grey;
        font-size:13px;
            
    }

    #zSeccionOrdenes #zIdMonto {
        position: absolute;
        top: 45px;
        right: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    #zSeccionOrdenes #zIdOrdenBody {
        position: relative;
        background-color: #ffffff;
        width: 100%;
        height: 55px;
        border: 1px solid #d0d0d0;
        border-radius: 0px 0px 10px 10px;
        padding: 10px;
        margin-bottom: 20px;
    }

    #zSeccionOrdenes .zBVerInformacion {
        position: absolute;
        right: 10px;
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 10px;
        cursor: pointer;
        box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.74);
        -webkit-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.74);
        -moz-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.74);
    }
    #zSeccionOrdenes {}
    #zSeccionOrdenes {}
    #zSeccionOrdenes {}
    #zSeccionOrdenes {}
    #zSeccionOrdenes {}


/* ----------------------------------------------------- FAVORITOS */
/* -------------------------------------------------- */

#zBIdFavoritos{
    width: 100%;
    border: none;
    font-size: 18px;
    background-color: white;
    margin: 5px 0px;
    color: grey;
    text-align: left;
}

.zBFavoritosRojo {
    color: darkred !important;
}

.zBFavoritosGris {
    color: grey !important;
}

/* ----------------------------------------------------- BOTONES */
/* -------------------------------------------------- */

.zBIniciarSesion {
    margin: auto;
    display: block;
    width: 80%;
    padding: 10px 0px;
    text-align: center;
    font-weight: 600;
    color: white !important;
    background-color: forestgreen;
    border: none;
    border-radius: 20px;
}

.zBCrearCuenta{
    margin: auto;
    display: block;
    width: 70%;
    padding: 8px 0px;
    text-align: center;
    font-weight: 600;
    color: white !important;
    background-color: dimgray;
    border: none;
    border-radius: 20px;
}