 .btn-gold {
    background-color: #db9e30 !important;
    border-color: #db9e30 !important;
    color: #fff !important;
}
.btn-gold-add-cart {
    
    border-color: #db9e30 !important;
    color: #db9e30 !important;
}
.btn-gold-add-cart:hover {
    background-color: #db9e30 !important; /* same gold */
    border-color: #db9e30 !important;
    color: #fff !important; /* force white text */
}
.text-number{
    color: #db9e30;
}
.package-price {
    font-size: 18px;
    margin: 10px 0;
}

.package-price .original-price {
    color: #888;
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 16px;
}

.package-price .final-price {
    color: #db9e30; /* gold */
    font-weight: bold;
    font-size: 20px;
}
