.top_table {
    overflow: auto;
    clear: both;
    padding: 50px 0;
}

.top__table_title {
    color: #181818;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    font-weight: bold;
}

.top__table_search {
    color: #181818;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    padding-top: 30px;
}

.top__table_search input,
.top__table_search select {
    color: #181818;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    flex-grow: 1;
    height: 45px;
    border: none;
    padding: 0 10px;
    margin: 0;
    outline: none !important;
    background-color: #f7f7f7;
    width: 100%;
}

.top__table_search_input {
    border-radius: 5px;
    background-color: #f7f7f7;
    border: 1px solid #707070;
    width: 400px;
    height: 47px;
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 35px;
}

.table__input_submit input,
.table__input_submit button {
    width: 37px;
    height: 45px;
    border-radius: 0 5px 5px 0;
    background-color: #e79947;
    border: none;
    color: #fff;
}

.table__input_text {
    border-left: 1px solid #707070;
}

.right_logo {
    float: right;
}

.top__table_search select {
    width: 50%;
}

.top_table_cover {
    /* float: left; */
}

.top__table_filters {
    color: #181818;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    clear: both;
    padding-top: 30px;
    overflow: hidden;
}

.pagination-outer,
.top__table_pager {
    color: #181818;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    float: right;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
}
.pagination-outer > span, 
.top__table_pager > span, 
.pagination-outer > p, 
.top__table_pager > p,
.display-item-outer li label {
    margin: 6px 0 0 !important;
    float: left;
    font-size: 14px !important;
    color: #676767;
    text-transform: uppercase;
    font-weight: 500;
}

.pagination-outer li.disabled,
.top__table_pager li.disabled {
    opacity: .7;
    pointer-events: none;
    display: none;
}
.pagination-outer ul,
.top__table_pager ul {
    float: right;
    margin-left: 20px;
}

div .pagination-outer a, 
div .top__table_pager a, 
div .pagination-outer li>span, 
div .top__table_pager li>span,
.display-item-outer select {
    color: #777;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    /* padding-top: 30px; */
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    padding: 0 7px;
    font-weight: 700;
    border: 1px solid #777;
    border-radius: 3px;
    margin: 0 3px;
    min-width: 30px;
    line-height: 30px;
    width: auto;
    height: auto;
}
a.current_paged_table,
.pagination-outer .active a,
.top__table_pager .active a,
.pagination-outer a:hover,
.top__table_pager a:hover {
    background-color:#e79947;
    color: #fff;
    box-shadow: 0 0 3px 0px rgb(231 153 71 / 53%);
    border-color: #ce8940;
}

.pagination-outer li,
.top__table_pager li {
    padding: 0;
    margin: 0;
    background: transparent !important;
}

.top_table thead th {
    width: 1530px;
    height: 71px;
    background-color: #ffeede;
    border: 1px #848484 solid;
    border-width: 1px 0;
    padding: 0 16px;
    font-size: 17px;
}

.top_table table {
    width: 100%;
}

.top_table td {
    border-bottom: 1px solid #848484;
    padding: 14px;
    color: #181818;
    font-family: "Montserrat";
    font-size: 16px;
    white-space: nowrap;
}

.btn_table {
    /* width: 133px; */
    /* height: 28px; */
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #838383;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    vertical-align: middle;
    border: 1px solid #3a3a3a;
    transition: all .15s linear;
    padding: 2px 9px;
}

.btn_table_yellow {
    background-color: #e79947;
}

.btn_table:hover {
    background-color: #696868;
    color: #fff;
}

.btn_table_yellow:hover {
    background-color: #c3823d;
    color: #fff;
}

@media (max-width: 1199px) {
    .top__table_title {
        font-size: 20px;
    }

    .right_logo {
        max-width: 150px;
        padding-bottom: 10px;
    }

    .top__table_search {
        font-size: 14px;
        white-space: nowrap;
        /* clear: both; */
        padding-top: 15px;
    }

    .top__table_search_input {
        width: 300px;
        height: auto;
    }

    .table__input_text .help-block {
        margin: 0;
    }

    .top__table_search input, .top__table_search select {
        height: 30px;
        font-size: 14px;
    }

    .table__input_submit input, .table__input_submit button {
        height: 30px;
        width: 30px;
    }

    .top_table thead th {
        padding: 10px;
        height: auto;
    }

    .top_table tbody td {
        font-size: inherit;
        padding: 5px 10px;
    }

    .top__table_search > span {
        /* clear: left; */
        /* float: left; */
    }

    .top__table_search_span {
        /* float: left; */
        padding-top: 10px;
        clear: left;
        display: block;
    }

    .top__table_filters {
        padding-top: 15px;
        font-size: 15px;
    }

    .pagination-outer ul,
    .top__table_pager ul {
        margin-left: 20px
    }

    .btn_table {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .top_table tbody tr:Nth-child(even),
    .top_table tbody tr:Nth-child(even) td {
        background: #f5f5f5a3;
        /* border-color: #999; */
    }

    .top_table tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .top_table tbody td {
        padding-left: 50%;
        width: 100%;
        position: relative;
        white-space: normal;
    }

    .top_table thead {
        display: none;
    }

    .top_table tbody td:before {
        content: 'Maker';
        position: absolute;
        left: 10px;
        font-weight: bold;
    }

    .top_table tbody td:nth-child(2):before {
        content: 'Model';
    }

    .top_table tbody td:nth-child(3):before {
        content: 'Year';
    }

    .top_table tbody td:nth-child(4):before {
        content: 'Weight';
    }

    .top_table tbody td:nth-child(5):before {
        content: 'Length';
    }

    .top_table tbody td:nth-child(6):before {
        content: 'Width';
    }

    .top_table tbody td:nth-child(7):before {
        content: 'Height';
    }

    .top_table tbody td:nth-child(8):before {
        content: 'Catalogue';
    }
}

@media (max-width: 767px) {
    .right_logo {
        max-width: 100%;
        /* margin: 0 auto; */
        text-align: center;
        float: none;
    }

    .top__table_search_input {
        float: left;
        margin: 5px 0 0;
    }

    .pagination-outer ul,
    .top__table_pager ul {
        float: left;
        clear: both;
        display: flex;
    }
    .pagination-outer li, 
    .top__table_pager li{
        /* display: none; */
    }
    .pagination-outer li.first, 
    .pagination-outer li.prev,
    .pagination-outer li.next, 
    .pagination-outer li.last,
    .top__table_pager li.first, 
    .top__table_pager li.prev,
    .top__table_pager li.next, 
    .top__table_pager li.last {
        /* display: inline-block !important; */
    }

    .top__table_search_span1 {
        display: block;
    }
}
