@media (min-width: 1025px){
    .course_rating_review_page {
/*        width: 75%;
        float: left;
*/    }
}
.wdm_rating_section.wdm_crr_right_section {
    display:inline-block;
    padding-top: 5%;
    width:65%;
    vertical-align: top;
}

.wdm_course_feature_img.wdm_crr_left_section {
    /*float: left;*/
    padding: 2.5%;
    display: inline-block;
    margin-right: 0px;
    width: 20%;
}
/*.wdm_courses_reviews{
    height:493px;
    overflow: hidden;
}*/
/*.wdm-review-section{
    display: block !important;
}*/
.comments-heading{
    width:100%;
}
.heading{
    width:70%;
    /*text-align: center;*/
    /*float:left;*/
    display:inline;

}
.wdm_uline{
    border-bottom: 1px solid lightgrey;
    padding: 4% 0;
}
.wdm-sub-title{
    margin-top: 1%;
    font-size:20px;
}
.wdm_rating_review_section {
    width: 100%;
   /* overflow: auto;*/
    display: inline-block;
}

input.wdm_course_review_title{
    width: 100%;
    font-size: 18px;
}
.wdm_course_thumb {
    height: 120px;
    box-shadow: 0 1px 5px 0 rgba(50, 50, 61, 0.53);
}
div.wdm_rate_review_course{
    display: none;
    margin-right: 5%;
}
.wdm_rate_review_course textarea {
    margin-bottom: 2%;
    width: 100%;
}
button.wdm_submit_review_rating {
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
    color: #000;
    border-radius: 3px;
    /*float: right;*/
    font-size: 20px;
    margin-bottom: 3%;
    margin-top: 3%;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow;
    width: auto;
}


button.wdm_submit_review_rating:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.a-size-large {
    font-size: 21px!important;
    line-height: 1.3!important;
}

.a-color-success{
    color: #008a00!important;
}

.wdm_crr_error_msg{
    color: #f44336;
    padding: 1rem;
    padding-left: 0;
    font-size: 0.85em;
}
.a-padding-none {
    padding: 0!important;
}
.a-spacing-top-large {
    /*margin-top: 22px!important;*/
}
.a-spacing-none, .a-ws .a-ws-spacing-none {
    margin-bottom: 0!important;
}

.a-color-failure{
    color: #f44336;
}

span.wdm_small_notification {
    font-size: smaller;
}
div.wdm_crr_short_msg {
    font-size: smaller;
    padding: 0px;
    width: auto;
    margin: 0px;
}
body li.type-product .wdm_no_reviews,body li.type-product .wdm-crr-show-popup{
    width:100%;
}

body #inwrapper #content{
    min-width: 95%;
}
body #inwrapper .wdm-course-details .wdm_course_feature_img{

}
body .site-content-contain #primary{
    margin-left: 3%;
}
body .wdm_courses_reviews .wdm_rating_section{
    /*text-align: right;*/
}
.fn{
    word-break: normal;
    vertical-align: top;
    
}
.review-desc{
    word-break: normal;
}
body .wdm_courses_reviews > div{
    overflow: unset;
}
body .woocommerce-loop-product__title{
    text-align: center;
}
.options_group .comment_status_field{
    display:none;
}