@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "微軟正黑體", sans-serif;
    font-size: 1.5rem;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    color: #000;
    background-color: #fff;
    background-image: url(../images/fabric_1.png);
    background-repeat: repeat;
    background-position: left top;
    width: calc(100vw - (100vw - 100%));
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-weight: inherit;
    margin: 0 0;
}

h1 {
    width: 175px;
    height: 28px;
    text-indent: -9999px;
    background-image: url("../images/new_logo.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

h2 {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
}

h3 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

h5 {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

a {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    color: #728511;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    cursor: pointer;
}

    a:hover {
        color: #333;
    }

    a.btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 500;
        background-color: #8f9f38;
        border: 1px solid #8f9f38;
        height: 34px;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important;
        padding: 20px 24px;
    }

        a.btn:hover {
            background-color: #fff;
            border: 1px solid #8f9f38;
            color: #8f9f38;
        }
/*a.btn:focus{
    background-color: #fff;
    border: 1px solid #8f9f38;
    color: #8f9f38;
}*/
button {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
}

textarea {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 10px;
}

input {
    width: 210px;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 10px;
}

    input.input_box {
        height: 36px;
        padding: 0 15px 0 15px;
        border: 1px solid #8f9f38;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

    input.s_size {
        width: 150px;
    }

    input.m_size {
        width: 300px;
    }

    input.l_size {
        width: 100%;
    }

    input.submit {
        width: auto;
        height: 36px;
        line-height: 36px;
        font-size: 1.4rem;
        color: #fff;
        background-color: #8f9f38;
        padding: 0 24px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        border: 1px solid #8f9f38;
        cursor: pointer;
    }

        input.submit:hover {
            color: #8f9f38;
            /*border: 1px solid #abbe47;*/
            background-color: #eee;
        }

.multiple-select input {
    width: auto;
    height: auto !important;
    outline: none;
    -webkit-appearance: checkbox;
    border: 1px solid #aaa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

    .multiple-select input[type=checkbox] {
        display: block;
    }

        .multiple-select input[type=checkbox] + span {
            background: none;
            padding: 0px;
        }

        .multiple-select input[type=checkbox]:checked + span {
            background: none;
        }

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    margin-top: 0.6rem;
    margin-left: -1.6rem;
}

.ms-drop ul > li label {
    padding-left: 2rem;
}

.ms-select-all {
    padding-left: 0px !important;
}

.group {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-weight: 600;
    padding-left: 0px !important;
}

.SupplierForm ul li .ms-drop ul li {
    padding: 0;
    padding-left: 10px;
}

.multiple-select {
    width: 100% !important;
    margin-bottom: 10px;
}

.full_size {
    width: 100% !important;
    margin-bottom: 10px;
}

select, option {
    -webkit-appearance: none;
}

select {
    position: relative;
    display: inline-block;
}

    select:after {
        content: '\0025BC';
        font: normal normal normal 12px/1 FontAwesome;
        color: white;
        right: 14px;
        top: 4px;
        height: 26px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

    select.select_box {
        height: 36px;
        padding: 0 15px 0 15px;
        border: 1px solid #abbe47;
        -webkit-appearance: none;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        background: url("../images/arrow_down.png") no-repeat right 12px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }

    select.select_box_normal {
        height: 36px;
        font-size: 1.5rem;
        padding: 0 20px 0 5px;
        border: 1px solid #aaa;
        -webkit-appearance: none;
        background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    select.county {
        height: 36px;
        font-size: 1.4rem;
        padding: 0 20px 0 5px;
        border: 1px solid #aaa;
        -webkit-appearance: none;
        background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        margin: 0 5px 0 0;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    select.district {
        height: 36px;
        font-size: 1.4rem;
        padding: 0 20px 0 5px;
        border: 1px solid #aaa;
        -webkit-appearance: none;
        background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        margin: 0 5px 0 0;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

input.zipcode {
    width: 100px;
    margin: 0 5px 0 0;
}

select.s_size {
    width: 187px;
}

select.m_size {
    width: 300px;
}

select.l_size {
    width: 100%;
}

.wrap {
    min-height: 100%;
    *display: table;
    *height: 100%;
}

.main {
    padding-bottom: 200px;
}

header {
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 4px solid #ffc625;
    padding: 0 20px;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
}

footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -200px;
    height: 200px;
    clear: both;
    background-color: #333;
}

p.status {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 10px;
    text-align: center;
}

.service_time {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    font-size: 1.3rem;
    background-image: url("../images/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.service_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service_time span {
    margin: 0 5px;
    display: flex;
    flex-wrap: nowrap;
}

.copyright {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 7px 0;
    color: #000;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #ffc600;
}

    .copyright a {
        text-decoration: underline;
        margin: 0 5px;
        color: #333;
    }

        .copyright a:hover {
            color: #8f9f38;
        }

.logo {
    float: left;
    width: 240px;
    padding-top: 0px;
    margin-top: 5px;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.search_wrap {
    display: flex;
    align-items: center;
    width: 650px;
    height: 40px;
    padding: 0 2px 0 20px;
    border: 1px solid #abbe47;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.search select {
    outline: none;
    font-size: 1.5rem;
    color: #000;
    height: 30px;
    border: 0px solid #000;
    border-right: 1px solid #d2d2d2;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*改變右邊箭頭樣式*/
    background: url("../images/select_arrow.png") no-repeat right 10px center transparent;
    padding-left: 2px;
    padding-right: 30px;
    cursor: pointer;
}
    /*IE隱藏箭頭樣式*/
    .search select::-ms-expand {
        display: none;
    }

.search input {
    width: auto;
    height: 38px;
    font-size: 1.5rem;
    color: #333;
    flex-grow: 1;
    border: 0px;
    padding: 0 15px;
}

.search_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    border-left: 0px solid #d2d2d2;
    margin-right: 2px;
}

    .search_btn a {
        display: block;
        text-indent: -9999px;
        width: 34px;
        height: 34px;
        background-image: url("../images/glass.png");
        background-repeat: no-repeat;
        background-size: 17px 18px;
        background-position: center center;
        -webkit-border-radius: 17px !important;
        -moz-border-radius: 17px !important;
        border-radius: 17px !important;
    }

        .search_btn a:hover {
            background-image: url("../images/glass_o.png");
            background-size: 17px 18px;
        }

.advanced_item {
    width: 100%;
}

    .advanced_item ul {
    }

        .advanced_item ul li {
            width: 100%;
            margin-bottom: 10px;
        }

.items_title {
    margin-bottom: 5px;
}

.inquiry {
    display: flex;
    justify-content: flex-end;
}

.advanced_search_input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}

    .advanced_search_input input {
        width: 100%;
    }

.top_links {
    float: right;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    align-self: self-start;
}

    .top_links ul {
        display: flex;
        justify-content: flex-start;
    }

        .top_links ul li {
            display: block;
            color: #333;
            font-size: 1.4rem;
            margin: 0 5px;
            font-weight: 400;
        }

            .top_links ul li a {
                padding: 0px;
            }

            .top_links ul li .login a {
            }

                .top_links ul li .login a:before {
                    margin: -3px 3px 0 0;
                    content: " ";
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background: url("../images/login.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    vertical-align: middle;
                }

                .top_links ul li .login a:hover:before {
                    background: url("../images/login_o.png");
                    background-size: contain;
                }

            .top_links ul li .currency a {
            }

                .top_links ul li .currency a:before {
                    margin: -3px 3px 0 0;
                    content: " ";
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background: url("../images/dollar.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    vertical-align: middle;
                }

                .top_links ul li .currency a:hover:before {
                    background: url("../images/dollar_o.png");
                    background-size: contain;
                }

            .top_links ul li .language a {
            }

                .top_links ul li .language a:before {
                    margin: -3px 3px 0 0;
                    content: " ";
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background: url("../images/language.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    vertical-align: middle;
                }

                .top_links ul li .language a:hover:before {
                    background: url("../images/language_o.png");
                    background-size: contain;
                }

.bg_close {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
/*LIGHTBOX CONTENT*/
.w3-modal-content {
    width: 30%;
}

#id05 .w3-modal-content {
    width: 50%;
}

#id08 .w3-modal-content {
    width: 570px;
}

.modal_box .w3-btn, .modal_box .w3-button {
    font-family: 'Noto Sans TC', "微軟正黑體", "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", sans-serif;
    background-color: transparent;
    width: 36px;
    height: 36px;
    font-size: 2.2rem;
    line-height: 18px;
    FONT-WEIGHT: 400;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 7px;
    margin: 7px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    box-sizing: border-box;
}

    .modal_box .w3-btn:hover, .modal_box .w3-button:hover {
        background-color: #eee !important;
    }

.lightbox_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 40px 20px 20px 20px;
    border: 1px solid #888888;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.title_block {
    margin-bottom: 15px;
}

.lightbox_item {
    margin-bottom: 20px;
}

    .lightbox_item p {
        text-align: center;
    }

.title_block h2 {
}

.title_block.tips h2:before {
    margin: -4px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/descript.png);
    background-size: contain;
    vertical-align: middle;
}

.form.LoginForm .login_wrap {
}

    .form.LoginForm .login_wrap ul {
    }

        .form.LoginForm .login_wrap ul li {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-bottom: 10px;
            margin-bottom: 10px;
            flex-wrap: wrap;
        }

            .form.LoginForm .login_wrap ul li input {
                height: 36px;
                padding: 0 15px 0 15px;
                border: 1px solid #8f9f38;
                -webkit-border-radius: 18px;
                -moz-border-radius: 18px;
                border-radius: 18px;
            }

.captcha_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.captcha_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
}

.form.LoginForm .login_wrap ul li input.submit {
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #8f9f38;
    padding: 0 24px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #8f9f38;
    cursor: pointer;
}

.fb_login a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_fb.png");
    background-size: contain;
    vertical-align: middle;
}

.google_login a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_google.png");
    background-size: contain;
    vertical-align: middle;
}
/*Customer checkbox*/

label {
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + span {
        display: inline-block;
        padding-left: 21px;
        line-height: 18px;
        background: url(..//images/cbx-off-gray.png) no-repeat;
        user-select: none;
        text-align: left;
    }

    input[type=checkbox]:checked + span {
        background: url(..//images/cbx-on-gray.png) no-repeat;
    }

/*=============================搜尋方式 Radio Button Style=============================*/
.search_mode {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.search_type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* Customize the label (the container) */
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    box-shadow: inset 2px 3px 3px 0px rgba(0,0,0,0.12);
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: #aaa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 300px;
    font-size: 1.6rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 0px;
    border-top: 1px solid #ddd;
}

.keep_set {
    display: flex;
    align-items: center;
}

.advance_btn_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
}

.advance_btn {
    margin-right: 5px;
}

.signin_btn a:before {
    /*margin:-3px 0 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icon_register.png");
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;*/
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_register.png);
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center;
    vertical-align: middle;
    background-color: #cddc39;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.signin_btn a:hover:before {
    background-color: #eee;
}

.forget_pw a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_password.png");
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center;
    vertical-align: middle;
    background-color: #cddc39;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.forget_pw a:hover:before {
    background-color: #eee;
}
/*選擇幣別*/
.sele_item ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .sele_item ul li {
        width: 50%;
        padding: 0 10px;
    }

        .sele_item ul li:nth-child(odd) {
            border-right: 1px solid #ddd;
        }

        .sele_item ul li a {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 1.3rem;
            color: #333;
            background-color: #fff;
            border: 1px solid #fff;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            padding: 0 15px;
            margin-bottom: 5px;
        }

            .sele_item ul li a:hover {
                color: #abbe47;
                border: 1px solid #abbe47;
            }

            .sele_item ul li a.active {
                color: #fff;
                border: 1px solid #abbe47;
                background-color: #abbe47;
            }
/*所有商品*/
.all_item ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .all_item ul li {
        width: 50%;
        padding: 0 10px;
    }

        .all_item ul li ul {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #bbb;
        }

        .all_item ul li:nth-child(odd) {
            border-right: 2px solid #999;
        }

        .all_item ul li ul li:nth-child(odd) {
            border-right: 1px solid #ddd;
        }

        .all_item ul li ul li a {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 1.3rem;
            color: #333;
            background-color: #fff;
            border: 1px solid #fff;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            padding: 0 15px;
            margin-bottom: 5px;
        }

            .all_item ul li ul li a:hover {
                color: #abbe47;
                border: 1px solid #abbe47;
            }

        .all_item ul li .item_title a {
            font-size: 1.6rem;
            font-weight: 500;
            position: relative;
            padding-right: 53px;
            color: #869731;
            margin-bottom: 10px;
        }

            .all_item ul li .item_title a:hover {
                color: #333;
            }

            .all_item ul li .item_title a::after {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                content: '';
                width: 50px;
                height: 1px;
                margin-top: 2px;
                background-color: #666;
            }

.main_nav {
    position: sticky;
    height: 48px;
    top: 0px;
    z-index: 9999;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
}

#cssmenu ul.arrow_set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    width: 100%;
    height: 0px;
    z-index: 9998;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.1rem !important;
    background-color: #ffc600 !important;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
}

.owl-nav button span {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-family: "Verdana", "微軟正黑體", serif;
    font-size: 3.5rem;
}

.owl-carousel.history-owl {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

    .owl-carousel.history-owl .owl-dots {
        position: static;
    }

#cssmenu ul li.all_products {
    display: flex;
    align-items: center;
}

    #cssmenu ul li.all_products:hover {
        background-color: transparent !important;
    }

    #cssmenu ul li.all_products a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        font-weight: 500;
        background-color: #ffc625;
        height: 30px;
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
        border-radius: 15px !important;
        padding: 0 14px;
        letter-spacing: 0px;
    }

        #cssmenu ul li.all_products a:hover {
            color: #8f9f38;
            background-color: #fff;
        }

        #cssmenu ul li.all_products a:focus {
            color: #8f9f38;
            background-color: #fff;
        }

        #cssmenu ul li.all_products a:after {
            margin: 0 0 0 5px;
            content: " ";
            display: inline-block;
            width: 8px;
            height: 9px;
            background: url("../images/more_products.png");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        #cssmenu ul li.all_products a:hover:after {
            background: url("../images/more_products_o.png");
            background-size: contain;
        }

        #cssmenu ul li.all_products a:focus:after {
            background: url("../images/more_products_o.png");
            background-size: contain;
        }

.article {
    width: 80vw;
    margin: 0 auto;
}

    .article.control_panel {
        width: 50%;
        margin-top: 30px;
    }

    .article.login_supplier {
        width: 30vw;
    }

.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ddd;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 60px 0;
    /*padding: 20px 1vw;*/
    padding: 0px;
}

.section2 {
    border: 1px solid #ddd;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 0 30px 0;
    /*padding: 20px 1.1vw;*/
    padding: 10px 10px 20px 10px;
}

.section.promo_sort {
    background-color: #ffc600;
    /*border: 1px solid #dba200;*/
}

.section.history_wrap {
    background-color: #ff8888;
    /*border: 1px solid #e79797;*/
}

.detail {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .detail a {
        height: 36px;
        -webkit-border-radius: 18px !important;
        -moz-border-radius: 18px !important;
        border-radius: 18px !important;
    }

        .detail a:after {
            margin: 3px 0 0 5px;
            content: " ";
            display: inline-block;
            width: 8px;
            height: 9px;
            background: url(../images/arrow_green.png);
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        .detail a:hover:after {
            background: url(../images/arrow_green_o.png);
            background-size: contain;
        }

.owl_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 20px 30px;
}

.modal_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
    border: 1px solid #888888;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.purchase-wrap {
}

    .purchase-wrap ul {
    }

        .purchase-wrap ul li {
            border: 1px solid #ddd;
            background-color: #f5f5f5;
            padding: 10px 20px 10px 20px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            margin-bottom: 20px;
        }

.purchase-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    width: 100%;
}

    .purchase-header p {
        font-size: 1.7rem;
        color: #333;
        font-weight: 600;
        margin-right: 10px;
    }

    .purchase-header a.btn svg {
        margin-left: 5px;
    }

.purchase-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.product-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 100px);
}

.product-price {
    width: 100px;
    color: #8f9f38;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
}

.product-image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

    .product-image a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-image a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.total-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 2.5rem;
    color: #8f9f38;
    padding: 0 20px;
}

    .total-price p {
        font-size: 1.5rem;
        color: #333;
        font-weight: bold;
    }

    .total-price span.dollar {
        font-size: 1.6rem;
    }

.password_wrap {
    position: relative;
}

    .password_wrap input {
        padding: 0 40px 0 15px !important;
    }

    .password_wrap .field-icon {
        margin-left: -26px;
        position: relative;
        z-index: 2;
    }

    .password_wrap a.field-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        padding: 0;
        width: 20px;
        height: 20px;
        background-image: url(../images/view.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

    .password_wrap a.field-icon-slash {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        padding: 0px;
        width: 20px;
        height: 20px;
        background-image: url(../images/hidden.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

@media screen and (max-width: 1366px) {
    .w3-modal-content {
        width: 50%;
    }

    #id05 .w3-modal-content {
        width: 70%;
    }

    .article {
        width: 90vw;
    }
}

@media screen and (max-width: 1180px) {
    .article {
        width: 95vw;
    }

        .article.login_supplier {
            width: 40vw;
        }
}

@media screen and (max-width: 1024px) {
    .search_wrap {
        width: 500px;
    }

    .service_time {
        flex-wrap: wrap;
    }

        .service_time a {
            display: flex;
            flex-wrap: nowrap;
        }
}

@media screen and (max-width: 820px) {
    header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .logo {
        order: 1;
    }

    .top_links {
        order: 2;
    }

    .search {
        order: 3;
    }

    .search_wrap {
        width: 90%;
    }

    .main_nav {
        height: 48px;
    }

    #cssmenu ul.arrow_set {
        top: 48px;
        box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.25);
    }

    #cssmenu ul li.all_products {
        justify-content: flex-end;
    }

        #cssmenu ul li.all_products a {
            width: auto;
            margin: 10px;
        }

    .w3-modal-content {
        width: 60%;
    }

    #id05 .w3-modal-content {
        width: 90%;
    }

    .article {
        width: 95vw;
    }

        .article.control_panel {
            width: 60%;
        }

        .article.login_supplier {
            width: 50vw;
        }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
    header {
        padding: 10px;
    }

    h1 {
        width: 140px;
        height: 37px;
        background-size: contain;
        background-position: left center;
        margin-right: 0px;
    }

    .section {
        /*padding: 2vw;*/
    }

    .section2 {
        padding: 10px;
    }

    .logo {
        width: 100%;
        justify-content: center;
    }

    .search_wrap {
        width: 100%;
    }

    .search select {
        font-size: 1.3rem;
        padding-right: 20px;
        background: url(../images/select_arrow.png) no-repeat right 5px center transparent;
    }

    .search select {
        font-size: 1.3rem;
    }

    .advance_search a {
        font-size: 1.2rem;
    }

    .search input {
        font-size: 1.3rem;
        padding: 0 5px;
    }

    .top_links ul li a {
        font-size: 1.3rem;
    }

    .detail a {
        font-size: 1.2rem;
    }

    .owl-nav button.owl-prev, .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
    }

    .owl-nav button span {
        /*line-height: 28px;*/
        font-size: 3.0rem;
    }

    .sele_item ul li {
        width: 100%;
    }

        .sele_item ul li:nth-child(odd) {
            border-right: 0px solid #ddd;
        }

    .all_item ul li {
        width: 100%;
    }

        .all_item ul li:nth-child(odd) {
            border-right: 0px solid #999;
        }

        .all_item ul li ul li:nth-child(odd) {
            border-right: 0px solid #ddd;
        }

    .service_time {
        padding: 10px;
    }

    .copyright {
        padding: 10px;
    }

    .owl_wrap {
        padding: 0 20px 20px 20px;
    }

    .article.control_panel {
        width: 95%;
    }

    .article.login_supplier {
        width: 95vw;
    }

    select.county {
        margin-bottom: 5px;
    }

    select.district {
        margin-bottom: 5px;
    }

    .article_content input {
        margin-bottom: 5px;
    }

    select.select_box_normal {
        margin-bottom: 5px;
    }

    .wrap {
        min-height: auto;
    }

    .main {
        padding-bottom: 0px;
    }

    footer {
        margin-top: 0px;
        height: auto;
    }
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word; /* 避免過長字串超出範圍 */
    overflow-wrap: break-word;
}
