@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

* {
    -webkit-text-size-adjust: none;
    outline: none;
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family:
        "Roboto",
        "Noto Sans TC",
        Arial,
        "Open Sans",
        "新微軟正黑體",
        "Microsoft JhengHei",
        "微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'-25,
        'opsz'24
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'-25,
        'opsz'24
}


@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}


.scroll-top-arrow,
.scroll-top-arrow:focus {
    width: 50px;
    height: 50px;
    background-color: #252821;
    line-height: 50px;
}

body {
    letter-spacing: .5px;
    color: #6d4d35;
}

a,
a:hover {
    color: #6d4d35;
}

li {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
}

p {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    line-height: 1.8rem;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.7rem;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
}

h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 2.1rem;
}

h4 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 2rem;
}

h5 {
    font-size: 1.35rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.85rem;
}

h6 {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.7rem;
}

b,
strong {
    font-weight: 600 !important;
}

.main_wrapper {
    background-color: #f9f6f1;
}

header a.logo {
    padding: 10px 0;
}

header a.logo img {
    max-height: 50px;
}

.header-with-topbar.sticky .navbar-top,
.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 0;
}

#navbar-collapse-toggle-1 {
    justify-content: flex-end;
}

nav.navbar.navbar-default ul.nav>li>a {
    position: relative;
    font-size: 1.15rem;
    padding: 20px 0;
    letter-spacing: 2px;
    color: #6d4d35;
    margin: 0 15px;
}

nav.navbar.navbar-default ul.nav>li>a::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-color: #6d4d35;
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: 0.35s ease-in-out;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li>a {
    color: rgb(135 97 69);
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a,
header nav.navbar .navbar-nav>li.dropdown.on>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
    color: #6d4d35;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a::before,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a::before,
header nav.navbar .navbar-nav>li.dropdown.on>a::before,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::before {
    width: 100%;
    opacity: 100%;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
header nav.navbar .navbar-nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a {
    color: #6d4d35;
}

.navbar-default .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
    background: #876145;
}

.icon-list-style-1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -6px;
}

.icon-list-style-1 li {
    list-style: none;
    margin: 0;
    padding: 0 6px;
}

.icon-list-style-1 li a,
.icon-list-style-1 li a:focus {
    display: inline-flex;
    letter-spacing: normal;
    line-height: 1;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #D8B798;
    border: 1px solid #D8B798;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.icon-list-style-1 li a:hover {
    background-color: #BA8D6D;
    border-color: #BA8D6D;
    color: #ffffff;
}

.col-icon {
    padding-left: 10px !important;
}


footer {
    color: #ffffff;
    background-color: #876145;
}

footer a {
    color: #ffffff;
}

.foot-main {
    padding: 40px 0;
}

.foot-bottom {
    padding: 10px 0;
}


.foot-bottom {
    background-color: #6d4d35;
}

.foot-brand a img {
    max-height: 60px;
}

.link-list-style-1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px;
}

.link-list-style-1 li {
    padding: 0 8px;
    margin: 0;
}

.link-list-style-1 li a {
    display: block;
    padding: 0;
    font-size: 1rem;
    color: #ffffff;
}

.link-list-style-1 li a:hover {
    color: #e6d1bd;
}

.foot-link .link-list-style-1 {
    justify-content: center;
}

.foot-icon .icon-list-style-1 {
    justify-content: flex-end;
}

.foot-icon .icon-list-style-1 li a,
.foot-icon .icon-list-style-1 li a:focus {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.foot-icon .icon-list-style-1 li a:hover {
    background-color: #ffffff;
    color: #6d4d35;
}

.copy-right {
    text-align: center;
}

.main-order-sec {
    position: relative;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.main-order-sec .container {
    height: calc(100vh - 184px);
}

.main-order-sec .container .row {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.title-style-1 {
    margin-bottom: 2rem;
}

.title-style-1 h2 {
    position: relative;
    color: #6d4d35;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.title-style-1 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #876145;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.col-searchshop {
    max-width: 480px;
}

.sec_filter {
    position: absolute;
    display: block;
    background-color: #252821;
    opacity: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search_form_wrap {
    position: relative;
    z-index: 1;
    padding: 2rem;
    background-color: #f9f6f1;
    border-radius: 15px;
}

.form-style-1 .row {
    margin: 0 -.8rem;
}

.form-style-1 .row>* {
    padding: 0 .8rem;
}

.form-style-1 .col-input {
    margin-bottom: 1.6rem;
}

.form-style-1 .col-button {
    text-align: center;
    margin-top: 1rem;
}

.form-label {
    display: block;
    width: fit-content;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #6d4d35;
    margin: 0 0 .5rem 0;
}

.checkbox-group {
    margin: -5px;
}

.checkbox-group .checkbox-style {
    padding: 5px;
}

.checkbox-style {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.checkbox-style .form-check-input {
    float: unset;
    margin: 0 8px 0 0;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-shadow: unset;
    outline: unset;
    opacity: 1;
}

.checkbox-style .form-check-input::before {
    content: '\e5ca';
    display: inline-flex;
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL'0,
        'wght'600,
        'GRAD'0,
        'opsz'18;
    font-size: 18px;
    color: #ffffff;
    opacity: 0;
    height: 1.4rem;
    width: 1.4rem;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 0;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.checkbox-style .form-check-input:checked[type=checkbox] {
    background-image: unset;
}

.checkbox-style .form-check-input:checked[type=checkbox]::before {
    opacity: 1;
}

.checkbox-style .form-check-input:focus {
    border-color: #ba8d6d !important;
}

.checkbox-style .form-check-input:checked {
    background-color: #ba8d6d;
    border-color: #ba8d6d;
}

.checkbox-style .form-check-label {
    color: #6d4d35;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0px 0 0 0;
}

.radio-group {
    margin: -5px;
}

.radio-group .radio-style {
    padding: 5px;
}

.radio-style {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.radio-style .form-check-input {
    float: unset;
    margin: 0 8px 0 0;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    box-shadow: unset;
    outline: unset;
    opacity: 1;
    line-height: 1;
}

.radio-style .form-check-input::before {
    content: '\f111';
    display: inline-flex;
    font-family: 'font awesome 6 free';
    font-size: 9px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    height: 1.4rem;
    width: 1.4rem;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 1px 0 0 0;
    justify-content: center;
    align-items: center;
}

.radio-style .form-check-input:checked[type=radio] {
    background-image: unset;
}

.radio-style .form-check-input:checked[type=radio]::before {
    opacity: 1;
}

.radio-style .form-check-input:focus {
    border-color: #ba8d6d !important;
}

.radio-style .form-check-input:checked {
    background-color: #ba8d6d;
    border-color: #ba8d6d;
}

.radio-style .form-check-label {
    color: #6d4d35;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0px 0 0 0;
}

.f-info {
    display: inline-block;
    font-size: .9rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #c83f12;
    letter-spacing: 1px;
}

.f-info-2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #c83f12;
    letter-spacing: 1px;
}

.f-info-2:not(:last-child) {
    margin-bottom: 5px;
}

.f-info-box {
    margin: 1rem 0 1.6rem 0;
}

.f-info-box ol {
    margin: 0;
    padding: 0 0 0 19px;
}

.medium-select {
    border: unset;
    margin: 0;
}

.select-style select {
    background-color: #ffffff;
    background-image: url(../images/select-arrow.svg);
    backdrop-filter: #fff;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 5px);
    border: 1px solid #d8b798;
    padding-right: 35px !important;
    margin: 0;
}

.select-style select:focus {
    border: 1px solid #ba8d6d;
}

.medium-input,
.medium-select select {
    padding: 8px 10px 8px 11px;
    line-height: 1.8rem;
    font-size: 1rem;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #6d4d35;
    margin: 0;
    letter-spacing: 1px;
}

.medium-input:focus,
.medium-select select:focus {
    border: 1px solid #ba8d6d !important;
}

.medium-input[readonly],
.medium-input[readonly]:focus {
    background-color: #ba8d6d1a;
    border-color: #ba8d6d1a !important;
}

.submit-button,
.submit-button:focus {
    display: inline-flex;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background-color: #876145;
    padding: 10px 16px 10px 26px;
    border: 1px solid #876145;
    outline: unset;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
    align-items: center;
}

.submit-button .icon {
    margin-left: 5px;
}

.submit-button .icon {
    font-variation-settings: 'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'24;
}

.submit-button:hover {
    background-color: #6d4d35;
    border-color: #6d4d35;
    color: #ffffff;
}

.member-button-group {
    display: flex;
}

.member-button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    background: transparent;
    border: unset;
    outline: unset;
}

.member-button::after {
    display: none;
}

.member-button .icon {
    position: relative;
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #6d4d35;
    border: 1px solid #6d4d35;
    border-radius: 50%;
    letter-spacing: normal;
    line-height: 1;
    transition: 0.3s ease-in-out;
}

.member-button .ttl {
    position: absolute;
    font-size: 13px;
    bottom: 0;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 1;
    color: #876145;
}

.member-button:hover .ttl {
    color: #6d4d35;
}

.dropdown-widget-1:hover .member-button .icon,
.member-button:hover .icon {
    color: #ffffff;
    background-color: #6d4d35;
}

.dropdown-widget-1 .dropdown-menu {
    padding: 0;
    border: unset;
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: unset;
    background-color: #f5f5f5;
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list a {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list a:hover {
    color: #ffffff;
    background-color: #BA8D6D;
}

.dropdown-widget-1 .dropdown-menu {
    margin-top: 0;
    padding: 10px 0 0 0;
    right: -10px;
    left: unset;
}

.shop-list-sec {
    padding: 4rem 0;
}

.shop-view-sec {
    padding: 4rem 0;
}

.result-alert {
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 3rem;
}

.result-alert b {
    color: #c83f12;
}

.nav-list-widget {
    margin-bottom: 3rem;
}

.nav-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -8px;
    justify-content: center;
}

.nav-list li {
    padding: 8px;
    min-width: 120px;
}

.nav-list li a,
.nav-list li a:focus {
    display: block;
    padding: 8px 15px 10px 15px;
    font-size: 1.1rem;
    line-height: normal;
    letter-spacing: 1px;
    background-color: #ba8d6d;
    color: #ffffff;
    border: 1px solid #ba8d6d;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
}

.nav-list li a:hover,
.nav-list li a.active {
    border-color: #6d4d35;
    background-color: #6d4d35;
    color: #ffffff;
}

.thumb-list-1 .col-thumb {
    width: 25%;
    margin-bottom: 2rem;
}

.thumb-list-1 .thumb-item {
    position: relative;
    height: 100%;
}

.thumb-list-1 .thumb-image a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 60%;
    height: 0;
}

.thumb-list-1 .thumb-image a::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 47, 37, 70%);
    z-index: 1;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.thumb-list-1 .thumb-item:hover .thumb-image a::before {
    opacity: 100%;
}

.thumb-list-1 .thumb-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.thumb-list-1 .thumb-item:hover .thumb-image img {
    transform: scale(1.1);
}

.thumb-list-1 .thumb-content {
    padding: 1rem 0 0 0;
}

.thumb-list-1 .thumb-content h3 {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 0;
}

.thumb-list-1 .thumb-content h3 a {
    color: #876145;
}

.t-tags {
    position: relative;
    top: -2px;
    display: inline-flex;
    flex-wrap: wrap;
}

.t-tags .t {
    display: inline-flex;
    padding: 7px 5px 5px 6px;
    font-size: .85rem;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #d79486;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

.shop-content .t-tags {
    margin-bottom: 5px;
}

.shop-content .t-tags .t {
    font-size: .9rem;
    padding: 8px 7px 7px 7px;
    margin: 0 8px 0 0;
}

.prd_price {
    margin-top: 2rem;
}

.prd_price h5 {
    margin-bottom: .6rem;
}

.prd_price img {
    max-height: 200px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.s-website {
    display: flex;
    margin: .5rem 0 0 0;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
}

.s-website .icon {
    margin: 0 5px 0 0;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'24;
    font-size: 24px;
    overflow: hidden;
    padding: 0;
    line-height: 1;
    color: #d79486;
}

.s-address {
    display: flex;
    margin: .5rem 0 0 0;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
}

.s-address .icon {
    margin: 0 4px 0 1px;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'24;
    font-size: 24px;
    overflow: hidden;
    padding: 0;
    line-height: 1;
    color: #d79486;
}

.s-address .txt {
    margin: 0;
}

.s-url {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.s-social {
    margin: 2rem 0 0 0;
}

.s-social .icon-list-style-1 {
    margin: -8px;
}

.s-social .icon-list-style-1 li {
    padding: 8px;
}

.s-social .icon-list-style-1 li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: unset;
}

.s-social .icon-list-style-1 li a.facebook {
    background-color: #1772ec;
}

.s-social .icon-list-style-1 li a.instagram {
    background: #833ab4;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.s-social .icon-list-style-1 li a.line {
    background-color: #02b302;
}

.s-book {
    margin: 2rem 0 0 0;
}

.book-list-1 {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
}

.book-list-1 li {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 500;
}

.book-list-1 li:not(:last-child) {
    margin-bottom: 8px;
}

.book-list-1 li .icon {
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'24;
    font-size: 24px;
    overflow: hidden;
    padding: 0;
    line-height: 1;
    color: #d79486;
    margin-right: 5px;
}

.s-pay {
    margin: 2rem 0 2rem 0;
}

.s-title-2 {
    font-size: 1.25rem;
    line-height: normal;
}

.pay-list-1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: -5px;
}

.pay-list-1 li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
}

.pay-list-1 li .txt {
    letter-spacing: 2px;
    font-weight: 500;
}

.pay-list-1 li .icon {
    font-size: 18px;
    overflow: hidden;
    padding: 0;
    line-height: 1;
    color: #d79486;
    margin-right: 5px;
    width: 25px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.s-foot {
    margin: 2rem 0 0 0;
}

.tel-button {
    display: inline-flex;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background-color: #d79486;
    padding: 10px 16px 10px 26px;
    border: 1px solid #d79486;
    outline: unset;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
    align-items: center;
}

.tel-button .icon {
    font-variation-settings: 'FILL'1, 'wght'300, 'GRAD'-25, 'opsz'24;
    margin-left: 5px;
}

.tel-button:hover {
    color: #ffffff;
    background-color: #bd7365;
    border-color: #bd7365;
}

.collect-button,
.collect-button:focus,
.collect-button:hover {
    display: inline-flex;
    color: #c00000;
    align-items: center;
}


.collect-button::before {
    content: '\f004';
    font-family: 'font awesome 6 free';
    font-weight: 300;
    font-size: 20px;
}

.s-collect {
    margin: .5rem 0 0 0;
}

.collect-button:hover::before,
.collect-button.collected::before {
    font-weight: 600;
}

.collect-button::after {
    content: '收藏';
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.collect-button.collected::after {
    content: '已收藏';
}

.s-info {
    margin: 2rem 0 0 0;
}

.pagination_nav {
    margin-top: 1rem;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.pagination .page-item {
    padding: 5px;
}

.pagination .page-item.disabled .page-link {
    opacity: .5;
}

.pagination .page-item .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    color: #6d4d35;
    border: unset;
    font-size: 14px;
    letter-spacing: normal;
    transition: 0.4s ease-in-out;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #6d4d35;
    color: #ffffff;
}


.s-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 2.3rem;
    margin: 0;
}

.page-banner-sec {
    position: relative;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mask-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(67, 49, 35, 50%);
}

.b-height {
    position: relative;
    min-height: 280px;
    z-index: 1;
    align-items: center;
    padding: 1rem 0;
}

.b-h2 {
    font-size: 2.6rem;
    line-height: 3.1rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0 auto 0 auto;
    letter-spacing: 4px;
    text-align: center;
}

.b-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.page-breadcrumb-sec {
    padding: 10px 0;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin: 0;
    justify-content: center;
}

.breadcrumb-list li {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    color: #876145;
    font-size: 1rem;
    line-height: 1.4rem;
}

.breadcrumb-list li a {
    display: inline-flex;
    align-items: center;
    color: #876145;
}

.breadcrumb-list li.home a::before {
    content: '\e88a';
    font-family: 'Material Symbols Rounded';
    margin: 0 5px 0 0;
    font-variation-settings: 'FILL'1,
        'wght'400,
        'GRAD'-25,
        'opsz'20;
    font-size: 20px;
    letter-spacing: normal;
}

.breadcrumb-list li:not(:last-child):after {
    content: '\f46a';
    font-family: 'Material Symbols Rounded';
    margin: 0 5px;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'-25,
        'opsz'20;
    font-size: 20px;
    letter-spacing: normal;
}

.form-label.req {
    position: relative;
}

.form-label.req::after {
    content: '*';
    position: absolute;
    right: -8px;
    top: -4px;
    color: #c00000;
}

.col-shop-image {
    width: 57%;
}

.col-shop-content {
    width: 43%;
    padding-left: 3rem;
}

.page-contact-sec {
    padding: 4rem 0;
}


.col-contactform {
    width: 100%;
    max-width: 750px;
}

.contact-info {
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-info p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6d4d35;
    font-weight: 500;
    margin: 0;
}

.col-contactform .title-style-1 {
    margin-bottom: 3rem;
}

.contact_form_wrap {
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
    border-radius: 10px;
}

.form-style-2 .row {
    margin: 0 -.8rem;
}

.form-style-2 .row>* {
    padding: 0 .8rem;
}

.form-style-2 .col-input {
    margin-bottom: 1.6rem;
}

.form-style-2 .col-button {
    text-align: center;
    margin-top: 1rem;
}

.verify-item {
    display: flex;
}

.verify-item .medium-input {
    flex: 1;
}

#capcha_image {
    position: relative;
    padding-right: 22px;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 0;
}

#capcha_image img {
    max-height: 40px;
    border: 1px solid #dbdbdb;
}

#capcha_image:after {
    content: "\f021";
    font-family: 'font awesome 6 free';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.login_form_wrap {
    padding: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
    border-radius: 10px;
}

.delete-button {
    display: inline-flex;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    background-color: #c00000;
    padding: 2px 8px 4px 10px;
    border: 1px solid #c00000;
    outline: unset;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
    align-items: center;
    margin: .5rem 0 0 0;
}

.delete-button:hover {
    color: #ffffff;
    background-color: #940000;
    border-color: #940000;
}

.page-member-sec {
    padding: 4rem 0;
}

.col-loginform {
    width: 100%;
    max-width: 450px;
}

.form-list-1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 -5px;
}

.form-list-1 li {
    padding: 0 5px;
    margin: 0;
}

.form-list-1 li:not(:last-child):after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    height: 14px;
    width: 1px;
    background-color: #6d4d35;
    position: relative;
    top: 2px;
}

.form-list-1 li a {
    color: #6d4d35;
}

.form-style-3 .row {
    margin: 0 -.8rem;
}

.form-style-3 .row>* {
    padding: 0 .8rem;
}

.form-style-3 .col-input {
    margin-bottom: 1.5rem;
}

.form-style-3 .col-button {
    text-align: center;
    margin-top: .5rem;
}

.form-style-3 .col-formlist {
    margin-top: 1.5rem;
}

.col-signupform {
    width: 100%;
    max-width: 720px;
}

.f-h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #6d4d35;
    margin: 0 0 1.5rem 0;
    padding: 0 0 8px 0;
    letter-spacing: 3px;
    font-weight: 500;
    border-bottom: 2px solid rgba(109, 77, 53, 30%);
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.f-h3 .icon {
    position: relative;
    font-size: 30px;
    font-variation-settings: 'FILL'0,
        'wght'300,
        'GRAD'-25,
        'opsz'30;
    display: inline-block;
    margin-right: 4px;
    margin-left: -4px;
}

.address-group {
    display: flex;
    flex-wrap: wrap;
}

.a-city {
    flex: 0 0 130px;
    margin-right: 1rem;
}

.a-district {
    flex: 0 0 130px;
    margin-right: 1rem;
}

.a-address {
    flex: 1;
}

.page-view-sec {
    padding: 4rem 0;
}

.prd_grallery *,
.fancybox__container * {
    transition: unset;
}

.prd_grallery {
    margin: -5px;
}

#mainCarousel .f-carousel__slide {
    padding: 5px;
}

#mainCarousel .f-carousel__slide a {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    max-height: 550px;
}

#mainCarousel .f-carousel__slide a img {
    max-height: 100%;
}

#mainCarousel .f-button {
    border-radius: 50%;
    color: #6d4d35;
    background-color: #f8f6f0;
    border: unset;
    transition: 0.3s ease-in-out;
}

#mainCarousel .f-button.is-prev {
    left: 20px;
}

#mainCarousel .f-button.is-next {
    right: 20px;
}

#mainCarousel .f-button:hover {
    background-color: #f8f6f0;
    color: #6d4d35;
}

#mainCarousel .f-button svg {
    width: 20px;
    height: 20px;
}

#navCarousel {
    margin-top: 10px;
}

#navCarousel .f-carousel__viewport {
    margin-left: 0;
}

.f-carousel__track #mainCarousel .f-carousel__slide {
    background-color: #ffffff;
}

#navCarousel .f-carousel__slide {
    border: 1px solid transparent;
    width: 20%;
    border-radius: 0;
    padding: 0 5px;
}

#navCarousel .f-nav_button {
    position: relative;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: unset;
    outline: unset;
    box-shadow: unset;
    background-color: #ffffff;
    opacity: 50%;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100px;
}

#navCarousel .f-nav_button img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
}

#navCarousel .f-carousel__slide:hover .f-nav_button {
    border-color: #6d4d35;
    opacity: 1;
}

#navCarousel .is-nav-selected .f-nav_button {
    border-color: #6d4d35;
    opacity: 1;
}

#navCarousel .f-carousel__track {
    margin: 0 -3px;
}

@media (max-width:767px) {
    #navCarousel .f-nav_button {
        max-height: 45px;
    }

    #mainCarousel .f-carousel__slide a {
        max-height: 400px;
    }
}

.qa-widget {
    margin-bottom: 2.4rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
}

.qa-widget:last-child {
    margin-bottom: 0;
}

.q-box,
.a-box {
    display: flex;
}

.q-box {
    padding-bottom: 1rem;
    border-bottom: 1px solid #cda8895e;
}

.a-box {
    padding-top: 1rem;
}

.q-box h5,
.a-box p {
    flex: 1;
    margin: 2px 0 0 0;
}


.q-i,
.a-i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #cda889;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    margin: 0 10px 0 0;
    line-height: normal;
    letter-spacing: 1px;
    padding: 0 0 1px 1px;
}

.q-i {
    background-color: #876145;
}

.a-i {
    background-color: #cda889;
}

.col-sitemap {
    width: 25%;
    margin-bottom: 2rem;
}

.sitemap-thumb {
    padding: 1.25rem;
    border: 1px solid #ba8d6d3d;
    background-color: #fff;
    height: 100%;
}

.sitemap-thumb h4 {
    padding-bottom: .6rem;
    border-bottom: 1px solid #efe4dc;
    margin-bottom: .7rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.sitemap-thumb ul {
    padding: 0 0 0 16px;
    margin: 0;
}

.sitemap-thumb ul li {
    letter-spacing: 2px;
}

.sitemap-thumb ul li:not(:last-child) {
    margin-bottom: 3px;
}

.sitemap-thumb ul li a:hover {
    text-decoration: underline;
}


.col-shoppingform {
    max-width: 500px;
}

.shopping_form_wrap {
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
    border-radius: 10px;
}

.form-style-3 h5 {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.checkbox-group.style-2 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.checkbox-group.style-2 .form-check {
    width: 100%;
    padding: 10px;
}

.col-shoppingform .checkbox-group.style-2 .form-check {
    width: 120px;
}

.shopping_form_wrap .form-style-3 .col-button {
    margin-top: 1rem;
}

.table-style-1 {
    width: 100%;
}

.table-style-1 thead {
    background-color: #876145;
}

.table-style-1 thead th {
    padding: .6rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    border: 1px solid #efe4dc;
}

.table-style-1 tbody td {
    padding: .6rem;
    border: 1px solid #efe4dc;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
}

.table-style-1 tbody tr:nth-child(even) td {
    background-color: #ba8d6d14;
}

.date-widget {
    display: flex;
}

.form-style-3 .d-hr {
    border-color: #e6d1bd;
    padding-top: 0;
    opacity: 1;
    margin: 0 0 1.2rem 0;
}

.date-box {
    display: inline-flex;
    align-items: center;
}

.d-line {
    width: 8px;
    height: 1.5px;
    background-color: #876145;
    margin: 0 5px;
}

.date-box .d-item {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: normal;
}

.cash-widget {
    display: flex;
}

.cash-box {
    display: inline-flex;
    align-items: center;
}

.col-orderlist {
    width: 100%;
}

.orderlist_wrap {
    padding: 1.6rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 47, 37, 8%);
    border-radius: 10px;
}

.table-responsive {
    overflow: auto;
}


.form-style-3 .table-responsive .table-style-1 {
    min-width: 900px;
}

.backBox {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #d8b79885;
}

.back-button,
.back-button:focus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px 15px 34px;
    border-radius: 30px;
    min-width: 180px;
    font-size: 1.1rem;
    letter-spacing: 4px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    border: unset;
    background-color: #876145;
}

.back-button:hover,
.back-button:active {
    color: #ffffff;
    background-color: #6d4d35;
}

.badge {
    padding: 8px 6px 6px 8px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
}

.ba-success {
    background-color: #009688;
}

.ba-fail {
    background-color: #f44336;
}

@media (min-width: 768px) {
    .dropdown-widget-1:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width:992px) {
    header nav .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .foot-brand {
        margin-bottom: 30px;
    }

    .foot-link .link-list-style-1 {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .foot-icon .icon-list-style-1 {
        justify-content: flex-start;
    }

    .main-order-sec .container {
        height: auto;
        margin: 120px 0;
    }

    nav.navbar.bootsnav .navbar-nav {
        background-color: #f9f6f1;
    }

    nav.navbar.navbar-default ul.nav>li>a {
        padding: 10px 20px;
        margin: 0;
    }

    nav.navbar.bootsnav .navbar-nav li,
    nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
        border-bottom: 1px solid rgb(0 0 0 / 6%);
    }

    .col-sitemap {
        width: 50%;
    }

    .col-shop-image {
        width: 100%;
        margin-bottom: 2rem;
    }

    .col-shop-content {
        width: 100%;
        padding-left: 15px;
    }

    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
        color: #6d4d35;
    }

    .navbar-nav li>a,
    nav.navbar.navbar-default ul.nav>li>a,
    nav.navbar-brand-top.navbar.navbar-default ul.nav>li>a,
    header .navbar-nav li>a,
    header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a,
    header nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a,
    nav.navbar.bootsnav li.dropdown ul.mega-menu-full li>a,
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a,
    nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
        padding: 10px 20px;
    }

    header nav.navbar .navbar-nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li.active>a,
    .dropdown-menu,
    header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
    header nav.navbar .navbar-nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li.active>a {
        color: #6d4d35 !important;
    }

    header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a:hover,
    header.header-appear nav.bootsnav.header-light .navbar-nav>li>a:hover,
    header.header-appear nav.header-light-transparent .header-social-icon a:hover,
    header.header-appear nav.header-light .header-social-icon a:hover,
    header.header-appear nav.header-light.white-link .header-social-icon a:hover,
    header.header-appear nav.header-light-transparent.white-link .header-social-icon a:hover,
    header.header-appear nav.header-light-transparent.white-link .heder-menu-button a:hover,
    header.header-appear nav.header-light-transparent.white-link .header-searchbar a:hover,
    header nav.navbar .navbar-nav>li>a:hover,
    nav.navbar.bootsnav ul.nav>li>a:hover,
    header.sticky nav.navbar.white-link .navbar-nav>li.active>a,
    header.sticky nav.navbar.bootsnav.white-link ul.nav>li.active>a {
        color: #6d4d35;
    }
}

@media (max-width:767px) {
    .col-icon {
        padding-left: 15px !important;
    }

    .main-order-sec .container {
        height: auto;
        margin: 90px 0;
    }

    .thumb-list-1 .col-thumb {
        width: 50%;
    }

    .contact_form_wrap {
        padding: 1.5rem;
    }

    .a-address {
        flex: unset;
        width: 100%;
        margin-top: 1rem;
    }

    .a-district {
        margin: 0;
    }

    .b-height {
        min-height: 160px;
    }

    .col-sitemap {
        width: 100%;
    }

    .nav-list li a,
    .nav-list li a:focus {
        padding: 7px 15px 8px 15px;
        font-size: 1rem;
    }
}