#ns_Content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.c5ContentBlk img {
    margin-top: 40px;    width: 100%;
}
.c5ContentBlkMob { display: none; }

.rtClassNo { color: #000; }

/*商品大圖 設定 */
.PrdInfo .PrdImgB {
    width: 100%;
    max-width: 415px;
}
.PrdInfo .PrdImgB img {
    width: 100%;
    height: 100%;
    margin: 0 auto 15px;
    object-fit: contain;
}
/*放大鏡 */
#iImg_ZoomDiv {
    background-color: #fff;
}
.addition {
    margin-bottom: 20px;
}
/*商品小圖 設定 */
.PrdInfo .liPrdImgS img {
    width: 100%;
    border: 0px solid transparent;
    margin: 0px;
}

.PrdInfo .PrdImgB {
    width: 100%;
    /* max-width: 415px; */
    margin: 0 auto 15px;
    float: right;
    position: relative;
}
.PrdInfo .ImgS {
    float: left;
    width: 100%;
    /*max-width: 105px;*/
    /*overflow-y: scroll;*/
}

.PrdInfo .tdPrdOptv select {
    font-family: inherit;
    width: 100%;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 0 12px;
    color: #555555;
}

.liOptImg { max-width: 100px;}
.liOptImg img { width: 100%;}

.PrdInfo .tdPrdOptv .optImg0 {
    border: 3px solid transparent;
}
.PrdInfo .tdPrdOptv .optImg1 {
    border: 1px solid #000;
    background: #3c3d35; max-width: 100px;
}

/*促銷圖示 開始*/
.PrdInfo .PrdIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.PrdInfo .PrdIcon ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 5px;
}
.PrdInfo .PrdIcon ul li {
    margin: 0;
}
.PrdInfo .PrdImgB .PrdIcon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 0 10px;
}
/*促銷圖示 開始*/


/*商品標題 設定 */
.PrdInfo .rtPrdTitle {
    font-size: 25px;
    line-height: 1.24;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 2px;
}

/*網路售價 設定 */
.PrdInfo .rtPrdSpecDesc {
    padding: 20px 0 80px;
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 160%;
    color: #000;
    border-bottom: 1px solid #dedede;
}


/*網路售價 設定 */
.PrdInfo .rtPrdDesc {
    margin: 0 0 0px;
    line-height: 180%;
    color: #000;
}

/*網路售價 設定 */
.PrdInfo .rtPrdMemo {
    margin: 20px 0 80px;
    font-size: 20px;
    line-height: 180%;
    /*color: #f10000;*/
}



/*價格按鈕包層*/
.PrdInfo .buybox {
    /* margin-bottom: 50px; */
    clear: both;
}

.rtBtn a {
    display: inline-block;
    width: calc(33.3% - 6px);
    text-align: center;
    /* background-color: #c3dff0; */
    border: 0;
    color: #adadad;
    padding: 10px 0;
    margin: 0 3px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}
a.destination {
    float: left;
    display: block;
    color: transparent;
}
.PrdInfo .DollarSign {
    font-size: 18px;
}
/*“價格” 隱藏 */
.PrdInfo .rtPriceTitle { display: none; }

input.qty {
    border-top: 1px solid #ccc;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    height: 38px;
    width: calc(100% - 68px);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance:none;
   border-radius: 0;
   vertical-align: middle;
   padding-left: 10px;
}
span.minus {
    display: inline-block;
    FONT-VARIANT: JIS04;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 34px;
    height: 38px;
    background-color: #fff;
    border-color: #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}


span.plus {
    display: inline-block;
    FONT-VARIANT: JIS04;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 34px;
    height: 38px;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    vertical-align: middle;
}

.PriceBlk {
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

/*原價 設定 */
.PrdInfo .rtPrdPriceHint, .divPrdInfo .rtRight .rtPrdPrice.hasDiscount {
    box-sizing: border-box;
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    vertical-align: middle;
    display: inline-block;
}
.PrdInfo .PrdPriceHintAmt:after, .divPrdInfo .rtRight .rtPrdPrice.hasDiscount:after {
    content: '';
    width: 12px;
    display: inline-block;
}
.PrdInfo .rtPrdPrice.hasDiscount .PrdPriceAmt {
    font-size: 18px;
}

/*網路售價 設定 */
.PrdInfo .rtPrdPrice, .PrdInfo .rtPrdExPrice {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 20px;
    color: #cc0052;
    font-weight: normal;
    margin-right: 0px;
    letter-spacing: 2px;
    vertical-align: middle;
}
.PrdInfo .rtPrdExPrice {
    font-size: 25px;
    line-height: 150%;
}
.PrdInfo .rtPrdExPrice .DollarSign:before {
    content: '折扣後價格';
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-right: 2px;
}

/*網路售價數字 設定 */
.PrdInfo .rtPrdPrice .PrdPriceAmt {
    font-size: 20px;
    font-weight: normal;
}

/*“元” 隱藏 */
.PrdInfo .DollarUnit { display: none; }

.PrdInfo .tdPrdOptv {
    display: block;
    box-sizing: border-box;
}
.PrdInfo .tdPrdOptt {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.PrdInfo .buybox nobr {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

select.selStyle {
    padding: 10px;
    width:100px;
}

.c5PrdSpec {
    display: block;
    margin-bottom: 10px;
}
.c5PrdSpec table {
    margin-bottom: 0px;
}
.PrdInfo .selPrdQty {
    border: 0;
}
.PrdInfo .PrdQty {
    margin-top: 22px;
}
.PrdInfo .selPrdQty select {
    margin-top: 0;
    font-family: inherit;
    width: 100%;
    height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 0 12px;
    color: #555555;
}

/*數量 設定 */
.PrdInfo .quantity { clear: both; margin-bottom: 20px; }
.PrdInfo .quantity .titPrdQty {
    margin-right: 0;
    display: block;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.PrdInfo li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    color: #000;
    margin: 15px;
}


/*購物按鈕 設定 */

/*購物按鈕包層 設定 */
.buyBtnBlk {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.PrdInfo .rtBuyNow {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 49%;
}
.PrdInfo .rtBuyNow.PrdBtn {
    margin-right: 8px;
}

/* 直接購買 */
.PrdInfo .c5Buy {
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #00429c;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background-color: #00429c;
    font-weight: normal;
    cursor: pointer;
    transition: all .25s linear 0s;
    margin: 0;
    border-radius: 3px;
    width: 100%;
}

/* 預設、正常、預購 */
.PrdInfo .SaleBtn1, .PrdInfo .SaleBtn2, .PrdInfo .SaleBtn3 {
    white-space: nowrap;
    box-sizing: border-box;
    background: transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #00429c;
    padding: 8px 20px;
    color: #00429c;
    width: 100%;
    height: 38px;
    background-color: #fff;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s linear 0s;
    margin: 0;
    border-radius: 3px;
}
.PrdInfo .SaleBtn3 {
    white-space: nowrap;
    box-sizing: border-box;
    background: transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #00429c;
    padding: 8px 20px;
    color: #fff;
    width: 100%;
    height: 38px;
    background-color: #00429c;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s linear 0s;
    margin: 0;
    border-radius: 3px;
}

/* 售完 */
.PrdInfo .SaleBtn7 {
    white-space: nowrap;
    box-sizing: border-box;
    background: transparent;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #888;
    padding: 8px 20px;
    color: #fff;
    width: 100%;
    height: 38px;
    background-color: #888;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s linear 0s;
    margin: 0;
    border-radius: 3px;
}



/*擴充資訊 設定*/
.PrdInfo .expandbox div {
    display: flex;
    line-height: 200%;
    box-sizing: border-box;
    font-size: 12px;
}

/*擴充資訊標題 設定*/
.PrdInfo .expandbox div nobr {
    margin-right: 10px;
    width: 161px;
    display: block;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}
.PrdInfo .meMsg_MsgContentBlk .meMsg_MsgImg img {
    /*max-width: 650px;*/
    width: 100%;
}


/*立即購買按鈕 隱藏*/
.divCartGo { display: none; }

.expandbox {
    margin: 30px 0 70px;
}

.RelaGroup span {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #e63631;
    padding: 5px 10px;
}

.rtTop {
    max-width: 980px;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rtRight, .rtLeft {
    margin-top: 0px;
}


/*圖左文右*/
.cLeft .rtLeft {
    width: 55%;
    display: inline-block;
    max-width: 550px;
    vertical-align: top;
    position: relative;
}
.cLeft .rtRight {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

/*了解更多 img*/
.rtDescImg { max-width: ; margin: 0 auto; }
.rtDescImg img {
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/*圖右文左*/
.cRight .rtLeft {
    width: 49%;
    float: left;
    max-width: 550px;
}
.cRight .rtRight { width: 48%; float: left; }

.rtBottom {
    width: 100%;
    display: block;
    clear: both;
}

/*Tab*/
.tab {
    overflow: hidden;
    border-bottom: 1px solid #00429c;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 15px;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #00429c;
    width: auto;
    background: transparent;
}
.tab button:after {
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    background: transparent;
    margin: 12px auto 0;
    display: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #fff;
    background: #00429c;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*優惠活動區塊*/
.DiscountWrap .DiscountBlkTitle {
    background: #00429c;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 12px;
}
.DiscountWrap .DiscountBlkTitleSub {
    background-color: #f8f8f8;
    border: 1px solid #00429c;
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #00429c;
    border-bottom-style: dotted;
}

.DiscountWrap.alreadyDiscount .DiscountBlkTitle {
    display: none;
}
.DiscountWrap.alreadyDiscount .DiscountBlkTitleSub {
    border-bottom: 0;
}

/*我的最愛*/
.shareWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.c5PrdInfoFave {
    display: none;
}
.c5PrdInfoFave.isShow {
    display: block;
}
.cssPrdInfoFave .faveTxt {
    font-size: 15px;
    color: #333333;
    text-align: center;
    display: block;
    cursor: pointer;
}
.cssPrdInfoFave .faveTxt:hover {
    color: #00429c;
}
.cssPrdInfoFave .faveTxt::before {
    font-family: 'FontAwesome';
    content: '\f08a';
    display: inline-block;
    margin-right: 3px;
}
.cssPrdInfoFave1 .faveTxt {
    font-size: 15px;
    color: #00429c;
    text-align: center;
    display: block;
    cursor: pointer;
}
.cssPrdInfoFave1 .faveTxt::before {
    font-family: 'FontAwesome';
    content: '\f004';
    display: inline-block;
    margin-right: 3px;
    color: #00429c;
}

/*貨到通知我*/
.c5PrdInfoAlert {
    display: none;
}
.c5PrdInfoAlert.isShow {
    display: block;
}
.cssPrdInfoAlert .alertTxt {
    font-size: 15px;
    color: #cc0052;
    text-align: left;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}
.cssPrdInfoAlert .alertTxt:hover {
    opacity: 0.7;
}

/*預購文案*/
.rtSaleDesc {
    background: #cc0052;
    border-radius: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
    color: #fff;
    white-space: normal;
    display: inline-block;
    width: auto;
    min-width: 200px;
}
.PrdInfo .rtPrdDesc * {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/*商品描述*/
.rtPrdMedia .meMsg_MsgContentBlk { text-align: center; margin-bottom: 20px; }
.rtPrdMedia .meMsg_MsgContentBlk .meMsg_ImgTD, .rtPrdMedia .meMsg_MsgContentBlk .meMsg_TxtTD {
    padding: 10px;
    width: 50%;
}
.rtPrdMedia .meMsg_MsgContentBlk .AlignCenterB {
    padding: 20px;
}
.rtPrdMedia .meMsg_MsgTitle {
    text-align: center;
    font-size: 22px;
    padding: 0;
    margin: 10px 0;
    display: block;
    color: #333333;
    letter-spacing: auto;
}
.rtPrdMedia .meMsg_MsgTitle:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin: 15px auto 0;
    display: none;
}
.rtPrdMedia .meMsg_MsgSubTitle {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 56.25%;
    background: #000000;
    margin-bottom: 20px;
}

.rtPrdMedia .meMsg_MsgSubTitle iframe{
    width: 100%!important;
    height: 100%!important;
    position: absolute;
	 top: 0;
	 left: 0;
}
.rtPrdMedia .meMsg_Content { margin-bottom: 20px; font-size: 16px; }

.rtPrdMedia video{
    width: 100%;
    height: 100%;
}


.rtPrdExPrice { font-size: 15px; }
.rtPrdExPrice .PrdExPriceAmt[prdexpricety="綠標"] { color: #5cb85c; font-size: 12xp; }
.rtPrdExPrice .PrdExPriceAmt[prdexpricety="紅標"] { color: #cc0052; font-size: 12xp; }
.rtPrdExPrice .PrdExPriceAmt[prdexpricety="綠標"]:before { content:'綠標價：NT$'; margin-right: 5px; display: inline-block; }
.rtPrdExPrice .PrdExPriceAmt[prdexpricety="紅標"]:before { content:'紅標價：NT$'; margin-right: 5px; display: inline-block; }

/*==============PAD version begin===================*/
@media (max-width: 1060px) {
.cLeft .rtLeft {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.cLeft .rtRight {
    max-width: 550px;
    width: 100%;
    margin: 50px auto 0;
}

.PrdInfo .PrdImgB {
    width: 78%;
}
.PrdInfo .ImgS {
    width: 20%;
    max-width: unset;
}
.rtDescImg img {
    width: 100%;
}

.PriceBlk {
    flex-wrap: wrap;
}

.PrdInfo .rtPrdTitle { margin-top: 20px; }

}

@media (max-width: 700px) {
.rtPrdMedia .meMsg_MsgContentBlk .meMsg_ImgTD, .rtPrdMedia .meMsg_MsgContentBlk .meMsg_TxtTD {
    padding: 0px;
    display: block;
    width: 100%;
}
}

/*==============mobile version begin===================*/
@media (max-width: 480px) {
#ns_Main {
    padding: 0 20px;
    box-sizing: border-box;
}
#ns_Content {
    padding: 0;
}

/*圖左文右*/
.cLeft .rtLeft { width: 100%; float: none; }
.cLeft .rtRight { width: 100%; float: right; margin-top: 50px; }

/*圖右文左*/
.cRight .rtLeft { width: 100%; float: none; }
.cRight .rtRight { width: 100%; float: left; margin-top: 50px; }

.PrdInfo .liPrdImgS img {
    width: 60px;
}

.PrdInfo .rtPrdMemo {
    margin: 20px 0 30px;
}
.PrdInfo .rtPrdSpecDesc {
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.c5ContentBlkPC { display: none; }
.c5ContentBlkMob { display: block; }

.BlogProduct .MsgPrdCell {
    margin-right: 0;
    margin-left: 0;
}

.PrdInfo .PrdImgB {
    height: auto;
}
.PrdInfo .ImgS {
    /* display: none; */
    max-width: unset;
}
.PrdInfo .ulPrdImgS li {
    display: inline-block;
    margin: 0 3px 10px;
}

.PrdInfo .PrdImgB {
    width: 100%;
}
.PrdInfo .ImgS {
    width: 100%;
    max-width: unset;
}


.rtTop { padding: 0; }
.rtBottom {
    padding: 30px 0 0;
}

.tab button {
    font-size: 14px;
    padding: 0 10px;
}

}


@media (max-width: 400px) {

.tab button {
    font-size: 12px;
}

}



/*=================mobile version end===================*/