.NormalText{
    color: #050604;
}

.PrimaryBackColor{
background-color: #FFDE4D !important;
}

.PrimaryBorderColor{
    border-color: #FFDE4D !important;
}

.Background{
    background-color:#f8f8f6 !important; 
}

.SecondaryColor{
    color:#95710d !important;
}

.SecondaryBackColor{
    background-color: #95710d !important;
}

.AccentColor{
    color:#FA8900 !important;
}

.AccentColorBorder{
    border-color: #FA8900 !important;
}

.AccentBackColor{
    background-color: #FA8900 !important;
}
.bglight{
    background-color:#F3F3FA !important;
}
.borderlight{
    border:1px solid #F3F3FA !important;
}
.PriceColor{
    color:#50B498 !important;
}

.AcceptButton{
    background-color: #000 !important;
    border:1px solid #000 !important;
    color:#fff !important;
}