@charset "UTF-8";

html {
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans TC', arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    background: url(/assets/img/bg.jpg);
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.rounded-30 {
    border-radius: 30px;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

.flex-1 {
    flex: 1;
}

label.error {
    font-size: 16px;
    color: #FF0000;
    margin-bottom: 0;
    font-weight: bold;
}

.form-control.custom {
    padding: .5rem .8rem;
    font-size: 1rem;
    border-radius: 0;
}

select.custom-select.custom:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
    padding: .5rem .8rem;
    font-size: 1rem;
    border-radius: 0;
}

.input-required:before {
    content: "*";
    color: #dc3545;
}

.red {
    color: #dc3545;
}

a.red:hover {
    color: #aa222f;
}

.min-600 {
    min-height: 600px;
}

header .navbar-area {
    height: 125px;
}
header .navbar-area.has-marquee {
    margin-top: 36px;
}

header .nav-menu {
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 125px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

header .nav-menu .navbar-brand img {
    width: 150px;
    margin-bottom: -42px;
    border: 5px #fff solid;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}

header .nav-menu .item-group-left {
    flex: 1;
}

header .nav-menu .item-group-right {
    flex: 1;
}

header .nav-menu .item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
}

header .nav-menu .item a {
    font-size: 18px;
    font-weight: 500;
    color: #005E2F;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

header .nav-menu .item a:hover {
    text-decoration: none;
}

header .nav-menu .item .sub {
    font-size: 14px;
    color: #00B866;
}

header .nav-menu .item:hover .sub {
    color: #FC8C0B;
}

header .nav-menu .item:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    height: 16px;
    width: 1px;
    right: 0px;
    top: 16px;
    background: #FC8C0B;
}

header .nav-menu .item a i {
    position: absolute;
    right: 18px;
    top: 6px;
}

@media (max-width: 1200px) {
    header .nav-menu .item a i {
        position: absolute;
        right: 0px;
        top: 6px;
    }
}

header .nav-menu .item .dropdown-menu {
    display: none;
    min-width: 0px;
    width: 162px;
    padding: 0;
    border-radius: 0;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.85);
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

header .nav-menu .item .dropdown-menu a {
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 0px 15px 0px;
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 5px;
}

header .nav-menu .item .dropdown-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 22%;
    height: 2px;
    background-color: #00B866;
}

header .nav-menu .item .dropdown-menu a:hover {
    text-decoration: none;
    color: #fff;
    background: #FC8C0B;
}

header .nav-menu .item .dropdown-menu a:hover:after {
    background: #FC8C0B;
}

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

header .nav-menu .navbar-brand img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header .navbar-div.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
}
header .navbar-area.has-marquee .navbar-div.fixed {
    top: 36px;
}

header .navbar-div.fixed .nav-menu {
    height: 110px;
}
header .navbar-div.fixed .navbar-brand img {
    width: 100px;
    margin-bottom: 0;
    border: 0 #fff solid;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}

.mobile-navbar {
    height: 60px;
}

.mobile-navbar .logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    left: 0;
    right: 0;
    width: 100px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
    border: 3px #fff solid;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mobile-navbar .navbar.shrink .logo {
    width: 80px;
}

.mobile-navbar .navbar-button-group {
    padding: .25rem .75rem;
}

.mobile-navbar .navbar {
    background: url(/assets/img/bg.jpg);
    flex-flow: nowrap;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.mobile-navbar.active .navbar {
    box-shadow: none;
}

.mobile-navbar .navbar-collapse {
    background-color: #FEFBF3;
    background: url(/assets/img/bg.jpg);
}

.mobile-navbar .mobile-navbar-content {
    height: 80vh;
    padding-top: 80px;
    padding-bottom: 34px;
}

.mobile-navbar .mobile-navbar-content .list {
    overflow: auto;
    height: 100%;
}

.mobile-navbar .menu-btn {
    padding: 0px 6px;
}

.mobile-navbar .menu-btn .burger {
    position: relative;
    width: 36px;
    height: 40px;
    z-index: 1001;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-navbar .menu-btn .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00B866;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mobile-navbar .menu-btn .burger span:nth-child(1) {
    top: 9px;
}

.mobile-navbar .menu-btn .burger span:nth-child(2) {
    top: 20px;
}

.mobile-navbar .menu-btn .burger span:nth-child(3) {
    top: 31px;
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(1) {
    top: 20px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(3) {
    background: #FC8C0B;
    top: 20px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-navbar .menu-item {
    letter-spacing: 3px;
    text-align: center;
}
.mobile-navbar .menu-item .link {
    margin-left: 10%;
    width: 80%;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: dashed 1px #FC8C0B;
}
.mobile-navbar .menu-item .link a {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000;
}
.mobile-navbar .menu-item .link a:hover {
    color: #000000;
    text-decoration: none;
}

.mobile-navbar .menu-item:nth-child(3n-1) .link {
    border-bottom: dashed 1px #FDD000;
}

.mobile-navbar .menu-item:nth-child(3n) .link {
    border-bottom: dashed 1px #00B866;
}

.mobile-navbar .menu-item a i {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    top: 22px;
}
.mobile-navbar .menu-item.has-sub:not(.collapsed) {
    background: rgba(255, 255, 255, 0.9);
}
.mobile-navbar .menu-item.has-sub:not(.collapsed) > .link a {
    color:#FC8C0B;
    font-weight: 500;
}
.mobile-navbar .menu-item .sub-list .sub-item .link {
    position: relative;
    border: 0;
}
.mobile-navbar .menu-item .sub-list .sub-item .link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    height: 2px;
    background-color: #00B866;
}
.mobile-navbar .menu-item .sub-list .sub-item .link a {
    color: #000000;
    font-weight: 400;
}

.mobile-navbar .mobile-navbar-content .community-link {
    position: relative;
}

.mobile-navbar .mobile-navbar-content .community-link .icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-navbar-overlay {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.6);
}

.banner{
    display: none;
}
.banner.home{
    display: block;
}
.banner .banner-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner-image:before {
    content: "";
    display: block;
    padding-bottom: 220px;
}

.banner.home .banner-image:before {
    content: "";
    display: block;
    padding-bottom: 650px;
}

@media (max-width: 991px) {
    .banner .banner-image:before {
        padding-bottom: 200px;
    }
    .banner.home .banner-image:before {
        padding-bottom: 65.94%;
    }
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    color: #e6e6e6;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 26px;
}
.marquee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 0;
    background: #fff;
    border-top: solid 1px #FDD000;
    border-bottom: solid 1px #FDD000;
}
.marquee.fixed {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 4;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}

.marquee .text {
    border-top: dashed 1px #00B866;
    border-bottom: dashed 1px #00B866;
}

.marquee .text a {
    color: #ff0000;
    display: inline-block;
    text-decoration: none;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    letter-spacing: 2px;
}

.marquee .text a:hover {
    color: #FC8C0B;
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.no-scroll {
    overflow-y: hidden;
}

.main{
    padding-top: 3rem;
}

@media (max-width: 991px) {
    .main{
        padding-top: 0;
        margin-top: 5rem;
    }
}
.main.home{
    padding-top: 0;
    margin-top: 0;
}
footer {
    background: #8ba04d;
    position: relative;
    color: #fff;
}

footer .logo-div {
    flex: 0 0 200px;
    text-align: center;
}

footer .info-div {
    flex: 1;
    padding-top: 33px;
    padding-bottom: 31px;
}

footer .menu-div {
    flex: 0 0 215px;
    padding-top: 49px;
}

footer .footer-logo {
    margin-top: -46px;
    width: 180px;
    border: 5px solid #fff;
    border-radius: 50%;
}

footer .community-list {
    padding-top: 44px;
}

footer .community-link {
    height: 40px;
    width: 40px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

footer .community-link.facebook {
    background-image: url('/assets/img/fb-icon-white.svg');
}

footer .community-link.line {
    background-image: url('/assets/img/line-icon-white.svg');
}

footer .community-link.ig {
    background-image: url('/assets/img/ig-icon-white.svg');
}

footer .info-list {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}

footer .company-info {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #FDD000;
    padding-left: 48px;
    flex-wrap: nowrap;
}

footer .company-info i {
    font-size: 10px;
    padding-top: 7px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    footer .logo-div {
        flex: 0 0 70px;
    }

    footer .info-div {
        flex: 0 0 270px;
        padding-top: 0;
        padding-bottom: 0;
    }

    footer .footer-logo {
        width: 150px;
    }
}

@media (max-width: 500px) {
    footer .footer-logo {
        width: 100px;
        border: 3px solid #fff;
    }

    footer .info-list {
        width: auto;
    }

    footer .company-info {
        padding-left: 0px;
    }
}

@media (max-width: 390px) {
    footer .company-info i {
        display: none;
    }
}

@media (max-width: 350px) {
    footer .company-info .email-label {
        display: none;
    }

    footer .company-info .address-label {
        display: none;
    }
}

/*
footer .company-info {
	white-space: nowrap;
}
*/
footer .footer-menu {
    height: 100px;
}

footer .footer-menu a {
    text-decoration: none;
}

footer .copyright {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    color: #fff;
    background-color: #627639;
}

.mobile-bottom {
    height: 61px;
}

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

.mobile-bottom .fixed-bottom {
    color: #fff;
    z-index: 1032
}

.mobile-bottom .button {
    position: relative;
    background: #FC8C0B;
}

.mobile-bottom .button:nth-child(3n-1) {
    background: #00B866;
}

.mobile-bottom .button:nth-child(3n) {
    background: #005E2F;
}

.mobile-bottom .icon {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-bottom .icon.member {
    background-position: center top 4px;
}

.mobile-bottom .text {
    font-size: 14px;
}

.breadcrumb {
    background-color: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
}

.breadcrumb .group {
    padding: 8px 20px 8px 20px;
    background: #fff;
    border-radius: 30px;
}

.breadcrumb .breadcrumb-item:first-child a:before {
    display: inline-block;
    color: #C7C7C7;
    font-family: FontAwesome;
    content: "\f015";
    font-size: 26px;
}

.breadcrumb-item a {
    color: #C7C7C7;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #00B866;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #CECECE;
    content: "/";
}

.pagination .page-item {
    margin-left: 8px;
    margin-right: 8px;
}

.pagination .page-link {
    border: 0;
    background: none !important;
    color: #4D2E00 !important;
    padding: .5rem .75rem;
}

.pagination .page-item.active .page-link {
    color: #FC8C0B !important;
    border-bottom: 2px solid #FC8C0B;
    cursor: default;
}

.pagination .page-item.next:before,
.pagination .page-item.prev:before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
}

.pagination .page-item.next {
    position: relative;
    align-self: center;
    background: url("/assets/img/pagination-right.svg") no-repeat;
}

.pagination .page-item.prev {
    position: relative;
    align-self: center;
    background: url("/assets/img/pagination-left.svg") no-repeat;
}

@media (max-width: 374px) {
    .pagination .page-item {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.cart-fixed {
    position: fixed;
    bottom: 340px;
    right: 30px;
    z-index: 3;
    text-align: center;
}

.btn-fixed {
    position: fixed;
    bottom: 170px;
    right: 30px;
    z-index: 3;
    text-align: center;
}

.go-top {
    position: fixed;
    bottom: -60px;
    right: 30px;
    z-index: 3;
    transition: all 0.2s ease-out;
}

.go-top.show {
    bottom: 110px;
}

@media (max-width: 991px) {
    .go-top.show {
        bottom: 85px;
    }
    #fb-root .fb_dialog_content .fb_customer_chat_icon {
        bottom: 70px !important;
    }
}

.go-top a {
    padding: 0px 16px 5px 16px;
    background-color: #FCBE0B;
    border-radius: 5px;
    color: #FFF;
    font-size: 30px;
}

.cart-fixed .cart-btn {
    position: relative;
    padding: 11px 13px 10px 13px;
    background: #637732;
    border-radius: 5px;
}

.cart-fixed .cart-btn .icon {
    width: 26px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.cart-fixed .cart-btn .qty {
    font-weight: 500;
    color: #fff;
}

.btn-fixed .community-link {
    position: relative;
    margin-bottom: 14px;
}

.btn-fixed .community-link .icon {
    width: 52px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* 購物車側邊清單 */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

#sidebar-cart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -414px;
    width: 414px;
    background: #fff;
    overflow-y: auto;
    z-index: 1033;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar-cart.active {
    right: 0;
}

#sidebar-cart.active .btn-area {
    right: 0;
}

#sidebar-cart .title-area {
    position: relative;
    background: #00B866;
    margin-bottom: 18px;
}

#sidebar-cart .title-area #dismiss {
    flex: 0 0 120px;
    padding-top: 35px;
    padding-bottom: 33px;
    padding-left: 73px;
    cursor: pointer;
}
#sidebar-cart .title-area #dismiss i {
    color: #fff;
    vertical-align: bottom;
}

#sidebar-cart .title-area .title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
    padding-top: 35px;
    padding-bottom: 33px;
    padding-left: 45px;
    margin-bottom: 0;
}

#sidebar-cart .sidebar-cart-content .empty {
    height: calc(100vh - 198px);
}

#sidebar-cart .sidebar-cart-content .list {
    height: calc(100vh - 276px);
    padding-left: 15px;
    padding-right: 12px;
    overflow-y: auto;
}

#sidebar-cart .sidebar-cart-content .list .item {
    position: relative;
    padding-top: 24px;
    padding-bottom: 6px;
    border-bottom: dashed 1px #CECECE;
}

#sidebar-cart .sidebar-cart-content .list .item .photo {
    flex: 0 0 108px;
}

#sidebar-cart .sidebar-cart-content .list .item .photo .pro-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
}

#sidebar-cart .sidebar-cart-content .list .item .photo .pro-photo:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

#sidebar-cart .sidebar-cart-content .list .item .content {
    flex: 1;
    padding-left: 15px;
}

#sidebar-cart .sidebar-cart-content .list .item .content .name {
    font-size: 18px;
    font-weight: 500;
    color: #4D2E00;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
    margin-bottom: 10px;
    word-break: break-all;
}
#sidebar-cart .sidebar-cart-content .list .item .content .qty,
#sidebar-cart .sidebar-cart-content .list .item .content .spec {
    font-size: 14px;
    color: #7A7A7A;
}
#sidebar-cart .sidebar-cart-content .list .item .content .spec {
    margin-bottom: 4px;
}

#sidebar-cart .sidebar-cart-content .list .item .content .remove {
    flex: 0 0 40px;
    z-index: 1;
    cursor: pointer;
}

#sidebar-cart .sidebar-cart-content .list .item .content .price {
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: right;
}

#sidebar-cart .sidebar-cart-content .total-info {
    padding-right: 12px;
    height: 74px;
}

#sidebar-cart .sidebar-cart-content .total-info .qty {
    text-align: right;
    font-size: 16px;
    color: #00B866;
    margin-top: 4px;
    margin-bottom: 6px;
}

#sidebar-cart .sidebar-cart-content .total-info .price {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #FC8C0B;
    margin-bottom: 10px;
}

#sidebar-cart .sidebar-cart-content .total-info .price .value {
    font-weight: bold;
    font-size: 20px;
}

#sidebar-cart .sidebar-cart-content .total-info .shipping-cost-notice {
    position: relative;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 10px;
}
#sidebar-cart .sidebar-cart-content .total-info .shipping-cost-notice:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 10px;
    background: url(/assets/img/shipping-cost-notice-angle.svg) no-repeat center center;
    top: 0px;
    right: 19px;
}

#sidebar-cart .sidebar-cart-content .total-info .shipping-cost-notice .text {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 38px;
    padding-left: 30px;
    background: #00B866;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
}

#sidebar-cart .sidebar-cart-content .total-info .shipping-cost-notice .text i.shopping-cart-yellow:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/shopping-cart-icon-yellow.svg) no-repeat center center;
    background-size: 100% 100%;
}

#sidebar-cart .btn-area {
    height: 82px;
}

#sidebar-cart .btn-bg {
    position: relative;
    padding: 28px 0;
    text-align: center;
}

@media (max-width: 767px) {
    #sidebar-cart.active {
        width: 100%;
    }
    #sidebar-cart .sidebar-cart-content .empty {
        height: auto;
    }
    #sidebar-cart .sidebar-cart-content .list {
        height: auto;
    }
    #sidebar-cart .sidebar-cart-content .total-info {
        margin-bottom: 50px;
    }
    #sidebar-cart .btn-area {
        height: 50px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    #sidebar-cart .btn-bg {
        padding: 12px 0;
    }
}

#sidebar-cart .btn-bg.btn-close-sidebar {
    border: dashed 1px #00A55C;
    background: #fff;
}

#sidebar-cart .btn-bg.btn-cart {
    background-color: #FC8C0B;
}

#sidebar-cart .btn-bg.btn-close-sidebar a,
#sidebar-cart .btn-bg.btn-close-sidebar a:hover {
    color: #00A55C;
    text-decoration: none;
}

#sidebar-cart .btn-bg.btn-cart a,
#sidebar-cart .btn-bg.btn-cart a:hover {
    color: #fff;
    text-decoration: none;
}

/* Page Loading */
.page-loading {
    position: fixed;
    z-index: 1099;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 81px;
    height: 72px;
}

/* Transparent Overlay */
.page-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.page-loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.page-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin-top: -0.5em;
    border: 6px solid #001372;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Loading Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mob-show {
    display: none;
}

@media (max-width: 991px) {
    .mob-show {
        display: block !important;
    }

    .mob-hidden {
        display: none !important;
    }

    .btn-fixed .community-link-fixed {
        border: 0;
    }

    .go-top {
        right: 18px;
    }
}

.page-content {
    line-height: 2.5;
    padding-bottom: 180px;
}

.page-content .title {
    margin-bottom: 30px;
}

.page-content .title .text {
    padding-left: 47px;
    padding-right: 47px;
    text-align: center;
}

@media (max-width: 991px) {
    .page-content .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page-content .title .text {
        width: 130px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.page-content .title .line {
    background-image: linear-gradient(to right, #00B866 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

.category-select {
    width: 100%;
    letter-spacing: 2px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    border: 0;
    border-radius: 5px;
    text-align-last: center;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%205%22%3E%3Cpath%20fill%3D%22%23FFF4EB%22%20d%3D%22M2%200L0%202h4zm0%205L0%203h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #00B866;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 40px;
    margin-bottom: 20px;
}

.leaf-1:before {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 3;
    width: 302px;
    height: 266px;
    background: url(/assets/img/leaf-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: 97.4% 16.6%;
    animation-name: leaf-animation;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes leaf-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 1600px) {
    .leaf-1:before {
        top: 81px;
        width: 210px;
        height: 185px;
        background-size: contain;
    }
}

@media (max-width: 1200px) {
    .leaf-1:before {
        top: 81px;
        width: 130px;
        height: 114.5px;
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .leaf-1:before {
        top: 0px;
    }
}

@media (max-width: 400px) {
    .leaf-1:before {
        width: 100px;
        height: 88.1px;
        top: 12px;
    }
}

.leaf-left:before {
    position: absolute;
    content: "";
    display: block;
    width: 154px;
    height: 129px;
    background: url(/assets/img/leaf-4.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 50%;
    margin-right: 650px;
    top: 360px;
    transform-origin: 10.4% 97.7%;
    animation-name: leaf-animation-left;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes leaf-animation-left {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.leaf-bottom:before {
    position: absolute;
    content: "";
    display: block;
    width: 441px;
    height: 385px;
    background: url(/assets/img/leaf-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: -53px;
    bottom: -18px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .leaf-bottom:before {
        width: 340px;
        height: 296.8px;
        background-size: contain;
    }
}

@media (max-width: 1500px) {
    .leaf-left:before {
        display: none;
    }
}

@media (max-width: 1000px) {
    .leaf-bottom:before {
        left: -83px;
    }
}
.layui-layer{
    max-width: calc(100% - 30px);
}
.layui-layer-content .lay-area{
	padding: 15px;
}
.layui-layer-content .lay-open-title {
	font-size: 20px;
	font-weight: bold;
	color: #19547e;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid;
}