/*-----------------------------------------------
	Banderines compra preferente 9.16
-------------------------------------------------*/  
/* ficha producto*/
p.flag.consumo-preferente-producto {
     display: block;
     position: absolute;
     color: white;
     text-align: center;
     padding: 8px;
     width: 103%;
     margin-left: -10px;
     background-color: var(--color-uno);
     margin-top: 10px;
     text-transform: uppercase;
}
/*vitrina*/
p.flag.consumo-preferente, p.flag.Consumo-preferente {
    display: block;
    position: absolute;
    bottom: 8px;
    z-index: 100;
    background-color: var(--color-uno);
    color: white;
    width: 95%;
    height: 21px;
    font-size: 0;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4.5px;
}
p.flag.consumo-preferente:before {
    content: "consumo preferente";
    font-size: 12px !important;
    display: flex;
    justify-content: center;
}
/*-----------------------------------------------
			Fin Banderines compra preferente
-------------------------------------------------*/  

/*-----------------------------------------------
	Banderines envio gratis
-------------------------------------------------*/   
.flag.envio-gratis {
	height: 40px;
    width: 40px;
    background: url("/arquivos/Enviogratis.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 2%;
    right: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

/*Envio gratis en ficha producto*/
  .flag.envio_gratis_producto {
    height: 18px;
    padding: 0 5%;
    /* background: black; */
    background: #2E3F62;
    position: absolute;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-family: 'Lato';
    font-weight: 900;
    margin-top: 2%;
    font-size: .7rem;
}
  /*.housebar-black .flag.envio-gratis{
  	background: #434343;
  }*/
  
  .sec-producto__descripcion__relacionados .flag.envio-gratis{
  	display:none !important;
  }
  
@media (max-width:991px){
	.flag.envio_gratis_producto {
      display: flex;
      font-size: .5rem;
      height: 15px;
	} 
    
    .flag.envio-gratis{
      /*font-size: .5rem;
      width: 80%;
      left: 10%;*/
      height: 30px;
      width: 30px;
	}
}
/*-----------------------------------------------
			Fin Banderines envio gratis
-------------------------------------------------*/   
