@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap');
@font-face {
  font-family: 'D-DINExp';
  src: url('fonts/D-DINExp.otf.css') format('woff');
  font-weight: normal;
  font-style: normal;
  }
* {
  scroll-behavior: smooth;
}
a{
  color: #4b4c4e !important;

  text-decoration: none !important;
}
.box-title-sec h2 , .box-title-sec p{
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.box-title-sec h2{
  color: #fdb731;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
}
.box-title-sec p{
  color: #ee2e2e;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
.box-title-sec {
  margin: 25px 0;
}
p.letterS {
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
}
.circleL{
  position: fixed;
  bottom: 0;
  z-index: -1;
  left: -74px;
}
.circleR{
  position: fixed;
  top: 7%;
  right: -50px;
  max-width: 250px;
  z-index: -1;
}
#header{
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.logo-metro{
    max-width: 100px;
    margin: 10px 0 5px;
}
#portada, #cuidado-del-rostro{
    padding: 10px 0 50px;
}

#portada img{
    width: 100%;
}
.tapa-res{
    display: none;
}

#footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #c1c1c1;
}
.logo-metro-fot{
    max-width: 50px;
    filter: grayscale(1);
    margin: 5px 0;
}
#popup{
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
}
#popup.active{
  position: fixed;
  top: 0;
  background:#ffffffc2;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
#popup .popup__image{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#popup .popup__image div{
  position: relative;
  text-align: center;
  width: 50%;
  max-width: 680px;
}
#popup .popup__image div img{
  width: 90%;
}
.img-precio{
    width: 100%;
    max-width: 120px;
}
.menu-items ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-items ul li{
  width: 33.3%;
}
.menu-items ul li span{
  margin-bottom: 10px;
}
.menu-header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-produc-pair{
  margin-bottom: 30px;
}
.bonnus{
  font-family: 'Montserrat', sans-serif;
}
/*
nav#navigation {
    position: fixed;
    bottom: 55%;
    width: 100%;
    z-index: 12;
}
nav#navigation .row{
    position: relative;
}
.anterior{
    position: absolute;
    left: -30px;
}
.siguiente{
    right: -30px;
    top: 0;
    position: absolute;
}
*/
#navigation {
    text-align: center;
    position: fixed;
    bottom: 55%;
    width: 100%;
}
.anterior {
    left: -30px;
    position: absolute;
}
.siguiente {
    position: absolute;
    right: -30px;
}
.anterior , .siguiente{
    display: inline-block;
}
#navigation  .glyphicon{
font-size: 45px;
color: #e0e0e0;
transition: 0.3s;
}
#navigation  .glyphicon:hover{
    color:#949393;
}

/*****/
.div-50-l img{
    width: 100%;
    margin-bottom: 10px;
}
.box-produc-unic-multi {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box-produc-unic{
    width: 160px;
    margin: 15px 10px;
    display: inline-block;
    flex: 0 0 20%;
}
.box-produc-unic img{
    margin-bottom: 5px;
}
.box-info {
  font-size: 12px;
  opacity: 1;
  transition: 0.3s;
  line-height: 1.1;
  text-align: left;
  width: 70%;
  margin: auto;
}
.box-info span {
  font-size: 2.8rem;
  font-weight: 700;
}
.box-produc-unic-g{
    margin: 5px 10px;
    display: inline-block;
}
.box-produc-unic:hover .box-info , .box-produc-unic-g:hover .box-info  {
    opacity: 1;
}
.box-produc-unic-g img{
    width: 100%;
}
.box-produc-unic-g-multi{
    text-align: center;
}
#textil .box-info{
  position: relative;
}
.desde{
  position: absolute;
  bottom: -14%;
  left: -20px;
}
/****/
  .mouse {
    opacity: 0.3;
    width: 30px;
    height: 50px;
    border: 2px solid #575757;
    position: absolute;
    right: 5%;
    bottom: 168px;
    border-radius: 35px;
    margin-left: -15px;
    animation: mouseMove 1.5s 500ms ease-in-out infinite;
  }
  .mouse-wheel {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 15px;
    border: 1px solid #575757;
    width: 6px;
    border-radius: 500px;
    margin: 5px auto 0;
    margin-top: 5px;
  }
  .mouse-wheel::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #575757;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    border-radius: 15px;
    animation: mouseScroll 1.5s 000ms infinite ease;
  }
  .arrows {
    position: relative;
    width: 26px;
    height: 20px;
    overflow: hidden;
    margin-top: -5px;
  }
  
  .arrows-container {
    overflow: hidden;
    position: relative;
  }
  .arrows {
    position: absolute;
    left: 50%;
    overflow: hidden;
    transform: rotate(45deg);
    margin-left: -5px;
    content: "";
    opacity: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #575757;
    border-left-color: transparent;
    border-top-color: transparent;
    animation: arrowScroll 1.5s 500ms ease-in-out infinite;
  }
  #menuToggle {
    display: block;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
  }
  
  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
   /* top: -7px;
    left: -5px;*/
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
  }
  
  /* * Just a quick hamburger */
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    
    background: #33495f;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  /** Transform all the slices of hamburger into a crossmark. */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-10px, -15px);
    background: #623548;
  }
  
  /** But let's hide the middle one */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  .menu-items ul li{
    list-style: none;
  }
  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    opacity: 1;
    transform: rotate(-45deg) translate(-5px, 10px);
  }

  #menu{
    text-align: center;
    text-decoration: none;
    list-style: none;
    padding: 0;
  }
  #menu li{
    display: block;
    height: 40px;
    margin: 30px auto;
  }
  #menu li a{
    color: #000000;
    font-size: 38px;
  }
  .di-flex{
    display: flex;
    justify-content: center;
  }
  #menuToggle.menuMob{
    display: none;
  }
  .foto-portada{
    width: 100%;

  }
  .foto-cintillo{
    margin: 70px 0;
    width: 100%;
  }
  .box-produc-pair {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .w-100 {
    width: 100%;
  }
  .w-50 {
    width: 50%;
  }
  .w-30{
    width: 30%;
  }
  .box-info > div {
    height: 50px;
    width: 150px;
  }
  .p-legal{
    padding:20px 10px;
    font-size: 10px;
    line-height: 1.7;
  }
  .points{
    font-weight: bold;
    font-size: 18px;
    top: -2.5px;
    font-family: none;
  }
  .politicas-metro{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .politicas-metro .texto-metro{
    width: 80%;
    text-align: justify;
    font-size: 10px;
    padding: 10px 20px;  
  }
  .politicas-metro .texto-metro p{
    padding: 10px 10px;
    line-height: 1.1;
  }
  .politicas-metro .l-metro{
    width: 20%;
    text-align: center;
  }
  .bg-metro{
    background: #fff200;
  }
  .precio-regular.right{
    display: flex;
    align-items: center;
  }
  .precio-regular.right .texto-precios{
    margin-left: 10px;
  }
.box-two-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;;
}
.box-two-product > div {
  width: 49%;
}
.precio-porcentaje span {
  font-size: 42px;
  font-weight: 500 !important;
}
.text-dscto{
  font-size: 20px;
  top: 0;
}
.precio-porcentaje{
  margin-bottom: 5px;
  color: #000;
}
.comidas .texto-precios{
  font-size: 18px;
}
.poncho{
  margin: 0 auto -7px;
  width: 80%;
  border: 1.5px solid #eee;
  background: #eee;
}
.vinos-two{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pijama-mujer .precios {
  margin-top: 35px;
}
.casacas > div:first-child{
  width: 80%;
  max-width: 80%;
}
.casacas > div:last-child{
  width: 20%;
  max-width: 20%;
}
.carteras > div:first-child{
  width: 20%;
  max-width: 20%;
}
.carteras > div:last-child{
  width: 80%;
  max-width: 80%;
}
.vinos-two > div{
  width: 50%;
}
.vinos-two > div > img{
  width: 100%;
}
.mt-18{
  margin-top: 18px !important;
}
.mt-35{
  margin-top: 35px !important;
}
.polera .texto-precio{
  font-size: 16px;
}
.guinda.black p{
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.zapatllas .texto-precio p{
  font-size: 16px;
}
  @keyframes mouseScroll {
    0% {
      margin-top: -10px;
      opacity: 0;
    }
    50% {
      height: 8px;
    }
    100% {
      margin-top: 16px;
    }
  }
  
  @keyframes arrowScroll {
    from {
      margin-top: -2px;
      transform: rotate(45deg);
      opacity: 0;
    }
    50% {
      transform: rotate(45deg);
      opacity: 1;
    }
    to {
      margin-top: 10px;
      transform: rotate(45deg);
      opacity: 0;
    }
  }
  @keyframes mouseMove {
    0%{
      bottom: 162px;
    }
    100%{
      bottom: 140px;
    }
  }
.menu-items li {
  cursor: pointer;
}
a .li__tittle {
    padding: 15px 80px ;
    font-weight:bold;
    color:black;
    font-size: 18px;
    line-height: 1.1;
    font-family: 'D-DINExp';
}
.menu-items ul a li .li__tittle {
  padding: 0px 50px 0;
}
.menu-items ul a:last-child li .li__tittle{
  padding-top: 25px 0 5px;
}
.menu-items li.text-center.position-relative {
  padding: 0 10px;
  height: 65px;
  max-height: 65px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 65px;
  text-align: center;
  position: relative;
}
.menu-items ul a:last-child .li__image{
 position: absolute;
 bottom: 0;
}
/* .last-li{
  margin-top: 20px;
} */
.menu-items.position-relative {
  height: 100%;
  width:100%;
}
#portada-principal{
  padding-top: 60px;
}
.textil {
  padding-bottom: 50px;
}
.img-precio-penultimo{
  width: 50%;
  margin: 30px 0 30px;
  max-width: 150px;
}
.di-flex .col-6{
  width: 50%;
}
.textil .row{
  width: 100%;
  margin: auto;
}
.img-precio-ultimo{
  width: 130px;
}
.menu-items.position-relative ul a{
  text-decoration: none;
  width: 32.3%;
}
.closes{
  position: absolute;
  top: -10px;
  z-index: 999;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  right: 30px;
  cursor: pointer;
}
.promo{
  width: 100%;
  max-width: 110px;
}
sup {
  top: -0.9em;
}
.puntos-bonnus{
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.icon-bonnus{
  font-weight: 600;
}
.precio-bonnus span:before{
  content:"s/ ";
  font-size: 16px;
}
.precio-bonnus  span{
  font-size: 38px;
  font-weight: 600;
  color: #4a66a3 !important;
}
.detalle-bonnus{
  color: #4a66a3;
  margin-left: 1px;
}
.precio-regular .precio-porcentaje  em {
  padding: 3px 7px;
  left: -12px;
}
.icon-bonnus sup{
  color: #ffed00;
  top: -0.3em;
}
.precio-detalle{
  position: relative;
  margin: 0 15px;
}
.precio-detalle hr{
  position: absolute;
  height: 130px;
  width: 2px;
  background: #eeeeef;
  top: 0;
  right: -15px;
  margin-top: 0px;
}
.precio-bonnus  .decimal__precio{
  font-size: 18px;
}
.precio-regular{
  position: relative;
}
.precio-regular em{
  position: absolute;
  background: #fff68f;
  padding: 3px 8px;
  border-radius: 50px;
  left: -5px;
  font-weight: bold;
  top: -5px;
  font-size: 10px;
  font-style: normal;
}
.precio-regular span:before{
  content:"s/ ";
  font-size: 16px;
}
.precio-regular span{
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.icon-plus{
  max-width: 20px;
  max-height: 20px;
}
.bonnus{
  display: flex;
  align-items: center;
  margin-top: -15px;
  line-height: 1;
}
.precios{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 10px auto;
  flex-wrap: wrap;
  width: 80%;
}
.texto-precios{
  line-height: 1.2;
}
.primeros-productos{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item-columna{
  display: flex;
  align-items: center;
}
.columna-imagen{
  width: 80%;
}
.columna-precio{
  width: 20%;
}
.primeros-productos div{
  width: 45%;
}
.item-columna .precio-detalle{
  margin: 10px 0;
}
.mt-50{
  margin-top: 50px;
}
.cremas{
  width: 100%;
  max-width: 60px;
}
.multi-sect div{
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
.multi-sect .multiplo{
  font-size: 22px;
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
}
.price-porcentaje{
  font-size: 50px;
  position: relative;
  font-weight: bold;
}
sup.simbolo {
  top: -0.3em;
}
.simbolo b {
  position: absolute;
  font-size: 10px;
  right: -5px;
  bottom: 0;
  font-weight: bold;
}
.decimal__precio{
  font-size: 18px;
}
.precios {
  width: 100%;
}
.confiteria .columna-imagen, .confiteria .columna-precio{
  max-width: 50%;
  width: 50%;
}
.confiteria .precio-detalle {
  width: 50%;
}
.texto-dscto {
  top: 0;
  font-size: 18px;
  margin-left: 3px;
}
.politicas-precio{
  font-size: 11px;
}
.m-0{
  margin: 0;
}
.precio-porcentaje span:before{
  display: none;
}
.pl-10{
  padding-left: 20px;
}
.bonnus.right{
  margin-top: 0px;
  font-size: 14px;
}
.multiplo strong{
  font-size: 28px;
}
.orange-porcentaje::before{
  display: none;
}
.porc-naranja{
  display: flex;
  flex-direction: column;
}
.porc-naranja .orange-porcentaje{
  margin-top: -10px;
}
.orange-porcentaje{
  color: #ef8600 !important;
  margin-left: 10px;
}
.orange-porcentaje img{
  margin-left: -25px;
  max-width: 40px;
}
.dscto{
  top: 0;
  right: 15px;
  font-size: 10px;
}
.orange{
  color: #ef8600 !important;
}
.orange img{
  width: 50px;
}
.box-three-product{
  display: flex
}
.box-three-product > div{
  flex: 0 33.3%;
  width: 33.3%;
}
.vinos-three{
  display: flex;
  justify-content: space-between;
}
.vinos-three > div{
  width: 30%;
}
.vinos-three > div > img{
  width: 100%;
}
.bebidas .item-columna .columna-imagen {
  width: 70%;
}
.bebidas .item-columna .columna-precio {
  width: 30%;
}
.bebidas .item-columna p{
  font-size: 17px;
}
.vinos-three {
  margin-top: 30px;
}
.multiplica{
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
.bellezas .precio-detalle{
    position: relative;
    margin: 0 15px;
    flex: 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.box-ropa{
  display: flex;
}
.box-ropa > div {
  width: 50%;
}
.box-ropa > div img {
  width: 100%;
}
.precio-regular u{
  position: absolute;
    top: -5px;
    text-decoration: none;
}
.casacas{
  display: flex;
  align-items: center;
}
.carteras {
  display: flex;
  align-items: center;
}
.guinda .texto-precios{
  font-size: 16px;
  font-weight: 200;
}
.guinda .precio-regular span{
  color: #be1d51 !important;
  font-size: 42px;
}
.box-two-product .texto-precios p{
  font-family: 'D-DINExp';
}
.guinda.black .texto-precios {
  line-height: 0.7;
}
.guinda.black .precio-regular span{
  color: #000000 !important;
}
.letterS.vino{
  margin-top: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mbl-none{
  display: none;
}
.food .texto-precios{
  font-size: 18px;
}
.slogan{
  font-size: 10px;
  font-weight: bold;
  color: #F50B0C;
  margin-top: -8px;
}


.precios.comidas.banquete {
  justify-content: center;
}
.precios.comidas .precio-detalle:last-child{
  margin-top: 10px;
}
@media only screen and (max-width: 989px) {
  a .li__tittle {
    color: black;
    padding: 8px 40px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1016px){
  .precios {
    margin: 10px 0px;
    width: 100%;
  }
  .columna-precio .precio-detalle {
      flex: 0 85%;
    }
  .precio-detalle {
    position: relative;
    margin: 0 15px 15px;
    flex: 0 40%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
  .precio-bonnus span {
    font-size: 18px;
  }
  .precio-regular span {
    font-size: 26px;
  }
  .food .precio-detalle {
    position: relative;
    margin: 0 15px 15px;
    flex: 0 50%;
  }
  .vinos-three .precio-detalle {
    position: relative;
    margin: 0 15px 15px;
    flex: 0 70%;
   }
   .sets .precio-detalle {
    position: relative;
    margin: 0 15px 15px;
    flex: 0 95%;
}
.camas .precio-detalle{
  flex: 0 65%;
}
  .bonnus {
    margin-top: -5px;
  }
  sup {
    top: -0.3em;
  }
  .precio-bonnus .decimal__precio {
    font-size: 12px;
  }
  .icon-bonnus {
    font-size: 12px;
    margin-top: -3px;
  }
  .texto-precios {
    font-size: 12px;
  }
  hr{
    display: none;
  }
  .precio-bonnus span:before {
    content: "s/ ";
    font-size: 10px;
  } 
  .precio-regular em {
    left: -10px;
    top: -2px;
    padding: 2px 5px;
    font-size: 8px;
  }
  .precio-porcentaje span {
    font-size: 26px;
    font-weight: 500;
  }
  .precio-regular .precio-porcentaje em {
    padding: 2px 5px;
    left: -10px;
    top: -6px;
}
}
@media only screen and (max-width: 992px){
  .li__tittle {
    padding: 0 4px !important;
  }
  /* .last-li {
    height: 100%;
    align-items: center;
    display: flex;
  } */
}
@media only screen and (max-width: 831px) {
  .box-produc-unic {
    flex: 0 0 40%;
  }
  .box-info span {
    font-size: 2.8rem;
  }
  #popup .popup__image div img{
    width: 95%;
  }
  #popup .popup__image div {
    position: relative;
    text-align: center;
    width: 95%;
  }
  .closes {
    top: -20px;
    right: 8px;

  }
  .menu-items ul{
    padding-left: 0;
  }
  a .li__tittle {
    font-size: 14px;
}
  .box-produc-unic img {
    margin-bottom: 5px;
  }

  img.logo-metro {
    padding-bottom: 20px;
  }
  #portada-principal {
    padding-top: 60px;
  }
  .box-info span{
    font-size: 42px;
  }
  .cremas {
    width: 100%;
    max-width: 75px;
}
}
@media  screen and (max-width: 624px) {
  .oso .precios{
    justify-content: flex-start;
    align-items: unset;
    margin: 6px 0px 0 4px;
  }
  .precios.comidas{
    justify-content: flex-start;
    align-items: unset;
    margin: 6px 0px 0 4px;
  }
  .oso .precios .precio-detalle {
    position: relative;
    margin: 0 7px 0;
    flex: 0 38%;
  }
  .precio-detalle {
    position: relative;
    margin: 0 7px 0;
    flex: 0 45%;
}
.fila .precio-detalle {
  flex: 0 28%;
  align-items: center;
}
.pijama .precio-detalle {
  flex: 0 35%;
}
.box-ropa.pijama .precios {
  min-height: 95px;
  margin-bottom: -30px;
  margin-top: -0px;
}
.precio-regular u {
  font-size: 10px;
  top: -1px;
  left: -15px;
}
section{
  width: 97%;
    margin: auto;
}
  .item-columna {
    flex-direction: column;
}
.columna-precio {
  width: 100%;
  display: flex;
  justify-content: center;
}
.reverse{
  flex-direction: column-reverse;
}
.box-two-product .precio-detalle{
  flex: 0 100%;
}
.precio-regular.right .texto-precios {
  margin-left: 5px;
}
  .politicas-metro .texto-metro {
    width: 70%;
    text-align: justify;
    font-size: 6px;
    padding: 10px 3px;
  }
  .politicas-metro {
    padding: 0px;
  }
  .politicas-metro .l-metro {
    width: 28%;
  }
  .politicas-metro .l-metro img{
    width: 72%;
  }
  .p-legal {
    font-size: 8px;
    text-align: justify;
    line-height: 1.5;
  }
  .cremas {
    width: 100%;
    max-width: 40px;
}
.price-porcentaje {
  font-size: 45px;
  position: relative;
}
.simbolo b {
  font-size: 9px;
 }
 .precio-regular span:before {
    content: "s/ ";
    font-size: 10px;
  }
  .box-two-product .texto-precios {
    font-size: 8px;
  }
  .box-two-product .texto-dscto{
    top: 0;
    font-size: 10px;
    margin-left: 2px;
  }
  .sets .precio-regular span {
    font-size: 18px;
}
.sets .precio-bonnus .decimal__precio {
  font-size: 10px;
}
.sets .decimal__precio {
  font-size: 10px;
  top: -6px;
}
.comidas.banquete .texto-precios{
  font-size: 8px;
}
.comidas.banquete .precio-detalle {
  position: relative;
  margin: 0 3px 0px;
  flex: none;
}
.comidas.banquete .precio-regular span {
  font-size: 20px;
}
.comidas.banquete .decimal__precio {
  font-size: 8px;
  top: -8px;
}
.guinda .texto-precios p{
  font-size: 10px;
}
.guinda .precio-regular u{
  font-size: 8px;
  top: -8px;
  left: 0;
}
.guinda .precio-regular span {
  color: #be1d51 !important;
  font-size: 22px;
}
.casacas {
  margin-top: 20px;
}
.guinda.precio-detalle {
  flex: 0 75%;
  margin-bottom: 0;
}
.polera.box-ropa .precios {
  min-height: 60px;
  padding: 0;
}
.polera .precio-regular span {
  font-size: 24px;
}
.capa .precio-regular span {
  color: #be1d51 !important;
  font-size: 24px;
}
.casacas > div:first-child{
  width: 70%;
}
.casacas > div:last-child{
  width: 30%;
  max-width: 30%;
}
.carteras > div:first-child{
  width: 30%;
  max-width: 30%;
}
.carteras > div:last-child{
  width: 70%;
}
.carteras .texto-precios{
  font-size: 11px;
}
.carteras .texto-precios {
  font-size: 10px;
}
.carteras .precio-regular u {
  font-size: 9px;
}
.carteras .precio-regular span {
  font-size: 23px;
}
.carteras  .precio-detalle {
  flex: 0 70%;
  padding-left: 5px;
}
.sabanas .texto-precios p{
  font-size: 10px;
    line-height: 1;
}
.correa.box-two-product .texto-precios p {
  font-size: 10px;
}
.colcha.box-two-product .texto-precios p {
  font-size: 10px;
}
.zapatillas .texto-precios {
  font-size: 11px;
}
.sabanas .guinda .precio-regular u {
  font-size: 8px;
  top: 1px;
  left: -10px;
}
.colcha .guinda .precio-regular u {
  font-size: 8px;
  top: 0px;
  left: -10px;
}
.camas .orange img {
  width: 18px;
  margin-left: 5px;
}
.zapatillas .precio-regular u {
  font-size: 9px;
}
.zapatillas .precio-regular span {
  font-size: 23px;
}
.zapatillas .precio-detalle {
  flex: 0 70%;
  padding-left: 5px;
}
.guinda .decimal__precio {
  font-size: 11px !important;
}
.box-two-product .precios{
  padding-top: 0;
}
.desk-none{
  display: none;
}
.mbl-none{
  display: block;
}
.pijama-mujer .precios {
  padding-top: 22px;
}
.poncho{
    display: block;
    margin: 5px auto;
}
.capa .guinda .precio-regular u {
  font-size: 7px;
  top: -1px;
  left: -5px;
}
.polera .guinda .precio-regular u {
  font-size: 7px;
  top: -2px;
  left: -8px;
}
}
@media  screen and (max-width: 424px) {
  img.logo-metro {
    padding-bottom: 15px;
  }
  .box-info span{
    font-size: 36px;
  }
  .menu-items ul a:last-child li .li__tittle {
    line-height: 45px;
  }
  .box-info{
    opacity: 1;
    font-size: 11px;
}
  .box-info > div {
    height: 40px;
    width: 108px;
  }
  .img-precio-penultimo {
    width: 70%;
  }
  .img-precio {
    width: 57%;
    max-width: 80px;
  }
  #textil .primeros-productos .box-info {
    width: 80%;
    margin-bottom: 15px;
}
.texto-precio{
  padding-left: 0 !important;
}
#textil .box-info{
  margin-top: 15px;
}
.multi-sect .multiplo {
  font-size: 18px;
  margin-left: -10px;
  font-weight: bold;
 }
 .multi-sect div {
  justify-content: space-between;
}
.box-info span:before {
  content: "s/ ";
  font-size: 12px;
}
.desde {
  position: absolute;
  font-size: 10px;
  bottom: -20%;
  left: -24px;
}
.menu-items li.text-center.position-relative {
    height: 40px;
    max-height: 65px;
    min-height: 50px;
  }
  .columna-imagen {
    width: 100%;
}

 }
@media  screen and (max-width: 333px) {

  .box-info span{
    font-size: 30px;
  }
  .decimal__precio{
    font-size: 16px !important;
  }
  .precio-bonnus span {
    font-size: 20px;
  }
  .puntos-bonnus {
    font-size: 14px;
  }
 
}