.negro {
    color: #000 !important;
}

.raya-k {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 332px;
    background: #fba300;
    width: 109px;
    height: 32px;
}

#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
    width: 15%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 135px;
}

.sumar-restar button.sumar,.sumar-restar button.restar {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px !important;
}

.sumar-restar input {
    width: 50px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    text-align: center;
    color: #000;
}

.lista-precios select {
    border: 0px;
}

.nota {
    font-size: 15px;
}

.precio {
    font-size: 17px;
}

label {
    color: #000;
}

.heading-sinlogo { 
    position: relative;
    padding-top: 30px !important;
    color: #fff;
    font-size: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.heading-sinlogo::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    background: #fba300;
    margin-left: -20px;
}

.alergenos img {
    width: 45px;
}

/* estilos para las páginas de confirmar envío mail */

.confirmar div.contenedor {
    margin-top: 15%;
}

.confirmar img {
    width: 600px;
}

.confirmar .mensaje, .confirmar a {
    margin-top: 30px;
    font-size: 20px;
    font-family: "Roboto Slab", serif;
}

/* estilos para los botones */

button.naranja-blanco {
    border-radius: 10px;
    border: 0px;
    background: #fba300;
    color: #fff;
}

button.negro-blanco {
    border-radius: 10px;
    border: 0px;
    background: #000;
    color: #fff;
}

/* veganas */

span.vegana {
    color: #58ba3f !important;
}

#fh5co-featured .navidad .fh5co-heading .heading:before, #fh5co-featured .navidad .fh5co-heading .heading::before {
    height: 150px;
    width: 153px;
    position: absolute;
    content: "";
    background: url(../images/logo_croketa_vegana.png) no-repeat;
    top: 0;
    left: 50%;
    margin-top: -110px;
    margin-left: -65px;
  }

  .vegana-img {
    width: 80px;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }

  .vegana-img-sm {
    width: 35px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }