.check-agree-box {
    border-bottom: 1px dashed #4E4032;
    padding: 25px 45px;
    clear: both;
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.check-agree label {
    display: inline-block;
    margin: 5px 0;
    padding-left: 24px;
}

.check-agree .form-checkbox:before {
    position: absolute;
    left: 0;
    top: 4px;
}

.check-agree strong,
.check-agree a {
    color: #BF9E7A;
}

.check-agree a:hover {
    text-decoration: underline;
}

.products-list .txt {
    position: relative;
    padding-right: 30px;
}

.products-list .btn.delete {
    width: 25px;
    height: 25px;
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 10px;
}

.products-list .btn.delete:hover {
    color: #E4D9C2;
}

.products-list .offers {
    padding-right: 0;
    margin-right: 0;
    background: none;
}

.login-out {
    margin-top: 10px;
}

.fb-login {
    margin: 0 0 5px;
}

@media screen and (max-width: 1000px) {
    .check-agree-box {
        padding: 5px 0;
         font-size: 14px;
    }
    .form-box .name .radio-box {
        
    }
}

@media screen and (max-width: 769px) {
    .login-out {
        margin-top: 5px;
    }
    .check-agree label {
    padding-left: 14px;
}
}
