#header{
    position: fixed;
    height: 60px;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
  -webkit-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
  -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
  }
  .menu-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu-header > div{
    min-width: 200px;
  }
  .menu-header h2{
    font-size: 18px;
    cursor: pointer;
  }
  .menu-header ul{
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .menu-header ul li{
      height: 35px;
      padding: 5px 10px;
      display: inline-block;
      cursor: pointer;
  }
  .menu-header ul li:hover{
      font-weight: 500;
  }
  .menu-flotante{
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
  }
  .menu-flotante.active{
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
    -webkit-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
  }
  #menuToggle img{
      width: 12px;
      margin-left: 15px;
      transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
  }
  #menuToggle img.active{
    width: 12px;
    transform: rotateX(180deg);
}
.box-ropa .precios{
    min-height: 150px;
}
.precios.vinos{
  flex-direction: column;
  align-items: center;
}
@media  screen and (max-width: 624px) {
.menu-flotante.active {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center; 
    }
    .icon-plus {
      max-width: 12px;
      max-height: 12px;
    }
    .decimal__precio {
        font-size: 14px;
    }
    .puntos-bonnus {
        font-size: 10px;
    }
    .menu-header {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .menu-header > div {
        text-align: center;
    }
    .box-title-sec h2 {
      font-size: 26px;
   }
   .box-title-sec p {
    font-size: 14px;
  }
  .box-title-sec {
    margin: 25px 0px 25px 15px;
 }
 p.letterS {
  font-size: 5.5px;
  line-height: 1;
  margin-top: -2px;
}
 #content-section {
  padding: 10px 0 0;
}
  .circleR {
    max-width: 150px;
  }
  .circleL {
    max-width: 100px;
  }
  .politicas-precio {
    font-size: 4px;
    line-height: 1;
}
.texto-precios {
  font-size: 10px;
}
.comidas .texto-precios {
  font-size: 9px;
}
.bebidas .item-columna .columna-precio {
  width: 100%;
}
.precios.vinos {
  flex-direction: row;
  align-items: center;
}
.columna-precio .precio-detalle {
  flex: 0 40%;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
}
.bebidas .columna-precio .precio-detalle {
  flex: 0 30%;
}
.orange img {
  width: 20px;
}
.precio-regular span.orange{
  font-size: 18px;
}
.orange-porcentaje img {
  width: 25px;
  margin-left: -5px;
 }
 .porc-naranja .orange-porcentaje img {
  width: 25px;
  margin-left: -24px;
}
.porc-naranja  .dscto {
  font-size: 6px;
  right: 20px;
  top: 2px;
}
 .bellezas .precio-detalle {
  position: relative;
  margin: 0 5px 11px;
 }
 .bellezas .precio-regular span {
  font-size: 18px;
}
.bellezas .precio-regular .precio-bonnus span {
  font-size: 16px;
}
.bellezas .decimal__precio {
  font-size: 10px;
  top: -5px;
}
.dscto {
  font-size: 6px;
  right: 5px;
  top: 2px;
}
.icon-bonnus {
  font-size: 8px;
  margin-top: -1px;
}
.precio-regular.right {
  width: 100%;
}
.orange-porcentaje {
  margin-left: 0px;
}
.vinos-three{
  flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vinos-three > div {
  width: 90%;
}
.box-three-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-three-product > div {
  width: 95%;
}
.bebidas .item-columna p {
  font-size: 10px;
}
.pack .precios {
  margin: 0 0px;
  padding-top: 0;
  width: 100%;
}
.food .decimal__precio {
  top: -20px;
}
.food .texto-precios {
  font-size: 9px;
  margin-bottom: 8px;
}
.food .precio-regular span {
  font-size: 28px;
}
strong{
  color: #000
}
.sets .precio-detalle {
  position: relative;
  margin: 0 7px 15px;
  flex: 0 80%;
}
.sets .precio-regular.right {
  width: 100%;
  align-items: baseline;
}
.sets .precio-regular.right .bonnus{
  margin-left: 5px;
}
.reverse.pack {
  flex-direction: column;
}
.pack .columna-precio .precio-detalle {
  flex: 0 50%;
  align-items: baseline;
 }
 .pack .porc-naranja {
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
 }
 .pack .porc-naranja .orange-porcentaje {
    margin-left: 5px;
  }
  .texto-precios {
    font-size: 8px;
  }
  .correa .guinda .precio-regular u {
    font-size: 8px;
    top: -2px;
    left: -12px;
}
}