.table th, .table td {
    text-align: center;
    vertical-align: middle;
}

.price, .qty {
    color: #34353e;
    font-weight: bold;
    font-size: 14px;
}

#tires-tbl .desc, #wheels-tbl .desc {
    text-align: left;
}

#tires-tbl .tiny-size, #wheels-tbl .tiny-size {
    margin-bottom: 0px;
}

.modal-lg {
    width: 750px;
    margin-left: -415px;
}

.modal-xl {
    width: 1200px;
    margin-left: -640px;
}

.modal-xl .modal-body {
    max-height: 500px;
}

td.brand {
    min-width: 100px !important;
}

td.brand img {
    width: 100px !important;
}

td.model {
    min-width: 100px !important;
}

td.model img {
    width: 100px !important;
}

.carouFredSel {
    height: 104px;
    overflow: hidden;
}

.push-up-10 {
    margin-top: 10px;
}

#cartContainer .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}

.navbar .item-in-cart {
    padding-right: 20px;
}

.navbar .summary {
    margin-right: 20px;
}

#loginModal, #registerModal {
    width: 400px;
    margin-left: -240px;
}

#loginModal .modal-body, #registerModal .modal-body {
    max-height: none;
}

#loginModal #login-btn, #registerModal #register-btn, #reset-pass-modal #reset-pass-btn {
    margin-top: 19px;
}

#wheel-search-tab-content {
    overflow: visible;
}

#wheel-search .typeahead.tt-input {
    vertical-align: middle !important;
}

.default-qty {
    color: #9d261d;
    font-weight: bold;
    font-size: 14px;
}

.input-append input.typeahead:focus {
    z-index: 1051;
}

.input-append .tt-suggestion {
    font-size: 13px;
}

.dropdown-menu {
    z-index: 1052;
}

.m-r-xs {
    margin-right: 5px;
}

#loader-noty .noty_body {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #f3f3f3;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    color: #34353e;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
    padding: 6px 14px;
    border: 1px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #727272;
    margin: 0 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
    background: none;
    font-weight: bold;
    color: #34353e !important;
    border: 1px solid #00becc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled), .dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled) {
    border: none;
    color: #fff !important;
    background: #00becc;
    box-shadow: 0 2px 0 #006d75;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover {
    background: #00b0bd;
}

#widget-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#widget-container .widget-container {
    width: 322px;
}

#widget-container .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#widget-container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

#widget-container .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

#widget-container .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

#widget-container .title {
    font-size: 16px;
    color: #212529;
}

#widget-container .purchase-count {
    line-height: 1.5;
}

@media (max-width: 767px) {
    #loginModal, #registerModal {
        width: auto;
        margin: 0;
    }
}

@media (max-width: 1322px) {
    .modal-xl {
        width: auto;
        left: 20px;
        right: 20px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1390px;
    }
}