﻿body {
    font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif;
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif;
    text-transform: none;
}

form {
    margin: 0px;
}

/* 修正 feature-panel 滑出後這類按鈕會疊在 .bg 上的問題 */
.input-group-prepend .btn, .input-group-append .btn {
    z-index: 1;
}

/* Colors */
.text-warning {
    color: #ff9800 !important;
}

.text-purple {
    color: #b200ff !important;
}

.text-gray {
    color: #aaaaaa !important;
}

.text-blue {
    color: #0033CC !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-green {
    color: #006600 !important;
}

.text-orange {
    color: #E86F00 !important;
}

h1, h2, h3 {
    color: #443434;
}

a {
    color: inherit;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

    a:hover {
        color: #146cda;
        cursor: pointer;
        text-decoration: none;
    }

    a:focus,
    a:active {
        color: #146cda;
        text-decoration: none;
    }

/* Common */
.bg-blue {
    background-color: #146cda;
}

.text-14px {
    font-size: 14px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6;
}

.form-control {
    border: 1px solid #dee2e6;
}

.btn-default.exit,
.modal-body .btn-default {
    color: #6a6c6f;
    border-color: #dee2e6;
    background-color: #ffffff;
}

/* Button */
a.btn i {
    margin-right: 0.25rem;
}

.btn-default {
    color: #fff;
    background-color: #146cda;
    border-color: #146cda;
}

    .btn-default:hover,
    .btn-default:focus {
        color: #fff;
        background-color: #115ebb;
        border-color: #115ebb;
    }

    .btn-default.active {
        color: #ffffff;
        background-color: #146cda;
        border-color: #146cda;
    }

        .btn-default.active:hover {
            color: #ffffff;
            background-color: #115ebb;
            border-color: #115ebb;
        }

.btn-white {
    color: #6a6c6f !important;
    border-color: #dee2e6 !important;
    background-color: #ffffff !important;
}

    .btn-white:hover {
        color: #6a6c6f !important;
    }

.btn-blue {
    color: #fff;
    background-color: #146cda;
    border-color: #146cda;
}

    .btn-blue:hover,
    .btn-blue:focus {
        color: #fff;
        background-color: #115ebb;
        border-color: #115ebb;
    }

.btn-excel {
    color: #ffffff;
    background-color: #016e38;
    border-color: #016e38;
}


    .btn-excel:hover {
        color: #ffffff;
        background-color: #014c26;
        border-color: #014c26;
    }

.btn.google {
    color: #ffffff;
    border-color: #ea4335;
    background-color: #ea4335;
}

.btn.line {
    color: #ffffff;
    border-color: #00b34f;
    background-color: #00b34f;
}

.btn-outline-default {
    color: #495057;
    border-color: #ced4da;
}


.input-group .btn-default {
    border-color: #ced4da;
}

.pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Fix Feature */
.fix-feature {
    bottom: 65px;
}

    .fix-feature .shopcart {
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        position: relative;
    }

/* Header */
.header-container {
    margin-bottom: 0px;
}

    .header-container .navbar {
        /*position: fixed;
        top: 0;
        right: 0;
        left: 0;*/
        z-index: 1030;
        background-color: #146cda;
    }

header ul.quick-search > li + li:before {
    content: '|';
    color: #ddd;
}

header ul.quick-search > li > a {
    padding: 0 5px;
}

.navbar-brand .small {
    color: #212529;
    font-size: 12px;
}

.navbar-nav > li > a {
    color: #ffffff;
    border: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a.active,
    .navbar-nav > li.show > a,
    .header-container .navbar .btn-group .btn:hover {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.2);
    }

    .navbar-nav > li:hover > a, .navbar-nav > li > a.active {
        border: 0;
    }

.header-container .navbar .navbar-brand img {
    height: 30px;
}

.header-container .navbar .navbar-brand .small {
    color: #ffffff;
    font-size: 12px;
}

.header-container .navbar .btn-group .dropdown-toggle::after {
    display: none;
}

.header-container .navbar .btn-group .btn {
    display: inline-flex;
    justify-content: center;
    color: #ffffff;
    padding: 19px 0.5rem;
    line-height: 1.0;
}

    .header-container .navbar .btn-group .btn:not(.login) {
        width: 45px;
    }

.header-container .navbar .btn-group .dropdown-menu > li > a {
    white-space: nowrap;
}

.header-container .navbar .btn-group .badge {
    position: absolute;
    top: 2px;
    right: 0;
    border: 2px solid #146cda;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.body-container.gray {
    background-color: #f7f7f7;
}

ul.sitmap {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    display: inline-block;
}

    ul.sitmap li {
        display: inline-block;
    }

        ul.sitmap li + li::before {
            content: ">";
            padding: 0 5px;
        }

        ul.sitmap li.del {
            text-decoration: line-through;
        }

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* Mega menu */
.header-container .mega-menu .menu > li:last-child > a {
    border-bottom: none !important;
}

.header-container .mega-menu .menu > li:first-child > a,
.header-container .mega-menu li:not(:last-child) > a {
    border-bottom: 1px solid #dee2e6 !important;
}

.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus,
.mega-menu li > a.active {
    color: #146cda;
    background-color: transparent;
}

.mega-menu .menu > li > a i.fa, .dropdown-menu > li > a i.fa {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 0.25em;
}

.mega-menu .dropdown-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* 選單的購物車按鈕 */
.cart-count {
    display: inline-flex;
    font-size: 12px;
    width: 1.5em;
    height: 1.5em;
    justify-content: center;
    align-items: center;
}

.icon.default-bg {
    background-color: #146cda;
}

/* Fixed Header */
.fixed-header-on .header-container .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Mobile Navbar 手機版選單(滑出版) */
.navbar-toggle {
    left: 5px;
    top: 8px;
    border: none;
    z-index: 1007;
    background-color: transparent;
    transition: all ease .5s;
}

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

#nav-mobile {
    top: 54px;
}

    #nav-mobile,
    #nav-mobile .wrapper,
    #nav-mobile .slider-container,
    #nav-mobile .toggle-body {
        width: 300px;
    }

        #nav-mobile:not(.open) {
            left: -300px;
        }

        #nav-mobile a {
            color: #333333;
        }

        #nav-mobile .header {
            background-color: #ffffff;
            color: #333333;
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

        #nav-mobile .exit {
            position: relative;
        }

            #nav-mobile .exit:hover {
                opacity: 0.85;
                cursor: pointer;
            }

            #nav-mobile .exit:before,
            #nav-mobile .exit:after {
                position: absolute;
                left: 30px;
                top: 15px;
                content: ' ';
                height: 20px;
                width: 2px;
                background-color: #333;
            }

            #nav-mobile .exit:before {
                transform: rotate(45deg);
            }

            #nav-mobile .exit:after {
                transform: rotate(-45deg);
            }

        #nav-mobile .logo {
            flex: 1 0 auto;
        }

            #nav-mobile .logo img {
                height: 35px;
            }

        /*#nav-mobile .body {
            background-color: #ffffff;
            padding: 15px 20px 50px;
        }

            #nav-mobile .body a {
                position: relative;
                display: block;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0,0,0,0.2);
            }

            #nav-mobile .body h4 {
                color: #ffffff;
                font-weight: bold;
                margin: 0 -20px;
                padding: 10px 20px;
                border-bottom: 2px solid rgba(255,255,255,0.2);
                background-color: #6b0b0c;
            }

            #nav-mobile .body ul {
                list-style: none;
                padding-left: 0;
            }

                #nav-mobile .body ul > li > ul > li > a {
                    padding-right: 10px;
                    padding-left: 1.5em;
                }

                #nav-mobile .body ul > li > ul > li a:before {
                    font-family: 'FontAwesome';
                    content: "\f105";
                    color: #146cda;
                    position: absolute;
                    left: 0.5em;
                }

                #nav-mobile .body ul > li > ul > li > ul > li > a {
                    padding-right: 10px;
                    padding-left: 2.5em;
                }

                    #nav-mobile .body ul > li > ul > li > ul > li > a:before {
                        left: 1.5em;
                    }

                #nav-mobile .body ul > li > ul {
                    display: none;
                }

                #nav-mobile .body ul > li.active ul,
                #nav-mobile .body ul > li.open ul {
                    display: block;
                }

            #nav-mobile .body form {
                display: block;
                height: auto;
            }*/

        #nav-mobile .body {
            background-color: #f1f3f6;
            padding: 10px 10px 60px;
        }

            #nav-mobile .body .form-row.menu {
                padding-bottom: 10px;
            }

            #nav-mobile .body .menu a {
                position: relative;
                display: flex;
                flex-direction: column;
                color: #333;
                text-align: center;
                line-height: 1;
                padding: 10px;
                background-position: center 12px;
                background-repeat: no-repeat;
                background-size: auto 25px;
                background-color: #e3e4e7;
                border-radius: 5px;
                border: 1px solid rgba(0, 0, 0, 0.125);
            }

                #nav-mobile .body .menu a:not(.collapsed),
                #nav-mobile .body .menu a:hover {
                    color: #333;
                    background-color: #fff;
                }

                #nav-mobile .body .menu a i {
                    font-size: 30px;
                    margin-bottom: 10px;
                }

            #nav-mobile .body .collapse {
                margin-bottom: 10px;
            }

            #nav-mobile .body .list-group + .list-group {
                margin-top: 5px;
            }

            #nav-mobile .body .accordion a:hover,
            #nav-mobile .body .accordion a.active {
                background-color: #f9f9f9;
                border: 1px solid rgba(0, 0, 0, 0.125);
            }


            #nav-mobile .body .accordion a i.fa {
                text-align: center;
                width: 1.5em;
                height: 1.5em;
                line-height: 1.5em;
                margin-right: 0.25em;
            }

        #nav-mobile .feature {
            justify-content: space-around;
            background-color: #ffffff;
            border-top: 1px solid rgba(0,0,0,0.2);
            height: 50px;
        }

/*#nav-mobile .body li.active > a {
            color: #146cda;
        }*/

.feature-panel .bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.feature-panel.center {
    z-index: 1050;
}

.feature-panel .tab-content {
    max-width: 100%;
}

.feature-panel .tab-pane {
    width: 100%;
}

.feature-panel#shopcart {
    z-index: 1040;
}

/*.feature-panel .list > div.row {
    margin: 0px;
    padding: 8px 8px;
    border-bottom: 1px solid #eaeaea;
}*/

/* Dropdown menu */
.dropdown-menu a i {
    font-size: inherit;
    width: 1.5em;
    text-align: center;
    margin-right: 0.25rem;
}

.btn-toolbar .dropdown-menu a {
    display: block;
    padding: 5px 15px;
    color: #34495e;
    font-size: 14px;
    border-bottom: 0;
}

.btn-toolbar .dropdown-item.active,
.btn-toolbar .dropdown-item:active {
    color: #ffffff;
}

.datepicker + .dropdown-menu {
    left: unset !important;
}

/* Footer */
#footer {
    background-color: #f5f5f7;
}

    #footer ul {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

        #footer ul > li::after {
            content: "|";
            color: rgba(0, 0, 0, 0.3);
            padding: 0 0.5em;
        }

        #footer ul > li:last-child::after {
            content: "";
        }

.section-title h1 {
    margin-top: 0px;
    padding: 0;
    font-weight: 700;
}

/* 搜尋 */
.section-search .keyword > i {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 38px;
}

.section-search .keyword > input {
    padding-left: 40px;
}

.section-search .dropdown a.btn {
    background-color: #efefef;
    border-color: #eaeaea;
    color: #6a6c6f;
}

    .section-search .dropdown a.btn:hover {
        background-color: #dcdddd;
    }

.section-search .dropdown a::after {
    transition: all ease .3s;
}

.section-search .dropdown.show a::after {
    transform: rotate(-180deg);
}

.section-search .dropdown-menu {
    z-index: 1020;
}

    .section-search .dropdown-menu .panel {
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        padding: 10px;
        width: 600px;
    }

        .section-search .dropdown-menu .panel:first-child {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
        }

        .section-search .dropdown-menu .panel:last-child {
            border-bottom-left-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
        }

        .section-search .dropdown-menu .panel + .panel {
            border-top: 0;
        }

        .section-search .dropdown-menu .panel .title {
            color: #146cda;
            padding: 5px 0;
        }

        .section-search .dropdown-menu .panel ul.items > li,
        #search-mobile .card-body ul.items > li {
            display: inline-block;
            margin-right: 2px;
            margin-bottom: 5px;
        }

            .section-search .dropdown-menu .panel ul.items > li > a,
            #search-mobile .card-body ul.items > li > a {
                display: inline-block;
                background-color: #efefef;
                border-radius: 0.25rem;
                padding: 5px 8px;
                color: #777777;
            }

                .section-search .dropdown-menu .panel ul.items > li > a:hover,
                #search-mobile .card-body ul.items > li > a:hover {
                    color: #000000;
                    background-color: #dcdddd;
                }

                .section-search .dropdown-menu .panel ul.items > li.active > a,
                .section-search .dropdown-menu .panel ul.items > li > a.active,
                #search-mobile .card-body ul.items > li.active > a,
                #search-mobile .card-body ul.items > li > a.active {
                    color: #ffffff;
                    background-color: #146cda;
                }


/* 篩選條件 (feature-panel) */
#search-mobile {
    z-index: 1031;
}

    #search-mobile, #search-mobile .wrapper, #search-mobile .slider-container, #search-mobile .toggle-body {
        width: calc(100vw - 30px);
    }

        #search-mobile.open {
            width: calc(100vw - 30px);
        }

        #search-mobile .header {
            height: 45px;
        }

            #search-mobile .header > * {
                width: auto;
                height: auto;
            }

            #search-mobile .header .exit {
                padding: 0 20px;
                height: 100%;
                line-height: 45px;
            }

            #search-mobile .header .title {
                padding-right: 53px;
            }

        #search-mobile .card {
            overflow: visible;
        }

        #search-mobile .card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 6px 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            #search-mobile .card-header:after {
                font-family: 'FontAwesome';
                content: '\f107';
                transition: all ease .3s;
            }

            #search-mobile .card-header.collapsed {
                border-bottom-color: transparent;
            }

                #search-mobile .card-header.collapsed::after {
                    transform: rotate(180deg);
                }

        #search-mobile .card-body {
            font-size: 14px;
            padding: 10px;
        }

            #search-mobile .card-body + .card-body {
                border-top: 1px solid #dee2e6;
            }

        #search-mobile .card-title {
            color: #146cda;
        }

        #search-mobile .option ul.items > li > a {
            font-size: 14px;
        }

.section-search .subcategory {
    border-top: 1px dashed #dee2e6;
}

/* 列表 */
/*.list {
    min-height: calc(100vh - 485px);
}*/

.list .card {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    width: 100%;
}

    .list .card:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .list .card .title {
        color: #888;
        font-size: 14px;
        white-space: nowrap;
        margin-top: 1px;
        margin-bottom: 2px;
    }

.list .card-header {
    position: relative;
    padding: 8px 15px 6px;
    border-bottom: 0;
    background-color: transparent;
}

    .list .card-header a[data-toggle='collapse'] i {
        transition: all ease .3s;
    }

    .list .card-header a[data-toggle='collapse']:not(.collapsed) i {
        transform: rotate(180deg);
    }

    /* Dropdown menu */
    .list .card-header .dropdown-menu {
        margin: 0;
        padding: 0.5rem 0;
        border-color: #eaeaea;
        border-radius: 0 0 0.25rem 0.25rem;
    }

        .list .card-header .dropdown-menu a {
            display: block;
            padding: 5px 15px;
            color: #34495e;
            font-size: 14px;
            border-bottom: 0;
        }

    .list .card-header .dropdown-item.active,
    .list .card-header .dropdown-item:active {
        color: #ffffff;
    }


    .list .card-header .dropdown {
        margin: -8px -15px -6px -5px;
        padding: 8px 15px 8px 15px;
    }

        .list .card-header .dropdown .dropdown-toggle {
            margin-bottom: 4px;
        }

            .list .card-header .dropdown .dropdown-toggle:after {
                display: none;
            }

.list .card .card-body {
    margin: 0px 15px;
    padding: 8px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.125);
}

.list .card .memo {
    font-size: 14px;
}

.list .card .ticket {
    display: inline-block;
    color: #856404;
    font-size: 15px;
    line-height: 1.0;
    padding: 3px;
    border-radius: 0.25em;
    border: 1px dashed #c5b483;
    background-color: #fff3cd;
    margin-left: 10px;
}

/* 排序 */
nav.sort a {
    margin-right: 1.25em;
}

    nav.sort a.active {
        color: #146cda;
    }

.total {
    color: #666666;
}

    .total span {
        color: #146cda;
    }

/* 價格 */
.price-wrapper .price:before {
    content: '$';
    font-size: 0.75em;
}

/* 漲跌 */
.trend-up {
    color: #dc3545;
}

    .trend-up .triangle,
    .trend-down .triangle {
        white-space: nowrap;
    }

        .trend-up .triangle:before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0.3em 0.4em 0.3em;
            border-color: transparent transparent #dc3545 transparent;
            margin-bottom: 0.15em;
            margin-right: 0.2em;
        }

.trend-down {
    color: #28a745;
}

    .trend-down .triangle:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em 0.3em 0 0.3em;
        border-color: #28a745 transparent transparent transparent;
        margin-bottom: 0.15em;
        margin-right: 0.2em;
    }

/* 繳交項目 */
.document ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .document ul > li {
        display: inline-block;
        /*margin-right: 4px;*/
        margin-bottom: 4px;
    }

        .document ul > li:last-child,
        .document ul > li:last-child > a {
            margin-right: 0;
        }

        .document ul > li > a {
            display: inline-block;
            position: relative;
            font-size: 15px;
            padding: 3px 5px;
            margin-right: 4px;
            color: #721c24;
            background-color: #ffeef0;
            border: 1px solid #ffe9ea;
            border-radius: 0.25em;
            line-height: 1.0;
        }

            .document ul > li > a:not([href]) {
                cursor: auto;
            }

            .document ul > li > a:before {
                position: absolute;
                left: -5px;
                top: -5px;
                font-size: 12px;
                width: 14px;
                height: 14px;
                line-height: 14px;
                text-align: center;
                border-radius: 50%;
                font-family: 'FontAwesome';
                content: '\f057';
                color: #ffb8c1;
                background-color: #ffffff;
            }

            .document ul > li > a.active {
                color: #155724;
                border-color: #d4edda;
                background-color: #d4edda;
            }

                .document ul > li > a.active:before {
                    content: '\f058';
                    color: #fff;
                    color: #28a745;
                }

            .document ul > li > a.warning {
                color: #856404;
                background-color: #fff3cd;
                border-color: #ffeeba;
            }

                .document ul > li > a.warning:before {
                    content: '\f06a';
                    color: #ff9800;
                }

            .document ul > li > a > span {
                display: inline-block;
                font-size: 13px;
                background-color: rgba(255,255,255,0.8);
                padding: 3px 3px;
                border-radius: 0.25em;
                margin: -1px -3px -1px 3px;
            }

.document a.others {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}

    .document a.others:before {
        display: none;
    }

.gift-picture {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50px;
    height: 50px;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    padding: 5px;
    background-color: #f8f9fa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .gift-picture .type {
        margin-top: 2px;
    }

/* PhotoSwipe */
.photo-swipe .img {
    cursor: zoom-in;
}

/* Separates */
.comma-separate > span {
    display: inline-block;
}

    .comma-separate > span::after, .comma-separate > li::after {
        margin-left: 3px;
    }

.plus-separate > span::after, .plus-separate > li::after {
    content: "+";
}

.plus-separate > span:last-child::after, .plus-separate > li:last-child::after {
    content: "";
    display: none;
}

/* 尚未繳費 needpay */
#needpay {
    background-color: #ffffff;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -50px;
    transition: all ease .5s;
    width: 100%;
}

    #needpay.show {
        bottom: 50px;
    }

    #needpay .sum {
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
    }

/* Menu Bottom */
#nav-bottom {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
}

    #nav-bottom .btn-group > a {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 15px;
        line-height: 1.0;
        position: relative;
    }

        #nav-bottom .btn-group > a > i {
            display: block;
            font-size: 18px;
            margin-bottom: 4px;
        }

    /*#nav-bottom .btn-group > a .badge {
            position: absolute;
            top: 3px;
            right: 3px;
            border: 2px solid #2f4050;
        }*/

    #nav-bottom .dropdown-menu {
        margin: 0;
        padding: 0.5rem 0;
        border-color: #eaeaea;
        border-radius: 0.25rem 0.25rem 0 0;
    }

        #nav-bottom .dropdown-menu a {
            display: block;
            padding: 5px 15px;
            color: #34495e;
            font-size: 14px;
            border-bottom: 0;
        }

    #nav-bottom .dropdown-item.active,
    #nav-bottom .dropdown-item:active {
        color: #ffffff;
    }

    #nav-bottom .dropdown-menu a i {
        font-size: inherit;
        width: 1.5em;
        text-align: center;
        margin-right: 0.25rem;
    }

/* 下方排序按鈕 */
#sort-mobile .modal-dialog {
    max-width: 200px;
    margin: 0 auto;
}

/* Autocomplete */
.ui-menu-item + .ui-menu-item {
    border-top: 1px dashed #eaeaea;
}

.ui-menu-item-wrapper {
    padding: 4px 8px;
}

/* Bootstrap 3 media for any91-featurepanel */
@media (max-width: 767px) {
    .feature-panel .slider .slider-container {
        width: 100vw;
    }
}

@media (min-width: 576px) {

    .border-left-sm {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-bottom-dashed-sm {
        border-bottom: 1px dashed #dee2e6 !important;
    }

    .border-bottom-sm-0 {
        border-bottom: 0 !important;
    }

    /* Header */
    .header-container .navbar .btn-group .btn:not(.login) {
        width: unset;
    }

    #search-mobile, #search-mobile .wrapper, #search-mobile .slider-container, #search-mobile .toggle-body {
        width: 500px;
    }

        #search-mobile.open {
            width: 500px;
        }

    .search-keyword .custom-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }


    .list .card-header {
        padding-right: 0px;
    }

        .list .card-header .dropdown {
            margin-right: 0px;
        }

        .list .card-header a[data-toggle='collapse'] {
            margin-right: 0px;
        }

    .list .card .card-body {
        margin-left: 25px;
    }
}

@media (min-width: 768px) {

    .border-left-md {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }

    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .list .card-header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 992px) {

    .border-left-lg {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }

    /* Header */
    .header-container {
        margin-bottom: 0;
    }

        .header-container .navbar {
            position: unset;
        }
}

@media (min-width: 1200px) {
}
