
.formCremas{
  /*  position: absolute;
    z-index: 999; */
    top: 10%;
    display: block;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-top: 21px;
}
.fotoProdForm{
    width: 150px;
    display: block;
    margin: 0 auto;
}

.ProdnameForm{
    text-align: center;
    font-size: 27px;
    font-weight: 500;
}

.hidden{
    display:none !important;
}

.control {
    
    text-align: center;
}

.checkbox, .radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #e05d15;
}

.cantidadTitle{
    font-size: 27px;
    font-weight: 600;
    color: #787878;
}

.algomasbtn{
    background: #e05c14;
    color: #fff;
    font-weight: 500;
}

.finalizarpedidobtn{
    background: #e05d15;
    color: #fff;
    font-weight: 600;
}