/* HTML================================= */
html {
    font-size:16px;
    scroll-behavior: smooth;
}
h1{
    font-size:1.75rem;
}
h2{font-size:1.5rem;
}
body{
    font-family:"微軟正黑體";
    background:#f9f9f9;
    color:#312d3b;
    letter-spacing:1px;
    background:linear-gradient(#fff 10%,#f9f9f9,#f0f0f0);
}
textarea,input,select,option{
    font-family:"微軟正黑體";
}
textarea{
    padding:4px;
    font-size:.95rem;
}
a{
    color:#5b37a5;
    text-decoration:none;
}
a:hover{
    color:#29096c;
    text-decoration:underline;
}

/* 純版塊================================= */
#outter{
    width:100%;
    background:url(../../images/new/sparkle.png) no-repeat center 130px fixed;
}
#inner{
    max-width:1170px;
    margin:0 auto;
}
#MainArea{
    max-width:1012px;
    border:2px solid #fff;
    box-shadow:0px 0px 10px #f2f2f2;
    padding:0 0 30px;
    margin:0 auto ;
    background:rgba(255,255,255,.95) ;
}
#ContentArea{
    padding:20px 30px;
    word-break: break-all;
}
#AreaLeft{
    float:left;
    width:200px;
    text-shadow:0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,0 0 3px #fff,0 0 3px #fff;
    margin-top:55px;
}
#AreaRight{
    float:right;
    width:calc(100% - 200px);
}

/* 共用屬性================================= */
.ClearBoth:after{
    display:block;
    content:"";
    clear:both;
}
.MobileHide{
    display:block;
}
.MobileShow{
    display:none;
}
.SpanTXTYellow{
    color:#ffd72d;
}
.LinkLightTheme{
    color:#fff;
}
.LinkLightTheme:hover{
    color:#ffd72d;
    text-decoration:none;
}
.LinkDarkTheme{
    color:#5637a4;
}
.LinkDarkTheme:hover{
    background:#f8f4ff;
    text-decoration:none;
}
.LinkGrayTheme{
    color:#808080;
}
.AreaPadding{
    padding:0 30px;
    position:relative;
}

.Highlight{
    color:#e40012;
}
.Highlight > span{
    color:#fff;
    background:#e40012;
    display:inline-block;
    padding:1px 5px;
    margin:0 3px 3px 0;
    font-size:.8rem;
}

/*區塊共用設定 ==========================================*/
.SectionBlock{
    position:relative;
}
.SectionBlock:last-child{
    margin-bottom:0px;
}
.SectionTitle{
    border-bottom:1px solid #5b37a5;
    margin:50px 0 30px;
    position:relative;
    text-align:center;
}
.SectionTitle h2{
    display:inline-block;
}
.SectionTitle span{
    background:#5b37a5;
    color:#fff;
    position:absolute;
    right:0px;
    bottom:0px;
    display:block;
    padding:3px 11px 3px 20px;
    font-size:.8rem;
    -webkit-clip-path:polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path:polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    cursor:pointer;
}
.SingleSection{
    background:rgba(255,255,255,.68);
    margin-bottom:30px;
}
.SingleSection > div:first-child{
    background:#5b37a5;
    color:#fff;
    padding:3px 20px 5px 35px;
    border:1px solid #5b37a5;
}
.SingleSection > div:nth-of-type(2){
    padding:20px 30px;
    border:1px solid #aaa;
    border-top:0px;
}


/* 共同元件 表單按鈕樣式================================= */
.FormBTN{
-webkit-appearance: none;
-moz-appearance: none;
    appearance: none;
    padding:8px;
    min-width:100px;
    border:0px;
    border-radius:5px;
    margin:20px auto;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    font-size:1rem;
    font-weight:bold;
}
.BTNDarkTheme{
    border:1px solid #5637a4;
    background:#5637a4;
    color:#fff;
}
.BTNLightTheme{
    border:1px solid #5637a4;
    background:#fff;
}
.BTNGrayTheme{
    background:#e0e0e0;
    cursor:not-allowed;
}

/* 共同區塊元件 頁面大標==========================================*/
.AreaTitle{
    position:relative;
    border-bottom:1px solid #2f2a3d;
    padding-bottom:5px;
    margin:0 auto 30px;
    width:100%;
    max-width:934px;
    text-align:center;
}
.AreaTitle h1{
    top:-15px;
    display:contents;
    font-weight:bold;
}
.AreaTitle span{
    position:absolute;
    right:0px;
    bottom:8px;
}

/* 共同區塊元件 招呼語=======================*/
#Greeting{
    text-align: center;
    padding: 20px 0 36px;
    font-size: 1.2rem;
    color: #5637a4;
    max-width: 1015px;
    margin: 0 auto;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff,-1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 32%, rgba(255,255,255,.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,.8)), color-stop(32%, rgba(255,255,255,.8)), color-stop(100%, rgba(255,255,255,.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 32%, rgba(255,255,255,.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 32%, rgba(255,255,255,.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 32%, rgba(255,255,255,.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 32%, rgba(255,255,255,.8) 100%);
}

/* 共同區塊元件 紅底警語================================= */
.WarningBlock{
    background:#e40012;
    padding:10px 0px;
    text-align:center;
    margin-bottom:25px;
    color:#fff;
}
/*無特效單行區塊文字================================= */
.SingleLineSection{
    text-align:center;
    margin:40px 0;
}


/*列表=================================*/
#AreaTop{
    margin:0 auto;
    width:745px;
}
/*左連結右內容之左連結=====================================*/
.SideLinks a{
    display:block;
    border-left:5px solid #fed974;
    padding:5px 0 5px 15px;
    margin-bottom:10px;
    font-weight:bold;
}
/* 所有網頁共用區塊*/
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
/* 黑bar================================= */
#BlackBar{
    width:100%;
    position:fixed;
    background:#374357;
    color:#fff;
    font-size:.8rem;
    z-index:999;
}
#BlackBar > div{
    max-width:1130px;
    margin:0 auto;
}
#BlackBar a{
    text-decoration:none;
    display:inline-block;
    padding:5px;
}
#BlackBar a:hover{
    background:#2f3a4b;
}
#BlackBar > div > div:nth-child(1){
    float:left;
}
#BlackBar > div > div:nth-child(1) > a{
    margin-right:20px;
}
#BlackBar > div > div:nth-child(2){
    float:right;
}
#BlackBar > div > div:nth-child(2) > a{
    margin-left:20px;
}
/* Logo主連結區================================= */
#MainMenu{
    padding:60px 0px 30px;
    max-width:955px;
    margin:0 auto;
}
#MainMenu > div{
    display:inline-block;
    vertical-align:middle;
}
#MainMenu > div:first-child img{
    width:168px;
    height:auto;
}
#MainMenu > div:nth-child(2){
    line-height:30px;
    text-align:right;
}
#MainMenu > div:nth-child(2){
    width:calc(100% - 375px);
}
#MainMenu > div:nth-child(2) a{
    margin-right:20px;
}
#MainMenu input{
    border:none;
    width:130px;
}
#MainMenuCart{
    display:inline-block;
    background:#fff;
    padding:8px 10px 8px 50px;
    color:#5b37a5;
    text-align:right;
    position:relative;
    font-size:.8rem;
    border-radius:8px;
    border:1px dotted #5b37a5;
    width:138px;
}
#MainMenuCart:hover{
    background:#f8f4ff;
    text-decoration:none;
}
#MainMenuCart div{
    position:absolute;
    color:#fff;
    left:26px;
    top:9px;
}
#MainMenuCart span{
    color:#edb30f;
    font-weight:bold;
}
#MainMenuCart img{
    position:absolute;
    left:3px;
    top:-1px;
    width:45px;
}

/* 分類選單Bar================================= */
.CategoryMenu{
    text-align:center;
    padding:10px 0px;
    margin:0 auto;
    border-top:2px solid #fed974;
    background:url("../../images/new/MenuBG.png") repeat-x;
    background:-webkit-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:-o-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:-moz-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:linear-gradient(#5637a4,#6738a6,#9c3cad);
}
.CategoryMenu a{
    font-weight:bold;
    padding:0 20px;
    display:inline-block;
}

/*廣告小banner========================*/
#AdvertisementS{
    float:left;
    max-width:518px;
}
#AdvertisementS img{
    width:100%;
    border:1px solid #aaa;
}
#Advertisement{
    text-align:center;
    margin-top:50px;
}
#Advertisement a{
    border:1px solid #aaa;
    margin:10px 10px 0 0;
    display:inline-block;
    line-height:0;
}

/* 其他子網連結================================= */
#OtherLinks{
    text-align:center;
    font-size:.95rem;
    margin:20px 0 0;
    line-height:18pt;
}
#OtherLinks a{
    display:inline-block;
}
#OtherLinks a:after{
    display:inline-block;
    border-right:1px solid #000;
    content:"";
    height:10px;
    width:2px;
    margin:0 6px;
}
#OtherLinks a:last-child:after{
    display:none;
}

/* 頁尾================================= */
#Footer{
    background:#374357;
    color:#fff;
    text-align:center;
    padding:30px 0;
    font-size:.95rem;
}
#Footer > div{
    max-width:1130px;
    margin:0px auto;
    line-height:18pt;
}
/*麵包屑和search bar================================= */
#BreadandSearch{
    position:relative;
}
#Breadcrumbs{
    font-size: .95rem;
    max-width: calc(100% - 340px );
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#Breadcrumbs span{
    font-family:"Cambria";
    font-size:1rem;
}
#Breadcrumbs a:last-child{
max-width: calc( 100% - 368px);
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 13px;
}
#SearchBar {
position:absolute;
right:0px;
top:-4px;
}
#SearchBar select,#SearchBar input[type=text]{
    padding:0px 3px;
    width:135px;
}
#SearchBar select{
    height:30px;
}
#SearchBar input[type=text]{
    height:28px;
}
#SearchBar > .FormBTN{
    margin:0px;
    font-size:.8rem;
    padding:5px 0;
}

/* ↑所有網頁共用區塊*/
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */


/* 共用區塊元件類*/
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */

/*共同區塊元件 商品列表==========================================*/
/*首頁、搜尋結果頁*/
.ItemList{
    text-align:center;
}
.productItems{
    max-width:952px;
    margin:0 auto;
}
.productItems a{/*單一商品格*/
    border:1px solid #ddd;
    width:218px;
    position:relative;
    height:280px;
    display:block;
    float:left;
    margin:9px 0px 25px 0px;
    text-decoration:none;
    color:#3b2929;
    transition:all .5s;
    background:#fff;
    text-align:left;
    margin-right:calc( 33.333333% - 293.33333333px);
}
.productItems a:nth-child(4n){
    margin-right:0px;
}
.productItems a:hover{
    box-shadow:0px 4px 6px #888;
}
.productItems a img{
    width:218px;height:180px;
}
.productItems a > div:nth-child(2){/*商品資訊區塊*/
    padding:0 8px;
}
.productItems a > div > span{/*商品名稱*/
    font-size:.95rem;
    font-weight:bold;
}
.productItems a > div > div:nth-child(2){/*商品提供單位名稱*/
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#999;
    font-size:.8rem;
}
.productItems a > div > div:nth-child(3){/*紅利點數*/
    text-align:right;
    color:#ef1417;
    position:absolute;
    right:11px;
    bottom:7px;
    font-weight:bold;
}
.productItems a > div > div:nth-child(4){/*效期*/
    position:absolute;
    background:#d11c1f;
    padding:5px 9px;
    bottom:5px;
    left:-1px;
    color:#fff;
    border-radius:0 12px 12px 0;
    background:-webkit-linear-gradient(#d11c1f,red);
    background:-o-linear-gradient(#d11c1f,red);
    background:-moz-linear-gradient(#d11c1f,red);
    background:linear-gradient(#d11c1f,red);
    font-size:.665rem;
}
.productItems a > div:nth-child(3){/*圓tag區塊*/
    position:absolute;
    top:140px;
    text-align:right;
}
.productItems a > div:nth-child(3) > span {/*圓tag*/
    width:29px;
    display:inline-block;
    margin-right:2px;
    text-align:center;
    padding:5px;
    background:#d11c1f;
    background:-webkit-linear-gradient(#d11c1f,red);
    background:-o-linear-gradient(#d11c1f,red);
    background:-moz-linear-gradient(#d11c1f,red);
    background:linear-gradient(#d11c1f,red);
    color:#fff;
    border-radius:30px;
    font-size:.665rem;
}     

/* 共同元件 分頁================================= */
/* 搜尋結果頁、所有訂單紀錄、所有點數紀錄 */
#PageNum{
    text-align:center;
    padding-top:30px;
}
#PageNum a,#PageNum span{
    border:1px solid #5b37a5;
    padding:10px;
    margin:0 5px 10px;
    border-radius:5px;
    background:#fff;
    display: inline-block;
    
}
#PageNum a:hover{
    text-decoration:none;
    background:#f8f4ff!important;
    }
#PageNum .current{
    background:#5b37a5;
    color:#fff;
}
#PageNum .disabled{
    background:#fff;
    border:1px solid #fff;
}


/* 共同元件 訂單名細================================= */
/* 會員中心首頁、所有訂單紀錄、訂單諮詢、購物車*3 */
.OrderDetail table,.OrderHistory table{
    width:100%;
}
.OrderDetail > div td,.OrderHistory > div td{
    border-bottom:1px solid #aaa;
    text-align:center;
}
.OrderDetail > div td img{
max-width:120px;
}
.OrderDetail > div tr:last-child > td{
    border-bottom:0px;
    text-align:right;
    position:relative;
}
.OrderDetail > div tr:last-child > td div{
    position:absolute;
    top:calc(50% - .8125rem);
    left:calc(50% - 5.1875rem);
    font-size:1.5rem;
}
.OrderDetail > div tr:last-child > td a{
    position:absolute;
    left:5px;
    top:calc(50% - 2.25rem);
}
.OrderDetail > div tr > td:nth-child(1){width:80px;padding:5px;}
.OrderDetail > div tr > td:nth-child(2){padding:0 20px;text-align:left;}
.OrderDetail > div tr > td:nth-child(2)>span:nth-child(4){
        color:#e40012;
    }
.OrderDetail > div tr > td:nth-child(3){width:80px;}
.OrderDetail > div tr > td:nth-child(4){width:70px;}
.OrderDetail > div tr > td:nth-child(5){width:80px;}

.OrderDetail > span{
    display:block;
    border:1px solid #aaa;
    border-top:0px;
    padding:5px 30px;
    vertical-align:top;
}
.OrderDetail > span > table{
    font-size:.8rem;
    float:left;
}
.OrderDetail > span > table:nth-child(1){
    width:50%;
}
.OrderDetail > span > table:nth-child(2){
    width:50%;
}
.OrderDetail > span td{
    padding:0 5px;
    vertical-align:top;
}
.OrderDetail > span tr td:nth-child(odd){
    padding-right:0px;
    text-align:right;
    color:#888;
    width:70px;
}
.OrderDetail > span tr td:nth-child(even){
    padding-left:0px;
    word-wrap:break-word;
    word-break:break-all;
}
/* 共用區塊元件 訂單紀錄================================= */
/* 會員中心首頁、所有點數紀錄*/
.OrderHistory tr > td:nth-child(1){width:108px;padding:5px;}
.OrderHistory tr > td:nth-child(2){padding:5px 20px;text-align:left;width:calc(100% - 308px);overflow:hidden;}
.OrderHistory tr > td:nth-child(3){width:80px;}
.OrderHistory tr > td:nth-child(4){width:100px;}
.OrderHistory tr:last-child > td{border-bottom:0px;}
.OrderHistory li{color:#666}
/* 共同區塊元件 常見問答==========================================*/
/* 訂單諮詢、購物車(購物完成)*/
.FAQ{
    margin-bottom:8px!important;
    overflow:hidden;
}
.FAQ div:first-child {
    position:relative;
    cursor:pointer;
    background:#fff;
    color:#5b37a5;
    padding:3px 20px 5px 35px;
    border:1px solid #5b37a5;
    border-left:5px solid;
}
.FAQ > div:first-child > span{
    background:#5b37a5;
    color:#fff;
    display:block;
    left:0px;
    top:0px;
    height:100%;
    position:absolute;
    width:30px;
    text-align:center;
    line-height:25px;
}
.FAQ > div:nth-of-type(2){
     padding:0px!important;
     overflow:hidden;
     max-height:0px;
     transition:max-height .15s linear;

    }
.FAQ > div:nth-of-type(2) p{
    padding:10px;
}
/* 共用區塊元件類*/
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */






/*專屬首頁==========================================*/
#CarouselBanner{
    text-align:center;padding:40px 0 60px;
}

/*專屬 訂單詢問紀錄================================= */
#OrderQHistory tr:first-child{
    border-top:1px solid #5b37a5;
    border-bottom:1px solid #5b37a5;
    color:#5b37a5;
}
#OrderQHistory tr > td:nth-child(1){
    width:100px;
}

/*專屬  購物車============================================*/
#CartSteps > div {
    display:inline-block;
    background:#fff;
    padding:15px 5px;
    width:calc(30% - 16px);
    margin:0 5% 30px 0;
    text-align:center;
    position:relative;
    color:#2f2a3d;
    font-size:1.2rem;
    border:1px solid #eee;
    border-left:5px solid #5b37a5;
}
#CartSteps > div:last-child{
    margin-right:0;
}
#CartSteps > div > span{
    display:block;
    font-size:.665rem;
}
.CartActive{
    background:#f8f4ff!important;
    border:1px solid #5b37a5!important;
    border-left:5px solid #fed974!important;
    background:#5b37a5!important;
    color:#fff!important;
}
.Cart > input{
    display:block;
    padding:8px 40px;
}
.Cart{
    margin-bottom:0px;
}

.CartSendForm{
    padding-top:0px!important;
}
.CartSendForm table{
    font-size:.8rem;
    width:100%;
    border:1px solid #5b37a5;
}
.CartSendForm > div > table:first-of-type{
    width:95%;
}
.CartSendForm td{
    border-bottom:1px solid #aaa;
    padding:5px;
}
.CartSendForm tr td:first-child{
    width:100px;
    text-align:right;
}
.CartSendForm tr:first-child > td{
    background:#5b37a5;
    text-align:center;
    color:#fff;
}

.CartSendForm input[type=text]{
    padding:3px 5px;
    width:calc(100% - 20px);
    max-width:205px
}
.CartSendForm tr:nth-child(3) > td > input:nth-of-type(1){
    width:30px;
}
.CartSendForm tr:nth-child(3) > td > input:nth-of-type(2){
    max-width:90px;
    width:calc(100% - 135px);
}
.CartSendForm tr:nth-child(3) > td > input:nth-of-type(3){
    width:50px;
}
.Cart li{
    margin-left:20px;
    font-size:.8rem;
}
.AllOrder > div:nth-child(n+2){
    padding-bottom:50px;
    
}
.AllOrder > div:last-child{
    padding-bottom:0px;
}

/*專屬 購物車清單 刪除按鈕欄=========================*/
.OrderDetail tr > td:nth-child(6) > a{
    min-width:35px;
}

/*專屬 商品搜尋之排序*/
#SearchSort select{
    padding:5px 3px;
    width:100px;
}
#SearchSort{
    text-align:right;
}

/*專屬 商品諮詢===================================*/
#OrderQHistory  td{
    border:1px solid #5b37a5;
    padding:5px;
}
#OrderQHistory  tr > td:nth-child(1),#OrderQHistory  tr > td:nth-child(2){
    width:calc( 50% - 50px );
    width:50%;    
}
.QHistoryQA > span:first-of-type{
font-size:0.665rem;
color:#fff;
background:#5b37a5;
padding:5px;
margin:5px 0;
display:inline-block;
    
}
.QHistoryQA > span:last-of-type{
    font-size:0.665rem;
    color:#888;
    display:block;
}

.QHistoryQA{
    border:1px dotted #5b37a5;
    padding:10px;
    margin-bottom:20px;
    border-left:7px solid #5b37a5;
}
.QHistoryQA > .QHistoryQA,.QHistoryQA > P{
    margin:10px 0 0 30px;
    background:#f8f4ff;
    border:0;
}
.QHistoryQA > p{
    margin:10px 0 0 30px;
    padding:5px;
    background:#f2f2f2;
    color:#888;
    font-size:.95rem;
}

#QAForm{
    width:50%;
    margin:0 auto;
    text-align:center;
    min-width:280px;
}
#QAForm textarea{
    width:calc(100% - 20px);
}
#QAForm > div:first-child{
    padding-left:20px;
}
/*專屬 商品內容================================*/

.DividedTwoCol{
    padding-top:50px;
}
.ProductBuyInfo img{
    width:calc(45vw - 10px);
    height:37.2vw;
    max-width:460px;
    max-height:380px;
}
.DividedTwoCol > div{
    float:left;
    width:50%;
}
.ProductBuyInfo h2{
    margin-bottom:10px;
}
.ProductBuyInfo > div > select{
    width:100%;
    padding:5px;
    margin-bottom:5px;
}
.ProductBuyInfo .FormBTN{
    width:100%;
    margin:0 0 5px 0;
}
.ProductBuyInfo table{
    font-size:0.8rem;
    width:100%;
    margin:10px 0;
}
.ProductBuyInfo tr > td:first-child{
    width:120px;
    color:#888;
}
.ProductBuyInfo td{
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
.ProductBuyInfo tr:last-child > td{
    border:0px;
}
.productContent .ItemList{
    margin:0 auto;
}
.productContent img{
    max-width:100%;
    display:block;
}
/* 專屬QA */
.QnA{
    padding-top: 40px;
}
.QnA > span{
    text-indent: 34px;
    display: block;
    padding-bottom: 20px;
}

/*專屬 M版==============================================*/
#MobileBar,#FooterMenu{
    position:relative;
    text-align:center;
    padding:5px 0px;
    border-top:2px solid #fed974;
    background:url("../../images/new/MenuBG.png") repeat-x;
    background:-webkit-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:-o-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:-moz-linear-gradient(#5637a4,#6738a6,#9c3cad);
    background:linear-gradient(#5637a4,#6738a6,#9c3cad);
    margin:0 auto;
    width:100%;
}
#BurgerMenuIcon,#MobileBar img{
    display:block;
    float:left;
}
#BurgerMenuIcon{
    width:30px;
    padding-left:8px;
    padding-top:3px;    
}
.Line1, .Line2, .Line3 {
    background-color:#fff;
    border-radius:1px;
    margin:5px 0;
    width:27px;
    height:4px;
  /*transition:0.4s;*/
}
#MobileBar img{
    width:120px;
    position:absolute;
    top:calc(50% - 19px);
    left:calc(50% - 60px);
}
#MobileBar a{
    float:right;
    line-height:38px;
    padding-right:8px;
}
#MobileMenuBG{
    display:none;
    opacity:0;
    position:fixed;
    z-index:3;
    background:rgba(0,0,0,0.5);
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}
#MobileMenu{
    background:#5637a4;
    width:50%;
    height:100%;
    overflow-x:scroll;
    min-width:200px;
}
#MobileMenu > a{
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #4b2d8f;
}
#MobileMenu > span {
    display:block;
    background:#fff;
    padding:0px 10px;
    margin:4px 0px;
}
#MobileMenu > div:first-child {
    color:#fff;
    padding:10px;
}
#FooterMenu{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
}
#FooterMenu > a{
    display:inline-block;
    font-size:0.8rem;
    background:#aaa;
    padding:24px 5px 0;
    width:44px;
    cursor: pointer;
}
#FooterMenu > div{
    width:134px;
    display:inline-block;
    font-size:0.8rem;
    color:#fff;
}
#FooterMenu a:nth-child(1){
    background:url("../../images/new/Catagory.png") no-repeat center 2px;
    background-size:25px;
}#FooterMenu a:nth-child(2){
    background:url("../../images/new/Member.png") no-repeat center 1px;
    background-size:26px;
}
#FooterMenu a:nth-child(3){
    background:url("../../images/new/Cart.png") no-repeat center 0px;
    background-size:32px;
}
#MobileMenuBG{
    transition:all 100ms ease;
}
#Call2Action{
    display:none;
}

.ArticleArea{
    max-height:250px;
    overflow:hidden;
    position:relative;
    margin-bottom:80px;
    transition:max-height .15s linear;
    border: 1px solid #5b37a5;
    padding: 30px 20px;
    border-top: 31px solid #5b37a5;
    padding-bottom:80px;
}
.ArticleArea .ReadMoreLess{
    width:100%;
    position:absolute;
    bottom:0px;
    text-align:center;
    left: 0;
    cursor: pointer;
}
.ReadMore{
    background:url("../../images/new/WhiteGradient.png") repeat-x;
    background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.7) 20%, rgba(255,255,255,1) 80%);
    padding-top:150px;
}
.ReadLess{
    background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%);
    padding-top:20px;
}
.ArticleArea .ReadMore:after{
    width: 1px;
    height: 18px;
    content: "";
    border-style: solid;
    display: block;
    margin: 0 auto;
    border-width: 18px 10px 0 10px;
    border-color: #5b37a5 transparent transparent transparent;
}

.ArticleArea .ReadLess:after{
    width: 1px;
    height: 0px;
    content: "";
    border-style: solid;
    display: block;
    margin: 0 auto;
    border-width: 0 10px 18px 10px;
    border-color: transparent transparent #5b37a5 transparent;
}
#sSH_PT{
width:125px;
}
@media all and (max-width:980px) {
    .productItems{
        width:677px;
        margin:0 auto;
    }
    .productItems a:nth-child(4n){
        margin-right: calc( 50% - 330px);
    }
    .productItems a{
        margin-right: calc( 50% - 330px);
    }
    .productItems a:nth-child(3n){
        margin-right:0px;
    }

}
@media all and (max-width:960px) {
    .CategoryMenu a{
        padding:0 1.5%;
    }
    
    #MainMenu{
        padding:60px 30px 30px;
        max-width:unset;
    }
    #AreaLeft{
        width:16vw;
    }
    #AreaRight{
        width:73vw;
    }
}
@media all and (max-width:869px) {

    .SingleSection > div:nth-of-type(2){
        padding:20px 0;
    }
    .OrderDetail > div tr > td:nth-child(6){
        width: 62px;
    }
}

@media all and (max-width:767px) {
    /*↓M版基本*/
    .MobileHide{
        display:none;
    }
    .MobileShow{
        display:block;
    }
    #outter {
        width:100%;
        background:url(../../images/new/sparkle.png) no-repeat center 100px fixed;
        background-size:1200px;}
    .CategoryMenu{
        background:#fff;
        overflow-y:scroll;
        text-align:left;
        border-top:none;
    }
    .CategoryMenu a{
        color:#5b37a5;
        border:1px solid;
        border-radius:8px;
        margin: 0px 5px;
        padding: 3px 13px;
    }
    .CategoryMenu > div{
        width:max-content;
    }
    #Footer{
        padding-bottom:70px;
    }
    /*↑M版基本*/
    #SearchBar{
        position:relative;
        text-align:center;
    }
    #SearchBar select, #SearchBar input[type=text]{
        width:47%;
        font-size:.85rem;
    }
    #SearchBar .FormBTN{
        width: 97%;
        margin-top: 10px;
    }
    #ContentArea{
        padding:20px 5px;
        word-break: break-all;
    }
    .AreaPadding{
        padding:0px 5px;
    }
    .FormBTN{
        min-width:90px;
    }
    #Advertisement img{
        width:138px;
    }
    #MobileMenu > div:first-child{
        border-bottom:1px solid #ffd72d;
    }
    .SingleSection{
        margin-bottom:30px;
    }
    .SectionTitle{
        margin:46px 0 10px;
        text-align:left;
    }
    .SectionTitle span{
        padding: 3px 0px 3px 15px;
        right: 0;
        bottom: 0;
        width: 90px;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .SectionTitle h2{
        width:calc(100% - 105px);
        text-align: center;
    }
    .IndexSectionTitle span{
        width:130px;
    }
    .IndexSectionTitle h1{
        width:calc(100% - 145px);
        text-align: center;
    }
    .SearchSectionTitle span,.InfoSectionTitle span{
        width:65px;
    }
    .SearchSectionTitle h1,.InfoSectionTitle h2{
        width:calc(100% - 80px);
        text-align: center;
    }
    .NoSectionTitle h1,.NoSectionTitle h2{
        width:100%;
        text-align:center;
    }
    .QnA{
        padding-top: 10px;
    }
    #AreaRight{
        width:100%;
        float:none;
    }
    #AreaLeft{
        float:none;
        margin-top:0;
        width:100%;
        text-align:center;
    }
    .SideLinks a{
        text-shadow:none;
        display:inline-block;
        border: 1px solid #5b37a5;
        border-radius: 8px;
        width: 110px;
        text-align: center;
        padding: 5px;
        text-shadow: none;
    }
    .SideLinks a:first-child,.SideLinks a:last-child{
        display:none;
    }
    .Cart h2{
        width:100%;
    }

}
@media all and (max-width:700px) {
    .banner > a > div{
        padding-bottom:41vw!important;
    }
    .slideBanner > div:last-child{
        padding-top:41vw!important;
    }
    .productItems{
        max-width:456px;
        width:98vw;
        margin:0 auto;
    }
    .productItems a:nth-child(3n){
        margin-right:calc(100% - 440px);
    }
    .productItems a{
        margin-right:calc(100% - 440px);
    }
    .productItems a:nth-child(2n){
        margin-right: 0px;
    }
    .DividedTwoCol > div{
        float:none;
        width:100%;
        text-align:center;
    }
    .ProductBuyInfo img{
        width:96vw;
        height:79.25vw;
    }
    .ProductBuyInfo tr > td:first-child{
        width:50%;
        text-align:right;
        font-size:1rem;
    }
    .ProductBuyInfo tr > td:last-child{
        width:50%;
        text-align:left;
        text-indent:10px;
        font-size:1rem;
    }
    .ProductBuyInfo tr > td select,.ProductBuyInfo > div > select{
        font-size:.95rem;
        text-align:center;
    }
    .productContent img{
        width:100%;
        height:auto;
    }
    .productContent input[type="image"]{
        width:100%;
        height:auto;
    }
    .productContent img[src*="editor"]{
        width:auto;
        height:auto;
    }
    .QnA table{
        width:100%;
    }
}
@media all and (max-width:554px) {
    #outter{
    width:100%;
    background: url(../../images/new/sparkle.png) no-repeat -500px 10px fixed;
    background-size:1165px;
    }
    #Greeting{
    padding: 0px 10px 16px;
    }
    .SingleSection > div:first-child{
        padding:3px 0px 5px 10px;
        /*font-size:.8rem;*/
    }
    .SingleSection > div:nth-of-type(2){
        padding:20px 0 10px
    }
    .FAQ{
        margin-bottom:10px;
    }
    .FAQ > div:first-child{
        padding:3px 0px 5px 35px;
    }
    .WarningBlock{
        margin-bottom:10px;
    }
    /*購物明細*/
    .OrderDetail > span tr td:nth-child(2n+1){
        width:85px;
    }
    .OrderDetail > span > table:nth-child(2){
        border-top: 1px dotted #aaa;
    }
    .OrderDetail > span > table:nth-child(1), .OrderDetail > span > table:nth-child(2){
    font-size:1rem;
    }
    .OrderDetail > span{
        padding:5px 15px;
    }
    .OrderDetail > span{
        padding:5px 9px;
    }
    .OrderDetail > span > table:nth-child(1),.OrderDetail > span > table:nth-child(2){
        width:100%;
    }
    .OrderDetail > div tr > td:nth-child(3),.OrderDetail > div tr > td:nth-child(5){
        width:50px;
    }
    .OrderDetail > div tr > td:nth-child(4){
        width:68px;
    }
    .OrderDetail > div tr > td:nth-child(1) img{
        display:none;
    }
    .OrderDetail > div tr > td:nth-child(1){
        width:0px;
        padding:0;
    }
    .OrderDetail > div tr > td:nth-child(2){
        padding:3px 10px;
    }
    .OrderDetail > div tr > td:nth-child(2) span{
        display:inline-block;
    }
    .OrderDetail table,.OrderHistory table{
        /*font-size:.8rem;*/
    }
    .OrderDetail > div tr:last-child > td{
        padding-right:7px;
        padding-top:5px;
    }
    .OrderDetail > div tr:last-child > td div{
        top:3px;
        left:9px;
        font-size:1.2rem;
    }
    .OrderDetail > div tr:last-child > td a{
        left: 10px;
        bottom: -19px;
        padding: 3px 5px;
        top: unset;
    }
    .OrderDetail > div tr:first-child{
        background:#f2f2f2;
    }
    .OrderDetail > div:nth-of-type(2){
        padding:0 0 10px;
    }
    .OrderDetail > div tr > td:nth-child(6){
        width: 30px;
    }
    .OrderHistory tr{
        display:block;
        position:relative;
        overflow: hidden;
        border-bottom:1px solid #aaa;
        min-height: 30px;
        padding-top:26px;
    }
    .OrderHistory tr:first-child{
        height:29px;
        min-height:unset;
        overflow: hidden;
        padding:0;
        border-top:0;
    }
    .OrderHistory tr:first-child > td:nth-child(2){
        color:#fff;
    }
    .OrderHistory tr > td{
        border:0;
    }
    .OrderHistory tr > td:nth-child(2){
        padding: 5px 5px;
    }
    .OrderHistory tr > td:nth-child(1),.OrderHistory tr > td:nth-child(3),.OrderHistory tr > td:nth-child(4){
        position:absolute;
        top: 0px;
        padding:4px 0 0;
    }
    .OrderHistory tr > td:nth-child(1){
        width:100%;
        left:0px;
        padding-left:5px;
        height:26px;
        background:#f8f8f8;
        text-align:left;
        overflow: hidden;
    }
    .OrderHistory tr > td:nth-child(3){
        width:68px;
        right:90px;
        text-align:right;
    }
    .OrderHistory tr > td:nth-child(4){
        right: 5px;
        text-align:right;
        width:68px;
    }
    .OrderHistory tr:first-child > td:nth-child(1),.OrderHistory tr:first-child > td:nth-child(3),.OrderHistory tr:first-child > td:nth-child(4){
        background:unset;
    }
    .OrderHistory tr:last-child{
        border:0px
    }
    .OrderHistory ul{
        width:100%;
        overflow:hidden;
        text-overflow: ellipsis;
    }
    .OrderHistory li{
        width:90vw;
    }
    .AllOrder > div:nth-child(n+2){
        padding-bottom:0px;
    }
    #CartSteps > div{
        font-size: 1rem;
    }
    .OrderDetail tr > td:nth-child(6) > a{
        min-width: 17px;
        padding: 5px 2px;
        margin-right: 3px;
    }
    #CartSteps > div{
        letter-spacing: 0px;
        width: calc(32% - 6.333px);
        margin: 0 2% 30px 0;
        padding: 15px 0px;
    }
    .CartSendForm > div > table:first-of-type{
        width:100%;
    }
    .CartSendForm tr{
        text-align: left;
    }
    .SideLinks{
        width:250px;
        margin:30px auto 0;
    }
    
}
@media all and (max-width:462px) {

    .productItems a{
        width:47vw;
        margin:9px 0px 5px 0px;
        height: 70vw;
        max-height: 280px;
    }
    .productItems a:nth-child(odd){
        margin-right:1vw;
    }
    .productItems a img{
        max-width:218px;
        max-height:180px;
        width:47vw;
        height:38.74vw;
    }
    .productItems a > div:nth-child(3){
        top:calc( 38.74vw - 38px);
    }
    .productItems a > div > span{
        word-break: break-all;
        font-size: 16px;
        max-height: 60px;
        overflow: hidden;
        display: block;
        line-height: 20px;
    }
    .productItems a > div > div:nth-child(2){
        font-size:14px;
    }
    .productItems a > div > div:nth-child(4){
        display:inline;
        right:0px;
        top:calc( 38.74vw - 24px);
        text-align:right;
        padding-right:3px;
        background:#d11c1f;
        background:unset;
        bottom:auto;
        left:auto;
        border-radius:12px 0 0 12px;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
        text-shadow:-1px -1px 1px #d11c1f, 1px -1px 1px #d11c1f, -1px 1px 1px #d11c1f, 1px 1px 1px #d11c1f,-1px -1px 1px #d11c1f, 1px -1px 1px #d11c1f, -1px 1px 1px #d11c1f, 1px 1px 1px #d11c1f;
        font-size:13px;
    }
    #SearchBar .FormBTN{
        margin-bottom:0px;
        padding: 4px 5px;
        font-size: .95rem;
    }
    .productItems a > div:nth-child(3) > span{
        line-height:0.85rem;
    }
    .productContent a span{
        word-wrap:break-word!important;
        word-break:break-all!important;
        font-size:.662rem!important;
    }
    .ProductBuyInfo tr > td:nth-child(2){
        width:90px;
    }
    #Call2Action{
        display:block;
    }
    #Call2Action a{/*單一商品格*/
        border:1px solid #ddd;
        width:218px;
        position:relative;
        height:280px;
        display:block;
        float:none;
        margin:70px auto 0;
        text-decoration:none;
        color:#3b2929;
        transition:all .5s;
        background:#fff;
        text-align:left;
    }
    #Call2Action a:nth-child(4n){
        margin-right:0px;
    }
    #Call2Action a:hover{
        box-shadow:0px 4px 6px #888;
    }
    #Call2Action a img{
        width:218px;height:180px;
    }
    #Call2Action a > div:nth-child(2){/*商品資訊區塊*/
        padding:0 8px;
    }
    #Call2Action a > div > span{/*商品名稱*/
        font-size:.95rem;
        font-weight:bold;
    }
    #Call2Action a > div > div:nth-child(2){/*商品提供單位名稱*/
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        color:#999;
        font-size:.8rem;
    }
    #Call2Action a > div > div:nth-child(3){/*紅利點數*/
        text-align:right;
        color:#ef1417;
        position:absolute;
        right:11px;
        bottom:7px;
        font-weight:bold;
    }
    #Call2Action a > div > div:nth-child(4){/*效期*/
        position:absolute;
        background:#d11c1f;
        padding:5px 9px;
        bottom:5px;
        left:-1px;
        color:#fff;
        border-radius:0 12px 12px 0;
        background:-webkit-linear-gradient(#d11c1f,red);
        background:-o-linear-gradient(#d11c1f,red);
        background:-moz-linear-gradient(#d11c1f,red);
        background:linear-gradient(#d11c1f,red);
        font-size:.665rem;
    }
    #Call2Action a > div:nth-child(3){/*圓tag區塊*/
        position:absolute;
        top:140px;
        text-align:right;
    }
    #Call2Action a > div:nth-child(3) > span {/*圓tag*/
        width:29px;
        display:inline-block;
        margin-right:2px;
        text-align:center;
        padding:5px;
        background:#d11c1f;
        background:-webkit-linear-gradient(#d11c1f,red);
        background:-o-linear-gradient(#d11c1f,red);
        background:-moz-linear-gradient(#d11c1f,red);
        background:linear-gradient(#d11c1f,red);
        color:#fff;
        border-radius:30px;
        font-size:.665rem;
    }     

}