.sp-games-nav {
    background-color: #0a0a0a;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}

/* Code to implement the Sticky Wooden Navbar - Start */
.sp-games-nav.custom-sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
/* Code to implement the Sticky Wooden Navbar - End */

.sp-games-nav > li {
    list-style: none;
    margin-right: 20px;
}
.sp-nav-crown {
    width: 40px;
}
.dropdown_gameitems {
    text-align: center;
    padding: 10px 10px 25px 10px;
}
.dropdown_gameitems_trigger {
    border: 0;
    padding: 0;
}
.dropdown_gameitems_trigger span img {
    width: 35px;
    height: 35px;
}
.dropdown_gameitems_trigger .navbar-toggler-close-icon {
    display: none;
}
.lang_quicklinks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
}
.quicklinks_header {
    width: 200px;
    display: flex;
    align-items: center;
}
.lang_quicklinks.justify_right,
.lang_quicklinks.justify_right .quicklinks_header {
    justify-content: right;
}
.mobile_links {
    display: none !important;
}
.quicklinks_header ul {
    display: block;
}
.quicklinks_header ul li {
    padding: 5px 10px;
    display: inline-block;
}
.quicklinks_header ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s all;
}
.quicklinks_header ul li:hover a {
    color: #CCCCCC;
}
.lang_header .lang_button {
    display: flex;
    align-items: center;
    width: 100px;
    cursor: pointer;
    position: relative;
}
.lang_header .lang_button .lang_icon {
    display: flex;
    align-items: center;
}
.lang_header .lang_button .lang_icon img {
    width: 22px;
    height: auto;
    transition: 0.3s all;
}
.lang_header .lang_button:hover .lang_icon img {
    opacity: 0.7;
}
.lang_header .lang_button .lang_text {
    display: flex;
    align-items: center;
    padding-left: 5px;
    color: #FFFFFF;
    transition: 0.3s all;
}
.lang_header .lang_button:hover .lang_text {
    color: #CCCCCC;
}
.lang_quicklinks .lang_dropdown {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99999;
    background: rgba(29,25,26,0.96);
    border: 1px solid #979797;
    padding-top: 10px;
    width: 105px;
}
.lang_quicklinks .lang_dropdown .dropdown_arrow {
    width: 15px;
    height: 15px;
    background: rgba(29,25,26,0.96);
    position: absolute;
    top: -9px;
    left: 45px;
    transform: rotate(45deg);
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
}
.lang_quicklinks .lang_dropdown .lang_listing {
    list-style: none;
    padding: 0;
    text-align: center;
}
.lang_quicklinks .lang_dropdown .lang_listing li {
    padding: 7px 10px;
    display: block;
}
.lang_quicklinks .lang_dropdown .lang_listing li a {
    color: #CCCCCC;
    text-decoration: none;
    transition: 0.3s all;
}
.lang_quicklinks .lang_dropdown .lang_listing li.lang_active a {
    color: #FFFFFF;
    text-decoration: underline;
}
.lang_quicklinks .lang_dropdown .lang_listing li:hover a {
    color: #FFFFFF;
    text-decoration: underline;
}
.nav-game-icon {
    max-width: 115px;
}
.dropdown {
    position: inherit;
}
.dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: inherit;
    border: none;
    background: rgba(29,25,26,0.96);
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
}
.dropdown-menu.show {
    display: flex;
    position: absolute;
    z-index: 1001;
    min-height: 220px;
    align-items: center;
}
.game-entry {
    text-align: center;
    font-family: VAG-Bold, Helvetica, sans-serif;
    color: #cfcbcb;
    list-style: none;
    min-height: 110px;
    display: inline-block;
    margin: 15px 7px 0 7px;
    width: 125px;
    padding: 0;
}
.game-entry img {
    display: inline-block;
    margin: auto;
}

.footer-products .game-entry img {
    width: 100%;
}
.game-entry p {
    margin: 0 auto -25px auto;
}
.game-entry a {
    display: block;
    color: #fff;
    font-family: "VAG-Light", "Open Sans Light", Helvetica, sans-serif;
    font-weight: normal;
    width: 125px;
}
.game-entry a:hover {
    text-decoration: none;
    color: #fff;
}
.game-entry > div {
    width: 100%;
    margin: auto;
    opacity: .45;
    transition: all 700ms;
}
.game-entry-active div,
.game-entry div:hover {
    opacity: 1;
    transform: scale(1.1);
    z-index: 1000;
}
.footer-products {
    width: 100%;
    max-width: 950px;
    margin: auto auto 75px;
    padding: 0;
}
.game-entry-footer div {
    opacity: 1;
    width: 100%;
}
/* Media Queries for managing design on small screens */
@media screen and (max-width: 991px) {
    #navbarSupportedContent,
    .dropdown_gameitems {
        display: none;
    }
    .game-entry {
        margin: 15px 7px;
    }
    .sp-games-nav > li {
        width: 55%;
    }
    .lang_quicklinks {
        width: 250px;
    }
}
@media screen and (max-width: 768px) {
    .sp-games-nav > li {
        width: 45%;
    }
}
@media screen and (max-width: 600px) {
    .sp-games-nav > li {
        width: 35%;
    }
    .footer-products .slick-prev {
        left: 10px;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .footer-products .slick-next {
        right: 10px;
    }
    .footer-products .slick-list {
        width: 80%;
        margin: auto;
    }
}
@media only screen and (max-width: 575px) {
    .sp-games-nav > li {
        width: auto;
    }
    .lang_quicklinks {
        width: 200px;
    }
    .lang_quicklinks .quicklinks_header {
        width: auto;
    }
    .lang_header .lang_button {
        width: auto;
    }
    .mobile_links {
        display: block !important;
    }
    .non_mobile_links {
        display: none !important;
    }
    .quicklinks_header {
        width: 100%;
    }
    .quicklinks_header ul {
        display: inline-block;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
        width: 80%;
    }
    .quicklinks_header ul li {
        padding: 10px 20px;
        display: inline-block;
    }
}