.gnb {
}

.gnb-list {
    margin-bottom: 15px;
}

.gnb-list-view {
    margin-bottom: 2rem;
}

.gnb-more-row {
    margin-top: 1rem;
}

.gnb-more {
    /*width: 50%;*/
    color: #FFF;
    border-color: #0d6efd;
    background-color: #0d6efd;
    padding: 5px 30px;
}

.gnb-more:hover, .gnb-more:active {
    color: #FFF;
    background-color: #0b5ed7;
}



/* ---------- Grid View ---------------------------- */
.gnb-card-view {
    padding: 1.5rem!important;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
}

.gnb-card-view .edit-location {
    cursor: pointer;
    text-decoration: underline;
}

.gnb-card-view .card-product-empty {background: none; border: none}

.gnb-card-view .card {
    color: #000 !important;
}

.gnb-card-view .product {
    margin-bottom: 2rem;
}

.gnb-card-view .card-text {
    margin-bottom: 0.5rem;
}

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

.gnb-card-view .gnb-logo-small {
    width: 48px;
    height: 48px;
}

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

.gnb-card-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-card-view .rating:before, .gnb-card-view .rating>span {
    display: block;
    height: 19px;
    position: absolute;
    width: 114px;
}

.gnb-card-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-card-view .rating>span {
    text-indent: -10000px;
    overflow: hidden;
}

.gnb-card-view .card-product>.card-header {
    cursor: pointer;
}

.gnb-card-view .card-product h4 {
    cursor: pointer;
}

.gnb-card-view .tandc {
    margin-top: 0.4rem;
    margin-bottom: 0;
    font-size: 11px;
}

.gnb-card-view .tandc-link {
    color: #007bff !important;
    cursor: pointer;
    text-decoration: underline;
}

.gnb-card-view .btn-play {
    /*margin-top: 7px;*/
    font-size: 1.1em;
    /*font-family: 'Roboto', sans-serif;*/
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #FFF !important;
}

.gnb-card-view .btn-play:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}


/* ---------- END: Grid View ---------------------------- */






/*Card View*/
/*
.gnb-cw {width: 15.5rem !important;}
.gnb-card-footer {background: none; border: none;}

.gnb-card {min-width: 15rem; max-width: 15rem; margin-bottom: 1em !important;}
@media (max-width: 576px) {
    .gnb-card { min-width: 100% !important; max-width: 100% !important;}
    .gnb-card-title {margin-bottom: 0 !important;}
}

*/

/* ---------- List View ---------------------------- */

.gnb-list-body {
    padding: 0.1rem 0.5rem 0.6rem 0.5rem;
    background-color: #eee;
    border-radius: 7px;
}

.gnb-list-view .gnb-product-container {
    width: 100%;
    margin: 10px 0px 0px 0px;
    background: #fff;
    padding: 0.7rem 0;
    /*font-family: 'Roboto', sans-serif;*/
    border-bottom: 1px solid #EEE;
    border-radius: 7px;
}

.gnb-list-view .gnb-product {
    margin: 0;
}

.gnb-list-view .gnb-p-info {
    margin-bottom: 0.4rem;
}


.gnb-list-view .gnb-product:hover {
    /*border: 2px solid #aaa;*/
}

.gnb-list-view .gnb-logo-and-title {

}

.gnb-list-view .gnb-logo-div {
    margin-right: 0.5rem!important;
}

.gnb-list-view .gnb-title-div {
    margin-left: 1.5rem!important;
    margin-top: auto!important;
    margin-bottom: auto!important;
}


.gnb-list-view .gnb-title {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
    font-weight: 500;
    color: #0a53be;
}

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


/*.gnb-list-view .gnb-title {*/
/*    color: #333 !important;*/
/*    font-size: 1.5em;*/
/*    cursor: pointer;*/
/*}*/


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

.gnb-list-view .gnb-promo {
    font-size: 1.2rem;
    font-weight: bold;
}

.gnb-list-view .gnb-promo-spins {
    font-size: 14px;
    font-weight: normal;
}

.gnb-list-view .gnb-bonus {
    font-size: 2em;
}

.gnb-list-view  .gnb-info-list {
    padding-left: 0;
    margin-bottom: 0;
}

.gnb-list-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-list-view .gnb-logo-list {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0.2rem 0 1rem 0;
    padding: 0;
}

.gnb-list-view .gnb-logo-list .item {
    flex: 0 0 82px;
    width: 80px;
    margin: 1px;
}
.gnb-list-view .gnb-logo-list .item picture, .gnb-list-view .gnb-logo-list .item b {
    border: 1px solid #e4e8ef;
    border-radius: 2px;
    justify-content: center;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}

.gnb-list-view .gnb-logo-list .item {
    font-size: 12px;
    white-space: normal!important;
    text-align: center;
    color: #555;
    min-height: 45px;
}

.gnb-list-view .gnb-logo-list .item img {
    margin: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
}


.gnb-list-view .gnb-logo-grid {
    background-color: #1b1c29;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    overflow-x: auto;
}

.gnb-list-view .gnb-logo-grid .item {
    flex-basis: 6rem;
    min-width: 6rem;
    padding: 0.6rem;
}
.gnb-list-view .gnb-logo-grid .item:hover {
    background-color: #31345c;
}

.gnb-list-view .gnb-logo-grid .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    color: #FFF;
}

.gnb-list-view .gnb-logo-grid .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}


.gnb-list-view .gnb-logo-payments .logo {
    color: #333;
}

.gnb-list-view .gnb-logo-payments {
    background-color: #eee;
}

.gnb-list-view .gnb-logo-payments .item:hover {
    background-color: #ddd;
}




.gnb-list-view  .play {
    margin-top: 7px;
    font-size: 1.5em;
    /*font-family: 'Roboto', sans-serif;*/
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF !important;
}

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


.gnb-list-view .gnb-info-div p {
    margin: 0;
}

.gnb-list-view .gnb-logo-div {
    /*max-width: 140px;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
}


.gnb-list-view .gnb-card-title {
    cursor: pointer;
}

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

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

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

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

.gnb-list-view .btn-play {
    /*margin-top: 7px;*/
    font-size: 1.1em;
    /*font-family: 'Roboto', sans-serif;*/
    /*background-color: #0d710b;*/
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #FFF !important;
}

.gnb-list-view .btn-play:hover, .gnb-list-view .btn-play:active {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

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

.gnb-list-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-list-view .rating:before, .gnb-list-view .rating>span {
    display: block;
    height: 19px;
    position: absolute;
    width: 114px;
}

.gnb-list-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-list-view .rating>span {
    text-indent: -10000px;
    overflow: hidden;
}


.gnb-list-view .gnb-product-details-label {
    color: #6c757d!important;
    font-weight: 700!important;
    display: block!important;
    font-size: 80%;
    margin-top: 1.2rem;
}

.gnb-list-view span.more-details {
    color: #0a58ca;
    cursor: pointer;
}

.gnb-list-view span.more-details:hover {
    text-decoration: underline;
}

/* landing */
.product-landing {
    padding: 30px !important;
    background: linear-gradient(120deg, rgb(39, 43, 47) 15%, rgb(16, 13, 26) 55%, rgb(16, 13, 26) 100%);
    color: #FFF;
}

.product-landing .logo {
    border-radius: 4px;
    max-width: 200px;
    /*box-shadow: 0 8px 24px 0 rgba(0,0,0,.08), 0 44px 32px 0 rgba(0,0,0,.25);*/
}

.product-landing h3.title {
    font-size: 2.5rem;
    cursor: pointer;
}
.product-landing .bonus {
    padding-top: 1rem;
}

.product-landing .bonus h3 {
    font-size: 2rem;
}

.product-landing .btn-play {
    position: relative;
    display: inline-block;

    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    background-color: #5ec64a;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    width: 220px;
    padding: 13px 35px;
    text-shadow: 0 -1px 0 #008215;
}

.product-landing .btn-play:hover {
    color: #ffffff;
    background-color: #3eba37;
}


.product-landing .btn-inner {
    position: relative;
    z-index: 1;
}

.product-landing .btn-play:after {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #51a841;
}

.product-landing .btn-play-off {
    background-color: #AAA;
    text-shadow: 0 -1px 0 #777;
}

.product-landing .btn-play-off:after {
    background-color: #AAA;
}

.product-landing .btn-play-off:hover {
    color: #ffffff;
    background-color: #999;
}



.product-landing .gnb-card-view {
    padding: 0!important;
    margin-top: 0;
    margin-bottom: 0;
    background: none;
}

/* /landing */


.prod-url {
    color: #FFF;
}


@media (max-width: 767px) {

    .product-landing .title {
        margin-top: 20px;
    }

    .gnb-list-view .gnb-bonus {
        font-size: 1.5em;
    }

    .gnb-list-view .gnb-logo-div {
        /*max-width: 74px;
        margin-left: 5px;
        margin-right: 5px; */
    }

    .gnb-list-view .gnb-logo {
        width: 64px;
        height: 64px;
    }

    .gnb-list-view .gnb-play {
        font-size: 1em;
    }

    .gnb-list-view .stars span {
        font-size: 17px;
    }

    .gnb-list-view .gnb-title {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .gnb-list-view .gnb-logo {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 992px) {
    .gnb-list-view .gnb-promo {
        font-size: 1.5rem;
    }
}


.featured .bi-star-fill {
    color: gold;
}

.featured-inner {
    background: #FFF;
    border-radius: 15px;
    border: 4px solid #444;
    color: #555;
    padding: 1rem!important;
}

.btn-play-featured {
    background-color: #0d6efd;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.3rem;
    color: #FFF;
    letter-spacing: 1.5px;
}

.btn-play-featured:hover, .btn-play-featured:active {
    background-color: #0b5ed7!important;
    color: #FFF!important;
}

.gnb-product-props {
    list-style: none;
    padding: 0;
}