.content {
    min-height: 400px;
}
.main-content {
    padding-top: 0;
}
.reminder,
.success-top-box {
    text-align: center;
    color: #888888;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.require-txt {
    color: #878787;
    font-size: 15px;
    margin: 0 0 30px;
    text-align: center;
}
.btn-box {
    padding-top: 50px;
}
/* .check-agree-box {
    clear: both;
    max-width: 1100px;
    margin: 0 auto;
}
.check-agree {
    border-top: 1px solid #47A38A;
    margin: 0 -50px;
    padding: 20px 50px 40px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #46A38A;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    color: #B7AB1C;
} */
/* .wishlist-box {
    background: #F1F7F5;
    padding-bottom: 140px;
    margin: 60px 0 -50px;
} */

@media screen and (max-width: 767px) {
    .wishlist-box {
        margin: 40px 0 -30px;
        padding-bottom: 100px;
    }
}