.commentsMain h1 {
    background: #ff76af;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 15px;
    position: relative;
    text-transform: uppercase;
    word-wrap: break-word;
}

.commentsMain hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ff76af;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 15px;
    margin-top: 0;
}

.comments {
    border-bottom: 1px solid #ccc;
    margin: 25px 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.stars span{
  margin: 0 1px;
}

.comments h2 {
    color: #000 !important;
    font-family: "Montserrat",sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 3px 0 5px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}
.comments a {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 12px;
    text-align: left;
    text-transform: uppercase;
}
.comments p {
    color: #999;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0;
    text-align: left;
    text-transform: unset;
}
.comments h2 span {
    color: #999;
    font-size: 12px;
}

.leavereply {
    margin: 0;
}
.leavereply h1 {
    background: #ff76af;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 15px;
    position: relative;
    text-transform: uppercase;
    word-wrap: break-word;
}
.leavereply hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 0;
    margin-top: 0;
}
.leavereply input[type="text"] {
    border: 1px solid #ccc;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
}
.leavereply input[type="email"] {
    border: 1px solid #ccc;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
}
.leavereply textarea {
    border: 1px solid #ccc;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px;
    resize: none;
    width: 100%;
    border-radius: 0;
}
.leavereply input[type="button"] {
    border-radius: 50px;
    text-transform: uppercase;
    background: #ff76af;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 1.5;
    display: inline-block;
    font-size: 16px;
    padding: 14px 20px;
    border: none;
    /*background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 7px 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    word-wrap: break-word;*/
}
.leavereply input[type="button"]:hover {
    /*background: #ea4a30 none repeat scroll 0 0;
    transition: all 1s ease 0s;*/
    color: #393939;
}
.stars {
    clear: both;
    /*color: #f7941d;*/
    float: left;
    margin-right: 20px;
    width: 100%;
}

.stars .checked{
  color: #f7941d;
}

.rating-stars{margin:15px 0;}
.rating-stars .star i{font-size: 30px !important;}