.table-product>thead>tr>th {
    font-size: .75rem;
    text-transform: uppercase;
  }

  
  .table-product .icon {
    color: #999;
  }  
  .table-product .icon-star {
    color: #ddbc95;
    font-size: 16px;
  }  
  
  .table-product .price-st {
    font-size: 16px;
    font-weight: 200;
    color: #999;
    text-decoration: line-through;
  }  
  .table-product .currency, .currency {
    color:#ddbc95;
    font-size: 12px;
    font-weight: 200;
    vertical-align: top;
    text-align: left;
  }  
  .table-product .price, .price {
    color:#ddbc95;
    font-size: 26px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
  }  
  .table-product .date {
    color:#fff;
    background-color: #ddbc95;
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 8px 8px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
  }  

