.parts-table {
    height: 500px;
    overflow-y: auto;
}
.table .thead-dark th {
    position: sticky;
    top: 0;
}
a.disabled-btn {
    pointer-events: none;
    margin: auto;
    display: block;
    text-align: center;a
    font-size: 2em;
    color: gray;
}
p.parts-video {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}
.category-img {
    cursor: pointer;
    width: 150px;
}
.total-cart-count span {
    color: chartreuse;
    font-weight: 900;
}
#checkout h3,
.total-cart-count {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
input#form_submit {
    border: 2px solid chartreuse;
    text-transform: uppercase;
    width: 100%;
    padding: 0px;
    font-size: 24px;
    background: chartreuse;
    letter-spacing: 1px;
}
div#show-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cart-each-product {
    padding: 0 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.total-cart-cost {
    font-size: 45px;
    display: block;
}
.quantityContainer input {
    max-width: 100px;
    margin: auto;
    text-align: center;
}
.fa.total-cart-cost {
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fa.total-cart-cost:before {
    font-size: 25px;
    margin-right: 5px;
}
i.fa.fa-trash {
    font-size: 2em;
}
.paginate_button {
    border: 1px solid;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 0 0 5px;
    min-width: 45px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.paginate_button:hover {
    color: #000;
    text-decoration: none;
}
.paginate_button.current {
    background: #eee;
}
button.sc-add-to-cart,
button.sc-add-to-cart:active,
button.sc-add-to-cart:focus,
button.sc-add-to-cart:hover {
    background: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 2em;
    padding: 0;
    text-align: center;
    display: block;
    margin: auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
.added-to-cart {
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.status-code {
    text-transform: uppercase;
    font-weight: 900;
}
.status-code a {
    color: #8BC34A;
}
.parts-ordering tbody tr td.with-price::before {
    content: '$';
}
span.ellipsis {
    margin: 0 0 0 5px;
    min-width: 45px;
}
select.model-selector {
    font-size: 26px;
    border: 2px solid;
    padding: 10px;
}
div.dataTables_wrapper div.dataTables_filter {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 30px;
}
div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    width: 350px;
    max-width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 20px;
    outline: 0;
}
p.model-version {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: underline;
}
a.order_local {
    text-align: center;
    display: block;
    color: #000;
    background: #bf0;
    text-transform: uppercase;
    padding: 5px;
    transition: all .5s ease;
}
a.order_local:hover {
    background: #a2dd02;
}
a.sc-add-to-cart,
a.local_parts,
a.email-factory-btn {
    background: #000;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    margin: auto;
    width: 170px;
}
td.parts-price {
    color: #8BC34A;
    font-weight: 900;
    font-size: 1.25em;
}
a.sc-add-to-cart.added {
    background: #bf0;
    color: #000;
    cursor: default;
    pointer-events: none;
}
.table td, .table th {
    vertical-align: middle;
    white-space: nowrap;
}
.message {
    background: red;
    text-align: center;
    color: #000;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.dropdown-container select {
    height: 50px;
    border: 2px solid #000;
    margin: 0 5px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 600;
    color: #000;
    width: calc(33.33% - 10px);
}
div#cart {
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
    p.parts-video {
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_length label {
        margin: 20px 0;
        display: block;
        text-align: center !important;
    }
}

@media only screen and (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center !important;
        margin: 20px 0 !important;
    }
    .dropdown-container select {
        width: 100%;
        margin: 5px 0;
    }
}
@media only screen and (max-width: 560px) {
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: center !important;
    }
    div.dataTables_wrapper div.dataTables_filter input[type="search"] {
        display: block;
        text-align: center;
        margin: 10px 0 0;
    }
    .paginate_button {
        min-width: 30px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 375px) {
    .paginate_button {
        min-width: 25px;
    }
    div.dataTables_wrapper div.dataTables_filter input[type="search"] {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    div.dataTables_wrapper div.dataTables_paginate span {
        display: block;
        margin: 10px 0;
    }
}