.review_form_container{
    
    display: block;
}

.review_form_container .inner_row{
    clear:both;
    float: left;
    margin-left:10%;
    display: block;
    width: 35%;
}

.review_form_container .inner_row_second{
    float: left;
    margin-left: 10%;
    margin-right:10%;
    display: block;
    width: 35%;
}

.review_form_container .inner_row input, .review_form_container .inner_row_second input, .review_form_container .inner_second_row input{
    width: 100%;
}

.review_form_container .inner_second_row{
    clear:both;
    float: left;
    margin-left:10%;
    margin-right:10%;
    margin-top:10px;
    display: block;
    width: 80%;
}

.review_form_submit_button:hover{
    background: #ba1c71 !important;
}

.form-control.invalid{
    border:1px solid #ff0000 !important;
}


.inner_second_row.review_messages{
    display:none;
}

.error_list{
    margin-left:45px;
    margin-top:20px;
    margin-bottom:20px;
    color: #ff0000 !important;
}

select#product-select{
   
    max-width: 50%;
    min-width: 50;
    width: 50% !important;
}

.select2-container--default .select2-selection--single{
    height: 40px !important;
    background-color: #f5f5f4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
}
/*
.wpb_text_column *:last-child{
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important;
}*/
