@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    background-color: #ffffff;
}

body.full-height,
body.full-height .page-wrapper {
    background-color: #fafafa;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
    line-height: 1.5;
    letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #343434;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


p {
    line-height: 1.8em;
}

a {
    color: #333;
    transition: 0.3s;
}

a:hover {
    color: #e7ae2f;
    text-decoration: none;
    outline: 0;
}

a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

a.disable,
button.disable {
    cursor: default;
    pointer-events: none;
    background: #cccccc;
    opacity: .7;
}



img{
    max-width: 100%;
}

.fill img{
    max-width: none;
}

.image-fit img {
    max-width: 100%;
    height: auto;
}

.image-align-center {
    text-align: center;
}

.icon-large {
    font-size: 60px;
}

.spacing {
    letter-spacing: 30px;
    vertical-align: inherit;
}

.add-shadow {
    box-shadow: 0 3px 6px 2px rgb(0 0 0 / 15%);
}

.object-fit-contain {
    object-fit: contain;
}

.no-article-msg {
    padding: 15px 30px;
    background-color: #f3f3f3;
    margin: 30px 0;
}

.border-radius-25 {
    border-radius: 25px;
}

.text-line-through {
    text-decoration-line: line-through;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-5 {
    opacity: 0.5;
}



.w-100 {
    width: 100%;
}

.mt-n10 {
    margin-top: -10px;
}

.float-0 {
    float: none;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

@media(min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
    
    .order-lg-2 {
        order: 2 !important;
    }
}

.form-control {
    font-weight: 400;
    height: 36px;
    border: 1px solid #E5E4E4;
    color: #939191;
}

.form-control:focus {
    border-color: #ebd5a5;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(183 126 0 / 40%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(183 126 0 / 40%);
}

.twzipcode select:focus-visible, .twzipcode input:focus-visible {
    outline: none;
    border-color: #ebd5a5;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(183 126 0 / 40%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(183 126 0 / 40%);
}


/* placeholder */
.form-control::-webkit-input-placeholder {   /* Edge */
    color: #555;
    font-size: 400;
}

.form-control:-ms-input-placeholder {   /* Internet Explorer */
    color: #555;
    font-size: 400;
}

.form-control::placeholder {
    color: #555;
    font-size: 400;
}


/**
 *  Font
 */

.text-smaller {
    font-size: 0.8em;
} 



/**
 *  Color
 */

.color-primary {
    color: #C5A34E;
}

.color-secondary {
    color: #ffb300;
}

.color-danger {
    color: #ff4949;
}


/**
 *  Image box
 */

.image-box {
    position: relative;
    display: flex !important;
}

.image-box.rounded {
    border-radius: 50%;
    overflow: hidden;
}

    .image-box-outer {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .image-box-outer.vertical {
        padding-bottom: 120%;
    }

    .image-box-outer.ratio-3-2 {
        padding-bottom: 66.66%;
    }

    .image-box-outer.ratio-4-3 {
        padding-bottom: 75%;
    }

    .image-box-outer.ratio-16-9 {
        padding-bottom: 56.25%;
    }

        .image-box-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: #F9F9F9;
        }

            .image-box-inner img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }



    .image-box .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        z-index: 2;
    }
            
            

/* image card */
.image-card--h {
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.image-card--h .image-box {
    width: 100%;
    flex-shrink: 0;
}

.image-card--h .info {
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    background-color: #eee;
    width: 100%;
}

@media(min-width:576px) {
    .image-card--h {
        display: flex;
    }

    .image-card--h .image-box {
        width: 40%;
    }
}



/* image effects */
.grayscale .grayscale-img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s;
}

.grayscale:hover .grayscale-img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.image-hover--zoom img {
    transition: 0.5s;
}

.image-hover--zoom:hover img {
    transform: scale(1.01);
}



.overlay {
    position: relative;
    transition: .3s;
}

.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.overlay-2::before {
    opacity: 0.2;
}

.overlay-3::before {
    opacity: 0.3;
}

.overlay-4::before {
    opacity: 0.4;
}



/* ellipsis */
.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-1 {
    -webkit-line-clamp: 1;
}

.ellipsis-line-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-line-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-line-4 {
    -webkit-line-clamp: 4;
}

.pre {
    white-space: pre-line;
}



/**
 *  tab
 */

.tab-menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .tab-menu .tab-btn {
        display: flex;
        justify-content: space-between;
        padding: 5px 15px 5px 20px;
        border: 1px solid #7e7e7e;
        border-top-right-radius: 10px;
        background-color: #f5f5f5;
        width: 95px;
    }

    .tab-menu .tab-btn.active {
        border-bottom-color: #fff;
        background-color: #fff;
    }

    .tab-menu > li {
        position: relative;
        margin-left: -10px;
    }

    .tab-menu > li:first-child {
        margin-left: 0;
        z-index: 5;
    }

    .tab-menu > li:first-child .tab-btn {
        padding: 5px 15px;
    }

    .tab-menu > li:nth-child(2) {
        z-index: 4;
    }

    .tab-menu > li:nth-child(3) {
        z-index: 3;
    }

    .tab-menu > li:nth-child(4) {
        z-index: 2;
    }

    .tab-menu > li:nth-child(5) {
        z-index: 1;
    }


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    padding: 20px 30px;
}

.tab-content-wrapper {
    border: 1px solid #7e7e7e;
    margin-top: -1px;
}


@media(max-width: 576px) {
    .tab-menu .tab-btn {
        width: 70px;
    }
}



/**
 *  tooltip
 */


.tooltip.show {
    opacity: 0.9
}




/**
 *  Ad
 */

.ad {
    position: relative;
    height: 55vh;
    z-index: 1;
}

.ad-full {
    height: 100vh;
}

.ad::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

    .ad-card {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        width: 80%;
        font-size: 15px;
    }

    .ad-card.left {
        left: 10%;
    }

    .ad-card.right {
        right: 10%;
    }

    .ad-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }


@media(min-width: 992px) {
    .ad {
        height: 80vh;
    }

    .ad-card {
        width: 360px;
    }

    .ad-card.left {
        left: 20%;
    }

    .ad-card.right {
        right: 20%;
    }
}



.page-content {
    padding-top: 30px;
    padding-bottom: 80px;
}

.page-single {
    min-height: 80vh;
}

.page-blog {
    font-size: 16px;
}


@media(min-width: 992px) {
    .content-pull-right {
        padding-left: 80px;
    }

    .page-margin-top {
        margin-top: 140px;
    }
}

@media(max-width: 991px) {
    .page-margin-top {
        margin-top: 66px;
    }
}


/* color */
.bg-light {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #f0f0f0;
}


/*header
---------------------------------- */
header.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0,0,0,0.1);
}

.header-top {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

    .header-top a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 12px;
    }

    .header-top a svg {
        position: relative;
        top: 2px;
        height: 14px;
    }

        .header-top svg path {
            transition: 0.3s;
        }

        .header-top a:hover svg path {
            fill: #e7ae2f;
        }

        
.header-content {
    position: relative;
    z-index: 999;
}

.header-nav {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 70px;
    border-bottom: 1px solid #1A1311;
    padding-bottom: 20px;
    margin-top: -10px;
}

.header-logo a {
    display: inline-block;
}

    .header-logo > a > img {
        height: 50px;
    }

    .header-menu {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

        .header-menu li {
            list-style: none;
        }

        .header-menu a {
            position: relative;
            color: #2f2f2f;
            padding: 10px 13px;
            margin-left: 5px;
            margin-right: 5px;
        }

        .header-menu li:first-child a {
            margin-left: 0;
        }

        .header-menu li:last-child a {
            margin-right: 0;
        }

        .header-menu a.active,
        .header-menu a:hover {
            color: #e7ae2f;
        }

        .header-menu > li:last-child .nav-dropdown__menu {
            right: 0;
        }


.header .shopping-cartbox {
    position: relative;
}

.header .shopping-cartbox .num {
    color: #FF0000;
    font-size: 12px;
}

.header .shopping-cartbox .cart-alert {
    position: absolute;
    right: -7px;
    top: -3px;
    width: 6px;
    height: 6px;
    background-color: #fd5151;
    border-radius: 50%;
}


.shopping-cart_container {
    position: relative;
    z-index: 9999;
}

.shopping-cart_container:hover .shopping-cart__content {
    display: block;
    animation: slideInTop 0.5s forwards;
}

.shopping-cart__content {
    display: none;
    position: absolute;
    right: 0;
    width: 280px;
    padding-top: 10px;
}


.shopping-cart__table {
    background-color: #f7f7f7;
}

.shopping-cart__table [data-row_id].disabled {
    color: #ccc;
    text-decoration: line-through;
}

.shopping-cart__table [data-row_id].disabled .thumb-image {
    opacity: 0.5;
}

    .shopping-cart__content .cart-desc {
        padding: 10px 15px 0;
        font-size: 13px;
    }

    .shopping-cart__content .cart-content {
        max-height: 540px;
        overflow: auto;
    }

        .shopping-cart__row {
            justify-content: space-between;
            align-items: flex-start;
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            font-size: 14px;
        }

            .shopping-cart__row > .image {
                width: 48px;
            }

            .shopping-cart__info {
                flex: 1;
                padding-left: 5px;
            }

            .shopping-cart__info svg {
                position: relative;
                top: 2px;
                margin-right: 3px;
            }

            .shopping-cart__content img {
                width: 48px;
            }

            .shopping-cart__content .thumb-image img {
                object-fit: contain;
            }

            

        .shopping-cart__content .button-check-wrapper {
            padding: 10px 0;
        }

            .shopping-cart__content .button-check-wrapper a {
                display: block;
                text-align: center;
                margin: 0 15px;
                padding-top: 10px;
                padding-bottom: 10px;
                background-color: #ffb300;
                transition: 0.3s;
            }

            .shopping-cart__content .button-check-wrapper a:hover {
                background-color: #1d1d1d;
            }

            .shopping-cart__content .button-del {
                color: #151515;
                transition: 0.3s;
            }

            .shopping-cart__content .button-del:hover {
                color: #ed4545;
            }

            .no-cart-item {
                text-decoration: underline;
                border-top: 1px solid #ddd;
                margin-top: 7px;
            }
            

@keyframes slideInTop {
    0% {
        top: 0;
        opacity: 0;
    }
    100% {
        top: 22px;
        opacity: 1;
    }
}


.header-marquee {
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}




/* drop */
.nav-drop {
    position: relative;
}

.nav-drop-content {
    position: absolute;
    padding-left: 0;
    display: none;
    padding-top: 22px;
}

.nav-drop-content.wide {
    width: 670px;
}

.header-menu > .nav-drop > .nav-drop-content::before,
.header-menu > .nav-drop > .nav-drop-content::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
}

    .nav-drop-content > li > ul {
        position: relative;
        padding-left: 30px;
        padding-top: 0;
        background-color: #f1f1f1;
    }

    .nav-drop-content a {
        display: flex;
        position: relative;
        padding: 8px 24px;
        min-width: 200px;
        background-color: #f1f1f1;
        color: #525252;
        font-size: 15px;
        margin: 0;
    }
    

    .nav-drop-content li:last-child a::after {
        display: none;
    }

.nav-drop:hover > .nav-drop-content {
    display: block;
}

.nav-drop-content .submenu li {
    position: relative;
    flex: 1;
}

.nav-drop-content .submenu > li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    border: 1px solid #818181;
    border-top: none;
    border-right: none;
    z-index: 3;
}

.nav-drop-content .submenu2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 20px;
}

    .nav-drop-content .submenu2 a {
        padding: 8px 16px;
    }



/* nav-dropdown */
.header-menu .nav-dropdown {
    position: relative;
}

.header-menu .nav-dropdown__menu {
    position: absolute;
    padding-left: 0;
    padding-top: 22px;
}

.header-menu .nav-dropdown > .nav-dropdown__menu {
    display: none;
}

.header-menu .nav-dropdown__menu .nav-dropdown__menu {
    display: block;
}

.header-menu .nav-dropdown.wide > .nav-dropdown__menu {
    width: 670px;
}

.header-menu > .nav-dropdown > .nav-dropdown__menu::before,
.header-menu > .nav-dropdown > .nav-dropdown__menu::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
}

    .header-menu .nav-dropdown__menu > li > ul {
        position: relative;
        padding-left: 30px;
        padding-top: 0;
        background-color: #f1f1f1;
    }

    .header-menu .nav-dropdown__menu a {
        display: flex;
        position: relative;
        padding: 8px 24px;
        min-width: 200px;
        background-color: #f1f1f1;
        color: #525252;
        font-size: 16px;
        margin: 0;
    }

    .header-menu .nav-dropdown__menu a:hover {
        color: #e7ae2f;
    }
    

    .header-menu .nav-dropdown__menu li:last-child a::after {
        display: none;
    }

.header-menu .nav-dropdown:hover > .nav-dropdown__menu {
    display: block;
}

.header-menu .nav-dropdown__menu .submenu li {
    position: relative;
    flex: 1;
}

.header-menu .level-2 {
    position: relative;
}

.header-menu .level-2::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    border: 1px solid #818181;
    border-top: none;
    border-right: none;
    z-index: 3;
}

.header-menu .nav-dropdown.level-2 .nav-dropdown__menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 20px;
}

    .header-menu .nav-dropdown.level-2 .nav-dropdown__menu a {
        padding: 8px 16px;
    }

    .header-menu .nav-dropdown.level-2 .nav-dropdown__menu a::before {
        content: "";
        display: block;
        width: 1px;
        height: 17px;
        background-color: #666;
        position: relative;
        top: 3px;
        margin-right: 8px;
    }


@media (min-width: 1221px) {
    .header-nav .shopping-cartbox {
        display: none;
    }
}

@media (max-width: 1290px) {
    .header-menu a {
        padding: 10px 6px;
    }
}

@media (max-width: 1221px) {
    header.header {
        position: fixed;
        top: 0;
    }

    .header-content {
        box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%);
    }
    
    .header-top,
    .header-menu {
        display: none;
    }

    .header-nav {
        height: 80px;
        margin-top: 0;
        border-bottom: none;
    }

    .header-logo > a > img {
        height: 36px;
    }

    .header .shopping-cartbox {
        position: absolute;
        top: 30px;
        right: 60px;
        display: block;
    }

    .header .shopping-cartbox.active::after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #ff2f2f;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: -3px;
        right: -7px;
    }

        .header .shopping-cartbox svg {
            width: 22px;
            height: 22px;
        }

    
    .nav-dropdown__menu a {
        padding: 8px 10px;
        min-width: 200px;
    }

}


/**
 *  Mobile Nav
 */

 .mobile-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.sidebar-toggle {
    transition: 0.3s;
}

    .toggle-icon {
        position: relative;
        width: 22px;
        height: 14px;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
            
        .toggle-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background-color: #595959;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .toggle-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
            
        .toggle-icon span:nth-child(2) {
            top: 7px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
            
        .toggle-icon span:nth-child(3) {
            top: 14px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }


        .sidebar-toggle.open {
            right: 0;
        }

        .sidebar-toggle.open .toggle-icon span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -1px;
            left: 4px;
        }
            
        .sidebar-toggle.open .toggle-icon span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }
            
        .sidebar-toggle.open .toggle-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 14px;
            left: 4px;
        }
    

.slide-sidebar {
    position: fixed;
    top: calc(-100% - 80px);
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 80px;
    background-color: rgb(34 34 34 / 95%);
    transition: .5s;
    z-index: 1001;
    pointer-events: none;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

    .slide-sidebar > ul {
        padding-left: 0;
    }

        .slide-sidebar .nav-item-button > a,
        .slide-sidebar ul > li > a {
            display: flex;
            padding: 10px 60px;
            width: 100%;
            color: #fff;
            letter-spacing: 2px;
            font-size: 16px;
        }

        .slide-sidebar .nav-item-button > a:hover,
        .slide-sidebar ul > li > a:hover {
            background-color: #C4A152;
            color: #ffffff;
        }

        .slide-sidebar ul > li > a > i {
            position: relative;
            top: -2px;
        }


.slide-sidebar.active {
    top: 0;
    pointer-events: initial;
    border-bottom: 1px solid #eee;
}

.slide-sidebar .collapse__content {
    background-color: #F1BA3F;
    padding-left: 0;
}


.slide-sidebar .collapse__content .collapse__content a {
    color: #F1BA3F;
    background-color: #9F8342;
    padding: 10px 80px;
}



.mobile-menu-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
}

    .mobile-menu-btns .item {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .mobile-menu-btns .item:last-child {
        border-right: none;
    }

    .mobile-menu-btns .item .icon {
        width: 20px;
        height: 18px;
        text-align: center;
    }

    .mobile-menu-btns .item svg,
    .mobile-menu-btns .item i {
        margin-right: 3px;
    }

        .mobile-menu-btns .item svg path {
            fill: #fff;
        }


@media(max-width: 1221px) {
    .slide-sidebar {
        display: block;
    }

    .mobile-toggle {
        display: flex;
    }

}

@media(max-width: 576px) {
    .mobile-menu-btns {
        width: 72%;
    }
}

.nav-dropdown .nav-dropdown__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .nav-dropdown {
    position: relative;
}
.mobile-menu .nav-dropdown .nav-dropdown__toggle {
    position: absolute;
    top: 5px;
    right: 36px;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}

.nav-dropdown__toggle > i {
    display: none;
}

.mobile-menu .nav-dropdown__toggle > i {
    color: #fff;
    margin-top: -2px;
    display: block;
}


.mobile-nav .nav-dropdown .nav-dropdown__menu {
    display: none;
}

.mobile-nav .nav-dropdown__menu {
    background-color: #F1BA3F;
    padding-left: 0;
    list-style: none;
}




.mobile-nav ul > li > a.active {
    background-color: #C4A152;
    color: #ffffff;
}

/* .mobile-nav .level-1 .nav-dropdown__toggle::after {
    position: relative;
    top: -3px;
    content: url('../images/icons/caret-down-solid-w.svg');
} */

.mobile-nav .level-2 a {
    color: #F1BA3F;
    background-color: #9F8342;
    padding: 10px 60px 10px 80px;
}

.mobile-nav .level-3 a {
    color: #F1BA3F;
    background-color: #62563a;
    padding: 10px 60px 10px 80px;
}



/*slider
---------------------------------- */
.banner {
    position: relative;
}

    .banner-image {
        width: 100%;
    }

    .banner-title {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fff;
    }

    .banner-content {
        position: absolute;
        top: 50%;
        left: 20%;
        width: 500px;
        max-width: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }

    .hero-slider .banner-image-layer {
        position: relative;
        width: 100%;
        height: calc(100vh - 140px);
    }

    .hero-slider .banner-image-layer img {
        width: 100%;
    }

    .banner-image-layer::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(27, 27, 27, 0.2);
    }

    .banner .slick-dots {
        bottom: -35px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button:before {
        content: "";
        background-color: transparent;
        border: 1px solid #2E4857;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: .7;
    }

    .slick-dots li.slick-active button:before {
        background-color: #2E4857;
        opacity: 1;
    }

    .slide-control .arrow {
        position: absolute;
        top: 50%;
        cursor: pointer;
    }

    .slide-control .arrow-prev {
        left: 5px;
    }

    .slide-control .arrow-next {
        right: 2px;
    }

        .slide-control svg {
            width: 32px;
            stroke: #c9c9c9;
        }


    .page-banner .banner-image-layer {
        height: 580px;
    }

.site-slider {
    margin-top: 120px;
}

@media (min-width: 992px) {
    .site-slider {
        margin-top: 140px;
    }
}

@media (max-width: 1199px) {
    .banner-content {
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .site-slider .slide-control {
        display: none;
    }
}


@media (max-width: 576px) {
    .hero-slider .banner-image-layer {
        height: 400px;
    }
}




/*carousel
---------------------------------- */
.carousel-slider {
    position: relative;
}


.carousel-slider .slide-control .arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: calc(100% - 74px);
    background-color: rgb(255 255 255 / 35%);
}

.carousel-slider .slide-control > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.carousel-slider .slide-control svg {
    width: 40px;
    height: 40px;
    stroke: rgb(255 255 255 / 50%);
}


.carousel .button {
    display: block;
    text-align: center;
    padding: 10px 34px;
}

.carousel-slider .carousel-nav .slick-slide {
    padding: 2px;
}


@media(max-width:576px) {
    .carousel-slider .arrow-prev {
        left: 5px;
    }
    
    .carousel-slider .arrow-next {
        right: 5px;
    }
    
}



/*breadcrumb
---------------------------------- */
.page-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

    .page-breadcrumb .bread-item {
        font-size: 16px;
        color: #727272;
    }

    .page-breadcrumb .bread-item:first-child {
        color: #202124;
    }

    .page-breadcrumb .bread-item svg {
        margin-right: 10px;
    }

    .page-breadcrumb .bread-item:hover {
        color: #F1BA3F;
    }

    .page-breadcrumb .bread-item::after {
        position: relative;
        top: -1px;
        font-size: 12px;
        content: "/";
        margin-left: 8px;
        margin-right: 4px;
        color: #333;
    }

    .page-breadcrumb .bread-item:last-child::after {
        display: none;
    }





/*page sidebar
-------------------------------*/
.page__sidebar {
    margin-right: 0;
}

.page__sidebar ul {
    padding-top: 0;
    padding-bottom: 0;
}

.page__sidebar > ul {
    border-top: none;
}

.page__sidebar li {
    position: relative;
}

.page__sidebar a {
    display: block;
    padding: 8px 30px;
    font-size: 16px;
    color: #ffffff;
    border-bottom: none;
}

.page__sidebar a.active,
.page__sidebar a:hover,
.page__sidebar li.active a {
    background-color: #C4A152;
    color: #fff;
}

.page__sidebar-title{
    color: #ffffff;
    font-size: 24px;
    padding: 0 30px;
    margin-bottom: 15px;
}

.page__sidebar .collapse__item.open > .collapse__button {
    background-color: #C4A152;
    border-bottom: 1px solid #cfaf69;
    color: #fff;
}

.page__sidebar .collapse__item .collapse__item.open > .collapse__button {
    background-color: #9f8342;
    border-bottom: 1px solid #9f8342;
    color: #F1BA3F;
}

.page__sidebar .collapse__button {
    position: relative;
}

.page__sidebar .collapse__button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0.8);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
}

.collapse__button.active svg {
    transform: rotate(180deg);
}

.page__sidebar .collapse__content {
    padding-left: 0;
    background-color: #9F8342;
}

.page__sidebar .collapse__content a {
    display: flex;
    padding: 8px 34px;
}

.page__sidebar .collapse__content a.active {
    background-color: #9F8342;
}

.page__sidebar .collapse__content a.active,
.page__sidebar .collapse__content a.active:hover {
    background-color: #9F8342;
    color: #F1BA3F;
}

.page__sidebar .collapse__content a:hover {
    color: #F1BA3F;
    background-color: #9F8342;
}


.page__sidebar .menu > li.collapse__item > ul > li {
    border-bottom: 1px solid #8B7543;
}


.page__mobile__menu {
    background-color: transparent;
    border: 2px solid #C9BC9C;
    border-radius: 5px;
}

    .page__mobile__menu .collapse__content {
        text-align: left;
        border-bottom: none;
    }

    .page__mobile__menu .menu > .collapse__item > ul > li {
        border-bottom: 1px solid #dbdbdb;
    }

        .page__mobile__menu .collapse__button {
            color: #C9BC9C;
            display: flex;
            justify-content: space-between;
            padding-left: 20px;
            padding-right: 20px;
        }

        .page__mobile__menu .collapse__button svg {
            width: 18px;
            height: 18px;
            fill: #C9BC9C;
        }

        .page__mobile__menu .collapse__content a {
            display: flex;
            padding: 8px 20px;
            color: #707070;
            line-height: 30px;
        }

        .page__mobile__menu .collapse__content .collapse__content a {
            background-color: #eee;
            padding: 8px 20px 8px 36px;
        }

        .page__mobile__menu .collapse__content a i {
            font-size: 12px;
        }
    

@media(min-width: 991px) {  
    .page__sidebar {
        width: 210px;
        background-color: #F1BA3F;
        padding: 20px 0;
        border-top-right-radius: 50px;
        height: 100%;
        flex-shrink: 0;
    }

}

@media(max-width: 768px) {  
    .page__sidebar-title{
        color: #333;
        border: 1px solid #eee;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding-top: 5px;
        padding-bottom: 5px;
    }

}




/*page sidebar -new
-------------------------------*/
.page__sidebar .nav-dropdown .nav-dropdown__menu {
    display: none;
}
.page__sidebar .nav-dropdown.open > .nav-dropdown__toggle {
    background-color: #C4A152;
    border-bottom: 1px solid #cfaf69;
    color: #fff;
}

.page__sidebar .nav-dropdown .nav-dropdown.open > .nav-dropdown__toggle {
    background-color: #9f8342;
    border-bottom: 1px solid #9f8342;
    color: #F1BA3F;
}


.page__sidebar .nav-dropdown__toggle::after {
    position: absolute;
    top: 12px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
}

.page__sidebar .nav-dropdown__toggle.active svg {
    transform: rotate(180deg);
}

.page__sidebar .nav-dropdown .nav-dropdown__menu {
    padding-left: 0;
    background-color: #9F8342;
}

.page__sidebar .nav-dropdown__menu a {
    display: flex;
    padding: 8px 34px;
}

.page__sidebar .nav-dropdown__menu a.active {
    background-color: #9F8342;
}

.page__sidebar .nav-dropdown .nav-dropdown__menu a:hover {
    color: #F1BA3F;
    background-color: #9F8342;
}

.page__sidebar li.level-2 {
    border-bottom: 1px solid #8B7543;
}

.page__sidebar .level-3 > a::before {
    content: "-";
    display: block;
    margin-right: 5px;
}



.page__mobile-menu .nav-dropdown__menu {
    display: none;
}

.page__mobile-menu > .nav-dropdown > .nav-dropdown__toggle > i {
    display: block;
}

.page__mobile-menu {
    background-color: transparent;
    border: 2px solid #C9BC9C;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

    .page__mobile-menu .nav-dropdown__menu {
        text-align: left;
        border-bottom: none;
        background-color: #fbfbfb;
        padding-left: 0;
    }

    .page__mobile-menu .nav-dropdown__menu li {
        position: relative;
        list-style: none;
    }

    .page__mobile-menu .nav-dropdown__menu .nav-dropdown__toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

    .page__mobile-menu .menu > .nav-dropdown > ul > li {
        border-bottom: 1px solid #dbdbdb;
    }

        .page__mobile-menu .nav-dropdown__toggle {
            line-height: 42px;
            color: #C9BC9C;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 20px;
            padding-right: 20px;
        }

        .page__mobile-menu .nav-dropdown__toggle svg {
            width: 18px;
            height: 18px;
            fill: #C9BC9C;
        }

        .page__mobile-menu .nav-dropdown.level-1 .nav-dropdown__toggle::after {
            display: block;
            width: 8px;
            opacity: 0.6;
            content: url('../images/icons/caret-down-solid.svg');
        }

        .page__mobile-menu .nav-dropdown__menu a {
            display: flex;
            padding: 8px 20px;
            color: #707070;
            line-height: 30px;
        }

        .page__mobile-menu .level-2 > a {
            background-color: #eee;
            padding: 8px 20px 8px 36px;
        }

        .page__mobile-menu .level-2 {
            border-bottom: 1px solid #dbdbdb;
        }

        .page__mobile-menu .nav-dropdown__menu a i {
            font-size: 12px;
        }

        .page__mobile-menu .level-3 > a {
            padding: 8px 20px 8px 36px;
        }
        
        .page__mobile-menu .level-3 > a::before {
            content: "-";
            display: block;
            margin-right: 5px;
        }





/*main
---------------------------------- */
.main {
    min-height: 300px;
}




/* bootstrap datetimepicker widget */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border-radius: 0 !important;
}


.bootstrap-datetimepicker-widget .glyphicon-time {
    display: none;
}




/*content
---------------------------------- */
@media (min-width: 992px) {
    .container {
        width: 990px;
    }
    
}

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

.section,
section.content {
    padding-top: 60px;
    padding-bottom: 40px;
}


.content .container {
    position: relative;
}

.section-heading {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.section-heading.underline {
    position: relative;
}

.section-heading.underline::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
}

 

@media(max-width: 576px) {
    .section,
    section.content {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .section-heading {
        font-size: 28px;
        letter-spacing: 0;
    }

    .section-heading.underline::after {
        width: 96%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.p-relative {
    position: relative;
}



/*vertical tabs
-------------------------------*/
.vertical .nav-tabs > li{
    float: none;
    border: 0;
}

.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}

.vertical .nav-tabs {
    border: 0;
    min-width:220px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-title {
    padding: 10px 15px;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 10px !important;
    color: #333;
}

.vertical .tab-content {
    width: 80%;
    padding: 0 10px 0 50px;
}

.vertical .tab-content h2 {
    width: 100%;
}
    
.vertical .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color:#767676;
    font-size: 16px;
}

.vertical .nav-tabs > li > a:hover{
    border:0;
    color:#384b59;
    background-color: #eef3f6;
}

.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus{
    border: 0;
    color:#384b59;
    background-color: transparent;
}

.vertical .tab-pane {
    min-height: 400px;
}





/*news
----------------------------------*/
.news {
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 30%);
}

.news-content {
    padding: 25px 30px;
}

    .news-date {
        color: #A5A5A5;
    }

    .news-title {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 72px;
        font-size: 22px;
    }

    .news-summary {
        margin-bottom: 30px;
        height: 75px;
        line-height: 1.5;
    }





/*product
-----------------------------------*/
.product-card {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    min-height: 100%;
}

.product-card .inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
    flex: 1;
}

    .product-card .inner-content .caption {
        margin-top: 0;
    }

    .product-card .inner-content p {
        margin-bottom: 30px;
    }

    .product-card .inner-content .button {
        margin-top: auto;
    }

    .product-card .content-footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .product-card .price {
        display: flex;
        align-items: flex-end;
        font-size: 24px;
    }

    .product-card .price .original {
        font-size: 14px;
        color: #A5A5A5;
        text-decoration: line-through;
        margin-left: 15px;
        margin-bottom: 3px;
    }


.product-card--custom {
    border: none;
}

.product-card--custom .inner-content {
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 10px 0;
    height: 60px;
}

.product-card--custom .inner-content .caption {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.product-card--custom .btn {
    letter-spacing: 1px;
}


.page-product-list .ad {
    height: 50vh;
}

    .page-product-list .ad-card.left {
        left: 15%;
    }

    .page-product-list .ad .title {
        color: #fff;
    }

    .page-product-list .ad p {
        margin-top: 20px;
        margin-bottom: 30px;
    }


@media(max-width: 1199px) {
    .product-card .content-footer {
        flex-direction: column;
    }

    .product-card .price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-card .price .original {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .product-card .button-arrow {
        width: 160px;
        padding: 8px 20px;
    }
}

@media(max-width: 576px) {
    .page-product-list .ad {
        height: 450px;
        margin-left: -15px;
        margin-right: -15px;
    }
}



.p-pd-list {
    margin-top: 30px;
}

.pd-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .pd-wrapper .item {
        height: 100%;
    }

    .pd-wrapper .button {
        font-size: 14px;
    }

figure.pdlist {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    position: relative;
    height: 100%;
    transition: .3s;
}


figure.pdlist a {
    display: inline-block;
    overflow: hidden;
}

figure.pdlist a.fill{
    min-height: 267px;
}

figure.pdlist .pdname {
    margin-top: 20px;
    margin-bottom: 20px;
}

figure.pdlist .pdnum {
    font-size: 13px;
    color: #999;
}

figure.pdlist p {
    margin-bottom: 40px;
}



.pdlist button {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

figure.pdlist .price {
    margin: 0;
    color: #707070;
    font-size: 20px;
}

figure.pdlist:hover .price {
    color: #435867;
}

.sale-status {
    display: table;
    margin-right: 10px;
    padding: 3px 8px;
    background: #f1f1f1;
    border-radius: 2px;
    font-size: 14px;
}


@media(min-width: 576px) {
    figure.pdlist p {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}


@media(max-width: 576px) {
    figure.pdlist {
        padding: 10px 10px 15px 10px;
    }

        figure.pdlist .pdname {
            font-size: 18px;
        }

        figure.pdlist a {
            font-size: 14px;
        }
}


/* blog */
@media(min-width: 992px) {
    .page-blog .inner-content {
        padding-left: 10%;
        padding-right: 10%;
    }
}


/*imgzoom*/
.imgzoom a{
    position: relative;
    overflow: hidden;
    display: block;
}
.imgzoom img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.imgzoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}



/*jssocials
-----------------------------------*/
.jssocials {
    position: absolute;
    right: 0;
}



/*swal2
-----------------------------------*/
.swal2-container {
    z-index: 100060 !important;
}



/*note
-----------------------------------*/
.tabs-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tabs-wrap .nav-warp {
    background: transparent;
}

.note-tabs .vertical .nav-tabs, .note-tabs .vertical .tab-content {
    display: block;
}
/*---------------*/



/*--------pager-------*/
.mypager {
    text-align: center;
}

.pagination {
    display: table;
    margin: 50px auto 10px;
}

.pagination li:last-child a {
    margin-right: 0;
}
.pagination li a {
    cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #5E5E5E;
    border-color: #5E5E5E;
    color:#fff;
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    border-color: #999;
    margin: 0 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #2e2e2e !important;
    border-color: #2e2e2e;
    color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #5E5E5E !important;
    padding: 5px 7px;
    height: 36px;
    width: 36px;
    border-radius: 5px !important;
    margin: 0 8px;
}

.pagination > li.active a {
    background-color: #F1BA3F !important;
}

.pagination > li > a svg {
    stroke: #fff;
}


/*--------------product show-----------------*/

body.product.show .content .btn-back {
    margin-top: 50px;
}

.product-detail {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-details section.content {
    margin-top: 20px;
}

body.product.show .pd-wrapper,
.product-details .pd-wrapper {
    padding: 0 0 0 50px;
    margin-top: 0;
    width: 50%;
}

.product-case-info {
    font-size: 18px;
}

    .product-case-info .title {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .product-case-label {
        display: inline-block;
        background-color: #3c3c3c;
        padding: 5px 20px;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 20px;
    }



.btnbox {
    display: flex;
    align-items: center;
}

.buy-btnbox .button {
    margin-right: 30px;
}

.btnbox .button {
    width: 160px;
    padding: 12px 10px;
}

.btnbox svg {
    height: 16px;
    position: relative;
    top: 1px;
    transition: 0.3s;
}

.btnbox .button-outline-primary:hover,
.btnbox .button-outline-primary:focus {
    background-color: #a18f65;
    border-color: #c9bc9c;
    color: #fff;
}

.btnbox .button-outline-primary:hover svg path {
    stroke: #fff;
}


@media(max-width: 576px) {
    .btnbox {
        justify-content: space-between;
        width: 100%;
    }

    .buy-btnbox .button {
        margin-right: 0;
        width: 49%;
    }
}


.pdviewbox {
    padding: 0 0 40px 0;
    position: relative;
}

.pdviewbox .slick-prev:before,
.pdviewbox .slick-next:before{
    color:#999;
}

.pdviewbox .slider-nav {
    padding: 0;
    margin: 20px 0;
}

.pdviewbox .slick-prev {
    left: 0;
}

.pdviewbox .slick-next {
    right: 0;
}

.slick-prev, .slick-next {
    top: 50%;
}

.pdviewbox .slick-slide img {
    cursor: pointer;
}

.pdviewbox .product-slider-for {
    border: 1px solid #ddd;
}

.pdviewbox .product-slider-nav .slick-slide {
    border: 1px solid #ddd;
}

body.product.show .pd-wrapper, .product-details .pd-wrapper {
    width: auto;
}


.pdinfo {
    position: relative;
    width: 100%;
}

    .pdinfo h2 {
        padding: 0;
        font-weight: bold;
        text-align: left;
        margin-top: 0;
        margin-bottom: 26px;
        max-width: 70%;
        letter-spacing: 2px;
    }

    .pdinfo .attached {
        background-color: #f5f5f5;
        color: #3a3a3a;
        display: inline-block;
        padding: 15px 30px;
        border: 1px solid transparent;
    }

    .pdinfo .attached:hover {
        color: #917a45;
        background-color: #fff7e6;
        border: 1px solid #ede6d6;
    }


.price-box {
    display: flex;
    align-items: flex-end;
}

.price-main {
    display: flex;
    align-items: center;
    font-size: 28px;
    color:#C5A34E;
}

.price-main .price {
    color:#C5A34E;
    margin: 0;
    font-size: 28px;
}

.original-price {
    margin-bottom: 5px;
}

.spec-list {
    margin-left: 15px;
}

    .spec-list a.spec-item {
        display: inline-block;
        border: 2px solid #cacaca;
        padding: 4px 20px;
        color: #666;
        font-size: 14px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 18px;
    }

    .spec-list a.spec-item:hover,
    .spec-list a.spec-item.active {
        border-color: #e5dac0 !important;
        color: #ffffff !important;
        background-color: #c9aa60 !important;
    }

body.product.show .content .input-group-btn .btn {
    margin-top: 0;
}

.product-count .input-group-btn > .btn {
    border-radius: 0;
}

.product-count .input-group-btn > .btn:focus {
    color: #fff;
    background-color: #95896d;
}

.product-count {
    display: flex;
}

    .product-count .number {
        width: 140px;
    }


.pdinfo .input-group input {
    text-align: center;
}


body.product.show .btnbox {
    text-align: left;
    margin: 0;
}

body.product.show .btnbox.cart {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.btnbox.cart .btn-addcart{
    padding:10px 20px;
    background-color: #8D8D8D;
}

.btnbox.cart .btn{
    font-size: 18px;
}

.sharebox {
    margin-top: 20px;
}


.product-detail .titlebar {
    color: #525252;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 28px;
}

.original-price {
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 15px;
    color: #b1b1b1;
    padding: 2px 8px;
}
.stock {
    display: inline-block;
    margin: 13px 20px 0;
    font-size: 14px;
}

.btn.btn-goback {
    border-radius: 3px;
    background-color: #4DA338;
    margin-bottom: 10px;
}
    .btn.btn-goback i {
        margin: 0 1px;
    }
    


.wushin21c-desc-heading {
    border-bottom: 1px solid #f2ba3e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 36px;
}

.wushin21c-features .item {
    margin-bottom: 20px;
}

.wushin21c-features .item-body {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.wushin21c-features .item-image {
    width: 120px;
    height: 120px;
    margin-right: 50px;
    flex-shrink: 0;
}

.wushin21c-features .item-title {
    color: #ff8b54;
}

.wushin21c-features .item-footer {
    display: flex;
    align-items: center;
}

.wushin21c-features .item-footer .text {
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 26px;
    letter-spacing: 2px;
    color: #f2ba3e;
}

.wushin21c-features .item-footer .line {
    width: 100%;
    height: 1px;
    background-color: #f2ba3e;
    flex-grow: 1;
}




@media(max-width: 991px) {
    body.product.show .pd-wrapper, .product-details .pd-wrapper {
        margin-top: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    
}
@media (max-width: 576px) {
    body.product.show .pd-wrapper, .product-details .pd-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .buy-btnbox.cart .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-detail {
        border: none;
        box-shadow:none;
        padding: 0;
    }
    .stock {
        margin: 13px 20px 0 38px;
        width: auto;
    }

    .wushin21c-features .item-body {
        flex-direction: column;
    }

    .wushin21c-features .item-footer .text {
        margin-left: 0;
    }

    .wushin21c-features .item-image {
        margin-right: 0;
    }
}


/* product info */
.x3d-container {
    position: relative;
    background-color: #fbfbfb;
    z-index: 999;
}


.x3d-container .loading {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
}

    .x3d-container .loading i {
        font-size: 60px;
        margin-bottom: 20px;
        animation: spinning infinite;
        animation-duration: 2s;
        color: #296887;
    }

    .x3d-container .loading-text {
        font-size: 20px;
        margin-top: 10px;
        letter-spacing: 2px;
        color: #707070;
    }

.x3d-container.loading > .loading {
    display: flex;
}

@keyframes spinning {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}


.product-info__panel {
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 35px 20px;
    margin-right: 20px;
    font-size: 15px;
}

.product-info-content.disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99991;
}

.product-info-content .inner-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .product-info-content .inner-item__label {
        flex-shrink: 0;
        padding-right: 20px;
        min-width: 80px;
    }

    .product-info-content .inner-item__spec {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1;
        flex-wrap: wrap;
    }

        .product-info-content .form-check-group {
            display: flex;
            margin-bottom: 10px;
        }
            .product-info-content .form-check-group .radio-box {
                width: 150px;
                font-size: 14px;
            }

                .product-info-content .form-check-group .radio {
                    height: 32px;
                }

            .product-info-content .form-check-group .form-check {
                display: flex;
                align-items: center;
                flex-shrink: 0;
            }

                .product-info-content .form-check-group .form-check-input {
                    margin-top: 0;
                    width: 20px;
                    height: 20px;
                    cursor: pointer;
                }

                .product-info-content .form-check-group .form-check-label {
                    font-weight: 400;
                    margin-bottom: 0;
                    flex-shrink: 0;
                    margin-left: 10px;
                    margin-right: 10px;
                    font-size: 16px;
                    color: #327791;
                }

            .product-info-content .form-check-group input[type='checkbox']:after {
                content: "";
                background-color: #ffffff;
                border: 1px solid #ddd;
                width: 20px;
                height: 20px;
                display: block;
            }

            .product-info-content .form-check-layers.form-check-group input[type='checkbox']:checked:after {
                content: "✔";
                background-color: #327791;
                font-size: 12px;
                text-align: center;
                width: 20px;
                height: 20px;
                display: block;
                color: #fff;
            }
            

            .form-check-layers.checked,
            .form-check-layers.checked + .form-check-layers {
                pointer-events: inherit;
            }


            /* 
            .form-check-layers:not(.checked) .form-check-label {
                color: #707070;
            }

            .form-check-layers:not(.checked) .radio-check {
                background-color: #bbbbbb;
            } */


            .product-info__panel .option-label {
                display: flex;
                align-items: center;
            }

            .product-info__panel .option-wrap .image {
                flex-shrink: 0;
                margin-right: 10px;
            }

            .radio input[type="radio"]:disabled ~ .radio-check {
                background-color: #bbbbbb;
            }


    /* spec tip */
    .spec-tip {
        z-index: 9;
    }

        .spec-tip-box {
            position: absolute;
            max-width: 260px;
            top: 45px;
            left: 0;
            padding: 10px 15px;
            background-color: #fbfeff;
            border: 2px solid #dbe6eb;
            border-radius: 8px;
            display: none;
        }

        .spec-tip:hover .spec-tip-box {
            display: flex;
            box-shadow: 0 2px 10px 1px rgb(0 0 0 / 10%);
        }

        .spec-tip:hover a,
        .spec-tip a:hover {
            color: #296887;
        }
        
        .spec-tip img {
            width: 105px;
            height: 105px;
            object-fit: contain;
        }

        .spec-tip-box .item {
            margin-left: 5px;
            margin-right: 5px;
            text-align: center;
        }


    /* product info summary */
    .product-info-summary {
        text-align: right;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }

    .product-info-summary .name,
    .product-info-summary .price {
        color: #2d4d5a;
    }

    .product-info-summary .name {
        font-size: 26px;
    }

    .product-info-summary .price {
        font-size: 20px;
    }

    .product-info-summary .button-wide {
        margin-left: auto;
    }


.radio-box {
    display: flex;
    border: 1px solid #bbb;
    border-radius: 25px;
    width: 210px;
}

    .radio-box .radio {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 42px;
        margin-top: 0;
        margin-bottom: 0;
        flex: 1;
        cursor: pointer;
    }

    .radio-box .radio::after {
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        width: 1px;
        height: 80%;
        background-color: #e9e9e9;
    }

    .radio-box .radio:last-child::after {
        display: none;
    }

    .radio-box input[type="radio"] {
        position: absolute;
        left: 20px;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .radio-check {
        position: absolute;
        width: 90%;
        height: 85%;
        opacity: 0;
        background-color: #296887;
        border-radius: 25px;
        z-index: 1;
        pointer-events: none;
    }

    .radio-box input[type="radio"]:checked ~ .radio-check {
        opacity: 1;
    }

    .radio-box input[type="radio"]:checked ~ .radio-label {
        position: relative;
        z-index: 2;
        color: #fff;
    }



.range-slider__container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
    width: 100%;
}

    .range-slider__container .slider.slider-horizontal {
        width: 260px;
    }

.range-slider__count {
    margin-left: 0;
    width: 93%;
    justify-content: space-between;
}

    .range-slider__count .slider.slider-horizontal {
        flex: 1;
        margin-left: 28px;
        margin-right: 28px;
        width: auto !important;
    }

    .range-slider__count .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        padding-left: 20px;
    }
   
    .range-slider__container .count-btn {
        background-color: #f5f5f5;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #666;
        color: #666;
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    .range-slider__container .count-btn:hover {
        border: 2px solid #296887;
        color: #296887;
    }


.range-slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 3px; /* Specified height */
    background: #296887; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.range-slider:hover {
    opacity: 0.9; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: #296887; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.range-slider::-moz-range-thumb {
    width: 20px; /* Set a specific slider handle width */
    height: 20px; /* Slider handle height */
    background: #296887; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.range-slider__result {
    padding: 1px 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    width: 55px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #112f3e;
}


/* bootstrap slider */
.range-slider__container .slider .tooltip.tooltip-main.bs-tooltip-top {
    margin-top: -5px !important;
    opacity: 1;
}

.range-slider__container .slider .tooltip .tooltip-inner {
    padding: 3px;
    width: 52px;
    font-size: 14px;
    background-color: #296887;
    border: 3px solid #a3b7c1;
    border-radius: 25px;
}

.range-slider__count .tooltip-main .tooltip-inner::after {
    content: "cm";
    font-size: 12px;
}

.range-slider__container .slider-tick-label {
    font-size: 13px;
    margin-top: 8px;
}

.slider-tick.in-selection,
.slider-selection.tick-slider-selection {
    background-color: #296887 !important;
    background-image: linear-gradient(to bottom, #296887, #5e8497) !important;
}

@media(min-width:1192px) and (max-width: 1400px) {
    .product-info-content .inner-item {
        flex-direction: column;
    }

    .product-info-content .inner-item__label {
        margin-bottom: 10px;
    }

    .product-info-content .inner-item__spec {
        width: 100%;
    }
}

@media(min-width:577px) and (max-width: 1199px) {
    .range-slider__container .slider.slider-horizontal {
        width: 330px;
    }

    .range-slider__count {
        width: 360px;
    }
}

@media (max-width: 576px) {
    .product-info-content .inner-item {
        display: block;
    }

    .range-slider__container .slider.slider-horizontal {
        width: 90%;
    }

    .product-info-content .inner-item__label {
        margin-bottom: 8px;
    }
}



/* noUiSlider */
/* .noUi-target {
    box-shadow: none;
    border: none;
    background-color: #cad0d0;
}

.noUi-horizontal {
    height: 5px;
    z-index: 10;
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: -3px;
    right: -10px;
    background: #4f6f79;
    box-shadow: none;
    border: none;
}

.noUi-connects {
    cursor: pointer;
}


.noUi-base::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 5px;
    background-color: #cad0d0;
}

.noUi-base::before {
    left: -28px;
    background-color: #4f6f79;
}


.noUi-connect {
    background: #4f6f79;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-handle.noUi-active .noUi-tooltip {
    border-color: transparent;
    color: #0d2932;
    padding: 0;
}

.noUi-handle:not(.noUi-active) .noUi-tooltip {
    bottom: -13px;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    border-color: #8eb0bb;
    background-color: #296887;
    border-width: 3px;
}

.noUi-pips-horizontal {
    top: -13px;
    height: auto;
}

.noUi-value {
    display: none;
}

.noUi-marker-horizontal.noUi-marker {
    width: 10px;
    height: 10px;
    background-color: #4f6f79;
    border-radius: 50%;
    cursor: pointer;
}

.noUi-marker.active ~ .noUi-marker {
    background-color: #cad0d0;
} */

.pointer-events-none {
    pointer-events: none;
}

@media(max-width: 1180px) {
    .product-info__panel {
        margin-left: 20px;
    }
}



/* product customized result */
.product-customized-result {
    padding: 15px;
}

.product-customized-result .content-body {
    display: flex;
}


.product-customized-result .block-group {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

    .product-customized-result .block {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 30px
    }

    .product-customized-result .block.col-half {
        width: 100%;
    }

        .product-customized-result .block.col-half .block-specs {
            display: flex;
            flex-wrap: wrap;
        }

        .product-customized-result .block.col-half .block-specs .item {
            width: 50%;
            flex-shrink: 0;
        }

    .product-customized-result .block.w-100 {
        width: 100%;
        padding-right: 0;
    }

    .product-customized-result .block.w-100 .block-specs {
        display: flex;
        flex-wrap: wrap;
    }

    .product-customized-result .block.w-100 .block-specs .item {
        width: 100%;
    }

        .product-customized-result .block .item {
            margin-bottom: 10px;
        }

        .product-customized-result .block-title {
            border-bottom: 1px solid #666;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .product-customized-result .label {
            display: flex;
            color: #4f798b;
            padding: 5px 0 0;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 3px;
        }

        /* .product-customized-result .label::after {
            display: block;
            content: '';
            width: 1px;
            height: 16px;
            background-color: #666;
            margin-right: 10px;
            margin-left: 10px;
        } */

        .product-customized-result .block textarea {
            height: 100px;
            color: #333;
        }

        .product-customized-result .block textarea.form-control:focus {
            border-color: #b7deed;
            -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(45 77 90);
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(45 77 90);
        }

        .product-customized-result .block textarea.form-control::placeholder {
            color: #686868;
        }
        
        .product-customized-result .content-footer {
            display: flex;
            justify-content: flex-end;
        }

        .product-customized-result .total-price {
            text-align: right;
            margin-right: 20px;
            color: #2d4d5a;
            font-weight: 700;
        }

        .product-customized-result .content-footer .name {
            font-size: 24px;
            color: #333;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .product-customized-result .content-footer .price {
            font-size: 32px;
        }



.modal__custom-product .button {
    text-align: center;
    border-radius: 25px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px;
}

.modal__custom-product .button-primary {
    background-color: #2d4d5a;
}

.modal__custom-product .button-primary:hover {
    background-color: rgb(79, 111, 121);
}

.modal__custom-product .button.add_to_cart {
    color: #2d4d5a;
    border-color: #2d4d5a;
}

.modal__custom-product .button.add_to_cart svg path {
    stroke: #2d4d5a;
}

.modal__custom-product .button.add_to_cart:hover,
.modal__custom-product .button.add_to_cart:focus {
    color: #486a77;
    border-color: #486a77;
    background-color: #ebf4f8;
}

.modal__custom-product .button.add_to_cart:hover svg path {
    stroke: #486a77;
}

@media(max-width:576px) {
    .modal__custom-product .button {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.process-image {
    text-align: center;
}

.process-steps {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.process-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    border: 1px solid #525252;
    z-index: -1;
}

    .process-steps .step {
        width: 80px;
        line-height: 78px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #333;
        border-radius: 50%;
        border: 1px solid #525252;
        background-color: #fff;
        margin-left: 15px;
        margin-right: 15px;
    }


.product-features {
    display: flex;
    margin-bottom: 50px;
}

    .product-features .image-box {
        margin-bottom: 15px;
    }

    .product-features .item {
        flex: 1;
    }

@media(min-width: 991px) {
    .process-image img {
        width: 890px;
    }

    .product-customized-result .block.w-100 .block-specs .item {
        width: 50%;
    }
}

@media(max-width: 991px) {
    .product-features {
        flex-direction: column;
    }

    .product-features .item {
        margin-bottom: 40px;
    }

    .process-steps .step {
        font-size: 15px;
        width: 60px;
        line-height: 58px;
        margin-left: 10px;
        margin-right: 10px;
        flex-shrink: 0;
    }
}

@media(max-width: 576px) {
    .product-customized-result .content-body {
        flex-direction: column;
    }

    .product-customized-result .block-group {
        flex-direction: column;
        padding-left: 0;
    }

    .product-customized-result .block {
        width: 100%;
    }

    .product-customized-result .content-footer {
        flex-direction: column;
    }

    .product-customized-result .total-price {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .process-steps .step {
        width: 40px;
        line-height: 38px;
        margin-left: 5px;
        margin-right: 5px;
    }
}



/* photo grid */
.photos-wrap {
    display: flex;
    flex-wrap: wrap;
}
.photo-grid {
    text-align: center;
    margin: 0 0 30px;
    width: 25%;
}
.photo-grid img {
    width: 250px;
}
.photo-grid p {
    margin: 10px 15px;
}
.photo-grid .photo-box {
    display: block;
    position: relative;
    width: 250px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}
.photo-grid .photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 100%;
}
.photo-grid .photo:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/*contact
-----------------------------------*/
.contact-content {
    width: 90%;
    margin: 0 auto;
}
.contact-desc {
    margin-bottom: 20px;
}
.required-token {
    text-align: right;
    margin-right: 14px;
    font-size: 13px;
}
.contact-content h3.heading {
    color: inherit;
    margin: 0;
    font-weight: 400;
}
.content-info li p {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16px;
    width: 32px;
    text-align: center;
}

.content-info-item {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
    margin-top: -2px;
}

    .content-info svg {
        width: 18px;
        height: 18px;
        stroke: #a7bbc9;
    }

    .content-info-item a {
        word-wrap: break-word;
    }

    .content-info-label {
        display: block;
        font-size: 14px;
        font-weight: 700;
    }

    .content-info-item .text {
        display: block;
    }

    .content-info .time {
        display: inline-block;
        line-height: 30px;
    }

    .content-info li p i {
        font-size: 26px;
        margin-top: 12px;
        margin-right: 10px;
        color: #9f9d49;
    }
    .content-info li p i.fa-envelope {
        font-size: 22px;
    }


    .contact-box,.contact-box p{
        font-size: 18px;
        font-weight: normal;
    }
    
    .contact-box p{
        font-weight: bold;
    }
    
    .contact-text p {
        letter-spacing: -1px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .contact-content ul.content-info li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1px;
        padding: 15px;
        border-bottom: 1px solid #f0f5f8;
        background: #fff;
    }

/* form */
.contact-form .label {
    color: #939191;
    font-size: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
    font-weight: normal;
}

.contact-form .input,
.contact-form .textarea,
form .input,
form .textarea {
    position: relative;
    display: block;
}

.contact-form .input i,
.contact-form .textarea i {
    position: absolute;
    top: 3px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    right: 3px;
    border-left: 1px solid #ccc;
    color: #AEAEAE;
}

.contact-form .input-captcha img,
.login-form .input-captcha img,
.register-form .input-captcha img{
    position: absolute;
    top: 50%;
    right: 5px;
    border-left: 1px solid #AEAEAE;
    height: auto;
    width: 100px;
    transform: translateY(-50%);
}


.contact-form .error, 
form .invalidate .error,
.form .error{
    position: relative;
    right: 0;
    top: 5px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.login-form .input-field.has-success .error {
    display: none !important;
}

.login-form .message#Success,
.login-form .message#Error {
    display: none;
}

#pwdForm .message#Success,
#pwdForm .message#Error {
    display: none;
}

.twzipcode {
    position: relative;
}

.input-addr .error {
    top: 12px;
    right: 2px;
}
.addrbox .error {
    bottom: 1px;
    top: inherit;
}
.twzipcode .error {
    top: 0;
    bottom: inherit;
}

.password-field {
    padding-right: 40px;
}
.password-eye {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #6e7172;
}

.email-verify-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background-color: #e7e7e7;
    border-radius: 3px;
    padding: 5px;
    flex-shrink: 0;
}

.register-form.join .email-verify-prefix {
    height: 50px;
}


.email-verify-countdown {
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}

.btn-input-edit {
    font-size: 18px;
    color: #7a7a7a;
}

.contact-form .has-success .error,
form .has-success .error {
    opacity: 0;
    display: block;
    padding: 0;
}

.message {
    color: #d50931;
    padding: 5px 0;
}
.message p {
    display: inline-block;
}


.map {
    margin-top: 20px;
    margin-bottom: -54px;
    width: 100%;
    height: 300px;
}

.maplabels {
    font-size: 22px;
    color: #741321;
    font-weight: bold;
    font-family: "微軟正黑體";
}

.contact-text {
    box-shadow: 5px 0px 5px rgba(95, 95, 95, 0.2);
    margin-right: 40px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-container {
    padding: 40px 80px;
    background-color: #f5f5f5;
}

.form-container .form-control {
	background-color: #fff;
    height: 42px;
    border-radius: 3px;
}

.form-container .field-label {
	font-size: 15px;
	margin-bottom: 5px;
	color: #888;
}

.form-container .twzipcode select, 
.form-container .twzipcode input {
	width: 100%;
	background-color: #fff;
    height: 42px;
    border-radius: 3px;
}

.form-container.form-horizontal .form-group {
	margin-bottom: 25px;
}


@media(max-width: 576px) {
    .contact-form .contact-info {
        text-align: center;
        justify-content: center;
    }

    .contact-form .contact-info img {
        margin-bottom: 20px;
    }

    .contact-form .button {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .form-container {
        padding: 40px 30px;
    }

}



/*member
---------------------------------- */
.page-login {
    background-color: #F8F8F8;
}

    form.login-form {
        display: flex;
        flex-direction: column;
        max-width: 90%;
        min-height: 420px;
        padding: 40px;
        border-radius: 40px;
        margin-top: 100px;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    


.login-form .form-control {
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    font-weight: 400;
}

.login-form .form-control:focus {
    box-shadow: 0 0 4px 1px rgb(205 155 63 / 40%);
}

.login-form .input-field {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.login-form .btnbox {
    margin-top: auto;
}

    .login-form .button {
        display: block;
        width: 100%;
        border: none;
        box-shadow: 0 2px 2px 0px rgb(0 0 0 / 20%);
        padding: 10px 36px;
    }

.register-form .input-field.u_account {
    display: flex;
}

    .register-form .u_account1 {
        flex-shrink: 0;
        width: 55px;
        margin-right: 10px;
    }

    .register-form .u_account2 {
        flex: 1;
    }
    
.infor span {
    color: #a58761;
    margin-left: 5px;
}


@media(min-width: 992px) {
    .member-access-form {
        display: flex;
        margin-top: 140px;
    }

    .member-access-form > div {
        flex: 1;
    }

    form.login-form {
        width: 70%;
    }

    form.login-form-forget {
        width: 500px;
        margin-top: 200px;
    }
}


@media(max-width: 991px) {
    .member-access-form {
        margin-top: 120px;
    }

        .member-access-form .img-block {
            height: 200px;
        }

        form.login-form {
            margin-top: 0;
            margin-bottom: 0;
            padding: 60px 0 80px;
            width: 80%;
        }

        form.login-form .heading {
            text-align: center;
        }

        form.login-form-forget {
            margin-top: 100px;
        } 
}

@media(max-width: 576px) {
    form.login-form {
        width: 100%;
    }
}


/* member center */
.unit-warp {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

    .unit-warp a {
        display: inline-block;
        padding: 50px 0;
        width: 100%; 
        height: 100%; 
        color: #3D3D3D;
    }

    .unit {
        width: 18%;
        text-align: center;
        background: #f1f1f1;
        margin: 20px 1%;
    }

        .unit svg {
            transition: .3s;
            width: 36px;
            height: 36px;
        }

        .unit i {
            transition: .3s;
            color: #C5A34E;
            font-size: 48px;
        }

    .unit:hover svg,
    .unit:hover i {
        transform: scale(1.1);
    }

    .unit:hover a {
        color: #C5A34E;
    }

    .unit-icon {
        display: block;
    }

    .unit-title {
        margin-top: 20px;
        display: block;
        font-size: 16px;
    }


@media(max-width: 576px) {
    .unit-warp a {
        padding: 30px 0;
    }

    .unit-title {
        margin-top: 10px;
    }
}


.field-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .field-label {
        width: 90px;
        flex-shrink: 0;
        font-weight: 400;
        margin-bottom: 0;
    }

    .field-content {
        position: relative;
        flex: 1;
    }


.field-group .twzipcode input,
.field-group .twzipcode select {
    width: 100%;
}



/*order
-----------------------------------*/
.orderlist .rwd-table {
    text-align: center;
}

.orderlist .rwd-table tbody>tr>th {
    background-color: #EAEDF1;
    text-align: center;
}

.orderlist .table > tbody > tr > td {
    border-top: 1px solid #fbfbfb;
}

@media(max-width: 576px) {
    .orderlist .rwd-table {
        text-align: left;
    }

    .responsive td:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 35%;
        height: 100%;
        background-color: #EAEDF1;
        z-index: 1;
    }

    .orderlist.responsive td:before {
        width: 33%;
    }
}



.cartbox {
    display: none;
    width: 370px;
    position: absolute;
    top: 10px;
    right: -100px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    z-index: 999;
}

.cartbox.open {
    display: block;
}

.cartbox .img {
    width: 70px;
    height: 50px;
    float: left;
}

.cartbox thead {
    background-color: #107301;
    color: #fff;
    font-size: 14px;
}

.cartbox .name {
    vertical-align: top;
    width: 55%;
    font-size: 14px;
    text-align: left;
}

.cartbox table>tbody>tr>td,
.cartbox table>thead>tr>th{
    text-align: center;
}
body.order .cartlist .rwd-table tbody>tr>th{
    background-color: #107301;
    color: #fff;
}

.checkout-btnbox {
    position: relative;
}

.checkout-btnbox .button {
    margin-left: 15px;
    margin-right: 15px;
}

.cartlist .name {
    display: inline-block;
    vertical-align: top;
}
.cartlist thead {
    background-color: #689ae3;
    color: #fff;
    font-size: 16px;
}
.cartlist .datepicker thead
.cartlist .img {
    display: inline-block;
}
.cartlist .img.fill {
    width: 80px;
    height: 95px;
}

.cartlist input.input-xs {
    width: 60px;
    text-align: center;
}

/* .cartlist .table>tbody>tr>td {
    vertical-align: middle;
} */

.cartlist input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.cartlist .product-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/* product-row disabled */
.cartlist .product-row.disabled,
.cartlist .product-row.disabled .item-name h5 {
    color: #b9b9b9;
    text-decoration: line-through;
}

.cartlist .product-row.disabled .image {
    opacity: 0.4;
}

.cartlist .product-row.disabled svg path {
    stroke: #3a3a3a;
}

.cartlist .product-row.disabled .number-input {
    border: none;
}
/* --- */



.cartlist .product-name {
    width: 70%;
    display: inline-block;
    padding-right: 40px;
}

.cartlist .product-specs {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #888;
}

.cartlist input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.cartlist input[type=number]::-webkit-inner-spin-button,
.cartlist input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.cartlist .number-input {
    border: 0;
    display: inline-flex;
    border: 1px solid #c9bc9c;
}

.cartlist .number-input,
.cartlist .number-input * {
    box-sizing: border-box;
}

.cartlist .number-input button {
    outline:none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0;
    position: relative;
    background-color: #C9BC9C;
}

.cartlist .number-input button:before,
.cartlist .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.cartlist .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cartlist .number-input input[type=number] {
    max-width: 5rem;
    padding: .5rem;
    border: none;
    border-width: 0 2px;
    height: 32px;
    text-align: center;
}

.cartlist .number-input input[type=number]:focus-visible {
    outline: none;
}


.cartlist .deleteitems {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
}

    .cartlist .deleteitems .btn {
        background-color: #eaeaea;
        color: #333;
        padding: 8px 22px;
    }

.shop-now a {
    background-color: #9f9d49;
    color: #fff;
    transition: 0.3s;
}
.shop-now a:hover {
    background-color: #706e32;
}

.panic-buying,
.hot {
    background-color: #FF7400;
}

@media (max-width: 1024px) {
    .shop-now {
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 576px) {
    .cartlist .product-name,
    .cartlist .product-specs {
        width: 100%;
        display: block;
    }
    .cartlist .name {
        margin: 5px 0;
    }
    
}

.totalbox-line {
    padding: 10px 0;
}


.list-total {
    text-align: right;
    font-size: 18px;
    line-height: 1.5em;
}

.list-total .price:before {
    content: "NT$";
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.list-total span {
    min-width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.paytotal {
    color: #C5A34E;
    font-size: 24px;
}

.page-shopping-cart .list-total {
    color: #707070;
}

.page-shopping-cart .paytotal {
    color: #C5A34E;
}

body.cart .total {
    font-weight: bold;
    color: #000;
}
.datalist {
    vertical-align: top;
    min-height: 350px;
}
.checkout .datalist {
    min-height: unset;
    margin-bottom: 30px;
}
.datalist .table {
    border: 0;
}
.datalist .title {
    background-color: #C9BC9C;
    color: #fff;
    padding: 6px 20px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.datalist .table th {
    width: 24%;
    font-weight: 400;
}
label.form-inline input {
    display: inline-block;
}
nav.leftbox,
nav.rightbox {
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 36px;
}

nav.leftbox li {
    font-weight: bold;
}

.notebox {
    background-color: #fbf6ea;
    padding: 20px;
}
.notebox p {
    font-weight: 600;
    color: #555;
    font-size: 17px;
    margin: 0 0 5px;
}
.notebox nav.notelist {
    margin-bottom: 20px;
}
.notelist li i {
    color: #c4001c;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 8px;
    width:3%;
    float: left;
}

.notelist p.inline {
    width: 94%;
}
.cartlist .title {
    padding: 10px;
}
.cartlist .title label {
    margin-bottom: 0;
}
body.order .cartlist .title span {
    color: red;
}
body.order.p02 .cartlist .title span {
    color: #fff;
}
body.order.p04 .content .info {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

body.order.p04 .content .cartlist thead {
    background-color: #888;
}

body.order.p04 .totalbox-line {
    border-color: #ccc;
}

body.order.p04 .content .text p {
    line-height: normal;
}

body.order.p04 .cartlist {
    margin-top: 20px;
}
body.order.p04 .rwd-table tbody>tr>th{
    border-color: #ccc;
}
body.order.p04 .rwd-table tbody>tr>th,
body.order.p04 .rwd-table tbody>tr>td{
    padding:8px !important;
}
body.order.show .title {
    padding: 20px;
    font-size: 16px;
    color: #107301;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

body.order.show .title i {
    margin-right: 10px;
}

body.order.show .title span {
    float: right;
}

body.order.show .leftbox .nav > li {
    background-color: #ddd;
    padding: 0 5px;
    margin-bottom: 1px;
}

body.order.show .rightbox .nav > li {
    border-bottom: 1px solid #ccc;
}

body.order.show nav.rightbox {
    width: 84%;
}
body.order.show .rwd-table tbody>tr>th {
    border-color:#ddd;
    width: 20%;
}
body.order.show .messagebox .rwd-table tbody>tr>th:first-child {
    width: 5%;
}
body.order.show .messagebox .rwd-table tbody>tr>td:first-child {
    text-align: center;
}
.infolist {
    margin-top: 10px;
    margin-bottom: 40px;
}

td.reply,
td.message {
    width: 30%;
}


/* Order Detail */
.order-detail .orderid {
    padding: 10px;
}
.order-detail .orderid .item {
    display: inline-block;
    margin-right: 15px;
}
.order-detail .title {
    padding: 10px;
    background-color: #C9BC9C;
    color: #ffffff;
}
.order-detail .title i,
.order-detail .orderid i {
    margin-right: 5px;
}
.order-detail .rwd-table tbody>tr>th {
    border-color: #ddd !important;
}
.order-detail .subheading {
    padding: 5px 0;
}

.order-detail .product-name {
    width: 50%;
}

.order-detail .cartlist .rwd-table tr:nth-of-type(odd) {
    background: #FBFBFB;
}

.order-detail .cartlist .rwd-table tr:nth-of-type(even) {
    background: #fff;
}

.order-detail .cart-item-info {
    width: 75%;
}

.order-detail .productlist .cart-th-row {
    background-color: #FBFBFB;
    color: #3D3D3D;
}


@media(max-width: 1199px) {
    .order-detail .cart-item-amount {
        margin-left: 90px;
    }

    .order-detail .responsive td:after {
        background-color: transparent;
    }

    .order-detail .responsive .table > tbody > tr > td {
        border-top: 1px solid transparent;
    }

    .order-detail .responsive .table > tbody > tr > td:nth-child(even) {
        background-color: #F6F6F5;
    }
}


/*footer
---------------------------------- */
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 10001;
    cursor: pointer;
    display: none;
    background-color: #ffb300;
    opacity: .8;
}

    .scrollToTop i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
    }


.footer .order-now {
    position: fixed;
    right: 0;
    bottom: 200px;
    background-color: #FFB300;
    width: 95px;
    height: 104px;
    text-align: center;
    padding: 10px 0;
    display: block;
    z-index: 999;
    cursor: pointer;
}

    .footer .order-now svg {
        width: 36px;
        transition: 0.3s;
    }

    .footer .order-now .text {
        font-size: 17px;
        line-height: 1.2em;
        margin-top: 3px;
    }

.footer .order-now:hover {
    color: #fff;
    background-color: #3c3c3c;
}

.footer .order-now:hover svg {
    transform: translateY(-1.5px);
}

@media (max-width: 576px) {
    .footer .order-now {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 15px 0;
    }

    .footer .order-now svg {
        width: 20px;
        margin-right: 6px;
        margin-top: 1.5px;
    }

    .footer .order-now:hover svg {
        transform: none;
    }

    .footer .order-now .text {
        margin-top: 0;
    }
    
}




/**
 *  Footer
 */

.footer {
    color: #fff;
    background-color: #1A1311;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

    .footer-menu {
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 30px;
    }

        .footer-menu a {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 15px;
            width: 100px;
        }

        .footer a {
            color: #fff;
        }

        .footer a:hover {
            color: #e7ae2f;
        }

    .footer-contact {
        display: flex;
        justify-content: space-between;
    }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }

        .footer-contact li .icon {
            flex-shrink: 0;
        }


.footer .social-media {
    display: flex;
    margin-top: 15px;
}

    .footer .social-media a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer .social-media img {
        width: 30px;
        height: 30px;
    }

@media (max-width: 1199px) {  
    .footer-media {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {   
    .footer-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-contact li .icon {
        width: 80px;
        flex-shrink: 0;
    }

    .footer-menu a {
        width: 45%;
    }

    .footer-media {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.footer .social-media a {
    display: flex;
    align-items: center;
}

    .footer .social-media .facebook i {
        font-size: 24px;
        margin-right: 5px;
        color: #1877f2;
    }

    .footer .social-media .facebook:hover {
        color: #333;
    }

.copyright {
    padding: 8px 80px;
    color: #ffffff;
    background-color: #1a1311;
    text-align: center;
    font-size: 12px;
}

.copyright a {
    color: #fff;
}

@media (max-width: 576px) {
    .copyright {
        text-align: center;
    }
}



/*button
-------------------------------*/
.btn {
    background-color: #515151;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
    color: #ffffff;
    background-color: #ffb300;
}

.btn-back i {
    font-size: 10px;
    margin-right: 10px;
}

.btn-default {
    background: #C9BC9C;
    font-size: 14px;
    color: #fff;
}

.btn-default:hover {
    color: #fff;
    background-color: #95896d;
}


.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
}

    .btn-with-icon svg {
        width: 22px;
    }

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 18px;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #4a4a4a;
}


.btn-login {
    width: 100%;
    background-color: #767676;
    margin-top: 10px;
}


.btn-close {
    background-color: #808080;
    color: #fff;
}



.btn-del {
    color: #736e6b;
    background-color: transparent;
    border: 0;
}

.btn-del:hover {
    color: #494746;
}


button {
    border: none;
}

.button {
    display: inline-block;
    padding: 8px 20px;
    letter-spacing: 2px;
    transition: 0.3s;
    border: 1px solid transparent;
}


.button-primary {
    color: #fff;
    background-color: #F1BA3F;
    border: 1px solid transparent;
    border-radius: 25px;
}

.button-primary:hover {
    color: #fff;
    background-color: #1A1311;
}


.button-secondary {
    color: #fff;
    background-color: #C9BC9C;
    border-bottom: 2px solid #C9BC9C;
}

.button-secondary:hover {
    color: #fff;
    background-color: #95896d;
    border-color: #95896d;
}

.button-dark {
    color: #fff;
    background-color: #3D3D3D;
}

.button-dark:hover {
    color: #fff;
    background-color: #ffb300;
}


.button-defult {
    color: #95896d;
}

.button-defult:hover {
    opacity: 0.8;
}

.button-underline {
    text-decoration: underline;
}

.button-outline {
    border-color: #1A1311;
}

.button-outline:hover {
    background-color: #1A1311;
    color: #fff;
}

.button-outline:hover svg path {
    stroke: #fff;
}

.button-outline-light {
    border-color: #fff;
    color: #fff;
}

.button-outline-light:hover {
    background-color: #1A1311;
    border-color: #1A1311;
    color: #fff;
}

.button-outline-primary {
    color: #C5A34E;
    border-color: #C5A34E;
}


.button-wide {
    display: block;
    background-color: #2d4d5a;
    color: #fff;
    width: 280px;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    transition: 0.3s;
}

.button-wide:hover,
.button-wide:focus {
    color: #fff;
    background-color: rgb(79, 111, 121);
}

.button-arrow {
    display: inline-flex;
    align-items: center;
}

    .button-arrow svg {
        width: 36px;
        height: auto;
        opacity: 1;
    }

    .button-arrow-light svg path {
        stroke: #fff;
    }


.button-xl {
    width: 200px;
    line-height: 36px;
    font-size: 20px;
}

.button-rounded {
    border-radius: 25px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.button.add_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.add_to_cart:hover {
    border-color: #ebba4e;
    background-color: #fff9ec;
    color: #ebba4e;
}

.button.add_to_cart:focus {
    color: #c5a34e;
}

    .button.add_to_cart svg {
        margin-right: 5px;
    }

    .button.add_to_cart:hover svg path {
        stroke: #ebba4e;
    }

@media(max-width: 576px) {
    .button-wide {
        width: 100%;
    }
}



.container .btnbox {
    text-align: center;
    margin: 20px 0;
}

hr.line {
    border-top: 1px solid #CCCACA;
    padding: 20px 0;
}

.btnbox .btn {
    margin-left: 5px;
    margin-right: 5px;
}





/*form
--------------------------------*/
.inline {
    display: inline-block;
    width: auto;
}

input::focus-visible,
select:focus-visible {
    outline: none;
}

.twzipcode select,
.twzipcode input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
}

.twzipcode > span {
    display: inline-block;
    margin-bottom: 5px;
}

.twzipcode input {
    width: 85px;
}

.twzipcode-row {
    position: relative;
}

    .twzipcode-row .twzipcode {
        width: 100%;
    }

    .twzipcode-row .option-wrap.same-as-buyer {
        position: absolute;
        top: 2px;
        right: 5px;
    }

#register-form .form-control {
    display: inline-block;
    width: 100%;
}

.error {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: -15px;
    font-weight: 400;
    background: #db9b88;
    font-size: 13px;
}

.error::before {
    display: none;
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 8px;
    right: 100%;
    border: 6px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #db9b88;
    border-left: 0 solid;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    text-overflow: clip;
    text-shadow: none;
}

.has-success .form-control {
    border-color: #e5e5e5;
}


.has-success .form-control:focus {
    border-color: #a7bbc9;
}


.has-error .form-control {
    border-color: #ff7c79;
}

.has-error .form-control:focus {
    border-color: #ff9998;
}


.codebox,
.codepic {
    display: inline-block;
}

label span {
    vertical-align: middle;
}

.red {
    color: #f00;
}

.btnbox.t-line {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
}

@media(max-width: 576px) {
    .twzipcode select, .twzipcode input {
        display: block;
        width: 100%;
    }

    .twzipcode > span {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .twzipcode-row .option-wrap.same-as-buyer {
        top: -35px;
    }
    
}


/*Modal
-------------------------------*/

.modal {
    z-index: 100001;
}

.modal .titlebox {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal .titlebox a {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #b5b5b5;
    padding: 5px;
    margin-right: -3px;
    color: #000;
}

.modal .titlebox a.active,
.modal .titlebox a:hover {
    background-color: #dbcde0;
}

.modal-dialog {
    width: 400px;
    max-width: 95%;
    margin: 30px auto;
}

.modal-body .input-group {
    margin-bottom: 10px;
}

.modal .input-group .form-control {
    height: 36px;
    font-size: 15px;
}

.modal .input-group .form-control.input-sm {
    width: 50%;
    border-radius: 0px 5px 5px 0;
}

a.code {
    font-size: 18px;
    color: #666;
}

.modal .login-btnbox .btn {
    padding: 6px 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.modal-footer {
    text-align: center;
    padding: 30px 15px;
}

.modal-member-vertify {
    top: 15%;
}


.modal-notice .modal-dialog {
    width: 86%;
    padding: 20px;
    background-color: rgb(241 241 241 / 95%);
    border-radius: 10px;
}

.modal-notice .modal-content {
    overflow: auto;
    height: 85vh;
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 20px 0;
}

.modal-notice .close {
    position: absolute;
    right: -28px;
    top: -18px;
    font-size: 29px;
    color: #fff;
    opacity: 1;
}


/* width */
.modal-notice ::-webkit-scrollbar {
    width: 8px;
}
  
/* Track */
.modal-notice ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(182, 182, 182); 
    border-radius: 10px;
}
   
/* Handle */
.modal-notice ::-webkit-scrollbar-thumb {
    background: #8a8a8a; 
    border-radius: 10px;
}

@media(min-width: 576px) {
    .modal-notice .modal-dialog {
        width: 50%;
    }

    .modal-notice .modal-content {
        padding: 20px 30px;
    }

    .modal-notice .close {
        right: -36px;
        top: -20px;
    }
}


.modal-wide {
    width: 960px;
    max-width: 95%;
}

.modal-content {
    background-color: #fdfdfd;
}

.modal-header {
    display: flex;
    justify-content: center;
}

    .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .modal-title {
        letter-spacing: 3px;
    }

.modal-footer .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer .buttons .button {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 25px !important;
}



/*table
-------------------------------*/
table.table {
    border-bottom: 1px solid #ddd;
}
table.table.noline th,
table.table.noline td {
    border-top: 0;
}

table.table.table-gray th,
table.table.table-gray thead {
    color: #000;
}

th.pdimg {
    width: 10%;
    text-align: center;
}

th.w-80 {
    width: 80px;
}

th.pdname,
td.pdname {
    text-align: left;
}
/*
.rwd-table td:before {
    display: none;
}
*/
.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.rwd-table tbody>tr>th {
    color: #5a5d5a;
    font-weight: 400;
}

.rwd-table tr:nth-of-type(2n) {
    background: #FBFBFB;
}

td p {
    margin: 0;
    line-height: normal;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px;
}




@media 
only screen and (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px)  {

    .responsive table, .responsive thead, .responsive tbody, .responsive th, .responsive td, .responsive tr { 
        display: block; 
    }
    
    .responsive thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .responsive tr { border: 1px solid #ccc; }
    
    .responsive td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 40% !important; 
        padding-top: 6px;
        padding-bottom: 0;
        min-height: 36px;
    }
    
    .responsive td:before { 
        content: attr(data-th);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        z-index: 2;
    }

    .responsive tr:first-child {
        display: none;
    }
    
}




/*layout
-------------------------------*/

.clearfix {
    clear: both;
}

.list-style-none {
    list-style: none;
}



/*editor
-------------------------------*/
.editor,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
    color: #212121;
}

.editor img {
    max-width: 100%;
    height: auto !important;
}

.note-tabs .editor li {
    line-height: 30px;
    font-size: 16px;
    color:#252525;
}

.empty {
    text-align: center;
}


/* video */
.video__container {
    width: 100%;
    margin: 40px auto;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*print
-------------------------------*/
@media print{
    body,.container{
        margin:0;
        padding:0;
        overflow: hidden;
    }
    header,footer,
    .page-class,
    .content .container h2,
    .alltitle,
    body.order.p04 .content .info,
    .container .btnbox,
    .banner,
    .breadcramb{
        display: none;
    }
    .notebox{
        padding:0;
        background:none;
    }
    .notelist p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        border-bottom: 1px solid #ccc;
    }
}



/* home */
.h__service {
    background: #efefe3;
    padding-top: 80px;
    padding-bottom: 120px;
}

.h__service .service-item {
    transition: 0.3s;
}


.h__service .service-item .image-box {
    position: relative;
}

.h__service .service-item .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.h__service .service-item:hover .hover-overlay {
    opacity: 1;
}

    .h__service .service-item .caption {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 3px;
        background: #78c1c6;
        height: 70px;
        padding-bottom: 3px;
        transition: 0.3s;
    }

    .h__service .service-item:hover .caption {
        background: #333;
    }

    @media(min-width: 769px) and (max-width: 991px) {
        .h__service .service-item .caption {
            font-size: 20px;
            height: 61px;
        }
    }

    @media(max-width: 768px) {
        .h__service .service-item {
            display: block;
            margin-bottom: 40px;
        }
    }

    @media(max-width: 576px) {
        .h__service {
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }


.h__process-steps {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.h__process-steps .step {
    position: relative;
    width: 17%;
    margin-left: 10px;
    margin-right: 10px;
}

.h__process-steps .label {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    background: #78c1c6;
    margin-bottom: 25px;
}

.h__process-steps .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #231815;
    margin-bottom: 20px;
}  

.h__process-steps .icon {
    text-align: center;
    margin-bottom: 15px;
}

    .h__process-steps ul {
        padding-left: 20px;
    }

    .h__process-steps .icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.h__process-steps li::marker {
    color: #78c1c6;
}

.h__process-steps .info {
    background: #efefef;
    padding: 20px 15px 20px 10px;
    font-size: 18px;
    color: #231815;
    min-height: 188px;
}

@media(min-width: 768px) {
    .h__process-steps .step:not(:last-child):after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        position: absolute;
        right: -10px;
        top: 31%;
        font-size: 22px;
        color: #78c1c6;
    }
}

@media(max-width: 1365px) {
    .h__process-steps .label {
        font-size: 24px;
    }
    .h__process-steps .info {
        font-size: 16px;
        min-height: 220px;
    }
}

@media(max-width: 991px) {
    .h__process-steps {
        flex-wrap: wrap;
    }

        .h__process-steps .step {
            width: 30%;
            margin-bottom: 30px;
        }

        .h__process-steps .info {
            min-height: 160px;
        }
}

@media(max-width: 767px) {
    .h__process-steps .step {
        width: 100%;
    }

    .h__process-steps .info {
        min-height: unset;
    }
}


.h__guarantee {
    background: #efefe3;
    padding-top: 80px;
    padding-bottom: 120px;
}

    .h__guarantee .text-box {
        max-width: 600px;
        margin-right: auto;
        color: #231815;
    }

    .h__guarantee .button-wrapper {
        text-align: right;
    }

@media(max-width: 991px) {
    .h__guarantee .text-box {
        margin-right: unset;
    }

    .h__guarantee .button-wrapper {
        text-align: left;
    }
}
    


.h__about .text-box {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.h__about .button {
    margin-right: auto;
}


.h__products.carousel-slider .item {
    padding: 0 5px;
}

.h__products.carousel-slider .item-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0 15px;
}

.h__products.carousel-slider .item-info img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 10px;
}


.h__articles .text-box {
    display: flex;
    flex-direction: column;
}


.h__feedback .container {
    position: relative;
}

.h__feedback .slide-control .arrow {
    height: 40px;
    top: 55%;
    background-color: transparent;
}

.h__feedback .slide-control .arrow-prev {
    left: -25px;
}

.h__feedback .slide-control .arrow-next {
    right: -25px;
}

.h__feedback .slide-control svg {
    stroke: #c9c9c9;
}

.feedback .slick-slide {
    padding: 10px;
    height: unset;
    min-height: 100%;
}

    .feedback .item {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        height: 100%;
    }

        .feedback .item-info {
            display: flex;
            flex-direction: column;
            padding: 10px 20px;
            height: 100%;
        }

        .feedback .stars {
            text-align: center;
            margin-bottom: 8px;
        }

        .feedback .stars > i {
            color: #FFB300;
        }

        .feedback p {
            margin-bottom: 30px;
        }

        .feedback .name {
            text-align: center;
            margin-top: auto;
        }

@media(max-width: 576px) {
    .h__feedback {
        overflow: hidden;
    }

    .h__feedback .slide-control .arrow-prev {
        left: -5px;
    }
    
    .h__feedback .slide-control .arrow-next {
        right: -5px;
    }
}

.h__collaboration {
    padding-bottom: 120px;
}

    .h__collaboration .text-box {
        display: flex;
        flex-direction: column;
    }


@media(max-width: 1199px) {
    .h__about .img-box,
    .h__collaboration .img-box {
        min-width: 100%;
    }

    .h__articles .img-box {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .h__collaboration {
        overflow: hidden;
        padding-bottom: 0;
    }

        .h__collaboration .img-box {
            margin-left: -30px;
            margin-right: -30px;
        }

}

@media(min-width: 576px) {
    .feedback .slick-track {
        display: flex;
    }
}


/* about */
.about__our-service {
    background-color: #FAF9F9;
    padding: 50px 30px;
}

    .page-about .inner-header {
        border-bottom: 1px solid #C9BC9C;
        padding: 10px;
    }

    .page-about .inner-header .title {
        flex-shrink: 0;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        color: #C9BC9C;
    }

    .about__our-service .inner-header p {
        font-size: 15px;
    }

    .about__our-service .inner-content .item-name {
        color: #C9BC9C;
        font-weight: 400;
    }

    .about__our-service .inner-content .item-image {
        width: 264px;
        height: 230px;
        object-fit: contain;
    }


.about__contact {
    padding: 100px 160px;
}

    .about__contact .inner-card {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 60px 80px;
        border-radius: 25px;
        text-align: center;
        font-size: 16px;
    }

    .about__contact .inner-card p {
        margin-top: 20px;
    }

        .about__contact .button {
            width: 220px;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 20px;
            margin-top: 30px;
        }


@media(min-width: 992px) {
    .about__our-service .inner-header {
        display: flex;
        justify-content: space-between;
    }

    .about__our-service .inner-header p {
        width: 64%;
    }
}

@media(max-width: 1201px) {
    .page-about .inner-header .title {
        margin-bottom: 15px;
        text-align: center;
    }

    .about__contact {
        padding: 40px 60px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .about__contact .inner-card {
            padding: 20px 20px 30px;
        }

        .about__contact .inner-card .title {
            font-size: 22px;
        }
}

@media(max-width: 576px) {
    .about__contact {
        padding: 20px 35px;
    }
    
    .about__contact .inner-card {
        padding: 6px 20px 30px;
    }

    .about__contact .inner-card .title {
        font-size: 20px;
    }
}

       
/* digital manufacturing */
.digital-image-1 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.digital-image-2 {
    width: 100%;
}

.digital-image-3 {
    width: 100%;
}


.digital-features li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.digital-features li > img {
    margin-right: 5px;
}

.digital-interface {
    margin-left: -5px;
    margin-right: -5px;
}

    .digital-interface img {
        height: 180px;
        padding: 5px;
    }

@media(max-width: 1410px) {
    .digital-interface img {
        height: 160px;
    }
}

@media(max-width: 1290px) {
    .digital-interface img {
        height: 140px;
    }
}

@media(max-width: 1199px) {
    .digital-interface img {
        width: 100%;
        height: auto;
    }
}


/* page partners */
.page-partners .image-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.page-partners .image-card-list .image-card {
    width: 50%;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

    .page-partners .image-card-list .image-box {
        border: 1px solid #cccccc;
    }

    .page-partners .image-card__caption {
        margin-top: 15px;
    }


@media(min-width: 576px) {
    .page-partners .image-card-list .image-card {
        width: 33.333333333%;
    }
}

@media(min-width: 992px) {
    .page-partners .image-card-list .image-card {
        width: 20%;
    }
}


/**/
body > div.sweet-alert.showSweetAlert.visible > div.sa-button-container > div > button {
    background: #a7bbc9 !important;
}

/* Cart */
.cart-item-wrap {
    border-bottom: 1px solid #707070;
}

.cart-item-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 15px;
    border-top: 1px solid #ddd;
}
    .cart-th-row {
        padding: 2px 0 0;
        border-top: 1px solid #707070;
        color: #ffffff;
        background-color: #C9BC9C;
    }

/* .cart-item-row:nth-of-type(2n) {
    background: #FBFBFB;
} */

    .cart-item-row .inner-item {
        padding: 5px;
        min-width: 5%;
    }

    .cart-item-row .cart-item-select {
        width: 7%;
        padding-left: 20px;
        margin-right: 5px;
    }

        .cart-item-row .cart-item-select .option-wrap {
            min-width: 20px;
            min-height: 20px;
            font-weight: 400;
        }

   
    .cart-item-info {
        display: flex;
        flex: 1;
    }

        .cart-item-content {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .cart-item-image {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 30px;
            width: 90px;
        }
    
            .cart-item-image img {
                width: 90px;
                height: 90px;
                object-fit: cover;
            }

            .cart-item-content .item-name {
                width: 26%;
            }

            .cart-item-content .item-name h5 {
                font-size: 18px;
                margin-top: 0;
                margin-bottom: 5px;
            }

            .cart-item-content .item-specs {
                width: 24%;
            }

            .cart-item-content .item-price {
                width: 15%;
                text-align: center;
            }

            .cart-item-content .item-quantity {
                width: 20%;
                text-align: center;
            }

            .cart-item-content .item-subtotal {
                width: 15%;
                text-align: center;
            }


            .cart-item-qty .error {
                margin-top: 5px;
                margin-left: 0;
            }

            .cart-item-qty .error::before {
                border: none;
            }

   
    .cart-item-option button {
        outline: none;
        border: none;
        background: transparent;
        height: 22px;
    }

    .cart-item-option button svg {
        width: 16px;
    }

    .item-label {
        display: none;
    }


@media(max-width: 991px) {
    .cart-item-row {
        padding: 15px 0;
    }

    .cart-item-row .cart-item-select {
        padding-left: 10px;
    }

    .cart-item-image {
        margin-right: 8px;
        margin-left: 5px;
    }

    .cart-item-content {
        flex-direction: column;
    }

    .cart-item-content .item {
        text-align: left;
    }
    
        .cart-item-content .item-name {
            margin-bottom: 5px;
            font-size: 16px;
            color: #333;
        }

        .cart-item-content .item-price {
            margin-top: 35px;
        }

        .cart-item-content .item-quantity {
            position: absolute;
            right: 15px;
            bottom: 20px;
            display: flex;
            justify-content: flex-end;
        }

        form.checkout .cart-item-content .item-quantity {
            position: relative;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: flex-start;
        }

        form.checkout .cart-item-content .item-subtotal {
            position: absolute;
            right: 13px;
            bottom: 13px;
            text-align: right;
        }
}


@media(max-width: 576px) {
    .cart-item-image {
        min-width: 90px;
        flex-shrink: 0;
    }

    .cartlist .number-input button {
        width: 22px;
        height: 26px;
    }

    .cartlist .number-input input[type=number] {
        max-width: 35px;
        height: 26px;
    }

    .cart-item-option {
        right: 0;
    }

    .cart-item-content .item-quantity {
        right: 0;
    }
}



/* checkbox / radio */
.option-wrap.same-as-buyer {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 10px;
}


.option-label {
    letter-spacing: 0;
}

.option-wrap {
    position: relative;
}

.option-wrap .image {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #e5e5e5;
    margin-left: auto;
    margin-right: auto;
}

.option-wrap .image > img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.option-wrap input:checked ~ .option-label {
    color: #296887;
}

.option-wrap input:checked ~ .option-label > .image {
    border-color: #296887;
}

.option-wrap.hide-input {
    padding-left: 0;
}

.option-wrap.hide-input .checkmark {
    position: absolute;
    left: 0;
    opacity: 0;
}

.option-wrap input[type="radio"], .option-wrap input[type="checkbox"] {
    height: 100%;
}

.option-wrap input ~ .checkmark {
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

.option-wrap input ~ .checkmark:after {
    left: 7px;
    top: 3px;
    border-width: 0 2px 2px 0;
}

.option-wrap:hover > input[type="radio"] ~ .checkmark, .option-wrap:hover > input[type="checkbox"] ~ .checkmark {
    background-color: #fff;
}

.option-wrap input[type="radio"]:checked ~ .checkmark, .option-wrap input[type="checkbox"]:checked ~ .checkmark {
    border-color: #ffb300;
    background-color: #ffb300;
}

.option-wrap input[type="radio"]:checked ~ .checkmark:after, .option-wrap input[type="checkbox"]:checked ~ .checkmark:after {
    background-color: #ffb300;
}


.option-wrap.option-rounded .option-label {
    padding: 5px 10px;
    border: 3px solid #eee;
    border-radius: 25px;
}

.option-wrap.option-rounded input:checked ~ .option-label {
    border-color: #92b3c3;
    background-color: #296887;
    color: #fff;
}



/* Chcekout */
.products-total-price {
    font-size: 16px;
}

.checkout .cart-th-row {
    padding: 2px 40px 0;
}

.checkout .check-container {
    display: inline-block;
    margin-right: 10px;
}

@media(max-width: 991px) {
    .checkout .cart-item-content .item-price {
        margin-top: 15px;
    }
    
    .checkout .cart-item-content .item-quantity {
        right: 5px;
        bottom: 15px;
    }
}


.label-en {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.invoice-field {
    display: none;
}

.receipt-field {
    margin-bottom: 0;
}

.order-confirmation {
    border-top: 1px solid #ddd;
    padding: 40px 20px 20px;
}

.order-confirmation h3 {
    margin: 8px 0 0;
    color: #333;
}

.order-confirmation .list-total {
    margin: 8px 0;
    color: #707070;
}

.order-confirmation .paytotal {
    color: #C5A34E;
}

.order-confirmation .list-total span {
    min-width: 200px;
}

.order-confirmation .totalbox-line {
    border-top: none;
    padding: 0;
}

.checkout-reminder {
    border: 3px solid #e1e1e1;
    background-color: #f5f5f5;
    font-size: 15px;
    border-radius: 3px;
}


.freight-desc {
    background-color: #f5f5f5;
    border-radius: 3px;
}

@media(min-width: 992px) {
    .checkout .cart-item-row {
        padding: 2px 40px;
    }
}

@media (max-width: 1200px) {
    .cart-th-row {
        padding: 0 !important;
    }

    .check-container {
        margin-bottom: 0;
    }
    
    .cart-th-row .cart-item-select {
        width: 80%;
    }

    .cart-item-info {
        width: 85%;
        justify-content: initial;
    }

    .checkout .cart-item-info {
        width: 100%;
    }

    .cart-item-content {
        width: 70%;
        padding-left: 10px;
    }

        .cart-item-content .item {
            width: 100%;
            padding: 0;
        }

        .cart-item-amount {
            display: block;
            width: 100%;
            margin-left: 145px;
        }

        .cart-item-amount.m-layout {
            margin-left: 90px;
        }

        .buycount-wrap, .cart-item-qty, .cart-item-subtotal {
            text-align: left;
        }

        
    .cart-item-content .name {
        margin: 0 0 8px;
    }

    .item-label {
        display: inline-block;
    }

    .m-d-none {
        display: none;
    }

    .cart-item-option {
        position: absolute;
        top: 2px;
        right: 8px;
        margin: 6px 0;
        text-align: right;
    }


    .checkout-btnbox.btnbox .button {
        margin-left: 5px;
        margin-right: 5px;
        flex: 1;
    }

    .cartlist .deleteitems {
        position: relative;
        float: none !important;
        margin: 30px 0 0;
        opacity: .7;
        text-align: center;
    }

    .cartlist .deleteitems .btn {
        background-color: transparent;
    }

    .checkout .cart-item-image {
        margin-right: 5px;
    }

    .checkout .cart-item-row .inner-item {
        padding: 0 5px;
    }
    
    .checkout .cart-item-amount {
        margin-left: 105px;
    }
}

@media (max-width: 576px) {
    .cart-item-amount {
        margin-left: 120px;
    }

    .datalist .table th {
        width: 22%;
        font-size: 13px;
        padding: 15px 0;
    }

    .receipt-field {
        padding: 10px 5px 10px 20px;
    }

    .order-confirmation .list-total span {
        min-width: unset;
    }

    .order-confirmation-block h2 {
        font-size: 36px;
        text-align: center;
        margin-top: 0;
    }

    .order-confirmation .total_html {
        margin-top: 20px;
        background: #FCFCFC;
        padding: 15px 20px;
    }
    
}


/* Shopping Results */
.order-results .rwd-table tbody>tr>th {
    border-color: #ddd;
}

.order-results-details {
    margin: 20px 0;
}

.order-results .orderid > .item {
    margin: 0 15px;
}

.order-results .orderid .icon {
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* order result */
.message__content {
    font-size: 20px;
}

.message__content i {
    font-size: 48px;
}

.page-single .message__container {
    min-height: 80vh;
}

@media (max-width: 1200px) {
    .page-invoice .cart-item-amount {
        margin-left: 90px;
    }

    .page-invoice .cart-item-qty, .page-invoice .cart-item-subtotal {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .order-results .orderid > .item {
        display: block;
    }
}




/* blog */
.page-blog .toolbar {
    margin-top: 20px;
    margin-bottom: 60px;
}

.page-blog .post-search {
    position: relative;
}

    .page-blog .post-search svg {
        position: absolute;
        top: 13px;
        left: 10px;
    }

    .page-blog .post-search input {
        padding-left: 35px;
        height: 42px;
        width: 100%;
    }



.post-categories {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

    .post-categories a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        padding: 2px 15px;
    }

    .post-categories a.active {
        color: #e7ae2f;
    }

    .post-categories a.active::after {
        content: '';
        position: absolute;
        left: 10%;
        bottom: -5px;
        width: 80%;
        height: 2px;
        background-color: #f9e6bc;
    }


.tag {
    background-color: #f5f0ed;
    color: #58829e;
}


@media(min-width: 992px) {
    .page-blog .toolbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-blog .post-search input {
        width: 200px;
    }

    .post-categories {
        margin-bottom: 0;
    }

}

@media(max-width: 992px) {
    .page-blog .toolbar {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .page-blog .page__mobile__menu {
        margin-bottom: 20px;
    }
}


/* page feedback */
.feedback-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .feedback-list .feedback-card {
        margin-bottom: 40px;
    }

        .feedback .desc {
            margin-bottom: 30px;
        }

@media(max-width: 576px) {
    .feedback-list .feedback-card {
        width: 100%;
    }
}



/* page warranty */
.page-warranty {
    font-size: 18px;
}

    .warranty-note {
        border: 3px dashed #C5A34E;
        background-color: #FFFCF3;
        padding: 30px 30px 50px;
    }

    .warranty-form {
        background-color: #FBFBFB;
        border: 1px solid #ccc;
        border-radius: 25px;
        padding: 20px 20px 60px;
    }

    .warranty-form .label {
        display: inline-block;
        color: #202124;
        font-weight: 400;
        padding: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .warranty-form .label.required::after {
        content: "*";
        color: red;
        margin-left: 3px;
    }


    /* star rating */
    .star-rating {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding-left: 0;
    }

    .star-rating:not(:checked) > input {
        position: relative;
        top: -2px;
        left: -17px;
        opacity: 0;
        cursor: pointer;
    }

    .star-rating:not(:checked) > label {
        cursor: pointer;
        color: #adadad;
        font-size: 22px;
    }

    .star-rating:not(:checked) > label:before {
        content: "★";
    }

    .star-rating > input:checked ~ label {
        color: #ffb300;
    }

    .star-rating:not(:checked) > label:hover,
    .star-rating:not(:checked) > label:hover ~ label,
    .star-rating:not(:checked) > input:hover ~ label {
        color: #ffb300;
    }

    .star-rating > input:checked + label:hover,
    .star-rating > input:checked + label:hover ~ label,
    .star-rating > input:checked ~ label:hover,
    .star-rating > input:checked ~ label:hover ~ label,
    .star-rating > label:hover ~ input:checked ~ label {
        color: #ffb300;
    }

    @media(min-width: 576px) {

        .page-warranty h1 {
            text-align: center;
        }

        .warranty-form {
            padding: 20px 60px 60px;
        }
    }


/* store */
.store {
    display: flex;
    height: 200px;
    border: 1px solid #cfcfcf;
}

    .store .img-block {
        width: 40%;
    }

    .store .text-block {
        padding: 10px 30px;
    }

        .store-name {
            margin-bottom: 20px;
        }

        .store-info {
            list-style: none;
            padding-left: 0;
        }

        .store-info li {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

        .store-info li i {
            width: 26px;
            flex-shrink: 0;
        }

@media(max-width: 576px) {
    .store {
        height: auto;
        flex-direction: column;
    }

        .store .img-block {
            width: 100%;
            height: 200px;
        }
}


/* custom table */
.ct-tr {
    display: flex;
    border-bottom: 1px solid #707070;
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom-table .ct-tr:nth-child(even) {
    background-color: #FBFBFB;
}

.ct-thead {
    color: #fff;
    background-color: #C9BC9C;
}

.ct-td {
    padding: 5px 15px;
}

.ct-group .ct-td {
    flex: 1;
}

.ct-td-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

@media(min-width: 576px) { 
    .ct-tr {
        align-items: center;
    }

    .ct-group {
        display: flex;
        width: 100%;
    }

    .ct-td {
        text-align: center;
        padding: 10px 15px;
    }

    .page-warranty-list .ct-td-1 {
        width: 15%;
    }
}

@media(max-width: 576px) {
    .custom-table {
        border-top: 4px solid #C9BC9C;
    }

    .ct-thead {
        display: none;
    }

    .ct-group .ct-td:before { 
        display: block;
        content: attr(data-th-label);
        font-size: 14px;
        opacity: 0.8;
    }

    .page-warranty-list .ct-td-2 {
        font-size: 18px;
    }
}


/* table scroll */
.table-scroll-container {
    max-width: 100%;
    overflow-x: auto;
    width: 960px;
}

    .table-scroll-container .table {
        width: 100%;
        min-width: 960px;
        font-size: 15px;
    }

        .table-shipment > thead > tr > th,
        .table-shipment > tbody > tr > td {
            text-align: center;
            vertical-align: middle;
            padding: 5px 8px;
        }

        .table-shipment > thead > tr > th {
            color: #fff;
            background-color: #666666;
            font-weight: 400;
        }


        
/* faq */
.faq-item {
    margin-bottom: 15px;
}

    .faq-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F6F6F6;
        border: 1px solid #E5E4E4;
        padding: 20px 30px;
        border-radius: 8px;
        cursor: pointer;
    }

    .faq-header.active {
        color: #fff;
        background-color: #C5A34E !important;
    }

    .faq-header.active svg path {
        fill: #fff;
    }

    .faq-a {
        margin-top: 10px;
        background-color: #F5F2EA;
        border: 1px solid #C5A34E;
        border-radius: 5px;
        padding: 30px;
        color: #C5A34E;
    }

    .faq-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .faq-container .faq-col {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    @media(min-width: 576px) {
        .faq-container .faq-col {
            width: 50%;
        }
    }


/* magnific popup */
.mfp-bg {
    z-index: 100001;
}

.mfp-wrap {
    z-index: 100002;
}

.mfp-figure:after {
    box-shadow: none;
    background: transparent;
}

.mfp-fade.mfp-bg {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}


/* co-branding */
.designer-product .designer-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.designer-product .designer-info img {
    margin-right: 10px;
}




/* x3d */

.x3d-iframe-container {
    position: relative;
    height: 560px;
    background-color: #fbfbfb;
    margin-bottom: 40px;
}

    .x3d-iframe-container iframe {
        width: 100%;
        width: calc(100% - 10px);
        height: 100%;
        position: absolute;
        border-style: none;
    }
    
    
@media (max-width: 767px) {
    .x3d-iframe-container iframe {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .design-content {
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .x3d-iframe-container {
        height: 340px;
    }

        .x3d-iframe-container iframe {
            left: 0;
            width: 100%;
            height: 340px;
            z-index: 99999;
        }

    .col-3d {
        position: sticky;
        top: 120px;
        height: 340px;
        z-index: 99999;
    }
}



/* custom tree */
.custom-tree .option-wrap {
    flex-shrink: 0;
    margin-top: 3px;
}

.custom-tree .option-label {
    font-weight: 400;
    min-width: 75px;
}

.custom-tree .input-field {
    display: flex;
    margin-top: -25px;
    width: 100%;
}

.custom-tree .input-field-name {
    flex-shrink: 0;
    min-width: 104px;
    font-size: 15px;
    margin-top: 5px;
}

.custom-tree-node:last-child .custom-tree-subnode {
	border: none;
}

	.custom-tree-node .item {
		display: inline-block;
		font-size: 15px;
        min-width: 135px;
	}

	.custom-tree-node .node-name {
		padding: 15px 0;
		margin-top: 15px;
		font-size: 18px;
	}

	.custom-tree-subnode {
        width: 100%;
	}


	.custom-tree-node > .custom-tree-subnode {
		padding-left: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;
	}

    .custom-tree .checkbox-group {
        display: flex;
        margin-bottom: 20px;
    }

    .custom-tree .checkbox-group > .item {
        min-width: 120px;
    }
    
    .custom-tree-subnode .checkbox-subgroup {
        display: flex;
        background-color: #f7f7f7;
        padding: 20px 10px 8px 20px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .custom-tree-subnode .checkbox-subgroup.multi-item {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .custom-tree-subnode .checkbox-subgroup {
        padding: 20px 10px 8px 30px;
    }

    .custom-tree-subnode .checkbox-subgroup.multi-item .option-label {
        margin-bottom: 20px;
    }

    .custom-tree-subnode .checkbox-subgroup:last-child {
        margin-bottom: 0;
    }

@media(max-width: 1280px) {
    .custom-tree .checkbox-subgroup {
        flex-direction: column;
    }

    .custom-tree .checkbox-subgroup .item {
        margin-bottom: 15px;
    }

    .custom-tree .checkbox-subgroup .checkbox-subgroup-2 {
        padding-left: 2px;
    }
}

@media(max-width: 576px) {
    .custom-tree .input-field {
        display: flex;
        flex-direction: column;
    }
    
    .custom-tree .input-field-name {
        margin-bottom: 10px;
    }

    .custom-tree .checkbox-group {
        flex-direction: column;
    }

    .custom-tree-subnode .checkbox-subgroup {
        padding: 20px 10px 10px 20px;
    }
}


/* coupon */
.coupon-card {
    color: #3a3a3a;
    margin: 30px auto;
}

.coupon-card-wrapper {
    background-color: #eee;
}

.coupon-card-wrapper .coupon-card {
    display: flex;
    color: #333;
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    min-height: auto;
    margin-top: 40px;
}

.coupon-card__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    padding: 0 80px;
    background-color: #ff3c3c;
    color: #fff;
    margin-right: 40px;
}

.coupon-card__title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.coupon-card__type {
    padding: 15px;
    color: #fff;
    background-color: #f34f4f;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.coupon-card__type img {
    width: 90px;
}

.coupon-card__type {
    font-size: 48px;
}

.coupon-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
}

.page-coupons .coupon-card__content {
    padding: 20px 30px;
    border: none;
}

    .coupon-card__info {
        border-bottom: 2px dashed #ddd;
        width: 100%;
        padding-bottom: 10px;
    }

    
    .coupon-card .coupon-card__desc {
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 1.5em;
        font-size: 16px;
    }

    .coupon-card .coupon-card__desc,
    .coupon-card__summary {
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.6em;
    }

    .coupon-card .coupon-card__date {
        display: table;
        font-size: 14px;
        color: #6a6a6a;
        border-radius: 5px;
    }

    .coupon-card.future .coupon-card__date {
        color: #ff7171;
    }

    .coupon-card__label {
        font-size: 15px;
        font-weight: 700;
    }

    .coupon-card__package {
        display: flex;
        flex-wrap: wrap;
    }

    .coupon-card__package .item {
        padding: 3px 10px;
        font-size: 14px;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #f34f4f;
        border: 1px dashed;
        background-color: #fff0f0;
        flex-shrink: 0;
    }

    .coupon-card__footer {
        margin-left: auto;
        margin-top: 15px;
        flex-shrink: 0;
    }

    .coupon-card__footer::before,
    .coupon-card__footer::after {
        content: '';
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 15px solid #eee;
    }

    .coupon-card__footer::before {
        bottom: 92px;
        left: 0px;
        clip: rect(auto,auto,30px,auto);
    }

    .coupon-card__footer::after {
        bottom: 92px;
        right: 0px;
        clip: rect(-30px,auto,auto,auto);
    }

    .coupon-card__footer .code a {
        display: inline-block;
        padding: 8px 25px;
        background-color: #eee;
        border-radius: 3px;
        font-size: 18px;
        min-width: 120px;
        text-align: center;
    }

    .coupon-card__footer .code a:hover {
        background-color: #eba200;
        color: #fff;
    }

    .coupon-card__button {
        background-color: #2e2e2e;
        color: #fff;
        border-radius: 5px;
        font-size: 15px;
        padding: 6px 20px;
        flex-shrink: 0;
        margin-left: 5px;
    }

    .coupon-card__button:hover {
        background-color: #ff3c3c;
        color: #fff;
    }

    .coupon-card__button.disabled {
        background-color: #cdcdcd;
        color: #fff;
        pointer-events: none;
    }

    .coupon-card.no-footer .coupon-card__info {
        border: 0;
    }

    .coupon-card__labels {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .coupon-card__labels .item {
        background-color: #f34f4f;
        color: #fff;
        padding: 2px 12px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .coupon-card__code {
        font-weight: 700;
        font-size: 18px;
        color: #525252;
    }


.coupon-new {
    display: flex;
    align-items: center;
}

.coupon-new label {
    flex-shrink: 0;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 0;
}

.coupon-new .form-control {
    height: 48px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.coupon-new .form-control:focus {
    border-color: #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(137 137 137 0 / 40%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(137 137 137 / 40%);
}

.coupon-new__button {
    flex-shrink: 0;
    padding: 8px 20px;
    background-color: #363636;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
}

.coupon-new__button:hover {
    background-color: #ff3c3c;
    color: #fff;
}

.modal[data-modal="tickets"] .modal-dialog {
    width: 900px;
}

.coupon-block {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    align-items: center;
}

.promo-choosed {
    display: none;
}

.promo-choosed.active {
    display: block;
}

    .promo-choosed-item {
        padding: 5px 15px;
        display: flex;
        justify-content: space-between;
        color: #f34f4f;
        border: 1px dashed;
        border-radius: 5px;
        background-color: #fff0f0;
        font-size: 16px;
    }

    .promo-choosed-item i {
        font-size: 15px;
        margin-right: 3px;
    }

    .promo-choosed-item [data-event="remove"] {
        margin-left: 5px;
    }

    .promo-choosed-item [data-event="remove"]:hover {
        color: #f34f4f;
    }


@media (max-width: 991px) {
    .coupon-card {
        flex-direction: row;
        text-align: left;
        width: 100%;
    }

    .coupon-card__info {
        width: 100%;
        border-right: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-right: 0;
    }

    .coupon-card .coupon-card__date {
        margin-bottom: 10px;
    }

    .coupon-card__button {
        text-align: center;
    }

    
    .coupon-card__footer {
        width: 100%;
    }

    .coupon-card__footer::before,
    .coupon-card__footer::after {
        bottom: 72px;
    }

}

@media (max-width: 576px) {
    .coupon-card {
        flex-direction: column;
    }

    .coupon-card__icon {
        margin-right: 0;
        font-size: 60px;
        padding: 15px 80px;
    }

    .coupon-card__icon::before {
        top: unset;
        right: unset;
        bottom: -15px;
        left: -15px;
    }

    .coupon-card__content {
        padding: 20px;
    }

    .coupon-card__footer .code a {
        width: 100%;
        min-width: 100;
    }

    .promo-take {
        width: 100%;
    }
    
    
}

/* member coupons*/
.my-coupons {
    margin-top: 20px;
    background-color: #fff;
}

.my-coupons .coupon-card {
    margin-top: 0;
    border-radius: 0;
}

    .my-coupons .coupon-card__info {
        width: 100%;
        border-bottom: none;
    }

    .my-coupons .coupon-card .coupon-card__desc {
        margin-bottom: 0;
    }

    .my-coupons .coupon-card__footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .my-coupons .coupon-card__footer::before,
    .my-coupons .coupon-card__footer::after {
        display: none;
    }    

    .wave-left::before, .wave-right::after {
        content: "";
        position: absolute;
        top: 0;
        height: 90%;
        width: 15px;
        background-image: radial-gradient(white 0, white 5px, transparent 5px);
        background-size: 16px 17px;
        background-position: 0 2px;
        background-repeat: repeat-y;
        z-index: 1;
    }
    
    .wave-left::before {
        left: 8px;
    }
    .wave-right::after {
        right: 9px;
    }


@media(max-width:576px) {
    .my-coupons .coupon-card {
        flex-direction: row;
    }

    .wave-left::before, .wave-right::after {
        height: 100%;
        background-size: 16px 20px;
    }
}   


/* print */

@media print {
    img {
        max-width: 100%;
    }

    a:link, a:visited, a {
        background: transparent;
        color: #222;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
        word-wrap: break-word; /*避免網址過長超出頁面*/
    }

    a[href]:after {
        content: none !important;
    }

    .header, .mobile-nav, footer {
        display: none;
    }

    .cart-th-row {
        width: 100%;
    }
}

/* line */
.line-addfriend {
    display: inline-flex;
    align-items: center;
    background: #4dc764;
    color: #fff !important;
    border-radius: 25px;
    padding: 2px 18px 4px 5px;
    transition: 0.3s;
}

.line-addfriend:hover {
    opacity: 0.9;
}

    .line-addfriend img {
        width: 40px;
    }