﻿body, html {
    overflow-x: hidden
}

.btn-link, a {
    text-decoration: none;
    color: white;
    text-decoration: none
}

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.btn, .btn-collapse::after, .custom-drop-btn.btn-like .icon-like::before, a {
    transition: .2s ease-in-out
}

.btn, .hero-banner-btn, .hero-banner-intro, .section-title {
    text-transform: uppercase
}

    .blog-banner-title, .blog-banner-title-internal, .blog-recent-title, .btn, .hero-banner-btn, .hero-banner-intro h1, .model-img-block, .online-belt .title-lg, .page-title, .promotion-item .btn, .section-title, .section-title-with-border, .service-heading, .shope-title {
        font-family: var(--alt-font)
    }

.breadcrumb-nav ul, .featured-section .feature-item, .online-belt .title-sm, body {
    font-family: var(--base-font)
}

:root {
    --light: #f7f7f7;
    --white: #fff;
    --black: #000;
    --base-color: #212529;
    --base-color-alt: #191919;
    --theme-rgb: 202,0,3;
    --bs-primary: var(--theme);
    --theme-color: var(--theme);
    --bs-secondary: var(--theme-alt);
    --base-font: Barlow,sans-serif;
    --alt-font: Orbitron,sans-serif
}

body {
    font-style: normal;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--base-color);
    animation: 2s fadein
}

.back-link:hover, .blog-banner-content:hover .blog-banner-title a, .blog-content a, .blog-recent-title:hover, .breadcrumb-nav ul li a:hover, .breadcrumb-section .like-btn:hover, .breadcrumb-section .share-btn:hover, .contact-item-lists a:hover, .current-offer-links a:hover, .custom-drop-btn:hover, .custom-drop-items:hover, .featured-section .feature-item .card-name a:hover, .featured-section .feature-item .price-block a .price-block-title, .featured-section .feature-item .price-block a:hover .price-block-amount, .featured-section .owl-next:hover, .featured-section .owl-next:hover::after, .featured-section .owl-prev:hover, .featured-section .owl-prev:hover::after, .help-btn:hover, .model-img-block:hover, .offer-call-service-number:hover, .theme-card.need-assist .btn-theme .icon, .theme-text, a, a:hover {
    color: var(--theme)
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: var(--light)
}

::-webkit-scrollbar-thumb {
    background: var(--theme-alt);
    border-radius: 4px;
    transition: .2s ease-in-out
}

::placeholder {
    color: var(--theme-alt)
}

input {
    accent-color: var(--theme)
}

.owl-dots .owl-dot, a {
    outline: 0
}

@media(min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media(min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}

@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}

@media(min-width: 1640px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}

@media(min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
}

.breadcrumb-nav ul li, .breadcrumb-nav-back, .btn, .hero-banner .container, .service-heading, .service-items {
    display: flex;
    align-items: center
}

.btn {
    padding: .5rem 1.25rem;
    width: auto;
    font-size: 1rem;
    border-radius: 0;
    outline: 0;
    text-align: center;
    justify-content: center;
    gap: .75rem
}

    .btn img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 1.5rem
    }

    .btn .CTA-icon img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
        display: block;
    }

.btn-theme, .btn-theme:focus, .btn-theme:hover {
    border-radius: 1.875rem;
    background-color: var(--theme);
    color: var(--white);
    border: 2px solid var(--theme)
}

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--theme);
    color: var(--white);
    border: none !important;
}

.btn-outline-primary {
    color: var(--theme);
    border: 2px solid var(--theme)
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #a8a8a8;
    color: var(--white);
    border-color: #a8a8a8
}

.form-label {
    font-weight: 400;
    font-size: .875rem;
    color: #0d0d0d;
    padding: 0 .875rem
}

.form-control, .form-select {
    border-radius: 1.25rem;
    background-color: var(--light);
    padding: .625rem .875rem;
    font-size: .875rem;
    border: 1px solid var(--light)
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme)
}

.section-title {
    font-size: 2rem;
    font-weight: 600
}

.title-lg {
    font-size: 2rem !important;
}

.btn-book .icon, .title-md {
    font-size: 2rem !important;
}

.title-sm {
    font-size: 1.25rem
}

.nav-item-link, .nav-tabs {
    align-items: center;
    display: flex
}

.nav-tabs {
    border: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem
}

.tab-content {
    padding: 3.125rem 0
}

.accordion-button {
    padding: 20px 20px 20px 30px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .03em;
    color: var(--base-color);
    text-transform: uppercase
}

    .accordion-button::after {
        content: "";
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23000" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
        background-size: 100% auto;
        width: 1.125rem;
        height: 1.625rem;
        transition: 0.2s ease-in-out;
        fill: #3a3a3a;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
        transform: rotate(-180deg);
    }

.accordion-item {
    border: 1px solid #aaa
}

.accordion-body {
    padding: 1.25rem 1.875rem;
    background: #f0f0f0
}

.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: .875rem;
    letter-spacing: .02rem;
    color: #a8a8a8
}

    .breadcrumb-nav ul li:not(:first-child)::before {
        content: "";
        height: 1.5rem;
        width: 1px;
        background-color: var(--theme);
        margin-left: .625rem;
        margin-right: .625rem
    }

    .breadcrumb-nav ul li a {
        color: #a8a8a8
    }

.archive-offer-card, .archive-offer-link-tabs, .compare-item-grid .compare-item .vehicle-item .vehicle-image, .custom-form-content .custom-form-select, .modal-body .custom-form-select, .offer-card, .offer-slider-nav, .offer-title {
    position: relative
}

.modal-subtitle, .modal-title {
    font-family: Oswald,sans-serif;
    text-align: center;
    margin-bottom: 0
}

.modal {
    z-index: 99999;
}

.modal-backdrop {
    background-color: #000;
    z-index: 99998;
}

    .modal-backdrop.show {
        opacity: 0.78;
    }

.modal-close {
    position: absolute;
    top: 32px;
    right: 30px;
    background-color: transparent;
    outline: 0;
    border: 0;
    font-size: 64px;
    color: var(--theme);
    transition: 0.2s ease-in-out;
}

    .modal-close:hover {
        color: #fff;
    }

.modal-content {
    border-radius: 0;
    border-top: 14px solid var(--theme);
    color: #626262;
    margin-top: 140px;
}

.modal-body .form-control,
.modal-body .form-select {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-color: #fff;
    color: #afafaf;
    letter-spacing: -0.01em;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0;
    position: relative;
    text-align: center;
    padding: 14px 0 0;
}

    .modal-header::after {
        content: "";
        display: block;
        width: 184px;
        height: 4px;
        background: var(--theme);
        margin: 20px auto;
    }

.modal-body .btn-check-primary,
.modal-body .form-control,
.modal-body .form-select {
    border-radius: 0;
    background-color: #fff;
    font-size: 20px;
}

.modal-title {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -0.01em;
}

.modal-subtitle {
    font-weight: 300;
    font-size: 27px;
    letter-spacing: -0.01em;
}

.custom-form-box h1,
.custom-form-box h2,
.custom-form-box h3,
.custom-form-box h4,
.wizard-box .btn {
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.modal-body {
    background: #f7f7f7;
    margin: 20px 70px 66px;
    padding: 14px 38px 0;
}

    .modal-body .form-control {
        padding: 10px 14px;
    }

        .modal-body .form-control::placeholder {
            color: #afafaf;
        }

    .modal-body .form-select {
        padding: 10px 48px 10px 14px;
        background-image: none;
    }

    .modal-body .custom-form-select::after {
        content: "\25BC";
        font-family: icons !important;
        font-size: 14px;
        color: var(--theme);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        height: 20px;
        z-index: 99;
    }

    .modal-body .btn-check-primary {
        border: 1px solid var(--theme);
        color: var(--theme);
        padding: 10px 14px;
        text-align: left;
        text-transform: none;
    }

        .modal-body .btn-check-primary.active,
        .modal-body .btn-check-primary:active,
        .modal-body .btn-check:active + .btn-check-primary,
        .modal-body .btn-check:checked + .btn-check-primary {
            color: #fff;
            background-color: var(--theme);
        }

    .custom-form-content .btn-check:focus + .btn,
    .custom-form-content .btn:focus,
    .modal-body .btn-check:focus + .btn,
    .modal-body .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(var(--theme-rgb), 0.25);
    }

.modal-content-box {
    max-width: 590px;
    margin: auto;
}

.custom-form-content-title,
.modal-content-box-title {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 14px;
    margin-bottom: 18px;
    margin-top: 24px;
}

@media (max-width: 991.98px) {
    .modal-close {
        top: 16px;
        right: 12px;
        font-size: 38px;
    }

    .modal-content {
        margin-top: 84px;
        border-top: 12px solid var(--theme);
    }

    .modal-header::after {
        width: 144px;
    }

    .modal-title {
        font-size: 24px;
    }

    .modal-subtitle {
        font-size: 15px;
    }

    .modal-body {
        margin: 0;
        padding: 14px 14px 4px;
    }

        .modal-body .btn-check-primary,
        .modal-body .form-control,
        .modal-body .form-select {
            font-size: 18px;
        }

    .modal-content-box-title {
        font-size: 16px;
        border-bottom: 1px solid var(--theme);
    }
}

.modal-content-box-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
    text-align: center;
    margin-bottom: -25px;
}

.custom-form-box {
    background-color: var(--white);
    border-top: 14px solid var(--theme);
    padding: 14px 22px;
    margin-top: 30px;
    color: #626262;
}

.custom-form-box-title {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #626262;
    margin-bottom: 16px;
}

.custom-form-content {
    background: #f7f7f7;
    padding: 22px;
}

    .custom-form-content .form-control,
    .custom-form-content .form-select {
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
        border-color: var(--white);
        color: #afafaf;
        letter-spacing: -0.01em;
        border-radius: 0;
        background-color: var(--white);
    }

.custom-form-content-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    margin-bottom: -40px;
}

.custom-form-content .form-control {
    font-size: 20px;
    padding: 10px 14px;
}

    .custom-form-content .form-control::placeholder {
        color: #afafaf;
    }

.custom-form-content .form-select {
    font-size: 20px;
    padding: 10px 48px 10px 14px;
    background-image: none;
}

.btn-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    text-align: left;
    color: #505050;
}

    .btn-list .need-help-btn {
        width: 3.375rem;
        height: 3.375rem;
        background: var(--theme);
        color: #fff;
        margin: 0;
        padding: 4px;
        font-size: 26px;
        border-radius: 50%;
        border: 1px solid var(--theme);
        outline: 0;
    }

    .btn-list li {
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

.copy-link-modal .modal-body {
    background-color: #fff;
    margin: 32px 50px;
    padding: 0
}

.copy-link-modal .modal-content {
    border-radius: 0 0 7px 7px
}

.copy-link-modal .section-title {
    text-transform: none;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 64px;
    color: #1b1c20;
    margin-bottom: 40px
}

.copy-link-modal .modal-content-box {
    max-width: none
}

.copy-link-modal .input-group {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #aaa
}

.copy-link-modal .input-group-text {
    border-radius: 14px;
    background: #fff;
    border: 0 solid #aaa;
    padding: 16px 20px
}

.copy-link-modal .form-control {
    box-shadow: none;
    border: 0 solid #aaa;
    border-left: 1px solid #aaa;
    padding: 20px 18px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 23px;
    text-align: left;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.copy-link-modal .copy-btn {
    border-radius: 10px;
    background: var(--theme);
    margin: 5px;
    color: #fff;
    outline: 0;
    border: 1px solid var(--theme);
    padding: 14px 56px;
    margin-left: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    min-width: 170px
}

.copy-link-modal .share-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px
}

    .copy-link-modal .share-section a {
        width: 46px;
        height: 46px;
        background: #aaa;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px
    }

.results-count {
    padding: 10px 10px 10px 0;
    border-right: 1px solid #aaa
}

.filter-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: var(--theme);
    padding: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex: 0 0 auto
}

/* ===== Standard VDP ===== */
.header-wrapper {
    position: relative;
}

.header-small {
    position: fixed;
}

.vehicle-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.84);
    padding: 1.5rem 0;
    width: 100%;
    z-index: 99;
}

@media (max-width: 991px) {
    .vehicle-header {
        position: relative;
    }
}

@media (max-width: 991px) {
    #VehicleHeading {
        font-size: 22px !important;
    }
}

.vehicle-name {
    font-weight: bold;
    font-size: 2rem !important;
    display: flex;
    flex-direction: column;
}

    .vehicle-name span {
        font-weight: 300;
    }

.vehicle-price {
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--theme);
}

.vehicle-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.vehicle-est {
    display: flex;
    gap: 5px;
}

    .vehicle-est .payment-price {
        font-weight: bold;
        font-size: 3.25rem;
        text-align: right;
        color: var(--theme);
    }

    .vehicle-est .est-tag {
        margin-top: 0.75rem;
        font-weight: 300;
        font-size: 0.75rem;
        color: var(--base-color);
    }

    .vehicle-est .payment-duration {
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.25rem;
        text-align: left;
        color: var(--base-color);
        margin-top: 1rem;
    }

@media (max-width: 991px) {
    .vehicle-name-info {
        display: flex;
        gap: 2rem;
        justify-content: space-between;
    }

    .vehicle-name {
        font-size: 1.125rem;
        margin-bottom: 0;
    }

    .vehicle-price {
        font-weight: bold;
        font-size: 1.625rem;
        text-align: right;
    }

    .vehicle-meta {
        display: none;
    }
}

.btn-like {
    text-decoration: none;
    padding: 0;
    font-size: 20px !important;
    color: #3f4041 !important;
    border: 0;
}

    .btn-like:hover {
        outline: 0;
        color: var(--theme);
        border: 0;
    }

.main-slider-block {
    background-color: var(--light);
}

.thumb-slider-block {
    background: var(--light);
    background: linear-gradient(0deg, white 0%, white 50%, var(--light) 50%, var(--light) 100%);
}

@media (min-width: 1900px) {

    .main-slider-block .container,
    .thumb-slider-block .container {
        max-width: 1640px;
    }
}

.main-slider .item {
    position: relative;
    width: 100%;
}

    .main-slider .item .img-fluid {
        /* width: auto; */
        margin: auto;
    }

    .main-slider .item .zoom-btn {
        width: 3.375rem;
        height: 3.375rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.4);
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        color: rgba(0, 0, 0, 0.41);
        font-size: 1.625rem;
        position: absolute;
        top: 10rem;
        right: 1.875rem;
    }

.product-meta-info {
    background: rgba(27, 28, 32, 0.63);
    padding: 1.125rem 1.625rem;
    color: white;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product-meta-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-meta-list li:not(:first-child)::before {
        content: "•";
        color: var(--theme);
        margin: auto 0.5rem;
        font-size: 1.2em;
        line-height: 1em;
    }

    .product-meta-list sub {
        bottom: 0;
    }

@media (max-width: 991px) {
    .product-meta-list {
        font-size: 0.75rem;
    }

        .product-meta-list li:not(:first-child)::before {
            margin: auto 0.325rem;
        }

    .main-slider .item .zoom-btn {
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .product-meta-info {
        display: none;
    }
}

.main-slider .owl-nav,
.thumb-slider .owl-nav {
    /* position: absolute;
  top: 50%; */
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main-slider .owl-nav .owl-prev,
    .main-slider .owl-nav .owl-next {
        position: relative;
        overflow: hidden;
        margin-top: -50%;
        transform: translateY(50%);
    }

        .main-slider .owl-nav .owl-prev i,
        .main-slider .owl-nav .owl-next i {
            position: relative;
            z-index: 1;
        }

        .main-slider .owl-nav .owl-prev::before,
        .main-slider .owl-nav .owl-next::before {
            content: "";
            background-color: white;
            opacity: 0.76;
            transition: all 0.2s ease-in-out;
            position: absolute;
            top: 0;
            height: 6.25rem;
            width: 6.25rem;
            border-radius: 100%;
        }

        .main-slider .owl-nav .owl-next::before {
            left: 0;
        }

        .main-slider .owl-nav .owl-prev::before {
            right: 0;
        }

    .main-slider .owl-nav .owl-prev {
        margin-left: 0rem;
        transition: all 0.2s ease-in-out;
    }

    .main-slider .owl-nav .owl-next {
        margin-right: 0rem;
        transition: all 0.2s ease-in-out;
    }

.main-slider .nav-btn {
    width: 3.125rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    color: var(--theme);
    opacity: 0.8;
}

.main-slider .owl-nav .owl-prev .nav-btn {
    padding-right: 0.75rem;
}

.main-slider .owl-nav .owl-next .nav-btn {
    padding-left: 0.75rem;
}

.main-slider .owl-prev,
.main-slider .owl-next {
    color: var(--theme);
    transition: all 0.2s ease-in-out;
}

    .main-slider .owl-prev:hover .nav-btn,
    .main-slider .owl-next:hover .nav-btn {
        color: white;
        opacity: 1;
    }

    .main-slider .owl-prev:hover::before,
    .main-slider .owl-next:hover::before {
        background-color: var(--theme);
        opacity: 1;
    }

.thumb-slider .owl-nav .owl-prev,
.thumb-slider .owl-nav .owl-next {
    margin-top: -20%;
    transform: translateY(50%);
}

.thumb-slider .owl-nav .owl-prev {
    margin-left: -1.125rem;
}

.thumb-slider .owl-nav .owl-next {
    margin-right: -1.125rem;
}

.thumb-slider .nav-btn {
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--theme);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    font-size: 0.875rem;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

    .thumb-slider .nav-btn:hover {
        background-color: var(--theme);
        color: white;
    }

.thumb-slider .item {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    transition: all 0.2s ease-in-out;
    display: flex;
    background: white;
}

    .thumb-slider .item img {
        margin: auto;
    }

    .thumb-slider .item:hover {
        cursor: pointer;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    }

@media (max-width: 991px) {
    .thumb-slider-block {
        display: none;
    }

    .main-slider-block {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .thumb-slider .owl-nav .owl-prev {
        margin-left: 0.5rem;
    }

    .thumb-slider .owl-nav .owl-next {
        margin-right: 0.5rem;
    }
}

@media (max-width: 767px) {

    .main-slider .owl-nav .owl-prev::before,
    .main-slider .owl-nav .owl-next::before {
        height: calc(6.25rem / 2);
        width: calc(6.25rem / 2);
    }

    .main-slider .nav-btn {
        width: calc(3.125rem / 2);
        height: calc(6.25rem / 2);
        font-size: 1rem;
    }
}

.page-nav-link-section {
    padding: 3.25rem 0;
}

.navigation-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

    .navigation-wrapper li {
        flex: 1 1 auto;
        text-align: center;
    }

        .navigation-wrapper li a {
            font-family: var(--alt-font);
            font-weight: normal;
            font-size: 1.25rem;
            letter-spacing: 0.1rem;
            text-align: center;
            color: var(--base-color);
            text-transform: uppercase;
            padding: 0.5rem;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .navigation-wrapper li a::after {
                content: "";
                display: block;
                width: 5.25rem;
                height: 0.3125rem;
                margin: auto;
                margin-top: 0.5rem;
                background: var(--theme);
            }

            .navigation-wrapper li a::before {
                display: inline-block;
                margin: auto;
                vertical-align: 0.255em;
                content: "";
                border-top: 0.3em solid white;
                border-right: 0.3em solid transparent;
                border-bottom: 0;
                border-left: 0.3em solid transparent;
                order: 3;
                transition: all 0.2s ease-in-out;
            }

            .navigation-wrapper li a:hover::before,
            .navigation-wrapper li a.active::before {
                border-top: 0.3em solid var(--theme);
            }

        .navigation-wrapper li button {
            font-family: var(--alt-font);
            font-weight: normal;
            font-size: 1.25rem;
            letter-spacing: 0.1rem;
            text-align: center;
            color: var(--base-color);
            text-transform: uppercase;
            padding: 0.5rem;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: none;
            border: none;
        }

            .navigation-wrapper li button::after {
                content: "";
                display: block;
                width: 5.25rem;
                height: 0.3125rem;
                margin: auto;
                margin-top: 0.5rem;
                background: var(--theme);
            }

            .navigation-wrapper li button::before {
                display: inline-block;
                margin: auto;
                vertical-align: 0.255em;
                content: "";
                border-top: 0.3em solid white;
                border-right: 0.3em solid transparent;
                border-bottom: 0;
                border-left: 0.3em solid transparent;
                order: 3;
                transition: all 0.2s ease-in-out;
            }

            .navigation-wrapper li button:hover::before,
            .navigation-wrapper li button.active::before {
                border-top: 0.3em solid var(--theme);
            }

@media (max-width: 991px) {
    .page-nav-link-section {
        display: none;
    }
}

.basic-info-section {
    background-color: white;
    padding: 2.5rem 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .basic-info-section {
        display: none;
    }
}

.feature-lists {
    list-style: none;
    columns: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    text-align: left;
    color: #6e6e6e;
    gap: 2.5rem;
}

    .feature-lists li {
        break-inside: avoid;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        margin-bottom: 5px;
        /* word-break: break-all; */
    }

        .feature-lists li::before {
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            background: var(--theme);
            border-radius: 100%;
            align-items: flex-start;
            margin-top: 0.4em;
            flex: 0 0 auto;
        }

        .feature-lists li strong {
            flex: 0 0 auto;
            margin-right: -0.5rem;
        }

.std-collapse ul {
    list-style: none;
    columns: 3;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    text-align: left;
    color: #6e6e6e;
    gap: 3rem;
}

.std-collapse li {
    break-inside: avoid;
}

    .std-collapse li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .std-collapse li strong {
        flex: 0 0 auto;
        margin-right: -0.5rem;
    }

@media (max-width: 991px) {
    .feature-lists {
        font-size: 0.825rem;
        letter-spacing: 0.01rem;
        line-height: 1.25rem;
        text-align: left;
        color: #6e6e6e;
        gap: 1rem;
    }

        .feature-lists li {
            gap: 0.75rem;
            /* word-break: break-all; */
        }

    .std-collapse {
        columns: 2;
    }

        .std-collapse ul {
            columns: 1;
        }
}

@media (max-width: 576px) {
    .feature-lists {
        font-size: 0.725rem;
    }

    .std-collapse {
        columns: 1;
    }
}

.feature-list-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .feature-list-btn li {
        width: calc(33.33% - 0.5rem);
        border-radius: 4px;
        background: white;
        padding: 0.825rem;
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

.feature-list-icon {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 4px;
    background: var(--theme);
    border: 1px solid var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem;
    justify-content: center;
}

    .feature-list-icon path {
        fill: white;
    }

.feature-list-name {
    font-family: var(--alt-font);
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.01rem;
    color: var(--black);
}

@media (max-width: 1300px) {
    .feature-list-btn li {
        width: calc(50% - 0.5rem);
    }
}

@media (max-width: 991px) {
    .feature-list-btn {
        margin: 0 -0.75rem;
        gap: 0.325rem;
    }

        .feature-list-btn li {
            width: calc(25% - 0.325rem);
            border-radius: 0;
            background: transparent;
            border: 0;
            padding: 0;
            flex-direction: column;
            gap: 0.5rem;
        }

    .feature-list-name {
        font-family: var(--base-font);
        font-weight: bold;
        font-size: 0.75rem;
        letter-spacing: 0.01rem;
        line-height: 0.825rem;
        text-align: center;
        color: var(--black);
    }
}

.info-card {
    background: white;
    border: 1px solid rgba(168, 168, 168, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.06);
    padding: 1.875rem 3.125rem;
    columns: 2;
    column-gap: 3.125rem;
    position: relative;
    z-index: 2;
}

.info-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.info-card p {
    font-weight: normal;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    text-align: left;
    color: #707070;
    margin-bottom: 1rem;
}

@media (max-width: 1400px) {
    .info-card {
        columns: 1;
    }
}

@media (max-width: 991px) {
    .info-card {
        background: white;
        border: 0;
        box-shadow: none;
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .info-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .info-card p {
        font-weight: 300;
        font-size: 0.925rem;
        line-height: 1.25rem;
        text-align: left;
        color: var(--black);
        margin-bottom: 0.75rem;
    }

    .section-info {
        font-size: 0.75rem;
    }

    .partner-logo img {
        max-width: 110px;
    }
}

.logo-belt {
    position: relative;
    flex: 1 1 auto;
}

    .logo-belt > * {
        position: relative;
        z-index: 1;
    }

    .logo-belt .btn-collapse::after, .basic-info-section-mobile .row.g-1 .col .btn-collapse::after {
        content: "\25BC";
        font-family: icons !important;
        font-size: 14px;
        color: var(--theme);
        position: relative;
        width: 25px;
    }

    .pricing-section {
        padding-top: 1rem;
        background: var(--light);
        background: white;
    }

.pricing-card-outer {
    padding-top: 6.375rem;
    height: 100%;
}

.pricing-card {
    background: white;
    border: 1px solid #a8a8a8;
    padding: 3.125rem 3.75rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.icon-block {
    height: 12.75rem;
    width: 12.75rem;
    background: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-top: -6.375rem;
}

.pricing-card-title {
    font-family: var(--alt-font);
    font-weight: 600;
    font-size: 3.375rem;
    line-height: 4.125rem;
    text-align: center;
    color: #1b1c20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
}

    .pricing-card-title::after {
        content: "";
        width: 8.875rem;
        height: 0.25rem;
        background-color: var(--theme);
    }

.pricing-card-content {
    text-align: center;
}

    .pricing-card-content h3 {
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.125rem;
        margin-bottom: 2rem;
        color: #656565;
    }

        .pricing-card-content h3 strong {
            color: var(--theme);
        }

    .pricing-card-content p {
        font-size: 1.375rem;
        line-height: 2.125rem;
        font-weight: 300;
        margin-bottom: 0.5rem;
    }

    .pricing-card-content small {
        font-size: 0.75rem;
    }

.pricing-card-buttons {
    margin-top: auto;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    align-items: center;
    width: 100%;
}

    .pricing-card-buttons .btn {
        width: 100%;
        max-width: 488px;
        border-radius: 6px;
        justify-content: space-between;
        padding: 0.875rem 1.125rem;
        font-size: 1.375rem;
    }

.pricing-card-items {
    width: 100%;
}

    .pricing-card-items ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 488px;
    }

        .pricing-card-items ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.405rem 0;
        }

            .pricing-card-items ul li:not(:last-child) {
                border-bottom: 1px solid #c9c9c9;
            }

.slider-sidebar .price-list .price-name {
    display: flex;
    align-items: center;
}

.price-name {
    font-family: var(--alt-font);
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #595c64;
}

.price-amt {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -0.02rem;
    line-height: 4rem;
    text-align: right;
}

.your-price-name {
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 4rem;
    text-align: left;
    color: #343639;
    text-transform: uppercase;
}

.your-price-amt {
    font-weight: bold;
    font-size: 2.375rem;
    letter-spacing: -0.02rem;
    line-height: 4rem;
    text-align: right;
    color: var(--theme);
}

@media (max-width: 991px) {
    .pricing-section {
        padding-top: 0rem;
        margin-top: -3.5rem;
        background: var(--light);
        background: linear-gradient(0deg, var(--light) 0%, var(--light) 20%, white 20%, white 100%);
    }

    .pricing-row {
        flex-direction: column-reverse;
        margin: 0 -0.75rem;
    }

    .icon-block {
        width: 6.875rem;
        height: 6.875rem;
        margin-top: -3.4375rem;
    }

        .icon-block img {
            max-height: 4.75rem;
        }

    .pricing-card-outer {
        padding-top: 3.4375rem;
    }

    .pricing-card {
        padding: 0 1.25rem;
    }

    .costing-box .pricing-card {
        border: 0px;
        border-top: 1px solid #a8a8a8;
    }

    .finance-box .pricing-card {
        border: 0px;
        border-bottom: 1px solid #a8a8a8;
    }

    .pricing-card-items ul li {
        padding: 0.5rem 0;
    }

    .price-name {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .price-amt {
        font-weight: bold;
        font-size: 1.5rem;
        letter-spacing: -0.02rem;
        line-height: 3rem;
        text-align: right;
    }

    .your-price-name {
        font-size: 1.25rem;
        letter-spacing: 0.01rem;
        line-height: 4rem;
        text-align: left;
        color: #343639;
    }

    .your-price-amt {
        font-weight: bold;
        font-size: 1.875rem;
        letter-spacing: -0.02rem;
        line-height: 4rem;
        text-align: right;
    }

    .pricing-card-buttons {
        flex-direction: row;
        gap: 0.825rem;
        align-items: stretch;
        padding-top: 1rem;
    }

        .pricing-card-buttons .btn {
            flex-direction: column;
            align-items: center;
            width: 50%;
            gap: 1rem;
            padding: 1rem;
            font-size: 1.1rem;
            line-height: 1.3rem;
        }

            .pricing-card-buttons .btn .img-icon img {
                height: 2.50rem;
                aspect-ratio: 1 / 1;
                width: 100%;
                height: auto;
                display: block;
            }

            .pricing-card-buttons .btn span {
                margin: auto;
            }

    .finance-box .pricing-card-buttons {
        margin-bottom: -4rem;
    }

    .finance-box .pricing-card-outer {
        padding-bottom: 4rem;
    }

    .pricing-card .title-xl {
        font-size: 2.125rem !important;
    }

    .pricing-card-content h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

        .pricing-card-content h3 strong {
            display: block;
        }

    .pricing-card-content p {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .pricing-card-content small {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .we-help {
        padding-bottom: 1rem;
    }

        .we-help .title-lg {
            font-size: 1.375rem;
        }
}

@media (max-width: 991px) {
    .basic-info-section-mobile {
        display: block;
    }

    .guarantee-icon {
        max-width: 5.375rem;
    }

    .guarantee-section .title-xl {
        font-size: 1.375rem;
    }

    .guarantee-info {
        font-size: 1rem;
        line-height: 1.875rem;
    }
}

/* from mclaren */

.vehicle-meta .cash-price-section {
    display: flex;
    gap: 12px;
    align-items: center;
}

.vehicle-meta .was-container {
    display: flex;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--theme-color);
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    margin-bottom: 0.75rem;
}

.vehicle-meta .was-label {
    padding: 6px;
    padding-left: 10px;
    text-align: left;
    color: var(--theme-color);
}

.vehicle-meta .was-price {
    background: var(--theme-color);
    color: #fff;
    font-weight: bold;
    padding: 6px;
    padding-right: 10px;
    border-radius: 0px 10px 10px 0px;
    text-decoration: line-through;
}

.vehicle-meta li .price {
    font-weight: 700;
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 0.75rem;
}

    .vehicle-meta li .price sup {
        top: -8px;
    }

.vehicle-meta li .stocks {
    margin-bottom: 0;
}

.vehicle-meta li .stocks {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: right;
    color: #343434;
}

.vehicle-meta li .share-btn {
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.vehicle-meta li .btn-like,
.vehicle-meta li .share-btn {
    font-size: 20px;
    color: #e5e5e5;
    margin-top: 0px;
    display: inline-flex;
    max-width: 35px;
    border: none !important;
}

.vehicle-meta li .btn-like button,
.vehicle-meta li .share-btn button {
    padding: 0;
}

.vehicle-meta li {
    text-align: right;
}

.vehicle-meta .icon-like:before {
    content: "\e973" !important;
}

.vehicle-meta li .pricing-section .e-price,
.vehicle-meta li .pricing-section .main-price {
    display: flex;
    gap: 8px;
    align-items: center;
}


.vehicle-meta li .pricing-section .price {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 44px;
    text-align: left;
    color: var(--theme-color);
}

.vehicle-meta li .price {
    font-weight: 700;
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 0.75rem;
}

.vehicle-meta .pricing-section .estimation {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 14px;
    text-align: left;
    color: #000;
}

.vehicle-meta li .pricing-section .e-price,
.vehicle-meta li .pricing-section .main-price {
    display: flex;
    gap: 8px;
    align-items: center;
}


@media (max-width: 991px) {
    .vehicle-meta {
        justify-content: flex-start;
    }

        .vehicle-meta .cash-price-section {
            margin-top: 0.5rem;
        }

        .vehicle-meta li .price {
            font-size: 30px;
            margin-bottom: 5px;
        }

        .vehicle-meta .pricing-section {
            gap: 10px;
        }

        .vehicle-meta li .pricing-section .price {
            font-size: 34px;
        }

        .vehicle-meta .pricing-section .estimation {
            font-size: 12px;
        }
}

@media (max-width: 767.98px) {
    .vehicle-meta li {
        display: flex;
    }

        .vehicle-meta li .stocks {
            display: none;
        }

        .vehicle-meta li .btn-like,
        .vehicle-meta li .share-btn {
            margin-top: 0px;
            font-size: 20px;
            display: none;
            max-width: 35px;
            border: none !important;
        }
}

.circle-list-items {
    columns: 2;
}

.vehicle-meta .pricing-section {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-around;
}

.vehicle-meta li .pricing-section .price {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 44px;
    text-align: left;
    color: var(--theme-color);
}

.vehicle-meta li .pricing-section .e-price,
.vehicle-meta li .pricing-section .main-price {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .vehicle-meta li .pricing-section .e-price .price {
        color: black;
    }

.vehicle-meta .pricing-section .estimation {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 14px;
    text-align: left;
    color: #000;
}

    .vehicle-meta .pricing-section .estimation a {
        color: var(--theme-color);
    }

.vehicle-meta li .stocks {
    margin-bottom: 0;
}

.btn-theme, .btn-theme:focus, .btn-theme:hover {
    background-color: var(--theme) !important;
    color: white !important;
    border: 2px solid var(--theme) !important;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #7e7e7e !important;
    color: white !important;
    border-color: #7e7e7e !important;
}

.modal-content-box-footer {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

/* ===== From Custom_style.css ===== */



/* ===== SIDEBAR ===== */
.get-financing {
}

    .get-financing:after {
        content: "";
        width: 4.875rem;
        height: 0.25rem;
        background-color: var(--theme);
        display: block;
        margin: 0 auto 10px;
    }

.price-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

    .price-list li {
        font-size: 1.275rem;
        font-family: var(--alt-font);
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .price-list div {
        font-family: var(--base-font);
        font-weight: 700;
    }

        .price-list div span {
            font-size: 14px;
        }

.e-price {
    font-weight: 500;
}

.price-list li.e-price div {
    font-size: 1.675rem;
    color: var(--theme);
}

.e-price {
    font-weight: 500;
}

.payment-pre-text {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.125rem;
    color: var(--theme);
    text-align: center;
}

.highlighted-payment {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 44px;
    text-align: left;
    color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
}

    .highlighted-payment span {
        font-size: 0.35em;
        font-family: var(--base-font);
        font-weight: 400;
        position: relative;
        top: -10px;
    }

.add-omni-sidebar {
}

    .add-omni-sidebar .main-slider-block .container {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .add-omni-sidebar #vehicleSync1 {
        width: 65%;
    }

    .add-omni-sidebar .owl-carousel .owl-item img,
    #vehicleSync2.owl-carousel .owl-item img {
        width: 100% !important;
    }

    .add-omni-sidebar .main-slider-block .container {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .add-omni-sidebar #vehicleSync1 {
        width: 65%;
    }

    .add-omni-sidebar .owl-carousel .owl-item img,
    #vehicleSync2.owl-carousel .owl-item img {
        width: 100% !important;
    }

.vehicle-header-v2 {
    position: static !important;
}

    .vehicle-header-v2 .vehicle-price {
        color: var(--theme);
    }

    .vehicle-header-v2 .vehicle-est .payment-price {
        color: var(--theme);
    }

    .vehicle-header-v2 .btn-primary {
        background: var(--theme);
        border-color: var(--theme);
    }

.add-omni-sidebar .main-slider .owl-nav .owl-prev,
.add-omni-sidebar .main-slider .owl-nav .owl-next {
    margin-top: -75%;
}

    .add-omni-sidebar .main-slider .owl-nav .owl-prev i,
    .add-omni-sidebar .main-slider .owl-nav .owl-next i {
        color: var(--theme);
    }

.add-omni-sidebar .main-slider .item .zoom-btn {
    border: solid 1px var(--theme);
    right: 15px;
    top: 15px;
}

    .add-omni-sidebar .main-slider .item .zoom-btn i {
        color: var(--theme);
    }

.add-omni-sidebar .page-nav-link-section {
    padding: 1.25rem 0;
}

    .add-omni-sidebar .page-nav-link-section .col-xxl-6.mx-auto {
        width: 100% !important;
    }

    .add-omni-sidebar .page-nav-link-section .row {
        margin: auto;
        width: 850px;
    }

.add-omni-sidebar .navigation-wrapper li a::after {
    background: var(--theme);
}

.add-omni-sidebar .navigation-wrapper li a:hover::before,
.add-omni-sidebar .navigation-wrapper li a.active::before {
    border-top-color: var(--theme);
}

.add-omni-sidebar .thumb-slider .nav-btn {
    border-color: var(--theme);
    color: var(--theme);
}

.add-omni-sidebar .product-meta-info {
    padding: 0.525rem 1.625rem;
}

.add-omni-sidebar .product-meta-list li:not(:first-child)::before {
    display: none;
}

.add-omni-sidebar .main-slider-block {
    background: #fff;
}


.slider-sidebar {
    border-radius: 1px;
    background: var(--white);
    border: 1px solid #a8a8a8;
    padding: 0.825rem;
    width: 100%;
}

    .slider-sidebar .btn {
        width: 100%;
        border-radius: 6px;
        justify-content: space-between;
        padding: 0.475rem 1.125rem;
        font-size: 1.20rem;
    }

    .slider-sidebar .btn-primary {
        margin-bottom: 10px;
        background-color: var(--theme);
        border-color: var(--theme);
    }

    .slider-sidebar .btn .img-icon {
        display: flex;
        align-items: center;
    }

    .slider-sidebar p {
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 0.01rem;
        line-height: 1.5rem;
        text-align: center;
        color: #6e6e6e;
        margin-bottom: 0;
    }

    .slider-sidebar small {
        font-weight: 300;
        font-size: 0.8rem;
        letter-spacing: 0.01rem;
        line-height: 1.5rem;
        text-align: center;
        color: #6e6e6e;
        display: block;
        margin-bottom: 10px;
    }

@media (max-width:991px) {
    .add-omni-sidebar #vehicleSync1 {
        width: 100%;
    }

    .slider-sidebar {
        width: 100%;
    }

    .add-omni-sidebar .main-slider-block .container {
        flex-direction: column;
    }
}

.custom-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}

/* ===== RVS Custom ===== */
.price-list-rvs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

    .price-list-rvs li {
        font-size: 1rem;
        font-family: var(--alt-font);
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .price-list-rvs div {
        font-family: var(--base-font);
        font-weight: 700;
    }

        .price-list-rvs div span {
            font-size: 14px;
        }

    .price-list-rvs li.e-price div {
        font-size: 1rem;
        color: var(--theme);
    }

.vehicle-price li {
    list-style-type: disc;
}

    .vehicle-price li:first-child {
        list-style-type: none;
    }

.your-price-name-rvs {
    font-weight: 800;
    font-size: 1.75rem;
}

#sidebysideTotalPrice-rvs {
    font-weight: 800;
    font-size: 1.75rem;
}

.slider-sidebar .rvs-interested {
    width: 100%;
    border-radius: 15px;
    justify-content: center;
    padding: 0.5rem;
    font-size: 1.35rem;
}

.paymentBox-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: var(--light);
    margin-bottom: 10px;
    padding: 5px;
}

.sub-paymentBox-container {
    width: 50%;
}

@media (max-width:991px) {
    .vehicle-name-info {
        display: flex;
        flex-direction: column;
        gap: 0.5rem !important;
    }

    #VehicleTitlePrice {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 1rem;
    }
}

/* ===== Sidebar Custom Media ===== */
.sidebar-container {
    width: 33%;
}

@media (max-width:991px) {
    .sidebar-container {
        width: 100% !important;
    }
}

.sidebar-container #customMediaContainer .zoom-btn {
    width: 2.775rem;
    height: 2.775rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    color: rgba(0, 0, 0, 0.41);
    font-size: 1.625rem;
    position: absolute;
    top: 10rem;
    right: 1.875rem;
}

.add-omni-sidebar .sidebar-container #customMediaContainer .zoom-btn {
    border: solid 1px var(--theme);
    right: 15px;
    top: 15px;
}

    .add-omni-sidebar .sidebar-container #customMediaContainer .zoom-btn i {
        color: var(--theme);
    }

.icon-z-info {
    width: 15px;
    min-width: 15px;
}

/* Specifications Dropdown Styling */
.gj-specs {
    max-width: 100%;
    margin: 0;
}

.gj-specs__title {
    margin: 0 0 16px;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .02em;
}

@media (max-width: 991px) {
    .gj-specs__title {
        font-size: 1.35rem !important;
    }
}

.gj-specs__group {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    transition: box-shadow .2s ease, transform .2s ease;
}

    .gj-specs__group:hover {
        box-shadow: 0 8px 22px rgba(0,0,0,.09);
    }

.gj-specs__summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    color: #1b1b1f;
    background: #fff;
    position: relative;
}

    .gj-specs__summary::-webkit-details-marker {
        display: none;
    }

    .gj-specs__summary::after {
        content: "";
        margin-left: auto;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform 0.2s ease-in-out;
        /* default (closed) */
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%231b1b1f" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
    }

.gj-specs__group[open] .gj-specs__summary {
    background: var(--theme);
    color: #fff;
}

    .gj-specs__group[open] .gj-specs__summary::after {
        transform: rotate(-180deg);
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
    }

.gj-specs__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

    .gj-specs__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.gj-specs__group[open] .gj-specs__icon img {
    filter: brightness(0) invert(1);
}

.gj-specs__content {
    padding: 14px 18px 18px;
    background: #fff;
    border-top: 1px solid #ececf1;
}

.gj-specs__list {
    margin: 0;
    padding-left: 20px;
    columns: 1;
}

    .gj-specs__list li {
        margin-bottom: 8px;
        line-height: 1.45;
        color: #2a2a2f;
        font-size: .96rem;
    }

@media (min-width: 768px) {
    .gj-specs__list {
        columns: 2;
        column-gap: 32px;
    }

        .gj-specs__list li {
            break-inside: avoid;
        }
}

/* Override EShop CTA Color */
.slider-sidebar .vdp-cta {
    background-color: var(--theme) !important;
}