﻿@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * ANIMATION
 * HEADER
 * NAVBAR
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * PRODUCTS
 * FAQ
 * CONTACT
 * GUIDE
 * CART
 * LOGIN
 * REGISTER
 * FINISH
 * ACCOUNT
 * SURVEY
 * INVOICE
 * COOKIE
 * LINE CHAT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
    overflow-x: hidden;
    min-height: 1000px;
}

html {
    scroll-padding-top: 60px;
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 100px;
    }
}

body {
    color: #666666;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    padding-top: 60px;
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    body {
        padding-top: 130px;
    }
}

a {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover,
    a:focus {
        color: #a97c21;
        outline: 0;
        text-decoration: none;
    }

span {
    display: inline-block;
}

img {
    max-width: 100%;
    width: auto\9;
    /* ie8 */
}

#scrollUp {
    right: 15px;
    bottom: 30px;
    z-index: 1000 !important;
}

@media (max-width: 575px) {
    #scrollUp {
        display: none !important;
    }
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@-webkit-keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1.25) translate(0, 0);
        transform: scale(1.25) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translateX(20px);
        transform: scale(1.1) translateX(20px);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1.25) translate(0, 0);
        transform: scale(1.25) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translateX(20px);
        transform: scale(1.1) translateX(20px);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1.25) translate(0, 0);
        transform: scale(1.25) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translate(-20px);
        transform: scale(1.1) translate(-20px);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1.25) translate(0, 0);
        transform: scale(1.25) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translate(-20px);
        transform: scale(1.1) translate(-20px);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding-right: 0 !important;
}

    .header .container-xxl {
        padding-right: 2.5rem;
    }

@media (min-width: 992px) {
    .header .container-xxl {
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .header .container-xxl {
        max-width: 1440px;
        padding: 0;
    }
}

/*------------------------------------*\
    NAVBAR
\*------------------------------------*/
.navbar {
    height: 60px;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 992px) {
    .navbar {
        height: 130px;
    }

        .navbar.active {
            height: 100px;
        }
}

.navbar .offcanvas {
    width: 80%;
    top: 60px;
}

@media (min-width: 992px) {
    .navbar .offcanvas {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

.navbar .offcanvas-backdrop {
    top: 60px;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

    .navbar-brand img {
        width: 150px;
    }

@media (min-width: 576px) {
    .navbar-brand img {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        width: 320px;
    }
}

.navbar-toggler {
    border-radius: 0;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 12px;
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

@media (min-width: 992px) {
    .navbar-toggler {
        position: relative;
    }
}

.navbar-toggler .icon-bar {
    display: block;
    background: #a97c21;
    text-align: center;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .navbar-toggler .icon-bar:nth-of-type(1) {
        top: 5px;
    }

    .navbar-toggler .icon-bar:nth-of-type(2) {
        top: 12px;
        opacity: 1;
    }

    .navbar-toggler .icon-bar:nth-of-type(3) {
        top: 20px;
    }

.navbar-toggler.show .icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0.5rem 0;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        padding: 0 0.25rem;
    }
}

@media (min-width: 1400px) {
    .navbar-nav .nav-item {
        padding: 0 1.25rem;
    }
}

.navbar-nav .nav-link {
    color: #000000;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0 0.25rem !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

    .navbar-nav .nav-link span {
        color: #a97c21;
        font-size: 0.75rem;
        letter-spacing: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 0.25rem;
    }

    .navbar-nav .nav-link .default,
    .navbar-nav .nav-link .select {
        width: 25px;
    }

    .navbar-nav .nav-link .default {
        display: inline-block;
    }

    .navbar-nav .nav-link .select {
        display: none;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link.active {
        color: #a97c21;
        font-weight: bold;
    }

        .navbar-nav .nav-link:hover .default,
        .navbar-nav .nav-link:focus .default,
        .navbar-nav .nav-link.active .default {
            display: none;
        }

        .navbar-nav .nav-link:hover .select,
        .navbar-nav .nav-link:focus .select,
        .navbar-nav .nav-link.active .select {
            display: inline-block;
        }

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 1.0625rem;
    }

        .navbar-nav .nav-link .default,
        .navbar-nav .nav-link .select {
            width: auto;
        }
}

.navbar-nav .dropdown .dropdown-menu {
    border-radius: 0;
    padding: 1.25rem 1rem 0.75rem;
    min-width: 150px;
    max-width: 150px;
    margin-top: 1rem;
}

    .navbar-nav .dropdown .dropdown-menu li {
        margin-bottom: 0.5rem;
    }

        .navbar-nav .dropdown .dropdown-menu li:last-child {
            margin-bottom: 0;
        }

.navbar-nav .dropdown .dropdown-item {
    display: block;
    border-bottom: 2px solid transparent;
    color: #666666;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: auto;
    padding: 0 0 0.2rem;
}

    .navbar-nav .dropdown .dropdown-item:hover,
    .navbar-nav .dropdown .dropdown-item:focus,
    .navbar-nav .dropdown .dropdown-item.active {
        border-color: #a97c21;
        background-color: transparent;
        color: #a97c21;
    }

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-toggle {
        color: #a97c21;
        font-weight: bold;
    }

        .navbar-nav .dropdown:hover .dropdown-toggle::before {
            left: 0;
            right: 0;
        }

    .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-nav .dropdown .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav .dropdown .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 1.25rem 1.5rem 0.75rem;
        display: block;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-nav .dropdown .dropdown-item {
        font-size: 1.0625rem;
    }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
    background-image: url(images/banner-bg.jpg);
    position: relative;
}

    .banner .container-fluid > .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (min-width: 1600px) {
    .banner .container-fluid > .row > [class*="col-"]:first-child {
        width: 49%;
    }

    .banner .container-fluid > .row > [class*="col-"]:last-child {
        width: 51%;
    }
}

.banner-txt {
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
}

@media (max-width: 575px) {
    .banner-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1000;
    }
}

@media (min-width: 576px) {
    .banner-txt {
        background-color: transparent;
        padding: 0;
    }
}

@media (min-width: 1400px) {
    .banner-txt {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 550px;
        margin-left: auto;
        margin-right: 0;
    }
}

.banner-txt .title {
    color: #a97c21;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 0.25rem;
}

    .banner-txt .title span {
        display: block;
        color: #5b463f;
        font-size: 1.75rem;
        font-weight: bold;
        letter-spacing: 0.25rem;
        margin-bottom: 0.25rem;
    }

@media (min-width: 576px) {
    .banner-txt .title {
        font-size: 1.125rem;
    }

        .banner-txt .title span {
            font-size: 2rem;
        }
}

@media (min-width: 992px) {
    .banner-txt .title {
        font-size: 1.25rem;
        letter-spacing: 0.25rem;
        margin-bottom: 1rem;
    }

        .banner-txt .title span {
            font-size: 3.375rem;
            letter-spacing: 0.7rem;
            margin-bottom: 0.75rem;
        }
}

@media (min-width: 1400px) {
    .banner-txt .title {
        text-align: left;
        margin-bottom: 3rem;
    }
}

.banner-txt .text {
    color: #000000;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .banner-txt .text {
        font-size: 1rem;
        line-height: 1.8;
        letter-spacing: 0.25rem;
    }
}

.banner-txt .breadcrumb {
    font-size: 0.9375rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
    background-image: url(images/footer-bg.jpg);
    background-position: center;
    padding: 3.5rem 0;
    padding-bottom: 65px;
}

@media (min-width: 1200px) {
    .footer .container-xxl {
        max-width: 1280px;
    }

        .footer .container-xxl > .row > [class*="col-"]:last-child {
            padding-left: 2.5rem;
        }
}

.footer-info {
    margin-top: 1rem;
}

    .footer-info .nav li {
        color: #3d3834;
        font-size: 0.9375rem;
        text-align: center;
    }

        .footer-info .nav li:first-child {
            width: 100%;
        }

@media (min-width: 1200px) {
    .footer-info {
        margin-top: 0;
    }

        .footer-info .nav li {
            text-align: left;
            margin-right: 1rem;
        }
}

.footer-link {
    margin-top: 1rem;
}

    .footer-link .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .footer-link .nav li {
            margin: 0 0.5rem;
        }

            .footer-link .nav li a {
                color: #3d3834;
                font-size: 0.875rem;
                letter-spacing: 0.05rem;
            }

                .footer-link .nav li a:hover,
                .footer-link .nav li a:focus {
                    color: #a97c21;
                }

@media (min-width: 1200px) {
    .footer-link {
        margin-top: 0;
    }

        .footer-link .nav {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .footer-link .nav li {
                text-align: right;
                width: 110px;
            }
}

.footer-copy {
    border-top: 1px solid #3d3834;
    padding-top: 0.5rem;
    margin-top: 1rem;
}

    .footer-copy .text {
        font-size: 0.75rem;
        text-align: center;
        display: block;
    }

        .footer-copy .text + .text {
            margin-top: 0.25rem;
        }

@media (min-width: 1200px) {
    .footer-copy .text {
        text-align: left;
        display: inline-block;
    }

        .footer-copy .text + .text {
            padding-left: 0.25rem;
            margin-left: 0.25rem;
            position: relative;
        }

            .footer-copy .text + .text::before {
                content: "";
                background-color: #3d3834;
                width: 1px;
                height: 10px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
            }
}

/* FOLLOW */
.follow {
    position: fixed;
    left: 15px;
    bottom: 30px;
    z-index: 1000;
    display: none;
}

@media (min-width: 992px) {
    .follow {
        display: block;
    }
}

/* SHARE */
.share {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1000;
}

@media (min-width: 576px) {
    .share {
        bottom: 280px;
    }
}

.share .button {
    cursor: pointer;
    position: relative;
    z-index: 1010;
}

.share .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1000;
}

    .share .nav li {
        position: absolute;
        bottom: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .share .nav li.fb {
            bottom: 55px;
        }

        .share .nav li.messenger {
            bottom: 110px;
            -webkit-transition-delay: 0.25s;
            -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
        }

        .share .nav li.line {
            bottom: 165px;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

        .share .nav li.ig {
            bottom: 220px;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

    .share .nav.active li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

/* MOBILE */
.mobile {
    background-image: url(images/footer-bg.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

    .mobile a {
        color: #000000;
        font-size: 0.875rem;
        text-align: center;
        letter-spacing: 0.05rem;
        width: 25%;
        padding: 0.25rem;
        position: relative;
    }

        .mobile a i {
            font-size: 1.3125rem;
        }

        .mobile a span {
            font-size: 0.75rem;
            letter-spacing: normal;
            margin-top: -0.5rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .mobile a p {
            margin-bottom: 0;
        }

@media (min-width: 576px) {
    .mobile {
        display: none;
    }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
    padding: 2rem 0;
}

@media (min-width: 992px) {
    main {
        padding: 5.5rem 0;
    }
}

main .container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    main .container {
        max-width: 1140px;
        padding: 0;
    }
}

/* SIDEBAR */
.sidebar {
    background-color: transparent;
    padding-right: 12px;
}

@media (min-width: 1200px) {
    .sidebar {
        padding-right: 2rem;
    }
}

.sidebar .category-btn {
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
    letter-spacing: 0.1rem;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    display: block;
    position: relative;
}

    .sidebar .category-btn::after {
        content: "\f285";
        color: #9a9a9a;
        font-family: "bootstrap-icons";
        font-size: 0.8125rem;
        font-weight: normal;
        position: absolute;
        right: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .sidebar .category-btn.show::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@media (min-width: 992px) {
    .sidebar .category-btn {
        display: none;
    }
}

.sidebar .category-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .sidebar .category-content.show {
        height: 100%;
    }

@media (min-width: 992px) {
    .sidebar .category-content {
        height: 100%;
    }
}

.sidebar .sidenav > li {
    border-bottom: 1px solid #e2e2e2;
}

    .sidebar .sidenav > li > a {
        display: block;
        color: #a97c21;
        font-weight: bold;
        letter-spacing: 0.1rem;
        padding: 0.75rem 1rem;
        cursor: pointer;
        position: relative;
    }

        .sidebar .sidenav > li > a::before {
            content: "";
            border-radius: 50%;
            background-color: #a97c21;
            width: 4px;
            height: 4px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            opacity: 1;
        }

        .sidebar .sidenav > li > a::after {
            content: "\f285";
            color: #a97c21;
            font-family: "bootstrap-icons";
            font-size: 0.8125rem;
            font-weight: normal;
            position: absolute;
            right: 0;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .sidebar .sidenav > li > a.collapsed {
            color: #000000;
            font-weight: normal;
            padding-left: 0;
        }

            .sidebar .sidenav > li > a.collapsed::before {
                opacity: 0;
            }

            .sidebar .sidenav > li > a.collapsed::after {
                color: #9a9a9a;
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
            }

        .sidebar .sidenav > li > a:hover,
        .sidebar .sidenav > li > a:focus,
        .sidebar .sidenav > li > a.active {
            color: #a97c21;
            font-weight: bold;
            padding-left: 1rem;
        }

            .sidebar .sidenav > li > a:hover::before,
            .sidebar .sidenav > li > a:focus::before,
            .sidebar .sidenav > li > a.active::before {
                opacity: 1;
            }

            .sidebar .sidenav > li > a:hover::after,
            .sidebar .sidenav > li > a:focus::after,
            .sidebar .sidenav > li > a.active::after {
                color: #a97c21;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .sidebar .sidenav > li > a:hover.no-collapsed::after,
            .sidebar .sidenav > li > a:focus.no-collapsed::after,
            .sidebar .sidenav > li > a.active.no-collapsed::after {
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
            }

    .sidebar .sidenav > li ul {
        margin-bottom: 1.5rem;
    }

        .sidebar .sidenav > li ul li {
            padding-left: 1rem;
            margin-bottom: 0.3rem;
        }

            .sidebar .sidenav > li ul li a {
                color: #4f4f4f;
                letter-spacing: 0.1rem;
            }

                .sidebar .sidenav > li ul li a::before {
                    content: "-";
                    margin-right: 0.5rem;
                }

                .sidebar .sidenav > li ul li a:hover,
                .sidebar .sidenav > li ul li a:focus,
                .sidebar .sidenav > li ul li a.active {
                    color: #a97c21;
                }

.sidebar .sidenav-mobile {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    margin-bottom: 0;
}

    .sidebar .sidenav-mobile.bg {
        background-color: #f3f3f3;
    }

    .sidebar .sidenav-mobile > li {
        border-bottom: none;
    }

        .sidebar .sidenav-mobile > li > a {
            color: #4f4f4f;
            white-space: nowrap;
        }

            .sidebar .sidenav-mobile > li > a::before,
            .sidebar .sidenav-mobile > li > a::after {
                display: none;
            }

/* CONTENT */
@media (min-width: 1200px) {
    .content {
        padding-left: 1rem;
    }
}

/* PAGE-TITLE */
.page-title {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.3rem 0;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .page-title.row > [class*="col-"]:last-child {
        padding-left: 2rem;
    }
}

.page-title .title {
    color: #5b463f;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
    .page-title .title {
        font-size: 1.3125rem;
    }
}

@media (min-width: 768px) {
    .page-title .title {
        margin-bottom: 0;
    }
}

.page-title .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .page-title .form .form-control {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #a97c21;
        font-size: 0.875rem;
        height: 25px;
        padding: 0;
        margin-right: 1rem;
    }

        .page-title .form .form-control::-webkit-input-placeholder {
            color: #9e9e9e;
        }

        .page-title .form .form-control::-moz-placeholder {
            color: #9e9e9e;
        }

        .page-title .form .form-control:-ms-input-placeholder {
            color: #9e9e9e;
        }

        .page-title .form .form-control::-ms-input-placeholder {
            color: #9e9e9e;
        }

        .page-title .form .form-control::placeholder {
            color: #9e9e9e;
        }

    .page-title .form .btn {
        border-radius: 0;
        border: 1px solid #a97c21;
        color: #a97c21;
        font-size: 0.875rem;
        letter-spacing: 0.125rem;
        white-space: nowrap;
        width: 50px;
        height: 25px;
        padding: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .page-title .form .btn:hover,
        .page-title .form .btn:focus {
            background-color: #a97c21;
            color: #ffffff;
        }

/* PICTURE */
.pic {
    overflow: hidden;
}

    .pic .view {
        background-color: #000000;
        overflow: hidden;
        position: relative;
    }

        .pic .view img {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .pic .view i {
            color: #ffffff;
            font-size: 2rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 0;
        }

    .pic:hover .view img,
    .pic:focus .view img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.4;
    }

    .pic:hover .view i,
    .pic:focus .view i {
        opacity: 1;
    }

/* PAGINATION */
.pagination-wrap {
    margin-top: 3rem;
}

.pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pagination .page-item {
        margin: 0 0.25rem;
    }

@media (min-width: 576px) {
    .pagination .page-item {
        margin: 0 0.5rem;
    }
}

.pagination .page-link {
    border-radius: 50%;
    border: 1px solid #a97c21;
    background-color: transparent;
    color: #a97c21;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    padding: 0;
}

    .pagination .page-link:hover,
    .pagination .page-link:focus,
    .pagination .page-link.active {
        background-color: #a97c21;
        color: #ffffff;
    }

.pagination .page-arrow {
    color: #b2b2b2;
    font-size: 2rem;
    margin: 0 0.5rem;
}

    .pagination .page-arrow:hover,
    .pagination .page-arrow:focus {
        color: #a97c21;
    }

@media (min-width: 576px) {
    .pagination .page-arrow {
        margin: 0 2.5rem;
    }
}

/* BUTTON */
.btn-wrap {
    text-align: center;
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .btn-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.btn {
    border-radius: 0;
    font-size: 1rem;
}

    .btn + .btn {
        margin-top: 1rem;
    }

@media (min-width: 576px) {
    .btn + .btn {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.btn:checked,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-lg {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 200px;
    height: 40px;
}

@media (min-width: 576px) {
    .btn-lg {
        font-size: 1.125rem;
        letter-spacing: 0.25rem;
        width: 240px;
        height: 45px;
    }
}

.btn-primary {
    border-color: #a97c21;
    background-color: #a97c21;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus {
        border-color: #a97c21;
        background-color: #ffffff;
        color: #a97c21;
    }

.btn-primary-line {
    background-color: transparent;
    color: #a97c21;
}

    .btn-primary-line:hover,
    .btn-primary-line:focus {
        border-color: #5b463f;
        color: #5b463f;
    }

.btn-back {
    border-color: #a97c21;
    border-radius: 1.5rem;
    color: #a97c21;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    line-height: 45px;
    width: 220px;
    height: 45px;
    padding: 0;
}

    .btn-back i {
        font-size: 1.125rem;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .btn-back:hover,
    .btn-back:focus {
        border-color: #5b463f;
        color: #5b463f;
    }

        .btn-back:hover i,
        .btn-back:focus i {
            margin-left: -1rem;
        }

/* TABLE */
.table th {
    border-bottom: none;
    background-color: #a97c21;
    color: #ffffff;
    font-size: 1.0625rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    padding: 0.5rem;
}

    .table th + th {
        position: relative;
    }

        .table th + th::before {
            content: "";
            background-color: #ffffff;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
        }

.table td {
    border-bottom-color: #cecece;
    color: #666666;
    font-size: 0.9375rem;
    vertical-align: middle;
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .table td {
        font-size: 1.0625rem;
        letter-spacing: 0.025rem;
        text-align: center;
    }
}

.table td.link a {
    font-size: 0.875rem;
    text-decoration: underline;
}

    .table td.link a:hover {
        color: #a97c21;
    }

@media (max-width: 767px) {
    .table {
        border-bottom: none;
    }

        .table thead {
            display: none;
        }

        .table tr {
            border: 1px solid #a97c21;
            display: block;
            width: 100%;
            margin-bottom: 2rem;
            position: relative;
        }

        .table td {
            border-bottom: none;
            display: block;
            font-size: 0.9375rem;
            text-align: left;
            width: 100%;
            padding: 0.25rem;
            position: relative;
        }

            .table td::before {
                content: attr(data-content) "：";
                color: #000000;
                white-space: nowrap;
            }

            .table td.link::before {
                display: block;
            }
}

.table-secondary th {
    padding: 0.75rem 1rem;
}

    .table-secondary th:first-child {
        text-align: left;
    }

.table-secondary td {
    background-color: transparent;
    border-bottom: 1px dashed #e2e2e2;
    padding: 0.75rem 1rem;
}

    .table-secondary td:first-child {
        text-align: left;
    }

@media (max-width: 767px) {
    .table-secondary tr {
        border-color: #e2e2e2;
        border-bottom: none;
        margin-bottom: 1rem;
    }

    .table-secondary td {
        border-bottom: 1px solid #e2e2e2;
        text-align: right;
        width: 100%;
        padding: 0.25rem;
        padding-left: 120px;
    }

        .table-secondary td::before {
            content: attr(data-content);
            background-color: #a97c21;
            color: #ffffff;
            text-align: left;
            width: 100px;
            padding: 0.25rem;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

        .table-secondary td:first-child {
            border-top: none;
            text-align: right;
        }
}

/* FORM */
.form.row > [class*="col-"] {
    padding: 0 1rem;
}

.form .col-form-label {
    border-bottom: 1px solid transparent;
    color: #515151;
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    padding: 0.375rem 0;
}

    .form .col-form-label span {
        color: #a97c21;
        margin-left: 0.25rem;
    }

@media (min-width: 576px) {
    .form .col-form-label {
        border-color: #cdcdcd;
        font-size: 1.0625rem;
    }
}

.form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 0.45rem 0.5rem;
}

    .form .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-control::-webkit-input-placeholder {
        color: #b2b2b3;
    }

    .form .form-control::-moz-placeholder {
        color: #b2b2b3;
    }

    .form .form-control:-ms-input-placeholder {
        color: #b2b2b3;
    }

    .form .form-control::-ms-input-placeholder {
        color: #b2b2b3;
    }

    .form .form-control::placeholder {
        color: #b2b2b3;
    }

    .form .form-control:disabled,
    .form .form-control[readonly] {
        background-color: transparent;
    }

    .form .form-control:-webkit-autofill,
    .form .form-control:-webkit-autofill:hover,
    .form .form-control:-webkit-autofill:focus,
    .form .form-control:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0px 1000px rgba(169, 124, 33, 0.2) inset;
        box-shadow: 0 0 0px 1000px rgba(169, 124, 33, 0.2) inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
    }

.form .form-check-input {
    background: #ffffff;
    border-color: #a97c21;
    cursor: pointer;
}

    .form .form-check-input:focus,
    .form .form-check-input:checked {
        background-position: center;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-check-input[type="radio"]:checked {
        background-image: url(images/radio-checked.svg);
    }

    .form .form-check-input[type="checkbox"]:checked {
        background-image: url(images/checkbox-checked.svg);
    }

.form .form-check-label {
    cursor: pointer;
}

.form .form-select {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
}

    .form .form-select:focus {
        border-color: #a97c21;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (min-width: 576px) {
    .form .form-select {
        font-size: 1rem;
        padding: 0.45rem 0.75rem;
    }
}

.form .form-invoice a {
    color: #a97c21;
    text-decoration: underline;
}

    .form .form-invoice a:hover {
        color: #5b463f;
    }

    .form .form-invoice a.link {
        border-radius: 0.25rem;
        border: 1px solid #a97c21;
        background-color: #a97c21;
        color: #ffffff;
        font-size: 0.875rem;
        letter-spacing: 0.05rem;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        width: 110px;
        height: 30px;
    }

        .form .form-invoice a.link:hover {
            background-color: #ffffff;
            color: #a97c21;
        }

.form .textarea .col-form-label {
    border-color: transparent;
}

.form .code {
    position: relative;
    padding-right: 150px !important;
}

    .form .code img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.form .code-mobile {
    padding-right: 2rem;
    position: relative;
}

    .form .code-mobile::after {
        content: "\f4e7";
        font-family: "bootstrap-icons";
        font-size: 1.5rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

.form .twzipcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form .twzipcode > div {
        width: 33.33%;
    }

.form .dates {
    position: relative;
}

    .form .dates::after {
        content: "\f1f6";
        color: #5b463f;
        font-family: "bootstrap-icons";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        z-index: 2;
    }

.form .activity .col-form-label {
    border-bottom: none;
}

.form .activity .form-check-group {
    padding: 0.45rem 0.5rem;
}

/* MODAL */
.modal-dialog {
    padding: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        padding: 0;
    }
}

.modal-content {
    border-radius: 0;
    position: relative;
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .modal-content {
        padding: 3rem;
    }
}

@media (min-width: 1200px) {
    .modal-content {
        padding: 3rem 4rem;
    }
}

.modal-content .btn-close {
    background-image: url(images/close.svg);
    font-size: 1.5rem;
    font-weight: normal;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 1;
    z-index: 1000;
}

    .modal-content .btn-close:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-body {
    padding: 0;
}

@media (min-width: 768px) {
    .modal-body {
        padding: 1rem;
    }
}

/* DATERANGEPICKER */
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #a97c21;
}

/* QUANTITY */
.quantity .input-group {
    background-color: #ffffff;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 150px;
    margin: 0 auto;
}

.quantity .form-control {
    color: #000000;
    border: 1px solid #a97c21;
    font-size: 1.125rem;
    padding: 0;
}

    .quantity .form-control:focus {
        border-color: #a97c21;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.quantity .btn {
    border-radius: 0;
    background-color: transparent;
    border-color: #a97c21;
    color: #a97c21;
    width: auto;
    height: auto;
    padding: 0;
}

    .quantity .btn strong {
        font-size: 1.125rem;
        font-weight: normal;
    }

    .quantity .btn:hover,
    .quantity .btn:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
    background-image: url(images/bg.jpg);
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .about {
        padding-top: 6rem;
    }
}

.about .container-xxl {
    position: relative;
}

    .about .container-xxl::before {
        content: "";
        background-image: url(images/about-text.svg);
        background-position: left center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 130px;
        margin-top: -3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

@media (min-width: 1600px) {
    .about .container-xxl {
        max-width: 1440px;
        padding: 0;
    }
}

.about #scene {
    display: none !important;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

@media (min-width: 1200px) {
    .about #scene {
        display: block !important;
    }
}

.about .layer {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
}

    .about .layer:nth-child(1) {
        left: 0 !important;
        bottom: -85px !important;
    }

    .about .layer:nth-child(2) {
        left: 40px !important;
        bottom: 55px !important;
    }

@media (min-width: 1600px) {
    .about .layer:nth-child(2) {
        left: 135px !important;
    }
}

.about .layer:nth-child(3) {
    right: 95px !important;
    bottom: -100px !important;
}

@media (min-width: 1600px) {
    .about .layer:nth-child(3) {
        right: 200px !important;
    }
}

.about .layer:nth-child(4) {
    right: 100px !important;
    bottom: 45px !important;
}

.about .layer:nth-child(5) {
    right: -65px !important;
    bottom: -10px !important;
}

.about-title {
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
    .about-title {
        margin-top: -8rem;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 12px;
    }
}

.about-title .title {
    color: rgba(91, 70, 63, 0.2);
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.about-content {
    max-width: 600px;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    bottom: -1rem;
    z-index: 3;
}

    .about-content::before {
        content: "";
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.6);
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .about-content::after {
        content: "";
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        height: auto;
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

@media (min-width: 576px) {
    .about-content::after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
}

.about-text {
    min-height: 600px;
    padding: 2rem 1rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media (min-width: 576px) {
    .about-text {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .about-text {
        padding: 3rem;
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding: 5.5rem 5rem;
    }
}

.about-text .title {
    color: #5b463f;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.075rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .about-text .title {
        font-size: 1.5rem;
        letter-spacing: 0.125rem;
        margin-bottom: 1.25rem;
    }
}

.about-text .text {
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
}

    .about-text .text p {
        margin-bottom: 1.25rem;
    }

        .about-text .text p:last-child {
            margin-bottom: 0;
        }

@media (min-width: 576px) {
    .about-text .text {
        font-size: 1rem;
        line-height: 1.8;
    }
}

.about-text .pic {
    position: absolute;
    right: 45px;
    bottom: -10px;
    z-index: 3;
    display: block;
}

    .about-text .pic img {
        opacity: 0.1;
    }

@media (min-width: 992px) {
    .about-text .pic {
        display: none;
    }
}

.media .layer:nth-child(1) {
    left: -155px !important;
    bottom: -155px !important;
}

@media (min-width: 1600px) {
    .media .layer:nth-child(1) {
        left: -45px !important;
    }
}

.media .layer:nth-child(2) {
    left: auto !important;
    right: -55px !important;
    bottom: -100px !important;
}

@media (min-width: 1600px) {
    .media .layer:nth-child(2) {
        right: 45px !important;
    }
}

.media .layer:nth-child(3) {
    right: -85px !important;
    bottom: 85px !important;
}

.media .about-content {
    max-width: 1140px;
}

.media .about-text {
    max-width: 770px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .media .about-text {
        padding-left: 0;
        padding-right: 0;
    }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news .btn-wrap {
    border-top: 1px solid #e2e2e2;
    padding-top: 1rem;
    margin-top: 1rem;
    position: relative;
}

@media (min-width: 576px) {
    .news .btn-wrap {
        padding-top: 3rem;
        margin-top: 3.5rem;
    }
}

.news .btn-wrap .pagination {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

@media (min-width: 576px) {
    .news .btn-wrap .pagination {
        width: auto;
        margin-top: 0;
    }
}

.news .btn-wrap .pagination a {
    color: #5e5e5e;
    font-size: 1.0625rem;
}

    .news .btn-wrap .pagination a i {
        color: #a97c21;
        font-size: 1.3125rem;
        margin-right: 0.5rem;
    }

    .news .btn-wrap .pagination a:hover,
    .news .btn-wrap .pagination a:focus {
        color: #a97c21;
    }

@media (min-width: 576px) {
    .news .btn-wrap .pagination a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 1.5rem;
    }

        .news .btn-wrap .pagination a i {
            margin-right: 0.75rem;
        }

        .news .btn-wrap .pagination a.prev {
            left: 0;
        }

        .news .btn-wrap .pagination a.next {
            right: 0;
        }
}

/* NEWS LIST */
@media (min-width: 1200px) {
    .news-list {
        margin: 0 -2.25rem;
    }
}

.news-list-item {
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
    .news-list-item {
        margin-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    .news-list-item {
        padding: 0 2.25rem;
    }
}

.news-list-txt {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .news-list-txt {
        margin-top: 0;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .news-list-txt {
        padding-left: 3rem;
    }
}

.news-list-txt .title {
    color: #a97c21;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    height: 55px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
    .news-list-txt .title {
        font-size: 1.125rem;
    }
}

.news-list-txt .date {
    border-top: 1px solid #a97c21;
    font-size: 0.9375rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 1.5rem;
}

@media (min-width: 576px) {
    .news-list-txt .date {
        letter-spacing: 0.2rem;
        padding-top: 2rem;
        margin-top: 3rem;
    }
}

/* NEWS VIEW */
.news-view-title {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .news-view-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0;
        margin-bottom: 3.5rem;
    }
}

.news-view-title .title {
    color: #5b463f;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .news-view-title .title {
        font-size: 1.5rem;
    }
}

.news-view-title .date {
    font-size: 0.9375rem;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .news-view-title .date {
        font-size: 1.0625rem;
        letter-spacing: 0.2rem;
    }
}

.news-view-pic {
    margin-bottom: 2rem;
}

    .news-view-pic img {
        border: 1px solid #a97c21;
    }

@media (min-width: 992px) {
    .news-view-pic {
        margin-bottom: 0;
    }
}

.news-view-txt {
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
}

    .news-view-txt strong {
        color: #a97c21;
        font-size: 1.0625rem;
    }

@media (min-width: 576px) {
    .news-view-txt {
        font-size: 1.0625rem;
        line-height: 1.8;
    }

        .news-view-txt strong {
            font-size: 1.125rem;
        }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
@media (min-width: 1200px) {
    .products-list {
        margin: 0 -1.25rem;
    }
}

.products-list-item {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .products-list-item {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .products-list-item {
        padding: 0 1.25rem;
    }
}

.products-list-pic {
    position: relative;
}

    .products-list-pic:hover .add,
    .products-list-pic:focus .add {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .products-list-pic .add {
        border-radius: 1.5rem;
        background-color: #ffffff;
        color: #a97c21;
        font-size: 0.875rem;
        text-align: center;
        letter-spacing: 0.125rem;
        line-height: 32px;
        width: 130px;
        height: 32px;
        position: absolute;
        left: 50%;
        bottom: 2.5rem;
        -webkit-transform: translateX(-50%) translateY(100px);
        -ms-transform: translateX(-50%) translateY(100px);
        transform: translateX(-50%) translateY(100px);
        opacity: 0;
        border: 0;
    }

        .products-list-pic .add:hover,
        .products-list-pic .add:focus {
            background-color: #a97c21;
            color: #ffffff;
        }

    .products-list-pic .badge {
        border-radius: 0;
        background-color: #a82d2a;
        letter-spacing: 0.1rem;
        padding: 0.375rem 0.75rem;
        position: absolute;
        top: 0;
        left: 0;
    }

.products-list-txt {
    text-align: center;
    margin-top: 1.25rem;
}

    .products-list-txt .title {
        color: #000000;
        font-size: 1.0625rem;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        margin-bottom: 0.25rem;
        height: 25px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

@media (min-width: 576px) {
    .products-list-txt .title {
        font-size: 1.125rem;
        height: 30px;
    }
}

.products-list-txt .price {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
}

@media (min-width: 576px) {
    .products-list-txt .price {
        font-size: 1.25rem;
    }
}

.products-list-txt .quan a {
    color: #9a9a9a;
}

/*  PRODUCTS SELECT */
.products-select {
    background-color: #f7f7f7;
    padding: 3rem 1rem 0;
    margin-bottom: 2rem;
}

    .products-select .products-list-txt {
        margin-top: 0.75rem;
    }

        .products-select .products-list-txt .title {
            font-size: 1rem;
            height: 25px;
            margin-bottom: 0;
        }

@media (min-width: 1200px) {
    .products-select .products-list {
        margin: 0 -0.5rem;
    }

    .products-select .products-list-item {
        padding: 0 0.5rem;
    }
}

.products-select-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

    .products-select-title .text {
        color: #000000;
        font-size: 1.0625rem;
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .products-select-title .text {
        font-size: 1.125rem;
    }
}

.products-select-title .btn {
    border-color: #c54939;
    background-color: #c54939;
}

    .products-select-title .btn:hover {
        background-color: #ffffff;
        color: #c54939;
    }

/* PRODUCTS VIEW */
.products-view-pic {
    position: relative;
}

@media (min-width: 1400px) {
    .products-view-pic {
        padding-right: 0;
    }
}

.products-view-pic img {
    width: 100%;
}

.products-view-pic .mySwiper {
    margin-top: 1rem;
}

    .products-view-pic .mySwiper .swiper-slide {
        opacity: 0.4;
        cursor: pointer;
    }

    .products-view-pic .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.products-view-pic .badge {
    border-radius: 0;
    background-color: #a82d2a;
    letter-spacing: 0.1rem;
    padding: 0.375rem 0.75rem;
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1000;
}

@media (min-width: 576px) {
    .products-view-pic .badge {
        font-size: 1rem;
    }
}

.products-view-txt {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .products-view-txt {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .products-view-txt {
        padding-left: 2rem;
    }
}

.products-view-title {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .products-view-title {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
}

.products-view-title .title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .products-view-title .title {
        font-size: 1.875rem;
        letter-spacing: 0.15rem;
    }
}

.products-view-desc {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

    .products-view-desc .text {
        font-size: 0.9375rem;
        letter-spacing: 0.075rem;
        line-height: 1.8;
        margin-bottom: 0.75rem;
    }

@media (min-width: 576px) {
    .products-view-desc .text {
        font-size: 1rem;
    }
}

.products-view-desc .note {
    color: #000000;
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
}

.products-view-price {
    color: #595757;
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .products-view-price {
        font-size: 1.125rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .products-view-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .products-view-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.products-view-price p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .products-view-price p b {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .products-view-price p span {
        letter-spacing: 0.15rem;
        padding-right: 1rem;
        margin-right: 1rem;
        position: relative;
    }

        .products-view-price p span::after {
            content: "";
            background-color: #b1b1b1;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

@media (min-width: 576px) {
    .products-view-price p + p {
        margin-left: 1rem;
    }
}

@media (min-width: 992px) {
    .products-view-price p + p {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    .products-view-price p + p {
        margin-left: 1rem;
    }
}

.products-view-price .original {
    position: relative;
}

    .products-view-price .original::before {
        content: "";
        background-color: #c54939;
        width: auto;
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 2;
    }

.products-view-price .special span {
    font-weight: bold;
}

.products-view-price .special b {
    color: #c54939;
    font-size: 1.25rem;
}

    .products-view-price .special b b {
        font-size: 2rem;
    }

@media (min-width: 576px) {
    .products-view-price .special b {
        font-size: 1.625rem;
    }

        .products-view-price .special b b {
            font-size: 2.375rem;
        }
}

.products-view-select {
    margin-bottom: 1rem;
}

    .products-view-select .btn-check + .btn {
        border-radius: 0.25rem;
        border: 1px solid #b6b6b6;
        padding: 0.125rem 0.75rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

.btn-check:active + .btn,
.btn-check:checked + .btn {
    background-color: #7c7c7c;
    color: #ffffff;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    opacity: 0.4;
}

.products-view-date {
    margin-bottom: 1.25rem;
}

    .products-view-date .date {
        border-color: #c54939;
        color: #c54939;
        letter-spacing: 0.05rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        width: 200px;
    }

        .products-view-date .date:hover,
        .products-view-date .date:focus {
            background-color: #c54939;
            color: #ffffff;
        }

    .products-view-date .modal-dialog {
        max-width: 1100px;
    }

    .products-view-date .modal-content {
        overflow: hidden;
        padding: 2rem 1rem;
    }

@media (min-width: 576px) {
    .products-view-date .modal-content {
        padding: 2rem;
    }
}

.products-view-date .modal-content .btn-close {
    top: 0;
    right: 0;
}

.products-view-date .modal-body {
    padding: 0;
}

.products-view-date .title {
    color: #a97c21;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
}

@media (min-width: 576px) {
    .products-view-date .title {
        font-size: 1.3125rem;
    }
}

.products-view-date .remark {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
}

.products-view-date .calendar > [class*="col-"] {
    position: relative;
}

.products-view-date .calendar .prev {
    position: absolute;
    top: 0;
    left: 1rem;
}

.products-view-date .calendar .next {
    position: absolute;
    top: 0;
    right: 1rem;
}

.products-view-date .calendar table {
    overflow: hidden;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}

    .products-view-date .calendar table th,
    .products-view-date .calendar table td {
        border: none;
        font-size: 0.875rem;
        text-align: center;
        vertical-align: middle;
    }

    .products-view-date .calendar table thead th {
        color: #000000;
        letter-spacing: 0.05rem;
    }

    .products-view-date .calendar table tbody th {
        color: #666666;
        padding: 1rem 0.1rem;
    }

    .products-view-date .calendar table tbody td {
        padding: 0.25rem;
    }

        .products-view-date .calendar table tbody td span {
            border-radius: 3px;
            border: 1px solid transparent;
            background-color: #ffffff;
            color: #b7b7b7;
            text-align: center;
            line-height: 25px;
            width: 25px;
            height: 25px;
        }

            .products-view-date .calendar table tbody td span.checked {
                border: 1px solid #afafaf;
                color: #000000;
                cursor: pointer;
            }

                .products-view-date .calendar table tbody td span.checked:hover {
                    border-color: #a97c21;
                    background-color: #a97c21;
                    color: #ffffff;
                }

            .products-view-date .calendar table tbody td span.disabled {
                border: 1px solid #afafaf;
                background-color: #e8e8e8;
                color: #b7b7b7;
                cursor: default;
            }

@media (min-width: 576px) {
    .products-view-date .calendar table tbody td span {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .products-view-date .calendar table tbody td span {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

.products-view-quan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

    .products-view-quan .form-label {
        font-size: 1.0625rem;
        letter-spacing: 0.15rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        margin-right: 2rem;
        position: relative;
    }

        .products-view-quan .form-label::after {
            content: "";
            background-color: #b1b1b1;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

@media (min-width: 576px) {
    .products-view-quan .form-label {
        font-size: 1.125rem;
    }
}

.products-view-quan .form-select {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #8c8c8c;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0625rem;
    text-align: center;
}

@media (min-width: 576px) {
    .products-view-quan .form-select {
        font-size: 1.125rem;
    }
}

.products-view-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .products-view-btn .btn {
        border-color: #a97c21;
        border-radius: 0;
        background-color: #a97c21;
        color: #ffffff;
        font-size: 1.0625rem;
        letter-spacing: 0.2rem;
        line-height: 50px;
        width: 100%;
        height: 50px;
        padding: 0;
    }

        .products-view-btn .btn + .btn {
            margin-left: 0;
        }

        .products-view-btn .btn:hover,
        .products-view-btn .btn:focus {
            border-color: #5b463f;
            background-color: #5b463f;
        }

@media (min-width: 576px) {
    .products-view-btn .btn {
        font-size: 1.125rem;
    }
}

.products-view-btn .btn:last-child {
    background-color: #ffffff;
    color: #a97c21;
    margin-top: 1rem;
}

    .products-view-btn .btn:last-child:hover,
    .products-view-btn .btn:last-child:focus {
        color: #5b463f;
    }

/* PRODUCTS INFO */
.products-info {
    margin-top: 4.5rem;
}

    .products-info .nav-tabs {
        border-color: #5b463f;
        margin-bottom: 2.5rem;
    }

        .products-info .nav-tabs .nav-link {
            border-radius: 0;
            border: 1px solid #5b463f;
            background-color: #ffffff;
            color: #5b463f;
            font-size: 1.0625rem;
            text-align: center;
            letter-spacing: 0.25rem;
            line-height: 45px;
            width: 170px;
            height: 45px;
            padding: 0;
        }

            .products-info .nav-tabs .nav-link.active {
                background-color: #5b463f;
                color: #ffffff;
            }

@media (min-width: 576px) {
    .products-info .nav-tabs .nav-link {
        font-size: 1.125rem;
    }
}

.products-info .tab-content h4 {
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .products-info .tab-content h4 {
        font-size: 1.3125rem;
    }
}

.products-info .tab-content p {
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    line-height: 1.7;
}

@media (min-width: 576px) {
    .products-info .tab-content p {
        font-size: 1.0625rem;
    }
}

.products-info-title {
    border-bottom: 1px solid #5b463f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

    .products-info-title .title {
        border: 1px solid #5b463f;
        background-color: #5b463f;
        color: #ffffff;
        font-size: 1.0625rem;
        text-align: center;
        letter-spacing: 0.25rem;
        line-height: 45px;
        width: 155px;
        height: 45px;
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .products-info-title .title {
        font-size: 1.125rem;
    }
}

.products-info-title .download {
    border: 1px solid #5b463f;
    background-color: #ffffff;
    color: #5b463f;
    font-size: 1.0625rem;
    text-align: center;
    letter-spacing: 0.25rem;
    line-height: 45px;
    width: 170px;
    height: 45px;
}

    .products-info-title .download:hover,
    .products-info-title .download:focus {
        background-color: #5b463f;
        color: #ffffff;
    }

@media (min-width: 576px) {
    .products-info-title .download {
        font-size: 1.125rem;
    }
}

.products-info-text h4 {
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .products-info-text h4 {
        font-size: 1.3125rem;
    }
}

.products-info-text p {
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    line-height: 1.7;
}

@media (min-width: 576px) {
    .products-info-text p {
        font-size: 1.0625rem;
    }
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/
.faq .page-title {
    margin-bottom: 0;
}

/* FAQ LIST */
@media (min-width: 1200px) {
    .faq-list {
        padding: 0 2rem;
    }
}

.faq-list .accordion-item {
    border: none;
}

.faq-list .accordion-header {
    border-bottom: 1px dashed #c4c4c4;
}

.faq-list .accordion-button {
    border-radius: 0;
    color: #666666;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    padding: 1rem 0;
}

    .faq-list .accordion-button::after {
        content: "\f64d";
        background: transparent;
        color: #a97c21;
        font-family: "bootstrap-icons";
        font-size: 1.3125rem;
        font-weight: normal;
    }

    .faq-list .accordion-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .faq-list .accordion-button:not(.collapsed) {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

        .faq-list .accordion-button:not(.collapsed)::after {
            content: "\f63b";
        }

    .faq-list .accordion-button span {
        color: #a97c21;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        font-weight: normal;
        letter-spacing: normal;
        margin-right: 0.5rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media (min-width: 576px) {
    .faq-list .accordion-button {
        font-size: 1.0625rem;
    }

        .faq-list .accordion-button span {
            font-size: 1.6875rem;
            margin-right: 1.25rem;
        }
}

@media (min-width: 992px) {
    .faq-list .accordion-button {
        padding: 1.5rem 0;
    }
}

.faq-list .accordion-body {
    background-color: rgba(219, 212, 199, 0.2);
    border-bottom: 1px solid #a97c21;
    color: #666666;
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    padding: 1rem 0;
}

@media (min-width: 576px) {
    .faq-list .accordion-body {
        font-size: 1rem;
        padding: 1.5rem 2.5rem;
    }
}

@media (min-width: 992px) {
    .faq-list .accordion-body {
        padding: 2.5rem;
    }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
    padding-bottom: 0;
}

/* CONTACT INFO */
.contact-info .container {
    position: relative;
}

    .contact-info .container::before {
        content: "";
        background-image: url(images/contact-info-01.png);
        background-size: 150px;
        width: 150px;
        height: 129px;
        position: absolute;
        top: -100px;
        right: 0;
        z-index: 1000;
    }

@media (min-width: 992px) {
    .contact-info .container::before {
        background-size: 100%;
        width: 360px;
        height: 310px;
        top: -150px;
        right: -185px;
    }
}

.contact-info .container::after {
    content: "";
    background-image: url(images/contact-info-02.png);
    background-size: 200px;
    width: 200px;
    height: 182px;
    position: absolute;
    bottom: -85px;
    left: -50px;
    z-index: 1000;
}

@media (min-width: 992px) {
    .contact-info .container::after {
        background-size: 100%;
        width: 445px;
        height: 405px;
        bottom: -60px;
        left: -310px;
    }
}

.contact-info-note {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #a97c21;
    letter-spacing: 0.05rem;
    text-align: center;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .contact-info-note {
        padding: 1.25rem 0;
        margin-bottom: 4rem;
    }
}

.contact-info-content > .row {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .contact-info-content > .row {
        padding-bottom: 0;
    }
}

.contact-info-content .title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .contact-info-content .title {
        font-size: 1.75rem;
        letter-spacing: 0.25rem;
    }
}

@media (min-width: 992px) {
    .contact-info-content .title {
        font-size: 2rem;
        letter-spacing: 0.6rem;
    }
}

.contact-info-content .nav-tabs {
    border: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1000;
}

    .contact-info-content .nav-tabs .nav-item {
        position: relative;
    }

        .contact-info-content .nav-tabs .nav-item::before {
            content: "";
            background-color: #e2e2e2;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            z-index: 2;
        }

        .contact-info-content .nav-tabs .nav-item:first-child::before {
            display: none;
        }

    .contact-info-content .nav-tabs .nav-link {
        border: none;
        color: #666666;
        font-size: 0.9375rem;
    }

        .contact-info-content .nav-tabs .nav-link.active {
            color: #a97c21;
        }

@media (min-width: 992px) {
    .contact-info-content .nav-tabs {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.contact-info-content .tab-content .nav {
    margin-bottom: 2rem;
}

    .contact-info-content .tab-content .nav li {
        border-bottom: 1px solid #e2e2e2;
        font-size: 0.9375rem;
        letter-spacing: 0.05rem;
        padding: 0.5rem 0;
        width: 100%;
    }

        .contact-info-content .tab-content .nav li span {
            display: block;
            color: #000000;
            font-weight: bold;
            margin-bottom: 0.125rem;
        }

@media (min-width: 576px) {
    .contact-info-content .tab-content .nav li {
        font-size: 1rem;
        padding: 1rem 0;
    }

        .contact-info-content .tab-content .nav li span {
            margin-right: 1.5rem;
            margin-bottom: 0.25rem;
        }
}

@media (min-width: 1200px) {
    .contact-info-content .tab-content .nav {
        margin-bottom: 0;
    }

        .contact-info-content .tab-content .nav li span {
            display: inline-block;
            margin-bottom: 0;
        }
}

.contact-info-content .map {
    margin-top: 2rem;
    position: relative;
    z-index: 1000;
}

    .contact-info-content .map iframe {
        border: 1px solid #a97c21;
        width: 100%;
        height: 400px;
    }

@media (min-width: 1200px) {
    .contact-info-content .map {
        margin-top: 4.5rem;
    }
}

/* CONTACT FORM */
.contact-form {
    background-image: url(images/bg.jpg);
    background-position: center;
    background-repeat: repeat;
    min-height: 975px;
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    padding-top: 280px;
    padding-bottom: 3rem;
    overflow: hidden;
}

    .contact-form::after {
        content: "";
        background-image: url(images/contact-form.png);
        width: 250px;
        height: 370px;
        position: absolute;
        right: 190px;
        bottom: -50px;
        opacity: 0.2;
    }

@media (min-width: 992px) {
    .contact-form {
        padding-bottom: 0;
    }
}

.contact-form-title {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .contact-form-title {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .contact-form-title {
        padding: 1.75rem 5.5rem;
    }
}

.contact-form-title .title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
}

    .contact-form-title .title span {
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 0.05rem;
        margin-left: 0.25rem;
    }

@media (min-width: 576px) {
    .contact-form-title .title {
        font-size: 1.875rem;
        letter-spacing: 0.5rem;
    }

        .contact-form-title .title span {
            color: #a97c21;
            font-size: 1.125rem;
            letter-spacing: 0.125rem;
        }
}

.contact-form-title .text {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.contact-form-content {
    background-color: #ffffff;
    padding: 2rem 1rem;
    position: relative;
    z-index: 3;
}

@media (min-width: 576px) {
    .contact-form-content {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .contact-form-content {
        padding: 3rem;
    }
}

@media (min-width: 1200px) {
    .contact-form-content {
        padding: 4.5rem 6rem;
    }
}

.contact-form-content .form .col-form-label {
    color: #000000;
    font-weight: bold;
}

@media (min-width: 576px) {
    .contact-form-content .form .col-form-label {
        font-size: 1rem;
    }
}

.contact-form-content .form .btn {
    width: 175px;
}

/*------------------------------------*\
    GUIDE
\*------------------------------------*/
.guide .sidebar {
    display: block;
}

/* GUIDE LIST */
.guide-list {
    padding: 2rem 0.5rem 0;
    margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
    .guide-list {
        padding: 2rem 2rem 0;
    }
}

@media (min-width: 768px) {
    .guide-list {
        padding: 3rem 0;
    }
}

.guide-list.row > [class*="col-"] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

    .guide-list.row > [class*="col-"]::after {
        content: "\f285";
        color: #5b463f;
        font-family: "bootstrap-icons";
        font-size: 1.125rem;
        position: absolute;
        top: 40px;
        right: -10px;
    }

    .guide-list.row > [class*="col-"]:nth-child(2)::after {
        display: none;
    }

    .guide-list.row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

        .guide-list.row > [class*="col-"]:last-child::after {
            display: none;
        }

@media (min-width: 576px) {
    .guide-list.row > [class*="col-"]::after {
        font-size: 2rem;
        top: 30px;
        right: -15px;
    }
}

@media (min-width: 768px) {
    .guide-list.row > [class*="col-"] {
        margin-bottom: 0;
    }

        .guide-list.row > [class*="col-"]:nth-child(2)::after {
            display: block;
        }
}

.guide-list .pic {
    border: 1px solid #5b463f;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

.guide-list .title {
    color: #3a3a3a;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025rem;
    margin-top: 1rem;
}

@media (min-width: 576px) {
    .guide-list .title {
        font-size: 1.0625rem;
        margin-top: 3rem;
    }
}

/* GUIDE TEXT */
.guide-text {
    font-size: 0.9375rem;
    line-height: 1.8rem;
}

    .guide-text span {
        color: #b65140;
    }

@media (min-width: 576px) {
    .guide-text {
        font-size: 1rem;
    }
}

.guide-text h3 {
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .guide-text h3 {
        font-size: 1rem;
    }
}

.guide-text p {
    font-size: 0.9375rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}

    .guide-text p:last-child {
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .guide-text p {
        font-size: 1rem;
    }
}

.guide-text ol {
    list-style-type: decimal-leading-zero;
    padding-left: 1.75rem;
}

    .guide-text ol li {
        font-size: 0.9375rem;
        line-height: 1.8rem;
        margin-bottom: 0.25rem;
    }

        .guide-text ol li::marker {
            color: #5b463f;
            font-weight: bold;
        }

@media (min-width: 576px) {
    .guide-text ol li {
        font-size: 1rem;
    }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
.cart {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
}

@media (min-width: 992px) {
    .cart {
        padding-top: 4.5rem;
    }
}

.cart .container {
    max-width: 100%;
}

@media (min-width: 1400px) {
    .cart .container {
        max-width: 1200px;
    }
}

/* CART TITLE */
.cart-title {
    margin-bottom: 2.5rem;
}

    .cart-title .title {
        color: #a97c21;
        font-size: 1.75rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.25rem;
    }

        .cart-title .title span {
            display: block;
            color: #666666;
            font-size: 0.9375rem;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 0.2rem;
            margin-top: 0.5rem;
        }

@media (min-width: 576px) {
    .cart-title .title {
        font-size: 2.25rem;
        letter-spacing: 0.5rem;
    }
}

/* CART STEP */
.cart-step {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .cart-step {
        margin-bottom: 5rem;
    }
}

.cart-step .nav {
    max-width: 720px;
    margin: 0 auto;
}

    .cart-step .nav li {
        color: #a97c21;
        font-size: 0.9375rem;
        letter-spacing: 0.05rem;
        text-align: center;
        width: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .cart-step .nav li::before {
            content: "";
            background-color: #a97c21;
            width: 15px;
            height: 1px;
            position: absolute;
            top: 20px;
            left: -11%;
        }

        .cart-step .nav li span {
            border-radius: 50%;
            background-color: #ffffff;
            color: #a97c21;
            font-size: 1rem;
            text-align: center;
            line-height: 40px;
            width: 40px;
            height: 40px;
            margin-bottom: 0.25rem;
        }

        .cart-step .nav li:first-child::before {
            display: none;
        }

        .cart-step .nav li.active {
            font-weight: bold;
        }

            .cart-step .nav li.active span {
                background-color: #a97c21;
                color: #ffffff;
            }

@media (min-width: 576px) {
    .cart-step .nav li {
        font-size: 1.0625rem;
    }

        .cart-step .nav li::before {
            width: 55px;
            top: 33px;
            left: -17%;
        }

        .cart-step .nav li span {
            font-size: 1.3125rem;
            line-height: 65px;
            width: 65px;
            height: 65px;
            margin-bottom: 0.75rem;
        }
}

/* CART MEMBER */
.cart-member {
    background-color: #ffffff;
    letter-spacing: 0.05rem;
    padding: 1rem 2rem;
    max-width: 100%;
    margin: 0 auto 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .cart-member .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-member a {
        border-radius: 50rem;
        border: 1px solid #a97c21;
        background-color: #a97c21;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0.05rem;
        white-space: nowrap;
        display: inline-block;
        padding: 0.25rem 1rem;
        margin-top: 1rem;
    }

        .cart-member a:hover,
        .cart-member a:focus {
            background-color: #ffffff;
            color: #a97c21;
        }

        .cart-member a.fb {
            border-color: #3c5996;
            background-color: #3c5996;
        }

            .cart-member a.fb:hover,
            .cart-member a.fb:focus {
                background-color: #ffffff;
                color: #3c5996;
            }

        .cart-member a.line {
            border-color: #39cd00;
            background-color: #39cd00;
        }

            .cart-member a.line:hover,
            .cart-member a.line:focus {
                background-color: #ffffff;
                color: #39cd00;
            }

@media (min-width: 576px) {
    .cart-member .btn-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cart-member a + a {
        margin-left: 1rem;
    }
}

@media (min-width: 992px) {
    .cart-member {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .cart-member a {
            margin-top: 0;
        }
}

/* CART CONTENT */
.cart-content {
    background-color: #ffffff;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .cart-content {
        padding: 3rem;
    }
}

@media (min-width: 1400px) {
    .cart-content {
        padding: 3rem 7.5rem;
    }
}

/* CART TABLE */
.cart-table .table th:first-child {
    text-align: left;
}

@media (min-width: 1200px) {
    .cart-table .table th {
        padding: 0.55rem 2.5rem;
    }
}

@media (min-width: 768px) {
    .cart-table .table td {
        width: 15%;
    }

        .cart-table .table td:first-child {
            text-align: left;
            width: 40%;
        }
}

@media (min-width: 1200px) {
    .cart-table .table td {
        padding: 1.25rem 0;
    }
}

.cart-table .table td.name a {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cart-table .table td.name a:hover {
        color: #a97c21;
    }

.cart-table .table td .pic {
    width: 120px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .cart-table .table td .pic {
        width: 90px;
        position: relative;
    }
}

.cart-table .table td .text p {
    color: #000000;
    margin-bottom: 0;
}

.cart-table .table td .text span {
    color: #c54939;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .cart-table .table td .text span b {
        border: 1px solid #c54939;
        font-size: 0.75rem;
        margin-right: 0.25rem;
        padding: 0.125rem 0.25rem;
    }

@media (min-width: 768px) {
    .cart-table .table td .text {
        margin-left: 0.5rem;
    }
}

@media (min-width: 992px) {
    .cart-table .table td .text {
        margin-left: 1.5rem;
    }

        .cart-table .table td .text span {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

.cart-table .table td .text.no-offer span {
    color: #666666;
}

    .cart-table .table td .text.no-offer span b {
        border-color: #666666;
    }

.cart-table .table td .text.give span {
    color: #000000;
}

    .cart-table .table td .text.give span b {
        border-color: #000000;
    }

.cart-table .table td.quan {
    text-align: left;
}

    .cart-table .table td.quan .form-select {
        border-radius: 0;
        border: 1px solid #c7c7c7;
        font-size: 0.9375rem;
        max-width: 100px;
        margin-right: 0;
        padding: 0.25rem 0.75rem;
    }

@media (min-width: 768px) {
    .cart-table .table td.quan {
        text-align: center;
    }

        .cart-table .table td.quan .form-select {
            margin: 0 auto;
        }
}

.cart-table .table td.add img {
    width: 25px;
}

@media (max-width: 767px) {
    .cart-table .table td {
        padding-left: 150px;
    }

        .cart-table .table td.name,
        .cart-table .table td.add {
            width: 100%;
        }

            .cart-table .table td.name::before,
            .cart-table .table td.add::before {
                display: block;
            }
}

/* CART TOTAL */
.cart-total {
    margin-top: 0.5rem;
}

    .cart-total hr {
        border-color: #000000;
        margin: 2rem 0 1rem;
    }

    .cart-total .row {
        font-size: 0.9375rem;
        max-width: 430px;
        margin: 0.25rem 0 0.25rem auto;
    }

        .cart-total .row > [class*="col-"]:last-child {
            font-size: 1rem;
            text-align: right;
        }

@media (min-width: 576px) {
    .cart-total .row {
        font-size: 1.0625rem;
    }

        .cart-total .row > [class*="col-"]:last-child {
            font-size: 1.125rem;
        }
}

.cart-total .arrived {
    margin-top: 1rem;
}

    .cart-total .arrived span {
        background-color: #e0e0e0;
        font-size: 1rem;
        letter-spacing: 0.05rem;
        padding: 0.25rem 0.5rem;
    }

/* CART DISCOUNT */
.cart-discount {
    padding-right: 12px;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .cart-discount {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cart-discount {
        padding-right: 6rem;
    }
}

.cart-discount .title {
    color: #a97c21;
    font-size: 1rem;
    margin-top: 1rem;
}

.cart-discount .text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cart-discount .note {
    font-size: 0.9375rem;
    margin-top: 0.25rem;
}

.cart-discount .coupon {
    background-image: url(images/discount-s.png);
    background-repeat: no-repeat;
    background-size: 280px;
    width: 280px;
    height: 124px;
    padding: 1rem 0.5rem;
}

    .cart-discount .coupon h4 {
        color: #c70029;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-discount .coupon h5 {
        color: #515151;
        font-size: 0.9375rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0.75rem;
    }

    .cart-discount .coupon span {
        border: 1px solid #b87700;
        border-radius: 0.25rem;
        color: #b87700;
        font-size: 0.75rem;
        letter-spacing: 0.1rem;
        padding: 0.25rem;
        margin-left: 0.5rem;
    }

    .cart-discount .coupon p {
        border-top: 1px solid #e1e1e1;
        color: #959595;
        font-size: 0.8125rem;
        letter-spacing: 0.05rem;
        padding-top: 0.25rem;
        margin-top: 0.25rem;
    }

@media (min-width: 576px) {
    .cart-discount .coupon {
        background-image: url(images/discount.png);
        background-size: 428px;
        width: 428px;
        height: 159px;
        padding: 1.25rem 2rem 1.5rem 6.25rem;
    }

        .cart-discount .coupon h4 {
            font-size: 1.875rem;
        }

        .cart-discount .coupon h5 {
            font-size: 1.0625rem;
            margin-bottom: 1.5rem;
        }

        .cart-discount .coupon span {
            padding: 0.25rem 0.75rem;
        }

        .cart-discount .coupon p {
            font-size: 0.875rem;
            padding-top: 0.5rem;
            margin-top: 0.5rem;
        }
}

.cart-discount .form-control {
    background-color: transparent;
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 100px;
}

.cart-discount .btn {
    border-radius: 0;
    border: 1px solid #a97c21;
    color: #a97c21;
    font-size: 0.875rem;
    line-height: 25px;
    width: 80px;
    height: 25px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .cart-discount .btn:hover {
        background-color: #a97c21;
        color: #ffffff;
    }

.cart-discount .modal-dialog {
    max-width: 960px;
}

.cart-discount .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    position: relative;
}

    .cart-discount .modal-header .btn-close {
        top: 0;
        right: 0;
    }

.cart-discount .modal-title {
    color: #a97c21;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .cart-discount .modal-title {
        font-size: 1.3125rem;
        margin-bottom: 2.75rem;
    }
}

.cart-discount .modal-subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cart-discount .modal-subtitle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
}

.cart-discount .modal-subtitle .title {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .cart-discount .modal-subtitle .title {
        font-size: 1.0625rem;
    }
}

.cart-discount .modal-subtitle .text {
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.cart-discount .modal-form {
    background-color: #f2efea;
    padding: 1rem;
    width: 100%;
}

    .cart-discount .modal-form > [class*="col-"]:last-child {
        position: relative;
    }

@media (min-width: 768px) {
    .cart-discount .modal-form {
        padding: 1rem 2rem;
    }
}

.cart-discount .modal-form .col-form-label {
    color: #5b463f;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .cart-discount .modal-form .col-form-label {
        font-size: 1.125rem;
    }
}

.cart-discount .modal-form .form-control {
    height: 40px;
}

.cart-discount .modal-form .btn {
    border-color: #666666;
    color: #666666;
}

    .cart-discount .modal-form .btn:hover {
        background-color: #666666;
        color: #ffffff;
    }

.cart-discount .modal-discount {
    max-width: 500px;
    margin: 0 auto;
}

    .cart-discount .modal-discount .form-check {
        position: relative;
        margin-bottom: 1.5rem;
        padding-left: 0;
    }

        .cart-discount .modal-discount .form-check:last-child {
            margin-bottom: 0;
        }

    .cart-discount .modal-discount .form-check-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
    }

/* CART WAY */
.cart-way {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 1.5rem 0;
    margin: 3rem 0;
}

    .cart-way .row > [class*="col-"] + [class*="col-"] {
        margin-top: 2rem;
    }

@media (min-width: 992px) {
    .cart-way .row {
        margin: 0 -2rem;
    }

        .cart-way .row > [class*="col-"] {
            padding: 0 2rem;
        }

            .cart-way .row > [class*="col-"] + [class*="col-"] {
                border-left: 1px solid #cecece;
                padding-left: 3rem;
                margin-top: 0;
            }
}

.cart-way .title {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cart-way .title {
        font-size: 1.3125rem;
        letter-spacing: 0.25rem;
        margin-bottom: 1.5rem;
    }
}

.cart-way .form-check {
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .cart-way .form-check {
        margin-bottom: 0.5rem;
    }
}

/* CART FORM */
.cart-form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .cart-form-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
}

.cart-form-title .title {
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .cart-form-title .title {
        font-size: 1.3125rem;
        letter-spacing: 0.25rem;
    }
}

.cart-form-title .subtitle {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .cart-form-title .subtitle {
        font-size: 1.0625rem;
    }
}

.cart-form-title .form-check {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .cart-form-title .form-check {
        font-size: 1rem;
        margin-top: 0;
        margin-left: 2rem;
    }
}

.cart-form-title .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .cart-form-title .text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1rem;
    }
}

.cart-form-title .btn {
    border-radius: 2.5rem;
    padding: 0.25rem 1rem;
    max-width: 120px;
    margin-top: 0.5rem;
}

.cart-form-title .btn-fb {
    border-color: #3c5996;
    background-color: #3c5996;
    color: #ffffff;
    max-width: 100%;
}

    .cart-form-title .btn-fb:hover,
    .cart-form-title .btn-fb:focus {
        background-color: #ffffff;
        color: #3c5996;
    }

.cart-form-title .btn-line {
    border-color: #39cd00;
    background-color: #39cd00;
    color: #ffffff;
    max-width: 100%;
}

    .cart-form-title .btn-line:hover,
    .cart-form-title .btn-line:focus {
        background-color: #ffffff;
        color: #39cd00;
    }

@media (min-width: 992px) {
    .cart-form-title .btn {
        margin-top: 0;
        margin-left: 0.5rem;
    }
}

.cart-form-title .modal-dialog {
    max-width: 1280px;
}

.cart-form-title .modal-body {
    padding: 0;
}

    .cart-form-title .modal-body .title {
        color: #000000;
        font-size: 1.125rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1rem;
    }

@media (min-width: 576px) {
    .cart-form-title .modal-body .title {
        font-size: 1.3125rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .cart-form-title .modal-body .table td {
        padding: 1.25rem 0;
    }
}

.cart-form-text {
    margin-bottom: 2rem;
}

    .cart-form-text .text {
        font-size: 0.9375rem;
    }

    .cart-form-text .form-check-group {
        margin-left: 0;
    }

    .cart-form-text .phone > div {
        width: 100%;
    }

@media (min-width: 576px) {
    .cart-form-text .form-check-group {
        margin-left: 1rem;
    }
}

.cart-form-text .form-check-inline {
    margin-top: 0.5rem;
}

@media (min-width: 576px) {
    .cart-form-text .form-check-inline {
        margin-top: 0;
    }
}

/* CART TEXT */
.cart-text {
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cart-text .form-check-label {
        letter-spacing: normal;
    }

        .cart-text .form-check-label a {
            color: #a97c21;
            text-decoration: underline;
        }

            .cart-text .form-check-label a:hover {
                color: #000000;
            }

/*  CART DESC */
.cart-desc {
    border-bottom: 1px solid #a97c21;
    margin-top: 2rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .cart-desc {
        margin-top: 3.5rem;
    }
}

.cart-desc .title {
    border-bottom: 1px solid #a97c21;
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .cart-desc .title {
        font-size: 1.3125rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
}

.cart-desc .nav li {
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .cart-desc .nav li {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 0.5rem;
    }
}

/*  CART ARRIVAL */
.cart-arrival {
    border-bottom: none;
    padding-bottom: 0;
}

    .cart-arrival .item {
        margin-bottom: 2rem;
    }

    .cart-arrival .table {
        margin-bottom: 0;
    }

        .cart-arrival .table tr {
            margin-bottom: 0;
        }

        .cart-arrival .table td {
            white-space: nowrap;
        }

            .cart-arrival .table td a {
                color: #c54939;
            }

                .cart-arrival .table td a:hover {
                    text-decoration: underline;
                }

            .cart-arrival .table td.add {
                white-space: initial;
            }

@media (min-width: 768px) {
    .cart-arrival .table td {
        border: 1px solid #e2e2e2;
    }

        .cart-arrival .table td.add {
            text-align: left;
        }
}

.cart-arrival .table.note tr {
    border-top: none;
}

.cart-arrival .table.note td {
    border-top: none;
    text-align: left;
    padding-left: 0.25rem;
}

    .cart-arrival .table.note td::before {
        display: none;
    }

@media (min-width: 768px) {
    .cart-arrival .table.note td {
        border: 1px solid #e2e2e2;
        border-top: none;
    }
}

.cart-arrival a[data-bs-toggle="collapse"] {
    border: 1px solid #e2e2e2;
    margin-top: 0.25rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}

    .cart-arrival a[data-bs-toggle="collapse"]::before {
        content: "\f63b";
        font-family: "bootstrap-icons";
    }

    .cart-arrival a[data-bs-toggle="collapse"].collapsed::before {
        content: "\f64d";
    }

.cart-arrival .card-body {
    border-radius: 0 !important;
}

/* CART LIST */
.cart-list {
    margin-top: 2rem;
}

    .cart-list .quantity {
        margin-top: 0.75rem;
    }

.cart-list-title {
    margin-bottom: 2rem;
}

    .cart-list-title .title {
        border-bottom: 1px solid #a97c21;
        font-size: 1.125rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .cart-list-title .title b {
            color: #a97c21;
        }

        .cart-list-title .title span {
            margin-bottom: 0.5rem;
        }

            .cart-list-title .title span:first-child {
                background-color: #a97c21;
                color: #ffffff;
                font-size: 1rem;
                letter-spacing: 0.1rem;
                padding: 0.25rem 0.5rem;
                margin-right: 1rem;
            }

@media (min-width: 576px) {
    .cart-list-title .title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cart-list-title .title span {
            margin-bottom: 0;
        }
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
.login {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
}

    .login .btn {
        width: 100%;
    }

/* LOGIN CONTENT */
.login-content {
    background-color: #ffffff;
    max-width: 570px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .login-content {
        padding: 3rem 5rem;
    }
}

/* LOGIN TITLE */
.login-title {
    margin-bottom: 2.5rem;
}

    .login-title .title {
        color: #a97c21;
        font-size: 1.75rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.25rem;
    }

        .login-title .title span {
            display: block;
            color: #666666;
            font-size: 0.9375rem;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 0.2rem;
            margin-top: 0.5rem;
        }

@media (min-width: 576px) {
    .login-title .title {
        font-size: 2.25rem;
        letter-spacing: 0.5rem;
    }
}

/* LOGIN STEP */
.login-step {
    margin-bottom: 4rem;
}

    .login-step .nav {
        max-width: 720px;
        margin: 0 auto;
    }

        .login-step .nav li {
            color: #a97c21;
            font-size: 0.9375rem;
            letter-spacing: 0.05rem;
            text-align: center;
            width: 33.33%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

            .login-step .nav li::before {
                content: "";
                background-color: #a97c21;
                width: 15px;
                height: 1px;
                position: absolute;
                top: 20px;
                left: -11%;
            }

            .login-step .nav li span {
                border: 1px solid #a97c21;
                border-radius: 50%;
                background-color: #ffffff;
                color: #a97c21;
                font-size: 1rem;
                text-align: center;
                line-height: 40px;
                width: 40px;
                height: 40px;
                margin-bottom: 0.25rem;
            }

            .login-step .nav li:first-child::before {
                display: none;
            }

            .login-step .nav li.active {
                font-weight: bold;
            }

                .login-step .nav li.active span {
                    background-color: #a97c21;
                    color: #ffffff;
                }

@media (min-width: 576px) {
    .login-step .nav li {
        font-size: 1.0625rem;
    }

        .login-step .nav li::before {
            width: 55px;
            top: 33px;
            left: -17%;
        }

        .login-step .nav li span {
            font-size: 1.3125rem;
            line-height: 65px;
            width: 65px;
            height: 65px;
            margin-bottom: 0.75rem;
        }
}

.login-step-secondary .nav li {
    width: 25%;
}

/* LOGIN TEXT */
.login-text {
    text-align: center;
    margin-bottom: 2rem;
}

    .login-text .title {
        color: #a97c21;
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

@media (min-width: 576px) {
    .login-text .title {
        font-size: 1.5rem;
    }
}

.login-text .text {
    font-size: 0.9375rem;
}

    .login-text .text span {
        color: #a97c21;
    }

@media (min-width: 576px) {
    .login-text .text {
        font-size: 1rem;
        line-height: 1.8;
    }
}

/* LOGIN FORM */
.login-form .link.row > [class*="col-"]:first-child {
    color: #000000;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

    .login-form .link.row > [class*="col-"]:first-child a {
        color: #a97c21;
        text-decoration: underline;
    }

        .login-form .link.row > [class*="col-"]:first-child a:hover {
            color: #000000;
        }

@media (min-width: 576px) {
    .login-form .link.row > [class*="col-"]:first-child {
        font-size: 0.9375rem;
        margin-bottom: 0;
    }
}

.login-form .link.row > [class*="col-"]:last-child {
    font-size: 0.9375rem;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .login-form .link.row > [class*="col-"]:last-child {
        text-align: right;
        font-size: 1rem;
    }
}

.login-form .btn {
    margin-bottom: 1.5rem;
    margin-left: 0;
}

.login-form .btn-fb {
    border-color: #3c5996;
    background-color: #3c5996;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 40px;
    height: 40px;
    padding: 0;
}

    .login-form .btn-fb:hover,
    .login-form .btn-fb:focus {
        border-color: #3c5996;
        background-color: #ffffff;
        color: #3c5996;
    }

.login-form .btn-line {
    border-color: #39cd00;
    background-color: #39cd00;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 40px;
    height: 40px;
    padding: 0;
}

    .login-form .btn-line:hover,
    .login-form .btn-line:focus {
        border-color: #39cd00;
        background-color: #ffffff;
        color: #39cd00;
    }

.login-form .line {
    color: #a7a7a7;
    letter-spacing: 0.1rem;
    position: relative;
}

    .login-form .line::before {
        content: "";
        background-color: #a7a7a7;
        width: auto;
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .login-form .line span {
        background-color: #ffffff;
        position: relative;
        z-index: 2;
        padding: 0.5rem;
    }

/*------------------------------------*\
    REGISTER
\*------------------------------------*/
.register .login-content {
    max-width: 1140px;
}

@media (min-width: 1200px) {
    .register .login-content {
        padding: 3rem 8rem;
    }
}

.register .login-form .title {
    color: #000000;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    position: relative;
    margin-bottom: 1rem;
}

    .register .login-form .title::before {
        content: "";
        background-color: #bfbfbf;
        width: auto;
        height: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .register .login-form .title span {
        background-color: #ffffff;
        position: relative;
        z-index: 2;
        padding-right: 1rem;
    }

@media (min-width: 576px) {
    .register .login-form .title {
        font-size: 1.3125rem;
        letter-spacing: 0.25rem;
    }
}

.register .login-form .btn {
    max-width: 380px;
}

.register .login-form .form-secondary {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .register .login-form .form-secondary {
        max-width: 380px;
    }
}

.register .login-form .form-check-label {
    letter-spacing: normal;
}

    .register .login-form .form-check-label a {
        color: #a97c21;
        text-decoration: underline;
    }

        .register .login-form .form-check-label a:hover {
            color: #000000;
        }

/*------------------------------------*\
    FINISH
\*------------------------------------*/
.finish {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
}

/* FINISH CONTENT */
.finish-content {
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .finish-content {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .finish-content {
        padding: 3.5rem 5rem;
    }
}

.finish-content .w-100 {
    max-width: 380px;
}

/* FINISH TITLE */
.finish-title {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .finish-title {
        margin-bottom: 4rem;
    }
}

.finish-title .title {
    color: #a97c21;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.25rem;
}

    .finish-title .title span {
        display: block;
        color: #666666;
        font-size: 0.9375rem;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        margin-top: 0.5rem;
    }

@media (min-width: 576px) {
    .finish-title .title {
        font-size: 2.25rem;
        letter-spacing: 0.5rem;
    }
}

/* FINISH TEXT */
.finish-text {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .finish-text {
        margin-bottom: 4rem;
    }
}

.finish-text .title {
    color: #a97c21;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .finish-text .title {
        font-size: 1.5rem;
    }
}

.finish-text .text {
    font-size: 0.9375rem;
}

    .finish-text .text span {
        color: #a97c21;
    }

@media (min-width: 576px) {
    .finish-text .text {
        font-size: 1rem;
        line-height: 1.8;
    }
}

/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/
.account {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
}

    .account .container-xxl {
        max-width: 100%;
    }

@media (min-width: 1600px) {
    .account .container-xxl {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) {
    .account .sidebar {
        width: 22%;
        padding-right: 3rem;
    }
}

@media (min-width: 1400px) {
    .account .content {
        width: 78%;
        padding: 0;
    }
}

/* ACCOUNT CONTENT */
.account-content {
    background-color: #ffffff;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .account-content {
        padding: 3rem;
    }
}

@media (min-width: 1400px) {
    .account-content {
        padding: 4.75rem 7rem;
    }
}

@media (min-width: 576px) {
    .account-content .btn {
        width: 400px;
    }
}

@media (min-width: 576px) {
    .account-content .btn-back {
        width: 220px;
    }
}

/* ACCOUNT TITLE */
.account-title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .account-title {
        margin-bottom: 2rem;
    }
}

.account-title .title {
    color: #5b463f;
    font-size: 1.125rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .account-title .title {
        font-size: 1.3125rem;
        letter-spacing: 0.1rem;
    }
}

/* ACCOUNT LIST */
.account-list .item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.account-list .title {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

    .account-list .title span {
        color: #a97c21;
        margin-left: 0.5rem;
    }

@media (min-width: 768px) {
    .account-list .title {
        padding-left: 2.5rem;
    }
}

.account-list .table td {
    border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
    .account-list .table tr {
        margin-bottom: 0;
    }

    .account-list .table td {
        border: none;
        border-bottom: 1px solid #e2e2e2;
    }
}

.account-list .link {
    border-radius: 0.25rem;
    border: 1px solid #b3b3b3;
    font-size: 0.8125rem;
    letter-spacing: 0.1rem;
    padding: 0.5rem 1.5rem;
    margin-top: 0.5rem;
}

    .account-list .link:hover,
    .account-list .link:focus {
        background-color: #b3b3b3;
        color: #ffffff;
    }

/* ACCOUNT ORDER */
.account-order {
    margin-bottom: 1rem;
}

    .account-order .nav li {
        font-size: 0.9375rem;
        letter-spacing: 0.05rem;
        margin-bottom: 0.25rem;
        width: 100%;
    }

@media (min-width: 576px) {
    .account-order .nav li {
        font-size: 1rem;
        width: 50%;
    }
}

/* ACCOUNT COUPON */
.account-coupon .row > [class*="col-"] {
    margin-bottom: 2rem;
}

.account-coupon .coupon {
    background-image: url(images/discount-s.png);
    background-repeat: no-repeat;
    background-size: 280px;
    width: 280px;
    height: 124px;
    padding: 1rem 0.5rem;
    position: relative;
}

    .account-coupon .coupon h4 {
        color: #c70029;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .account-coupon .coupon h5 {
        color: #515151;
        font-size: 0.9375rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0.75rem;
    }

    .account-coupon .coupon span {
        border: 1px solid #b87700;
        border-radius: 0.25rem;
        color: #b87700;
        font-size: 0.75rem;
        letter-spacing: 0.1rem;
        padding: 0.25rem;
        margin-left: 0.5rem;
    }

    .account-coupon .coupon p {
        border-top: 1px solid #e1e1e1;
        color: #959595;
        font-size: 0.8125rem;
        letter-spacing: 0.05rem;
        padding-top: 0.25rem;
        margin-top: 0.25rem;
    }

    .account-coupon .coupon img {
        width: 80px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 2rem;
    }

@media (min-width: 576px) {
    .account-coupon .coupon {
        background-image: url(images/discount.png);
        background-size: 428px;
        width: 428px;
        height: 159px;
        padding: 1.25rem 2rem 1.5rem 6.25rem;
    }

        .account-coupon .coupon h4 {
            font-size: 1.875rem;
        }

        .account-coupon .coupon h5 {
            font-size: 1.0625rem;
            color: #b87700;
            /*    margin-bottom: 1.5rem;*/
        }

        .account-coupon .coupon span {
            padding: 0.25rem 0.75rem;
        }

        .account-coupon .coupon p {
            font-size: 0.875rem;
            /*    padding-top: 0.5rem;
    margin-top: 0.5rem;*/
        }

        .account-coupon .coupon img {
            width: auto;
        }
}

.account-coupon .coupon.disabled {
    background-image: url(images/discount-disabled-s.png);
}

    .account-coupon .coupon.disabled h4 {
        color: #9b9b9b;
    }

    .account-coupon .coupon.disabled h5 {
        color: #9b9b9b;
    }

    .account-coupon .coupon.disabled h9 {
        color: #9b9b9b;
    }

    .account-coupon .coupon.disabled span {
        border-color: #9b9b9b;
        color: #9b9b9b;
    }

@media (min-width: 576px) {
    .account-coupon .coupon.disabled {
        background-image: url(images/discount-disabled.png);
    }
}

/* ACCOUNT POINT */
.account-point-title {
    text-align: center;
}

    .account-point-title .title {
        font-size: 0.9375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 0.1rem;
        margin-bottom: 1.5rem;
    }

        .account-point-title .title strong {
            color: #a97c21;
            font-size: 1.5rem;
            margin: 0 0.5rem;
        }

@media (min-width: 576px) {
    .account-point-title .title {
        font-size: 1.125rem;
    }

        .account-point-title .title strong {
            font-size: 1.875rem;
        }
}

.account-point-title .text {
    letter-spacing: 0.1rem;
    padding: 1.25rem;
}

    .account-point-title .text strong {
        color: #c54939;
        margin: 0 0.25rem;
    }

.account-point-content .table td .plus {
    color: #c54939;
}

.account-point-content .table td .minus {
    color: #000000;
}

@media (min-width: 768px) {
    .account-point-content .table td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* ACCOUNT INVOICE */
.account-invoice .table td:first-child a {
    color: #a97c21;
}

    .account-invoice .table td:first-child a:hover {
        color: #5b463f;
    }

@media (min-width: 768px) {
    .account-invoice .table td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.account-invoice-title {
    margin-bottom: 0.5rem;
}

    .account-invoice-title .title {
        color: #000000;
        font-size: 1.0625rem;
        font-weight: bold;
        letter-spacing: 0.025rem;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .account-invoice-title .title span {
            border-radius: 0.25rem;
            background-color: #a97c21;
            letter-spacing: 0.1rem;
            padding: 0.375rem 0.75rem;
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }

@media (min-width: 576px) {
    .account-invoice-title .title {
        font-size: 1.125rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .account-invoice-title .title span {
            margin-bottom: 0;
        }
}

.account-invoice-title .date {
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
    .account-invoice-title .date {
        font-size: 1.0625rem;
    }
}

.account-invoice-title .text {
    border-top: 1px solid #e2e2e2;
    padding-top: 1rem;
}

    .account-invoice-title .text strong {
        display: block;
        color: #a97c21;
        margin-bottom: 0.25rem;
    }

.account-invoice-content .table th {
    background-color: #5b463f;
}

.account-invoice-content .table td {
    border-style: solid;
}

@media (min-width: 768px) {
    .account-invoice-content .table td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .account-invoice-content .table tr {
        margin-bottom: 0;
    }

    .account-invoice-content .table td {
        border-top: 0;
    }

        .account-invoice-content .table td::before {
            background-color: #5b463f;
        }
}

.account-invoice-content .total {
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .account-invoice-content .total {
        font-size: 1.125rem;
    }
}

.account-invoice-content .text {
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
    margin-top: 1rem;
}

    .account-invoice-content .text > [class*="col"] {
        margin-bottom: 0.1rem;
    }

@media (min-width: 576px) {
    .account-invoice-content .text {
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }

        .account-invoice-content .text > [class*="col"] {
            margin-bottom: 0.25rem;
        }
}

/*------------------------------------*\
    SURVEY
\*------------------------------------*/
.survey-wrap {
    padding-top: 0;
}

.survey {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    position: relative;
    padding: 3rem 12px;
    padding-bottom: 450px !important;
    min-height: 2000px;
}

    .survey::before {
        content: "";
        background-image: url(images/survey-bg-01.jpg);
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 835px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .survey::after {
        content: "";
        background-image: url(images/survey-bg-02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 360px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 992px) {
    .survey {
        padding: 7rem 0;
    }
}

.survey .container {
    background-color: #ffffff;
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding: 2rem 1rem;
}

@media (min-width: 992px) {
    .survey .container {
        max-width: 900px;
        padding: 2.5rem 5rem 4rem;
    }
}

/* SURVEY TITLE */
.survey-title {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .survey-title {
        margin-bottom: 6rem;
    }
}

.survey-title .logo {
    margin-bottom: 5rem;
}

.survey-title .title {
    color: #a97c21;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .survey-title .title {
        font-size: 1.75rem;
    }
}

.survey-title .text {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
}

@media (min-width: 576px) {
    .survey-title .text {
        font-size: 1rem;
    }
}

/* SURVEY CONTENT */
.survey-content .item {
    margin-bottom: 3rem;
}

.survey-content .title {
    color: #5b463f;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

    .survey-content .title span {
        border-radius: 1rem;
        background-color: #5b463f;
        color: #ffffff;
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
        margin-top: 1rem;
    }

@media (min-width: 576px) {
    .survey-content .title {
        font-size: 1.1875rem;
    }
}

.survey-content .table {
    margin-bottom: 1rem;
}

    .survey-content .table th,
    .survey-content .table td {
        border: none;
        text-align: center;
        padding: 1rem;
    }

        .survey-content .table th:first-child,
        .survey-content .table td:first-child {
            text-align: left;
        }

    .survey-content .table th {
        background-color: #ffffff;
        color: #5b463f;
    }

        .survey-content .table th::before {
            display: none;
        }

    .survey-content .table td {
        vertical-align: middle;
    }

        .survey-content .table td:first-child {
            color: #5b463f;
            font-weight: bold;
        }

    .survey-content .table tbody tr:nth-child(odd) {
        background-color: #f8ebda;
    }

    .survey-content .table tbody tr:nth-child(even) {
        background-color: #ffffff;
    }

.survey-content .form .form-control {
    border-bottom: 1px solid #a97c21;
    padding: 0.5rem 0;
}

    .survey-content .form .form-control[name="textarea"] {
        border-radius: 0.25rem;
        border: 1px solid #f2ddc0;
        padding: 0.5rem;
    }

.survey-content .form .form-check-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.survey-content .form .form-check-label {
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #f2ddc0;
    color: #5b463f;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
}

.survey-content .form .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 0;
}

    .survey-content .form .form-check-input:checked ~ .form-check-label {
        background-color: #f8ebda;
    }

.survey-content .form .form-check {
    padding-left: 0;
    margin-bottom: 0.5rem;
    width: 100%;
    position: relative;
}

    .survey-content .form .form-check .form-check-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2rem;
        z-index: 2;
    }

@media (min-width: 576px) {
    .survey-content .form .form-check {
        width: 49%;
    }
}

.survey-content .form .form-range::-webkit-slider-thumb {
    border: 1px solid #a97c21;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.survey-content .form .form-range::-webkit-slider-runnable-track {
    background-color: #a97c21;
}

.survey-content .form .number {
    color: #5b463f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.survey-content .form output {
    color: #a97c21;
    margin-bottom: 0.5rem;
}

.survey-content .form .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .survey-content .form .btn {
        font-size: 1.125rem;
        width: 300px;
    }
}

/*------------------------------------*\
    INVOICE
\*------------------------------------*/
.invoice {
    min-height: 100%;
    padding-bottom: 6rem !important;
}

    .invoice::before {
        content: "";
        background-image: url(images/survey-bg-02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 360px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .invoice::after {
        display: none;
    }

    .invoice .form {
        max-width: 380px;
        margin: 0 auto;
    }

        .invoice .form .form-control {
            border-bottom: 1px solid #cdcdcd;
        }

        .invoice .form .form-check {
            width: auto;
        }

        .invoice .form .form-check-label {
            border: none;
        }

            .invoice .form .form-check-label a {
                color: #a97c21;
            }

/*------------------------------------*\
    COOKIE
\*------------------------------------*/
.cookie {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    background: rgb(232, 221, 199);
    color: #a97c21;
    font-size: 0.875rem;
    padding: 1rem;
    width: 70%;
    max-width: 820px;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}

    .cookie a {
        color: #a97c21;
    }

        .cookie a:hover {
            text-decoration: underline;
        }

    .cookie .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie #btnCookie {
        color: #5b463f;
        font-size: 1rem;
        font-weight: bold;
        padding: 0;
        margin-top: 1rem;
    }

@media (min-width: 992px) {
    .cookie #btnCookie {
        margin-top: 0;
    }
}

/*------------------------------------*\
    LINE CHAT
\*------------------------------------*/
.lineChat {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    background: #ffffff;
    padding: 1rem;
    max-width: 250px;
    position: fixed;
    top: 300px;
    right: 20px;
    z-index: 1000;
    display: none;
}

    .lineChat .title {
        color: #263238;
        font-size: 0.875rem;
        font-weight: bold;
    }

    .lineChat .text {
        color: #6e7a89;
        font-size: 0.875rem;
    }

    .lineChat .hide {
        text-align: center;
        display: none;
    }

        .lineChat .hide span {
            color: #ff0000;
            font-size: 0.875rem;
        }

    .lineChat #btnLine {
        border-radius: 0.25rem;
        background-color: #39cd00;
        color: #ffffff;
        font-size: 0.875rem;
        text-align: center;
        width: 100%;
        padding: 0.25rem;
        display: none;
    }

        .lineChat #btnLine i {
            margin-right: 0.25rem;
        }

@media (min-width: 992px) {
    .lineChat #btnLine {
        display: inline-block;
    }
}

.lineChat #btnClose {
    position: absolute;
    top: 10px;
    right: 15px;
}

.lineChat .link {
    border-radius: 0.25rem;
    background-color: #39cd00;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    padding: 0.25rem;
    display: inline-block;
}

@media (min-width: 992px) {
    .lineChat .link {
        display: none;
    }
}

.center-order-num-posi {
    position: absolute;
    background: red;
    color: white;
    border-radius: 50%;
    /*圆角*/
    border: 1px solid #ff0000;
    padding: 3px 3px;
    /*左右边距1653*/
    top: 0.3em !important;
    /*数字离图片右上角的高度*/
    left: 2.2em !important;
    width: 5px;
    height: 5px;
}
