.table th {
    background: #2b0e48 !important;
    color: white;
}

.table td, .table tr {
    border: 3px solid #2b0e48;
}

#aspnetForm > div.container-fluid > div > div > section > div > div > div:nth-child(2) > div > div:nth-child(2) {
    background-color: white;
    border-radius: 14px!important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    padding : 20px;
    margin-bottom : 20px;
}

.login::before {
    content: "\f2f6"; /* fa-sign-in-alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}


@media only screen 
   and (max-width : 768px) {
#aspnetForm > div.container-fluid > div > div > section > div > div > div:nth-child(2) > div > div:nth-child(2) {
    overflow-x: scroll;
}
}

a#ctl00_Main_hlProceed, a#ctl00_Main_lbCancel,a#ctl00_Main_gvItems_ctl02_lbRemove,.guest-btn,a#ctl00_Main_hlLogin2 {
    background-color: #2b0e48;
    padding: 10px 15px 10px 15px;
    border-radius: 12px;
    color: white !important;
    width: fit-content;
}

a.msl-icon:before, a .msl-icon:before {
    background: #ffffff!important;
}

.msl-icon:before {
    content: none;
}

.table td, .table th {
    vertical-align: middle !important;
}

a[id$="_lbRemove"]::before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}

.guest-btn a {
    color: #ffffff!important;
}

/* Proceed to Checkout */
.msl_checkout::before {
    content: "\f09d"; /* fa-credit-card */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

/* Cancel this transaction */
.msl_cancel::before {
    content: "\f05e"; /* fa-ban */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}