@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@515&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    --delay: 0s;
}
body{
    margin:0;
    padding:0;
    --yellow:#f9c52e;
    --yellow-hover:#daaa1a;
    --black:#121414;

    --second-text:'Varela Round', sans-serif;
    --first-text:"Montserrat", sans-serif;
    --third-text:'Righteous', cursive;
    --blue:#5684e7;
    --bluesvg:#9abae4;
    --blue-shade:#2752ca;
    --blue-light:#9abae4;
    --faqbg:#ccddf3;
    --price:#2b2b2b;
    --dark:#222222;
    --font:#272727;
    --product-bg:#f3f3f3;
    background: url("../images/background.webp");
}
.navbar {
    min-height: 72px;
}
.navbar-dark {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.navbar .navbar-brand {
    font-size: 35px;
    font-family: var(--first-text);
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 30px;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-family: var(--first-text);
    font-size: 20px;
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    color: var(--black);
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    font-weight: 600;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: var(--yellow-hover);
}
.navbar .nav-bell span {
    color: var(--black)fff00;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.navbar .nav-bell:hover span {
    color: var(--black);
}
.scrolled {
    background: url("../images/navbar.webp") !important;
    background-size: cover !important;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 1078px) {
    .navbar .nav-bell span {
        display: none;
    }
    .navbar .navbar-brand {
        font-size: 35px;
        font-family: var(--first-text);
        font-weight: 600;
        letter-spacing: 2px;
        padding-left: 15px;
    }
    .navbar-dark {
        background: url("../images/navbar.webp") !important;
    }
    .scrolled {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 365px) {
    .newsletter-nav {
        display: none;
    }
    .navbar .navbar-brand {
        font-size: 30px;
        font-family: var(--first-text);
        font-weight: 600;
        letter-spacing: 1px;
        padding-left: 2px;
    }
}
.nightmodeswitch {
    border-radius: 35px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--black);
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.nightmodeswitch a {
    color: var(--black);
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nightmodeswitch.day a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f186";
    font-weight: 900;
    font-display: swap;
}
.nightmodeswitch.night a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f185";
    font-weight: 900;
    font-display: swap;
}
.nightmodeswitch:hover {
    color: var(--black);
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    text-decoration-style: none;
}
.wrapper#sidebarNav .sidebar ul li a {
    display: block;
    padding: 20px;
    position: relative;
    margin-bottom: 1px;
    color: var(--black);
    white-space: nowrap;
    z-index: 5;
}
.wrapper#sidebarNav .sidebar ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: var(--blue);
    display: none;
}
.wrapper h5.spacer {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 12px;
    color: #ebebeb;
}
.wrapper#sidebarGames .sidebar {
    width: 175px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #201e1d;
    padding: 30px 0;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 500;
}
.wrapper#sidebarNav .sidebar {
    width: 175px;
    height: 150%;
    right: 0;
    background: var(--yellow);
    padding: 90px 0;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 500;
    top: 0;
}
@media (max-width: 395px) {
    .wrapper#sidebarNav .sidebar {
        width: 145px;
    }
}
.sidebar .sidebar-nav {
    -webkit-transition: opacity 0.5s ease-in, height 2s step-start;
    -o-transition: opacity 0.5s ease-in, height 2s step-start;
    transition: opacity 0.5s ease-in, height 2s step-start;
}
.sidebar .sidebar-nav .sidebar-item .sidebar-link {
    font-size: 17px;
    font-family: var(--first-text);
}
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link {
    display: block;
    padding: 20px;
    position: relative;
    margin-bottom: 1px;
    color: #ebebeb;
    white-space: nowrap;
}
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--blue);
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link.active,
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link:hover,
.wrapper#sidebarNav .sidebar .sidebar-nav .sidebar-item .sidebar-link.active,
.wrapper#sidebarNav .sidebar .sidebar-nav .sidebar-item .sidebar-link:hover {
    color: var(--blue);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link.active:before,
.wrapper#sidebarGames .sidebar .sidebar-nav .sidebar-item .sidebar-link:hover::before,
.wrapper#sidebarNav .sidebar .sidebar-nav .sidebar-item .sidebar-link.active:before,
.wrapper#sidebarNav .sidebar .sidebar-nav .sidebar-item .sidebar-link:hover::before {
    width: 4px;
    color: var(--blue);
}
.wrapper#sidebarGames.sidebarOff .sidebar,
.wrapper#sidebarNav.sidebarOff .sidebar {
    width: 0;
}
.wrapper#sidebarGames.sidebarOff .sidebar .sidebar-nav .sidebar-item .sidebar-link {
    text-align: left;
    position: absolute;
    display: none;
}
.wrapper#sidebarNav.sidebarOff .sidebar .sidebar-nav .sidebar-item .sidebar-link {
    text-align: right;
    position: absolute;
    display: none;
}
.wrapper.sidebarOff .sidebarClose {
    width: (100% - 100px);
    margin-top: -32px;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebarSwitch {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15%;
    left: 0;
    padding: 5px 8px;
    background: var(--blue);
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    z-index: 499;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebarSwitch .sidebarSwitchIcon {
    color: var(--dark);
    font-size: 27px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.sidebarSwitch:hover {
    background-color: var(--blue-shade);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebarClose {
    display: block;
    background-color: var(--blue);
    color: #141414;
    text-align: center;
    font-size: 16px;
    top: 0;
    width: 175px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebarClose:hover {
    background-color: var(--blue-shade);
}
.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease, step-end;
    -o-transition-timing-function: ease, step-end;
    transition-timing-function: ease, step-end;
}
.sidebarNavSwitch {
    display: none;
    color: var(--black);
}
@media (max-width: 991px) {
    .sidebarNavSwitch {
        color: var(--black);
        top: 0;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 32px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .sidebarNavSwitch:hover {
        color: var(--black);
    }
}
.footer {
    /* background-color: var(--yellow); */
    background: url("../images/footer.webp");
    font-family: var(--first-text);
    color: var(--black);
    font-weight: bold;
    padding: 20px 10px 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-line {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
}
.footer-line::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20vw;
    border-top: 1px solid var(--black);
    width: calc(100vw - 30vw);
}
.footer-overline {
    font-size: 27px;
    position: relative;
    z-index: 2;
    /* background: var(--yellow); */
    padding: 0 20px;
}
.footer-overline-icon {
    font-size: 27px;
    position: relative;
    z-index: 2;
    /* background: var(--yellow); */
    padding: 0 20px;
    left: 1%;
}
.footer-overline-icon a i {
    color: var(--black);
    font-weight: lighter;
}
.footer-nav span,
.footer-partner span {
    font-size: 25px;
    font-weight: bold;
}
.footer-nav li,
.footer-partner li {
    margin-top: 5px;
    list-style: none;
    text-align: left;
    color: var(--black);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    cursor: pointer;
}
.footer-nav li a,
.footer-partner li a {
    text-align: left;
    color: var(--black);
    font-weight: 500;
}
.footer-nav li:hover,
.footer-partner li:hover {
    color: inherit;
}
/* @media (max-width: 992px) {
    .footer-overline-icon {
        left: 20%;
    }
} */
#carousel {
    z-index: -1;
}
#carousel svg {
    position: absolute;
    fill: var(--black);
    bottom: 0;
}
#carousel .carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #494949;
    text-align: center;
    font-family: var(--first-text);
}
@media (max-width: 769px) {
    #carousel .carousel-caption {
        display: none;
    }
}
.shop-title {
    letter-spacing: 5px;
    margin-top: 150px;
}
.shop-title h1 {
    font-family: var(--first-text);
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
}
/* .shop-title svg {
    padding: 80px 0 0;
    display: block;
    fill: var(--black);
    background: var(--bluesvg);
} */
.bestselling-title,
.newaccount-title {
    letter-spacing: 5px;
    padding: 80px 20px;
}
.bestselling-title h1,
.newaccount-title h1 {
    font-family: var(--first-text);
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
}
.faq-title {
    letter-spacing: 5px;
}
.faq-title svg {
    padding: 80px 0 0;
    display: block;
    fill: var(--black);
    background: var(--bluesvg);
}
.faq-title h1 {
    font-family: var(--first-text);
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
    padding-bottom: 80px;
}
.giveaway-title {
    letter-spacing: 5px;
}
.giveaway-title h1 {
    font-family: var(--first-text);
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
}
.giveaway-title svg {
    padding: 80px 0 0;
    display: block;
    fill: var(--black);
    background: var(--bluesvg);
}
#bestselling,
#newaccounts,
#shop {
    margin-bottom: 80px;
}
.product {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.product .product-icon {
    overflow: hidden;
    position: relative;
}
.product .product-icon a img {
    width: 100%;
}
.product .product-info {
    font-family: var(--first-text);
    font-weight: 600;
    display: inline-block;
    background: var(--black);
    border: solid 1px var(--yellow);
    padding: 10px 5px;
    width: 100%;
    color: #fff;
}
.product .product-info .product-name {
    font-size: 1rem;
    padding: 0px 5px;
}
#shop .product .product-info .product-price li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product .product-info .product-price-new {
    font-size: 15px;
    color: var(--yellow);
}
.product .product-info .product-price-old {
    font-size: 12px;
    font-weight: lighter;
    text-decoration: line-through;
    color: #fff;
    line-height: 1.4;
}
.shop-grid.tab-pane:not(.active) {
    display: none;
}
.product svg {
    position: absolute;
    bottom: 0;
    left: 0;
    fill: var(--black);
    border-right: solid 1px var(--yellow);
}
.product.disabled svg {
    filter: grayscale(100%);
}
.product.disabled .product-info {
    color: #93a8d6;
    /* border-bottom: 5px solid #000000; */
    text-decoration: line-through;
    filter: grayscale(100%);
}
.product-list.disabled .content {
    text-decoration: line-through;
}
.product-list.disabled .product-list-icon .buyproduct-btn {
    background-color: var(--dark);
}
.product-list.disabled img,
.product.disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.ribbon {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: var(--blue-shade);
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
#shop .shop-nav {
    font-family: var(--third-text);
    border-bottom: 5px solid var(--yellow);
    margin: 90px 0 30px;
    padding: 10px 0;
    width: 100%;
}
#shop .shop-nav a.nav-item {
    font-variant: all-small-caps;
    border: 1px solid #ccc;
    color: #a3a3a3;
    font-size: 15px;
    height: 31px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 !important;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 31px;
}
#shop .shop-nav a.nav-item.active,
#shop .shop-nav a.nav-item:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}
#shop .shop-nav .shop-info span {
    color: var(--yellow);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-variant: all-small-caps;
}
#shop .shop-nav .shop-info .shop-sort {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #888888;
    height: 30px;
    margin-left: 15px;
    padding-left: 10px;
    font-variant: all-small-caps;
}
.product-list {
    display: flex;
    margin-bottom: 20px;
}
.product-list .product-list-icon {
    flex-basis: 30%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.product-list .product-list-icon a {
    display: block;
}
.product-list .product-list-icon a img {
    width: 100%;
}
.product-list .content {
    flex-basis: 70%;
    padding-left: 16px;
    padding-right: 16px;
}
.product-list .content h2 {
    margin: 5px 0 0;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--second-text);
    color: var(--yellow);
}
.product-list .product-price {
    padding: 0;
}
.product-list .product-price li {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.product-list .product-price .product-price-new {
    font-size: 20px;
    color: var(--yellow);
    font-weight: 600;
}
.product-list .product-price .product-price-old {
    font-size: 17px;
    font-weight: lighter;
    text-decoration: line-through;
    color: var(--yellow-hover);
    line-height: 1.4;
}
.product-list .content p {
    color: var(--yellow);
    font-size: 17px;
    line-height: 19px;
    font-family: var(--second-text);
}
@media only screen and (max-width: 991px) {
    .product-list .product-list-icon {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .orderby__wrapper {
        flex-basis: 100%;
        margin-top: 14px;
    }
    .product-list {
        flex-wrap: wrap;
    }
    .product-list .product-list-icon {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .product-list .content {
        flex-basis: 100%;
        padding-left: 0;
    }
}
.buyproduct-btn {
    font-family: var(--first-text);
    background-color: var(--yellow);
    width: 100%;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: var(--black);
    border: none;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: all 0.2s ease-out;
    font-weight: 600;
    cursor: pointer;
}
.buyproduct-btn a {
    color: var(--black);
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.2s ease-out;
}
.buyproduct-btn:hover {
    background: var(--yellow-hover);
    color: var(--black);
}
.product-rank-desc td {
    font-family: var(--first-text);
    font-weight: 600;
    font-size: 18px;
    padding: 0 5px;
    font-variant: all-small-caps;
    color: var(--yellow);
}
.product-commends {
    background-color: inherit;
    width: 100%;
    color: var(--black);
    padding: 2px;
    font-weight: 600;
    font-family: var(--second-text);
    text-align: center;
}
#product-wrapper {
    position: relative;
    z-index: 1600;
}
.modal-dialog.modal-container {
    max-width: 1000px;
}
.modal-content {
    background: url("../images/background.webp");
}
.modal-close {
    padding: 15px;
}
.modal-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-product-images {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 50px;
}
.modal-product-info h1 {
    font-family: var(--first-text);
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--yellow);
}
.modal-product-price span.new-price {
    color: var(--yellow);
    font-family: var(--first-text);
    font-weight: bold;
    font-size: 23px;
    margin-right: 5px;
}
.price-box span.old-price {
    color: var(--yellow);
    font-size: 16px;
    text-decoration: line-through;
}
.modal-desc {
    font-size: 19px;
    color: var(--yellow);
    margin-bottom: 30px;
    width: 83%;
    font-family: var(--first-text);
}
.modal-body {
    padding: 0 20px 20px;
}
.modal-body h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--yellow);
    font-weight: 600;
    font-size: 30px;
    font-family: var(--second-text);
}
.modal-infos h3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    font-family: var(--first-text);
    padding-right: 15px;
}
.modal-infos h5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1f1f1f;
    font-weight: 800;
    font-size: 27px;
    font-family: var(--second-text);
    padding-right: 15px;
    text-transform: capitalize;
}
.modal-infos ul,
.modal-infos ul li span {
    text-transform: capitalize;
    list-style: none;
    font-size: 21px;
    padding: 2px;
    font-weight: 600;
    font-family: var(--first-text);
    padding-bottom: 20px;
    color: #fff;
}
.modal-infos a {
    color: var(--yellow);
    text-decoration: none;
}
.modal-infos a h3:hover{
    color: var(--yellow-hover);
}
.modal-infos h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--yellow);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 32px;
    font-family: var(--first-text);
}
@media (max-width: 992px) {
    .modal-infos ul,
    .modal-infos ul li span {
        font-size: 18px;
        padding: 1px;
    }
}
.modal-link-btn {
    font-family: var(--first-text);
    background-color: var(--yellow);
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: var(--black)!IMPORTANT;
    border: none;
    text-transform: capitalize;
    margin-top: 20px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
}
.modal-link-btn:hover {
    letter-spacing: 2px;
    background-color: var(--yellow-hover);
}
.buynow-btn {
    background-color: var(--yellow);
    width: 100%;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: var(--black);
    border: none;
    text-transform: capitalize;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: var(--first-text);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.buynow-btn a {
    color: var(--black);
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}
.buynow-btn:hover {
    background: var(--yellow-hover);
    color: var(--black);
    text-decoration: none;
}
.commends {
    background-color: var(--yellow);
    width: 100%;
    color: var(--black);
    padding: 2px;
    font-weight: 600;
    font-family: var(--second-text);
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accountnr {
    color: var(--yellow);
    padding-left: 10px;
    font-weight: 600;
    font-family: var(--second-text);
    text-transform: capitalize;
}
#product-wrapper .rank-desc td {
    border: 5px solid transparent;
    font-family: var(--first-text);
    font-weight: 600;
    font-size: 20px;
    padding: 0 5px;
    font-variant: all-small-caps;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-info {
        padding-left: 0;
    }
    .buynow-btn {
        margin-top: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .product-images {
        margin-bottom: 30px;
        max-width: 100%;
        padding-right: 0;
    }
    .modal-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-info {
        max-width: 100%;
        padding-left: 0;
    }
    .buynow-btn {
        margin-top: 30px;
    }
    .buynow-btn a {
        font-size: 17px;
        padding: 0 52px;
    }
    .modal-desc {
        margin-bottom: 21px;
        margin-top: 21px;
        width: 100%;
    }
    h3.modal-infos {
        font-size: 13px;
    }
}
#product-wrapper svg {
    display: block;
    position: absolute;
    fill: var(--yellow);
}
#faq {
    margin-bottom: 80px;
}
#faq a {
    text-decoration: none;
}
#faq h3 {
    padding: 5px 0 0 15px;
    text-transform: none;
    font-family: var(--first-text);
    text-align: left;
    font-size: 24px;
    font-weight: thin;
    color: #fff;
}
#faq h2 {
    padding: 5px 0 0 15px;
    text-transform: none;
    font-family: var(--first-text);
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    color: var(--dark);
    font-variant: all-small-caps;
}
#faq h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
#faq .card {
    border: none;
    box-shadow: none;
    background-color: var(--black);
}
#faq .card-header {
    border-bottom: var(--yellow-hover) 2px solid;
    background-color: var(--yellow);
    transition: ease 0.2s;
    padding: 0;
    box-shadow: 0 1px 3px 0 #00000054;
}
#faq .card-header:hover {
    border-bottom: var(--yellow) 2px solid;
    background-color: var(--yellow-hover);
    transform: scale(1.025);
}
div.transition {
    display: flex;
    position: absolute;
    z-index: 1500;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 100%;
    margin: 0;
    pointer-events: none;
    background: #323952;
}
#giveaway h1 {
    font-family: var(--second-text);
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
}
#giveaway h2 {
    font-family: var(--second-text);
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
    padding-bottom: 20px;
    padding-top: 15px;
}
#giveaway .wrapper {
    margin-top: 100px;
    margin-bottom: 40px;
}
#giveaway .giveawaycard {
    max-width: 500px;
    margin: 0 auto;
    background-color: var(--blue-light);
    border: 1px solid rgba(0, 0, 0, 0.075);
}
#giveaway .giveawayimage {
    max-height: 100%;
    max-width: 100%;
}
#giveaway .giveawaycard-body {
    padding: 15px 35px 45px;
    margin: 0 auto;
}
#giveaway .giveawaycard .form-info {
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--first-text);
    color: #1f1f1f;
    font-weight: bolder;
}
#giveaway .giveawaycard .giveawaycontent .giveawaytile {
    background-color: #999db9;
}
#giveaway .giveawaycard .giveawaycontent .giveawaytile .giveawaytwitter {
    background-color: #007aeb;
    height: 100px;
    width: 25px;
}
#giveaway .giveawaycard .giveawaycontent .giveawaytile h1 {
    padding: 8px;
}
#giveaway .giveawaycard .form-control {
    position: relative;
    font-family: var(--second-text);
    font-size: 16px;
    text-align: center;
    height: auto;
    padding: 8px;
    box-sizing: none;
    background-color: transparent;
    border: none;
    border-bottom: #202020 1px solid;
    color: #202020;
}
#giveaway .giveawaycard input[type="text"] {
    margin-bottom: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#giveaway .giveawaycard .formbutton {
    background-color: var(--blue);
    width: 100%;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: var(--black);
    border: none;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: all 0.2s ease-out;
}
#giveaway .giveawaycard .formbutton:hover {
    letter-spacing: 2px;
    background-color: var(--yellow);
}
#giveaway .giveawaycard .form-checkbox {
    margin-top: 20px;
}
.changeTable {
    font-family: var(--first-text);
    border-collapse: collapse;
    width: 100%;
    background-color: none;
    color: #000;
}
.changeTable td {
    padding: 10px;
    font-size: 20px;
}
.changeTable td a {
    color: inherit;
}
.giveCheck {
    visibility: hidden;
}
#giveaway h6 {
    font-size: 12px;
    text-align: center;
}
#giveaway .formbutton.disabled {
    background: #6b7ba0;
}
#giveaway .formbutton.disabled2 {
    pointer-events: none !important;
    background: #444e66;
}
#countdown {
    background-color: var(--blue-light);
    width: 100%;
    padding: 10px 0 5px;
    text-align: center;
}
#countdown li {
    list-style: none;
    display: inline-block;
}
#countdown li span {
    text-decoration: none;
    position: relative;
    color: #313131;
    font-size: 50px;
    font-weight: 700;
    padding: 14px 5px;
    text-transform: uppercase;
}
#countdown li {
    text-decoration: none;
    position: relative;
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    padding: 0 30px;
    text-transform: uppercase;
}
.disabled {
    pointer-events: none;
}
.loadingscreen {
    position: absolute;
    background-color: var(--yellow);
    height: 500vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    z-index: 3000;
}
.loadingscreen div {
    padding-top: 250px;
}
.loadingscreen div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.loadingscreen div h3 {
    font-family: var(--first-text);
    color: var(--black);
    text-align: center;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.loadingscreen div noscript h2 {
    font-family: var(--first-text);
    color: var(--black);
    text-align: center;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.game-image{
    border-radius: 5px;
}
/* .game-col::after{
    content: '';
    background-color: var(--yellow);
    padding: 2px;
    display: block;
} */
.product-description{
    color: #fff;
}
.img-fluid{
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.index-carousel img{
    max-height: 50%;
    width: 100vw;
}
.animation {
    -webkit-animation: fade 1s var(--delay) both;
    animation: fade 1s var(--delay) both;
}
.animation[data-anim=fade] {
-webkit-animation: fade 1s var(--delay) both;
animation: fade 1s var(--delay) both;
}
.animation[data-anim=left] {
-webkit-animation: left 0.7s var(--delay) both;
animation: left 0.7s var(--delay) both;
}
.animation[data-anim=right] {
-webkit-animation: right 0.7s var(--delay) both;
animation: right 0.7s var(--delay) both;
}
.animation[data-anim=top] {
-webkit-animation: top 0.7s var(--delay) both;
animation: top 0.7s var(--delay) both;
}
.animation[data-anim=bottom] {
-webkit-animation: bottom 0.7s var(--delay) both;
animation: bottom 0.7s var(--delay) both;
}
.quickview{
    max-width: 100%;
}
.product-container{
    max-width: 80vw;
}
.product-content{
    display: flex;
    flex-direction: column;
}
.product-info h1{
    font-family: var(--first-text);
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--yellow);
}
.tos-box{
    color: #fff;
    font-family: var(--first-text);
    font-size: 1.2rem;
    margin-bottom: 50px;
}
.text-container{
    margin-top: 50px;
    color: #fff!IMPORTANT;
    font-family: var(--first-text);
    padding: 15px;
}
.text-container h1{
    font-size: 1.1rem;
    text-align: center;
}

.text-container h1::after{
    content: '';
    background-color: var(--yellow);
    margin-top: 10px;
    padding: 2px;
    display: block;
    width: 45%;
    margin: 15px auto;
}

.text-container p{
    text-align: center;
}
.product-discord h3{
    cursor: pointer;
    color: var(--yellow)!IMPORTANT;
}
.product-discord h3:hover{
    color: var(--yellow-hover)!IMPORTANT;
}
.faq-link{
    cursor: pointer;
    color: var(--yellow)!IMPORTANT;
}
.faq-link:hover{
    color: var(--yellow-hover)!IMPORTANT;
}
button.close{
    color: #fff;
    opacity: 1;
}

button.close:hover{
    color: #616161;
    opacity: 1;
}
a.back-btn{
    font-size: 1.2rem;
    color: var(--black);
    font-family: var(--first-text);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: var(--yellow);
    width: fit-content;
    padding: 5px;
    font-weight: 500;
    border-radius: 2px;
    letter-spacing: 1px;
}
.category-description{
    display: block;
    margin: auto;
    width: 60vw;
    color: #fff;
    text-align: center;
}
.share-buttons{
    display: inline-block;
    float: right;
    background-color: var(--black);
    padding: 5px;
    border: solid 1px var(--yellow-hover);
    border-radius: 2px;
    max-width: 50vw;
    user-select: none;
}
@media (max-width: 1000px) {
    .share-buttons{
        margin-left: 20px;
        margin-top: 20px;
        float: none;
        max-width: 100%;
    }
}
.share-buttons a{
    color: var(--yellow);
    text-decoration: none;
    margin-left: 5px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 5px;
}
.share-button.facebook:hover{
    color: #3B5998;
}
.share-button.x:hover{
    color: #1DA1F3;
}
.share-button.reddit:hover{
    color: #FF4500;
}
.share-button.pinterest:hover{
    color: #bd081c;
}
.share-button.tumblr:hover{
    color: #35465c;
}
.share-button.whatsapp:hover{
    color: #25D366;
}
.share-button.mail:hover{
    color: var(--yellow-hover);
}
.share-button.copy:hover{
    color: var(--yellow-hover);
}
.login-form{
    text-align: center;
    font-family: var(--first-text);
}
.login-form input[type="text"]{
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px var(--yellow);
    padding: 5px;
    margin-bottom: 10px;
}
.login-form input[type="password"]{
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px var(--yellow);
    padding: 5px;
    margin-bottom: 10px;
}
.login-form input[type="number"]{
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px var(--yellow);
    padding: 5px;
    margin-bottom: 10px;
}

.login-form input[type="submit"]{
    border-radius: 2px;
    background-color: var(--yellow);
    border: solid 1px var(--yellow-hover);
    padding: 5px 20px;
    margin-bottom: 10px;
    display: block;
    margin: auto;
}
.login-form select{
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px var(--yellow);
    padding: 5px;
    margin-bottom: 10px;
}
.login-form textarea{
    display: block;
    margin: auto;
    width: 50vw;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px var(--yellow);
    border-radius: 2px;
}
.login-form .login-error{
    color: rgb(196, 0, 0);
    font-weight: 600;
}
.mail-table {
    font-family: var(--first-text);
    border-collapse: collapse;
    width: 100%;
    color: #fff;
}

.mail-table td, .mail-table th {
    border: 1px solid var(--yellow);
    text-align: left;
    padding: 8px;
}

.mail-table tr:nth-child(even) {
    background-color: var(--black);
}

.modal-mail h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--yellow);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-family: var(--first-text);
}

.modal-mail-body p{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    font-family: var(--first-text);
    padding-right: 15px;
}
.why-choose{
    margin: auto;
}

.why-choose .why-choose-container{
    background-color: var(--black);
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    width: 45%;
    margin-top: 15px;
}

.why-choose-container span{
    display: block;
}

.why-choose-description{
    display: block;
    padding: 15px;
    width: 80%;
    margin: auto;
}

@media (min-width: 320px) {
    .why-choose .why-choose-container{
        width: 100%;
    }
}

@media (min-width: 900px) {
    .why-choose .why-choose-container{
        width: 45%;
    }
}

div:has(.why-choose-container){
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
}

.game-page-container{
    width: 50%;
    color: #fff;
    font-family: var(--first-text);
    align-self: center;
    text-align: center;
}

.game-page-container.left{
    padding: 0px 45px 0px 0px;
}

.game-page-container.right{
    padding: 0px 0px 0px 45px;
}

.game-page-title{
    font-size: 1.1rem;
    text-align: center;
}

.game-page-title::after{
    content: '';
    background-color: var(--yellow);
    margin-top: 10px;
    padding: 2px;
    display: block;
    width: 45%;
    margin: 15px auto;
}

.game-page-image{
    width: 50%;
    display: block;
    margin: auto;
}

@media (min-width: 320px) {
    .game-page-container, .game-page-image{
        width: 100%;
    }
}

@media (min-width: 900px) {
    .game-page-container, .game-page-image{
        width: 50%;
    }
}

.price-old{
    font-size: 16px;
    text-decoration: line-through;
    color: #fff;
    line-height: 1.4;
    font-family: var(--first-text);
}

.categorys-container{
    margin-top: 20px;
}

.categorys-container::before{
    content: '';
    border-top: 1px solid var(--yellow);
    padding-top: 50px;
    display: block;
    width: 50%;
    margin: auto;
}
.breadcrumbs-container{
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: var(--black);
    padding: 5px 10px;
    border-radius: 3px;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid var(--yellow);
    font-size: 0.78rem;
    display: inline-block;
    letter-spacing: 0px;
}
.breadcrumbs-container li{
    display: inline-block;
}
.breadcrumbs-container li a{
    color: #fff;
    text-decoration: none;
    font-family: var(--first-text);
    font-weight: 500;
}
.breadcrumbs-container li a.active{
    color: var(--yellow);
}
.breadcrumbs-container li a:hover{
    color: var(--yellow);
}
.breadcrumbs-container li svg{
    color: #fff;
    height: 1rem;
}
.edit-from-input-label{
    display: block;
    color: #fff;
    text-align: left;
    margin: auto;
    width: 50vw;
}

.alert {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    z-index: 1060;
    background: var(--black);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 15px 15px -5px var(--price);
    padding: 0px;
  }
  
  .alert p {
    color: var(--yellow);
    margin: 0px;
    font-family: var(--first-text);
  }
  
  .alert-content {
    padding: 1rem 1.5rem 1rem 1rem;
  }
  
  .alert .loadingbar.success {
    width: 100%;
    height: 0.5rem;
    background: #00b10f;
    animation: fillup 3s 0.5s both;
  }

  .alert .loadingbar.warning {
    width: 100%;
    height: 0.5rem;
    background: #db8400;
    animation: fillup 3s 0.5s both;
  }
  
  .alert .loadingbar.error {
    width: 100%;
    height: 0.5rem;
    background: #aa1313;
    animation: fillup 3s 0.5s both;
  }
  
  @keyframes fillup {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }

  .product{
    transition: transform 0.3s ease;
  }
  
  .product:hover{
    transform: scale(1.02);
  }

  .product-description a.product-link{
    cursor: pointer;
    color: var(--yellow) ! IMPORTANT;
    text-decoration: none;
  }

  .blog-title{
    letter-spacing: 1px;
    margin-top: 30px;
}
.blog-title h1 {
    font-family: var(--first-text);
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: var(--yellow);
}

  .blog-page-container{
    width: 100%;
    color: #fff;
    font-family: var(--first-text);
    align-self: center;
    text-align: center;
  }
.blog-page-container ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-page-container li{
    list-style: disc;
    text-align: left;
    margin-bottom: 15px;
    width: 70%;
}

.blog-page-container h3{
    font-size: 20px;
    color: var(--yellow);
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-info-container{
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: var(--black);
    padding: 5px 10px;
    border-radius: 3px;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid var(--yellow);
    font-size: 0.78rem;
    display: inline-block;
    letter-spacing: 0px;
}
.blog-info-container li{
    display: inline-block;
}
.blog-info-container li span{
    color: #fff;
    text-decoration: none;
    font-family: var(--first-text);
    font-weight: 500;
}
.blog-info-container li span.author{
    color: var(--yellow);
    text-decoration: none;
    font-family: var(--first-text);
    font-weight: 500;
}

.blog-page-container ul{
    margin-bottom: 0px;
}

.blog-page-container ins{
    text-decoration: underline;
}

.blog-page-container del{
    text-decoration: line-through;
}

.blog-page-container mark{
    background-color: #121414;
    color: #fff
}

.blog-page-container a{
    cursor: pointer;
    color: var(--yellow) !IMPORTANT;
    text-decoration: none;
}

.blog-page-container h5{
    font-size: 15px;
    color: var(--yellow);
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-page-container img{
    margin: 20px auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
}

@media (max-width: 1078px) {
    .blog-page-container img{
        max-width: 100%;
        max-height: 100%;
    }
}

.blog-banner img{
    max-width: 100%;
}

.blog-body{
    color: #fff;
    padding: 10px;
    font-family: var(--first-text);
}

.blog-body h5{
    color: var(--yellow);
    font-size: 16px;
}

.blog-body span{
    font-size: 0.8rem;
    text-align: right;
    display: block;
    color: gray;
    font-weight: 500;
}

.blog-box a{
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    background-color: #121414;
}

.blog-body p{
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product.featured::after{
    position: absolute;
    content: '⭐';
    top: 0;
    right: 17px;
}

a[role="button"]{
    cursor: pointer;
}