.re-cmn--heading.mb-3 {
    line-height: 24px;
}

.car-detail-card {
    position: sticky;
    top: 50px;
    padding: 16px 20px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(47, 43, 67, 0.2);
    max-width: 510px;
}

.bidding--status-end {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.bidding--status-end .time--ended {
    color: #cd3636;
}

.bidding--status-end .result--pending {
    color: #5d6370;
}

.open--car-detail {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.position-car-sticky {
    position: sticky;
    top: 50px;
}

/* car detail card */
.destination--selection {
    display: flex;
    align-items: center;
    gap: 18px;
}

.destination--selection .dropdown {
    width: 50%;
}

.order-by {
    display: flex;
    background-color: #fbf2cb;
    padding: 4px 8px;
    margin-block: 14px;
}

.order-by .order-by-text {
    color: #353c4d;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 0px;
}

.order-by .order-by-text a {
    color: #2384c1;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 6px;
}

.price-calculator--filters .selection-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.price-calculator--filters .selection-checkbox:last-of-type {
    margin-bottom: 0px;
}

.price-calculator--filters .selection-checkbox .fa-info-circle {
    font-size: 18px;
    cursor: pointer;
}

.price-calculator--filters .selection-checkbox label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.price-calculator--filters .yesno--checks {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}

.price-calculator--filters .selection-checkbox .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}

.price-calculator--filters .selection-checkbox .form-check-input {
    margin-bottom: 5px;
}

.car-detail-card .dealer-prices-search {
    display: flex;
    flex-direction: column;
    margin-block: 12px;
}

.car-detail-card .dealer-prices-search .car-price {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-block: 8px;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.car-detail-card .dealer-prices-search .car-price .text-pr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    min-width: 100px;
}

.car-detail-card .dealer-prices-search .car-price .price-pr {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0c1529;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.car-detail-card .dealer-prices-search .car-price .pric-off-sectin {
    display: flex;
    align-items: center;
    gap: 2px;
}

.car-detail-card .dealer-prices-search .car-price .pric-off-sectin .dicount-car-price {
    margin-bottom: 0px;
}

.dicount-off-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2f9461;
    border-radius: 2px;
    background: #effdf6;
    padding-inline: 6px;
}

.dicount-car-price {
    text-decoration-line: line-through;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    color: #858a94;
    margin-bottom: 0;
}

.detail--action-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-btn {
    padding: 9px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: transparent;
    color: #ffffff;
    border-radius: 100px;
    width: 100%;
    cursor: pointer;
}

.detail-btn.buy--now {
    border-color: #2a9fe8;
    background-color: #2a9fe8;
}

.detail-btn.reserve--now {
    border-color: #2384c1;
    background-color: #2384c1;
}

.detail-btn.inquire--now {
    border-color: #154f74;
    background-color: #154f74;
}

.detail-btn[disabled] {
    cursor: not-allowed;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #9e9e9e;
}

/* delivery rates */
.car-detail-card .info_detail_parent {
    margin-top: 16px;
}

.info_detail_parent .accordion-item {
    border: 0px;
}

.info_detail_parent .accordion-button:focus {
    box-shadow: none;
}

.info_detail_parent .accordion-button {
    padding: 7px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: #f6f6f8;
    color: #020408;
}

.info_detail_parent .accordion-body {
    padding: 10px;
}

.info_detail_parent .accordion-body .title-2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #020408;
}

.info_detail_parent .accordion-body table tr:nth-child(even) {
    background-color: #f6f6f8;
}

.info_detail_parent .accordion-body table td {
    padding: 8px 12px;
}

.info_detail_parent .accordion-body .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
    margin-bottom: 12px;
}

.info_detail_parent .accordion-body .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #353c4d;
}

.info_detail_parent .accordion-body .hassle-free {
    padding-inline: 8px;
    background-color: #e8fff4;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #17b26a;
    margin-bottom: 12px;
    display: inline-block;
}

.info_detail_parent .accordion-body .compliance {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #e33b32;
    margin-bottom: 0px;
}

.info_detail_parent .accordion-body .compliance p {
    margin-bottom: 0px;
}

.info_detail_parent .accordion-body .form-check-label {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101828;
}

.info_detail_parent .accordion-body .t-para {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #858a94;
}

.info_detail_parent .accordion-body .t-para2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.info_detail_parent .accordion-button::after {
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9997%2014.0783L16.9497%209.1283L18.3637%2010.5423L11.9997%2016.9063L5.63574%2010.5423L7.04974%209.1283L11.9997%2014.0783Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}

.info_detail_parent .accordion-button.bg-white::after {
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.0039%2010.3196L7.39691%2018.9266L5.98291%2017.5126L14.5889%208.90564H7.00391V6.90564H18.0039V17.9056H16.0039V10.3196Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}

.info_detail_parent .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9997%2014.0783L16.9497%209.1283L18.3637%2010.5423L11.9997%2016.9063L5.63574%2010.5423L7.04974%209.1283L11.9997%2014.0783Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}

.info_detail_parent .delivery-charges-rates {
    overflow-y: auto;
    max-height: 306px;
}

.info_detail_parent .table-search-field input {
    border: none;
    outline: none;
    flex-grow: 1;
}

.info_detail_parent .table-search-field {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 13px;
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #858a94;
    border: 1px solid #858a94;
    border-radius: 4px;
}

/* delivery rates */
/* deals */
.deals--views {
    display: flex;
    align-items: center;
    gap: 37px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.deals-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.deals-items label {
    border: 1px solid;
    border-color: inherit;
    background-color: transparent;
    padding: 4px 10px;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 37px;
}

.deals-items label[type="satpoint"] {
    background-color: #ffdfc2;
    color: #ad5200;
}

.deals-items label[type="newyearsale"] {
    background-color: #ffd3d1;
    color: #cd3636;
}

.deals-items label[type="premiumcars"] {
    background-color: #fbf2cb;
    color: #c8811a;
}

.deals-items label[type="clearancediscount"] {
    background-color: #b2ffc0;
    color: #10ab2b;
}

.deals-items label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}

.deals-items label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}

.deals-items label[type="auctionedcars"] {
    background-color: #ddf9ff;
    color: #34a9c3;
}

.deals-items label[type="thirdpartyseller"] {
    background-color: #ffeaf8;
    color: #be4596;
}

.deals-items label[type="chilestock"] {
    background-color: #f0eaff;
    color: #d72b1f;
}

.deals-items label[type="ukstock"] {
    background-color: #ffedf9;
    color: #c8102e;
}

.deals-items label[type="auction"] {
    background-color: #f0dbff;
    color: #612192;
}

/* deals */

.card-ping {
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
}

.rounded-ping-inner.active {
    background: #22c55e;
}

.rounded-ping.active {
    background: #4ade80;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.rounded-ping {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: transparent;
    opacity: 0.75;
}

.rounded-ping-inner {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #9ca3af;
}

.active-user-seen {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #e8fff4;
    border-radius: 169px;
    padding-block: 5px;
    padding-inline: 14px;
    width: max-content;
}

.text-active {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #353c4d;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* info bar */
.car-title--specs .info-bar {
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: fit-content;
    margin-top: 10px;
}

.car-title--specs .info-bar .dots {
    color: #aeb1b8;
    font-size: 12px;
}

.car-title--specs .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0c1529;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.car-title--specs .info-item svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #0f172a;
    stroke-width: 1.8;
}

/* info bar */
.imp-info .info_detail_parent .accordion-button {
    font-size: 18px;
    padding: 12px;
}

/* order flow */
.orderflow--steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
}

.orderflow--step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.orderflow--step .icon {
    width: 48px;
    height: 48px;
    background: #f3f8ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f9ff;
}

.orderflow--step .icon img {
    width: 24px;
    height: 24px;
}

.orderflow--step .text {
    display: flex;
    flex-direction: column;
}

.orderflow--step .step-number {
    font-size: 14px;
    color: #5d6370;
    margin-bottom: 4px;
}

.orderflow--step .text strong {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

/* order flow */
/* Payment methods */
.payment-methods {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 49px;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.payment-method__icon {
    width: 48px;
    height: 48px;
    background-color: #f3f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__icon img {
    width: 24px;
    height: 24px;
}

.payment-method__label {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

/* Payment methods */
.about-car-detail {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #5d6370;
    margin-bottom: 0px;
}

/* further car resources */
.grid_5_s {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 0px;
}

.further-resource-search .further-resource-lists a {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--color-blue-50);
    border-radius: 0px !important;
    border: none !important;
}

.further--title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: #aeb1b8;
    margin-bottom: 18px;
}

/* further car resources */
/* features */
.features--car-detail {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.features--car-detail .item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 8px 10px;
    flex: 0 1 153px;
}

/* features */
/* specification */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.spec-item img {
    object-fit: contain;
}

.spec-item .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #202020;
}

.spec-item .value {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858a94;
}

/* specification */
/* auction */
.para_auction_report {
    color: #020408;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.216px;
}

#auction_report {
    background-color: white;
}

#auction_report .overall_rating {
    border-radius: 6px 6px 0px 0px;
    padding: 16px 10px;
    background-color: #014e78;
    border: 1px solid #98a2b3;
    border-bottom: 0px;
}

#auction_report .overall_rating .rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #93d9ff;
    padding-bottom: 24px;
}

#auction_report .overall_rating .scale .scale-bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#auction_report .overall_rating .scale .scale-bars .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 3.74px;
    border-radius: 100px;
    padding-inline: 12px;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    background-color: white;
}

#auction_report .overall_rating .scale {
    padding-top: 12px;
}

#auction_report .overall_rating .scale h3 {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.216px;
    margin-bottom: 0px;
}

#auction_report .overall_rating .rating h3 {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.216px;
    margin-bottom: 0px;
}

#auction_report .overall_rating .rating span.fair {
    color: #e9a23b;
    background-color: #fefaf5;
}

#auction_report .overall_rating .rating span.success {
    color: #2f9461;
    background-color: #effdf6;
}

#auction_report .overall_rating .rating span.poor {
    color: #cd3636;
    background-color: #fef2f2;
}

#auction_report .overall_rating .rating span.repaired {
    color: #696969;
    background-color: #eee;
}

#auction_report .overall_rating .scale .scale-bars .bar.success {
    color: #2f9461;
    background-color: #effdf6;
}

#auction_report .overall_rating .scale .scale-bars .bar.fair {
    color: #e9a23b;
    background-color: #fefaf5;
}

#auction_report .overall_rating .scale .scale-bars .bar.poor {
    color: #cd3636;
    background-color: #fef2f2;
}

#auction_report .overall_rating .scale .scale-bars .bar.repaired {
    color: #696969;
    background-color: #eee;
}

#auction_report .overall_rating .rating span {
    display: inline-block;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.953px;
    /* 112.5% */
    letter-spacing: -0.355px;
    padding: 2px 16px;
    border-radius: 100px;
}

#auction_report .auction_sheet {
    padding: 24px 10px;
    border-radius: 0px 0px 6px 6px;
    border-top: 0px;
    border: 1px solid #98a2b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.auction_sheet .sheet .download {
    padding-right: 12px;
}

.auction_sheet .sheet .sheet-text {
    padding: 6px 12px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
}

.auction_sheet .sheet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 50%;
    border: 1px solid #68727d;
    border-radius: 6px;
}

.auction_sheet .sheet .sheet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0368a0;
    padding: 9px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* auction */
/* links redirection */
.link--redirection {
    display: flex;
    align-items: center;
}

.link-redirection {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    flex-grow: 1;
    color: #0c1529;
}

.link-redirection:first-of-type {
    margin-right: 50px;
}

.link-redirection:nth-of-type(2) {
    margin-right: 50px;
}

.link-redirection .main-icon1 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -72px;
}

.link-redirection .main-icon2 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -24px;
}

.link-redirection .main-icon3 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -168px;
}

.link-redirection .sub-icon {
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 0px -120px;
}

.link-redirection:hover {
    color: #2384c1;
}

.link-redirection:hover .main-icon3 {
    background-position: 0px -144px;
}

.link-redirection:hover .main-icon2 {
    background-position: 0px -0px;
}

.link-redirection:hover .main-icon1 {
    background-position: 0px -48px;
}

.link-redirection:hover .sub-icon {
    background-position: 0px -96px;
}

/* end link redirection */
/* customer reviews */
.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 32px;
    max-width: 758px;
    border: 1px solid #98a2b3;
}

.review-card .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.review-card .rating-block {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 13px;
}

.stars-reviews {
    display: flex;
    align-items: center;
    gap: 11px;
}

.review-card .rating {
    font-size: 48px;
    line-height: normal;
    font-weight: 400;
    color: #101828;
}

.review-card .out-of {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 4px;
}

.review-card .stars {
    color: #154f74;
    font-size: 22px;
    letter-spacing: 2px;
}

.review-card .based-on {
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
}

.review-card .review-btn {
    background: #fff;
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 100px;
    width: 100%;
    max-width: 181px;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.review-card .review-btn:hover {
    background: #f3f4f6;
}

.review-card .metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
}

.review-card .metric {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card .label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #0c1529;
}

.review-card .bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.review-card .fill {
    height: 100%;
    background: #154f74;
    border-radius: 999px;
}

.customer--remarks label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.total--cars {
    display: flex;
    align-items: center;
    margin-block: 20px;
}

.cars--tobuy {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 28px;
    margin-left: 28px;
}

.action--inde {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #f1f5f9;
    font-size: 18px;
    color: #2f2b43;
}

.bidding--filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
    padding-block: 6px;
    padding: 6px 12px;
    background-color: #f6f6f8;
    margin-bottom: 10px;
}

.bidding--dropdown .title {
    color: #0c1529 !important;
}

.bidding--filters .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bidding--filters i {
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    color: #131313;
    transform: rotate(180deg);
}

.bidding--filters[aria-expanded="true"] i {
    transform: rotate(0deg);
}

/* add to cart */
.addto--cart label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    border: 2px solid #1c6a9b;
    padding: 6px;
    border-radius: 7px;
}

.addto--cart label::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("/assets/images/new-icon/dealer/shopping-cart-add-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* when checked */
.addto--cart input:checked+label::before {
    background-image: url("/assets/images/new-icon/dealer/shopping-cart-check-02.svg");
}

.addto--cart .btn-check:checked+.btn,
.addto--cart .btn.active,
.addto--cart .btn.show,
.addto--cart .btn:first-child:active,
.addto--cart :not(.btn-check)+.btn:active {
    border-color: #17b26a;
}

.addto--cart .btn:hover {
    border-color: #1c6a9b;
}

/* add to cart */
/* place bid */
.bid-card {
    border: 1px solid #aeb1b8;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    margin-top: 16px;
}

.bid-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 3px;
}

.bid-input {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bid-card .currency {
    margin-right: 4px;
}

.bid-input input {
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
}

.bid-card input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    transition: background 0.3s ease-in-out;
}

/* Chrome, Safari, Opera, Edge */
.bid-card input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #1e6ea8;
    cursor: pointer;
}

/* Firefox */
.bid-card input[type="range"]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #1e6ea8;
    cursor: pointer;
}

.bid-breakdown {
    padding-top: 8px;
}

.bid-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020408;
}

.bid-total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cac8d4;
    margin-top: 2px;
    padding-top: 12px;
    font-weight: 700;
    font-size: 16px;
}

/* place bid */
/* Responsive */
@media (max-width: 768px) {
    .metrics {
        grid-template-columns: 1fr;
    }
}

/* customer reviews */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .orderflow--steps {
        gap: 16px;
    }

    .payment-methods {
        gap: 25px;
    }

    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .re-cmn--heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .deals--views {
        gap: 10px;
    }

    .pb-32 {
        padding-bottom: 22px;
    }

    .py-32 {
        padding-block: 22px;
    }

    .specs-grid {
        gap: 15px;
    }

    .spec-item .value {
        font-size: 14px;
    }

    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .payment-method {
        flex-direction: column;
    }

    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }

    .payment-method__icon {
        width: 45px;
        height: 45px;
    }

    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }

    .about-car-detail {
        font-size: 18px;
        line-height: 38px;
    }

    .car-detail-card {
        padding: 16px;
    }

    .detail-btn {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }

    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }

    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 14px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    /* auction */
    .link-redirection {
        font-size: 14px;
    }

    .addto--cart label {
        min-height: 42px;
        min-width: 42px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .re-cmn--heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .deals--views {
        gap: 10px;
    }

    .pb-32 {
        padding-bottom: 22px;
    }

    .py-32 {
        padding-block: 22px;
    }

    .specs-grid {
        gap: 15px;
    }

    .spec-item .value {
        font-size: 14px;
    }

    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .payment-method {
        flex-direction: column;
    }

    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }

    .payment-method__icon {
        width: 45px;
        height: 45px;
    }

    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }

    .about-car-detail {
        font-size: 18px;
        line-height: 38px;
    }

    .car-detail-card {
        padding: 16px;
    }

    .detail-btn {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }

    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }

    .imp-info .info_detail_parent .accordion-button {
        font-size: 16px;
    }

    .info_detail_parent .accordion-body .title {
        font-size: 16px;
    }

    .info_detail_parent .accordion-body .para {
        font-size: 16px;
        line-height: 26px;
    }

    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 14px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    /* auction */
    .link-redirection {
        font-size: 14px;
    }

    .link-redirection .main-icon1 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 1px -60px;
    }

    .link-redirection .sub-icon {
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        width: 20px;
        height: 20px;
        background-position: 0px -100px;
    }

    .link-redirection .main-icon2 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 0px -19px;
    }

    .link-redirection .main-icon3 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 0px -140px;
    }

    .addto--cart label {
        min-height: 38px;
        min-width: 38px;
    }

    .addto--cart label::before {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-6s {
        width: 50%;
    }

    .re-cmn--heading {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .deals--views {
        gap: 10px;
    }

    .pb-32 {
        padding-bottom: 22px;
    }

    .py-32 {
        padding-block: 22px;
    }

    .spec-item .value {
        font-size: 14px;
    }

    .payment-methods {
        gap: 16px;
    }

    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .payment-method {
        flex-direction: column;
    }

    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }

    .payment-method__icon {
        width: 45px;
        height: 45px;
    }

    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }

    .about-car-detail {
        font-size: 16px;
        line-height: 30px;
    }

    .car-detail-card {
        padding: 16px;
    }

    .detail-btn {
        padding: 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }

    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }

    .imp-info .info_detail_parent .accordion-button {
        font-size: 14px;
    }

    .info_detail_parent .accordion-body .title {
        font-size: 16px;
    }

    .info_detail_parent .accordion-body .para {
        font-size: 16px;
        line-height: 26px;
    }

    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .car-title--specs .info-bar {
        gap: 11px;
        flex-wrap: wrap;
    }

    .car-title--specs .info-item {
        font-size: 14px;
    }

    .grid_5_s {
        grid-template-columns: repeat(4, 1fr);
    }

    .position-car-sticky {
        position: relative;
        top: unset;
    }

    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 13px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    #auction_report .overall_rating .scale .scale-bars {
        grid-template-columns: repeat(2, 1fr);
    }

    #auction_report .auction_sheet {
        padding: 10px 7px;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .auction_sheet .sheet {
        width: 100%;
    }

    /* auction */
    .link-redirection:first-of-type {
        margin-right: 12px;
    }

    .link--redirection {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .link-redirection {
        font-size: 14px;
    }

    .link-redirection .main-icon1 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 1px -60px;
    }

    .link-redirection .sub-icon {
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        width: 20px;
        height: 20px;
        background-position: 0px -100px;
    }

    .link-redirection .main-icon2 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 0px -19px;
    }

    .link-redirection .main-icon3 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px no-repeat;
        background-position: 0px -140px;
    }

    .para_auction_report {
        font-size: 16px;
    }

    .addto--cart label {
        min-height: 38px;
        min-width: 38px;
    }

    .addto--cart label::before {
        width: 22px;
        height: 22px;
    }

    .bidding--status-end {
        font-size: 14px;
        line-height: 18px;
        gap: 8px;
    }
}