.badge-primary{color: #fff;}

.card-title {
  color: #000000;
}

.top-header .container{
    justify-content: flex-end !important;
}

.border.border-info.rounded.my-2.browse_design.w-100{
    background-color: #F2006E !important;
}

.browse_design .btn-img-text{
    color: #000 !important;
}

.border.border-primary.rounded.my-2.custom_design.w-100{
    background-color:  #7BC702 !important;
}

.custom_design .btn-img-text {
    color: #000 !important;
}

.border.border-secondary.rounded.my-2.upload_design.w-100{
    background-color:  #017CC9 !important;
}

.upload_design .btn-img-text {
    color: #000 !important;
}

.d-block.text-black-50.short-disc.mb-0{
    color: #fff !important;
}
#product_info_predefined #SubmitBtn[value="Continue Checkout"] {

    display: none !important;

}
@media screen and (max-width: 768px) {
#frmadditionallogin .row .col-12, #frmpredefinedlogin .row .col-12{
  order: 1;
}
#frmadditionallogin .row #additiona_login_box, #frmpredefinedlogin .row #additiona_login_box{
  order: 3;
}
#frmadditionallogin .row #guestlogin, #frmpredefinedlogin .row #guestlogin{
  order: 2;
}
}