.gnb-slist-view {
    margin-bottom: 1rem;
}

.gnb-slist-view .country-div {
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.gnb-slist-view .country-div:hover {
    text-decoration: underline;
}

.gnb-slist-view .gnb-product {
    margin-bottom: 1rem;
}

.gnb-slist-view .gnb-logo {
    width: 72px;
    height: 72px;
    border-radius: 15%;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
    cursor: pointer;
}

.gnb-slist-view .gnb-logo-div {
    /*margin-right: 1.5rem!important;*/
}

.gnb-slist-view .gnb-title-div {
    margin-left: 1.5rem!important;
}


.gnb-slist-view .gnb-title {
    display: block; font-size: 1.25rem; cursor: pointer; margin-bottom: 0.1rem; font-weight: 500;
}

.gnb-slist-view .gnb-title:hover {
    color: #007bff !important;
    text-decoration: none;
}

.gnb-slist-view .gnb-promo {
    font-size: 1.4rem;
}

.gnb-slist-view .gnb-bonus {
    font-size: 2em;
    font-family: 'sans-serif';
}

.gnb-slist-view .gnb-bonus-code {
    font-size: 1rem;
    color: #28a745!important;
    border: 1px dashed green;
    font-weight: 700!important;
    padding: 0.25rem!important;
    border-radius: 0.25rem!important;
    background-color: #f8f9fa!important;
}

.gnb-slist-view .btn-play {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF !important;
    width: 100%;
}

.gnb-slist-view .tandc {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 11px;
}

.gnb-slist-view .tandc-link {
    color: #007bff !important;
    cursor: pointer;
}

.gnb-slist-view .stars {
    margin-top: -5px;
}

.gnb-slist-view .stars span {
    font-size: 25px;
    color: #cdd0d4;
}

.gnb-slist-view .stars span.on {
    color: gold;
}

.gnb-slist-view .rating {
    height: 19px;
    position: relative;
    width: 115px;
    display: inline-block;
}

.gnb-slist-view .rating:before {
    background-image: url(/wp-content/i/stars/star-rating-off.svg)!important;
    background-repeat: repeat-x;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.gnb-slist-view .rating:before, .gnb-slist-view .rating>span {
    display: block;
    height: 19px;
    position: absolute;
    width: 114px;
}

.gnb-slist-view .rating>span:before {
    background-image: url(/wp-content/i/stars/star-rating-on.svg)!important;
    background-repeat: repeat-x;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
    width: 100%;
}

.gnb-slist-view .rating>span {
    text-indent: -10000px;
    overflow: hidden;
}