.reorder{
    margin-top: 10px;
}
 /* Clean table look - remove bottom border */
 #buyAgainTable {
    border-bottom: none !important;
    width: 100% !important;
}

/* Remove border under the header */
#buyAgainTable thead th {
    border-bottom: none !important;
     width: 100% !important;
}

/* Remove DataTables' default border and shadow */
table.dataTable thead th {
    border-bottom: none !important;
    
}

/* Also target any wrapper divs added by DataTables */
.dataTables_wrapper .dataTables_scrollHead th {
    border-bottom: none !important;
    
}


/* Style the pagination buttons */
.dataTables_paginate {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.dataTables_paginate .paginate_button {
    /* background-color: #f0f0f0; */
    /* border: none; */
    /* padding: 8px 16px !important; */
    margin-left: 10px !important;
    /* border-radius: 4px !important; */
   
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background-color: #eeeeee  !important;
border-color: #eeeeee !important;
color: #333333 !important;
}

.dataTables_paginate .paginate_button:hover:not(.disabled) {
    background-color: #ddd !important;
}

.dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Using CSS triangles */
.dataTables_paginate .previous::before {
    content: "<";
    display: inline-block;
    margin-right: 5px;
    
}

.dataTables_paginate .next::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    
}/* Style the table scrollbar */



.dataTables_scrollBody {
    overflow-x: auto !important;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #808080 #f0f0f0;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

.buy-again-thumbnail img{
    display: inline !important;
}