@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: #707070;
}

blockquote,
q {
    quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: bold;
}

img,
input {
    vertical-align: middle;
    border: 0;
}

a {
    outline: none;
    behavior: expression(this.onFocus=this.blur());
}

body {
    font-family: "Gotham", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Gotham", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

a,
img,
button,
input,
a:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    text-decoration: none;
}

.fsize12 {
    font-size: 12px !important;
}

.fsize14 {
    font-size: 14px !important;
}

.fsize16 {
    font-size: 16px !important;
}

.fsize24 {
    font-size: 24px !important;
}

.fsize32 {
    font-size: 32px !important;
}

.fsize48 {
    font-size: 48px !important;
}

.num {
    font-family: "Gotham", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

.numbold {
    font-family: "Gotham", "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a {
    color: #333;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}

a:hover {
    text-decoration: none;
    color: #666;
}

a:focus {
    text-decoration: none;
    color: #666;
}

nav {
    padding: 18px 0;
    overflow: hidden;
    background: #FFF;
}

.smallNav nav {
    box-shadow: 1px 1px 1px #eee;
}

.mainContent {
    min-height: 1000px;
    background: #f5f5f5;
}

.mainContent_min {
    background: #f5f5f5;
}

footer {
    text-align: center;
    padding: 40px 0;
}

footer a,
footer {
    font-size: 1rem;
    line-height: 1.5;
    color: #898989;
}

.mainContent {
    padding: 115px 0 0 0;
}

.mainContent_min {
    padding: 115px 0 0 0;
}

.breadBox {
    width: 100%;
    overflow: hidden;
}

.breadList {
    padding: 40px 0;
    float: right;
}

.breadList li {
    float: left;
    list-style: none;
    margin: 0 4px;
    font-size: 14px;
}

.breadList li a,
.breadList li {
    color: #888;
}

.breadList li a:hover {
    color: #555;
}

@media screen and (max-width: 540px) {
    .breadList {
        padding: 20px 0;
    }
}

.hbrTabs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: #efefef;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: -10px;
}

.hbrTabs li {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
}

.hbrTabs li a {
    padding: 15px 15px;
    border: 2px solid #EFEFEF;
    font-size: 18px;
    color: #888;
}

.hbrTabs>li.active>a,
.hbrTabs>li.active>a:hover,
.hbrTabs>li.active>a:focus {
    border: 2px solid #EFEFEF;
    border-radius: 0;
}

.hbrTabs>li>a:hover {
    border-color: #EFEFEF;
}

.hbrTabs>li.active>a {
    position: relative;
    color: #000;
}

.hbrTabs>li.active>a:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #003b8f;
    display: block;
    content: "";
}



.gvmTabs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: #E6EDF7;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
}

.gvmTabs li {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
}

.gvmTabs li a {
    padding: 15px 15px;
    border: 0px solid #E6EDF7;
    font-size: 18px;
    color: #000;
}

.gvmTabs>li.active>a,
.gvmTabs>li.active>a:hover,
.gvmTabs>li.active>a:focus {
    border: 0px solid #E6EDF7;
    border-radius: 0;
}

.gvmTabs>li>a:hover {
    border-color: #E6EDF7;
}

.gvmTabs>li.active>a {
    position: relative;
    color: #fff;
    background: #003b8f;
}

.gvmTabs>li.active>a:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #E6EDF7;
    display: block;
    content: "";
}



.hbrTabContent {
    margin: 45px 0 200px 0;
}

.hbrTabContent .tab-pane>h3 {
    font-size: 22px;
    text-align: center;
    margin: 100px 0 0 0;
    color: #000;
}

.hbrTabList {
    padding: 50px;
    background: #fff;
    border: 1px solid #EFEFEF;
    overflow: hidden;
    margin: 0 0 45px 0;
}

.hbrTabList .leftPic {
    float: left;
    width: 300px;
}

.hbrTabList .leftPic img {
    max-width: 300px;
    width: 100%;
    height: auto;
    text-align: center;
}

.hbrTabList .rightInfo {
    float: right;
    width: calc(100% - 350px);
}

.hbrTabList .rightInfo h3 {
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.hbrTabList .rightInfo p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 30px 0;
}

.hbrTabList h4 {
    color: #666;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.hbrTabList h4 span {
    font-size: 30px;
    color: #C82502;
    padding: 0 2px;
}

.hbrTabList button {
    float: right;
    background: #C82502;
    color: #FFF;
    border: none;
    font-size: 18px;
    padding: 10px 25px;
}

.zinzo {
    float: right;
    background: rgb(3, 169, 244) !important;
    border: none;
    margin-left: 10px;
    font-size: 18px;
    padding: 10px 25px;
}

.zinzo_link {
    background: rgb(3, 169, 244);
    color: #FFF;
}

.hbrTabList button:hover {
    background: #a01e02;
}

.carInfo {
    font-size: 14px;
    background: #e5e5e5;
    padding: 20px 20px;
    border-radius: 5px;
}

.carInfo h6 {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.carInfo p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 5px 0 10px 0;
}

.carList {
    font-size: 18px;
    overflow: hidden;
    clear: both;
    margin: 0 0 20px 0;
    line-height: 1.5
}

.carList .carLeft,
.carList .carLeft.price {
    color: #000;
    float: left;
    width: 100px;
    text-align: justify;
    font-weight: 400;
}

.carList .carRight,
.carList .carRight.price {
    color: #666;
    float: left;
    width: calc(100% - 100px);
}

.magic-checkbox:checked+label:before,
.magic-checkbox+label:before {
    background: #FFF;
    border: 1px solid #c5c8c9;
    border-radius: 0px;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    width: 16px;
    height: 16px;
}

.magic-checkbox+label:after {
    top: -2px;
    left: 7px;
    width: 8px;
    height: 16px;
    border-color: #666;
}

@keyframes hover-color {
    from {
        border-color: #c5c8c9;
    }

    to {
        border-color: #c5c8c9;
    }
}

.magic-radio+label,
.magic-checkbox+label {
    padding-left: 24px;
    line-height: 20px;
}

.spBox {
    background: #eeeeee;
    overflow: hidden;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 300px;
}

.spBox.spAdd {
    background: none;
    max-width: none;
    clear: both;
}

.spBox.spAdd span {
    font-size: 18px !important;
}

.carList:last-of-type {
    margin: 0;
}

.carList .carRight span {
    color: #C82502;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px;
}

.carList button {
    float: left;
    margin: 25px 0 0 0;
    min-width: 140px;
}

.carList button:first-of-type {
    margin-right: 40px;
}

.carList button.delBtn {
    background: #888888;
}

.carList button.delBtn:hover {
    background: #666;
}

.carItem {
    overflow: hidden;
    margin: 0px 0 40px 0;
}

.checkout-tablebottom {
    font-size: 18px;
    line-height: 1.3;
}

.no-more-tables {
    border-bottom: 1px solid #e0e0e0;
}

.carBox {
    background: #FFF;
    overflow: hidden;
    margin: 0 0 130px 0;
}

.checkout-tablebottom {
    margin: 0;
    border-top: none;
}

.affix {
    width: 400px;
    overflow: hidden;
}

.btnBox {
    text-align: right;
    margin: 0 0 40px 0;
}

.btnBox button:first-of-type {}

.btnBox button {
    padding: 10px 25px;
    min-width: 140px;
    border: none;
    color: #FFF;
    font-size: 18px;
}

.btnBox button.pay {
    background: #C82502;
}

.btnBox button.pay:hover {
    background: #a01e02;
}

.btnBox button.edit {
    background: #888888;
}

.btnBox button.edit:hover {
    background: #666;
}

.checkout-tablebottom {
    padding: 20px 40px 100px 40px;
}

.checkout-tabletop {
    padding: 40px 40px 0px 40px;
}

.no-more-tables table {
    width: 100%;
    line-height: 1.2;
}

.no-more-tables thead th {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.no-more-tables tr {
    border-bottom: 1px solid #e0e0e0;
}

.no-more-tables tbody tr:last-child {
    border-bottom: none;
}

.no-more-tables th,
.no-more-tables td {
    padding: 20px 10px;
}

.no-more-tables thead th:first-child {
    text-align: left;
}

.no-more-tables tbody td {
    font-size: 16px;
    color: #333;
    text-align: center;
    vertical-align: middle;
}

.no-more-tables tbody tr td[data-title=商品] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .no-more-tables tbody tr td[data-title=商品] {
        flex-direction: column;
    }
}

.no-more-tables tbody td:first-child {
    text-align: left;
}

.no-more-tables tbody a i {
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
    font-size: 20px;
}

.no-more-tables tbody a i:hover {
    color: #C82502;
}

.sl-section-title:nth-of-type(1) {
    margin: 0px 0 10px 0;
}

.sl-section-title {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin: 60px 0 10px 0;
}

.sl-section-title i {
    color: #000;
    font-size: 24px;
    margin: 0 10px 0 0;
}

.loginBox {
    background: #e2f4f7;
    border: 5px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #bce8f1;
    color: #333;
}

.loginBox .col-sm-6 {
    overflow: hidden;
}

.loginBox .col-sm-6:nth-of-type(1) {
    border-right: 1px solid #bce8f1;
}

.loginBox button {
    background: #C82502;
    padding: 10px 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
    min-width: 140px;
}

.loginBox button:hover,
.controls button:hover {
    background: #a01e02;
}

.controls input {
    border-radius: 0;
    height: 43px;
    font-size: 16px;
}

.controls button {
    background: #C82502;
    padding: 10px 10px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.checkout-tablebottom .control-label span {
    color: #C82502;
    font-size: 24px;
}

.checkout-tablebottom .control-label {
    color: #333;
    font-weight: 200;
}

.checkout-tablebottom .form-group {
    margin-bottom: 20px;
}

.help-block {
    font-size: 16px;
    color: #666;
}

.magic-radio:checked+label:before {
    border: 1px solid #c0c0c0;
}

.magic-radio+label:after {
    top: 4px;
    left: 4px;
    background: #C82502;
}

.radioBox {
    margin: 15px 10px;
}

.textareaBox {
    margin-bottom: 20px;
    overflow: hidden;
}

textarea {
    border-radius: 0 !important;
    font-size: 16px !important;
}

.form-control {
    border-radius: 0px;
    font-size: 16px;
}

select.form-control {
    height: 43px;
}

.form-group label {
    margin: 0 0 5px 0;
}

.no-more-tables input {
    border: 1px solid #CCC;
    text-align: center;
    height: 43px;
    width: 60px;
}

.no-more-tables select {
    border: 1px solid #CCC;
    text-align: center;
    height: 43px;
    width: 60px;
}

.mobile-subtotal {
    display: none;
}


#header_top {
    margin: 0 auto;
    width: auto;
    height: 100%
}

#header_left {
    float: left;
    height: 100%;
    width: 92%;
}

#header_right {
    float: left;
    width: 8%;
    margin-top: 35px;
    vertical-align: bottom;
}

#header_left_pro {
    float: left;
    height: 100%;
    width: 70%;
}

#header_right_pro {
    float: right;
    margin-right: 6px;
    width: 300px;
    margin-top: 35px;
    vertical-align: bottom;
    font-size: 14px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #header_right_pro {
        margin-top: -45px;
    }
}

#header_logout {
    margin-left: 15px;
    border: #fc7f3d 1px solid;
    padding: 3px 8px;
    color: #fc7f3d;
}

#CartCount {
    font-size: 14px;
    background-color: #003b8f;
    color: #fff;
    padding: 3 8px;
    margin-top: -10px;
    vertical-align: top;
    margin-left: -12px;
    position: absolute;
}

.promotions_des {
    padding: 15px;
    background: #FFF;
    overflow: hidden;
    margin: -20px 0 30px 0;
    border: 1px solid #EFEFEF;
}

@media screen and (max-width: 768px) {
    #header_left {
        width: 82%;
    }

    #header_right {
        width: 18px;
    }

    #CartCount {
        margin-top: -35px;
        margin-left: 16px;
    }

    .breadBox {
        margin-top: 0px;
    }

    #putzinzo {
        margin-top: 80px;
    }

    #putcart {
        margin-top: -90px;
    }
}

.errors {
    font-size: 18px;
    color: red;
    font-weight: normal;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_submit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hbrTabList button {
    min-width: 140px;
}

/*popup */
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s ease-in-out
}

.popup.show {
    opacity: 1;
    z-index: 10000;
}

.popup-bg {
    width: calc(100% - 3rem);
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}

.small-popup-bg {
    width: calc(100% - 3rem);
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.popup-content {
    width: 100%;
    background: white;
    border-radius: 10px;
    margin-top: 7rem;
    position: relative;
    overflow: hidden;
    max-height: 85vh;
    /* overflow-y: scroll; */
    transition: 0.5s;
}

.popup-content.show {
    margin-top: 5rem;
}

.popup-content::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.popup-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: #969696;
    border-radius: 6px;
    border: 2px solid #f0f0f0;
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}

.popup-head {
    text-align: center;
    padding: 1.5rem 1rem 1.5rem 1rem;
    background: #ececec;
}

.popup-head h2 {
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.popup-head .decor-subtitle {
    color: #ef3a65;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-head .decor-subtitle::before,
.popup-head .decor-subtitle::after {
    content: '';
    position: relative;
    width: 50px;
    height: 1px;
    background: #ef3a65;
    margin: 10px;
}

.popup-close {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #969696;
    color: white;
    text-align: center;
    font-size: 20px;
    z-index: 9;
    transition: 0.5s;
}

.popup-close:hover {
    background: #4f68cc;
}

.popup-body {
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.popup-body p {
    line-height: 1.5em;
    color: black;
    font-size: 1.2rem;
}

.popup-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 1rem 1rem 2rem 1rem;
}

.popup-bottom .btn {
    border: none;
}

.btn {
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 1rem;
    letter-spacing: 1px;
    outline: none;
    transition: all linear 0.2s;
    position: relative;
    font-weight: 600;
}

.btn-gvm {
    background-color: #014099;
    color: #fff;
    border: 1px solid #014099;
}

.btn-gvm:hover {
    background-color: #055cd4;
    color: #fff;
}

.btn-darkgrey {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.btn-darkgrey:hover {
    background-color: #505050;
    color: #fff;
}

.auto-sub-word {
    padding: 15px;
    background: #ededed;
    color: black;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 1.5rem;
    width: 100%;
}

.red {
    color: red;
}

@media screen and (max-width: 768px) {
    .no-more-tables {
        margin: 0 0 0px 0;
        padding-bottom: 20px;
    }
}

@media print,
screen and (max-width: 540px) {
    .popup {
        overflow-y: scroll;
    }

    .popup-content {
        max-height: 85vh;
        /* overflow-y: scroll; */
        border-radius: 5px;
    }

    .popup-head h2 {
        font-size: 24px;
    }

    .auto-sub-word {
        margin-top: 1rem;
        width: 100%;
    }

    #uzip_iv {
        margin-bottom: 15px
    }
}

.g-recaptcha-container {
    float: right;
}


@media print,
screen and (max-width: 540px) {
    .g-recaptcha-container {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        float: unset;
        width: fit-content;
    }
}