.rating-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 0;
    cursor: pointer;
}
.rating-area.starter{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
}
.rating-area>span{
	 height: 19px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rating-area.rated>span{
    color: #FF9800;
}

.pagina-produto .rating-area{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

@media(max-width: 992px){
    div[reviews-system].loaded{
        text-align: left;
    }
    .pagina-produto .rating-area{
        justify-content: center !important;
    }
}

div[reviews-system].loaded {
    font-size: 13px;
    display: block;
    /* vertical-align: top; */
    background: url(https://reviews.swarp.tech/stars_new.png) 0 0 no-repeat;
    width: 103px;
    height: 19px;
}
div[reviews-system] span {
    background: url('https://reviews.swarp.tech/stars_new.png') 0 -23px no-repeat;
    display: inline-block;
    height: 19px;
}

div#sys-reviews,
div#sys-reviews *{
	/* font-family: Open Sans, sans-serif; */
}

#sys-reviews{
    background-color: #fff;
}

.based {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

 .graphic-reviews header {
    margin-bottom: 40px;
}

 .graphic-reviews header h3 {
    color: #1F1F1F;
    font-size: 24px;
    font-size: 1.5em;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
}

 .reviews {
    margin: 0px auto;
}

 .alireview-summary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

 .alireview-number-total-review {
    background: transparent;
    border-radius: 8px;
    color: #1F1F1F;
    display: table;
    float: left;
    font-size: 63px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 72px;
}

.alireview-number-total-review small{
	font-size: 70%;
}

.alr-icon-star {
    color: rgba(0,0,0,.25);
    font-size: .875em;
}

.alr-icon-star:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "\f005";
    font-family: fontAwesome;
    font-style: normal;
}

.alr-progress-bar-wrap {
    margin-right: 9px;
}

.alr-count-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.alr-summary .alr-count-reviews li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 4px;
}

span.alr-sum-point {
    color: #1F1F1F;
    font-size: 0.875em;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.5;
    margin-right: 5px;
    text-align: left;
    width: 9px;
}

.alr-rating-bar .alr-sum-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
}

.alr-progress-bar {
    background-color: #ededed;
    border-radius: 4px;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 176px;
}

.alr-progress-bar-wrap .alr-progress-bar>div {
    background-color: rgba(0,0,0,.55);
    border-radius: 4px;
    height: 6px;
    position: absolute;
    width: 100%;
}

.alr-progress-bar div {
    background-color: #ffc400 !important;
}

.alr-count {
    font-size: .875em;
    font-weight: 400;
}

.alireview-total-text {
	color: #1F1F1F;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
div[itemprop="reviewRating"]{
	display: none;
}

/* #sys-reviews .reviews-area{} */

#sys-reviews .reviews-area .list .user{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

#sys-reviews .reviews-area .list .review{
	border-bottom: 1px solid #e2e2e2;
    padding: 24px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 184px 1fr;
    grid-template-columns: 184px 1fr;
}

#sys-reviews .reviews-area .list > .review:last-child{
	border: none;
}

#sys-reviews .reviews-area [itemprop="author"]{
	color: #6c6c6c;
    font-weight: 600;
    margin-top: 4px;
}
/* #sys-reviews .reviews-area [itemprop="name"]{} */
#sys-reviews .reviews-area [itemprop="datePublished"]{
	color: #6c6c6c;
    font-weight: 400;
    margin-top: 4px;
}
#sys-reviews .reviews-area [itemprop="title"]{
	color: #2c2c2c;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
}
#sys-reviews .reviews-area [itemprop="description"]{
	color: #6c6c6c;
    text-align: left;
}
#sys-reviews .reviews-area .recomendation{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
}
#sys-reviews .reviews-area{
	padding: 0 20px;
	border: 1px solid #ddd;
}

@media(max-width: 992px){
	.based{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 15px;
	}
	
	#sys-reviews .reviews-area .list .review{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#sys-reviews .reviews-area .list .user{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 10px;
	}
	#sys-reviews{
	    padding: 0 20px;
	}
    #sys-reviews .questions{
        flex-direction: column;
    }
	
}

#sys-reviews  .questions-text{
	margin-top: 30px;
	margin-bottom: 30px;
}

#sys-reviews .questions{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

#sys-reviews .questions > div,
#sys-reviews .questions > form{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}

#sys-reviews .questions .list .alert{
    max-width: 300px;
    margin: 0 auto;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


#sys-reviews .questions .question{
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 16px;
}

#sys-reviews .questions [itemprop="name"]{
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

#sys-reviews .questions [itemprop="acceptedAnswer"]{
	color: #6c6c6c;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

#sys-reviews .submit-area{
	text-align: right;
}

#sys-reviews .app-button {
    background-color: #2c2c2c;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    opacity: 1;
    padding: 10px 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#sys-reviews .app-button.app-success {
    background-color: #009c4f;
}

#sys-reviews .app-input {
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 14px;
    padding: 10px 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 180px;
}

#sys-reviews label{
	color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
}

/* .review-submit{}
.review-submit h4{}
.review-submit form{} */

#sys-reviews .q-area{
    padding: 0 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.ratings-set {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    direction: rtl;
    text-align: left;
    margin-bottom: 5px;
}

.ratings-set .star {
    position: relative;
    line-height: 28px;
    display: inline-block;
    transition: color 0.2s ease;
    color: #aeaeae;
    cursor: pointer;
}

.ratings-set .star:before {
    content: '\2605';
    width: 60px;
    height: 60px;
    font-size: 25px;
}

.ratings-set .star:hover,
.ratings-set .star.selected,
.ratings-set .star:hover ~ .star,
.ratings-set .star.selected ~ .star{
    transition: color 0.8s ease;
    color: #ffc400;
}

@media(min-width: 992px){
    div#sys-reviews .based{
        justify-content: center;
    }
}

.review-submit form .int{
    display: flex;
    gap: 20px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

@media(max-width: 992px){
    .review-submit form .int{
        flex-direction: column;
    }
}

.alr-count-reviews .alr-icon-star {
    font-size: 16px;
}

.select-files{
    background-color: #f1f1f1;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

div#sys-reviews .images{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

div#sys-reviews .images img{
    width: 80px;
    object-fit: cover;
}

#sys-reviews .questions-text,
#sys-reviews>.r-area>h4{
    color: #2c2c2c;
}

#sys-reviews>.r-area>h4{
    padding-top: 20px;
}