/*  Description: Transfer the in-page styles from index.php to a separate CSS file.  Last Updated: 2025-06-03 */

    .add_cart_restricted.rewardbtn {
        background: #fff;
        border: 1px solid #BA8C2A;
        font-size: 11px;
        font-weight: 500;
        color: #BA8C2A;
        padding: 0 5px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        bottom: -30px;
        width: 100%;
        letter-spacing: -0.02em;
    }

    .add_cart_restricted.rewardbtn:hover {
        background: #BA8C2A;
        color: #fff;
    }

    @media only screen and (max-width: 820px) {
        .add_cart_restricted.rewardbtn {
            height: 32px;
        }
    }

    @media only screen and (max-width: 500px) {
        .add_cart_restricted.rewardbtn {
            bottom: 10px;
        }
    }

    .home_ads .bullet > div{
        margin-left:5px;
        margin-bottom:5px;
        box-shadow:0px 0px 0px 1px #dedede;
        width:20px;
        height:20px;
        background-color:#ffffff;
        cursor:pointer;
        opacity:0.2;
    }

    .home_ads .bullet > div:nth-of-type(1), .home_ads .bullet > div:hover{
        opacity:1;
    }
        a.showMore {
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 20px;
        color: #0077C8;
        text-decoration: none;
    }
    a.showMore::after {
        content: "+ VIEW MORE";
    }
    a.showMore.showLess::after {
        content: "- VIEW LESS";
    }
    .main_modal{
        display: none;
        position: fixed;
        z-index: 99999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.7);
        cursor:default;
    }
    .modal-content{
        position: relative;
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
        background-color: rgba(0,0,0,0);
        max-width: 550px;
    }
    .close-btn{
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
        cursor: pointer;
    }
    .modal_banner{
        cursor: pointer;
    }
    .modal_banner img{
        display: block!important;
    }

    .auction_timer{
        width: 100%;
        position: absolute;
        top: 50%;
        left:50%;
        margin-top: 20px;
        transform: translateX(-50%) translateY(-50%);
        background-color: transparent;
        text-align: center;
        color: #fff;
    }
    .auction_countdown{
        display: flex;
        flex-wrap: wrap;
        margin:0 auto;
        max-width:400px;
        background-color: #fff;
        border-radius: 2px;
    }
    .auction_countdown div{
        flex: 1;
    }
    .auction_countdown > div > div:nth-of-type(1){
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 100;
    }
    .auction_countdown > div > div:nth-of-type(2){
        font-size: 36px;
        font-weight:100;
    }
    .auction_countdown > div{
        background: linear-gradient(to bottom, #2c2c2c 31%,#606060 4%,#222222 36%);
        padding: 13px 10px;
        margin: 1px;
        border-radius: 5px;
        color: #fff;
        border: 1px solid #dddddd;
    }

    .lucky_title{
        margin: 0 auto;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
        padding: 5px;
}
    .lucky_title_end{
        line-height: 17px;
        font-weight: 300;
        letter-spacing: 3px;
        font-size: 24px;
}
    .main_visual_table{
        display:flex;
        vertical-align: middle;
}
    .main_visual_table img {
        width: auto;
        height: auto;
        vertical-align: middle;
}
    .eshop {
        padding-bottom: 0!important;
}
    .cny_table_desktop{
        border: 0px solid rgba(0, 0, 0, 0);
        border-collapse: separate;
        text-align: center;
        margin:0 auto;
}
    .cny_table_desktop img {
        height: auto;
        max-width: 100%;
}
    .cny_table_mobile{
        border: 0px solid rgba(0, 0, 0, 0);
        border-collapse: separate;
        text-align: center;
        width: 100%;
        margin:0 auto;
}
    .cny_table_mobile img {
        height: auto;
        max-width: 100%;
}
    .full_logo{
        display: flex;
        flex-wrap: nowrap;
        max-width: 1200px;
        margin: 50px auto 0;
        align-items: center;
        text-align: center;
        position: relative;
        overflow-y:scroll;
}
    .full_logo > div{
        margin: 0 10px;
        cursor: pointer;
        top: 0;
        transition: top ease 0.5s;
        position: relative;
        flex:1;
}
    .full_logo > div:hover{
        top: -5px;
}
    .full_logo img{
        max-width: 100px;
        width: 100%;
}
    /* .full_logo > div::before{
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #5e4514;
        mix-blend-mode: hue;
        margin-bottom:5px;
} */
    .full_logo::-webkit-scrollbar {
        display: none;
}




.home_member{
    padding: 30px 20px;
    min-height: 280px;
    text-align:center;
    box-shadow: 0px 0px 2px #d1d1d1;
    background:url('/library/images/tc/home/bottom_bg_1117.jpg') no-repeat center top;
    background-size:cover;
    text-shadow:0px 1px 0px #fff;
    font-family: "Montserrat","Noto Sans SC",chinese;
}
.home_member > div:nth-of-type(1){
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
}

.home_member > div:nth-of-type(2){
    font-size: 22px;
    letter-spacing: 2px;
    color: #818080;
    font-weight: 200;
}
.home_member_benefit{
    font-size:16px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding: 20px;
}
.home_member_benefit > div{
    margin:20px;
    padding:20px;
    background-color: #dddddd59;
    border-radius:10px;
    /* box-shadow:inset 0px 3px 0px #b9400f; */
    width: 260px;
}
.home_member_benefit > div > div:nth-of-type(2) > div:nth-of-type(1){
    font-size:22px;
    margin-bottom:10px;
    color:#b93f0e;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom:10px;
}

.home_member_benefit > div > div:nth-of-type(2) > div:nth-of-type(2){
    font-size:15px;
    color: #404040;
}
.home_ads_right > div:nth-of-type(1), .home_ads_right > div:nth-of-type(3){
    min-height:initial;
    height:250px;
    margin-top:100px;
}
.home_ads_right > div:nth-of-type(1) > div:nth-of-type(1), .home_ads_right > div:nth-of-type(3) > div:nth-of-type(1){
    width:550px;
    height:250px;
}
.home_ads_right > div:nth-of-type(1) > div:nth-of-type(1) > div, .home_ads_right > div:nth-of-type(3) > div:nth-of-type(1) > div{
    width:100%;
}


@media only screen and (max-width: 768px) {
    .full_logo{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    /* iframe{
        height: 250px;
        max-height: 55vh;
    } */
    .home_member{
        padding: 20px 0px;
        min-height: 300px;
    }

    .home_member > div:nth-of-type(1){
        font-size: 26px;
        line-height: 44px;
    }
    .home_member > div:nth-of-type(2){
        font-size:16px;
    }
    .home_member > div:nth-of-type(1) span{
        display:block;
    }
    .home_member_benefit > div{
        flex:0 0 42%;
    }
    .home_member_benefit > div > div:nth-of-type(2) > div:nth-of-type(1){
        font-size:15px
    }
    .home_member_benefit{
        padding: 20px 0;
    }
    .mobile_benefit {
        width: unset;
    }
    .home_member_benefit > div{
        margin:10px;
        padding:20px;
    }
    .full_logo img{
        min-width: 85px;
    }
}

