.write-form .write-review:after{
  content: none;
}

#rvwp_terms-conditions{
    text-decoration: underline !important;
}
#rvwp_terms-conditions:hover{
    text-decoration: none !important;
}
body.rvwp_has-modal-overlay:after{
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

#rvwp_modal {
    background: #ffffff;
    width: 680px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -340px;
    padding: 0 0 20px;
    z-index: 10001;
}
#rvwp_cont_wrap{
    text-align:left;
}
#rvwp_head{
    padding: 10px 14px 20px;
    font-size: 26px;
}
#rvwp_body{
    padding: 0 30px;
}
#rvwp_body a,
#rvwp_body a:hover{
    color: #000000;
}
.review_policy_ttl:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000000;
    vertical-align: top;
    margin: 6px 8px 0 0;
}
#rvwp_modal-close-wrap {
    text-align: right;
    margin: 4px 4px 0 0;
}

#rvwp_modal-close {
    background: #757575;
    position: relative;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 10px;
    font-size: 0;
    vertical-align: top;
}

#rvwp_modal-close:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 9px;
    display: block;
    width: 3px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#rvwp_modal-close:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 9px;
    display: block;
    width: 3px;
    height: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#rvwp_modal-close:hover {
    background: #000000;
}

#rvwp_modal-close-bottom {
    border: 1px solid;
    border-color: #ccc #ccc #999;
    border-radius: 3px;
    font-size: 15px;
    padding: 7px 15px;
    margin: 40px 0 0 20px;
    display: inline-block;
}

#rvwp_modal-close-bottom:hover {
    cursor: pointer;
}
#rvwp_open_wrap{
    text-align: right;
    margin: 15px 0 0;
}

@media screen and (max-width: 680px) {
    #rvwp_modal-overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        overflow: scroll;
        height: 100%;
    }
    #rvwp_modal {
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
        position: relative;
        display: inline-block;
    }
}