html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 160px;
}

body {
    padding-right: 0px !important;
    font-size: 16px;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    letter-spacing: 1.5px;
    position: relative;
    min-height: 100vh;
}

@media (max-width: 576px) {
    .article-img {
        width: 100%;
    }
}

/* ---- material symbols setting ---- */
.material-symbols-rounded {
    font-variation-settings:
        'FILL'0,
        'wght'300,
        'GRAD'0,
        'opsz'20,
        'size'16
}

.material-symbols-rounded.fill {
    font-variation-settings:
        'FILL'1,
        'wght'400,
        'GRAD'0,
        'opsz'20
}

.fs-16 {
    font-size: 16px;
}

/* ---- material symbols setting end ---- */
/* ---- color root ---- */
:root {
    --main-color: #ffa759;
    --dark-color: #1b1b1b;
    --vice-color: #666666;
    --red-color: #ff2f2f;
    --green-color: #4CAF50;
}

/* ---- color root end ---- */
/* ---- basic setting ---- */
.section-page {
    padding: 80px 0;
}

@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}

.modal {
    padding-right: 0px !important;
}

@media (min-width: 576px) {
     .modal-dialog {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 480px) {
     .modal-dialog {
        max-width: 450px !important;
        margin: 15px 15px;
    }
}

.modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 576px) {
    .modal-content {
        padding: 1.5rem 1rem;
    }
}

.modal-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--main-color);
}

.modal-t {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--dark-color);
    position: relative;
    text-align: center;
}

.modal-t.dark {
    color: var(--vice-color);
}

.modal-icon {
    display: block;
    width: 55px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.modal-ct {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    color: #666;
}

@media (max-width: 768px) {
    .modal-t {
        font-size: 18px;
    }

    .modal-icon {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--main-color);
    cursor: pointer;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
select,
textarea,
button {
    border-radius: 0;
    outline: none;
}

input:active,
select:active,
textarea:active,
button:active,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
    color: #333;
    height: 30px;
    line-height: 20px;
    background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
}

/* 隱藏數字箭頭 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fm-group {
    margin-bottom: 10px;
}

.fm-group label {
    display: block;
    color: #929292;
    margin-bottom: 3px;
    font-size: 15px;
}

.fm-group textarea,
.fm-group input,
.fm-group select {
    color: #555;
    letter-spacing: 1.5px;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px !important;
    background-color: #fff;
    border: 1px solid #dedede;
    transition: .3s ease;
    border-radius: 5px;
}

.fm-group input,
.fm-group select {
    height: 35px;
}

.fm-group textarea::placeholder,
.fm-group input::placeholder {
    color: #ccc;
}

.fm-group textarea:disabled,
.fm-group input:disabled,
.fm-group select:disabled {
    opacity: 1;
    background-color: #eee;
    color: #999;
    border: none;
    padding: 6px !important;
}

.fm-btn {
    height: 100%;
    display: flex;
    align-items: end;
}

.fm-btn .btn {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    height: 35px;
    padding: 0 15px;
    margin: 0;
    border-radius: 5px;
    letter-spacing: 2px;
}

.fm-btn .btn:hover {
    transform: none;
    color: #fff;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 10px 0;
}

.checkbox input[type='checkbox'] {
    width: 20px;
    height: 10px;
    margin: 0 10px 0 0;
    position: relative;
}

.checkbox input[type='checkbox']::before {
    position: absolute;
    top: -7px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '';
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: .3s ease;
}

.checkbox input[type='checkbox']::after {
    position: absolute;
    top: -6.5px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '\e5ca';
    font-family: 'Material Symbols Rounded';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--main-color);
    opacity: 0;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked:before,
.checkbox input[type='checkbox']:checked:after {
    opacity: 1;
    border-color: rgba(208, 178, 130, 0.3);
}

.checkbox label {
    margin: 0;
    letter-spacing: 2px;
    color: #333;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked+label {
    color: var(--main-color);
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

/* bg */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-image: url(../img/bg.svg);
}

.bg2 {
    background-image: url(../img/bg2.jpg);
    background-position: center bottom;
    background-size: cover;
    
}
.bg-g{
    background: #f3f3f3;
}

.bg3 {
    background-image: url(../img/bg3.svg);
    background: #f9f9f9;
}

.bg4 {
    background-image: url(../img/bg4.png);
    background-position: center bottom;
    background-size: cover;
    /*opacity: 0.2;
    background-color: #ffa759a3;*/
}

/* text */
[class*=-h2] {
    font-size: 40px;
}

[class*=-h3] {
    font-size: 30px;
}

[class*=-h4] {
    font-size: 20px;
}

[class*=-h5] {
    line-height: 30px;
    font-size: 16px;
}

[class*=-h6] {
    line-height: 30px;
    font-size: 15px;
}

[class*=-smtext] {
    font-size: 14px;
}

[class*=white-] {
    color: #fff;
}

[class*=dark-] {
    color: #1d1d1d;
}

[class*=gray-] {
    color: #999;
}

[class*=green] {
    color: var(--green-color);
}

[class*=red] {
    color: var(--red-color);
}

[class*=main-] {
    color: var(--main-color);
}

[class*=gold-] {
    color: var(--dark-color);
}


[class*=notice-] {
    color: var(--red-color);
}

[class*=-lighter] {
    font-weight: 300;
}

[class*=-bolder] {
    font-weight: 600;
}

[class*=-xlbolder] {
    font-weight: 800;
}

[class*=-ls0] {
    letter-spacing: 0;
}

[class*=-ls1] {
    letter-spacing: 1px;
}

[class*=-ls2] {
    letter-spacing: 2px;
}

[class*=-ls3] {
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    [class*=-h2] {
        font-size: 30px;
    }

    [class*=-h3] {
        font-size: 25px;
    }

    [class*=-h4] {
        font-size: 18px;
    }
}

/* line */
.line-small {
    display: block;
    width: 80px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 17px;
}

.line-big {
    display: block;
    width: 80px;
    border: 3px solid #eee;
    margin: 15px 0 17px;
}

/* btn */
.btn-list {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
}

.btn {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    width: fit-content;
    padding: 4px 15px;
    margin-left: 8px;
    border-radius: 5px;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    transform: translateX(3px);
    color: #fff;
}

.btn .material-symbols-rounded {
    font-size: 20px;
}

.btn-cancel {
    color: #aaa;
    border-bottom-color: #ccc;
}

.btn-cancel:hover {
    color: #999;
    border-bottom-color: #ccc;
}

.modal .btn {
    background-color: var(--main-color);
    border: none;
    color: #fff;
    padding: 5px 15px 5px 13px;
    border-radius: 5px;
    letter-spacing: 2px;
}

.modal .btn-cancel {
    background-color: #ccc;
}

.modal .btn-delete {
    background-color: var(--red-color);
}

.modal .btn:hover {
    transform: none;
    opacity: .8;
}

.input-btn-flex {
    display: flex;
    height: 35px;
    align-items: center;
}

.input-btn-flex input {
    height: 100%;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

.input-btn-flex button {
    width: 100px;
    min-width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 0 5px 5px 0;
    color: #fff;
    letter-spacing: 2px;
}

.small-gutter {
    margin-right: -8px;
    margin-left: -8px;
}

.small-gutter [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 25px;
}

/* ---- basic setting end ---- */
/* ---- gotop ---- */
.gotop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 50px;
    display: block;
}

@media (max-width: 992px) {
    .gotop {
        bottom: 70px;
    }
}

@media (max-width: 768px) {
    .gotop {
        right: 10px;
    }

    .gotop img {
        width: 45px;
    }
}

/* ---- gotop end ---- */
/* ---- right link ---- */
.right-link {
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 10;
}

.right-link li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: fit-content;
    height: 40px;
    background-color: #fff;
    box-shadow: 3px 3px 0px rgba(208, 178, 130, 0.6);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    margin: 0 0 0 auto;
    padding: 20px 8px;
    transition: .3s ease;
}

.right-link li:not(:last-of-type) a {
    margin: 0 0 15px auto;
}

.right-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.right-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .right-link {
        bottom: 130px;
    }
}

@media (max-width: 768px) {
    .right-link li a {
        padding: 2px 8px;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

.cart-icon {
    position: relative;
}

.cart-num {
        position: absolute;
    background-color: #f6450d;
    display: block;
    right: -9px;
    top: -5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
}

.cart-num-md {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding: 0 0 0 1px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-size: 13px;
    background-color: #fff;
    color: var(--main-color);
}

.search-nav {
    width: 0px;
    margin-right: 0px;
    transition: .3s ease;
}

.search-nav input {
    width: 100%;
    border-radius: 10px;
    border: 0px solid rgba(208, 178, 130, 0.5);
    transition: .3s ease;
    padding: 2px 12px;
    font-size: 16px;
    letter-spacing: 1px;
}

.search-icon.active .search-nav {
    width: 200px;
    margin-right: 10px;
}

.search-icon.active .search-nav input {
    border-width: 1px;
}

/* ---- right link end ---- */

/* ---- top link ---- */

.top-link {
    position: fixed;
    right: 250px;
    top: 15px;
    z-index: 9999;
    display: flex;
}

.top-link li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: fit-content;
    height: 36px;
    /*background-color: #fff;
    box-shadow: 3px 3px 0px rgba(208, 178, 130, 0.6);
    border: 1px solid var(--main-color);
    border-radius: 5px;*/
    margin: 0 0 0 auto;
    padding: 17px 7px;
    transition: .3s ease;
}

.top-link li a {
    margin: 0 10px;
}

.top-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}


@media (max-width: 992px) {
    .top-link {
        top: 13px;
        right: 65px;
    }
}

@media (max-width: 768px) {
    .top-link li a {
        padding: 2px 5px;
        position: relative;
    }
    .top-link li:not(:last-of-type) a {
    margin: 0 0 0 10px;
}

   /* .top-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }*/

    
}

/* ---- top link end ---- */

/* ---- bottom link ---- */
.bottom-link {
    display: none;
}

@media (max-width: 992px) {
    .bottom-link {
        display: flex;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        /*box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.08);*/
    }
}

.bottom-link li {
     width: 100%;
}

.bottom-link li a {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bottom-link li:not(:last-of-type) a {
    border-right: 1px solid #fff;
}

.bottom-link li a img {
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.bottom-link li a span {
    display: block;
    height: 22px;
}

@media (max-width: 576px) {
    .bottom-link li a {
        font-size: 16px;
    }

    .bottom-link li a img {
        width: 16px;
    }
}

/* ---- bottom link end ---- */
/* ---- header ---- */
header {
    height: 130px;
    position: relative;
    background: #fff;
}

/*@media (max-width: 1400px) and (min-width: 1200px) {
    header {
        height: 150px;
    }
}*/

@media (max-width: 992px) {
    header {
        height: 60px;
    }
}

.fixed-top {
    padding-right: 0px !important;
    background: #fff;
    transition: .3s ease;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 15%);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    .header-flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .header-flex {
        justify-content: space-between;
        margin-right: 50px;
    }
}

.logo {
    width: 350px;
    min-width: 350px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo a {
    width: 100%;
}

.logo img {
    object-fit: contain;
    width: 80%;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .logo {
        /*width: 100%;
        min-width: 100%;*/
    }

    .logo a {
        display: flex;
        justify-content: center;
        width: 300px;
        min-width: 300px;
    }
}

@media (max-width: 1200px) {
    .logo {
        width: 220px;
        min-width: 220px;
    }

    .logo img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .logo {
        height: 60px;
        width: 200px;
        min-width: unset;
    }

    .logo img {
        width: 90%;
    }
}

/*
    .member-icon {
    width: 23px;
    height: 23px;
    margin-left: 10px;
    position: relative;
}
*/
.member-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member-nav {
    display: none;
    position: absolute;
    width: 120px;
    height: fit-content;
    background-color: #fffcfc;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgb(214 171 166 / 30%);
    right: 0;
    top: 150%;
}

.member-nav.active {
    animation: memberNavFadeIn .5s ease 0ms 1 both;
    display: block;
}

@keyframes memberNavFadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.member-nav ul {
    padding: 10px 20px;
}

.member-nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    letter-spacing: 2px;
    color: var(--vice-color);
    font-weight: 400;
}

.member-nav ul li:hover a {
    color: var(--main-color);
}

header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media(min-width: 1200px) {
    header .nav-menu>ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

header .nav-menu>ul>li {
    white-space: nowrap;
    list-style: none;
}

header .nav-menu a {
    display: block;
    color: var(--main-color);
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
}

header .nav-menu>ul>li>a {
    display: flex;
    align-items: center;
    color: var(--dark-color);
    height: 100%;
    padding: 0 15px;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 60px;
}

header .nav-menu .active>a,
header .nav-menu li:hover>a {
    color: var(--main-color);
    text-decoration: none;
}

/* 第一層選單hover效果 */
header .nav-menu>ul>li {
    position: relative;
}

/*header .nav-menu>ul>li::after {
    display: block;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #dcc793;
    position: absolute;
    bottom: 20px;
    left: 12px;
    transition: .3s ease;
}*/

header .nav-menu>ul>li.active::after,
header .nav-menu>ul>li:hover::after {
    width: calc(100% - 24px);
}

header .nav-menu .drop-down {
    position: relative;
}

header .nav-menu .drop-down ul {
    display: none;
    position: absolute;
    right: -14%;
    top: 100%;
    height: auto;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    transition: ease all 0.3s;
    list-style: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 10px 2px #cccccc;
}

header .nav-menu .drop-down ul li {
    min-width: 180px;
    position: relative;
    /* height: 50px; */
}

header .nav-menu .drop-down ul li {
    display: block;
}

header .nav-menu .drop-down ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vice-color);
    background-color: #fff;
    height: auto;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
}

header .nav-menu .drop-down ul a:hover,
header .nav-menu .drop-down ul .active>a,
header .nav-menu .drop-down ul li:hover>a {
    color: rgba(255, 255, 255, 1);
    background-color: var(--main-color);
}

header .nav-menu .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 22px;
    padding-left: 5px;
}

/* 選單hover效果 */
header .nav-menu>ul>.drop-down:hover>ul {
    display: block;
    animation-name: header-animate;
    animation-duration: .5s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes header-animate {
    from {
        transform: translateY(-30px);
    }

    to {
        transform: translateY(0px);
    }
}

.mobile-nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    width: 280px;
    transition: 0.4s;
    right: -280px;
    align-items: center;
    background-color: var(--dark-color);
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav {
        top: 60px
    }
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    display: block;
    width: 100%;
}

.mobile-nav ul li {
    width: 100%;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 20px;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.mobile-nav>ul>li>a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    margin-left: 5px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

.mobile-nav .drop-down li {
    margin-left: 20px;
}

.mobile-nav .drop-down li a {
    padding: 8px 15px;
}

.mobile-nav .sns-link-t {
    padding: 35px 20px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.mobile-nav .sns-link {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.mobile-nav .sns-link li {
    width: fit-content;
    margin-right: 10px;
}

.mobile-nav .sns-link a {
    padding: 0;
}

.mobile-nav .sns-link a img {
    display: block;
    width: 30px;
}

.mobile-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
    width: 70px;
    height: 70px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    /*.mobile-nav-toggle {
        top: 75px;
    }*/
}

@media (max-width: 992px) {
    .mobile-nav-toggle {
        width: 60px;
        height: 60px;
    }
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--main-color);
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 7px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(6px) translateX(5px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 75px;
    right: 0;
    position: fixed;
    opacity: 1;
    background-color: rgba(208, 178, 130, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav-overly {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav-overly {
        top: 60px;
    }
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    display: block;
    padding: 30px 20px;
    right: 0;
}

/* ---- header end ---- */
/* ---- banner ---- */
.carousel-control-next-icon {
    background-image: url(../img/banner-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/banner-prev.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: 40%;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    padding: 20px 15px;
    height: fit-content;
}

.carousel-caption h1 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    animation-delay: 1s;
}

.carousel-caption h1 .desc {
    font-weight: 500;
    font-size: 22px;
}

.carousel-caption p {
    font-size: 30px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    animation-delay: 2s;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item img {
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-item img {
        min-height: 350px;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 20px 15px;
        top: unset;
        bottom: 40px;
        background: rgb(33, 33, 33);
        background: linear-gradient(90deg, rgba(208, 178, 130, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .carousel-caption h1 {
        font-weight: 400;
        font-size: 35px;
    }

    .carousel-caption h1 .desc {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 15px;
    }
}

@-webkit-keyframes bannerZomm {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@keyframes bannerZomm {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.15, 1.15);
    }
}

.carousel-inner .carousel-item>img {
    -webkit-animation: bannerZomm 15s;
    animation: bannerZomm 15s;
}

/* ---- banner end ---- */
/* ---- breadcrumb ---- */
.breadcrumb {
    justify-content: start;
    margin: 0;
    padding: 8px 0;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #ddd;
}

.breadcrumb-item a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb-item a img {
    width: 20px;
    display: block;
    margin-right: 5px;
}

.breadcrumb-item.active a {
    color: var(--main-color);
}

/* ---- breadcrumb end ---- */
/* ---- pagination ---- */
.pagination {
    justify-content: center;
    margin: 10px 0;
}

.pagination li {
        display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ffa65a;
    color: #aaa;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    border-radius: 5px;
    transition: .3s ease;
    background: #fff;
}

.pagination li.active,
.pagination li:hover {
    background-color: rgba(208, 178, 130, 0.7);
    background-color: var(--main-color);
    border-color: transparent;
    color: #fff;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
}

.pagination li .material-symbols-rounded {
    font-size: 20px;
}

/* ---- pagination end ---- */
/* ---- inbanner ---- */
.inbanner {
    position: relative;
    height: 350px;
}

.inbanner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*.inbanner-deco {
    position: absolute;
    top: 0;
    left: 0;
    height: 430px !important;
    object-position: 95%;
}
*/
.inbanner-caption {
    position: absolute;
    width: 100%;
    top: 40%;
}

.inbanner h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
    text-shadow: 0 0 30px rgb(255 255 255);
}

@media (max-width: 992px) {
    .inbanner h1 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .inbanner {
        height: 250px;
    }

    .inbanner img {
        height: 250px;
    }

    .inbanner-deco {
        height: 330px !important;
        object-position: 98%;
    }

    .inbanner h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .inbanner h1 {
        font-size: 28px;
    }

    .inbanner-deco {
        height: 300px !important;
        object-position: 98%;
    }
}

/* ---- inbanner end ---- */
/* ---- category ---- */
/* ---- category end ---- */
/* ---- index ---- */
.index-adv-t {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.index-adv-t img {
    width: 120px;
    display: block;
    margin-right: 10px;
}

.index-adv-desc {
    padding: 20px 130px;
}

@media (max-width: 992px) {
    .index-adv-desc {
        padding: 20px 50px;
    }
}

@media (max-width: 576px) {
    .index-adv-t {
        flex-wrap: wrap;
    }

    .index-adv-t img {
        width: 100%;
        height: 60px;
        object-fit: contain;
        text-align: center;
    }

    .index-adv-desc {
        padding: 20px 0;
    }
}

.adv-img-link {
    position: relative;
}

.adv-img-link::after {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    content: 'MORE';
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 10px;
    background-color: rgba(208, 178, 130, 0.8);
    transform: scale(0) rotate(-30deg);
    transition: .5s ease;
}

.adv-img-link:hover::after {
    transform: scale(1);
}

@media (max-width: 768px) {
    .adv-img-link::after {
        transform: scale(1);
        top: unset;
        left: unset;
        bottom: -30px;
        right: 15px;
        width: 80px;
        height: 80px;
        content: '\ea03';
        font-size: 40px;
        font-family: 'Material Symbols Rounded';
    }
}

@media (max-width: 576px) {
    .adv-img-link::after {
        transform: scale(1);
        top: unset;
        left: unset;
        bottom: -30px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        outline-offset: 5px;
    }
}

.sec-ti {
    font-family: 'Covered By Your Grace', cursive;
    color: var(--main-color);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}


.sec-ti:before {
    position: absolute;
    content: '';
    background: transparent;
    height: 5px;
    width: 120px;
    bottom: 0;
    left: 0;
    background-image: url(../img/ti-bg.webp);
    background-size: 100% 100%;
}

/* ---- index end ---- */
/* ---- pdt ---- */


.pdt-box {
    position: relative;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.pdt-img {
    border-radius: 5px;
    transition: .5s ease;
}

.pdt-box:hover .pdt-img {
    transform: scale(1.1);
    border-radius: 5px;
}

.pdt-t {
    font-size: 15px;
    padding: 5px 0;
    color: var(--dark-color);
}

.pdt-price {
    padding: 0px 0 5px;
    font-size: 15px;
    color: var(--dark-color);
    letter-spacing: 0px;
}

.pdt-price.onsale {
    font-weight: 600;
    color: var(--red-color);
    letter-spacing: 0px;
}

.pdt-price.onsale s {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.pdt-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--dark-color);
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid var(--dark-color);
}

.pdt-buy .material-symbols-rounded {
    font-size: 20px;
}

.pdt-buy:visited,
a.pdt-buy:hover {
    background-color: ;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.pdt-buy.soldout,
.pdt-buy.soldout:hover {
    background-color: #c3c3c3;
    color: #fff;
    border: 1px solid #c3c3c3;
}

.numCounter {
    margin: 0px 0px 10px;
    display: flex;
    align-items: center;
    height: 30px;
}

.numCounter input[type='button'] {
    border: 1px solid var(--main-color);
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: rgb(255 167 89);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}


.numCounter input[type='number'] {
    border: 1px solid #b2b2b2;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 5px;
}

.numCounter input[type='button']:disabled {
    background-color: #eee;
    color: #ccc;
}

.numCounter input[type='number']:disabled {
    background-color: #ededed;
}

.pdt-opt-img {
    /* height: 200px; */
    margin: 0 auto 15px;
}

.pdt-opt-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.pdtThumbSwiper,
.pdtDtSwiper {
    border-radius: 5px;
}

.pdtThumbSwiper .swiper-slide img {
    opacity: .5;
    transition: .3s ease;
}

.pdtThumbSwiper .swiper-slide-thumb-active img {
    opacity: 1;
}

.pdt-dt-price {
    font-size: 24px;
    padding: 10px 0;
    color: var(--dark-color);
    font-weight: 600;
    border-top: 1px solid #ececec;
}


.pdt-dt-price.onsale {
    color: var(--red-color);
}

.pdt-dt-price.onsale S {
    font-size: 20px;
    color: #ccc;
    margin: 0 5px 0 0;
}

.pdt-dt-btn .btn {
    border: none;
    margin: 0 0 10px;
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}

.pdt-dt-btn .btn-gold {
    background-color: var(--dark-color);
}

.pdt-dt-btn .btn-cancel {
    background-color: #ccc;
}

.pdt-dt-btn .btn:hover {
    transform: none;
    opacity: .85;
}

.pdt-dt-btn-md {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
}

.pdt-dt-btn-md a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: rgba(208, 178, 130, 0.8);
    color: #fff;
}

.pdt-dt-btn-md a.lighter {
    background-color: rgba(208, 178, 130, 0.2);
    color: var(--main-color);
}

.pdt-dt-btn-md a.soldout {
    width: 100%;
    background-color: #ccc;
}

.pdt-dt-desc-t {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin: 0 0 10px;
}

.pdt-dt-list {
    display: flex;
    flex-wrap: wrap;
}

.pdt-dt-list li {
    display: block;
    padding: 3px 10px;
    border: 1px solid rgb(157 157 157 / 40%);
    color: #8f8f8f;
    margin: 0 5px 5px 0;
    border-radius: 5px;
}

/* ---- pdt end ---- */
/* ---- cart ---- */
.cart-process {
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: cartProcess;
}

.cart-process li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(255 166 90);
    margin: 0 5px;
    background: #fff;
}

.cart-process li a {
    display: block;
    color: var(--dark-color);
    letter-spacing: 3px;
}

.cart-process li::before {
    counter-increment: cartProcess;
    content: '0'counter(cartProcess);
    letter-spacing: 1px;
    margin-right: 5px;
    display: inline-block;
    color: var(--dark-color);
}

.cart-process li.active {
    background-color: var(--main-color);
    border: none;
}

.cart-process li.active a {
    color: #fff;
}

.cart-process li.active::before {
    color: rgba(255, 255, 255, 0.8);
}

.cart-process li.inactive {
    background-color: rgb(199 199 199);
    border: none;
}

.cart-process li.inactive a {
    color: rgba(255, 255, 255, 1);
}

.cart-process li.inactive::before {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
    .cart-process li {
        margin: 0 3px;
    }

    .cart-process li a {
        font-size: 15px;
    }

    .cart-process li::before {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .cart-process li {
        flex-wrap: wrap;
        justify-content: center;
        padding: 2px 5px;
        margin: 0 5px;
    }

    .cart-process li a {
        width: 40px;
        font-weight: 500;
        text-align: center;
        display: contents;
        letter-spacing: 1px;
    }

    .cart-process li::before {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

.cart-box {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 5px;
}

/*購物車優惠訊息*/
.dis-box-t {
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--vice-color);
    margin: 0 0 5px;
}

.discount-buy {
    font-size: 15px;
}

.discount-buy li {
    margin-bottom: 8px;
}

.discount-buy .mark {
    background-color: #fa931d;
    color: #fff;
    margin-right: 10px;
    padding: 0 30px;
}

.discount-buy .mark-d {
    background-color: #adadad;
    color: #fff;
    margin-right: 10px;
    padding: 0 30px;
}

@media (max-width: 576px) {

    .discount-buy .mark,
    .discount-buy .mark-d {
        padding: 0 5px;
    }
}





.cart-box-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    color: var(--dark-color);
    letter-spacing: 2px;
    padding: .4rem 0;
    border-radius: 5px;
    margin: 0 0 10px;
}

.cart-box-toggle:hover {
    cursor: pointer;
}

.cart-box-toggle .material-symbols-rounded {
    transition: .3s ease;
}

.cart-box-toggle.active .material-symbols-rounded {
    transform: rotate(-180deg);
}

#cartItemBox {
    height: 0;
    overflow: hidden;
    transition: .7s ease;
}

#cartItemBox::-webkit-scrollbar {
    width: 7px;
}

#cartItemBox::-webkit-scrollbar-button {
    display: none;
}

#cartItemBox::-webkit-scrollbar-track-piece {
    background: transparent;
}

#cartItemBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(208, 178, 130, 0.3);
}

#cartItemBox::-webkit-scrollbar-track {
    background-color: rgba(208, 178, 130, 0.05);
}

#cartItemBox.active {
    height: 350px;
    overflow-y: scroll;
    margin: 0 0 1rem;
}

.cart-side-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .cart-side-sticky {
        position: sticky;
        top: 180px;
    }
}

.cart-sidebox {
    padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 1rem;
}

.cart-sidebtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem 1rem;
    background-color: var(--main-color);
    border-radius: 5px;
}

.cart-sidebtn:hover {
    color: #fff;
    background-color: var(--main-color);
}

.cart-backbtn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 5px 5px 0;
    justify-content: end;
    border-bottom: 1px solid #aaa;
    color: var(--vice-color);
}

.cart-box-t {
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--main-color);
    margin: 0 0 10px;
}

.cart-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0;
    color: var(--vice-color);
    border-bottom: 1px solid #ccc;
}

.cp-text {
    margin: 5px 0 0;
    color: var(--dark-color);
}

.cart-total-list li {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
}

.cart-total-list .ctl-t {
    font-size: 15px;
    letter-spacing: 2px;
    color: #787878;
}

.cart-total-list .ctl-price {
    text-align: right;
    color: #333;
}

.cart-total-list .ctl-price.red {
    color: var(--red-color);
}

.cart-total-list li:last-of-type .ctl-t,
.cart-total-list li:last-of-type .ctl-price {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .cart-sidebox {
        padding: 2rem 3rem;
    }

    .cart-sidebtn {
        /*margin: 0 1rem;*/
    }
}

.cart-total-list-md {
    position: fixed;
    flex-wrap: wrap;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: start;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

.cart-total-list-md.active {
    height: 400px;
    z-index: 12;
}

.cart-total-list-md .ctl-btn-md {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(208, 178, 130, 0.8);
}

.cart-total-list-md .ctl-btn-md:hover {
    cursor: pointer;
}

.cart-total-list-md .cart-total-list {
    opacity: 1;
    width: 100%;
    padding: 1rem 3rem;
    transition: .3s ease;
    animation: cartTotalFadeIn .5s ease 0ms 1 both;
}

@media (max-width: 576px) {
    .cart-total-list-md .cart-total-list {
        padding: 1rem;
    }
}

.cart-item-list li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.cart-item-list li.disabled-bg {
    filter: grayscale(1);
}

.cil-flex {
    width: 100%;
    display: flex;
}

.cil-img {
    display: block;
    width: 18%;
    min-width: 18%;
    height: 18%;
}

.cil-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    border-radius: 5px;
    overflow: hidden;
}

.cil-desc {
    width: 100%;
    margin: 0 15px;
}

.cil-t {
    color: var(--dark-color);
    letter-spacing: 2px;
    font-size: 16px;
    display: flex;
}

.cil-mark {
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb;
    color: #fff;
    padding: 0px 5px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

.cil-price {
    margin: 5px 0;
    color: var(--dark-color);
}

.cil-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cil-spec-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
}

.cil-spec span {
    display: inline-block;
    background-color: rgba(208, 178, 130, 0.1);
    padding: 3px 12px;
    color: var(--main-color);
    border-radius: 5px;
    margin: 0 5px 2px 0;
}

.cil-num {
    width: 180px;
    min-width: 180px;
    display: flex;
    height: 100%;
    align-items: center;
}

.cil-delete {
    display: flex;
    width: fit-content;
    justify-content: end;
    align-items: center;
    color: #686868;
    position: absolute;
    top: -2px;
    right: 0;
}

.cil-delete:hover {
    color: var(--red-color);
}

.cil-delete .material-symbols-rounded {
    font-size: 28px;
}

.cil-subtotal {
    text-align: right;
    padding: 10px 0;
    color: var(--dark-color);
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 600
}

@media (max-width: 992px) {
    .cil-img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .cil-num {
        width: 120px;
        min-width: 120px;
    }

    .cil-t,
    .cil-price,
    .cil-desc span {
        font-size: 15px;
    }

    .cil-delete .material-symbols-rounded {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .cil-t {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 0 20px 0 0;
    }

    #cartItemBox .cil-t {
        margin: 0;
    }

    .cart-sidebox,
    .cart-box {
        padding: 2rem 1.5rem;
    }

    .cart-item-list li {
        padding: 0 0 10px;
        flex-wrap: wrap;
    }

    .cil-flex {
        /*flex-wrap: wrap;*/
    }

    .cil-num {
        height: auto;
        margin: 10px 0 10px 90px;
        width: 55%;
        min-width: unset;
        display: block;
                z-index: 99;
    }

    .cil-desc {
        width: calc(100% - 90px);
        margin: 0 0 0 10px;
    }

    .cil-desc span {
        font-size: 13px;
    }

    .cil-subtotal {
        width: 100%;
        position: absolute;
        bottom: 20px;
        right: unset;
        padding: 0;
        display: block;
    }
}

@media (max-width: 576px) {

    .cart-sidebox,
    .cart-box {
        padding: 1rem .5rem;
    }

    .cil-num {
        margin: 10px 0;
    }

    .cil-img {
        width: 20%;
        min-width: 20%;
        height: 20%;
    }

    .cil-desc {
        width: calc(100% - 75px);
    }
}

.cart-info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(208, 178, 130, 0.3);
    padding: 3px 0;
    margin: 0 0 10px;
    color: var(--vice-color);
}

.cart-info-receiver {
    font-size: 15px;
    background-color: rgba(208, 178, 130, 0.1);
    padding: .5rem .8rem;
    color: var(--main-color);
}
.city{
    width: 50% !important;

}
.town{
    width: 50% !important;
    margin-left: 10px;
    
}
/* ---- cart end ---- */
/* ---- main ---- */
/* ---- main end ---- */
/* ---- contact ---- */
.contact-logo{
        width: 300px;
    display: block;
    margin: auto;
}
.c-map iframe {
    border: none;
    width: 100%;
    height: 360px;
    border-radius: 5px;
}

.c-sns-link {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.c-sns-link li {
    width: 50px;
    margin: 0 20px 0 0;
}

.c-form,
.c-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-form li {
    width: calc(50% - 10px);
}
.c-form li:last-child {
    width: 100%;
}


.c-form li.cf-msg {
    width: 100%;
}

.c-info li {
    width: 100%;
    padding: .3rem 0rem;
}

.c-info li.c-address {
    width: 100%;
}

.c-info-t {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #6c6c6c;
}

.c-info-ct {
    color: #1d1d1d;
    letter-spacing: 2px;
    font-size: 16px;
}

@media (max-width: 576px) {
    .c-info {
        justify-content: center;
    }

    .c-form li,
    .c-info li {
        width: 100%;
        margin: 0 0 10px;
    }
    .recaptcha{
    width: 100%;
}
}

.c-form-wrap {
    padding: 2rem 2rem;
    border-radius: 5px;
        box-shadow: 0 0 10px 3px #dcdcdc;
}

.c-form .fm-group select,
.c-form .fm-group input,
.c-form .fm-group textarea {
    border: none;
}

.recaptcha .g-recaptcha {
    width: 300px;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

@media (max-width: 768px) {
    .c-form-wrap {
        padding: 1.5rem 1rem;
    }
}

/* ---- contact end ---- */
/* ---- login forget verify signup ---- */
.login-flex {
    min-height: 40vh;
}

.login-area {
    width: 390px;
    margin: 3rem auto;
}

@media (max-width: 480px) {
    .login-area {
        width: 100%;
    }
}

.login-box {
    padding: 2rem 1rem;
    background-color: #fff;
    border-radius: 5px;
}

.login-img {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.login-box .btn {
    border: none;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
    margin: 0;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .btn img {
    width: 16px;
    display: block;
    margin: 0 10px 0 0;
}

.login-box .btn:hover {
    transform: none;
    opacity: .85;
}

.login-box .btn-fb {
    background-color: #1877F2;
}

.login-box .btn-line {
    background-color: #06c755;
}

.line-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    color: var(--vice-color);
}

.line-text::before,
.line-text::after {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid rgba(208, 178, 130, 0.3);
}

.flex-link {
    display: flex;
    justify-content: center;
}

.flex-link li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.flex-link li:not(:last-of-type):after {
    content: '|';
    position: absolute;
    right: 0;
    bottom: 0;
    color: #aaa;
}

.flex-link a {
    display: block;
    font-size: 15px;
    letter-spacing: 2.5px;
    color: var(--vice-color);
}

.flex-link li:hover a {
    color: var(--main-color);
}

/* ---- login forget verify signup end ---- */
/* ---- member ---- */
.member-box {
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #d7d7d7;
}

@media (max-width: 768px) {
    .member-box {
        padding: 1rem 1rem;
    }
}

.sidelist {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .sidelist {
        position: sticky;
        top: 180px;
    }
}

.sidelist li {
    margin: 0 0 10px;
}

.sidelist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 1rem;
    background-color: #fff;
}

.sidelist li:hover a,
.sidelist li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.sidelist li a::after {
    content: '\e5cc';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    height: 20px;
    height: 20px;
    color: var(--vice-color);
    font-family: 'Material Symbols Rounded';
}

.sidelist li:hover a::after,
.sidelist li.active a::after {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .sidelistSwiper .swiper-slide {
        width: fit-content;
        margin-right: 10px;
    }

    .sidelist-item {
        display: block;
        border-radius: 5px;
        padding: .5rem 1rem;
        background-color: #fff;
        color: var(--vice-color);
    }

    .sidelist-item:hover,
    .sidelist-item.active {
        background-color: var(--vice-color);
        color: #fff;
    }
}

.member-info {
    display: flex;
    align-items: start;
}

.mi-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid rgba(208, 178, 130, 0.5);
    object-fit: contain;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.mi-content {
    width: 100%;
}

@media (max-width: 768px) {
    .member-info {
        align-items: center;
    }

    .mi-icon {
        width: 65px;
        height: 65px;
    }
}

.mi-title {
    font-size: 20px;
}

.mi-levelName {
    font-size: 15px;
    color: var(--main-color);
}

.progress-bar {
    background-color: rgb(255 166 90 / 80%);
}

.progress-bar-striped {
    background-image: linear-gradient(25deg,
        rgba(255, 255, 255, .08) 25%,
        transparent 25%, transparent 50%,
        rgba(255, 255, 255, .08) 50%,
        rgba(255, 255, 255, .08) 75%,
        transparent 75%, transparent);
}

.progress-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-tab span {
    display: block;
    font-size: 14px;
    color: var(--vice-color);
}

.mi-schedule {
    font-size: 19px;
    vertical-align: middle;
    margin-bottom: 2px;
}


.member-flex-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: var(--main-color);
    letter-spacing: 2px;
}

.member-news li a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.member-news li a .material-symbols-rounded {
    display: block;
    margin: 0 10px 0 0;
    color: var(--main-color);
}

.member-news li.read a,
.member-news li.read a .material-symbols-rounded {
    color: #aaa;
}

@media (max-width: 576px) {
    .member-news li a {
        align-items: start;
        font-size: 15px;
    }
}

.member-orderlist li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .member-orderlist li:hover {
        background-color: rgb(254 230 210 / 30%);
        ;
    }
}

.mo-date {
    width: 110px;
    min-width: 110px;
    letter-spacing: 0px;
}

.mo-price {
    width: 140px;
    min-width: 140px;
    text-align: left;
}


.mo-price.voucher {
    text-align: right;
}

.mo-price.red {
    color: var(--red-color);
}

.mo-number {
    width: 100%;
}

.mo-state {
    width: 100px;
    min-width: 100px;
    text-align: right;
}

.mo-state.red {
    color: var(--red-color);
}
.mo-dateend {
    width: 140px;
    min-width: 140px;
    text-align: right;
}
.mo-state.gray {
    color: #ccc;
}

@media (max-width: 768px) {
    .member-orderlist li {
        margin: 0 0 15px;
    }

    .member-orderlist li {
        flex-wrap: wrap;
        background-color: #fff;
        padding: 1rem;
        border-radius: 5px;
        border-bottom: none;
    }

    .mo-date {
        min-width: unset;
        width: fit-content;
        padding: .1rem 1rem;
        border-radius: 5px;
        font-size: 16px;
        background-color: rgb(254 245 235);
    }

    .mo-number,
    .mo-dateend {
        margin: 10px 0;

    }

    .mo-price,
    .mo-state,
    .mo-dateend {
        min-width: unset;
        width: 100%;
    }

    .mo-state,
    .mo-dateend {
        text-align: left;
    }

    .mo-price.voucher {
        width: 100%;
        font-size: 20px;
    }
}

.mv-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv-flex span {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}

@media (max-width: 768px) {
    .mv-flex span {
        font-size: 25px;
    }
}


@media (max-width: 768px) {
    .member-orderlist li div::before {
        content: attr(data-title);
        color: #999;
        margin-right: 20px;
    }

    .member-orderlist li div:first-child::before {
        content: attr(data-title);
        color: #999;
        margin-right: 0px;
    }


}
.m-info-icon{
    margin-right: 3px;
    position: relative;
    top: 6px;
}
/* ---- member end ---- */
/* ---- footer ---- */
footer {
    padding: 60px 0 30px;
    /*background-image: url(../img/ft.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;*/
}
/*footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 280px;
    background: url(../img/ft.png) left top no-repeat;
}*/
.f-logo {
    width: 180px;
    margin: 0 auto 10px;
}

.f-logo img {
    display: block;
}

footer .sns-link {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

footer .sns-link li {
    width: fit-content;
    margin-right: 10px;
}

footer .sns-link a {
    padding: 0;
}

footer .sns-link a img {
    display: block;
    width: 30px;
}


.f-link-wrap {
    height: 100%;
    display: flex;
}

.f-link {
    width: 100%;
}

hr.small-divider {
    content: ' ';
    display: block;
    width: 100%;
    margin: 6px auto;
    margin-left: 0px;
}

.f-link li a {
    display: block;
    color: rgb(45 45 45);
    padding: 2px 0;
    font-weight: 400;
    font-size: 15px;
}

.f-link li a:hover {
    color: var(--main-color);
}

.copyright {
   color: rgb(196 196 196);
    text-align: center;
    font-size: 14px;
}

@media (max-width: 992px) {
    footer {
        padding: 15px 0 60px;
    }

    .f-link-wrap {
        align-items: start;
    }
}

@media (max-width: 576px) {
    .f-link li a {
        padding: 2px 0px;
        text-align: left;
    }
}

/* ---- footer end ---- */

.swal2-buttons-reverse .swal2-cancel {
    order: 1;
}

.swal2-buttons-reverse .swal2-confirm {
    order: 2;
}

.swal2-cancel-button,
.swal2-confirm-button {
    padding: 5px 15px 5px 13px;
}

.hidden {
    display: none;
}

/*--blog--*/
.sidelist-b{
        display: flex;
    justify-content: center;
}
.sidelist-b li {
    margin: 0 10px 10px;
}

.sidelist-b li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #fff;
}

.sidelist-b li:hover a,
.sidelist-b li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.omit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-box{
    
    box-shadow: 0 0 10px 3px #ccc
}
.blog-img{
        overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    position: relative;
}
/*.blog-img:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    background-image: url("../img/service-fig-layer.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
/*.blog-img:after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:-18px;
    bottom: 16px;
    background-image: url("../img/service-fig-layer2.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
.blog-cont{
    padding: 15px 20px;
    background: #fff;
}
.blog-ti {
        font-size: 16px;
    line-height: 28px;
        margin-bottom: 5px;
    /*border-bottom: 1px solid #CCC;*/
    color: #ffa759;
}

.date {
    font-weight: 300;
    color: #333;
}

.date .material-symbols-rounded {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.blog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.blog-img img {
    
    transition: all 1s;
    -webkit-transition: all 1s;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2);
}





@media (max-width: 576px) {
    .blog {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}


/* ----- sidenav-t1 ---- */
.sidenav-t1>li>a {
    background-color: #ffa75930;
    color: var(--dark-color);
    border-radius: 5px;
}

.sidenav-t1>li:hover>a,
.sidenav-t1>li.active>a {
    background-color: var(--main-color);
    color: #fff;
}


.sidenav-t1>li>a::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
    float: right;
    margin-right: 15px;
    transition: .3s ease;
}


.sidenav-t1>li.active>a::after {
    transform: rotate(90deg);
}


.sidenav-t1.unicon>li.active>a::after {
    transform: rotate(0deg) translateX(5px);
}

.sidenav-t1>li ul li a {
    letter-spacing: 2px;
    color: #666;
    position: relative;
}

.sidenav-t1>li ul li a::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0a6ad9;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .1;
    transition: .3s ease;
}

.sidenav-t1>li ul li:hover a,
.sidenav-t1>li ul li.active a {
    color: #0a6ad9;
}



/* ----- sidenav-t1 end ---- */



.sidenav-t {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--basic-color);
    border-bottom: 1px solid #eee;
}

.side-mb-menu {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    transition: .3s ease;
    margin-bottom: 15px;
}

.side-mb-menu:hover {
    cursor: pointer;
    border-color: #0a6ad9;
}

.sidenav {
    padding-left: 0;
}


@media (max-width: 992px) {
    .sidenav {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidenav {
        display: block !important;
    }
}


.sidenav>li {
    margin-bottom: 10px;
    transition: .3s ease;

    list-style-type: none;
}

.sidenav>li>a {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 10px;
    letter-spacing: 2px;
    transition: .3s ease;
}

.sidenav>li ul {
    margin-top: 10px;
    padding-left: 0;
}

.sidenav>li ul li {
    margin-bottom: 8px;
    list-style-type: none;
}

.sidenav>li ul li a {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 30px;
    transition: .3s ease;
}

/* discount*/
.discount-ti .mark {
    background-color: #fa931d;
    color: #fff;
    margin-right: 10px;
    padding: 0 5px;
}

.discount-ti,
.discount-ti a {
    color: #f44336;
    font-size: 15px;
}

.qa-answer li {
    margin-left: 50px;
    color: #4CAF50;
    font-size: 14px;
    display: flex;
    margin-bottom: 3px;

}

.dis-span {
    font-size: 21px;
}

/*  discount  end --*/
/*.bottom-link li:first-child {
    background: #c8a675;
}*/

.member-nav li a {
    margin: 0px 0px 8px 0px !important;
    height: 20px;
}