  
.single-product .product-content .product-price
    {
    bottom:0px;
    }

/*.fit_b
  {
  position:relative;
  padding-top:100%;    /* 1:1 Aspect Ratio */
 /* text-align:center;
  min-height:250px;   */
  }

/*.fit_b img
  {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  object-fit: cover;  /* adaptation contenu a son parent */
  /*max-height:250px; */
 /* max-width:100%;
  }   */

