.rightbar-overlay {
    background: #00000070;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    display: none;
    backdrop-filter: blur(3px);
    cursor: pointer;
}

.rightbar-overlay.active {
    display: block;
}

#featurePopup.active {
    right: 0;
}

#featurePopup.active #popupClose {
    display: block;
}

div#featurePopup {
    width: 520px;
}

div:where(.swal2-container) {
    z-index: 999999 !important;
}
.swal2-popup div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
}

.swal2-popup div:where(.swal2-icon).swal2-success {margin: 0 auto 12px;}

.swal2-popup div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip ,.swal2-popup div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    background: #fe6521;
}

.swal2-popup div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border-color: #fe65218f;
}

.swal2-popup h2#swal2-title {
    padding: 0;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 22px;
    color: #000;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    padding: 40px;
    border-radius: 20px;
}

.swal2-popup h2#swal2-title +  div#swal2-html-container {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 30px;
}

.swal2-popup .swal2-actions {
    margin: 0;
    flex-wrap: nowrap;
    gap: 20px;
}

.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled {
    border-radius: 8px;
    font-size: 16px !important;
    margin: 0;
    --swal2-confirm-button-background-color: #ff6600 !important;
    --swal2-action-button-focus-box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.5) !important;
    background-color: #ff6600 !important;
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.5) !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup div:where(.swal2-loader) {
    border-color: #FE642E rgba(0, 0, 0, 0) #FE642E rgba(0, 0, 0, 0);
}



.car-description-container {
    position: relative;
    max-width: 100%;
}
.car-description {
    overflow: hidden;
    max-height: 150px;
    position: relative;
    transition: max-height 0.5s ease;
    margin-bottom: 10px;
}
.car-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 30%) 100%);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1);
    z-index: 1;
    backdrop-filter: blur(1px);
}
.car-description.expanded::after {
    opacity: 0;
}
.read-more-btn {
    display: inline-block;
    margin-top: 5px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
    padding: 8px 18px;
    color: #252525 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background: #FCC011 !important;
    border: 0;
    border-radius: 40px;
    gap: 16px;
}


.box-sidebar.box-filter .accordion {
    margin-top: 20px;
}

.box-sidebar.box-filter .accordion .accordion-button {
    height: auto;
    line-height: normal;
    border-radius: 0 !important;
    padding: 20px 0;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    box-shadow: none;
}

.box-sidebar.box-filter .accordion .accordion-item {
    border: none;
    box-shadow: none;
}


.box-sidebar.box-filter .accordion .accordion-button.collapsed {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: none !important;
}

.box-sidebar.box-filter .accordion ul.list-bullet {
    padding-left: 20px;
}

.box-sidebar.box-filter .accordion ul.list-bullet li {
    list-style-type: disc;
    line-height: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.box-sidebar.box-filter .accordion ul.list-bullet li:last-child {
    margin-bottom: 0;
}

.box-sidebar.box-filter .accordion .accordion-button {
    border-bottom: 0;
    border-top: 0;
}

.box-sidebar.box-filter .accordion .accordion-button .totalcount {
    position: absolute;
    right: 30px;
    background: #D9E3FD;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    font-size: 11px;
    margin: auto;
}

.gallery__hero > a::after {
    content: "\F3CA";
    font-family: remixicon;
    position: absolute;
    right: 30px;
    z-index: 111;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
}

.gallery__hero > a {
    position: relative;
    display: block;
}

.our-lifestyle ul li a {
    color: #6B6B6B;
}

.our-lifestyle ul li:hover a {
    color: #fff;
}

footer  ul.social-links {
    flex-direction: column;
}

ul.social-links li {
    display: flex;
    align-items: anchor-center;
    justify-content: flex-start;
    border-radius: 5px;
}

footer ul.social-links li {
    margin-bottom: 0;
    /* width: 150px; */
    height: auto;
    margin-bottom: 10px;
    text-align: left;
}

footer ul.social-links li svg {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    width: 18px;
}

footer ul.social-links li a::before {
    position: absolute;
    content: "";
    background: #8f8f8f;
    width: 2px;
    height: 40%;
    left: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer ul.social-links li a {
    padding: 11px 12px;
    position: relative;
    z-index: 1;
    width: 170px;
    background: #414247;
    border-radius: 10px;
    font-weight: 600;
}

.car-det a.btn  b {
    font-weight: 600;
}

.dvla-popup {
    color: #fe642e;
}


.custom-toaster {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-toaster #saveToast {
    background: #fe642e;
    border-color: #fe642e;
    color: #fff;
    padding-right: 10px;
    font-size: 16px;
    border-radius: 15px;
    --bs-toast-max-width: 380px;
}

.custom-toaster #saveToast .d-flex {
    align-items: center;
    justify-content: space-between;
}

.custom-toaster #saveToast i {
    color: #fff !important;
    font-size: 19px;
}

.custom-toaster .btn-close-white {--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);--bs-btn-close-opacity: 0.8;width: 0.6em;height: 0.5em;}

.custom-toaster #saveToast a {
    color: #fff;
    border-bottom: 1px solid;
}

#savedVehicleContainer .title-save {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

figure h6:empty {
    display: none;
}

#savedSearchContainer {}

#savedSearchContainer .card {
    border-radius: 10px;
    padding: 20px !important;
}

#savedSearchContainer [class*='summary-'] {
    font-size: 14px;
}

#savedSearchContainer [class*='summary-']:not(:last-child) {
    margin-bottom: 6px;
}

#savedSearchContainer .summary-details {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#savedSearchContainer .btn:not(:last-child) {
    margin-bottom: 10px;
}

#savedSearchContainer .btn {
    width: 100%;
    font-size: 14px !important;
    padding: 7px 0;
}

#savedSearchContainer .delete-saved-search {
    background: #ff7c66 !important;
    color: #ffffff !important;
}

.box-postcode .form-control.input-error {
    border-color: #d80b45;
}

.postcode-message {
    padding: 10px 10px;
    border-radius: 10px;
    background: #f3f3f3;
    color: #000;
    font-size: 14px;
}

.postcode-error-text {
    background: #d80b45;
    color: #fff;
    text-align: center;
}

.box-postcode .form-control {
    box-shadow: none;
}

.box-postcode .form-control.input-success, .banner-form .form-control.input-success {
    border-color: #4bee7f;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='%234bee7f' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='-translate-y-1/2 pointer-events-none absolute top-1/2 right-2.5 size-6 transform text-functional-success transition-opacity opacity-0 duration-500'%3E%3Cpath fill='4bee7f' d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM13.88 6.29L8 12.17L6.12 10.29C5.73 9.9 5.1 9.9 4.71 10.29C4.32 10.68 4.32 11.31 4.71 11.7L7.3 14.29C7.69 14.68 8.32 14.68 8.71 14.29L15.3 7.7C15.69 7.31 15.69 6.68 15.3 6.29C14.91 5.9 14.27 5.9 13.88 6.29Z'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 96% center;
}

.banner-form  .postcode-message {
    margin-bottom: 10px;
}

.head-wishlist {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffff;
}

.head-btn.text-end {
    gap: 15px;
}

header .btn {
    padding: 12px 21px;
}

.head-wishlist i {
    color: #fe642e;
}

.carAvailability {
    position: absolute;
    background: #000000;
    font-size: 11px;
    COLOR: #fff;
    padding: 5px 10px 6px;
    border-radius: 20px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    display: flex;
    gap: 25px;
}

.car-sold {
    background: url("../images/sold-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    padding: 100px 0 140px;
}

.car-sold .row {
    justify-content: center;
}

.car-sold .info-carsold {
    text-align: center;
}

.car-sold .info-carsold .box-carsold {
    position: relative;
    z-index: 1;
    width: 636px;
    height: 549px;
    margin: 0 auto 160px;
    padding: 230px 80px 0;
}

.car-sold .info-carsold .box-carsold::before {
    background: url("../images/cs-img1-new.png") no-repeat;
    background-size: 100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    top: 0;
}

.car-sold .info-carsold .box-carsold h3 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.car-sold .info-carsold .box-carsold h5 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    width: 85%;
    margin: 0 auto 50px;
}

.car-sold .info-carsold .box-carsold p {
    color: #000;
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
}

.car-sold .info-carsold .box-carsold img.cs-img1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -105px;
}

img.dealer-image {
    max-height: 55px;
    object-fit: contain;
}

.box-carlist .carlist-detail ul.seller-loc {
    justify-content: flex-start;
    gap: 10px;
}

.dealer-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: #00000008 0 0 45px;
}

.dealer-card-top {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.dealer-profile {
    width: auto;
    object-fit: contain;
    border-radius: 10px;
    max-width: 80px;
}

.dealer-info h4 {
    margin: 0 0 14px;
}

.dealer-info p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #555;
}

.btn-call {
    display: inline-block;
    background: #e04c23;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
}

.dealer-card-bottom {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    font-size: 15px;
    color: #363636;
    gap: 20px;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    font-weight: 500;
}

.dealer-card-bottom i {
    margin-right: 5px;
    font-size: 17px;
}

.vendor-detail .vednor-img {
    margin-bottom: 25px;
    text-align: center;
}

.vendor-detail .vednor-img img {
    position: unset !important;
    width: auto;
    height: auto;
}


.vendor-detail .vednor-img-list {
    padding: 0 !important;
    width: auto !important;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.car-share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
}
.car-share-buttons h4 {
    width: 100%;
}
.car-share-buttons img {
    height: 22px;
}