@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

*{
    font-family: 'Noto Sans TC', sans-serif;
}

.jk_progress_shopsidebar_section{
    position: sticky;
    /* bottom: 100px; */
    width: 80%;
}
.jk_progress_container{
    margin:10px 0;
}
.jk_title {
    font-size: 12px;
}
.jk_progress_a {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 5px 0;
    height: 10px;
    width: 100%;
    transition: 1s ease 0.3s;
}
.jk_progress-done_a {
    background: linear-gradient(to left, #F2709C, #FF9472);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    font-size: 8px;
}
.jk_progress_b {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 5px 0;
    height: 10px;
    width: 100%;
    transition: 1s ease 0.3s;
}
.jk_progress-done_b {
    background: linear-gradient(to left, #F2709C, #FF9472);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    font-size: 8px;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;/* change if the mask should be a color other than white */
	z-index:99; /* makes sure it stays on top */
}

#preloaderstatus {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally on the screen */
    top:50%; /* centers the loading animation vertically on the screen */
    background-image:url('/member/img/Loading.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.headerfont{
    font-size: 13px;
}

.shopnavbar{
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 3;
    transition: .3s ease;
}

.navbar-brand{
    font-weight: bold;
}

.navbar-nav > li{
    margin-left:10px;
    margin-right:10px;
    font-weight: 500;
}

.sliderbar > li{
    line-height: 40px;
}

.sliderbarfont{
    font-size: 14px;
}

.data-header{
    font-size: 30px;
}

.sales-profile p{
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
}

.pagecontentt{
    width:700px;
    margin:0 auto;
}

#content{
    width:62%;
    margin: auto;
}

.color-white{
    color:white;
}

.color-black{
    color:black;
}

.color-gray{
    color:gray;
}

.color-grayheader{
    color:#9b9b9b;
}
.color-gold{
    color: rgb(218,165,32);
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text; /* text */
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 20px rgba(212,175,55,.5);
}

.bg-color-gray-light{
    background-color:#f6f5f5;
}

.bg-color-white{
    background-color:#fff;
}

.bg-color-black{
    background-color:#000;
}

.listnav .nav-tabs .active{
    border-radius:20px;
    padding: 8px 15px;
}

.listnav a:hover{
    color:#000;
    border: 1px solid transparent;
    border-radius:20px;
}

.color-light{
    color:#9b9b9b;
}

.color-event{
    color:#56ba97;
    font-weight: 700;
}

.remarktext{
    color: #9b9b9b;
    line-height: 1.5;
    font-size: 13;
    letter-spacing: .5px;
}

.urlpoint{
    cursor: pointer;
}

.urlpointer{
    cursor: pointer;
}

.urlpointer:hover{
    color: #007bff;
}

.urlpointercolse{
    cursor: pointer;
}


dialog{
    border: none;
    box-shadow: 0 2px 6px #ccc;
    border-radius: 10px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.1);
}

.font10{
    font-size:10px;
}

.font11{
    font-size:11px;
}

.font12{
    font-size:12px;
}

.font13{
    font-size:13px;
}

.font14{
    font-size:14px;
}

.font15{
    font-size:15px;
}

.font16{
    font-size:16px;
}

.font17{
    font-size:17px;
}

.font18{
    font-size:18px;
}

.font19{
    font-size:19px;
}

.font20{
    font-size:20px;
}

.font21{
    font-size:21px;
}

.font22{
    font-size:22px;
}

.font23{
    font-size:23px;
}

.font24{
    font-size:24px;
}

.font25{
    font-size:24px;
}

.font26{
    font-size:26px;
}

.font27{
    font-size:27px;
}

.font28{
    font-size:28px;
}

.font29{
    font-size:29px;
}

.font30{
    font-size:30px;
}

.font31{
    font-size:31px;
}

.font32{
    font-size:32px;
}

.font33{
    font-size:33px;
}

.font34{
    font-size:34px;
}

.font35{
    font-size:35px;
}

.font36{
    font-size:36px;
}

.font37{
    font-size:37px;
}

.font38{
    font-size:38px;
}

.font39{
    font-size:39px;
}

.font40{
    font-size:40px;
}

.from{
    margin:20px 10px 0 10px;
    width:100%;
}

.fromnoborder{
    margin:20px 0 0 0;
    width:100%;
}

.from > input{
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    height: 2.5em;
}

.from > input:focus {
    border-bottom: 2px solid #26a69a;
}

.from > select{
    all: unset;
    padding-right: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
    background-size: 16px;
    transition: .2s ease-in-out;
    width: 100%;
    height: 2.5em;
}

.from > select:focus {
    border-bottom: 2px solid #26a69a;
}

.fromnoborder > input{
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    height: 2.5em;
}

.fromnoborder > input:focus {
    border-bottom: 2px solid #26a69a;
}

.inputline > input:focus {
    border-bottom: 2px solid #26a69a;
}

.fromnoborder > select{
    all: unset;
    padding-right: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
    background-size: 16px;
    transition: .2s ease-in-out;
    width: 100%;
    height: 2.5em;
}

.fromnoborder > select:focus {
    border-bottom: 2px solid #26a69a;
}

.checkoutnote > textarea {
    outline: none;
    min-height: 150px;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    line-height: 22px;
    border:none;
    border-bottom: 2px solid #fff;
    transition: .3s ease;
}

.checkoutnote > textarea:focus {
        border-bottom: 2px solid #26a69a;
        outline: 0 none;
}

.shop__container{
    max-width:1000px;
    margin:0 auto;
    padding-bottom: 50px;
}

.align__container{
    width: 95%;
    height: 100%;
    margin: auto;
    padding-top: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.productlist__header{
    top: 85px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    background-color: #FFF;
    right:0;
    z-index: 2;
}
.productlist__header__container{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productlistbox{
    width: 100%;
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 20px;
}

.productDetail__container{
    width: 100%;
    padding-top:85px;
}
.cart__container{
    padding-top: 85px;
}
.checkout__container{
    padding-top: 85px;
}

.product__alignBox{
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0
}

.jpshopproductbox{
    border-radius: 1em;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.1); */
    transition: .3s ease;
}
.jpshopproduct a{
    transition: .3s ease;
}
.jpshopproduct a:hover{
    color:#000;
    opacity: .85;
    text-decoration:none;
    transition: .3s ease;
}
.jpshopproductbox_soldout{
    border-radius: 1em;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.1); */
    position: relative;
}

.jpshopproduct .price{
    margin-top: 5px;
    font-size:13px;
    font-weight:700;
}

.jpshopproduct .price .ic{
    color: rgba(0,0,0,.54118);
    font-size: .75rem;
    font-weight:normal;
}

.jpshopimg{
    height:315px;
    width:100%;
    object-fit: contain;
    border-radius: 1em;
}

.jpshopimg-newproduct{
    height:490px;
    width:100%;
    object-fit: contain;
    border-radius: 1em;
}

.soldout{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
    font-size: 50px;
    font-weight: bold;
    /* color: rgb(3, 0, 151); */
    color: #FFF;
    text-shadow: 0.1em 0.1em 0.2em black
    /* text-shadow: #FFF 0.1em 0.1em 0.2em; */
}



.wrapperr {
    margin-top:20px;
    display: flex;
    width: 100%;
    align-items: stretch;
}

#shopsidebar {
    top: 135px;
    width: 200px;
    height: calc(100vh - 85px);
    position: sticky;
    padding-top: 25px;
    padding-left: 2px;
    padding-right: 25px;
    transition: all 0.3s;
    overflow-y: scroll;
    z-index: 1;
    display: grid;
}
#shopsidebar::-webkit-scrollbar {
    display: none;
}

#shopsidebar ul li{
    padding:10px 0;
}

#shopsidebar ul li a{
    padding:5px;
    color:black;
}

#shopsidebar ul.list-unstyled{
    padding:10px;
}

#shopsidebar ul li.active>a,
a[aria-expanded="true"] {
    text-decoration: underline;
}

#shopsidebar ul li a:hover {
    opacity:0.4;
}

.remarkText{
    color: #9b9b9b;
    line-height: 1.5;
    text-align: left;
    letter-spacing: .5px;
}

.nav-item .nav-link{
    border:0;
    color:#a8a8a8;
    font-weight: 700;
}

.nav-item .nav-link:first-child{
    padding-left: 0px;
}
.nav-tabs{
    border:0;
}
.nav-tabs .nav-link.active{
    color:#000;
}


/*------------bootstrap-tabs-------------*/
.popup_contain{
    border-radius: 10px;
    position:relative;
    background:#fff;
    width:90%;
    height:90%;
    top: 50%;  
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 50px;
    overflow: auto;
}
.popupm{
    width:50%;
    height:80%;
}
#imgMax{
    /* fill the window */
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:10px;
    
    /* prepare for the precious load */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    /* make sure the environment is ready to dominate the scene */
    z-index: 10000;
    
    /* div is initially hidden */
    display:none;
    
    /* the fun never ends */
    cursor: zoom-out;
}

.popup_div{
    margin: 0 auto;
    width: 80%;
}

a.popup-nav-menu {
    display: inline-block;
    font-size: 25px;
    font-family: Arial,Helvetica,sans-serif;
    color: gray;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    outline: none;
}

a.popup-nav-menu.active{
    background-color: #fff;
    color: #000;
    border-bottom: 0;
}

a.popup-nav-menu-sub {
    display: inline-block;
    font-size: 20px;
    color: #a8a8a8;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    outline: none;
}

a.popup-nav-menu-sub.active{
    background-color: #fff;
    color: #000;
    border-bottom: 0;
}

.popup-nav-listnav-ul{
    width: 124px;
    border-radius: 50px;
    background-color: #f6f5f5;
}

a.popup-nav-listnav.active{
    border-radius: 20px;
    padding: 8px 15px;
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.popup-tab-content {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #fff;
    overflow: hidden;
    line-height: 1.5;
}

.open_popup{
    font-weight: bold;
    font-size: 14px;
}
.popup_body{
    display:none;
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    align-items: center;
}
.popup_body_show{
    border-radius: 30px;
    display:block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    z-index: 90;
}
.popup_back{
    background: rgba(0,0,0,0.4);
    position: fixed;
    left:0;right:0;top:0;bottom:0;
}

.popup_close{
    position: absolute;
    right:10px;
    top:10px;
    color: #fff;
    border-radius: 50%;
}



/*------------qty--------------*/
.qty-container{
display: flex;
}
.qty-container .input-qty{
text-align: center;
padding: 6px 10px;
border: 1px solid #d4d4d4;
max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
border: 1px solid #d4d4d4;
height: 38px;
width: 38px;
transition: 0.3s;
}
.qty-container .qty-btn-plus{
margin-left: -1px;
}
.qty-container .qty-btn-minus{
margin-right: -1px;
}

.qtycart-container{
    display: flex;
    }
    .qtycart-container .input-qtycart{
    text-align: center;
    max-width: 30px;
    }
    .qtycart-container .qtycart-btn-minus,
    .qtycart-container .qtycart-btn-plus{
    border: 0px solid #d4d4d4;
    height: 38px;
    width: 38px;
    transition: 0.3s;
    }
    .qtycart-container .qtycart-btn-plus{
    margin-left: -1px;
    }
    .qtycart-container .qtycart-btn-minus{
    margin-right: -1px;
    }


/*---------------------------*/
.btn-cornered,
.input-cornered{
border-radius: 4px;
}
.btn-rounded{
border-radius: 50%;
}
.input-rounded{
border-radius: 50px;
}





/*-----------cartbtn------------*/
.subcolor{
    border:2px solid #EEE;
    border-radius: 0.6rem;
}

.button-group-input {
position: absolute;
z-index: -1;
opacity: 0;
}

.button-group-input:checked + .subcolor {
    color: #000;
    background-color: #FFF;
    border-color: #000;
}


/*-----------collapsible----------*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}


/*---------shopmobilemenu----------*/
  .overlay {
    display: block;
    position: fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 99999; 
  }
  
  .overlay nav {
    position: relative;
    top: 5vh;
    font-size: 1em;
    background-color: none; 
  }
  
  .overlay ul {
    list-style: none;
    margin: 0 auto;
  }
  
  .overlay ul li a {
    text-decoration: none;
    color: #000; 
  }
  
  .overlay-close {
    position: absolute;
    color: #000;
    font-size: 25px;
    height: auto;
    left:16px;
    top: 10px; 
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .overlay-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .overlay-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
  }

/*-----------ticket-----------*/
.ticket_container{
    margin:10px auto;
}
.ticket_box{
    /* width: 27em; */
    color: #fff;
    font-family: sans-serif;
}
.tickets{
    background: linear-gradient(to bottom, #A38A00 0%, #A38A00 26%, #ecedef 26%, #ecedef 100%);
    height: 250px;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 10px;
}
.tickets.l{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 80%;
}
.tickets.r{
    width: 20%;
    border-left: .18em dashed #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tickets.r:before,
.tickets.r:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #fff;
    border-radius: 50%;
    left: -.5em;
}
.tickets.r:before {
    top: -.4em;
}
.tickets.r:after {
    bottom: -.4em;
}

.tickets .title{
    font-size: 28px;
    font-weight: bold;
}



@media (max-width:768px)  {
    .tickets{
        height: 150px;
        padding: 5px;
    }
    .tickets.l{
        width: 70%;
    }
    .tickets.r{
        width: 30%;
    }
    .tickets .title{
        font-size: 18px;
    }
}


/*-----------shopsearch-----------*/
    #shopsearch {
        background: rgba(13,40,64) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQBJREFUeNqslI0RgyAMhdENWIEVWMEVXIGO0BW6Ah2hHcGOoCPYEewINFzBe9IA9id37w4kfEZesHHOCSYUqSPJML+RJlELDwN1pMHxMZNMkr8RTgyz2YPH5LmtwXpIHkOFmKhIlxowDmYAycKnHAHYcTCsSpXOJCie6YWDnXKLGeHLN2stGaqDsXXrX3GFcYcLrfhjtKEhffQ792gYT2nT6pJDjCw4z7ZGdGipOIqNbXIwFUARmCbKpMfYxsWJBmCEDoW7+gYUTAU2s3HJrK3AJvMLkqGHFLgWXTckm+SfSQexs+tLRqwVfgvjgMsvMAT689S5M/sk/I14kO5PAQYAuk6L1q+EdHMAAAAASUVORK5CYII=) no-repeat 6px 6px;
        text-indent: .75em;
        display: inline-block;
        border: 0 none;
        width: 0;
        height: 2em;
        border-radius: 2em;
        -webkit-transition: .2s;
        transition: .2s;
        outline: none;
        padding: 1em 1em;
        cursor: pointer;
        font-weight: inherit;
        font-size: inherit;
        font-family: inherit;
        color: #0d2840;
        vertical-align: baseline;
    }

    #shopsearch:hover, #shopsearch:focus {
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5JREFUeNqsVLtOw0AQtIMlRJHCEhUVMg398QEUSZnSfILzCXxDPsFu6XAJHWnTcS1lWsprKdmLxtKwvjVBYaTV7cm+udnX5fPb+yyBSmwhVmK/FfPZLyjUPhI8YtXYi23EOovs7PzyevAbsWeoGg5HNUHsCipX8F9TZDOstVgLPxIsxW6w3sHv6dJ2StkLbh6IPtR/AWRfSIET20H9D2U1hfaAgxY2KMagcBSmg9/rmwx0lBqTzGfHoVfVHxXgXzCjHNRHnnHke4vMGc2q0RBR0GSeCLlpLaJGFWKUszVuib32nih7iTFrjXAPyGnQ48c3Gu5AOVlMtMk6NZuf+FiC+AIhV0T+pBQ5ntXceIJKqKko2duJ2TwoLAz5QTVnagJaXWEO8y/wSMuKH9RTJoCTHyNZFidOUEfNu/8WYAAOXUT04MOtlwAAAABJRU5ErkJggg==) 6px 6px no-repeat;
    }

    #shopsearch:focus {
        width: 100%;
        cursor: text;
    }


    /* userdialog */
    .no-close .ui-dialog-titlebar-close {
        display: none;
    }

    .no-close .ui-dialog-titlebar{
        display: none;
    }



    .content__container{
        padding: 50px 20px 0 20px;
    }
    .admsidebar{
        /* padding-top: 50px;
        padding-left: 50px; */
        width: 130px;
        position: fixed;
    }

    .admalign__container{
        padding-top: 100px;
        width: 95%;
        margin: auto;
    }
    #headermenu{
        position: fixed;
        width: 100%;
        height: 85px;
        background-color: #FFF;
        z-index: 3;
        box-shadow: 5px 5px 5px hsla(0,0%,78.4%,.2);
    }

    #mobileheader{
        position: fixed;
        top:0;
        width: 100%;
        background-color: #FFF;
    }

    .mobileheader_shadow{
        box-shadow: 5px 5px 5px hsla(0,0%,78.4%,.2);
        background-color: #FFF;
        z-index: 3;
    }
    
    .header_shadow{
        box-shadow: 5px 5px 5px hsla(0,0%,78.4%,.2);
        background-color: #FFF;
        z-index: 3;
    }

    .profile_state{
        margin-top: 85px;
        width:100%;
        color:#FFF;
        background-color: #dc3545;
        text-align: center;
        position:fixed;
        z-index:999;
    }

    .blockLine{
        margin: 20px 0px;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #efefef;
    }

@media (max-width:768px)  {
    .shopnavbar{
        width: 100%;
        height: 65px;
        border-bottom: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 3;
        transition: .3s ease;
    }
    .content__container{
        padding-top: 70px;
    }
    .productDetail__container{
        padding-top: 65px;
    }
    .cart__container{
        padding-top: 65px;
    }
    .checkout__container{
        padding-top: 65px;
    }

    .admsidebar{
        display: none;
    }

    #headermenu{
        display: none;
    }
    
    #shopheader{
        display: none;
    }

    #footor{
        display: none;
    }

    .mcontainer{
        padding:15px;
    }

    #content{
        width:100%;
    }

    .jpshopproduct{
        margin:0 auto 20px auto;
    }

    #shopsidebar{
        display:none;
    }

    .productlist__header{
        top: 65px;
    }

    .productlistbox{
        width: 90%;
        margin:0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 15px;
    }

    .jpshopimg-newproduct{
        height:260px;
        width:100%;
        object-fit: contain;
        border-radius: 1em;
    }

    #jpshopproduct img{
        width: 100%;
        height:260px;
        margin:0 auto;
    }

    .soldout{
        font-size: 30px;
    }

    .popupm{
        width:80%;
        height:50%;
    }
    .profile_state{
        margin-top: 65px;
    }
}

@media (min-width:320px)  {
    
}
@media (min-width:481px)  {
    
}
@media (min-width:641px)  {
    
}
@media (min-width:961px)  {
    
}
@media (min-width:1024px) {

    #mobileheader{
        display: none;
    }

    #mshopheader{
        display: none;
    }

    #mfootor{
        display: none;
    }
}