﻿.num-cantidad a.white:before,
.num-cantidad a.white:after
 {
    background-color: #fff !important;
    cursor:text !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.bolita {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -75px;
    right: 0px;
    background: #6539d6;
    z-index: 9999;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
}

.fondo-pleaseWait {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=90); /*Needed for IE*/
    -moz-opacity: 0.9; /*Older mozilla broswers like NN*/
    -khtml-opacity: 0.9; /*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0.9; /*FF, Safari, and Opera*/
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 999999;
    /*display: none;*/
}

.updateProgress {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 45%;
    left: 0;
    z-index: 9999999;
    /*display: none;*/
}

.float-right {
    float: right !important;
}

.p20 {
    padding: 20px !important;
}

.monedero-plus {
    float: left;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    background: #5A9721;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
    padding-top: 8px;
    font-weight: bold;
    font-size: 16px;
}

.monedero-minus {
    float: left;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    background: #F7551A;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
    padding-top: 8px;
    font-weight: bold;
    font-size: 16px;
}

.btn-100 {
    height: 35px !important;
    width: 100% !important;
    right: 0 !important;
    border-radius: 50px !important;
    background-color: red !important;
}

.top20px {
    margin-top: 20px !important;
}

.top30px {
    margin-top: 30px !important;
}

.bottom20px {
    margin-bottom: 20px !important;
}

.tachado {
    text-decoration: line-through;
}

.precioPromocion, 
.precioNormal {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.inputEspecificaciones {
    margin: 25px 0 10px !important;
    border: 2px solid #e2e7ea;
    padding: 10px;
    width: -webkit-fill-available;
    font-size: 16px;
    width: 100%;
    height: 90px !important;
}

.textInputFecha {
    margin: 0 0 25px !important;
}
 
.inputFecha {
    border: 2px solid #e2e7ea;
    padding: 10px;
    width: -webkit-fill-available;
    width: 100%;
}
