/**cards */

.card-wrap a:hover svg.fill-green+span {
    color: #4DBC4D !important;
}

.card-wrap a:hover svg.fill-dark-green+span {
    color: #006B3F !important;
}

.offer-card {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.offer-card:hover {
    cursor: pointer;
}

.offer-card>div>img {
    /* transition: transform 0.46s ease; */
    /* transform-origin: bottom; */
}

.offer-card:hover>div>img {
    /* transform: scale(1.13); */
}

.offer-card-title {
    /* transition: padding-right .45s ease; */
}


.offer-card:hover>.offer-card-title {
    padding-right: 0px !important;
}

.averageLabelNew {
    color: #CAEBCA;
}

.averageLabelUsed {
    color: #64A58A;
}

.priceWrapperNew {
    background:#4DBC4D;
}

.priceWrapperUsed {
    background: #006B3F;
}

.offer-card-image {
    position: relative;
    z-index: -1;
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 20px;
}

.offer-card-title h5 {
    font-size: 1.65rem;
    font-weight: 500;
    max-width: 222px;
    line-height: 1.1;
}

.offer-card-price {
    width: 145px;
    flex: 0 0 145px;
}

.offer-card-price .fs-4 {
    line-height: 1;
    font-weight: 700 !important
}

.offer-card-price>div {
    position: relative;
    background: #4DBC4D;
    margin-top: -50px;
    border-radius: 50px 0px 0px 50px;
    width: 100%;
}

.offer-cart-price-dark>div {
    background: #006B3F !important;
}

.offer-cart-price-dark>div:before {
    background-color: #006B3F !important;
    ;
}

.price-vat-label .fs-6 {
    line-height: 1.3;
}

.price-period-label {
    color: #006B3F;
    font-weight: 400;
    line-height: 1.3;
}

.card-wrap .compare-button span {
    width: 100px;
    font-family: Manrope, sans-serif;
    text-align: left;
    line-height: 1.25;
    letter-spacing: .75px;
    margin-left: 5px;
    color: #4c4c4c;
    transition: color .3s ease;
}

.card-wrap .compare-button:hover span {
    color: #4DBC4D;
}

.card-wrap .compare-button.dark:hover span {
    color: #006B3F;
}

.card-wrap .compare-button:hover img, .card-wrap .compare-button:hover svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.card-wrap .compare-button,
.card-wrap .favouriteButton,
.card-wrap .remove-favourite {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.specs-list svg {
    width: auto;
    height: 17px;
    fill: #6c6c6c;
}

img.card-status {
    position: absolute;
    top: 174px;
    left: 10px;
    height: 42px;
    width: auto;
    transition: transform .5s ease;
}

img.card-status-ribbon {
    position: absolute;
    width: 150px;
    right: 0px;
    top: -1px;
    transition: right .45s ease;
}

.offer-installment-row {
    height: 30px;
}


.benefits-home img {
    height: 120px;
    width: auto;
}

.badge-used {
    position: absolute;
    top: -10px;
    left: -10px;
}

.card-wrap {
    position: relative;
}

@media (min-width: 1200px) {
    .priceWrapper {
        right: 0px !important;
        width: 255px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    img.card-status-ribbon {
        right: 0px;
    }

    .offer-cart-price-dark>div {
        right: -6.3px;
    }

    .priceWrapper {
        right: 0px !important;
    }
}

.favouriteButton {
    font-size: 14.4px;
}

@media screen and (max-width: 425px) {
    .favouriteButton {
        margin-left: 0px !important;
    }

    .offer-installment-row {
        height: 25px;
    }
}

@media screen and (max-width: 395px) {
    .favouriteButton {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 375px) {
    .favouriteButton, .archiveCompareButton {
        margin-left: 0px !important;
        font-size: 13.5px !important;
    }
}
