html{
    scroll-behavior: smooth;
}

:root{
    --light: #0168b3;
    --soft: #faf8f5;
    --dark:#3F3F3F;
    --lemon:#f6921e;
}

.index-loading{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.pg-left-nav{
    display: none
}


ul li{
    list-style: none;
}
.month-sale{
    color: var(--lemon) !important;
    font-weight: 600 !important;
}

.line-through{
    text-decoration: line-through;
}

.ispu-info{
    display: none;
}
.check-order{
    background: #0169b338;
    cursor: pointer;
}
.page-item.active .page-link{
    background-color: var(--light);
    border-color: var(--light);
}




.fw-600{
    font-weight: 600 !important;
}

.fz-13{
    font-size: 13px !important;
}
.fz-14{
    font-size: 14px !important;
}

.fz-15{
    font-size: 15px !important;
}
.fz-18{
    font-size: 18px !important;
}
.fz-20{
    font-size: 20px !important;
}
.fz-22{
    font-size: 22px !important;
}
.fz-24{
    font-size: 24px !important;
}

.fz-28{
    font-size: 28px !important;
}

.cursor-pointer{
    cursor: pointer;
}


body{
	font-family:微軟正黑體,Montserrat,Noto Sans TC,Montserrat,Roboto,Helvetica,Arial,sans-serif;	
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/bg-gray.png);
}


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-logo{
    width: 50px;
    height: 50px;
}


#colorlib-main{
    width: 100% !important;
    padding:0px;
    min-height: 700px;
}

/*nav*/

.navbar-nav{
    flex-wrap: wrap !important;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



#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-page{
    overflow: unset !important;
}

#colorlib-top{
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
}

.head-top{
    justify-content: space-around;
    padding: 10px 0;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.top-user,.cart{
    color: var(--light) !important;
}

.logo-wrap{
    width: 170px;
}

.search-wrap{
    position: relative;
}

.search-wrap a{
    position: absolute;
    right: 5px;
    top: -2px;
    color: var(--light) !important;
}

.search-wrap{
    width: 60%;
    border-radius: 50%;
}
.search-wrap input.form-control{
    border-radius: 50px !important;
    padding-left: 20px;
}

.head-top-icon{
   width: 140px;
   justify-content: space-between;
}
.removesesscartbtn,.input-group-btn,.check-list-delete{
    cursor: pointer;
}

.head-top a{
    color: var(--dark);
    font-size: 20px;
    cursor: pointer;
}

.other-link{
    background-color: #fff;
}
.other-link-content{
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    justify-content: end;
}

.other-link-content a{
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 10px;
    color: #777777;
}

.other-link-content a:hover{
    color: var(--light) !important;
}

.bc-menu-wrap{
    background: var(--light);
    min-height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}

.bc-menu a{
    color: var(--soft) !important;
    font-size: 18px;
}
.bc-menu{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}


h1 span{
    display: none;
}

.navbar{
    padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding: 0px 6px;
}


 .navbar-nav li:hover > ul.dropdown-menu .dropdown-item{
    color: var(--dark) !important;
}


.navbar-nav li:hover > ul.dropdown-menu,
.dropdown-menu {
    box-shadow: 0 2px 10px -2px #00000040;
    border: unset;
    border-radius: 0;
    transition: display .3s;
}
 .dropdown-item:hover, .dropdown-item:focus{
    background-color: #f3f3f3;
}

 a.dropdown-item{
    color: var(--dark) !important;
}

 .nav-item{
    margin-left: 8px;
    margin-right: 8px;
}

.open-menu,.close-menu,.bg-search,.sp-search-btn{
    display: none;
}




/*首頁*/

.no-pd{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    
}

.cart-icon-wrap{
    position: relative;
    text-align: center;
}

.cart-icon-wrap a{
    display: block;
}

.cart{
    position: relative;
    transition: .3s;
    margin-left: 1rem;
}

.cart-quantity{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 15px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: var(--lemon);
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}



.close-cart{
    font-size: 24px;
    font-weight: bold;
}

.cart-inner-top{
    position: absolute;
    right: 0;
    top: 0;
}

.cart-inner{
    border-radius: 5px;
    border: 4px solid var(--light);
    display: none;
    position: fixed;
    width: 600px;
    padding: 15px;
    background-color:#fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 9999;
}
.cart-inner-info{
    width: 180px;
}

.cart-inner-info p:nth-child(1){
    overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}




#colorlib-slick-wrap{
    width: 100%;
    max-width: 1940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ftco-section{
    min-height: 650px;
    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%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#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
{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size: 24px;
}

#item-left-arrow:hover, 
#item-right-arrow:hover{
    color: #045996;
}
#item-left-arrow,
#item-right-arrow{
    color: var(--light);
}
#item-left-arrow{
    left: -25px;
}

#item-right-arrow{
    right: -25px;
}

#new-item-left-arrow{
    left: 25px;
}
#new-item-right-arrow{
    right: 25px;
}

#new-item-right-arrow,
#new-item-left-arrow{
    color: var(--lemon);
}

.slick-item-info p, .shop-item-info p{
    margin-bottom: 4px;
    font-size: 18px;
}


.newsale{
    width: 90%;
    max-width: 1440px;
    border-radius: 20px;
    margin-top: 80px;
    background:#00000010 no-repeat url("../img/fv-bg2.png") bottom / cover;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    min-height: 700px;
    position: relative;
}

.item-slick-inner a {
    color: var(--dark);
}

.slick-item-pic{
    overflow: hidden;
    position: relative;
}

.slick-item-pic img{
    transition: .3s;
    height: 200px;
    object-fit: contain;
}

.item-slick-inner a:hover .slick-item-pic img{
    transform: scale(1.07);
}

.slick-slide{
    height: unset !important;
}

.index-title{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.new-item-slick .item{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}




.new-item-slick{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}



.news{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 40px;
}

.news ul{
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

.news ul li+li{
    margin-top: 10px;
    padding-top:10px;
    border-top: 1px solid #eee;
}

.news ul li a{
    cursor: pointer;
}





.index-line{
    position: relative;
}

.adv-pic-wrap{
    padding: 0px 15px
}

.adv-pic{
    width: 90%;
    margin: 70px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(159, 165, 171, 0.329) 0px 8px 8px;
}

.adv-pic a{
    display: block;
    
    transition: .3s;
}

.adv-pic a:hover{
    opacity: 0.8;
}

.adv-pic a.sp-free{
    display: none;
}


.tw-farm-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 5px auto;
}

.tw-farm{
    box-shadow: rgba(159, 165, 171, 0.329) 0px 8px 8px;
    margin-top: 30px;
    min-height: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 30px;
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #292929 !important;
    transition: .3s;
}

.tw-farm:hover{
    opacity: 0.8;
}


.tw-farm::after{
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    width: 334px;
    height: 334px;
    background: url(../img/farm-deco.png) no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.99;
}


.tw-farm::before{
    content: '';
    position: absolute;
   
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}



.tw-farm-wrap .col-6:nth-child(1) .tw-farm-link  .tw-farm{
    background: var(--light);
    color: #fff !important;
}
.tw-farm-wrap .col-6:nth-child(2) .tw-farm-link  .tw-farm{
    background: #fcd051;
}
.tw-farm-wrap .col-6:nth-child(3) .tw-farm-link  .tw-farm{
    background: #9bc5f9;
}
.tw-farm-wrap .col-6:nth-child(4) .tw-farm-link  .tw-farm{
    background: #afd888;
}
.tw-farm-wrap .col-6:nth-child(5) .tw-farm-link  .tw-farm{
    background: #ffd0bd;
}
.tw-farm-wrap .col-6:nth-child(6) .tw-farm-link  .tw-farm{
    background: #fcdbeb;
}

.tw-farm-wrap .col-6:nth-child(1) .tw-farm-link  .tw-farm::before{  
    background: url(../img/farm-deco-1.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
}
.tw-farm-wrap .col-6:nth-child(2) .tw-farm-link  .tw-farm::before{
    background: url(../img/farm-deco-2.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 100px;

}
.tw-farm-wrap .col-6:nth-child(3) .tw-farm-link  .tw-farm::before{
    background: url(../img/farm-deco-3.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;

}
.tw-farm-wrap .col-6:nth-child(4) .tw-farm-link  .tw-farm::before{
    background: url(../img/farm-deco-4.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}
.tw-farm-wrap .col-6:nth-child(5) .tw-farm-link  .tw-farm::before{
    background: url(../img/farm-deco-5.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}
.tw-farm-wrap .col-6:nth-child(6) .tw-farm-link  .tw-farm::before{
    background: url(../img/farm-deco-6.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}


.sale-ranking-wrap{
    width: 100%;
    padding: 80px 0px;
    min-height: 400px;
    background: #0169b318 url(../img/rankbg.png) center / cover;
    margin-top: 150px;
    position: relative;
}

.sale-ranking-wrap::before{
    content: '';
    position: absolute;
    background: url(../img/ranktt.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 130px;
    left: 5%;
    top: -66px;
}

.sale-ranking-content{
    width: 90%;
    position: relative;
    margin: 0 auto;
   
}


.rank-item{
    margin-top:50px;
    
}

.rank-item-wrap{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(159, 165, 171, 0.329) 0px 8px 8px;
}
.rank-item:nth-child(1)::after,
.rank-item:nth-child(2)::after,
.rank-item:nth-child(3)::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 60px;
    top: -20px;
    left: 10px;

}

.rank-item:nth-child(1)::after{
    background: url(../img/rankmt-1.png) no-repeat;
    background-size: contain;
}
.rank-item:nth-child(2)::after{
    background: url(../img/rankmt-2.png) no-repeat;
    background-size: contain;
}
.rank-item:nth-child(3)::after{
    background: url(../img/rankmt-3.png) no-repeat;
    background-size: contain;
}




.hotsale{
    position: relative;
    padding-bottom: 40px;
    width: 90%;
    max-width: 1440px;
    min-height: 600px;
}




.hotsale::after{
    position: absolute;
    content: '';
    background: url(../img/deco2.png) no-repeat;
    background-size: contain;
    width: 170px;
    height: 168px;
    left: -76px;
    bottom: -76px;
}

.slick-item-info-name{
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recmpd_name, .pd_name{
    /* height: 55px; */
}
.recmpd_name,.pd_name{
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
    height: 45px;
    display: -webkit-box;
	font-weight:400;
    overflow: hidden;
    word-break: break-all;        /* Breaks the word properly */
    white-space: normal;
	color:#2b2b2b !important;

}

.pp_sp_height{
    min-height: 58px;
}



.p_add{
    justify-content: space-between;
    align-items: center;
}

.fast-add{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff860038;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}

.fast-add-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fast-add-btn-wrap .qty-wrap,
.fast-add-btn-wrap a
{
    width: 45%;
}

.fast-add-btn-wrap a{
    background-color: var(--light);
    color: #fff !important;
}

/* .hotsale::after{
    position: absolute;
    content: '';
    background: url(../img/tori.png) no-repeat center /cover;
    width: 70px;
    height: 90px;
    bottom: 0;
    right: 70px;
    animation: swing2 linear 6s infinite;
    -moz-animation: swing2 linear 6s infinite;
    -webkit-animation: swing2 linear 6s infinite;
    -ms-animation: swing2 linear 6s infinite;
    -o-animation: swing2 linear 6s infinite;
} */

@-moz-keyframes swing2 {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(-5deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(5deg); }
    100% { -moz-transform: rotate(0deg); }
  }
  @-webkit-keyframes swing2 {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(-5deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(5deg); }
    100% { -webkit-transform: rotate(0deg); }
  }    
  @-o-keyframes swing2 {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(-5deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(5deg); }
    100% { -o-transform: rotate(0deg); }
  }
  @-ms-keyframes swing2 {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(-5deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(5deg); }
    100% { -ms-transform: rotate(0deg); }
  }
  @keyframes swing2 {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
  }

.four-block{
    display: flex;
    margin-top: 140px;
    flex-wrap: wrap;
}

.four-block a{
    width: 25%;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 6px 20px;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    position: relative;
}

.four-block a::after{
     content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/fb-0.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
    opacity: 0.5;
}

.four-block a:hover{
    opacity: 0.9;
}


.four-block a:nth-child(1){
    background-image: linear-gradient(1deg, #862204, #c8380c 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    text-shadow:  #8b2203 0.1em 0.1em 0.2em;
}
.four-block a:nth-child(1)::before{
    content: '';
    position: absolute;
    background: url(../img/fb-1.png) no-repeat;
    background-size: contain;
    width: 105px;
    height: 65px;
    bottom: 0;
    right: 5px;
    opacity: 0.4;
}



.four-block a:nth-child(2){
    background-image: linear-gradient(1deg,#e98b00 ,#ff9900b8  99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    text-shadow:  #a56301 0.1em 0.1em 0.2em;
}
.four-block a:nth-child(2)::before{
    content: '';
    position: absolute;
    background: url(../img/fb-2.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 76px;
    bottom: 0;
    right: 5px;
    opacity: 0.4;
}


.four-block a:nth-child(3){
    background-image: linear-gradient(1deg, #0d8932, #07b53b 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    text-shadow:  #047726 0.1em 0.1em 0.2em;
}
.four-block a:nth-child(3)::before{
    content: '';
    position: absolute;
    background: url(../img/fb-3.png) no-repeat;
    background-size: contain;
    width: 74px;
    height: 76px;
    bottom: 0;
    right: 5px;
    opacity: 0.4;
}


.four-block a:nth-child(4){
    background-image: linear-gradient(1deg, #434bd7, #149BF3 99%);
    background-size: calc(100% + 20px) calc(100% + 20px); 
    text-shadow:  #0566a7 0.1em 0.1em 0.2em;
}
.four-block a:nth-child(4)::before{
    content: '';
    position: absolute;
    background: url(../img/fb-4.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 60px;
    bottom: 0;
    right: 5px;
    opacity: 0.4;
}



.b-block{
    display: flex;
   
}

.bb-item{
    width: 50%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: .3s;
}

.bb-item-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.bb-item:nth-child(1){
    background: linear-gradient(#00000080, #000000aa),
    url(../img/bcshop.png) center 10% / cover ;
}

.bb-item:nth-child(2){
    background: linear-gradient(#00000080, #000000aa),
    url(../img/bc-shop2.jpg) center / cover ;
}

.bb-item:hover{
    opacity: 0.90;
}



.bb-item-title{
    font-size: 1.75rem;
    font-weight: 600;
    border: 2px solid;
    height: 120px;
    width: 120px;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-right: 30px;
    line-height: 1.2;
}

.bb-item-info{
    width: 320px;
}

.map iframe{
    width: 100%;
    height: 300px;
    vertical-align: bottom;
}


.bottom-wrap{
    width: 100%;
    
}  


footer{
    width: 100%;
    padding: 20px 40px;
    background: var(--light);
    position: relative;
    min-height: 254px;
    display: flex;
    align-items: center;
    opacity: 0.99;
}


.footer-content{
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo{
    width: 250px;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

.fc-right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sns-link{
    display: flex;
    justify-content: space-between;
}


.sns-link a{
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns-link a:nth-child(1) i{
    font-size: 23px;
}
.sns-link a:hover{
    transform: translateY(-5px);
}



.fc-left h5{
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}


.fc-right small a{
    color: #fff;
    text-decoration: underline;
}




.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{
    margin: 0px 10px 15px 10px;
}


.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: var(--soft);
    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: 20px 15px;
    position: relative;
}

.shop-icon::after{
    content: '';
    position: absolute;
    background: url(../img/s-title.png) no-repeat center /cover;
    width: 243px;
    height: 53px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%)
}
.shop-icon .row{
    justify-content: space-evenly;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}

.shop-icon .row div{
    width: 15%;
    transition: .3s;
}

.shop-icon .row div:hover{
    transform: translateY(-10px);
}

.fraud{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    background: url(../img/fraudbg1.jpg) no-repeat center bottom /cover;
  }
  
  .f-img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-img .sm{
    display: none;
  }


.freeze-lable{
    background-color: var(--light);
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 6px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.fz-lable{
    background-color: var(--light);
    color: #fff;
    font-size: 13px !important;
    padding: 0px 6px;
    border-radius: 3px;
    letter-spacing: 1px;
}


/*shop-page------------------------------*/


.shop-page-wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;

}

.show-page-left{
    width: 240px;
    margin-top: 100px;
    margin-bottom: 50px;
}

/*選單css*/
.show-page-left .sidenav {
    width: 100%;
    background-color: #0169b30d;
    overflow-x: hidden;
    padding: 10px;
}

/* Style the sidenav links and the dropdown button */
.show-page-left .sidenav a, .show-page-left .dropdown-btn {
    padding: 10px 5px;
    text-decoration: none;
    font-size: 16px;
    color: var(--light);
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.show-page-left .sidenav > a, .show-page-left .sidenav > .dropdown-btn{
    border-top: 1px solid  #0168b31a;
}
.show-page-left .sidenav  a:first-child{
    border-top: unset;
}

.show-page-left .sidenav .dropdown-container a{
    font-size: 15px;
    color: #292929;
}

.dropdown-btn.active + .dropdown-container{
    display:block;
   }
   
   .dropdown-btn:not(.active) + .dropdown-container{
    display:none;
   }
/* On mouse-over */
.show-page-left .sidenav a:hover, .show-page-left .dropdown-btn:hover {
    background-color: #0169b310;
}


/* Add an active class to the active dropdown button */
.show-page-left a.hilight{
    color: var(--lemon) !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.show-page-left .dropdown-container {
    display: none;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.show-page-left .fa-caret-down {
    float: right;
    padding-right: 8px;
}

/*選單css END*/




.show-page-left .navbar-nav li:hover > ul.dropdown-menu{
    display: none;
}
.show-page-left .dropdown-menu.show{
    display: block !important;
    padding: 0px;
    transform: unset !important;
}
.show-page-left .dropdown-item{
    padding: 0.25rem 0.5rem;
    font-size: 15px;
}


.show-page-left .dropdown-menu{
    background: transparent;
    box-shadow:unset
}
.show-page-left .navbar-nav li:hover > ul.dropdown-menu, .show-page-left .dropdown-menu{
    box-shadow:unset;
}

.show-page-left .dropdown-submenu .dropdown-menu{
    margin-left: 15px;
}

.show-page-left .dropdown-menu{
    position: unset !important;
}

.show-page-left ul{
    background-color: #0168b31a;
    padding: 10px;
}
.show-page-left ul li{
    padding: 3px 0px;
    margin: -1px 0px;
}

.show-page-left .nav-item + .nav-item{
    border-top: 1px solid #0168b31a;
}


.show-page-left ul li a{
    color: var(--light) !important;
}

.show-page-left ul li a.active{
    color: var(--lemon) !important;
    background-color: transparent;
}


.show-page-left .navbar-nav li:hover > ul.dropdown-menu .dropdown-item{
    color: var(--light) !important;
}


.show-page-left .dropdown-item:hover, .show-page-left .dropdown-item:focus{
  background-color: #0168b31a;
}

.show-page-left  .nav-link:hover, .nav-link:focus {
    background-color: #0168b31a;
}




.show-page-right{
    width: calc(100% - 290px);
}




.breadcrumb-wrap{
    margin-top: 100px;
    max-width: 1440px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.show-page-right .breadcrumb-wrap{
    width: 100% !important;
}

.breadcrumb{
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 2px;
    
}

.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;
}


.shop-item{
    color: var(--dark);
}

.shop-item:hover{
    color: var(--dark);
}

.shop-item-wrap{
    margin-bottom: 30px;
}

.shop-item-pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.shop-item-pic img{
    height: 200px;
    object-fit: contain;
    transition: .3s;
}

.shop-item-wrap a:hover .shop-item-pic img{
    transform: scale(1.07);
}


.pd-price, .sp-pd-price{
    font-size: 20px;
	font-weight:700;
    color: #ea1717;
	font-family:Montserrat;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pd-price-small{
    /* font-size: 15px; */
    font-size: 12px;
    color: #5c5c5c;
    text-decoration: line-through;
}
.sp-pd-price .sp-moji{
    font-size: 15px;
}


/*商品內頁-------------------------------*/
.slick-nav .slick-arrow{
    position: absolute;
    top: 65%;
    background-color: #0168b3;
    z-index: 50;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: -12px;
}

.slick-prev:before, .slick-next:before{
    
    color: #fff;
}

.product-left{
    width: 38%;
}
.product-right{
    width: 50%;
}

.product-right-info h5{
    font-size: 30px;
}

.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: 450px;
    object-fit: contain;
}

.product-left .slider-nav{
    width: 90%;
}

.slider-nav-wrap{
    position: relative;
}

.slick-lightbox-slick-img{
    margin:  80px auto 0px auto;
}


.slider-nav-div img{
    cursor: pointer;
}

#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-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;
    flex-wrap: wrap;
}

.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;
    background: transparent;
}




.default-product-btn .addtocart{
    margin-left: 30px;
    background-color: var(--lemon);
    color: #fff;
    padding: 8px 30px;
    letter-spacing: 2px;
    transition: .3s;
    border: unset;
}

.default-product-btn .addtocart:hover{
    background-color: #e48315;
}

.product-description{
    font-weight: 600;
}

.product-description img{
    width: 50%;
}
.product-description p, .product-description span{
    text-align: justify;
    line-height: 1.8;
}

.product-bottom{
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}



.sp-select{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.onsale_li.active{
    background: var(--light) !important;
}

.list-group-item{
    cursor: pointer;
}


.pc-d-none{
    display: none;
}



/*相關商品*/
.rele-pro-wrap{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}


.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%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    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;
}


/*登入頁面*/

.line-login-singup-wrap{
    background-color: #fff;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.line-login-singup-wrap .line-login-singup img{
    width: 30px;
}

.line-login-singup-wrap .line-login-singup{
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    transition: .3s;
}

.line-login-singup-wrap .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;
}



.login, .fb-login, .signin{
    width: 70%;
    border-radius: 5px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    cursor: pointer;
}

.login{
    background-color: var(--light);
    color: #fff !important; 
}

.login:hover{
    background-color: #147ac4;
    color: #fff;
}

.fb-login, .fb-signin{
    background-color: #4267B2;
    color: #fff;
}

.fb-login:hover, .fb-signin:hover{
    background-color: #36548f;
    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: #fff;
    background-color: var(--lemon);
    transition: .3s;
}

.signin:hover{
    color: #fff;
    background-color: #e48315;
}

.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%);
}

#register_form .city,
#register_form .district,
#register_form .zipcode,
#zip1 .city,
#zip1 .district,
#zip1 .zipcode
{
    width: 33%;
}


.sign_up_wrap{
    display: none;
}

.show-signup-btn{
    font-weight: 700;
    border-bottom: 1px solid var(--light) ;
    padding: 0px 5px;
    cursor: pointer;
    letter-spacing: 1px;
    color: var(--light) !important;
}

.show-signup-btn:hover{
    color: #045996 !important;

}

.back-login{
    cursor: pointer;
    border-bottom: 1px solid var(--dark);
}


/*會員中心*/

.alert-icon-wrap{
    position: relative;
    width: fit-content;
}

.alert-icon-wrap span{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.form-control:focus, input:focus{
    border: 1px solid #abcae6 !important;
}

button{
    border: none;
}


.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;
}



.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;
}

.account{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.account .nav-tabs{
    border-bottom: unset;
}

.account .nav-link{
    padding: 0px ;
    margin-right: 30px;
    color: var(--dark);
    font-size: 17px;
    margin-left: 5px;
    border-bottom: 1px solid var(--dark);
}

.account .nav-tabs .nav-link{
    border-radius: 0;
}

.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);
}

.nav-tabs .nav-link{
    border: unset;
}

.log-out{
    color: var(--dark);
    border-radius: 5px;
    border: 1px solid var(--dark);
    padding: 4px 10px;
    font-size: 15px;
    cursor: pointer;
}

.log-out:hover{
    border: 1px solid var(--light);
    color: var(--light) !important;
}

.account .tab-content{
    margin-top: 60px;
    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;
    transition: .3s;
}

.modify:hover{
    background-color: #045996;
    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;
}
.order-check{
    background-color: var(--light);
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.order-check:hover{
    background-color: #378e7d;
    color: #fff;
}

.account .table th, .orderlist .table th{
    border-top: unset;
    font-weight: bolder;
    background-color: #0168b312;
}

.account .pc.table tr:nth-child(odd){
	background-color:#0168b312;
}

#orderList .sp:nth-child(even),.sp:nth-child(even){
    background-color: #0168b312;
}

.bolder{
    font-weight: bolder;
}
.orderlist-sm-table{
    border-bottom: 1px solid #e3e3e3;
}

.orderlist-sm-table td{
    border-top: none;
}

.order-content .sm{
    display: none;
}

.f-order-title{
    display: flex;
    padding: 2px 5px;
    background-color: #0169b324;
}

.f-order-title span{
    font-size: 15px;
    width: 16%;
}

.f-order-inner{
    display: flex;
    font-size: 15px;
    align-items: center;
    margin: 5px 0px;
    padding: 5px;
}
.f-order-inner div{
    width: 16%;
}

.f-order-inner div:nth-child(1) img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.f-order-inner + .f-order-inner{
    border-top: 1px solid #ddd;
}
.f-order-inner-bottom{
    display: flex;
}
.f-order-inner-bottom div{
    width: 50%;
}


/*願望清單*/
#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-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;
}

/*結帳第一步頁面*/
.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: var(--light);
    color: #fff;
}

.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: var(--light);
    color: #fff !important;
}

.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;
}

.table.check-list{
    margin-bottom: 0;
}

.check-list-delete{
    width: 30px;
    height: 30px;
    display: inline-block;
    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 !important;
    cursor: pointer;
}

.next-step:hover{
    background-color: #045996;
    color: #fff;
}

.checkout-list{
    padding-left: 12px;
    width: 240px;
}


.deliver-wrap{
    display: flex;
    justify-content: space-between;
}
.color-orange{
    color: var(--lemon);
}
.bg-orange{
    background-color: var(--lemon);
    color: #fff;
}
.bg-blue{
    background-color: var(--light);
    color: #fff;
}

.deliver-wrap .bg-blue{
    padding: 5px 15px;
    letter-spacing: 1px;
    display: inline-block;
}


.ck1-bottom{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.ck1-bottom .shipping, .ck1-bottom .ct-block{
    width: 45%;
}

.ck1-bottom .shipping h5, .ck1-bottom .ct-block h5{
    padding: 5px 12px;
    background-color: var(--light);
    letter-spacing: 2px;
    color: #fff;
}

.ct-block{
    background: #0168b312;
}

.f-right{
    float: right;
}

/*結帳第二步頁面*/
.alert-wrap{
    position: relative;
}

.alert-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.check-step-two-content{
    padding: 20px;
}

.check-step-two-content h5{
    padding: 5px 12px;
    background-color: var(--light);
    letter-spacing: 2px;
    color: #fff;
}
.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;
}




.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(--lemon);
    color: #fff;
    font-weight: 600;
}

.check-out-btn:hover{
    color: #fff;
    background-color: #e48518;
}

.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;
}

/*購物車*/


.cart-inner.open{
    display: block;
}

.cart-inner ul{
    max-height: 500px;
    overflow-y: auto;
    padding-left: 0;
}

.cart-inner-pic{
    width: 100px;
    margin-right: 10px;
}
.cart-inner-pic img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.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(--lemon);
    padding: 4px 30px;
    border-radius: 5px;
}

.goto-checkout a:hover{
    background-color: #de8117;
}

.cart-inner-total{
    font-size: 15px;
}

.cart-inner-total span{
    font-size: 20px;
}

#white-block{
    height: 46px;
}

#white-block, .fixed-bottom-wrap{
    display: none;
}
.ft-sale{
    color: var(--lemon) !important;
}


/*help*/

.help-wrap{
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding:20px 0px 60px;
}

.help-wrap p{
    text-align: justify;
}

.help-page-title{
    background:  url(../img/s-title.png) no-repeat center /cover;
    width: 260px;
    height: 57px;
    margin: 0px auto 60px;
}

.help-info{
    padding-top: 80px;
}

.help-info li{
    font-size: 18px;
    text-align:justify;
    margin-bottom: 12px;
}

.help-info:not(:last-child){
    border-bottom: 1px dashed #e3e3e3;
}


.help-title{
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    font-weight: bolder;
}

.help-title::before{
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #046ab447;
    top: -10px;
    left: -18px;
    z-index: -2;
}

.help-title::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    top: -2px;
    left: -10px;
    z-index: -1;
}


/*分頁*/

.pagination{
    margin-top: 80px
}
.page-link{
    color: var(--dark);
}
.screen-overlay {
    width:0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .5s linear, visibility .1s, width 1s ease-in;
     }
  .screen-overlay.show {
      transition:opacity .5s ease, width 0.1s;
      opacity:1;
      width:100%;
      visibility:visible;
      z-index: 999;
  }

  
    /* 手勢 */
    .cursor-pointer{
        cursor: pointer;
    }
    .form-check-label{	
        cursor: pointer;
    }
    .count-bg{
        background: #0168b312;
    }




    .bg-light{
        background-color: #0047a521 !important;
    }

    .pay_card{
        width: 70%;
    }



    .bc-menu .month-sale{
        display: none;
    }

    .sp-other-link{
        display: none;
    }

/*RWD開始------------------------------------------------*/

@media all and (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	
	.navbar .nav-item:hover .dropdown-menu.sub-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (min-width: 1200px) and (max-width: 1500px){
    .shop-container  .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 19.66667%;
        flex: 0 0 19.66667%;
        max-width: 19.66667%;}
}

@media (max-width: 1440px) {

    .slider-for .item img{
        height: 400px;
    }
    .product-left .slider-nav{
        width: 100%;
    }

    .shop-page-wrap{
        width: 95%;
    }

    .show-page-left{
        width: 200px;
    }

    .show-page-right {
        width: calc(100% - 240px);
    }


    .dropdown-menu{
        left: -40px;
    }
    #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;
    }

  
}

@media (max-width: 1380px){
    .bc-menu a{
        font-size: 16px;
    }
} 


@media (max-width: 1200px) {

    .pc-d-none{
        display: block;
    }

    .spp-d-none{
        display: none;
    }

    .breadcrumb-wrap{
        margin-top: 60px;
    }

    .show-page-left{
        display: none;
    }

    .show-page-right{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .shop-page-wrap{
        width: 100%;
    }



    .bc-menu{
        justify-content: flex-start;
    }

    .account{
        width: 100%;
    }

    .nav-item{
        margin: 5px;
    }


    .checkout-1{
        padding-top: 60px;
    }

    .bb-item-title{
        font-size: 1.5rem;
        width: 100px;
        height: 100px;
    }
    
    .navbar-nav li:hover > ul.dropdown-menu{
        display: none;
    }
    .dropdown-menu.show{
        display: block !important;
    }
    .dropdown-menu{
        background: transparent;
        box-shadow:unset
    }
    .navbar-nav li:hover > ul.dropdown-menu, .dropdown-menu{
        box-shadow:unset;
    }

    .dropdown-submenu .dropdown-menu{
        margin-left: 25px;
    }

    .dropdown-menu{
        position: unset !important;
    }


    .open-menu,.close-menu{
        display: block;
    }

    .open-menu{
        color: var(--light);
        font-size: 24px;
        padding: 2px;
    }

    .search-wrap{
        width: 50%;
    }

    .close-menu{
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 30px;
        font-weight: bold;
    }

    .bc-menu a{
        color: var(--dark) !important;
    }

    .bc-menu-wrap{
        height: 100%;
        position: fixed;
        left: -110%;
        top: 0;
        z-index: 999999;
        margin-top: 0;
        width: 400px;
        transition: .4s;
        background-color: #fff;
        align-items: flex-start;
        overflow-y: auto;
        background: url(../img/bg-gray.png);
    }
   

    .bc-menu-wrap.open{
       left: 0;
       transition: .4s;
    }


    .bc-menu{
        padding: 0px  15px 20px 15px;
        margin-top: 80px;
        align-items: flex-start;
    }
    a.dropdown-item{
        font-size: 16px;
    }

    .navbar-expand-md .navbar-nav{
        flex-direction: column !important;
    }

    .bc-menu .month-sale{
        display: block;
        color: var(--lemon) !important;
        font-weight: 600 !important;
        margin: 0px 0px 15px 10px;
        font-size: 20px;
    }

    .sp-other-link{
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .sp-other-link a{
        margin: 5px 0px;
    }
   
}


/*col-MD版面*/
@media (max-width: 992px) {

    .other-link-content a{
        font-size: 15px;
        padding: 5px;
    }

    .show_sell_form td{
        padding: 0.3rem;
    }

    .slider-for .item img {
        height: 320px;
    }
 
    .shop-page-wrap{
        width: 100%;
    }

    .four-block a{
        width: 50%;
    }

    .show_sell_form .sm{
        display: block;
    }
    .show_sell_form .pc{
        display: none;
    }

    .f-order-inner table:nth-child(odd){
        background-color: #bed7ed1a;
    }
    .order-content .sm{
        display: block;
    }
    .f-order-inner{
        flex-direction: column;
    }
    .order-content .sm .table td{
        padding: 0.25rem;
    }
    .order-content .sm .table tr:nth-child(1){
        border-top: 1px solid #ddd;
        line-height: 10px;
    }
    .order-content .sm .table:nth-child(1) tr:nth-child(1){
        border-top: unset;
    }

    .order-content .sm img{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .f-order-inner div{
        width: 100%;
    }

    .order-content .pc{
        display: none;
    }

    .ck1-bottom{
        flex-direction: column;
    }

    .ck1-bottom .shipping, .ck1-bottom .ct-block{
        width: 100%;
    }

    .ck1-bottom .ct-block{
        margin-top: 1rem;
    }
    .pay_card{
        width: 50%;
    }

    .b-block{
        flex-direction: column;
    }
    .bb-item{
        width: 100%;
    }
    .search-wrap{
        width: 45%;
    }

    .head-top-icon{
        width: unset;
        justify-content: space-around;
    }
    
    .no-pd{
        margin-left: 0;
    }

    .check-step-one table img{
        width: 100px;
    }

    .checkout-list {
        padding-left: 6px;
        width: 140px;
        font-size: 15px;
    }

    .check-list #quantity{
        width: 50px;
    }

    .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{
        width: 95%;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .top-user, .cart{
        font-size: 16px !important;
    }
    .top-user span, .cart span{
        font-size: 14px !important;
    }

    .colorlib-nav-toggle{
        position: unset;
        z-index: 9999;
        cursor: pointer;
        opacity: 1;
        padding: 0px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 24px !important;        
    }

    .sign-wrap{
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px dashed #e3e3e3;
    }

    .c-r{
        margin-top: 90px;
    }

    .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;
    }

  


}

@media (max-width:800px) {
    .p_add{
        flex-direction: column;
        align-items: unset;
        margin-top: 2px;
    }
    .fast-add{
        margin-top: 5px;
    }
}




/*手機---------------------*/
@media (max-width:767px) {
    .slider-for .item img{
        height: 400px;
    }

    .show-page-right{
        width: 95%;
    }

    .other-link-content{
        width: 100%;
        justify-content: center;
    }

    .other-link-content a{
        font-size: 13px;
        padding: 5px;
    }
    
  
    .total-cart-in > ul{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .line-login-singup-wrap{
        width: 85%;
    }

    .pay_card{
        width: 70%;
    }

    .ck-type-wrap{
        display: flex;
        flex-direction: column;
    }

    .ck-type-wrap div + div{
        margin-top: 15px;
    }
   
    .checkout-content{
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        padding: 0;
    }

    .new-item-slick{
        width: 90%;
    }
    #new-item-left-arrow{
        left: 0px;
    }
    #new-item-right-arrow{
        right: 0px;
    }
    .cart-quantity{
        right: -7px;
        top: -10px;
    }

    .cart-inner{
        width: 90%;
    }

 
    .hotsale::after {
        width: 120px;
        height: 118px;
        left: -38px;
    }


    .cart{
        color: var(--light) !important;
    }

    .fixed-bottom .cart{
        color: var(--dark) !important;
    }

    .logo-wrap{
        margin-left: 15px;
    }

  
    .search-wrap{
        flex-grow: 1;
        width: auto;
        margin-left: 20px;
    }

    .product-description img{
        width: 80%;
    }

    #fb-root{
        display: none;
    }

    p{
        font-size: 17px;
    }

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .f-img .sm{
        display: block;
    }

    .fraud{
        height: 400px;
    }

    .f-img{
        width: 40%;
    }

    

    .head-search{
        margin-right: 0px;
    }

    .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: 1.8;
    }

    #white-block, .fixed-bottom-wrap{
        display: block;
    }

    .fixed-bottom{
        border-top: 2px solid #eee;
        background-color: #fff;
    }

    .fixed-bottom ul{
        display: flex;
        margin-bottom: 0px;
        justify-content: space-around;
        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-left: 1rem !important;
        padding-top: 1.5rem !important;
    }


    .shop-icon .row div{
        width: 35%;
    }

    .shop-container {
        padding: 10px 20px;
    }


    .index-line::before{
        display: none;
    }

    .hotsale{
        margin-bottom: 90px;
    }

  

    .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: 80%;
    }
    .bg-search{
        position: fixed;
        background: #000000cc;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999;
    }

    .check-step p{
        font-size: 16px;
    }

    .check-step p span{
        font-size: 24px;
    }

}

/*小手機---------------------*/
@media (max-width:576px) {

    .rank-item {
        margin-top: 15px;
    }
    .rank-item-wrap{
        margin-bottom: 15px;
    }
    .sale-ranking-wrap::before{
        width: 240px;
        height: 100px;
    }
    .adv-pic{
        width: 100%;
        margin: 50px auto;
    }
    
    .adv-pic a.pc-free{
        display: none;
    }

    .adv-pic a.sp-free{
        display: block;
    }

    .pd-price-small{
        /* font-size: 15px; */
        font-size: 11px;
        color: #5c5c5c;
        text-decoration: line-through;
    }
    .alert-icon-wrap{
        width: 100%;
    }

    .index-loading p{
        font-size: 26px !important;
    }
    .breadcrumb{
        margin-bottom: 0;
    }

    .product-description ul{
        padding-left: 10px;
    }

    #left-arrow,#right-arrow{
        top: 59%;
    }
    #left-arrow{
        left: 15px;
    }
    #right-arrow{
        right: 15px;
    }
    .product-right-info h5{
        font-size: 25px;
    }

    .tw-farm-wrap {
        width: 100%;
    }

    .tw-farm{
        min-height: 120px;
        font-size: 21px;
        justify-content: center;
    }

    .tw-farm::after {
        top: 22px;
        right: -17px;
        width: 180px;
        height: 180px;
        opacity: 0.99;
    }

    .tw-farm::before{
        top: 5px;
        transform: unset;
    }

    .tw-farm-wrap .col-6:nth-child(1) .tw-farm-link .tw-farm::before{
        width: 43px;
        height: 43px;
    }
    .tw-farm-wrap .col-6:nth-child(2) .tw-farm-link .tw-farm::before{
        width: 70px;
        height: 70px;
    }
    .tw-farm-wrap .col-6:nth-child(3) .tw-farm-link .tw-farm::before{
        width: 70px;
        height: 70px;
    }
    .tw-farm-wrap .col-6:nth-child(4) .tw-farm-link .tw-farm::before{
        width: 70px;
        height: 70px;
    }
    .tw-farm-wrap .col-6:nth-child(5) .tw-farm-link .tw-farm::before{
        width: 70px;
        height: 70px;
    }
    .tw-farm-wrap .col-6:nth-child(6) .tw-farm-link .tw-farm::before{
        width: 70px;
        height: 70px;
    }



    .cart-inner-info{
        width: 120px;
    }

    .total-cart-in > ul{
        width: 100%;
        height: 35vh;
        overflow: auto;
    }

    .total-cart{
        margin-right: 5px;
    }

    .cart-inner{
        padding: 15px 5px;
    }
  


    .slick-arrow{
		position: absolute;
		top: 65%;
		background-color: #0168b3;
		z-index: 50;
		width: 20px !important;
		height: 20px !important;
		border-radius: 50px;
		margin-top: -12px;
	}
    .slick-prev:before, .slick-next:before{
        font-size: 12px;
    }
    #item-left-arrow, 
    #item-right-arrow, 
    #new-item-right-arrow, 
    #new-item-left-arrow,
    #right-arrow,
    #left-arrow
    {
        background-color: transparent !important;
    }

    #item-right-arrow{
        right: -20px;
    }
    #item-left-arrow{
        left: -20px;
    }


    .four-block a{
        font-size: 24px;
    }
    .cart span{
        font-size: 12px !important;
    }
    .cart-quantity{
        width: 17px;
        height: 17px;
        right: -10px;
        top: -6px;
    }
    .top-user, .cart{
        font-size: 20px !important;
    }
    .cart-icon-wrap{
        margin-left: 1rem;
    }

    .sp-d-none{
        display: none !important;
    }
    .logo-wrap{
        width: 150px;
    }

    .head-top{
        padding-left: 15px;
        padding-right: 15px;
        width: 98%;
    }

    .other-link-content{
        width: 100%;
        display: none;
    }
    .other-link-content a{
        font-size: 14px;
        padding: 5px 2px;
    }
    .sp-select{
        width: 85%;
    }

    .fast-line span{
        width: max-content;
    }

    .line-login-singup-wrap .line-login-singup img{
        width: 20px;
    }

    .line-login-singup-wrap{
        width: 97%;
        padding: 15px;
    }
    .form-wrap{
        width: 95%;
    }

    .pay_card{
        width: 80%;
    }
    .account .nav-link{
        margin-right: 5px;
    }


    .city-wrap, .district-wrap, .zipcode-wrap {
        width: 33%;
    }


    .deliver-wrap{
        flex-direction: column;
    }

    .deliver-wrap .bg-blue{
        display: block;
    }
    .deliver-wrap > div:nth-child(1){
        padding-bottom: 20px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }

    .checkout-content,.account,.breadcrumb-wrap{
        width: 98% !important;
        margin-top: 10px;
    }

    .checkout-1{
        padding-top: 0px;
        margin-top: 0px !important;
    }
    .footer-content{
        padding: 15px 0px;
    }
    /*相關商品*/
    .rele-pro-wrap{
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .rele-pro-info p{
      font-size: 15px !important;  
    }

    .rele-pro-pic img{
        height: 120px;
    }

    .rele-pro-item{
        margin-left: 10px;
        margin-right: 10px;
    }

    .slick-item-pic img{
        height: 130px;
    }

    .new-item-slick .slick-item-pic img{
        height: 180px;
    }
    .new-item-slick{
        width: 85%;
    }
    #new-item-left-arrow{
        left: 5px;
    }
    #new-item-right-arrow{
        right: 5px;
    }

    .newsale{
        width: 100%;
        background-size: contain;
        min-height: 580px;
        padding-top: 40px;
    } 

    .new-item-slick{
        margin-top: 20px !important;
    }

    .help-info ul,
    .help-info ol{
        padding-left: 15px;
    }

    .footer-content{
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .sns-link{
        justify-content: center;
        margin: 10px 0;
    }

    .sns-link a:nth-child(1){
        margin-right: 20px
    }

    

    .bb-item-title{
        width: 80px;
        height: 80px;
        font-size: 17px;
        margin-right: 15px;
    }
    .bb-item-info{
        font-size: 15px;
        width: 200px;
    }
    .map iframe{
        height: 200px;
    }

    .index-title{
        width: 200px;
    }



   

    
    .bg-search-inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
        position: relative;
    }
    .bg-search-inner a{
        position: absolute;
        color: #fff !important;
        right: 5px;
        top: 2px;
        cursor: pointer;
    }
    
    .bg-search-inner input{
        background: transparent;
        border-radius: 50px;
        border: 2px solid #fff;
        color: #fff;
        padding-left: 20px;
    }

    .bg-search-inner input:focus{
        background-color: transparent;
        color: #fff;
    }

    .bg-search-inner input::placeholder {
        color: #fff;
        opacity: 1; /* Firefox */
      }

      .close-search{
        position: absolute;
        color: #fff;
        top: 0;
        right: 10px;
        font-size: 30px;
        font-weight: 600;
      }
      .close-search:hover{
        color: #fff;
        opacity: 0.8;
      }

    .sp-search-btn{
        display: block;
        padding: 2px;
        font-size: 20px;
        font-weight: 600;
        color: var(--light);
    }

    .search-wrap{
        display: none;
    }
    .logo-wrap{
        margin-left: 0;
    }

    .product-description img{
        width: 100%;
    }



    .slider-for .item img{
        height: 320px;
        object-fit: contain;
    }

    h1 a{
        width: 80%;
    }

    .index-line::after {
        width: 200px;
        height: 34px;
        top: -25px;
        right: -6px;
    }
   

    .addtowish i{
        margin-top: 6px;
    }

    .ftco-section{
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px !important;
    }
    .container-fluid{
        padding-left: 5px;
        padding-right: 5px;
    }

    #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: 13px;
        overflow : hidden;
        text-overflow : ellipsis;
        white-space : nowrap;
        width : 100%;
    }

  
    .item{
        margin: 12px;
    }

    

    .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: 170px;
        height: 40px;
        top: -27px;
    }

    .fraud{
        height: 380px;
    }

    .f-img{
        width: 60%;
    }
    
    /*商品頁*/
    .product{
        padding: 0px 5px;
    } 

    .default-product-btn{
        flex-direction: column;
        align-items: center;
    }

    .default-product-btn .input-group{
        width: 85%;
    }

    .default-product-btn .addtocart{
        margin-left: 0px;
        margin-top: 20px;
        width: 85%;
        text-align: center;
    }


    /*註冊頁*/
    .login, .fb-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: 90px;
    }

    .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;
        margin-top: 2rem;
    }

    /*購物說明頁*/
    .help-page-title{
        width: 230px;
        height: 52px;
       
    }

    .help-info{
        padding: 60px 5px 30px 5px;
    }


    .check-step-two{
        margin-top: 10px !important;
    }
    .pd_name{
        height: 55px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word;        /* Breaks the word properly */
        white-space: normal;
    }
    

}

@media (max-width:500px) {

    .adv-pic-wrap{
        padding: 0px 8px
    }

    .tw-farm-wrap .col-6{
        padding-right: 8px;
        padding-left: 8px;
    }
    .tw-farm{
        padding: 5px 10px;
    }

    .pd_name{
        height: 45px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word;        /* Breaks the word properly */
        white-space: normal;
    }

 
}


@media (max-width:400px) {
    .sale-ranking-content{
        width: 100%;
    }

    .rank-item:nth-child(1)::after,
.rank-item:nth-child(2)::after,
.rank-item:nth-child(3)::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 45px;
    top: -20px;
    left: 10px;

}

.rank-item-wrap{
    padding: 10px;
}
.rank-item{
    padding-left: 10px;
    padding-right: 10px;
}


    .tw-farm{
        min-height: 100px;
        font-size: 20px;
        justify-content: center;
    }


    .tw-farm span{
        margin-top: 15px;
    }

    .recmpd_name{
        height: 55px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word;        /* Breaks the word properly */
        white-space: normal;
    }


    .logo-wrap{
        width: 100px;
    }

    .pay_card{
        width: 90%;
    }
    .check-step-two .col-12{
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-logo{
        left: 50%;
        transform: translateX(-50%);
    }

    .bc-menu-wrap{
        width: 100%;
    }


    .f-img {
        width: 85%;
    }
    .city, .district, .zipcode{
        font-size: 15px;
    }

    #rele-pro-right-arrow, #rele-pro-left-arrow{
        position: absolute;
        cursor: pointer;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        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) {
  

    .rele-pro-pic img{
        height: 80px;
    }
    
}
/*20240913 新增*/
.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-0 {
  line-height: 0 !important;
}
.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}