/*購物動畫*/
#cloneImg {
    position: absolute;
    z-index: 12;
}

    #cloneImg img {
        width: 100%;
        height: 100%;
    }


/********* #alert.goods *********/

#cover #alert.goods { /*商品介紹*/
    width: 660px;
    height: 80%;
}

    #cover #alert.goods .goodsbox { /*內容框*/
        text-align: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

/*goodsbox*/
#goodsDetail {
    line-height: 22px;
}

#goodsno {
    margin: auto 3%;
    width: 94%;
    font-weight: 600;
}

#goodsno-no { /*商品編號*/
    color: #595757;
    background-color: #efefef;
    font-size: 0.8em;
    margin: 0 -3%;
    font-weight: 400;
    padding-left: 3%;
}

#goodstitle {
    width: 45%;
    float: left;
    text-align: center;
    margin: 3% auto 0;
    color: #898989;
}

    #goodstitle b {
        font-size: 16px;
        color: #000;
    }

    #goodstitle img {
        width: 70%;
    }

#goodspic {
    width: 55%;
    float: right;
    margin: 5% auto 0;
}

    #goodspic img {
        width: 96%;
    }

#goodstable {
    background-color: #9fa0a0;
    width: 100%;
    border-spacing: 1px;
}

h4 {
    color: #c30d23;
    margin: 20px auto 5px;
}

#goodsno #clear {
    clear: both;
}

#goodstable tr {
    background-color: #e3e7ec;
    margin: 5px;
}

#goodstable td {
    text-align: center;
    border: 0;
    outline: 0;
}

#goodstable #inside, #goodstable #material, #goodstable #place {
    background-color: #fff;
    text-align: left;
    width: 75%;
}

#price_group {
    margin: auto 5%;
}

#price_box {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px #000 solid;
    vertical-align: top;
}

#price_box2 {
    display: inline-block;
    padding-left: 10px;
}

    #price_box2 #sprice {
        color: #c30d23;
        font-size: 18px;
    }

#figures img {
    display: block;
    margin: auto;
}

.showGoods {
    cursor: pointer;
    color: #000;
}


@media screen and (max-width: 800px) {

    /****goodsbox*****/
    .goodsbox {
        width: 100%;
    }

    #goodsDetail {
        width: 100%;
    }

    #goodstitle {
        width: 50%;
        font-size: 8px;
        line-height: 12px;
    }

        #goodstitle b {
            font-size: 10px;
        }

        #goodstitle img {
            width: 80%;
        }

    #goodspic {
        width: 50%;
        margin: 5% auto 0;
    }

    #goodsno {
        font-weight: 300;
    }

    h4 {
        margin: 3% auto 1%;
    }

    #goodstable td {
    }

    /*商品圖片說明*/
    /*#figures {
        width: 132%;
        margin-left: -16%;
    }*/

        /*#figures img {
            width: 100%;
        }*/
}

@media screen and (max-width: 450px) {

  

    /*商品圖片說明*/
    #figures {
        width: 132%;
        margin-left: -16%;
    }

        #figures img {
            width: 100%;
        }
}

/****goodsbox*****/
/**************************#alert.goods 結束***************************/

section {
    font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    width: 1000px;
    margin: auto;
    background-color: #FFF;
    position: relative;
    padding-bottom: 20px;
    font-size: 14px;
}


/*次標籤列*/
#navIndexButtons {
    width: 920px;
    height: 36px;
    background: rgba(228, 226, 222, 0.9);
    border-bottom: 1px #c9caca solid;
    margin: 3% auto;
    position: sticky;
    position: -webkit-sticky;
    top: 35px;
    z-index: 1;
}
    /*下滑*/
    /*#navIndexButtons.sticky {
         position: fixed;        
        top: -5px;    
    }*/

    #navIndexButtons p {
        display: inline-block;
        width: 200px;
        border-right: 1px #c9caca solid;
        font-size: 16px;
        text-align: center;
        margin: 12px 0;
        cursor: pointer;
    }


#line {
    width: 200px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    display: none;
}


/*商品資料*/
#goodsBox_main {
    width: 920px;
    margin: 30px auto 0;
}

#goodstext {
    width: 400px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 10px;
}

    #goodstext #no {
        color: #595757;
    }

    /*促銷文字，有才會出現*/
    #goodstext #special {
        color: #F08300;
        font-size: 16px;
    }

    #goodstext #name {
        color: #595757;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    #goodstext #condition { /*下殺說明*/
        display: inline-block;
        padding-left: 5px;
        color: #f0831e;
    }

        #goodstext #condition #contime {
            color: #898989;
            font-size: 12px;
        }


/*好康、下殺 圖片*/
#todayAct {
    float: left;
}

    #todayAct img {
        width: 90px;
    }


#goodsBox_main #clearhight {
    clear: both;
    height: 10px;
}

#goodstext .tdbgcolor {
    width: 20%;
    background-color: #e4e2de;
    text-align: center;
    padding: 2px 0px;
    margin-right: 15px;
}

#goodstext #productsArea {
    width: 100%;
}

    #goodstext #productsArea tr {
        margin: 5px auto;
    }

#goodstext hr {
    border-width: 0.7px;
}

/*金額*/
#priceBox {
    margin-top: 16px;
    display: inline-block;
}

    #priceBox p {
        display: inline-block;
        margin: 0;
    }

    #priceBox #lprice { /*定價*/
        float: left;
    }

#priceBoxRight {
    float: left;
}

#priceBox #sprice {
}

.bstyle { /*價格_共用*/
    color: #c30d23;
    font-size: 24px;
}

/*聯絡客服.回首頁*/
#pattern_Group {
    width: 30px;
    position: absolute;
    top: 320px;
    right: 4px;
    text-align: center;
    border: 1px #beb1a7 solid;
    border-radius: 40px;
    padding: 8px 0;
    background: rgba(255,255,255,.7);
    z-index: 1;
}

    #pattern_Group a {
        display: inline-block;
        margin: 15% 0;
    }

    #pattern_Group img {
        width: 25px;
    }


#contact #contact_mobile, .mobile #contact #contact_pc { /*聯絡客服*/
    display: none;
}

.mobile #contact #contact_mobile {
    display: block;
}


/*加入購物車按鈕*/
#saleStatus {
    color: #fff;
    font-size: 16px;
    float: right;
    text-align: center;
    z-index: 2;
}

    #saleStatus.buybtn {
        position: absolute;
        right: 40px;
        margin-top: -20px;
    }

    #saleStatus.sticky { /*下滑-加入購物車按鈕*/
        position: fixed;
        position: sticky;
        position: -webkit-sticky;
        top: 35px;
        margin-right: 40px;
        float: right;
    }

    #saleStatus #addBtn { /*加入購物車按鈕*/
        background-color: #922024;
        cursor: pointer;
        padding: 8px 40px;
        text-shadow: 1px 1px 1px #333;
        border-radius: 5px;
    }

    #saleStatus #noBtn { /*其他狀況按鈕*/
        background-color: #898989;
        padding: 8px 20px;
        border-radius: 5px;
    }

.alldate {
    font-size: 12px;
    color: #c9caca;
    text-shadow: none;
}

#saleStatus br {
    font-size: 2px;
}

/*贈品活動*/
#gift {
    margin: 30px 40px;
    border: 1px #a13e5c solid;
}
    /*贈品活動名稱*/
    #gift #gifttitle {
        background-color: #a13e5c;
        padding: 2px 10px;
        font-size: 16px;
        color: #FFF;
    }

    #gift .giftbox {
        margin: 5px;
        background-color: #ece1e4;
        clear: both;
    }

        #gift .giftbox img {
            width: 330px;
            display: inline;
            vertical-align: middle;
        }

        #gift .giftbox .giftname {
            width: 45%;
            color: #000;
            display: inline-block;
            margin-left: 20px;
        }

/*限時活動*/
.goodstime {
    color: #c30d23;
    float: right;
}


/*商品說明*/
#goodstory {
    background-color: #e4e2de;
    width: 660px;
    margin: 0 auto 5px;
}

    #goodstory #brand {
        width: 200px;
        margin: 20px 0;
        padding: 20px 30px;
        border-right: 1px #fff solid;
        vertical-align: middle;
        cursor: pointer;
    }

    #goodstory #story {
        display: inline-block;
        padding-left: 30px;
        vertical-align: middle;
    }


#about_shopping {
    display: none;
}


@media screen and (max-width: 800px) {

    section.mobile {
        width: 100%;
        padding-bottom: 0;
    }

    #pattern_Group { /*商品客服 + 回首頁*/
        position: fixed;
        top: auto;
        bottom: 20%;
        right: 5px;
    }

    /*次標籤列*/
    #navIndexButtons {
        width: 100%;
    }

        #navIndexButtons p {
            width: 25%;
        }

    #line {
        width: 25%;
        height: 2px;
    }

    /*商品資料*/
    #goodsBox_main {
        width: 100%;
        margin: auto;
        position: relative;
    }


    #goodstext {
        width: 45%;
        margin: 2% 0 2% 2%;
    }

    .bstyle { /*價格_共用*/
        font-size: 1.6em;
    }

  

 

    /*限時*/
    .goodstime {
        float: none;
        display: block;
        text-align: right;
        margin-right: 2%;
    }


    /*商品圖片說明外框*/
    #good_hidden {
        overflow: hidden;
    }
}

@media screen and (max-width: 450px) {

      /*加入購物車按鈕*/
    #saleStatus {
        width: 100%;
        left: 0;
        box-sizing: border-box;
        box-shadow: 3px 3px 5px 6px #cccccc;
        padding-bottom: calc(env(safe-area-inset-bottom) +100px); /*手機全版面修正*/
        /*padding-bottom: env(safe-area-inset-bottom);
        padding-bottom:12px;*/
    }

        #saleStatus.buybtn {
            position: fixed;
            top: auto;
            bottom: 0;
            border-radius: 0;
            padding: 2% 2% 4%;
            background-color: #FFF;
        }



        #saleStatus #addBtn, #saleStatus #noBtn { /*加入購物車按鈕*/
            width: 100%;
            padding: 10px 0;
        }


     /*商品資料*/
      #goodstext {
        width: 90%;
        margin: 2% 5%;
    }
    /*#goodsBox_main {
        width: 100%;
        margin: auto;
        position: relative;
    }*/

     /*商品說明*/
    #goodstory {
        width: 100%;
    }

        #goodstory #brand {
            width: 60%;
            margin: 5% 20% 0;
            padding: 0;
            border-right: none;
        }

        #goodstory #story {
            width: 90%;
            padding: 5% 0;
            margin: 5%;
            text-align: center;
            border-top: 1px #fff solid;
        }

           /*贈品活動*/
    #gift {
        width: 90%;
        margin: 5%;
    }

        #gift .giftbox img {
            width: 100%;
        }

        #gift .giftbox .giftname {
            width: 100%;
            display: inline-block;
            margin: 2% 0;
            text-align: center;
        }

}

/***加價購商品****/
#addBuys {
    margin: 30px 40px;
    border: 1px #da844a solid;
}

    #addBuys #addbuytitle {
        background-color: #da844a;
        padding: 6px 10px 6px 100px;
        color: #fff;
        font-size: 16px;
        position: relative;
    }

        #addBuys #addbuytitle img {
            width: 90px;
            position: absolute;
            top: 0;
            left: 1%;
            z-index: 1;
        }

        /*限時活動*/
        #addBuys #addbuytitle .goodsaddtime {
            float: right;
            font-size: 14px;
        }

/*加價購-選擇格樣式*/
.addbuybox {
    background-color: #fbf2eb;
    padding: 0 5%;
    position: relative;
}

    .addbuybox input[type=checkbox] {
        opacity: 0;
        cursor: pointer;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 38%;
        left: 2%;
    }

    .addbuybox .showGoods:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: -25px;
        vertical-align: middle;
        border: 1.4px solid #da844a;
        cursor: pointer;
    }

    .addbuybox input[type=checkbox] + .showGoods:before {
        border-radius: 10px;
    }

    .addbuybox input[type=checkbox]:checked + .showGoods:before {
        content: "\2022";
        font-size: 35px;
        color: #da844a;
        text-align: center;
        line-height: 13px;
    }

    .addbuybox .showGoods {
        display: inline-block;
        width: 100%;
        border-top: 1px #da844a solid;
    }

        .addbuybox .showGoods img {
            width: 80px;
            margin: 5px 10px;
            vertical-align: middle;
        }

    .addbuybox .addname {
        width: 85%;
        color: #000;
        display: inline-block;
    }

        .addbuybox .addname b {
            color: #c30d23;
            font-size: 18px;
        }


@media screen and (max-width: 800px) {

    #addBuys {
        width: 90%;
        margin: 5% 5% 0;
    }

        #addBuys #addbuytitle {
            padding: 1% 1% 1% 28%;
            font-size: 14px;
        }

            #addBuys #addbuytitle img {
                width: 25%;
                z-index: auto;
            }

            /*限時活動*/
            #addBuys #addbuytitle .goodsaddtime {
                float: none;
                display: block;
                font-size: 12px;
            }

    .addbuybox .showGoods {
    }

    .addbuybox input[type=checkbox] {
        left: 4%;
    }

    .addbuybox .showGoods img {
        width: 26%;
        margin: 2% 3%;
    }

    .addbuybox .addname {
        width: 60%;
        vertical-align: middle;
    }

        .addbuybox .addname b {
        }

    .addbuybox .showGoods:before {
        margin-left: 0;
    }

    .addbuybox input[type=checkbox]:checked + .showGoods:before {
        line-height: 50%;
    }
}


/***組合商品圖片-共用***/ /*包含相關推薦-組合*/
.photobox {
    display: inline-block;
    position: relative;
}

#photo {
    width: 500px;
}

.photobox .action550 {
    position: absolute;
    bottom: 0;
    text-align: right;
}



.addPosition { /*包含相關推薦組合*/
    display: inline-block;
    position: relative;
    width: 25%;
    border: #FFF 1px solid;
    margin: 1%;
    border-radius: 50%;
    overflow: hidden;
}

.action550 .addPosition img {
    width: 114%;
    display: block;
}

.addPosition .amount2 { /*數量*/ /*共用*/
    color: #fff;
    position: absolute;
    left: 33%;
    padding: 2px 5px;
    background-color: #beb1a7;
    border-radius: 50%;
}

#productsArea .showGoods {
    margin: 5px 0;
}

#productsArea .amount { /*內容數量*/
    color: #fff;
    background-color: #beb1a7;
    border-radius: 50%;
    padding: 3px 6px;
}


/*---相關推薦/8筆------*/
#moreRelated {
    background-color: #efefef;
    margin: 40px 40px 0;
    padding-bottom: 20px;
}

    #moreRelated #moreSubject {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 1% 2%;
        font-size: 18px;
        border-bottom: 1px #a13e5c solid;
        color: #a13e5c;
    }

.adBox {
    background-color: #fff;
    width: 21%;
    height: 260px;
    display: inline-block;
    margin: 1.2%;
    padding: 7px;
    position: relative;
    vertical-align: top;
    box-shadow: 3px 3px 3px #cccccc;
}

    .adBox img {
        width: 100%;
        display: block;
    }

.todayAct {
    width: 45%;
    position: absolute;
    top: 0;
}

.adBox .itemWrapper {
    height: 80px;
}

    .adBox .itemWrapper .special {
        color: #F08300;
        overflow: hidden; /* 超出範圍的部份要隱藏 */
        text-overflow: ellipsis; /*用點點點（...）來表示被切斷的字串*/
        white-space: nowrap; /*讓多餘的字串不要自動折行*/
    }

.itemTitle {
    overflow: hidden; /* 超出範圍的部份要隱藏 */
    text-overflow: ellipsis; /*用點點點（...）來表示被切斷的字串*/
    white-space: nowrap; /*讓多餘的字串不要自動折行*/
}


/*-----actionElse-----*/
div.actionElse {
    position: absolute;
    width: 100%;
    height: 20px;
    /*bottom: 5px;*/
    bottom: 0;
    color: #FFF;
    overflow: hidden;
}

    div.actionElse ul, div#actionElse li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    div.actionElse ul {
        position: absolute;
        width: 100%;
    }

        div.actionElse ul li {
            height: 20px;
        }

            div.actionElse ul li.li501 {
                background: url(../images/show_goods_actionElse_501.png) 100%;
            }

            div.actionElse ul li.li520 {
                background: url(../images/show_goods_actionElse_520.png) 100%;
            }

            div.actionElse ul li.li530 {
                background: url(../images/show_goods_actionElse_530.png) 100%;
            }

            div.actionElse ul li span {
                display: inline-block;
                width: 94%;
                padding: 1% 0 0 2%;
                height: 18px;
                font-size: 0.8em;
                overflow: hidden; /* 超出範圍的部份要隱藏 */
                text-overflow: ellipsis; /*用點點點（...）來表示被切斷的字串*/
                white-space: nowrap; /*讓多餘的字串不要自動折行*/
            }


.adBox #brand {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
}

@media screen and (max-width: 800px) {

    .photobox {
        width: 100%;
    }

    #goodsBox_main .photobox {
        width: 52%;
    }

    #photo {
        width: 100%;
    }

    #moreRelated {
        margin: 5% 2% 3%;
    }

    .adBox {
        width: 43%;
        height: 25em;
        margin: 1.5%;
        padding: 2%;
        box-shadow: 3px 3px 3px #cccccc;
    }
}

@media screen and (max-width: 450px) {

     #goodsBox_main .photobox {
        width: 100%;
    }

      /*.photobox {
        width: 100%;
    }*/

    .adBox {
        /*width: 43%;*/
        height: 16em;
      
    }
}



/****品牌說明****/

/*Sanderson, emission, CK, wentex, VALERONS, Bossa, Somma*/
.brandstext {
    padding: 20px 50px 50px;
    text-align: justify;
}

#story_logo {
    /*position: absolute;
    top: 150px;
    left: 250px;*/
    margin-top:-175px;
}

    #story_logo img {
        width: 300px;
        margin: auto;
    }

.brandstext h3 {
    display: inline-block;
    /*color: #808080;*/
}

/*wentex*/
.wentex_text1, .wentex_text2 {
    padding: 20px 50px;
    text-align: justify; /*左右對齊*/
}

.wentex_text1 {
    background-color: #f5d5d7;
}

    .wentex_text1 p {
        margin: 0;
        color: #fff;
    }

.wentex_text2 p {
    margin: 0;
    color: #d09a9b;
}

/*nibi*/
.brandstext span {
    width: 42%;
    float: right;
}

#nibi_img2 {
    width: 400px;
    margin-top: -70px;
}

#nibi_img3 {
    width: 300px;
    float: right;
    margin-top: -150px;
}

/*ebc*/
#ebc_img1 {
    width: 450px;
    float: right;
}

#story_logo_ebc, #ebc_imgbox {
    background-color: #dcdddd;
    width: 34%;
    margin: 0 3% 0;
    padding: 30px 0;
}

    #story_logo_ebc img {
        width: 100%;
        margin: 30% auto 10%;
    }

    #ebc_imgbox img {
        width: 86%;
        margin: 8%;
    }

#ebc_textbox {
    padding: 0 30px 0 0;
    width: 56%;
    float: right;
}

.brandstext h4 {
    color: #036eb8;
}

/*Diesel*/
#story_logo_diesel {
    position: absolute;
    top: 100px;
    left: 250px;
}

    #story_logo_diesel img {
        width: 300px;
        margin: auto;
    }



@media screen and (max-width: 800px) {

    .brandstext {
        padding: 10% 5%;
    }

    #story_logo {
  
    }

        #story_logo img {
            width: 55%;
        }

    .brandstext h3 {
        font-size: 15px;
    }


    /*wentex*/
    .wentex_text1, .wentex_text2 {
        padding: 2% 5%;
    }

    /*nibi*/
    .brandstext span {
        width: 100%;
        float: none;
    }

    #nibi_img2 {
        width: 70%;
        margin-top: 0;
        margin: auto;
        padding-bottom: 10%;
    }

    #nibi_img3 {
        width: 60%;
        margin-top: -25%;
        position: absolute;
        right: 0;
    }

    /*ebc*/
    #ebc_img1 {
        width: 100%;
        float: none;
    }

    #story_logo_ebc, #ebc_imgbox {
        background-color: transparent;
        width: 90%;
        margin: auto;
        padding: 0;
    }

        #story_logo_ebc img {
            width: 70%;
            margin: -10% auto 0;
        }

        #ebc_imgbox img {
            width: 32%;
            margin: 0.6%;
            display: inline;
        }

    #ebc_textbox {
        padding: 5%;
        width: 90%;
        float: none;
    }

    /*Diesel*/
    #story_logo_diesel {
        top: 4%;
        left: 0;
    }

        #story_logo_diesel img {
            width: 55%;
        }
}


@media screen and (max-width: 450px) {

    

    #story_logo {
      margin-top:-30%;
    }

        #story_logo img {
            width: 55%;
        }
}

