@font-face {
    font-family: Urbanist;
    src: url('../../fonts/Urbanist-Bold.ttf');
    font-weight: 700;
}
.wc-product-table-select-filters input[type=search] {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    min-height: 0;
    vertical-align: baseline;
    width: auto;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    color: #43454b;
    height: 32px;
    min-width: auto;
    padding: 0 .5em;
    border: 1px solid #BFA671 !important;
    background: white !important;
    margin: 0;
}

.ds-pagination form {
    display: flex;
    align-items: center;
}
.ds-pagination {
    gap: 20px 5px;
    color: #000;
    font-family: Gravity, serif;
}
.ds-table-4 .product-table__cell--col--4:nth-child(3) {
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000000DE;
    font-weight: 400;
    font-size: 14px;
}
.ds-table-4 .product-table__cell--col--4:nth-child(5) {
    text-align: right;
    justify-content: flex-end;
}
.select2-container .select2-selection--single {
    border: 1px solid #0000001F;
    width: 70px;
}
.product-table__overflow {
    overflow: visible !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    display: block;
}
.select2-container:has(.select2-dropdown) {
    top: 39px !important;
}
.dataTables_length .select2-container {
    width: 75px !important;
}

.select2-container,
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
    padding-left: 19px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    border: none;
    height: 30px;
    top: 6px !important;
    transform: none;
    right: -15px !important;
}


.select2-dropdown .select2-results__option {
    font-weight: 600 !important;
    font-size: 16px !important;
}
.select2-dropdown {
    width: 70px !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(0deg);
}

.campaigns-per-page {
    position: relative;
    right: 10px;
}
.page main {
    padding-bottom: 90px !important;
}
.ds-pagination__mobile .ds-button {
    padding: 0 51px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.account-wishlist-wrap .wc-product-table-select-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 850px) {
    .ds-pagination {
        display: flex !important;
        margin-top: 30px;
    }
    .ds-pagination .campaigns-per-page,
    .ds-pagination [for="campaigns_per_page"] {
        display: none;
    }
    .ds-pagination .ds-pagination__nav {
        flex-direction: column;
    }
    .stats__mobile-title {
        display: block !important;
    }
    .wc-product-table-controls.wc-product-table-above {
        display: none;
    }
    .ds-status {
        font-family: Urbanist;
    }
    .order-table-mobile__wrap {
        font-weight: 500;
        font-family: Urbanist;
        font-size: 20px;
        text-transform: uppercase;
    }
    .stats__mobile--links a {

    }
}
