    button.buyblack {
    
    color: #fff;
    /* border: 1px solid #6CBE45; */
    background-color: #000;
    outline: none;
    cursor: pointer;
    padding: 10px 20px !important;
    transition: 0.3s;
    border-radius: 99px;
    padding: 8px 10px;
    margin-right: 5px;
    max-height: 80px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 249px; }
    
    
        button.buygreen {
        
         color: #fff;
    /* border: 1px solid #6CBE45; */
    background-color: #6CBE45;
    outline: none;
    cursor: pointer;
    padding: 10px 20px !important;
    transition: 0.3s;
    border-radius: 99px;
    padding: 8px 10px;
    margin-right: 5px;
    max-height: 80px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 249px;
        }

p.disti-ecom{
    font-size: 15px;
    margin-top: 5px;
    color: #000;
}

p.disti-ecom a {
    color: #000;
}