﻿/**********************************************************/
/* LAYOUT.CSS 為 大框架用 CSS 包含 <header> <footer> 內容 */
/**********************************************************/
body {
    -webkit-print-color-adjust: exact;
}

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {
    body {
        position: relative;
        overflow-x: hidden;
    }

    .wrap {
        background: #fff;
        table-layout: fixed;

        -ms-word-wrap: break-word;
        word-wrap: break-word;
        /*-ms-word-break: break-all;
        word-break: break-all;*/

        -ms-word-break: normal;
        word-break: normal;

    }

    hr {
        border-top-color: #ccc;
    }

    p {
        line-height: 2.0;
    }

    /*__ header __________________________________ */
    header {
        height: 76px;
    }

    .topnav {
        display: block;
        width: 100%;
        height: 26px;
        line-height: 11px;
        padding-top: 8px;
        color: #FFF;
        background: #666;
    }

    .topnav>ul>li {
        display: inline-block;
        margin: 0;
        padding: 0 12px;
        border-right: 1px solid #FFF;
    }

    .topnav>ul>li a {
        color: #FFF;
    }

    .topnav>ul>li:last-child {
        border-right: none;
        padding-right: 20px;
    }

    .GlobalTop .dropdown-menu {
        padding: 0;
        margin-top: -49px;
        min-width: 120px;
        width: 120px;
        right: 0;
        left: auto;
        font-size: 13px;
    }

    .GlobalTop .dropdown-menu li {
        padding: 0;
    }

    .GlobalTop .dropdown-menu li a {
        color: #999;
        text-align: center;
        width: 120px;
        margin: 0;
    }

    .GlobalTop .dropdown-menu li a:hover {
        color: #333;
        background: none;
    }

    .mainmeun {
        box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
        border-radius: 0;
    }

    nav .pull-left {
        width: 100%;
        -webkit-padding-start: 10px;
    }

    nav .pull-left li {
        list-style: none;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .logo {
        float: left;
        width: 45px;
        height: 36px;
        margin: 8px 0;
        background: url(../images/logo.svg) center center no-repeat;
        background-size: contain;
    }

    header .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-right: 8px;
        padding: 9px 6px;
    }

    header .btn-cart-xs {
        position: relative;
        float: right;
        padding: 8px 8px 4px 8px;
        margin-top: 8px;
        margin-right: 4px;
        margin-bottom: 8px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
        color: #beaf9c;
    }

    header .btn-cart-xs:active,
    header .btn-cart-xs:focus,
    header .btn-cart-xs:hover {
        color: #888;
        background-color: #ddd;
        border-color: transparent;
        box-shadow: none;
    }

    header .btn-cart-xs .badge {
        color: #FFF;
        background: #beaf9c;
        padding: 3px 5px;
        margin-left: 0;
        min-width: 18px;
    }

    header .title {
        width: auto;
        height: 36px;
        line-height: 36px;
        margin: 8px 12px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    header .btn-cart {
        color: #FFFFFF;
        background: #beaf9c;

    }

    header .badge {
        background: #FFF;
        color: #beaf9c;
        margin-left: 0;
        padding: 3px 5px;
    }

    header .btn-cart:hover {
        color: #FFFFFF;
        background: #beaf9c;
    }

    .search .btn-default {
        background: #e72f62;
        color: #FFF;
    }

    .contact-us .btn-default {
        background: #b2b2b2;
        color: #FFF;
    }

    .GDPR {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #666;
        color: #FFF;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.3) 0 -1px 2px;
    }

    .GDPR__text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .GDPR__text a {
        color: #FFF;
        text-decoration: underline;
    }
    .GDPR .btn{
        margin-bottom: 15px;
    }

    /*__ banner __________________________________ */

    .crumb {
        color: #999;
    }

    .banner {
        margin-top: 55px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-menu-left,
    .carousel-control .glyphicon-menu-right {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
    }

    .fill {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        box-shadow: rgba(128, 128, 128, 0.5) 0 -5px 5px inset;
    }

    .title {
        margin-top: 54px;
        height: 84px;
        width: 100%;
    }

    .title h1 {
        color: #FFF;
        line-height: 85px;
        margin-top: 0;
        margin-bottom: 0;
    }

    /*__ main _________________________________ */
    main {
        margin: 5px 0;
    }

    section {
        margin: 20px 0;
    }

    section h2 {
        margin: 20px 0;
    }

    section h2 .btn.pull-right {
        width: 106px;
    }

    section h2 .btn-auto.pull-right {
        width: auto;
    }

    section a {
        margin: 5px 0;
        text-decoration: underline;
    }

    section a.btn {
        text-decoration: none;
    }

    .breadcrumb {
        padding: 8px 0px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #FFFFFF;
        border-radius: 0;
    }

    /*__ footer __________________________________ */
    footer {
        margin: 0 0 10px 0;
    }

    footer .copyright {
        display: block;
        color: #666;
        margin: 10px 0;
        text-align: center;
        font-size: 8px;
    }

    /*__ popup ____________________________________ */
    .modal .close span {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }



    /*__ BootStrp Renew .Start. ___________________________________________________________ */
    .box-line {
        color: #959595;
        border-bottom: 1px solid #B4B4B4;
    }

    .btn,
    .dropdown-menu,
    .form-control,
    input.form-control.input-sm {
        border-radius: 0;
        margin: 0;
    }

    .btn:hover {
        color: #fff;
        background: #999;
        border-color: #999;
    }

    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        background: #beaf9c;
        border-color: #beaf9c;
    }

    .pagination>li>a,
    .pagination>li>span {
        color: #beaf9c;
    }

    .pagination>li>a:hover,
    .pagination>li>span:hover,
    .pagination>li>a:focus,
    .pagination>li>span:focus {
        color: #beaf9c;
    }


    a {
        color: #999;
    }

    a:hover {
        color: #e72f62;
    }

    h3 a {
        color: #e72f62;
    }

    /*__ BootStrp Renew .End. ___________________________________________________________ */
}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {

    /*__ header __________________________________ */
    .topnav li {
        display: inline-block;
        margin: 0;
        padding: 0 6px;
        border-right: 1px solid #FFF;
    }

    .mainmeun {
        box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
        border-radius: 0;
    }

    nav .pull-left {
        width: auto;
    }

    nav .pull-left li {
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
    }

    nav .pull-right {
        padding: 22px 0px 21px 0px;
        margin-right: 8px;
    }

    .navbar .pull-right .search {
        width: 130px;
    }

    .navbar {
        border: none;
    }

    .navbar ul {
        margin: 0;
    }

    .navbar ul>li {
        display: inline-block;
    }

    .navbar ul>li>a {
        display: block;
        padding: 29px 4px 30px 4px;
        color: #000;
    }

    .navbar li>ul {
        position: fixed;
        margin: 0;
        padding: 5px 0 0 0;
        width: auto;
        /*height: 30px;*/
        color: #fff;
        text-align: left;
        border: none;
        background: #E72F62;
        box-shadow: rgba(128, 128, 128, 0.5) 0 3px 5px inset, rgba(0, 0, 0, 0.5) 0 3px 5px;
        display: none;
    }

    .navbar ul>li>ul>li {
        display: block;
    }

    .navbar ul>li>ul>li:hover {
        background: #FFF;
    }

    .navbar ul>li>ul>li:hover>a {
        color: #666;
        text-decoration: none;
    }

    .navbar li ul li a {
        display: block;
        color: #fff;
        padding: 8px 16px;
    }

    .line {
        background: #e72f62;
        width: 100%;
        height: 5px;
        margin-top: -20px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
    }

    .contact-us .contact-us-form {
        position: absolute;
        top: 56px;
        left: -227px;
        width: 320px;
        padding: 10px;
        background: #E72F63;

        box-shadow: rgba(128, 128, 128, 0.5) 0 3px 5px inset, rgba(0, 0, 0, 0.5) 0 3px 5px;


        display: none;
        opacity: 0.85;
    }

    .contact-us .contact-us-form .control-label {
        display: block;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        width: 110px;
        margin: 0 0 5px 0;
        padding: 0px;
        text-align: right;
        color: #FFFFFF;
    }

    .contact-us .contact-us-form .form-control {
        display: block;
        margin: 5px;
        padding: 3px 5px;
        height: 25px;
        width: 185px;
        font-size: 12px;
        line-height: 20px;
    }

    .contact-us .contact-us-form .pull-right {
        display: block;
        padding: 5px 0px;
        margin: 0 7px;
    }

    .contact-us .contact-us-form .btn {
        width: 140px;
    }

    .contact-us textarea {
        height: 65px;
        width: 185px;
        margin: 5px;
        padding: 5px;
        font-size: 12px;
        line-height: 16px;
        resize: none;
    }

    .logo {
        float: left;
        width: 45px;
        height: 60px;
        margin: 8px 12px;
        background: url(../images/logo.svg) center center no-repeat;
        background-size: contain;
    }

    .GDPR .row {
        display: flex;
        align-items: center;
    }

    .GDPR .btn{
        margin-bottom: 0;
    }

    /*__ banner __________________________________ */
    .banner {
        margin-top: 102px;
    }

    .banner .item .container {
        padding: 100px 50px;
    }

    #banner .title {
        padding: 100px 50px;
    }

    .banner .favorites {
        position: absolute;
        display: inline-block;
        bottom: 0px;
        right: 20px;
        width: 150px;
        height: 40px;
        color: #FFF;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        background: #E72F62;
        /*border-radius: 20px 20px 0 0;*/
        white-space: nowrap;
        padding: 10px;
        box-shadow: rgba(128, 128, 128, 0.5) 0 -3px 5px;
        cursor: pointer;
    }

    .banner .favorites-no {
        display: inline-block;
        font-size: 13px;
        text-align: center;
        line-height: 21px;
        width: 21px;
        height: 21px;
        color: #E72F62;
        background: #fff;
        border-radius: 21px;
        white-space: nowrap;
        margin: 0 0 0 3px;
    }

    .title {
        position: relative;
        margin-top: 108px;
        height: 100px;
        width: 100%;
        padding-top: 32px;
    }

    .title h1 {
        color: #FFF;
        line-height: 36px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .title .favorites {
        position: absolute;
        display: inline-block;
        top: 60px;
        right: 20px;
        width: 150px;
        height: 40px;
        color: #FFF;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        background: #E72F62;
        /*border-radius: 20px 20px 0 0;*/
        white-space: nowrap;
        padding: 10px;
        box-shadow: rgba(128, 128, 128, 0.5) 0 -3px 5px;
        cursor: pointer;
    }

    .title .favorites-no {
        display: inline-block;
        text-align: center;
        line-height: 25px;
        width: 25px;
        height: 25px;
        color: #E72F62;
        background: #fff;
        border-radius: 25px;
        white-space: nowrap;
        margin: 0 0 0 10px;
    }

    /*__ main __________________________________ */
    main {
        margin: 25px 0 10px 0;
    }

    /*__ footer __________________________________ */
    footer {
        margin: 50px 0 0 0;
    }

    footer a {
        color: #999;
    }

    footer .box {
        position: relative;
        height: auto;
        padding: 20px;
        border-radius: 0px;
        background: #E4E4E4;
    }

    footer .box>ul {
        padding: 0;
        margin-left: 0;
        display: flex;
        justify-content: space-around;
        /* margin-left: 60px; */
    }

    footer .box>ul>li {
        vertical-align: top;
        /* width: auto !important;         */
        /* flex: 1 0 1%; */
        width: initial !important;
    }

    footer .box>ul>li>a {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        padding: 0 0 8px 0;
    }

    footer .box>ul>li>ul {
        display: block;
        padding: 0px;
    }

    footer .box>ul>li>ul>li {
        display: block;
        margin: 3px;
        list-style: none;
        font-size: 12px;
        font-weight: normal;
    }
}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {

    /*__ header __________________________________ */
    .topnav li {
        display: inline-block;
        margin: 0;
        padding: 0 8px;
        border-right: 1px solid #FFF;
    }

    .navbar ul>li>a {
        display: block;
        padding: 29px 4px 30px 4px;
        color: #000;
    }

    .navbar .pull-right .search {
        width: 130px;
    }

    /*__ footer __________________________________ */
    footer .box>ul {
        /* margin-left: 40px; */
    }
}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {

    /*__ header __________________________________ */
    .topnav li {
        display: inline-block;
        margin: 0;
        padding: 0 12px;
        border-right: 1px solid #FFF;
    }

    .navbar ul>li>a {
        display: block;
        padding: 29px 16px 30px 16px;
        color: #000;
    }

    .navbar .pull-right .search {
        /*width:initial;*/
        width: 190px;
    }

    /*__ footer __________________________________ */
    footer .box>ul {
        /* margin-left: 60px; */
    }
}



@media print {

    .line,
    .mainmeun,
    .title .favorites {
        box-shadow: none;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: relative;
    }

    .btn-arrow-left:after,
    .btn-arrow-right:after {
        display: none;
    }
}