/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */
@font-face {
    font-family: oneten_font;
    src: url("/assets2/fonts/Inter/static/Inter-Regular.ttf");
    unicode-range: U+00-024F;
}
@font-face {
    font-family: oneten_font;
    src: url("/assets2/fonts/Noto_Sans_TC/static/NotoSansTC-Regular.ttf");
    unicode-range: U+00-024F;
}

body {
    font-size: 1rem;
    font-family: oneten_font !important;
    /* font-family: 'Noto Sans TC',"Microsoft JhengHei","微軟正黑體",sans-serif !important; */
}

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

/* <---------------  字體大小 font-size  ---------------> */

/* span {
    font-size: 1rem;
} */
label {
    font-size: 1remv !important;
}
p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #666666;
}
.fs-7 {
    font-size:0.875rem;
}
.fs-20 {
    font-size:20px; 
    font-weight: 600;
}
.fs-22 {
    font-size:22px; 
    font-weight: 400;
}
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 !important;
}
.fw-600 {
    font-weight: 600;
}
.fs-12 {
    font-size: 0.725rem !important;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-18 {
    font-size: 1.125rem;
}
.section-title h2 {
    font-size: 30px;
}
.cursor-pointer {
    cursor: pointer !important;
}
.float-right{
    float: right;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 33%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}

.min-height-3 {
    min-height: 3rem;
}
.min-height-4 {
    min-height: 4rem;
}
.min-height-5 {
    min-height: 5rem;
}

.icon-2x {
    font-size: 22px !important;
}
.fb-icon img, .line-icon img {
    width: 30px;
    margin-right: 10px;
}
.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  ---------------> */
.bg-light-yellow {
    background-color: #ffc10724;
    border-radius: 3px;
    box-shadow: 1px 2px 5px #d5d5d5;
}
.bg-light-red {
    background-color: #b20000 !important;
}
.bg-light-gray {
    color: #000;
    padding: 2px 10px !important;
    background-color: #e7e7e7;
}
.bg-light-gray-2 {
    background-color: #FAFAFA !important;
}
.line-bg-green {
    background-color: #00c300;
}
.google-bg-red {
    background-color: #DC4E42;  
}
.facebook-bg-blue {
    background-color: #3C599B;
}
/* .bg-gray {
    background-color: #d4d4d4cc !important;
} */
.link-white {
    color: #fff !important;
}
.text-red {
    color: #b20000;
}
.text-gray {
    color: gray;
}
.text-qlight-gray {
    color: #666666;
}
.text-color-red {
    color: #e33 !important;
}
.text-healthy-green {
    color: #1dafab;
}
.color-02{
    color: #478AD8 !important;
}
.color-03 {
    color: black !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-end-between {
    display: flex;
    align-items:flex-end;
    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-end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.flex-start-between {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-start-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.flex-wrap {
    display: flex;
    flex-wrap:wrap;
}
.flex-direction-wrap {
    display: flex;
    flex-direction: row;
}
.flex-direction-column {
    display: flex;
    flex-direction: column;
}
.scrollup-fixed {
    cursor: pointer;
    position: fixed;
    bottom: 18%;
    right: 2%;
    z-index: 99;
}
.position-relative {
    position: relative;
}
/* <--------------- header  logo  ---------------> */
.header-logo {
    height: 90px;
    padding: 15px 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: 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;
}

.header.header {
    position: fixed !important;
}
.img-fluid {
    box-shadow: 0px 0px 3px #cccccc70;
}
/* <---------------  footer ---------------> */
.footer-title-h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}
.footer-widget > .ft-menu > li > a {
    font-size: 16px;
    color: #827e7e;
}
.footer-widget .company-info img, .offcanvas-widget-area .company-info img {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}
.footer-social-flex {
    display: flex;
    align-items: center;
}

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

.new-price {
    font-size: 18px;
    font-weight: 600;
    color: #b20000;

}
.old-price {
    font-size: 14px;
    color: #929292;
    text-decoration: line-through;
}
.cart-order-information {
    width: 25%;
}
.badge {
    font-size: 0.75rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #b20000;
    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: 1;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px 3px #00000016;
}
.quantity-minus {
    height: 35px;
    width: 35%;
    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: 35%;
    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: #151515;
    text-align: center;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}
.quantity-minus-30 {
    height: 30px !important;
    width: 25%;
}
.quantity-plus-30 {
    height: 30px !important;
    width: 25%;
}
.quantity-input-30{
    height: 30px !important;
    width: 100%;
}

.quantity-minus-45 {
    height: 45px !important;
    width: 25%;
}
.quantity-plus-45 {
    height: 45px !important;
    width: 25%;
}
.quantity-input-45 {
    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;
}

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

.swiper-button-next {
    right: 30px !important;    
}
.swiper-button-prev {
    left: 30px !important;
}
.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%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
    color: #8a0005 !important;
    font-weight: 600 !important;
    left: 20px;
}
.testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f8;
    padding: 1.875rem 2.5rem !important;
}
/* <---------------邊框 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;
}
.wallet-item-w-250px {
    border: 1px #CCC solid;
    padding: 0.574rem 1rem;
    border-radius: 3px;
    width: 100%;
}
.border-right-3 {
    padding:0 8px;
    border-right: 2px #151515 solid;
}
.border-left-5 {
    border-left: 5px #8a0005 solid;
}
.fixed-block-mall { 
    padding: 1.5rem 1.25rem !important;
    background-color: #fff;
    border: 1px solid #8a0005;
    border-radius: 10px;
    /* width: 18rem; */
}
.border-top-ci {
    border-top: 2px #8a0005 solid;
}
.shop-area {
    z-index: -1;
}
.scheme-border label {
    margin-bottom: 1.725rem;
}
.scheme-border .card {
    border: 1px #e3e3e3 solid;
}
.scheme-border .card-footer {
    border-top: 1px #e3e3e3 solid;
    background-color: #F8F8F8;
    padding: 20px 10px;
}

/* .scheme-border .card:hover,.scheme-border .card:focus {
    border: 2px #F9BC00 solid;
    cursor: pointer; 
} */

.scheme-border .card.active {
    border: 2px #F9BC00 solid;
}
.bor-x-end-0 {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.bor-y-start-0 {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

/* 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 */
.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;
}
.form__input {
    width: 100%;
    padding: 0 10px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #3e3e3e;
    border-radius: 3px !important;
}
.form__input_2 {
    width: 100%;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddddd;
    color: #3e3e3e;
    border-radius: 3px;
}
.form__input_3 {
    width: 240px;
    height: 45px;
    padding: 5px 15px;
    line-height: 2.5;
    color: #151515;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b20000;
    /* border: 5px solid #DEEBF7; */
}
.form__input_4 {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    line-height: 2.5;
    color: #151515;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #b20000;
}
.form-control {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #151515;
    border-radius: 5px;
}
.sidebar-content-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e6e7;
}
.form-fild {
    margin-bottom: 1.25rem;
}
.section-title span {
    line-height: .3;
}

/* <---------------  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: 2.5;
    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;
}
.multiline-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: 1px;
}
/* <--------------- web sub-menu  submenu2---------------> */

.sub-menu {
    width: 18rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #be5a24, #b20000) 1;
}
.sub-menu li a {
    font-size: 16px;
}
.main-menu > ul > li:hover > .sub-menu {
    /* margin-top: 0.5rem; */
    margin-top: 0rem;
}
.offcanvas-navigation ul.submenu2 > li > a {
    line-height: 6px;
    margin-left: 10px;
}

.offcanvas-navigation ul.submenu2 > li > a {
    font-size: 16px;
    line-height: 10px;
    padding: 10px 0;
}
.offcanvas-navigation > ul > li > a {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    top: -12px;
}
.offcanvas-navigation-border .menu-item-has-children {
    border-bottom: 1px #ccc solid;
    padding: 7px 0;
}
.offcanvas-navigation-border .menu-item-has-children label {
    font-weight: 600;
    font-size: 18px;
}
.main-menu>ul>li>a {
    margin: none;
    font-size: 16px;
    font-weight: 600;
    padding: 33px 0;
    margin: 0 13px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.member-sub-menu {
    display: flex !important;
    justify-content: space-between !important; 
    align-items: center !important;
}
.member-sub-menu span {
   font-size: 16px;
   padding-left: 8px;
}
.section-title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.header-cart, .currency-dropdown {
    margin-top: 15px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #be5a24, #b20000) 1;
}
.myaccount-tab-menu button:hover, .myaccount-tab-menu button.active, .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #ffffff;
    color: #8a0005;
}
.myaccount-tab-menu button, .myaccount-tab-menu a {
    color: #3b3b3b;
    font-size: 16px;
    padding: 10px 10px 13px;
    background-color: #f9f9f9;
}

/* <--------------- mobile  ---------------> */

.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%;
    box-shadow: 0px 0px 3px #8a0005;
} */
.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;
}


/* <--------------- 按鈕  btn  bottom---------------> */
.nav-pills .nav-link {
    color: #333;
    font-weight: 500;
}
.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #888;
    text-align: center;
    font-weight: 500;
}
.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;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-padding-start: 0;
}
.nav {
    --bs-nav-link-color: #fd0d0d;
    --bs-nav-link-hover-color: #8a0005;
}
.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: #f9f9f9;
    border-left: 5px #8b0205 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 #8b0205 solid;
    background-color: #f9f9f9;
}
.accordion-button:focus {
    border-color: #8b0205;
}
.btn {
    border-radius: 3px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.btn-round {
    height: 45px !important;
    width: 45px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-solid {
    border-radius: 3px; 
    padding: 4px 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 2px;
}
.btn-solid-2 {
    height: 38px !important;
    line-height: 2 !important;
}
.btn-hollow {
    border-radius: 3px;
    padding: 4px 16px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    letter-spacing: 2px;
}
.btn-solid-fill {
    height: 45px;
    width: 100%; 
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s ease;
    display: inline-block;
}
.btn-hollow-fill {
    height: 45px;
    width: 100%; 
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s ease;
    display: inline-block;
}
.btn-effects-bg {
    color: #fff;
    border: 1px #b20000 solid;
    padding: 2px 10px !important;
    background-color: #b20000;
}
.btn-effects-border {
    border: 1px #b20000 solid;
    padding: 2px 15px !important;
    border-radius: 3px;
}
.btn-effects-solid {
    font-weight: 600;
    border: 1px #b20000 solid !important;
    color: #fff !important;
    background: #b20000;
}
.btn-effects-hollow {
    color: #b20000 ;
    border: 1px #b20000 solid !important;
    background: none !important;
}
.btn-effects-solid:hover, .btn-effects-solid:focus {
    font-weight: 600;
    color: #b20000 !important;
    border: 1px #b20000 solid !important;
    background: #b2000000;
}
.btn-effects-hollow:hover, .btn-effects-hollow:focus {
    color: #fff !important;
    background: #b20000 !important;
}
.system-color-one {
    cursor: unset !important;
    color: #fff !important;
    background-color: #CBB658 !important;
}
.text-all-color {
    color: #ffff;
}

.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 #b20000 solid;
    background-color: #b20000;
    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: #151515;
    background-color: #ffffff;
    border: 1px #151515 solid;
}
.btn-bg-cart:focus {
    color: #fff;
    background-color: #b20000;
}
.btn-password-verify {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 45px;
    background-color: #b20000;
    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 #151515 solid;
    background-color: #151515;
    color: #fff !important;
}
.btn-border-rounded {
    background-color: #fff;
    padding: 7px 30px;
    font-size: 18px;
    font-weight:500;
    color: #000;
    border-radius: 30px; 
}
.btn-border-rounded:hover, .btn-border-rounded:focus {
    color:  #b20000;
    border: 2px  #b20000 solid;
}
.overlay-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%; /* 右边距可以根据需要进行调整 */
    z-index: 1; /* 使按钮位于图像上方 */
}
.btn-height-45 {
    height: 45px !important;
    width: 100%;
    padding: 2px 10px !important;
    text-align: center;
    line-height: 2;
}

/* modal 關閉按鈕 */
.btn-close {
    position: absolute;
    right: 20px;
    top: -20px;
    color: white;
    background:none;
    opacity: 1;
}
.btn-close:hover, .btn-close:focus {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}




/* <--------------- blog  ---------------> */
.single-grid-product .product-content {
    margin-bottom: 1rem;
}
.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-more a {
    color: #b20000 !important;
}
.blog-border-more a:hover {
    color: #b20000 !important;
    text-decoration: double;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    /* border-bottom:1px #000 solid; */
    /* text-decoration: underline; */
}
.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;
    min-height: 45px;
}
.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: 600;
    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: #151515;
    display: block;
    padding:3px 0;
}
.sidebar-tag li a {
    font-size: 16px;
}
.sidebar-tag li a:hover {
    background-color: #b20000;
    border: 1px #b20000 solid;
}
.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: #151515;
 }
 .progress li.active:before {
    border-color: #b20000;
    border: 5px #b20000 solid;
 }
 .progress li.active + li:after {
    background-color: #b20000;
 }


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

/* <--------------- table  ---------------> */
.table>:not(caption)>*>* {
    padding: 0.782rem 1.25rem;
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}
.tab-bg-section {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 3px solid #cccccc;
}
.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 {
    display: table-cell;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
}
.table-hr-w {
    border-bottom: 1px #ccc solid;
    width: 90%;
    margin-bottom: 16px; 
}

/* <---------------  優惠劵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: #363636; */
    
}
.coupon-item-center {
    width: 80%;
    height: 120px;
    right: 40px;
    left: 80px;
    padding: 15px;
    flex: 1;
    position: absolute;
    color: #FFF;
    border-top: 1px #f44336 solid;
    border-bottom: 2px #f44336 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 #f44336 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: #f44336;
    -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: #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 #f44336 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 #f44336 solid;
}
.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(/assets2/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: #151515;
    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
}


/* <--------------- 其他 ---------------> */
.menu-hover-2 {
    line-height:26px !important;
    padding: 3px 16px 3px 0px !important;
}
.menu-hover-3 {
    line-height:normal !important;
    padding: 3px 7px 3px 0px !important;
}
.menu-expand-2 {
    line-height:26px !important;
    /* height: 36px; */
    top: unset;
    width: auto;
    display: flex;
    align-items: center;
}
.menu-expand-3 {
    height: 36px !important; 
    top: unset !important; 
    width: auto !important; 
    display: flex !important; 
    align-items: center !important;
}
.to-bind-bg {
    display: flex;
    align-items: center;
    background-color: #f4fffc;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #ccc;
}
.title-show-span {
    background: linear-gradient(to top, #b20000, #b20000,#b20000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.blog-time-presentation {
    font-size: 14px;
    color: #737373;
}
.coupon-doctor {
    font-weight: 500;
    color: #b20000 ;
    margin-left: 5.1rem;
}
.coupon-doctor img {
    width: 20px;
    margin-bottom: 0px;
}
.hook-bg-bor {
    vertical-align:middle;
    word-break:break-all;
    
}
.hook-bg-bor img {
    width: 25px;
    padding-right: 8px;
}

.inspect-item a:hover, .inspect-item:focus {
    color: #b20000;
}
#carouselitem .btn-close {
    .close {
        font-size: 30px;
        position: absolute;
        right: 25px;
        top: -15px;
    }
}
.ps-2px {
    padding-left: 2px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b20000;
    cursor: pointer;
}

.dot.active {
    background-color: #fff;
}
.hover-a-title a:hover, .hover-a-title a:focus {
    color: #b20000 !important;
}
.letter-spacing-2 {
    letter-spacing:2;
}

/* 商品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;
}
.product-name {
    white-space: normal;
}
.border-50px {
    width: 35px;
    height: 35px;
    border: 1px #ccc solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.border-btn-red {
    border: 1px #b20000 solid !important;
    border-radius: 0.25rem !important;
} 
            
/* svg 改變顏色*/

/* 鼠标悬停在class="currency-menu"元素内的div元素上时，添加緩慢渲染的动画 */
li.currency-menu .border-50px {
    transition: border-color 0.3s ease-in-out; /* 调整时间和过渡效果以满足您的需求 */
}
li.currency-menu:hover .border-50px {
    border-color: #b20000;
}

/* 鼠标悬停在包含class="currency-menu"的元素上时 */
li.currency-menu:hover {
    color: #b20000;
}

/* 鼠标悬停在class="currency-menu"元素内的链接元素<a>上时 */
li.currency-menu a:hover {
    color: #b20000;
}

/* 鼠标悬停在class="currency-menu"元素内的SVG图标上时，更改填充颜色 */
li.currency-menu:hover svg {
    fill: #b20000;
}
.svg-dynamic svg path {
    fill: #ffffff !important;
}
/* .svg-dynamic:active svg path {
    fill: #b20000 !important;
} */
.svg-dynamic:hover svg path, .svg-dynamic:focus svg path {
    fill: #b20000 !important;
}
.svg-dynamic-2 svg path {
    fill: #b20000 !important;
}
.svg-dynamic-2:hover svg path, .svg-dynamic-2:focus svg path {
    fill: #fff !important;
}

/* 鼠标悬停在包含class="currency-menu"的元素上时 */
li.mini-cart:hover {
    color: #b20000 !important;
}

/* 鼠标悬停在class="currency-menu"元素内的链接元素<a>上时 */
li.mini-cart a:hover {
    color: #b20000 !important;
}

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

li.mini-cart:hover .border-50px {
    border-color: #b20000;
}
.ms-60 {
    margin-left: 60px !important;
}
.currency-menu-mg-md-1 {
    margin-left: 1rem !important;
}
/* ----------------------------- 分隔線 丟棄--------------------------------- */


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

/* RWD  */
@media only screen and (max-width: 479px){
    .container {
        max-width:100%;
    }
}
@media screen and (min-width: 990.99px) and (max-width: 1269.99px) {
    .header-menu-area .stop-page-dynamic>a:after {
        top: calc(60% + 12px) !important;
    }
    .fs-12-rwd {
        font-size: 12px !important;
    }
    .fs-14-rwd {
        font-size: 14px !important;
    }
    .main-menu>ul>li>a {
        margin: 0 5px!important;
    }
    .border-50px {
        width: 30px !important;
        height: 30px !important;
    }
    .currency-menu-mg-md-1 {
        margin-left: 0.25rem !important;
    }
}
@media screen and (min-width: 1270.99px) and (max-width: 1600.99px) {
    .header-menu-area .stop-page-dynamic>a:after {
        top: calc(60% + 12px) !important;
    }
}
/* 網頁版 --手機版隱藏 */
@media (min-width:576px) {
    .phone {
        display: none  !important;
    }
    .cart-login-section {
        text-align: right;
    }
    .mbase-section {
        background-color: #ffffff;
        font-size: 16px;
        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: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .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;   
    }

}

/* 手機版 --網頁版隱藏 */
@media (max-width: 575px){
    .web {
        display: none !important;
    }
    .fs-sm-16 {
        font-size: 16px !important;
    }
    .border-bottom-show {
        display: none !important;
    }
    .cart-login-section {
        text-align: left;
    }
    .mbase-section {
        background-color: #ffffff;
        font-size: 16px;
        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-pe-sm-5 {
        padding-right: 0px !important;
    }
    .my-ps-sm-0 {
        padding-left: 0px !important;
    }
    .my-ps-sm-3 {
        padding-left: 0px !important;
    }
    .my-ps-sm-4 {
        padding-left: 0.75rem !important;
    }
    .my-ps-sm-5 {
        padding-left: 12px !important;
    }
    .my-ps-sm-2px{
        padding-left: 24px !important;
    }
    .my-mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .my-mx-sm-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .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 25px 0;
    }
    .myaccount-tab-menu a {
        font-size: 1rem;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    .seesaw-container-spacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .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;   
    }
    
    .table-cell-w25 {
        width: 45%;
        display: table-cell;
        word-wrap: break-word;
        padding-bottom: 0.5rem;  
    }
    .table-hr-w {
        border-bottom: 1px #ccc solid;
        width: 100%;
        margin-bottom: 12px; 
    }
    .header-mobile-navigation {
        padding: 0px 0;
    }
    .offcanvas-menu-close {
        left: 86%;
        color: #080808;
        background: #34353800;
        font-size: 20px;
        font-weight: 300;
    }
    .swiper-button-next {
        right: 20px !important;
    }
    .swiper-button-prev {
        left: 20px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
        color: #8a0005 !important;
        font-weight: 600 !important;
        left: 20px;
    }
    .overlay-button {
        right: 25%;
    }
}
@media (min-width: 1200px){
    
}
/* @media (min-width: 575px) and (max-width: 1299.98px) { 
    .container-xxl {
        max-width: 720px;
    }
} */

.scheme-bg-grade {
    background-color: #b20000;
    height: 45px;
    width: 101%;
    position: absolute;
    top: -20px; 
    left: -1px;
    border-radius: 3px;
    letter-spacing: 1px;
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px; */
}
.g-container {
    width: 100%;
    height: 15px;
    border-radius: 25px;
    background: #eee;
}
.g-progress {
    width: 50%;
    height: inherit;
    border-radius: 25px 0 0 25px;
    background: #b20000;
}

.default-address-item {
    background-color: #F9BC00;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: 2px;
    margin-left: 4px;
    /* border: 1px #fff solid; */
    /* box-shadow: 0px 1px 3px #cf9c01; */
}

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

.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;
}
.shop_showbtn {
    border: none;;
    background-color: #fff;
}
.stop-page-dynamic>a:after {
    content: '';
    top: calc(50% + 12px);
    left: 0%;
    width: 100%;
    height: 2px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #b20000;
    position: absolute;
}