.reorder{
margin-top: 10px;
} #buyAgainTable {
border-bottom: none !important;
width: 100% !important;
} #buyAgainTable thead th {
border-bottom: none !important;
width: 100% !important;
} table.dataTable thead th {
border-bottom: none !important;
} .dataTables_wrapper .dataTables_scrollHead th {
border-bottom: none !important;
} .dataTables_paginate {
margin-top: 20px;
text-align: right;
margin-bottom: 20px;
}
.dataTables_paginate .paginate_button {   margin-left: 10px !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;
} .dataTables_paginate .previous::before {
content: "<";
display: inline-block;
margin-right: 5px;
}
.dataTables_paginate .next::after {
content: ">";
display: inline-block;
margin-left: 5px;
} .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;
}