﻿#header-mobile .nav > div > div:nth-of-type(6) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-promotions.svg")
}

#header-mobile .nav > div > div:nth-of-type(7) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-promotions.svg")
}

#header-mobile .nav > div > div:nth-of-type(8) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-banking.svg")
}

#header-mobile .nav > div > div:nth-of-type(9) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-contactus.svg")
}

#header-mobile .nav > div > div:nth-of-type(10) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-profile.svg")
}

#header-mobile .nav > div > div:nth-of-type(11) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-history.svg")
}

#header-desktop .nav > div > div:nth-of-type(1) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-home.svg")
}

#header-desktop .nav > div > div:nth-of-type(2) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-livecasino.svg")
}

#header-desktop .nav > div > div:nth-of-type(3) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-slots.svg")
}

#header-desktop .nav > div > div:nth-of-type(4) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-sports.svg")
}

#header-desktop .nav > div > div:nth-of-type(5) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-4d.svg")
}

#header-desktop .nav > div > div:nth-of-type(6) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-promotions.svg")
}
#header-desktop .nav > div > div:nth-of-type(7) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-promotions.svg")
}

#header-desktop .nav > div > div:nth-of-type(8) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-banking.svg")
}

#header-desktop .nav > div > div:nth-of-type(9) span:nth-of-type(1) {
    background-image: url("/asset/img/icon-contactus.svg")
}

.iconHot {
    position: absolute;
    max-width: 30px;
    margin-left: -10px;
}

@media (max-width: 420px) {
    .iconHot {
        max-width: 20px;
        margin-left: -3px;
        margin-top: 10px;
    }
}