#xer-review{
    font-size: 18px;
    line-height: 1.75;
    box-sizing: border-box;
}


.xer-review-block {
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.xer-row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    box-sizing: border-box;
}
[class*="xer-col-"] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 10px;
    -webkit-box-flex: 0;
    box-sizing: border-box;
}
.xer-row.colorfulborder [class*="xer-col-"] {
    padding-top: 5px;
    padding-bottom: 0px;
}
.xer-col-25 {
    flex: 0 0 25%;
    max-width: 25%;
}
.xer-col-50 {    
    flex: 0 0 50%;
    max-width: 50%;
}
.xer-col-75 {
    flex: 0 0 75%;
    max-width: 75%;
}
.xer-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}
.xer-review-footer .xer-col-50 .xer-col-50 {
    line-height: 1.5;
}
@media (max-width: 768px) {
    .xer-col-25,
    .xer-col-50,
    .xer-col-75{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .colorfulborder .xer-col-25{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .xer-review-footer .xer-col-50 .xer-col-50{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xer-review-block h3,
    .xer-image-preview{
        text-align: center;
    }
}

.xer-review-block {
    background-color: #000;
}
.xer-review-block h6.xer-playedOn{
    line-height: 1;
    margin: 0;
    color: #797979;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
}
.xer-review-block h3{
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}
.xer-review-block h4{
    color: #2B9A46;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.xer-review-block h4.xer-cons{
    color: #E53625;
}
.xer-review-block h5{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.xer-review-block ul{
    padding-left: 0px !important;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.xer-review-block ul.xer-pros{
    border-bottom: 1px solid #7B7B7B;
    padding-bottom: 10px;
}
.xer-review-block li{
    list-style: none !important;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #252525;
    margin: 0 !important;
}
.xer-review-block .xer-pros li::before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 18px;
    background: url("../image/check.svg") no-repeat;
}
.xer-review-block .xer-cons li::before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 18px;
    background: url("../image/minus.svg") no-repeat;
}
.xer-review-block li:last-child{
    border-bottom: none;
}
.xer-review-block .xer-proscons{
    align-self: center;
}
.xer-review-block a{
    color: #565656 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.xer-review-block a:hover{
    color: white;
    text-decoration: underline;
}
.xer-review-block .xer-circle-chart {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
}
.xer-review-block .xer-circle-bg {
    fill: none;
    stroke: #1a1a1a;
    stroke-width: 3.2;
}
.xer-review-block .xer-circle {
    fill: none;
    stroke: #2B9A46;
    stroke-width: 4.2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.xer-review-block h6.xer-score{
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #565656;
    position: absolute;
    padding: 0;
    margin: 0;
    top: calc(50% - 70px);
    width: 90%;
}
.xer-review-block .xer-score span{
    font-size: 46px;
    font-weight: 700;
    color: white;
    display: block;
}
.xer-review-block h6.xer-scorelabel{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.xer-review-block div.green{
    background-color: #2B9A46;
}
.xer-review-block div.blue{
    background-color: #2C499A;
}
.xer-review-block div.red{
    background-color: #DA3424;
}
.xer-review-block div.yellow{
    background-color: #E6C011;
}
.xer_affiliate_button {
    width: 100%;
    text-align: center;
}
.xer-image-preview{
    align-self: center;
}
.xer-image-preview img {
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 5px 5px 5px 5px;
}
.text-center{
    text-align: center;
}
.xer-score-box{
    text-align: center;
    align-self: center;
}
.xer-review-footer {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;

    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}
.xer-review-footer .xer-row{
    margin-left: -5px;
    margin-right: -5px;
}
.xer-review-footer .value{
    font-weight: 700;
    text-transform: none;
}
.xer-review-footer .xer-row [class*="xer-col-"] {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #4B4B4B;
}
.xer-review-footer .xer-row .xer-row [class*="xer-col-"] {
    border-bottom: none;
}
.xer_affiliate_button a {
    padding: 5px 20px;
    background-color: #2B9A46;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    margin: 10px auto;
    border-radius: 4px;
}
.xer_affiliate_button a::before{
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("../image/xbox.svg") no-repeat;
    vertical-align: middle;
    margin-bottom: 4px;
}
.xer_affiliate_button a:hover, .xer_affiliate_button a:focus, .xer_affiliate_button a:active {
    background-color: #238104;
    outline: none;
}
@media (max-width: 768px) {
    .xer-review-block h6.xer-score{
        top: 25%;
        width: 95%;
    }
}