.grid-gifts-list {
    min-height: 1000px;
}

.filter-nav {
    padding: 16px;
}

.filter-nav .header-filter-text {
    font-weight: 300;
    margin: 0.5rem 0 1.2rem 0;
}

.filter-nav ul li {
    line-height: 36px;
}

.filter-nav div.range {
    margin-top: 14px;
}

.filter-nav h6.range-price {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 0.9rem;
    color: #9e9e9e;
}

.card.gift .card-image img {
    max-width: 100%;
    width: auto;
    height: 204px;
    margin: auto;
}

.card.gift .card-image .preloader-wrapper {
    margin-top: 40%;
}

.card.gift .card-content {
    position: absolute;
    bottom: 20px;
}

.card.gift {
    height: 360px;
}

.card.disabled * {
    opacity: 0.6;
}

.card .already-have-it {
    opacity: 1.0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    top: 40%;
    padding-right: 40px;
}

a.rsvp {
    position: absolute;
    margin-top: calc(-36px - 3%);
    right: 3%;
    z-index: 2;
}

@media(max-width: 500px) {
    a.rsvp {
        position: relative;
        display: block;
        margin: 15px 25px;
        right: 0;
    }
}