
#add2cart,#add2cart:hover{
    border:none;
    outline:none;
    background: #000;
    color: #fff;
    width: 36%;
    text-transform: uppercase;
  }
  .price{
    font-size: 20px;
    color: #f3cb23;
    font-weight: 600;
  }
  #add2cart:hover{
    background: transparent;
    color:#000;
    border: 1px solid #000;
  }
  #quantity{
    width: 20% !important;
  
  }
  @media(min-width:769px) {
   
  .pdt-seller-more-read-buy{
    
    display: flex;
      flex-wrap: wrap;
  }
  .col-pdt-seller-more{
    
    margin: 6px;
      width: calc(100% / 6 - 12px);
  }
  .img-good-kw-pdt-seller-more img{
  width: 100%;
  } 
  }
  
  
  @media(max-width:768px){
    
  .toggleForm .input-group{
    flex-wrap: wrap !important;
  }
  #quantity, #add2cart, #add2cart:hover{
    width: 100% !important;
    
        padding: 10px;
        margin-top: 5px;
        border-radius: 5px;
}
  }