.cube-produit {
  position: relative;
  margin: 15px;
  width: 140px;
  max-width: 140px; }
  @media (min-width: 576px) {
    .cube-produit {
      width: 240px;
      max-width: 240px; } }
  .cube-produit a {
    display: block;
    padding: 0 10px 10px;
    border: 1px solid transparent;
    border-bottom: 1px dashed #dee2e6; }
    .cube-produit a:hover {
      border-color: #adb5bd;
      border-style: solid;
      color: initial; }
  .cube-produit img {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%; }
  .cube-produit .flag-product {
    white-space: nowrap; }
    .cube-produit .flag-product .flag {
      font-weight: bold;
      text-transform: lowercase;
      border: 1px solid #2b405b;
      padding: 0px 10px;
      font-size: 0.8rem;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%; }
  .cube-produit .stock {
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background: white;
    padding: 0 5px 0 0; }
  .cube-produit .status {
    font-weight: bold;
    font-size: .800rem; }
  .cube-produit .title {
    font-size: 1rem;
    color: #2b405b;
    margin: 5px 0;
    font-weight: bold;
    height: 70px;
    overflow: hidden; }
    .cube-produit .title .brand {
      font-weight: normal; }
  .cube-produit div.title {
    margin: 5px 0 !important; }
  .cube-produit .star-rating svg {
    width: 16px;
    height: 16px; }
  .cube-produit .service {
    color: #2b405b;
    font-size: .75rem; }
    .cube-produit .service svg {
      margin-right: 10px; }
  .cube-produit .service, .cube-produit .status, .cube-produit .star-rating {
    display: block;
    height: 20px; }
  .cube-produit .price {
    height: 45px; }
    .cube-produit .price .old-price {
      height: 20px; }
  .cube-produit.dummy {
    height: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0; }
  .cube-produit .addCheckout .btn {
    width: 100%; }
