/* ------------------- Bootstrap ------------------ */
.breadcrumb{
    background: none;
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
    margin-bottom: 0;
}
/* List */
.list-unstyled .media{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.list-unstyled .media img{
    width: 10%;
    border-radius: .25rem;
}
.list-unstyled .media .title a{
    color: #212529;
}
/* Card > List Group */
.list-group-item.active{
    background: #1cb6e8;
    border-color: #1cb6e8;
}
.list-group-item.active a{
    color: #fff!important;
    text-decoration: none;
}

/*  ------------------- Global -------------------- */
body{
    background: #edf2f5;
    padding-top: 7.6rem;
}
a{
    color: #1cb6e8;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

/* Font */
@font-face {
    font-family: 'vec';
    src: url("../font/Vectro-ALdPL.ttf");
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'evo';
    src: url("../font/Oswald-Bold.ttf");
    font-display: swap;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'vec';
    text-transform: uppercase;
}
h3,h4,h5,h6{
    font-weight: normal!important;
}

/* Font Size */
.font-size-sm{
    font-size: .75rem!important;
}
.font-size-md{
    font-size: .875rem!important;
}
.font-size-lg{
    font-size: 1.25rem!important;
}

/* Icon */
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* Qty */
.qty-wrap{
    width: 120px;
    margin: 0 auto;
}
.qty-wrap .qty-btn{
    float: left;
    width: 30px;
    height: 31px;
    background: #ced4da;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-wrap .input-box{
    width: 50px;
    float: left;
}
.qty-wrap .input-box input{
    border-radius: 0;
    text-align: center;
}
.qty-wrap .less{
    border-radius: .25rem 0 0 .25rem;
}
.qty-wrap .add{
    border-radius: 0 .25rem .25rem 0;
}

/* Page Content */
.hidden{
    display: none;
}

/* Margin Top */
.m-t-10{
    margin-top: 10px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-40{
    margin-top: 40px;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-60{
    margin-top: 60px;
}
/* Margin Bootm */
.m-b-10{
    margin-bottom: 10px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-b-50{
    margin-bottom: 50px;
}
.m-b-60{
    margin-bottom: 60px;
}

/* Column name */
.column-name{
    padding: 15px 0;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}
.column-name::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #0bc5d1;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
}

/* Flex */
.this-flex{
    display: flex;
}

/* -------------------- Header ------------------- */
header{
    background:#1b4460;
    /*overflow: hidden;*/
    padding: 20px 0;
}
/* Logo */
.logo{
    display: block;
    width: 10rem;
}
.logo img{
    width: 100%;
}
/* Search */
.search-wrap{
    position: relative;
    width: 350px;
    /*overflow: hidden;*/
    margin: 0 100px;
}
.search-wrap input{
    border: 0;
    border-radius: 50px;
}
.search-wrap .s-btn{
    background: #1b4460;
    border-radius: 50px;
    color: #fff;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1rem;
}
.search-drop-wrap{
    position: absolute;
    background: #fff;
    padding:0;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    border-radius: 30px;
    -webkit-box-shadow: 0 0.14px 2.29px rgb(0 0 0 / 3%), 0 0.37px 4.43px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29px rgb(0 0 0 / 3%), 0 0.37px 4.43px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}
.search-drop-wrap .s-list{
    margin: 0;
    padding: 0;
    font-size: .75rem;
}
.search-drop-wrap .s-list li{
    list-style-type: none;
}
.search-drop-wrap .s-list li a{
    color: #414245;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
}
.search-drop-wrap .s-list li a:hover{
    background: #f8f8f8;
    color: #212529;
    text-decoration: none;
}
.phone-menu-btn{
    display: none;
}
/* Icon Menu */
.icon-menu{
    margin: 0 -30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.icon-menu li{
    float: left;
    padding: 0 20px;
}
.icon-menu li a{
    display: block;
    font-size: 1.55rem;
    position: relative;
    color: #fff!important;
}
.icon-menu li a .cart-num{
    border-radius: 30px;
    color: #1b4460;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    font-size: .875rem;
    position: absolute;
    top: 0;
    right: -8px;
    line-height: normal;
}
.icon-menu .currency-list-drop{
    position: absolute;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    padding: 0px;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    top: 22px;
    left: 18px;
    overflow: hidden;
    display: none;
}
.icon-menu .currency-list-drop li{
    margin: 0;
    padding: 0;
}
.icon-menu .currency-list-drop li a{
    font-size: .875rem;
    color: #414245!important;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}
.icon-menu .currency-list-drop li a img{
    width: 15px;
}
.currency_list_li .currency_select::after{
    content: '';
    border: 2px solid #fff;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: -15px;
}
/* User */
.user-small-bar{
    margin: 0 -5px;
    list-style-type: none;
}
.user-small-bar li{
    float: left;
    padding: 0 5px;
}
.user-small-bar li a{
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
}
.user-small-bar .after-login-user-info a{
    font-size: .75rem;
}
.user-small-bar .after-login-user-info a img{
    width: 28px;
    height: 28px;
    margin-right: 5px!important;
}
/* Header Cart List */
.dropdown-cart-list{
    background: #fff;
    border-radius: .25rem;
    padding: 10px;
    z-index: 999;
    width: 300px;
    top: 40px;
    right: -9px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0,0,.5,1);
    display: none;
}
.dropdown-cart-list::before{
    content: '';
    position: absolute;
    z-index: 2;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -15px;
    right: 30px;
}
.dropdown-cart-list .list-unstyled .media{
    padding: 5px 0;
    font-size: .75rem;
    width: 100%;
}
.dropdown-cart-list .list-unstyled .media img{
    width: 20%;
    min-width: 56px;
}
.dropdown-cart-list .list-unstyled .media .media-body{
    width: 70%;
    padding-left: 10px;
}
.dropdown-cart-list .list-unstyled .media .last-box{
    width: 10%;
}
.dropdown-cart-list .list-unstyled .media .last-box a{
    font-size: .875rem;
}
.dropdown-cart-list .media-body p a{
    color: #212121!important;
}
.dropdown-cart-list .last-box a{
    color: #414245!important;
}
.sp-cart:hover .dropdown-cart-list{
    /*display: block;*/
}

/* Nav */
.site-nav{
    background-color: #2391d5;
    background-image: linear-gradient(to right, #2391d5 , #57ffff);
    color: #fff;
    padding: 0;
}
.site-nav .navbar-nav .nav-item{
    position: relative;
    padding: 0px 20px;
}
.site-nav .navbar-nav .nav-link{
    color: rgba(255,255,255,1);
    padding: 7px 0;
}
.site-nav .categories-drop-menu{
    color: #fff;
    padding: 5px 0px;
    width: 150px;
    font-size: 1.25rem;
    font-family: 'vec';
}
.drop-menu-list{
    width: 220px;
    height: 400px;
    background: #f9feff;
    position: absolute;
    z-index: 999;
    left: 15px;
    top: 44px;
    -webkit-box-shadow: 0 0.14px 2.29px rgb(0 0 0 / 3%), 0 0.37px 4.43px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29px rgb(0 0 0 / 3%), 0 0.37px 4.43px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}
#drop-list-loop {
    /*overflow: auto;*/
    position:relative;
    z-index:2;
    font-size: .875rem;
}
.parent-menu {
    background-color: #f9feff;
    min-width:220px;
    float:left;
    padding: 0;
}
#drop-list-loop ul{
    list-style-type:none;
}
#drop-list-loop ul li a {
    padding:14px 30px;
    display:block;
    color:#212529;
    text-decoration:none;
    border-bottom: 1px solid #e0e0e0;
}
#drop-list-loop ul li a:hover {
    background-color:#ebf9ff;
    color: #1cb6e8;
}
/* sub menu */
#drop-list-loop ul li:hover > ul {
    /*left: 200px;*/
    display: block;
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    -ms-transition: left 200ms ease-in;
    transition: left 200ms ease-in;
}
#drop-list-loop ul li > ul {
    display: none;
    position: absolute;
    background-color: #ebf9ff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
    top: 0;
    left: 220px;
    /*min-width: 200px;*/
    width: 670px;
    z-index: -1;
    /*height: 100%;*/
    height: 400px;
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    -ms-transition: left 200ms ease-in;
    transition: left 200ms ease-in;
    padding: 0 10px;
}
#drop-list-loop ul li > ul li{
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
}
#drop-list-loop ul li > ul li a{
    border-bottom: 1px solid #d7e9ea;
    color: #0b0b0b;
    display: block;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}
#drop-list-loop ul li > ul li a img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
#drop-list-loop ul li > ul li a:hover{
    background: none;
    color: #188EEE;
}
.site-head-nav{
    font-family: 'vec';
    font-size: 1.25rem;
}

/* --------------------- Main -------------------- */
.home-cover{
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 80px 0;
    background-image: url("../img/homecover.jpg");
    background-repeat: no-repeat;
    background-size: auto 415px;
    background-position: top center;
}
.home-cover img{
    width: 100%;
}
.home-cover h1{
    font-size: 3rem;
    margin-bottom: 30px;
}
/* Quick Buy */
.quick-buy{
    width: 900px;
    overflow: hidden;
}

/* -------------------- Pages -------------------- */
/* Category */
.category-cover{
    /*height: 80px;*/
    background-color: #010425;
    background-image: url("../img/category-bg.jpg");
    background-repeat: no-repeat;
    background-size: auto 140px;
    background-position: center center;
    overflow: hidden;
}
.category-cover .breadcrumb{
    background: none;
    padding: 5px 0;
    font-size: .75rem;
}
.category-cover .breadcrumb-item.active{
    color: #ccc;
}
.category-cover .choice{
    margin: 15px -1px;
    padding: 0;
    list-style-type: none;
}
.category-cover .choice li{
    width: 20%;
    float: left;
    padding: 0 1px;
}
.category-cover .choice li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    background: #212121;
    color: #fff;
    text-decoration: none;
}
.category-cover .choice li a img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.category-cover .choice li .active{
    background-color: #1dfed7;
    background-image: linear-gradient(to right, #0cc6d1 , #1dfed7);
    color: #000;
}
/* Product List */
.product-li{
    background: #fff;
    border: 1px solid #e4ecf1;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
}
.product-li .icon-wrap{
    padding: 0;
    position: relative;
}
.product-li .icon-wrap img{
    width: 50%;
    display: block;
    margin: auto;
}
.product-li .icon-wrap .num{
    width: 100%;
    font-size: 2rem;
    font-family: 'evo';
    text-align: center;
    position: absolute;
    top: 55%;
    font-weight: 700;
}
.product-li .price{
    color: #0bc5d1;
    font-size: 1.25rem;
    font-weight: 700;
}
.product-li .p-bottom{
    border-top: 1px solid #e4ecf1;
    padding-top: 15px;
}
.product-li .btn{
    font-weight: 700;
}
.product-li .btn-info{}
.item-product-li p{
    margin-bottom: 10px;
}
.product-li .product-title-txt{
    line-height: 1.2;
    height: 58px;
}
/* Page Details */
.page-text-wrap{
    font-size: .75rem;
}
.page-text-wrap img{
    display: block;
    margin: 10px auto;
    max-width: 80%;
    border-radius: .25rem;
}

/* -------------------- Footer ------------------- */
/* We support */
.we-support-wrap{
    background-color: #2391d5;
    background-image: linear-gradient(to right, #2391d5 , #57ffff);
    color: #fff;
    padding: 50px 0;
}
.we-support-wrap .follow{
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}
.we-support-wrap .follow li{
    padding: 0 15px;
    float: left;
}
.we-support-wrap .follow li a{
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: deepskyblue;
    font-size: 1.85rem;
    background: #fff;
    overflow: hidden;
}
.we-support-wrap .follow li:nth-child(1) a{
    color: #3a5ba2;
}
.we-support-wrap .follow li:nth-child(2) a{
    color: #1ebef0;
}
.we-support-wrap .follow li:nth-child(3) a{
    color: #fd311e;
}
.we-support-wrap .follow li:nth-child(4) a{
    background: #ec3b9f;
    color: #fff;
    padding: 6px;
    font-size: 1.15rem;
}
.we-support-wrap .pay-logo-wrap .logo-card{
    background: #fff;
    border-radius: 6px;
    display: block;
}
.we-support-wrap .pay-logo-wrap .logo-card img{
    width: 100%;
}
/* Site Info */
.site-info-wrap{
    background-color: #1b4460;
    background-image: url(../img/site-info-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.site-info-wrap h6{
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}
.site-info-wrap .foot-nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-info-wrap .foot-nav li{
    padding: 5px 0;
    font-size: .75rem;
}
.site-info-wrap .foot-nav li a{
    color: #abaeb9;
}
.site-info-wrap .about-text{
    color: #abaeb9;
    font-size: .75rem;
}
/* Copyright */
.copyright-info{
    background: #212121;
    padding: 20px 0;
    font-size: .875rem;
}

.page-game-description{
    margin-bottom: 30px;
}

/* -------------------- Phone --------------------- */
@media (max-width: 767.98px) {
    body{
        font-size: .875rem;
        padding-top: 7rem;
    }
    /* Header */
    header{
        padding: 10px 0 10px 0;
        border-top: 27px solid #062134;
    }
    .logo{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .logo img{
        width: 130px;
    }
    .search-wrap{
        width: 73%;
        margin: 0;
        margin-left: auto;
    }
    .search-wrap input{
        height: calc(1em + 0.75rem + 2px);
        line-height: 1;
        font-size: .75rem;
    }
    .search-wrap .s-btn{
        width: 24px;
        height: 24px;
        top: 1px;
        right: 1px;
        font-size: .875rem;
    }
    .phone-menu-btn{
        width: 8%;
        font-size: 1rem;
        /*margin-left: 5%;*/
        display: block;
        background: none;
        /*border: 0;*/
        border-radius: .25rem;
        color: #fff;
        position: absolute;
        top: 78px;
        left: 15px;
        margin-left: 0;
        border: 1px solid #fff;
    }
    .icon-menu{
        margin: 0 -10px;
        padding-top: 5px;
        position: absolute;
        top: -5px;
    }
    .icon-menu li{
        padding: 0 10px;
        margin-top: -5px;
    }
    .icon-menu li a{
        font-size: 1rem;
    }
    .icon-menu li a .cart-num{
        top: 0px;
        right: -10px;
    }
    .icon-menu li:nth-child(3){
        top: 78px;
        left: -30px;
    }
    .icon-menu li:nth-child(3) a{
        font-size: 1.5rem;
    }
    .icon-menu .currency-list-drop{
        left: 9px;
    }
    currency_list_li{
        position: absolute!important;
        left: 100px;
        top: 12px;
    }
    .currency_list_li .currency_select::after{
        right: -12px;
    }
    .user-small-bar{
        position: absolute;
        top: 1px;
        right: 15px;
    }
    .user-small-bar .btn{
        padding-top: 0;
        padding-bottom: 0;
        font-size: .75rem;
    }
    .user-small-bar .after-login-user-info a img{
        width: 20px;
        height: 20px;
    }
    /* Header Cart */
    .dropdown-cart-list{
        width: 270px;
        right: auto;
        left: 0;
    }
    .dropdown-cart-list::before{
        right: auto;
        left: 10px;
    }
    .dropdown-cart-list .list-unstyled .media img{
        min-width: auto;
    }

    /* Nav */
    .site-nav .categories-drop-menu{
        display: none;
    }
    .site-nav .navbar-nav{
        display: none;
    }
    .drop-menu-list{
        top: -6px;
        left: 15px;
        width: 160px;
    }
    .parent-menu{
        min-width: 100%;
    }
    #drop-list-loop ul li > ul{
        width: 100%;
        left: 160px;
    }
    #drop-list-loop ul li > ul li{
        width: 100%;
        float: none;
    }
    #drop-list-loop ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Product */
    .product-li .btn{
        padding: 2px 8px;
        font-size: .875rem!important;
    }

    /* Why */
    .why-wrap{
        background-size: auto 1000px!important;
    }
    .why-wrap .icon-pic{
        width: 55px!important;
    }
    .why-wrap .card{
        margin-bottom: 10px;
    }
    .why-wrap .small-txt{
        height: 90px!important;
        font-size: .75rem!important;
        line-height: 1.3!important;
    }
    .why-wrap{
        margin-top: 0;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .why-wrap .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .why-wrap .row .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .why-wrap .title{
        font-size: 1rem!important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* Reviews */
    .reviews-wrap{
        background-size: auto 600px!important;
    }

    /* Step */
    .step-wrap{
        display: none;
    }

    /* Game News */
    .news-wrap{
        background-size: auto 1500px!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }

    /* Support */
    .we-support-wrap{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .we-support-wrap .row .col-12{
        margin-bottom: 0px;
    }
    .we-support-wrap .pay-logo-wrap .logo-card{
        margin-bottom: 10px;
        text-align: center;
    }
    .we-support-wrap .pay-logo-wrap .logo-card img{
        width: 60%;
    }

    /* Site Info */
    .site-info-wrap{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .site-info-wrap .row .col-6{
        margin-bottom: 30px;
    }

    .copyright-info{
        font-size: .75rem;
    }

    /* Page */
    .category-cover{
        height: auto;
        overflow: hidden;
        background-size: auto 240px;
    }
    .category-cover h2{
        font-size: 1rem;
    }
    .category-cover .choice li{
        width: 50%;
        font-size: .75rem;
    }
    .column-name{
        margin-top: 10px!important;
        padding-bottom: 5px!important;
        font-size: 1.5rem;
    }

    .page-game-description{
        margin-bottom: 30px;
    }

    .page-text-wrap table{
        width: 100%!important;
    }
}