.welcome-msg p {
    font-size: 18px;
}

.search-form {
    margin-bottom: 48px;
}

.pagination {
    margin: 0 !important;
}

.brand-nav ul {
    width: 100%;
}

.dataTables_wrapper .row:first-child {
    margin-top: 10px;
}

.datatable .sale-item span.sale-text {
    width: 30%;
    left: unset;
    right: 0;
}

#captcha {
    width: 100px !important;
    display: inline-block !important;
}

@media (max-width: 767px) {
    #session-language {
        margin: 12px 0 0 15px;
    }
}

pre.error-404 {
    border: 0;
    margin: 0 auto;
    display: table;
}

.tabbable .nav-tabs {
    padding: 0;
    border-radius: 0.3rem;
}

.tabbable .nav-tabs > li {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
}

.nav-tabs > li > a > i {
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #f8f9fa;
    color: #999;
    border: none;
}

.datatable thead tr {
    background-color: #000 !important;
    color: #fff !important;
}

.datatable thead tr th i {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #dd4f4f;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
}

table.dataTable.fixedHeader-floating {
    z-index: 3;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 16px;
    content: "\f067";
    color: #888888;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    background-color: transparent;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    background: transparent;
    content: "\f068";
}

.dtr-title i {
    display: none;
}

#contact {
    padding-top: 10px;
}

#contact .agent-name {
    display: block;
    font-size: 22px;
}

#contact .divisions {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#basket_success_table thead th {
    font-size: 14px;
    padding: 11px;
}

#basket_success_table tbody td {
    font-size: 16px;
    padding: 2px 14px;
    white-space: nowrap;
}

#basket_success_table tbody td.spacer {
    font-size: 6px;
}

#basket_success_table tbody .heading td {
    font-size: 20px;
    padding: 11px 11px 0;
    font-weight: bold;
}

#basket_success_table tfoot td {
    border-width: 1px;
}

#basket_success_table tfoot td.total {
    font-size: 24px;
    padding: 25px;
}

.batch-code {
    min-width: 300px;
}

.batch-results table {
    width: 100%;
}

.batch-results th, .batch-results td {
    border: 1px solid black;
    padding: 5px 10px;
}

.standards ul {
    padding-left: 0;
    margin-left: 0;
}

.previous_orders .btn {
    display: block;
}

.deal-item {
    position: relative;
}

.deal-item .product-image img {
    object-fit: contain;
}

.corner-flash {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C3A370;
    color: #fff;
    font-size: 1.2rem;
    padding: 2%;
    text-align: center;
}

.basket-notice {
    position: fixed;
    bottom: 0;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 25px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle box shadow */
}

.basket-notice.success {
    background-color: #d4edda;
    color: #155724;
}

.basket-notice.error {
    background-color: #f8d7da;
    color: #721c24;
}