/*google web fonts*/
/* noto 繁 簡 日, 黑體 宋體 */ @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Noto+Serif+SC:200,300,400,500,600,700,900|Noto+Serif+TC:200,300,400,500,600,700,900');
/* Raleway */ @import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
/* Roboto */ @import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
/*全域控制*/
    html {min-height: 100%; font-size: 93.75%} /*16px x 93.75% = 15px 網站字型大小預設值*/
    body {
        height: 100%;
        background: #fff;
        font-family:
            'Roboto',
            'Noto Sans TC',
            'Noto Serif TC',
            'Noto Sans SC',
            'Noto Serif SC',
            'Noto Sans JP',
            'Noto Serif JP',
            'Font Awesome\ 5 Brands',
            'Font Awesome\ 5 Free',
            'Font Awesome\ 5 Pro',
            sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #202020;
    }
    * {
        /*使用邊框不影響 div or table 本身寬度設定*/
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    *[onclick], button {cursor: pointer}

    div.clearfix {clear: both}

    .displayNone {display: none !important}

    /*漸變效果時間*/
    a, button, li, dt, dd, h1, h2, h3, h4, p, input, i, span, figure, figcaption {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none
    }

    /*images rwd*/
    img {
        width: 100%;
        max-width: 100%;
        height: auto!important;
        border: none
    }

    /*font awesome icon*/
    i::before, i::after {margin-right: .5rem; margin-left: .5rem}

    /*fonts*/
    h1 {font-size: 2rem}
    h2 {font-size: 1.75rem}
    h3 {font-size: 1.3rem}
    h4 {font-size: 1.15rem}
    p, li {font-size: 1rem}
    li {list-style: none}

    /*link color*/
    a:link, a:visited {color: #221e1f; text-decoration: none;}
    a:hover {ackground: none; color: #ff8727; text-decoration: none;}

    /*form*/
    input, select, textarea {
        width: 100%;
        background: #fff;
        border: 1px solid #6d6d6d;
        color: #6d6d6d;
        padding: .2rem .5rem
    }
    select {padding-bottom: .75rem}
    input:hover, select:hover, textarea:hover {
        border: 1px solid #e4e4e4;
        outline: none
    }
    input:focus, select:focus, textarea:focus {
        border: 1px solid #ff7364;
        outline: none
    }
    input::placeholder, textarea::placeholder {color: #afafaf;}
    textarea {resize:none}
    input[type="checkbox"], input[type="radio"] {width: auto !important}

    button {
        border-radius:0.2rem;
        background: #fff;
        border: 1px solid #333;
        border-radius: .2rem;
        font-weight: 400;
        color: #333;
        padding: .25rem 1rem
    }
    button:hover {
        background: #ff7364;
        border-color: #ff7364;
        color: #fff;
    }
    button.red{background: #f91717;border-color: #f91717;color: #fff;}
    button.red:hover{background: #ce0b0b;border-color: #ce0b0b;color: #fff;}
    button.orange{ background: #822725;border-color: #822725;color: #fff;}
    button.orange:hover{ background: #D93932;border-color: #D93932;color: #fff;}
    button.gray{ background: #8e8e8e;border-color: #8e8e8e;color: #fff;}
    button.gray:hover{ background: #353535;border-color: #353535;color: #fff;}

    button[type="submit"], button.addCart {border-radius:0.2rem;background: #ff7364; border-color: #ff7364; color: #fff}
    button[type="submit"]:hover, button.addCart:hover {background: #dd3e31; border-color: #dd3e31;}
    button[type="reset"] {border-radius:0.2rem;background: #818181; border-color: #818181; color: #fff;}
    button[type="reset"]:hover {background: #666; border-color: #666;}
    button.addCart{padding: 0.2rem 0.2rem}

    div.more, div.backList {text-align: center;}
    div.more>a, div.backList>a {
        border-radius:0.5rem;
        background: #D93932;
        border: 1px solid #D93932;
        color: #fff;
        padding: .3rem 1rem;
    }
    div.more>a:hover, div.backList>a:hover {
        background: none;
        color: #D93932;
    }

/*header*/
    header {
        background: #fff;
       /* padding-left: 1rem;*/
        padding-right: 1rem;
        z-index: 9999;
    }

    /*主選單設定*/
    .bg-light {background: none !important; padding:0;}

    a.navbar-brand {}
    .navbar-light .navbar-nav .nav-link {
        color: #000;
        text-align: center;
        line-height: 0.8rem;
        margin-bottom: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .navbar-light .navbar-nav .nav-link p {
        font-size: 1.275rem;
        margin-bottom: 0;
    }
    .navbar-light .navbar-nav .nav-link span {
        font-size: .85rem;
    }

    /*主選單設定滑鼠滑過效果*/
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ff7364;
        border-bottom: 3px #ff7364 solid;
    }
     .navbar-light .navbar-nav .nav-link:active {
        color: #ff7364;
        border-bottom: 3px #ff7364 solid;
    }

.navuser {
    border-left: 1px #ccc solid;
    padding:2.1rem 1rem;
    font-size:1.2rem;
}

.navcar {
   background: #ff7364;
    padding: 2.1rem 1rem;
    font-size: 1.2rem;
}
.navcar a{color:#fff !important;}
/*moblie nav*/
    [canvas=container], [off-canvas] {}

    [class*=js-] {cursor: pointer;}
    .navbar-light button.navbar-toggler {border: #D93932 1px solid !important}
    .navbar-light button.navbar-toggler:hover {background: none; border-color: #D93932 !important}
    .navbar-light button.navbar-toggler>i {color: #D93932}
    .navbar-light button.navbar-toggler>i::before,
    .navbar-light button.navbar-toggler>i::after {margin: 0}
    .navbar-light button.navbar-toggler:hover>i {color: #D93932}
    div.closeBtn {text-align: right; margin-bottom: 1.25rem;}
    div.closeBtn>button {background: none; border: none; color: #fff}

    /*行動裝置主選單背景*/
    div.slidebars {
        width: 100vw;
        background: rgba(218, 59, 48, 0.98);
        padding: 1rem;
    }
    /*行動裝置主選單*/
    dl.slidebarNav {text-align: center; margin-bottom: 0}
    dl.slidebarNav>dd {
        border-bottom: #fff 1px solid;
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }
    dl.slidebarNav>dd>a {
        font-weight: 300;
        color: #fff;
        line-height: 1.15rem;
    }
    dl.slidebarNav>dd>a>p {
        font-size: 2rem;
    }

/*footer*/
    footer {background: #FEF7F2;}
    /*addInf icon*/
    dl.FBIG,
    dl.FBIG>dd {
        margin-right: 0.7rem;
        margin-left: 0.7rem; 
        margin-top: .5rem;
    }

    dl.com-info,
    dl.com-info>dd:last-of-type {margin-bottom: 0; }
    dl.com-info>dd {color:#D93932}
    dl.com-info>dd::before {
        color: #D93932;
        font-weight: 900;
        margin-right: .5rem;
    }
    dl.com-info>dd:nth-of-type(1)::before {
        content: "\f095";
    }
    dl.com-info>dd:nth-of-type(2)::before {
        content: "\f1ac";
    }
    dl.com-info>dd:nth-of-type(3)::before {
        content: "\f0e0";
    }
    dl.com-info>dd:nth-of-type(4)::before {
        content: "\f3c5";
        padding-left: .15rem;
        padding-right: .15rem;
    }

    /*fNav*/
    footer dl.link {
        border-left: 1px solid #D93932;
        margin-bottom: 0;
    }
    footer dl.link a{color: #D93932 !important;}
    footer dl.link>dd:last-of-type {margin-bottom: 0;}

    section.copyright {
        border-top: 1px #fff solid; 
        background: #D93932;
        color: #fff;
        text-align: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
/*floatCart*/
div.fixedapplication {
    position: fixed;
    width: 40px;
    border: 1px #D93932 solid;
    background: #FEF7F2;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    position: fixed;
    padding-top: 5px;
    top: 30%;
    right: 0;
    z-index: 2;
    display: block;
}
div.fixedapplication>p:nth-of-type(2)>span>span, div.fixedapplication>p:nth-of-type(4)>span {
    color: #f00;
}
div.fixedapplication>a {
    background: #D93932;
    color: #fff;
    display: block;
    padding: 5px 0;
    margin-top: 5px;
    cursor: pointer;
}
div.fixedapplication>p:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/*goTOP use only*/
    .cd-top {
        width: 2rem;
        height: 2rem;
        background: url(../images/layout/cd-top-arrow.svg) no-repeat center 50% #7c7c7c;
        border-radius: .5rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        text-indent: 100%;
        white-space: nowrap;
        visibility: hidden;
        display: inline-block;
        position: fixed;
        bottom: 40px;
        right: 10px;
        z-index: 9999;
        /* image replacement properties */
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }
    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s
    }
    .cd-top.cd-is-visible {visibility: visible; opacity: .75}
    /* the button becomes visible */
    /* .cd-top.cd-fade-out {opacity: .25} */
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    .cd-top:hover {background: url(../images/layout/cd-top-arrow.svg) no-repeat center 50% #ff7364; opacity: 1} /*改變按鈕顏色*/
    @media only screen and (min-width: 1024px) {.cd-top {right: 30px; bottom: 30px}}
    @media only screen and (min-width: 768px) {.cd-top {right: 1.5rem; bottom: 6.5rem}}