.member-title {
    background: #eee;
    text-align: center;
    color: #666;
    font-size: 17px;
    padding: 10px;
    margin: 0 0 25px;
}
.member-title span {
    color: #D19920;
    font-size: 1.18em;
    font-family: "Times New Roman", Times, serif;
}
.check-agree {
    background: url('../images/member/check_agree_bg.png');
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 20px 30px;
    margin-top: 25px;
    clear: both;
}
.check-agree label {
    display: inline-block;
    padding: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #864612;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    text-decoration: none;
}

.products-list {
    margin: 0 -7px;
}
.products-list .item {
    width: 25%;
    padding: 0 7px;
}
.products-list .ibtn.delete {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    background-image: url(../images/member/delete.png);
    width: 27px;
    height: 27px;
}
.products-list .box {
    max-width: 240px;
    margin: 20px auto 30px;
    position: relative;
}
.products-list .box a {
    display: block;
}
.products-list .box a:after {
    content: '';
    display: block;
    background: url('../images/member/detail.png') 50% 0 no-repeat;
    height: 26px;
}
.products-list .box a:hover:after {
    background-position: 50% 100%;
}
.products-list .offers {
    color: #D1991F;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0;
}
.products-list .name {
    color: #85795F;
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 767px) {
    .check-agree {
        padding: 5px 15px;
    }
}