#buyAgain .modal-content {
    padding: 30px;
    background: #fff;
    position: relative;
}

#buyAgain .modal-header button {
    color: rgba(0, 0, 0, 0.6);
}

#buyAgain .modal-body p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

#buyAgain .modal-header {
    display: none;
}

#buyAgain .modal-footer {
    border: none;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}

#buyAgain .modal-footer button{
    padding: 10px;
    margin: 0;
    text-align: center;
    flex: 1 1 0;
}

#buyAgain .modal-footer .btn-default,
#buyAgain .modal-footer .btn-default:hover,
#buyAgain .modal-footer .btn-default:focus,
#buyAgain .modal-footer .btn-default:active {
    color: #FF41B4 !important;
    background: transparent !important;
    border: solid 1px #FF41B4 !important; 
}

#buyAgain .modal-footer .btn-primary,
#buyAgain .modal-footer .btn-primary:hover,
#buyAgain .modal-footer .btn-primary:focus,
#buyAgain .modal-footer .btn-primary:active {
    color: #fff !important;
    background: #FF41B4 !important;
    border: solid 1px #FF41B4 !important;  
}