.product-bestprice {
  border: #484848 1px dotted;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .product-bestprice h4 {
    font-size: 14px;
  }

  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  