/**
*
* IMAGENES EN DETALLE DE PRODUCTO
*
*/
.batta-color-image{
    display:flex;
    align-items:center;
    justify-content:center;    
    border-radius:5%;
    overflow:hidden;
    padding:0;
    background:none;
}

.batta-color-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:5%;
}

.product-variants .color, .product-variants .input-color {
  width: 6rem;
  height: 5rem;
  line-height: 2rem;
}
.product-variants .input-radio, .product-variants .radio-label {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 2rem;
  align-content: center;
  border-radius: 10px;
  font-weight: 700;
  border: solid 1px #eee;
}