* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid green;
	 */
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*.slide-wheel-image .slick-list {
    max-height: 400px !important;
    overflow: hidden !important;
}*/

/*.slide-wheel-image .slick-list {
    height: 400px !important;
}*/

.slick-for .slick-slide {
    height: 300px !important;
    aspect-ratio: 1/1;
}

/*.slider-for {
    height: 400px;
    overflow: hidden;
}*/

.slide-wheel-image {
    max-width: 420px;
    padding-bottom: 10px;
}

.slick-track {
    display: flex;
    justify-content: center;
}

.s-wheel-size {
    padding: 7px;
    display: block;
    background: initial;
    border: solid 1px #e2e2e2;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.wheels-page {
    padding: 2.6875rem 1.25rem;
}

    .wheels-page .wheel-select {
        background-color: #f5f5f5 !important;
        border: none !important;
        cursor: pointer;
        padding: 0.375rem;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

        .wheels-page .wheel-select .filter-option-inner-inner {
            max-width: 80%;
            overflow: hidden;
        }

        .wheels-page .wheel-select .vehicle-card img {
            background: none;
            z-index: 2;
        }

    .wheels-page .select-group ul {
        margin-top: 0.5rem !important;
        position: relative;
        width: calc(100% - var(--bs-gutter-x));
    }

    .wheels-page .select-group li {
        cursor: pointer;
    }

    .wheels-page h3 {
        font-weight: 600;
        margin: 0;
    }

    .wheels-page .bootstrap-select > .dropdown-toggle {
        line-height: 2.5;
    }

    .wheels-page #clear-filters {
        text-decoration: underline;
        font-size: 0.7rem;
    }

    .wheels-page .tab-icon-wrapper {
        position: absolute;
        right: 10px;
    }

    .wheels-page #card-grid {
        margin-top: 2.5625rem;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 2rem /*0.625rem;*/
    }

        .wheels-page #card-grid .wheel-card-wrapper {
            position: relative;
        }

            .wheels-page #card-grid .wheel-card-wrapper .s-wheel-title {
                font-size: 1.1rem;
                width: 79%;
            }

            .wheels-page #card-grid .wheel-card-wrapper .sign-wrapper {
                cursor: pointer;
                display: none;
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, 0.8);
                z-index: 1;
                align-items: center;
                justify-content: center;
            }

                .wheels-page #card-grid .wheel-card-wrapper .sign-wrapper .minus-background {
                    background-color: rgba(255, 255, 255, 0.45);
                }

                .wheels-page #card-grid .wheel-card-wrapper .sign-wrapper .sign {
                    width: 4.6875rem;
                    height: auto;
                    aspect-ratio: 1;
                    background-color: #8a8a8a;
                    border-radius: 1000px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                }

                    .wheels-page #card-grid .wheel-card-wrapper .sign-wrapper .sign .dash {
                        position: absolute;
                        background-color: white;
                        height: 10%;
                        width: 55%;
                    }

                    .wheels-page #card-grid .wheel-card-wrapper .sign-wrapper .sign .plus-dash {
                        transform: rotate(90deg);
                    }

            .wheels-page #card-grid .wheel-card-wrapper .wheel-card-extra {
                height: 0.75rem;
                width: 100%;
                background: linear-gradient(to bottom, #dcdcdc, #cbcbcb);
                position: absolute;
                bottom: -0.75rem;
                display: none;
            }

    .wheels-page .wheel-details {
        grid-column: 1 / span 8;
        background-color: #fff;
        margin: 0 !important;
        padding: 0px 1.8125rem;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: all 300ms ease;
    }

        .wheels-page .wheel-details .information-wrapper {
            padding-left: 3.125rem;
            padding-right: 0;
        }

            .wheels-page .wheel-details .information-wrapper .information {
                background-color: #fafafa;
                height: 100%;
                position: relative;
            }

                .wheels-page .wheel-details .information-wrapper .information .dataTables_length {
                    font-size: 0.8rem
                }

                    .wheels-page .wheel-details .information-wrapper .information .dataTables_length select {
                        font-size: 0.8rem;
                        border-radius: 0;
                        height: 31px
                    }

                .wheels-page .wheel-details .information-wrapper .information #wheel-table_filter {
                    margin-bottom: 10px;
                    font-size: 0.8rem
                }

                    .wheels-page .wheel-details .information-wrapper .information #wheel-table_filter input {
                        border-radius: 0;
                        width: 250px;
                        height: 31px
                    }

                .wheels-page .wheel-details .information-wrapper .information .close-button {
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                .wheels-page .wheel-details .information-wrapper .information table {
                    margin-bottom: 0;
                }

                    .wheels-page .wheel-details .information-wrapper .information table .tab-icon {
                        background: none;
                        margin: 0 !important;
                        vertical-align: middle;
                    }

                .wheels-page .wheel-details .information-wrapper .information th, .wheels-page .wheel-details .information-wrapper .information td {
                    width: 12.5%;
                }

                .wheels-page .wheel-details .information-wrapper .information th, .wheels-page .wheel-details .information-wrapper .information table thead {
                    background-color: #5d5d5d;
                    color: white;
                    font-size: 0.8rem;
                }

                .wheels-page .wheel-details .information-wrapper .information td {
                    background-color: white;
                    color: black;
                    padding: 0.5rem;
                    font-size: 0.8rem;
                }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(1), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(1) {
                        width: 10.633%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(2), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(2) {
                        width: 10.757%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(3), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(3) {
                        width: 15%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(4), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(4) {
                        width: 7%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(5), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(5) {
                        width: 9.995309%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(6), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(6) {
                        width: 9.995309%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(7), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(7) {
                        width: 7.97889%;
                    }

                    .wheels-page .wheel-details .information-wrapper .information th:nth-of-type(8), .wheels-page .wheel-details .information-wrapper .information td:nth-of-type(8) {
                        width: 12.9788898%;
                    }


    .wheels-page .display {
        height: auto;
        max-height: 10000px;
        padding: 1.8125rem !important;
        opacity: 1;
    }

    .wheels-page .pagination {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        margin-top: 3.6875rem;
    }

    .wheels-page .previousAndNext {
        justify-self: center;
    }

        .wheels-page .previousAndNext button {
            width: 9.375rem;
            border: none;
        }

    .wheels-page .moreNavigation {
        justify-self: end;
    }

        .wheels-page .moreNavigation input {
            height: 100%;
            width: 2.5rem;
            text-align: center;
        }

.compatiblewheels-popup ul {
    list-style: none;
}

.compatiblewheels-popup .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.compatiblewheels-popup .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.compatiblewheels-popup .nav-link {
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    font-weight: 500;
}

    .compatiblewheels-popup .nav-link.active, .compatiblewheels-popup .nav-link:hover {
        background-color: #d2d2d2 !important;
        color: #000;
        box-shadow: 0 -0.1rem 0.3rem rgba(0, 0, 0, .15) !important;
    }

#popup-compatibleVehicles .modal-dialog {
    width: calc(100vw - 60px);
    max-width: 100%;
}

#popup-compatibleVehicles .slider-container .vehicle-icons {
    top: -50px;
}

#popup-compatibleVehicles .modal-body {
    overflow: auto;
}

#popup-compatibleVehicles .modal-dialog .modal-content {
    height: calc(100vh - 60px);
}

#popup-compatibleVehicles .modal-dialog .modal-header {
    padding: 0;
    background: #fff;
    height: 85px;
}

#popup-compatibleVehicles .modal-dialog .tab-pane a {
    text-decoration: none;
}

    #popup-compatibleVehicles .modal-dialog .tab-pane a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

@media screen and (max-width: 1720px) {
    .wheels-page .tab-icon-wrapper {
        margin-top: 3px;
        zoom: .8;
    }

    .wheels-page #card-grid {
        gap: 1.2rem
    }
}

@media screen and (max-width: 1600px) {
    .wheels-page #card-grid {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 1.4rem
    }

        .wheels-page #card-grid .wheel-card h3 {
            font-size: 1.6rem !important;
        }

    .wheels-page th, .wheels-page td {
        font-size: 0.75rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .wheels-page #card-grid {
        grid-template-columns: repeat(5, 1fr) !important;
    }

        .wheels-page #card-grid .wheel-card h3 {
            font-size: 1.2rem !important;
        }

    .wheels-page table {
        margin-bottom: 0;
        min-width: 60rem;
    }
}

@media screen and (max-width: 1200px) {
    .wheels-page #card-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }

        .wheels-page #card-grid table {
            margin-bottom: 0;
            min-width: 60rem;
        }

    .wheels-page .pagination {
        grid-template-columns: 1fr 1fr !important;
    }

        .wheels-page .pagination .previousAndNext {
            justify-self: start;
        }

        .wheels-page .pagination .filler {
            display: none;
        }

    .wheels-page .information-wrapper {
        padding-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    /*.slide-wheel-image .slick-list,
    .slider-for
    {
        height: 300px !important;
    }*/
}

@media screen and (max-width: 960px) {
    .wheels-page #card-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

        .wheels-page #card-grid table {
            margin-bottom: 0;
            min-width: 60rem;
            /* .tab-icon {
			 transform: scale(1.4);
			 margin-left: 0.5rem !important;
			 margin-right: 0.5rem !important;
		}
		 */
        }

            .wheels-page #card-grid table .features-column {
                white-space: nowrap;
                width: auto !important;
            }

    .wheels-page .select-group {
        margin-top: 2rem;
    }

    .wheels-page .wheel-image {
        max-height: 20svh;
    }

        .wheels-page .wheel-image img {
            height: 100%;
        }

    .wheels-page .wheel-card-wrapper .sign {
        width: 30% !important;
    }
}

@media screen and (max-width: 768px) {
    .wheels-page #card-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /*.wheel-image .slick-slider,
    .wheel-image .slide-thumb-container .slick-list {
        height: 100% !important;
    }*/

    /*.wheel-image .slide-thumb-container > .slider-nav > .slick-list > .slick-track > .slick-slide {
        margin-bottom: 20px !important;
    }*/

    .wheel-image .slider-nav > .slick-list > .slick-track {
        width: 100% !important;
    }

    .wheels-page .wheel-image {
        max-height: fit-content;
    }

    .slick-for .slick-slide {
        height: 200px !important;
    }
    /*   .slide-wheel-image .slick-list, .slider-for {
        height: 400px !important;
    }*/
    .slick-slide img {
        margin: 0 !important;
    }
}

@media screen and (max-width: 600px) {

    .wheels-page .pagination {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

        .wheels-page .pagination > * {
            justify-self: center !important;
        }

    .wheels-page .wheel-card-wrapper .sign {
        width: 25% !important;
    }
}

@media (max-width: 576px) {
    .wheel-image > .row > .slide-thumb-container .slider-nav {
        margin: auto !important;
        width: 300px !important;
    }
}

@media screen and (max-width: 500px) {
    .wheels-page #card-grid {
        grid-template-columns: 1fr !important;
    }

    .wheels-page .wheel-card-wrapper .sign {
        width: 20% !important;
    }
}
