html{
    scroll-behavior: smooth;
}

:root{
    --light: #f7931e;
    --soft: #faf8f5;
    --dark:#3F3F3F;
    --lemon:#f9c40a;
    --lhover:#e6800d;
    --light-blue: #76ecff;
}

.print-btn{
    background-color: var(--light);
    color: #fff;
}
.print-btn:hover{
    background-color: var(--lhover);
    color: #fff;
}

.fz-13{
    font-size: 13px !important;
}
.fz-14{
    font-size: 14px !important;
}

.fz-18{
    font-size: 18px;
}
.fz-19{
    font-size: 19px;
}
.fz-20{
    font-size: 20px;
}

ul li{
    list-style: none;
}

a{
    cursor: pointer;
}

.modal-header{
    background-color:var(--light) !important;
}

.close,.bootstrap-dialog .bootstrap-dialog-close-button{
    float: unset !important;
}

.bootstrap-dialog-header{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

body{
    /* background: url(../img/bg-pt4.jpg); */
    font-family: '微軟正黑體';
    background-color: #fff;
    z-index: -1;
    position: relative;
    background-size: 20px 20px;
    background-image: repeating-linear-gradient(45deg, #ffeaae 0, #ffeaae 2px, #fffbf0 0, #fffbf0 50%);
}



body.offcanvas #colorlib-aside{
    background-color: var(--soft);
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
}

body.offcanvas .colorlib-nav-toggle{
    transform: unset;
}

.nav-close, .sp-logo-wrap, .sp{
    display: none;
}

.sp.check-list-smtable{
    display: none;
}

.pc-logo{
    width: 220px;
}

.pc-logo a{
    display: block;
}

.sp-logo{
    width: 50px;
    height: 50px;
}

.fg1{
    flex-grow: 1;
}


.fw-600{
    font-weight: 600;
}

#colorlib-main{
    margin-top: 20px;
    padding:40px 15px 20px 15px;
    border-radius: 20px;
    float: unset;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 0.99;
}
#colorlib-news{
    margin-top: 20px;
    padding:20px 15px;
    border-radius: 20px;
    float: unset;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 0.99;
}

/*nav*/
#colorlib-aside #colorlib-main-menu ul li{
    font-size: 17px;
    margin: 0 0 15px 0;
}
.dropdown-submenu a{
    font-size: 16px;
}


#colorlib-aside {
    background-color: var(--soft);
    border-right: 1px solid #e3e3e3;
}

#colorlib-top{
    width: 100%;
    position: relative;
    background-color: #fff;
}

/* #colorlib-top::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 300px;
    height: 380px;
    background: url(../img/index-deco1.png) no-repeat center /contain;
    z-index: -1;
} */

.head-top{
    width: 90%;
    justify-content: space-between;
    padding: 5px 20px 8px 20px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.head-top a{
    color: var(--dark);
    font-size: 20px;
}
/* 
h1 span{
    display: none;
} */

/* .dropdown-menu{
    position: unset !important;
    float: unset !important;
    transform: translate3d(0px, 0px, 0px) !important;
    background-color: unset !important;
    border: unset !important;
} */

.dropdown-submenu {
    position:relative;
    padding-left: 20px !important;
}
.dropdown-submenu > .dropdown-menu {
    padding-left: 25px !important;
}

.dropdown-toggle::after{
    border-top: unset; 
    bottom: 3px !important;
}

.dropdown-item{
    width: max-content;
    padding: 5px 0 !important;
}

.dropdown-item::after{
    bottom: 3px !important;
}

.dropdown-item:active{
    background-color: transparent !important;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
}

.head-search .dropdown-toggle::after {
    display: none;
}

.head-search{
    margin-right: 12px;
}
.head-search .dropdown-menu{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}


/*首頁*/

.news-wrap h4{
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.news-ul{
    padding-left: 0px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.news-ul li a span:nth-child(1){
    display: inline-block;
    margin-right: 20px;
}

.news-ul li+li{
    border-top: 1px solid #eee;
}

.news-ul li{
    transition: .3s;
}

.news-ul li a{
    padding: 5px 0px;
    display: block;
}


.news-ul li:hover{
    background-color: #fff8ef;
}


.slick-item-info{
    position: relative;
}

.shop-in{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px !important;
    border-bottom: 1px solid var(--light);
    transition: .3s;
}

.shop-in:hover{
    color: var(--light);
    transform: translateY(-2px);
}

.b-link{
    font-size: 15px !important;
    border-bottom: 1px solid var(--light);
    transition: .3s;
    color: var(--dark);
}
.b-link:hover{
    color: var(--light);
    transform: translateY(-2px);
}



.slick-item-info-name{
    font-size: 18px;
    font-weight: 600;
}

.mg-time{
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 15px;
}

.mg-p{
    background-color: #d9d9d9;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px !important;
     
}

.mg-time-span{
    font-weight: bolder;
    font-size: 17px;
}


.mg-p.flash{
    animation: color-animation 4s linear infinite;
}
@keyframes color-animation {
    0%    {background-color: var(--soft)}
    25%   {background-color: #ffe279}
    50%   {background-color: var(--soft)}
    75%   {background-color: #ffe279}
    100%  {background-color: var(--soft)}
  }

.no-pd{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    
}

.cart-icon-wrap{
    position: relative;
}

.cart-icon-wrap:hover .cart-inner{
    display: block;
    opacity: 1;
}

.cart{
    position: relative;
    transition: .3s;
    margin-left: 1rem;
}

.cart-quantity{
    position: absolute;
    top: -10px;
    right: -12px;
    font-size: 15px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: var(--light);
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}

.cart-inner{
    position: absolute;
    width: 400px;
    padding: 15px;
    background-color:#fff;
    right: 0;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    z-index: 9999;
    transition: opacity .8s;
    opacity: 0;
}
.cart-inner-info{
    width: 170px;
}

.cart-inner-info p:nth-child(1){
    overflow:hidden;    
    white-space: nowrap;
    text-overflow: ellipsis;
}




#colorlib-slick-wrap{
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.ftco-section{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#left-arrow, #right-arrow{
    position: absolute;
    z-index: 10;
    top: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
}
#left-arrow{
    left: 30px;
}
#right-arrow{
    right: 30px;
}

.slick-arrow.slick-hidden{
    display: none !important;
}

#item-left-arrow, 
#item-right-arrow,
#new-item-right-arrow,
#new-item-left-arrow
{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ababab;
    transition: .3s;
}

#item-left-arrow:hover, 
#item-right-arrow:hover,
#new-item-right-arrow:hover,
#new-item-left-arrow:hover{
    background-color: var(--light);
    border: 2px solid var(--light);
    color: #fff;
}

.bcfa-mc{
    width: 300px;
    margin: 10px auto 50px;
}



.hotsale h4, .newsale h4{
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}

.hotsale h4::before, .newsale h4::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    opacity: 0.4;
}

/* .hotsale h4::before{
    background: url(../img/hot-title.png) no-repeat center /contain;
} */
.newsale h4::before{
    background: url(../img/new-title.png) no-repeat center /contain;
}

.slick-item-info p, .shop-item-info p{
    margin-bottom: 4px;
    font-size: 18px;
}

.newsale{
    margin-top: 80px;
}

.item-slick-inner a {
    color: var(--dark);
}

.slick-item-pic{
    overflow: hidden;
}

.slick-item-pic img{
    transition: .3s;
    height: 240px;
    object-fit: contain;
}

.item-slick-inner a:hover .slick-item-pic img{
    transform: scale(1.05);
}

.slick-slide{
    height: unset !important;
}

.index-line{
    position: relative;
}

.index-line::before{
    position: absolute;
    content: '';
    background: url(../img/yama1.png) no-repeat center / cover;
    width: 200px;
    height: 53px;
    top: -51px;
    left: 0;
}

.index-line::after{
    position: absolute;
    content: '';
    background: url(../img/yama2.png) no-repeat center / cover;
    width: 292px;
    height: 50px;
    top: -39px;
    right: -8px;
}
.hotsale{
    position: relative;
    min-height: 500px;
    padding-bottom: 100px ;
}

@-moz-keyframes swing2 {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(-4deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(4deg); }
    100% { -moz-transform: rotate(0deg); }
  }
  @-webkit-keyframes swing2 {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(-4deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(4deg); }
    100% { -webkit-transform: rotate(0deg); }
  }    
  @-o-keyframes swing2 {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(-4deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(4deg); }
    100% { -o-transform: rotate(0deg); }
  }
  @-ms-keyframes swing2 {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(-4deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(4deg); }
    100% { -ms-transform: rotate(0deg); }
  }
  @keyframes swing2 {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-4deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(4deg); }
    100% { transform: rotate(0deg); }
  }



.bottom-wrap{
    width: 100%;
    position: relative;
} 




#colorlib-page{
    overflow: unset;
    position: relative;
}


/* .mc-index::after{
    position: absolute;
    content: '';
    background: url(../img/mc-deco3.png) no-repeat center /contain;
    width: 60px;
    height: 60px;
    bottom: -45px;    
    right: 185px;
    animation: updown 2s infinite;
    -webkit-animation: updown 2s infinite;
}

@keyframes updown {
    0% {transform: translate(0px, 0px);}            
    50% {transform: translate(0px, -10px);}            
    100% {transform: translate(0px, 0px);}
  }
   */

  .no-item{
    width: 100%;
    font-size: 20px;
    color: var(--dark);
  }




.hotsale ul.nav-tabs{
    justify-content: center;
    border-bottom: unset;
    margin-top: 60px;
}

.hotsale .nav-tabs .nav-link.active, 
.hotsale .nav-tabs .nav-item.show .nav-link{
    border: unset;
    background: var(--light);
    border-radius: 0.25rem;
    color: #fff;
}

.shop-nav .nav-link.active{
    border: unset;
    background: var(--light);
    border-radius: 0.25rem;
    color: #fff;
}

.shop-nav{
    border-bottom: unset;
    justify-content: center;
}



.nav-tabs .nav-link{
    border: unset;
    background: #eaeaea;
    border-radius: 0.25rem;
    color: #676767;
    margin: 0 15px;
}

.hotsale .nav-tabs .nav-link:hover{
    border: unset;
}

.hotsale .tab-pane{
    padding-top: 50px;
}


.item-wrap{
    display: flex;
    flex-wrap: wrap;
}


.item-wrap .item a{
    color: #343a40;
    display: block;
    padding: 0px 15px;
}
.item-wrap .item {
    margin-bottom: 55px;
}

footer{
    width: 100%;
    padding: 20px 40px;
    background: url(../img/footer-bg4.png) repeat;
}

.footer-content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
    padding: 20px;
    align-items: center;
}

.footer-logo{
    width: 250px;
}



.footer-content p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.footer-content a{
    color: var(--dark);
}

.footer-content ul{
    padding-left: 0px;
    margin-bottom: 0;
}

.footer-inner{
    width: 70%;
}

.footer-right{
    justify-content: space-between;
}

.all-right{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    text-align: right;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-link a{
    margin-left: 20px;
    font-size: 22px;
}

.footer-page-link a{
    margin-left: 12px;
}

.footer-link a:hover, .footer-page-link a:hover{
    color: var(--light);
    
}

.clear{
    clear: both;
}

#search{
    float: right;
    background-color: var(--soft);
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
}

#search:hover > .search-txt{
    width: 240px;
    padding: 0 6px;
}

.search-btn{
    color: var(--dark);
    width: 20px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-txt{
    border: none;
    background: none;
    padding: 0;
    color: var(--dark);
    font-size: 16px;
    transition: .4s;
    width: 0px;
}
.search-txt:focus{
    border: none !important;
    padding: 0;
    outline: 0;
}



.item-btn{
    text-align: center;
}

.addtocart{
    display: block;
    padding: 4px 12px;
    border: 1px solid #ababab;
    transition: .3s;
    font-size: 15px;
    color: var(--dark);
    border-radius: 5px;
}
.addtowish{
    margin-left: 24px;
    color: var(--dark);
}

.addtocart:hover{
    background-color: var(--light);
    border: 1px solid var(--light);
    color: #fff;
}

.shop-icon{
    background-color: #fff;
    /* background-image: linear-gradient(#ffffff 1px, transparent 0), linear-gradient(90deg, #ffffff 1px, transparent 0);
    background-position: center center;
    background-size: 20px 20px; */
    margin-top: 130px;
    padding: 40px 15px 20px;
    position: relative;
}

.shop-icon::after{
    content: '';
    position: absolute;
    background: url(../img/mc2.png) no-repeat center /cover;
    width: 300px;
    height: 66px;
    top: -33px;
    left: 50%;
    transform: translate(-50%, 0%)
}
.shop-icon .row{
    width: 80%;

    justify-content: space-evenly;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.shop-icon .row div{
    width: 15%;
    transition: .3s;
}

.shop-icon .row div:hover{
    transform: translateY(-10px);
}


/* .shop-icon::before{
    position: absolute;
    content: '';
    background: url(../img/index-deco2.png) no-repeat center /contain;
    width: 240px;
    height: 450px;
    top: -450px;
    right: 0;
    z-index: -1;
} */

.fraud{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    width: 100%;
    background: url(../img/mc-f2.jpg) no-repeat center bottom /cover;
  }
  
  .f-img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-img .sm{
    display: none;
  }

/*shop-page------------------------------*/
.breadcrumb-wrap{
    margin-top: 0px;
}

.breadcrumb{
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 2px;
    padding-top: 25px;
    
}

.breadcrumb a{
    color: var(--dark) !important;
} 

.breadcrumb a:hover{
    color: var(--light) !important;
}
.breadcrumb li{
    position: relative;
    margin-right: 16px;
    margin-left: 8px;
}

.breadcrumb li + li::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: var(--dark);
    top: 6px;
    left: -12px;
}

.shop-container{
    padding: 10px 60px;
}


.shop-item{
    color: var(--dark);
}

.shop-item:hover{
    color: var(--dark);
}

.shop-item-wrap{
    margin-bottom: 30px;
}

.shop-item-pic{
    width: 100%;
}

.shop-item-pic img{
    height: 200px;
    object-fit: contain;
}



/*商品內頁-------------------------------*/
.none-pd{
    min-height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-direction: column;
}

.product-left{
    width: 38%;
}
.product-right{
    width: 50%;
}

.slick-lightbox-close:before{
    font-family: 'FontAwesome';
    content: '\f00d';
}

.slick-prev:before{
    font-family: 'FontAwesome';
    content: '\f053';
    z-index: 10;
}

.slick-next:before{
    font-family: 'FontAwesome';
    content: '\f054';
}

.slick-prev, .slick-next{
    z-index: 10;
}

.slider-for .item{
    cursor: pointer;
}

.slider-for .item img{
    height: 400px;
    object-fit: contain;
}

.slider-nav-wrap{
    position: relative;
}

.slick-lightbox-slick-img{
    margin:  80px auto 0px auto;
}


#product-left-arrow, 
#product-right-arrow{
    position: absolute;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    top: 50%;
}

#product-left-arrow{
    left: 0;
}
#product-right-arrow{
    right: 0;
}

#specsbox .btn-outline-dark:hover{
    color: #fff;
    background-color: #343a40;
}


.product-top{
    justify-content: space-around;
}

.product-bottom h4{
    position: relative;
}

.product-bottom h4::before{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background-color: var(--light);
}


.product-bottom .img-responsive,
.product-bottom img,
.product-bottom .mb30 p > img
{
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



.product-btn .input-group{
    border: 1px solid #ababab;
    width: 45%;
    border-radius: 4px;
} 

.product-btn .input-group #quantity{
    border: none !important;
    text-align: center;
}

.input-group-btn a{
    color: var(--dark) !important;
    padding: 0.375rem 0.75rem;
}

.product-btn .addtocart{
    margin-left: 30px;
    background-color: var(--lemon);
    color: #000;
    padding: 8px 30px;
    letter-spacing: 2px;
    transition: .3s;
    border: unset;
}

.product-btn .addtocart:hover{
    background-color: #daab00;
}

.addwishlist{
    color: var(--dark);
    font-size: 14px;
}

.default-product-btn{
    justify-content: center;
}

.default-product-btn .input-group{
    border: 1px solid #ababab;
    width: 30%;
    border-radius: 4px;
} 

.default-product-btn .input-group #quantity{
    border: none !important;
    text-align: center;
}


.default-product-btn .addtocart{
    margin-left: 30px;
    background-color: var(--light);
    color: #fff;
    padding: 8px 30px;
    letter-spacing: 2px;
    transition: .3s;
    border: unset;
}

.default-product-btn .addtocart:hover{
    background-color: var(--lhover);
}



.limit{
    background-color: var(--lhover);
    color: #fff;
    padding: 4px 25px;
    display: inline-block;
    margin-bottom: 15px;
}

.limit-2{
    color: var(--lhover);
}

.product-descriptionB ul{
    padding-left: 0;
}

.product-descriptionC .form-inline{
    flex-direction: column;
    align-items: flex-start;
}


.sp-select{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.list-group-item{
    cursor: pointer;
}
.onsale_li.active{
    background: #d6620f !important;
    border-color: #d6620f !important;
}


/*相關商品*/
.rele-pro-wrap{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}


.rele-pro-item{
  margin-left: 20px;
  margin-right: 20px;
}
.rele-pro-info{
    margin-top: 10px;
    color: var(--dark);
}

.rele-pro-info p{
    margin-bottom: 0;
}

.rele-pro-pic img{
    height: 150px;
    object-fit: contain;
}

#rele-pro-right-arrow, #rele-pro-left-arrow{
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ababab;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#rele-pro-right-arrow{
    right: 0;
}

#rele-pro-left-arrow{
    left: 0;
}


#rele-pro-right-arrow:hover , #rele-pro-left-arrow:hover{
    background-color: var(--light);
    border: 2px solid var(--light);
    color: #fff;
}


/*登入頁面*/
.jcc{
    justify-content: center;
}

.jcb{
    justify-content: space-between;
}

.aic{
    align-items: center;
}

.sign-wrap{
    display: none;
}

.sign-wrap-show-btn{
    border: 1px solid var(--light);
    color: var(--light) !important;
    padding: 3px 8px;
}

.sign-wrap-show-btn:hover{
    background-color: var(--light);
    color: #fff !important;
}


.back-to-login{
    border-bottom: 1px solid var(--lhover);
    color: var(--lhover) !important;
    padding-bottom: 3px;
}
.back-to-login:hover{
    color: var(--dark) !important;
    border-color: var(--dark) !important;
}

.line-login-singup {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    transition: .3s;
}

.line-login-singup img {
    width: 30px;
}
.line-login-singup:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fast-line {
    border-top: 1px solid #0000001a;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}
.fast-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    color: #00000060;
    font-weight: 600;
}

.line-wrap {
    max-width: 350px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #ffffffad;
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.line-wrap img {
    width: 50px;
}

    



.login-tab{
    border-bottom: unset !important;
    margin-bottom: 20px;
}

.login-tab .nav-item{
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.login-tab .nav-tabs .nav-link{
    background-color: #eee;
}

.login-tab .nav-link.active, .login-tab .nav-item.show .nav-link{
    background-color: var(--light);
    color: #fff !important;
}


.tab-pane .log-btn
{
border-radius: 5px;
  max-width: 400px;
  min-width: 200px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  padding: 5px 10px ;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.log-btn.line-login{
    background-color: #03ba03;
    color: #fff !important;
}
.log-btn.fb-login{
    background-color: #187fc4;
    color: #fff !important;
}

.log-btn img{
    width: 40px;
}

.log-btn span{
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

.pw-wrap{
    position: relative;
}
.pw-wrap a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


#update_account_form .city,
#update_account_form .district,
#update_account_form .zipcode,
#register_form .city,
#register_form .district,
#register_form .zipcode{
    width: 33%;
}

.login, .signin{
    width: 100%;
    border-radius: 5px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
}

.login{
    background-color: var(--light);
    color: #fff !important; 
}

.login:hover{
    background-color: var(--lhover);
    color: #fff;
}



.form-wrap{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}



.sign-wrap input, 
.sign-wrap select, 
.login-wrap input{
    font-size: 15px;
}

.signin{
    color: #000;
    background-color: var(--lemon);
}

.signin:hover{
    color: #000;
    background-color: #daab00;
}

.fb-signin{
    width: 50%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
}

.wrong-wrap{
    position: relative;
}

.wrong{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0% , -50%);
}


.invite-p{
    margin-bottom: 5px;
    font-size: 17px;
}
.invite-p > i{
    animation: slide1 1s ease-in-out infinite;
}

.invite-p span{
    font-size: 14px;
    color: #d14644;
}

@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(3px, 0);
    }
  }


  
.scus_class_type{
    font-size: 2px !important;
}


.pw-wrap{
    position: relative;
}

.pw-wrap a{
    position: absolute;
    right: 0;
}

.menber-type label{
    margin-right: 15px;
}

/*會員中心*/
.form-control:focus, input:focus{
    border: 1px solid #abcae6 !important;
}

button{
    border: none;
}

.line-btn{
    background-color: #00b900;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin: 20px 0px 30px;
    width: fit-content;
}

.line-btn img{
    width: 30px;
}

.line-btn:hover{
    color: #fff;
    box-shadow: #0a7a0057 0px 4px 16px, #0b80001a 0px 8px 16px;
}

.line-done:hover{
    box-shadow: unset !important;
    cursor: unset !important;
}


.shopback-wrap{
    margin-top: 150px;
}

.shopback-wrap table{
    width: 300px;
    text-align: center;
    position: relative;
}
.shopback-wrap table::before{
    position: absolute;
    content: '';
    top: -129px;
    left: 0;
    width: 100%;
    height: 128px;
    background: url(../img/mc-deco4.png) no-repeat center /contain;
}


.shopback-wrap table th:nth-child(1){
    background: #dfdfdf;
}

.shopback-wrap table .can-use{
    color: #c09600;
    font-size: 18px;
    font-weight: bolder;
}

.account .nav-link{
    padding: 0px ;
    margin-right: 30px;
    color: var(--dark);
    font-size: 17px;
    margin-left: 15px;
    border-bottom: 1px solid var(--dark);
}

.account .nav-tabs .nav-link{
    border-radius: 0;
}


.account .nav-tabs{
    border-bottom: unset;
}

.account .nav-tabs .nav-link{
    background: #fff;
}
.account .nav-tabs .nav-link.active, 
.nav-tabs .show > .nav-link{
    color: var(--light);
    font-size: 17px;
    background-color: unset;
    border-bottom: 2px solid var(--light);
}

.log-out{
    color: var(--dark);
    border-radius: 5px;
    border: 1px solid var(--dark);
    padding: 4px 10px;
    font-size: 15px;
}

.log-out:hover{
    border: 1px solid var(--light);
    color: var(--light) !important;
}

.account .tab-content{
    margin-top: 40px;
    min-height: 300px;
}

.text-color{
    color: var(--light);
}

.account-modify{
    justify-content: space-between;
}


.modify{
    width: 50%;
    height: 40px;
    background-color: var(--light);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.modify:hover{
    background-color: var(--lhover);
    color: #fff;
}


/*訂單查詢*/

div:where(.swal2-container) div:where(.swal2-html-container){
    padding: 10px !important;
}

.swal2-title{
    padding: 15px ;
    background-color: var(--light);
    color: var(--soft);
    font-size: 1.75rem;
}

.show_sell_dialog .modal-header .bootstrap-dialog-close-button{
    float: unset;
}

.show_sell_dialog .bootstrap-dialog-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.show_sell_dialog  .modal-header{
    background-color: var(--light) !important;
}

.show_sell_dialog  .modal-footer{
    text-align: center;
}

.show_sell_dialog .btn-danger{
    width: 150px !important;
    display: inline-block !important;
}


.show_sell_form .sm{
    display: none;
}


.sp-table-state{
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
}

.sp-table-state .d-flex{
    justify-content: flex-start
}

.sp-table-state .d-flex a{
    background-color: #eee;
    border-radius: 3px;
    padding: 2px 8px;
    margin-left: 25px;
}

.sp-table-state .d-flex a:nth-child(1){
    margin-left: 0;
}

.sp-table-state .d-flex a.active{
    background-color: var(--light);
    color: #fff;
}

.fa-level-up-alt{
    transform: rotate(90deg);
}

.order-check{
    background-color: var(--light);
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.order-check:hover{
    background-color: var(--lhover);
    color: #fff;
}

.account .table th, .orderlist .table th{
    border-top: unset;
    font-weight: bolder;
    background-color: #fff2dbab;
}

.account .pc.table tr:nth-child(odd){
	background-color:#fff2dbab;
}

#orderList .sp:nth-child(even){
    background-color: #fff2dbab;
}
 
.bolder{
    font-weight: bolder;
}

.orderlist-sm-table td{
    border-top: none;
}

/*願望清單*/
#wishlist ul{
    padding-left: 0;
}

.wishlist-li:not(:first-child) {
    border-top: 1px solid #e3e3e3;
}

.wishlist-li{
    position: relative;
}

.wishlist-delete{
    position: absolute;
    right: 0;
    font-size: 20px;
    color: var(--dark);
    top: 16px;
}

.wishlist-delete:hover{
    color: var(--light);
}

.wishlist-li .d-flex{
    align-items: center;
    justify-content: space-evenly;
}

.wishlist-pic{
    width: 180px;
}

.wishlist-name, .wishlist-price{
    color: var(--dark);
}

/*訂單明細*/


.list-pic{
    width: 100px;
}

.list-info{
    margin-left: 12px;
}

.list-info p{
    margin-bottom: 0px;
}

.orderlist .table td{
    vertical-align: middle;
}

.sp-table-bg, .bg{
    background-color: #fcfbf9;
}
.sp-table{
    padding: 5px;
    margin-bottom: 15px;
}

.sp-table-bg td{
    border-top: unset;
    text-align: center;
}

.orderlist-count{
    display: flex;
    margin-left: auto;
    width: 200px;
}

.orderlist-count .table td{
    border-top: unset;
    padding: 1px;
}

.orderlist-detail{
    margin-top: 80px;
}

.orderlist-detail-inner{
    padding: 20px;
}


.code-img{
    width: 100%;
}

/*結帳第一步頁面*/
.checkout-content{
    min-height: 400px;
}

.check-step p{
    font-size: 20px;
    letter-spacing: 1px;
}

.check-step p span{
    font-size: 28px;
}

.check-step.active p{
    color: var(--light);
}

.check-step.active p span{
    border-bottom: 2px solid var(--light);
}

.check-step-one table img{
    width: 140px;
}
.check-step-one table th{
    text-align: center;
}

.check-step-one table td{
    vertical-align: middle;
    text-align: center;
}

.check-list th{
    border-top: none !important;
    background-color: #fff2dbab;
}

.check-list #quantity{
    width: 55px;
    text-align: center;
    border: none;
}

.qty-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-wrap a{
    background-color: #fff2dbab;
}

.qty-wrap .minus{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 3px;
}

.qty-wrap .plus{
    margin-left: 3px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.check-list-delete{
    color: var(--dark);
}

.check-list-delete:hover{
    color: var(--light);
}


.check-list-smtable{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
}

.check-list-smtable tr:first-child td{
    border-top: none;
}

.check-list-smtable ul{
    padding-left: 0px ;
}

.out-line, .next-step{
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.out-line{
    border: 1px solid var(--dark);
    color: var(--dark);
}

.out-line:hover{
    color: var(--light);
    border: 1px solid var(--light);
}

.next-step{
    margin-left: 20px;
    background-color: var(--light);
    color: #fff;
}

.next-step:hover{
    background-color: var(--lhover);
    color: #fff;
}

.checkout-list{
    padding-left: 12px;
    width: 240px;
}



/*結帳第二步頁面*/
.check-step-two-content{
    padding: 20px;
}

.check-step-two-content h5{
    padding: 0.2em;
    background-color: #fff2dbab;
    letter-spacing: 2px;
}
.store-pickup ul{
    padding-left: 0px;
    color: var(--dark);
    margin-bottom: 5px;
}

.check-step-two-content table td{
    padding: 0.45rem;
    border-top: none;
}

.total-count p{
    margin-bottom: 0px;
    font-size: 15px;
}

.total-count .total{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.city-wrap, .district-wrap, .zipcode-wrap{
    width: 30%;
}

#zip0{
    justify-content: space-between;
}

.star-mark,.star-mark-info{
    position: relative;
    
}

.star-mark::before{
    position: absolute;
    content: '*';
    color: #f00;
    top: -14px;
    left: -7px;
    font-size: 20px;
    font-weight: 600;
}

.star-info{
    position: absolute;
    top: -20px;
    left: 35px;
    color: #f00;
}



.pay_card a{
    display: block;
    width: 200px;
    text-align: center;
}

.bg-light{
    padding: 10px;
}

.bg-light p{
    margin-bottom: 0;
}

.pay_remit span{
    font-size: 14px;
    color: var(--dark);
}


.custom-file-input:lang(en) ~ .custom-file-label::after{
    content: '瀏覽';
}

.check-out-btn{
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-left: 20px;
    background-color: var(--light);
    color: #fff;
    font-weight: 600;
}

.check-out-btn:hover{
    color: var(--dark);
    background-color: var(--lhover);
}

.btn-file{
    background-color: var(--light) !important;
    border-color:  var(--light) !important;
    color: #fff !important;
}

.btn-file span{
    color: #fff;
}

.fileinput-cancel-button{
    background-color: #e7e7e7 !important;
    border-color:  #ced4da !important;
}




.check-step-three h4 span{
    background-color: #fff2db;
}

.line-group-qrcode{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}



/*購物車*/

.cart-inner{
    border-radius: 5px;
}


.cart-inner ul{
    padding-left: 0;
    max-height: 500px;
    overflow-y: auto;
}

.cart-inner-pic{
    width: 80px;
}

.cart-inner-info p{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    color: var(--dark);
}

.cart-inner-info span{
    font-size: 15px;
}

.cart-inner li{
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #faf8f5;
}

.goto-checkout a{
    font-size: 15px;
    color: #fff;
    background-color: var(--light);
    padding: 4px 30px;
    border-radius: 5px;
}

.goto-checkout a:hover{
    background-color:  var(--lhover);
}

.cart-inner-total{
    font-size: 15px;
}

.cart-inner-total span{
    font-size: 18px;
}

#white-block{
    height: 46px;
}

#white-block, .fixed-bottom-wrap{
    display: none;
}


/*help*/

.help-wrap{
    padding: 0px 60px 20px 60px;
}

.help-page-title{
    background:  url(../img/mc2.png) no-repeat center /cover;
    width: 260px;
    height: 57px;
    margin: 0px auto 60px;
}

.help-info{
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.help-info:not(:last-child){
    border-bottom: 1px dashed #e3e3e3;
}


.help-title{
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    font-weight: bolder;
    display: inline-block;
    color: var(--light);
}

/* .help-title::before{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--light-blue);
    top: -10px;
    left: -18px;
    z-index: -2;
} */

#help-info2 ul{
    padding-left: 15px;
}

.sp-ul{
    display: none;
}

.sp-search{
    display: none;
}

/*分頁*/

.pagination{
    margin-top: 80px
}
.page-link{
    color: var(--dark);
}


.sp-table{
    display: none;
}

.sp-table:nth-child(odd){
    background-color: #fff2dbab;
}



.search-bar{
position: relative;
width: 80%;
margin-left: auto;
margin-right: auto;
}

.search-bar .btn{
    position: absolute;
    right: 0;
}


.search-bar input{
    width: 100% !important;
}


/*input隱藏加減符號-----*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*input隱藏加減符號END-----*/


.set-qty-wrap{
    padding: 5px;
    border: 1px solid #ababab;
    border-radius: 4px;
}


.set-qty-wrap input{
    border: unset !important;
    text-align: center;
}


/*RWD開始------------------------------------------------*/



@media (max-width: 1440px) {

    .news-ul{
        width: 80%;
    }

    .shop-icon .row div{
        width: 20%;
    }

    #colorlib-aside{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .f-img{
        width: 60%;
    }

    .index-line::after{
        width: 250px;
        height: 43px;
        top: -32px;
        right: -8px;
    }

    .index-line::before{
        width: 161px;
        height: 42px;
        top: -41px;
        left: 0;
    }

    .hotsale::after{
        bottom: 0;
        right: 60px;
    }
}


@media (max-width: 1200px) {
    #colorlib-main{
        padding: 5px;
        width: 90%;
    }

    .item-wrap .item{
        margin-bottom: 55px;
    }



 
}


/*col-MD版面*/
@media (max-width: 992px) {
    .show_sell_form td{
        padding: 0.3rem;
    }
    .show_sell_form .sm{
        display: block;
    }

    .account .tab-content{
        margin-top: 30px;
    }



    .print-btn{
        font-size: 14px;
        width: 80px;
        padding: 0.275rem 0.75rem;
    }
    .product-right{
        width: 57%;
    }


    .sp.check-list-smtable{
        display: block;
    }
    

    .pc.table{
        display: none;
    }

    .sp-table{
        display: block;
    }

    #colorlib-main{
        width: 90%;
    }

 

    .check-step-one table img{
        width: 100px;
    }

    .checkout-list {
        padding-left: 6px;
        width: 140px;
        font-size: 15px;
    }

    .check-list #quantity{
        width: 40px;
    }

    .check-list .input-group-btn a{
        padding: 0.375rem 0.5rem;
    }


    #colorlib-slick-wrap, footer, .bottom-wrap{
        width: 100%;
    }

  
    .nav-close{
        display: flex;
        justify-content: flex-end;
        font-size: 25px;
    }

    h1 a{
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-close a{
        cursor: pointer;
    }

    .sp-logo-wrap{
        display: block;
        width: 50px;
    }

    #colorlib-aside{
        padding-top: 1em;
    }

    .head-top{
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .colorlib-nav-toggle{
        position: unset;
        z-index: 9999;
        cursor: pointer;
        opacity: 1;
        padding: 0rem 0.75rem;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 24px !important;        
    }

    

    .c-r{
        margin-top: 60px;
    }

    .cart-inner{
        right: -20px;
    }
}




/*平板---------------------*/
@media (min-width:768px) and (max-width:1024px) {

    

    .shop-icon .row{
        justify-content: space-between;
    }

    .shop-icon .row div{
        width: 23%;
    }
    .f-img{
        width: 80%;
    }
    .default-product-btn .input-group {
        width: 33%;
    }

    .footer-top{
        background: transparent !important;
    }

    .index-line::after{
        width: 210px;
        height: 32px;
        top: -25px;
        right: -8px
    }

    .index-line::before{
        width: 128px;
        height: 33px;
        top: -31px;
        left: 0;
    }

    .hotsale::after{
        width: 60px;
        height: 73px;
        bottom: 0;
        right: 45px;
    }
    .sp-table img{
        width: 400px;
    }

}


/*手機---------------------*/
@media (max-width:767px) {
    

    .news-ul{
        width: 100%;
    }

    .news-ul li a span:nth-child(1){
        display: block;
    }


    .menber-type label{
        width: 40%;
    }

    .form-inline.menber-type label{
        justify-content: flex-start !important;
    }
    .sp-search{
        display: block;
    }

   
    .hotsale{
        padding:30px 0 100px ;
    }

    .hotsale ul.nav-tabs{
        margin-top: 30px;
    }

    .line-group-qrcode{
        width: 70%;
    }

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .checkout-content {
        padding: 0px;
    }

    #fb-root{
        display: none;
    }

    p{
        font-size: 16px;
    }

  

    .f-img .sm{
        display: block;
    }

    .fraud{
        height: 400px;
    }

    .f-img{
        width: 40%;
    }

    .top-user, .cart-icon-wrap, .head-search{
        display: none;
    }

    .head-top{
        justify-content: center;
    }

    .head-search input{
        width: 140px;
    }

    h1 a{
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    h3{
        font-size: 24px;
    }

    h4{
        font-size: 22px;
        line-height: 30px;
    }

    .ck3-p{
        font-size: 14px;
    }

    #white-block, .fixed-bottom-wrap{
        display: block;
    }

    .fixed-bottom{
        border-top: 1px solid #f3f3f3;
        background-color: var(--soft);
    }

    .fixed-bottom ul{
        display: flex;
        margin-bottom: 0px;
        justify-content: space-evenly;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
    }
    
    .fixed-bottom ul li a{
        display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       color: #3F3F3F;
    }

    .fixed-bottom ul li a:hover{
        color: var(--light);
    }

    .fixed-bottom ul li a span{
        font-size: 13px;    
    }

    footer{
        padding: 10px;
    }

    .footer-content{
        padding: 15px 20px;
    }
    
    .footer-content p{
        font-size: 13px;
    }

    .footer-top{
        flex-direction: column;
        align-items: center;
        background: transparent !important;
    }

    .footer-right{
        margin-top: 20px;
        align-items: center;
    }

    .footer-page-link a, .footer-link a{
        margin: 0px 6px;
    }

    .footer-page-link a{
        font-size: 14px;
    }

    .logo-info{
        text-align: center;
    }
    .all-right{
        text-align: center;
        letter-spacing: 0px;
        font-size: 12px;
    }

    .breadcrumb{
        padding:  0px !important;
    }


    .shop-icon .row div{
        width: 35%;
    }

    .shop-container {
        padding: 10px 20px;
    }


    .index-line::before{
        display: none;
    }


    .hotsale::after {
        bottom: -70px;
        right: 60px;
    }

    .cart{
        margin-left: 0px;
    }

    /*商品頁*/
    .product-top, .product-btn{
        flex-direction: column;
    }

    .product-btn .input-group{
        width: 100%;
    }

    .product-btn .addtocart{
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .product-left, .product-right{
        width: 100%;
    }
    
    .product-right{
        margin-top: 30px;
    }

    .check-step p{
        font-size: 18px;
    }
    .check-step span{
        font-size: 24px;
    }

    .form-wrap{
        width: 96%;
    }
}

@media (max-width:660px){
    .f-img{
        width: 50%;
    }
}



/*小手機---------------------*/
@media (max-width:576px) {

    .fast-line span{
        padding-left: 9px;
        padding-right: 9px;
    }

    .sp-table-state .d-flex a{
        font-size: 13px;
        padding: 2px 6px;
        margin-left: 0px;
    }

    .sp-table-state .d-flex{
        justify-content: space-between;
    }

    .item-wrap .item a{
        border: 1px solid #ccc;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .star-info{
        top:-38px;
        left: 15px;
    }

    .menber-type label{
        display: flex;
        align-items: center;
    }

    .menber-type label input{
        width: fit-content;
    }

    .sp-select{
        width: 80%;
    }

    .bcfa-mc{
        width: 90%;

    }

    .search-bar{
        width: 90%;
    }

    .sp-table{
        padding: 0;
    }

    .pc-ul{
        display: none;
    }
    .sp-ul{
        display: block;
    }

    .sp-ul ul li{
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .hotsale{
        padding: 30px 0;
    }

    .product-bottom .img-responsive, 
    .product-bottom img,
    .product-bottom .mb30 p > img{
        width: 100%;
    }

    #colorlib-top::before{
        width: 273px;
        height: 347px;
    }

    .hotsale{
        padding-top: 0px;
    }
    .footer-content{
        width: 100%;
    }

    .item-wrap .item.col-md-6{
        padding-left: 5px;
        padding-right: 5px;
    }


    .account .nav-tabs .nav-item{
        width: 30%;
        min-width: 30%;
    }

    .account .nav-tabs{
        justify-content: space-between;
    }

    .account .nav-tabs .nav-link{
       min-width: unset;
       text-align: center;
    }

    .login-wrap,.sign-wrap{
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-login{
        margin-left: 15px;
    }

    .sign-wrap{
        margin-top: 20px !important;
    
    }
    
.invite-p span{
    font-size: 14px;
    color: #d14644;
    display: block;
}

    .shopback-wrap table{
        width: 100%;
    }


    .item-wrap .item{
        width: 100%;
        margin-bottom: 60px;
    }

    .line-group-qrcode{
        width: 80%;
    }

    .ck3-img img{
        width: 250px;
    }

    .orderlist-sm-table{
        font-size: 14px;
    }
    .orderlist-sm-table th, .orderlist-sm-table td{
        padding: 0.2rem;
    }

    .order-item-name, .history-order p{
        margin-bottom: 3px;
        font-size: 14px;
    }

    

    #colorlib-main{
        padding: 30px 10px 10px 10px;
    }
    .hotsale h4{
        margin-bottom: 40px;
    }
 
    .shop-icon .row{
        width: 100%;
    }

    .sp-table img{
        width: 100%;
    }

    #colorlib-main{
        width: 93%;
    }

    .slider-for .item img{
        height: 200px;
        object-fit: contain;
    }

    h1 a{
        width: 80%;
    }

    .index-line::after {
        width: 200px;
        height: 34px;
        top: -25px;
        right: -6px;
    }
    .hotsale::after {
        bottom: -71px;
        right: 35px;
        height: 62px;
        width: 56px;
    }

    .addtowish i{
        margin-top: 6px;
    }

    .ftco-section{
        padding-right: 3px;
        padding-left: 3px;
    }
    .container-fluid{
        padding-left: 3px;
        padding-right: 3px;
    }

    #search:hover > .search-txt{
        width: 150px;
        padding: 0 6px;
    }

    .head-top {
        padding-right: 20px;
        padding-left: 20px;
        
    }

    .shop-item-pic img{
        height: 150px;
        object-fit: contain;
    }

  

    /*首頁*/


    .shop-container {
        padding: 10px 5px;
    }

    .slick-item-info-name, .shop-item-info-name{
        font-size: 17px;
        overflow : hidden;
        text-overflow : ellipsis;
        white-space : nowrap;
        width : 100%;
    }
    

    .item-btn{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .addtocart{
        padding: 4px 8px;
        border: 1px solid #ababab;
        transition: .3s;
        font-size: 14px;
        color: var(--dark);
        border-radius: 5px;
    }

    .shop-icon::after{
        width: 210px;
        height: 46px;
        top: -23px;
    }

    .fraud{
        height: 380px;
    }

    .f-img{
        width: 60%;
    }
    
    /*商品頁*/
    .product{
        padding: 0px ;
    } 

    .default-product-btn{
        flex-direction: column;
        align-items: center;
    }

    .default-product-btn .input-group{
        width: 80%;
    }

    .default-product-btn .addtocart{
        margin-left: 0px;
        margin-top: 20px;
        width: 80%;
        text-align: center;
    }


    /*註冊頁*/
    .login, .signin{
        width: 100%;
    }

    .fb-signin {
        width: 70%;
    }

    /*會員中心*/
    .menber-info p{
        font-size: 15px;
    }

    .account .nav-tabs .nav-link.active, 
    .nav-tabs .show > .nav-link,
    .account .nav-link {
        font-size: 15px;
    }

    

   

    .c-r{
        margin-top: 60px;
    }

    .modify {
        width: 70%;
    }

    .wishlist-pic {
        width: 100px;
    }
    .wishlist-delete {
        top: 6px;
    }

    /*結帳頁*/
    .check-step-wrap{
        flex-direction: column;
        align-items: center;
    }

    .check-step-two-content{
        padding: 0px;
    }

    /*購物說明頁*/
    .help-page-title{
        width: 214px;
        height: 47px;
        margin: 10px auto 30px;
       
    }

    .help-info{
        padding: 40px 5px 30px 5px;
    }
    

}

@media (max-width:540px) {
    .nav-tabs .nav-link{
        margin: 8px ;
        min-width: 150px;
        text-align: center;
    }
}


@media (max-width:460px){
    .f-img{
        width: 70%;
    }
}



@media (max-width:400px) {

    .shopback-wrap table::before{
        position: absolute;
        content: '';
        top: -119px;
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
        height: 119px;
        background: url(../img/mc-deco4.png) no-repeat center /contain;
    }

    .f-img {
        width: 85%;
    }
    .city, .district, .zipcode{
        font-size: 15px;
    }

    #rele-pro-right-arrow, #rele-pro-left-arrow{
        position: absolute;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #ababab;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ababab;
        transition: .3s;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    
    #rele-pro-right-arrow{
        right: -10px;
    }
    
    #rele-pro-left-arrow{
        left: -10px;
    }
    



}



@media (max-width:351px) {
    #colorlib-slick-wrap{
        margin-top: 60px;
    }
    
}

/* 手勢 */
.cursor-pointer{
	cursor: pointer;
}
.form-check-label{	
	cursor: pointer;
}


.count-bg{
    background: #fff2dbab;
}

.inner-bg{
    background: #fff2db73;
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .container {
        width: 100%;
    }
}
