
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

li {
    list-style: none;
}

.container {
    display: flex;
    flex-direction: column;
    /*height: 100vh;*/
    min-height:100vh;
    width: 100%;
    /* background-color:#efefef; */
    background-color: #f5f5f5;
    /*background-color:whitesmoke;*/
    max-width: inherit;
    margin-bottom:0px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    font-size: var(--font-size-md);
    padding:0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    box-shadow: 0px 35px 60px rgba(0, 0, 0, 0.25);
}

.header__logo {
    text-transform: uppercase;
    background-color: #5da6d2;
    width: 150px;
    height: 100%;
    text-align:center;

}
.header__logo__name {
    padding:0 20px;
}
.md-size-text {
    font-size: var(--font-size-md);
}
.content {
    flex-direction: row;
    /*height: calc(100vh - 60px - 40px);*/ /* 60px for header and 40px for footer */
    margin-left: 37.5%;
    width: 25%;
    min-height: 100vh;
    background-color: whitesmoke;
    border: 1px solid #d5d5d5;
    min-width: 474px;
}

.headerBox {
    width:100%;
    max-height:500px;
    background-color:#fff;
    /*box-shadow: 0px 2px 3px 1px #ccc;*/
    height: 44px;
    position: relative;
    display: flex;
}

.headerBannerImage {
    width: 100%;
    max-height: 400px;
    z-index:9999;
}

.fixedBox{
    position: fixed;
    width: 70px;
    height: 155px;
    left: 0px;
    bottom: 25px;
    z-index: 10;
    background-color: rgba(250, 250, 250, 0.95);;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 4px 14px 0px #00000040;
}
.fixedBox-right{
    position: fixed;
    width: 70px;
    height: 155px;
    right: 0px;
    bottom: 25px;
    z-index: 10;
    background-color: rgba(250, 250, 250, 0.95);;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 4px 14px 0px #00000040;
}
.tiktokImage{
    width: 40px;
    position: fixed;
    bottom: 58px;
    left: 15px;
    z-index: 999;
}
.tiktokImage-right{
    width: 40px;
    position: fixed;
    bottom: 58px;
    right: 15px;
    z-index: 999;
}
.lineImage{
    width: 40px;
    position: fixed;
    bottom: 113px;
    left: 15px;
    z-index: 999;
}
.lineImage-right{
    width: 40px;
    position: fixed;
    bottom: 113px;
    right: 15px;
    z-index: 999;
}
.catalog-login-title {
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight:bold;
}
.catalog-about-title{
    margin-bottom:20px;
    font-weight:bold;
    font-size: 24px;
}

@media (max-width: 1279px) {
    .container {
        padding:0px;
    }

    .content {
        padding: 0;
        margin: 0;
        width:100%;
        min-width: 0px;
    }

    .headerBox {
        width:100%;
        background-color:#fff;
        /*box-shadow: 0px 2px 3px 1px #ccc;*/
    }

    .headerBannerImage {
        width: 100%;
        max-height: 400px;
    }

    .order-row{
        padding-top:20px;
    }

    .main {
        flex: 1;
        overflow: auto;
        /* margin-top:20px; */
        height:100%;
    }

    .modal-content {
        width: 100%; /* 适应屏幕宽度 */
        max-width: none; /* 取消最大宽度限制 */
    }

    .lineImage{
        width: 40px;
        bottom: 120px;
        left: 15px;
    }
    .lineImage-right{
        width: 40px;
        bottom: 115px;
        right: 10px;
    }
    .tiktokImage{
        width: 40px;
        bottom: 65px;
        left: 15px;
    }
    .tiktokImage-right{
        width: 40px;
        bottom: 60px;
        right: 10px;
    }
    .fixedBox{
        height:160px;
    }
    .catalog-login-title {
        font-size: 22px;
    }
    .catalog-about-title{
        font-size: 22px;
    }
}

.page-title{
    font-size: 24px;
    padding:15px;
    background-color:#fff;
    margin-bottom:20px;
    border-radius:10px;
    font-weight:bold;
    box-shadow:0px 1px 3px 1px #ccc;
    margin-top: 20px;
}

.sidebar {
    width: 150px; /* Change this value according to your needs */
    background-color: #5da6d2;
}

.sidebar ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.sidebar ul li {
    margin: 20px 0;
}

.sidebar_content {
    height:100%;
    padding: 10px;
}

.main {
    flex: 1;
    overflow: auto;
    /* margin-top:20px; */
    background-color:#eeeeee;
    height:100%;
    /*padding:15px;*/
    margin-bottom:50px;

}

footer {
    height: 40px;
    width: 100%;
    /*border-top:1px solid #444;*/
    /*border-bottom:1px solid #444;*/
    font-family:"Almarai",serif;
    text-align: center;
    line-height:2.8em;
    background-color: #eef2f5;
    bottom: 0px;
    position: fixed;
}

.menu_parent{
    text-align:center;
    line-height:60px;
}

.menu_child{
    color:white;
    font-weight:500;
    text-decoration:none;
}

.title_tab{
    background-color:#fafafa;
    padding:10px;
}

.banner_image{
    width:100%;
    height:200px;
    z-index:10;
    opacity:0.5;
}

.profile_image{
    z-index: 999;
    width: 80px;
    position: absolute;
    left: 35%;
    top:100px;
    border-radius: 50%;
    height: 80px;
    border:5px solid white;
}

.profile_name{
    z-index: 999;
    position: relative;
    left: 70%;
    top: -45px;
}

.profile_info{
    z-index: 999;
    position: absolute;
    left: 42%;
    top:150px;
    font-size: var(--font-size-xxl);
    font-weight: bold;
}

.title_tab_link{
    color:#5b5656;
    text-decoration:none;
}

.title_title_name{
    color: black;
    font-weight: bold;
    font-size: 22px;
    top: 10px;
    position: absolute;
    z-index: 999;
    padding-left: 20px;
}
.title_logout{
    top: 10px;
    right:35%;
    position: absolute;
    z-index: 999;
}

.buy_btn{
    background-color: #67b0dd;
    padding: 10px;
    border-radius: 10px;
}

#about_image{
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 60px;
    height: auto;
    cursor: pointer;
}

#policy_image{
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 60px;
    height: auto;
    cursor: pointer;
}

.box_about {
    position: relative;
}
.box_about:hover::before {
    position: fixed;
    bottom: 180px;
    right: 20px;
    content: '關於我們';
}

.box_policy {
    position: relative;
}
.box_policy:hover::before {
    position: fixed;
    bottom: 100px;
    right: 20px;
    content: '政策條款';
}

.user-info-container{
    background-size: cover;
    background-position: center;
    height: 106px;
    position: relative;
}
.user-info-customer-image{
    width: 36px;
    height: 36px;
    border-radius: 30px;
    float: right;
    margin: 3px;
}
.user-info-text{
     font-size: var(--font-size-lg);

    font-weight: 500;
    line-height: 22px;
    color: #5D5D5D;
}
.order-list{
    /* background-color: #ededed; */
    background-color: whitesmoke;
    /* border: 1px solid #ededed; */
}

.order-list-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 5px;
}

.banner {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

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

.menu-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.menu-item.active {
    font-weight: bold;
}
.order-title{
    display: flex;
    /* background: #d9d9d9; */
    height:45px;
    align-items: center;
    /* padding: 10px; */
    justify-content: space-around;
    border-radius:10px;
    color:#929293;
    cursor:pointer;
    font-weight:bold;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 20px;
    position: relative;
    margin-top: -22px;
    margin-bottom: 10px;
}

.order-card {
    margin-bottom: 10px;
    background: white;
    /* padding: 15px; */
    margin:20px 0px;
    border-radius:10px;
    /* box-shadow: 0px 1px 3px 1px #ccc; */
    box-shadow: 0px 4px 20px 0px #0000000D;
    cursor:pointer;
    color:#5d5d5d;
}
.custome-card{
    background: white;
    border-radius:10px;
    padding: 10px 0px 10px 10px;
}

.line-binding{
    padding: 20px 0px 0px 0px;
    width:95%;
}

.custome-name{
    font-size:  18px;
    font-weight: 800;
    margin-left:10px;
}

.home-card {
    margin-bottom: 10px;
    background: white;
    padding: 15px;
    margin:20px 0px;
    border-radius:10px;
    box-shadow: 0px 1px 3px 1px #ccc;
}


.order-image {
    width: 100px;
    margin-right: 20px;
}
.order-product-row{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.order-product-column{
    padding:20px 0px;
}

.float-buttons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.order-status-row{
    display:flex;
}
.order-status-tag{
    margin-right: 10px;
    color: #eb8132;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #feeee5;
    border: 1px solid #eb8132;
    border-radius: 5px;
    height: 25px;
    padding: 5px;
}

.gray-line-row{
    height: 1px;
    background: #ccc;
    margin: 0px 0px;
}
.pink-line-row{
    height: 1px;
    background: pink;
    margin: 5px 5px;
}

.order-title-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid #E2E2E2;
}
.order-title-detail{
    display:flex;
    align-items: center;
}
.order-title-quantity{
    font-size:24px;
    margin-right:5px;
    /*color: #000000;*/
}
.order-sub-total{
    font-weight:bold;
}
.order-title-text{
    /*color:#000000;*/
}
.order-row{
    display:flex;
    align-items: center;
}
.order-column{
    width:-webkit-fill-available;
}
.order-id{
    margin: 5px 0px;
    color: gray;
}
.check-button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 15px 20px 15px;
}
.order-button{
    color: white;
    font-weight: 300;
    text-decoration: none;
    /*margin: 0px 5px;*/
    /* float:right; */
}
.pink-btn{
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ff98ae;
    background: #ff98ae;
    border-radius: 15px;
}
.pay-btn{
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ff004e;
    background: #ff004e;
    border-radius: 4px;
}
.payable_amount_str{
    /*color: #ff004e;*/
    color: #000000;
    text-align: right;
}
.bank-btn{
    display: inline-block;
    padding: 12px 18px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #FF7777;
    background: #FF7777;
    border-radius: 4px;
}
.checkinfo-btn{
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #7DAECF;
    background: #7DAECF;
    border-radius: 4px;
}
.order-button-icon{
    position: absolute;
    right: 7px;
    background: white;
    color: #ff98ae;
    border-radius: 50%;
    width: 20px;
    display: flex;
    justify-content: center;
    top: 7px;
    height: 20px;
    align-items: center;
}
.order-button-text{
    position: relative;
    /*left: -10px;*/
    color: white;
    font-weight:bold;
    font-size: var(--font-size-md);
    line-height: var(--font-size-md);
}

@media (max-width: 600px) {
    .order-list-card {
        margin: 0 10px;
        width: auto;
    }
}
.order-info-card{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px
}
.order-info-card-title{
    font-size:24px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #ff98ae;
    font-weight: bold;
    color: #ff98ae;
}
.order-info-card-row{
    padding-top:20px;
    display:flex;
}
.order-info-card-column{
    width:50%;
}
.order-product-info-card{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px
}
.order-product-info-title{
    font-size:24px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #ff98ae;
    font-weight: bold;
    color: #ff98ae;
}
.order-product-card{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 0px;
}
.order-info-card-div-title{
    font-size: 24px;
}
.order-product-card-img{
    width:150px;
}
.order-info-card-div-body{
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #ff98ae;
}
.checkout-card-shipping-div{
    display:flex;
    /* align-items: center; */
    margin: 15px 0px;
}
.checkout-shipping-input-div{
    padding: 0px 10px 0px 0px;
    display: flex;
    padding-top: 2px;
}
.checkout-card-shipping-cost-text{
    color: #D33A3A;
    font-size: var(--font-size-lg);
}
.checkout-card-shipping-name-text{
     font-size: var(--font-size-lg);

    font-weight: bold;
    color: #000000;
}

.checkout-card-input{
    padding: 15px;
    margin: 10px 0px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    width: -webkit-fill-available;
}
.checkout-card-input::placeholder{
    color: #8d8d8d;
    padding: 0px 0px;
    font-weight: bold;
}
.checkout-card-input.pink{
    border: 1px solid #fe315c;
}
.checkout-card-input.pink::placeholder{
    color: #fe315c;
}
.checkout-card-input-div{
    position: relative;
    width: -webkit-fill-available;
}
.checkout-card-input-icon{
    position: absolute;
    color: #ff4444;
    top: 27px;
    left: 8px;
}
.total-line{
    color: #8d8d8d;
}
.total-line.final-total{
    color: black;
}

a.no-text-decoration{
    color:unset;
    text-decoration: unset;
}

.customerImage {
    width: 30px;
    height: auto;
    border-radius: 30px;
    float: right;
    margin: 3px;
}

.cartImage{
    width: 25px;
    height: auto;
}

.logoutButton{
    position: absolute;
    top: 20px;
    right: 35%;
}

.storeImage{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color:#ccc;
    border: 1px solid #fff;
}

.storeName{
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height:0px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    z-index:50;
    height: 38px;
    width: 55%;
}
.storeLogoImage{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right:5px;
    border: 2px solid #fff;
}

.activeOrderTab{
    background-color:#ffe3a9 !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    color:#000;
    box-shadow: 0px 4px 15px 0px #0000001A;
}

.OrderTab{
    width:33.333334%;
    text-align:center;
    color:#000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #FFF1F1;*/
}
.OrderTab:first-child{
    border-radius: 20px 0px 0px 20px;
}
.OrderTab:last-child{
    border-radius: 0px 20px 20px 0px;
}

.order-info-button{
    text-decoration: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 61%;
    height: 60px;
    top: 60px;
}

.dropdown-menu.show {
    display: block;
}

.user-profile:hover .dropdown-menu {
    display: block;
}

.customerHome{
    width: 35px;
    height: auto;
    border-radius: 30px;
}
.sellerLogo{
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-right:5px;
    border: 2px solid #fff;    
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup img {
    max-width: 80%;
    max-height: 80%;
    border: 2px solid #fff;
}

.close-popup {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

#LineBindButton{
    font-size: var(--font-size-xxl);
    text-align: center;
    background-color: #03c100;
    width: 50%;
    color: white;
    border: 0;
    width: 100%;
    border-radius: 10px;
    /*height:40px;*/
    padding:10px;
}



.checkout-card {
    margin: 0 auto;
}

.block {
    margin-bottom: 20px;
    padding:20px;
    background-color:#fff;
    border-radius:10px;
    box-shadow: 0px 1px 3px 1px #ccc;
    margin-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 14px 0px #00000040;
}

.checkout-card-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #676767;
}
.checkout-card-title.cart {
    padding: 15px;
    top: 1px;
    position: relative;
    align-items: center;
}

.product {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 0px;
    padding-left: 20px;
}

.product img {
    width: 150px;
}

.product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 20px;
}

.subtotal {
    /* border-top: 1px solid #ccc; */
    text-align: right;
    padding-top: 20px;
    font-size: 20px;
}

.options label {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    /* padding: 10px 0; */
}

.options label:last-child {
    border-bottom: none;
}

.options small {
    display: block;
    font-size: 0.8em;
    color: #555;
}

.total-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0;
}

.total-line span:last-child {
    min-width: 100px;
    text-align: left;
}

.total-line span + span {
    margin-left: 10px;
}
.final-total {
    font-size: 1.2em;
}
textarea, .btn {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0; /* 確保沒有邊距 */
}

textarea {
    padding: 10px;
    resize: vertical;
    margin: 20px 0;
    border-radius: 8px;
}

.checkout-save-btn {
    background-color: #ff6699;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: inherit; /* 使用父元素的字體 */
    font-size: inherit; /* 使用父元素的字體大小 */
    line-height: inherit; /* 使用父元素的行高 */
    outline: none; /* 移除焦點時的外框，如果需要的話 */
    -webkit-appearance: none; /* 移除在某些瀏覽器中的默認樣式 */
    -moz-appearance: none; /* 同上 */
    appearance: none; /* 同上 */
    border: unset;
    width: 90%;
    font-size: 20px;
    border-radius: 4px;
    font-weight: bold;
}
.input-row {
    display: flex;
    align-items: center;
    /*margin-bottom: 10px;*/
    justify-content: space-around;
    /*margin-top: 10px;*/
}

.input-row label {
    width: 150px;  /* 或其他適合的寬度 */
    margin-right: 10px;
}


.agreement {
    text-align: center;
    margin-bottom: 100px;
}

.store-btn {
    background-color: #7DAECF;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width:100px;
    font-family: inherit; /* 使用父元素的字體 */
     font-size: var(--font-size-sm);
 /* 使用父元素的字體大小 */
    line-height: inherit; /* 使用父元素的行高 */
    outline: none; /* 移除焦點時的外框，如果需要的話 */
    -webkit-appearance: none; /* 移除在某些瀏覽器中的默認樣式 */
    -moz-appearance: none; /* 同上 */
    appearance: none; /* 同上 */
    border: unset;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .checkout-card {
        margin: 0 10px;
        width: auto;
    }
}


.kol_broad {
    margin: 50px auto;
    background-color: white;
    filter: #d8d9da;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 1px #ccc;
}

.kol_broad .kol_board_title {
    padding: 10px 1rem;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold;
    /*color:#ff6699;*/
}

.kol_broad .kol_board_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.kol_broad .kol_text{
    color: #888;
    font-weight: 500;
     font-size: var(--font-size-md);

}

.kol_board_body *:not(:last-child)>.pull-left:nth-child(2) {
    /* position: relative; */
    padding-bottom: 20px;
}

.kol_board_body *:not(:last-child)>.pull-left:nth-child(2):before {
    content: '';
    position: absolute;
    left: -27.4px;
    top: 5px;
    width: 2.3px;
    height: 100%;
    background-color: #ff6699;
}
.headerBoxBanner{
    position: relative;
}

.catalog-login-centered-card {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color:#fff;
    border-radius:10px;
    box-shadow:0px 1px 3px 1px #ccc;
    margin-bottom:10px;
}

.catalog-login-content-login-card {
    padding: 20px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    text-align: center; /* 確保內容在卡片中居中 */
    margin-bottom: calc(100% - 30vh);
    width: 100%;
    padding:50px;
}

.catalog-login-description {
    margin: 0;
    margin-bottom: 20px;
     font-size: var(--font-size-xl);

}

.catalog-login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none; /* 移除超鏈接的下劃線 */
    transition: transform 0.2s ease;
}

.catalog-login-button:hover {
    transform: translateY(-2px);
    text-decoration: none; /* 在懸停時也確保沒有下劃線 */
}

.catalog-login-button:active {
    transform: translateY(1px);
}
.catalog-login-button{
    background-color: #000000;
}

.facebook-login-button {
    background-color: #0866ff;
}
.default-login-button{
    background: #FE315C;
}
.catalog-table-order-status{
    padding: 2px 4px;
     font-size: var(--font-size-md);

    display: inline-block;
    border-radius: 5px;
    min-width: 60px;
    display: flex;
    justify-content: center;
}
.catalog-table-order-status.blue{
    background-color: #eaf2fb;
    color: #4086d9;
    border:1px solid #4086d9;
    /*border: 1px solid #4086d9;*/
    font-weight: bold;
    font-size: var(--font-size-md);
}
.catalog-table-order-status.orange{
    background-color: #fdefe5;
    color: #e97016;
    border:1px solid #e97016;
    /*border: 1px solid #e97016;*/
    font-weight: bold;
    font-size: var(--font-size-md);
}

.catalog-table-order-status.green{
    background-color: #daf8eb;
    color: #198754;
    border:1px solid #198754;
    /*border: 1px solid #e97016;*/
    font-weight: bold;
    font-size: var(--font-size-md);
}

.catalog-table-order-status.purple{
    background-color: #F2EFFF;
    color: #916DBE;
    border:1px solid #916DBE;
    /*border: 1px solid #e97016;*/
    font-weight: bold;
    font-size: var(--font-size-md);
}

.btn-border-none{
    border: none;
}

.header-box-bar{
    display: flex;
    padding: 4px 0px 4px 0px;
}

.header-box-bar div{
    display: flex;
    align-items: center;
}

.order-content-row{
    display: flex;
    padding: 10px 15px 0px 15px;
}
.order-content-row-title{
    flex: 1;
    display: flex;
    align-items: center;
    /*color:#000000;*/
}
.order-content-row-value{
    flex: 1;
    display: flex;
    justify-content: flex-end;
     font-size: var(--font-size-lg);

}
.imageBlack{
    position: absolute;
    bottom: 0px;
    height: 40px;
    width:100%;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000047);*/
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00000094); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0000004D);
    
}

.sellerATMBlock{
    box-shadow: 2px 2px 3px 0px #00000059;
    background-color: #fffcf0;
    line-height: 26.06px;
    border-radius: 4px;
}

.atm-modal-text-color{
    color: #000000 !important;
}

.payback-btn{
    background-color: #FF7777;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: inherit; /* 使用父元素的字體 */
    font-size: inherit; /* 使用父元素的字體大小 */
    line-height: inherit; /* 使用父元素的行高 */
    outline: none; /* 移除焦點時的外框，如果需要的話 */
    -webkit-appearance: none; /* 移除在某些瀏覽器中的默認樣式 */
    -moz-appearance: none; /* 同上 */
    appearance: none; /* 同上 */
    border: unset;
    width: 90%;
    font-size: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.access-order-info-btn{
    background-color: #96b84d;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: inherit; /* 使用父元素的字體 */
    font-size: inherit; /* 使用父元素的字體大小 */
    line-height: inherit; /* 使用父元素的行高 */
    outline: none; /* 移除焦點時的外框，如果需要的話 */
    -webkit-appearance: none; /* 移除在某些瀏覽器中的默認樣式 */
    -moz-appearance: none; /* 同上 */
    appearance: none; /* 同上 */
    border: unset;
    width: 90%;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.payback-card-input-icon{
    position: absolute;
    color: #ff4444;
    top: 24px;
    left: 20px;
}

.payback-card-input-icon-right{
    position: absolute;
    color: #ff4444;
    top: 24px;
    left: 35px;
}

.subtotal-text{
     font-size: var(--font-size-lg);

    color: #000000;
}

.total-text{
    font-size: 18px;
    color: #000000;
}

.pay-radio{
    width: 20px;
    height: 20px;
}

.checkout-card-shipping-atm-text{
     font-size: var(--font-size-lg);

    /* font-weight: bold; */
    /* color: #8d8d8d; */
}

.customstore-text{
    color:gray;
     font-size: var(--font-size-md);

}

.info-text-color{
    color: #000000;
}

.user-link-list{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 44px;
    background-color: white;
    border: 2px solid #D4D4D4;
    border-radius: 6px;
    z-index: 1;
    width:105px;
    padding: 5px 0px;
}
.user-link-list-row-div{
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: 2px solid #D4D4D4;
    justify-content: center;
}
.user-link-list-row-div:last-child{
    border-bottom: 0;
}
.user-link-list-row-div-img{
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
.user-link-list-row-div-text{
    padding-top: 3px;
    color: #5D5D5D;

}
.user-link-list .col{
    padding: 20px;
}

.header-fixed{
    position: fixed;
    z-index: 999;
}

.header-absolute{
    position: absolute;
    z-index: 1000;
}

.font-inter{
    font-family: Inter;
}

.kol-btn-bg-color{
    background-color: #FF7777;
}

.checkout-email-input{
    padding-left: 15px;
}

.checkout-textarea::placeholder {
    font-weight: bold;
     font-size: var(--font-size-xl);

}

.color-black{
    color: #000000;
}

.store-name-text{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    height: 100%;
    display: block;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title-color{
    color: #5D5D5D !important;
}
.kol_broad .kol_board_title.title-pink-center{
    color: #FF6699;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.info-text-color{
    color: #373737;
}

.link-block{
    position: absolute;
    bottom: 10px;
    right: 5px;
    box-shadow: 0px 3.066666603088379px 10.733333587646484px 0px #00000040;
    background-color: #FFFFFF4D;
    border-radius: 15px;
    padding: 1px 20px 1px 20px;
    z-index: 998;
}

.link-block-img{
    width: auto;
    height: 100%;
    max-height: 38px;
}
.bg-none {
    background: none;
}
.dp-none{
    display: none;
}
.back-btn{
    width: 61px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-store-name{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    color: #FF6699;
}
.cursor-pointer{
    cursor: pointer;
}
.card-content-title{
     font-size: var(--font-size-lg);

}
.card-content-text{
     font-size: var(--font-size-md);

}

@media (max-width: 600px) {
    .storeName{
        height: 32px;
    }
    .store-name-text{
        font-size: 22px;
        line-height: 32px;
    }
    .link-block{
        padding: 1px 10px 1px 10px;
    }
    .kol_broad .kol_board_title{
        font-size: 20px;
    }
    .link-block-img{
        height: 32px;
    }
    .sellerLogo{
        width: 32px;
        height: 32px;   
    }
}

/* biotree */
.biotree{
    background-color: #b8c6d1;
    position: relative;
    width: 25%;
    left: 37.5%;
}
.biotree-header{
    width: 100%;
    height: 25vh;
    background-size: cover;
}

/* 新版模式的header高度 */
.biotree-header-new{
    height: 20vh;
}
.biotree-header-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 35% 80%, 65% 80%, 0% 100%); */
}
.main-content{
    min-height: 100vh;
}
.biotree-logo-container{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(25vh - 112px);/*多計算container (132-100)*0.5 */
    width: 132px;
    height: 132px;
    background-color: #b8c6d1;
    border-radius: 50%;
}

/* 新版模式下的logo容器位置 */
.biotree-header-new + .biotree-logo-container-new ~ .biotree-logo-container{
    top: calc(20vh - 112px);
}
.biotree-logo-border{
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
    width: 112px;
    height: 112px;
}
.biotree-logo-img{
    width: 100px;
    height: 100px;
    /* border: 6px solid #fff; */
    border-radius: 50%;
    object-fit: cover;
}
.biotree-store-name{
    width: 50%;
    font-size: 28px;
    line-height: 34px;
    margin-top: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 500;
}

/* 新版模式的logo容器 */
.biotree-logo-container-new{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    padding: 0 20px;
    gap: 20px;
    width: 100%;
}

/* 新版模式的商店信息容器 */
.biotree-store-info-new{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    gap: 8px;
}

/* 新版模式的logo */
.biotree-logo-new{
    flex-shrink: 0;
}

.biotree-logo-img-new{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
}

/* 新版模式的商店name */
.biotree-store-name-new{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    text-align: left;
}

/* 新版模式下的社群連結樣式 */
.biotreee-customer-community-link-list-new{
    width: 100%;
    /* padding: 0px 5%; */
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    margin-top: 10px;
}
.biotree-store-aboutus{
    width: 80%;
    margin-top: 6px;
     font-size: var(--font-size-md);

    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.biotree-store-announcement-block{
    width: 100%;
    margin-top: 20px;
    padding: 0 5%;
}
.biotree-store-announcement-title{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}
.biotree-store-announcement{
     font-size: var(--font-size-lg);

    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    text-transform: none;
    border-radius: 10px;
    white-space: pre-wrap;
    /* background: #fafafa; */
}
.biotree-customer-custom-link-list{
    width: 100%;
    padding: 0px 5%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* max-width: 300px; */
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}
.biotree-customer-custom-link{
    width: 100%;
    height: 55px;
    min-height: 55px;
    background: #fafafa;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 4px 20px 0px #0000001A;
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    position: relative;
}
.biotree-customer-custom-link-img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.biotree-customer-custom-link-text{
    padding-left: 10px;
     font-size: var(--font-size-md);

    line-height: 18px;
}
.biotreee-customer-community-link-list{
    width: 100%;
    display: flex;
    justify-content: center;
}
.biotree-customer-community-link{
    /* background: white; */
    border-radius: 100%;
    /* width: 40px;
    height: 40px; */
    margin: 0px 5px;
}
.biotree-customer-community-link-text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.biotree-customer-community-link-img{
    width: 24px;
    height: 24px;
}
.biotree-footer-link-block{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}
.biotree-footer-link{
    text-decoration: none;
    color: inherit;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid;
    padding: 20px 40px;
    border-radius: 20px;
}
.biotree-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
     font-size: var(--font-size-md);

    margin-top: 20px;
    /* justify-content: center; */
    /* position: absolute; */
    /* bottom: 0px; */
    /* margin-top: 60px; */
    /* background-color: #f5f5f5; */
}

.biotree-setting{
    display: flex;
    min-height: 100vh;
}
.show-main-content{
    flex: 1;
    background-color: #bebebe;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 80px;
}
.biotree-show-container{
    width: 100%;
    background-color: #b8c6d1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}
.setting-main-content{
    flex: 1;
    /* background-color: #fafafa; */
    padding: 0px 20px;
    max-width: 50%;
    overflow-y: auto;
    max-height: 100vh;
}
.setting-show-header-image{
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin: 0px 40px;
}
.setting-image-block{
    margin: 10px 0px;
    padding: 5px;
    /* border: 1px solid; */
    cursor: pointer;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.selected-image-block{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}
.setting-image{
    width: 100px;
    height: 100px;
}
.setting-custom-theme{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    border-radius: 10px;
    /* height: 400px; */
}
.setting-custom-theme-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    /* background-color: gray; */
}
.setting-custom-theme-tab-option{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 3px solid #abaaaa;
    color: #abaaaa;
}
/* .setting-custom-theme-tab-option:hover{
    color: black;
    border-bottom: 3px solid white;
} */
.selected-custom-theme{
    color: black;
    border-bottom: 3px solid black;
}
.setting-custom-theme-color{
    padding: 40px;
}
.setting-custom-theme-texture{
    padding: 40px;
}
.setting-custom-theme-color-option{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    background: gray;
}
.setting-option-container{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    border-radius: 10px;
    /* height: 120px; */
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}
.setting-option-img-block{
    background-color: #e8e8e8;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.setting-option-text{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    margin-left: 20px;
    font-weight: bold;
    font-size: 24px;
}
.setting-option-icon{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.selected-color{
    border: 3px solid;
}
.biotree-header-div{
    overflow: hidden;
}
.top-half-ellipse-mask{
    height: 50px;
    background: #b8c6d1;
    position: absolute;
    /*
    width: 100%;
    bottom: -1px;
    clip-path: ellipse(50% 100% at 50% 100%);
    */
    width: 110%;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: ellipse(50% 100% at 50% 100%);
}
/* 大型平板或小型桌面上的樣式 */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .biotree{
        width: 50%;
        left: 25%;
    }
    .cartBoxBottom.biotree-event{
        width: 50%;
    }
}
/* 平板上的樣式 */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .biotree{
        width: 70%;
        left: 15%;
    }
    .cartBoxBottom.biotree-event{
        width: 70%;
    }
}
/* 手機上的樣式 */
@media only screen and (max-width: 599px) {
    .biotree{
        width: 100%;
        left: 0%;
    }
    .cartBoxBottom.biotree-event{
        width: 100%;
    }
}

a.page-link{
    border: 1px solid #e3e3e3;
    color: #888888;
}

.page-item.active>.page-link {
    background: #888888;
    border: 1px solid #888888;
}

.page-link:focus{
    box-shadow: none;
}

.page-item.disabled>.page-link, .page-link.disabled {
    /*display: none;*/
    background:white;
}

.checkout-textarea{
    border:1px solid #e2e2e2;
}

.checkout-textarea::placeholder{
    font-size: var(--font-size-md);
}

h4{
    font-weight: bold;
}

.no-order-box{
    /* position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-order-text{
     font-size: var(--font-size-xl);

    color:#5d5d5d;
    font-weight:bold;
}
.color63{
    color:#636363;
}
.event-show-container{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.onepageBannerImage{
    width:100%;
    height:auto;
}

.onepage-product-default-box{
    border-radius: 4px;
    background-color: #FFFFFF;
    height: min-content;
    padding: 0px;
    margin: 15px 0px;
    box-shadow: 0 2px 8px #c4c4c4;
    position: relative;
}

.onepage-show-container{    
    width: 100%;
    background-color: #ffffff;
    position: relative;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
}

.onepage-show-container2{    
    background-color: #ffffff;
}

.product_description_box{
    font-size: var(--font-size-md);
    letter-spacing: 0.5px;
    word-wrap: break-word;
    text-transform: none;
    border-radius: 10px;
    white-space: pre-wrap;
    font-weight: normal;
    color: #5D5D5D;
}


.cartBox{
    position: fixed;
    top: 89%;
    right: 35%;
    cursor: pointer;
}
.cartBoxBottom{
    position: fixed;
    top: 88%;
    height: 13%;
    cursor: pointer;
    background: #FFFFFF;
    width: 25%;
    min-width: 474px;
}
.cart-list-dialog{
    margin:0;
}
.cart-list-content{
    position: fixed;
    top: 30%;
    height: 70%;
    width: 25%;
    min-width: 474px;
    margin-left: 37.5%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.onepage-list-card-bottom-div{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -1px 10px 1px #c4c4c4;
}

.cart-list-footer{
    position: relative;
    height: 15%;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px -1px 10px 1px #c4c4c4;
    width: 100%;
}
.onepage-event-buttom-orange{
    border-radius: 6px;
     font-size: var(--font-size-xl);

    font-weight: bold;

    --bs-btn-bg: #FF6D6D;
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #cccccc;
    --bs-btn-hover-bg: #FF6D6D;
    --bs-btn-hover-color: #cccccc;
    --bs-btn-hover-border-color: #cccccc;
    --bs-btn-active-bg: #FF6D6D;
    --bs-btn-active-color: #cccccc;
    --bs-btn-active-border-color: #cccccc;
    box-shadow: 3px 3px 7px 0px #8A8A8A40;


}
.onepage-event-buttom-outline-orange{
    border-radius: 6px;
     font-size: var(--font-size-xl);

    font-weight: bold;

    --bs-btn-bg: #ffffff;
    --bs-btn-color: #FF6D6D;
    --bs-btn-border-color: #FF6D6D;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-color: #FF6D6D;
    --bs-btn-hover-border-color: #FF6D6D;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-color: #FF6D6D;
    --bs-btn-active-border-color: #FF6D6D;
    box-shadow: 3px 3px 7px 0px #8A8A8A40;

}

.onepage-list-card-bottom-buttom{
    width: 75%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px 10px 0px 5px;
}
.cart-list-footer-buttom{
    width: 45%;
    min-width: 100px;
    height: 50px;
    font-size: var(--font-size-lg);
}
.cart-list-footer-pink-buttom{
    border-color: #FF6D6D;
    color: #FF6D6D;
    background-color: #FFF6F6;
}

.onepage-product-default{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 13vh;
}

.store-onepage-product-default{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: calc(13vh - 50px);
}

.onepage-product-default-box-image{
    padding: 3px .5rem;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.onepage-product-default-box-text-name{
    font-size: var(--font-size-lg);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.onepage-product-default-box-text-price{
    font-size: var(--font-size-lg);
    font-weight: bold;
    color:#ff5151;
    margin-bottom: 5px;
}
.onepage-product-default-box-text-qunantity-title{
    font-size: var(--font-size-md);
    word-break: keep-all;
    color: #5d5d5d;
    margin-right: 3px;
}
.onepage-product-default-box-text-qunantity-btn-minus{
    background:#999;
    color:#fff;
    min-width:25px;
    height:30px;
    cursor:pointer;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 1px 0px;
     font-size: var(--font-size-lg);

}
.onepage-product-default-box-text-qunantity-btn-add{
    background:#999;
    color:#fff;
    min-width:25px;
    height:30px;
    cursor:pointer;
    text-align: center;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 1px 0px;
    font-size: var(--font-size-lg);

}
.onepage-product-default-box-product-checked-btn{
    background-color: #f77;
    color:#fff;
    height: 30px;
    font-size: var(--font-size-sm);
}
.onepage-product-default-box-product-no-check-btn{
    height: 30px;
    font-size: var(--font-size-sm);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ececec;
    color: #5d5d5d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF6D6D;
    --bs-btn-active-color: #5d5d5d;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #FF6D6D;
}
.onepage-product-default-box-product-no-quantity-btn{
    height: 30px;
    font-size: var(--font-size-sm);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #5d5d5d;
    background-color: #FDD854;
    --bs-btn-hover-color: #5d5d5d;
    --bs-btn-hover-bg: #ececec;
    --bs-btn-active-color: #5d5d5d;
    --bs-btn-active-bg: #ececec;
    --bs-btn-active-border-color: #FDD854;
    font-weight: bold;
}
.onepage-product-default-box-text-qunantity-input{
    border-radius: 0px;
    text-align: center;
     font-size: var(--font-size-sm);

    color: #5d5d5d;
    height: 30px;
    padding:0;
}
.onepage-product-default-box-text-qunantity{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.onepage-checkout-div{
    display: flex;
    justify-content: center;
    text-align:center;
    margin: 30px 0px;
}
.onepage-checkout-btn{
    align-items:center;
    justify-content:center;
    width: 80%;
    border-radius: 20px;
    background-color: #e53030;
    color: #fff;
    box-shadow: -1px 3px 5px 1px #c5c5c5
}

.onepage-product-default-box-show-product-icon-div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 3px;
}
.onepage-product-default-box-show-product-icon-i{
     font-size: var(--font-size-sm);

}
.event-product-info-modal-dialog{
    max-width: 400px;
}
.event-product-info-modal-product-description-title{
    font-size: var(--font-size-lg);
    color: #5D5D5D;
}
.event-product-info-modal-product-description-body-text{
     font-size: var(--font-size-lg);

}

.event-picture-img{
    /* border-radius: 2px; */
    width: 100%;
    height: auto;
    /* border: 6px solid #fff; */
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.event-picture-text{
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 0px 10px 0px;
    font-size: var(--font-size-md);
    font-weight: normal;
}
.onepage-list-card-icon-div{
    background: #2960ec;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}
.modal-header-cart-list{
    background-color: #eeeeee;
    height:50px;
    border-bottom:0px;
}

.modal-header-cart-list-title-div{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #5D5D5D;
}

.modal-header-cart-list-title-close-btn{
     font-size: var(--font-size-sm);

}
.modal-body-cart-list-product-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px;
    border-bottom: 1px solid #EBEBEB;
    min-height: 75px;
}

.modal-body-cart-list-product-info-div-name{
     font-size: var(--font-size-lg);

}
.modal-body-cart-list-product-info-div-option{
     font-size: var(--font-size-md);

}
.modal-body-cart-list-product-info-div-price{
     font-size: var(--font-size-md);

}
.modal-body-cart-list{
    height: auto;
    overflow: auto;
    padding: 0px;
}
.catalog-alert{
    position: fixed;
    z-index: 999;
    width: 24%;
    margin: 10px 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--font-size-md);
    top: 10px;
}
.catalog-alert-close{
    width: auto;
    float:right;
    line-height:15px;
    color: #9c9c9c;
    margin-left: auto;
}
.onepage-list-card-icon-div-red-dot{
    position: absolute;
    background: #ff3f40;
    width: 10px;
    height: 10px;
    z-index: 6;
    top: 3px;
    right: 5px;
    border-radius: 50%;
}
.visibility-hidden{
    visibility: hidden;
}
.onepage-no-product-div{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fe315c;
    margin: 30px 20px;
    border-radius: 2px;
    background: #ffffff
}

/* 大型平板或小型桌面上的樣式 */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .catalog-alert{
        width: 48%;
        margin-left: 25%
    }
    .cartBox{
        top: 80%;
        right: 23%;
    }
    .cartBoxBottom{
        width: 100%;
        max-width: 700px;
    }
    .cart-list-content{
        width: 100%;
        max-width: 700px;
        margin-left: 0;
    }
}
/* 平板上的樣式 */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .catalog-alert{
        width: 68%;
        margin-left: 16%;
    }
    .cartBox{
        top: 80%;
        right: 12%;
    }
    .cartBoxBottom{
        width: 100%;
        max-width: 700px;
    }
    .cart-list-content{
        width: 100%;
        max-width: 700px;
        margin-left: 0;
    }
}
/* 手機上的樣式 */
@media only screen and (max-width: 599px) {
    .catalog-alert{
        width: 97%;
        margin-left: 1%;
    }
    .cartBox{
        top: 80%;
        right: 1%;
    }
    .onepage-product-default-box-text-name{
        //font-size: var(--font-size-sm);
    }
    .onepage-product-default-box-text-price{
        //font-size: var(--font-size-sm);
    }
    .onepage-product-default-box-text-qunantity-title{
         //font-size: var(--font-size-sm);

    }
    .onepage-list-card-icon-div{
        padding: 4px;
    }
    .cartBoxBottom{
        width: 100%;
        min-width: 0;
    }
    .cart-list-content{
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }
}
.modal-body-cart-list-product-row-delete-div-icon{
    width: 30px;
    height: 30px;
}
.event-product-info-modal-body-main-img{
    aspect-ratio: 1 / 1;
    height: fit-content
}
.event-product-info-modal-body-text-div{
    font-weight: bold;
    font-size: var(--font-size-xxl);
    line-height: 30px;
}
.event-product-info-modal-body-text-title{
    font-size: var(--font-size-xl);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.single-line-text-truncate{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.word-break-break-all {
    word-break: break-all;
}
.white-space-normal {
    white-space: normal;
}
.white-space-nowrap{
    white-space: nowrap;
}
.white-space-pre-line{
    white-space: pre-line;
}
.cursor-auto{
    cursor: auto;
}

[v-cloak] {
    display: none;
}
.biotree-body-expired-text-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    
}
.biotree-body-expired-title{
    font-size: 24px;
    font-weight: bold;
}
.biotree-body-expired-description{
     font-size: var(--font-size-lg);

    font-weight: normal;
}

.mt-100px{
	margin-top:100px;
}
.pinned-event{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFE896;
    font-size: 10px;
    color: #E71616;
    padding: 2px;
}
.p-6px{
    padding: 6px;
}
.border-2px{
    border-radius: 2px;
}

.user-link-list-row{
    display: flex;
    flex-direction: column;
}
.display-none{
    display: none;
}
.catalog-home-icon-div{
    height: 22px;
}
.catalog-reback-icon-div{
    height: 26px;
}
.catalog-div-icon-img{
    height: 100%;
}
.justify-content-space-around{
    justify-content:space-around;
}

.modal-header-cart-list{
    background-color: #eeeeee;
    height:50px;
    border-bottom:0px;
}

.modal-header-cart-list-title-div{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #5D5D5D;
}

.modal-header-cart-list-title-close-btn{
     font-size: var(--font-size-sm);

}
.modal-content-exit-warning{
    width: 100%;
    margin: auto;
    max-width: 350px;
}
.modal-header-exit-warning{
    background: #F6F6F6;
    border: 0;
}
.modal-header-exit-warning-title-div{
    width: 100%;
     font-size: var(--font-size-lg);

    font-weight: 700;
    color: #5D5D5D;
}

.modal-body-exit-warning-body-text{
     font-size: var(--font-size-md);

    font-weight: normal;
    line-height: 22px;
}
.modal-footer-exit-warning{
    border: 0;
}
.exit-warning-footer-buttom{
    width: 150px;
    height: 40px;
    font-size: var(--font-size-md);

    font-weight: normal;
}
.header-box-home-icon{
    display: flex;
    align-items: center;
    position: absolute;
}
.customer-info-list{
    padding: 20px;
    background-color: #f5f5f5;
}
.customer-info-div{
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 15px;
    margin-bottom: 30px;
}
.customer-info-div.div-shadow{
    box-shadow: 0px 4px 8px 0px #00000040;
}
.customer-info-card{
    padding: 0;
}
.customer-info-card .customer-info-header{
    padding: 10px 15px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E2E2E2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.customer-info-body.base-info{
    padding: 5px 10px;
}
.customer-info-card .customer-info-body{
    padding: 15px 15px;
}
.customer-info-body-text-remind-binding{
    color: #35BE5B;
     font-size: var(--font-size-sm);

    margin-left: auto;
    word-break: keep-all;
}

.customer-info-body-text-remind-binding.notbound{
    color: #ff0000;
}

.customer-info-row{
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 15px;
    pointer-events: none;
}
.customer-info-row-header-remind-text{
    margin-left: auto;
    text-decoration: underline;
    font-size: var(--font-size-sm);
    font-weight: normal;
    color: #1877F2;
    cursor: pointer;
}
.customer-info-row-body-text-div{
     font-size: var(--font-size-md);

    color: #5D5D5D;
}
.customer-info-row-body-button-div{
     font-size: var(--font-size-lg);

    width: 100%;
    margin: 10px 0px;
}
.customer-info-row-body-icon-img{
    height: 15px;
    margin-right: 10px;
}

.change-account-icon-img{
    margin-left: auto;
    height: 12px;
}

.user-info-container.biotree-template-bg-FFE5E5{
    background-color: #FFF3D5;
    background-image: url("../images/kol/catalog_user_info_container_bg.svg");
}
.user-info-container.biotree-template-bg-D2F4F7{
    background-color: #D2F4F7;
    background-image: url("https://storage.googleapis.com/shared_uploads/system/moki_system_catalog_header_icon_background_C5E3FF.png");
}
.user-info-container.biotree-template-bg-F7F0AF{
    background-color: #F7F0AF;
    background-image: url("../images/kol/catalog_user_info_container_bg.svg");
}
.user-info-container.biotree-template-bg-EBF5E3{
    background-color: #EBF5E3;
    background-image: url("https://storage.googleapis.com/shared_uploads/system/moki_system_catalog_header_icon_background_CAEDD8.png");
}
.user-info-container.biotree-template-bg-E9E5FF{
    background-color: #E9E5FF;
    background-image: url("https://storage.googleapis.com/shared_uploads/system/moki_system_catalog_header_icon_background_F1D7F8.png");
}
.w-95{
    width: 95%;
}
.align-items-flex-start{
    align-items: flex-start;
}
.biotree-customer-custom-link-image-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.link-reset{
    color: inherit;
    text-decoration: none;
}

.margin-left-auto{
    margin-left: auto;
}
.user-info-customer-bind-account-f-icon{
    font-weight: bold;
    width: 14px;
    text-align: center;
}
.btn-account-bind{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 85px;
}
.modal-height-RWD{
    height: calc(100% - var(--bs-modal-margin));
}
.onepage-product-default-box-text-option-select{
     font-size: var(--font-size-sm);

    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.word-break-keep-all{
    word-break:keep-all;
}
.customer-info-blue-color{
    color: #1877F2;
}
.customer-info-row-shopping-credit-number{
    font-size: 22px;
    margin: 0px 5px;
}
.align-items-baseline{
    align-items: baseline;
}
.customer-shopping-credit-banner-row{
    display: flex;
    align-items: center;
    margin: 2px 0px;
}
.customer-shopping-credit-banner-row-icon{
    height: 18px;
    margin: 1px 4px;
}
.customer-shopping-credit-banner-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    color: #5D5D5D;
     font-size: var(--font-size-lg);

}
.customer-shopping-credit-banner-number{
    font-size: 24px;
    margin: 0px 5px;
    font-weight: bold;
}
.cart-product-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}
.cart-product-list-card{
    display: flex;
    overflow: auto;
    gap: 0px;
    padding: 0px 15px;
    flex-direction: column;
    max-height: 430px;
    position: relative;
}
.checkout-shopping-credit-title{
    color: #5D5D5D;
    margin-top: 7px;
}
.checkout-shopping-credit-button{
    max-width: fit-content;
    margin-left: 10px;
}
.checkout-shopping-credit-input-div{
    height: 42px;
    margin: 5px 0px;
}
.checkout-shopping-credit-input{
    border: 1px solid #cececf;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.checkout-shopping-credit-input-button{
    display: flex;
    align-items: center;
    padding: 0px 10px;
    word-break:keep-all;
    height: 100%;
    background: #7caed2;
    color: #ffffff;
    border-color: #7caed2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
     font-size: var(--font-size-lg);

    font-weight: bold;
    cursor: pointer;
}
.checkout-shopping-credit-alert{
     font-size: var(--font-size-sm);

}
.checkout-shopping-credit-alert.success{
    color: #35BE5B;
}
.checkout-shopping-credit-alert.error{
    color: #FF4444;
}
#translate-language-icon {
    color: #5d5d5d;
    margin-right: 5px;
    font-size: var(--font-size-lg);

}
#google_translate_element {
    text-align: center;
}
#language-selector{
    width: 80px;
    border: none;
    background: none;
}

.cart-product-card-checkbox input[type="checkbox"] {
    display: none;
}
.cart-product-card-checkbox-label{
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #BBBFC1;
    background-color: transparent;
    border-radius: 3px;
    top: 4px;
}
.cart-product-card-checkbox-label-checked{
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(https://storage.googleapis.com/shared_uploads/system/admin_list_checked_box.png);
    top: 4px;
    background-size: cover;
}
.cart-product-card-checkbox-label.disable{
    background:linear-gradient(45deg, transparent 49%, #3d3d3d 51%, #3d3d3d 51%, transparent 49%);
}
.cart-product-card-column{
    width: 100%;
    padding: 0.5rem 0rem;
}
.cart-product-card-img{
    max-width: 85px;
    width: 100%;
}
.cart-product-card-column-body{
    min-width: fit-content;
    width: min-content;
}
.cart-product-card-column-body-product-qunantity-input{
    border-radius: 0px;
    text-align: center;
     font-size: var(--font-size-sm);

    color: #5d5d5d;
    height: 20px;
    padding:0;
}
.cart-product-list-option-text{
    color:#b1b1b1;
    position: relative;
    font-size: var(--font-size-sm);
    overflow-wrap: anywhere;
}
.cart-product-manager-table{
    border-collapse: separate;
    border-spacing: 0 10px;
}
.cart-product-manager-modal-dialog{
    height: 80%;
}
.cart-product-manager-modal-content{
    height: auto;
    max-height: 100%;
}
.cart-product-manager-modal-body{
    overflow: auto;
    padding: 0px 10px;
}
.cart-product-manager-table-body-delete-div-icon{
    width: 25px;
    height: 25px;
    position: relative;
    left: 2px;
}


.cart-product-card-order-id-text{
    font-size: var(--font-size-lg);
    font-weight: bold;
}
.cart-product-list-name-td{
    min-height: 100px;
}
.cart-product-list-quantity-td-input{
    font-size: var(--font-size-md);
}
.cart-product-card-order{
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    color: #5D5D5D;
}
.checkout-card-title-div{
    border-bottom: 1px solid #E2E2E2;
}
.cart-product-card-order-label{
    width: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.cart-product-card-order-value{
    display: flex;
}

.cart-product-manager-product-list-detail-active-delete-icon{
    width: 30px;
    height: 30px;
    position: relative;
    left: 20px;
}
.cart-product-manager-product-list-img-img{
    width: 110px;
    aspect-ratio: 1 / 1;
}
.cart-product-manager-product-list-div{
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.cart-product-manager-product-list-detail-div{
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}
.cart-product-manager-product-list-detail-active{
    margin-top: auto;
    display: flex;
    align-items: baseline;
}
.cart-product-manager-product-list-detail-active-quantity{
    display: flex;
    max-width: 150px;
}
.cart-product-manager-product-list-detail-text{
    font-size: 16px;
}
.cart-product-manager-product-list-detail-text.name{
    padding-top: 3px;
}
.cart-alert{
    position: relative;
    z-index: 999;
    margin: 10px 5px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    font-size: var(--font-size-md);
}
.onepage-product-default-box-text-qunantity-input.cart{
    max-width: 90px;
}

.onepage-product-default-box-text-qunantity-input.cart::-webkit-inner-spin-button,
.onepage-product-default-box-text-qunantity-input.cart::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.cart-list-footer.cart{
    box-shadow: none;
}
.cart-product-list-card-fixed-button{
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    gap: 0.5rem;
}
.checkout-card-allcheck-btn{
    width: 65px;
    border-radius: 2px;
}
.wrap-anywhere{
    overflow-wrap: anywhere;
}
.checkout-card-product-name-text{
    font-size: var(--font-size-md);
   color: #000000;
}
.checkout-card-product-sub-total-text{
    font-size: var(--font-size-md);
   font-weight: bold;
   color: #000000;
}
.checkout-card-total-text{
    font-size: var(--font-size-lg);
}

.cart-product-manager-product-list-empty-alert{
    margin: 20px 10px;
}

.shop-card-list-qty-minus-btn{
    background:#999;
    color:#fff;
    min-width:20px;
    height:25px;
    cursor:pointer;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 2px 0px;
    font-size: var(--font-size-md);

}
.shop-card-list-qty-plus-btn{
    background:#999;
    color:#fff;
    min-width:20px;
    height:25px;
    cursor:pointer;
    text-align: center;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2px 0px;
    font-size: var(--font-size-md);
}
.shop-card-list-qty-input{
    border-radius: 0px;
    text-align: center;
    font-size: var(--font-size-sm);
    color: #5d5d5d;
    height: 25px;
    padding:0;
}

.shop-cart-product-option-text{
    font-size: var(--font-size-md);
    background: #F6F6F6;
    border-radius: 5px;
    overflow-wrap: anywhere;
}

.shop-cart-product-name-text{
    font-size: var(--font-size-md);
    color: #5C5C5C;
}

.shop-event-title-text{
    font-weight: bold;
    font-size: var(--font-size-md);
}

.shop-cart-product-delete-icon{
    width: 30px;
    height: 25px;
}

.shop-cart-sub-total-price-text{
    color:#5D5D5D;
    font-size: var(--font-size-md);
}

.shop-cart-product-count-text{
    color:#5D5D5D;
    font-size: var(--font-size-md);
}

.shop-delete-cart-btn{
    width: 90%;
    font-size: var(--font-size-md);
}

@media only screen and (max-width: 768px) {
    .shop-delete-cart-btn{
        width: 100%;
        font-size: var(--font-size-md);
    }
}

.onepage-product-default-box-product-joining-btn{
    height: 30px;
    font-size: var(--font-size-sm);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #5d5d5d;
    background-color: #fde6e7;
    --bs-btn-hover-color: #5d5d5d;
    --bs-btn-hover-bg: #fde6e7;
    --bs-btn-active-color: #5d5d5d;
    --bs-btn-active-bg: #fde6e7;
    --bs-btn-active-border-color: #fde6e7;
    font-weight: bold;
}

.modal-header-event-product{
    padding: 0.5rem 1rem;
}
.modal-title-event-product{
    line-height: normal;
    font-size: var(--font-size-xl);
    color: #5D5D5D;
}
.modal-header-event-div{
    position: relative;
    display: flex;
    height: 100%;
}
.modal-header-pink-line{
    width: 3px;
    border-radius: 10px;
    background: #FF004F;
    position: relative;
    margin: 2px 0px;
}
.event-product-info-modal-body-text-price{
    color: #FF3333;
    padding-bottom: 0.5rem;
}
.event-product-info-modal-body-img-change-btn-div{
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.event-product-info-modal-body-img-change-btn-icon{
    width: 10px;
}
.event-product-info-modal-body-img-list-focus{
    border: 2px solid #FFAEAE
}
.event-product-info-modal-product-option-description{
    overflow-y: overlay;
    padding:0 1rem;
}
.event-product-info-modal-body-img-change-btn-div.img-change-right{
    margin-left: 1px;
}

.product_description_box img{
    max-width: 100%;
}
.note-video-clip{
    width: 100%;
}

.shop-notification-dot {
    height: 8px;
    width: 8px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    top: 1px;
    right: -8px;
    /*border: 2px solid white;*/
    color: #fff;
    font-size: var(--font-size-sm);
    padding: 4px 3px;
    font-weight: bold;
    text-align: center;
    display: none;
}
.line-login-button{
    background-color: #06C755;
}
.onepage-list-card-right-buttom{
    width: 25%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px 5px 0px 10px
}
.user-info-customer-bind-account-button-list{
    margin-left: auto;
    display: flex;
    gap: 5px;
}

/* 隱藏翻譯浮動工具條 */
.goog-te-banner-frame, 
.goog-te-balloon-frame, 
#goog-gt-tt,
.goog-te-combo,
.goog-te-gadget-icon,
.goog-te-spinner-pos,
.goog-te-feedback {
  display: none !important;
}

.event-product-info-modal-body-btn-list{
    padding: 0.5rem 1rem;
}

.event-product-info-modal-body-btn-add{
    border-radius: 6px;
    font-size: var(--font-size-xl);
    box-shadow: 3px 3px 7px 0px #8A8A8A40;
    
    --bs-btn-bg: #FF6D6D;
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #cccccc;
    --bs-btn-hover-bg: #FF6D6D;
    --bs-btn-hover-color: #cccccc;
    --bs-btn-hover-border-color: #cccccc;
    --bs-btn-active-bg: #FF6D6D;
    --bs-btn-active-color: #cccccc;
    --bs-btn-active-border-color: #cccccc;
}
.event-product-info-modal-body-btn-close{
    border-radius: 6px;
    font-size: var(--font-size-xl);
    box-shadow: 3px 3px 7px 0px #8A8A8A40;
    
    --bs-btn-bg: #ffffff;
    --bs-btn-color: #FF6D6D;
    --bs-btn-border-color: #FF6D6D;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-color: #FF6D6D;
    --bs-btn-hover-border-color: #FF6D6D;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-color: #FF6D6D;
    --bs-btn-active-border-color: #FF6D6D;
}
.filter-product-page{
    font-size: var(--font-size-xl);
}
.filter-product-page.onepage-product-default-box-text-name{
    font-size: var(--font-size-xxl);
}
.filter-product-page.onepage-product-default-box-text-price{
    font-size: var(--font-size-xxl);
}
.filter-product-page.onepage-product-default-box-text-qunantity-title{
    margin-right: 1rem;
}
.filter-product-page.onepage-product-default-box-product-no-check-btn{
    height:50px;
}
.event-product-info-modal-body-option-list{
    padding: 0rem 1rem 0.5rem 1rem;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.filter-product-page-box-option-btn-list{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.onepage-product-default-box-text .filter-product-page{
    margin-bottom: 0.5rem;
}
.filter-product-page.onepage-product-default-box-text-qunantity-btn-minus{
    min-width: 40px;
    height: 40px;
    padding: 5px 0px;
}
.filter-product-page.onepage-product-default-box-text-qunantity-input{
    height: 40px;
}
.filter-product-page.onepage-product-default-box-text-qunantity-btn-add{
    min-width: 40px;
    height: 40px;
    padding: 5px 0px;
}
.onepage-product-default-box-title{
    font-size: var(--font-size-xxl);
    margin-top: 15px;
    color:#FF6D6D;
    font-weight: bold;
}
.catalog-modal-alert{
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.event-product-info-modal-body-btn-add.no-quantity{
    color: #5d5d5d;
    background-color: #FDD854;
    --bs-btn-hover-color: #5d5d5d;
    --bs-btn-hover-bg: #ececec;
    --bs-btn-active-color: #5d5d5d;
    --bs-btn-active-bg: #ececec;
    --bs-btn-active-border-color: #FDD854;
}
.event-product-info-modal-body-text-col{
    display: flex;
    flex-wrap:wrap;
    padding:1rem 1rem 0 1rem;
}
.filter-product-page.onepage-product-default-box-image{
    padding: 1rem;
}
.filter-product-page.onepage-product-default-box-text{
    padding: 0 1rem 1rem 1rem;
}
.product-info-modal{
    font-size: var(--font-size-xl);
}
.product-info-modal.onepage-product-default-box-text-qunantity-btn-minus{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.product-info-modal.onepage-product-default-box-text-qunantity-input{
    height: 45px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.product-info-modal.onepage-product-default-box-text-qunantity-btn-add{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.filter-product-page.onepage-product-default-box-product-no-quantity-btn{
    height: 50px;
}

@media only screen and (max-width: 599px) {
    .event-product-info-modal-dialog{
        max-width: 100vw;
    }
}
.checkout-card-order-shipping-cost-discount{
    text-decoration: line-through;
    color: #5D5D5D;
}

.cart-unread-dot {
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    position: sticky;
    margin-bottom: 20px;
    margin-left: -14px;
    margin-right: 5px;
    display: none;
}

.kol-board-body-list-expand-icon-div{
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
.kol-board-body-list-expand-icon-div.third-logistics-history{
    top: -1px;
}
.kol-board-body-list-history *{
    font-size: 14px;
    font-weight: bold;
}
.kol-board-body-list-history-old *{
    color: #9C9C9C; 
}
.kol-board-body-list-history-title{
    margin-right: 20px;
}
.kol-board-body-list-history-body{
    width: calc(100% - 40px);
    margin-left: 19px;
}
.kol-board-body-list-history-logistics-id{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.kol-board-body-list-expand-icon-img{
    width: 12px;
}
