.reviews-heading{
        font-size: 24px;
    line-height: 28px;
    margin: 36px 0 12px;
    font-weight: bold;
    float: left;
}
.count-reviews {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #AEAEB2;
}
.comment {
    font-size: 16px;
    line-height: 24px;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 24px;
    overflow: hidden;
}

.comment+.comment {
    margin-top: 12px;
}

.comment-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.comment__header {
    position: relative;
    padding-left: 42px;
    padding-right: 30px;
    margin-bottom: 24px;
}

.comment-avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-author {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 3px;
}

.comment-author span {
    background: #FF7A00;
    border-radius: 2px;
    font-size: 12px;
    height: 20px;
    left: 20px;
    padding: 0 10px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

.comment-published {
    font-size: 14px;
    line-height: 16px;
    color: #707072;
}

.comment-list {
    display: flex;
    flex-direction: column;
}

.comments-area {
    clear: both;
}

.casino_h2.reviews {
    float: left;
    width: auto;
}

.add-reviews {
    float: right;
    margin: 28px 0 12px;
}

.comments-area {
    clear: both;
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px;
}

.no-comments {
    padding: 36px 24px;
    background: #F7F7F7;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.no-comments .icon-gift {
    display: block;
    width: 100px;
    height: 100px;
    margin: 12px auto 0;
}

.comment__rating {
    background: #747474;
    margin: -24px -24px 24px;
    padding-left: 24px;
    color: #fff;
    line-height: 32px;
    position: relative;
}

.comment__rating .star-rating {
    background: #FFC700;
    padding: 6.5px 24px 6.5px 12px;
    height: 32px;
}

.comment__rating .screen-reader-text {
    color: #fff;
}

.comment__rating .star-full {
    fill: #fff;
}

.comment__rating .star-empty {
    fill: #FFE791;
}

.smile {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 130px;
    bottom: -5px;
    border-radius: 50%;
    padding: 5px;
    background: #F7F7F7;
    border: 0.5px solid #FFF;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .11), 0 3px 12px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .15);
}

.star-full,
.star-empty,
.star-half {
    width: 15px;
    height: 15px;
}

.star-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: right;
    clear: right;
}

.screen-reader-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-left: 5px;
}

.comment.depth-2,
.comment.depth-3,
.comment.depth-4,
.comment.depth-5{
	margin-top: 24px;
	margin-right: -24px;
	border-radius: 0;
	border-top: 1px solid #E5E5EA;
}

.comment.depth-2 .comment__rating,
.comment.depth-3 .comment__rating,
.comment.depth-4 .comment__rating,
.comment.depth-5 .comment__rating{
	display: none;
}

.comment-btn{
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.comment-btn .btn-orange{
    margin-left: auto;
    margin-right: 6px;
}
.comment-btn .btn-orange,
.comment-btn .btn-light{
    min-width: 140px;
}

.casino-comments{
    margin-top: 36px;
    clear: both;
        float: left;
    width: 100%;
}

#reply-title{
    font-size: 24px;
    line-height: 28px;
    margin: 36px 0 12px;
    font-weight: bold;
}

#reply-title small{
    padding-left: 15px;
}

.comment-form{
    padding: 36px 24px;
    box-shadow: 0 2px 7px rgba(0,0,0,.2);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    background: #F7F7F7;
}

#commentform label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #242526;
}
form textarea, 
form textarea:focus, 
textarea.form-control, 
textarea.form-control:focus {
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05) inset;
    border: 1px solid #e6e6e6;
    outline: 0;
    max-width: 100%;
    height: 120px;
    width: 100%;
    resize: vertical;
}

#submit{
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #AEAEB2;
    color: #AEAEB2;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 6px 0 0;
    transition: all linear .5s;

}
#submit:hover{
    background-color: #AEAEB2;
    color: #fff;
}

.comment-form .star {
    cursor:  pointer;
    width: 20px;
    height: 25px;
    display: block;
}

.auth-comment{
    margin-top: 36px;
}

.auth-comment .list{
    list-style: none;
    margin: 15px 0 30px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.auth-comment .list li{
    margin: 0 6px;
}
.center{
    text-align: center;
}

@media (max-width: 768px) {
    .comment-edit-link{
        /*width: 100%;*/
        margin-bottom: 12px;
    }
    .comment-btn .btn-orange {
        margin-left: 0;
        margin-right: 6px;
    }
}

@media (max-width: 400px) {
    #last-reviews .comment-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #last-reviews .comment-btn .btn-orange {
        margin-bottom: 12px;
        margin-right: 0;
    }
}

.comment-edit-link{
    margin-left: 15px;
}

.last-comments .comment {
    margin: 0 12px 12px;
}

.last-comments .comment-edit-link{
    display: none;
}
.last-comments .comment-btn .btn-orange{
    margin-left: 0;
}

@media (max-width: 400px) {
    .star-rating .star:nth-child(1){
        display: block;
    }
    .comment__rating .star-rating {
        padding-right: 10px;
    }
    .smile {
        right: 100px;
    }
}