@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap";

.archive-offer-card,
.offer-card,
.promotion-item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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;
}

    .skip-link:focus {
        top: 0;
    }

.btn,
.btn-collapse::after,
.custom-drop-btn.btn-like .icon-like::before,
a {
    transition: 0.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;
}

.breadcrumb-nav ul,
.service-list-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modalOpen,
html.modal-open {
    overflow: hidden;
}

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);
}

    a.theme-text:hover {
        color: var(--base-color);
    }

.bg-light {
    background-color: var(--light);
}

strong {
    font-weight: 700;
}

sup {
    top: -0.3em;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--light);
}

::-webkit-scrollbar-thumb {
    background: var(--theme-alt);
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--theme);
    }

.accordion-button::after,
.owl-carousel .next-slide,
.owl-carousel .prev-slide {
    background-position: center;
    background-repeat: no-repeat;
}

::placeholder {
    color: var(--theme-alt);
}

:-ms-input-placeholder {
    color: var(--theme-alt);
}

::-ms-input-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;
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 6.25rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 6.25rem;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 6.25rem;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 6.25rem;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 6.25rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 6.25rem;
    }
}

@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%;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 6.25rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 6.25rem;
    }
}

@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%;
    }
}

.g-6,
.gx-6 {
    --bs-gutter-x: 6.25rem;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 6.25rem;
}

@media (min-width: 1400px) {

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 6.25rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 6.25rem;
    }
}

.owl-carousel .owl-stage {
    display: flex;
    margin: auto;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.breadcrumb-nav ul li,
.breadcrumb-nav-back,
.btn,
.hero-banner .container,
.service-heading,
.service-items {
    display: flex;
    align-items: center;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}


.mobile-slider .owl-dots {
    margin-top: 20px;
}


.mobile-slider.owl-carousel .owl-nav button.owl-next,
.mobile-slider.owl-carousel .owl-nav button.owl-prev {
    font-size: 48px;
    color: var(--theme);
    line-height: 30px;
    font-weight: 400;
}

.mobile-slider .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: -42px;
}

.owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e2e8fb;
    display: inline-block;
    margin: 4px 6px;
    transition: 0.6s;
}

.owl-dots .active.owl-dot span,
.service-overlay-primary {
    background-color: var(--theme) !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #00a0d2;
    color: #00a0d2;
    border-left: 6px solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    border-left: 6px solid #46b450;
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    border-left: 6px solid #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    color: #f56e28;
    border-left: 6px solid #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
    border-left: 6px solid #ffb900;
}

.hero-banner {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    color: var(--white);
    position: relative;
}

    .hero-banner::after,
    .online-belt::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .hero-banner .container {
        width: 100%;
        justify-content: center;
    }

.hero-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.hero-banner-intro p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
}

.hero-banner-intro h1 {
    font-weight: 700;
    font-size: 3.375rem;
    letter-spacing: 0.05em;
    text-align: center;
}

.hero-banner-btn-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2.75rem;
    align-items: center;
    justify-content: center;
    margin: 2.625rem 0 4rem;
    width: 100%;
    max-width: 960px;
}

.hero-banner-btn {
    flex: 1 1 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--white);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.32);
    padding: 0.75rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.17);
    height: 100%;
}

.online-belt,
.service-items {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-banner-btn:hover {
    color: var(--white);
    opacity: 0.8;
}

.hero-banner-btn img {
    width: auto;
    max-height: 1.625rem;
}

.hero-banner-logo-section {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

    .hero-banner-logo-section img {
        width: auto;
        max-height: 60px;
    }

    .btn:focus,
    .btn:hover,
    .help-btn-section ul .help-btn:hover .img-icon,
    .help-btn:hover .img-icon,
    .hero-banner-logo-section a:hover,
    .offer-slider-nav-next:hover,
    .offer-slider-nav-prev:hover {
        opacity: 0.8;
    }

.btn {
    padding: 0.5rem 1.25rem;
    width: auto;
    font-size: 1rem;
    border-radius: 0;
    outline: 0;
    text-align: center;
    justify-content: center;
    gap: 0.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-theme-outline {
    background-color: transparent;
    color: var(--theme);
}

.btn-outline-primary {
    color: var(--theme);
    border: 2px solid var(--theme);
}

    .btn-outline-primary:focus,
    .btn-outline-primary:hover {
        background-color: var(--theme);
        color: var(--white);
        border-color: var(--theme);
    }

.btn-white,
.btn-white:focus,
.btn-white:hover {
    border-radius: 1.875rem;
    background-color: var(--white);
    color: var(--theme);
    border: 2px solid var(--white);
}

.btn-white-outline {
    background-color: transparent !important;
    color: var(--white);
}

.btn-collapse {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
    padding: 0;
    text-align: left;
    color: var(--black);
    gap: 0.75rem;
    border: 0;
}

    .btn-collapse::after {
        display: inline-block;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid var(--theme);
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .btn-collapse:not(.collapsed)::after {
        transform: rotate(-180deg);
    }

    .btn-collapse:focus,
    .btn-collapse:hover {
        border: 0;
        outline: 0;
    }

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #a8a8a8;
    color: var(--white);
    border-color: #a8a8a8;
}

.form-title {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2.5rem;
    color: #0d0d0d;
    margin-bottom: 0;
}

.form-label {
    font-weight: 400;
    font-size: 0.875rem;
    color: #0d0d0d;
    padding: 0 0.875rem;
}

.form-control,
.form-select {
    border-radius: 1.25rem;
    background-color: var(--light);
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 1px solid var(--light);
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid var(--theme-alt);
    }

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}

.page-section {
    padding: 4.6875rem 0;
}

.page-section-alt,
.promotion-section.with-image {
    padding: 3rem 0;
}

.page-title-section {
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #707070;
}

.offer-card-body h2 Strong,
.page-title {
    font-weight: 600;
}

.page-desc {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2.875rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .section-title {
        line-height: 1.15rem !important;
    }
}

.title-xxxl {
    font-size: 5.25rem;
}

.title-xxl {
    font-size: 4rem;
}

.title-xl {
    font-size: 3.375rem;
}

.title-lg {
    font-size: 2rem;
}

.btn-book .icon,
.title-md {
    font-size: 1.5rem;
}

.title-sm {
    font-size: 1.25rem;
}

.title-xs {
    font-size: 1.125rem;
}

.text-transform-none {
    text-transform: none;
}

.section-title-with-border {
    font-weight: 600;
    text-align: center;
    color: #1b1c20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.blog-banner-title,
.blog-banner-title a,
.compare-item-grid .compare-item .custom-drop-btn:hover,
.compare-item-grid .compare-item .custom-drop-btn:not(.collapsed),
.compare-item-grid .compare-item .custom-drop-items:hover,
.compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item.active .icon,
.compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item:hover .icon,
.online-belt,
.online-content,
.promotion-section.with-image .current-promo-block p,
.service-primary-content {
    color: var(--white);
}

.help-title::after,
.section-title-with-border::after {
    content: "";
    width: 8.875rem;
    height: 0.25rem;
    background-color: var(--theme);
}

.online-belt {
    display: flex;
}

.online-content {
    position: relative;
    z-index: 99;
}

.online-belt .btn-white {
    border-radius: 0;
    background-color: transparent;
    color: var(--white);
}

.online-belt .btn .img-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {

    .hero-banner-btn,
    .online-belt .btn,
    .online-content p {
        font-weight: 500;
        line-height: 1.5rem;
    }

    .hero-banner {
        min-height: 494px;
    }

    .hero-banner-content {
        padding: 1.5rem 0;
    }

    .hero-banner-intro {
        margin-top: 4rem;
    }

        .hero-banner-intro p {
            font-size: 1.125rem;
        }

        .hero-banner-intro h1 {
            font-size: 2.125rem;
            letter-spacing: 0.05rem;
        }

    .hero-banner-btn-section {
        margin-top: auto;
        order: 10;
        gap: 0.5rem;
        margin-bottom: 0;
    }

    .hero-banner-btn {
        flex: auto;
        width: calc(50% - 0.5rem);
        font-size: 1.25rem;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
        padding: 0.875rem;
        height: auto;
        gap: 0.625rem;
    }

        .hero-banner-btn img {
            max-height: 1.375rem;
        }

    .hero-banner-logo-section {
        gap: 1.5rem;
    }

        .hero-banner-logo-section img {
            max-width: 90px;
            max-height: 1.875rem;
        }

    .online-belt .btn,
    .online-content,
    .online-content p,
    .preq-content {
        text-align: center;
    }

    .title-xxxl {
        font-size: 3.375rem;
    }

    .title-xxl {
        font-size: 2.125rem;
    }

    .title-xl {
        font-size: 1.5rem;
    }

    .title-lg {
        font-size: 1rem;
    }

    .page-section {
        padding: 1.25rem 0;
    }

    .page-section-alt {
        padding: 3rem 0;
    }

    .section-title-with-border::after {
        width: 5.25rem;
    }

    .online-belt {
        padding: 3.75rem 0;
    }

        .online-belt .title-lg {
            font-size: 3.375rem;
            letter-spacing: 0.02rem;
        }

        .online-belt .title-sm {
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

        .online-belt .btn {
            flex-direction: column;
            position: relative;
            padding: 2.25rem 2.5rem 0.75rem;
            margin: auto;
            font-size: 1.25rem;
            color: var(--white);
            text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.17);
            max-width: 246px;
            width: 100%;
        }

            .online-belt .btn.without-icon {
                padding-top: 0.75rem;
            }

            .online-belt .btn .img-icon {
                position: absolute;
                left: 50%;
                top: 0;
                transform: translate(-50%, -50%);
                height: 3.125rem;
                width: 3.125rem;
                border-radius: 100%;
                padding: 0.5rem;
                background-color: var(--theme);
            }

                .online-belt .btn .img-icon img {
                    max-height: 2.5rem;
                    aspect-ratio: 1 / 1;
                    width: 100%;
                    height: auto;
                    display: block;
                }

    .online-content p {
        font-size: 1rem;
        padding: 0 2rem;
    }
}

.current-promo-block .btn,
.current-promo-menu .btn {
    width: max-content;
    margin-top: 2rem;
}

.service-items {
    height: 100%;
    aspect-ratio: 1/1;
    aspect-ratio: 1;
    justify-content: center;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: var(--white);
}

.service-item-content {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.75rem;
}

.current-promo-block,
.current-promo-menu {
    transition: 0.1s ease-in-out;
    z-index: 999;
    position: absolute;
}

.service-primary-content .btn-theme {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--theme);
}

.service-primary-content .btn-theme-outline {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.service-heading {
    gap: 1.75rem;
    font-weight: 700;
    font-size: 3.375rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 2rem;
}

.model-img-block,
.shope-title {
    letter-spacing: 0.04em;
    color: var(--black);
}

.nav-item-link,
.nav-tabs {
    align-items: center;
    display: flex;
}

.service-heading img {
    max-height: 70px;
}

.service-desc {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: center;
    min-height: 100px;
}

.service-btn-control {
    text-align: center;
    margin-top: 2.625rem;
}

.shope-title-block {
    max-width: 744px;
    margin: -9rem auto 2.5rem;
    text-align: center;
    background-color: var(--white);
    padding: 2.625rem 2.625rem 0;
    color: var(--black);
}

.shope-title {
    font-weight: 700;
    font-size: 3.25rem;
    margin-bottom: 0.75rem;
}

.offer-second-type .current-offer-links,
.shope-sub-title {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5rem;
}

.nav-tabs {
    border: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.nav-item-link {
    border-radius: 0.75rem;
    background: var(--white);
    padding: 1rem 1.25rem;
    flex-direction: column;
    height: 100%;
    color: var(--black);
}

    .nav-item-link img {
        width: 100%;
        max-width: 87px;
        height: auto;
    }

    .nav-item-link p {
        margin-top: auto;
        margin-bottom: 0;
        padding-top: 1rem;
    }

    .nav-item-link.active,
    .nav-item-link:hover {
        background-color: var(--light);
        color: var(--theme);
    }

.tab-content {
    padding: 3.125rem 0;
}

.model-img-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
}

.current-promo-block {
    top: 1rem;
    left: 0;
    max-width: 380px;
}

    .current-promo-block .section-title .title-xxl {
        font-weight: 600;
        line-height: 1;
    }

    .current-promo-block.opacity-0,
    .current-promo-menu.opacity-0 {
        z-index: -1;
    }

    .current-promo-block .btn {
        font-weight: 500;
        font-size: 1.5rem;
    }

    .current-promo-block p,
    .current-promo-menu p {
        font-size: 1.375rem;
        color: #0d0d0d;
    }

.current-promo-menu {
    top: 0;
    left: 0;
    max-width: 31.25rem;
}

.promotion-section {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0.75rem;
}

    .promotion-section.with-image::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(15, 15, 15, 0.73);
    }

    .promotion-section.with-image .current-promo-block {
        color: var(--white);
        top: 3rem;
        left: 2rem;
    }

.promotion-slider {
    padding-left: 0;
}

    .promotion-slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

.promotion-item-first {
    display: none;
    width: 310px;
}

.promotion-slider .owl-stage-outer,
.promotion-slider-menu .owl-stage-outer {
    overflow: visible !important;
}

.promotion-slider .owl-carousel .owl-stage,
.promotion-slider-menu .owl-carousel .owl-stage {
    margin-left: -386px !important;
    padding-left: 386px !important;
}

.promotion-slider .owl-nav {
    margin-left: 468px;
    margin-top: 2.5rem;
}

.promotion-slider .owl-next,
.promotion-slider .owl-prev {
    height: 3rem;
    width: 3rem;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a5a5a5;
    transition: 0.2s ease-in-out;
}

.promotion-slider .owl-next,
.promotion-slider-menu .owl-next {
    margin-left: 2rem;
}

.promotion-slider .owl-item,
.promotion-slider-menu .owl-item {
    max-width: 288px;
}

.owl-carousel .nav-btn {
    height: 3rem;
    width: 3rem;
    cursor: pointer;
}

.owl-carousel .prev-slide {
    background-image: url(../images/icon-prev.svg);
    background-size: 100%;
}

.owl-carousel .next-slide {
    background-image: url(../images/icon-next.svg);
    background-size: 100%;
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: 0.2;
    opacity: 0;
}

.promotion-item {
    background: var(--white);
    border-radius: 0;
    border: 0;
    text-align: center;
    height: 100%;
}

    .promotion-item p {
        font-weight: 300;
        font-size: 1.5rem;
        color: #343434;
        margin-bottom: 0;
        line-height: 1.1;
    }

    .promotion-item .icon-block {
        height: 4.75rem;
        width: 4.75rem;
        background-color: var(--white);
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -3.25rem auto auto;
    }

        .promotion-item .icon-block img {
            width: 2.75rem !important;
            height: auto;
        }

    .promotion-item.without-image .card-img {
        min-height: 134px;
        object-fit: cover;
        background-color: var(--theme);
        border-radius: 0;
    }

        .promotion-item.without-image .card-img img {
            height: 100%;
            opacity: 0 !important;
        }

    .promotion-item.without-image .icon-block {
        height: 130px;
        width: 130px;
        margin-top: -5rem;
    }

        .promotion-item.without-image .icon-block img {
            width: 4.75rem !important;
            height: auto;
        }

    .promotion-item .sub-title {
        font-weight: 700;
        font-size: 0.75rem;
        letter-spacing: 0.02em;
        line-height: 1.25rem;
        text-align: center;
        color: #939393;
        margin-bottom: 1.125rem;
    }

    .promotion-item .card-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .promotion-item .card-name {
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1.625rem;
        text-align: center;
        color: #343434;
        margin-bottom: 0.75rem;
    }

    .promotion-item .btn {
        margin: auto auto 0;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1.5rem;
        padding: 0.5rem 1rem;
        min-width: 160px;
        text-align: center;
        align-items: center;
    }

.breadcrumb-section,
.promotion-slider-menu .promotion-item {
    margin-bottom: 0.625rem;
}

.promotion-slider-menu {
    padding-left: 170px;
}

    .promotion-slider-menu .owl-nav {
        margin-left: 170px;
        margin-top: 0.75rem;
    }

    .promotion-slider-menu .owl-next,
    .promotion-slider-menu .owl-prev {
        height: 24px;
        width: 24px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #a5a5a5;
        transition: 0.2s ease-in-out;
    }

.accordion-button:not(.collapsed),
.custom-form-content .btn-check-primary.active,
.custom-form-content .btn-check-primary:active,
.custom-form-content .btn-check:active + .btn-check-primary,
.custom-form-content .btn-check:checked + .btn-check-primary,
.theme-card.need-assist {
    color: var(--white);
    background-color: var(--theme);
}

.accordion-button {
    padding: 20px 20px 20px 30px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: var(--base-color);
    text-transform: uppercase;
}

    .accordion-button::after {
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CA0003'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-size: 100% auto;
        width: 1.125rem;
        height: 1.25rem;
        transition: 0.2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: var(--theme);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    }

.accordion-item {
    border: 1px solid #aaa;
}

.accordion-body {
    padding: 1.25rem 1.875rem;
    background: #f0f0f0;
}

@media screen and (max-width: 320px) {
    .accordion-body {
        padding: 1.25rem;
    }
}

.theme-card.need-assist {
    border-radius: 1.375rem;
    padding: 4.375rem 3.75rem;
    text-align: center !important;
}

    .theme-card.need-assist .btn-theme {
        background-color: var(--white);
        border-color: var(--white);
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 1.25rem;
        text-align: left;
        color: var(--black);
        margin: 1.25rem;
        padding: 1.25rem 1.5rem;
        border-radius: 0.5rem;
    }

        .theme-card.need-assist .btn-theme span {
            margin-left: 1.25rem;
        }

.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    color: #a8a8a8;
}

@media (max-width: 1199.98px) {

    .promotion-item .card-name,
    .promotion-item p {
        font-size: 1.125rem;
    }

    .breadcrumb-nav ul {
        font-size: 0.75rem;
    }
}

.breadcrumb-nav ul li:not(:first-child)::before {
    content: "";
    height: 1.5rem;
    width: 1px;
    background-color: var(--theme);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.breadcrumb-nav ul li a {
    color: #a8a8a8;
}

.breadcrumb-nav-back {
    font-weight: 700;
    color: var(--theme) !important;
}

    .breadcrumb-nav-back::before {
        content: "\e972";
        font-family: icomoon !important;
        margin-right: 0.5rem;
        font-size: 1.125rem;
    }

.breadcrumb-section {
    display: block;
    width: 100%;
}

    .breadcrumb-section .like-btn,
    .breadcrumb-section .share-btn {
        font-size: 1.625rem;
        color: #e5e5e5;
        margin-left: 0.625rem;
        display: none;
    }

.blog-banner {
    min-height: 826px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    padding: 4rem 0 3rem;
}

    .blog-banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46, 46, 46, 0.75);
    }

.blog-banner-content {
    background: rgba(255, 255, 255, 0.49);
    border: 1px solid var(--white);
    text-align: center;
    padding: 2rem;
    position: relative;
    z-index: 99;
}

.blog-banner-internal,
.current-offer-item {
    background-size: cover;
    background-position: center center;
}

.blog-banner-content-box {
    max-width: 750px;
    margin: auto;
}

.blog-banner-category {
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: var(--theme);
    text-transform: uppercase;
}

.blog-banner-title,
.recent-article-title {
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 3.125rem;
}

.blog-banner .blog-date {
    font-weight: 700;
    font-size: 0.825rem;
    line-height: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
}

.blog-banner .blog-desc {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

.blog-banner .btn-white-outline {
    border: 3px solid var(--white);
    display: inline-flex;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.75rem 2rem;
}

    .blog-banner .btn-white-outline:hover {
        background-color: var(--white);
        color: var(--theme);
    }

.recent-article-title {
    text-transform: none;
    color: var(--black);
    margin-bottom: 2rem;
}

.blog-category {
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 0.01rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.5rem;
    letter-spacing: 0.01em;
    color: var(--black);
}

.blog-recent-body {
    padding: 1rem 0;
}

.blog-recent-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--black);
    margin-bottom: 0.5rem;
    display: block;
}

.blog-recent-desc {
    font-weight: 400;
    font-size: 0.825rem;
    line-height: 1rem;
    color: var(--black);
}

.blog-banner-internal {
    position: relative;
    min-height: 664px;
    background-repeat: no-repeat;
    padding: 16.25rem 0 10rem;
    color: var(--white);
}

    .archive-banner::after,
    .blog-banner-internal::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(62, 60, 60, 0.78);
        z-index: 1;
    }

.archive-banner-content,
.blog-banner-content-internal {
    position: relative;
    z-index: 2;
}

.blog-banner-title-internal {
    font-weight: 700;
    font-size: 4.625rem;
    letter-spacing: -0.01rem;
    line-height: 5rem;
    max-width: 1210px;
    padding-top: 1rem;
    position: relative;
    margin-bottom: 1.25rem;
}

    .blog-banner-title-internal::before {
        content: "";
        display: block;
        width: 8.875rem;
        height: 0.25rem;
        background: var(--theme);
        position: absolute;
        top: 0;
        left: 0;
    }

.blog-banner-date-internal {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.blog-content {
    font-size: 1rem;
    line-height: 2rem;
    color: #707070;
}

    .blog-content a:hover {
        color: var(--theme-alt);
    }

    .blog-content img {
        max-width: 100%;
        height: auto;
    }

.current-offer-title,
.offer-value {
    font-family: var(--alt-font);
    letter-spacing: 0.04rem;
}

.current-offer-item {
    background-repeat: no-repeat;
    min-height: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.25rem 0;
}

.current-offer-content {
    margin: auto;
    justify-self: center;
}

.current-offer-buttons {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
}

.current-offer-block {
    width: 100%;
    max-width: 744px;
    background: rgba(0, 0, 0, 0.17);
    padding: 2.875rem;
    text-align: center;
    color: var(--white);
    margin-top: auto;
}

.current-offer-date {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
}

.current-offer-title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 3.375rem;
    margin-bottom: 0.75rem;
}

.current-offer-meta {
    margin-top: 0.625rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.current-offer-logo {
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.625rem;
}

.current-offer-meta-amount,
.offer-btn {
    background: rgba(0, 0, 0, 0.44);
    color: var(--white);
}

.current-offer-logo img {
    width: 100%;
    max-width: 218px;
    height: auto;
}

.current-offer-meta-amount {
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.offer-upper-label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    display: block;
}

.offer-value {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 3.375rem;
    text-align: center;
    display: block;
}

.current-offer-links,
.offer-btn,
.offer-lower-label {
    line-height: 1.5rem;
    text-align: center;
}

.offer-value sup {
    top: -0.7em;
    font-size: 0.5em;
}

.offer-lower-label {
    font-weight: 400;
    font-size: 1rem;
    max-width: 164px;
    display: block;
    margin: 0 auto;
}

.offer-btn {
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0.625rem 5.625rem;
    border-radius: 23px;
    min-width: 410px;
    text-transform: uppercase;
}

.current-offer-buttons .offer-btn:nth-child(odd) {
    background: rgba(255, 255, 255, 0.22);
}

.offer-btn:hover {
    color: var(--theme);
    background: rgba(0, 0, 0, 0.8);
}

.current-offer-buttons .offer-btn:nth-child(odd):hover {
    background: rgba(255, 255, 255, 0.8);
}

.current-offers-lists .current-offer-item:last-child {
    padding-bottom: 9.75rem;
}

.current-offer-links {
    font-weight: 700;
    font-size: 1.375rem;
    color: var(--white);
}

    .current-offer-links a {
        color: var(--white);
        font-weight: 700;
        text-decoration: underline;
    }

.offer-second-type.current-offer-logo {
    min-width: 270px;
}

.offer-second-type.current-offer-buttons {
    margin-top: 0;
}

.offer-second-type.current-offer-item {
    padding: 2rem 0;
}

.offer-second-block {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.offer-second-type.current-offer-block {
    max-width: none;
    background: rgba(0, 0, 0, 0.46);
    padding: 1rem 6.25rem;
}

.offer-second-type.current-offer-meta {
    margin-top: 0;
    display: flex;
    width: 100%;
}

.offer-second-type .current-offer-meta-amount {
    flex: 1 1 auto;
    background: rgba(0, 0, 0, 0.46);
}

.offer-second-type .current-offer-title {
    max-width: 550px;
    text-align: center;
    display: block;
    margin: auto auto 0.25rem;
    font-weight: 700;
    font-size: 3.3125rem;
    letter-spacing: 0.04em;
    line-height: 3.375rem;
}

.offer-second-type .current-offer-links a {
    font-weight: 400;
}

.help-title,
.off-canvas-block .left-content-block h2 {
    line-height: 4rem;
    font-family: var(--alt-font);
    font-weight: 600;
}

.default-content {
    padding-top: 14rem;
}

.service-list-box {
    max-width: 400px;
    margin: 0 auto;
}

    .service-list-box ul li {
        position: relative;
        display: flex;
        gap: 1.875rem;
        font-weight: 300;
        font-size: 1.25rem;
        color: #626262;
    }

        .service-list-box ul li::before {
            content: "";
            background-image: url(../images/icon-check-color.png);
            height: 2.125rem;
            width: 2.125rem;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            display: block;
            flex: 0 0 auto;
        }

        .service-list-box ul li:not(:last-child) {
            margin-bottom: 1.125rem;
        }

.off-canvas-block .left-content-block {
    margin-left: auto;
    max-width: 766px;
}

    .off-canvas-block .left-content-block h2 {
        font-size: 2.75rem;
        color: var(--base-color-alt);
        margin-bottom: 5rem;
    }

    .off-canvas-block .left-content-block p {
        font-weight: 400;
        font-size: 1rem;
        line-height: 2.125rem;
        color: #707070;
    }

.off-canvas-block .wp-block-image {
    margin-bottom: 0;
}

html :where(.wp-block) {
    max-width: 1400px;
    margin-top: 28pxpx;
    margin-bottom: 28px;
}

@media (max-width: 1140px) {
    .default-content {
        padding-top: 1rem;
    }
}

.help-btn-section {
    margin-left: auto;
    display: flex;
    width: fit-content;
}

    .help-btn-section ul,
    .help-buttons {
        margin: 0;
        display: flex;
        list-style: none;
    }

    .help-btn-section ul {
        padding: 0;
        flex-wrap: wrap;
        gap: 2rem;
    }

        .featured-section .owl-next span,
        .featured-section .owl-prev span,
        .help-btn-section ul .help-btn span {
            display: none;
        }

        .help-btn-section ul .help-btn .img-icon {
            height: 8.125rem;
            width: 8.125rem;
            background-color: var(--theme);
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s ease-in-out;
            border-width: 4px;
        }

            .help-btn-section ul .help-btn .img-icon img {
                max-height: 4.5rem;
                max-width: 4.5rem;
                aspect-ratio: 1 / 1;
                width: 100%;
                height: auto;
                display: block;
            }

    .help-btn-section.btn-lists,
    .offer-item {
        width: 100%;
    }

        .help-btn-section.btn-lists ul {
            gap: 2.75rem;
            width: 100%;
            justify-content: space-between;
        }

            .help-btn-section.btn-lists ul li {
                width: calc(33.33% - 2.75rem);
            }

.help-title {
    font-size: 2rem;
    text-align: center;
    color: #1b1c20;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.125rem;
}

.help-section {
    background: var(--light);
    background: white;
}

.help-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 0;
}

.help-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.375rem;
    text-align: center;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: -2.5rem;
}

.contact-item-lists {
    margin-bottom: 2rem;
}

    .contact-item-lists p {
        margin-bottom: 0;
        font-size: 1.375rem;
        color: #0d0d0d;
    }

    .contact-item-lists a {
        font-weight: 300;
        color: #0d0d0d;
    }

.archive-banner {
    position: relative;
    min-height: 514px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.625rem 0;
    color: var(--white);
}

.archive-banner-title {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 5.25rem;
    letter-spacing: -0.01rem;
    line-height: 6.25rem;
    text-align: left;
    padding-top: 1.25rem;
    position: relative;
    margin-bottom: 1.5rem;
}

    .archive-banner-title::before,
    .offer-title::before {
        content: "";
        display: block;
        width: 142px;
        height: 4px;
        background: var(--theme);
        position: absolute;
        top: 0;
        left: 0;
    }

.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;
}

@media (max-width: 991.98px) {
    .breadcrumb-nav ul {
        font-size: 0.625rem;
    }

    .archive-banner-title {
        font-size: 2.625rem;
        letter-spacing: 0;
        line-height: 3.25rem;
        margin-bottom: 1.875rem;
    }
}

.archive-offer-card-top .brand-name,
.offer-title {
    letter-spacing: -0.01rem;
    font-family: var(--alt-font);
}

.archive-banner-desc {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.875rem;
    margin-bottom: 0;
}

.archive-offer-section .archive-offer-card {
    margin-top: -80%;
    position: relative;
    z-index: 3;
}

    .archive-offer-section .archive-offer-card .product-img {
        padding-top: 0.625rem;
    }

@media (max-width: 99px) {
    .archive-offer-section .archive-offer-card {
        margin-top: 2.5rem;
    }
}

.archive-offer-link-tabs {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin: -2.25rem 0 0;
    padding: 0;
    z-index: 3;
}

.archive-offer-card,
.contact-section {
    margin: 0 auto;
}

.contact-section {
    max-width: 450px;
}

.archive-offer-link-tabs .btn-theme {
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    min-width: 166px;
    padding: 0.875rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@media (max-width: 991px) {

    .blog-banner-content,
    .off-canvas-block .wp-block-image,
    .promotion-section,
    .service-grid .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .btn-collapse {
        display: inline-flex;
        align-items: center;
        font-weight: 500;
        font-size: 1rem;
        padding: 0;
        text-align: left;
        color: var(--black);
        gap: 0.625rem;
        border: 0;
    }

    .page-title .title-xl {
        font-size: 2.125rem;
        letter-spacing: -0.01rem;
        line-height: 2.625rem;
    }

    .page-title-section {
        min-height: auto;
        padding-bottom: 0;
        border-bottom: 0 solid #707070;
    }

    .service-items:nth-child(3) {
        order: 4;
    }

    .service-items:nth-child(5) {
        order: 6;
    }

    .service-items:nth-child(7) {
        order: 8;
    }

    .service-items:nth-child(9) {
        order: 10;
    }

    .service-item-content {
        padding: 3.625rem 1.75rem;
    }

    .service-heading img {
        max-height: 50px;
    }

    .service-heading {
        font-size: 2.125rem;
        letter-spacing: 0.04em;
    }

    .service-desc {
        font-size: 1rem;
        line-height: 1.625rem;
        min-height: 70px;
    }

    .offer-second-block,
    .shope-title-block {
        margin-top: 0;
    }

    .shope-title {
        font-size: 2.125rem;
        letter-spacing: 0.04rem;
        margin-bottom: 0.5rem;
    }

    .current-offer-links,
    .current-promo-block p,
    .offer-btn,
    .offer-second-type .current-offer-links,
    .shope-sub-title {
        font-size: 1rem;
    }

    .current-promo-block {
        left: 1rem;
        max-width: 280px;
    }

    .promotion-item,
    .promotion-slider .owl-item {
        max-width: 288px;
    }

    .breadcrumb-nav-back::before,
    .nav-item-link p {
        font-size: 0.75rem;
    }

    .promotion-section .current-promo-block .btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

        .promotion-section .current-promo-block .btn img {
            max-height: 1rem;
        }

    .promotion-section .current-promo-block .title-xxl::before {
        content: "";
        display: block;
        width: 100px;
        height: 4px;
        background: var(--theme);
        margin-bottom: 0.625rem;
    }

    .promotion-section {
        border-radius: 0;
        min-height: auto;
        padding-bottom: 1.5rem;
    }

    .promotion-slider .owl-nav.disabled + .owl-dots {
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        bottom: -2rem;
    }

    .promotion-item-first,
    .promotion-slider .owl-item:first-child {
        display: block;
    }

    .promotion-slider,
    .promotion-slider-menu {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

        .promotion-slider .owl-carousel .owl-stage,
        .promotion-slider-menu .owl-carousel .owl-stage {
            margin-left: -288px !important;
            padding-left: 288px !important;
        }

        .promotion-slider .owl-nav,
        .promotion-slider-menu .owl-nav {
            margin: auto;
            width: fit-content;
        }

    .promotion-item {
        box-shadow: 0 0 0 transparent;
    }

    .theme-card.need-assist {
        padding: 2.5rem 1.875rem;
    }

        .theme-card.need-assist .btn-theme {
            margin: 0.625rem auto;
            width: 100%;
            justify-content: space-between;
        }

    .breadcrumb-nav ul {
        font-size: 0.5rem;
    }

        .breadcrumb-nav ul li:not(:first-child)::before {
            height: 1.125rem;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem;
        }

    .breadcrumb-section .like-btn,
    .breadcrumb-section .share-btn {
        display: inline-flex;
        font-size: 1.25rem;
    }

    .recent-article-title {
        font-size: 1.625rem;
        line-height: 2.5rem;
        margin-bottom: 1.25rem;
    }

    .blog-banner {
        padding: 2.375rem 0 3.25rem;
        min-height: 60vh;
    }

    .blog-banner-content {
        padding: 1rem;
        border: 0;
    }

    .blog-banner-category {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .blog-banner-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .blog-banner .blog-date {
        font-size: 0.825rem;
        line-height: 1.5rem;
        color: #ebebeb;
    }

    .blog-category {
        font-size: 0.75rem;
        line-height: 1.5rem;
    }

    .blog-recent-title {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .blog-recent-desc {
        font-size: 0.825rem;
        line-height: 1rem;
    }

    .blog-banner-internal {
        padding: 2.25rem 0 5rem;
        min-height: 300px;
    }

    .blog-banner-title-internal {
        font-size: 2.625rem;
        letter-spacing: 0;
        line-height: 3.25rem;
        margin-bottom: 1.875rem;
    }

    .blog-banner-date-internal {
        font-weight: 300;
        font-size: 1rem;
    }

    .current-offer-content {
        display: flex;
        flex-direction: column;
    }

    .current-offer-item,
    .offer-second-type.current-offer-item {
        padding-top: 0;
        padding-bottom: 1.75rem;
        min-height: 548px;
    }

    .current-offer-meta {
        order: -1;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .current-offer-meta-amount {
        display: none;
    }

    .current-offer-block,
    .offer-second-type.current-offer-block {
        padding: 1.25rem;
    }

    .current-offer-date {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .current-offer-title,
    .offer-second-type .current-offer-title {
        font-size: 2.125rem;
        letter-spacing: 0.04rem;
        line-height: 2.125rem;
    }

    .offer-btn {
        line-height: 1.5rem;
        min-width: auto;
        margin: 0 1.25rem;
        width: 100%;
        padding: 0.625rem 2rem;
    }

    .current-offers-lists .current-offer-item:last-child {
        padding-bottom: 1.75rem;
    }

    .current-offer-logo img {
        max-width: 154px;
    }

    .service-list-box ul li {
        gap: 1.25rem;
        font-size: 1rem;
    }

        .service-list-box ul li::before {
            height: 1.75rem;
            width: 1.75rem;
            flex: 0 0 auto;
        }

    .off-canvas-block .row {
        padding: 0 0.75rem;
        flex-direction: column-reverse;
    }

    .off-canvas-block .left-content-block h2 {
        font-size: 1.625rem;
        line-height: 2.5rem;
        margin-bottom: 2rem;
    }

    .help-btn-section ul {
        gap: 0.75rem;
    }

        .help-btn-section ul .help-btn .img-icon {
            height: 2.75rem;
            width: 2.75rem;
        }

            .help-btn-section ul .help-btn .img-icon img {
                max-height: 1.5rem;
                max-width: 1.5rem;
                aspect-ratio: 1 / 1;
                width: 100%;
                height: auto;
                display: block;
            }

    .help-btn-section.btn-lists ul {
        gap: 1.5rem;
    }

        .help-btn-section.btn-lists ul li {
            width: calc(33.33% - 1.5rem);
        }

    .contact-item-lists p {
        font-size: 1.125rem;
    }

    .contact-section .title-xl {
        font-size: 1.625rem;
        letter-spacing: -0.01rem;
    }

    .wp-block-columns {
        margin-bottom: 0;
    }

    .archive-banner {
        padding: 2.25rem 0 70px;
        min-height: 290px;
    }

    .archive-banner-desc {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .archive-offer-link-tabs {
        margin-top: -1.5rem;
    }

        .archive-offer-link-tabs .btn-theme {
            min-width: 112px;
            font-weight: 600;
            font-size: 1.25rem;
            line-height: 1;
            padding: 0.75rem 1.5rem;
        }
}

@media (max-width: 575px) {
    .archive-offer-link-tabs .btn-theme {
        min-width: auto;
        padding: 0.75rem;
    }
}

.archive-offer-card {
    border-top: 0.875rem solid var(--theme);
    padding: 1rem 1.375rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
}

.archive-offer-card-container {
    height: 100%;
}

.archive-offer-card-top {
    flex: 1 1 auto;
    padding: 1rem 1.75rem 1.75rem;
    display: flex;
    flex-direction: column;
}

    .archive-offer-card-top .brand-img,
    .featured-section .section-title {
        text-align: center;
    }

        .archive-offer-card-top .brand-img img {
            max-height: 135px;
            max-width: 410px;
            margin: auto;
            width: 100%;
        }

    .archive-offer-card-top .product-img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        max-width: 480px;
        padding-top: 4px;
    }

    .archive-offer-card-top .brand-name {
        font-weight: 400;
        font-size: 2.125rem;
        text-align: center;
        color: #626262;
        margin-top: 0.625rem;
    }

.archive-offer-card-bottom {
    background: var(--light);
    padding: 2.875rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .archive-offer-card-bottom .offer-price-section ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        list-style: none;
    }

        .archive-offer-card-bottom .offer-price-section ul .plus-sign {
            height: 1.875rem;
            width: 1.875rem;
        }

    .archive-offer-card-bottom .offer-price-section .meta-top {
        font-weight: 400;
        font-size: 1.125rem;
        text-align: center;
        color: #333;
        margin-bottom: 0;
    }

    .archive-offer-card-bottom .offer-price-section .meta-price {
        font-family: var(--alt-font);
        font-weight: 700;
        font-size: 3.75rem;
        text-align: center;
        color: #333;
        margin-bottom: 0;
    }

    .archive-offer-card-bottom .offer-price-section .meta-bottom {
        font-weight: 400;
        font-size: 1.125rem;
        text-align: center;
        color: #333;
    }

.archive-offer-card-footer {
    margin-top: 3.5rem;
    margin-bottom: -5.625rem;
    text-align: center;
}

    .archive-offer-card-footer .btn-primary {
        font-family: var(--alt-font);
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1.5rem;
        padding: 1rem 2rem;
        min-width: 190px;
    }

.archive-offer-page-section,
.offer-section {
    padding: 5rem 0;
}

.offer-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
    margin-top: 3.75rem;
}

.offer-slider-nav-next,
.offer-slider-nav-prev {
    height: 3rem;
    width: 3rem;
    border: 0;
    background-color: transparent;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
    outline: 0;
}

.offer-item,
.offer-slider .owl-item {
    height: max-content;
}

.offer-slider-nav-prev {
    background-image: url(../images/icon-prev.svg);
}

.offer-slider-nav-next {
    background-image: url(../images/icon-next.svg);
}

.offer-title {
    font-weight: 700;
    font-size: 5.25rem;
    line-height: 6.25rem;
    text-align: left;
    padding-top: 1.25rem;
    margin-bottom: 1.5rem;
    color: #333;
    text-transform: uppercase;
}

.offer-desc {
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 3rem;
    margin-bottom: 0;
}

.offer-call-service {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    justify-content: flex-end;
}

.offer-call-service-number {
    display: flex;
    align-items: center;
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: -0.01rem;
    text-align: right;
    color: var(--theme-alt);
    gap: 0.625rem;
}

    .offer-call-service-number span {
        word-break: normal;
    }

    .offer-call-service-number .icon {
        color: var(--theme);
        font-size: 1.625rem;
    }

.offer-call-service-btn {
    border-radius: 1.25rem;
    padding: 0.625rem 2rem;
    font-family: var(--base-font);
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    max-width: 272px;
    line-height: 1;
    width: 100%;
    flex: 1 1;
}

.offer-card {
    border-top: 14px solid var(--theme);
    background: #fff;
    margin-bottom: 3.75rem;
}

.offer-card-img {
    aspect-ratio: 1/1;
}

    .offer-card-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.offer-card-body {
    padding: 1.875rem 1.875rem 4.5rem;
}

    .offer-card-body p {
        font-size: 1.125rem;
        line-height: 2rem;
        color: #333;
        margin-bottom: 5px;
    }

        .offer-card-body p strong {
            font-weight: 500;
        }

    .offer-card-body h2 {
        font-family: var(--alt-font);
        font-weight: 100;
        font-size: 3.125rem;
        letter-spacing: 0.01rem;
        line-height: 3.75rem;
        color: #333;
        margin-bottom: 5px;
    }

.offer-card-footer {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

    .offer-card-footer ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        gap: 2.5rem;
    }

.btn-book {
    padding: 0.75rem 1.125rem;
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 1.375rem;
    color: var(--white);
    border-radius: 4px;
    width: max-content;
    gap: 1.25rem;
}

    .btn-book span {
        word-break: keep-all;
    }

.logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.back-link {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2.875rem;
    text-align: left;
    color: var(--base-color);
    display: inline-flex;
    gap: 1.25rem;
    align-items: center;
}

    .back-link::before {
        content: "\e972";
        font-family: icomoon !important;
        color: var(--theme);
    }

.compare-result-title {
    font-family: var(--alt-font);
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--theme-alt);
}

.compare-item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5rem 0;
    gap: 4rem;
}

    .compare-item-grid .compare-item {
        width: calc(50% - 4rem);
    }

        .compare-item-grid .compare-item.compare-more {
            width: calc(33.33% - 4rem);
        }

@media (max-width: 1300px) {
    .compare-item-grid .compare-item.compare-more {
        width: calc(50% - 4rem);
    }
}

.compare-item-grid .compare-item .vehicle-item {
    background-color: var(--white);
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .compare-item-grid .compare-item .vehicle-item .vehicle-image > a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: var(--black);
    }

        .compare-item-grid .compare-item .vehicle-item .vehicle-image > a img {
            height: auto;
            width: 100%;
            background-color: var(--white);
        }

    .compare-item-grid .compare-item .vehicle-item .favorite-vehicle {
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: transparent;
    }

    .compare-item-grid .compare-item .vehicle-item .vehicle-info {
        position: relative;
        flex-grow: 1;
    }

    .compare-item-grid .compare-item .vehicle-item .vehicle-info-details {
        padding: 1.125rem 1.25rem 0;
        position: relative;
        z-index: 1;
        min-height: 13.75rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

.compare-item-grid .compare-item .vehicle-info-btn-block {
    font-family: var(--alt-font);
    display: block;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 1.0rem;
    color: var(--white);
    background-color: var(--theme);
    text-align: center;
    padding: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.compare-item-grid .compare-item .vehicle-item .vehicle-info-details > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown {
    position: unset;
}

    .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown .list-group {
        justify-content: space-between;
    }

.compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    z-index: 9;
    transform: translate(0, 0) !important;
}

    .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group {
        border-radius: 0;
        border: 0;
        overflow-y: auto;
        height: 100%;
    }

    .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item {
        display: flex;
        align-items: center;
        padding: 0.625rem 4.25rem 0.625rem 1.25rem;
        font-weight: 400;
        font-size: 0.825rem;
        letter-spacing: 0.02rem;
        line-height: 1.25rem;
        text-align: left;
        color: #343434;
        border: 0;
        gap: 1rem;
    }

        .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item .icon {
            font-size: 1.5rem;
            color: var(--theme);
        }

        .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item.active,
        .compare-item-grid .compare-item .vehicle-item .vehicle-info .dropdown-menu .list-group-item:hover {
            background-color: var(--theme);
            border-color: var(--white);
            color: var(--white);
            font-weight: 700;
        }

.compare-item-grid .compare-item .vehicle-item .vehicle-info .action-btn {
    position: absolute;
    top: -20px;
    right: 35px;
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0d0d0;
    transition: 0.2s ease-in-out;
    z-index: 99;
}

    .compare-item-grid .compare-item .vehicle-item .vehicle-info .action-btn::after {
        content: none;
    }

    .compare-item-grid .compare-item .vehicle-item .vehicle-info .action-btn:hover {
        border: 1px solid var(--theme);
        color: var(--theme);
    }

.compare-item-grid .compare-item .vehicle-item .inventory-type {
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    line-height: 1.25rem;
    text-align: left;
    color: #939393;
    text-transform: uppercase;
}

.compare-item-grid .compare-item .vehicle-item .make-model {
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: left;
    color: #343434;
}

.compare-item-grid .compare-item .vehicle-item .price {
    margin-top: auto;
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.75rem;
}

.compare-item-grid .compare-item .vehicle-item .price-est-section {
    display: flex;
    align-items: baseline;
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.25rem;
    color: var(--theme);
}

.compare-item-grid .compare-item .vehicle-item .price-est {
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    line-height: 0.825rem;
    text-align: left;
    color: #555;
    font-family: var(--base-font);
}

.compare-item-grid .compare-item .vehicle-item .info-link {
    display: flex;
    align-self: flex-start;
}

.compare-item-grid .compare-item .vehicle-item .price-main {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 2.375rem;
    text-align: left;
    color: #343434;
}

.compare-item-grid .compare-item .vehicle-item .price-down-payment {
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    line-height: 0.75rem;
    text-align: right;
    color: #939393;
    margin-bottom: 0;
}

.compare-item-grid .compare-item .vehicle-item .vehicle-milage {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.25rem;
    text-align: left;
    color: var(--theme-alt);
}

.compare-item-grid .compare-item .vehicle-item .vehicle-milage-item {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .compare-item-grid .compare-item .vehicle-item .vehicle-milage-item li {
        font-weight: 300;
        letter-spacing: 0.02em;
        line-height: 20px;
        text-align: left;
        color: #343434;
    }

        .compare-item-grid .compare-item .vehicle-item .vehicle-milage-item li:not(:first-child)::before {
            content: "�";
            color: var(--theme);
            margin: auto 4px;
        }

.compare-item-grid .compare-item .vehicle-item .feature-list-section {
    margin: 1.125rem 0;
}

.compare-item-grid .compare-item .feature-lists {
    list-style: none;
    columns: 2;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    line-height: 2rem;
    text-align: left;
    color: #6e6e6e;
    gap: 1rem;
}

    .compare-item-grid .compare-item .feature-lists li {
        break-inside: avoid;
        display: flex;
        gap: 1rem;
    }

        .compare-item-grid .compare-item .feature-lists li::before {
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            background: var(--theme);
            border-radius: 100%;
            align-items: flex-start;
            margin-top: 0.625rem;
        }

.compare-item-grid .compare-item .vehicle-info-content {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    line-height: 2rem;
    text-align: left;
    color: #6e6e6e;
}

.compare-item-grid .compare-item .vehicle-item .delivery-info {
    border-top: 1px solid #d9dde9;
    padding: 0.75rem 0;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0.02rem;
    line-height: 1.25rem;
    text-align: right;
    color: #939393;
}

    .compare-item-grid .compare-item .vehicle-item .delivery-info small {
        font-size: 0.75rem;
        letter-spacing: 0.02rem;
        color: #939393;
    }

    .compare-item-grid .compare-item .vehicle-item .delivery-info strong {
        color: var(--theme);
        font-weight: 900;
    }

.compare-item-grid .compare-item .custom-drop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    font-size: 22px;
    color: var(--white);
    transition: 0.2s ease-in-out;
    background-color: transparent;
    border: 0;
    outline: 0;
}

    .compare-item-grid .compare-item .custom-drop-btn::before {
        font-family: icomoon !important;
        content: "\e973";
    }

    .compare-item-grid .compare-item .custom-drop-btn:not(.collapsed)::before,
    .custom-drop-btn.btn-like:not(.collapsed) .icon-like::before {
        content: "\e91b";
    }

.compare-item-grid .compare-item .custom-drop-container {
    position: absolute;
    right: -10px;
    top: 36px;
    background: var(--white);
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.16);
    min-width: 280px;
    border-top: 7px solid var(--white);
    padding: 24px;
}

    .compare-item-grid .compare-item .custom-drop-container::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--white);
        position: absolute;
        right: 2px;
        transform: translateX(-50%);
        top: -16px;
    }

.compare-item-grid .compare-item .custom-drop-list,
.custom-drop-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .compare-item-grid .compare-item .custom-drop-list li:not(:last-child),
    .custom-drop-list li:not(:last-child) {
        margin-bottom: 14px;
    }

.compare-item-grid .compare-item .custom-drop-items,
.custom-drop-items {
    display: flex;
    align-items: center;
    transition: 0.2s ease-in-out;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: left;
    color: #343434;
    text-transform: uppercase;
}

    .compare-item-grid .compare-item .custom-drop-items .icon {
        font-size: 30px;
        color: var(--white);
        height: 30px;
        width: 30px;
        display: flex;
        margin-right: 16px;
    }

.compare-item-grid .compare-item .sold-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 98%;
}

    .compare-item-grid .compare-item .sold-overlay img {
        width: auto;
        height: 100%;
    }

.guarantee-section {
    padding-top: 7.625rem;
    padding-bottom: 5.625rem;
}

.guarantee-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.guarantee-icon {
    margin-bottom: 1.75rem;
    max-width: 9.625rem;
}

.modal-subtitle,
.modal-title {
    font-family: Oswald, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.guarantee-info {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2.125rem;
    text-align: center;
    color: #656565;
}

.basic-info-section-mobile {
    display: none;
    padding: 1rem 0;
}

.help-btn .img-icon {
    height: 10.875rem;
    width: 10.875rem;
    border: 1.875rem solid var(--white);
    background-color: var(--theme);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

    .help-btn .img-icon img {
        max-height: 3.5rem;
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
        display: block;
    }

.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;
    color: #626262;
    margin-top: 5px;
}

.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-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;
}

@media (max-width: 767px) {
    .help-btn-section.btn-lists ul {
        gap: 1rem;
    }

        .help-btn-section.btn-lists ul li {
            min-width: calc(33.33% - 1rem);
            width: max-content;
        }

    .custom-form-content .form-select {
        padding-right: 24px;
    }
}

.custom-form-content .custom-form-select::after {
    content: "\e96c";
    font-family: icomoon !important;
    font-size: 8px;
    color: var(--theme);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    height: 14px;
    z-index: 99;
}

.custom-form-content .btn-check-primary {
    border-radius: 0;
    border: 1px solid var(--theme);
    background-color: var(--white);
    color: var(--theme);
    padding: 10px 14px;
    font-size: 20px;
    text-align: left;
    text-transform: none;
}

@media (max-width: 991px) {
    .archive-offer-card {
        padding: 0.875rem 0.75rem 0.5rem;
    }

    .archive-offer-card-top {
        padding: 0 0 0.875rem;
    }

        .archive-offer-card-top .brand-img img {
            max-width: 210px;
        }

        .archive-offer-card-top .brand-name {
            font-size: 1.375rem;
            margin-bottom: 0;
        }

    .archive-offer-card-bottom .offer-price-section ul {
        gap: 0.875rem;
    }

        .archive-offer-card-bottom .offer-price-section ul .plus-sign {
            height: 1.125rem;
            width: 1.125rem;
        }

    .archive-offer-card-bottom .offer-price-section .meta-bottom,
    .archive-offer-card-bottom .offer-price-section .meta-top {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .archive-offer-card-bottom .offer-price-section .meta-price {
        font-size: 2.25rem;
        letter-spacing: 0.04rem;
    }

    .archive-offer-card-footer {
        margin-top: 1.5rem;
        margin-bottom: -4.375rem;
    }

        .archive-offer-card-footer .btn-primary {
            font-size: 1rem;
            padding: 0.5rem 1.5rem;
            min-width: 136px;
        }

    .archive-offer-page-section {
        padding: 2.5rem 0;
    }

    .offer-section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .offer-slider-nav {
        margin-top: 1.875rem;
    }

    .offer-title {
        font-size: 2.625rem;
        letter-spacing: 0;
        line-height: 3.25rem;
        margin-bottom: 1.875rem;
    }

    .offer-desc {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .offer-call-service {
        flex-direction: column;
    }

    .offer-card-body {
        padding: 0.875rem 1.125rem 2.25rem;
    }

        .offer-card-body p {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .offer-card-body h2 {
            font-size: 1.375rem;
            letter-spacing: 0.01rem;
            line-height: 1.875rem;
        }

    .offer-card-footer {
        bottom: -1.125rem;
    }

        .offer-card-footer ul {
            gap: 1.25rem;
        }

    .btn-book {
        font-size: 0.625rem;
        padding: 0.5rem 0.75rem;
        gap: 0.5rem;
    }

        .btn-book .icon {
            font-size: 0.875rem;
        }

    .logo-box {
        margin: 1.5rem 0;
        gap: 2rem;
        flex-direction: row;
    }

        .logo-box a {
            width: calc(50% - 2rem);
            text-align: center;
        }

            .logo-box a img {
                width: auto;
                max-height: 4.5rem;
            }

    .compare-item-grid .compare-item,
    .compare-item-grid .compare-item.compare-more {
        width: 100%;
    }

        .compare-item-grid .compare-item .feature-lists {
            font-size: 0.825rem;
            letter-spacing: 0.01rem;
            line-height: 1.875rem;
            text-align: left;
            color: #6e6e6e;
            gap: 1rem;
        }

            .compare-item-grid .compare-item .feature-lists li {
                gap: 0.75rem;
                word-break: break-all;
            }

                .compare-item-grid .compare-item .feature-lists li::before {
                    margin-top: 0.625rem;
                }

    .guarantee-icon {
        max-width: 5.375rem;
    }

    .guarantee-section .title-xl {
        font-size: 1.375rem;
    }

    .guarantee-info {
        font-size: 1rem;
        line-height: 1.875rem;
    }

    .help-section {
        background: linear-gradient(0deg, var(--white) 0, var(--white) 50%, var(--light) 50%, var(--light) 100%);
    }

    .help-buttons {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5rem;
    }

    @media (max-width:991px) {
        .help-buttons {
            gap: 35px;
        }
    }

    .help-btn {
        font-size: 1.375rem;
        line-height: 1.375rem;
        gap: 1rem;
        color: #1b1c20;
    }

        .help-btn .img-icon {
            height: 6.25rem;
            width: 6.25rem;
            border: 0;
        }

            .help-btn .img-icon img {
                max-height: 3rem;
                aspect-ratio: 1 / 1;
                width: 100%;
                height: auto;
                display: block;
            }

    .custom-form-box {
        margin-top: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .custom-form-box-title {
        font-size: 24px;
        text-align: left;
    }

    .custom-form-content {
        margin-left: -22px;
        margin-right: -22px;
    }

    .custom-form-content-title {
        font-size: 16px;
        border-bottom: 1px solid var(--theme);
    }

    .custom-form-content .btn-check-primary,
    .custom-form-content .form-control,
    .custom-form-content .form-select {
        font-size: 18px;
    }
}

.custom-form-content .form-label {
    padding: 0;
}

.custom-form-box h4 {
    font-size: 20px;
}

.wizard-box .nav-tabs {
    height: 0;
    visibility: hidden;
}

.wizard-box .btn {
    min-width: 110px;
}

.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: 0.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: 0.2s ease-in-out;
    min-width: 170px;
}

    .copy-link-modal .copy-btn:hover {
        background: #fff;
        color: var(--theme);
    }

.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;
    }

        .copy-link-modal .share-section a:hover {
            background: var(--theme);
        }

.like-btn,
.share-btn {
    font-size: 26px;
    color: #e5e5e5;
    display: inline-flex;
    opacity: 1;
}

.custom-drop-container {
    position: absolute;
    right: -10px;
    top: 36px;
    background: var(--white);
    box-shadow: 2px 3px 9px #000;
    min-width: 280px;
    border-top: 7px solid var(--theme);
    padding: 24px;
    z-index: 99;
}

    .custom-drop-container::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--theme);
        position: absolute;
        right: 6px;
        transform: translateX(-50%);
        top: -16px;
    }

.custom-drop-btn.btn-like.collapsed,
.custom-drop-btn.btn-like:focus,
.custom-drop-btn.btn-like:focus:not(:focus-visible) {
    opacity: 1;
}

.custom-drop-btn.btn-like:not(.collapsed) {
    color: var(--theme);
    opacity: 1;
}

.custom-drop-list li {
    margin-left: 0;
}

.custom-drop-items .icon {
    font-size: 30px;
    color: var(--theme);
    height: 30px;
    width: 30px;
    display: flex;
    margin-right: 16px;
    line-height: 1;
}

.fliter-result-items {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 16px;
}

    .fliter-result-items a {
        display: flex;
        align-items: baseline;
        font-weight: 300;
        font-size: 20px;
        line-height: 1;
        color: #707070;
        gap: 4px;
    }

.remove-filter {
    color: var(--theme-color);
    font-size: 10px;
    cursor: pointer;
}

.fliter-result-items > * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.clear-filter-link {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 20px;
    color: #707070;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #aaa;
    transition: 0.2s ease-in-out;
    display: inline-flex;
}

    .clear-filter-link:hover {
        background-color: var(--theme);
        color: #fff;
        border: 1px solid var(--theme);
    }

.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;
}

.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;
    }

.featured-section .section-title .sub-heading {
    font-family: var(--base-font);
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    color: var(--light-gray);
}

.featured-section .feature-item .card {
    background-color: transparent;
    border: 0;
    padding: 0.375rem 0.625rem 0.625rem;
    overflow: hidden;
    max-width: 22.875rem;
    height: auto;
}

.featured-section .feature-item .card-img {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0.0625rem 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.0625rem 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0.0625rem 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.25);
}

    .featured-section .feature-item .card-img .new-tag {
        position: absolute;
        left: 0;
        top: 2rem;
        background-color: var(--theme);
        color: var(--white);
        font-family: var(--alt-font);
        font-weight: 600;
        font-size: 1rem;
        text-align: center;
        padding: 0.625rem;
        border-radius: 0 0.5rem 0.5rem 0;
        width: 4rem;
    }

.featured-section .feature-item .card-body {
    padding: 1.125rem;
/*    background-image: url(../../assets/images/feature-bg.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    margin-left: -0.375rem;
    margin-right: -0.4375rem;
    position: relative;
    z-index: 1;
}

.featured-section .feature-item .card-name {
    font-weight: 900;
    font-size: 1.25rem;
    text-align: center;
    color: var(--black);
    margin-bottom: 0;
}

    .featured-section .feature-item .card-name a,
    .featured-section .feature-item .price-block a .price-block-amount {
        color: var(--black);
    }

.featured-section .feature-item .card .sub-title {
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-align: center;
    color: var(--black);
}

.featured-section .feature-item .price-block {
    padding: 1.25rem;
    text-align: center;
}

.featured-section .feature-item .price-block-title {
    font-weight: 900;
    font-size: 1.125rem;
    color: var(--theme);
    margin-bottom: 0;
    transition: 0.2s ease-in-out;
}

.featured-section .feature-item .price-block-amount {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 900;
    color: var(--black);
    transition: 0.2s ease-in-out;
}

.featured-section .feature-slider {
    padding: 0 6.25rem;
}

.featured-section .owl-next,
.featured-section .owl-prev {
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: var(--light-gray);
    transition: 0.2s ease-in-out;
}

    .featured-section .owl-next::after,
    .featured-section .owl-prev::after {
        font-family: icomoon !important;
        display: flex;
        font-size: 2.75rem;
        color: var(--light-gray);
        transition: 0.2s ease-in-out;
        line-height: 1;
    }

@media (max-width: 767.98px) {
    .modal-body .form-select {
        padding-right: 24px;
    }

    .copy-link-modal .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .copy-link-modal .input-group-text {
        padding: 0.75rem;
        font-size: 0.95rem;
    }

    .copy-link-modal .copy-btn {
        min-width: none;
        padding: 14px 32px;
        width: 100%;
        margin-left: 0.3125rem !important;
        margin-top: 0;
    }

    .featured-section .section-title .title-xl {
        font-size: 1.75rem;
    }

    .featured-section .feature-item .card {
        max-width: 20.625rem;
    }

    .featured-section .feature-item .card-body {
        padding: 1rem;
        margin-left: -0.3125rem;
        margin-right: -0.25rem;
    }

    .featured-section .feature-item .card-name {
        font-size: 1.125rem;
    }

    .featured-section .feature-item .card .sub-title {
        font-size: 1rem;
    }

    .featured-section .feature-slider {
        padding: 0 2.5rem;
    }

    .featured-section .owl-next,
    .featured-section .owl-prev {
        height: 1.625rem;
        width: 1.625rem;
    }

        .featured-section .owl-next::after,
        .featured-section .owl-prev::after {
            font-size: 1.5rem;
        }
}

.featured-section .owl-next {
    right: 0;
}

    .featured-section .owl-next::after {
        content: "\e978";
    }

.featured-section .owl-prev {
    left: 0;
}

    .featured-section .owl-prev::after {
        content: "\e97c";
    }

.featured-section .section-title .style-line::after {
    content: "";
    display: block;
    width: 6.25rem;
    height: 0.25rem;
    background: var(--theme);
    margin: 0.625rem auto;
}


.notify-btn {
    color: #fff;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

    .notify-btn i.icon {
    }

.remove-from-list {
    position: absolute;
    left: 0;
    color: var(--theme);
    top: 10px;
    left: 10px;
    font-size: 18px;
    cursor: pointer;
}

/* Temporary */
.page-id-1694 .compare-item-grid .compare-item .vehicle-item .vehicle-image > a img {
    object-fit: none;
}
