
/*-------------------------Detail view-------------------------*/
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
.carousel{
    height: 46vh;
}
.wrap {
    display:flex;
    flex-direction: column;
}

.article-detail{
    margin-bottom: 4rem;
    margin-top: 2.5rem;
    min-height: 80vh;
}

.right-column p{
    font-size: 2rem;
}

.right-column h1{
    font-size: 4rem;
    font-weight: 900;
}

.right-column h2{
    font-size: 3.25rem;
}

.imagenes-chicas-container{
    margin-bottom: 1rem;
}

.imagen-chica-izquierda{
    border: solid 1px black;
    border-radius: 15%;
    padding: 1.1rem 0;
    margin-top: 0.5rem;
    display: none;
}

.imagenes-chicas{
    border: dashed 1px black;
    border-radius: 15%;
    padding: 1.1rem 0;
    margin-top: 0.5rem;
}

.imagenes-chicas:hover{
    border: solid 1.5px blue;
}

.color-seleccionado img{
    border: solid 2.5px blue;
}

#color-seleccionado-texto{
    font-weight: bold;
}

#talle-seleccionado-texto{
    font-weight: bold;
}

.talles{
    margin: 2rem 0;
    padding-top: 2rem;
    border-top: solid 1px darkgrey;
}

.talles-display{
    display: inline;
}

.boton-talle{
    border: black dashed 1px;
    margin-right: 1.5rem;
    padding: 0.5rem 1rem!important;
    border-radius: 15%;
}

.seleccionable{
    border: black solid 1px;
    cursor: pointer;
}

.talle-seleccionado{
    border: solid 2.5px blue!important;
}

.envios{
    border-top: solid 1px darkgrey;
    padding-top: 2rem;
}

.share{
    font-size: 2rem;
}

.share *{
    color: black;
    text-decoration: none;
}
.activa-img{
    visibility: visible!important;
    opacity: 1!important;
}

.active{
    visibility: visible!important;
    opacity: 1!important;
    display: flex;
}

.tabla-talles{
    max-width: 70%;
    left: 16%;
}

.cantidad-agregar{
    margin-bottom: 1rem;
}

.cantidad-agregar-input{
    font-size: 18px;
    max-width: 40px;
    margin-bottom: 1rem;
}

.label-discount{
  background: #007bff;
  position: absolute;
  left: 15%;
  top: 5%;
  font-size: 14px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-radius: 5px;
  padding: 5px;
}

.strike{
  text-decoration: line-through;
}

/*--------------productos relacionados ---------------------*/

#productos-relacionados{
 display: flex;
 flex-direction: row;
 overflow: hidden;
 max-width: 100%;
}

.prod-rel-img-container{
    max-width: 20%;
}

@media (max-width: 767px) {
  .label-discount{
    font-size: 12px;
    width: 20%;
    
  }
}