/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@100&family=Varela+Round&display=swap');*/
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
#header{
    display:none !important;
}
div#headerdv {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
}
body.havemaquee div#main-content{
    margin-top:137px;
    margin-bottom:90px;
}
div#main-content{
    margin-top:107px;
    margin-bottom:90px;
    padding: 0 !important;
}
/*marquee*/
.marqueedv{
    height:30px;
    position:relative;
    overflow: hidden;
}
.closemar {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
    z-index: 1;
    cursor:pointer;
        width: 16px;
    height: 16px;
}

.closemar>img {
    width: 16px;
    height: 16px; 
    display: block;
}
@keyframes marq{
    0% {
    transform: translate(0);
}

100% {
    transform: translate(-200%);
}
}
.marqueedv a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    -webkit-animation: marq 20s linear infinite;
    animation: marq 15s linear infinite;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 30px;   
     display: block;
    margin-left: 100%;
    font-size: 14px;
}
/*marquee*/
/*topitem*/
.topitem {
    position: relative;
    border-bottom: 1px solid #ede6e0;
}
.logo img {
    height: 25px;
}
.logo {
    padding: 20px 0px;
    margin-left:10px;
}
.rightmenu img {
    height: 22px;
}
.rightmenu {
    position: absolute;
    right: 0;
    top: 20px;
}.rightmenu a {
    margin-right: 10px;
}
 .menulist a.Currmenu {
    color: #d52575;
}
 .menulist>ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.menulist li {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
}
 .menulist a{
     color:#252423;
    font-size: 14px;
    padding: 10px;
    display:block;
 }
/*topitem*/
/*search*/
.havemaquee .searchdv,.havemaquee .storedv,.havemaquee .memberdv,.havemaquee .wishdv,.havemaquee .cartdv,.havemaquee .moredv,.havemaquee .bigclassdv{
    top: 137px;
    height:calc(100% - 137px);
    z-index:60;
}
.havemaquee .menudv{
    top:96px;
    height:calc(100% - 96px);
    z-index:60;
}
.menudv{
    position: fixed;
    right: 0;
    top: 66px;
    height:calc(100% - 66px);
    width: 100%;
    transition:right .5s;
    overflow: auto;
    z-index:52;
}
.searchdv,.storedv,.memberdv,.wishdv,.cartdv,.moredv,.bigclassdv {
    position: fixed;
    right: 0;
    top: 107px;
    height:calc(100% - 66px - 41px);
    width: 100%;
    transition:right .5s;
    overflow: auto;
    z-index:52;
}
.searchdv.closesearch{
    right:-100%;
}
.search {
    width: 100%;
    max-width: 300px;
    margin: 60px auto 40px;
    border: 1px solid #000;
    height: 35px;
    background: #fff;
}
form#search_form {
    display: flex;
}
input#edtSearch {
    background: transparent;
    border: 0;
    outline: none;
    height: 33px;
    padding: 0;
    flex: 0 0 calc(100% - 38px);
    font-size: 16px;
    padding: 0 10px;
    color:#000;
}
input#btnSearch {
    background: none;
    border: 0;
    outline: none;
    background: url(https://zzz.dpshop.com.tw/layout/index/ICON/svg/new-svg/search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 9px 7px;
    width: 18px;
    height: 33px;
    flex: 0 0 38px;
    align-items: center;
}
.acttag, .newitem {
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    color:#000;
}
.closesh img {
    width: 100%;
}
.closesh {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 16px;
    height: 16px;
    cursor:pointer;
}
.tagdv {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid #000;
    padding: 2px 10px;
    background: #fff;
    margin: 0 5px 10px;
}
.tagdv a{
    color:#000;
    text-decoration:none;
    display:block;
}
.tagcnt{
    margin-top:20px;
}
.newitem {
    margin-top: 30px;
}
.newitemcnt {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}
.newitemcnt img{
    width:100%;
}
.cartdv.closecart {
    right: -100%;
}
/*search*/

/*wish*/
.wishtitle,.carttitle {
    width: 100%;
    margin: 60px auto 20px;
    font-size: 16px;
    text-align: center;
    letter-spacing:1px;
}
.wishdv.closewish,.cartdv.closecart {
    right: -100%;
}
.fwishimg,.fcartimg {
    flex: 0 0 40%;
    padding-right: 10px;
}
.fwishimg img,.fcartimg img{
    width:100%;
}
.fwishdesc,.fcartdesc {
    flex: 0 0 60%;
    font-size: 16px;
    letter-spacing: 1px;
}
.wishList,.cartList {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #494848;
    margin-bottom: 15px;
    position:relative;
}
.havemaquee .cartitem {
    height: calc(100% - 104px - 54px - 90px);
}
.wishitem, .cartitem {
    height: calc(100% - 104px - 54px - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}
.mCSB_dragger_bar {
    background: #000 !important;
}
 .wishbtn ,.cartbtn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.wishbtn>a,.cartbtn>a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
}
.fcarttotal {
    width: 100%;
    margin: 30px auto 0;
    font-size: 16px;
    text-align:center;
    font-weight:bold;
}
span.ftotal {
    margin-right: 180px;
}
/*wish*/
/*member,more*/
.membertitle,.moretitle {
    width: 100%;
    margin: 60px auto 40px;
    font-size: 16px;
    text-align: center;
    letter-spacing:1px;
}
.memberdv.closemember,.moredv.closemore {
    right: -100%;
}
.memberitem>div,.moreitem>div {
    border: 1px solid #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #000;
    display:block;
}
.memberitem,.moreitem {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.memberitem a,.moreitem a {
    color: #000;
    display: block;
    text-decoration: none !important;
}
/*member*/
/*store*/
.storetitle {
    width: 100%;
    margin: 60px auto 40px;
    font-size: 16px;
    text-align: center;
    letter-spacing:1px;
}
.storedv.closestore {
    right: -100%;
}
.storecnt>div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.storecnt a{
    color:#000;
    text-decoration:none;
    display:block;
}
.storecnt {
    max-height: calc(100% - 164px);
    overflow-y: auto;
    padding: 0 20px;
}
/*store*/
.bottommenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index:50;
    border-top: 1px solid #cacaca;
    display:none;
}
.bottommenu>ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 90px;
}
.bottommenu li {
    flex: 0 0 20%;
    text-align: center;
}
.bottommenu img{
    width:22px;
}
.bottomback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    z-index: -1;
}
.bottommenu span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}
.searchback.showback{
    right:0;
}
.searchback {
    position: fixed;
    top: 107px;
    width: 100%;
    height: calc(100% - 107px);
    background: #fff;
    opacity: .85;
    z-index: 51;
    right: -100%;
    transition:right .5s;
}
body.havemaquee .searchback {
    top: 137px;
    height: calc(100% - 137px);
}
/*menu*/
.menudv a,.bigclassdv a{
    text-decoration:none !important;
}
.menudv,.bigclassdv{
    background: #fff;
}
.menudv li{
    position: relative;
}
.bigclassdv li{
    position: relative;
}
.menudv li a,.bigclassdv li a{
    color:#000;
    font-size: 16px;
    display: block;
    height: 100%;
}
  .menudv li a{
      position:relative;
  }
  .bigclassdv li a {
    height: 80px;
    display: flex;
    align-items: center;
  }
.menudv img {
    height: 100%;
}
.gobigclass {
  position: absolute;
  right: 0px;
  top: 4px;
}
  .gobigclass img {
    padding: 0 !important;
    width: 14px;
    height: 14px;
    margin-top:1px;
  }
.bigclassdv{
    z-index:61 !important;
}
.bigclassdv span {
    padding-left: 20px;
}
.bigclassdv span span{
    padding-left: 0;
}
.backmain {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.backmain img,.Listarrow img {
       width: 20px;
    height: 20px;
}
.Listarrow {
    position: absolute;
    right: 20px;
    transform: rotate(270deg);
    width: 40px;
    height: 40px;
    top: 20px;
    text-align: center;
}
.Listarrow img {
    margin-top: 10px;
}
.bigclassdv a {
    height: 80px;
    line-height: 80px;
}
.bigclassdv>ul>li>a{
    color: #252423 !important;
}
.Listdv.closeList {
    display: none;
}
.Listdv li {
    padding: 0 20px;
}
.Listdv span{
    padding:0 !important;
}
.menudv{
    display:none;
}
.menudv.showmenu {
    display:block;
}
/*menu*/
a {
    text-decoration:none !important;
}
.submenudv>ul,.Listmenu>ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    line-height: 40px;
    height: 40px;
}
.submenudv li,.Listmenu li {
    display: inline-block;
    padding: 0 10px;
}
.subList a{
    color:#252423;
    font-size:12px;
    display:block;
}
.Tracedv {
    position: absolute;
    top: 0;
    right: 10px;
    width:25px;
    height:25px;
}
.Tracedv img{
    width:100%;
}
.bottommenu a {
    color: #000;
}
.goTop {
    display: none !important;
}
.floaticon {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 40px;
    z-index: -1;
    display:none;
}
.floaticon img {
    width: 100%;
    padding: 8px;
    cursor: pointer;
}
.floaticon>div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #000;
    opacity: .6;
    margin-bottom: 10px;
}
.cartnum {
    background: #d52575;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 16px;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size:10px;
}
.wishnum {
    background: #d52575;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: calc((100% - 16px)/2 + 10px);
    top: -6px;
    font-size:10px;
}
.menulist {
    border-bottom: 1px solid #ede6e0;
}
a.openLista {
    background: #eee;
}
.menuinfo {
    background: #E1E1E1;
    padding: 30px 20px;
    border-bottom: 1px solid #e2d1d9;
}
.menuinfo a {
    height: 60px;
    line-height: 60px;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    color:#000;
}
.menuconnect {
    display: flex;
    width: 100%;
    justify-content: center;
    height:60px;
    background: #E1E1E1;
    align-items: center;
}
.menuconnect>a {
    flex: 0 0 20%;
    height:30px !important;
    text-align: center;
}
.menuconnect img{
   
    height: 100%;
}
body {
    background: #fff;
}
div#footer {
    display: none !important;
}
.bottommenu a {
    display: block;
}
.delitem>img {
    width: 16px;
    height: 16px;
    cursor:pointer;
}
.delitem {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.zerocart {
    font-size: 15px;
    text-align: center;
}
body>div {
    padding: 0 !important;
}

div#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ItemFavUc .m_itemListMerName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subList[idno='26'] {
    display: none;
}
.jumpwindow {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jwback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: -1;
}
.jumpcnt {
    position: fixed;
}
.jumpcnt img {
    width: 100%;
}
.closejumpw {
    position: absolute;
    right: 0;
    top: -28px;
    font-size: 13px;
    background: none;
    color: white;
    /* border: 1px solid; */
    padding: 0px 5px;
    cursor:pointer;
}
        .jumpowldv .owl-nav>button.owl-prev,.jumpowldv .owl-nav>button.owl-next {
    background: transparent !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: 45%;
}
            .jumpcnt .owl-carousel .owl-item img{
        object-fit:contain;
    }
                .jumponeimg{
        visibility:hidden;
    }
                .bottommenu.hide {
    display: none !important;
}
                .floaticon.hide>div {
    transform: scale(.8);
    margin-bottom: 5px;
}
.customer-service {
width: 90%;
    border-radius: 12px;
    overflow: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    max-width: 360px;
    max-height:100%;
}

  /* 粉色上半部 */
.cs-header {
    background-color: #e7c3b1;
    color: white;
    position: relative;
    padding: 30px 16px 40px;
    z-index: 30;
}

.csh1 {
    font-size: 18px;
    display: inline-block;
}

.csh1 img {
    margin-right: 5px;
    height: 29px;
}
.csh1>span {
    position: relative;
    top: 8px;
}
  .cs-header p {
    margin: 8px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .close-btn {
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
    font-size: 40px;
  }

  /* 白色下半部 */
  .cs-body {
    background-color: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  a.line-btn {
    z-index: 1111;
    margin-top: -40px;
    background: #fff;
}

/* menudv two-column layout (left 30% / right 70%) */
.menudv.showmenu {
    display: flex; /* override earlier display:block */
    flex-direction: row;
}
.menudv .maincdv {
  flex: 0 0 120px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #ede6e0;
}
.menudv .subcdv {
  flex: 0 0 calc(100% - 120px);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FCFCFC;
  -webkit-overflow-scrolling: touch;
}

/* Responsive: stack columns on small screens */
  .cs-body button, .cs-body a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1), 
              0 8px 20px rgba(0,0,0,0.05);
        height: 50px;
  }

  .cs-body button:hover, .cs-body a:hover {
    background-color: #f2f2f2;
  }


  /* 按鈕左側的統一圖示 */
  .cs-body img.icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .cs-footer {
font-size: 12px;
    color: #999;
    /* margin-top: 8px; */
    line-height: 1.4;
    padding: 8px 16px 8px;
    font-size: 16px;
    text-align:center;
  }
  .csf1 a {
    color: #e91e63 !important;
    font-size: 16px;
}
  .cs-footer span {
    color: #e91e63;
    font-weight: bold;
  }
  .csdv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
  .cs-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}
  .csf1>a {
color: #555 !important;
    display: block;
    text-align: center;
}
  .csf1>a>img {
    width: 20px;
    position: absolute;
    right: 30px;
    bottom: 0;
    display: block;
}
      .csf1>a{
        position:relative;
    }
  .csf1 {
    margin-bottom: 10px;
}
.morecommunity>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .morecommunity li {
    flex: 0 0 24px;
    margin: 0 10px;
}
  .morecommunity img {
    width: 100%;
}
  /*.moreitem>div:last-child {
    margin-bottom: 15px;
}*/
  .morecommunity {
    padding-bottom: 30px;
}
.maincdv li {
        padding: 25px 12px 23px !important;
}
li.menuclick a {
  color: #d52575 !important;
}
.subcdv li {
    padding: 0 12px;
}
.subcdv {
    padding-top: 17px;
}
.listcdv li { /* padding-right: 0 !important; */
  padding: 10px 0 !important;
}
.subcdv > ul > li > a {
  padding: 10px 0 !important;
  font-family: 'Varela Round',微軟正黑體, sans-serif;
}
.listcdv a {
  color: #5a5a5a !important;
  font-family: 'Varela Round',微軟正黑體, sans-serif;
}
li.menuclick .gobigclass {
/*  top: -1px;
  right: 6px;*/
}
/* 全螢幕遮罩 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 轉動的小圖案 */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db; /* 轉動部分的顏色 */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.itlbanner img {
  width: 100%;
}
