/* Bootstrap */
.btn{
    border-radius: 50px;
}
.card{
    border-radius: 8px;
}

/* __________________Font__________________ */
@font-face {
    /* font-properties */
    font-family: lemo;
    src:url("../font/LEMONMILK-Medium.otf"),
    url("../font/LEMONMILK-Medium.otf"),
    url("../font/LEMONMILK-Medium.otf"); /* IE9 */
}
@font-face {
    /* font-properties */
    font-family: lemobold;
    src:url("../font/LEMONMILK-Bold.otf"),
    url("../font/LEMONMILK-Bold.otf"),
    url("../font/LEMONMILK-Bold.otf"); /* IE9 */
}
.lemo-font-reg{
    font-family: lemo;
}
.lemo-font-bold{
    font-family: lemobold;
}
.font-weight300{
    font-weight: 300;
}

/* __________________Global___________________ */

/* Margin Top */
.margin-top15{
    margin-top: 15px;
}
.margin-top30{
    margin-top: 30px;
}

/* Hide */
.hidden{
    display: none;
}

/* Icon */
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* Copy */
.case_w .copyCode{
    display: none;
}
.show_count{
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    top: 365px;
    z-index: 2;
    display: none;
    border-radius: 6px;
}
.show_count .code{
    border: 1px dashed #fff;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fdfe72;
    font-family: lemo;
}
/* 複製提示框 */
.alert_ok{
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    position: fixed;
    z-index: 10000;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -30px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
    text-align: center;
    padding: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    border: 0;
}
.alert_ok svg{
    color: #57cc99;
}

/* Product Color Label */
.product-color-label{
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 30px;
    border: 2px solid #ccc;
}
.product-color-label img{
    width: 100%!important;
    vertical-align: inherit;
}

/* Logo */
.payme-logo{
    height: 40px;
}

/* Header */
.header-bar{
    background: rgba(0,0,0,0.15);
}
.header-bar .text-warning{
    color: #ffcb57!important;
    text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}
.header-bar .nav{
    font-size: 18px;
}
.light-header{
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #d8d8d8;
}
.light-header .link-light{
    color: #222;
}
.back_site{
    font-size: 14px;
}

/* Cover */
.first-cover{
    /*height: 789px;*/
    /*background-image: url("../img/cover1.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    margin-top: -75px;
}
.first-cover img{
    width: 100%;
}

/* Sale Wrap */
.sale-wrap-1{
    /*top: -75px;*/
    box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    margin-top: 30px;
    margin-bottom: 120px;
}
.sale-wrap-1 .card-header{
    padding: 1.25rem 1rem;
    font-weight: bold;
}
.sale-wrap-1 .card-body{
    padding: 0;
}
.sale-wrap-1 .card-body .row{
    margin: 0;
}
.sale-wrap-1 .card-body .img-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.sale-wrap-1 .card-body .img-box img{
    width: 60%;
    margin: 2px 0;
}
.sale-wrap-1 .card-body .line-right-none{
    border-right: 0;
}
.sale-wrap-1 .card-body .line-boot-none{
    border-bottom: 0;
}

/* __________________Brand__________________ */

/* Logitech */
.brand-logitech{
    background-color: #f4f4f4;
    background-image: url("../img/logi-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 750px;
    height: 450px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    padding: 60px 0;
}
.brand-logitech h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 10px;
}
.brand-logitech p{
    font-size: 20px;
}
.brand-logitech .brand-logo{
    height: 50px;
    display: inline-block;
    margin: 15px 0;
}
.brand-logitech .text-primary{
    color: #3db7fb!important;
}
.logitech-more-product{
    background: #f4f4f4;
    border-radius: 8px;
    height: 416px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logitech-more-product img{
    height: 60px;
    margin-right: 30px;
}
.logitech-more-product-2{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.logitech-more-product-2 img{
    width: 100%;
}
.logitech-more-product-2 .more-logi{
    min-width: 240px;
    min-height: 40px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -120px;
    z-index: 2;
}

/* CBS */
.cbs-bg-wrap{
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 40px;
}
.brand-cbs{
    background-color: #f4f4f4;
    background-image: url("../img/cbs-bgv2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1600px;
    height: 500px;
    margin-top: 15px;
    /*margin-bottom: 60px;*/
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.brand-cbs .brand-logo{
    height: 75px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.brand-cbs h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 10px;
}
.brand-cbs p{
    font-size: 20px;
}

/* ASUS ROG */
.brand-asus{
    background-color: #000;
    background-image: url("../img/rog-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1050px;
    height: 450px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    padding: 60px 0;
    color: #fff;
}
.brand-asus h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 10px;
}
.brand-asus p{
    font-size: 20px;
}
.brand-asus .brand-logo{
    height: 75px;
    display: inline-block;
    margin: 15px 0;
}
.brand-asus .text-primary{
    color: #3db7fb!important;
}

/* Steelseries */
.brand-steel{
    background-color: #000;
    background-image: url("../img/steebg.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1050px;
    height: 450px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    margin-top: 30px;
}
.brand-steel h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
}
.brand-steel p{
    font-size: 20px;
}
.brand-steel .brand-logo{
    height: 75px;
    display: inline-block;
    margin: 60px 0 15px 0;
}
.brand-steel .text-primary{
    color: #3db7fb!important;
}

/* HyperX */
.brand-hyperx{
    background-color: #000;
    background-image: url("../img/hyperx-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1350px;
    height: 450px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    margin-top: 30px;
}
.brand-hyperx h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
}
.brand-hyperx p{
    font-size: 20px;
}
.brand-hyperx .brand-logo{
    height: 75px;
    display: inline-block;
    margin: 15px 0;
    margin-top: 65px;
}
.brand-hyperx .text-primary{
    color: #3db7fb!important;
}

/* ASUS Display */
.brand-asus-display{
    background-color: #000;
    background-image: url("../img/displaybg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1800px;
    height: 450px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    margin-top: 30px;
}
.brand-asus-display h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
}
.brand-asus-display p{
    font-size: 20px;
}
.brand-asus-display .brand-logo{
    height: 75px;
    display: inline-block;
    margin: 60px 0 15px 0;
}
.brand-asus-display .text-primary{
    color: #3db7fb!important;
}

.go-more-product-page-link{
    height: 306px;
    background: #000;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.go-more-product-page-link img{
    width: 160px!important;
    margin-bottom: -120px;
}

/* Hot Game */
.brand-hot-game-big-wrap{
    background: #ff6e7f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #bfe9ff, #ffd7d7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #bfe9ff, #ffd7d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 25px;
}
.brand-hot-game-big-wrap .cover{
    height: 520px;
    position: relative;
    background-image: url("../img/hotgame-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50%;
}
.brand-hot-game-big-wrap .cover h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 80px;
}
.brand-hot-game-big-wrap .payme-logo-xs{
    width: auto;
    height: 25px;
    display: inline-block;
    right: auto;
    border-radius: 0;
}

/* Brand Discount */
.brand-discount-wrap{
    padding: 75px 0;
    min-height: 630px;
    background-image: url("../img/dzbg.gif");
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
}
.brand-discount-wrap h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.brand-discount-wrap img{
    border-radius: 8px;
    width: 100%;
    margin-bottom: 30px;
}

/* Product List */
.product-list{
    margin-bottom: 60px;
    position: relative;
}
.product-list img{
    width: 100%;
    border-radius: 8px;
}
.product-list p{
    margin-bottom: .75rem;
}
.product-list .attribute{
    margin: 0;
    padding: 0;
}
.product-list .attribute li{
    list-style-type: none;
    font-size: 12px;
    float: left;
    border: 1px solid #82878b;
    margin-right: 10px;
    padding: 0 5px;
    border-radius: 30px;
    color: #82878b;
}
.product-list .label{
    background: #3db7fb;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 2px 12px;
    font-family: lemo;
}
.product-list .price{
    font-family: lemo;
    font-size: 1.25rem;
    color: #697172;
}
.product-list .original-price{
    font-family: lemo;
}
.product-list .product-block{
    display: block;
    overflow: hidden;
    color: #2f3132;
    text-decoration: none;
}

/* Hot Game Product */
.hotgame-product-4{
    padding-top: 60px;
    display: block;
    color: #212529;
    text-decoration: none;
}
.hotgame-product-4:hover{
    color: #212529;
}
.hotgame-product-4 img{
    width: 100%;
    position: relative;
    right: -50px;
}
.hotgame-product-4 .row{
    display: flex;
    align-items: center;
}
.hotgame-product-4  .price{
    font-family: lemo;
    font-size: 1.8rem;
}

/* Phone Nav */
.phone-nav-wrap{
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d40013;
    z-index: 999;
    padding: 30px 15px;
    color: #fff;
}
.phone-nav-wrap .nav-list{
    margin: 0;
    padding: 0;
}
.phone-nav-wrap .nav-list li{
    list-style-type: none;
}
.phone-nav-wrap .nav-list li a{
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 18px;
}
.show-phone-nav-btn{
    display: none;
}

.block_guide h3{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 50px;
    text-align: center;
}
.block_guide img{
    display: block;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px #e0e0e0;
}

/* Lee */
@media (max-width: 767.98px) {
    .block_guide img{
        width: 100%;
    }

    .case_w .copyCode{
        display: block!important;
        top: 303px!important;
    }

    .show-phone-nav-btn{
        display: inline-block;
        position: absolute;
        right: 10px;
        border-radius: .28rem!important;
        padding: 0.175rem 0.55rem;
        font-size: 1.25rem;
    }
    .t_nav_close{
        display: none;
        border: 0;
    }

    .header-bar a{
        margin-bottom: 0!important;
    }
    .header-bar .text-warning{
        color: #ffcb57!important;
    }
    .site-nav-list{
        display: none;
    }
    .site-back-btn{
        display: none;
    }
    .brand-discount-wrap{
        padding: 50px 0;
    }
    .brand-discount-wrap h3{
        font-size: 26px;
    }
    .brand-hot-game-big-wrap .cover h3{
        font-size: 26px;
        margin-top: 60px;
    }
    .hotgame-product-4 img{
        width: 80%;
        right: auto;
        margin-bottom: 15px;
    }
    .hotgame-product-4{
        padding-top: 30px;
    }
    .brand-hot-game-big-wrap .cover{
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
        background-image: none;
    }
    .sale-wrap-1{
        margin-bottom: 70px;
    }
    .brand-cbs{
        background-image: none;
        height: 380px;
        padding-top: 10px;
    }
    .brand-cbs .brand-logo{
        height: 50px;
    }
    .brand-cbs h3{
        font-size: 35px;
    }
}