﻿#itListDetail {
    padding: 0;
    margin-left: 30px;
}

#itdMain {
    width: 100%;
}

div#container {
    width: 1230px !important;
    margin-top: 40px;
    margin-bottom: 60px;
}

#itdTop {
    overflow: visible;
    display:flex;
}

div#itdNv {
    padding: 0;
    text-align: right;
    margin-bottom: 2em;
}

    div#itdNv a {
        color: #333;
    }

#itdTopL img {
    vertical-align: middle;
}

img#itdImg {
    width: 335px;
    height: 420px;
    float: left;
}

#itdTopL {
text-align: center;
flex:0 0 510px;
    width: 510px;
    padding: 0;
    display: flex;
    align-items:flex-start;
    position:relative;
}

#itdTopR {
    flex:0 0 460px;
    width: 460px;
    margin-left: 30px;
}

div#itdeightpic {
     width: 80px; 
    margin-right: 10px;
    /* float: left; */
    /* vertical-align: top; */
    position: relative;
    flex: 0 0 80px;
    padding:30px 0;
}
div#itdmainpic {
    /* float: left; */
     width: 420px; 
    flex: 0 0 420px;

}
#itdmainpic img{
    width:100%;
}
#itdeightpic img {
    width: 80px;
    margin-bottom: 11.25px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: white;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#itdmainpic .slick-dots li button:before {
    color: #000;
    font-size: 12px;
}
.spSalecount {
    color: red;
}
#itdColorItem{
    width:auto !important;
}
#itdColorItem .currIcon {
    border: 1px solid #993300;
}

.selNone {
    color: #999999;
}

.optSize {
    color: black;
}

.itdRow-CS {
    padding: 5px 0 0 0;
}

#itdDlg {
    border: 1px solid #999999;
    width: 200px;
}

#itdDlgMsg {
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
}

#itdDlgBtns {
    padding: 4px 0;
    background-color: #E8E8E8;
    text-align: center;
}

#itdDlgOK {
    padding: 2px 12px;
}

#slItem a {
    padding: 4px;
}

#slDetail {
    background-image: none;
    background-color: #EEE;
    border: 1px solid #D0D0D0;
    padding: 5px 3px 0;
    margin: 4px 0 5px;
}

#cmbItemCs {
    min-width: 150px;
}

#itdOriginalPrice {
    text-decoration: line-through;
    margin-right: 10px;
}

.dvSalecount {
    padding: 5px 0;
}


/*  不能和其它colorbox一起用。像life8，不然會相衝
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../../../../../UserFiles/Custom/ShopCommon/C00/overlay.png) repeat 0 0;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxLoadingOverlay{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}*/

/*#cboxPrevious.hover{background-position:-75px -25px;}*/
/*#cboxNext.hover{background-position:-50px -25px;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
/*.cboxIE6 #cboxTopLeft{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../../../../../../UserFiles/Custom/ShopCommon/C00/ie6/borderMiddleRight.png);}*/

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

table.itemtable {
    border-collapse: collapse;
    border-spacing: inherit;
    margin-top: 30px;
    width: 100%;
}

.itdMerName {
    font-size: 14px;
}

.itemcomedate {
    font-size: 14px;
    font-weight: bold;
}

.itdPrice {
    font-size: 14px;
    font-weight: bold;
}

table.itemtable td:first-child {
    width: 150px;
}

span#oriprice {
    text-decoration: line-through;
    margin-left: 10px;
}

span#nowprice {
    font-size: 22px;
}

.itdMerNo {
       padding: 0;
    font-size: 10px;
    margin-top: 5px;
}

.itdRow-Color {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.itdCol-C2.itdRow-Color {
    width: auto;
}

.itdCol-C1.itdRow-Color {
    width: 50px;
    font-size: 12px;
}

#itdColorItem > div {
    width: 25px;
    height: 25px;
    margin: 0 8px 8px 0;
}

#itdColorItem .icon {
    margin: 0;
    padding: 2px;
    width: 21px;
    height: 21px;
}

.sizetitle {
    font-size: 12px;
    width: 50px;
    height: 24px;
    line-height: 24px;
}

div#itdSize > div {
    vertical-align: top;
    display: inline-block;
}

div#sizeitem > div:not(.sizetxt) {
    display: inline-block;
    border: 1px solid #A6A6A6;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 1px 6px;
    margin: 0 5px 5px 0;
    cursor:pointer;
}

div#dvColorSel {
    margin-top: 30px;
}

div#itdSize {
    margin-top: 20px;
}

#itdSize #sizeitem > .sizecurr {
    border-color: #993300;
}

div#sizeitem {
    width: auto;
}

#numitem {
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 163px;
    font-size: 10px;
    position: relative;
    display: inline-block;
    border: 1px solid #c5c5c5;
    vertical-align: middle;
}

.btnnum {
    position: absolute;
    display: block;
    width: 36px;
    color: #656565;
    font-family: Arial,Helvatic,sans-serif;
    font-size: 15px;
    z-index: 98;
    height: 32px;
    line-height: 32px;
    text-align: center;
    z-index: 1;
    background: #f6f6f6;
    font-weight: bold;
}

    .btnnum:hover {
        color: #656565;
    }

.sub {
    top: 0;
    left: 0;
    cursor: pointer;
}

.add {
    top: 0;
    right: 0;
    cursor: pointer;
}

#itemnum {
    width: 93px;
    border: 0;
    color: #656565;
    font-size: inherit;
    font-family: 'open sans',sans-serif;
    text-align: center;
    letter-spacing: .1em;
    vertical-align: middle;
    top: 0;
    position: relative;
    font-size: 12px;
    background: #fff;
    height: 30px;
}

input#itemnum:focus {
    outline: none;
}

div#numdiv > div {
    display: inline-block;
    vertical-align: top;
}

div#numtitle {
    width: 50px;
    height: 34px;
    line-height: 36px;
    font-size: 12px;
}

div#numdiv {
    margin-top: 20px;
}

.sizetxt {
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

div#itdbtnAdd {
    margin-top: 40px;
}
div#itdbtnAdd > div:hover{
    background: #726255;
    color:#fff !important;
}
div#itdbtnAdd > div >A:hover{
    color:#fff !important;

}
    div#itdbtnAdd > div {
            width: 140px;
    height: 30px;
    line-height: 30px;
        text-align: center;
        border: 1px solid #000;
        display: inline-block;
        border-radius: 2px;
        margin-left: 10px;
        cursor:pointer;
    }

        div#itdbtnAdd > div:first-child {
            margin: 0;
        }

        div#itdbtnAdd > div > a {
            font-size: 14px;
            margin-left: 5px;
        }

div#litCommD {
margin-top: 10px;
    width: auto;
    font-size: 9px;
    color: #fff;
    background: #b7a99a;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 20px;
}
div#itdMid {
    margin-top: 30px;
    max-width: 1185px;
}

.tabtitle > ul {
    text-align: center;
}

    .tabtitle > ul > li {
        width: 200px;
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

        .tabtitle > ul > li > a {
            font-size: 12px;
            display: block;
            width: 150px;
            margin: 0 auto;
            font-family:Arial black;
            cursor:pointer;
        }

.tabcontent {
    text-align: center;
    padding: 40px 0;
}

    .tabcontent img {
        max-width: 1185px;
    }
    .Recommend {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
    .Recommend img {
    width: 100% !important;
}
.tabtitle {
    border-bottom: 2px solid lightgray;
}

a.currtab {
    border-bottom: 2px solid #000;
}


    .recdiv:last-child {
        /*margin-right:0;*/
    }

.recMerName {
    height: auto;
    padding-top: 10px;
    text-align: left;
    color: #333;
}

span.recoriprice {
    color: lightgray;
    text-decoration: line-through;
}

.recPrice {
    margin-top: 10px;
    text-align: left;
    color: #000;
}

span.recsaleprice {
    margin-left: 10px;
}

.owl-prev, .owl-next {
    width: 30px;
    height: 60px;
    position: absolute;
}

button.owl-prev {
    left: 0;
    top: 155px;
    background: #eceaea !important;
    opacity: .6;
}

.owl-next {
    right: 0;
    top: 155px;
    background: #eceaea !important;
    opacity: .6;
}

    .owl-prev span, .owl-next span {
        font-size: 30px;
        display: block;
    }

.Recommend .owl-nav {
    display: block !important;
}

.labeldiv {
    margin-bottom: 10px;
}

    .labeldiv > img {
        display: inline-block !important;
        vertical-align: middle;
        margin: 1px;
    }

div#contentdiv {
    display: none;
}
.imgprev {
position: absolute;
    top: -34px;
    left: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 30px;
    transition:.5s;
}
.imgnext {
    position: absolute;
    bottom: -34px;
    left: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transform: rotate(270deg);
    cursor: pointer;
    font-size: 30px;
    transition:.5s;
}
#itdeightpic:hover .imgprev{
    top:0;
}
#itdeightpic:hover .imgnext{
    bottom:0;
}
.imgprev>span,.imgnext>span {
    font-size: 30px;
}
.smallitem {
    position: relative;
    top: 0;
}
.imgnext.hidebtn,.imgprev.hidebtn{
    display:none!important;
}
div#itdbtnAdd>div>img {
    width: 16px;
    vertical-align: text-bottom;
}
img.fmsg {
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
    margin: 10px 0 5px;
}
.footerdiv>ul>li>ul>.fmsgli {
    height: auto;
    line-height: initial;
}
ul.followimg>li>a>img {
    width: 25px;
    height: 25px;
}
div#itdEzDesc {
width: auto;
    margin-top: 20px;
    font-size: 9px;
    color: #000;
    background: #fff;
    padding: 0 5px;
    line-height: 20px;
    box-sizing: border-box;
}
.Recommend.owl-carousel.noowl>div {
    width: 33%;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
}
.Recommend.owl-carousel.noowl>div>a>img {
    width: 100%;
}
.Recommend.owl-carousel.noowl {
    display: inline-block !important;
}
.ytdiv {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
        max-width: 750px;
    margin: 0 auto;
}

.ytdiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.labeldiv>a {
    display: inline-block;
    vertical-align: middle;
}
.sm-prev {
    background: #fff;
    border: 0;
    outline: none;
    padding: 0;
    transform: rotate( 
45deg);
    position: absolute;
    top: 10px;
    left: 34px;
}
.sm-next {
    background: #fff;
    border: 0;
    outline: none;
    padding: 0;
    transform: rotate( 
225deg);
    position: absolute;
    bottom: 10px;
    left: 34px;
}
.sm-prev>span::before,.sm-next>span::before{
    content: "";
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}
div#colorbox {
    background: #fff;
}
div#picitem {
    text-align: center;
    flex: 0 0 510px;
    width: 510px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    display:none;
}
#picitemgroup .showpicitem{
    display:flex;
}
div#itdColorItem .colortxt {
    width: auto !important;
}
div#ext01dv {
    margin-top: 10px;
}

div#ext01dv img{
    max-width:100%;
}