body {
    font-size: 1rem;
    color: #484848;
}
header.header {
    background-color: #fff;
}
.header.header {
    position: fixed !important;
}
.footer-bg {
    background-color: #4684b6;
}
.footer-bottom {
    border-top: 1px solid #ffffff;
}

/* <---------------  字體大小 font-size  ---------------> */
#ckContent img {
    width: 100% !important;
    height: auto !important;
}
.h-fix-45 {
    /* height: 45px !important; */
    line-height: 2;
}
.mt-4e {
    margin-top: 4.6rem;
}
span {
    font-size: 0.875rem;
}
label {
    font-size: 1rem;
}
p {
    font-size: 0.875rem;
    margin-bottom: 0;
}
.fs-7 {
    font-size:0.875rem
}
.fs-18 {
    font-size:1.125rem
}
input {
    font-size: .875rem !important;
}
.card {
    border-radius: 0.25rem;
}
.title-block {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-18 {
    font-size: 1.125rem;
}
.cursor-pointer {
    cursor: pointer;
}
.float-right{
    float: right;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% ;
}
.w-80 {
    width: 80%;
}
.h-45 {
    height: 45px !important;
}
.icon-2x {
    font-size: 22px !important;
}
.my-py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.box-shadow-gray {
   box-shadow: 1px 3px 6px #ccc;
}
/* <--------------- 顏色 color  ---------------> */
.line-bg-green {
    background-color: #00c300;
}
.google-bg-red {
    background-color: #DC4E42;
}
.facebook-bg-blue {
    background-color: #3C599B;
}

.link-white {
    color: #fff !important;
}
.text-red {
    color: red;
}
.m_middle_menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.m_middle_menu span {
   font-size: 16px;
   padding-left: 10px;
}
.text-yellow {
    color: #f29537 !important;
}
.text-color-red {
    color: #e33 !important;
}
.text-healthy-green {
    color: #1dafab;
}
.color-02{
    color: #478AD8 !important;
}
.color-03 {
    color: red !important;
}

/* <--------------- icon svg img size  ---------------> */

.icon-w-10px {
    width: 10px ;
}
.icon-w-20 {
    width: 20% !important
}
.myaccount-tab-menu a svg {
    font-size: 0.875rem;
    text-align: center;
    width: 25px;
}
svg {
    vertical-align: middle;
    margin-bottom: 4px;
    transition: all 0.6s ease-in-out;
}
.icon-position-section svg {
    position: absolute;
    left: 15px;
    top: calc(50% - 0.5em);
    z-index: 1;
}
.icon-position-section input, .icon-position-section select {
    padding: 0 30px 0px 35px !important;
}



/* <---------------  彈性盒子容器 display-flex  position---------------> */
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center-around {
    display: flex;
    align-items: center;
    justify-content:space-around;
}
.flex-center-evenly {
    display: flex;
    align-items: center;
    justify-content:space-evenly;
}
.flex-center-end {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}
.scrollup-fixed {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 2%;
    z-index: 99;
}
/* <--------------- header  logo  ---------------> */

.header-logo {
    height: 65px;
    padding: 10px 0;
}
.header-logo a {
    height: 100%;
}
.header-logo img {
    max-width: 100%;
    max-height: 100%;
}
.header-mobile-navigation {
    padding: 10px 0;
}
.header-search-cart-area {
    text-align: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 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;
    color: #363636;
}

/* <---------------  數量加減 quantity  購物車---------------> */

.new-price {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    color: #e33;
}
.old-price {
    font-size: 14px;
    color: #929292;
    text-decoration: line-through;
}
.pv-price {
    font-size: 18px;
    color: #6d6c6c;
}
.cart-order-information {
    width: 25%;
}
.badge {
    font-size: 0.75rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #f29537;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 10%;
    left: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#check_buy {
    position: fixed;
    bottom: 65px;
    z-index: 2 !important;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px 3px #00000016;
}
.quantity-minus {
    height: 35px;
    width: 25%;
    border: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important
}
.quantity-plus {
    height: 35px;
    width: 25%;
    border: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}
.quantity-input {
    height: 35px;
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    color: #484848;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}
.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;
    border: 1px #484848 solid;
    background-color: #484848;
    transition: 0.3s ease;
    display: inline-block;
}
.quantity-btn:hover {
    border: 1px #484848 solid;
    background-color: #fff;
    color: #484848;
}


/* <---------------  swiper  ---------------> */

.swiper-button-next {
    right: 0px;
}
.swiper-button-prev {
    left: 0px;
}
.swiper-button-prev:after {
    font-size: 2rem !important;
    margin-left: -28px;
    font-weight: bold;
}
.swiper-button-next:after {
    font-size: 2rem !important;
    margin-right: -28px;
    font-weight: bold;
}
.icon-position-section {
    position: relative;
    display: inline-block;
    width: 100%;
}


/* <--------------- border-radius rounded  border card bor1 <hr> ---------------> */

.rounded-0 {
    border-radius: 0px !important;
}
.rounded-end {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}
.rounded-start {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important
}
.wallet-item {
    border: 1px #CCC solid;
    padding: 1rem;
    border-radius: 3px;
}
.border-right-3 {
    padding:0 8px;
    border-right: 2px #484848 solid;
}
.border-left-5 {
    border-left: 5px #1dafab solid;
}
.fixed-block-mall {
    padding: 1.5rem 1.25rem !important;
    background-color: #fff;
    border: 1px solid #1dafab;
    border-radius: 10px;
    /* width: 18rem; */
}


/* hr 分隔線 */
hr {
    color: #B7B7B7;
}
.text-embossing p {
    text-align: center;
    margin: 1.875rem 0;
    font-size: 0.875rem;
    width: 100% !important;
    color: #888787;
    line-height: 100%;
    background-image: url(https://image.mycard520.com/globalmycard/images/member_aside_title_line.png);
    background-position: center center;
}


/* <--------------- input  ---------------> */

/* checkbox css */
.checkbox-auto {
    display: flex;
    align-items: center;
}
.checkbox-auto input {
    margin-left: 0.25rem;
    width: auto !important;
    height: auto !important;
    cursor: pointer !important;
    vertical-align: baseline;
}
.checkbox-auto label {
    margin-left: 0.25rem;
    font-size: 0.875rem !important;
    cursor: pointer !important;
}
.login-input-checkbox {
    width: auto !important;
    height: auto !important;
}
.current {
    font-size: 0.875rem;
}
.icon-position-section .current{
    padding-left: 1.5rem !important;
}
.nice-select:after {
    height: 8px;
    width: 8px;
}
.account-row {
    display: flex;
    align-items: center;
}
.form__input {
    width: 100%;
    padding: 0 10px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #484848;
    border-radius: 3px !important;
}
.form__input_2 {
    width: 100%;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddddd;
    color: #484848;
    border-radius: 3px;
}
.form__input_3 {
    width: 100%;
    height: 60px;
    padding: 5px 15px;
    line-height: 2.5;
    color: #484848;
    border-radius: 0.75rem;
    background-color: #EFF5FB;
    border: 5px solid #DEEBF7;
}
.form-control {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #484848;
    border-radius: 5px;
}
.sidebar-content-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e6e7;
}
.form-fild {
    margin-bottom: 1.25rem;
}
.btn-height-45 {
    width: 100%;
    height: 45px;
    line-height: 35px;
}

/* <---------------  breadcrumb 麵包屑  ---------------> */
.breadcrumb-section {
    margin-top: 90px;
    padding: 20px 0;
    width: 100%;
    background-color: #F1F1F1;
}
.breadcrumb-section .page-breadcrumb li {
    margin-top: 0;
}
.login-style {
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    color: #fff !important;
}
/* <---------------  限制文字行數  ---------------> */

.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;
}


/* <--------------- web sub-menu  submenu2---------------> */

.sub-menu {
    width: 18rem;
}
.sub-menu li a {
    font-size: 17px;
}
.main-menu > ul > li:hover > .sub-menu {
    margin-top: 0.5rem;
}
.offcanvas-navigation {
    margin-bottom: 20px;
}
.offcanvas-navigation ul.submenu2 > li > a {
    line-height: 6px;
    margin-left: 10px;
}

.offcanvas-navigation ul.submenu2 > li > a {
    font-size: 14px;
    line-height: 10px;
    padding: 8px 0;
}
.offcanvas-navigation > ul > li > a {
    font-size: 18px;
    padding: 8px 0;
    font-weight: 500;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    top: -12px;
}

.main-menu>ul>li>a {
    margin: none;
    padding: 25px 0 25px 0;
    margin: 0px 20px 0 0;
    font-size: 18px;
    color: #484848;
}
.member-sub-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.member-sub-menu span {
   font-size: 16px;
   padding-left: 10px;
}
.section-title h2, .about-us-content h2 {
    font-weight: 600;
    font-size: 1.875rem;
    color: #151515;
}
.section-title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 3.75rem;
    text-align: center;
}
.single-feature .feature-content h4 {
    font-size: 20px;
}
.single-feature .feature-content p {
    font-size: 16px;
    max-width: 250px;
}
/* <--------------- mobile  ---------------> */

.sec_catgoryblock {
    display: flex !important;
    flex-wrap: wrap;
}

.shop_showbtn {
    border: none;;
    background-color: #fff;
}

.mobile-sub-menu {
    width: 25%;
    margin-top: 0.5rem;
    margin-bottom:  0.5rem;
    text-align: center;
    line-height: 1 !important;
}
.mobile-sub-menu img.active {
    background-color: #EAEAEA;
    padding: 5px;
    border-radius: 50%;
}
.mobile-bottom_nav {
    position: fixed;
    bottom: 0;
    z-index: 2;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 65px;
    letter-spacing: normal;
    box-shadow: 0px 0px 3px 3px #c3b9af4a;
}
.moblie-order-container {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.sec_style {
    border: 1px #2db1b0 solid;
    border-radius: 50px;
    padding: 0.2rem 1.3rem;
    margin-bottom: 10px;
    word-break: break-all;
    max-width: 100%;
    flex-grow: 2;
    text-align: center;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.sec_style:active, .sec_style.active  {
   background-color: #2db1b0;
   color: #fff;
}


/* <--------------- 按鈕  btn  bottom---------------> */

.nav-pills .nav-link.active {
    color: #000000;
    background-color: #D9D9D9;
    text-align: center;
}
.navs-tabs-btn {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 700;
    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;
}
.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;
}
.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;
}
.btn {
    border-radius: 3px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.btn-round {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px var(--bs-white) solid;
    box-shadow: 1px 2px 5px #e6af5b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-solid {
    color: #fff;
    background-color: #e6af5b;
    /* background-image: linear-gradient(120deg, #e6af5b 0%, #e6af5b 100%); */
    border-radius: 3px;
    border: #e6af5b 2px solid;
    padding: 4px 24px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 2px;
}
.btn-solid-2 {
    height: 38px !important;
    line-height: 2 !important;
}
.btn-hollow {
    color: #fff;
    border-radius: 3px;
    background-color: #e6af5b;
    border: #e6af5b 2px solid;
    padding: 4px 24px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 2px;
}
.btn-hollow-2 {
    color: #fff;
    border-radius: 3px;
    background-color: #4684b6;
    padding: 4px 24px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 2px;
}
.btn-solid-fill {
    color: #fff;
    height: 45px;
    width: 100%;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    /* border: #4684b6 2px solid; */
    background-color: #e6af5b;
    transition: 0.3s ease;
    display: inline-block;
}
.btn-hollow-fill {
    color: #151515;
    height: 45px;
    width: 100%;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    /* border: #e6af5b 2px solid; */
    background-color: #e6af5b;
    transition: 0.3s ease;
    display: inline-block;
}
.btn-hollow-2:hover {
    color: #fff;
    background-color:#24567F;
}
.btn-solid:hover, .btn-solid-fill:hover {
    color: #fff;
    /* border:  2px solid; */
    background-color: #F29435;
    /* box-shadow: 0px 0px 5px #4684b6; */
}

.btn-hollow:hover, .btn-hollow-fill:hover {
    color: #fff;
    /* border: #e6af5b 2px solid; */
    /* box-shadow: 0px 0px 5px #24567F; */
    background-color: #F29435;
    /* background-image: linear-gradient(120deg, #e6af5b 0%, #e6af5b 100%); */
}
.btn-solid:focus, .btn-hollow:focus, .btn-solid-fill:focus, .btn-hollow-fill:focus, .quantity-btn:focus {
   background-color: #F29435;
   color: #fff;
}
.cart-qtybtn {
    background-color: #d9d9d9;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-qtybtn2 {
    height: 30px;
    width: 20%;
    border: 1px #ccc solid;
    display: flex;
    align-items: center;
    justify-content: center;

}
.btn-bg-cart {
    background: none;
    border: 1px #484848 solid;
    background-color: #484848;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn-bg-cart:hover {
    color: #484848;
    background-color: #ffffff;
    border: 1px #484848 solid;
}

.btn-ci-style {
    background: none;
    background-color: #4684b6;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn-ci-style:hover {
    color: #fff;
    background-color: #125187;
}
.btn-bg-b {
    background: none;
    /* border: #e6af5b 2px solid; */
    background-color: #e6af5b;
    /* background-image: linear-gradient(120deg, #e6af5b 0%, #e6af5b 100%); */
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn-bg-b:hover {
    color: #fff;
    background-color: #f29537;
}
.btn-bg-w {
    background: none;
    border: 1px #484848 solid;
    color: #484848;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn-bg-w:hover {
    color: #fff;
    background-color: #484848;
}
.btn-password-verify {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    background-color: #181818;
    color: #fff;
    padding: 0px 15px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
}

.traffic-btn {
    border: 1px #646464 solid;
    text-align: center;
    padding: 2px 20px;
    color: #646464 !important;
    background-color: #00000000;
}
.traffic-btn:hover {
    border: 1px #484848 solid;
    background-color: #484848;
    color: #fff !important;
}

/* <--------------- blog  ---------------> */

.blog-content {
    padding: 1rem;
}
.blog-content .title-part {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}
.blog-border {
    border-radius: 3px;
    border: 1px #ccc solid;
}
.blog-border:hover {
    box-shadow: #22222220 2px 3px 3px;
}
.blog .blog-inner .content .read-more {
    text-decoration: auto;
}
.sidebar-blog {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.single-grid-product .product-content .title {
    line-height: 1.25;
    font-size: 18px;
    margin-bottom: 0.5rem;
}
.share-community {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-grid-product .product-image {
    margin-bottom:1rem;
}
.common-sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.title-part {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* <--------------- sidebar  ---------------> */

.sidebar-list li {
    margin-bottom: 5px;
}
.sidebar-list li a {
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    display: block;
    padding:3px 0;
}
.sidebar-tag li a {
    font-size: 16px;
}
.sidebar-title{
    font-size: 22px;
}
.theiaStickySidebar {
    padding-top: 4.275rem !important;
}

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

.shopping-steps-section {
    width: 100%;
    margin: 0 0 1.5rem 0;
    border: 1px #ccc solid;
    padding: 3.75rem 0.5rem;
    border-radius: 3px;
}
.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
}
.progress li:before {
   content:counter(step);
   counter-increment: step;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 1px #ccc solid;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 10px auto;
   background-color: #fff;
}
.progress li:after {
    content:"";
    position: absolute;
    top: 25px;
    left: -50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #ccc;

 }
 .progress li:first-child:after {
    content: none;
 }
 .progress li.active {
    color: #484848;
 }
 .progress li.active:before {
    border-color: #ffb53c;
    border: 5px #ffb53c solid;
 }
 .progress li.active + li:after {
    background-color: #ffb53c;
 }


/* <--------------- cart  ---------------> */

/* <--------------- table  ---------------> */
.tab-bg-section {
    background-color: #EFF5FB;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 5px solid #DEEBF7;
}
.display-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table-row {
    display: table-row;
}
.table-cell-w25 {
    width: 25%;
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}

.table-cell-w50 {
    width: 50%;
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}
.table-cell {
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}


/* <---------------  優惠劵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-color: #5f8cb0;
    /* background: radial-gradient(circle farthest-corner at left,#efdb80,#be9f54); */
    /* background-color: #363636; */
    /* background-image: linear-gradient(315deg, #ff8325 0%, #ffc156 60%, #ffe06d 100%); */
}
.coupon-item-center {
    height: 120px;
    right: 40px;
    left: 80px;
    padding: 15px;
    flex: 1;
    position: absolute;
    color: #FFF;
    border-top: 1px #f2d7ad solid;
    border-bottom: 1px #f2d7ad solid;
    background-color: #f2d7ad;

}
.coupon-item-end {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-left: 3px dashed white;
    background-color: #5f8cb0;
    /* background: radial-gradient(circle farthest-corner at left,#efdb80,#be9f54); */
    /* background-color: #363636; */
    -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;
    font-weight: bold;
}
.coupon-text-3 {
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden ;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #363636;
    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;
}
.coupon-item:before {
    bottom: -5px;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 2;
    left: 35%;
    background: #fff;
    border-radius: 5px;
}
.discount-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 0px solid #e4eded;
    padding: 5px;
    margin-bottom: 1rem;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.discount-list::before {
    content: "";
    width: 18px;
    height: 36px;
    background: url(/shop_assets/img/icon/discount-circle.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 28%;
    left: -3px;
}
.discount-list h5 {
    width: 65px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    background-color: #61C9C1;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2px;
}
.discount-list span.thumb {
    background-color: #1dafab;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.discount-list .txt {
    width: calc(100% - 70px);
    background-color: #f4f2f2;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.discount-list .txt p {
    color: #484848;
    font-size: 16px;
    line-height: 1.3;
    margin: 5px 0 0 0;
}
.discount-list.yes span.thumb::before {
    content: "";
}
.discount-lis span.thumb::before {
    content: "";
}
/* <--------------- 訂單詳情 time-line 時間 ---------------> */
/* one css */
.timeline-section .timeline-sessions p {
    margin-top: 0;
}
.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:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #e2e2e2;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}
.timeline-sessions li.active{
    border-left: 1px solid #222222;
}
.timeline-sessions li.active2:before{
    content: '';
    background: #222222;
    position: absolute;
    left: -6px;
    top: 0px;
}
.timeline-sessions li.active:before{
    content: '';
    background: #222222;
}


/* two css */
ul.timeline li.active .dot,
ul.timeline li.active .dot-2,
ul.timeline li.active .dot-3,
ul.timeline li.active .dot-4 {
    background: #222222;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.timeline li .dot,
ul.timeline li .dot-2,
ul.timeline li .dot-3,
ul.timeline li .dot-4 {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #E2E2E2;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-2::before,
.dot-3::before,
.dot-4::before {
    content: "";
    position: absolute;
    right: 42px;
    top: 20px;
    height: 2px;
    width: 195px;
    background: #E2E2E2;
    z-index: 0;
}
.active .dot::before,
.active .dot-2::before,
.active .dot-3::before,
.active .dot-4::before {
    background: #222222;
}
.line_two {
    content: "";
    position: absolute;
    right: 42px;
    top: 20px;
    height: 2px;
    width: 350px;
    background: #E2E2E2;
    z-index: 0;
}

.line_three {
    content: "";
    position: absolute;
    right: 42px;
    top: 20px;
    height: 2px;
    width: 250px;
    background: #E2E2E2;
    z-index: 0;
}

.line_four {
    content: "";
    position: absolute;
    right: 42px;
    top: 20px;
    height: 2px;
    width: 200px;
    background: #E2E2E2;
    z-index: 0;
}
.active .line_two,
.active .line_three,
.active .line_four {
    background: #222222;
}

/* <---------------  map iframe 地圖 ---------------> */
.map-item iframe {
    width: 100%;
    height: 420px;
}


/* <---------------  modal ---------------> */

#addcarttitem {
    top: auto !important;
    bottom: 0 !important;
}
#addcarttitem .modal-dialog {
	transform: translate3d(0, 10vh, 0);
	margin: 0;
    bottom: 10%;
    position: fixed;
}
/* #addcarttitem .modal.in .modal-dialog {
	transform: translate3d(0, 0, 0);
	margin: 0;
} */
#addcarttitem .modal-content {
    border-radius: inherit;
    border: none;
    position: relative;
    background-color: #fefefe;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* <--------------- 其他 ---------------> */

.bg-light-gray {
    background-color: #e7e7e7;
    padding: 0.25rem 1rem;
    border-radius: 3px;
}
.bg-light-red {
    background-color: #ff0000;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 3px;
}
.bg-light-green {
    background-color: #61c9c1;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 3px;
}
.to-bind-bg {
    display: flex;
    align-items: center;
    background-color: #f4fffc;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #ccc;
}
.bg-light-yellow {
    background-color: #ffc10724;
    border-radius: 3px;
    box-shadow: 1px 2px 5px #d5d5d5;
}
.bg-yellow {
    background-color: #e6af5b;
    box-shadow: 1px 2px 5px #d5d5d5;
}


/* 影片 */
.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%;

}


/* 商品css */
.product-grid-view .single-grid-product {
    margin-bottom: 20px;
}


/* j舊身份證css */
.idcard {
    height: 205px;
    width: 100%;
}
.idcard:hover {
    box-shadow: 2px 3px 6px #8F8F8F;
    border-radius: 3px;
}
.idcard-2 {
    text-align: center;
    color: #fff;
    border: 1px #000 solid;
    background-color: #000;
    border-radius: 3px;
    line-height: 2;
    padding: 3px 20px;
    position: absolute;
    font-size: 14px !important;
    right: 35%;
    top: 40%;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.idcard-2:hover {
    background-color: #000;
    color: #fff;
}

.membership-level-1 {
    padding: 1.875rem;
    border-radius: 3px;
    /* background-color: #f0fbff; */
}
.membership-level-2 {
    padding: 1.875rem;
    border-radius: 3px;
    /* background-color: #F4E6FF; */
}
.membership-level-3 {
    padding: 1.875rem;
    border-radius: 3px;
    /* background-color: #FFE0EB; */
}
.text-vip-1 {
    color: #2A829E;
}
.text-vip-2 {
    color: #896DC8;
}
.bg-scheme {
    background-color: #FEFBC4;
}
.membership-level-title {
    color: #C39533;
    font-size: 38px;
    font-weight: 600;
    text-shadow: 1px 2px 3px #eeda9d;
}
.testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}
.faq-accordion .accordion-item {
    margin-bottom: 20px;
}
.faq-accordion .accordion-item.actives {
    --bs-accordion-border-color: #eaeaea;
}
.product-name {
    white-space: normal;
}
.footer-widget .company-info img, .offcanvas-widget-area .company-info img {
    width: 15px;
    height: 15px;
    margin-right: 0.25rem;
}
.footer-widget > .ft-menu > li > a {
    font-size: 14px;
}
.footer-social-flex {
    display: flex;
    align-items: center;
}
.footer-social-flex li {
    margin-right: 20px;
}
.footer-title-h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    /* padding: 0 15px; */
}
.currency-dropdown {
    border: 3px #3FA6DB solid;
    padding: 20px;
}
.header-cart, .currency-dropdown {
    margin-top: 50px;
}
.sub-menu, .header-cart {
    border: 3px #3FA6DB solid;
}
h1, h2, h3, h4, h5, h6 {
    color: #151515;
}
a.popup-img {
    background: none ;

}
.myaccount-tab-menu button:hover, .myaccount-tab-menu button.active, .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #4684b6;
    color: #ffffff;
}
/* ----------------------------- 分隔線 丟棄--------------------------------- */

/* .sticky-top {
    padding: 10px;
    width: 100%;rgba(133, 116, 116, 0)
    left: 0;
    top: 127px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    z-index: 2;
    border-radius: 3px;
}
.bg-icon-effect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shop-topbar-wrapper {
    margin: 0 0 30px;
}
#scrollUp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10%;
    right: 2%;
}
.form-login-title {
    text-align: center;
    margin-bottom: 30px;
}
.tr-td-section {
    padding: 3px 10px;
    color: #fff;
    background-color: #377EC5;
    border-radius: 5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-flex;
}
.introduce-promotions {
    padding: 3px 10px;
}
.nice-select-2 {
    height: 38px;
    line-height: 38px;
}
.shopping-steps-section .progressul li {
    list-style-image: url('/shop_assets/images/icons/icon-hook.svg');
}
.shopping-steps-section .progressul li:before {
    list-style-image: url('/shop_assets/images/icons/icon-hook.svg');
} */

/* -----------------------------分隔線--------------------------------- */

/* RWD  */
@media only screen and (max-width: 479px){
    .container {
        max-width:100%;
    }
}
/* 網頁版 --手機版隱藏 */
@media (min-width:576px) {
    .phone {
        display: none  !important;
    }
    .cart-login-section {
        text-align: right;
    }
    .mbase-section {
        background-color: #ffffff;
        font-size: 14px;
        border: 1px solid #eeeeee;
        padding: 15px;
    }
    .btn-phone {
        width: auto;
    }
    .box-spacing-item {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .login-form {
        padding: 3.75rem 1.5rem;
        border-radius: 3px;
        background-color: #fff;box-shadow: 2px 3px 4px #ccc;
    }
    .seesaw-container-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .my-p-sm-4 {
        padding: 1.5rem !important;
        padding: 1.5rem !important;
    }
    .card .cargo-status {
        padding: 3.75rem;
    }
    .timeline-text {
        font-size: 1.125rem;
        font-weight: 600;
    }
    .timeline-span {
        font-size: 1rem;
        font-weight: 600;
    }
    .modal-dialog-sm {
        /* margin: 3rem auto !important; */
        --bs-modal-width: 800px;
    }
}

/* 手機版 --網頁版隱藏 */
@media (max-width: 575px){
    .web {
        display: none !important;
    }
    .border-bottom-show {
        display: none !important;
    }
    .cart-login-section {
        text-align: left;
    }
    .mbase-section {
        background-color: #ffffff;
        font-size: 14px;
        border: 1px solid #eeeeee;
        padding: 0;
    }
    .btn-phone {
        width: 100% ;
    }
    .box-spacing-item {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .login-form {
        padding: 3.75rem 1rem;
        border-radius: 3px;
        background-color: #fff;box-shadow: 2px 3px 4px #ccc;
    }
    .my-w-sm-100 {
        width: 100% !important;
    }
    .my-px-sm-2 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .my-px-sm-3 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .my-p-sm-0 {
        padding: 0 !important;
    }
    .my-py-sm-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .my-p-sm-4 {
        padding: 1.5rem 0 !important;
    }
    .my-pb-sm-40 {
        padding-bottom: 40px;
    }
    .my-pe-sm-3 {
        padding-right: 0px !important;
    }
    .my-ps-sm-3 {
        padding-left: 0px !important;
    }
    /* .my-pb-120 {
        padding-bottom: 120px;
    } */
    .my-mx-sm-3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .my-mt-sm-3 {
        margin-top: 16px !important;
    }
    .my-mb-sm-60 {
        margin-bottom: 60px !important;
    }
    .offcanvas-inner-content {
        padding: 0px 15px 0;
    }
    .myaccount-tab-menu a {
        font-size: 1rem;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    .seesaw-container-spacing {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .shopping-steps-section {
        width: 100%;
        margin: 0 0 1rem 0;
        border: 1px #ccc solid;
        padding: 1.875rem 0.5rem;
        border-radius: 3px;
    }
    .cart-order-information {
        width: 100%;
     }
     .card .cargo-status {
        padding: 1.875rem;
    }
    .timeline-text {
        font-size: 14px;
        font-weight: 500;
    }
    .timeline-span {
        font-size: 12px;
        font-weight: 500;
    }
    .my-ps-sm-4 {
        padding-left: 0.75rem !important;
    }
    .my-ps-sm-5 {
        padding-left: 0 !important;
    }
    .table-cell-w25 {
        width: 45%;
        display: table-cell;
        word-wrap: break-word;
        padding-bottom: 0.5rem;
    }
    .logout-topbtn {
        padding: 3px 24px;
        border: #000 solid 1px;
        border-radius: 3px;
    }
    .modal-dialog-sm {
        margin: 2.25rem !important;
        --bs-modal-width: 300px !important;
    }
}

.offcanvas-mobile-menu {
    padding-left: 50px;
}