#cshero-footer .cshero-footer-wrapper #cshero-footer-top-bar ul.menu li + li{
    margin-left: 25px;
}

.cshero-footer-wrapper #cshero-footer-top-bar .row{
    display: flex;
    justify-content: space-between;
}


.footer-withdrawal-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 15px 7px;
    border-radius: 6px;
    border: 1px solid #ffff00;
    background-color: #ffff00;
    color: #000000 !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 0.8;
    cursor: pointer;
    width: 200px;
    min-width: fit-content;
    transition: all ease 150ms;
}

.footer-withdrawal-button:hover,
.footer-withdrawal-button:focus {
    background-color: #DEDE1C;
    border-color: #DEDE1C;
    opacity: 0.85;
    color: #000;
}

@media (max-width: 1200px) {
    .cshero-footer-wrapper #cshero-footer-top-bar .row{
        flex-direction: column;
    }
    .footer-withdrawal-button{
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .footer-withdrawal-button {
        margin: 30px auto 0;
    }
}

/* Login Page */
.withdrawal-login-notice {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-left: 4px solid #cc0000;
    border-radius: 4px;
}

.withdrawal-login-notice strong {
    display: block;
    margin-bottom: 6px;
    color: #cc0000;
    font-size: 18px;
    line-height: 1.3;
}

.withdrawal-login-notice p {
    margin: 0;
    color: #222222;
    font-size: 14px;
    line-height: 1.5;
}
/* ================================
   Merch Orders Page
================================ */

.merch-orders-page {
    padding-bottom: 80px;
}

.merch-orders-page .page-title {
    margin: 0 0 12px;
    color: #222222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}

.merch-orders-page__intro {
    max-width: 820px;
    margin: 0 0 26px;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
}

.merch-orders-page .alert {
    margin: 0 0 22px;
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.45;
}


/* ================================
   Merch Orders Table
================================ */

.merch-orders-table-wrap {
    width: 100%;
    margin-top: 22px;
    overflow-x: auto;
    border-radius: 8px;
}

.merch-orders-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.merch-orders-table thead th {
    padding: 14px 16px;
    background-color: #f5f5f5;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4e4;
}

.merch-orders-table tbody td {
    padding: 16px;
    color: #222222;
    font-size: 15px;
    line-height: 1.45;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
}

.merch-orders-table tbody tr:hover {
    background-color: #fafafa;
}

.merch-orders-table tbody tr:last-child td {
    border-bottom: 0;
}

.merch-orders-table__products {
    min-width: 280px;
}

.merch-orders-table__empty {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    font-style: italic;
}


/* ================================
   Page Buttons
================================ */

.merch-orders-page .small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 15px;
    background-color: #222222;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.merch-orders-page .small-btn:hover,
.merch-orders-page .small-btn:focus {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.merch-orders-page .small-btn:disabled,
.merch-orders-page .small-btn[disabled] {
    background-color: #e4e4e4;
    color: #777777;
    cursor: not-allowed;
    opacity: 1;
}

.merch-orders-page .merch-withdrawal-btn {
    background-color: #cc0000;
    color: #ffffff;
}

.merch-orders-page .merch-withdrawal-btn:hover,
.merch-orders-page .merch-withdrawal-btn:focus {
    background-color: #a80000;
    color: #ffffff;
}


/* ================================
   Bootstrap Modal Fixes
================================ */

.modal-backdrop {
    z-index: 1040;
}

.merch-withdrawal-modal {
    z-index: 1050;
}

body.modal-open {
    overflow: hidden;
}


/* ================================
   Merch Withdrawal Modal
================================ */

.merch-withdrawal-modal .modal-dialog {
    max-width: 520px;
    margin: 90px auto;
}

.merch-withdrawal-modal .modal-content {
    overflow: hidden;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.merch-withdrawal-modal .modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.merch-withdrawal-modal .modal-title {
    margin: 0;
    padding-right: 42px;
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.merch-withdrawal-modal .close {
    position: absolute;
    top: 17px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #999999;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.merch-withdrawal-modal .close:hover,
.merch-withdrawal-modal .close:focus {
    color: #cc0000;
    opacity: 1;
}

.merch-withdrawal-modal .modal-body {
    padding: 22px 24px 18px;
    background-color: #ffffff;
}

.merch-withdrawal-modal .modal-body p {
    margin: 0 0 14px;
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
}

.merch-withdrawal-modal .modal-body p:last-child {
    margin-bottom: 0;
}

.merch-withdrawal-modal .modal-body strong {
    color: #222222;
    font-weight: 700;
}

.merch-withdrawal-modal #merchWithdrawalOrderNumber {
    color: #222222;
    font-weight: 600;
}

.merch-withdrawal-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 22px;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
}

.merch-withdrawal-modal .modal-footer .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.merch-withdrawal-modal .merch-withdrawal-cancel {
    background-color: #eeeeee;
    color: #222222;
}

.merch-withdrawal-modal .merch-withdrawal-cancel:hover,
.merch-withdrawal-modal .merch-withdrawal-cancel:focus {
    background-color: #dddddd;
    color: #222222;
}

.merch-withdrawal-modal .merch-withdrawal-submit {
    background-color: #cc0000;
    color: #ffffff;
}

.merch-withdrawal-modal .merch-withdrawal-submit:hover,
.merch-withdrawal-modal .merch-withdrawal-submit:focus {
    background-color: #a80000;
    color: #ffffff;
}


/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
    .merch-orders-page .page-title {
        font-size: 36px;
    }

    .merch-orders-table {
        min-width: 720px;
    }
}

@media (max-width: 767px) {
    .merch-orders-page {
        padding-bottom: 50px;
    }

    .merch-orders-page .page-title {
        font-size: 30px;
    }

    .merch-orders-page__intro {
        font-size: 15px;
    }

    .merch-orders-table {
        min-width: 680px;
    }

    .merch-orders-table thead th,
    .merch-orders-table tbody td {
        padding: 13px 12px;
    }

    .merch-withdrawal-modal .modal-dialog {
        width: auto;
        max-width: none;
        margin: 30px 14px;
    }

    .merch-withdrawal-modal .modal-header {
        padding: 18px 18px 14px;
    }

    .merch-withdrawal-modal .modal-title {
        font-size: 20px;
    }

    .merch-withdrawal-modal .close {
        top: 15px;
        right: 15px;
    }

    .merch-withdrawal-modal .modal-body {
        padding: 18px;
    }

    .merch-withdrawal-modal .modal-footer {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 16px 18px 18px;
    }

    .merch-withdrawal-modal .modal-footer .btn {
        width: 100%;
        min-width: 0;
    }
}
