.sold-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
}

.myCarGalleryMain {
    width: 100%;
    height: 520px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.myCarGalleryMain img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

/* ===============================
                                                                                                                                                                                                                                                                           THUMBNAILS
                                                                                                                                                                                                                                                                        ================================= */

.myCarThumbs {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.myCarThumbs .swiper-wrapper {
    align-items: center;
}

.myCarThumbs .swiper-slide {
    width: 90px;
    height: 65px;
    opacity: .5;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.3s ease;
}

.myCarThumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fff;
}

.myCarThumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* ===============================
                                                                                                                                                                                                                                                                           GENERAL IMAGES
                                                                                                                                                                                                                                                                        ================================= */

.slide-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}


/* ===============================
                                                                                                                                                                                                                                                                           MOBILE
                                                                                                                                                                                                                                                                        ================================= */

@media (max-width: 768px) {

    .myCarGalleryMain {
        height: 320px;
    }

    .myCarGalleryMain img {
        height: 320px;
    }

    .myCarThumbs .swiper-slide {
        width: 70px;
        height: 50px;
    }

    .slide-img {
        height: 200px;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .dealer-header {
        padding: 28px 18px;
    }

    .dealer-logo {
        width: 75px;
        height: 75px;
    }

    .dealer-header h4 {
        font-size: 20px;
    }

    .dealer-contact {
        padding: 16px;
    }

    .dealer-item {
        padding: 14px;
        gap: 12px;
    }

    .dealer-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 20px;
    }

    .dealer-text h6 {
        font-size: 14px;
    }

    .modal-title {
        font-size: 20px;
    }

    .custom-form-control,
    .submit-testdrive-btn {
        height: 50px;
        font-size: 14px;
    }

    .car-detail-section .car-detail-right .detail-box .overview-list li .overview-icon {
        font-size: 20px !important;
    }
}

.myCarGalleryMain {
    position: relative;
}

.swiper.myCarGalleryMain {
    position: relative;
}