/*!
 * Custom Objectos Bootstrap
 
 */
 .col-md-3-store,.col-md-4-store, .col-sm-6-store, .col-sm-12-store {
    position: relative;
    min-height: 1px;
    padding-right: 0.25%;
    padding-left: 0.25%;
  }
  /*la imagen puede tener la propiedad object-fit:contain (muestra la imagen completa) o object-fit:cover (no muestra la imagen completa, la ajusta)*/
.img-fit-contain{
    object-fit:contain !important;
    }
.img-fit-cover{
    object-fit:cover !important;
    }    
.img-fit-product{
    width:100% !important; 
    height:420px !important;
}
.img-fit-product-view{
  width:100% !important; 
  height:550px !important;
}   
.thumbs a,
#thumbs a {
  display: block;
  border: solid 1px transparent;
}
.thumbs a.active,
#thumbs a.active {
  border-color: #c27baa;
}

.heigth_thumb{
    max-height: 200px !important;;
    width: 100% !important;
} 
.heigth_thumb_min{
  max-height: 120px !important;;
  width: 100% !important;
} 
 @media (min-width: 768px) {
    .col-sm-6-store, .col-sm-12-store {
      float: left;
    }
    .col-sm-12-store {
      width: 99.5%;
      margin:2.5%;
    }
    .col-sm-6-store {
      width: 45%;
      margin:0.25%;
    }
    .img-fit-product{
        width:100% !important; 
        height:420px !important;
    }


  }
  @media (min-width: 992px) {
    .col-md-3-store, .col-md-4-store {
      float: left;
    }

    .col-md-4-store {
      width: 31.33333333%;
      margin:0.1%;
    }
    .col-md-3-store {
      width: 24.5%;
      margin:0.25%;
    }
    .img-fit-product{
        width:100% !important; 
        height:420px !important;
    }
  }