.product-count {
    margin-bottom: 10px;
    display: flex;
   
  }
  
  .product-count a {
    text-decoration: none;
    font-weight: 500;
    color: black;
  }
  
  .button-count {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #B3CC23;
    color: white;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border: none;
    outline: none;
  }
  .button-count:first-child{
      border-top-left-radius: 100%;
      border-bottom-left-radius: 100%;
  }
  
  .button-count:last-child{
      border-top-right-radius: 100%;
      border-bottom-right-radius: 100%;
  }
  .button-count:active {
    background-color: #5d721a;
  }
  .button-count:focus{
      outline: none!important;
  
  }
  .number-product {
    width: 45px;
    height: 25px;
    font-size: 13pt;
    border: none;
    text-align: center;
  }
  
  :disabled {
    background-color: silver;
  }
  .detail-product-afterdiscount{
          color: #b3cc238d!important;
          text-decoration:line-through;
          margin-right: 10px!important;
  }	
.discount-amount-span{
    color:rgba(255, 255, 255, 0.718);
    background-color: rgba(255, 0, 0, 0.729);
    font-size: 10pt;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    
}
