:root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 55px;
}
.has-primary-color{ color: var(--primary); }
.has-secondary-color{ color: var(--secondary); }
.has-accent-color{ color: var(--accent); }
.has-text-color{ color: var(--text); }
.has-white-color{ color: var(--white); }
.has-yellow-color{ color: var(--yellow); }
.has-green-color{ color: var(--green); }

.has-primary-color a{ color: var(--primary); }
.has-secondary-color a{ color: var(--secondary); }
.has-text-color a{ color: var(--text); }
.has-accent-color a{ color: var(--accent); }
.has-white-color a{ color: var(--white); }
.has-yellow-color a{ color: var(--yellow); }
.has-green-color a{ color: var(--green); }

.has-primary-background-color{ background-color: var(--primary); }
.has-secondary-background-color{ background-color: var(--secondary); }
.has-text-background-color{ background-color: var(--text); }
.has-accent-background-color{ background-color: var(--accent); }
.has-white-background-color{ background-color: var(--white); }
.has-yellow-background-color{ background-color: var(--yellow); }
.has-green-background-color{ background-color: var(--green); }
.has-transparent-background-color{ background-color: transparent; }

a.has-primary-color:hover { color: var(--primary); }
a.has-secondary-color:hover{ color: var(--secondary); }

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 10px !important;
}

body .highlight, body mark {
    background: transparent !important;
}
body {
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size:18px;
    line-height: 1.7em;
    color: var(--text);
    word-wrap: break-word;
}
.body-no-scroll {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", serif;
    line-height: 1.2;
    font-weight: 700;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 55px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 26px;
}
a, a:active, button, button:active {
    outline: none;
    text-decoration: none;
}
button, button:active {
    color: var(--white);
}
a {
    color: var(--secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
a:active, a:hover {
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px !important;
}
:focus-visible {
    outline: #000 auto 1px !important;
}
button:focus {
    outline: 5px auto #000;
}
img {
    max-width: 100%;
    height: auto;
}
header ul, header ol, footer ul, footer ol {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
ol, ul {
    padding-left: 18px;
}
blockquote mark {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
blockquote mark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--secondary);
}
.vertical-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vertical-stretch .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gap-1 .wp-block-group__inner-container {
    gap: .5em;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.5em !important;
}
.gap-2 {
    gap: 1em !important;
}
.gap-3 {
    gap: 1.5em !important;
}
.gap-4 {
    gap: 2em !important;
}
.gap-5 {
    gap: 3em !important;
}
.w-25 {
    width: 25% !important;
    flex-basis: 25% !important;
}
.w-50 {
    width: 50% !important;
    flex-basis: 50% !important;
}
.w-100 {
    width: 100% !important;
    flex-basis: 100% !important;
}
@media all and (min-width:1200px) {
    .w-xl-25 {
        width: 25% !important;
        flex-basis: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
        flex-basis: 50% !important;
    }
}
@media all and (min-width:992px) and (max-width:1199px) {
    .w-lg-25 {
        width: 25% !important;
        flex-basis: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
        flex-basis: 50% !important;
    }
}
@media all and (min-width:782px) and (max-width:991px) {
    .w-md-25 {
        width: 25% !important;
        flex-basis: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
        flex-basis: 50% !important;
    }
}
@media all and (max-width:781px) {
    :root {
        --wp--preset--font-size--medium: 20px;
        --wp--preset--font-size--large: 28px;
        --wp--preset--font-size--x-large: 42px;
    }
    .w-sm-25 {
        width: 25% !important;
        flex-basis: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
        flex-basis: 50% !important;
    }
}

.wp-block-list li::marker {
    color: var(--secondary);
    font-weight: bold;
}
.heading-font {
    font-family: "Teko", sans-serif;
    font-weight: 400;
}
.pt-6,
.py-6 {
    padding-top: 6rem;
}
.pb-6,
.py-6 {
    padding-bottom: 6rem;
}
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inline-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.desk-border {
    padding: 0 1em;
}
.body-font {
    font-family: "Montserrat", serif;
}
button.go-top {
    position: fixed;
    bottom: 0;
    right: 3.5%;
    height: 40px;
    width: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--secondary);

    border: 0;
    z-index: 999;
}
button.go-top:hover {
    background: var(--primary);
}
span.arrow-up {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 3px);
}

/* HEADER */
header {
    position: relative;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
html.active-menu, body.active-menu {
    overflow: hidden;
}
body.active-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
header.sticky {
    padding: 10px 0;
    box-shadow: 0 8px 28px rgb(0 0 0 / 30%);
}
.top-header {
    position: relative;
    display: flex;
    align-items: center;
}
.top-header-links {
    background: var(--secondary);
}
.top-header-links:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: var(--secondary);
}
.top-header a, .top-header .sales-hours {
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4em;
}
.top-header a:hover {
    opacity: .8;
}
.header-languages {
    width: 100%;
}
.header-languages figure {
    margin: 0 !important;
}
.header-languages .widget.widget_gtranslate {
    display: flex;
    justify-content: flex-end;
}
.header-address a {
    max-width: 300px;
}
.header-links i {
    font-size: 24px;
}
.bot-header {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    max-width: 1600px;
    margin: 0 auto;
}
header p {
    margin: 0;
}
.desktop-logo img {
    min-width: 218px;
}
.header-links {
    display: flex;
    gap: 60px;
    align-items: center;
}
.social-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    padding-left: 30px;
}
.platforms {
    display: flex;
    align-items: center;
    gap: 10px;
}
.platforms a {
    color: var(--primary);
    background: var(--secondary);
    border-radius: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.logo a:hover {
    color: inherit;
}
header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu li a {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
}
header #menu-header-menu li.current-menu-item a {
    color: var(--secondary);
}
header ul.wp-block-social-links {
    gap: 10px;
}
#menu-header-menu a {
    padding: 5px 0px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: var(--text);
    line-height: 1em;
}
#menu-header-menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    background: var(--white);
    opacity: 0;
}
#menu-header-menu a:hover::after, #menu-header-menu .current-menu-item a::after {
    opacity: 1;
}
#menu-header-menu .current-menu-item a::after {
    background: var(--secondary);
}
#menu-header-menu .menu-btn a:after {
    content: none;
}
#menu-header-menu .menu-btn a {
    background: var(--secondary);
    color: var(--text) !important;
    border: 2px solid var(--secondary);
    border-radius: 10px;
    padding: 10px 15px;
}
#menu-header-menu .menu-btn a:hover {
    opacity: .8;
}
.search-form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
}
button.open-menu .fa-times {
    display: none;
}
button.open-menu.menu-active .fa-times {
    display: block;
}
button.open-menu.menu-active .fa-bars {
    display: none;
}

/* FOOTER */
footer {
    background: var(--primary);
    color: var(--white);
    position: relative;
    line-height: 1.4;
    font-size: 18px;
}
footer.footer-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}
/*footer.footer-overlay .top-footer {
    background: rgba(49, 72, 157, .9);
}*/
footer.footer-overlay .bottom-footer {
    background: rgba(249, 249, 249, .2);
}
.footer-name {
    font-size: 28px;
}
footer .footer-menu .menu {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 24px;
    font-weight: bold;
}
.top-footer {
    position: relative;
    padding: 60px 0;
}
.top-footer .row {
    row-gap: 40px;
}
footer a {
    color: var(--white);
    position: relative;
    padding-bottom: 5px;
}
.social-holder a:hover {
    text-decoration: none;
    opacity: .8;
}
footer #menu-footer-menu a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--white);
    transition: all 0.4s ease;
}
footer #menu-footer-menu a:hover::before {
    width: 100%;
}
footer ul.wp-block-social-links {
    gap: 35px;
}
.footer-logo {
    display: flex;
    justify-content: center;
    margin: 40px 0 30px 0;
}
.sales-hours ul, ul#menu-quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bottom-footer {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    line-height: 1;
    font-size: 14px;
}
.bottom-footer p, .bottom-footer :where(.wp-block-columns) {
    margin-bottom: 0;
}
.footer-menu a:hover {
    color: inherit;
    text-decoration: none;
}
.footer-menu {
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.footer-copyright {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-title {
    position: relative;
}
.footer-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    max-width: 100%;
    height: 2px;
    background: var(--secondary);
}
.middle-footer {
    position: relative;
    padding: 20px 0;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer a {
    color: #b3b3b3;
    text-decoration: none;
}
.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contact a i {
    padding-right: 10px;
    border-right: 1px solid #b3b3b3;
    font-size: 24px;
    color: var(--secondary);
}
.footer-contact-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer-contact-bot {
    color: var(--secondary);
    font-size: 22px;
}
footer .gform_wrapper {
    padding: 30px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
}
footer .gform_wrapper input {
    font-size: 16px !important;
}
footer .gform-theme--foundation .gform_fields {
    gap: 12px;
}
footer .gform-theme--foundation .gform_footer {
    margin-top: 12px;
}
footer .gform_button {
    width: 100% !important;
    padding: 5px 25px !important;
}

/* Page With Banner */

.banner-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 180px 0 80px;
    color: var(--white);
    text-align: center;
}
.entry-header:before {
/*    content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.entry-header:after {
/*    content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: var(--white);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.entry-header h1 {
    color: var(--white);
    margin-bottom: 0;
}
.page-content h1 {
    color: var(--white);
}
.banner-button {
    text-align: center;
    margin-top: 30px;
}
.banner-button a {
    color: var(--white);
    background: var(--secondary);
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}
.banner-button a:hover {
    background: rgba(237, 28, 36, .8);
}

/* CUSTOM BLOCKS */
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
    justify-content: center;
}
:where(.wp-block-columns.has-background) {
    padding-right: 0;
    padding-left: 0;
}

.top-rounded {
    padding-top: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: -30px;
}
.bottom-line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 3px;
    background: var(--secondary);
}
.wp-block-heading.bottom-line::before {
    left: 0;
    width: 100px;
}
.wp-block-heading.has-text-align-center.bottom-line::before {
    left: calc(50% - 50px);
}
.red-shadow img {
    box-shadow: 7px 2px 50px 11px rgba(236.99999999999994, 27.999999999999968, 36, 0.26);
    border: 2px solid var(--primary);
    border-radius: 10px;
}
.bottom-line {
    position: relative;
    padding-bottom: 10px;
}
/*.wp-block-button__link {
    text-decoration: none !important;
    background: var(--primary);
    border: 2px solid var(--primary);
    font-weight: bold;
}*/
.wp-block-button__link:hover {
    opacity: .8;
    text-decoration: none;
}

/* GRAVITY FORMS */
.gform-theme--foundation .gform_fields {
    row-gap: 20px;
}
.gform-theme--framework .gfield--type-section {
    border-bottom: 0 !important;
}
.wp-block-button__link {
    padding: 5px 25px !important;
    font-size: 18px !important;
    font-weight: 600;
    border-radius: 10px;
}
.gform_button.button {
    background: var(--secondary) !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    color: var(--text) !important;
}
.gfield input, .gfield select, .gfield textarea {
    border-radius: 10px !important;
    border: 1px solid #b4b4b4 !important;
}
/*h3.gsection_title {
    background: var(--primary);
    color: var(--white);
    padding: 10px 25px;
    font-size: 34px;
    font-weight: bold;
    border-radius: 10px;
}*/
.gfield_label.gform-field-label {
    font-weight: bold;
}
.gfield_required {
    font-style: italic;
}
.gform_button {
    font-weight: bold !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
    opacity: 1 !important;
}
.gform_button:hover {
    opacity: .8 !important;
}
.image-box-shadow img {
    box-shadow: 1px 1px 18px 1px #103C89;
}

/* Contact Box */
.contact-box {
    border: 1px solid #686e77;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
h3.contact-box-title {
    padding: 10px 20px;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    font-weight: bold;
    font-size: 26px;
}
.contact-box div {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
}
.contact-box-icon i {
    font-size: 30px;
    color: var(--accent);
}
.contact-box-sales-hours ul {
    padding: 0;
    list-style: none;
    line-height: 1.2em;
    gap: 10px;
    display: flex
;
    flex-direction: column;
}
.mark, mark {
    padding: 0;
}
.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 22px;
}
ul.wp-block-list {
    padding-left: 35px;
}
.wp-block-list.large-list {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.large-list li::marker {
    font-size: 30px;
    font-family: "Montserrat", serif;
}
.sticky-content {
    position: sticky;
    top: 0;
}
.lh-1 {
    line-height: 1em !important;
}
.lh-2 {
    line-height: 1.2em !important;
}
.thank-you-left {
    box-shadow: 0px 0px 0px 10px #fff;
}

/* VEHICLE SLIDER */

.slider-wrap {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.vehicle-slider {
/*    border-radius: 7px;*/
}
.vehicle-slider .slick-list {
    padding: 0 0 80px 0 !important;
    margin: 0 !important;
}
.vehicle-slider .vehicle-gallery-slider .slick-list {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}
.vehicle-gallery-slider {
    height: 100%;
}
.vehicle-gallery-slider .slick-list, .vehicle-gallery-slider .slick-track {
    height: 100%;
}
.slide-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.vehicle-gallery-slider button.gallery-slider-btn {
    position: absolute;
    bottom: 15px;
    background: transparent;
    border: 0;
    color: var(--white);
    font-size: 22px;
    padding: 0;
    line-height: 1;
    z-index: 99;
}
.vehicle-slider button.vehicle-slider-btn.slick-arrow {
    position: absolute;
    bottom: 20px;
    background: transparent;
    border: 0;
    color: var(--text);
    font-size: 32px;
    padding: 0;
    z-index: 99;
}
.vehicle-slider button.slick-prev.slick-arrow {
    left: 15px;
}
.vehicle-slider button.slick-next.slick-arrow {
    left: 60px;
}
.vehicle-slider .slide-container {
    position: relative;
    margin: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
    background: var(--white);
}
.slide-container {
    position: relative;
    margin: 15px;
}
.vehicle-slide-img {
    position: relative;
    height: 180px;
    width: 100%;
}
.share-vehicle-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    padding-right: 5px;
}
.vehicle-share-sub {
    position: absolute;
    top: -20px;
    right: -25px;
    width: 25px;
    background: #88878B;
    border-radius: 5px;
    gap: 5px;
    padding: 0 5px;
    display: none;
}
.vehicle-share-sub div {
    margin: 8px 0;
    display: flex;
}
.vehicle-share-sub div a {
    line-height: 1;
}
.tooltip-text {
    visibility: hidden;
    background-color: var(--gray);
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1em;
}
.share-copy.show-tooltip .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.vehicle-price {
    position: absolute;
    top: 163px;
    right: 0;
    background: var(--secondary);
    z-index: 99;
    padding: 5px;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
}
.vehicle-price:before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 110% 110%, 110% -10%);
    background: var(--secondary);
}
.vehicle-slide-title {
    position: relative;
    padding: 20px 0 10px;
    margin: 0px 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.vehicle-slide-title a:hover {
    color: var(--secondary);
}
.vehicle-slide-title a {
    color: var(--text);
    text-decoration: none !important;
}
.vehicle-slide-title h4 {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 24px;
    width: 100%;
}
.vehicle-slide-text {
    position: relative;
    padding: 10px;
    text-align: center;
}
.vehicle-slide-text p {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.vehicle-slide-info {
    position: relative;
    padding: 15px 10px;
}
.vehicle-slide-info ul, .fwpl-col.vehicle-slide-info {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    margin-bottom: 0;
    padding: 0;
}
.vehicle-slide-info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    gap: 10px;
}
.fwpl-col.vehicle-slide-info .fwpl-item {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    gap: 10px;
    background: #fff;
    padding: 5px;
}
.vehicle-slide-info img {
    max-width: 32px;
}
.vehicle-slide-btn {
    position: relative;
    text-align: center;
}
.slide-btn .vehicle-slide-btn {
    display: inline-block;
    margin: 0 auto;
    line-height: 1em;
    padding: 7px 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}
.slide-btn .vehicle-slide-btn.transparent-btn {
    border: 2px solid var(--text);
    color: var(--text);
}
.slide-btn .vehicle-slide-btn.transparent-btn:hover {
    color: var(--white);
    background: var(--text);
}
.slide-btn .vehicle-slide-btn.dark-btn {
    background: var(--text);
    border: 2px solid var(--text);
    color: var(--white);
}
.slide-btn .vehicle-slide-btn.dark-btn:hover {
    color: var(--text);
    background: var(--white);
}
.fwpl-item.vehicle-slide-btn .fwpl-btn {
    display: inline-block;
    margin: 0 auto;
    background: var(--secondary);
    color: var(--text);
    line-height: 1em;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}
.vehicle-slide-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.fwpl-item.vehicle-slide-btn .fwpl-btn:hover {
    opacity: .8;
}
.vehicle-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}
.vehicle-slider ul.slick-dots button {
    padding: 0;
    border: none;
    font-size: 0;
    background: #e8e8e8;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.vehicle-slider ul.slick-dots li.slick-active button {
    background: var(--secondary);
}
.divider-triangles:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 100vw solid transparent;
    border-top: 60px solid #fff;
    z-index: 2;
}
.divider-triangles:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 100vw solid transparent;
    border-bottom: 60px solid #fff;
    z-index: 2;
}
.fwpl-col.vehicle-slide-info .fwpl-item:before {
    content: '';
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
.fwpl-col.vehicle-slide-info .fwpl-item.vehicle-info-engine:before {
    background-image: url(/wp-content/themes/autoloans/images/engine-icon.png);
}
.fwpl-col.vehicle-slide-info .fwpl-item.vehicle-info-fuel:before {
    background-image: url(/wp-content/themes/autoloans/images/fuel-icon.png);
}
.fwpl-col.vehicle-slide-info .fwpl-item.vehicle-info-body:before {
    background-image: url(/wp-content/themes/autoloans/images/car-small-icon.png);
}
.fwpl-col.vehicle-slide-info .fwpl-item.vehicle-info-mileage:before {
    background-image: url(/wp-content/themes/autoloans/images/speedometer-small-icon.png);
}
.fwpl-layout.vehicle-grid {
    grid-row-gap: 50px !important;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.vehicles-found {
    display: flex;
    font-size: 16px;
}
.facetwp-counts {
/*    font-weight: bold;*/
}
.vehicle-sort-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 20px;
}
.vehicle-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.facetwp-facet.facetwp-facet-inventory_sort.facetwp-type-sort {
    margin-bottom: 0;
}
.facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search span, .facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search input {
    width: 100%;
}
.facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search input {
    border-radius: 10px;
    padding: 10px 20px 10px 50px;
    border: 1px solid #d9d9d9;
    color: var(--text);
    font-size: 16px;
}
i.facetwp-icon {
    right: auto !important;
    left: 15px !important;
    opacity: 1 !important;
    font-style: normal;
}
.facetwp-icon:before {
    content: '\f002' !important;
    background: none !important;
    color: var(--secondary) !important;
    font-family: 'Font Awesome 6 Free' !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    animation: none !important;
}
.facetwp-facet.facetwp-facet-inventory_sort.facetwp-type-sort select {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
}
.archive-listing {
    position: relative;
    background: #f8f8f8;
}
.vehicle-pager {
    position: relative;
    margin-top: 30px;
}
.facetwp-pager {
    display: flex;
}
a.facetwp-page {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text);
    background: var(--white);
    font-weight: bold;
}
a.facetwp-page.active {
    color: #fff;
    background: var(--secondary);
}
.facetwp-page.active:hover {
    color: #fff !important;
}
a.facetwp-page.prev, a.facetwp-page.next {
    color: var(--text);
    background: transparent !important;
    width: auto !important;
}
a.facetwp-page.prev:hover, a.facetwp-page.next:hover {
    color: var(--secondary);
    background: transparent !important;
}
.facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search {
    margin-bottom: 20px;
}
.archive-sidebar {
    display: flex;
    flex-direction: column;
    transition: left 0.25s ease-out;
}
.car-search {
    display: none;
    position: relative;
    padding: 20px 20px 20px 80px;
    background: var(--secondary);
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.car-search:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
    width: 54px;
    height: 54px;
    background: url(/wp-content/themes/autoloans/images/car-search-white-icon.png) no-repeat;
    background-size: contain;
}
.car-search h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
}
.car-search p {
    font-size: 16px;
    margin: 0;
}
.car-filters {
    position: relative;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.archive-sidebar h4 {
    font-weight: bold;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox {
    background: none !important;
    position: relative;
    padding-left: 42px;
    width: 49%;
    border-radius: 10px;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox.checked {
    background-color: #e8e8e8 !important;
    background-size: auto !important;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox span.facetwp-counter {
    display: none;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox span.facetwp-display-value {
    font-size: 14px;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 32px;
    height: 32px;
    background-size: contain !important;
    z-index: 2;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="cars"]:before {
    background: url(/wp-content/themes/autoloans/images/sedan-dark-icon.png) no-repeat;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="convertibles"]:before {
    background: url(/wp-content/themes/autoloans/images/cabriolet-dark-icon.png) no-repeat;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="hatchback"]:before {
    background: url(/wp-content/themes/autoloans/images/hatchback-dark-icon.png) no-repeat;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="suvs"]:before {
    background: url(/wp-content/themes/autoloans/images/suv-dark-icon.png) no-repeat;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="trucks"]:before {
    background: url(/wp-content/themes/autoloans/images/pickup-truck-dark-icon.png) no-repeat;
}
.facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox[data-value="vans"]:before {
    background: url(/wp-content/themes/autoloans/images/van-dark-icon.png) no-repeat;
}
.archive-sidebar .facetwp-facet {
    margin-bottom: 0 !important;
}
.archive-sidebar .fs-wrap.multiple {
    width: 100%;
}
.archive-sidebar .fs-label-wrap {
    padding: 3px;
    border-radius: 10px;
    border-color: #d9d9d9 !important;
}
.facetwp-facet.facetwp-type-number_range {
    display: flex;
    justify-content: space-between;
}
.archive-sidebar input.facetwp-number {
    width: calc(50% - 25px);
    line-height: 1em;
    padding: 7px !important;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: var(--text);
    font-size: 16px;
}
.facetwp-facet.facetwp-type-number_range input.facetwp-submit {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.archive-sidebar button.facetwp-reset {
    padding: 0;
    color: var(--text);
    border: 0;
    background: transparent;
    display: flex;
    gap: 3px;
    float: right;
}
.archive-sidebar button.facetwp-reset:hover {
    text-decoration: underline;
}
.car-filters button.facetwp-reset:before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
}
.open-filters-btn {
    line-height: 1;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background: var(--secondary);
    font-size: 14px;
}
.archive-sidebar.active {
    left: 0;
}
.facetwp-type-fselect .fs-label {
    font-size: 16px;
}
.fs-option .fs-option-label {
    font-size: 16px;
}
.style-terms-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.style-term-item {
    text-align: center;
    text-decoration: none !important;
    color: var(--text);
}
.style-term-item:hover {
    color: var(--secondary);
}
.style-term-item h3 {
    font-weight: 600;
}
.make-terms-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.make-terms-list .make-term-item {
    width: 180px;
    height: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    text-decoration: none !important;
}
.make-terms-list .make-term-item:hover {
    background: rgba(0, 0, 0, 0.1);
}
.make-terms-list .make-term-item span {
    color: var(--text);
    font-size: 22px;
    font-weight: 800;
}
.make-terms-list .make-term-item img {
    max-width: 50px;
    max-height: 50px;
}

.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.show-hide-filter {
    border: none;
    outline: 0;
    background: transparent;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    position: relative;
}
button.show-hide-filter span {
    width: 100%;
    height: 2px;
    background: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
button.show-hide-filter span:last-child {
    transform: rotate(90deg);
}
button.show-hide-filter.active span:last-child {
    transform: none;
}
.single-filter {
    display: none;
    margin-top: 10px;
}
.filter-wrap {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.filter-title p {
    font-weight: 600;
    margin: 0;
}
#vehicleContainer {
    margin-left: -5px;
    margin-right: -5px;
}
#vehicleContainer .vehicle-item {
    padding-left: 5px;
    padding-right: 5px;
}
.vehicle-item-container {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.list-view .vehicle-item-container {
    display: flex;
}
.vehicle-item-container .vehicle-item-img {
    position: relative;
}
.list-view .vehicle-item-container .vehicle-item-img {
    width: 100%;
    max-width: 283px;
}
.vehicle-item-img .vehicle-gallery-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 80%;
}
.vehicle-item-img .vehicle-gallery-slide a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.list-view .vehicle-item-container .vehicle-item-content {
    width: calc(100% - 283px);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.vehicle-item-img a img:not(.vehicle-item-img .vehicle-share-sub img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.vehicle-gallery-slider button.gallery-slider-btn.slick-prev.slick-arrow {
    left: 15px;
}
.vehicle-gallery-slider button.gallery-slider-btn.slick-next.slick-arrow {
    left: 60px;
}
.vehicle-item-content .vehicle-item-price {
    position: relative;
    display: inline-block;
    background: var(--secondary);
    z-index: 99;
    padding: 5px;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
}
.grid-view .vehicle-item-content .vehicle-item-price {
    position: absolute;
    top: 212px;
    right: 5px;
}
.vehicle-item-content .vehicle-item-price:before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 110% 110%, 110% -10%);
    background: var(--secondary);
}
.vehicle-item-title {
}
.grid-view .vehicle-item-title {
    position: relative;
    margin: 10px 10px 0;
    min-height: 85px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.vehicle-item-title h4 {
    font-weight: 600;
}
.grid-view .vehicle-item-title h4 {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 24px;
    padding-top: 15px;
}
.grid-view .vehicle-item-info {
    position: relative;
    padding: 15px 10px;
}
.vehicle-item-info ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    margin-bottom: 0;
    padding: 0;
}
.vehicle-item-info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    gap: 10px;
}
.list-view .vehicle-item-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
}
.grid-view .vehicle-item-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.list-view .vehicle-item-btn-wrap {
    display: flex;
    gap: 20px;
}
.vehicle-item-btn a {
    display: inline-block;
    margin: 0 auto;
    line-height: 1em;
    padding: 7px 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}
.vehicle-item-btn a.transparent-btn {
    border: 2px solid var(--text);
    color: var(--text);
}
.vehicle-item-btn a.transparent-btn:hover {
    color: var(--white);
    background: var(--text);
}
.vehicle-item-btn a.dark-btn {
    background: var(--text);
    border: 2px solid var(--text);
    color: var(--white);
}
.vehicle-item-btn a.dark-btn:hover {
    color: var(--text);
    background: var(--white);
}
.inventory-view-btn {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 5px;
    line-height: 1;
    background: transparent;
    outline: none !important;
}
.inventory-view-btn img {
    max-width: 24px;
    filter: brightness(0);
}
.inventory-view-btn.active img, .inventory-view-btn:hover img {
    filter: none;
}
.hero-search-wrap {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    margin: 10px 0;
    color: var(--text);
}
.hero-search-wrap span.facetwp-counter {
    display: none;
}
.hero-search-wrap .facetwp-display-value {
    padding-right: 0 !important;
}
.hero-search-wrap .facetwp-facet.facetwp-facet-vehicle_make_taxonomy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}
.hero-search-wrap .facetwp-facet-vehicle_make_taxonomy .facetwp-checkbox {
    display: inline-block;
    padding: 8px 10px;
    border: 2px solid #d9d9d9;
    background: #f8f8f8;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}
.facetwp-facet-vehicle_make_taxonomy .facetwp-checkbox:hover, .facetwp-facet-vehicle_make_taxonomy .facetwp-checkbox.checked {
    border-color: #545454;
}
.hero-wrap {
    padding: 80px 0;
}
#vehicleContainer .slide-image {
    min-height: 230px;
}
.vehicle-item-title a:hover {
    color: var(--secondary);
}
.vehicle-item-title a {
    color: var(--text);
    text-decoration: none;
}
.view-toggle {
    display: flex;
    align-items: center;
}


/* SINGLE VEHICLE */

.open-make-an-offer-popup {
    float: right;
    color: #545454;
}
.vehicle-nav a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
}
.vehicle-nav a:hover {
    color: var(--secondary);
}
.google-map-container {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #f6f4fa;
    border-radius: 10px;
    margin-top: 20px;
}
.gradient-separator {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.gradient-separator:before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--text) 0%, var(--white) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.vehicle-info-title {
    position: relative;
}
.vehicle-info-title:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, var(--text) 0%, var(--white) 100%);
    margin-left: 10px;
    vertical-align: middle;
}
.vehicle-sidebar-buttons .wp-block-button {
    width: 100%;
}
.vehicle-sidebar-buttons {
    background: #f8f8f8;
    padding: 20px 15px;
    border-radius: 10px;
}
.vehicle-sidebar {
    padding: 10px;
    border: 1px solid #f6f4fa;
    border-radius: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.vehicle-images {
    padding: 30px 0;
}
.the-price {
    font-size: 30px;
    font-weight: 700;
    text-align: right;
}
.custom-share-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.custom-share-buttons a {
    color: #fff !important;
    background: #5E5E5E;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}
.custom-share-buttons a:hover {
    opacity: .8;
}
.vehicle-hero {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    padding: 30px 0;
    border-radius: 10px;
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.breadcrumb-list li {
    display: flex;
    align-items: center;
}
.breadcrumb-list li + li::before {
    content: "-";
    margin: 0 8px;
    color: var(--secondary);
    font-weight: 600;
}
.breadcrumb-list a {
    text-decoration: none;
    font-weight: 600;
    color: var(--text);
}
.more-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vehicle-thumbnails {
    gap: 10px;
    row-gap: 20px;
}
.vehicle-thumbnails .thumb-wrap {
    width: calc(50% - 5px);
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}
.vehicle-thumbnails .thumb-wrap a {
    position: relative;
    display: block;
    height: 100%;
}
.vehicle-thumbnails .thumb-wrap a img {
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
}
.single-vehicle-slider {
    border-radius: 10px;
    overflow: hidden;
}
.single-vehicle-slider button.gallery-slider-btn {
    position: absolute;
    bottom: 15px;
    background: transparent;
    border: 0;
    color: var(--white);
    font-size: 30px;
    padding: 0;
    line-height: 1;
    z-index: 99;
}
.single-vehicle-slider button.gallery-slider-btn.slick-prev.slick-arrow {
    left: 15px;
}
.single-vehicle-slider button.gallery-slider-btn.slick-next.slick-arrow {
    left: 60px;
}
.single-vehicle-slider .slick-track {
    display: flex !important;
}
.single-vehicle-slider .single-vehicle-slide.slick-slide {
    height: 490px !important;
}
.vehicle-slide-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.vehicle-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}
.form-popup.active {
    display: block;
}
.popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.send-details {
    position: relative;
    background: #eff3fa;
    padding: 50px;
    border-radius: 10px;
    overflow: auto;
}
.form-popup .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}
.form-popup .gform_title {
    font-size: 40px;
    text-align: center;
    color: var(--secondary);
    font-weight: bold;
}
.form-popup .gform_description {
    font-style: italic;
    text-align: center;
}
button.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
}
body.single-buy-here-pay-here #menu-header-menu a {
    color: var(--text);
}
body.single-buy-here-pay-here #menu-header-menu a:after {
    background: var(--text);
}
body.single-buy-here-pay-here .header-buttons button {
    color: var(--text);
}
body.single-buy-here-pay-here .header-buttons button .bar-lines span {
    background: var(--text);
}
.return-to-inventory {
    position: relative;
    margin-top: -51px;
    padding-bottom: 25px;
}
.return-to-inventory a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.separator {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #b4b4b4;
}

/*#lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}*/
.vehicle-info {
    position: relative;
}
.vehicle-image {
    padding-bottom: 20px;
}
/*.vehicle-image img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.83);
}*/
.vehicle-gallery .slick-track {
    display: flex !important;
}

.vehicle-gallery .slick-slide {
    height: inherit !important;
    margin-right: 20px;
}
.gallery-slide {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.vehicle-gallery button.slick-arrow {
    position: absolute;
    bottom: 20px;
    background: var(--secondary);
    border: 0;
    color: var(--white);
    font-size: 32px;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.vehicle-gallery button.slick-prev.slick-arrow {
    right: 120px;
}
.vehicle-gallery button.slick-next.slick-arrow {
    right: 50px;
}
.vehicle-gallery.slick-initialized.slick-slider {
    margin-right: -20px;
    padding-bottom: 80px;
}
.gallery-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
/*    border-radius: 10px;*/
    overflow: hidden;
}
.gallery-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.vehicle-text-call {
    text-align: right;
}
.vehicle-text-call p {
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Rajdhani', serif;
    font-weight: bold;
    color: #545454;
}
.stock-vin ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    columns: 2;
    column-gap: 20px;
}
.stock-vin ul li {
    text-align: center;
}
.vehicle-info-icons {
    margin-top: 20px;
}
.vehicle-info-icons ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.vehicle-info-icons ul li {
    line-height: 1.2em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-image {
    max-width: 32px;
}
.info-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}

.vehicle-description, .vehicle-features {
    position: relative;
    overflow: hidden;
}
.vehicle-title h1, .car-overview h3,.vehicle-description h3, .vehicle-features h3 {
    font-weight: bold;
}
.vehicle-title h1 {
    font-size: 46px;
    margin-bottom: 0;
}
.features-list {
    margin-top: 10px;
    margin-bottom: 0;
    columns: 2;
    column-gap: 20px;
    list-style: none;
    padding-left: 0;
}
.features-list li {
    break-inside: avoid;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.features-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
}
.get-in-touch {
    background: #f8f8f8;
    padding: 30px 15px;
    border-radius: 10px;
}
.get-in-touch h3 {
    font-weight: bold;
    color: var(--secondary);
    text-align: center;
}
.get-in-touch label.gfield_label.gform-field-label {
    font-weight: bold;
}
.get-in-touch .gform_fields {
    gap: 10px !important;
}
.related-vehicles {
    position: relative;
    margin-top: 30px;
    padding: 60px 0;
    background: #eff3fa;
}
.what-list {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.what-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
.what-list-item img {
    max-width: 32px;
}

/* FLIP BOX */
.flip-boxes-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}
.flip-box {
    width: 280px;
    height: 240px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #31489d;
}
.flip-box-back {
    transform: rotateX(180deg);
}
.flip-box-front {
    z-index: 2;
    gap: 40px;
}
.flip-box-front h3, .flip-box-back h3 {
    font-size: 30px;
}
.flip-box-back h3 {
    color: var(--primary);
}
.flip-box-front i {
    font-size: 50px;
}
.flip-box-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--secondary);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.flip-box-button:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

/* ICON BUTTON */
.icon-btn.wp-block-button__link {
    color: var(--text);
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* SEARCH RESULTS */
.search-query {
    margin: 30px 0;
}
.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin: 60px 0;
}
.part-post {
    border: 1px solid #e8e8e8;
}
.post-grid .part-title {
    position: relative;
    padding: 10px 10px 4px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    margin-top: -36px;
    display: block;
    line-height: 1;
    text-decoration: none;
}
.post-grid .part-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
p.part-excerpt {
    font-size: 15px;
    line-height: 1.4em;
    padding: 10px;
    margin-bottom: 0;
}
.wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_head {
    background: #dd3d53 !important;
}
.wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_head h4.aagb__accordion_title {
    color: #fff !important;
}
.relative {
    position: relative;
}
.absolute-image {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: -1;
}
.wp-block-columns.no-gap.is-layout-flex {
    gap: 0px !important;
}
.media-text {
    gap: 30px;
}
.media-text .wp-block-media-text {
    width: calc(25% - 25px);
}
.media-text .wp-block-media-text h4 {
    margin: 0;
    line-height: 1;
}
.media-text .wp-block-media-text p {
    margin: 0;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 1em;
}
.absolute-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.whats-new img.wp-block-cover__image-background {
    width: auto !important;
    height: 100% !important;
    margin-left: auto !important;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.not-found {
    padding: 80px 0;
    text-align: center;
}
.not-found-hero {
    padding: 260px 0 80px;
    text-align: center;
    color: #fff;
}
.small-container {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
p.not-found {
    color: var(--secondary);
    font-size: 200px;
    line-height: 1em;
    font-family: 'Rajdhani', serif;
    font-weight: bold;
    position: relative;
}
.small-container h4 {
    margin-bottom: 40px;
}
.close-btn {
    float: right;
    background: none;
    outline: none;
    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    transform: rotate(90deg);
    color: var(--text) !important;
}
.close-btn-lines {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
}
.close-btn-lines span {
    position: absolute;
    width: 3px;
    height: 30px;
    background: var(--text);
}
.close-btn-lines span:nth-child(1) {
    transform: rotate(45deg);
}
.close-btn-lines span:nth-child(2) {
    transform: rotate(-45deg);
}
.why-choose-col {
    position: relative;
    padding: 20px;
    border: 2px solid var(--secondary);
    border-radius: 10px;
    background: #fff;
}
.multi-step-form .gform-body.gform_body {
    padding: 30px;
    background: #f6f4fa;
    border-radius: 10px;
}
.gform-theme--foundation .multi-step-form .gform_fields {
    gap: 20px;
}
.multi-step-form .gsection_title {
    text-align: center;
    position: relative;
}
.multi-step-form .gsection_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 3px;
    background: var(--secondary);
}
.multi-step-form .gform-page-footer {
    justify-content: center;
}
.multi-step-form .gform_next_button {
    color: var(--text) !important;
    padding: 5px 50px;
    font-size: 18px !important;
}
.multi-step-form .gform_previous_button {
    font-size: 18px !important;
}
.gform-theme--framework .gf_page_steps {
    justify-content: center;
}
.gform-theme--framework .gf_step {
    gap: 5px !important;
}
.gform-theme--framework .multi-step-form .gf_step_active .gf_step_number {
    background: var(--secondary);
    border-width: 0;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--text);
}
.gform-theme--framework .multi-step-form .gf_step_number {
    position: relative;
    background: #e8e8e8;
    border-width: 0;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--text) !important;
}
.gform-theme--framework .multi-step-form .gf_step_completed .gf_step_number::after {
    content: none !important;
}
.gform-theme--framework .multi-step-form .gf_step_completed .gf_step_number {
    background: var(--secondary) !important;
}
.wp-block-cover, .wp-block-cover-image {
    padding: 0;
}


/* RESPONSIVE */
@media all and (max-width: 1499px) {
}
@media all and (min-width: 1200px) and (max-width: 1499px) {
    .header-links {
        gap: 30px;
    }
}
@media all and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .header-social {
        padding-left: 50px;
    }
}
@media all and (max-width: 1199px) {
    .header-links {
        gap: 20px;
        font-size: 14px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .list-view .vehicle-item-container .vehicle-item-img {
        max-width: 223px;
    }
    .list-view .vehicle-item-container .vehicle-item-content {
        width: calc(100% - 223px);
    }
    .list-view .vehicle-item-btn-wrap {
        gap: 10px;
    }
    .desktop-logo img {
        min-width: 180px;
    }
    .header-languages .widget.widget_block .wp-block-columns {
        gap: 20px;
    }
    .facetwp-facet.facetwp-facet-vehicle_body.facetwp-type-checkboxes .facetwp-checkbox span.facetwp-display-value {
        font-size: 13px;
    }
    .post-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #menu-header-menu a {
        font-size: 15px;
    }
}
@media all and (min-width: 992px) {
    .filter-buttons {
        display: none;
    }
    .mobile-logo, .header-buttons, .mobile-menu, .desk-hide {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .vehicle-sort-wrap {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: normal;
        gap: 10px;
    }
    .view-toggle-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-footer .row {
        flex-direction: column-reverse;
    }
    .footer-copyright {
        justify-content: center;
        margin-top: 25px;
    }
    .style-terms-list {
        grid-template-columns: 1fr 1fr;
    }
    .top-header-links {
        background: transparent;
    }
    .top-header-links:before {
        content: none;
    }
    .header-links {
        display: none;
    }
    .car-filters {
        border: none;
    }
    .car-search {
        padding: 20px;
    }
    .car-search:before {
        content: none;
    }
    .filter-buttons {
        background: #fff;
        padding: 20px 20px 0;
    }
    .filter-buttons h3 {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .filter-buttons h3:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 50px);
        height: 2px;
        width: 100px;
        background: var(--secondary);
    }
    .facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search input {
        padding: 5px 20px 5px 50px;
    }
    .vehicle-sort {
        flex-wrap: wrap;
        gap: 10px;
    }
    .archive-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        max-width: 300px;
        z-index: 99999;
        padding: 0;
        max-height: 100vh;
        overflow: auto;
    }
    .car-search {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    p.not-found {
        color: var(--secondary);
        font-size: 125px;
    }
    .not-found-hero, .entry-header {
        padding: 120px 0 60px;
    }
    .footer-title {
        margin-top: 10px;
    }
    footer {
        font-size: 16px;
    }
    .top-logo {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .footer-logo {
        margin: 0 0 20px 0;
    }
    footer .footer-menu .menu {
        flex-direction: column;
        align-items: center;
        font-size: 20px;
    }
    .media-text .wp-block-media-text {
        width: calc(50% - 15px);
    }
    .mob-menu-phone-icon {
        font-size: 30px;
        padding-right: 10px;
        border-right: 1px solid var(--light-gray);
    }
    .mob-menu-phone-icon img {
        max-width: 40px;
    }
    .mob-menu-phone-text a {
        color: var(--text);
        font-style: italic;
    }
    .mob-menu-phone-text p {
        font-size: 18px;
        font-weight: bold;
    }
    .mob-menu-phone {
        padding-top: 20px;
        margin-top: 10px;
        border-top: 1px solid var(--light-gray);
        display: flex;
        align-items: center;
        gap: 15px;
    }
    header .menu .menu-btn a {
        background: var(--secondary);
        color: var(--white);
        border: 2px solid var(--secondary);
        border-radius: 10px;
        padding: 10px 50px;
        text-align: center !important;
        display: inline-block;
    }
    .mobile-menu .mobile-logo {
        margin-bottom: 20px;
        width: calc(100% - 124px);
        height: 50px;
    }
    .reasons-to-buy {
        text-align: center;
    }
    .reasons-to-buy figure {
        margin: 0 auto !important;
        float: none !important;
    }
    /*.divider-triangles:before, .divider-triangles:after {
        display: none;
    }*/
    .mob-hide {
        display: none;
    }
    .footer-widgets {
         text-align: center; 
    }
    footer .social-holder {
        justify-content: center;
    }
    .post-grid {
        grid-template-columns: 1fr 1fr;
    }
    .flip-boxes-container {
        flex-wrap: wrap;
    }
    h3.gsection_title, .vehicle-description h3, .vehicle-features h3 {
        font-size: 28px;
    }
    .vehicle-title h1 {
        font-size: 34px;
    }
    .mobile-menu {
        background: var(--white);
        position: absolute;
        top: 0;
        left: -100%;
        width: calc(100% - 90px);
        transition: left 0.35s ease-out;
/*        box-shadow: 0 3px 5px var(--gray);*/
        overflow: hidden;
        z-index: 99999;
        border: 3px solid var(--light-gray);
        padding: 16px 22px;
    }
    .mobile-menu.active {
        left: 0;
    }
    #menu-header-menu a {
        padding: 5px;
    }
    .top-header {
        padding: 0 10px;
        background: #fff;
    }
    .mobile-logo a {
        display: flex;
        justify-content: center;
    }
    .mobile-logo a img {
        max-height: 50px;
        width: auto;
    }
    /*.top-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }*/
    .top-header a {
        font-size: 24px;
    }
    .header-buttons button.open-menu {
        background: none;
        outline: none;
        border: none;
        font-size: 12px;
        padding: 0;
        transform: rotate(90deg);
        width: 40px;
        height: 57px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        color: var(--text);
    }
    .header-buttons button.open-menu.menu-active {
        gap: 3px;
    }
    .bar-lines {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
    }
    .bar-lines span {
        width: 4px;
        background: var(--text);
    }
    .bar-lines span:nth-child(1) {
        height: 40px;
    }
    .bar-lines span:nth-child(2) {
        height: 32px;
    }
    .bar-lines span:nth-child(3) {
        height: 24px;
    }
    button.open-menu.menu-active .bar-lines span:nth-child(3) {
        display: none;
    }
    button.open-menu.menu-active .bar-lines span {
        position: absolute;
    }
    button.open-menu.menu-active .bar-lines span:nth-child(1) {
        transform: rotate(45deg);
    }
    button.open-menu.menu-active .bar-lines span:nth-child(2) {
        transform: rotate(-45deg);
        height: 40px;
    }
    button.toggle_search_mobile {
        background: transparent;
        color: var(--text);
        border: none;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .toggle_search_mobile i {
        color: var(--secondary);
    }
    .mobile-logo {
        width: calc(100% - 200px);
        display: flex;
        align-items: center;
    }
    .header-buttons {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 200px;
        justify-content: flex-end;
    }
    .header-social, .bot-header {
        display: none;
    }
    .contact-holder {
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
    .contact-holder a span {
        display: none;
    }
    header .menu {
        flex-direction: column;
        align-items: center;
    }
    header .menu li {
        width: 100%;
    }
    header .menu li a {
        display: block;
        text-decoration: none;
        margin: 15px 0;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
    }
    header .menu li.menu-item.current-menu-item a {
        /*background: var(--gray); */
        color: var(--secondary);
    }
    .pb-6, .py-6 {
        padding-bottom: 3rem;
    }
    .pt-6, .py-6 {
        padding-top: 3rem;
    }
}
@media all and (min-width: 782px) and (max-width: 991px) {
    .single-vehicle-slider .single-vehicle-slide.slick-slide {
        height: 340px !important;
    }
    .vehicle-thumbnails .thumb-wrap {
        height: 100px;
    }
    .list-view .vehicle-item-container .vehicle-item-content {
        padding: 20px;
    }
    .list-view .vehicle-item-bot {
        margin-left: 0;
    }
    #vehicleContainer .slide-image {
        min-height: 250px;
    }
    .grid-view .vehicle-item-content .vehicle-item-price {
        top: 232px;
    }
    .list-view .vehicle-item-content .vehicle-item-price {
        position: absolute;
        bottom: 0;
        right: 298px;
    }
    .hero-wrap {
        padding: 50px 0;
    }
    .archive-listing .container {
        max-width: 606px;
    }
    .fwpl-layout.vehicle-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .vehicle-slider ul.slick-dots {
        gap: 7px;
    }
    .vehicle-slider ul.slick-dots button {
        width: 10px;
        height: 10px;
    }
}
@media all and (max-width: 781px) {
    .make-offer {
        font-size: 16px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .the-price {
        background: var(--secondary);
        padding: 5px;
        line-height: 1em;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 0;
        float: right;
        position: relative;
    }
    .the-price:before {
        content: '';
        width: 15px;
        height: 100%;
        position: absolute;
        left: -15px;
        top: 0;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 110% 110%, 110% -10%);
        background: var(--secondary);
    }
    .custom-share-buttons a {
        width: 23px;
        height: 23px;
    }
    .browse-inventory-mob a {
        color: var(--text);
        text-decoration: none;
    }
    .browse-inventory-mob {
        font-size: 14px;
        margin-top: 20px;
    }
    .vehicle-thumbnails {
        gap: 8px;
        row-gap: 8px;
        margin-top: 10px;
    }
    .vehicle-thumbnails .thumb-wrap {
        width: calc(25% - 6px);
        height: 70px;
    }
    .single-vehicle-slider .single-vehicle-slide.slick-slide {
        height: 260px !important;
    }
    .view-toggle {
        display: none;
    }
    .hero-wrap {
        padding: 30px 0;
    }
    .vehicle-search i.facetwp-icon {
        left: 5px !important;
    }
    .facetwp-facet.facetwp-facet-vehicle_search.facetwp-type-search input {
        padding: 5px 20px 5px 35px;
        font-size: 14px;
    }
    .hero-search-wrap .facetwp-display-value {
        font-size: 14px;
    }
    footer .wp-block-media-text__content {
        text-align: left;
    }
    .footer-privacy {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .footer-privacy p:not(.footer-privacy p:last-child) {
        padding-right: 20px;
        border-right: 1px solid var(--secondary);
    }
    .footer-widget {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-title:before {
        left: calc(50% - 35px);
    }
    .make-terms-list .make-term-item {
        width: 120px;
        height: 120px;
    }
    .make-terms-list .make-term-item span {
        font-size: 16px;
    }
    .desk-border {
        border: 0 !important;
        padding: 0;
    }
    .send-details {
        padding: 50px 30px 30px;
    }
    .form-popup .gform_title {
        font-size: 28px;
    }
    .gallery-slide img {
        height: 250px;
        max-width: 450px;
    }
    .vehicle-gallery button.slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }
    .vehicle-text-call {
        text-align: left;
    }
    .vehicle-text-call p {
        font-size: 28px;
    }
    .vehicle-gallery button.slick-next.slick-arrow {
        right: 20px;
    }
    .vehicle-gallery button.slick-prev.slick-arrow {
        right: 70px;
    }
    .vehicle-gallery.slick-initialized.slick-slider {
        padding-bottom: 80px;
        margin-right: 0;
    }
    .vehicle-gallery .slick-slide {
        margin-right: 0;
    }
    .vehicle-info-icons ul li {
        gap: 5px;
    }
    .info-image {
        max-width: 25px;
    }
    .info-content {
        font-size: 13px;
        max-width: calc(100% - 30px);
    }
    .vehicle-title .wp-block-buttons.is-layout-flex {
        flex-direction: column;
    }
    .fwpl-layout.vehicle-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    footer .footer-menu .menu {
        font-size: 16px;
    }
    .media-text .wp-block-media-text h4 {
        font-size: 36px !important;
    }
    .media-text .wp-block-media-text p {
        font-size: 15px;
    }
    .vehicle-slider .slick-list {
        padding: 0 0 60px 0 !important;
    }
    .vehicle-slider button.slick-arrow {
        font-size: 22px;
        width: 30px;
        height: 30px;
    }
    .reasons-to-buy figure img {
        max-width: 80px;
    }
    .top-footer {
        padding-bottom: 0;
    }
    .col-lg-5.pl-lg-5.col-md-6.footer-widgets {
        padding: 30px;
        background: var(--primary);
    }
    .footer-copyright {
        font-size: 12px;
    justify-content: center;
    }
    .vehicle-slider ul.slick-dots {
        gap: 5px;
    }
    .vehicle-slider ul.slick-dots button {
        width: 7px;
        height: 7px;
    }
    .stock-vin ul {
        columns: 1;
    }
    .post-grid {
        grid-template-columns: 1fr;
    }
    .part-post {
        max-width: 300px;
        margin: 0 auto;
    }
    .vehicle-info-icons ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-list {
        column-count: 1;
    }
    .features-list li {
        margin-bottom: 10px;
    }
    .contact-box {
        display: none;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 22px;
    }
    .footer-widgets {
        text-align: center;
    }
    .footer-menu {
        gap: 40px;
    }
    footer .menu {
        gap: 10px;
    }
}
@media all and (max-width: 575px) {
    .hero-search-wrap {
        padding: 10px;
    }
    .hero-search-wrap .facetwp-facet-vehicle_make_taxonomy .facetwp-checkbox {
        padding: 5px 8px;
    }
    .open-filters-btn, .facetwp-facet.facetwp-facet-inventory_sort.facetwp-type-sort select {
        font-size: 12px;
    }
    footer .menu {
        justify-content: space-between;
    }
    header .menu li a {
        font-size: 16px;
    }
    footer .menu li a {
        font-size: 16px;
    }
}
@media all and (min-width: 375px) and (max-width: 575px) {
}
@media all and (max-width: 374px) {
    .mobile-logo {
        width: calc(100% - 170px);
    }
    button.toggle_search_mobile {
        font-size: 14px;
    }
}