@charset "UTF-8";
header {
    grid-template-columns: 1fr 4fr
}

header .user-board {
    justify-content: flex-end;
    width: 100%
}

header .user-board .header-center {
    justify-content: center;
    width: 100%;
    margin-right: 1em
}

header .user-board .header-center .search-form {
    width: 70%
}

header .user-board .header-center .search-form .game-search input.form-control {
    border-radius: 200px
}

header .user-board .header-center .search-form .game-search input.form-control::placeholder {
    font-family: var(--buttonff);
    font-size: .75em;
    font-weight: 700;
    line-height: 40px
}

header .user-board .account-information,
header .user-board .account-information .account-actions {
    flex: none
}

header .user-board .account-information .account-actions .button {
    height: 40px;
    border-radius: 200px;
    margin-right: .5em;
    border: 1px solid var(--header-text);
    background-color: transparent;
    color: var(--header-text);
    padding: 0 12px 0 44px;
    box-shadow: none
}

header .user-board .account-information .account-actions .button i {
    height: 32px;
    width: 32px;
    border-radius: 200px;
    right: initial;
    left: 4px;
    margin: 0;
    color: var(--header-text-hover);
    background-color: var(--header-text);
    box-shadow: none;
    font-size: 16px
}

header .user-board .account-information .account-actions .button i.fa-user-edit {
    padding-left: 5px
}

header .user-board .account-information .account-actions .button:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    color: var(--header-text-hover);
    transform: none;
    opacity: 1
}

header .user-board .account-information .account-messages-quickview {
    border-radius: 200px;
    background-color: transparent;
    border: 1px solid var(--header-text);
    height: 40px;
    width: 40px
}

header .user-board .account-information .account-messages-quickview .icon-envelope {
    color: var(--header-text);
    font-size: 22px
}

header .user-board .account-information .account-messages-quickview.active,
header .user-board .account-information .account-messages-quickview:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    color: var(--header-text-hover);
    transform: none;
    opacity: 1
}

header .user-board .account-information .account-messages-quickview.active .icon-envelope,
header .user-board .account-information .account-messages-quickview:hover .icon-envelope {
    color: var(--header-text-hover)
}

header .user-board .account-information .account-messages-quickview.active .icon-envelope:hover {
    color: var(--bs-red)
}

header .user-board .account-information .account-wishlist-quickview {
    border-radius: 200px;
    border-color: var(--header-text);
    background-color: transparent
}

header .user-board .account-information .account-wishlist-quickview .icon-heart {
    color: var(--header-text)
}

header .user-board .account-information .account-wishlist-quickview.active,
header .user-board .account-information .account-wishlist-quickview:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    color: var(--header-text-hover);
    transform: none;
    opacity: 1
}

header .user-board .account-information .account-wishlist-quickview.active .icon-heart,
header .user-board .account-information .account-wishlist-quickview:hover .icon-heart {
    color: var(--header-text-hover)
}

header .user-board .account-information .account-wishlist-quickview.active .icon-heart:hover {
    color: var(--bs-red)
}


header .user-board .account-information .account-notification-quickview {
    border-radius: 200px;
    border-color: var(--header-text);
    background-color: transparent
}

header .user-board .account-information .account-notification-quickview .icon-bell {
    color: var(--header-text)
}

header .user-board .account-information .account-notification-quickview.active,
header .user-board .account-information .account-notification-quickview:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    color: var(--header-text-hover);
    transform: none;
    opacity: 1
}

header .user-board .account-information .account-notification-quickview.active .icon-bell,
header .user-board .account-information .account-notification-quickview:hover .icon-bell {
    color: var(--header-text-hover)
}

header .user-board .account-information .account-notification-quickview.active .icon-bell:hover {
    color: var(--bs-red)
}

header .user-board .account-information .account-cart-quickview {
    border-radius: 200px;
    margin-right: .5em;
    padding-left: 4px;
    padding-right: 8px;
    width: auto;
    border-color: var(--header-text);
    background-color: transparent;
    transition: all ease .5s;
    -webkit-appearance: button;
    text-transform: none;
    letter-spacing: normal
}

header .user-board .account-information .account-cart-quickview .fa-shopping-basket {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: var(--header-text);
    border-radius: 50%;
    color: var(--header-text-hover)
}

header .user-board .account-information .account-cart-quickview .fa-shopping-basket .pin {
    width: 20px;
    height: 20px;
    line-height: 18px;
    left: initial;
    right: -10px;
    top: -2px;
    background-color: var(--header-text);
    border: 2px solid var(--header-text-hover);
    color: var(--header-text-hover);
    font-size: .65em
}

header .user-board .account-information .account-cart-quickview>p {
    font-size: .875em;
    margin-left: .75em;
    color: var(--header-text)
}

header .user-board .account-information .account-cart-quickview .fa-angle-down {
    margin-left: .5em;
    margin-right: .25em;
    color: var(--header-text)
}

header .user-board .account-information .account-cart-quickview.active,
header .user-board .account-information .account-cart-quickview:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    transition: all ease .5s
}

header .user-board .account-information .account-cart-quickview.active .fa-shopping-basket,
header .user-board .account-information .account-cart-quickview:hover .fa-shopping-basket {
    background-color: var(--header-text-hover);
    color: var(--header-text)
}

header .user-board .account-information .account-cart-quickview.active .fa-shopping-basket .pin,
header .user-board .account-information .account-cart-quickview:hover .fa-shopping-basket .pin {
    display: inline-block
}

header .user-board .account-information .account-cart-quickview.active .fa-angle-down,
header .user-board .account-information .account-cart-quickview.active>p,
header .user-board .account-information .account-cart-quickview:hover .fa-angle-down,
header .user-board .account-information .account-cart-quickview:hover>p {
    color: var(--header-text-hover)
}

header .user-board .account-information .account-cart-quickview.active .fa-angle-down:before {
    content: ""
}

header .user-board .account-information .account-cart-quickview.active .fa-angle-down:hover {
    color: var(--bs-red)
}

header .user-board .account-information .account-settings-quickview {
    border-radius: 200px;
    border-color: var(--header-text);
    background-color: transparent;
    height: 40px
}

header .user-board .account-information .account-settings-quickview .outer-ring {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: var(--header-text);
    border-radius: 50%;
    color: var(--header-text-hover);
    margin-left: .25em
}

header .user-board .account-information .account-settings-quickview .outer-ring i {
    font-size: 20px
}

header .user-board .account-information .account-settings-quickview.active,
header .user-board .account-information .account-settings-quickview:hover {
    background-color: var(--header-text);
    border-color: var(--header-text);
    color: var(--header-text-hover);
    transform: none;
    opacity: 1
}

header .user-board .account-information .account-settings-quickview.active .outer-ring,
header .user-board .account-information .account-settings-quickview:hover .outer-ring {
    background-color: var(--header-text-hover);
    color: var(--header-text)
}

header .user-board .account-information .account-settings-quickview.active .outer-ring i,
header .user-board .account-information .account-settings-quickview:hover .outer-ring i {
    color: var(--header-text)
}

header .user-board .account-information .account-settings-quickview.active>.user-information .user-name,
header .user-board .account-information .account-settings-quickview.active>span,
header .user-board .account-information .account-settings-quickview:hover>.user-information .user-name,
header .user-board .account-information .account-settings-quickview:hover>span {
    color: var(--header-text-hover)
}

header .user-board .account-information .account-settings-quickview.active span:hover {
    color: var(--bs-red)
}

header .user-board .account-information .mobile-menu-handler {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: .5em;
    min-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 200px;
    border: 1px solid var(--main-color-light);
    background-color: var(--main-color-light)
}

header .user-board .account-messages-quickview .dropdown.messages {
    border-radius: var(--border-radius)
}

.side-menu {
    z-index: 99999
}

.card_wrp {
    display: none;
    position: fixed;
    right: 0;
    bottom: 130px;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.card_wrp.closed {
    display: none!important
}

.card_wrp .dropdown.cart {
    min-width: 320px;
    right: inherit;
    left: inherit;
    width: 100%;
    height: max-content;
    box-shadow: none;
    top: initial;
    padding: 0 0 100px;
    bottom: 0;
    position: relative;
    background-color: var(--theme-color);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.card_wrp .dropdown.cart .dropdown-item {
    background-color: transparent
}

.card_wrp .dropdown.cart .dropdown-item .price a,
.card_wrp .dropdown.cart .dropdown-item .price i,
.card_wrp .dropdown.cart .dropdown-item .text-header {
    color: var(--text-negatif)
}

.card_wrp .dropdown.cart .dropdown-item .category,
.card_wrp .dropdown.cart .dropdown-item .category a {
    color: var(--text-negatif)!important
}

.card_wrp .dropdown.cart .dropdown-item.total {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0 1em 4em
}

.card_wrp .dropdown.cart .dropdown-item.total .button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0
}

.card_wrp .dropdown-triangle {
    display: none
}

.card_wrp .dropdown-triangle.bottom {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--theme-color);
    border-bottom: 0;
    top: initial;
    left: 0;
    bottom: 0;
    position: relative;
    margin: 0 auto;
    display: block
}

.footer-menu-wrap {
    display: none;
    z-index: 99999
}

.footer-menu-wrap .footer-menu {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-menu-wrap .footer-menu ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: .5em;
    width: 100%;
    padding: 0 .5em
}

.footer-menu-wrap .footer-menu ul li {
    position: relative;
    width: 100%;
    height: max-content;
    font-size: inherit;
    padding: 0;
    top: -20px
}

.footer-menu-wrap .footer-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: max-content;
    text-align: center;
    font-size: initial
}

.footer-menu-wrap .footer-menu ul li a span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    transition: .5s;
    color: var(--text-negatif);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .5)
}

.footer-menu-wrap .footer-menu ul li a span.text {
    color: var(--text-negatif);
    font-weight: 400;
    font-size: .75em;
    height: 30px;
    width: 100%;
    padding: .5em 0;
    letter-spacing: .02em;
    transition: .5s;
    position: relative;
    top: 6px
}

.footer-menu-wrap .footer-menu ul li a span.text p {
    color: var(--text-negatif)
}

.footer-menu-wrap .footer-menu ul li a span.text p.one {
    animation: supoort-status-one 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.two {
    animation: supoort-status-two 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.three {
    animation: supoort-status-three 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .on {
    background-color: var(--bs-green);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .away {
    background-color: var(--bs-yellow);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .off {
    background-color: var(--bs-red);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.balance-1 {
    animation: balance-add-1 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.balance-2 {
    animation: balance-add-2 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a.active {
    z-index: 99999
}

.footer-menu-wrap .footer-menu ul li a.active span.icon {
    transform: translateY(-15px);
    z-index: 99999
}

.footer-menu-wrap .footer-menu ul li a.active span.text {
    transform: translateY(-10px)
}

@keyframes supoort-status-one {
    0%,
    10%,
    20% {
        opacity: 1;
        display: block
    }
    100%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        opacity: 0;
        display: none
    }
}

@keyframes supoort-status-two {
    0%,
    10%,
    100%,
    20%,
    60%,
    70%,
    80%,
    90% {
        opacity: 0;
        display: none
    }
    30%,
    40%,
    50% {
        opacity: 1;
        display: block
    }
}

@keyframes supoort-status-three {
    0%,
    10%,
    20%,
    30%,
    40%,
    50% {
        opacity: 0;
        display: none
    }
    100%,
    60%,
    70%,
    80%,
    90% {
        opacity: 1;
        display: block
    }
}

@keyframes balance-add-1 {
    0%,
    20%,
    40% {
        opacity: 1;
        display: block
    }
    100%,
    60%,
    80% {
        opacity: 0;
        display: none
    }
}

@keyframes balance-add-2 {
    0%,
    20%,
    40% {
        opacity: 0;
        display: none
    }
    100%,
    60%,
    80% {
        opacity: 1;
        display: block
    }
}
@media (max-width: 575.98px) {
    header .user-board .account-information .account-notification-quickview .dropdown.notifications .dropdown-triangle {
        right: inherit;
        left: 12px;
    }

    header .user-board .account-information .account-notification-quickview .dropdown.notifications {
        right: inherit;
        left: 0px;
    }
}

@media (max-width:1199.98px) {
    .main-menu-wrap {
        display: none
    }
    header .user-board .account-information .mobile-menu-handler {
        display: flex
    }
}

@media (max-width:991.98px) {
    header .user-board .header-center {
        margin-right: .5em
    }
}

@media (max-width:767.98px) {
    header {
        grid-template-columns: 1fr
    }
    header .user-board {
        justify-content: center;
        grid-gap: 1em
    }
    header .user-board .account-actions {
        flex: auto
    }
    header .user-board .header-center {
        margin: 0;
        width: auto;
        flex: 1
    }
    header .user-board .header-center .search-form {
        width: 100%
    }
    header .user-board .account-information {
        flex: 1;
        justify-content: flex-end
    }
    header .user-board .account-information .account-cart-quickview,
    header .user-board .account-information .mobile-menu-handler {
        display: none
    }
    header .user-board .account-information .account-actions {
        flex: auto
    }
    .footer-menu-wrap {
        display: block
    }
    .footer-top-wrap,
    .services-wrap {
        display: none
    }
    footer.footer-bottom-wrap .footer-bottom {
        padding-bottom: 7em
    }
    .card_wrp {
        display: block
    }
}

@media (max-width:666.98px) {
    header .user-board {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column: none;
        grid-gap: 1em;
        margin: 1em 0
    }
    header .user-board .account-actions {
        flex: auto
    }
    header .user-board .header-center {
        margin-right: 0;
        margin-bottom: 0
    }
    header .user-board .header-center .search-form {
        min-width: 100%
    }
    header .user-board .account-information {
        justify-content: space-between
    }
}

@media (max-width:575.98px) {
    header,
    header>.user-board {
        grid-template-rows: 1fr 1fr
    }
    header>.user-board {
        margin: 0 0 1em;
        grid-column: unset
    }
    .side-menu {
        width: 100%
    }
}

@media (max-width:374.98px) {
    header .user-board .account-information .account-settings-quickview .user-information {
        display: none
    }
    .footer-menu-wrap .footer-menu ul li a span.icon {
        width: 40px;
        height: 40px
    }
    .footer-menu-wrap .footer-menu ul li a span.text {
        font-size: .65em
    }
}