﻿@charset "UTF-8";

body {
    font-family: 'Noto Sans TC', 'Yu Gothic', Meiryo, 'Hiragino kaku Gothic ProN', -apple-system, BlinkMacSystemFont, MyYuGothicM, sans-serif;
    position: relative;
    height: 100vh;
    font-family: Microsoft JhengHei !important;
    /* font-family: "Noto Sans TC", "Noto Sans CJK TC", "Heiti TC", "Source Sans Pro", "Helvetica Neue", "Microsoft JhengHei", "Roboto", -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, sans-serif; */
}

.winChrome body {
    font-weight: 500;
}

/* IE 指定對策 */
@media all and (-ms-high-contrast: none) {
    body {
        font-family: Meiryo, sans-serif;
    }
}

input,
select,
textarea,
button {
    font-family: inherit;
}

::-webkit-input-placeholder {
    color: #7e7e7e;
}

:-ms-input-placeholder {
    color: #7e7e7e;
}

::-ms-input-placeholder {
    color: #7e7e7e;
}

::placeholder {
    color: #7e7e7e;
}

:-ms-input-placeholder {
    color: #7e7e7e;
}

::-ms-input-placeholder {
    color: #7e7e7e;
}

.roboto {
    font-family: 'Roboto';
    font-weight: 500;
}

.robotobold {
    font-family: 'Roboto';
    font-weight: 700;
}

.robotothin {
    font-family: 'Roboto';
    font-weight: 100;
}

/*---------------------------------------------
	Rest
  ---------------------------------------------*/
html {
    overflow-y: scroll;
    font-size: 62.5%;
    /* 1em = 10px */
}

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

ul li {
    list-style-type: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

header {
    padding: 15px 0px;
    min-height: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: initial;
    top: 0px;
    left: 0px;
    z-index: 999;
    right: 0px;
    background-color: white;
    border-bottom: 7px solid #e68212;
    position: fixed;
    height: 9.3vw;
}

    header .header-logo {
        margin-right: 2.5vw;
    }

        header .header-logo a {
            float: left;
        }

            header .header-logo a img {
                display: block;
                margin-left: auto;
                max-width: 100%;
                margin-right: auto;
                width: 23.6vw;
                margin-left: 20px;
            }

    header .header-lower ul li {
        display: inline-block;
    }

        header .header-lower ul li.media_li {
            display: none;
        }

        header .header-lower ul li a {
            font-weight: bold;
            color: #555555;
            float: none;
            font-size: 28px;
        }

            header .header-lower ul li a div {
                width: 120px;
                height: 37px;
                background-size: cover;
                color: #ea983f;
                font-size: 25px;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            header .header-lower ul li a div:hover {
                color: black;
            }

    header .header-user {
        z-index: 999;
        margin-left: 1.7vw;
        width: 150px;
    }

        header .header-user a {
            display: inline-block;
            padding: 0.3vw 1vw;
            position: relative;
        }

            header .header-user a span:first-child {
                color: white;
                background: url(/Content/images/front_new/images/header_user_icon_login.png) no-repeat;
                width: 60px;
                height: 60px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: relative;
                float: left;
            }

            header .header-user a span.logged_in {
                background: url(/Content/images/front_new/images/header_user_icon.png) no-repeat;
            }

            header .header-user a .login_in {
                color: #b7b6d7;
                float: right;
                margin-left: 10px;
                margin-top: 5px;
                font-weight: bold;
                font-size: 18px;
            }

            header .header-user a .login_out {
                color: black;
                margin-left: 10px;
                margin-top: 5px;
                font-weight: bold;
                font-size: 18px;
                position: absolute;
                width: max-content;
                left: calc(1vw + 60px);
            }

            header .header-user a span:nth-child(3) {
                margin-left: 10px;
                margin-bottom: 10px;
                font-weight: 100;
                font-size: 18px;
                color: #a7c64d;
                position: absolute;
                width: max-content;
                bottom: 0px;
                left: calc(1vw + 60px);
                font-weight: bold;
            }

    header .header-float {
        position: fixed;
        right: 1vw;
        z-index: 999;
        top: 34vh;
    }

        header .header-float a {
            width: 4.7vw;
            height: 4.7vw;
            font-size: 1.46vw;
            line-height: 1.8vw;
            color: white;
            background: rgba(240, 131, 0, 0.85);
            border-radius: 0.8vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 1.04vw;
            text-align: center;
            cursor: pointer;
        }

            header .header-float a:hover {
                background: rgba(255, 182, 79, 0.85);
                cursor: pointer;
            }

        header .header-float .cart_quantity {
            width: 2vw;
            height: 2vw;
            background: red;
            border-radius: 99em;
            position: absolute;
            bottom: 0.1vw;
            left: -0.9vw;
            color: white;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1vw;
            border: 0.2525vw solid white;
        }

@media screen and (max-width: 480px) {
    header {
        width: 100%;
        position: fixed;
        top: 0px;
        background: white;
        border-bottom: 7px solid #e68212;
        z-index: 999;
        height: 31.3vw;
    }

        header.open .header-lower {
            position: fixed;
            top: 31.3vw;
            z-index: 999;
            opacity: 1;
            right: 0px;
        }

        header.open .header-user {
            position: fixed;
            top: 38.3vw;
            z-index: 999;
            display: block;
            width: auto;
            right: initial;
            margin-left: 0px;
            opacity: 1;
        }

        header.open .header-button {
            background-color: #e68212;
        }

            header.open .header-button .menuicon {
                background-color: white;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                header.open .header-button .menuicon::before {
                    background-color: white;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: calc(50% - 1px) !important;
                }

                header.open .header-button .menuicon::after {
                    background-color: white;
                    top: calc(50% - 1px) !important;
                }

        header .header-logo {
            width: auto;
            margin-right: 8vw;
            margin-left: 0px;
        }

            header .header-logo a img {
                width: 65vw;
                margin-left: 0px;
            }

        header .header-lower {
            opacity: 0;
            position: fixed;
            top: 31.3vw;
            z-index: -1;
            width: 100%;
            right: -1000px;
        }

            header .header-lower ul {
                list-style: none;
                margin: 0px;
                padding: 0px;
                width: 100%;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                background: white;
                padding: 100px 0px 10px 0px;
                border-bottom: 7px solid #e68212;
            }

                header .header-lower ul li {
                    min-height: 60px;
                    line-height: 40px;
                    font-size: 15px;
                    font-weight: bold;
                    cursor: pointer;
                    width: 100%;
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    header .header-lower ul li.media_li {
                        display: block;
                    }

                    header .header-lower ul li a {
                        font-size: 24px;
                        color: white;
                    }

                    header .header-lower ul li a:hover {
                        color: white;
                    }
                header .header-user a .login_out {
                    position: initial;
                }

        header .header-user {
            opacity: 0;
            position: fixed;
            top: 38.3vw;
            z-index: -1;
            width: auto;
            right: -1000px;
            margin-left: 0px;
        }

        header .header-float {
            top: initial;
            bottom: 30vw;
        }

            header .header-float a {
                width: 12vw;
                height: 12vw;
                font-size: 4.4vw;
                line-height: 4.5vw;
                margin-bottom: 10px;
                border-radius: 10px;
                background: rgba(240, 131, 0, 0.85) !important;
            }

            header .header-float .cart_quantity {
                width: 6vw;
                height: 6vw;
                background: red;
                border-radius: 99em;
                position: absolute;
                bottom: -0.2vw;
                left: -3.2vw;
                font-size: 4vw;
            }

        header .header-button {
            width: 14vw;
            height: 13vw;
            border: 2px solid #e68212;
            border-radius: 5px;
        }

            header .header-button .menuicon {
                position: relative;
                left: calc(50% - 13px);
                top: calc(50% - 1px);
                width: 27px;
                height: 2px;
                background-color: #e68212;
                transition: transform 0.53s, -webkit-transform 0.53s;
            }

                header .header-button .menuicon::before {
                    position: absolute;
                    top: -8px;
                    content: '';
                    display: block;
                    background-color: #e68212;
                    width: 27px;
                    height: 2px;
                }

                header .header-button .menuicon::after {
                    position: absolute;
                    top: 9px;
                    content: '';
                    display: block;
                    background-color: #e68212;
                    width: 27px;
                    height: 2px;
                }
}

footer {
    position: relative;
    padding: 50px 30px;
    width: auto;
}

    footer .footer-content {
        font-size: 18px;
        text-align: center;
        color: #f08300;
        font-weight: bold;
    }

        footer .footer-content span {
            padding: 15px 5px;
        }
@media screen and (max-width: 1400px) {
    footer .footer-content {
        width: 960px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 480px) {
    footer {
        padding: 50px 0px;
        width: 100%;
    }

        footer .footer-content {
            font-size: 14px;
            width: auto;
        }

            footer .footer-content span {
                padding: 2px 5px;
                display: block;
            }

                footer .footer-content span:nth-child(even) {
                    display: none;
                }
}

a, button {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a, button, input, select, i {
    outline: none;
}

#wrapper {
    position: relative;
}

body {
    color: #4b4b4b;
    padding-top:9.3vw;
}

body, input, select {
    font-family: Microsoft JhengHei !important;
}

main {
    position: relative;
    background: url(/Content/images/front_new/images/background_img.jpg) no-repeat right 5%, url(/Content/images/front_new/images/background_img_right.jpg) no-repeat left 50%;
    background-size: 12vw;
}

    main .bread-crumbs {
        background: #eeeeee;
        padding: 10px 0;
        color: #474747;
        font-size: 18px;
        -webkit-transition: none;
        transition: none;
    }

        main .bread-crumbs .crumbs-outer {
            max-width: 1280px;
            margin: 0 auto;
            padding-left: 50px;
        }

            main .bread-crumbs .crumbs-outer a {
                color: #000000;
            }

            main .bread-crumbs .crumbs-outer span {
                color: #f08200;
            }

    main .content-outer {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
        padding: 40px;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 9999s ease-in-out 0s, color 9999s ease-out 0s, font-size 9999s ease-out 0s;
    transition: background-color 9999s ease-in-out 0s, color 9999s ease-out 0s, font-size 9999s ease-out 0s;
}

select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 1280px) {
    #wrapper {
        width: 1280px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 31.3vw;
    }

    main {
        position: relative;
        overflow-x: hidden;
        background-image: initial;
    }

        main .bread-crumbs {
            font-size: 12px;
        }

            main .bread-crumbs .crumbs-outer {
                padding-left: 20px;
            }

        main .content-outer {
            padding: 5.6vw;
            width: 100%;
        }

            main .content-outer .page-title h1 {
                font-size: 21px !important;
                margin-bottom: 3px !important;
                margin-left: 10px !important;
            }
}

.content-outer .login {
    width: 600px;
    margin: 0px auto;
}

    .content-outer .login .page-title h1 {
        font-size: 32px;
        border-bottom: none;
        color: black;
        display: none;
        font-weight: 600;
        padding-bottom: 3px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

        .content-outer .login .page-title h1.active {
            display: block !important;
        }

    .content-outer .login .table-area {
        border: 1px solid #e5e5e5;
        border-top: none !important;
        border-radius: 5px;
    }

        .content-outer .login .table-area ul {
            list-style: none;
            margin: 0;
            padding: 0;
            height: 65px;
        }

            .content-outer .login .table-area ul li {
                width: 50%;
                border-top: 3px solid #959595 !important;
                background: #eeeeee;
                border: 1px solid #e5e5e5;
                float: left;
                -webkit-transition: none;
                transition: none;
            }

                .content-outer .login .table-area ul li.active {
                    background: #ffffff;
                    border: none !important;
                    border-top: 3px solid #e6800f !important;
                }

                .content-outer .login .table-area ul li span {
                    font-size: 26px;
                    width: 300px;
                    height: 65px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    cursor: pointer;
                }

        .content-outer .login .table-area #myTabContent #login_member {
            display: none;
        }

            .content-outer .login .table-area #myTabContent #login_member.active {
                display: block !important;
            }

            .content-outer .login .table-area #myTabContent #login_member .input-box {
                width: 380px;
                margin: 40px auto 0px auto;
                position: relative;
                padding-top: 2px;
            }

                .content-outer .login .table-area #myTabContent #login_member .input-box input {
                    border: none;
                    border-bottom: 2px solid #e5e5e5;
                    border-radius: 0px;
                    outline: none;
                    padding: 5px 0px;
                    font-size: 24px;
                    width: 100%;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box #CaptchaInputText0 {
                    border: 2px solid #e5e5e5;
                    width: 45%;
                    padding: 5px 10px;
                    border-radius: 5px;
                    height: 65px;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box #CaptchaInputText0:focus {
                    border: 2px solid #eca14c;
                }

                    .content-outer .login .table-area #myTabContent #login_member .input-box input:focus {
                        border-bottom: 2px solid #eca14c;
                    }

                .content-outer .login .table-area #myTabContent #login_member .input-box i {
                    position: absolute;
                    right: 5px;
                    top: calc(50% - 13.5px);
                    font-size: 31px;
                    color: #aaabab;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box span {
                    font-size: 18px;
                    color: red;
                    bottom: -30px;
                    position: absolute;
                    left: 0px;
                }

            .content-outer .login .table-area #myTabContent #login_member .buttons-set {
                border-top: none;
                margin: 40px auto 20px auto;
                text-align: center;
                width: 380px;
                padding-top: 10px;
            }

                .content-outer .login .table-area #myTabContent #login_member .buttons-set button {
                    width: 380px;
                    height: 70px;
                    border-radius: 10px;
                    font-size: 30px;
                    color: #ffffff;
                    border: 0 none;
                    font-weight: normal;
                    line-height: 19px;
                    padding: 7px 15px;
                    text-align: center;
                    vertical-align: middle;
                    margin: 0;
                    outline: none;
                    background-color: #f08300;
                }

                    .content-outer .login .table-area #myTabContent #login_member .buttons-set button:hover {
                        background: #ffb64f;
                        cursor: pointer;
                    }

            .content-outer .login .table-area #myTabContent #login_member .last {
                margin: 0px auto 50px auto;
                width: 380px;
            }

                .content-outer .login .table-area #myTabContent #login_member .last .remember-account {
                    width: 49%;
                    display: inline-block;
                }

                    .content-outer .login .table-area #myTabContent #login_member .last .remember-account input[type="checkbox"] {
                        width: 19px;
                        height: 19px;
                    }

                    .content-outer .login .table-area #myTabContent #login_member .last .remember-account span {
                        font-size: 20px;
                        vertical-align: text-bottom;
                    }

                .content-outer .login .table-area #myTabContent #login_member .last .forget_password {
                    width: 49%;
                    display: inline-block;
                    text-align: right;
                }

                    .content-outer .login .table-area #myTabContent #login_member .last .forget_password span {
                        font-size: 20px;
                        vertical-align: text-bottom;
                        cursor: pointer;
                        text-align: right;
                    }

                        .content-outer .login .table-area #myTabContent #login_member .last .forget_password span a {
                            color: #7998d5;
                        }

        .content-outer .login .table-area #myTabContent #register_account {
            display: none;
            width: 380px;
            margin: 40px auto 0px auto;
        }

            .content-outer .login .table-area #myTabContent #register_account.active {
                display: block !important;
            }

            .content-outer .login .table-area #myTabContent #register_account .form-instructions {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .content-outer .login .table-area #myTabContent #register_account label {
                font-size: 20px;
                display: inline-block;
                font-weight: 600;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-top: 10px;
            }

                .content-outer .login .table-area #myTabContent #register_account label span {
                    color: red;
                }

            .content-outer .login .table-area #myTabContent #register_account .input-box {
                width: 380px;
                position: relative;
                padding-top: 2px;
            }

                .content-outer .login .table-area #myTabContent #register_account .input-box input {
                    border: none;
                    border-bottom: 2px solid #e5e5e5;
                    border-radius: 0px;
                    outline: none;
                    font-size: 24px;
                    width: 100%;
                    height: 50px;
                }

                    .content-outer .login .table-area #myTabContent #register_account .input-box input:focus {
                        border-bottom: 2px solid #eca14c;
                    }

                .content-outer .login .table-area #myTabContent #register_account .input-box span {
                    font-size: 18px;
                    color: red;
                    bottom: -25px;
                }

            .content-outer .login .table-area #myTabContent #register_account .buttons-set {
                border-top: none;
                margin: 30px auto 20px auto;
                text-align: center;
                width: 380px;
                padding-top: 10px;
            }

                .content-outer .login .table-area #myTabContent #register_account .buttons-set button {
                    width: 380px;
                    height: 70px;
                    border-radius: 10px;
                    font-size: 30px;
                    color: #ffffff;
                    border: 0 none;
                    font-weight: normal;
                    line-height: 19px;
                    padding: 7px 15px;
                    text-align: center;
                    vertical-align: middle;
                    margin: 0;
                    outline: none;
                    background-color: #f08300;
                }
                .content-outer .login .table-area #myTabContent #register_account .buttons-set button.close {
                    background-color: #d2d2d2;
                    pointer-events: none;
                }

                    .content-outer .login .table-area #myTabContent #register_account .buttons-set button:hover {
                        background: #ffb64f !important;
                        cursor: pointer;
                    }

            .content-outer .login .table-area #myTabContent #register_account .last {
                margin: 15px auto 50px auto;
                font-size: 18px;
                width: 380px;
                letter-spacing: 2px;
            }

            .content-outer .login .table-area #myTabContent #register_account .last input[type="checkbox"]{
                width: 19px;
                height: 19px;
                float: left;
                margin-top: 2px;
            }

                .content-outer .login .table-area #myTabContent #register_account .last span {
                    padding-left: 25px;
                    display: block;
                    text-align: justify;
                    font-weight: bold;
                    color: #4b4b4b;
                }

                .content-outer .login .table-area #myTabContent #register_account .last span a {
                    color: #4c74ca;
                    cursor: pointer;
                }

@media (max-width: 480px) {
    .content-outer .login {
        width: 100%;
    }

        .content-outer .login .table-area ul {
            height: 35px;
        }

            .content-outer .login .table-area ul li span {
                font-size: 16px;
                width: 100%;
                height: 35px;
            }

        .content-outer .login .table-area #myTabContent #login_member {
            display: none;
        }

            .content-outer .login .table-area #myTabContent #login_member.active {
                display: block !important;
            }

            .content-outer .login .table-area #myTabContent #login_member .input-box {
                width: 100%;
                margin: 30px auto 0px auto;
            }

                .content-outer .login .table-area #myTabContent #login_member .input-box input {
                    font-size: 18px;
                    width: 80%;
                    height: 30px;
                    margin-left: 10%;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box #CaptchaInputText0 {
                    width: calc(80% - 160px);
                    height: 50px;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box #CaptchaImage0 {
                    right: 10%;
                    top: 0px;
                    margin-left: 10px;
                    height: 50px;
                    width: 150px;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box i {
                    right: 10%;
                    bottom: calc(50% - 12px);
                    font-size: 24px;
                }

                .content-outer .login .table-area #myTabContent #login_member .input-box span {
                    font-size: 14px;
                    bottom: -25px;
                    left: 10%;
                    position: absolute;
                }

            .content-outer .login .table-area #myTabContent #login_member .buttons-set {
                width: 100%;
            }

                .content-outer .login .table-area #myTabContent #login_member .buttons-set button {
                    width: 212px;
                    height: 40px;
                    font-size: 18px;
                }

            .content-outer .login .table-area #myTabContent #login_member .last {
                width: 212px;
                margin: 0px auto 35px auto;
            }

                .content-outer .login .table-area #myTabContent #login_member .last .remember-account input[type="checkbox"] {
                    width: 16px;
                    height: 16px;
                    vertical-align: bottom;
                    margin-bottom: 1px;
                }

                .content-outer .login .table-area #myTabContent #login_member .last .remember-account span {
                    font-size: 14px;
                }

                .content-outer .login .table-area #myTabContent #login_member .last .forget_password span {
                    font-size: 14px;
                }

        .content-outer .login .table-area #myTabContent #register_account {
            width: 100%;
            margin: 20px auto 0px auto;
            padding: 0px 20px;
        }

            .content-outer .login .table-area #myTabContent #register_account .form-instructions {
                font-size: 16px;
                margin-bottom: 5px;
                width: auto;
            }

            .content-outer .login .table-area #myTabContent #register_account label {
                font-size: 14px;
            }

            .content-outer .login .table-area #myTabContent #register_account .input-box {
                width: 100%;
            }

                .content-outer .login .table-area #myTabContent #register_account .input-box input {
                    height: 25px;
                    width: 100%;
                    font-size: 14px;
                    padding-left: 5px;
                }

                .content-outer .login .table-area #myTabContent #register_account .input-box span {
                    font-size: 14px;
                    bottom: -20px;
                    left: 0px;
                }

            .content-outer .login .table-area #myTabContent #register_account .buttons-set {
                width: 100%;
                margin: 20px auto;
            }

                .content-outer .login .table-area #myTabContent #register_account .buttons-set button {
                    width: 212px;
                    height: 40px;
                    font-size: 18px;
                }

            .content-outer .login .table-area #myTabContent #register_account .last {
                width: 212px;
                margin: 0px auto 35px auto;
                font-size: 12px;
                display: flex;
                justify-content: flex-start;
            }
            .content-outer .login .table-area #myTabContent #register_account .last span {
                padding-top: 3px;
                padding-left: 5px;
            }
}

.content-outer .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .booking {
    padding-top: 60px;
    border-top: 2px solid #f18101;
    padding-top: 50px;
}

    .content-outer .booking.not_time .products .item .actions .choose_quantity .btn_plus {
        color: #d2d2d2 !important;
        cursor: default !important;
    }

    .content-outer .booking.not_time .products .item .actions .choose_quantity .btn_minus {
        color: #d2d2d2 !important;
        cursor: default !important;
    }

    .content-outer .booking.not_time .products .item .actions .btn-cart {
        background: #d2d2d2 !important;
        cursor: default !important;
    }

    .content-outer .booking.not_time .scheduled_time .scheduled_time_btn #btn_cart {
        color: #d2d2d2 !important;
        border: 1px solid #d2d2d2 !important;
        background: white !important;
        cursor: default;
    }

    .content-outer .booking.not_login .products {
        border-bottom: none !important;
    }

        .content-outer .booking.not_login .products .item .actions {
            display: none;
        }

    .content-outer .booking.not_login .scheduled_time {
        display: none;
    }

    .content-outer .booking.not_login .not_login_btn {
        display: block !important;
        position: relative;
        height: 200px;
    }

        .content-outer .booking.not_login .not_login_btn #btn_login {
            width: 565px;
            height: 70px;
            font-size: 36px;
            color: #f18101;
            border: 1px solid #f18101;
            margin-top: -5px;
            position: absolute;
            left: calc(50% - 282.5px);
            top: 45px;
            background: white;
            cursor: pointer;
        }

            .content-outer .booking.not_login .not_login_btn #btn_login:hover {
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background: #f18101 !important;
                color: white !important;
            }
    .content-outer .booking .products {
        /*height: 560px;*/
        border-bottom: 2px solid #f9cd99;
        margin-bottom: 1.5em;
        overflow: auto;
    }

        .content-outer .booking .products .item {
            float: left;
            width: 25%;
            text-align: center;
            margin-bottom: 70px;
        }
            .content-outer .booking .products .item .description {
                font-size: 18px;
                text-align: left;
                margin: 0px 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                height: 48px;
                cursor: default;
            }    

            .content-outer .booking .products .item img {
                width: 230px;
                height: 230px;
                margin: 0px auto;
            }

            .content-outer .booking .products .item .product-info h2 {
                text-align: center;
                margin: 13px 0 6px 0;
                font-size: 24px;
                font-weight: normal;
                line-height: 1.4;
            }

            .content-outer .booking .products .item .price-box {
                margin: 7px 0 25px 0;
                text-align: center;
            }

                .content-outer .booking .products .item .price-box .price {
                    font-size: 18px;
                    color: #4f4742;
                    white-space: nowrap;
                    font-weight: bold;
                }

                    .content-outer .booking .products .item .price-box .price span {
                        font-size: 24px;
                    }

            .content-outer .booking .products .item .actions {
                text-align: center;
            }

                .content-outer .booking .products .item .actions .choose_quantity {
                    width: 230px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin: 0px auto;
                }

                    .content-outer .booking .products .item .actions .choose_quantity .btn_minus {
                        font-size: 43px;
                        color: #f08300;
                        cursor: pointer;
                    }

                        .content-outer .booking .products .item .actions .choose_quantity .btn_minus:hover {
                            color: #ffb64f;
                        }

                    .content-outer .booking .products .item .actions .choose_quantity .quantity {
                        width: 115px;
                        height: 40px;
                        background: #e5e5e5;
                        margin: 0px 15px;
                        border: none;
                        border-radius: 5px;
                        font-size: 24px;
                        text-align: center;
                    }

                    .content-outer .booking .products .item .actions .choose_quantity .btn_plus {
                        font-size: 43px;
                        color: #f08300;
                        cursor: pointer;
                    }

                        .content-outer .booking .products .item .actions .choose_quantity .btn_plus:hover {
                            color: #ffb64f;
                        }

                .content-outer .booking .products .item .actions .btn-cart {
                    margin-top: 25px;
                    width: 230px;
                    height: 60px;
                    font-size: 24px;
                    border-radius: 10px;
                    opacity: 1;
                    border: none;
                    color: white;
                    background-color: #f08300;
                }

                    .content-outer .booking .products .item .actions .btn-cart:hover {
                        background: #ffb64f;
                        cursor: pointer;
                    }

                    .content-outer .booking .products .item .actions .btn-cart i {
                        font-size: 26px;
                        color: white;
                        margin-right: 30px;
                    }

    .content-outer .booking .scheduled_time {
        height: 300px;
        margin-top: 40px;
    }

        .content-outer .booking .scheduled_time .scheduled_time_text {
            width: 50%;
            float: left;
            min-height: 226px;
        }

            .content-outer .booking .scheduled_time .scheduled_time_text div:first-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-bottom: 30px;
            }

                .content-outer .booking .scheduled_time .scheduled_time_text div:first-child img {
                    margin-right: 30px;
                }

                .content-outer .booking .scheduled_time .scheduled_time_text div:first-child span {
                    font-size: 68px;
                }

            .content-outer .booking .scheduled_time .scheduled_time_text div:last-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                margin-right: 50px;
            }

                .content-outer .booking .scheduled_time .scheduled_time_text div:last-child span {
                    font-size: 30px;
                    text-align: center;
                }

        .content-outer .booking .scheduled_time .scheduled_time_btn {
            width: 50%;
            float: left;
            min-height: 226px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart {
                width: 550px;
                height: 90px;
                background: #f18101;
                color: white;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 5px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                border: none;
                cursor: pointer;
            }

                .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart:hover {
                    background: #ffb64f;
                }

                .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart span {
                    font-size: 32px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart span i {
                        margin-right: 60px;
                        font-size: 53px;
                    }
@media (max-width: 1023px) {
    .content-outer .booking .products .item .actions .choose_quantity {
        width:auto;
    }
    .content-outer .booking .products .item .actions .btn-cart {
        width:auto;
    }
    .content-outer .booking .products {
        height:auto;
    }
    .content-outer .booking .products .item {
        float: initial; 
        width: auto; 
    }
    .content-outer .booking .products .item .description {
        height: auto;
        text-overflow: initial;
        overflow: initial;
        -webkit-line-clamp: initial;
        width: 230px;
        margin: 0px auto;
    }
    .content-outer .booking .scheduled_time .scheduled_time_btn {
        width: auto;
        padding: 0px 10px;
        background: #ffb64f !important; 
    }
    .content-outer .booking .scheduled_time {
        height: auto
    }
    .content-outer .booking .scheduled_time .scheduled_time_text, .content-outer .booking .scheduled_time .scheduled_time_btn {
        float: initial; 
        width: auto; 
    }
    .content-outer .booking .products .item .actions .btn-cart i {
        margin: 0px 10px 0px 0px;
    }
}

@media (max-width: 480px) {
    .content-outer .booking {
        padding-top: 30px;
    }

        .content-outer .booking.not_login {
            padding-top: 150px;
        }

            .content-outer .booking.not_login .not_login_btn {
                position: initial;
                height: auto;
            }

                .content-outer .booking.not_login .not_login_btn #btn_login {
                    width: 280px;
                    height: 40px;
                    left: calc(50% - 140px);
                    font-size: 22px;
                    top: 110px;
                    padding: 0px;
                }

        .content-outer .booking .products {
            height: initial;
        }

            .content-outer .booking .products .item {
                float: initial;
                margin-bottom: 70px;
                width: 100%;
            }

        .content-outer .booking .scheduled_time {
            height: initial;
            margin-bottom: 40px;
        }

            .content-outer .booking .scheduled_time .scheduled_time_text {
                float: initial;
                width: 100%;
                min-height: auto;
                margin-bottom: 50px;
            }

                .content-outer .booking .scheduled_time .scheduled_time_text div:first-child {
                    margin-bottom: 10px;
                }

                    .content-outer .booking .scheduled_time .scheduled_time_text div:first-child img {
                        margin-right: 10px;
                        width: 20vw;
                    }

                    .content-outer .booking .scheduled_time .scheduled_time_text div:first-child span {
                        font-size: 11.7vw;
                    }

                .content-outer .booking .scheduled_time .scheduled_time_text div:last-child {
                    margin-right: 0px;
                    justify-content: center;
                }

                    .content-outer .booking .scheduled_time .scheduled_time_text div:last-child span {
                        font-size: 5.6vw;
                    }

            .content-outer .booking .scheduled_time .scheduled_time_btn {
                width: 100%;
                float: initial;
                min-height: auto;
                padding: 0px;
                background: transparent  !important;
            }

                .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart {
                    width: 280px;
                    height: 55px;
                }

                    .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart span {
                        font-size: 24px;
                    }

                        .content-outer .booking .scheduled_time .scheduled_time_btn #btn_cart span i {
                            font-size: 33px;
                            margin-right: 20px;
                        }
}

.content-outer .cart .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    color: black;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .cart .table-area {
    border: 2px solid #f18101;
    padding: 24px 24px 70px 24px;
}

    .content-outer .cart .table-area #shopping-cart-table {
        float: initial;
        width: 100%;
        margin-bottom: 20px;
    }

    .content-outer .cart .table-area .noCart {
        display: none;
        text-align: center;
        margin: 70px auto 30px auto;
        font-size: 18px;
    }

        .content-outer .cart .table-area .noCart img {
            margin: 0px 0px 20px 20px;
        }

        .content-outer .cart .table-area .noCart button {
            width: 185px;
            height: 50px;
            font-size: 24px;
            background: #f18101;
            color: white;
            border: none;
            border-radius: 5px;
            margin-left: 40px;
            padding: 0 5px;
            margin: 0;
            cursor: pointer;
            vertical-align: middle;
            margin-top: 30px;
        }
            .content-outer .cart .table-area .noCart button:hover {
                background: #ffb64f;
            }

        .content-outer .cart .table-area #shopping-cart-table thead tr {
            background: #f9f9f9;
        }

            .content-outer .cart .table-area #shopping-cart-table thead tr th {
                font-size: 24px;
                font-weight: bold;
                border-bottom: none;
                padding: 10px 5px;
                width: 15%;
                text-align: center;
            }

                .content-outer .cart .table-area #shopping-cart-table thead tr th:first-child {
                    width: 20%;
                    text-align: left;
                    padding-left: 15px;
                }

                .content-outer .cart .table-area #shopping-cart-table thead tr th:nth-child(2) {
                    width: 25%;
                }

                .content-outer .cart .table-area #shopping-cart-table thead tr th:nth-child(4) {
                    width: 20%;
                }

                .content-outer .cart .table-area #shopping-cart-table thead tr th:last-child {
                    width: 5%;
                }

        .content-outer .cart .table-area #shopping-cart-table tbody tr {
            border-bottom: 1px solid #c9c9c9;
        }

            .content-outer .cart .table-area #shopping-cart-table tbody tr td {
                background-color: transparent;
                padding: 10px 5px;
                border-bottom: none;
                vertical-align: middle;
            }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:first-child {
                    padding: 30px 0px;
                    vertical-align: middle;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:first-child img {
                        width: 230px;
                        position: relative;
                        display: block;
                    }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) {
                    padding-left: 15px;
                    vertical-align: middle;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                        position: relative;
                        margin-left: 15px;
                        font-size: 24px;
                        font-weight: 600;
                        margin-bottom: 0;
                    }
                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                        font-size: 18px;
                        margin-left: 15px;
                        display: block;
                        font-weight: 600;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                            content: '';
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 7.5px 0 7.5px 15px;
                            border-color: transparent transparent transparent #f18101;
                            position: absolute;
                            top: calc(50% - 7.5px);
                            left: -20px;
                        }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                    text-align: center;
                    white-space: nowrap;
                    font-weight: bold;
                    font-size: 36px;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(3) .media_price_title {
                        display: none;
                    }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                    min-width: 60px;
                    text-align: center;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    padding: 10px 0px;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) i {
                        font-size: 35px;
                        color: #f08300;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) i:hover {
                            color: #ffb64f;
                            cursor: pointer;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) input {
                        margin-bottom: 0px;
                        width: 90px;
                        height: 35px;
                        background: #e5e5e5;
                        margin: 0px 0.5vw;
                        border: none;
                        border-radius: 5px;
                        font-size: 24px;
                        text-align: center;
                        vertical-align: top;
                    }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                    color: #f18101;
                    font-size: 36px;
                    text-align: center;
                }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td:last-child {
                    text-align: center;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:last-child i {
                        font-size: 38px;
                        color: #ea0303;
                        cursor: pointer;
                    }

        .content-outer .cart .table-area #shopping-cart-table tfoot tr {
            text-align: right;
        }

            .content-outer .cart .table-area #shopping-cart-table tfoot tr td {
                width: 100%;
                padding: 20px 0px;
            }

                .content-outer .cart .table-area #shopping-cart-table tfoot tr td button {
                    width: 185px;
                    height: 50px;
                    font-size: 24px;
                    background: #f18101;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    margin-left: 40px;
                    padding: 0 5px;
                    margin: 0;
                    cursor: pointer;
                    vertical-align: middle;
                    margin-left: 35px;
                }

                    .content-outer .cart .table-area #shopping-cart-table tfoot tr td button:first-child {
                        background-color: #f08300;
                        color: #ffffff;
                        border: 0 none;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tfoot tr td button:first-child:hover {
                            background: #ffb64f;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tfoot tr td button:last-child {
                        border: 2px solid #f18101;
                        color: #f18101;
                        background: white;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tfoot tr td button:last-child:hover {
                            border: 2px solid #ffbf71;
                            color: #ffbf71;
                            background: white;
                        }

    .content-outer .cart .table-area .cart-forms {
        background: #f9f9f9;
        padding: 1.6vw 2.6vw 1.1vw 2.6vw;
        width: 100%;
        color: #636363;
    }

        .content-outer .cart .table-area .cart-forms .discount {
            margin-bottom: 20px;
        }

            .content-outer .cart .table-area .cart-forms .discount .discount-form {
                margin-bottom: 30px;
            }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:first-child {
                    width: 500px;
                    float: left;
                }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form:first-child select {
                        color: #f08300;
                    }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(2) {
                    width: 500px;
                    float: right;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(3) {
                    width: 500px;
                    float: right;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(4) {
                    width: 100%;
                    float: left;
                }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(4) .field-wrapper {
                        width: 500px;
                    }

                .content-outer .cart .table-area .cart-forms .discount .discount-form label {
                    font-size: 30px;
                    font-weight: 400;
                    line-height: 1.5;
                    color: #343434;
                    padding-left: 20px;
                }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form label span {
                        color: red;
                    }

                .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span {
                    position: relative;
                }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span::after {
                        content: '';
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 10px 5px 0 5px;
                        top: 2px;
                        right: 20px;
                        border-color: black transparent transparent transparent;
                    }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span select {
                        font-size: 24px;
                        width: 500px;
                        height: 65px;
                        border-radius: 5px;
                        border: 2px solid #f08300;
                        padding-left: 20px;
                        background: white;
                        outline: none;
                    }

        .content-outer .cart .table-area .cart-forms .shipping {
            /*margin-bottom: 20px;*/
            display: inline-block;
            clear: both;
            width: 100%;
        }

            .content-outer .cart .table-area .cart-forms .shipping .shipping-form {
                margin: 0px 0px 30px 0px;
                float: left;
            }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form:nth-child(even) {
                    float: right;
                }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form:nth-child(5) {
                    width: 100%;
                }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form:nth-child(5) .input-box input {
                    width: 100%;
                }

                /*.content-outer .cart .table-area .cart-forms .shipping .shipping-form:last-child {
                    width: 100%;
                }*/

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address {
                    width: 100%;
                }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box {
                        font-size: 24px;
                        width: 100%;
                        height: 65px;
                        border-radius: 5px;
                        border: 2px solid #f08300;
                        padding-left: 20px;
                        background: white;
                        outline: none;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span {
                            position: relative;
                            width: 15%;
                        }

                            .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span::after {
                                content: '';
                                position: absolute;
                                width: 0;
                                height: 0;
                                border-style: solid;
                                border-width: 10px 5px 0 5px;
                                top: 15px;
                                right: 20px;
                                border-color: black transparent transparent transparent;
                            }

                            .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span select {
                                font-size: 24px;
                                width: 100%;
                                height: 40px;
                                border: none;
                                display: inline-block;
                                direction: rtl;
                                padding-right: 50px;
                                border-right: 1px solid #f08300;
                            }

                        .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box input {
                            font-size: 24px;
                            width: 70%;
                            height: 61px;
                            border: none;
                            display: inline-block;
                        }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form label {
                    font-size: 30px;
                    font-weight: 400;
                    color: #343434;
                    padding-left: 20px;
                    line-height: 1.5;
                }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders {
                    color: #a5a5a5;
                    font-size: 20px;
                    margin: 10px 10px 0px 35px;
                    display: block;
                }
                .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders button {
                    width: 120px;
                    height: 35px;
                    font-size: 20px;
                    border-radius: 5px;
                    margin-bottom: 7px;
                    background-color: #f08300;
                    color: #ffffff;
                    border: 0 none;
                    margin: 0px 20px;
                }
                .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders button:hover {
                    background: #ffb64f;
                    cursor: pointer;
                }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form label span {
                        color: red;
                    }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form .input-box input {
                    font-size: 24px;
                    width: 500px;
                    height: 65px;
                    border-radius: 5px;
                    border: 2px solid #f08300;
                    padding-left: 20px;
                    background: white;
                    outline: none;
                }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form .input-box textarea {
                    font-size: 24px;
                    width: 100%;
                    height: 120px;
                    border-radius: 5px;
                    border: 2px solid #f08300;
                    padding: 12px 20px;
                    resize: none;
                    background: white;
                    outline: none;
                }

    .content-outer .cart .table-area .cart-totals {
        padding-top: 30px;
        padding-right: 40px;
        text-align: right;
    }

        .content-outer .cart .table-area .cart-totals #shopping-cart-totals-table {
            margin-bottom: 20px;
            width: 100%;
            color: #636363;
        }

        .content-outer .cart .table-area .cart-totals tbody tr td {
            font-size: 24px;
            vertical-align: middle;
            font-weight: bold;
            padding: 2px 0px;
            text-align: right;
        }

            .content-outer .cart .table-area .cart-totals tbody tr td:first-child {
                padding-right: 30px;
                width: 100%;
            }
        .content-outer .cart .table-area .cart-totals tbody .tr_shipping_fees td:first-child span {
            width: 32px;
            height: 32px;
            margin-right: 10px;
            display: inline-block;
            text-align: center;
            border-radius: 99em;
            background: #f08300;
            color: white;
            cursor: default;
        }

        .content-outer .cart .table-area .cart-totals tfoot tr td {
            font-size: 36px;
            vertical-align: middle;
            font-weight: bold;
            padding: 2px 0px;
            min-width: 120px;
            text-align: right;
        }

            .content-outer .cart .table-area .cart-totals tfoot tr td:first-child {
                padding-right: 30px;
                min-width: 120px;
            }

    .content-outer .cart .table-area .last_botton {
        text-align: right;
        max-width: 100%;
    }

        .content-outer .cart .table-area .last_botton button {
            width: 275px;
            height: 55px;
            font-size: 30px;
            border-radius: 5px;
            margin-bottom: 7px;
            background-color: #f08300;
            color: #ffffff;
            border: 0 none;
        }
        .content-outer .cart .table-area .last_botton button:disabled {
            background-color: gray;
        }

            .content-outer .cart .table-area .last_botton button:hover {
                background: #ffb64f;
                cursor: pointer;
            }
            .content-outer .cart .table-area .last_botton button:disabled {
                background: gray;
                cursor: not-allowed;
            }
@media screen and (max-width: 1280px) {
    .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span select {
        width: 39.1vw;
    }

    .content-outer .cart .table-area .cart-forms .discount .discount-form {
        width: auto !important;
    }

    .content-outer .cart .table-area .cart-forms .shipping .shipping-form .input-box input {
        width: 39.1vw;
    }
    .content-outer .order_edit .table-area .cart-forms .discount-form .field-wrapper span select {
        width: 39.1vw;
    }

    .content-outer .order_edit .table-area .cart-forms .discount-form {
        width: auto !important;
    }

    .content-outer .order_edit .table-area .cart-forms  .shipping-form .input-box input {
        width: 39.1vw;
    }
    .content-outer .information_edit .table-area #information-table tbody tr td span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .content-outer .information_edit .table-area #information-table {
        display: block;
    }
    .content-outer .information_edit .table-area #information-table thead tr th {
        display: inline-block;
    }
    .content-outer .information_edit .table-area #information-table tbody tr td {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .content-outer .cart .table-area .noCart {
        font-size: 16px;
    }

    .content-outer .cart .table-area .noCart img {
        width: 240px;
    }

    .content-outer .cart .table-area .noCart button {
        width: 130px;
        height: 37px;
        font-size: 18px;
    }
    
    .content-outer .cart .table-area {
        padding: 0px;
        border: none;
        border-top: 1px solid #f18101;
        display: block;
    }

        .content-outer .cart .table-area #shopping-cart-table thead {
            display: none;
        }

        .content-outer .cart .table-area #shopping-cart-table tbody {
            display: block;
        }

            .content-outer .cart .table-area #shopping-cart-table tbody tr {
                display: block;
                position: relative;
            }

                .content-outer .cart .table-area #shopping-cart-table tbody tr td {
                    display: block;
                    margin-left: 135px;
                    padding: 13px 5px;
                }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:first-child {
                        float: left;
                        margin: 0px;
                        padding: 20px 0px;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:first-child img {
                            width: 130px;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                        font-size: 16px;
                        margin-left: 0px;
                        margin-top: 10px;
                    }
                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                        font-size: 14px;
                        margin-left: 0px;
                        display: block;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                            display: none;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                        font-size: 18px;
                        text-align: left;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(3) .media_price_title {
                            display: initial;
                            font-size: 16px;
                            margin-left: 10px;
                            float: left;
                            margin-right: 30px;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                        margin-left: 145px;
                        text-align: inherit;
                        padding: 13px 5px 29px 5px;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) i {
                            font-size: 25px;
                        }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(4) input {
                            width: 65px;
                            height: 25px;
                            font-size: 14px;
                            margin: 0px 3px;
                        }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                        display: none;
                    }

                    .content-outer .cart .table-area #shopping-cart-table tbody tr td:last-child {
                        right: 0vw;
                        top: calc(50% - 23.5px);
                        position: absolute;
                    }

                        .content-outer .cart .table-area #shopping-cart-table tbody tr td:last-child i {
                            font-size: 21px;
                        }

        .content-outer .cart .table-area #shopping-cart-table tfoot tr td {
            text-align: center;
        }

            .content-outer .cart .table-area #shopping-cart-table tfoot tr td button {
                width: 130px;
                height: 37px;
                font-size: 18px;
                margin: 0px 13px;
            }

        .content-outer .cart .table-area .cart-forms {
            width: calc(100% + 40px);
            margin-left: -20px;
            padding: 15px 35px;
        }

            .content-outer .cart .table-area .cart-forms .discount .discount-form {
                margin-bottom: 20px;
            }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:first-child {
                    width: auto;
                    float: none;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(2) {
                    width: auto;
                    float: none;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(3) {
                    width: auto;
                    float: none;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(4) {
                    width: 100%;
                    float: none;
                }

                    .content-outer .cart .table-area .cart-forms .discount .discount-form:nth-child(4) .field-wrapper {
                        width: auto;
                    }

                .content-outer .cart .table-area .cart-forms .discount .discount-form label {
                    font-size: 17px;
                    padding-left: 10px;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span::after {
                    border-width: 7px 3.5px 0 3.5px;
                    top: 4px;
                }

                .content-outer .cart .table-area .cart-forms .discount .discount-form .field-wrapper span select {
                    width: 100% !important;
                    height: 35px;
                    font-size: 16px;
                    padding-left: 10px;
                }

            .content-outer .cart .table-area .cart-forms .shipping {
                display: block;
            }

                .content-outer .cart .table-area .cart-forms .shipping .shipping-form {
                    margin-bottom: 20px;
                    float: none;
                }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form:nth-child(even) {
                        float: none;
                    }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box {
                        padding-left: 0px;
                        height: 35px;
                        margin-bottom: 50px;
                        display: inherit;
                        position: relative;
                    }

                        .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            width: 50%;
                            float: left;
                            height: 33px;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span:nth-child(2) select {
                                border: none;
                            }

                            .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span::after {
                                border-width: 7px 3.5px 0 3.5px;
                                top: 14px;
                            }

                            .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span select {
                                padding-right: 55px;
                                height: 24px;
                                font-size: 16px;
                                vertical-align: baseline;
                            }

                        .content-outer .cart .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box input {
                            display: block;
                            width: calc(100vw - 70px);
                            height: 35px;
                            font-size: 16px;
                            padding-left: 10px;
                            border-radius: 5px;
                            border: 2px solid #f08300;
                            position: absolute;
                            bottom: -45px;
                            left: -2px;
                        }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form label {
                        font-size: 17px;
                        padding-left: 10px;
                    }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form .input-box input {
                        width: 100% !important;
                        height: 35px;
                        font-size: 16px;
                        padding-left: 10px;
                    }

                    .content-outer .cart .table-area .cart-forms .shipping .shipping-form .input-box textarea {
                        width: 100%;
                        height: 70px;
                        font-size: 16px;
                        padding-left: 10px;
                    }

        .content-outer .cart .table-area .cart-totals {
            padding-top: 25px;
            padding-right: 0px;
        }

            .content-outer .cart .table-area .cart-totals table {
                padding-right: 25px;
                display: block;
            }

                .content-outer .cart .table-area .cart-totals table tbody tr td {
                    font-size: 18px;
                    padding-right: 0px !important;
                }

            .content-outer .cart .table-area .cart-totals tbody .tr_shipping_fees td:first-child span {
                width: 25px;
                height: 25px;
            }

                .content-outer .cart .table-area .cart-totals table tfoot tr td {
                    font-size: 30px;
                    padding-right: 0px !important;
                }

        .content-outer .cart .table-area .last_botton {
            text-align: center;
        }

        .content-outer .cart .table-area .last_botton button {
            width: 290px;
        }
        .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders {
            color: #a5a5a5;
            font-size: 20px;
            margin: 10px 10px 0px 35px;
            display: block;
        }
        .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders button {
            width: 100px;
            height: 30px;
            font-size: 16px;
            margin: 0px 0px 0px 10px;
            padding: 0px;
        }
        .content-outer .cart .table-area .cart-forms .shipping .shipping-form .historical_orders button:hover {
            background: #f08300;
        }
}

@media screen and (max-width: 320px) {
    .content-outer .cart .table-area #shopping-cart-table tfoot tr td button {
        margin: 0px 5px;
    }
}

.content-outer .home {
    
    height: 42vw;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65.6vw;
    margin: 45px auto 0px auto;
    position: relative;
}

.content-outer .home .title {
    font-size: 5.20833vw;
    position: absolute;
    right: 2vw;
    font-weight: bold;
    color: #431f10;
    z-index: 2;
}

.content-outer .home img {
    position: absolute;
    width: 34.6vw;
    top: 3vw;
    left: 15.8vw;
    z-index: 1;
}

.content-outer .home .instruction {
    position: absolute;
    top: 27vw;
    z-index: 2;
    line-height: 2.0833vw;
}

.content-outer .home .instruction div {
   font-size: 1.45833vw;
    padding-left: 2.34375vw;
    font-weight: bold;
    background: url(/Content/images/front_new/images/home_img_circle.jpg) no-repeat left;
    background-size: contain;
}

.content-outer .home span {
    position: absolute;
    top: 23.6vw;
    right: 8.4vw;
    font-size: 2.708333vw;
    z-index: 2;
    color: #431f10;
    transform: rotate3d(1, 1, 1, 343deg);
    letter-spacing: 0.20833vw;
    font-weight: bold;
}

.content-outer .home .notice {
    position: absolute;
    right: 0.2vw;
    top: 27.7vw;
    z-index: 2;
}

.content-outer .home .notice div{
    text-align: center;
    font-size: 1.51041667vw;
    background: url(/Content/images/front_new/images/logo_background_color.png) no-repeat center;
    background-size: contain;
    color: white;
    letter-spacing: 0.15625vw;
    width: 8.125vw;
    height: 3.958333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.8vw;
}


@media screen and (max-width: 480px) {
    .content-outer .home {
        
        height: 535px;
        background-position: center;
        margin: 0px auto;
        width: 300px;
    }
        .content-outer .home .title {
            font-size: 37px;
            position: absolute;
            right: 17px;
            font-weight: bold;
            letter-spacing: 6px;
            color: #431f10;
            z-index: 2;
            top: 46px;
        }

        .content-outer .home img {
            position: absolute;
            width: 275px;
            top: 99px;
            left: 20px;
            z-index: 1;
        }

        .content-outer .home .instruction {
            position: absolute;
            top: 311px;
            z-index: 2;
            line-height: 22px;
            left: 25px;
        }

        .content-outer .home .instruction div {
            font-size: 15px;
            padding-left: 26px;
            font-weight: bold;
            background: url(/Content/images/front_new/images/home_img_circle.jpg) no-repeat left;
            background-size: contain;
        }

        .content-outer .home span {
            position: absolute;
            top: 410px;
            right: initial;
            left: 38px;
            font-size: 27px;
            z-index: 2;
            color: #431f10;
            transform: rotate3d(1, 1, 1, 343deg );
            letter-spacing: 0.20833vw;
        }

        .content-outer .home .notice {
            position: absolute;
            right: 22px;
            top: 400px;
            z-index: 2;
        }

        .content-outer .home .notice div {
            text-align: center;
            font-size: 13px;
            color: white;
            letter-spacing: 0.15625vw;
            width: 70px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -4px;
        }
}

.content-outer .booking_status .booking_wait {
    width: 900px;
    margin: 0px auto;
}

    .content-outer .booking_status .booking_wait img {
        width: 340px;
        margin: 0px auto 40px auto;
        display: block;
    }

    .content-outer .booking_status .booking_wait div {
        font-size: 48px;
        font-weight: bold;
        display: block;
        text-align: center;
        width: 450px;
        color: #4b4b4b;
        margin: 40px auto 0px auto;
    }

.content-outer .booking_status .booking_complete {
    width: 900px;
    margin: 0px auto;
}

    .content-outer .booking_status .booking_complete img {
        width: 340px;
        margin: 0px auto 40px auto;
        display: block;
    }

    .content-outer .booking_status .booking_complete fieldset {
        border: 1px solid #f18101;
        border-radius: 5px;
        text-align: center;
    }

        .content-outer .booking_status .booking_complete fieldset legend {
            font-size: 48px;
            font-weight: bold;
            display: block;
            text-align: center;
            width: 450px;
            color: #4b4b4b;
            margin: 0px auto 50px auto;
        }

        .content-outer .booking_status .booking_complete fieldset div {
            font-size: 30px;
            text-align: center;
            color: #4b4b4b;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .content-outer .booking_status .booking_complete fieldset div span {
                color: #e6800f;
            }

        .content-outer .booking_status .booking_complete fieldset button {
            font-size: 30px;
            width: 370px;
            height: 70px;
            background: #e6800f;
            border: none;
            border-radius: 10px;
            color: white;
            margin: 45px auto 50px auto;
        }

            .content-outer .booking_status .booking_complete fieldset button:hover {
                background: #ffb64f;
                cursor: pointer;
            }

@media screen and (max-width: 480px) {
    .content-outer .booking_status .booking_wait {
        width: 100%;
    }

        .content-outer .booking_status .booking_wait img {
            width: 185px;
        }

        .content-outer .booking_status .booking_wait div {
            width: 100%;
            font-size: 28px;
            margin-bottom: 30px;
        }

    .content-outer .booking_status .booking_complete {
        width: 100%;
    }

        .content-outer .booking_status .booking_complete img {
            width: 185px;
        }

        .content-outer .booking_status .booking_complete fieldset legend {
            width: auto;
            font-size: 28px;
            margin-bottom: 30px;
        }

        .content-outer .booking_status .booking_complete fieldset div {
            font-size: 16px;
        }

        .content-outer .booking_status .booking_complete fieldset button {
            font-size: 18px;
            width: 210px;
            height: 40px;
            margin: 15px auto 30px auto;
        }
}

.content-outer .order .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .order > div:nth-child(2) {
    font-size: 22px;
    margin: 0px 20px 10px 20px;
}

.content-outer .order div:nth-child(2) ol{
    margin: 0px;
    padding: 0px 0px 0px 22px;
}

.content-outer .order div:nth-child(2) ul {
    position: relative;
}

.content-outer .order div:nth-child(2) ul span{
    background: #eb6a00;
    color: white;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 99em;
    align-items: center;
    justify-content: center;
        position: absolute;
    top: 0px;
    left: 0px;
}

.content-outer .order div:nth-child(2) ul li{
    padding-left: 50px;
}

.content-outer .order .table-area {
    border: 2px solid #f18101;
    padding: 24px 24px 70px 24px;
}

    .content-outer .order .table-area #order-table, #processed-table {
        float: initial;
        width: 100%;
        margin-bottom: 20px;
    }

        .content-outer .order .table-area #order-table thead tr, #processed-table thead tr {
            background: #f9f9f9;
        }

            .content-outer .order .table-area #order-table thead tr th, #processed-table thead tr th {
                border-bottom: none;
                padding: 10px 5px;
                text-align: center;
                font-size: 24px;
            }

                .content-outer .order .table-area #order-table thead tr th:first-child, #processed-table thead tr th:first-child {
                    width: 22%;
                    text-align: left;
                    padding-left: 15px;
                }

                .content-outer .order .table-area #order-table thead tr th:nth-child(2), #processed-table thead tr th:nth-child(2) {
                    width: 15%;
                    text-align: left;
                }

                .content-outer .order .table-area #order-table thead tr th:nth-child(3), #processed-table thead tr th:nth-child(3) {
                    width: 17%;
                    text-align: left;
                }

                .content-outer .order .table-area #order-table thead tr th:nth-child(4), #processed-table thead tr th:nth-child(4) {
                    width: 18%;
                    text-align: left;
                }

                .content-outer .order .table-area #order-table thead tr th:last-child, #processed-table thead tr th:last-child {
                    width: 27%;
                }

        .content-outer .order .table-area #order-table tbody tr, #processed-table tbody tr {
            border-bottom: 1px solid #c9c9c9;
        }

            .content-outer .order .table-area #order-table tbody tr td, #processed-table tbody tr td {
                background-color: transparent;
                padding: 25px 5px;
                border-bottom: none;
                vertical-align: middle;
                font-size: 24px;
                text-align: left;
            }

                .content-outer .order .table-area #order-table tbody tr td:first-child, #processed-table tbody tr td:first-child {
                    padding-left: 15px;
                    text-align: left;
                }

                .content-outer .order .table-area #order-table tbody tr td:nth-child(4), #processed-table tbody tr td:nth-child(4) {
                    font-size: 28px;
                    color: #f08300;
                }

                .content-outer .order .table-area #order-table tbody tr td:last-child, #processed-table tbody tr td:last-child {
                    text-align: center;
                }

                    .content-outer .order .table-area #order-table tbody tr td:last-child button, #processed-table tbody tr td:last-child button {
                        color: white;
                        font-size: 1.2vw;
                        width: 3.9vw;
                        height: 3.9vw;
                        border-radius: 99em;
                        background: rgba(240, 131, 0, 0.85);
                        border: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        text-align: center;
                        margin: 0px 5.9px;
                        padding: 0px;
                    }
                    .content-outer .order .table-area #order-table tbody tr td:last-child .btnEnter, #processed-table tbody tr td:last-child .btnEnter {
                        margin: 16px 0px 0px 0px;
                        width: calc(11.7vw + 43.6px);
                    }

                    .content-outer .order .table-area #order-table tbody tr td:last-child button:hover, #processed-table tbody tr td:last-child button:hover {
                        background: rgba(255, 182, 79, 0.85);
                        cursor: pointer;
                    }

    .content-outer .order .table-area .last_botton {
        width: 100%;
        text-align: center;
    }

        .content-outer .order .table-area .last_botton button {
            width: 185px;
            height: 50px;
            font-size: 24px;
            border-radius: 5px;
            margin-top: 50px;
            background-color: #f08300;
            color: #ffffff;
            border: 0 none;
            cursor: pointer;
        }

            .content-outer .order .table-area .last_botton button:hover {
                background: #ffb64f;
            }

@media screen and (max-width: 480px) {
    .content-outer .order > div:nth-child(2) {
        font-size: 17px;
        margin: 0px 10px 10px 10px;
    }

    .content-outer .order div:nth-child(2) ol {
        padding: 0px 0px 0px 20px;
    }

    .content-outer .order .table-area {
        padding: 0px;
        border: none;
        border: 2px solid #f18101;
        /*display: block;*/
        position: relative;
        margin-bottom: 80px;
        min-height: 100px;
    }

        .content-outer .order .table-area #order-table {
            margin-bottom: 0px;
        }

            .content-outer .order .table-area #order-table thead,
            .content-outer .order .table-area #processed-table thead {
                display: none;
            }

            .content-outer .order .table-area #order-table tbody,
            .content-outer .order .table-area #processed-table tbody {
                display: block;
                padding: 2px 10px;
            }

                .content-outer .order .table-area #order-table tbody tr,
                .content-outer .order .table-area #processed-table tbody tr {
                    display: block;
                    border-top: 10px solid white;
                    background: #f9f9f9;
                    margin-bottom: 10px;
                    -webkit-box-shadow: 0 -1px 0 #dfdfdf;
                    box-shadow: 0 -1px 0 #dfdfdf;
                    border-bottom: none;
                }

                    .content-outer .order .table-area #order-table tbody tr:first-child,
                    .content-outer .order .table-area #processed-table tbody tr:first-child {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                    .content-outer .order .table-area #order-table tbody tr td,
                    .content-outer .order .table-area #processed-table tbody tr td {
                        display: block;
                        margin-left: 30.6vw;
                        padding: 8px 5px;
                        position: relative;
                        text-align: center !important;
                        font-size: 14px;
                        background: white;
                    }

                        .content-outer .order .table-area #order-table tbody tr td::before,
                        .content-outer .order .table-area #processed-table tbody tr td::before {
                            position: absolute;
                            top: calc(50% - 9.5px);
                            left: -25.6vw;
                            width: 30%;
                            padding-right: 10px;
                            white-space: nowrap;
                            text-align: left;
                            font-weight: bold;
                            color: #1a1a1a;
                            font-size: 14px;
                        }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(1)::before {
                            content: '訂單號碼';
                        }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(2) {
                            font-size: 17px;
                        }

                            .content-outer .order .table-area #order-table tbody tr td:nth-child(2)::before {
                                content: '取貨方式';
                            }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(3)::before {
                            content: '取貨/宅配日期';
                        }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(4) {
                            font-size: 17px;
                        }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(4)::before {
                            content: '狀態';
                        }

                        .content-outer .order .table-area #order-table tbody tr td:nth-child(5)::before {
                            content: '功能';
                        }

                        .content-outer .order .wait_order .table-area #order-table tbody tr td:nth-child(1)::before , 
                        .content-outer .order .wait_order .table-area #processed-table tbody tr td:nth-child(1)::before{
                            content: '下訂時間';
                        }

                        .content-outer .order .wait_order .table-area #order-table tbody tr td:nth-child(2)::before , 
                        .content-outer .order .wait_order .table-area #processed-table tbody tr td:nth-child(2)::before{
                            content: '取貨方式';
                        }

                        .content-outer .order .wait_order .table-area #order-table tbody tr td:nth-child(3)::before ,
                        .content-outer .order .wait_order .table-area #processed-table tbody tr td:nth-child(3)::before{
                            content: '取貨/宅配日期';
                        }

                        .content-outer .order .wait_order .table-area #order-table tbody tr td:nth-child(4)::before ,
                        .content-outer .order .wait_order .table-area #processed-table tbody tr td:nth-child(4)::before{
                            content: '狀態';
                        }

                        .content-outer .order .table-area #order-table tbody tr td div,
                        .content-outer .order .table-area #processed-table tbody tr td div {
                            text-align: right;
                            margin-right: 10px;
                        }

                        .content-outer .order .table-area #order-table tbody tr td button,
                        .content-outer .order .table-area #processed-table tbody tr td button {
                            font-size: 3.9vw !important;
                            width: 12vw !important;
                            height: 12vw !important;
                            margin: 0px 4.9px !important;
                            padding: 0px;
                        }
                        .content-outer .order .table-area #order-table tbody tr td .btnEnter,
                        .content-outer .order .table-area #processed-table tbody tr td .btnEnter {
                            margin: 13px 0px 0px 0px !important;
                            width: calc(36vw + 26px) !important;
                        }

            .content-outer .order .table-area #order-table tfoot tr td {
                text-align: center;
            }

        .content-outer .order .table-area .last_botton {
            position: absolute;
        }

            .content-outer .order .table-area .last_botton button {
                width: 130px;
                height: 37px;
                font-size: 18px;
                padding: 0px;
                margin: 40px 0px 0px 0px;
            }
}

@media screen and (max-width: 320px) {
    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .order_detail .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .order_detail .table-area {
    border: 2px solid #f18101;
    padding: 24px 24px 70px 24px;
}

    .content-outer .order_detail .table-area #shopping-cart-table {
        float: initial;
        width: 100%;
        margin-bottom: 20px;
    }

        .content-outer .order_detail .table-area #shopping-cart-table thead tr {
            background: #f9f9f9;
        }

            .content-outer .order_detail .table-area #shopping-cart-table thead tr th {
                font-size: 24px;
                font-weight: bold;
                border-bottom: none;
                padding: 10px 5px;
                width: 15%;
                text-align: center;
            }

                .content-outer .order_detail .table-area #shopping-cart-table thead tr th:first-child {
                    width: 20%;
                    text-align: left;
                    padding-left: 15px;
                }

                .content-outer .order_detail .table-area #shopping-cart-table thead tr th:nth-child(2) {
                    width: 25%;
                }

                .content-outer .order_detail .table-area #shopping-cart-table thead tr th:nth-child(4) {
                    width: 20%;
                }

        .content-outer .order_detail .table-area #shopping-cart-table tbody tr {
            border-bottom: 1px solid #c9c9c9;
        }

            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td {
                background-color: transparent;
                padding: 10px 5px;
                border-bottom: none;
                vertical-align: middle;
            }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td .media_price_title {
                    display: none;
                }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:first-child {
                    padding: 30px 0px;
                    vertical-align: middle;
                }

                    .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:first-child img {
                        width: 230px;
                        position: relative;
                        display: block;
                    }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) {
                    padding-left: 15px;
                    vertical-align: middle;
                }

                    .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                        position: relative;
                        margin-left: 15px;
                        font-size: 24px;
                        font-weight: 600;
                        margin-bottom: 0;
                    }

                    .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                        font-size: 18px;
                        margin-left: 15px;
                        display: block;
                        font-weight: 600;
                    }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                            content: '';
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 7.5px 0 7.5px 15px;
                            border-color: transparent transparent transparent #f18101;
                            position: absolute;
                            top: calc(50% - 7.5px);
                            left: -20px;
                        }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                    text-align: center;
                    white-space: nowrap;
                    font-weight: bold;
                    font-size: 36px;
                }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                    min-width: 60px;
                    text-align: center;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    font-size: 36px;
                }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                    color: #f18101;
                    font-size: 36px;
                    text-align: center;
                }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:last-child {
                    text-align: center;
                }

                    .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:last-child i {
                        font-size: 38px;
                        color: #50a4cf;
                        cursor: pointer;
                    }

    .content-outer .order_detail .table-area .explanation .price {
        float: right;
    }

        .content-outer .order_detail .table-area .explanation .price .subtotal {
            text-align: right;
            font-size: 24px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_detail .table-area .explanation .price .subtotal span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

        .content-outer .order_detail .table-area .explanation .price .freight {
            text-align: right;
            font-size: 24px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_detail .table-area .explanation .price .freight span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

        .content-outer .order_detail .table-area .explanation .price .total_price {
            text-align: right;
            font-size: 36px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_detail .table-area .explanation .price .total_price span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

    .content-outer .order_detail .table-area .explanation .order_explanation {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        min-height: 94px;
        width: 70%;
    }

        .content-outer .order_detail .table-area .explanation .order_explanation span {
            color: red;
        }

        .content-outer .order_detail .table-area .explanation .order_explanation .dash {
            color: black;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }

    .content-outer .order_detail .table-area .cart-forms {
        background: #f9f9f9;
        padding: 30px 50px 20px 50px;
        width: 100%;
        color: #636363;
    }

        .content-outer .order_detail .table-area .cart-forms .discount {
            margin-bottom: 0px;
        }

            .content-outer .order_detail .table-area .cart-forms .discount .discount-form {
                margin-bottom: 30px;
                width: 49.5%;
                display: inline-block;
                vertical-align: top;
            }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:first-child .field-wrapper {
                    color: #f08300;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:nth-child(2) .field-wrapper {
                    color: #f08300;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form label {
                    font-size: 30px;
                    font-weight: 400;
                    line-height: 1.5;
                    color: #343434;
                }

                    .content-outer .order_detail .table-area .cart-forms .discount .discount-form label span {
                        color: red;
                    }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form .field-wrapper {
                    font-size: 24px;
                    width: 50%;
                    margin-top: 5px;
                    border-radius: 5px;
                }

        .content-outer .order_detail .table-area .cart-forms .shipping {
            /*margin-bottom: 20px;*/
            display: inline-block;
            clear: both;
            width: 100%;
        }

            .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form {
                margin: 0px 0px 30px 0px;
                width: 49.5%;
                display: inline-block;
                vertical-align: top;
            }

                .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form:nth-child(5) {
                    width: 100%;
                }

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form:nth-child(5) .input-box {
                        width: 100%;
                    }

                /*.content-outer .order_detail .table-area .cart-forms .shipping .shipping-form:last-child {
                    width: 100%;
                }*/

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form:last-child .input-box {
                        width: 100%;
                    }

                .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form#div_user_address {
                    width: 100%;
                }

                .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form label {
                    font-size: 30px;
                    font-weight: 400;
                    color: #343434;
                }

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form label span {
                        color: red;
                    }

                .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form .input-box {
                    font-size: 24px;
                    width: 50%;
                    margin-top: 5px;
                }

    .content-outer .order_detail .table-area .cart-totals {
        padding-top: 30px;
        text-align: right;
    }

        .content-outer .order_detail .table-area .cart-totals #shopping-cart-totals-table {
            margin-bottom: 20px;
            width: 100%;
            color: #636363;
        }

        .content-outer .order_detail .table-area .cart-totals tbody tr td {
            font-size: 24px;
            vertical-align: middle;
            font-weight: bold;
            padding: 2px 0px;
            text-align: right;
        }

            .content-outer .order_detail .table-area .cart-totals tbody tr td:first-child {
                padding-right: 30px;
                width: 100%;
            }

        .content-outer .order_detail .table-area .cart-totals tfoot tr td {
            font-size: 36px;
            vertical-align: middle;
            font-weight: bold;
            padding: 2px 0px;
            min-width: 120px;
            text-align: right;
        }

            .content-outer .order_detail .table-area .cart-totals tfoot tr td:first-child {
                padding-right: 30px;
                min-width: 120px;
            }

    .content-outer .order_detail .table-area .last_botton {
        text-align: center;
        max-width: 100%;
    }

        .content-outer .order_detail .table-area .last_botton button {
            width: 185px;
            height: 50px;
            font-size: 24px;
            border-radius: 5px;
            margin-bottom: 7px;
            cursor: pointer;
        }

            .content-outer .order_detail .table-area .last_botton button:first-child {
                margin-right: 40px;
                background-color: #f08300;
                color: #ffffff;
                border: 0 none;
            }

                .content-outer .order_detail .table-area .last_botton button:first-child:hover {
                    background: #ffb64f;
                }

            .content-outer .order_detail .table-area .last_botton button:last-child {
                border: 2px solid #f18101;
                color: #f18101;
                background: white;
                padding: 0px 6px;
            }

                .content-outer .order_detail .table-area .last_botton button:last-child:hover {
                    border: 2px solid #ffbf71;
                    color: #ffbf71;
                    background: white;
                }

@media screen and (max-width: 480px) {
    .content-outer .order_detail .table-area {
        padding: 0px;
        border: none;
        border-top: 1px solid #f18101;
        display: block;
    }

        .content-outer .order_detail .table-area #shopping-cart-table {
            margin-bottom: 13px;
        }

            .content-outer .order_detail .table-area #shopping-cart-table thead {
                display: none;
            }

            .content-outer .order_detail .table-area #shopping-cart-table tbody {
                display: block;
            }

                .content-outer .order_detail .table-area #shopping-cart-table tbody tr {
                    display: block;
                }

                    .content-outer .order_detail .table-area #shopping-cart-table tbody tr td {
                        display: block;
                        margin: -5px 0px;
                        margin-left: 135px;
                        padding: 8px 5px;
                        padding-top: 13px;
                        padding-bottom: 13px;
                    }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td div {
                            text-align: right;
                            margin-right: 10px;
                        }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:first-child {
                            float: left;
                            margin: 0px;
                            padding: 26px 0px 14px 0px;
                        }

                            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:first-child img {
                                width: 130px;
                            }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                            font-size: 16px;
                            margin-left: 0px;
                            margin-top: 10px;
                        }
                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                            font-size: 14px;
                            margin-left: 0px;
                            display: block;
                        }

                            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                                display: none;
                            }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                            font-size: 18px;
                            text-align: left;
                        }

                            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(3) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 30px;
                            }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                            font-size: 18px;
                            text-align: left;
                            font-weight: bold;
                        }

                            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(4) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 30px;
                            }

                        .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                            font-size: 18px;
                            text-align: left;
                            font-weight: bold;
                            padding: 8px 5px 15px 5px;
                        }

                            .content-outer .order_detail .table-area #shopping-cart-table tbody tr td:nth-child(5) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 30px;
                                color: #4b4b4b;
                            }

            .content-outer .order_detail .table-area #shopping-cart-table tfoot tr td {
                text-align: center;
            }

        .content-outer .order_detail .table-area .explanation .price {
            float: none;
        }

            .content-outer .order_detail .table-area .explanation .price .subtotal {
                font-size: 16px;
                margin-left: calc(135px + 10px);
                padding: 5px;
                text-align: left;
                vertical-align: bottom;
            }

                .content-outer .order_detail .table-area .explanation .price .subtotal span {
                    min-width: initial;
                    float: right;
                    margin-right: 10px;
                }

            .content-outer .order_detail .table-area .explanation .price .freight {
                font-size: 16px;
                margin-left: calc(135px + 10px);
                padding: 5px;
                text-align: left;
                vertical-align: bottom;
            }

                .content-outer .order_detail .table-area .explanation .price .freight span {
                    min-width: initial;
                    float: right;
                    margin-right: 10px;
                    vertical-align: bottom;
                }

            .content-outer .order_detail .table-area .explanation .price .total_price {
                font-size: 22px;
                margin-left: calc(135px + 10px);
                padding: 5px;
                text-align: left;
            }

                .content-outer .order_detail .table-area .explanation .price .total_price span {
                    min-width: initial;
                    float: right;
                    margin-right: 10px;
                }

        .content-outer .order_detail .table-area .explanation .order_explanation {
            font-size: 15.5px;
            margin-top: 15px;
            margin-bottom: 10px;
            width: 100%;
        }

        .content-outer .order_detail .table-area .cart-forms {
            width: calc(100% + 40px);
            margin-left: -20px;
            padding: 15px 35px;
        }

            .content-outer .order_detail .table-area .cart-forms .discount .discount-form {
                margin-top: 20px;
                margin-bottom: 0px;
                width: 100%;
            }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:first-child {
                    width: 100%;
                    float: none;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:nth-child(2) {
                    width: 100%;
                    float: none;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:nth-child(3) {
                    width: 100%;
                    float: none;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form:nth-child(4) {
                    width: 100%;
                    float: none;
                }

                    .content-outer .order_detail .table-area .cart-forms .discount .discount-form:nth-child(4) .field-wrapper {
                        width: 100%;
                    }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form label {
                    font-size: 17px;
                    padding-left: 0px;
                }

                .content-outer .order_detail .table-area .cart-forms .discount .discount-form .field-wrapper {
                    width: 100%;
                    font-size: 16px;
                }

            .content-outer .order_detail .table-area .cart-forms .shipping {
                display: block;
            }

                .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    float: none;
                    width: 100%;
                }

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form:nth-child(even) {
                        float: none;
                    }

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form label {
                        font-size: 17px;
                        padding-left: 0px;
                    }

                    .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form .input-box {
                        width: 100%;
                        font-size: 16px;
                    }

                        .content-outer .order_detail .table-area .cart-forms .shipping .shipping-form .input-box textarea {
                            width: 100%;
                            height: 70px;
                            font-size: 16px;
                            padding-left: 10px;
                        }

        .content-outer .order_detail .table-area .cart-totals {
            padding-top: 25px;
            padding-right: 0px;
        }

            .content-outer .order_detail .table-area .cart-totals table {
                padding-right: 25px;
                display: block;
            }

                .content-outer .order_detail .table-area .cart-totals table tbody tr td {
                    font-size: 18px;
                    padding-right: 0px !important;
                }

                .content-outer .order_detail .table-area .cart-totals table tfoot tr td {
                    font-size: 30px;
                    padding-right: 0px !important;
                }

        .content-outer .order_detail .table-area .last_botton {
            text-align: center;
        }

            .content-outer .order_detail .table-area .last_botton button {
                width: 130px;
                height: 37px;
                font-size: 18px;
                margin: 0px 13px;
            }

                .content-outer .order_detail .table-area .last_botton button:first-child {
                    margin-right: 13px;
                }
}

@media screen and (max-width: 320px) {
    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .order_edit .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

    .content-outer .order_edit .page-title h1 span {
        color: #f18101;
        margin-left: 10px;
    }

.content-outer .order_edit .table-area {
    border: 2px solid #f18101;
    padding: 24px 24px 70px 24px;
}

    .content-outer .order_edit .table-area #shopping-cart-table {
        float: initial;
        width: 100%;
        margin-bottom: 20px;
    }

        .content-outer .order_edit .table-area #shopping-cart-table thead tr {
            background: #f9f9f9;
        }

            .content-outer .order_edit .table-area #shopping-cart-table thead tr th {
                font-size: 24px;
                font-weight: bold;
                border-bottom: none;
                padding: 10px 5px;
                width: 15%;
                text-align: center;
            }

                .content-outer .order_edit .table-area #shopping-cart-table thead tr th:first-child {
                    width: 20%;
                    text-align: left;
                    padding-left: 15px;
                }

                .content-outer .order_edit .table-area #shopping-cart-table thead tr th:nth-child(2) {
                    width: 25%;
                }

                .content-outer .order_edit .table-area #shopping-cart-table thead tr th:nth-child(4) {
                    width: 20%;
                }

        .content-outer .order_edit .table-area #shopping-cart-table tbody tr {
            border-bottom: 1px solid #c9c9c9;
        }

            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td {
                background-color: transparent;
                padding: 10px 5px;
                border-bottom: none;
                vertical-align: middle;
            }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td .media_price_title {
                    display: none;
                }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:first-child {
                    padding: 30px 0px;
                    vertical-align: middle;
                }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:first-child img {
                        width: 230px;
                        position: relative;
                        display: block;
                    }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) {
                    padding-left: 15px;
                    vertical-align: middle;
                }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                        position: relative;
                        margin-left: 15px;
                        font-size: 24px;
                        font-weight: 600;
                        margin-bottom: 0;
                    }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                        font-size: 18px;
                        margin-left: 15px;
                        display: block;
                        font-weight: 600;
                    }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                            content: '';
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 7.5px 0 7.5px 15px;
                            border-color: transparent transparent transparent #f18101;
                            position: absolute;
                            top: calc(50% - 7.5px);
                            left: -20px;
                        }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                    text-align: center;
                    white-space: nowrap;
                    font-weight: bold;
                    font-size: 36px;
                }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                    min-width: 60px;
                    text-align: center;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) i {
                        font-size: 35px;
                        color: #f08300;
                    }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) i:hover {
                            color: #ffb64f;
                            cursor: pointer;
                        }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) input {
                        margin-bottom: 0px;
                        width: 90px;
                        height: 35px;
                        background: #e5e5e5;
                        margin: 0px 0.5vw;
                        border: none;
                        border-radius: 5px;
                        font-size: 24px;
                        text-align: center;
                        vertical-align: top;
                    }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                    color: #f18101;
                    font-size: 36px;
                    text-align: center;
                }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:last-child {
                    text-align: center;
                }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:last-child i {
                        font-size: 38px;
                        color: #50a4cf;
                        cursor: pointer;
                    }

                    .content-outer .order_edit .table-area .cart-forms {
        background: #f9f9f9;
        padding: 1.6vw 2.6vw 1.1vw 2.6vw;
        width: 100%;
        color: #636363;
    }

        .content-outer .order_edit .table-area .cart-forms  {
            margin-bottom: 20px;
        }

            .content-outer .order_edit .table-area .cart-forms  .discount-form {
                margin-bottom: 30px;
            }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:first-child {
                    width: 500px;
                    /*float: left;*/
                }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form:first-child select {
                        color: #f08300;
                    }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(2) {
                    width: 500px;
                    float: right;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(3) {
                    width: 500px;
                    float: right;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(4) {
                    width: 100%;
                    float: left;
                }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(4) .field-wrapper {
                        width: 500px;
                    }

                .content-outer .order_edit .table-area .cart-forms  .discount-form label {
                    font-size: 30px;
                    font-weight: 400;
                    line-height: 1.5;
                    color: #343434;
                    padding-left: 20px;
                }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form label span {
                        color: red;
                    }

                .content-outer .order_edit .table-area .cart-forms  .discount-form .field-wrapper span {
                    position: relative;
                }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form .field-wrapper span::after {
                        content: '';
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 10px 5px 0 5px;
                        top: 2px;
                        right: 20px;
                        border-color: black transparent transparent transparent;
                    }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form .field-wrapper span select {
                        font-size: 24px;
                        width: 500px;
                        height: 65px;
                        border-radius: 5px;
                        border: 2px solid #f08300;
                        padding-left: 20px;
                        background: white;
                        outline: none;
                    }

        .content-outer .order_edit .table-area .cart-forms .shipping {
            /*margin-bottom: 20px;*/
            display: inline-block;
            clear: both;
            width: 100%;
        }

            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form {
                margin: 0px 0px 30px 0px;
                float: left;
            }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form:nth-child(even) {
                    float: right;
                }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form:nth-child(5) {
                    width: 100%;
                }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form:nth-child(5) .input-box input {
                        width: 100%;
                    }

                /*.content-outer .order_edit .table-area .cart-forms .shipping .shipping-form:last-child {
                    width: 100%;
                }*/

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address {
                    width: 100%;
                }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box {
                        font-size: 24px;
                        width: 100%;
                        height: 65px;
                        border-radius: 5px;
                        border: 2px solid #f08300;
                        padding-left: 20px;
                        background: white;
                        outline: none;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span {
                            position: relative;
                            width: 15%;
                        }

                            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span::after {
                                content: '';
                                position: absolute;
                                width: 0;
                                height: 0;
                                border-style: solid;
                                border-width: 10px 5px 0 5px;
                                top: 15px;
                                right: 20px;
                                border-color: black transparent transparent transparent;
                            }

                            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span select {
                                font-size: 24px;
                                width: 100%;
                                height: 40px;
                                border: none;
                                display: inline-block;
                                direction: rtl;
                                padding-right: 50px;
                                border-right: 1px solid #f08300;
                            }

                        .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box input {
                            font-size: 24px;
                            width: 70%;
                            height: 61px;
                            border: none;
                            display: inline-block;
                        }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form label {
                    font-size: 30px;
                    font-weight: 400;
                    color: #343434;
                    padding-left: 20px;
                    line-height: 1.5;
                }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form label span {
                        color: red;
                    }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form .input-box input {
                    font-size: 24px;
                    width: 500px;
                    height: 65px;
                    border-radius: 5px;
                    border: 2px solid #f08300;
                    padding-left: 20px;
                    background: white;
                    outline: none;
                }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form .input-box textarea {
                    font-size: 24px;
                    width: 100%;
                    height: 120px;
                    border-radius: 5px;
                    border: 2px solid #f08300;
                    padding: 12px 20px;
                    resize: none;
                    background: white;
                    outline: none;
                }

    .content-outer .order_edit .table-area .explanation .price {
        float: right;
    }

        .content-outer .order_edit .table-area .explanation .price .subtotal {
            text-align: right;
            font-size: 24px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_edit .table-area .explanation .price .subtotal span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

        .content-outer .order_edit .table-area .explanation .price .freight {
            text-align: right;
            font-size: 24px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_edit .table-area .explanation .price .freight span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

        .content-outer .order_edit .table-area .explanation .price .total_price {
            text-align: right;
            font-size: 36px;
            font-weight: bold;
            padding: 5px 0px;
        }

            .content-outer .order_edit .table-area .explanation .price .total_price span {
                margin-right: 50px;
                min-width: 120px;
                width: auto;
                display: inline-block;
            }

    .content-outer .order_edit .table-area .explanation .order_explanation {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        min-height: 94px;
        color: red;
        width: 70%;
    }

    .content-outer .order_edit .table-area .last_botton {
        text-align: center;
        max-width: 100%;
        margin-top: 30px;
    }

        .content-outer .order_edit .table-area .last_botton button {
            width: 185px;
            height: 50px;
            font-size: 24px;
            border-radius: 5px;
            margin-bottom: 7px;
            cursor: pointer;
        }

            .content-outer .order_edit .table-area .last_botton button:first-child {
                margin-right: 40px;
                background-color: #f08300;
                color: #ffffff;
                border: 0 none;
            }

                .content-outer .order_edit .table-area .last_botton button:first-child:hover {
                    background: #ffb64f;
                }

            .content-outer .order_edit .table-area .last_botton button:last-child {
                border: 2px solid #f18101;
                color: #f18101;
                background: white;
            }

                .content-outer .order_edit .table-area .last_botton button:last-child:hover {
                    border: 2px solid #ffbf71;
                    color: #ffbf71;
                    background: white;
                }

@media screen and (max-width: 480px) {
    .content-outer .order_edit .table-area {
        padding: 0px;
        border: none;
        border-top: 1px solid #f18101;
        display: block;
    }

        .content-outer .order_edit .table-area #shopping-cart-table {
            margin-bottom: 13px;
        }

            .content-outer .order_edit .table-area #shopping-cart-table thead {
                display: none;
            }

            .content-outer .order_edit .table-area #shopping-cart-table tbody {
                display: block;
            }

                .content-outer .order_edit .table-area #shopping-cart-table tbody tr {
                    display: block;
                }

                    .content-outer .order_edit .table-area #shopping-cart-table tbody tr td {
                        display: block;
                        margin-left: 135px;
                        padding: 8px 5px;
                    }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td div {
                            text-align: right;
                            margin-right: 10px;
                        }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:first-child {
                            float: left;
                            margin: 0px;
                            padding: 20px 0px;
                        }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:first-child img {
                                width: 130px;
                            }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) h2 {
                            font-size: 16px;
                            margin-left: 0px;
                            margin-top: 10px;
                        }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) .description {
                            font-size: 14px;
                            margin-left: 0px;
                        }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(2) h2::before {
                                display: none;
                            }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(3) {
                            font-size: 18px;
                            text-align: left;
                        }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(3) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 30px;
                            }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) {
                            margin-left: 135px;
                            text-align: inherit;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) i {
                                font-size: 25px;
                            }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) .btn_plus {
                                visibility: hidden;
                            }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) input {
                                width: 65px;
                                height: 25px;
                                font-size: 14px;
                                margin: 0px 5px;
                            }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(4) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 7px;
                            }

                        .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(5) {
                            font-size: 18px;
                            text-align: left;
                            font-weight: bold;
                            padding: 8px 5px 15px 5px;
                        }

                            .content-outer .order_edit .table-area #shopping-cart-table tbody tr td:nth-child(5) .media_price_title {
                                display: initial;
                                font-size: 16px;
                                margin-left: 10px;
                                float: left;
                                margin-right: 30px;
                                color: #4b4b4b;
                            }

            .content-outer .order_edit .table-area #shopping-cart-table tfoot tr td {
                text-align: center;
            }

             .content-outer .order_edit .table-area .cart-forms {
            width: calc(100% + 40px);
            margin-left: -20px;
            padding: 15px 35px;
        }

            .content-outer .order_edit .table-area .cart-forms  .discount-form {
                margin-bottom: 20px;
            }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:first-child {
                    width: auto;
                    float: none;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(2) {
                    width: auto;
                    float: none;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(3) {
                    width: auto;
                    float: none;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(4) {
                    width: 100%;
                    float: none;
                }

                    .content-outer .order_edit .table-area .cart-forms  .discount-form:nth-child(4) .field-wrapper {
                        width: auto;
                    }

                .content-outer .order_edit .table-area .cart-forms  .discount-form label {
                    font-size: 17px;
                    padding-left: 10px;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form .field-wrapper span::after {
                    border-width: 7px 3.5px 0 3.5px;
                    top: 4px;
                }

                .content-outer .order_edit .table-area .cart-forms  .discount-form .field-wrapper span select {
                    width: 100% !important;
                    height: 35px;
                    font-size: 16px;
                    padding-left: 10px;
                }

            .content-outer .order_edit .table-area .cart-forms .shipping {
                display: block;
            }

                .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form {
                    margin-bottom: 20px;
                    float: none;
                }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form:nth-child(even) {
                        float: none;
                    }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box {
                        padding-left: 0px;
                        height: 35px;
                        margin-bottom: 60px;
                        display: inherit;
                        position: relative;
                    }

                        .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            width: 50%;
                            float: left;
                            height: 33px;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span:nth-child(2) select {
                                border: none;
                            }

                            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span::after {
                                border-width: 7px 3.5px 0 3.5px;
                                top: 14px;
                            }

                            .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box span select {
                                padding-right: 55px;
                                height: 24px;
                                font-size: 16px;
                                vertical-align: baseline;
                            }

                        .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form.div_user_address .input-box input {
                            display: block;
                            width: calc(100vw - 70px);
                            height: 35px;
                            font-size: 16px;
                            padding-left: 10px;
                            border-radius: 5px;
                            border: 2px solid #f08300;
                            position: absolute;
                            bottom: -45px;
                            left: -2px;
                        }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form label {
                        font-size: 17px;
                        padding-left: 10px;
                    }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form .input-box input {
                        width: 100% !important;
                        height: 35px;
                        font-size: 16px;
                        padding-left: 10px;
                    }

                    .content-outer .order_edit .table-area .cart-forms .shipping .shipping-form .input-box textarea {
                        width: 100%;
                        height: 70px;
                        font-size: 16px;
                        padding-left: 10px;
                    }

        .content-outer .order_edit .table-area .explanation {
            position: relative;
        }

            .content-outer .order_edit .table-area .explanation .price {
                float: none;
                margin-top: 70px;
            }

                .content-outer .order_edit .table-area .explanation .price .subtotal {
                    font-size: 16px;
                    margin-left: calc(135px + 10px);
                    padding: 5px;
                    text-align: left;
                    vertical-align: bottom;
                }

                    .content-outer .order_edit .table-area .explanation .price .subtotal span {
                        min-width: initial;
                        float: right;
                        margin-right: 10px;
                    }

                .content-outer .order_edit .table-area .explanation .price .freight {
                    font-size: 16px;
                    margin-left: calc(135px + 10px);
                    padding: 5px;
                    text-align: left;
                    vertical-align: bottom;
                }

                    .content-outer .order_edit .table-area .explanation .price .freight span {
                        min-width: initial;
                        float: right;
                        margin-right: 10px;
                    }

                .content-outer .order_edit .table-area .explanation .price .total_price {
                    font-size: 22px;
                    margin-left: calc(135px + 10px);
                    padding: 5px;
                    text-align: left;
                    vertical-align: bottom;
                }

                    .content-outer .order_edit .table-area .explanation .price .total_price span {
                        min-width: initial;
                        float: right;
                        margin-right: 10px;
                    }

            .content-outer .order_edit .table-area .explanation .order_explanation {
                font-size: 15.5px;
                margin: 0px;
                position: absolute;
                top: -60px;
                width: 100%;
                text-align: left;
            }

        .content-outer .order_edit .table-area .last_botton {
            text-align: center;
            margin-top: 25px;
        }

            .content-outer .order_edit .table-area .last_botton button {
                width: 130px;
                height: 37px;
                font-size: 18px;
                margin: 0px 13px;
            }

                .content-outer .order_edit .table-area .last_botton button:first-child {
                    margin-right: 13px;
                }
}

@media screen and (max-width: 320px) {
    .content-outer .order_edit .table-area .explanation .price .subtotal span {
        margin-right: 0px;
    }
    .content-outer .order_edit .table-area .explanation .price .total_price span {
        margin-right: 0px;
    }
    .content-outer .order_edit .table-area .last_botton button {
        margin: 0px 4px;
    }
    .content-outer .order_edit .table-area .last_botton button:first-child {
        margin-right: 0px;
    }

    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .contact_us .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .contact_us .table-area {
    border-top: 2px solid #f18101;
    padding-top: 50px;
}

    .content-outer .contact_us .table-area img {
        margin: 65px 0px 0px 25px;
    }

    .content-outer .contact_us .table-area div {
        margin: 65px 0px 0px 25px;
        font-size: 26px;
        color: #f58220;
        font-weight: bold;
        line-height: 45px;
    }

@media screen and (max-width: 480px) {
    .content-outer .contact_us .table-area {
        padding-top: 30px;
    }

        .content-outer .contact_us .table-area iframe {
            height: 160px;
        }

        .content-outer .contact_us .table-area img {
            margin: 45px 0px 0px 10px;
        }

        .content-outer .contact_us .table-area div {
            margin: 45px 0px 0px 10px;
            font-size: 14px;
            line-height: 24px;
        }
}

.content-outer .information .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .information .table-area {
    border: 2px solid #f18101;
    padding: 24px;
}

    .content-outer .information .table-area #information-table {
        float: initial;
        width: 100%;
    }

        .content-outer .information .table-area #information-table thead tr {
            background: #f9f9f9;
        }

            .content-outer .information .table-area #information-table thead tr th {
                border-bottom: none;
                padding: 10px 5px;
                text-align: left;
                font-size: 24px;
            }

                .content-outer .information .table-area #information-table thead tr th:first-child {
                    width: 30%;
                    text-align: left;
                    padding-left: 25px;
                }

                .content-outer .information .table-area #information-table thead tr th:nth-child(2) {
                    width: 30%;
                }

                .content-outer .information .table-area #information-table thead tr th:nth-child(3) {
                    width: 40%;
                }

        .content-outer .information .table-area #information-table tbody tr td {
            background-color: transparent;
            padding: 60px 5px;
            border-bottom: none;
            vertical-align: middle;
            font-size: 24px;
            text-align: left;
        }

            .content-outer .information .table-area #information-table tbody tr td:first-child {
                padding-left: 25px;
                text-align: left;
            }

            .content-outer .information .table-area #information-table tbody tr td:last-child {
                text-align: right;
            }

                .content-outer .information .table-area #information-table tbody tr td:last-child button {
                    color: white;
                    font-size: 24px;
                    width: 185px;
                    height: 50px;
                    border-radius: 5px;
                    background: rgba(240, 131, 0, 0.85);
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    text-align: center;
                    margin: 0px 5.9px;
                }

                    .content-outer .information .table-area #information-table tbody tr td:last-child button:hover {
                        background: rgba(255, 182, 79, 0.85);
                        cursor: pointer;
                    }

@media screen and (max-width: 480px) {
    .content-outer .information .table-area {
        padding: 0px;
        border: none;
        border: 2px solid #f18101;
        display: block;
        position: relative;
        margin-bottom: 80px;
    }

        .content-outer .information .table-area #information-table {
            margin-bottom: 0px;
        }

            .content-outer .information .table-area #information-table thead {
                display: none;
            }

            .content-outer .information .table-area #information-table tbody {
                display: block;
                padding: 15px;
            }

                .content-outer .information .table-area #information-table tbody tr {
                    display: block;
                    background: #f9f9f9;
                    border-bottom: none;
                }

                    .content-outer .information .table-area #information-table tbody tr:first-child {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                    .content-outer .information .table-area #information-table tbody tr td {
                        display: block;
                        margin-left: 30.6vw;
                        padding: 20px 5px;
                        position: relative;
                        text-align: center !important;
                        font-size: 18px;
                        background: white;
                    }

                        .content-outer .information .table-area #information-table tbody tr td::before {
                            position: absolute;
                            top: calc(50% - 9.5px);
                            left: -25.6vw;
                            width: 30%;
                            padding-right: 10px;
                            white-space: nowrap;
                            text-align: left;
                            font-weight: bold;
                            color: #1a1a1a;
                            font-size: 14px;
                        }

                        .content-outer .information .table-area #information-table tbody tr td:nth-child(1) {
                            padding-left: 5px;
                        }

                            .content-outer .information .table-area #information-table tbody tr td:nth-child(1)::before {
                                content: '會員姓名';
                            }

                        .content-outer .information .table-area #information-table tbody tr td:nth-child(2)::before {
                            content: '手機號碼';
                        }

                        .content-outer .information .table-area #information-table tbody tr td:nth-child(3) {
                            padding: 0px;
                            position: absolute;
                            bottom: -80px;
                            left: calc(50% - 65px);
                            margin: 0px;
                            width: 130px;
                            height: 37px;
                            font-size: 18px;
                        }

                            .content-outer .information .table-area #information-table tbody tr td:nth-child(3) button {
                                width: 130px;
                                height: 37px;
                                font-size: 18px;
                                padding: 0px;
                                margin: 0px;
                            }

                        .content-outer .information .table-area #information-table tbody tr td div {
                            text-align: right;
                            margin-right: 10px;
                        }
}

@media screen and (max-width: 320px) {
    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .information_edit {
    margin: 0px auto;
}

    .content-outer .information_edit .page-title h1 {
        font-size: 32px;
        border-bottom: none;
        font-weight: 600;
        padding-bottom: 3px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .content-outer .information_edit .table-area {
        border: 2px solid #f18101;
        padding: 24px 24px 70px 24px;
    }

        .content-outer .information_edit .table-area #information-table {
            float: initial;
            width: 100%;
        }

            .content-outer .information_edit .table-area #information-table thead tr {
                background: #f9f9f9;
            }

                .content-outer .information_edit .table-area #information-table thead tr th {
                    border-bottom: none;
                    padding: 10px 5px;
                    text-align: left;
                    font-size: 24px;
                }

                    .content-outer .information_edit .table-area #information-table thead tr th:first-child {
                        text-align: left;
                        padding-left: 25px;
                    }

            .content-outer .information_edit .table-area #information-table tbody tr {
                border-bottom: 1px solid #c9c9c9;
            }

                .content-outer .information_edit .table-area #information-table tbody tr td {
                    background-color: transparent;
                    padding: 60px 5px;
                    border-bottom: none;
                    vertical-align: middle;
                    font-size: 24px;
                    text-align: left;
                    position: relative;
                }

                    .content-outer .information_edit .table-area #information-table tbody tr td input {
                        width: 250px;
                        height: 65px;
                        border-radius: 5px;
                        border: 2px solid #d2d2d2;
                        font-size: 30px;
                        padding-left: 20px;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td label {
                        position: absolute;
                        top: 20px;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td label span {
                        color: red;
                        position: static;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td span {
                        position: absolute;
                        bottom: 20px;
                        left: 5px;
                        color: red;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td:first-child {
                        padding-left: 25px;
                        text-align: left;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td:first-child span {
                        left: 25px;
                    }

                    .content-outer .information_edit .table-area #information-table tbody tr td:last-child button {
                        color: white;
                        font-size: 24px;
                        width: 185px;
                        height: 50px;
                        border-radius: 5px;
                        background: #f08300d9;
                        border: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        text-align: center;
                        margin: 0px 5.9px;
                    }

                        .content-outer .information_edit .table-area #information-table tbody tr td:last-child button:hover {
                            background: #ffb64fd9;
                            cursor: pointer;
                        }

        .content-outer .information_edit .table-area .explanation {
            width: 100%;
            font-size: 30px;
            color: #c70202;
            margin-top: 30px;
            text-align: left;
            padding-left: 25px;
        }

        .content-outer .information_edit .table-area .last_botton {
            width: 100%;
            text-align: center;
        }

            .content-outer .information_edit .table-area .last_botton button {
                width: 185px;
                height: 50px;
                font-size: 24px;
                border-radius: 5px;
                margin-top: 50px;
                cursor: pointer;
            }

                .content-outer .information_edit .table-area .last_botton button:first-child {
                    background-color: #f08300;
                    color: #ffffff;
                    border: 0 none;
                    margin-right: 40px;
                }

                    .content-outer .information_edit .table-area .last_botton button:first-child:hover {
                        background: #ffb64f;
                    }

                .content-outer .information_edit .table-area .last_botton button:last-child {
                    border: 2px solid #f18101;
                    color: #f18101;
                    background: white;
                }

                    .content-outer .information_edit .table-area .last_botton button:last-child:hover {
                        border: 2px solid #ffbf71;
                        color: #ffbf71;
                        background: white;
                    }

@media screen and (max-width: 480px) {
    .content-outer .information_edit {
        width: 100%;
    }

        .content-outer .information_edit .table-area {
            padding: 0px;
            border: none;
            border: 2px solid #f18101;
            display: block;
            position: relative;
            margin-bottom: 80px;
        }

            .content-outer .information_edit .table-area #information-table {
                margin-bottom: 0px;
            }

                .content-outer .information_edit .table-area #information-table thead {
                    display: none;
                }

                .content-outer .information_edit .table-area #information-table tbody {
                    display: block;
                    padding: 15px;
                }

                    .content-outer .information_edit .table-area #information-table tbody tr {
                        display: block;
                        background: #f9f9f9;
                        border-bottom: none;
                        -webkit-box-shadow: 0 1px 0 #dfdfdf;
                        box-shadow: 0 1px 0 #dfdfdf;
                        border-bottom: 20px solid white;
                    }

                        .content-outer .information_edit .table-area #information-table tbody tr td {
                            display: block;
                            margin-left: 30.6vw;
                            padding: 20px 5px 20px 20px;
                            position: relative;
                            text-align: center !important;
                            font-size: 18px;
                            background: white;
                        }

                            .content-outer .information_edit .table-area #information-table tbody tr td::before {
                                position: absolute;
                                top: calc(50% - 9.5px);
                                left: -25.6vw;
                                width: 30%;
                                padding-right: 10px;
                                white-space: nowrap;
                                text-align: left;
                                font-weight: bold;
                                color: #1a1a1a;
                                font-size: 14px;
                            }

                            .content-outer .information_edit .table-area #information-table tbody tr td:nth-child(1) {
                                padding-left: 20px;
                            }

                                .content-outer .information_edit .table-area #information-table tbody tr td:nth-child(1)::before {
                                    content: '會員姓名';
                                }

                            .content-outer .information_edit .table-area #information-table tbody tr td:nth-child(2)::before {
                                content: '新密碼';
                            }

                            .content-outer .information_edit .table-area #information-table tbody tr td:nth-child(3)::before {
                                content: '新密碼確認';
                            }

                            .content-outer .information_edit .table-area #information-table tbody tr td div {
                                text-align: right;
                                margin-right: 10px;
                            }

                            .content-outer .information_edit .table-area #information-table tbody tr td input {
                                width: 36.1vw;
                                height: 35px;
                                text-align: center;
                                font-size: 18px;
                                padding-left: 0px;
                            }
                            .content-outer .information_edit .table-area #information-table tbody tr td label {
                                font-size: 14px;
                                top: -5px;
                            }
                            .content-outer .information_edit .table-area #information-table tbody tr td span {
                                font-size: 14px;
                                bottom: 0px;
                                left: 9vw !important;
                                position: initial;
                            }
            .content-outer .information_edit .table-area .explanation {
                font-size: 15px;
                margin-top: 5px;
                padding: 0px 15px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                margin: 0px auto;
            }

            .content-outer .information_edit .table-area .last_botton button {
                width: 36.1vw;
                height: 35px;
                font-size: 18px;
                padding: 0px;
                margin: 40px 0px;
            }

                .content-outer .information_edit .table-area .last_botton button:first-child {
                    margin-right: 15px;
                }
}

@media screen and (max-width: 320px) {
    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .news {
    margin: 0px auto;
}

    .content-outer .news .page-title h1 {
        font-size: 32px;
        border-bottom: none;
        font-weight: 600;
        padding-bottom: 3px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .content-outer .news .table-area {
        border-top: 2px solid #f18101;
        padding: 0px 24px;
    }
    .content-outer .news .table-area .noNews {
        font-size: 20px;
        margin: 90px auto 20px auto;
        text-align: center;
    }
    .content-outer .news .table-area .noNews img {
        margin: 0px 0px 20px 20px;
    }
        .content-outer .news .table-area #news-table {
            float: initial;
            width: 100%;
        }

            .content-outer .news .table-area #news-table tr {
                border-bottom: 1px solid #c9c9c9;
                position: relative;
                cursor: pointer;
            }

                .content-outer .news .table-area #news-table tr:hover {
                    border-bottom: 1px solid #f18101;
                }

                .content-outer .news .table-area #news-table tr td {
                    background-color: transparent;
                    padding: 35px 5px;
                    border-bottom: none;
                    vertical-align: middle;
                    font-size: 24px;
                    text-align: left;
                }

                    .content-outer .news .table-area #news-table tr td:first-child {
                        text-align: left;
                        width: 200px;
                    }

                    .content-outer .news .table-area #news-table tr td:last-child {
                        font-size: 30px;
                        text-align: left;
                        width: 800px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;
                    }
@media screen and (max-width: 1023px) {
    .content-outer .news .table-area #news-table tr td:first-child {
        width: 150px;
    }
    .content-outer .news .table-area #news-table tr td:last-child {
        width: 250px;
    }
    .content-outer .news .table-area {
        padding: initial;
    }
    .content-outer .news .table-area .noNews {
        font-size: 16px;
    }
    .content-outer .news .table-area .noNews img {
            width: 240px;
    }
}
@media screen and (max-width: 480px) {
    .content-outer .news {
        width: 100%;
    }

        .content-outer .news .table-area {
            padding: 0px;
            border: none;
            border-top: 2px solid #f18101;
            display: block;
            position: relative;
            margin-bottom: 20px;
        }

            .content-outer .news .table-area #news-table {
                margin-bottom: 0px;
            }

                .content-outer .news .table-area #news-table thead {
                    display: none;
                }

                .content-outer .news .table-area #news-table tbody {
                    padding: 0px 15px;
                }

                    .content-outer .news .table-area #news-table tbody tr td:first-child {
                        text-align: left;
                        width: auto;
                        font-size: 14px;
                        padding-left: 5px;
                    }

                    .content-outer .news .table-area #news-table tbody tr td:last-child {
                        font-size: 18px;
                        text-align: left;
                        width: 61.5vw;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;
                    }
}

@media screen and (max-width: 320px) {
    .content-outer .order_detail .table-area .last_botton button {
        margin: 0px 5px;
    }

        .content-outer .order_detail .table-area .last_botton button:first-child {
            margin-right: 5px;
        }
}

.content-outer .news_detail {
    min-width: 1000px;
    margin: 0px auto;
}

    .content-outer .news_detail .page-title h1 {
        font-size: 32px;
        border-bottom: none;
        font-weight: 600;
        padding-bottom: 3px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .content-outer .news_detail .table-area {
        border: 2px solid #f18101;
        padding: 20px 20px 50px 20px;
    }

        .content-outer .news_detail .table-area .news_title {
            font-size: 28px;
            padding: 25px 25px 0px 25px;
            font-weight: bold;
        }

            .content-outer .news_detail .table-area .news_title .news_date {
                margin-top: 5px;
                font-size: 14px;
                color: #999;
                text-align: right;
            }

        .content-outer .news_detail .table-area .news_content {
            padding: 0px 25px 25px 25px;
            border-bottom: 1px solid #c9c9c9;
        }

        .content-outer .news_detail .table-area .last_botton {
            width: 100%;
            text-align: center;
        }

            .content-outer .news_detail .table-area .last_botton button {
                width: 185px;
                height: 50px;
                font-size: 24px;
                border-radius: 5px;
                margin-top: 50px;
                cursor: pointer;
                background-color: #f08300;
                color: #ffffff;
                border: 0 none;
                margin-right: 40px;
            }

                .content-outer .news_detail .table-area .last_botton button:hover {
                    background: #ffb64f;
                }

@media screen and (max-width: 480px) {
    .content-outer .news_detail {
        width: 100%;
        min-width: auto;
    }

        .content-outer .news_detail .table-area {
            padding: 10px;
            border: 2px solid #f18101;
            display: block;
            position: relative;
            margin-bottom: 80px;
        }

            .content-outer .news_detail .table-area .news_title {
                font-size: 18px;
                padding: 10px;
                font-weight: bold;
            }

                .content-outer .news_detail .table-area .news_title .news_date {
                    margin-top: 5px;
                    font-size: 12px;
                    color: #999;
                    text-align: right;
                }

            .content-outer .news_detail .table-area .news_content {
                padding: 10px;
                border-bottom: 1px solid #c9c9c9;
            }

            .content-outer .news_detail .table-area .last_botton button {
                width: 36.1vw;
                height: 35px;
                font-size: 18px;
                padding: 0px;
                margin: 40px 0px;
            }
}

.content-outer .about_us .page-title h1 {
    font-size: 32px;
    border-bottom: none;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.content-outer .about_us .table-area {
    border-top: 2px solid #f18101;
    padding-top: 50px;
}

    .content-outer .about_us .table-area .top_text {
        height: 233px;
        background: #f29c9f;
        padding-top: 40px;
    }

        .content-outer .about_us .table-area .top_text .top_title {
            color: white;
            font-weight: bold;
            font-size: 24px;
            margin-left: 3.1vw;
        }

        .content-outer .about_us .table-area .top_text .top_content {
            font-size: 18px;
            color: white;
            margin-left: 3.1vw;
            margin-top: 15px;
        }

    .content-outer .about_us .table-area .top {
        margin-top: -87px;
        margin-bottom: 80px;
    }

        .content-outer .about_us .table-area .top .img {
            width: 490px;
            height: 333px;
            background: url(/Content/images/front_new/images/top_background_img.jpg);
            background-size: contain;
            margin-left: 3.1vw;
            display: inline-block;
        }

            .content-outer .about_us .table-area .top .img img {
                width: 464px;
                height: 308px;
                border: 5px solid white;
            }

        .content-outer .about_us .table-area .top .text {
            margin: 165px 0px 0px 40px;
            font-size: 20px;
            color: #412011;
            display: inline-block;
            float: right;
            width: calc(100% - 530px - 3.1vw);
        }

    .content-outer .about_us .table-area .center {
        margin-left: 3.1vw;
        background: #e8e6e6;
        padding: 45px 50px;
        margin-bottom: 80px;
        position: relative;
    }

        .content-outer .about_us .table-area .center::after {
            content: '';
            width: 190px;
            height: 190px;
            position: absolute;
            right: -45px;
            bottom: -50px;
            background: url(/Content/images/front_new/images/center_background_img.png) 100% no-repeat;
        }

        .content-outer .about_us .table-area .center .center_title {
            margin-bottom: 25px;
            font-size: 24px;
            font-weight: bold;
            color: #412011;
        }

        .content-outer .about_us .table-area .center .center_content {
            font-size: 20px;
            color: #412011;
            padding-right: 110px;
        }

    .content-outer .about_us .table-area .left {
        margin-left: 3.1vw;
        min-height: 368px;
        height: auto;
        margin-bottom: 80px;
    }

        .content-outer .about_us .table-area .left .img {
            width: 490px;
            height: 333px;
            background: url(/Content/images/front_new/images/left_background_img.jpg);
            background-size: contain;
            margin-top: 35px;
            display: inline-block;
            float: left;
        }

            .content-outer .about_us .table-area .left .img img {
                width: 456px;
                height: 305px;
                border: 5px solid white;
            }

        .content-outer .about_us .table-area .left .text {
            margin: 100px 0px 0px 40px;
            font-size: 20px;
            color: #412011;
            display: inline-block;
            width: calc(100% - 530px);
        }

.content-outer .about_us .table-area .left .text .text_title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #412011;
}

    .content-outer .about_us .table-area .right {
        margin-left: 3.1vw;
        min-height: 368px;
        height: auto;
        margin-bottom: 80px;
    }

        .content-outer .about_us .table-area .right .img {
            width: 490px;
            height: 333px;
            background: url(/Content/images/front_new/images/right_background_img.jpg);
            background-size: contain;
            margin-top: 35px;
            display: inline-block;
            float: right;
        }

            .content-outer .about_us .table-area .right .img img {
                width: 463px;
                height: 309px;
                border: 5px solid white;
            }

        .content-outer .about_us .table-area .right .text {
            margin: 100px 40px 0px 0px;
            font-size: 20px;
            color: #412011;
            display: inline-block;
            width: calc(100% - 530px);
        }

.content-outer .about_us .table-area .right .text .text_title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #412011;
}

@media screen and (max-width: 480px) {
    .content-outer .about_us .table-area {
        padding-top: 30px;
    }

        .content-outer .about_us .table-area .top_text {
            height: 178px;
            padding-top: 23px;
            margin-bottom: 0px;
        }

            .content-outer .about_us .table-area .top_text .top_title {
                font-size: 16px;
                margin: 0px 5.6vw;
            }

            .content-outer .about_us .table-area .top_text .top_content {
                font-size: 14px;
                margin: 15px 5.6vw 0px 5.6vw;
            }

        .content-outer .about_us .table-area .top {
            margin-top: -7.4vw;
            margin-bottom: 0px;
        }

            .content-outer .about_us .table-area .top .img {
                background: url(/Content/images/front_new/images/media_top_background_img.jpg);
                background-repeat: no-repeat;
                width: calc(100% - 5.6vw);
                margin-left: 5.6vw;
                height: 55vw;
                margin-top: 0px;
                background-size: 100%;
            }

                .content-outer .about_us .table-area .top .img img {
                    width: 77.2vw;
                    height: 51.5vw;
                }

            .content-outer .about_us .table-area .top .text {
                margin: 25px 0px 0px 5.6vw;
                font-size: 14px;
                width: calc(100% - 5.6vw);
                float: none;
            }

        .content-outer .about_us .table-area .center {
            padding: 25px 20px;
            margin-left: 5.6vw;
            margin-top: 45px;
            margin-bottom: 0px;
        }

            .content-outer .about_us .table-area .center::after {
                width: 80px;
                height: 80px;
                right: -32px;
                bottom: -35px;
                background-size: contain;
            }

            .content-outer .about_us .table-area .center .center_title {
                font-size: 16px;
            }

            .content-outer .about_us .table-area .center .center_content {
                font-size: 14px;
                padding-right: 0px;
            }

        .content-outer .about_us .table-area .left {
            margin-left: 5.6vw;
            margin-top: 45px;
            margin-bottom: 0px;
            min-height: auto;
        }

            .content-outer .about_us .table-area .left .img {
                width: 100%;
                height: 58vw;
                margin-top: 0px;
            }

                .content-outer .about_us .table-area .left .img img {
                    width: 79.1vw;
                    height: 52.3vw;
                }

            .content-outer .about_us .table-area .left .text {
                margin: 0px;
                margin-top: 25px;
                font-size: 14px;
                width: 100%;
                float: none;
            }
  .content-outer .about_us .table-area .left .text .text_title {
    font-size: 16px;
  }
        .content-outer .about_us .table-area .right {
            margin-left: 5.6vw;
            margin-top: 45px;
            margin-bottom: 0px;
            min-height: auto;
        }

            .content-outer .about_us .table-area .right .img {
                width: 100%;
                height: 58vw;
                margin-top: 0px;
            }

                .content-outer .about_us .table-area .right .img img {
                    width: 79.8vw;
                    height: 53.1vw;
                }

            .content-outer .about_us .table-area .right .text {
                margin: 0px;
                margin-top: 25px;
                font-size: 14px;
                width: 100%;
                float: none;
            }
  .content-outer .about_us .table-area .right .text .text_title {
    font-size: 16px;
  }
}

.popup .remittance {
    width: 430px;
    height: auto;
    border: 2px solid #f19149;
    position: absolute;
    left: calc(50% - 215px);
    top: calc(50% - 271px);
    background: white;
    padding: 50px 0px;
    text-align: center;
    border-radius: 5px;
}

    .popup .remittance .title {
        font-size: 30px;
        margin: 0px auto 35px auto;
        font-weight: bold;
    }

    .popup .remittance > span {
        margin: 0px auto 20px auto;
        display: block;
        font-size: 20px;
        color: red;
        width: 240px;
        text-align: left;
        font-weight: bold;
    }

    .popup .remittance input {
        width: 240px;
        height: 65px;
        font-size: 30px;
        margin-bottom: 20px;
        border: 2px solid #959595;
        border-radius: 5px;
        text-align: center;
    }

    .popup .remittance input[type="radio"] {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin: 0px 10px 0px 0px;
        border: 2px solid #959595;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
    }

    .popup .remittance div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 20px 40px;
    }

    .popup .remittance div > label {
        width: auto;
        margin: 0px 10px;
    }

    .popup .remittance label {
        display: flex;
        width: 240px;
        margin: 0px auto 20px auto;
        text-align: left;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
    }

    .popup .remittance input[type="checkbox"] {
        width: 30px;
        height: 30px;
        margin: 0px 10px 0px 0px;
    }

    .popup .remittance input[type="date"] {
        font-size: 25px;
    }

    .popup .remittance a button {
        width: 165px;
        height: 55px;
        margin: 20px 10px 0px 10px;
        border-radius: 5px;
        font-size: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

    .popup .remittance a .btn_cancel {
        border: 2px solid #f18101;
        color: #f18101;
        background: white;
    }

        .popup .remittance a .btn_cancel:hover {
            border: 2px solid #ffbf71;
            color: #ffbf71;
            background: white;
        }

    .popup .remittance a .btn_save {
        background-color: #f08300;
        color: #ffffff;
        border: 0 none;
    }

        .popup .remittance a .btn_save:hover {
            background: #ffb64f;
        }

.popup .remittance_status {
    width: 430px;
    height: 340px;
    border: 2px solid #f19149;
    position: absolute;
    left: calc(50% - 215px);
    top: calc(50% - 175px);
    background: white;
    padding: 50px 0px;
    text-align: center;
    border-radius: 5px;
}

    .popup .remittance_status .title {
        font-size: 30px;
        margin-bottom: 50px;
        font-weight: bold;
    }

    .popup .remittance_status .content {
        font-size: 24px;
        margin-bottom: 60px;
        font-weight: bold;
    }

    .popup .remittance_status a button {
        width: 165px;
        height: 55px;
        margin: 0px 10px;
        border-radius: 5px;
        font-size: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

    .popup .remittance_status a .btn_cancel {
        border: 2px solid #f18101;
        color: #f18101;
        background: white;
    }

        .popup .remittance_status a .btn_cancel:hover {
            border: 2px solid #ffbf71;
            color: #ffbf71;
            background: white;
        }

    .popup .remittance_status a .btn_save {
        background-color: #f08300;
        color: #ffffff;
        border: 0 none;
    }

        .popup .remittance_status a .btn_save:hover {
            background: #ffb64f;
        }

.popup .verification {
    width: 480px;
    height: auto;
    border: 2px solid #f19149;
    position: absolute;
    left: calc(50% - 215px);
    top: calc(50% - 175px);
    background: white;
    padding: 50px 0px;
    text-align: center;
    border-radius: 5px;
}

    .popup .verification .title {
        font-size: 30px;
        margin-bottom: 35px;
        font-weight: bold;
    }

    .popup .verification input {
        width: 240px;
        height: 65px;
        font-size: 30px;
        border: 2px solid #959595;
        border-radius: 5px;
        text-align: left;
        padding-left: 15px;
    }

    .popup .verification #f_register_code {
        width: 165px;
        height: 55px;
        margin: 0px 10px;
        font-size: 24px;
        padding-left: 10px;
    }

    .popup .verification .content {
        display: flex;
        justify-content: center;
    }

    .popup .verification span {
        width: 100%;
        font-size: 24px;
        margin-top: 5px;
        color: red;
        display: block;
    }

    .popup .verification a {
        display: inline-block;
        margin-top: 40px;
    }

        .popup .verification a button {
            width: 165px;
            height: 55px;
            margin: 0px 10px;
            border-radius: 5px;
            font-size: 24px;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: pointer;
        }

        .popup .verification a .btn_cancel {
            border: 2px solid #f18101;
            color: #f18101;
            background: white;
        }

            .popup .verification a .btn_cancel:hover {
                border: 2px solid #ffbf71;
                color: #ffbf71;
                background: white;
            }

        .popup .verification a .btn_save {
            background-color: #f08300;
            color: #ffffff;
            border: 0 none;
        }

        .popup .verification a .btn_save:hover {
            background: #ffb64f;
        }

    .popup .verification #btn_submit_auth_code {
        width: 165px;
        height: 55px;
        margin: 0px 10px;
        border-radius: 5px;
        font-size: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        background-color: #f08300;
        color: #ffffff;
        border: 0 none;
    }

    .popup .verification #btn_submit_auth_code:hover {
        background: #ffb64f;
    }

.popup .forget_password {
    width: 570px;
    height: 425px;
    border: 2px solid #f19149;
    position: absolute;
    left: calc(50% - 285px);
    top: calc(50% - 207.5px);
    background: white;
    padding: 50px 0px;
    text-align: center;
    border-radius: 5px;
}

    .popup .forget_password .title {
        font-size: 30px;
        margin-bottom: 35px;
        font-weight: bold;
    }

    .popup .forget_password input {
        width: 395px;
        height: 65px;
        font-size: 30px;
        margin-bottom: 40px;
        border: 2px solid #959595;
        border-radius: 5px;
        text-align: left;
        padding-left: 30px;
    }

    .popup .forget_password a button {
        width: 165px;
        height: 55px;
        margin: 0px 10px;
        border-radius: 5px;
        font-size: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin-top: 20px;
    }

    .popup .forget_password a .btn_cancel {
        border: 2px solid #f18101;
        color: #f18101;
        background: white;
    }

        .popup .forget_password a .btn_cancel:hover {
            border: 2px solid #ffbf71;
            color: #ffbf71;
            background: white;
        }

    .popup .forget_password a .btn_save {
        background-color: #f08300;
        color: #ffffff;
        border: 0 none;
    }

        .popup .forget_password a .btn_save:hover {
            background: #ffb64f;
        }

.popup .forget_password_status {
    width: 570px;
    height: 305px;
    border: 2px solid #f19149;
    position: absolute;
    left: calc(50% - 285px);
    top: calc(50% - 152.5px);
    background: white;
    padding: 50px 0px;
    text-align: center;
    border-radius: 5px;
}

    .popup .forget_password_status .title {
        font-size: 30px;
        margin-bottom: 50px;
        font-weight: bold;
    }

    .popup .forget_password_status .content {
        font-size: 24px;
        margin-bottom: 60px;
        font-weight: bold;
    }

    .popup .forget_password_status a button {
        width: 165px;
        height: 55px;
        margin: 0px 10px;
        border-radius: 5px;
        font-size: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

    .popup .forget_password_status a .btn_cancel {
        border: 2px solid #f18101;
        color: #f18101;
        background: white;
    }

        .popup .forget_password_status a .btn_cancel:hover {
            border: 2px solid #ffbf71;
            color: #ffbf71;
            background: white;
        }

    .popup .forget_password_status a .btn_save {
        background-color: #f08300;
        color: #ffffff;
        border: 0 none;
    }

        .popup .forget_password_status a .btn_save:hover {
            background: #ffb64f;
        }

@media screen and (max-width: 480px) {
    .popup .remittance {
        width: 250px;
        height: auto;
        padding: 20px;
        left: calc(50% - 125px);
        top: calc(50% - 165px);
    }

        .popup .remittance .title {
            font-size: 19px;
            margin-bottom: 15px;
        }

        .popup .remittance > span {
            width: 175px;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .popup .remittance input {
            width: 175px;
            height: auto;
            margin-bottom: 15px;
        }

        .popup .remittance label {
            width: 175px;
            font-size: 17px;
        }

        .popup .remittance div {
            flex-direction: column;
            margin-left: 0px;
            align-items: initial;
        }

        .popup .remittance input[type="checkbox"] {
            width: 25px;
            height: 25px;
        }

        .popup .remittance input[type="radio"] {
            width: 20px;
            height: 20px;
            font-size: 30px;
            margin: 5px 10px 5px 0px;
        }

        .popup .remittance input[type="date"] {
            font-size: 18px;
            height: 44px;
        }

        .popup .remittance .content {
            font-size: 24px;
            margin-bottom: 60px;
        }

        .popup .remittance a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
        }

            .popup .remittance a button {
                width: 95px;
                height: 35px;
                font-size: 14px;
                margin: 15px 0px 0px 0px;
            }

            .popup .remittance a .btn_cancel {
                margin-right: 10px;
            }

    .popup .remittance_status {
        width: 250px;
        height: 180px;
        padding: 20px;
        left: calc(50% - 125px);
        top: calc(50% - 100px);
    }

        .popup .remittance_status .title {
            font-size: 17px;
            margin-bottom: 25px;
        }

        .popup .remittance_status .content {
            font-size: 14px;
            margin-bottom: 30px;
        }

        .popup .remittance_status a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
        }

            .popup .remittance_status a button {
                width: 95px;
                height: 35px;
                font-size: 14px;
                margin: 0px;
            }

            .popup .remittance_status a .btn_cancel {
                margin-right: 10px;
            }

    .popup .verification {
        width: 280px;
        height: auto;
        padding: 20px;
        left: calc(50% - 140px);
        top: calc(50% - 100px);
    }

        .popup .verification .title {
            font-size: 17px;
            margin-bottom: 30px;
        }

        .popup .verification input {
            width: 115px;
            height: 35px;
            font-size: 15px;
        }
        #popup_05 .popup .verification .content {
            margin-bottom: 60px;
            overflow: inherit;
        }

    .popup .verification #f_register_code {
        width: 105px;
        height: 35px;
        font-size: 15px;
        padding-left: 5px;
        margin: 0px 5px;
    }

        .popup .verification span {
            width: 100%;
            font-size: 12px;
            margin-top: 5px;
            color: red;
            display: block;
        }

        .popup .verification .content {
            font-size: 24px;
            margin-bottom: 60px;
        }

        .popup .verification a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            margin-top: 20px;
        }

            .popup .verification a button {
                width: 105px;
                height: 35px;
                font-size: 14px;
                margin: 0px 5px;
            }
        .popup .verification #btn_submit_auth_code {
            width: 105px;
            height: 35px;
            font-size: 14px;
            margin: 0px 5px;
        }

    .popup .forget_password {
        width: 285px;
        height: initial;
        left: calc(50% - 142.5px);
        top: calc(50% - 106px);
        padding: 15px;
    }

        .popup .forget_password .title {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .popup .forget_password input {
            width: 200px;
            height: 30px;
            font-size: 15px;
            margin-bottom: 15px;
            padding-left: 15px;
        }

        .popup .forget_password a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            margin-top: 20px;
        }

            .popup .forget_password a button {
                width: 95px;
                height: 35px;
                font-size: 14px;
                margin: 0px;
            }

            .popup .forget_password a .btn_cancel {
                margin-right: 10px;
            }

    .popup .forget_password_status {
        width: 285px;
        height: 180px;
        left: calc(50% - 142.5px);
        top: calc(50% - 90px);
        padding: 0px 15px;
    }

        .popup .forget_password_status .title {
            font-size: 18px;
            margin: 30px 0px;
        }

        .popup .forget_password_status input {
            width: 200px;
            height: 30px;
            font-size: 15px;
            margin-bottom: 15px;
            padding-left: 15px;
        }

        .popup .forget_password_status a {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
        }

            .popup .forget_password_status a button {
                width: 95px;
                height: 35px;
                font-size: 14px;
                margin: 0px;
            }
}

/*IE 刪除原生樣式*/
input::-ms-clear , input::-ms-reveal {
    display: none
}
select::-ms-expand {
    display: none
}
/*Safari刪除原生樣式*/
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; 
    right: 0;
}

/*confirm*/
.div_confirm {
    min-height: 175px;
    width: 500px;
    left: calc(50% - 250px);
    top: 230px;
    z-index: 20000 !important;
    border: 2px solid #f19149;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_confirm_title {
    background: linear-gradient(to right,#f58220, #fdc391) !important;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 17px solid white;
    line-height: 30px;
    display: flex;
}

    .div_confirm_title span {
        color: white;
        font-size: 24px;
    }

.div_confirm_content {
    padding: 15px;
    font-size: 20px;
}

.div_confirm_btn {
    text-align: center;
    margin-bottom: 17px;
}

.btn_button {
    border: 2px solid #f18101;
    color: #f18101;
    background: white;
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 4px 25px;
    font-size: 20px;
}

    .btn_button:hover {
        border: 2px solid #ffbf71;
        color: #ffbf71;
        background: white;
    }

.btn_style {
    width: auto;
    height: auto;
    margin-left: 10px;
    border-radius: 5px;
    color: white;
    border: 2px solid transparent;
    background: #f18101;
    color: white;
    font-size: 20px;
    padding: 4px 25px !important;
}

    .btn_style:hover {
        background: rgb(255, 182, 79);
    }

.div_confirm_overlay {
    background: white 50% 50% repeat;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
/*confirm end*/

/*Toast*/
.custom-toast {
    background: #f58220;
    min-height: 45px;
    min-width: 200px;
    position: fixed;
    z-index: 2000;
    transition: all .4s ease-in-out;
    display: none;
    top: 200px;
    left: calc(50% - 100px);
    color: white !important;
    border-radius: 50px;
}

    .custom-toast div {
        vertical-align: middle;
    }

    .custom-toast .close {
        margin-right: 15px;
        margin-top: 10px;
        color: white !important;
        opacity: unset !important;
        float: right;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        text-shadow: 0 1px 0 #ffffff;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }
/*Toast end*/

  /*alert*/
.div_alert {
    min-height: 175px;
    width: 500px;
    left: calc(50% - 250px);
    top: 230px;
    z-index: 20000 !important;
    border: 2px solid #f19149;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_alert_title {
  background: linear-gradient(to right,#f58220, #fdc391) !important;
  padding: 5px 5px 5px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 17px solid white;
  line-height: 30px;
  display: flex;
}

  .div_alert_title span {
      color: white;
      font-size: 24px;
  }

.div_alert_content {
  padding: 15px;
  font-size: 20px;
}

.div_alert_btn {
  text-align: center;
  margin-bottom: 17px;
}

.div_alert_btn .btn_style {
  width: auto;
  height: auto;
  margin-left: 10px;
  border-radius: 5px;
  color: white;
  border: none;
  background: #f18101;
  color: white;
  font-size: 20px;
  padding: 4px 25px !important;
}

.div_alert_btn .btn_style:hover {
    background: rgb(255, 182, 79);
}

.div_alert_overlay {
  background: white 50% 50% repeat;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
@media screen and (max-width: 480px) {
    .div_alert , .div_confirm {
        width: 90% !important;
        left: 5% !important;
        top: 10vw;
    }
}
/*alert end*/
/*免責聲明*/
.div_notice {
    min-height: 175px;
    width: 800px;
    height: auto;
    left: calc(50% - 400px);
    top: calc(50% - (130px + 12vw));
    z-index: 9999 !important;
    border: 2px solid #f19149;
    color: #333333;
    background: white;
    border-radius: 4px;
    position: fixed;
}

.div_notice_title {
  background: linear-gradient(to right,#f58220, #fdc391) !important;
  padding: 5px 5px 5px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 17px solid white;
  line-height: 30px;
  display: flex;
}

.div_notice_title span {
    color: white;
    font-size: 24px;
}

.div_notice_content {
  padding: 15px 35px;
  font-size: 20px;
  text-align: center;
}

    .div_notice_content > div:first-child {
        word-break: break-all;
        white-space: normal;
        padding: 10px 20px;
        line-height: 25px;
        font-size: 16px;
        max-height: 24vw;
        overflow: auto;
        margin: 20px 0px;
        border: 2px solid #656565;
        text-align: left;
    }
.div_notice_content > div > div{
    margin-bottom: 10px;
}

.div_notice_content > div ul div {
    margin-top: 10px;
    font-weight: bold;
}
.div_notice_content ul li {
    position: relative;
    margin-left: 15px;
}
.div_notice_content ul li span {
    position: absolute;
    top: 0px;
    left: -15px;
}

.div_notice_content > div ol div {
    margin-left: -40px;
}

.div_notice_btn {
  text-align: center;
  margin-bottom: 35px;
}

.div_notice_btn .btn_style {
    width: 165px;
    height: 55px;
    margin: 0px 10px 15px 10px;
    border-radius: 5px;
    font-size: 24px;
    box-shadow: none;
    pointer-events: none;
    background: #d9d9d9;
    color: white;
}
    .div_notice_btn.open .btn_style {
        cursor: pointer;
        background: #f18101;
        pointer-events: auto;
    }
.div_notice_btn .btn_cancel{
    border: 2px solid #f18101;
    color: #f18101;
    background: white;
    width: 165px;
    height: 55px;
    margin: 0px 10px;
    border-radius: 5px;
    font-size: 24px;
    box-shadow: none;
    cursor: pointer;
}

.div_notice_check{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.div_notice_check input[type="checkbox"]{
    width: 19px;
    height: 19px;
    float: left;
    margin-top: 5px;
}

.div_notice_check span{
    padding-left: 25px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.div_notice_check a{
    color: #4c74ca;
    cursor: pointer;
}

.div_notice_btn .btn_style:hover {
    background: rgb(255, 182, 79);
}
.div_notice_btn .btn_cancel:hover{
    border: 2px solid #ffbf71;
    color: #ffbf71;
    background: white;
}


.div_new_notice_overlay, .div_old_notice_overlay {
    background: white 50% 50% repeat;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
@media screen and (max-width: 480px) {
    .div_notice {
        width: 90% !important;
        left: 5% !important;
        top: calc(50% - (120px + 26vw));
    }
    .div_notice_content {
        padding: 15px;
        font-size: 16px;
        text-align: left;
    }
    .div_notice_content > div:first-child {
        max-height: 54vw;
    }
    .div_notice_btn .btn_style {
        width: 36.1vw;
        height: 35px;
        font-size: 18px;
    }
    .div_notice_btn .btn_cancel {
        width: 36.1vw;
        height: 35px;
        font-size: 18px;
    }
}

/* 歷史訂單 */
.hide_historical_orders {
    display: none;
}

.popup_historical_orders {
    min-height: 400px;
    width: 1200px;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    overflow: auto;
    top: 5% !important; /*calc(50% - (200px + 10vw));*/
    z-index: 20000 !important;
    border: 1px solid #ed7d31;
    color: #333333;
    background: white;
    border-radius: 45px;
    position: fixed;
}

.popup_historical_orders .title {
  text-align: center;
  font-size: 24px;
  padding: 30px 0px 10px 0px;
}

.popup_historical_orders .title .span {
    color: white;
    font-size: 24px;
}

.popup_historical_orders .content {
  padding: 15px 35px;
  font-size: 20px;
  text-align: center;
  min-height: 210px;
}

.popup_historical_orders .btn {
  text-align: center;
  margin-bottom: 60px;
}

.popup_historical_orders .btn .btn_style {
    width: 165px;
    height: 55px;
    margin: 0px 10px;
    border-radius: 5px;
    font-size: 24px;
    box-shadow: none;
    cursor: pointer;
    background: #f18101;
    color: white;
}
.popup_historical_orders .btn .btn_cancel{
    border: 2px solid #f18101;
    color: #f18101;
    background: white;
    width: 165px;
    height: 55px;
    margin: 0px 10px;
    border-radius: 5px;
    font-size: 24px;
    box-shadow: none;
    cursor: pointer;
}

.popup_historical_orders .btn .btn_style:hover {
    background: rgb(255, 182, 79);
}
.popup_historical_orders .btn .btn_cancel:hover{
    border: 2px solid #ffbf71;
    color: #ffbf71;
    background: white;
}

.popup_historical_orders .content {
    float: initial;
    width: 100%;
    margin-bottom: 20px;
}

.popup_historical_orders .content thead tr {
    background: #f9f9f9;
}

.popup_historical_orders .content thead tr th {
    border-bottom: none;
    padding: 10px 5px;
    text-align: center;
    font-size: 24px;
}

.popup_historical_orders .content thead tr th:first-child {
    width: 10%;
    padding-left: 15px;
}

.popup_historical_orders .content thead tr th:nth-child(2) {
    width: 15%;
}

.popup_historical_orders .content thead tr th:nth-child(3) {
    width: 20%;
}

.popup_historical_orders .content thead tr th:nth-child(4) {
    width: 40%;
}

.popup_historical_orders .content thead tr th:last-child {
    width: 15%;
}


.popup_historical_orders .content tbody tr {
    border-bottom: 1px solid #c9c9c9;
}

.popup_historical_orders .content tbody tr td {
    background-color: transparent;
    padding: 20px 5px;
    border-bottom: none;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
}

.popup_historical_orders .content tbody tr td:first-child {
    padding-left: 15px;
}

.popup_historical_orders .content tbody tr td:nth-child(4) {
    font-size: 30px;
}

.popup_historical_orders .content tbody tr td:last-child button {
    color: white;
    font-size: 1.2vw;
    width: 3.9vw;
    height: 3.9vw;
    border-radius: 99em;
    background: rgba(240, 131, 0, 0.85);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin: 0px 5.9px;
    padding: 0px;
}

.popup_historical_orders .content tbody tr td:last-child button:hover {
    background: rgba(255, 182, 79, 0.85);
    cursor: pointer;
}


.div_new_notice_overlay , .div_old_notice_overlay , .div_historical_orders_overlay {
  background: white 50% 50% repeat;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
@media screen and (max-width: 480px) {
    .popup_historical_orders {
        width: 90% !important;
        left: 5% !important;
        top: calc(50% - (120px + 26vw));
    }

    .popup_historical_orders .content {
        padding: 15px;
        font-size: 16px;
        text-align: left;
    }

    .popup_historical_orders .content thead {
        display: none;
    }

    .popup_historical_orders .content tbody {
        display: block;
        padding: 2px 10px;
    }

    .popup_historical_orders .content tbody tr {
        display: block;
        border-top: 10px solid white;
        background: #f9f9f9;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 -1px 0 #dfdfdf;
        box-shadow: 0 -1px 0 #dfdfdf;
        border-bottom: none;
    }

    .popup_historical_orders .content tbody tr:first-child {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .popup_historical_orders .content tbody tr td {
        display: block;
        margin-left: 30.6vw;
        padding: 8px 5px;
        position: relative;
        text-align: center !important;
        font-size: 14px;
        background: white;
    }

    .popup_historical_orders .content tbody tr td::before {
        position: absolute;
        top: calc(50% - 9.5px);
        left: -29vw;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #1a1a1a;
        font-size: 14px;
    }

    .popup_historical_orders .content tbody tr td:nth-child(1)::before {
        content: '順序';
    }

    .popup_historical_orders .content tbody tr td:nth-child(2) {
        font-size: 17px;
    }

    .popup_historical_orders .content tbody tr td:nth-child(2)::before {
        content: '收件人/訂購人';
    }

    .popup_historical_orders .content tbody tr td:nth-child(3)::before {
        content: '手機號碼';
    }

    .popup_historical_orders .content tbody tr td:nth-child(4) {
        font-size: 17px;
    }

    .popup_historical_orders .content tbody tr td:nth-child(4)::before {
        content: '到貨地址';
    }

    .popup_historical_orders .content tbody tr td:nth-child(5)::before {
        content: '功能';
    }

    .popup_historical_orders .content tbody tr td div {
        text-align: right;
        margin-right: 10px;
    }

    .popup_historical_orders .content tbody tr td button {
        font-size: 3.9vw !important;
        width: 12vw !important;
        height: 12vw !important;
        margin: 0px 4.9px !important;
        padding: 0px;
    }

    .popup_historical_orders .content tfoot tr td {
        text-align: center;
    }
    .popup_historical_orders .btn .btn_style {
        width: 85px;
        height: 40px;
        padding: 0px !important;
        font-size: 18px;
    }
    .popup_historical_orders .btn .btn_style:hover {
        background: #f18101;
    }
}

.web_close_img > div {
    font-size: 54px;
    font-family: system-ui;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea7f26;
    margin: 20px 0px;
}

        .web_close_img > div:first-child {
            margin: 0px 60px 10px 0px;
        }

    .web_close_img > img {
        width: 40%;
    }

.web_close_img div span {
    color: black;
    margin-left: 10px;
}

    .web_close_img div > img {
        margin: 0px 60px;
    }

@media screen and (max-width: 480px) {
    .web_close_img > img {
        width: 320px;
    }

    .web_close_img > div {
        font-size: 18px;
        font-family: system-ui;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .web_close_img > div:first-child {
            margin: 0px 0px 10px 0px;
        }

    .web_close_img div > img {
        margin: 0px 10px;
        width: 26px;
    }
}

/*# sourceMappingURL=main.css.map */

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 300px;
    padding: 8px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #f08300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #f08300;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/*loading*/

.ldio-k3kaiwitgjl div {
    box-sizing: border-box !important
}

.ldio-k3kaiwitgjl > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: calc(50% - 72px);
    left: calc(50% - 72px);
    border-radius: 50%;
    /*border: 16px solid #000;
    border-color: #f58220 transparent #f58220 transparent;*/
    animation: ldio-k3kaiwitgjl 2s infinite;
}

    .ldio-k3kaiwitgjl > div:nth-child(2) {
        border-color: transparent
    }

        .ldio-k3kaiwitgjl > div:nth-child(2) div {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(/Content/images/logo_loading.png) no-repeat center;
            /*transform: rotate(45deg);*/
        }

            /*.ldio-k3kaiwitgjl > div:nth-child(2) div:before, .ldio-k3kaiwitgjl > div:nth-child(2) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 48px;
                background: #f58220;
                border-radius: 50%;
                box-shadow: 0 128px 0 0 #f58220;
            }

            .ldio-k3kaiwitgjl > div:nth-child(2) div:after {
                left: -16px;
                top: 48px;
                box-shadow: 128px 0 0 0 #f58220;
            }*/

.loadingio-spinner-dual-ring-cs8mn95svzi {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    opacity: 1;
}

.loadingio-spinner-dual-ring-cs8mn95svzi.hide {
    transition: 0.5s all;
    opacity: 0;
    z-index: -1;
}

    .loadingio-spinner-dual-ring-cs8mn95svzi .overflow {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        top: 0px;
        z-index: 1000;
        opacity: 1;
    }

.ldio-k3kaiwitgjl {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    z-index: 1001;
}

    .ldio-k3kaiwitgjl div {
        box-sizing: content-box;
    }


/*頁簽的css*/
.nav-tabs,
.nav-pills {
    *zoom: 1;
    margin: 0 auto;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: initial;
}

.nav-tabs {
    margin-top: 40px;
    height: 40px;
    display: flex;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #f18101;
    border-bottom: none;
    background-color: white;
    color: #f18101;
    margin-right: 15px;
}

.nav-tabs > li > a:focus {
        color: white;
        cursor: pointer;
        background-color: #f18101;
        border-bottom: none;
    }
.nav-tabs > .active > a,
.nav-tabs > .active > a:focus {
        color: white;
        cursor: pointer;
        background-color: #f18101;
        border-bottom-color: transparent;
        border-bottom: none;
    }

.tab-content {
    overflow: auto;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}
@media screen and (min-width: 480px) {
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: white;
        cursor: pointer;
        background-color: #f18101;
        border-bottom: none;
    }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: white;
        cursor: pointer;
        background-color: #f18101;
        border-bottom-color: transparent;
        border-bottom: none;
    }
}

@media screen and (max-width: 480px) {
    .nav-tabs {
        margin-top: 30px;
        height: 30px;
    }
    .nav-tabs > li > a {
        font-size: 17px;
    }
}
