.kol-slider-container {
    background-color: #EEEEEE;
    padding: 66px 8.68vw;
}

.kol-slider-wrapper {
    margin: 0 auto;
    padding: 0 103px;
    border: 1px solid #000000;
    border-radius: 50px;
    height: 500px;
}

.kol-slider-wrapper .tns-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.kol-slider {
    display: block;
    height: 100%;
}

.kol-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 380px;
}

.kol-card::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #8F9195;
    right: -48px;
    top: 50%;
    transform: translate(0, -50%);
}

.kol-profile-picture {
    height: 140px;
    width: 140px;
}

.kol-card h5 {
    margin: 30px 0 25px 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #8F9195;
}

.kol-card p {
    margin: 27px 0 0 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: 1px;
    color: #000000;
}

.electric-divider {
    width: 100%;
}

.kol-slider-container .tns-nav {
    display: none;
}

.kol-slider-button-wrapper {
    position: relative;
    top: 50%;
}

.kol-slider-button-wrapper .prev {
    left: calc(0% - 85px);
}

.kol-slider-button-wrapper .next {
    right: calc(0% - 85px);
}

.kol-slider-button-wrapper .prev,
.kol-slider-button-wrapper .next {
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 99;
}

@media screen and (max-width:768px) {
    .kol-slider-container {
        padding: 52px 36px 46px 36px;
    }

    .kol-slider-wrapper {
        padding: 0 28px;
        height: 376px;
    }

    .kol-card {
        height: 285px;
    }

    .kol-card::after {
        right: -34px;
    }

    .kol-profile-picture {
        height: 100px;
        width: 100px;
    }

    .kol-card h5 {
        margin: 18px 0 22px 0;
        padding: 0;
        font-family: 'Noto Sans TC', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #8F9195;
    }

    .kol-card p {
        margin: 22px 0 0 0;
        padding: 0;
        font-family: 'Noto Sans TC', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        letter-spacing: 0.5px;
        color: #000000;
    }

    .kol-slider-container .tns-nav {
        display: inline-block;
        position: relative;
        width: calc(100%);
        text-align: center;
        margin: 27px 0 0 0;
        line-height: 0;
        /* normalize.css line-height: 1.15; 要歸零不然會影響到 margin 上方高度*/
    }


    .kol-slider-container .tns-nav button {
        padding: 0;
        height: 6px;
        width: 6px;
        background-color: #CACACA;
        border: none;
        border-radius: 50%;
        margin: 0 4px;
    }

    .kol-slider-container .tns-nav .tns-nav-active {
        background-color: #8F9195;
    }

    .kol-slider-button-wrapper .prev,
    .kol-slider-button-wrapper .next {
        display: none;
    }
}

/* 會員中心隱「訊息」Tab */
.MemberCenter-nav section .sr-tab .Tabset-tabs.js-tabset-tabs .Tab-label.js-tab-label:nth-child(5){
    display: none !important;
}

/* 訂單結帳頁面，送貨方式 紅色字體提醒 */


/* 隱藏 上方導覽列 訊息 icon */