html {
    --scrollbarBG: #ffffff;
    --thumbBG: #969696;
    font-size: 16px;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
}

*:focus {
    outline: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    padding: 0;
    margin: 60px 0px 0px 0px;
    font-family: 'Open Sans', 'PT-Sans-Regular', 'Noto Sans TC', '微軟正黑體修正', '微軟正黑體', sans-serif;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-image: url(../../img/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

main {
    flex: 1;
    min-height: calc(100vh - 522px);
}

ol,
ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

section {
    padding-bottom: 100px;
}

section.fix-top {
    padding-top: 120px;
    padding-bottom: 0px;
}

.light_banner img {
    width: 100%;
}

.center {
    text-align: center;
}

.overflow-hide {
    overflow: hidden;
}

.mobile-show {
    display: none !important;
}

.text-center {
    text-align: center;
}

.w100 {
    width: 100px;
    flex: none !important;
}

.index_news {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.index_news_img {
    flex: 0 0 240px;
}

.index_news_list {
    flex: 1;
}

.index_news .news-list {
    margin: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    margin: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form .item {
    position: relative;
    display: flex;
    margin-bottom: -1px;
}

.form .item label {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .item>div {
    flex: 1;
}

.form .item>div.no-b {
    border: 0px;
}

.form .item .item-flex {
    display: flex;
    border: 0px;
}

.form .item .item-flex>div {
    flex: 1;
}

.form .item input {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    background-color: white;
    height: 40px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border: 1px solid #dadce0;
}

.form .item select {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    background-color: white;
    height: 40px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}

.container {
    max-width: 67.7%;
    /* max-width: 1200px; */
    min-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.section-head {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 20px 0px;
}

.section-head.center {
    justify-content: center;
}

.section-head .title {
    font-size: 1.375rem;
    letter-spacing: 3px;
}

.action .btn {
    padding: 10px;
    margin: 0px 5px;
    background-color: #f6d174;
    color: #000;
    border-radius: 5px;
    width: 100%;
    max-width: 50%;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}

.action .btn:hover {
    opacity: 0.8;
}

.action .btn-text {
    background-color: transparent;
    color: #000;
}

.action.full .btn {
    width: 100%;
}

.btn.line-login {
    background-color: #ffffff;
    color: #c43137;
    font-size: 14px;
    padding: 6px;
    border-radius: 5px;
    font-weight: 700;
}

.btn.line-login:hover {
    background-color: #ffeaea;
}

.btn.line-login i {
    padding-right: 5px;
}

.action .btn-text:hover {
    background-color: transparent;
}

.line-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-qrcode img {
    width: 100%;
    max-width: 180px;
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 1;
    }
}

.more-btn {
    text-align: center;
    padding: 10px;
}

/* .has-breadcrumb {
    margin: 90px 0px 0px 0px;
} */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 1;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    background-color: #c43137;
    color: #ffffff;
}

header.show {
    -webkit-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
    opacity: 1;
}

header.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.full-container {
    min-height: calc(100vh - 60px);
}

.has-breadcrumb .full-container {
    min-height: calc(100vh - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.navbar {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.navbar .logo {
    margin-right: 10px;
}

.navbar .logo img {
    /* max-width: 170px; */
    max-height: 50px;
}

.navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar .menu li {
    padding: 0 10px;
}

.navbar .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.navbar .menu li i {
    font-size: 1rem;
    padding-left: 5px;
}

.navbar .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    color: #fff;
}

.navbar .option li {
    padding: 0 10px;
}

.navbar .option li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar .option li i {
    font-size: 24px;
}

.sub-menu {
    display: none;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 49;
    background-color: rgb(0 0 0 / 0%);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.has-breadcrumb .sub-menu {
    top: 60px;
}

.sub-menu-title {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;

}

.sub-menu.active {
    visibility: visible;
    display: block;
    background-color: rgb(0 0 0 / 80%);
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

.sub-menu .full-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sub-menu .left-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: auto;
}

.sub-menu .right-block {
    width: 600px;
    position: relative;
    overflow: auto;
}

.sub-menu .sub-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    background: #f2f2f2;
    align-content: flex-start;
    height: 550px;
}

.sub-menu.active .sub-block {
    visibility: visible;
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
    animation: slide-bottom 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

.sub-menu .close-block {
    height: calc(100vh - 60px);

}

.sub-menu .two-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.sub-menu .two-block .left-block {
    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;
    flex-direction: column;
    width: 50%;
    margin: auto;
}

.sub-menu .two-block .right-block {
    width: 50%;
}

.sub-menu .right-block .privacy {
    padding: 25px;
}

.sub-menu .left-block .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 2.6vw;
}

.sub-menu .left-block .item-wrapper .item {
    width: 16.666%;
}

.sub-menu .left-block .item-wrapper .item .item-box {
    padding: 10px;
}

.sub-menu .left-block .item-wrapper .item .item-box h4 {
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.sub-menu .left-block .item-wrapper .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-menu.products .left-block .item-wrapper .item ul a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.sub-menu.products .left-block .item-wrapper .item ul a:hover {
    color: #a5a5a5;
}

.sub-navigation {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.sub-navigation .breadcrumb {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.sub-navigation .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.sub-navigation .breadcrumb ul .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 2.25rem;
    letter-spacing: 1.4px;
}

.sub-navigation .breadcrumb ul .breadcrumb-item:not(:first-child):before {
    content: '/';
    padding: 0 5px;
    font-size: 10px;
}

.sub-navigation .back {
    white-space: nowrap;
}

.sub-menu.news .left-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw 2.6vw;
    height: 100%;
}

.news-wrapper .item:nth-child(even) {
    width: 25%;
}

.news-wrapper .item:nth-child(odd) {
    width: 20%;
}

.news-wrapper .item .item-box {
    padding: 10px;
}

.products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    /* flex: 1; */
}

.products-wrapper.noImg {
    flex-direction: column;
    align-items: center;
}

.products-wrapper .left-block {
    width: 680px;
}

.products-wrapper .right-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.products-info .product-number {
    font-size: 0.875rem;
    font-weight: bold;
    color: #666666;
}

.products-info .product-title {
    margin: 0;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: bold;
}

.products-info .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: bold;
    color: #f33;
    margin-bottom: 20px;
}

.products-info .product-price p:not(:first-child) {
    margin-left: 25px;
    font-size: 24px;
    color: #666;
    text-decoration: line-through;
}

.products-info .product-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.products-info {
    padding: 25px 10px;
}

.products-info .action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    justify-content: flex-end;
}

.products-info .action-btn a,
.products-info .action-btn a-btn {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: bold;
    height: 44px;
    color: black;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    max-width: 50%;
}

.products-info .action-btn .noStock {
    display: none;
}

.products-info.noStock .action-btn a {
    display: none;
}

.products-info.noStock .action-btn .noStock {
    display: flex;
}

.products-info .action-btn .addCart {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.products-info .other-path {
    padding-top: 20px;
}

.products-info .other-path .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.products-info .other-path .link a {
    max-width: 150px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-info .format-table {
    margin-bottom: 10px;
}

.products-info .select-format .format-table .title {
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #afafaf;
}

.products-info .format-table .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    min-height: 40px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    background-color: #e4e4e4;
}

.products-info.hasClassFormat .format-table .list {
    display: none;
}

.products-info .format-table .list.show {
    display: flex;
}

.products-info .format-table .class_format {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */

}

.products-info .format-table .class_format .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    min-height: 40px;
    cursor: pointer;
}

.products-info .format-table .class_format .item:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
}

.products-info .format-table .class_format .item:not(.no):hover {
    background-color: #b4cbdd;
}

.products-info .format-table .class_format .item.active {
    background-color: #b4cbdd;
}

.products-info .format-table .class_format .item.active:before {
    background-color: #000;
}

.products-info .format-table .class_format.color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.products-info .format-table .class_format.color img {
    display: none;
}

.products-info .format-table .class_format.color .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    /* min-height: 60px; */
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    margin: 10px 10px 10px 0px;
}

.products-info .format-table .class_format.color .item span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 0px solid #000;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 10px;
}

.products-info .format-table .class_format.color .item:hover span,
.products-info .format-table .class_format.color .item.active span {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%) !important;
}

.products-info .format-table .class_format.color .item:before {
    display: none;
}

.products-info .format-table .class_format.color .item.active {
    background-color: unset;
    border-color: #000;
    /* color: #ff0000; */
}

.products-info .format-table .class_format.color .item:not(.no):hover {
    background-color: unset;
    border-color: #000;
}

.products-info .format-table .class_format.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.products-info .format-table .class_format.icon .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    min-height: 60px;
    cursor: pointer;
}

.products-info .format-table .class_format.icon .item img {
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.products-info .format-table .class_format.icon .item:before {
    display: none;
}

.products-info .format-table .class_format.icon .item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.products-info .format-table .class_format.icon .item.active {
    background-color: unset;
}

.products-info .format-table .class_format.icon .item.active img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.products-info .format-table .class_format.icon .item:not(.no):hover {
    background-color: unset;

}

.products-info .format-table .class_format.icon .item:hover:before {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%) !important;
}

.products-info .format-table .list.no,
.products-info .format-table .list.no .price {
    cursor: no-drop;
    color: #b5b5b5;
}

.products-info .format-table .list:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
}

.products-info .format-table .list:not(.no):hover {
    /* background-color: #b4cbdd; */
    border-color: #000;
}

.products-info .format-table .list.active {
    background-color: #b4cbdd;
}

.products-info .format-table .list.active:before {
    background-color: #000;
}

.products-info .format-table .list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-info .format-table .list div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.products-info .format-table .list div:last-child {
    width: 115px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.products-info .format-table .list .price {
    font-size: 18px;
    color: #000;
}

.products-info .format-table .list .price span:not(:first-child) {
    margin-left: 25px;
    color: #666;
    text-decoration: line-through;
}

.products-info .format-table .list .stock {
    padding-left: 5px;
}

.products-info .select-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
}

.products-info.noStock .select-count,
.products-info.noStock .action-btn {
    display: none;
}

.products-info .noStock {
    display: none;
}

.products-info.noStock .noStock {
    display: block;
    background-color: #f1f1f1;
    padding: 10px;
}

.products-info .select-count>div {
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.products-info .select-count .price_tip {
    color: #f33;
    padding-left: 10px;
    font-size: 15px;
}

.products-info .select-count .count .minus {
    position: relative;
    width: 62px;
    height: 44px;
    cursor: pointer;
}

.products-info .select-count .count .minus.no,
.products-info .select-count .count .plus.no {
    cursor: no-drop;
}

.products-info .select-count .count .minus:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: black;
}

.products-info .select-count .count .plus {
    position: relative;
    width: 62px;
    height: 44px;
    cursor: pointer;
}

.products-info .select-count .count .plus:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: black;
}

.products-info .select-count .count .plus:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: black;
}

.products-info.noStock .plus,
.products-info.noStock .minus {
    cursor: unset;
}

.products-info .select-count .count input {
    font-size: 0.875rem;
    font-weight: bold;
    width: calc(100% - 124px);
    text-align: center;
    border: none;
    background-color: transparent;
}

.products-info .note {
    padding-bottom: 20px;
    line-height: 30px;
}

.products-info .important-note {
    padding-bottom: 20px;
    color: #ff0000;
    font-weight: 700;
}

.anchor_menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #c43137d9;
    z-index: 10;
    -webkit-transition: height 0.2s linear, top 0.15s linear 0.2s;
    -o-transition: height 0.2s linear, top 0.15s linear 0.2s;
    transition: height 0.2s linear, top 0.15s linear 0.2s;
}

.anchor_menu a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    padding: 0px 15px;
    cursor: pointer;
}

.anchor_menu a:hover {
    color: #000;
}

.anchor_menu.move {
    position: fixed;
    top: 60px;
    height: 50px;
}

.move-s .anchor_menu.move {
    top: 121px;
}

.notes-wrap {}

.notes-wrap .notes-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notes-wrap .notes-block:not(:last-child) {
    margin-bottom: 28px;
}

.notes-wrap .notes-block .title {
    font-weight: 700;
    font-size: 18px;
    width: 120px;
    margin-right: 10px;
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notes-wrap .notes-block .content {
    padding: 0 0 30px 22px;
    flex: 1;
    word-break: break-all;
}

.notes-wrap .notes-block:not(:last-child) .title {
    border-bottom: 1px solid #cccccc;
}

.notes-wrap .notes-block:not(:last-child) .content {
    border-bottom: 1px solid #cccccc;
}

.select-table {
    position: relative;
}

.select-table .select-value {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: 3px;
}

.select-table .select-value:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 7px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    right: 0;
}

.select-option {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    width: 100%;
}

.select-table.active .select-option {
    visibility: visible;
}

.select-option .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    padding: 0px 10px;
}

.select-option .option:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
}

.select-option .option>div {
    flex: 1;
}

.select-table .select-option .option.active {
    background-color: #b4cbdd;
}

.select-table .select-option .option.active:before {
    background-color: #000;
}

.speed-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.speed-container.active {
    background-color: rgb(0 0 0 / 80%);
    visibility: visible;
    top: 0;
    opacity: 1;
}

.speed-buy {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.speed-container.active .speed-buy {
    visibility: visible;
    opacity: 1;
}

.speed-header {
    background-color: #c9bc9c;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.speed-header .left span {
    background-color: #fff;
    font-size: 32px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speed-header .right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.speed-header .right strong {
    padding-bottom: 5px;
}

.speed-close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 32px;
}

.speed-box {
    padding: 10px;
}

.speed-buy .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    min-height: 42px;
}

.speed-buy .item:last-child {
    border-bottom: 0;
}

.speed-buy .item .title {
    width: 80px;
    padding-left: 10px;
}

.speed-buy .item .value {
    flex: 1;
}

.speed-buy-title {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.speed-buy-title>div {
    flex: 1;
}

.speed-buy-price {
    color: #ff0000;
    font-size: 28px;
    font-weight: 700;
}

.speed-buy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: bold;
    height: 44px;
    color: black;
    background-color: white;
    border: 1px solid black;
}

.products-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.full-banner .products-banner {
    /* min-height: 100vh; */
    margin-bottom: 0px;
    /* margin-top: -120px; */
    align-items: inherit;
}

.full-banner .products-banner img {
    width: 100%;
    object-fit: cover;
}

.full-banner .navbar,
.full-banner .sub-navigation {
    background-color: transparent;
}

.full-banner.move header {
    /* top:-120px; */
    background-color: #fff;
    /* opacity: 0; */
    border-bottom: 1px solid #eee;
}

.full-banner.move-s header {
    top: 0px;
    opacity: 1;
}

.full-banner.move-lock header {
    top: 0px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0s linear 0s;
    -o-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
}

.full-banner.move-s .navbar,
.full-banner.move-s .sub-navigation {
    background-color: #fff;
}

.products-swiper {
    padding: 25px 10px;
    height: auto;
}

.cubes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cubes>div {
    width: 100%;
}

.cubes.item5>div {
    width: 20%;
}

.cubes.item4>div {
    width: 25%;
}

.cubes.item3>div {
    width: 33.333%;
}

.cubes.item2>div {
    width: 50%;
}

.cubes .detail {
    padding: 15px;
}

.cubes .detail .title {
    font-size: 18px;
    /* font-weight: 700; */
    padding: 7px 0px;
}

.cubes .detail .price {
    /* font-weight: 700; */
    font-family: '微軟正黑體';
}

.cubes .detail .info {
    /* text-align: center; */
}

.cubes.row .detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cubes.row .detail .image {
    width: 160px;
}

.cubes.row .detail .info {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon_content .container {
    max-width: 1000px;
}

.coupon_content .action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    align-items: center;
    padding: 10px 0;
}

.coupon_content .action-btn a-btn {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: bold;
    height: 44px;
    color: black;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
}

.border {
    margin: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #ebeaea;
    border-radius: 3px;
    display: flex;
}

.action-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.action-wrap .action-item {
    padding: 0 12px;
    margin-bottom: 15px;
}

.action-wrap .action-item a,
.action-wrap .action-item a-btn {
    color: #333333;
    letter-spacing: 1.4px;
}


.filter-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 20px;
    list-style: none;
}

.filter-wrap .filter-item {
    padding: 0 12px;
    margin-bottom: 20px;
}

.filter-wrap .filter-item a {
    color: #333333;
    letter-spacing: 1.4px;
    padding-bottom: 5px;
}

.filter-wrap .filter-item a.active {
    border-bottom: 2px solid #333333;
}

.dataList {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.dataList .item {
    padding: 10px 10px 0px 10px;
}

.dataList .item .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    flex-wrap: wrap;
    position: relative;
}

.dataList .item.noStock {
    background-color: #ffd3d3;
}

.dataList .item:last-child .detail {
    border-bottom: 0;
}

.dataList .item .detail>div:not(:last-child) {
    padding-right: 10px;
}

.dataList .item .detail .image {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buycar .right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.buycar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.buycar-info .item1,
.buycar-info .item2 {
    flex: 1 50%;
    position: relative;
}

.buycar-info .item2::before {
    content: '-';
    font-size: 32px;
    width: 20px;
    position: absolute;
    height: 100%;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buycar-info .item3 {
    flex: 1 100%;
    position: relative;
}

.buycar-info .action {
    flex: 1 100%;
    margin-top: 15px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buycar-info .title {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 0px 10px;
}

.buycar-info .price {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    padding: 0px 10px;
}

.buycar .item .detail .image {
    width: 150px;
}

.order .item .detail .image-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.order .item {
    background-color: #fff;
}

.order .item .detail .image-list img {
    /* max-width: 145px; */
}

.order .item .detail .image-list .list {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

.order .item .detail .image-list .list-4 {
    width: 25%;
}

.order .item .detail .image-list .dec {
    padding-top: 10px;
    font-size: 19px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}

.dataList .item .detail .info {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dataList .item .detail .info .title {
    font-weight: 700;
    font-size: 18px;
}

.dataList .item .detail .info .dec {
    color: #666;
}

.dataList .item .detail .count {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buycar .item .detail .count {
    width: 100px;
}

.dataList .item .detail .price {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dataList .item .detail .date {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dataList .item .detail .th {
    font-weight: 700;
    font-size: 18px;
    flex: 1;
}

.dataList .item .detail .td {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buycar .item .detail .price {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.buycar .item .detail .price a {
    font-size: 14px;
    font-weight: bold;
}

.buycar .item .detail .price span {
    font-weight: bold;
    font-size: 18px;
    color: #f33;
}

.buycar .item .detail .price span:not(:first-child) {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 10px;
}

.dataList .item .detail .action {
    width: auto;
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dataList .item .detail .action a,
.dataList .item .detail .action a-btn {
    font-size: 18px;
    padding: 0px 5px;
}

.dataList .item .detail .action a i,
.dataList .item .detail .action a-btn i {
    font-size: 24px;
    padding: 0px 5px;
}

.dataList .item .detail .info .date {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
}

.sub-search-container {
    background-color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.sub-search-container.active {
    visibility: visible;
    opacity: 1;
}

.sub-search {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.sub-search input {
    font-size: 0.875rem;
    font-weight: bold;
    border: none;
    background-color: white;
    height: 40px;
    width: 100%;
    padding: 0px 40px 0px 10px;
    box-sizing: border-box;
}

.sub-search a-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-search-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.sub-search-tag a:not(:first-child) {
    padding: 0px 5px;
}

.login .form {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
}

.login .form .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0px;
    text-align: center;
}

.login .form .action.right {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.login .form .action.full {
    /* flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; */
}

.login .form .action.full div {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.login .form .action.full div a {
    width: 100%;
}

.hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hr:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
}

.hr:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
}

.hr .text {
    color: #000;
    padding: 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.875rem;
    letter-spacing: 0.46px;
    margin: 20px 0;
}

.move header {
    color: #000 !important;
}

.move-lock header.white .navbar,
.move-lock header.white .sub-navigation {
    color: inherit;
}

header.white .navbar,
header.white .sub-navigation {
    color: #fff;
}

footer {
    background-color: #c1282e;
    padding: 50px 0;
    margin-top: 100px;
    color: #fff;
}

.contact-info {
    padding-right: 70px;
    border-right: 1px solid;
}

.contact-content {
    padding: 15px 0px;
    line-height: 30px;
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-info .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-info .menu li a {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 2.8px;
    color: #fff;
    padding: 10px;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    justify-content: center;
}

.social-link a {
    font-size: 36px;
}

.copyright {
    text-align: center;
    font-size: 14px;
}

.footer-link {
    text-align: center;
    font-size: 14px;
}

.provenance {
    text-align: center;
    font-size: 14px;
}

.ProductBoxMenu {
    position: relative;
    display: flex;
    background-color: #fff;
}

.ProductBoxMenu.full {
    height: calc(100vh - 120px);
}

.ProductBoxMenu .menu-nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #5a5a5aba;
}

.ProductBoxMenu .menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: calc(100% - 250px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.ProductBoxMenu .content {
    /* max-width: 1000px;
    display: contents; */
    width: 100%;
    overflow: auto;
    background-color: #fff;
}

.ProductBoxMenu .products {
    width: 100%;
    overflow: auto;
    background-color: #fff;
}

.ProductBoxMenu .menu-nav .item {
    display: flex;
    width: 250px;
}

.ProductBoxMenu .menu-nav .item h4 {
    padding: 10px;
    display: flex;
    flex: 1;

    align-items: center;
    flex-wrap: wrap;
    max-width: 250px;
    color: #fff;
}

.ProductBoxMenu .menu-nav .item h4 img {
    width: 35px;
    padding-right: 10px;
}

.ProductBoxMenu .menu-nav .item:hover h4 {
    color: #d5d5d5;
    background-color: #000000cf;
}

.ProductBoxMenu .menu .item .item-box {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000cf;
    color: #d5d5d5;
    z-index: 2;
}

.ProductBoxMenu .menu .item.active .item-box {
    display: block;
}

.ProductBoxMenu .menu .item .item-box ul {
    display: flex;
    flex-wrap: wrap;
}

.ProductBoxMenu .menu .item .item-box ul li {
    width: 25%;
    display: flex;
}

.ProductBoxMenu .menu .item .item-box ul li.full {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.ProductBoxMenu .menu .item .item-box ul li a {
    padding: 10px;
    display: flex;
    align-items: center;
}

.ProductBoxMenu .menu .item .item-box ul li a:hover {
    color: #fff;
}

.advertising-wall {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.advertising-wall.item4 .item {
    width: 25%;
}

.advertising-wall.item3 .item {
    width: 33.333%;
}

.advertising-wall.item2 .item {
    width: 50%;
}

.advertising-wall a {
    padding: 10px;
    display: flex;
}

.theme-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.checkout {
    background-color: #f1f1f1;
}

.checkout-title {
    font-weight: bold;
    font-size: 22px;
    padding: 15px;
}

.checkout-full {
    padding: 15px;
}

.checkout .checkout-block {
    background-color: #fff;
    -webkit-box-shadow: -4.7px -1.8px 21px 0 rgb(0 0 0 / 6%);
    box-shadow: -4.7px -1.8px 21px 0 rgb(0 0 0 / 6%);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.checkout .checkout-block .image {
    width: 120px !important;
}

.checkout .Payment {
    padding: 25px 0px;
}

.checkout .Payment .price {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.checkout .Payment .action {
    display: flex;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
}

.checkout-tab {
    display: flex;
    padding: 0px 20px;
}

.checkout-tab div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    background-color: #eee;
}

.checkout-tab div:hover {
    background-color: #cccccc;
}

.checkout-tab div.active {
    background-color: #69bf5d;
    color: #fff;
}

.order-state {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.order-state .item {
    flex: 1;
    display: flex;
    align-items: center;
    width: 33.333%;
}

.order-state .item-full {
    width: 100%;
    padding-top: 15px;
    color: #ff0000;
}

.order-state .item .title {}

.order-state .item .state {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}

.tab-box {
    display: none;
    padding: 20px;
}

.tab-box.active {
    display: block;
}

.Payment-radio {
    display: flex;
    margin: 20px;
}

.Payment-radio div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    background-color: #eee;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.Payment-radio div:hover {
    background-color: #cccccc;
}

.Payment-radio div.active {
    background-color: #69bf5d;
    color: #fff;
}

.hy-form-group {
    display: flex;
    min-height: 40px;
    align-items: center;
    /* width: 100%;
    max-width: 800px; */
    padding: 10px 10px 5px 10px;
}

.copy_form_data {
    display: none;
}

.light_form_checkout {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    gap: 15px;
    display: flex;
    flex-direction: column;
    border: 5px solid #c43137;
    border-radius: 10px;
}

.light_form_checkout .content {
    padding: 10px;
    background-color: #fff;
    height: 200px;
    overflow: auto;
    border: 1px solid #c43137;
}

.light_form_checkout .title {
    font-weight: 700;
    color: #c43137;
}

.product-group {
    padding: 5px 0px;
}

.product-group div {
    padding: 3px;
}

.product-group div:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.light_pay_type div {
    padding: 10px 0px;
}


.hy-form-group.hide {
    display: none;
}

.hy-form-group:last-child {
    padding: 10px;
}

.hy-form-group-row .hy-form-group {
    width: auto;
    max-width: auto;
    margin-right: 20px;
}

.hy-form-group>label {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    width: 110px;
    border-right: 1px #dadce0 solid;
    margin-right: 10px;
    justify-content: flex-end;
    padding-right: 10px;
}

.hy-form-group-column>label {
    border-right: 0px;
}

.hy-form-group>div {
    max-width: 100%;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #5f6368;
}

.hy-form-group .column {
    display: flex;
    flex-direction: column;
}

.hy-form-group.text input[type="text"] {
    border: 1px #dadce0 solid;
    height: 40px;
    padding: 0px 10px 0px 10px;
    max-width: 100%;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    position: relative;
    color: #5f6368;
    box-sizing: border-box;
}

.hy-form-group.textarea textarea {
    border: 1px #dadce0 solid;
    min-height: 100px;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    position: relative;
    color: #5f6368;
    box-sizing: border-box;
    resize: vertical;
}

.hy-form-group.error>label {
    color: #ff0000;
}

.hy-form-group.error input {
    border: 1px #ff0000 solid;
}

.delivery_form {
    padding: 0px 20px;
}

.select2-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    background-color: #1ea362;
    color: #fff;
    cursor: pointer;
}

.hy-form-group-birth {
    display: flex;
    flex: 1;
}

.hy-form-group-birth input {
    flex: 1 !important;
}

.hy-form-group-birth .select2 {
    flex: 0 0 150px;
}

.select2 {
    width: 100% !important;
    flex: 1;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dadce0;
    border-radius: 0 !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 21px; */
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-search--dropdown {
    display: flex !important;
    padding: 0px !important;
}

.select2-dropdown {
    border: 1px solid #dadce0 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px !important;
    background-color: #efefef !important;
    height: 40px !important;
}

.select2-container.select2-container--default.select2-container--open .select2-search--dropdown::before {
    content: "Search";
    color: #5f6368;
    width: 100px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #efefef;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dadce0 !important;
    border-radius: 0 !important;
    min-height: 40px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dadce0 !important;
    border-radius: 0 !important;
    min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
    border: 1px solid #dadce0 !important;
    border-radius: 0 !important;
    padding: 5px 5px 5px 40px !important;
    position: relative !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    border-right: 1px solid #dadce0 !important;
    border-radius: 0 !important;
}

.select-item .item:hover {
    background-color: #e5f3ff;
}

.select-item .item.active {
    background-color: #cce8ff;
}

.link-item .item:hover {
    background-color: #e5f3ff;
}

.form-action {
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0px 20px;
}

.form-action .btn {
    padding: 10px;
    margin: 0px 5px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    /* width: 100%; */
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.form-action .btn:hover {
    background-color: #565656;
}

.app-icon {
    display: flex;
    margin-top: 20px;
}

.app-icon a {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.app-icon a:hover {
    background-color: #565656;
}

.app-icon i {
    font-size: 32px;
}

.app-icon span {}

.mobile-menu {
    display: none;
}

.sort {
    display: flex;
}

.sort i {
    font-size: 28px;
}

.sort div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    cursor: pointer;
    font-size: 15px;
}

.sort div:hover,
.sort div.active {
    color: #547def;
}

.sort div:not(:first-child) {
    padding-left: 10px;
}

.pagination {
    display: flex;
    max-width: 360px;
    margin: 30px auto;
    width: 100%;
}

.pagination .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
}

.pagination .page {
    display: none;
}

.pagination .page.active {
    display: flex;
}

.pagination .page-item a {
    display: block;
    width: 100%;
    text-align: center;
}

.pagination .page-item i {
    font-size: 28px;
}

.no-results-found {
    padding: 50px 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.no-results-found .icon {
    font-size: 15em;
    color: #bdbdbd;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.collapse-content {
    display: none;
    -webkit-animation: fadein 1s ease;
    animation: fadein 1s ease;
}

.collapse-content.active {
    display: block;
    padding: 20px;
}

.error-msg-section,
.order-msg-section {
    display: none;
    z-index: 199;
}

.error-msg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    top: 0;
    left: 0;
    display: none;
    z-index: 199;
    color: #fff;
}

.lightbox-close {
    font-size: 32px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lightbox-content {
    height: calc(100vh - 60px);
    overflow: auto;
}

#eapay_map_iframe {
    width: 100%;
    height: 100%;
}

.delivery_logo {
    display: flex;
    flex-wrap: nowrap;
}

.delivery_logo a {
    padding: 5px;
    cursor: pointer;
}

.delivery_logo img {
    width: 70px;
}

.product_list_container {
    display: flex;
    flex-direction: row;
}

.product_list_left {
    width: 200px;
}

.product_list_right {

    flex: 1;
}

.product_class_area {}

.product_class_area h4 {
    font-size: 1.375rem;
    letter-spacing: 3px;
    font-weight: 400;
    display: inline-block;
    padding: 30px 0px 20px 0px;
    position: relative;
}

.product_class_area h4:after {
    content: "";
    height: 15px;
    position: absolute;
    bottom: 23px;
    left: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    /* background-color: rgb(193 40 46 / 35%); */
    -webkit-transition: 0.4s width 0s;
    transition: 0.4s width 0s;
    width: 100%;
}

.sub-menu .left-block .item-wrapper .item .item-box h4 a:after {
    content: "";
    height: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    background-color: rgba(255, 199, 0, 0.5);
    -webkit-transition: 0.4s width 0s;
    transition: 0.4s width 0s;
    width: 100%;
}

.product_class_list a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.625rem;
}

.product_class_list a:hover {
    color: #a5a5a5;
}

.table100 {
    position: relative;
    padding-top: 40px;
}

.table100.ver1 {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.table100-head .cell100 {
    background-color: #c43137;
    color: #fff;
}

.w150 {
    width: 150px;
}

.w75 {
    width: 75px;
}

.table100-head th {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

.table100-body {
    overflow: auto;
    min-height: 36px;
    background-color: #fff;
}

.table100-body th {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    vertical-align: baseline;
}

.table100-body tr:hover {
    background-color: #eee;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.column1 {}

.column2 {
    width: 50px;
}

.column3 {
    width: 50px;
}

.column4 {}

.column5 {
    width: 20%;
}

.column150 {
    width: 150px;
}

.orderform-cubes .detail {
    background-color: #fff;
}

.orderform-cubes .title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.orderform-cubes .title i {
    background-color: #ffe500;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 50%;
    font-size: 30px;
}

.important-line {
    display: flex;
    padding-bottom: 15px;
}

.important-line a {
    background-color: #00a400;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.important-line a:hover {
    background-color: #3fbf3f;
}

.pay_case {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news-list {
    padding: 0;
    margin: 30px 0px 30px 0px;
    list-style: none;
}

.news-list li {
    padding-bottom: 10px;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 10px;
}

.news-list li span {
    padding-right: 1em;
}

.news-list li a {
    display: flex;
    flex-direction: column;
    border-left: 3px solid #c43137;
    padding-left: 15px;
}

.social-link.mobile {
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 49;
}

.discount_code_btn2 {
    display: none;
}

.open_left_menu,
.product_list_left_close {
    display: none;
}

.old_price {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.light_form_data {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.form_data {
    border: 5px solid #c43137;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

.light_form_tool {
    display: flex;
    padding: 20px;
    justify-content: center;
    gap: 30px;
}

.light_form_tool a {
    display: flex;
    background-color: #c43137;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.no-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.no-login a {
    background-color: #c43137;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 6px;
}

.light_form_data label span {
    color: #ff0000;
}

.d-none {
    display: none;
}

.hy-checkbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}