@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Sans:wght@300;400;500&family=Noto+Serif+TC:wght@400;500;600&display=swap');

a:hover,
a img:hover {
    transition: all 0.5s ease;
    opacity: 0.7
}


#preloader {
    /*   這是整個會蓋住畫面的底色色塊  */
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #fff;
    z-index: 9999;
}


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
    position: fixed;
    width: 218px;
    height: 419px;
    margin-left: -140px;
    left: 50%;
    top: 50%;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.blur {
    visibility: hidden;
    transition: visibility cubic-bezier(.165, .84, .44, 1) .25s;
}

.fadeIn {
    -webkit-animation: animat_show 1.2s;
    animation: animat_show 1.2s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show {
    0% {
        opacity: 0;
        filter: blur(8px);
        -webkit-filter: blur(10px);
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
        transform: translateY(0px);
    }
}

.fadeIn_forMenuCrossBtn {
    -webkit-animation: animat_show2 1.2s;
    animation: animat_show2 1.2s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show2 {
    0% {
        opacity: 0;
        filter: blur(8px);
        -webkit-filter: blur(10px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}


html {
    scroll-behavior: smooth;
    -webkit-animation: slow_show 1.2s;
    animation: slow_show 1.2s;
}


#template {
    min-height: 50vh\0;
}

.ui-icon {
    background-image: none !important;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.clear-fix:after {
    content: "";
    display: block;
    clear: both;
}

h1 {
    line-height: 60px !important;
}

* {
    -webkit-overflow-scrolling: touch;
    font-family: "Noto Sans", "Noto Sans TC", "Microsoft JhengHei", "Hei", sans-serif;
    word-break: break-all;
}

*:focus {
    outline: none;
    box-shadow: none;
}

.btn-group,
input:not([type=checkbox]) {
    width: 100%;
    min-width: 0px;
}

.custom-select {
    background: #ffffff;
}

.img-flex {
    align-items: start;
    display: flex;
    justify-content: center;
    vertical-align: text-top;
    display: block\0 !important;
    text-align: center\0;
}

/* .img-flex img {
    opacity: 0;
    max-height: 100%;
    max-width: 100%;
    transition: all linear 0.3s;
} */

.onsale {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    z-index: 1;
}

#site_path .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

#product .product_info .product_photos .thumb li.active,
.swiper-slide-active {
    border: none !important
}

#product .product_info .product_content .product_button_mobile_default .btn_to_cart_mobile_default {
    color: #ffffff;
    border: 1px solid #FF7F41 !important;
    color: #FF7F41 !important;
}

#product .product_info .product_content .product_button_mobile .btn_to_cart_mobile {
    border: 1px solid #FF7F41 !important;
    color: #FF7F41 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
}



.product_photos .breadcrumb {
    height: auto !important;
}


#site_path .breadcrumb a {
    color: #999999;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
}

#site_path .breadcrumb ul li {
    margin-right: 10px;
}

#site_path .breadcrumb .breadcrumb-arrow::after {
    content: ">";
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
}

#site_path .breadcrumb .last-item::after {
    content: "";
}

#site_path .breadcrumb .breadcrumb-item:not(:first-child):before {
    content: ">";
}

#site_path .account_breadcrumb {
    margin: 10px 0;
}

#site_path .account_breadcrumb .breadcrumb_title {
    display: inline;
    font-size: 24px;
}

#site_path .account_breadcrumb nav {
    float: right;
}

#site_path .account_breadcrumb .breadcrumb {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    padding: 8px 15px;
}

#site_path .account_breadcrumb .breadcrumb li:last-child a {
    color: #9a9ea2;
}

.swiper-lazy-preloader {
    display: none\0;
}


.swiper-lazy-preloader {
    background: #ffffff;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    z-index: 10;
    -webkit-transform-origin: 0 !important;
    -ms-transform-origin: 0 !important;
    transform-origin: 0 !important;
    -webkit-animation: slow_show 8s !important;
    animation: slow_show 8s !important;
}

.swiper-lazy-preloader2 {
    width: 42px !important;
    height: 42px !important;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px !important;
    height: 42px !important;
    transform: translate(-50%, -50%) !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    height: 45px;
    opacity: 0.7;
    width: 45px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    transition: all linear 0.3s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    border: 0px solid #999999;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 40%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 40%;
}

.swiper-button-prev:after {
    transform: translate(-25%, -50%) rotate(225deg);
}

.swiper-button-next:after {
    transform: translate(-75%, -50%) rotate(45deg);
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 0.7;
}

.section-heading {
    border-left: 3px solid #26CFD3;
    padding-left: 10px;
    font-size: 1.6em;
}

#addcart-Modal #ckeditor.product_info {
    display: none;
}

#addcart-Modal #ckeditor .desc_sections ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    width: 100%;
}

#addcart-Modal #ckeditor .desc_sections li {
    display: inline-block;
    flex: 1;
}

#addcart-Modal #ckeditor .desc_sections li a {
    background: #E2E2E2;
    border: 1px solid #E2E2E2;
    border-right: 0;
    color: #424242;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#addcart-Modal #ckeditor .desc_sections li a:hover,
#addcart-Modal #ckeditor .desc_sections li a.active {
    background: #ffffff;
    color: #26CFD3;
    transition: all linear 0.3s;
}

#addcart-Modal #ckeditor .desc_sections li:last-child a {
    border-right: 1px solid #E2E2E2;
}

#addcart-Modal .modal-content .modal-header h5 {
    margin-bottom: 0;
}

#addcart-Modal .modal-content .modal-body {
    display: grid;
    display: -ms-grid;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    -ms-grid-rows: auto 62px 38px 1fr;
    grid-template-rows: auto 62px 38px 1fr;
    max-height: 70vh;
    padding: 1.5rem;
}

#addcart-Modal .modal-content .modal-body .product_variant select,
#addcart-Modal .modal-content .modal-body .product_quantity input,
#addcart-Modal .modal-content .modal-body .product_quantity button {
    background-color: #ffffff;
    border-color: #424242;
    color: #424242;
}

#addcart-Modal .modal-content .modal-body .product_link {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    height: 35vh;
    max-height: 300px;
}

#addcart-Modal .modal-content .modal-body .product_quantity span,
#addcart-Modal .modal-content .modal-body .product_variant span {
    font-size: 0.9rem;
}

#addcart-Modal .modal-content .modal-body .product_quantity {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    -ms-grid-column: 2;
}

#addcart-Modal .modal-content .modal-body .product_variant {
    grid-row: 2;
    -ms-grid-row: 2;
    grid-column: 1;
    -ms-grid-column: 1;
}

#addcart-Modal .modal-content .modal-body .product_button {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

#addcart-Modal .modal-content .modal-body .product_button .btn {
    background: #000;
    color: #ffffff;
    width: 100%;
}

#addcart-Modal .modal-content .modal-body .product_button .btn:hover {
    background: #23B3B7;
    transition: all linear 0.3s;
}

#addcart-Modal .modal-content .modal-body .product_info {
    grid-row: 4;
    -ms-grid-row: 4;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

#message-form .img-flex {
    height: 30vh;
    min-height: 200px;
}

#message-form .product_name {
    display: -webkit-box;
    display: block\0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
    line-height: 1.2rem;
    max-height: 2.4rem;
}

#message-form textarea {
    height: 10vh;
    max-height: 100px;
    min-height: 60px;
}

#message-form button {
    width: 100%;
    background: #000;
    border-color: #000;
    border-radius: 5px;
    color: #ffffff;
    transition: all ease-in-out 0.15s;
    text-align: center;
}

#message-form button:hover {
    background: #565656;
    border-color: #565656;
    transition: all linear 0.3s;
}



/* Only Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {


        #checkout-v3 #step-scroller .step-pipe:not(:last-child) {
            margin: 0 50% !important;
            width: 34px;
        }

    }
}


#cart ul {
    border: 1px solid #E2E2E2;
    margin: 0;
    padding: 0;
}

#cart .item {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 8fr 2fr 2fr 2fr 1fr;
    grid-template-columns: 8fr 2fr 2fr 2fr 1fr;
    padding: 5px;
}

#cart .item a {
    color: #424242;
}

#cart .item:not(:last-child):not(.item-title) {
    border-bottom: 1px solid #E2E2E2;
}

#cart .item .product_info {
    display: flex;
    grid-column: 1;
    -ms-grid-column: 1;
    padding-left: 5px;
}

#cart .item .product_info .product_image {
    width: 60px;
    height: 60px;
}

#cart .item .product_info .product_name {
    flex: 1;
}

#cart .item .product_info .product_name strong {
    color: #D60000;
    font-size: 14px;
}

#cart .item .unit_price {
    grid-column: 2;
    -ms-grid-column: 2;
}

#cart .item .quantity {
    grid-column: 3;
    -ms-grid-column: 3;
}

#cart .item .quantity select {
    text-align: center;
}

#cart .item .total_price {
    grid-column: 4;
    -ms-grid-column: 4;
}

#cart .item .cancel_product {
    grid-column: 5;
    -ms-grid-column: 5;
}

#cart .gift-item .total_price {
    color: #D60000;
}

#cart .item-title,
#cart .form_footer {
    padding: 10px 5px;
    background: #E2E2E2;
}

#cart .form_footer {
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
}

#cart .form_footer .total_price {
    font-size: 18px;
    color: #D60000;
}

#cart .cart_btn {
    margin: 50px 0;
}

.cart svg {
    fill: #000000;
    width: 27px;
    /* border: 1px solid; */
    stroke: #000000;
    stroke-width: 2px;
    margin-top: -2px;
}

#footer {
    background: #ECE9E9;
    padding: 30px 0;
    flex-shrink: 0;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footer ul a {
    color: #808080;
}

#footer ul a:hover {
    color: #26CFD3;
    transition: all linear 0.3s;
}

.footer_logo {
    margin-bottom: 40px;
}

#footer .footer_flex {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer_content div.footer-title {
    font-size: 15px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#footer .footer_content hr {
    margin: 0 0 20px;
    position: relative;
    border-width: 1px;
}

#footer .footer_content hr:after {
    border-bottom: 1px solid #565656;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 95px;
}

#footer .footer_content svg,
#footer .footer_content span,
#footer .footer_content a {
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_content span,
#footer .footer_content a {
    color: #808080;
    font-size: 13px;
}

#footer .footer_content a {
    line-height: 24px;
    text-decoration: none;
}

#footer .footer_content svg {
    fill: #808080;
    height: 15px;
    padding: 1px;
    margin-right: 5px;
}

#footer .footer_content .item {
    padding: 10px;
}

#footer .footer_content .contact {
    flex: 0 0 30%;
}

#footer .footer_content .linklists {
    flex: 0 0 20%;
}

#footer .footer_content .fb_fanpage {
    flex: 0 0 30%;
    max-width: 18vw\0;
}

#footer .footer_footer .footer_flex {
    align-items: center;
    justify-content: space-between;
}

#footer .footer_footer .copyright {
    font-size: 14px;
    word-break: break-word;
}

#footer .footer_footer .copyright a {
    color: #33A4E8;
}

#footer .social_media {
    height: 30px;
}

#footer .social_media li {
    display: inline-block;
}

#footer .social_media .facebook-svg .svg-background,
#footer .social_media .instagram-svg .svg-background,
#footer .social_media .line-svg .svg-background,
#footer .social_media .youtube-svg .svg-background {
    fill: none;
}

#footer .social_media .facebook-svg .svg-border,
#footer .social_media .facebook-svg .svg-text,
#footer .social_media .instagram-svg .svg-border,
#footer .social_media .instagram-svg .svg-text,
#footer .social_media .line-svg .svg-border,
#footer .social_media .line-svg .svg-text,
#footer .social_media .youtube-svg .svg-border,
#footer .social_media .youtube-svg .svg-text {
    fill: #abb4bb;
}

#footer .social_media .facebook-svg:hover .svg-text,
#footer .social_media .instagram-svg:hover .svg-text,
#footer .social_media .line-svg:hover .svg-text,
#footer .social_media .youtube-svg:hover .svg-text {
    fill: #ffffff;
    transition: all linear 0.3s;
}

#footer .social_media .facebook-svg:hover .svg-border,
#footer .social_media .facebook-svg:hover .svg-background {
    fill: #3A59A4;
}

#footer .social_media .instagram-svg .svg-background {
    visibility: hidden;
}

#footer .social_media .instagram-svg:hover .svg-background {
    visibility: visible;
}

#footer .social_media .instagram-svg:hover .svg-border {
    fill: none;
}

#footer .social_media .line-svg:hover .svg-border,
#footer .social_media .line-svg:hover .svg-background {
    fill: #3CD52E;
}

#footer .social_media .youtube-svg:hover .svg-border,
#footer .social_media .youtube-svg:hover .svg-background {
    fill: #FF0000;
}

#ckeditor ul {
    list-style: initial;
    /* padding-inline-start: 0px; */
}

#ckeditor img {
    max-width: 100%;
    height: auto;
}

#ckeditor:after {
    content: "";
    display: inline-block;
    clear: both;
}

#ckeditor p {
    margin-bottom: 1rem;
}

#ckeditor * {
    font-family: revert;
    word-break: break-word;
}

.pagination-container {
    text-align: center;
}

.pagination-container nav {
    display: inline-block;
}

.pagination-container nav ul {
    margin: 4vmax 0 0;
}

.pagination-container .page-item a {
    color: #818181 !important;
    background: #ffffff !important;
    border: none;
    border-radius: 0 !important;
    padding: 3px 2px;
    margin: 0px 14px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
}

.pagination-container .page-item:last-child a {
    margin-right: unset;
}

.pagination-container .page-item a:hover {
    border-bottom: 2px solid #FF7F41;
}

.pagination-container .page-item.active a.page-link {
    border-bottom: 2px solid #FF7F41;
}

#gototop {
    bottom: 90px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 10;
}

#gototop a {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #424242;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    position: relative;
    width: 50px;
}

#gototop a:hover {
    color: #E2E2E2;
}

#gototop a svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
}

.loading-body {
    background: #ffffff;
    width: 100%;
    height: 100%;
}

#ajaxloading {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: 1100;
}

#ajaxloading .ajaxbody {
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    padding: 40px 20px;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 250px;
}

#ajaxloading svg {
    padding: 2px;
}

#ajaxloading svg .circle {
    animation: rotate 1.5s linear infinite;
    transform-origin: center;
    stroke-dasharray: 200;
}

#ajaxloading svg .success_path,
#ajaxloading svg .fail_path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    display: none\0;
}

#ajaxloading svg .success_icon,
#ajaxloading svg .fail_icon,
#ajaxloading svg .success_update {
    display: none;
}

#ajaxloading .title {
    display: none;
    font-size: 14px;
    letter-spacing: 1px;
    left: 0;
    text-align: center;
    position: absolute;
    transform: translateY(5px);
    width: 100%;
}

#ajaxloading.success svg .circle,
#ajaxloading.success_update svg .circle,
#ajaxloading.fail svg .circle {
    stroke-dasharray: 300;
}

#ajaxloading.success .success_path {
    animation: dash 0.5s linear forwards;
}

#ajaxloading.success .success_icon {
    display: block\0;
}

#ajaxloading.success .success_msg {
    display: block;
}

#ajaxloading.success_update .success_path {
    animation: dash 0.5s linear forwards;
}

#ajaxloading.success_update .success_icon {
    display: block\0;
}

#ajaxloading.success_update .success_update_msg {
    display: block;
}

#ajaxloading.fail .fail_path {
    animation: dash 0.5s linear forwards;
}

#ajaxloading.fail .fail_icon {
    display: block\0;
}

#ajaxloading.fail .fail_msg {
    display: block;
}

#search .item {
    margin-bottom: 20px;
}

@keyframes dash {
    from {
        stroke-dashoffset: 50;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

input:focus,
button:focus,
.btn:focus {
    box-shadow: none;
}

.btn:disabled,
.btn.disabled {
    cursor: not-allowed;
}

button:focus {
    outline: none;
}

.ignore_validated {
    color: #424242 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0 !important;
    background: none !important;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border-radius: 50%;
    height: 29px;
    line-height: 25px;
    background: #26CFD3 !important;
    border: none !important;
    color: #ffffff !important;
    width: 29px;
    margin: 0 auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #26CFD3 !important;
    border: none !important;
    border-radius: 50%;
    height: 29px;
    line-height: 25px;
    width: 29px;
    margin: 0 auto;
}

.ui-widget-content a.ui-corner-all {
    overflow: hidden;
}

.ui-widget-content a.ui-corner-all span.ui-icon {
    text-indent: 0;
    color: #ffffff;
    width: 26px;
    height: 26px;
    top: 10px;
}

.ui-widget-content a.ui-corner-all.ui-state-hover {
    background: #ffffff;
}

.ui-widget-content a.ui-corner-all.ui-datepicker-next span.ui-icon:after {
    content: ">";
    color: #26CFD3;
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 10px;
    font-weight: 900;
}

.ui-widget-content a.ui-corner-all.ui-datepicker-prev span.ui-icon:after {
    content: "<";
    color: #26CFD3;
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 12px;
    font-weight: 900;
}

table.ui-datepicker-calendar thead tr th {
    color: #ECE9E9;
}

.ui-widget-header {
    border: none !important;
    background: #ffffff !important;
    border-bottom: 1px solid #E2E2E2 !important;
}

@media (min-width: 992px) {
    .visible-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none;
    }

    #site_path .account_breadcrumb {
        margin: 10px 0;
    }

    #site_path .account_breadcrumb .breadcrumb_title {
        font-size: 24px;
        line-height: 32px;
    }

    #site_path .account_breadcrumb .breadcrumb {
        padding: 5px 10px;
    }

    #footer .footer_content .contact,
    #footer .footer_content .linklists,
    #footer .footer_content .fb_fanpage {
        flex: 0 0 50%;
        flex-grow: 1;
    }

    #footer .footer_content .fb_fanpage {
        order: 1;
    }

    #footer .footer_content .contact {
        order: 2;
    }

    #footer .footer_content .linklists {
        order: 3;
    }
}

@media (min-width: 768px) {
    .visible-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }

    #site_path .container,
    #cart .container,
    #footer .container {
        max-width: 100%;
    }

    #cart .item-title {
        display: none;
    }

    #cart .item {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        position: relative;
    }

    #cart .item .product_info {
        grid-row: 1;
        -ms-grid-row: 1;
        grid-column: 1/4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }

    #cart .item .cancel_product {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #cart .item:not(.gift-item) .unit_price,
    #cart .item:not(.gift-item) .quantity,
    #cart .item:not(.gift-item) .total_price {
        grid-row: 2;
        -ms-grid-row: 2;
    }

    #cart .item:not(.gift-item) .unit_price:before,
    #cart .item:not(.gift-item) .quantity:before,
    #cart .item:not(.gift-item) .total_price:before {
        color: #808080;
        font-size: 14px;
        width: 50px;
    }

    #cart .item:not(.gift-item) .unit_price {
        grid-column: 1;
        -ms-grid-column: 1;
        justify-content: center;
    }

    #cart .item:not(.gift-item) .unit_price:before {
        content: "單價";
    }

    #cart .item:not(.gift-item) .quantity {
        grid-column: 2;
        -ms-grid-column: 2;
    }

    #cart .item:not(.gift-item) .quantity:before {
        content: "數量";
    }

    #cart .item:not(.gift-item) .quantity select {
        max-width: 100px;
    }

    #cart .item:not(.gift-item) .total_price {
        grid-column: 3;
        -ms-grid-column: 3;
    }

    #cart .item:not(.gift-item) .total_price:before {
        content: "小計";
    }

    #cart .form_footer {
        align-items: flex-end;
        flex-direction: column;
        padding: 10px;
    }

    #cart .form_footer .customer_bonus {
        margin-bottom: 5px;
    }

    #footer .footer_footer .footer_flex {
        flex-direction: column;
    }

    #footer .footer_footer .copyright {
        padding-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none;
    }

    #site_path .account_breadcrumb nav {
        display: none;
    }

    #footer hr,
    #footer .footer_content hr {
        margin: 10px 0;
    }

    #footer .footer_content .contact,
    #footer .footer_content .linklists,
    #footer .footer_content .fb_fanpage {
        flex: 0 0 100%;
        padding: 0 10px;
        position: relative;
    }

    #footer .footer_content .contact div.footer-title,
    #footer .footer_content .linklists div.footer-title,
    #footer .footer_content .fb_fanpage div.footer-title {
        background: #ECE9E9;
        display: inline-block;
        padding-right: 15px;
        transform: translateX(0);
    }

    #footer .footer_content .contact hr,
    #footer .footer_content .linklists hr,
    #footer .footer_content .fb_fanpage hr {
        transform: translateY(23px);
    }

    #footer .footer_content .contact hr:after,
    #footer .footer_content .linklists hr:after,
    #footer .footer_content .fb_fanpage hr:after {
        display: none;
    }

    #footer .footer_content .linklists li {
        display: inline-block;
        padding-right: 10px;
    }

    #footer .footer_footer .footer_flex {
        align-items: flex-start;
    }
}

@media (max-width: 450px) {

    #cart .item:not(.gift-item) .unit_price,
    #cart .item:not(.gift-item) .quantity,
    #cart .item:not(.gift-item) .total_price {
        position: relative;
        margin-top: 30px;
    }

    #cart .item:not(.gift-item) .unit_price:before,
    #cart .item:not(.gift-item) .quantity:before,
    #cart .item:not(.gift-item) .total_price:before {
        position: absolute;
        top: -25px;
        text-align: center;
    }

    #cart .form_footer {
        font-size: 13px;
    }

    #cart .form_footer .total_price {
        display: block;
        font-size: 20px;
        text-align: right;
        margin: 5px 0;
    }
}

.custom-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: scroll \0;
    scrollbar-width: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-corner {
    background-color: #fff;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    border: 3px solid #fff;
    border-radius: 6px;
}

.custom-scrollbar:not(.custom-scrollbar__always-show)::-webkit-scrollbar {
    display: none;
}

.custom-scrollbar:not(.custom-scrollbar__always-show).scrolling::-webkit-scrollbar {
    display: block;
}

a[href^=tel] {
    color: inherit;
}

/* base */
.bg-gray {
    background: #F3F3F3;
}

/* Title*/

.h1.splitting .char,
h1.splitting .char {
    transition: transform .7s cubic-bezier(0.2, 0, 0.2, 1), opacity 1s linear;
    transition-delay: calc(240ms * var(--char-index));
}

.h1.splitting[data-scroll=out] .char,
h1.splitting[data-scroll=out] .char {
    opacity: 0;
    transform: translateY(0.25em);
}

/* nav */

#index_sidebar_shelf_top>li:not(.logo) button,
#index_sidebar_shelf_top>li:not(.logo) a {
    background: none !important;
    border-color: none !important;
}

.sidebar li a {
    text-decoration: none;
}


@-webkit-keyframes slow_show {
    0% {
        opacity: 0;
        transform: translateX(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

#header nav .btn-login {
    border-color: none !important;
    color: #ffffff !important;
    background-color: #FF7F41 !important;


}

#header nav .btn-signin {
    border-color: #FF7F41 !important;
    border: 1px solid #FF7F41 !important;
    color: #FF7F41 !important;
}

#header nav .btn-signin:hover {
    background: #FF7F41 !important;
    color: #ffffff !important;
}

.overlay {
    position: absolute;
    overflow: hidden;
    text-align: center;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: #ffffff;
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: 0.5em;
    z-index: 999;
    /* display: none; */
    transition: .5s;
    /* transition: opacity 0.6s, visibility 0.3s, height 0.8s; */
    /* transition: top .5s, opacity .3s; */
}

.overlay a {
    text-decoration: none !important;
    color: white;
}

.overlay.show {
    top: 0;
    opacity: 1;
    height: 100vh;
    /* display: block; */
    transition: top .5s, opacity .5s;
}

.nav-btn-container .overlay {
    display: none;
}

.nav-btn-clicked .overlay.show {
    display: block;
}

.nav-btn-container {
    cursor: pointer;
    width: 34px;
    height: 34px;
    z-index: 1000;
    position: absolute;
    left: 5%;
    top: 18px;
}

.nav-btn-clicked {
    left: 9% !important;
    top: 80px !important;
    animation: animat_show2 1s;
}

.nav-btn-container .icon-close {
    display: none;
}

.nav-btn-container .icon-hamburger {
    display: block;
}

.nav-btn-clicked .icon-close {
    display: block !important;
    margin-left: 2px;
}

.nav-btn-clicked .icon-hamburger {
    display: none !important;
}

#header {
    height: 80px;
}

#header .tool-nav .dropdown>a {
    padding: 10px 12px !important;
}

#header .tool-nav {
    right: 5% !important;
    top: 14px;
}

#header .logo {
    margin-top: 8px;
}

#header .logo a img {
    height: 44px !important;
}

#header .logo.scrolled img {
    height: 44px !important;
}

#header .global-cart-count {
    display: none !important;
}

#header .global-cart-count:after {
    border-right: none !important;
}

#header nav .btn-search {
    background: #FF7F41 !important;
    border: 1px solid #FF7F41 !important;
}

@media (max-width: 600px) {
    .overlay {
        font-size: 1.2em;
    }

    .nav-btn-container {
        right: 30px;
    }
}

.nav-btn-container span {
    width: 60%;
    height: 1px;
    background-color: #000000;
    transition: unset;
    border-radius: 20px;
}

.nav-btn-container span:nth-child(1) {
    position: absolute;
    top: 13px;
}

.nav-btn-container span:nth-child(2) {
    position: absolute;
    top: 57%;
    transform: translateY(-57%);
}

.nav-btn-container span:nth-child(3) {
    position: absolute;
    top: 25px;
}

.nav-btn-clicked span:nth-child(1) {
    transform: rotateZ(45deg) translateY(38px);
    background: #8E8E8E;
    top: 13px;
    left: 46px;
}

.nav-btn-clicked span:nth-child(2) {
    transform: translateX(-40px);
    background-color: transparent;
}

.nav-btn-clicked span:nth-child(3) {
    transform: rotateZ(-45deg) translateY(17px);
    background: #8E8E8E;
    top: 28px;
    left: 4px;
}

.global-cart-count {
    background: #FF7F41 !important;
}

.menu_hover span {
    font-size: 3vmin;
}

/* index */
#main_slider .swiper-button-prev,
#main_slider .swiper-button-next {
    height: 30px;
    width: 30px;
}


#template {
    background-color: #fff !important;
}

.slogn-box {
    padding: 178px 85px 178px 110px;
}

.slogn-box .h1 {
    font-size: 48px;
}

.slogn_small {
    width: 100%;
    max-width: 602px;
    margin: -27px 0 0 4px;
}

.slogn-title {
    width: 55%
}

.slogn-txt {
    margin: 143px 0 0 160px;
    width: 45%;

}

.slogn-box .link {
    margin-top: 65px;
    display: block;
}

#_3x4block .block_img {
    width: 100%
}

#_3x4block a {
    text-decoration: none;
}

h1.block_title {
    color: #8E8E8E;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

p.block_content {
    color: rgba(29, 29, 29, 0.3);
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -20px;
    font-family: 'Noto Sans';
}

#_3x4block .row {
    margin-top: 80px;
}

.link {
    text-decoration: underline;
    text-underline-position: under !important;
    font-size: 15px;
}


#_3x4block .row {
    margin-bottom: 117px;
}

/* 懂共構*/
.buying_index .popular_title {
    display: none !important;
}

.container-fluid .popular .caption a.btn {
    display: none !important;
}

.container-fluid .popular .thumbnail,
.container-fluid .popular .thumbnail:hover {
    border: none !important;
}

.buying_index {
    padding: 180px 0;
    display: flow-root;
}

.buying_index h2 {
    margin-bottom: 100px
}

.container-fluid .popular {
    padding: 0 !important;
}

.container-fluid .popular .caption b {
    color: #ED7239 !important;
}

.buying_index .popular .product-col:first-child {
    width: 40% !important;
    max-width: 40% !important;
    height: 800px;
}

.buying_index .popular .product-col:nth-child(2),
.buying_index .popular .product-col:nth-child(3),
.buying_index .popular .product-col:nth-child(4) {
    margin-top: 370px;
}

.buying_index .popular .product-col {
    float: left;
    width: 20%;
    max-width: 20% !important;
    height: 400px;
    position: relative;
    ;
}

.buying_index .popular {
    display: block !important;
}

.buying_index .popular .caption {
    padding-top: 240px !important;
    position: relative;
}

.buying_index .popular .product-col:first-child .caption {
    padding-top: 620px !important;
}

.buying_index .popular .thumbnail {
    clip: rect(0px, 245px, 230px, 0px) !important;
    height: 230px !important;
    position: absolute;
    border: none !important;
    width: 80%;
    z-index: 10
}

.buying_index .popular .product-col:first-child .thumbnail {
    clip: unset !important;
    height: auto !important;
    width: auto !important;
}

.container-fluid .popular .product-col:first-child .thumbnail>a.productClick {
    height: unset !important;
}

.buying_index .popular .thumbnail>a.productClick {
    height: 230px !important;
    transition: all 1s !important;
}

.buying_index .popular .product .img-lazy {
    padding: 0 !important;
}



.buying_index .popular .product .thumbnail>a.productClick::before {
    background: #ff8600;
    content: "";
    mix-blend-mode: screen;
    opacity: 0;
    transition: .5s;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.buying_index .popular .product:hover .thumbnail>a.productClick::before {
    opacity: 1;

}


/* left right layuot*/

.container .row .l-layout {
    flex: 0 0 51.6%;
}

.container .row:nth-child(2n+1) .l-layout {
    order: 1;
}

.container .row:nth-child(2n+1) .r-layout {
    order: 2;
    padding: 210px 0 0 100px;
}

.container .row:nth-child(2n) .l-layout {
    order: 2;
}

.container .row:nth-child(2n) .r-layout {
    order: 1;
    padding: 210px 100px 0;
}

.container .row:nth-child(2n) .r-layout a {
    float: right;
}

.l-layout a,
.r-layout a {
    text-decoration: none;
}

.l-layout p,
.r-layout p {
    color: #999999;
}

/* sharespace-box */
.sharespace-box {
    padding: 260px 0 160px 0;
    clear: both;
}

.sharespace-box .row {
    margin-bottom: 120px;
}

.sharespace-box .row:nth-child(2n+1) .r-layout {
    padding: 52px 0 0 120px;
}

.sharespace-box .row:nth-child(2n) .r-layout {
    padding: 52px 120px 0 0;
}

.sharespace-box h2 span {
    margin-bottom: 70px;
}

/* ig-box */
.ig-box {
    padding: 0 0 0 158px;
    float: right;
    margin-bottom: 150px;
    width: 100%;
}

.ig-post {
    height: 22vw;
    overflow: hidden;
}

.ig-post iframe {
    margin-top: -60px;
}



.ig-box .h1 {
    margin-top: 50px;
}

/* collaborate-box */
.collaborate-box {
    display: flow-root;
}

.collaborate-box .row:nth-child(2n+1) .r-layout {
    padding: 74px 0 0 120px;
}

/* service box */
.service-box {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1682391494_71a2c845_background.png?1682391494) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 180px;
    background-position: 50% 50% !important;
}

.service-box .container {
    padding: 240px 133px;
}

.service-box .h1,
.service-box h2,
.service-box p,
.service-box span {
    color: #fff;
}

.service-box .h1 {
    float: right;
    margin-top: -6px;
}

.service-box .col-lg-8 {
    padding-left: 37px;
}

/* footter*/
footer {
    background: #eeeeee !important;
    padding: 256px 0 166px 0 !important;
}

footer .row {
    margin: 0 auto;
}

footer .footer-logo {
    max-width: 358px;
    width: 100%;
}

footer p,
#footer .footer_content ul li a,
#footer .shop_info li a,
#footer .shop_info li {
    color: #999999 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}

.shop_info li:last-child span {
    display: none;
}

footer h3 {
    color: #999999;
    font-weight: 300;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

footer .shop_info h3,
footer .footer_content h3 {

    text-decoration: underline;
    text-underline-position: under !important;
}

#footer .social_media,
#footer .footer_content,
#footer .shop_info,
#footer .footer_content ul li,
#footer .shop_info li {
    display: block !important;
    background: none !important;
    text-align: left !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
}

#footer .shop_info {
    margin-left: 89px !important;
}

.social_media ul {
    margin: 11px 0 34px 0;
}

.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 34px;
}

#footer .footer_content {
    padding-top: 0 !important;
}

#footer .d-lg-none {
    display: none !important;
}

#footer .footer_content ul li:before,
#footer .shop_info li:before,
#footer .shop_info li:before,
#footer .footer_content ul li:after,
#footer .shop_info li:after,
#footer .shop_info li:after {
    display: none !important;
}


/* blog ALL*/
.space_title .life_show,
.life_title .space_show {
    display: none;
}

.space_title .space_show,
.life_title .life_show {
    display: block;
}

#blogs_all .blog {
    border: none;
    padding-bottom: 0 !important;
}

#blogs_all {
    background: none !important;
    margin-top: 0px !important;
    padding-bottom: 130px !important;
    display: inline-block;
}


#blogs_all .article {
    position: relative;
}

#blogs_all .article .article_image a {
    background-size: cover !important;
    clip: rect(0px, 330px, 400px, 0px);
    position: absolute;
    height: 400px !important;
}


#blogs_all .article {

    grid-template-rows: 400px auto auto 40px !important;
    grid-template-areas:
        "image"
        "title"
        "content"
        "date"
        "readmore" !important;
    grid-template-columns: repeat(2, 1fr);
}

.blog_articles {
    margin-top: 38px;
}

#blogs_all .blog_articles>div {
    padding: 13px !important;
}


#blogs_all .article .article_image {
    grid-column: span 2 !important;
}

#blogs_all .article .article_title {
    grid-column: span 2 !important;
    padding: 20px 0 14px 0 !important;
    height: 84px;
    overflow: hidden;
}

#blogs_all .article .article_title a {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 25px;
    color: #999999 !important;
    text-decoration: none !important;

}

#blogs_all .article .article_title h3 {
    margin: 0 !important;
    color: #8E8E8E !important
}


#blogs_all .article .article_content {
    font-size: 15px !important;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #aaaaaa;
    grid-column: span 2 !important;
    padding: 0 !important;
    height: 66px;
    overflow: hidden;
}

#blogs_all .article .article_date {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: rgba(29, 29, 29, 0.3);
    text-align: left;
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    grid-row-start: 4 !important;
    grid-row-end: 4 !important;
    padding: 0 !important;
}

#blogs_all .article .article_readmore {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 4 !important;
    grid-row-end: 4 !important;
    text-align: right;
    padding: 0 !important;
}

#blogs_all .article .article_readmore a {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 16px;
    color: #FF7F41 !important;
}

/* blog */
#blog {
    background: #fff !important;
}

#blog #all_blogs_title {
    display: none;
}

#blog .article {
    display: flex !important;
    align-items: flex-end;
    margin-bottom: 160px;
}

.blog_articles .col-12 .article_image {
    flex: 0 0 51.6%;
}

.blog_articles .col-12:nth-child(2n+1) .article-txt {
    order: 1;
    padding: 0 3% 0 32%;
}

.blog_articles .col-12:nth-child(2n+1) .article_image {
    order: 2;
}

.blog_articles .col-12:nth-child(2n) .article-txt {
    order: 2;
    padding: 0 32% 0 3%;
}

.blog_articles .col-12:nth-child(2n) .article_image {
    order: 1;
}

.section-heading {
    border-left: unset;
    padding-left: 0;
}

#blog .article .article_title h2 {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 40px !important;
    letter-spacing: 0.06em !important;
    color: #1D1D1D !important;
}

#blog .article .article_title a {
    text-decoration: none;
}

/* 地標
#blog .article .article_title h2 span{
background: url('https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1682453744_c9ba6042_mdi_map-marker.png?1682453744') no-repeat;
background-size: 16px: 
padding-right: 10px;
font-family: 'Noto Sans';
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.1em;
color: #1D1D1D!important;
margin-top:11px;
}
*/


#article {
    background: none !important;
}

.article_tags {
    margin-top: -12px;
    margin-bottom: 9px;
}

.article_tags a {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #8E8E8E;
    margin-bottom: 19px;
    text-decoration: none;
    letter-spacing: 2px;
}

article .article_date,
#blog .article .article_title,
#blog .article .article_content,
#blog .article .article_readmore {
    padding: 0 !important;
    color: #999999;
}

#blog .article .article_readmore a {
    color: #FF7F41 !important;
    font-size: 15px !important;
    font-family: 'Noto Sans' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.blog .article_content {
    display: none;
}

/* shop */
.ul.sidebar button,
ul.sidebar a {
    font-size: 18px !important;
    border: none !important;
    text-decoration: underline;
    text-underline-position: under !important;
}

#collection .collection_products.square_prods .product .product_btn {
    height: 80% !important;
}

#collection .collection_products.square_prods.col-sm-12 .product {
    width: 100%
}

#collection .collection_products.square_prods .product:first-child .product_btn {
    height: 90% !important;
}

#collection .collection_products .products_setting {
    display: none !important;
}

#collection .collection_products .collection_title {
    display: block !important;
    padding-left: 23px;
}

.products_content .product_image_box,
.swiper-slide .product_image_box {
    padding: 51px 0;
    background: #D7D7D7;
}

.products_content .product:first-child .product_image_box {
    padding: 148px 0;
}

.products_content .product {
    width: 25% !important;
    float: left;
}

.products_content .product:first-child {
    width: 50% !important;
    padding-bottom: 0px !important
}

#collection .collection_products.square_prods .products_content {
    display: unset !important;
}

#collection .collection_products .products_content .product_title,
.swiper-slide .product_title,
.container-fluid .popular .caption h3 a {
    color: #8E8E8E !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    padding: 10px 0px !important;
    text-align: left !important;
    height: 36px !important;
    overflow: hidden !important;
    text-decoration: none !important
}

#collection .collection_products.square_prods .product .product_title,
#collection .collection_products.square_prods .product .product_sold,
#collection .collection_products.square_prods .product .product_price,
#swiper_products .swiper_products .product .product_title,
#swiper_products .swiper_products .product .product_sold,
#swiper_products .swiper_products .product .product_price {
    text-align: left !important;
}

#swiper_products .swiper_products .product .product_image a,
#swiper_products .swiper_products .product .product_image a img,
#product .product_info .product_photos .product_photo img,
#product .product_info .product_photos .product_photo,
#swiper_products .swiper_products .product .product_image,
.swiper-slide-active {
    border-color: #ffffff !important;
    border: none !important;

}

img[alt] {
    border: transparent !important;
    color: transparent !important;
}

.collection_products.square_prods .product .product_title a,
.buying3 .product .product_title a {
    color: #999999 !important;
    text-decoration: none !important;
    height: 30px;
    display: block;
    overflow: hidden;
}

#collection .collection_products .products_content .product_price .price,
#swiper_products .swiper_products .product .product_price {
    color: #8E8E8E !important;
    font-weight: 300;
    font-size: 20px !important;
    line-height: 27px;
}

.products_content .product:first-child .product_image a {
    height: 500px !important;
}

#collection .collection_products.square_prods .product .product_btn {
    display: none;
}


.buying_banner {
    margin: 62px 0 138px 0;
}

#collection #buying_box {
    padding-top: 180px;
}

/* sidebar */

#collection .col-md-2 {
    flex: 0 0 10% !important;
    max-width: 10% !important;
}


#collection .col-md-10 {
    flex: 0 0 90% !important;
    max-width: 90% !important;
}

#collection h1.h2,
.collective-buying .h2 {
    margin-top: -120px;
    height: 95px;
}

.jp-txt {
    font-family: 'Noto Sans' !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    text-underline-position: under !important;
    color: rgba(29, 29, 29, 0.3);
    /* margin-top: 60px; */
}

ul.sidebar {
    margin: 0 !important;
    border: none !important;
}

ul.sidebar>li {
    padding: 0 !important;
}

#header nav li a {
    font-size: 18px !important;
    border-bottom: none !important;
    padding: 10px 0 !important;
    line-height: 25px !important;
}

#header nav a,
.modules-collapse>dt {
    font-weight: 300 !important;
    color: #999999 !important;
}


#collection .collection_products.square_prods .product {
    padding-right: 60px !important;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.buying_page #collection,
.buying_page .banner_flower,
.product_page .collective-buying {
    display: none !important;
}

.product_page #collection,
.buying_page .collective-buying,
.product_page .banner_flower {
    display: block !important;
}

/* about */

.slognbig-box {
    max-width: 1280px;
    margin-bottom: 122px;
}

.slogn_big {
    width: 609px;
    height: 340px;
    margin: 0 0 160px 0;
}


.story-box {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.story-box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px !important;
    color: #1D1D1D;
    font-family: 'Noto Serif TC', serif !important;
    letter-spacing: 10px;
    line-height: 42px;
}

.story-box p {
    margin-bottom: 1rem;
    margin-right: 90px;
    letter-spacing: 8px;
}

.storypic01 {
    max-width: 38.5417% !important;
    max-height: 912px;
    float: left;
}

.storypic02 {
    max-width: 53.3333% !important;
    max-height: 930px;
    float: right;
    margin-top: 532px;
}

.storypic03 {
    max-width: 21.6146% !important;
    max-height: 692px;
    float: left;
    margin: 415px 0 232px 392px;
}

.banner-about01 {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1682046921_2ee47c95_about04.png?1682046922) no-repeat;
    width: 100%;
    height: 666px;
    background-size: cover;
    display: block;
    clear: both;
}

.banner-about02 {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1682046928_7c75f7c1_about05.png?1682046928) no-repeat;
    width: 100%;
    height: 1162px;
    background-size: cover;
    display: block;
    clear: both;
}

.about-box {
    padding: 124px 0 150px 0;
    max-width: 1333px;
}

.about-box p:first-child {
    padding: 70px 63px 0 0;
}

.line-box {
    position: relative;
    font-family: 'Noto Serif TC', serif !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 12px;
    letter-spacing: 0.1em;
    background: #999;
    height: 1px;
    margin: 30px 0 10px 0;
    text-align: right;
}

.line-box span {
    background: #F3F3F3;
    padding: 0 0 0 43px;
    position: relative;
    top: -10px;
    left: 0;
}



.line {
    display: inline-block;
    max-width: 210px;
    margin-right: 43px;
    width: 100%;
}

.line::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ccc;
    top: 50%;
    max-width: 210px;
}

.about3-box {
    text-align: center;
    margin-top: 86px;
    margin-bottom: 136px;
}

.about3-box h3 {
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    color: #000000;
}

.about3-box h3::before {
    width: 70px;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    background: #ED7239;
    top: 32%;
    left: 50%;
    transform: translatex(-50%);
}

.about3-box h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #1D1D1D;
    margin-top: 36px;
}

.about3-box p {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 7px 0 8px 0 !important;
}

.about3-box span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-underline-position: under !important;
    color: #999999;
}

/* service */
.search-box {
    padding: 46px 0 180px 0;
    margin-bottom: 180px;
    border-bottom: 1px solid #999999;
}

.search-box .row {
    align-content: center;
    margin: 0 5px;
}

.search-box .col {
    max-width: 100%;
    border: 1px solid rgba(29, 29, 29, 0.3);
    height: 174px;
    background-repeat: no-repeat !important;
    background-size: 100px !important;
    background-position: 26% 50% !important;
    line-height: 174px;
    text-align: center;
    padding-left: 130px;
}

.search-box p {
    margin: 0 0 54px 0 !important;
}

.search-box a {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #1D1D1D !important;
    text-decoration: none;
}

.search-box a span {
    font-size: 15px;
    color: #B0B1B1;
    font-weight: 300;
    text-decoration: underline;
    text-underline-position: under !important;
    margin-top: -78px;
    display: block;
}

.contac-box {
    margin: 0 0 145px 0;
}

.contac-box ul {
    margin: -7px;
}

.contac-box ul li {
    font-weight: 300;
    font-size: 24px;
    border-bottom: 1px solid #999999;
    line-height: 24px;
    margin-top: 40px;
    list-style: none;
    letter-spacing: 0.1em;
    padding: 14px;
}

.contac-box ul li:last-child {
    border-bottom: none;
}

.contac-box ul li span {
    width: 100px;
    border-right: 1px solid #999999;
    display: inline-block;
    margin-right: 20px;
}

.line-button {
    border: 1px solid #999999;
    padding: 8px 112px;
    height: 60px;
    float: right;
    display: inline-block;
    font-size: 1vmax;
    letter-spacing: 2px;
}

.line-button img {
    width: 45px;
    margin-right: 13px;
}

/* COLLABORATE */
.lead48 {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 192px;
    font-family: 'Noto serif TC' !important;
}

.collaborate ul li {
    float: left;
    width: 29.15%;
    padding: 488px 0 48px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    vertical-align: bottom;
    display: table-cell;
    margin-right: 6.275%;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.collaborate ul li:last-child {
    margin-right: 0;
}

.collaborate ul {
    margin: 138px 0 200px 0;
    padding: 178px 0 185px 0;
    height: 570px;
}


.step-box {
    margin: 200px 0;
}

.step-box {
    padding: 348px 0 185px 0;
    margin: 200px 0;
}

.step-box ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    letter-spacing: 0.1em;
}

.step-box ul li:nth-child(2n+1) {
    width: 12%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
    text-align: center;
    vertical-align: top;
}

.step-box ul li:nth-child(2n) {
    width: 12%;
    height: 25px;
    margin: 0 30px;
    vertical-align: top;
}

.step-box ul li:nth-child(2n) img {
    width: 25px;
    margin-top: 75px;
}

.step-box li span {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FF7F41;
}

.step-box h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #1D1D1D;
    margin: 33px 0 8px 0;
}

.step-box ul li:nth-child(2n+1) img {
    margin-bottom: 8px;
}

.step-box h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    text-underline-position: under !important;
    color: rgba(29, 29, 29, 0.3);
    display: block;
}


.step-box p {
    margin: 18px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}

/* single product */
/* #product .product_info .product_photos .thumb li {
    border: none;
    height: 133px;
    padding: 0;
    margin: 36px 42px 0 0;
    width: 133px;
    position: relative;
} */

#product .product_info .product_photos .thumb {
    overflow: visible !important;
}

/* #product .product_info .product_photos .thumb .thumb-container {
    display: block;
} */

/* #product .product_info .product_photos .thumb li:nth-child(4n) {
    margin-right: 0;
} */

/* .product_photos .thumb .img-photobox {
    position: absolute;
    clip: rect(0px, 133px, 133px, 0px) !important;
    width: 100% !important;
} */

/* .product_content {
    padding: 76px 0 0 64px !important;
    color: #999999 !important;
} */

.product_content p {
    font-size: 18px !important;
}

/* #product .product_info {
    grid-template-columns: 60% 40% !important;
    margin: 0 -10px;
    max-width: 1146px;
    margin: 0 auto !important;
    padding: 0 !important;
} */

/* #product .product_info .product_photos .product_photo {
    height: auto !important;
} */

/* #product .product_info .product_photos .product_photo img {
    cursor: pointer;
    width: 100% !important;
} */

.product-variant-option .title {
    display: none;
}

/* #product .product_info .product_content {
    display: block !important;
} */

#product .product_info .product_content .product_price .title {
    display: none;
}

#product .product_info .product_content .product_vendor_slogan {
    font-size: 20px !important;
    text-decoration: underline;
    text-underline-position: under !important;
    margin-bottom: 10px;
    color: #999999 !important;
}

/* #product .product_info .product_content .product_title h1 {
    font-size: 32px !important;
    line-height: 44px !important;
    font-weight: 400 !important;
} */

#product .product_info .product_content .product_price span {
    font-weight: 400 !important;
    color: #777 !important;
}

#product .product_info .product_content .product_price .price {
    font-weight: 500 !important;
    font-size: 30px !important;
    color: #999999 !important;
}

#product .product_info .product_content #variant_options .color_option .img-flex img,
#product .product_info .product_content .variant_options .color_option .img-flex img {
    width: 35px;
}

#product .product_info .product_content #variant_options,
#product .product_info .product_content .variant_options {
    padding: 14px 0 !important;
}

#product .product_info .product_content .product_variant_quantity span {
    max-width: 100% !important;
    margin: 0 -5px 26px -5px !important;
}

#product .product_info .product_content .product_quantity .add-down {
    border-right: none !important;
}

#product .product_info .product_content .product_quantity .add-up,
#product .product_info .product_content .product_quantity input {
    border-left: none !important;
}

#product .product_info .product_content .product_button .btn-quick_buy,
#product .product_info .product_content .product_button .btn-secondary,
#product .product_info .product_content .product_button .btn_to_cart_mobile,
#product .product_info .product_content .product_button .btn_to_cart_mobile_default,
#product .product_info .product_content .product_button_mobile .btn-secondary,
#product .product_info .product_content .product_button_mobile .btn_to_cart,
#product .product_info .product_content .product_button_mobile .btn_to_cart_mobile_default,
#product .product_info .product_content .product_button_mobile_default .btn-secondary,
#product .product_info .product_content .product_button_mobile_default .btn_to_cart,
#product .product_info .product_content .product_button_mobile_default .btn_to_cart_mobile {
    border: 1px solid #FF7F41 !important;
    color: #FF7F41 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
}

.kol {
    margin-top: 20px;
}

/* #product .product_info .product_content .product_brief {
    margin: 12px 0 23px 0;
    font-size: 18px !important;
    color: #999999 !important;
} */

.swiper-slide .product_brief {
    text-align: left !important;
}


#product .product_info .product_content .product_button .btn_to_cart {
    border: 1px solid #FF7F41 !important;
    color: #FF7F41 !important;
    border-radius: 0px !important;
}

#product .product_info .product_content .product_love {
    display: none !important;
}

/* .spec-box {
    margin: 0 0 145px 0;
} */

/* .spec-box ul {
    margin: 167px 0 0 0;
} */

/* .spec-box ul li {
    font-weight: 300;
    font-size: 24px;
    border-bottom: 1px solid #999999;
    line-height: 24px;
    margin-top: 40px;
    list-style: none;
    letter-spacing: 0.1em;
    padding: 14px;
} */


/* #product .product_info .product_content .product_button button {
    margin: 0 10px 0 0 !important;
} */

/* Accordion */
.modules-collapse>dt {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 1px solid #787878;
    font-weight: 400;
    cursor: pointer;
    line-height: 32px;
    padding: 16px;
}

.modules-collapse li {
    font-size: 20px !important;
    margin-left: 20px;
}

.modules-collapse h5 {
    font-weight: 400;
    font-size: 20px !important;
    color: #999999 !important;
    margin-bottom: 0 !important;
}


.modules-collapse>dt {
    border-top: 1px solid #999999;
}

#ckeditor .modules-collapse {
    border-bottom: 1px solid #999999;
}

.desc_section .modules-collapse {
    border-bottom: none !important;
}

dl {
    margin-bottom: 0 !important;
}

.modules-collapse>dt,
.modules-collapse>dt::before {
    -webkit-transition: cubic-bezier(0.3, 0.1, 0.05, 1) 0.5s;
    transition: cubic-bezier(0.3, 0.1, 0.05, 1) 0.5s;
}

.modules-collapse>dd {
    padding: 0 16px 20px 16px;
    line-height: 32px;
    display: none;
}

.modules-collapse>dt.active::after {
    content: "▲";
    -webkit-animation: none;
    animation: none;
}

.modules-collapse>dt::after {
    content: "▼";
    right: 20px;
    transform: scale(.8);
    top: 13px;
    position: absolute;
}

/* Product Tab */
/* .desc_sections {
    margin: 50px 0 106px 0;
} */

/* #product .product_description .desc_sections li {
    margin-right: 83px !important;
    max-width: 130px;
} */

/* #product .product_description .desc_sections_hold ul {
    background: #ffffff !important;
    width: 100%;
    position: unset;
} */

/* #product .product_description .desc_sections li a {
    color: #999999 !important;
    font-size: 20px !important;
    border-bottom: 2px solid rgba(29, 29, 29, 0.3) !important;
    padding: 5px 10px 13px 10px !important;
} */

/* #product .product_description .desc_sections li a:hover {
    color: #999999 !important;
    border-bottom: 2px solid #FF7F41 !important;
} */

/* #product .product_description .desc_sections ul {
    border: none !important;
    background: #ffffff !important;
    width: 100% !important;
    max-width: 1265px !important;
    margin: 0 auto !important;
} */

#desc_section_1 table {
    border: none;
}

/* #desc_section_1,
#desc_section_2,
#desc_section_3,
#desc_section_4 {
    margin-bottom: 200px;
} */

/* 懂共購 */
.collective-products .product:first-child,
.collective-products .product {
    width: 30.8% !important;
    margin-right: 3.8%;
    min-width: unset !important;
}

.collective-products .product:nth-child(3n+3) {
    margin-right: 0;
}

.collective-products .product:first-child .product_image_box,
.collective-products .product .product_image_box {
    padding: 0 !important;
}

.collective-products .product:first-child .product_image a {
    height: unset !important;
}

.collective-products .product_image_box {
    background: none;
}

.collective-products .collection_title {
    margin-bottom: 20px;
}

.progress_box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 40px 52px;
    margin: 36px 0 34px 0;
}

.progress_box .progress-number {
    border: 3px solid #FF7F41;
    border-radius: 60px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 25px 0;
}

.progress_box .col-8 p {
    font-size: 15px !important;
}

.progress_box .col-8 .total_sold {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #FF7F41;
}

.product_bottom span {
    color: #1D1D1D !important;
    margin-right: 10px;
}

.product_bottom p {
    font-size: 15px !important;
    padding: 10px 15px 0 15px;
    margin-bottom: 34px;
}

.collective-buying_single .product_bottom p {
    margin-bottom: 0 !important;
}

/* #product .product_description {
    padding: 0 !important;
    margin-top: 110px;
} */

#product .product_description .desc_sections li .open_product_modal {
    display: none;
}

.collective-buying_single .btn_to_cart {
    display: none !important;
}

#buying_box {
    clear: both
}

#buying_box h2 {
    margin-bottom: 40px;
}

#collection .collection_products.square_prods #buying_box .product .product_image a {
    height: auto !important;
}



.progress_box .goal_sold {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: line-through;
    margin-bottom: 18px;
}

.progress {
    width: 100%;
    border-radius: 4px;
    backdrop-filter: blur(2px) brightness(101%);
    background: #999999;
    height: 3px !important;
    margin: 12px 0;
}

.bar {
    width: 100%;
    border-radius: 3px;
    color: white;
    text-align: center;
    background: #FF7F41;
}

.collective-products .product_title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #8E8E8E;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    display: block;
}

.collective-products .product_price .compare_at_price {
    display: none;
}

.collective-products .product_price {}

.collective-products .product_brief {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #999999;
}

.collective-products .progress-number {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
}

.product_bottom {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.product_bottom col-6 {
    padding-right: 0 !important;
}

.product_bottom col-3 {
    padding-left: 0 !important;

}

.product_text_box {
    margin: 18px 0 152px 0;
    display: block;
}

.product_top .col-4 {
    text-align: right;
}

.product_bottom .number_buyers {
    text-align: center;
}

.product_bottom .sold_day {
    text-align: right;
}


.buying3 {
    padding: 0 40px 0 0 !important;
}


#blogs_all .blog {
    display: none;
    border: none !important;
}

#blogs_all .blog:first-child {
    display: block;
}

/* 懂推薦*/
#swiper_products .swiper_products {
    margin: 76px 0 176px 0px !important;
    padding-bottom: 0 !important;
}

.swiper-slide .product_btn {
    display: none !important;
}

/* gift */
.lead36 {
    font-weight: 400;
    font-size: 36px;
    line-height: 67px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 192px;
    font-family: 'Noto serif TC' !important;
}


.orange {
    color: #FF7F41;
}

.sticker_box {
    padding: 200px 0;
    margin: 200px auto;
}

.sticker_box .col:first-child {
    padding: 0 134px 0 22px;
}

.sticker_box .col-5 img {
    width: 87%;
}

.sticker_box .col-5 p {
    margin: 30px 0 80px 0 !important;
}

.notice_box {
    margin: 170px auto;
}

.notice_box li {
    border-bottom: 1px solid #999999;
    padding-bottom: 34px;
    margin-bottom: 30px;
    list-style: none;
    font-size: 20px;
}

.notice_box ul li h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #1D1D1D;
}

.notice_box ul {
    margin-top: 165px;
}

.card_box {
    margin-bottom: 200px;
}

.card_box p {
    margin: 30px 0 23px 0 !important;
}

.card_box ul {
    padding: 0 !important;
}

.card_box ul li {
    float: left;
    width: 43%;
    list-style: none;
    text-align: center;
    margin-right: 7%;
    margin-bottom: 20px;
}

.card_box .col:last-child {
    padding: 0 0 0 134px
}

.login_related .section-heading {
    margin: 80px 0 0 0;
}

/* member */
.member_box {
    padding: 180px 0 0 0;
    margin: 180px 0 0 0;
}

.member_box .search-box {
    margin-bottom: 0;
    border-bottom: none;
}

.member {
    padding: 180px 0 0 0 !important;
    margin: 0 0 394px 0 !important;
}

.member h2 {
    margin: 0 0 130px 0 !important;
}

.join_box {
    margin-bottom: 242px;
}

.join_box .contac-box {
    padding: 24px 0 0 0;
    text-align: center;
}

.join_box .contac-box .line-button {
    float: unset;
    margin-top: 10px;
}

/* term */
.catelog .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #1D1D1D;
    margin-bottom: 45px;
}

.catelog #ckeditor ul {
    margin: 0;
    padding: 0 !important;

}

.catelog ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.06em;
    color: #999999;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;

}

.term_box ::marker {
    content: ' ';
}

.line-term {
    margin: 40px 0;
}

.term_box {
    margin: 170px auto 150px auto;
}

.term_box h2 {
    margin: 110px 0 22px 0;
}

.term_box h2:before {
    content: '';
    display: block;
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}

.term_box p {
    font-size: 20px;
    line-height: 32px;
}

/* faq */
.faq {
    margin: 0 auto 150px auto !important;
}

.faq p {
    border-bottom: 1px solid #999999;
    ;
    padding-bottom: 52px;
}

.faq p:last-child {
    border-bottom: none;
}

/* banner */
.banner_man,
.banner_flower,
.banner_table,
.banner_tea {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 866px;
    position: relative;
    color: #ffffff;
    font-family: 'Noto Serif TC' !important;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.15em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 190px !important;
}

.banner_man p,
.banner_table p,
.banner_tea p {
    font-family: 'Noto Serif TC' !important;
}

.banner_man {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1683617331_e650e1e3_banner_man.png?1683617331);
}

.banner_flower {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1683617198_3f664239_banner-flower.png?1683617198);
    text-align: center;
}

.banner_table {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1683617220_bc677343_banner-groupbuy.png?1683617221);
}

.banner_tea {
    background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1683617210_aaa1006c_banner-gift.png?1683617210);
}

.banner_flower img {
    max-width: 422px !important;
    margin: 351px auto 0 auto !important;
}

.title_center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-family: 'Noto Serif TC' !important;
    transform: translate(-50%, -50%);
}

.title_right {
    margin: 0 auto;
    position: absolute;
    top: 46%;
    right: 8%;
    text-align: center;
    font-family: 'Noto Serif TC' !important;
    transform: translate(-8%, -46%);
}

.title_vertical {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left !important;
}

.title_vertical p {
    text-align: left !important;
    margin: 0 14px !important;
    font-family: 'Noto Serif TC' !important;
}

.title_vertical p:last-child {
    padding-top: 114px;
}

.banner_table .title_vertical p {
    margin: 0 14px;
}

.banner_table .title_vertical p:last-child {
    padding-top: 180px;
}

.banner_tea .title_vertical p:last-child {
    padding-top: 50px;
}

/* nav full*/
#image_hover {
    background-image: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/menu01.webp);
    width: 50vw;
    height: 100vh;
    background-size: cover;
}

#op1,
#op2,
#op3,
#op4,
#op5,
#op6,
#op7 {
    padding: 5px;
    margin-bottom: 0.5em;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    width: 100%;
}

#image_hover {
    transition: .7s ease-in .5s;
}

.menu_hover span {
    font-weight: 200 !important;
    font-size: 12px;
    line-height: 22px;
    text-decoration-line: underline;
    text-underline-position: under !important;
    display: block;
    color: #cccccc;
    letter-spacing: 0;
}

.menu_hover {
    max-width: 66%;
    margin: 5em auto 0 16%;
    text-align: left;
}

.menu_hover .modules-collapse>dt {
    border-top: none;
    padding: 0;
}

.menu_hover .modules-collapse li {
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    ;
}

.menu_hover .modules-collapse>dd {
    padding: 0.5em 0 0 0;
}

.menu_hover .modules-collapse>dt::after {
    content: "▼";
    right: 70px;
    transform: scale(.5);
    top: 0px;
    position: absolute;
}

.menu_box .col:first-child {
    height: 100vh;
    overflow-y: scroll;
    padding: 2%
}

/* Demonstrate a "mostly customized" scrollbar
* (won't be visible otherwise if width/height is specified) */
.menu_box .col:first-child::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
    /* or add it to the track */
}

/* Add a thumb */
.menu_box .col:first-child::-webkit-scrollbar-thumb {
    background: #fff;
}


.nav_bottom {
    text-align: right;
    margin-right: 4%;
    margin-top: 20%;
}

.nav_bottom p,
.nav_bottom ul li {
    font-size: 15px;
    letter-spacing: 0.05em;

}

.nav_bottom p a,
.nav_bottom ul li {
    display: inline-block;
}


@media screen and (max-width: 1920px) {
    .storypic03 {
        margin: 415px 0 232px 192px;
    }
}

/* laptop */
@media screen and (max-width: 1200px) {

    h1,
    .about3-box h3 {
        font-size: 48px;
        line-height: 66px;
    }

    .products_content .product:first-child .product_image_box {
        padding: 45px 0;
    }


    .products_content .product_image_box,
    .swiper-slide .product_image_box {
        padding: 0;
    }


    .product_bottom {
        font-size: 15px;
    }

    .collective-products .product_price {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
    }

    .step-box ul li:nth-child(2n+1) {
        width: 11%;
    }
}

/* ipad 直式 */
@media screen and (max-width: 768px) {

    #product .product_info .product_photos .thumb {
        overflow: scroll !important;

    }

    #blogs_all .blog_articles>div {
        padding: 0px !important;
    }

    .fadeIn {
        -webkit-animation: animat_show_m 1s;
        animation: animat_show_m 1s;
        visibility: visible !important;
    }

    @-webkit-keyframes animat_show_m {
        0% {
            opacity: 0;
            filter: blur(8px);
            -webkit-filter: blur(10px);
            transform: translateY(10px);
        }

        100% {
            opacity: 1;
            filter: blur(0px);
            -webkit-filter: blur(0px);
            transform: translateY(0px);
        }
    }

    body {
        font-size: 12px;
        line-height: 22px;
        padding-top: 44px !important;
    }

    h1 {
        font-size: 19px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }



    h2,
    .h2 {
        font-size: 20px;
        line-height: 27px;
    }

    #collection h1.h2,
    .collective-buying .h2 {
        margin-top: -80px;
    }

    .jp-txt {
        font-size: 12px;
        /* margin-top: 40px; */
    }

    h1 span,
    h2 span {
        font-size: 10px;
        line-height: 14px;
        margin-top: 10px;
    }

    /* index */

    .service-box .col-lg-8 {
        padding: 25px 0 0 14px;
    }

    .slogn-box {
        padding: 0;
    }

    .slogn-box .h1 {
        font-size: 15px;
        line-height: 28px !important;
    }

    .slogn-title {
        width: 80%;
        margin-top: 68px;
    }

    .slogn_small {
        margin: 0 0 0 4px;
    }

    .lead24 {
        margin-bottom: 30px !important;
    }

    .slogn-box .link {
        margin-top: 0px;
        display: block;
    }

    .slogn-txt {
        margin: 44px auto 80px auto;
        width: 70%;
    }

    .lead24 {
        font-size: 15px;
        line-height: 25px;
    }

    .service-box {
        background: url(https://cdn.cybassets.com/s/files/24827/theme/93076/assets/1682391494_71a2c845_background.png?1682391494) no-repeat;
        background-size: cover;
        width: 100%;
        height: 357px;
        margin-top: 100px;
    }


    #_3x4block .row {
        margin-top: 30px;
        margin-bottom: 180px;
    }

    .container .row:nth-child(2n) .r-layout a,
    .service-box .h1 {
        float: left !important;
    }

    #_3x4block .row .r-layout,
    #_3x4block .row:nth-child(2n+1) .r-layout {
        order: 2;
        padding: 20px;
        max-height: 40px;
        margin-top: -20px;
    }

    #_3x4block .row:nth-child(2n) {
        margin-left: 20%;
    }

    #_3x4block .row:nth-child(2n+1) {
        margin-right: 20%;
    }

    .container .row .l-layout,
    .container .row .r-layout {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .buying_index .price {
        font-size: 16px;
    }

    .ig-box {
        padding: 0;
    }

    .ig-box .h1 {
        padding: 40px 40px 0 40px;
    }

    .ig-box h2 {
        padding: 0px 40px 0 40px;
    }

    .container .row:nth-child(2n) .l-layout {
        order: 1;
    }

    .container .row:nth-child(2n) .r-layout {
        order: 2;
    }

    .buying_index .popular_title {
        display: none !important;
    }

    .buying_index .popular .product-col:first-child,
    .buying_index .popular .product-col {
        width: 80% !important;
        max-width: 80% !important;
    }

    .buying_index .popular .product-col:nth-child(2n) {
        margin-right: 20%
    }

    .buying_index .popular .product-col:nth-child(2n+1) {
        margin-left: 20%
    }

    .buying_index .popular .product-col:first-child .caption {
        padding-top: 370px !important;
    }

    .buying_index .popular .product-col:first-child {
        height: 540px;
    }

    .buying_index {
        padding: 100px 0 60px 0;
        margin-bottom: 100px;
    }

    .sharespace-box {
        padding: 0;
    }

    .sharespace-box h2 span {
        margin-bottom: 25px;
    }

    .sharespace-box .row {
        margin-bottom: 60px;
    }

    .sharespace-box .row .l-layout,
    .container .row .r-layout,
    .collaborate-box .row .l-layout,
    .container .row .r-layout {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ig-box {
        margin-bottom: 60px;
    }

    .service-box {
        margin-top: 50px;
    }


    .buying_index .popular .product-col:nth-child(2),
    .buying_index .popular .product-col:nth-child(3),
    .buying_index .popular .product-col:nth-child(4) {
        margin-top: unset;
    }

    .service-box .container {
        padding: 58px;
    }

    .service-box span {
        color: #999999;
    }

    .service-box p {
        color: unset;
    }

    .service-box .h1,
    .service-box h2 {
        color: #000000 !important;
    }


    .buyindex .row {
        display: flex !important;
    }

    p.block_content {
        margin-top: 4px;
    }

    /* Nav */

    #header {
        height: 52px;
    }

    #header .tool-nav {
        /*
        position: fixed !important;
        z-index: 9999;
        */
    }

    #header nav li a {
        font-size: 16px !important;
        font-weight: 300 !important;
    }

    #header .tool-nav {
        right: 0% !important;
        top: 0;
        display: none;
        background: #F2F2F2;
        height: 100%;
        width: 70px;
        padding-top: 18px;
    }

    #header nav ul li {
        position: relative;
        margin-left:-10px;
    }

    #header nav:not(.tool-nav) .dropdown-menu {
        border: none;
        left: -60vw !important;
        z-index: 9999;
        width: 60vw;
        background: #F2F2F2;
        padding: 20px 30px;
        top: -17px !important;
        z-index: 9999;
    }

    #header nav .search .form-area input {
        width: 154px !important;
    }

    #customer-not-login-menu .button:first-child {
        margin-bottom: 14px;
    }



    #header .tool-nav svg,
    #header .tool-nav svg:hover {
        fill: #F2F2F2;
        width: 30px !important;
        transform: scale(1.2);
    }

    .overlay .tool-nav {
        display: block !important;
    }

    .nav_bottom {
        width: 70%;
        text-align: left;
        margin-left: 14%;
    }

    #header .logo a img {
        height: 20px !important;
        padding: 0 !important;
    }



    .nav-btn-container {
        width: 24px;
        height: 24px;
        top: 14px;
    }


    .nav-btn-container span {
        height: 1px;
    }

    .nav-btn-container span:nth-child(3) {
        position: absolute;
        top: 20px;
    }

    .nav-btn-container span:nth-child(2) {
        top: 71%;
        transform: translateY(-71%);
    }


    .nav-btn-clicked {
        top: 30px !important;
        transform: scale(0.7);
    }

    .nav-btn-clicked span:nth-child(1) {
        transform: rotateZ(45deg) translateY(5px) translateX(12px);
        top: 4px;
        left: 2px;
    }

    .nav-btn-clicked span:nth-child(3) {
        transform: rotateZ(-45deg) translateY(8px);
        left: 2px;
        top: 10px
    }

    .menu_box .col:first-child {
        padding: 10vh 0;
    }

    .menu_hover {
        margin: 0 0 0 12%;
    }

    /* menu full */
    .image_hover_box {
        display: none;
    }

    #op1,
    #op2,
    #op3,
    #op4,
    #op5,
    #op6,
    #op7 {
        font-size: 20px;
    }


    .collaborate ul {
        margin: 100px 0;
        padding: 0;
        height: 570px;
    }

    .collaborate ul li {
        width: 100%;
        margin-bottom: 20px;

    }

    .step-box {
        padding: 0;
        margin: 100px 0;
        display: inline-block;
    }

    .step-box ul li:nth-child(2n),
    .step-box ul li:nth-child(2n+1) {
        width: 100%;
    }

    .step-box ul li:nth-child(2n+1) img {
        width: 40%;
    }

    .step-box p {
        margin-bottom: 2em;
    }

    .step-box ul li:nth-child(2n) {
        width: 100%;
        height: 140px;
        margin: 0;
    }

    .step-box ul li:nth-child(2n) img {
        width: 25px;
        margin-top: 50px;
        transform: rotate(90deg);
    }

    .contac-box ul li {
        font-size: 15px;
        line-height: 40px;
        margin-top: 0px;
        padding: 14px;
    }

    .contac-box ul li:last-child {
        border-bottom: none;
        margin-top: 30px;
    }

    .contac-box ul {
        margin: 100px 0 0 0;
    }

    .contac-box ul li span {
        width: 100px;
        border-right: none;
        display: block;
        margin-right: 20px;
    }

    /* term */

    .term_box {
        margin: 100px auto;
    }

    .term_box p {
        font-size: 15px;
        line-height: 25px;
    }


    .term_box h2 {
        margin: 40px 0 22px 0;
    }

    /* faq */

    .faq p {
        padding-bottom: 20px;
    }

    .faq {
        margin: 0 auto 40px auto !important;
    }

    /* gift */
    .sticker_box {
        padding: 100px 15px;
        margin: 100px auto;
    }

    .sticker_box .col-lg-5,
    .card_box .col-lg-7 {
        margin-bottom: 40px;
    }

    .notice_box ul li h3 {
        font-size: 17px;
        line-height: 30px;
    }

    .notice_box li {
        font-size: 15px;
        line-height: 30px;
    }

    .notice_box {
        margin: 100px auto;
    }

    .card_box {
        margin-bottom: 100px;
    }

    .notice_box ul {
        margin-top: 60px;
    }

    .search-box .col {
        height: 130px;
        background-size: 70px !important;
        background-position: 20% 50% !important;
        line-height: 120px;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .search-box a {
        font-size: 20px;
        line-height: 76px;
    }

    .search-box a span {
        font-size: 12px;
    }

    .search-box {
        padding: 40px 0 100px 0;
        margin-bottom: 100px;
    }

    /* member */
    .join_box .contac-box {
        padding: 16px 0 0 15px;
        text-align: left;
    }

    /* blog */
    #blog .article {
        flex-flow: column;
    }

    .blog_articles .col-12:nth-child(2n+1) .article-txt {
        order: 2;
    }

    .blog_articles .col-12:nth-child(2n+1) .article_image {
        order: 1;
    }

    #blog .col-12:nth-child(2n) .article {
        width: 80%;
        margin-right: 20%;
    }

    #blog .col-12:nth-child(2n+1) .article {
        width: 80%;
        margin-left: 20%;
    }

    .blog_articles .col-12:nth-child(2n+1) .article-txt,
    .blog_articles .col-12:nth-child(2n) .article-txt {
        padding: 0 5%;
    }

    #blog #blog_articles {
        margin: 40px -15px;
    }

    #blog .article .article_title h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    #blog .article {
        margin-bottom: 100px;
    }

    .article_content {
        padding: 0px 0 10px 0 !important;
        color: #999999;
    }

    #blog .article .article_readmore {
        padding: 10px 0 0 0 !important;
        color: #999999;
    }

    .pagination-container .page-item a {
        font-size: 18px;
    }

    /* .pagination-container nav ul {
        margin: -7px 0 70px 0;
    } */

    /* lead */

    .lead_box {
        width: 76%;
        float: right;
    }


    .lead48 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 40px;

    }


    .lead36 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 100px !important;
    }

    .member_box {
        padding: 100px 0 0 0;
        margin: 100px 0 0 0;
    }

    .member {
        padding: 100px 0 0 0 !important;
        margin: 0 0 100px 0 !important;
    }

    .join_box {
        margin-bottom: 0px;
    }

    .join_box .contac-box {
        margin: 0 0 34px 0;
    }

    /* banner */
    .banner_flower img {
        max-width: 260px !important;
        margin: 100px auto 0 auto !important;
    }

    .banner_man,
    .banner_flower,
    .banner_table,
    .banner_tea {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 134px !important;
        background-position: center center !important;
        height: 292px;
    }

    .title_center {
        margin: 0 auto;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .title_right {
        top: 50% !important;
        left: 50% !important;
        text-align: center !important;
        transform: translate(-50%, -50%) !important;
        width: 100%;
    }

    .title_vertical {
        -webkit-writing-mode: unset;
        writing-mode: unset;
        text-align: center !important;
    }

    .title_vertical p {
        text-align: center !important;
    }

    .banner_table .title_vertical p {
        margin: 0 !important;
    }


    .banner_table .title_vertical p:last-child,
    .banner_tea .title_vertical p:last-child {
        padding-top: 0px;
    }

    .title_vertical p:last-child {
        padding-top: 0px;
    }

    /* product-list */


    .products_content .product:first-child {
        width: 100% !important;
    }

    .products_content .product:first-child .product_image_box,
    .products_content .product .product_image_box {
        padding: 148px 0;
    }

    #collection .collection_products.square_prods.col-sm-12 .product .product_image a {
        height: 60vw;
    }

    #collection .collection_products.square_prods .product .product_price {
        text-align: left;
    }

    .buying3 .product_price,
    .collective-buying .product_price {
        text-align: right !important;
    }

    .products_content .product {
        width: 46% !important;
    }

    #blog_articles .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    #swiper_products .swiper-button-prev,
    #swiper_products .swiper-button-next,
    .product_photos .swiper-button-prev,
    .product_photos .swiper-button-next {
        display: block !important;
    }


    #blogs_all {
        padding-bottom: 100px !important;
    }

    .blogs_all .blog_articles>div {
        padding: 0 !important;
    }

    .collection_products .product {
        padding-right: 20px !important;
        width: 100% !important;
    }

    .product_title,
    #collection .collection_products .products_content .product_title,
    .swiper-slide .product_title,
    .container-fluid .popular .caption h3 a {
        font-size: 18px !important;
    }

    .buying3 .product_price,
    #collection .collection_products .products_content .product_price .price,
    #swiper_products .swiper_products .product .product_price {
        font-size: 18px !important;
    }

    .buying3 .product_price {
        text-align: right;
    }

    /* COLLECTIVE buying*/
    .buying3 {
        padding: 0 15px !important;
    }

    .buying3 .product_image {
        min-height: 400px
    }

    #collection #buying_box {
        padding-top: 100px;
    }

    .buying3 .progress-number,
    .buying3 .product_brief,
    .collective-buying .product_brief,
    .collective-buying .progress-number,
    .collective-buying .product_price,
    .product_bottom {
        font-size: 16px;
    }

    .collection_products .product_image_box {
        min-height: 460px;
    }


    .product_text_box {
        margin: 18px 0 60px 0;
        display: block;
    }

    .buying_banner {
        margin: 22px 0 80px 0;
    }

    .collective-products .product:first-child,
    .collective-products .product {
        min-width: unset !important;
    }

    #collection .collection_products.square_prods .product {
        padding-right: 0px !important;
    }

    .products_content .product .product_image a {
        height: 500px
    }

    #collection .collection_products.square_prods.col-sm-12 .product {
        margin-bottom: 40px;
    }

    /* prodcut single */
    #product .product_info {
        grid-template-columns: 100% 100% !important;
        /* margin: 0 -10px !important; */
    }

    #product .product_info .product_photos .product_photo {
        height: unset !important;
        list-style: none !important;
        border-block: none;
        ;
    }

    .collective-buying_single {
        grid-row: 3 !important
    }


    .spec-box {
        margin: 0;
    }

    .spec-box ul li {
        font-size: 13px;
        margin-top: 20px;
    }

    #desc_section_1,
    #desc_section_2,
    #desc_section_3,
    #desc_section_4 {
        margin-bottom: 100px;
    }

    #product .product_description {
        margin-top: 0px;
    }

    /* .product_content {
        padding: 40px 15px 0 15px !important;
    } */

    .progress_box {
        padding: 40px 20px;
    }

    .progress_box .progress-number {
        padding: 25px 0;
        font-size: 18px;
        line-height: 38px;
    }

    /* #product .product_description .desc_sections li {
        margin-right: 6% !important;
        max-width: 16.7%;
    } */

    /* #product .product_description .desc_sections li:first-child {
        margin-left: 6% !important;
    } */

    /* #product .product_description .desc_sections ul {
        width: 100vw !important;
        display: block;
        margin: 0 !important;
    } */

    /* about */
    .story-box {
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }

    .slognbig-box .row {
        flex-flow: column;
    }

    .slognbig-box {

        margin-bottom: 63px;
    }

    .storypic01 {
        max-width: 100%;
        height: auto;
        width: 100%;
        min-width: 218px;
        margin-bottom: 100px;
    }

    .story-title {
        padding-left: 20px
    }

    .slogn_big {
        width: 217px;
        margin: 0 0 18px 26px !important
    }

    .story-box h3 {
        font-size: 15px;
        line-height: 25px !important;
        color: #8e8e8e;
        letter-spacing: 4px;
        margin: 0 0 40px 26px !important;
    }

    .story-box p {
        margin-bottom: 1rem;
        margin-right: 90px;
        letter-spacing: 2px;
        width: 70%;
        margin: 0 5% 0 25%;
    }

    .storypic02 {
        max-width: 80% !important;
        float: left;
        margin-top: 0px;
    }

    .storypic03 {
        max-width: 60% !important;
        float: right;
        margin: 64px 0 88px 0;
    }

    .banner-about01,
    .banner-about02 {
        height: 292px;
        background-size: cover;
        background-position: 55% 50%;
        margin-top: -30px
    }

    .about-box {
        padding: 85px 45px 105px 45px;
        margin-bottom: 30px !important;
    }

    .about-box .row {
        padding: 45px 10px 0 45px;
    }

    .about-box p:first-child {
        padding: 0 0 30px 0;
        margin: 0 !important;
    }

    .about3-box {
        margin-bottom: 30px !important;
    }

    .about3-box .row {
        flex-flow: column;
    }

    .about3-box h3 {
        font-size: 25px;
    }

    .about3-box h2 {
        font-size: 28px;
        margin-top: 0px;
    }

    .about3-box span {
        font-size: 10px;
        line-height: 22px;
        margin-bottom: 66px;
        display: block;
    }

    .about3-box p {
        font-size: 15px;
        margin: 7px 0 0px 0 !important;
    }

    .about3-box .row .col-md-12 {
        position: relative;
    }

    .about3-box h3::before {
        top: 21%;
    }

    .line-button {
        float: unset;
        padding: 8px 100px;
        font-size: 2vmax;
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .line-box {
        font-size: 16px;
    }

    .line-box span {
        padding: 0 0 0 15px;
    }


    #product .product_info .product_photos .thumb .thumb-container {
        display: inline-flex;
    }

    #product .product_info .product_photos .thumb li {
        border: none;
        height: 84px;
        padding: 0;
        margin: 16px 16px 0 0;
        width: 84px;
        position: relative;
    }

    #product .product_info .product_photos .thumb li:nth-child(4n) {
        margin-right: 16px !important;
    }

    /* footer */
    #footer .d-lg-none {
        display: flex !important;
    }

    footer {
        padding: 80px 0 137px 0 !important;
    }

    footer h3 {
        font-size: 12px;
        margin-bottom: 10px;
        text-decoration: underline !important;
        text-underline-position: under !important;
    }

    footer p {
        font-size: 12px !important;
        margin: 38px 0 0 0 !important;
    }

    footer ul li,
    #footer li a,
    #footer .shop_info li,
    #footer .shop_info li a {
        font-size: 12px !important;
        line-height: 22px;
        text-decoration: none !important;
        color: #999999;
        margin-bottom: 10px;
    }

    #footer .shop_info {
        margin: 0 0 8px 0 !important
    }


    footer ul li:hover,
    #footer li a:hover,
    #footer .shop_info li:hover,
    #footer .shop_info li a:hover {
        color: #FF7F41;
    }

    .col-8 .col {
        padding: 0;
    }

    .copyright {
        margin-top: 0;
        color: #aaaaaa;
    }

    .footer_logo {
        margin-bottom: 380px;
    }

    footer .col-8 {
        padding: 0 0 0 30px;
    }

    .container {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }


    .sharespace-box .row:nth-child(2) .l-layout {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 40px;
    }

    .sharespace-box .row,
    .collaborate-box .row,
    .service-box .container .row,
    .slogn-box,
    #_3x4block .row,
    .buying_index .row,
    .collaborate-box .row {
        flex-flow: column;
    }

    .sharespace-box .row:nth-child(2n+1) .r-layout,
    .sharespace-box .row:nth-child(2n) .r-layout,
    .collaborate-box .row:nth-child(2n+1) .r-layout {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    #product .product_description .desc_sections {
        margin: 20px 0 !important;
        overflow: hidden;
    }
}




/* 以下Ricky新增 */
section[id] {
    font-size: 1vmax;
    margin-bottom: 12vmax;
    line-height: initial;
}

section[id] img {
    width: 100%;
}

section[id] p,
section[id] li,
section[id] td {
    font-size: .88em;
    color: #747474;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
}

section[id] a {
    text-decoration: none;
    color: #999999;
}

section[id] figure {
    margin: unset;
}

.titlesPart {
    margin-bottom: 4vmax;
}

.titlesPart .enTitle {
    font-size: 3em;
    line-height: 1.2 !important;
}

.titlesPart .chTitle {
    font-size: 1.5em;
    margin: .5vmax 0;
}

.titlesPart .jpTitle {
    font-size: .8em;
    font-weight: 400;
    letter-spacing: 1px;
}

table[class] img {
    width: 100%;
}

/* 請選擇商品款式-彈跳警告CSS start */
.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
    background-color: rgb(0, 0, 0);
    border: unset;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    background-color: rgb(169, 169, 169);
    opacity: 1;
}

/* 請選擇商品款式-彈跳警告CSS end */




/* 加入購物車-彈跳視窗CSS start */
#header .tool-nav .cart_list .product_item>*.thumb-img img {
    object-fit: contain;
}

#header .tool-nav .cart_list a {
    padding: unset !important;
}

.item-info>p {
    line-height: 1.6;
}

#header nav .btn-checkout:hover {
    color: white !important;
}

/* 加入購物車-彈跳視窗CSS end */


@media screen and (min-width:700px) and (max-width:1195px) {
    section[id] {
        font-size: 2vmax;
    }

    .titlesPart .chTitle {
        margin: 1vmax 0;
    }
}


@media screen and (max-width:700px) {
    section[id] {
        font-size: 2vmax;
    }

    .titlesPart .enTitle {
        font-size: 2.4em;
    }

    .titlesPart .chTitle {
        font-size: 1.5em;
        margin: 1vmax 0;
    }
}