/* <--------- 系統色 ci #cc193e  #E8380D  #E8380D----------> */


/* 字體 family */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

@font-face {
    font-family: ghb-sans;
    src: local("Noto Sans"), local("微軟正黑體");
    unicode-range: U+4E00-9FFF;
}
@font-face {
    font-family: ghb-sans;
    src: local("lato"), local(Segoe UI);
    unicode-range: U+00-024F;
}

body {
    font-family: ghb-sans !important;
}
.ghb-sans {
    font-family: ghb-sans
}


/*  a hover style*/
.title-menu-dynamics a:hover, .title-menu-dynamics a:focus {
    color: #E8380D;
}
.system-basic-color {
    color: #E8380D !important;
}
.system-color-ci {
    color: #E8380D !important;
}
.system-color-text {
    color: #fff !important;
}
.text-red {
    color: #C45259 ;
}
.text-gray {
     color: #1A1A1A !important;
 }
.text-gray-2 {
    color: #727272 !important;
}
.text-gray-3 {
    color: #454545 !important;
}
.text-gray4 i {
    color: #bdbdbd !important;
}
.text-gray5 {
    color: #bdbdbd !important;
}
.system-color-text-2 {
    color: #fff !important;
}
.text-blue {
    color: #25608D;
}
.text-danger {
    color: #E8380D !important;
}
.text-light-grey {
    color: #1A1A1A;
}
.bg-color-badge {
    background-color: #E8380D;
}
.bg-color-gradient {
    background-color: #cbcbcb !important;
}
.bg-basic {
    background-color: #bd827e !important;
}
.bg-label-green {
    background-color: #00AC8C !important;
}
.bg-label-blue {
    background-color: #25608D !important;
}
.bg-green-line {
    background-color: #00c300 !important;
}
.bg-red-google {
    background-color: #DC4E42 !important;
}
.bg-blue-facebook {
    background-color: #3c599b !important;
}
.bg-system-ci {
    background-color: #F7F2EE !important;
}
.bg-system-ci-2 {
    background-color: #F9F9F9 !important;
}
.bg-basic-mask {
    background-color: #000000a6;
}
.border-system-ci {
    border-color:#AA7751 !important;
}
.border-color-gray {
    border-color: gray;
 }
.border-bottom-2 {
    border-bottom: 2px #E8380D solid;
}
.border-onepage-3 {
    border: 1px #E6D7CB solid;
    border-radius: 3px;
}
.border-bg-item {
    /* border: 1px #E8380D solid; */
    border-radius: 1rem;
    color: #727272;
    background-color: #fff;
    padding: 1.688rem 1rem;
}
.border-bottom-system {
    border-bottom: 1px #E6D7CB solid !important;
}
.border-2-style {
    border: 2px #fff solid !important;
}
.blog-border-more a {
    font-size: 12px;
    color: #E8380D !important;
    text-decoration:  underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.border-dividend {
    width: 80px;
    height: 80px;
    border: 1px #E8380D solid;
    padding: 20px 10px 5px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: #E8380D;
    color: #fff;
}
.border-divideng-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
/* .blog-border-more a:hover {
    color: #E8380D !important;
    text-decoration: double;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
} */
.modal-text-item {
    background-color: #fff !important;
    padding: 1rem;
    border-radius: 1rem;
    margin: 0 0 1.875rem 0;
}
.modal-text-item label {
    color: #1A1A1A !important;
}
.bg-light-ci {
    color: #fff;
    padding: 2px 10px !important;
    background-color: #c7a598;
}
.box-show-ci {
    box-shadow: 0px 0px 6px #E8380D !important;
}
.box-show-item {
    box-shadow: 0px 0px 6px #E8380D !important;
    border: 1px #E8380D solid;
}
.bg-light-gray {
    color: #727272;
    padding: 4px 10px !important;
    background-color: #f9f9f9;
    border: 1px #E8380D solid;
    font-size: 12px;
    border-radius: 5px;
}
.bg-light-gray-2 {
    color: #727272;
    padding: 1px 8px !important;
    background-color: #F7F2EE;
    border: 1px #E8380D solid;
    font-size: 12px;
    border-radius: 3px;
}
.bg-light-main {
    color: #fff;
    font-size: 14px;
    padding: 3px 40px !important;
    background-color: #E8380D;
    border-radius: 5px;
}
.bg-loginimg-item {
    background-image: url(/shop_assets/img/banner/login-ppalligo.png);

}
/*  swiper style*/
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.725rem !important;
    color: #151515 !important;
    font-weight: 600 !important;
    left: 20px;
}

/*  price style*/
.old-price {
    font-size: 20px;
    color: #727272;
    text-decoration: line-through;
    padding-left: 10px;
}
.new-price {
    font-size: 24px;
    font-weight: 500;
    color: #E8380D;
}

/*  btn style*/

.btn-deafult-solid {
    font-weight: 500;
    color: #fff !important;
    border: 1px #E8380D solid !important;
    background: #E8380D;
}
.btn-deafult-solid:hover, .btn-deafult-solid:focus {
    font-weight: 500;
    color: #E8380D !important;
    border: 1px #E8380D solid !important;
    background: #fff;
    border: 1px solid;
    /* box-shadow: inset -1px 3px 12px 8px #ffffff, 0 0 20px rgb(255 255 255 / 20%); */
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: #E8380D !important;
}
.btn-deafult-solid-2 {
    background-color: #00AC8C;
    border-radius: 5px;
    font-weight: 500;
    color: #fff !important;
    border: 1px #00AC8C solid !important;
}
.btn-deafult-solid-2:hover, .btn-deafult-solid-2:focus {
    font-weight: 500;
    color: #00AC8C !important;
    border: 1px #00AC8C solid;
    box-shadow: 1px 2px 3px #ccc;
    background: #00AC8C3d;
    border: 1px solid;
    box-shadow: inset -1px 3px 12px 8px #ffffff, 0 0 20px rgb(255 255 255 / 20%);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: #00AC8C !important;
}
.btn-deafult-solid-3 {
    background-color: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    color: #E8380D !important;
    border: 1px #ffffff solid !important;
}
.btn-deafult-solid-3:hover, .btn-deafult-solid-3:focus {
    font-weight: 500;
    color: #E8380D !important;
    border: 1px #ffffff solid;
    box-shadow: 1px 2px 3px #ccc;
    background: #ffffff;
    border: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}
.btn-deafult-solid-basic {
    font-weight: 500;
    color: #ffffff !important;
    background-color: #E8380D;
    padding: 2px 15px;
    border-radius: 25px;
    border-top: 3px #E8380D  solid;
    border-bottom: 3px #E8380D  solid;
}
.btn-deafult-solid-basic:hover, .btn-deafult-solid-basic:focus {
    font-weight: 500;
    color: #fff  !important;
    /* border-top: 1px #E8380D solid !important; */
    border-bottom: 3px #ae1f24  solid !important;
    box-shadow: 0px 1px 3px #ccc;
}
.btn-deafult-hollow {
    font-weight: 500;
    color: #E8380D ;
    border: 1px #E8380D solid !important;
    background: #fff;
    border: 1px solid;

    /* box-shadow: inset -1px 3px 12px 8px #ffffff, 0 0 20px rgb(255 255 255 / 20%); */
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    cursor: pointer;
}
.btn-deafult-hollow:hover, .btn-deafult-hollow:focus {
    color: #fff !important;
    background: #E8380D !important;
    border: 1px solid;
    box-shadow: none;
    outline-color: none;
    outline-offset: none;
}
.btn-deafult-hollow-2 {
    font-weight: 300;
    color: #727272;
    background: #F5F5F5;
    cursor: pointer;
}
.btn-deafult-hollow-2:hover, .btn-deafult-hollow-2:focus, .btn-deafult-hollow-2:active {
    color: #fff !important;
    background: #E8380D !important;
}
.btn-deafult-system {
    font-weight: 600;
    color: #fff !important;
    background: #E8380D;
}
.btn-deafult-system:hover, .btn-deafult-system:focus, .btn-deafult-system:active {
    font-weight: 600;
    color: #fff !important;
    background: #cb193e;
}
.btn-deafult-system-2 {
    font-weight: 600;
    color: #ffffff !important;
    background: #B9A350;
}
.btn-deafult-system-2:hover, .btn-deafult-system-2:focus {
    font-weight: 600;
    color: #fff !important;
    background: #B9A350;
}
.btn-deafult-system-3 {
    font-weight: 500;
    color: #ffffff !important;
    background: #25608D;
}
.btn-deafult-system-3:hover, .btn-deafult-system-3:focus {
    font-weight: 500;
    color: #25608D !important;
    border: 1px #25608D solid;
    box-shadow: 1px 2px 3px #ccc;
    background: #25608D3d;
    border: 1px solid;
    box-shadow: inset -1px 3px 12px 8px #ffffff, 0 0 20px rgb(255 255 255 / 20%);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}
.btn-system-show {
    background-color: #f7f2ee;
    border-radius: 5px;
    padding: .5rem;
    border: 1px #f7f2ee solid;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-system-show i {
    font-size: 28px;
    color: #E8380D;
}
.btn-system-show:hover, .btn-system-show:focus {
    font-weight: 600;
    color: #fff !important;
    border: 1px #E8380D solid;
    box-shadow: 1px 2px 3px #ccc;
}

.btn-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px #E8380D solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E8380D;
}
.btn-icon:hover {
    color: #fff !important;
    background-color: #E8380D;
    cursor: pointer;
}

.btn-norm {
    border: 1px solid #BDBDBD;
    padding: 2px 10px;
    text-align: center;
    font-size: 18px;
    color: #727272 !important;
    margin: 5px 15px 5px 0;
    background-color: #95959500;
    border-radius: 5px;
    font-weight: 300;
}
.btn-norm-2 {
    padding: 2px 10px;
    text-align: center;
    font-size: 14px;
    color: #727272 !important;
    margin: 5px 15px 5px 0;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-weight: 300;
}
.norm-show a.active, .norm-show a:hover, .norm-show a:focus {
    border: 2px #E8380D solid;
    background-color: #E8380D !important;
    color: #fff !important;
}
.btn-norm-solid {
    border: 2px solid #E8380D;
    padding: 2px 30px;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    margin: 1rem;
    background-color: #E8380D;
    border-radius: 5px;
    font-weight: 500;
    height: 48px;
    line-height: 40px;
}

.btn-norm-hollow {
    border: 2px solid #E6D7CB;
    padding: 2px 30px;
    text-align: center;
    font-size: 20px;
    color: #E8380D !important;
    margin: 1rem;
    background-color: #95959500;
    border-radius: 5px;
    font-weight: 500;
    height: 48px;
    line-height: 40px;
}

.btn-norm-hollow a.active {
    background-color: #E8380D;
}

.btn-norm-effect {
    border: 2px solid #E8380D;
    padding: 2px 10px;
    text-align: center;
    font-size: 18px;
    color: #E8380D !important;
    margin: 5px 15px 5px 0;
    background-color: #F7F2EE;
    border-radius: 5px;
    font-weight: 600;
}

.btn-active-show a.active {
    background-color: #E8380D !important;
    color: #ffffff !important;
}

.login-style {
    border: 0px solid #00c300;
    height: 45px;
    line-height: 45px;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    color: #fff !important;
    background: #949494;
    border: 1px solid;
    /* box-shadow: inset -1px 3px 12px 8px #ffffff, 0 0 20px rgb(255 255 255 / 20%); */
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}
.login-style:hover, .login-style:focus {
    font-weight: 500;
    color: #fff !important;
    border: 1px #00c300 solid !important;
    background: #00c300;
    box-shadow: none;
    outline-color: none;
    outline-offset: none;
}

.norm-style {
    width: 100%;
    font-size: 17px;
    margin-bottom: 1rem;
}
.norm-style span {
    font-size: 17px;
    color: #727272;
}


#ckContent img {
    width: 100% !important;
    height: auto !important;
}
.img-border-by img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* 文字不換行 */
.white-space-nowrap {
    white-space:nowrap;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
.fw-300 {
    font-weight: 300 !important;
}

/* input-disabled  */
.input-disabled-style {
    border: 1px #fff solid;
    padding: 4px 16px;
    font-size: 16px;
    color: #1A1A1A;
    background-color: #fff;
    border-radius: 1rem;
    width: 100%;
    height: 48px;
    line-height: 2.2;

}

/* 標題hover css*/
.fix-height-35{
    height: 35px !important;
    line-height: 2;
}
.fix-height-45 {
    height: 45px;
    line-height: 2;
}
.fix-height-350 {
    height: 350px;
    line-height: 2;
}
.cursor-pointer {
    cursor: pointer !important;
}

.nav-link:focus, .nav-link:hover {
    color: #3a3a3a;
}
.my-10 {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
/* top logo start*/
.main-wrapper {
    width: 100%;
}
.header.header {
    position: fixed !important;
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-logo {
    height: 65px;
    padding: 0px 0;
    display: flex;
    align-items: center;
}
.header-logo a, .footer-logo-item a {
    height: 100%;
}
.header-logo img, .footer-logo-item img {
    max-width: 100%;
    max-height: 100%;
}
.header2 {
    background-color: #fff;
    color: white;
    padding: 20px 0;
    position: fixed;
    width: 1200px;
    top: 0;
    transition: top 0.3s;
  }

.hidden-header {
    top: -300px; /* 隱藏 header，移動到上面 */
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.content {
    margin-top: 220px; /* 確保內容不會被 header 擋住 */
    padding: 20px;
    max-width: 1200px;
}
.row.align-items-center.hidden-header {
    display: block;
}
.a-special a {
    text-decoration: underline;
    color: #25608D;
}

/* top logo end*/
.heand-border-menu {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}
.title-menu-dynamics>a:after {
    content: '';
    top: calc(50% + 12px);
    left: 0%;
    width: 100%;
    height: 2px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #8b0005;
    position: absolute;
}

.main-menu>ul>li>a {
    margin: none;
    font-size: 17px;
    font-weight: 400;
    padding: 16px 0;
    margin: 0 10px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu>ul>li>a:active {
    color: #e8380d !important;
}
.menu-border-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row !important;
}
.seesaw-container-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title {
    font-size: 32px;
    font-weight: 600;
}
.section-title span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: block;
}
.section-title-bottomline span {
    color: #E8380D;
}
.login-en {
    color: #E8380D;
    font-size: 20px;
    margin-bottom: 5px;
}
.text-ellipsis {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.single-grid-product {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
.single-grid-product .product-label span {
    position: absolute;
    z-index: 2;
    color: #e33;
    text-align: center;
    display: inline-block;
    top: 20px;
    right: 20px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}
.single-grid-product .product-label-2 {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 99;
}
.single-grid-product .product-label span.new {
    color: #e33;
}
.single-grid-product:hover {
    box-shadow: 0px 0px 6px #ccc ;
}
.single-grid-product .product-image {
    margin-bottom: 10px;
    border-radius: 3px;
}

.single-grid-product .product-content .title {
    line-height: 1.25;
    font-size: 16px;
    min-height: 30px;
}
.single-grid-product .product-label span.sale {
    color: #fff;
    left: auto;
    right: 15px;
    background-color: #00ac8c;
    border-radius: 5px;
    padding: 2px 10px;
}
.single-grid-product .product-label-2 > ul > li {
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
}
.single-grid-product .product-image {
    margin-bottom: 1rem;
}

.single-grid-product .product-image .product-action {
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.single-grid-product .product-image .product-action > ul > li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #cc193e;
    border: 0px #cc193e solid;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 #cc193e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-grid-product .product-image .product-action > ul > li a:hover {
    color: #ffffff;
    background: #cc193e;
}

/* foooter   */
.footer-logo-item {
    height: 100px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer-widget .title {
    font-size: 18px;
}
.footer-widget p {
    font-size: 14px;
}
.footer-widget > .ft-menu > li > a {
    font-size: 18px;
    font-weight: 400 !important;
}
.ft-menu li span {
    font-weight: 300 !important;
}
.footer-social-flex {
    display: flex;
    align-items: center;
}
.footer-social-flex li {
    margin-right: 20px;
}
.footer-widget a, .footer-widget span {
    color: #727272;
    margin-bottom: 6px;
}
.footer-title-h2 {
    border-left: 2px solid #E8380D;
    padding-left: 10px;
    font-size: 24px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #E8380D;
}
.footer-title-h3 {
    /* border-left: 2px solid #E8380D; */
    /* padding-left: 10px; */
    font-size: 24px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
}

/* offcanvas-navigation  手機版側選單*/

.offcanvas-widget-area .company-info img {
    width: 15px;
    height: 15px;
    margin-right: 0.25rem;
}
.offcanvas-navigation > ul > li > a {
    font-size: 18px;
    padding: 8px 0;
    font-weight: 500;
    color: #1A1A1A;
}
.offcanvas-navigation ul.submenu2 > li > a {
    font-size: 16px;
    line-height: 1;
    padding: 8px 0;
    margin-left: 0px;
    color: #1A1A1A;
    width: 85%;
}
.title-menu-dynamics .offcanvas-navigation span {
    font-size: 18px !important;
    font-weight: bold;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 90%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 22px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.offcanvas-navigation .menu-item-has-children .submenu2 a {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.offcanvas-navigation .menu-item-has-children .submenu2 a i {
   font-size: 12px;
   margin-right: .5rem;
}
.scrollup-fixed {
    cursor: pointer;
    position: fixed;
    bottom: 22%;
    right: 2%;
    z-index: 99;
}
.scrollup-fixed .btn-round:hover{
    background-color: #E8380D;
    box-shadow: 0px 1px 3px #E8380D;
    color: #fff !important;

}

.sidebar-title {
    font-size: 20px;
}
.bottom_nav {
    position: fixed;
    bottom: 0;
    z-index: 2;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 55px;
    box-shadow: 0px 0px 3px 3px #c3b9af4a;
}

.header-mobile-navigation {
    padding: 5px 0;
}
.shop-distance-section {
    padding: 3.75rem 0;
}
.logout-topbtn {
    padding: 3px 24px;
    border: #000 solid 1px;
    border-radius: 3px;
}


/* 12. My Account CSS */
.myaccount-tab-menu button i,
.myaccount-tab-menu a i {
    font-size: 28px;
    text-align: center;
    width: 33px;
}

a.m_middle_menu {
    background-color: #F7F2EE !important;
    /* font-size: 14px;
    text-align: center;
    width: 25px; */
}
.myaccount-tab-menu a svg {
    font-size: 14px;
    text-align: center;
    width: 25px;
}
.myaccount-tab-menu a:hover svg path,
.myaccount-tab-menu a.active svg path,
.edit-topbtn a.active svg path,
.edit-topbtn:hover svg path {
    fill: #ffffff;
}
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-color: #ffffff; */
}
.myaccount-tab-menu button, .myaccount-tab-menu a {
    /* border: 2px solid #E8380D; */
    border-radius: 1rem;
    border-bottom: none;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 5px 10px;
    text-transform: uppercase;
    text-align: left;
    background-color: #fff;
}
/* .myaccount-tab-menu button:last-child, .myaccount-tab-menu a:last-child {
    border-bottom: 2px solid #E8380D;
} */
.myaccount-tab-menu button:hover,
.myaccount-tab-menu button.active,
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active,
.myaccount-tab-menu a i:hover, 
.myaccount-tab-menu a i.active {
    background-color: #E8380D !important;
    color: #ffffff !important;
}
/* .myaccount-tab-menu a i {
    color:#E8380D;
} */
/* svg {
    vertical-align: middle;
    margin-bottom: 4px;
    transition: all 0.6s ease-in-out;
}
svg path {
    transition: 1s all ease;
} */
.border-style-item {
    width: 32px;
    height: 32px;
    border: 1px #E8380D solid;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    background-color: #E8380D;
}
/* svg  改變顏色  color css */

/* 鼠标悬停在class="currency-menu"元素内的div元素上时，添加緩慢渲染的动画 ，鼠标悬停在該元素内的SVG图标上时，更改填充颜色 */*/
li.currency-menu .border-style-item,
li.mini-cart .border-style-item {
    transition: border-color 0.3s ease-in-out;  /* 调整时间和过渡效果以满足您的需求 */
}

li.currency-menu:hover,
li.currency-menu a:hover,
li.mini-cart:hover,
li.mini-cart a:hover {
    color: #E8380D;
}
li.currency-menu:hover .border-style-item,
li.mini-cart:hover .border-style-item {
    border-color: #E8380D;
}
li.currency-menu:hover svg,
.svg-dynamic:hover svg path,
.svg-dynamic:focus svg path,
.svg-dynamic-2 svg path,
li.mini-cart:hover svg,
.btn-border-rounded:hover svg {
    fill: #E8380D !important;
}
.svg-dynamic svg path, .svg-dynamic-2:hover svg path, .svg-dynamic-2:focus svg path {
    fill: #fff !important;
}
.border-style-item i, .border-style-item i:hover {
    color: #fff !important;
}
.myaccount-content h3 {
    border-bottom: 0 solid #eeeeee;
}
.myaccount-content {
    overflow-x: auto;
    padding: 15px !important;
}
.account-details-form {
    padding: 15px;
}
.member-lv {
    padding: 7px 32px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
}
.bg-member-item {
    background-color: #F7F2EE;
    /* border-bottom: 1px solid #E6D7CB; */
    /* border-top: 1px solid #E6D7CB; */
    margin-bottom: 1.875rem;
    padding: 1.875rem 1rem;
}
.account-row {
    display: flex;
    align-items: center;
}
.bg-member-item .form__input {
    border: 1px solid #fff !important;
}

.form__input {
    width: 100%;
    padding: 0 15px !important;
    height: 48px;
    border: 1px solid #BDBDBD !important;
    color: #1A1A1A !important;
    border-radius: 1rem !important;
    background-color: #fff;
}
.form__input-2 {
    width: 100%;
    padding: 0px 10px !important;
    height: 48px;
    border-bottom: 1px solid #dddddd !important;
    border-top: 0px solid #dddddd !important;
    border-left: 0px solid #dddddd !important;
    border-right: 0px solid #dddddd !important;
    color: #727272 !important;
    border-radius: 3px !important;
}
.form__input-3 {
    width: 100%;
    padding: 0 15px !important;
    height: 35px;
    font-size: 14px;
    border: 1px solid #E6D7CB !important;
    color: #2b2b2b !important;
    border-radius: 1rem !important;
}
.form__input-4 {
    width: 100%;
    padding: 0 15px !important;
    height: 48px;
    color: #E8380D;
    border: 1px solid #bdbdbd !important;
    color: #2b2b2b !important;
    border-radius: 1rem !important;
}
.form__input-2::placeholder {
    color: #727272 !important;
}
.form__input-4::placeholder {
    color: #E6D7CB !important;
    opacity: 1;
}
::placeholder {
    color: #1A1A1A;
}
.account-top,
.google-bind,
.line-bind {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.qrcode-share {
    display: inline-grid;
}
.p-center, .modal-flex {
    display: flex;
    align-items: center;
}
.idcard {
    height: 205px;
    width: 100%;
    cursor: pointer;
}
.idcard:hover {
    box-shadow: 2px 3px 6px #8F8F8F;
    border-radius: 5px;
    height: 205px;
    width: 100%;
}
.idcard img {
    height: 205px;
    width: 100%;
    border-radius: 0.375rem;
    background-color: #fff;
    /* object-fit: cover; */
}
.orderTable .border-bottom:last-child,
.walletTable .border-bottom:last-child {
    border-bottom: 1px solid #eeeeee00 !important;
}
.walletTable th {
    width: 20%;
}
.walletItem .card:hover {
    border-color: #000;
}
.wallet-item {
    border: 1px #CCC solid;
    padding: 1rem;
    border-radius: 3px;
}
.listactive .order-state-start, .listactive .order-state-middle, .listactive .order-state-end {
    background-color: #E2E2E2 !important;
}
.order-state-start {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px #E2E2E2 solid;
    border-radius: 3px 0px 0px 3px;
}
.order-state-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px #E2E2E2 solid;
}
.order-state-end {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px #E2E2E2 solid;
    border-radius: 0px 3px 3px 0px;
}
.order-state-start:hover,
.order-state-middle:hover,
.order-state-end:hover,
.order-state-start:focus,
.order-state-middle:focus,
.order-state-end:focus {
    background-color: #E2E2E2;
}
.orderTable tr td {
    height: 90px;
}
.vm-tbody tbody {
    vertical-align: middle;
}
.nice-select {
    line-height: 45px;
    padding: 0.25rem 0.875rem;
}
.nice-select-2 {
    padding: 0.25rem 0.725rem;
    height: 35px;
    font-size: 14px;
    border: 1px #E8380D solid;
    border-radius: 5px;
}
.nice-select-3 {
    height: 35px;
    font-size: 14px;
    border-bottom: 1px solid #E8380D !important;
    border-top: 0px solid #dddddd !important;
    border-left: 0px solid #dddddd !important;
    border-right: 0px solid #dddddd !important;
    color: #E8380D !important;
    font-weight: 500;
    border-radius: 1rem;
    /* letter-spacing: 2px; */
}
.breadcrumb-section {
    margin-top: 260px;
    padding: 15px 0;
    width: 100%;
}
.breadcrumb-section .page-breadcrumb li {
    margin-top: 0;
}
#check_buy {
    position: fixed;
    bottom: 60px;
    z-index: 1;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px 3px #00000016;
}
.section-title h2 {
    font-size: 26px;
    color: #151515;
}
.moblie-order-container {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.nice-select-2 .current {
    font-size: 14px !important;
}

.box-spacing-item {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.box-spacing-item-2 {
    margin-top: 100px !important;
}
.distance-section {
    padding: 3.75rem 1rem;
}
.blog-time-presentation {
    font-size: 14px;
    color: #737373;
}
.blog-border-show {
    border: 1px#D9D9D9 solid;
    border-radius: 3px;
}
.blog-border-show:hover {
    border: 1px #D9D9D9 solid;
    box-shadow: #22222220 2px 3px 3px;
    transition: transform 0.3s;
}
.blog-media img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.blog-content {
    padding: 1rem;
}
.blog-time-presentation {
    font-size: 14px;
    color: #737373;
}
.title-part {
    font-size: 18px;
    font-weight: 600;
}
.blog-content .title-part {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}
.content .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content .tags li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
    margin-right: 15px;
    font-size: 14px;
}

/* -----    Sub Menu    ----*/
.sub-menu {
    width: 15rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #E8380D, #E8380D) 1;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
}

.sub-menu li a {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}
.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
    left: 100% !important;
    right: auto !important;
}
.header-cart, .currency-dropdown {
    margin-top: 25px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #E8380D, #E8380D) 1;
}

/* 文字間距  letter-spacing*/
.text-letter-spacing {
    letter-spacing:2px;
}
.text-letter-spacing p {
   color: #666;
}

.map-item iframe {
    width: 100%;
    height: 450px;
}
.mbase-section {
    font-size: 16px;
    padding: 15px;
}
.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #E8380D !important;
    text-align: center;
    font-weight: 500;
    border: 0px #000 solid;
}
.nav-pills-all .nav-pills .nav-link.active {
    color: #cb193e;
    background-color: #ccb78c00;
    text-align: center;
    font-weight: 500;
    border: 0px #000 solid;
}
.nav-pills-all .nav-link img {
    width: 45px;
    height: 45px;
}
.nav-pills .nav-link {
    color: #E8380D;
    font-weight: 500;
}
.navs-tabs-btn {
    font-size: 1.125rem;
    color: #000000 ;
    font-weight: 500;
    background-color: #fff !important;
    text-align: center;
    padding: .72rem 16px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.navs-tabs-btn-mobile {
    padding: 0.5rem;
    font-size: 0.875rem;
    color: #000000;
    width: 100%;
    /* background-color: #D9D9D9; */
    text-align: center;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.mobile-sub-menu {
    width: 25%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1 !important;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.mobile-sub-menu img.active {
    background-color: #EAEAEA;
    padding: 5px;
    border-radius: 50%;
}
.header-mobile-navigation .mobile-navigation ul li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    background: #e8380d;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .modal  */
.modal-header-2 {
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header {
    border-bottom:none;
}
.modal-footer {
    border-top:none;
}
/* <---------------  優惠劵css  ---------------> */
.coupon-item {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.coupon-item-start {
    width: 80px;
    height: 120px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background: radial-gradient(circle farthest-corner at right,#f44504,#8a0005); */
    /* background: radial-gradient(circle farthest-corner at left,#efdb80,#be9f54); */
    background-color: #DC3545;

}
.coupon-item-center {
    width: 80%;
    height: 120px;
    right: 40px;
    left: 80px;
    padding: 15px;
    flex: 1;
    position: absolute;
    color: #FFF;
    border-top: 1px #DC3545 solid;
    border-bottom: 2px #DC3545 solid;
    background-color: #ffefbe4f;
    /* background-image: linear-gradient(315deg, #ff8325 0%, #ffc156 60%, #ffe06d 100%); */
}
.coupon-item-end {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    /* width: 40px; */
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-right: 2px #DC3545 solid;
    /* border-left: 3px dashed white; */
    /* background: radial-gradient(circle farthest-corner at left,#f44504,#8a0005); */
    /* background: radial-gradient(circle farthest-corner at left,#efdb80,#be9f54); */
    background-color: #DC3545;
    -webkit-writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.coupon-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #363636;
    font-weight: bold;
}
.coupon-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top:3px ;
    text-overflow: ellipsis;
    font-size: 12px;
    color:#363636;
    word-wrap:break-word;
}
.coupon-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden ;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #838383;
    word-wrap:break-word;
}
.coupon-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    top: -5px;
    left: 35%;
    background: #fff;
    border-radius: 5px;
    border: 1px #DC3545 solid;
}
.coupon-item:before {
    bottom: -5px;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    left: 35%;
    background: #fff;
    border-radius: 5px;
    border: 1px #DC3545 solid;
}

.coupon-block {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.coupon-item-box {
    width: 100%;
    height: 180px;
    padding: 12px;
    flex: 1;
    position: absolute;
    color: #FFF;
    border: 2px #E8380D solid;
    background-color: #E8380D;
}
.coupon-bottom-show {
    padding: 1rem 0;
    border-top: #fff 3px dotted;
    text-align: end;
}
.coupon-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.coupon-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 1.25rem;
    color:#1A1A1A;
    word-wrap:break-word;
}
.coupon-block:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 2;
    top: 60%;
    left: -3%;
    border-radius: 50%;
    background: #fff;
    border: 1px #fff solid;
}
.coupon-block:before {
    bottom:30%;
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 2;
    content: "";
    left: 96%;
    border-radius: 50%;
    background: #fff;
    border: 1px #fff solid;
}
.coupon-block-2:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 2;
    top: 56% !important;
    left: -2% !important;
    border-radius: 50%;
    background: #fff;
    border: 1px #fff solid;
}
.coupon-block-2:before {
    bottom: 35% !important;
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 2;
    content: "";
    left: 98% !important;
    border-radius: 50%;
    background: #fff;
    border: 1px #E8380D solid;
}
.checkbox-item-2 {
    top: 30px;
    content: "";
    position: absolute;
    right: 10%;
}
.checkbox-auto-2 input {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer !important;
    vertical-align: baseline;
    border-radius: 50% !important;
}

/* <---------------  抽獎劵 css  ---------------> */
.lottery-item {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.lottery-item-start {
    padding: 15px;
    flex: 1;
    width: 65%;
    height: 140px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    /* background-color: #DC3545; */
    /* background: linear-gradient(to left, #CC8790 20%, #C06A75 100%); */
    background-color: #C06A75;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
}
.lottery-item-center {
    width: 80px;
    height: 140px;
    padding: 15px;
    flex: 1;
    position: absolute;
    color: #FFF;
    background-color: #DC3545;

}
.lottery-item-end {
    width: 35%;
    height: 140px;
    right: 0;
    bottom: 0;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    font-weight: 600;
    /* border-right: 1px #DC3545 solid;
    border-top: 1px #DC3545 solid;
    border-bottom: 1px #DC3545 solid; */
    border-left: 2px dashed white;
    /* background-color: #DC3545;    */


    /* background: linear-gradient(to right, #cc8790 20%, #C06A75 100%); */

    background-color: #c67882;

    /* background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 37%, transparent 0%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 37%, transparent 0%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 37%, transparent 0%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 37%, transparent 0%); */

    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 9%, transparent 9%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 9%, transparent 9%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 9%, transparent 9%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 9%, transparent 9%);

}
.lottery-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    text-shadow: 0px 3px 6px #535353;
    color: #ecd0af;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
.lottery-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color:#fff;
    word-wrap:break-word;
    text-align: right;
    padding-left: .875rem;
}
.lottery-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden ;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #fff;
    word-wrap:break-word;
    text-align: center;
}
.lottery-text-4 {
    /* box-shadow: 0px 3px 3px #ccc; */
    background-color: #fff;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
    width: 7rem;
    height: 5.125rem;
    /* padding: 0.725rem; */
    font-size: 1.25rems !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lottery-item-end  div {
    text-align: center;
}
.lottery-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    top: -5px;
    left: 65%;
    background: #fff;
    border-radius: 5px;
    border: 1px #DC3545 solid;
}
.lottery-item:before {
    bottom: -5px;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    left: 65%;
    background: #fff;
    border-radius: 5px;
    border: 1px #DC3545 solid;
}

/* 按鈕 btn start*/
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #151515 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #e8380d !important;
}
.btn_2 {
    line-height: 2;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s ease;
    display: inline-block;
}
.btn-round {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    border: 1px #E8380D solid;
    background-color: #E8380D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn-round-2 {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    border: 2px #E8380D solid;
    background-color: #E8380D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-round-2 svg {
    fill: #fff;
}
/* .btn-round-2 svg:hover {
    fill: #fff !important;
    stroke: #fff !important;
}
.btn-round-2:hover {
    background-color: #E8380D;

} */
.btn-round-3 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #727272;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-round-3:hover, .btn-round-3::after {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #727272;
    /* box-shadow: 1px 3px 4px #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-full {
    height: 45px;
    width: 100%;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    transition: 0.3s ease;
    display: inline-block;

}



/* 綁定 */
.to-bind-bg {
    display: flex;
    align-items: center;
    background-color: #f4fffc;
    padding: 10px 15px;
    border-radius: 1rem;
    box-shadow: 1px 1px 3px #ccc;
}


/* checkbox  單選框 復選框*/

.checkbox-1 {
    width: 16px;
    height: 16px;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    background-color:#DEDEDE;
}
.checkbox-auto, .checkbox-auto-2 {
    display: flex;
    align-items: center;
}
.checkbox-auto input {
    /* margin-left: 0.25rem; */
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    vertical-align: baseline;

}
.checkbox-auto label {
    margin-left: 0.25rem;
    /* font-size: 1rem !important; */
    cursor: pointer !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18x;
    border: 1px solid #1A1A1A;
    border-radius: 3px;
    position: relative;
    background-color: white;
}

input[type="checkbox"]:checked {
    background-color: #E8380D;
    border-color: #E8380D;
}

input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    bottom: -5px;
    left: 1px;
    font-size: 16px;
    color: white !important;
}

.checkbox-item input {
    color: #88634b;
    padding: 0 !important;
    border: 1px solid #88634b !important;
}
.checkbox-item .checkbox-auto label {
    font-size: 16px;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #1a1a1a !important;
}
/* checkbox 點擊後效果 */
/* #check:checked + label {
    color: #000;
    font-weight: bold;
} */

.share-community {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 購物車流程 */
.quantity-minus {
    height: 35px;
    width: 35%;
    border: 1px #727272 solid;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
    background-color: #fff;
}
.quantity-plus {
    height: 35px;
    width: 35%;
    border: 1px #727272 solid;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    background-color: #fff;
}
.quantity-input {
    height: 35px;
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #727272;
    color: #151515;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}
.quantity-input-2 {
    border: 1px #BDBDBD solid;
    background-color: #fff;
    height: 35px;
    width: 100%;
    padding: 3px 10px;
    color: #1A1A1A;
    padding-left: 20px;
    text-align: center;
    border-radius: 5px;
}
.quantity-minus-h30, .quantity-plus-h30 {
    height: 30px !important;
    width: 25%;
}
.quantity-input-h30 {
    height: 30px !important;
    width: 100%;
}
.quantity-minus-h45, .quantity-plus-h45 {
    height: 45px !important;
    width: 15%;
}
.quantity-input-h45 {
    height: 45px !important;
    width: 100%;
}

.quantity-minus img, .quantity-plus img {
    width: 12px;
}
.quantity-btn {
    color: #fff;
    height: 35px;
    width: 100%;
    line-height: 2;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s ease;
    display: inline-block;
}

.quantity-btn:hover {
    border: 1px #151515 solid;
    background-color: #fff;
    color: #151515;
}

/* <--------------- 購物步驟  ---------------> */

.shopping-steps-section {
    width: 100%;
    margin: 0 0 1.5rem 0;
    border: 1px #BDBDBD solid;
    padding: 1.925rem 0.5rem;
    border-radius: 1rem;
}
.progress {
    counter-reset: step;
    background-color: #00000000;
    font-size: 18px;
    /* font-weight: 600; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress li {
    list-style-type: none;
    width: 33.33%;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #1A1A1A;
}
.progress li:before {
   content:counter(step);
   counter-increment: step;
   width: 75px;
   height: 75px;
   border-radius: 50%;
   border: 2px #BDBDBD solid;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 10px auto;
   background-color: #F9F9F9;
   color: #1A1A1A;
   font-weight: 600;
}
.progress li:after {
    content:"";
    position: absolute;
    top: 35px;
    left: -50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #BDBDBD;
 }
 .progress li:first-child:after {
    content: none;
 }
 .progress li.active {
    color: #1A1A1A;
 }
 .progress li.active:before {
    border-color: #E8380D;
    border: 5px #E8380D solid;
    background-color: #fff;
 }
 .progress li.active + li:after {
    background-color: #1A1A1A;
 }


/* 彈性盒子 */
.flex-start-between {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
.flex-center {
    display: flex !important;
    align-items: center !important;
}
.flex-center-start {
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.flex-start-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.flex-end-between {
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
}

/* swiper 輪播 按鈕 */
.swiper-button-next {
    right: 20px !important;
}
.swiper-button-prev {
    left: 20px !important;
}

.swiper-button-next:after {
    font-size: 1.725rem !important;
    margin-right: -28px;
    font-weight: bold;
}
.product-area-img .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
  }
.product-area-img .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    cursor: pointer;
  }
.product-area-img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .carousel-block .swiper-slide img {
    display: block;
    width: 100% !important;
    object-fit: cover;
} */

/* 標題  */
.title-block {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.title-block-h3 {
    color: #E8380D;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.title-block-h4 span {
    color: #1A1A1A;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.title-block-h4 label {
    color: #E8380D;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.sidebar-list li {
    margin-bottom: 5px;
}
.sidebar-list li a {
    font-size: 18px;
    line-height: 26px;
    padding: 3px 0;
}
.sidebar-list li a span {
    font-size: 18px !important;
    font-weight: 600;
}
.sidebar-list li a span:hover, .sidebar-list li a span::after {
    font-size: 18px !important;
    font-weight: 600;
    color: #E8380D;
}
.common-sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.shop-topbar-wrapper {
    margin: 0 0 30px;
}
.product-name {
    white-space: normal;
    text-transform: uppercase;
    color: #151515;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    width: 155px;
}
.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    letter-spacing: 1px;
}

.multiline-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
}
.product-details-content hr {
    color: #E8380D !important;
}
.login-register-section hr {
    color: #B7B7B7;
    margin: 1.875rem 0;
}
.vr {
    width: 2px;
    height: auto;
    background-color: #E8380D;
    opacity: 1;
}
.form-fild {
    margin-bottom: 1.25rem;
}
.form-fild label {
    color: #1A1A1A !important;
}
.form-login-title {
    text-align: center;
    margin-bottom: 30px;
}
.line-member-avatar .icon-user-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    fill: #E8380D !important;
    /* background-color: #fff; */
    margin-right: 10px;
    padding: 5px;
    box-shadow: 0px 0px 6px #E8380D;
}

.icon-facebook img, .icon-line img {
    width: 30px;
    margin-right: 10px;
}
.icon-position-section svg {
    position: absolute;
    left: 15px;
    top: calc(50% - 0.5em);
}
.icon-position-section-copy svg, .icon-position-section-copy i {
    position: absolute;
    right: 15px;
    top: calc(50% - 0.5em);
    color: #727272;
}
.copy-btn {
    background-color: #fff !important;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    border-radius: 5px;
}

.verify-btn {
    position: absolute;
    right: 2px;
    top: 65%;
    font-size: 14px;
    color: #727272;
    cursor: pointer;
    letter-spacing: 2px;
    transform: translateY(-50%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    border: 0px #727272 solid;
}
.qrcode-container {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.qrcode-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000047;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 5px;
}

.qrcode-container:hover .overlay {
    opacity: 1;
}

.overlay span {
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}
.icon-position-section, .icon-position-section-copy, .icon-position-section-search {
    position: relative;
    display: inline-block;
    width: 100%;
}
.icon-position-section-search svg, .icon-position-section-search i {
    position: absolute;
    right: 15px;
    top: calc(50% - .5em);
    width: 18px;
    height: 18px;
    font-size: 16px;
}
.icon-position-section-search ::placeholder {
    color: #727272 !important;
}
.position-search-item {
    position: absolute;
    top: 15%;
    right: 2%;
    cursor: pointer !important;

}
/* .icon-position-section input, .icon-position-section select {
    padding: 0 15px 0px 15px !important;
} */
.icon-title-item {
    width: 33px !important;
    height: 33px !important;
    fill: #E8380D !important;
}
.icon-user-item {
    width: 50px !important;
    height: 50px !important;
}
.text-embossing p {
    text-align: center;
    margin: 1.875rem;
    font-size: 0.875rem;
    width: 80% !important;
    color: #888787;
    line-height: 100%;
    background-image: url(https://image.mycard520.com/globalmycard/images/member_aside_title_line.png);
    background-position: center center;
}

/* table  */
.table-row {
    display: table-row;
}

.display-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-cell {
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}
.table-hr-w {
    /* border-bottom: 1px #ccc solid; */
    width: 90%;
    margin-bottom: 16px;
}

.table-cell-w25 {
    width: 25%;
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}
.table>:not(caption)>*>* {
    color: #454545;
    font-weight: 500;
    background-color: #fff !important;
    border-bottom: 1px #E6D7CB solid !important;
}

/* 貨態 timeline */
.timeline-sessions li.active {
    border-left: 1px solid #222222;
}
.timeline-sessions li {
    padding: 0px 0px 15px 20px;
    border-left: 1px solid #e2e2e2;
    position: relative;
    &:last-child{
        border: 0px;
        padding-bottom: 0;
      }
}
.timeline-sessions li.active:before {
    content: '';
    background: #222222;
}

.timeline-sessions li.active2:before{
    content: '';
    background: #222222;
    position: absolute;
    left: -6px;
    top: 0px;
}
.timeline-sessions li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #e2e2e2;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}

.accordion-button {
    color: #000;
    text-align: left;
    background-color: #EAEAEA;
    border-left: 5px #B7B7B7 solid;
    border-radius: 3px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin: 1rem 0;
    padding: 0.875rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordion-button:not(.collapsed) {
    padding: 0.875rem;
    color: #000;
    font-weight: 600;
    border-left: 5px #000 solid;
    background-color: #EAEAEA;
}
.accordion-button:focus {
    border-color: #000;
}

.badge {
    font-size: 0.75rem;
    width: 1.3rem;
    height: 1.3rem;
    color: #E8380D;
    background-color: #fff;
    border: 1px #E8380D solid;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 5%;
    left: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
.badge-2 {
    top: 20% !important;
    left: 30% !important;
    font-size: 12px;
    background-color: #fff;
    color: #E8380D;
}
.header-search-cart-area {
    text-align: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
}
.header-search-cart-area > ul > li > a {
    font-size: 24px;
    height: auto;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: flex-end;
    line-height: unset;
    text-align: center;
}
.member-sub-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.boeder-item-wallet {
    border: 1px #CCC solid;
    padding: 1.25rem 1rem;
    border-radius: 3px;
    /* width: 100%; */
}

.wallet-item-icon a img {
    width: 30px !important;
    height: 30px !important;
}

/* 影片 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.default-address-item {
    background-color: #25608D;
    color: #fff;
    border-radius: 3px;
    padding: .282rem 1rem;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: .5rem;
    /* border: 1px #fff solid; */
    /* box-shadow: 0px 1px 3px #cf9c01; */
}
.default-address-set {
    background-color: #00AC8C;
    color: #fff !important;
    border-radius: 3px;
    padding: .282rem 1rem;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: .5rem;
    /* border: 1px #fff solid; */
    /* box-shadow: 0px 1px 3px #cf9c01; */
}
.product-spacing-item {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
@media (max-width:575px) {
    .web {
        display: none !important;
    }
    .phone-bottom {
        padding-bottom: 65px;
    }
    .carousel-block {
        margin-top: 4.5rem;
        padding-bottom: 1.875rem;
    }
    .breadcrumb-section {
        margin-top: 65px;
    }
    .mbase-section {
        background-color: #ffffff;
        font-size: 16px;
        border: 1px solid #eeeeee;
        padding: 0;
    }
    .myaccount-tab-menu a {
        font-size: 1rem;
        width: 100px;
        height: 75px;
    }
    .rwd-show {
        display: none !important;
    }
    .seesaw-container-spacing {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .offcanvas-inner-content {
        padding: 0px 12px  0 20px;
    }
    .header-logo {
        height: 50px !important;
        padding: 5px 0 !important;
    }
    .header-mobile-navigation {
        padding: 5px 0 !important;
    }
    .shop-distance-section {
        padding: 3.75rem 0;
    }
    .box-spacing-item {
        padding-top: 2.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .box-spacing-item-2 {
        padding-top: 1.5rem !important;
        padding-bottom: 0 !important;
    }
    .product-spacing-item {
        padding-top: 0rem !important;
        padding-bottom: 2.5rem !important;
    }
    .login-form {
        padding: 2.75rem 1rem;
        border: none !important;
        margin: 0px;
        /* color: #E8380D; */
    }
    .timeline-text {
        font-size: 14px;
        font-weight: 500;
    }
    .timeline-span {
        font-size: 12px;
        font-weight: 500;
    }
    .table-cell-w25 {
        width: 45% !important;
        display: table-cell;
        word-wrap: break-word;
        padding-bottom: 0.5rem;
    }
    .table-hr-w {
        /* border-bottom: 1px #ccc solid; */
        width: 100% !important;
        margin-bottom: 12px;
    }
    .border-style-item {
        width: 30px;
        height: 30px;
        border: 1px #ccc solid;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
    }
    .badge {
        font-size: 0.75rem;
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 30%;
        left: 81%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
    }
    #line-bg-all {
        width: 100vw;
        height: 100vh;
        /* background: linear-gradient(to right, #F3A7A7 50%, #D96680 100%); */
        background-color: #f4efed;
    }
    .lottery-item-start {
        width: 54% !important;
    }
    .lottery-item-end {
        width: 46% !important;
    }
    .lottery-item-start {
        padding: 0.725rem;
    }
    .lottery-text-4 {
        width: 6.25rem;
        height: 5rem;
        margin-left: 1rem !important;
    }
    .lottery-item:after, .lottery-item:before {
        left: 60%;
    }
    .border-2-style {
        border: 2px #fff solid !important;
        line-height: 40px !important;
    }
    .mauto-style {
        margin: 30px 0;
    }
    .section-title {
        font-size: 28px;
        font-weight: 600;
    }
    .w-70-sm {
        width: 70% !important;
    }
    .w-60-sm {
        width: 60% !important;
    }
    .w-35-sm {
        width: 35% !important;
    }
    .w-45-sm {
        width: 45% !important;
    }
    .w-22 {
        width: 60% !important;
    }

    .single-grid-product .product-label-2 {
        top: 20px;
        right: 5px;
    }
    .single-grid-product .product-label-2 > ul > li {
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
        padding: 1px 5px;
    }
    .gbh-my-4-sm {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .gbh-p3-sm {
        padding: 30px 40px !important;
    }
    .progress {
        font-size: 14px !important;
    }
    .progress li:before {
        width: 45px !important;
        height: 45px !important;
    }
    .progress li:after {
        top: 25px !important;
    }
    .fs-sm-14 {
        font-size: 14px !important;
    }
    .fs-sm-22 {
        font-size: 24px !important;
    }
    .contact-page-section {
        padding: 0rem !important;
    }
    .contact-page-section .contact-form-box {
        border: none !important;
        box-shadow: none !important;
    }
    /* .m_middle_menu {
        background-color: #fff ;
        font-size: 1rem;
        width: 100px;
        height: 75px;
    } */

    .myaccount-tab-menu a {
        font-size: 1rem;
        width: 100px;
        height: 75px;
        text-align: center;
        background-color: #fff !important;
    }
   
    /* 手机版效果  line-member-avatar-3 text-center btn */
    /* .myaccount-tab-menu h4 {
        color:#1a1a1a;
    } */
    /* .myaccount-tab-menu h4:hover,
    .myaccount-tab-menu h4:focus,
    .myaccount-tab-menu h4.active, */
    .myaccount-tab-menu a:hover,
    .myaccount-tab-menu a:focus,
    .myaccount-tab-menu a.active
    {
        color:#fff !important;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
        color: #fff !important;
    }
    .bg-member-item {
        background-color: #f4efed;
        /* border-bottom: 1px solid #E6D7CB; */
        /* border-top: 1px solid #E6D7CB; */
        margin-bottom: 1.875rem;
        padding: 0rem;
    }
}

@media (min-width:576px) {
    .mobile {
        display: none  !important;
    }
    .carousel-block {
        margin-top: 5.5rem;
        padding-bottom: 1.875rem;
    }
    .carousel-block-2 {
        margin-top: 18.5rem !important;
    }
    .login-form {
        padding: 2rem 3.75rem;
        /* border-radius: 3px; */
        background-color: #fff;
        box-shadow: 2px 3px 4px #ccc;
        border: 1px solid #d3ced2;
        margin: 30px 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .login-form-left {
        padding: 6.25rem 3.75rem;
        background-color: #fff;
        box-shadow: 2px 3px 4px #ccc;
        border: 1px solid #d3ced2;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .login-form-right {
        background-color: #fff;
        box-shadow: 2px 3px 4px #ccc;
        border: 1px solid #d3ced2;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .timeline-text {
        font-size: 1.125rem;
        font-weight: 600;
    }
    .timeline-span {
        font-size: 1rem;
        font-weight: 600;
    }
    .mauto-style {
        margin: 60px 10vw;
    }

}




/* <-----------  mobile css  phone  手機版css------------> */
.mobile-menu-box {
    text-align: center;
    padding-top: .5rem;
}
.mobilemenu-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background-color: #F7F2EE; */
    padding: .25rem;
    border-radius: 5px;
    width: 45px;
    height: 45px;
}
#bottom_nav {
    position: fixed;
    bottom: 0;
    z-index: 2;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 55px;
    box-shadow: 0px 0px 3px 3px #c3b9af4a;
}

.border-dashed {
    border-bottom-style:dashed;
    border-bottom-color:#d77e7b80;
    margin: 10px auto;
}

.sec_style {
    border: 1px #E8380D solid;
    border-radius: 50px;
    padding: 0.5rem 1.3rem;
    word-break: break-all;
    flex-grow: 2;
    text-align: center;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.sec_style:active, .sec_style.active  {
   background-color: #E8380D;
   color: #fff;
}
.desc ul li {
    list-style-type: disc !important;
    line-height: 1.75 !important;
    margin-bottom: 16pt !important;
}
.desc ul {
    margin-left: 25pt !important;
}
.header-mobile-navigation .mobile-navigation ul li {
    margin-left: 20px;
}
.searchform-3 {
    max-width: 100%;
    padding: 0px 15px;
}
.search-input-3 {
    height: 60px;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.search-input-3-position {
    position: absolute;
    top: 30px;
    right: 10px;
    transform: translate(-50%, -50%);
    /* calc(100% - 200px - 2em); */
}
input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    right: 30px; /* 調整水平位置 */
    top: -5px;  /* 調整垂直位置 */
  }
.icon-position-section-end {
    position: absolute;
    top: 25%;
    right: 5%;
    transform: translate(-50% -50%);
    cursor: pointer !important;
}
/* .icon-position-section-end i {
    color: #E8380D;
} */

.sec-title-3 {
    background: #fbf2f2;
    padding: 0.5rem 0.725rem;
    font-size: 1.125rem;
    border-radius: 5px;
    letter-spacing: 2px;
    border-left: 5px solid #E8380D;
}

.item-box {
   position: absolute;
   top: 5%;
   left: 5%;
}

.item-box .item-list input[type='checkbox']{
    width: 20px !important;
    height: 20px !important;
    border:1px solid #999;
    border-radius:3px;
    -webkit-appearance:none; /*取消預設外觀*/
    appearance: none; /*使用标准属性进行覆盖*/
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.item-box .item-list input[type='checkbox']:checked {
    border:1px solid #cb193e;
    background-color: #cb193e;
}
.item-box .item-list input[type='checkbox']:checked:after{
    content:" ✓";
    font-size: 20px;
    font-weight: 900;
    color:#fff;
    line-height: 20px;
    cursor: pointer;
}
.item-box .item-list input[type='checkbox']:checked + span{
    color:#666;
    position: relative;
    cursor: pointer;
  }

.form-fild input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd00;
    color: #151515;
    border-radius: 5px;
}
.page-breadcrumb {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
}
.page-breadcrumb li {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin-top: 10px;
    color: #BDBDBD;
}
.page-breadcrumb li a {
    color: #BDBDBD;
    font-size: 1.125rem;
}
.contact-text div {
    color:#727272;
    line-height: 1.8;
}
.contact-bg-system {
    background-color: #F7F2EE;
    border: 1px #AA775140 solid;
    padding: 45px 15px;
    border-radius: 5px;
    font-size: 18px !important;
}
.contact-bg-system textarea {
    font-size: 16px !important;
    padding: 10px !important;
    border: 0px #ccc solid !important;
}
.contact-bg-system input {
    border:0px #ccc solid !important;
}

.news-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card {
	border: var(--bs-card-border-width) solid #E8380D;
    /* border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; */
    border-radius: 1rem;
}
.card-body {
   color: #1A1A1A !important;
}
.card-body .border-bottom {
	border-bottom: 1px solid #E8380D !important;
}
.card-header {
    color: #fff;
    background-color: #E8380D;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    padding: 15px 10px;
	height: 60px;
	border-bottom: var(--bs-card-border-width) solid #E8380D;
}
.orderdetails-item-span label {
    font-size: 18px;
}
/* .oneregister-item input, .oneregister-item label {
    color:#E8380D !important;
} */
.address-w-12 {
    width: 12%;
}
.address-w-88 {
    width: 88%;
}
.address-bgcolor {
    background-color: #F7F2EE;
    border-radius: 5px;
    padding: .188rem 1rem;
}
.w-22 {
    width: 22%;
}
.fs-22p {
    font-size: 22px;
}
.gbh-p-6 {
    padding: 60px;
}
.gbh-my-1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.gbh-my-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.gbh-my-3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.gbh-my-4 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.gbh-mb-3 {
    margin-bottom: 30px;
}
.gbh-mb-4 {
    margin-bottom: 40px;
}
.gbh-mb-5 {
    margin-bottom: 50px;
}
.gbh-mb-6 {
    margin-bottom: 60px;
}
.gbh-mt-6 {
    margin-top: 60px !important;
}
.gbh-mt-3 {
    margin-top: 30px;
}
.gbh-mt-4 {
    margin-top: 40px;
}
.gbh-mt-5 {
    margin-top: 50px;
}
.gbh-mt-6 {
    margin-top: 60px;
}
.gbh-pb-9 {
    padding-bottom: 90px;
}
.gbh-m-8 {
    margin: 1px;
}
.gbh-m-9 {
    margin: 1px;
}
.gbh-m-10 {
    margin: 1px;
}
.min-vh-5 {
    min-height: 5vh;
}
.position-absolute-top-right {
    top:50%;
    right: 10px;
}
.contact-page-section {
    position: relative;
    padding: 9.75rem 0rem 3.75rem;
    background-color: #fff;
}
.contact-page-section .contact-form-box {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0px;
    margin-top: var(--margin-top-45);
    border: 1px #d3ced2 solid;
    box-shadow: 2px 3px 4px #ccc;
}


/*          i  css icon show      */

.i-box-show i {
    font-size: 18px !important;
}
.i-box-show svg {
    width: 20px;
    height: 20px;
    color: #000;
}
.line-avatar-name i {
    font-size: 30px !important;
    /* color: #E8380D; */
}
.line-member-avatar-2 i {
    font-size: 20px !important;
    padding: .25rem !important;
}
.fs-3-i i, .fs-3i {
    font-size: 36px !important;
    color: #E8380D !important;
    padding-right: 0 !important;
}
.icon-show-item i {
   font-size: 20px ;
   color: #BDBDBD;
}
.icon-show-item i:hover {
    background-color: #E8380D;
    color: #fff;
    border-radius: 15px;
 }


 /* 電子簽名 */
.sign-name-box {
    height: 350px;
    line-height: 2;
    border: 3px #ccc dashed;
    background-color: #fff;
    border-radius: 6px;
}

.share-img-box img {
    width: 50px;
    height: 50px;
}
.cart-items {
    max-height: 500px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.cart-items::-webkit-scrollbar {
    display: none;
}
.page-breadcrumb li::after {
    color: #BDBDBD;
}
.offcanvas-menu-close {
    background: #e8380d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
}
.modal-body {
    background-color: #f7f2ee;
}
.active-menu > a, .active-menu > a i {
    color: #e8380d !important;
}


/* --------  分頁標籤 -------- */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.pagination button {
    font-size: 14px;
    padding: 4px 12px;
    border: 1px solid #e8380d;
    background-color: #fff;
    color: #727272;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: flex;
}

.pagination button:hover:not(.disabled) {
    background-color: #f0f0f0;
}

.pagination button.active {
    height: 28px;
    line-height: 20px;
    background-color: #e7380d ;
    color: #fff;
}

.pagination button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination .dots {
    padding: 4px 12px;
    color: #727272;
}
.grid-repeat {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.grid-repea-a {
    border-radius: 30px;
}
.grid-repea-a:hover {
    box-shadow: 1px 3px 6px #ccc;
    border-radius: 30px;
}