:root {
    --bs-font-sans-serif: "Open Sans", '微軟正黑體', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-primary: #CEA453;
    --bs-primary-rgb: 206, 164, 83;
    --bs-border-color: #e6e3de;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0;
}
.wrapper {
    overflow: hidden;
    padding-top: 86px;
}
.header_area {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
}
.header_middle {
    background: #000;
    color: #FFF3CF;
    padding: 21px 0;
}
.logo img {
    max-height: 36px;
}
.Offcanvas_menu {
    margin-bottom: 0;
}
.main_menu nav > ul > li > a {
    font-size: 20px;
    font-weight: 400;
}
.main_menu nav > ul > li:hover > a {
    color: #fff;
}
.middel_right_info .top_right > ul > li ul.dropdown_links.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.middel_right_info .top_links > a::after {
    display: none;
}
.middel_right_info .top_links > a,
.middel_right_info .mini_cart_wrapper > a {
    color: #FFF3CF;
}
.middel_right_info .top_links > a .txt,
.middel_right_info .mini_cart_wrapper > a .txt {
    font-size: 16px;
}
.middel_right_info .top_links:hover > a,
.middel_right_info .mini_cart_wrapper:hover > a {
    color: var(--bs-primary);
}
.top_right > ul > li:hover > a {
    opacity: 1;
}
.middel_right_info .top_right > ul > li:hover ul.dropdown_links,
.middel_right_info .mini_cart_wrapper span.cart_quantity {
    color: #333;
}
.middel_right_info .header_wishlist a span,
.middel_right_info .mini_cart_wrapper > a span {
    vertical-align: middle;
}
.middel_right_info .top_right > ul > li > a i.ion-ios-arrow-down {
    vertical-align: top;
}
.mini_cart_wrapper span.cart_quantity {
    left: 18px;
    width: auto;
    min-width: 20px;
    padding: 0 3px;
}
.offcanvas_main_menu li span.menu-expand {
    padding: 0 1em;
}

.canvas_open {
    padding: 0.25em 0.5em;
}

.call_to_action {
    background: #ffd54c;
}
.discover_now a:hover {
    color: #ffd54c;
}
.floating a,
.link_follow ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 0.5em;
    line-height: 1;
    font-size: 1em;
}
.link_follow ul li a:hover {
    background: #cea453;
    border-color: #cea453;
}
.footer_menu ul li a {
    font-size: 16px;
}
.footer_bottom {
    border-top-color: #A9A9A9;
}
.floating {
    position: fixed;
    z-index: 100;
    right: 12px;
    bottom: 130px;
}
.floating a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #FFF3CF;
    margin-bottom: 0.5em;
}
.floating a:hover {
    background: #cea453;
    color: #fff;
}
.floating a i {
    font-size: 28px;
}
#scrollUp {
    width: 50px;
    height: 50px;
    line-height: 43px;
    bottom: 80px;
}

.main {
    min-height: 50dvh;
}
.single_slider,
.slider_two .single_slider {
    background: no-repeat 50% 50%;
    background-size: cover;
    height: auto;
}
.single_slider .banner-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.single_slider .bg-m {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat 50% 50%;
    background-size: cover;
}
.slider_content .h1 {
    font-weight: 500;
}
.slider_content .h2 {
    font-size: 20px;
    font-style: normal;
}
.slider_content a {
    color: #fff;
}
.button {
    font-size: 16px;
    height: 3em;
    line-height: 3em;
}

.footer_logo img {
    width: 140px;
}
.footer_contact p {
    font-size: 16px;
    font-weight: 400;
}

.contact_area {
    margin-top: 24px;
}
.contact_message .h4 {
    font-size: 1.4rem;
}
.contact_message ul li {
    display: flex;
}
.contact_message ul li i,
.contact_message ul li .ic {
    margin-top: 0.2em;
}
.contact_message ul li .ic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0.35em;
}

.pagination ul li.disabled {
    background-color: transparent;
}

.sidebar_widget .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.sidebar_widget .accordion-item:last-child {
    border-bottom: 0;
}
.sidebar_widget .accordion-header button.accordion-button {
    font-size: 18px;
    height: auto;
    padding: 1rem 0.5rem;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.sidebar_widget .accordion-header .accordion-button.accordion-button::after {
    content: '＋';
    background: none;
}
.sidebar_widget .accordion-header .accordion-button:not(.collapsed)::after {
    content: '－';
}
.sidebar_widget .accordion-body {
    padding-top: 0;
}
.sidebar_widget .accordion-body a.active,
.sidebar_widget .accordion-body a:hover {
    color: var(--bs-primary);
}
.sidebar_widget .search_box {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.sidebar_widget .search_box input {
    font-size: 16px;
}
.sidebar_widget .search_box button {
    border-radius: 0;
}

.single_product {
    padding: 10px 20px 18px;
    transition: 0.3s;
}
.single_product:hover {
    border-color: var(--bs-primary);
}
.product_name h3,
.single_product:hover .product_name h3 {
    font-size: 18px;
    margin: 0.5rem 0;
}
.product_name p a {
    display: inline-block;
}
.product_category {
    font-size: 14px;
    margin-bottom: 1em;
}
.product_category a:hover {
    color: var(--bs-primary);
}
.product_d_right h1 {
    font-size: 24px;
}
.price_box span.current_price {
    color: var(--bs-primary);
}

.login_submit {
    text-align: right;
}
.login_submit a {
    font-size: 13px;
    float: left;
    line-height: 2.5;
}
.product_variant.quantity .input-group {
    margin-left: 1em;
}
.product_variant.quantity .field {
    width: 60px;
}
.table_desc .cart_page table tbody tr td.product_quantity .field,
.product_variant.quantity .field {
    text-align: center;
}
.table_desc .cart_page table tbody tr td.product_quantity .btn,
.product_variant.quantity .btn {
    border-color: #f0f0f0;
}
.account_form .field:focus,
.account_login_form form .field:focus,
.checkout_form .field:focus,
.table_desc .cart_page table tbody tr td.product_quantity .field:focus,
.product_details .field:focus {
    border-color: var(--bs-primary);
}
.account_form .field.is-invalid,
.account_login_form form .field.is-invalid,
.checkout_form .field.is-invalid,
.table_desc .cart_page table tbody tr td.product_quantity .field.is-invalid {
    border-color: var(--bs-form-invalid-color);
}
.account_form a:hover {
  color: var(--bs-primary);
}
.form-check-input:focus {
    border-color: var(--bs-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.account_login_form form .field {
    margin-bottom: 0;
}
.account_form .button {
    font-size: 16px;
}
.dashboard_tab_button ul li .nav-link:focus,
.dashboard_tab_button ul li .nav-link:hover {
    color: #fff;
    background-color: var(--bs-primary);
}
.table {
    --bs-table-bg: transparent;
}
.offcanvas_main_menu li .sub-menu-link,
.dropdown_links li .sub-menu-link {
    border: 0;
    background: none;
    width: 100%;
    text-align: inherit;
}
.offcanvas_main_menu li .sub-menu-link:hover,
.dropdown_links li .sub-menu-link:hover {
    color: var(--bs-primary);
}
.offcanvas_main_menu li .sub-menu-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown_links li .sub-menu-link {
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    padding: 7px 0;
    line-height: 20px;
}
.product_name h3 a:hover,
.product_name .manufacture_product a:hover {
    color: var(--bs-primary);
}

.product_d_right .priduct_social ul li a.line {
    background: #07b53b;
}
.product_d_right .priduct_social ul li a svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 1em;
    margin-bottom: 0.15em;
}
.product_d_info {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.product_variant.quantity .button {
    text-align: center;
    min-width: 0;
}
.product_variant.quantity .button.bg-dark:hover {
    color: #fff;
    background: var(--bs-primary) !important;
}
.product_meta {
    font-weight: 400;
    line-height: 26px;
}
.product_meta span a:hover {
    text-decoration: underline;
}

.checkout_form textarea.field {
    height: auto;
    line-height: 1.5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.display-toggle {
    display: none;
}

.display-toggle.show {
    display: block;
}
.coupon_inner .cart_amount a {
    display: inline;
    color: var(--bs-primary);
    font-size: inherit;
}
.coupon_inner .cart_amount small {
    color: #999;
    font-size: 14px;
}
.product_details .single-zoom {
    position: relative;
    cursor: zoom-in;
}
.product_details .single-zoom::after {
    content: "\f00e";
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 2em;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}
.product_details .single-zoom:hover::after {
    opacity: 1;
}
.single-zoom-thumb ul li {
    transition: 0.3s;
}
.single-zoom-thumb ul li:hover {
    border-color: var(--bs-primary);
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-prev {
    left: -25px;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
    right: -25px;
}
.product_details .field {
    display: block;
    width: 100%;
    border: 2px solid var(--bs-primary);
    height: 42px;
    padding: 0 12px;
    border-radius: 5px;
}
.product_details .field:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
}
.product_variant.quantity label {
    font-size: 16px;
}
.checkout_form h3 {
    line-height: 36px;
    padding: 5px 15px;
}
.modal-dialog.modal-dialog-centered {
    min-width: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #111;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}
.table_desc .cart_page table thead tr th {
    white-space: nowrap;
}
.table_desc .cart_page table tbody tr td {
    min-width: 0 !important;
}
.table_desc .cart_page table tbody tr td.product_name {
    max-width: 20%;
}
.checkout_form .field:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
}

.embed-responsive {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-color);
    --bs-table-bg-type: var(--bs-table-bg);
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.link-primary:focus, .link-primary:hover {
    color: rgba(138, 103, 31 , var(--bs-link-opacity, 1)) !important;
}
.dropdown_links li a {
    font-size: 16px;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: #111111;
}
body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{
    box-shadow:0 0 0 3px rgba(17,17,17,.5)
}

.mini_cart {
    overflow-y: auto;
}

@media only screen and (min-width: 768px) {
    .wrapper {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 991px) {
    .middel_right_info .header_wishlist,
    .middel_right_info .mini_cart_wrapper {
        margin-right: 10px;
    }
    table.rwd-md-down thead {
        display: none;
    }
    table.rwd-md-down tbody tr,
    table.rwd-md-down tbody th,
    table.rwd-md-down tbody td {
        display: block;
    }
    table.rwd-md-down tbody tr td[data-title]::before {
        content: attr(data-title)'：';
        font-size: 0.8em;
        color: #999;
    }
    .table_desc .cart_page table.rwd-md-down tbody tr {
        position: relative;
        padding: 1em;
    }
    .table_desc .cart_page table.rwd-md-down tbody tr + tr {
        border-top: 1px solid #f0f0f0;
    }
    .table_desc .cart_page table.rwd-md-down tbody tr td {
        border: 0;
        padding: 0;
        margin-left: 80px;
        text-align: left;
    }
    .table_desc .cart_page table tbody tr td.product_thumb {
        float: left;
        width: 60px;
        margin-left: 0;
    }
    .table_desc .cart_page table tbody tr td.product_thumb img {
        width: 100%;
    }
    .table_desc .cart_page table tbody tr td.product_name a {
        font-size: 16px;
        font-weight: 700;
    }
    .table_desc .cart_page table tbody tr td.product_remove {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0.5em 0.5em 0 0;
        min-width: 0;
    }
}

@media only screen and (max-width: 767px) {
    .logo a img {
      max-width: 200px;
    }
    .middel_right {
        align-items: flex-end;
    }
    .mini_cart_wrapper span.cart_quantity {
        right: 0;
        left: auto;
    }
    .dashboard_tab_button {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .dashboard-list {
        white-space: nowrap;
        text-align: center;
    }
    .dashboard-list li {
        flex: auto;
        margin-right: 0.5em;
    }
}
