@charset "UTF-8";

@media print{

}

@media only screen and (max-width: 1200px) {
    .header2 .row>div {
        margin: 0 ;
    }

}

/*
xs <576px
sm ≥576px
md ≥768px
lg ≥992px
xl ≥1200px
xxl ≥1400px
*/



@media only screen and  (min-width: 1600px) {
    
    .px-xl-10{
        padding-left: 6rem ;
        padding-right: 6rem ;
    }
}
@media only screen and  (max-width: 1600px) {
    .qr_login .g2 .login_line ,.qr_login .g3 .login_line {
        top:25%
    }
 
}

@media only screen and (min-width: 821px) and (max-width: 1200px) {
    .header2 .row>div {
        max-width: 125px;
        line-height: 16px;
        margin: 0;
    }

    header .header-right .rewards, header .header-right .cartimg, header .header-right .wishlist {
        margin-right: 20px;

    }
    .subrightdiv>div, .subrightdiv > a {
        padding-left: 15px;
    }
    .div_header_username {
        min-width: 100px;
    }
}
 
@media only screen and (max-width: 820px) {
    
    .header1{
        min-height:120px;
    }
    
    .btn_remove_like {
        right: 0px;
        top: -5px;
    }
    header .header_text_1 {
        font-size: 20px;
        font-weight: 400;
    }
    
    .subrightdiv>div, .subrightdiv > a {
        padding-left: 5px;
    }
    
    .header-left > div {
        padding: 9px 25px;
    }
    .header-left > div {
        padding: 10px;
    }
.header-left {
  /*  max-width: 220px;*/
}
}    

@media screen and (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media screen and (max-width:1600px){
    .footerlogo{
        right: 0;
    }
}

@media screen and (max-width:1200px){
    .footerlogo{
        position: relative;
    }

    .footer_row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width:991px){
    .header2 .row>div{
        margin: 0;
    }
    .catemenu{
        justify-content: space-between;
    }
}

@media screen and (max-width:991px){
    .header2 .row>div{
        margin: 0;
    }
    
    .shopping_cart .div_bottom_price {
        position: inherit;
        
    }

}

@media screen and (max-width:767.9px){
    
    .zh .header-left > div , .sc .header-left > div {
        padding: 0 10px;
    }
    .en .header-left > div {
        padding: 5px  10px;
    }
    
    
    
    .col-lg-7.header-right{
        padding-top: 30px;
    }
    
    .div_header_username {
        padding: 0 0 20px 15px;
        position: absolute;
        left: 0;
        top: 0px;
    }
    
    .en .header_text_1{
        font-size: 3.5vw;
    }
    

    
    .header-left a.logo{
        width:35%
    }
     .header-left .header_text_1 {
        width:75%;
        height: 40px;
    }
    
    .header-left{
        flex: 0 0 auto;
        max-width:100%;
        display: flex;
        flex-direction: row;
    }
    
    .searchdiv{
        display: none;
    }
    header .header2{
        display: none;
    }
    .navbtn{
        display: block;
    }
    .footer_row {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .footertop {
        padding-bottom: 1.5rem!important;
    }

    .subrightdiv .langswitch,.subrightdiv .searchbtn,.subrightdiv .accountbtn{
        display: none;
    }
    header .header-right .rewards{
        margin-right: 10px;
    }
    header .header-right .cartimg, header .header-right .wishlist{
        margin-right: 20px;
    }

}
@media only screen and (min-width: 577px) and (max-width: 820px) {
    
    


    

    .submeun-content .col_000{
        color:#000
    }
    
    .fs-5{
        font-size: 16px  !important;
    }
    .fs-6{
        font-size: 14px  !important;
    }

    .wishlist .item{
        width:33.3%
    }
}


@media only screen and (max-width: 576px) {
    
    header .header-right img {
    width: 30px;
    height: auto;
}

.navbtn{
        width: 38px;
    overflow: hidden;
}
    
    
    .div_header_username {
       width: calc(100vw - 240px);
        margin-right: 0 !important;
    }
    
    .div_hid_over_name{
        height: 50px;
        overflow: hidden;
    }
    
    
    .div_xs_top_up img{
        width: 50px;
    }
    .div_xs_top_up a{
        color:#FFF
    }
    
    .en .div_xs_top_up{
    font-size: 11px;    
    }
        .div_xs_top_up{
    display: block;
    font-size: 14px;
    
    
        
}
    
    .wishlist .item {
    width: 50%;
}

    .terms_and_conditions table td, .terms_of_use table td {
        padding: 5px;
    }

    .m_newline{
        display:block;
    }
    .txn_item .lh {
        line-height: 40px;
    }

    .mobile_menu .submeun-content a {
        color: #000;
    }

    .bg_half{
        background: #FFF
    }

    .mobile_hide {
        display: none;
    }

    .w-retail_price{
        width:50%
    }

    .br_none_m{
        border:none
    }

    .shopping_cart .div_bottom_price{
        position: inherit
    }


    input[type=checkbox]{
        width: 20px;
        height: 20px;
    }

    .fs-6 {
        font-size: 14px !important;
    }

}