.add-to-cart:hover {
    background-color: hsl(70, 45%, 89%) !important;

}

.add-to-fav.active svg {
    transition: all 0.5s ease-in-out;
}

.add-to-fav.active svg {
    fill: red !important;
}

.alert-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1111;
    left: 0;
    top: 0;
}

.alert-box.active {
    display: flex;
}

.alert-box > .wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    z-index: 111;
}
.alert-box > .wrap.-tac {
    text-align: center;
}
.alert-box > .wrap img {
    max-height: 200px;
    max-width: 200px;
}

.alert-box .text {
    font-size: 18px;
    margin-bottom: 20px;
}

.summary-section.step5 {
    top: 20px;
    margin-bottom: 70px;
}

.add-to-cart.green {
    background-color: #85a05b !important;

}

.add-to-cart.green svg {
    fill: #fff;

}

.add-to-cart.green span {
    color: #fff;
}

