
.formTip{
    font-size: 1.4rem;
    color: #ff0000;
}
.popup-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 0 0;
    margin-bottom: 25px;
}
.popup-nav-item {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    background-color: #eee;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.popup-nav-item:hover,.popup-nav-item.current {
    background-color: #fff;
}
.login-page,.sign-page{display: none;}
.login-page.current{display: block;}
.sign-page.current{display: block;}


@media (min-width: 1320px){
    .container {
        max-width: 1200px;
    }
}
#popup-cart .hide-phone{
    display: block;
}
#popup-cart .hide-web{
    display: none;
}
#popup-cart .blockUI{
    z-index: 9999999999 !important;
}
#popup-cart .blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}

#popup-cart header{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #f6f7f8;
    width: 100%;
    height: 230px;
    z-index: 1000;
}
#popup-cart header .cartNum{
    width: 24px;
    height: 24px;
    font-size: 14px;
    transform: scale(0.8);
    font-family: Arial;
    background-color: #000;
    color: #fff;
    margin-left: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .navTop {
    height: 50px;
    background-color: #eee;
    width: 100%;
}
.navTop .container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
#popup-cart .navTop .container .btn{
    font-size: 14px;
    color: #555;
    height: 35px;
    padding: 0px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .navTop .container .btn i{
    font-size: 16px;
    margin-right: 5px;
}
#popup-cart .navTop .container .search{
    margin: 0px 15px;
}
#popup-cart .navTop .container .search i{
    position: absolute;
    z-index: 1;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    cursor: pointer;
}
#popup-cart .navTop .container .search .form-control{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding-left: 0px;
    height: 35px;
}
#popup-cart .navTop .container .search .form-control::placeholder {
    color: #ccc;
    font-size: 14px;
}
#popup-cart .navTop .container .btn.btn-menu{
    width: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
#popup-cart .navTop .container .btn.btn-menu i{
    margin: 0px;
    font-size: 20px;
}
#popup-cart header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
}
#popup-cart header .logo img{
    max-height: 80px;
}
#popup-cart header .navMenu ul{
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart header .navMenu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    transition: all .3s;
    min-height: 35px;
}
#popup-cart header .navMenu ul li > a:hover{
    background-color: #f9f9f9;
}
#popup-cart header .navMenu ul li .subMenu{
  position: absolute;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
  padding: 15px 0px;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  top: 50px;
  border-radius: 15px;
  min-width: 120px;
  left: 50%;
  transform: translateX(-50%);
}
#popup-cart header .navMenu ul li .subMenu a{
    padding: 5px 10px;
    font-size: 15px;
}
#popup-cart header .navMenu ul li .subMenu a{
    color: #fff;
}
#popup-cart header .navMenu ul li:hover .subMenu{
    top: 35px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
#popup-cart header .navMenu ul li:hover .subMenu a:hover{
    background-color: #666;
}
#popup-cart main{
    width: 100%;
    margin-top: 230px;
    min-height: 200px;
}
#popup-cart .banner{
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    /*display: none;*/
}
#popup-cart .swiper{
  width: 100%;
  height: 100%;
}
#popup-cart .swiper-slide{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#popup-cart .bannerSwiper{
    width: 100%;
    overflow: hidden;
}
#popup-cart .banner .swiper-slide{
  overflow: hidden;
  padding: 10px 30px;
}
#popup-cart .banner .swiper-slide > div{
    width: 100%;
    padding-top: calc(100% / 5 * 2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #ccc;
}
#popup-cart .swiper-slide .bgc{
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(30px);
  left: 0px;
  top: 0px;
}
#popup-cart .swiper-pagination-bullet-active{
  background-color: #fff !important;
}
#popup-cart section.prod{
    margin: 30px 0px;
}
.box-title,
section.prod .title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
#popup-cart .box-title h4,
section.prod .title h4{
    font-size: 22px;
    color: #000;
}
#popup-cart .box-title ul,
section.prod .title ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
}
#popup-cart .box-title li,
section.prod .title li{
    /*margin-left: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}
#popup-cart section.prod .title li:before{
    content: '|';
    padding: 0px 10px;
}
#popup-cart section.prod .title li:nth-child(1):before{
    content: '';
    padding: 0px;
}
#popup-cart .box-title li a,
section.prod .title li a{
    /*border-bottom: 1px solid #000;*/
    display: flex;
    align-items: center;
    line-height: 20px;
}
#popup-cart .box-title li a i,
section.prod .title li a i{
    margin-left: 5px;
}
#popup-cart .prods{
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}
#popup-cart .prods .prodBox{
    width: calc(100% / 4 - 36px);
    margin: 18px;
    cursor: pointer;
}
#popup-cart .prods .prodBox .photo{
    width: 100%;
    padding-top: calc(100% - 4px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    transition: all .5s;
    border: 2px solid transparent;
    /*background-color: #fff;*/
}
#popup-cart .prods .prodBox .photo:hover{
    border: 2px solid #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#popup-cart .prods .prodBox .content{
    font-size: 14px;
    padding: 15px 10px;
}
#popup-cart .prods .prodBox .content .prodName{
    height: 24px;
    overflow: hidden;
}
#popup-cart .prods .prodBox .content .price{
    color: #0E2430;
    font-family: 'AR One Sans', sans-serif;
    margin-top: 5px;
}
#popup-cart .prods .prodBox .content .price.red{
    color: #ED6464;
}
.prods .prodBox .content .price span{
    margin-left: 5px;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}
.prodDetail{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#popup-cart .prodDetail .prod-info{
    width: 40%;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}
#popup-cart .prodDetail .prod-info h1.prodName{
    font-size: 26px;
    margin-bottom: 30px;
    color: #000;
}
#popup-cart .prodDetail .prod-info .description{
    margin: 15px 0px;
    font-weight: bold;
    color: #333;
}
#popup-cart .prodDetail .prod-info hr{
    border-top: 1px dashed #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
#popup-cart .prodDetail .prod-photo{
    width: 60%;
    padding-left: 15px;
}
#popup-cart .prodDetail .prod-photo .photo{
    width: 100%;
    padding-top: 100%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
#popup-cart .prodDetail .prod-photo .photos{
    width: calc(100% + 10px);
    margin-left: -5px;
    overflow: hidden;
}
#popup-cart .prodDetail .prod-photo .swiper-slide{
    width: calc(100% / 4 - 10px);
    margin: 0px 5px;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 5px;
}
#popup-cart .prodDetail .prod-photo .swiper-slide > div{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    cursor: pointer;
}
#popup-cart .prodDetail .prod-photo .swiper-slide.choose{
    border-color: #666;
}
#popup-cart .prodDetail .specs{
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow: auto;
}
#popup-cart .prodDetail .specs .btn{
    /*width: auto;*/
    border: 1px solid #000;
    margin-bottom: 7px;
    padding: 0px 20px;
    border-radius: 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}
#popup-cart .prodDetail .specs .btn span{
    text-align: left;
    padding: 5px 0px;
}
#popup-cart .prodDetail .specs .btn span.price{
    text-align: right;
    margin-left: 15px;
}
#popup-cart .prodDetail .specs .btn del{
    color: #ccc;
}
#popup-cart .prodDetail .specs .btn.active,
.prodDetail .specs .btn:hover{
    background-color: #000;
    color: #fff;
}
#popup-cart .prodDetail .priceBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
#popup-cart .prodDetail .priceBox .price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#popup-cart .prodDetail .priceBox .price span{
    font-size: 2em;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    color: #F36A71;
    /*color: #EE887A;*/
}
#popup-cart .prodDetail .priceBox .price del{
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    /*color: #999;*/
    margin-right: 15px;
    margin-top: 5px;
    font-size: 20px;
}
#popup-cart .prodDetail p.info{
    color: #000;
    border-left: 3px solid #000;
    padding-left: 10px;
    line-height: 1em;
    margin-bottom: 15px;

}
#popup-cart .prodDetail .prod-info .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
#popup-cart .prodDetail .prod-info .btns .btn{
    height: 50px;
    width: calc(100% / 2 - 5px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
#popup-cart .prodDetail .prod-info .btns .btn.btn-checkout{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
#popup-cart .prodDetail .prod-info .btns .btn.btn-cart{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
#popup-cart .prodDetail .prod-info .btns .btn i{
    margin-right: 5px;
    transition: all .5s;
}
#popup-cart .prodDetail .prod-info .btns .btn:hover i{
    font-size: 24px;
}
#popup-cart .prodDetail .prod-info .btns .btn.btn-cart:hover{
    box-shadow: 5px 5px 5px #666;
    border-color: #fff;
}
#popup-cart .prodDetail .prod-info .btns .btn.btn-checkout:hover{
    box-shadow: 5px 5px 5px #666;
}
#popup-cart .prodDetail .prod-info .remark{
    font-size: 14px;
    color: #333;
}
#popup-cart .prodDetail .prod-info .share{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
    margin-bottom: -15px;
}
#popup-cart .prodDetail .prod-info .share a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
#popup-cart .prodDetail .prod-info .share a i{
    font-size: 28px;
}
#popup-cart .prodDetail .prod-info .share a.line i{
    font-size: 24px;
}
#popup-cart .prodContent{
    width: 100%;
    padding: 50px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}
#popup-cart .prodContent .photo{
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .prodContent .photo img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
#popup-cart .prodBanner{
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 100px;
}
#popup-cart .prodBanner img{
    width: 100%;
}
#popup-cart .onePage{
    width: 100%;
    padding: 30px 0px;
}
#popup-cart .onePage .prodContent{
    /*min-height: 30vh;*/
}
#popup-cart .footerImg{
    width: 100%;
    height: 50px;
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}
#popup-cart footer.pbimg{
    padding-bottom: 90px;
}
#popup-cart footer{
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #eee;
}
#popup-cart footer .container .footer-content{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
#popup-cart footer .container .left p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    border-left: 3px solid #000;
    line-height: 1em;
    padding-left: 15px;
}
#popup-cart footer .container .left ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    margin-left: 20px;
    flex-wrap: wrap;
}
#popup-cart footer .container .left ul li{
    margin-right: 30px;
    font-size: 14px;
    color: #333;
}
#popup-cart footer .container .left ul li a:hover{
    color: #000;
    font-weight: bold;
}
#popup-cart footer .container .left ol{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
#popup-cart footer .container .left ol li{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 14px;
}
#popup-cart footer .container .invoice{
    font-size: 12px;
    margin-top: 15px;
    color: #333;
}
#popup-cart footer .container .icons{
    display: flex;
    align-items: center;
    justify-content: end;
}
#popup-cart footer .container .icons a{
    font-size: 28px;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#popup-cart footer .container .icons a.line{
    font-size: 26px;
}
#popup-cart footer .copyRight{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}
#popup-cart .error404{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #838689;
}
#popup-cart .error404 i{
    font-size: 5em;
    border: 5px solid;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#popup-cart .error404 p{
    margin-bottom: 5px;
}
#popup-cart .menu-mask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    /*backdrop-filter: blur(10px);*/
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
#popup-cart .menu-mask.open{
    z-index: 9998;
    opacity: 1;
    visibility: visible;
}
#popup-cart .menu-fixed{
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100vh;
    height: 100svh;
    z-index: -1;
    background-color: #fff;
    padding: 30px;
    box-shadow: 2px 2px 5px #333;
    left: -320px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
#popup-cart .menu-fixed.open{
    z-index: 99999;
    left: 0px;
    visibility: visible;
    opacity: 1;
}
#popup-cart .menu-fixed .btn-close{
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 18px;
}
#popup-cart .menu-fixed ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#popup-cart .menu-fixed ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding: 7px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all .5s;
}
#popup-cart .menu-fixed ul > li > a i{
    font-size: 12px;
}
#popup-cart .menu-fixed ul > li > a:hover{
    border-color: #000;
}
#popup-cart .menu-fixed ul > li .subMenu{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
#popup-cart .menu-fixed ul > li .subMenu a{
    padding: 5px;
    font-size: 14px;
    transition: all .5s;
}
#popup-cart .menu-fixed ul > li .subMenu a:hover{
    color: #000;
    margin-left: 5px;
}
#popup-cart .pageNav .page{
    list-style-type: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .pageNav .page li{
    cursor: pointer;
    width: 28px;
    height: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0px 5px;
    background-color: #eee;
    transition: all .5s;
}
#popup-cart .pageNav .page li:hover,
.pageNav .page li.active{
    background-color: #000;
    color: #fff;
}
#popup-cart .quickBox{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    max-width: 500px;
    margin: 30px auto;
}
#popup-cart .quickBox h3{
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
}
#popup-cart .quickBox .formGroup{
    margin-bottom: 30px;
}
#popup-cart .quickBox .formGroup label{
    font-weight: bold;
    border-left: 5px solid #000;
    line-height: 1em;
    padding-left: 10px;
    margin-bottom: 15px;
}
#popup-cart .quickBox .formGroup .form-control{
    height: 50px;
    border-radius: 15px;
}
#popup-cart .quickBox .formGroup .text{
    background-color: #f9f9f9;
    padding: 15px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-radius: 15px;
    font-size: 14px;
}
#popup-cart .quickBox .formGroup .text p{
    margin: 0px;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5em;
}
#popup-cart .quickBox .formGroup > p{
    margin: 5px 0px;
    font-size: 14px;
    padding-left: 10px;
}
#popup-cart .quickBox .step{
    margin-bottom: 30px;
    font-size: 14px;
}
#popup-cart .quickBox .btn{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
#popup-cart .quickBox .prev{
    font-size: 12px;
    margin-top: 15px;
    cursor: pointer;
}
#popup-cart .quickBox .payInfo{
    /*border: 1px solid #000;*/
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
#popup-cart .quickBox .payInfo p{
    color: #999;
    margin-bottom: 5px;
}
#popup-cart .quickBox .payInfo .price{
    font-size: 24px;
    font-family: 'AR One Sans', sans-serif;
    margin-bottom: 10px;
}
#popup-cart .quickBox .payInfo .price span{
    margin-left: 5px;
    font-size: 14px;
    color: #333;
}
#popup-cart .quickBox .agree{
    margin-bottom: 30px;
    cursor: pointer;
}
#popup-cart .quickBox .agree i{
    margin-right: 5px;
}
#popup-cart .quickBox .agree b{
    border-bottom: 1px solid #000;
    margin: 0px 2px;
}
#popup-cart .quickBox .changKind{
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .quickBox .changKind span{
    border-bottom: 1px solid #000;
    font-weight: bold;
    cursor: pointer;
}
#popup-cart .quickResult .quickBox > .center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#popup-cart .quickResult .center i.big{
    font-size: 7em;
    margin-bottom: 15px;
    color: #A8CABA;
}
#popup-cart .quickResult .center i.big.fa-triangle-exclamation{
    color: #FCB95D;
}
#popup-cart .quickResult .center h3{
    margin-top: 15px;
    margin-bottom: 15px;
}
#popup-cart .quickResult .center p{
    margin: 5px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .quickResult .center p i{
    margin-right: 5px;
}
#popup-cart .quickResult .center .btn{
    margin-top: 30px;
}
#popup-cart .cp{
    cursor: pointer;
}
#popup-cart .bootstrap-select .btn-light,
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    background-color: transparent !important;
}
#popup-cart .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
    /*outline-offset: !important;*/
}
#popup-cart #privacyModal .modal-dialog{
    border-radius: 30px;
    overflow: hidden;
}
#popup-cart #privacyModal .modal-body{
    padding: 30px;
}
#popup-cart #privacyModal .modal-body .btn{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
#popup-cart .countdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}
#popup-cart .countdown .countdown-time span{
    font-size: 2em;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    margin-right: 5px;
    color: #F36A71;
}
#popup-cart .bannerFullWrap{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
#popup-cart .bannerFullWrap .bannerFullMask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}
#popup-cart .bannerFullWrap .banner-full{
    width: 80vw;
    max-width: 95vw;
    overflow: hidden;
}
#popup-cart .banner-full .swiper-slide{
  /*overflow: hidden;*/
  padding: 30px;
}
#popup-cart .banner-full .swiper-slide > div{
    width: 100%;
    border-radius: 30px;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
}
#popup-cart .banner-full .swiper-slide .hide-phone{
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .banner-full .swiper-slide .hide-phone img{
    max-height: 80vh;
}
#popup-cart .banner-full .swiper-slide img{
    /*border-radius: 30px;*/
}
#popup-cart .banner-full .swiper-slide .btn{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    right: -7px;
    top: -7px;
    border: 2px solid #fff;
}
#popup-cart .banner-full .noShow{
    color: #fff;
    font-weight: inherit;
    width: calc(100% - 60px);
    position: absolute;
    right: 30px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
#popup-cart .lightboxOverlay{
    position: fixed !important;
    z-index: 999999999 !important;
}
#popup-cart .lightbox{
    z-index: 999999999 !important;
}
#popup-cart .payNotify{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-cart .payNotify .content{
    background-color: #fff;
    width: 500px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#popup-cart .payNotify .content h3{
    font-size: 24px;
    display: flex;
    line-height: 1em;
    padding-left: 15px;
    border-left: 5px solid;
    color: #000;
    margin-bottom: 15px;
}
#popup-cart .payNotify .content p{
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}
#popup-cart .payNotify .content ol li{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
#popup-cart .payNotify .btn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    background-color: #000;
}
#popup-cart @media(max-width: 1180px){

}
#popup-cart @media(max-width: 1024px){
    header .logo{
        height: 100px;
    }
#popup-cart     header{
        height: 200px;
    }
#popup-cart     main{
        margin-top: 200px;
    }
#popup-cart     .prodDetail .prod-info{
        width: 50%;
    }
#popup-cart     .prodDetail .prod-photo{
        width: 50%;
    }
}
@media(max-width: 820px){
    .banner{
        padding: 0px 15px;
    }
#popup-cart     .banner .swiper-slide{
        padding: 10px;
    }
#popup-cart     .prods .prodBox{
        width: calc(100% / 3 - 36px);
    }
#popup-cart     .prodDetail .prod-info{
        width: 60%;
    }
#popup-cart     .prodDetail .prod-photo{
        width: 40%;
    }
#popup-cart     .prodDetail .prod-info{
        padding: 25px;
    }
#popup-cart     .prodDetail .prod-photo .swiper-slide{
        width: calc(100% / 2 - 10px);
        border-radius: 15px;
    }
#popup-cart     .prodDetail .prod-photo .swiper-slide > div{
        border-radius: 10px;
    }
#popup-cart     .prodContent{
        padding: 25px;
    }
}
#popup-cart @media(max-width: 820px){
    header{
        height: 110px;
    }
#popup-cart     main{
        margin-top: 110px;
    }
#popup-cart     .navTop{
        height: 40px;
    }
#popup-cart     header .logo{
        height: 70px;
    }
#popup-cart     header .logo img{
        max-height: 90%;
        max-width: 70%;
    }
#popup-cart     .banner .swiper-slide{
        padding: 0px 10px;
    }
#popup-cart     .navMenu{
        display: none;
    }
#popup-cart     .navTop .container .btn{
        padding: 0px 5px;
        font-size: 13px;
    }
#popup-cart     .navTop .container .search{
        display: none;
    }
#popup-cart     .banner{
        padding: 0px;
    }
#popup-cart     .banner .swiper-slide > div{
        border-radius: 15px;
    }
#popup-cart     section.prod .title h4{
        font-size: 18px;
        margin: 0px;
    }
#popup-cart     section.prod .title ul li{
        font-size: 12px;
    }
#popup-cart     .prodBanner{
        border-radius: 15px;
    }
#popup-cart     .prods{
        margin-left: -9px;
        margin-right: -9px;
    }
#popup-cart     .prods.slide{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE ��� Edge */
        scrollbar-width: none;  /* Firefox */
    }
#popup-cart     .prods.slide::-webkit-scrollbar {
        display: none;  /* Chrome, Safari ��� Opera */
    }
#popup-cart     .prods .prodBox{
        width: calc(100% / 2 - 18px);
        margin: 9px;
        flex-shrink: 0;
    }
#popup-cart     .prods.slide .prodBox{
        width: calc(100% / 2 - 50px);
    }
#popup-cart     .prodBanner{
        margin-top: 30px;
    }
#popup-cart     .prods .prodBox .content{
        padding: 10px 0px;
    }
#popup-cart     .prods .prodBox .content .prodName{
        height: 42px;
        overflow: hidden;
    }
#popup-cart     .prodDetail{
        flex-direction: column;
    }
#popup-cart     .prodDetail .prod-info{
        width: 100%;
        order: 2;
        margin-top: 15px;
    }
#popup-cart     .prodDetail .prod-photo{
        width: 100%;
        padding: 0px;
        order: 1;
    }
#popup-cart     .prodDetail .prod-photo .swiper-slide{
        width: calc(100% / 3 - 10px);
    }
#popup-cart     .prodDetail .specs .btn{
        height: auto;
        min-height: 45px;
        padding: 5px 15px;
    }
#popup-cart     .prodDetail .specs .btn span:nth-child(1){
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
    }
#popup-cart     .prodDetail .specs .btn span.price{
        font-size: 14px;
        flex-shrink: 0;
    }
#popup-cart     .prodContent{
        padding: 10px;
        margin-top: 15px;
    }
#popup-cart     /*.prodDetail .prod-info .btns{
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 99;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }*/
    /*.prodDetail .prod-info .btns .btn{
        width: 50%;
        border-radius: 0px;
    }*/
    footer .container .footer-content{
        flex-direction: column;
    }
#popup-cart     footer .container .left{
        width: 100%;
    }
#popup-cart     footer .container .left ul li{
        margin-right: 15px;
        font-size: 13px;
    }
#popup-cart     footer .container .left p{
        font-size: 14px;
    }
    .banner .swiper-slide > div{
        width: 100%;
        padding-top: 100%;
    }
#popup-cart     .footerImg{
        background-size: 100%;
    }
#popup-cart     .prodDetail .prod-info h1.prodName{
        font-size: 20px;
        margin-bottom: 15px;
    }
#popup-cart     .prodDetail .fixBtn{
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 100;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
#popup-cart     .prodDetail .fixBtn .btn{
        width: 50%;
        background-color: #000;
        color: #fff;
        border-radius: 0px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
#popup-cart     .prodDetail .fixBtn .btn i{
        margin-right: 5px;
    }
#popup-cart     .prodDetail .fixBtn .btn.btn-checkOut{
        background-color: #E32D40;
        color: #fff;
    }
#popup-cart     .miniWindow{
        position: fixed;
        left: 0px;
        width: 100vw;
        padding: 15px;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px -2px 5px #000;
        transition: all .5s;
        opacity: 0;
        bottom: -100vh;
        z-index: -1;
        visibility: hidden;
    }
#popup-cart     .miniWindow.open{
        opacity: 1;
        bottom: 0px;
        z-index: 100010000;
        visibility: visible;
    }
#popup-cart     .miniWindowMask{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
#popup-cart     .miniWindowMask.open{
        display: block;
    }
#popup-cart     .miniWindow .topBox{
        display: flex;
        align-items: end;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
#popup-cart     .miniWindow .topBox i.fa-xmark{
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #999;
    }
#popup-cart     .miniWindow .topBox .photo{
        width: 100px;
        height: 100px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        margin-top: -40px;
        border: 1px solid #ccc;
        margin-right: 15px;
    }
#popup-cart     .miniWindow .specBox{
        display: flex;
        flex-wrap: wrap;
        max-height: 45vh;
        overflow-y: auto;
    }
#popup-cart     .miniWindow .specBox p{
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
#popup-cart     .miniWindow .specBox .btn{
        border: 1px solid;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0px;
        font-size: 14px;
        background-color: #fff;
        color: #000;
        padding: 10px 15px;
        border-radius: 15px;
        min-width: calc((100% / 3) - 10px);
        text-align: left;
    }
#popup-cart     .miniWindow .specBox .btn.active{
        background-color: #000;
        color: #fff;
    }
#popup-cart     .miniWindow .specBox .btn span.price{
        margin-left: 15px;
    }
#popup-cart     .miniWindow .priceBox{
        margin: 15px 0px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 15px 0px;
    }
#popup-cart     .miniWindow .btnAddCart{
        width: 100%;
        background-color: #000;
        color: #fff;
        border-radius: 15px;
        height: 50px;
        margin-top: 15px;
    }
#popup-cart     .prodDetail{
        overflow-x: hidden;
    }
#popup-cart     .blockUI.blockMsg{
        width: 80% !important;
        left: 10% !important;
    }
#popup-cart     .prodDetail .specs{
        margin-bottom: 30px;
        max-height: 200px;
    }
#popup-cart     .countdown{
        background-color: #F36A71;
        color: #fff;
        border: 1px solid #F36A71;
    }
#popup-cart     .countdown .countdown-time span{
        color: #fff;
    }
#popup-cart     .countdown .countdown-title{
        padding: 7px 12px;
        border-radius: 30px;
        border: 2px solid #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }
#popup-cart     .countdown .countdown-time span{
        font-size: 1.6em;
    }
#popup-cart     .bannerFullWrap .banner-full{
        width: 95vw;
        max-width: 100vw;
    }
#popup-cart     .payNotify .content{
        max-width: 95vw;
        max-height: 90vh;
        overflow-y: auto;
    }
}
@media(max-width: 640px){
    .hide-phone{
        display: none !important;
    }
#popup-cart     .hide-web{
        display: block;
    }
}
#popup-cart @media(max-width: 375px){
    footer .container .left ul li{
        margin-right: 10px;
    }
#popup-cart     section.prod .title h4{
        font-size: 16px;
    }
#popup-cart     .prodDetail .specs .btn{
        font-size: 14px;
    }
#popup-cart     .prodDetail .specs .btn span.price{
        font-size: 13px;
    }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
#popup-cart   100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#popup-cart @keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
#popup-cart   100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}



.cartPage{
    padding-top: 10px;
}
.cartRows{
    background-color: #fff;
    border-radius: 30px;
    margin: 30px 0px;
    overflow: hidden;   
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
}
.cartRows .cartRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}
.cartRows .cartRow:first-child{
    padding: 20px 30px;
    background-color: #000;
    color: #fff;
    border: none;
}
.cartRows .cartRow:last-child{
    border: none;
}
.cartRows .cartRow .item{
    display: flex;
    align-items: center;
    width: 100%;
}
.cartRows .cartRow .item .photo{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.cartRows .cartRow .item .prod{
    padding: 0px 15px;
}
.cartRows .cartRow .item .prod .cartAdd{
    background-color: #D88A8A;
    width: 50px;
    height: 22px;
    /*border-radius: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}
.cartRows .cartRow .item .prod a:hover{
    /*color: #398A87;*/
    border-bottom: 1px solid #000;
}
.cartRows .cartRow .item .prod .spec{
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.cartRows .cartRow .item .prod .spec span.temperature{
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.cartRows .cartRow .item .prod .spec span.cold{
    background-color: #4ECDC4;
}
.cartRows .cartRow .item .prod .spec span.freeze{
    background-color: #3299BB;
}

.cartRows .cartRow .price{
    width: 90px;
    flex-shrink: 0;
    text-align: right;
    flex-shrink: 0;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}
.cartRows .cartRow .price del{
    font-size: 12px;
    color: #ccc;
    margin-top: -3px;
}
.priceBox{
    margin-top: 15px;
    transition: all .5s;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.priceBox .num,
.cartRows .cartRow .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    flex-shrink: 0;
}
.cartRows .cartRow .num .btn,
.priceBox .num .btn{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 35px;
    border-radius: 0px;
    color: #999;
}
.priceBox .num .form-control,
.cartRows .cartRow .num .form-control{
    height: 35px;
    width: 50px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceBox .num .form-control::placeholder,
.cartRows .cartRow .num .form-control::placeholder {
    color: #ccc;
    font-size: 12px;
    text-align: center;
}
.priceBox .num.btn-num,
.cartRows .cartRow .num.btn-num{
    border: 1px solid #999;
    border-radius: 10px;
}
.cartRows .cartRow .total{
    width: 120px;
    text-align: right;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 15px;
}
.cartRows .cartRow .trash{
    color: #999;
    width: 30px;
    height: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    margin-left: 10px;
}
.cartPage .action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cartPage .action .box{
    display: flex;
    align-items: center;
    justify-content: end;
}
.cartPage .action .num{
    padding-top: 5px;
}
.cartPage .action .num span{
    font-family: 'Arial';
    font-size: 20px;
}
.cartPage .action .total{
    margin-left: 15px;
    font-family: 'Arial';
    font-weight: bold;
    color: #000;
}
.cartPage .action .total span{
    font-size: 28px;
    height: 40px;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;    
}
.cartPage .action .steps{
    display: flex;
    align-items: center;
}
.cartPage .action .steps .step{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
}
.cartPage .action .steps i{
    margin: 0px 15px;
    font-size: 14px;
    color: #999;
}
.cartPage .action .steps .step span{
    width: 40px;
    height: 40px;
    background-color: #999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cartPage .action .steps .step:first-child span{
    background-color: #000;
}
.cartPage .btn-checkout{
    height: 50px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s; 
    background-color: #000;
    background-color: #ff7474;   
    color: #fff;
    margin-top: 15px;
    border: 2px solid #fff;
    min-width: 200px;
}
.cartPage .btn-checkout:hover {
    box-shadow: 5px 5px 5px #666;
    border-color: #fff;
}
.checkOutPage{
    min-height: calc(100svh - 230px - 468px);
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 0px;
}
.checkOutPage .cartInfo{
    width: 40%;
    /*background-color: #fff;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-shrink: 0;
    position: sticky;
    top: 260px;
}
.checkOutPage .cartForm{
    width: 60%;
    /*background-color: #fff;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.checkOutPage h4{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.checkOutPage h4:nth-child(1){
    margin-top: 0px;
}
.checkOutPage h4 .btn{
    border: 1px solid #666;
    color: #666;
    font-size: 12px;
    padding: 0px;
    margin-left: 15px;
    width: 75px;
    height: 25px;
    border-radius: 20px;
    background-color: #fff;
}
.checkOutPage ul.cartItems{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    font-size: 14px;
    /*border: 1px solid #000;*/
    width: 100%;
}
.checkOutPage ul.cartItems li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.checkOutPage ul.cartItems li .photo{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.checkOutPage ul.cartItems li .prod{
    padding-left: 10px;
    width: 100%;
}
.checkOutPage ul.cartItems li .prod .prodName{
    display: flex;
    align-items: center;
}
.checkOutPage ul.cartItems li .prod span.addCart{
    background-color: #D88A8A;
    width: 40px;
    height: 18px;
    /* border-radius: 25px; */
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.checkOutPage ul.cartItems li .spec{
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
.checkOutPage ul.cartItems li .spec span.cold{
    background-color: #4ECDC4;
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.checkOutPage ul.cartItems li .spec span.freeze{
    background-color: #3299BB;
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.checkOutPage ul.cartItems li .down{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.checkOutPage .cartDiscount{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.checkOutPage .cartDiscount.cashPoint select.form-control{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    font-size: 14px;
}
.checkOutPage .cartDiscount.cashPoint ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.checkOutPage .cartDiscount.cashPoint ul li{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}
.checkOutPage .cartDiscount .choose{
/*    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px dashed #000;
    padding: 15px;
    border-radius: 15px;*/
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    color: #99B898;
    cursor: pointer;
}
.checkOutPage .cartDiscount .choose i{
    margin-right: 10px;
    font-size: 20px;
    margin-top: -1px;
}
.checkOutPage .cartDiscount .coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
.checkOutPage .cartDiscount .coupon .couponText{
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #f9f9f9;
}
.checkOutPage .cartDiscount .coupon .couponText  p{
    margin: 0px;
    margin-top: 5px;
    margin-left: 16px;
    color: #666;
}

.checkOutPage .cartDiscount .coupon span:last-child{
    color: #D88A8A;
}
.checkOutPage .cartMoney{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.checkOutPage .cartMoney ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.checkOutPage .cartMoney ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0px;
}
.checkOutPage .cartMoney ul li.coupon{
    color: #D88A8A;
}
.checkOutPage .cartMoney .total{
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkOutPage .cartMoney .total p{
    margin: 0px;
}
.checkOutPage .cartMoney .total p.price{
    color: #000;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.checkOutPage .cartMoney .total p span{
    font-size: 18px;
}
.checkOutPage .cartForm{
    margin-right: 30px;
}
.checkOutPage .cartForm .box{
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
}
.checkOutPage .cartForm .box ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.checkOutPage .cartForm .box ul li{
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
    transition: all .5s;
    min-width: 100px;
}
.checkOutPage .cartForm .box ul li:hover{
    color: #83AF9B;
}
.checkOutPage .cartForm .box ul li i,#privacy-checkbox + label i{
    margin-right: 10px;
    font-size: 24px;
}
.checkOutPage .cartForm .box ul li i.fa-regular,#privacy-checkbox + label i.fa-regular{
    color: #999;
}
.checkOutPage .formGroup{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkOutPage .formGroup label{width: 5em;}
.checkOutPage .formGroup .form-control{
    border-radius: 15px;
    height: 45px;
    border: 1px solid #000;
    padding-left: 15px;
    padding-left: 15px;
}
.checkOutPage .formGroup .cvsInfo{
    border-radius: 15px;
    height: 45px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    padding: 15px;
}
.checkOutPage .formGroup .cvsInfo span.addr{
    margin-left: 15px;
    border-left: 1px solid #000;
    padding-left: 15px;
}
.checkOutPage .formGroup .addr{
    display: flex;
    align-items: center;
}
.checkOutPage .formGroup .addr select{
    width: 180px;
    margin-right: 15px;
}
.checkOutPage .btn-pay{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 30px;
    letter-spacing: 5px;
}
.checkOutPage .btn-pay i{
    margin-right: 5px;
}
.closeChechOut{
    display: none;
}
.checkOutPage .agree{
    display: flex;
    align-items: start;
    cursor: pointer;
    margin-top: 15px;
    color: #333;
    margin-left: 5px;
}
.checkOutPage .agree i{
    margin-top: 3px;
    margin-right: 10px;
}
.checkOutPage .agree div p{
    margin: 0px;
    margin-bottom: 3px;
}
.checkOutPage .agree div p.info{
    color: #309292;
}
.couponModal{
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.couponModal.open{
    z-index: 1001;
    opacity: 1;
    visibility: visible;
}
.couponModal .couponMask{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;    
    opacity: 1;
    visibility: visible;
    background-color: rgba(0,0,0,0.5);
}
.couponModal .couponBox{
    background-color: #fff;
    width: 500px;
    max-width: 95vw;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.couponModal .couponBox .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: bold;
}
.couponModal .couponBox .title .btn{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.couponModal .couponBox .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.couponModal .couponBox .top .form-control{
    height: 45px;
    border-radius: 15px;
    border: 1px solid #000;
}
.couponModal .couponBox .top .btn{
    height: 45px;
    background-color: #000;
    border-radius: 15px;
    width: 100px;
    flex-shrink: 0;
    color: #fff;
    margin-left: 10px;
}

.couponModal .couponBox .myCoupons ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.couponModal .couponBox .myCoupons ul li{
    border: 1px solid #000;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.couponModal .couponBox .myCoupons ul li.active{
    border: 2px solid #000;
}
.couponModal .couponBox .myCoupons ul li i.fa-check{
    position: absolute;
    right: 5px;
    top: -20px;
    color: #000;
    font-size: 3em;
}
.couponModal .couponBox .myCoupons ul li .couponName{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.couponModal .couponBox .myCoupons ul li .discount,
.couponModal .couponBox .myCoupons ul li .date{
    font-size: 14px;
    padding-left: 10px;
    color: #999;
}
.couponModal .couponBox .myCoupons .left{
    height: 100%;
    width: 100%;
}
.couponModal .couponBox .myCoupons .right{
    width: 150px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-right: 15px;
}
.couponModal .couponBox .myCoupons .right > span{
    font-size: 12px;
    color: #ccc;
}
.couponModal .couponBox .myCoupons .right .money span{
    font-family: 'Raleway', sans-serif;
    margin: 0px 5px;
    color: #F87E7B;
    font-size: 24px;
}
.couponModal .couponBox .btn-check{
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.couponModal .couponBox .disable{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.7;
    font-size: 12px;
    color: #D88A8A;
    border-radius: 15px;
    cursor: no-drop;
}
.couponModal .couponBox .disable i{
    font-size: 3em;
    margin-bottom: 5px;
}
.cartAddRow{
    width: 100%;
    margin: 60px 0px;
}
.cartAddRow h4.title{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-left: 5px solid #000;
    line-height: 1em;
    padding-left: 10px;
}
.cartAdds{
    width: 100%;
    display: flex;
    overflow: hidden;    
    padding: 5px 0px;
}
.cartAdds .cartAddItem{
    width: calc(100% / 4.5 - 20px);
    margin-right: 20px;
    
    cursor: pointer;
    
}
.cartAdds .cartAddItem .cart3D{
    transition: transform 0.6s;
    transform-style: preserve-3d;  
}
.rotate {
    transform: rotateY(180deg);
}
.cartAdds .cartAddItem .front{
    background-color: #fff;
}
.cartAdds .cartAddItem .front,
.cartAdds .cartAddItem .back{
    /*backface-visibility: hidden;*/
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 15px;
}
.cartAdds .cartAddItem .back {
    transform: rotateY(180deg);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #fff;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
}
.cartAdds .cartAddItem .back .specs{
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 60px);
    padding: 10px 0px;
}
.cartAdds .cartAddItem .back .specs .spec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    border-radius: 5px;
}
.cartAdds .cartAddItem .back .specs .spec.choose{
    border: 1px solid #ff7474;
}
.cartAdds .cartAddItem .back .specs .photo{
    width: 60px;
    height: 60px;
    padding-top: 0px;
    flex-shrink: 0;
}
.cartAdds .cartAddItem .back .specs .text{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 50px;
    padding-left: 5px;
    font-size: 14px;
}

.cartAdds .cartAddItem .back .specs.v2 .spec{
    flex-direction: column;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 10px;
}
.cartAdds .cartAddItem .back .specs.v2 .photo{
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-bottom: 5px;
}
.cartAdds .cartAddItem .back .specs.v2 .text{
    min-height: auto;
}


.cartAdds .cartAddItem .back .specs .text .price{
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 16px;
    font-family: serif;
    font-family: 'Raleway', sans-serif;
    color: #ff7474;
}
.cartAdds .cartAddItem .back .specs .text .price span{
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    text-decoration: line-through;
}
.cartAdds .cartAddItem .back .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    width: 100%;
}
.cartAdds .cartAddItem .back .top .btn{
    padding: 0px;
}
.cartAdds .cartAddItem .back .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #fff;
}
.cartAdds .cartAddItem .back .bottom .btn-num{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 20px;
    height: 30px;
    font-size: 12px;

}
.cartAdds .cartAddItem .back .bottom .btn-num .btn{
    padding: 0px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cartAdds .cartAddItem .back .bottom .btn-num div{
    padding: 0px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cartAdds .cartAddItem .back .bottom .btnAdd{
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    height: 30px;
    padding: 0px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartAdds .cartAddItem .photo{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}
.cartAdds .cartAddItem .content{
    padding: 10px;
}
.cartAdds .cartAddItem .content .prodName{
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.cartAdds .cartAddItem .content .flex{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cartAdds .cartAddItem .content .flex .price{
    font-weight: bold;
    font-size: 16px;
    color: #FF7474;
    font-family: 'Raleway', sans-serif;
}
.cartAdds .cartAddItem .content .flex span.old{
    font-weight: initial;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-family: Arial;
    margin-left: 5px;
}
.cartAdds .cartAddItem .content .flex .btn{
    background-color: #000;
    color: #fff;
    padding: 0px;
    font-size: 12px;
    width: 60px;
    height: 30px;
    border-radius: 20px;
}
@media(max-width: 1024px){
    .checkOutPage .cartInfo{
        top: 200px;
    }
    .checkOutPage .formGroup .addr{
        flex-wrap: wrap;
    }
    .checkOutPage .formGroup .addr select{
        width: calc(50% - 5px);
        margin-bottom: 15px;
    }
    .checkOutPage .formGroup .addr select:nth-child(1){
        margin-left: 0px;
        margin-right: 5px;
    }
    .checkOutPage .formGroup .addr select:nth-child(2){
        margin-right: 0px;
        margin-left: 5px;
    }
    .checkOutPage ul.cartItems li .photo{
        width: 70px;
        height: 70px;
    }    
}
@media(max-width: 820px){
    .cartRows{
        border-radius: 15px;
    }
    .cartRows .cartRow{
        padding: 15px;
    }
    .cartRows .cartRow .total{
        width: 95px;
    }
    .priceBox .num, .cartRows .cartRow .num{
        width: 100px;
    }
    .priceBox .num .form-control, .cartRows .cartRow .num .form-control{
        width: 35px;
    }
    .cartRows .cartRow .price{
        width: 70px;
        margin-right: 10px;
    }
    .cartRows .cartRow .item .prod{
        padding: 0px 5px;
    }
    .cartPage .action .steps .step{
        padding: 15px;
    }
    .cartPage .action .steps i{
        margin: 0px 10px;
    }
    .checkOutPage{
        flex-direction: column;
    }
    .checkOutPage .cartForm{
        margin-right: 0px;
        width: 100%;
    }
    .checkOutPage .cartInfo{
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 30px;
    }
    .cartAdds .cartAddItem{
        width: calc(100% / 3.5 - 20px);
    }
}
@media(max-width: 640px){
    .cartPage .action{
        flex-direction: column;

    }
    .cartPage .action .rightInfo{
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .cartPage .action .rightInfo .btn-checkout{
        /*width: 250px;        */
        position: fixed;
        width: 100%;
        margin: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        border: none;
        border-radius: 0px;
        letter-spacing: 5px;
        border-top:  2px solid #fff;
    }
    .cartPage .action .steps{
        order: 2;
        margin-top: 15px;
    }
    .cartPage .action .steps .step{
        padding: 10px;
    }
    .cartRows{
        border: 1px solid #000;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .cartRows .cartRow{
        flex-wrap: wrap;
    }
    .cartRows .cartRow:first-child{
        display: none;
    }
    .cartRows .cartRow .num{
        width: 85px;
    }
    .cartRows .cartRow .num .btn, .priceBox .num .btn{
        font-size: 14px;
        width: 25px;
    }
    .priceBox .num .form-control, .cartRows .cartRow .num .form-control{
        font-size: 14px;
        width: 25px;
    }
    .checkOutPage .cartForm .box{
        /*padding: 20px;*/
        /*font-size: 14px;*/
    }
    .checkOutPage .cartForm .box ul li i{
        font-size: 18px;
    }
    .checkOutPage .cartForm .box ul{
        flex-direction: column;
    }
    .checkOutPage .cartForm .box ul li{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .checkOutPage .formGroup .cvsInfo{
        flex-direction: column;
        min-height: 45px;
        height: auto;
        align-items: start;
    }
    .checkOutPage .formGroup .cvsInfo span.addr{
        padding-left: 0px;
        margin-left: 0px;
        border: none;
    }
    .cartRows .cartRow .trash{
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .cartRows .cartRow .item{
        align-items: start;
    }
    .cartRows .cartRow .item .photo{
        border: 1px solid #ccc;
        border-radius: 15px;
        margin-right: 15px;
    }
    .cartAdds .cartAddItem{
        width: calc(100% / 1.5 - 20px);
    }
    .cartAddRow{
        margin-bottom: 30px;
    }
}


#order{
    border-top: 1px solid #000;
}
.mainWrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 30px 0px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 50vh;
}
.mainWrap .sidebar{
    /*width: 200px;*/
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    flex-shrink: 0;
}
.mainWrap .sidebar hr{
    width: 50%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mainWrap .sidebar a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #eee;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all .5s;
}
.mainWrap .sidebar a.active,
.mainWrap .sidebar a:hover{
    background-color: #000;
    color: #fff;
}
.mainWrap .sidebar a.choose{
    background-color: #666;
    color: #fff;
}
.mainWrap .sidebar a i{
    margin-bottom: 10px;
    font-size: 24px;
    width: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainWrap .mainContent{
    width: 100%;
}
.orders{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.orders .order{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 2px 2px 5px #eee;
}
.orders .order:hover{
    transform: translateY(-5px);
    box-shadow: 2px 10px 10px #ccc;
}
.orders .order .photo{
    width: 100%;
    padding-top: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}
.orders .prod.prodFlex{
    display: flex;
    align-items: center;
}
.orders .prod.prodFlex .spec{
    margin-left: 10px;
}

.orders .order .prodName{
    font-size: 16px;
    height: 28px;
    overflow: hidden;
}
.orders .order .spec{
    font-size: 14px;
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.orders .order .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 30px;
}
.orders .prod.prodFlex .prodName,
.orders .prod.prodFlex .spec{
    font-size: 14px;
    height: 24px;
    display: flex;
    /*align-items: center;*/
}
.orders .order .flex .num{
    color: #999;
}
.orders .order .flex .price span{
    /*color: #434D53;*/
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    color: #F36A71;
}
.orders .order .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.orders .order .user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
}
.orders .order .user .left{
    display: flex;
    align-items: center;
}
.orders .order .user .left span{
    margin-right: 5px;
    font-family: Arial;
}
.orders .order .user .right{
    color: #1E8C93;
}
.orders .order .ship{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    overflow: hidden;
    /*color: #018790;*/
    /*color: #000;*/
    border-top: 1px solid #eee;
    margin-top: 5px;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: -5px;
}
.orders .order .ship div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.orders .order .ship div.red{
    color: #EE887A;
}
.orders .order .ship .price{
    display: flex;
    align-items: end;
}
.orders .order .ship .price span{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial;
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    color: #F36A71;
}
.orders .order .ship i.fa-truck{
    margin-right: 10px;
    font-size: 20px;
}
.orders .order .ship .detail{
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #000;
}
.orders .order .ship .detail i{
    margin-left: 5px;
}
.pageNav{
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}
.orderDetail .box{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.orderDetail .box h5{
    font-size: 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.orderDetail .box ul.details{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.orderDetail .box ul.details li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    color: #666;
}

.orderDetail .box ul.details .prod{
    width: 100%;
    display: flex;
    color: #333;
}
.orderDetail .box ul.details li.title,
.orderDetail .box ul.details li.title .prod{
    color: #666;
}
.orderDetail .box ul.details .prod .photo{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.orderDetail .box ul.details .prod .specName{
    color: #999;
    font-size: 14px;
}
.orderDetail .box ul.details .num{
    width: 70px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.details .price{
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.details .total{
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
}
.orderDetail .box ul.money{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 15px;
}
.orderDetail .box ul.money li{
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: Arial;
    padding: 5px 0px;
    color: #999;
}
.orderDetail .box ul.money li label{
    width: 100px;
    margin: 0px;
    font-weight: initial;
}
.orderDetail .box ul.money li > div{
    width: 120px;
    text-align: right;
    font-family: 'AR One Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
.orderDetail .box ul.money li.total{
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    color: #F36A71;
}
.orderDetail .box ul.money li.total div{
    font-size: 20px;
}
.orderDetail .box ol{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.orderDetail .box ol li{
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #f3f3f3;
}
.orderDetail .box ol li label{
    margin: 0px;
    width: 150px;
    flex-shrink: 0;
}
.orderDetail .box ol li .flex{
    display: flex;
    align-items: center;
}
.orderDetail .box ol li .btn{
    padding: 0px;
    margin-left: 15px;
    border: 1px solid #000;
    padding: 5px 25px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    height: 36px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.orderDetail .box ol li .btn i{
    margin-right: 5px;
    font-size: 18px;
    /*margin-top: -2px;*/
}
@media(max-width: 1180px){
    .orders .order{
        width: calc(100% / 2 - 20px);
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .orderDetail .box ul.details .price,
    .orderDetail .box ul.details .total{
        width: 75px;
    }
    .orderDetail .box ul.details .num{
        width: 50px;
    }
}
@media(max-width: 640px){
    .mainWrap{
        margin: 0px;
        flex-direction: column;
    }
    .mainWrap .sidebar{
        width: calc(100% + 30px);
        flex-direction: row;
        padding: 0px 15px;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        /*overflow-x: auto;*/
    }
    .mainWrap .sidebar{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE 和 Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .mainWrap .sidebar::-webkit-scrollbar {
        display: none;  /* Chrome, Safari 和 Opera */
    }
    .mainWrap .sidebar a{
        margin-right: 10px;
        margin-bottom: 0px;
        flex-shrink: 0;
        width: 95px;
        padding: 15px 10px;
        width: 85px;
        font-size: 14px;
    }
    .mainWrap .sidebar a i{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .orders{
        margin-top: 0px;
        width: 100%;
    }
    .orders .order{
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }
    .orderDetail .box ul.details li.title{
        display: none;
    }
    .orderDetail .box ul.details li{
        flex-wrap: wrap;
        justify-content: end;
    }
    .orderDetail .box ul.details .prod .text{
        width: 100%;
    }
    .orderDetail .box ul.details .prod .text{
        font-size: 14px;
    }
    .orderDetail .box ul.money li > div{
        font-size: 16px;
    }
    .orderDetail .box ul.money li.total div{
        font-size: 18px;
    }
    .orderDetail .box ul.money li.total{
        margin-top: 10px;
        margin-top: 10px;
    }
    .orderDetail .box ul.details .prod .specName{
        margin-bottom: 5px;
    }
    .orderDetail .box ol li label{
        width: 100px;
    }
    .orderDetail .box ol li{
        padding: 10px 0px;
    }
    .orderDetail .box{
        /*font-size: 14px;*/
    }
    .mainWrap .sidebar .subs{
        display: flex;
        overflow-x: auto;
    }
    .mainWrap .sidebar .subs a{

    }
    .mainWrap .sidebar hr{
        margin: auto;
        height: 50px;
        width: 2px;
        border-left: 1px solid #ccc;
        margin-left: 0px;
        margin-right: 15px;
    }
    .mainWrap .sidebar .subs{
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE 和 Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .mainWrap .sidebar .subs::-webkit-scrollbar {
        display: none;  /* Chrome, Safari 和 Opera */
    }
    .orderDetail .box ol li .flex{
        flex-direction: column;
        width: 100%;
        align-items: start;
    }
    .orderDetail .box ol li .flex .btn{
        margin-left: 0px;
        margin-top: 5px;
    }
}


#member{
    /*border-top: 1px solid #000;*/
}
.memberPage{
    border: 1px solid #000;
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
}
.memberPage ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.memberPage ul li{
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px dashed #ccc;
}
.memberPage ul li span{
    display: flex;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
}
.memberPage .btns{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.memberPage .btns .btn{
    width: 150px;
    height: 45px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    margin-right: 15px;
}
.memberPage .btns .btn.btn-password{
    background-color: #666;
}
.memberPage .btns .btn i{
    margin-right: 7px;
}
.memberModal .modal-content{
    border-radius: 30px;
    padding: 15px;
}
.memberModal .title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.memberModal ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.memberModal ul label{
    margin-bottom: 0px;
    /*margin-bottom: 5px;*/
    color: #999;
    font-weight: inherit;
}
.memberModal .form-control{
    height: 40px;
    border: 1px solid #000;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    width: calc(100% - 10px);
    color: #000;
}
.memberModal .form-control::placeholder{
    color: #eee;
}
.memberModal .addr .form-control{
    margin-bottom: 5px;
}
.memberModal .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
    height: 40px;
}
.memberModal .dropdown .btn{
    margin-top: 5px;
    margin-bottom: 15px;
}
.memberModal .bootstrap-select>.dropdown-toggle{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    color: #000;
}
.memberPage .btns .btn.btn-line{
    height: 45px;
    background-color: #00c300;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memberPage .btns .btn.btn.btn-line i{
    font-size: 24px;
    margin-right: 10px;
}

@media(max-width:  576px){
    .memberPage .btns{
        flex-wrap: wrap;
    }
    .memberPage .btns .btn{
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }
    .memberPage .btns .btn.btn-line{
        width: 100%;
    }
}


.loginPage{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loginPage .logo img{
    width: 300px;
    margin-bottom: 15px;
}
.loginPage .loginBox{
    background-color: #fff;
    width: 400px;
    padding: 30px;
    border-radius: 30px;
/*     box-shadow: 5px 5px 5px #ccc; */
}
.loginPage .loginBox * {font-size: 16px;}
.loginPage .loginBox .formGroup{
    margin-bottom: 30px;
}
.loginPage .loginBox .formGroup .form-control{
    height: 40px;
}
.popup-box .btn{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-box .btn.btn-line i{
    font-size: 24px;
    margin-right: 10px;
}
.popup-box .btn.btn-line{
    background-color: #00c300;
}
.loginPage .actions{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agree{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-bottom: 15px;
}
.agree i{
    margin-right: 5px;
    font-size: 18px;
}
.agree i.fa-square-check{
    color: #127A97;
}
#payment-options input,#privacy-checkbox{
    display: none;
}
.aftee-banner{
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: -30px;
    display: none;
}


.aftee-banner img{width: 100%;}

.formPrivacy{margin-bottom: 0;}
.checkOutPage .formGroup.prvicy-btn{justify-content: flex-start;}
/* .prvicy-btn{display: flex;align-items: center;} */
.formPrivacy a{
    font-size: 16px;
    text-decoration: underline;
}
.checkOutPage .prvicy-btn label{
    width: 24px;
    margin-right: 12px;
    margin-bottom: 0;
}
@media screen and (max-height: 800px) and (min-width: 769px) {
    .loginPage .loginBox{
        max-height: 90dvh;
        overflow-y: scroll;
    }
    .checkOutPage .cartForm .box {
        border-radius: 30px;
        padding: 20px 30px;
        background-color: #fff;
    }
    .checkOutPage h4{margin-top: 0px;}
    .checkOutPage .formGroup .form-control{
        height: 36px;
    }
    .checkOutPage{padding-bottom: 20px;}
}
@media screen and (max-width: 768px) {
    .popupBox,.forget-box,.loginPage .loginBox{
        overflow-y: scroll;
        width: 100vw;
        border-radius: 0;
    }
    .checkOutPage .formGroup:not(.prvicy-btn){
        display: block;
    }

    #popup-cart p.formPrivacy{
        font-size: 12px;
    }
    .formPrivacy a{font-size: 12px;}
}





/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"],
.el-checkbox > input[type="radio"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style,
.el-checkbox > input[type="radio"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  /*vertical-align: middle;*/
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:hover:before {
  border-color: #7F4F21;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  background: #fff;
  border: 1px solid rgb(255 255 255 / 1);
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  /*border-radius: 3px;*/
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  top: .1em;
  left: .5em;
  box-sizing: border-box;
  width: .6em;
  height: 1em;
  transform: rotate(45deg);
  border-right: 2px solid #738495;
  border-bottom: 2px solid #738495;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  /*border: #fff;*/
  background: #FFFF54;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #7F4F21;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #7F4F21;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  /*font-size: 85%;*/
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}


