﻿body {
    font-family: Microsoft JhengHei;
}
.btn-w80{
    line-height:30px;
    width:60px;
}
.btn-h80{
    height:30px;
}
.bg-c-lite-gray {
    background: -webkit-gradient(linear, left top, right top, from(#848d93), to(#899da9));
    background: linear-gradient(to right, #848d93, #899da9);
}
.bg-c-lite-brown {
    background: -webkit-gradient(linear, left top, right top, from(#8d8576), to(#aba094));
    background: linear-gradient(to right, #8d8576, #aba094);
}
.bg-c-blue2{
 background: #004B97;
}
.bg-c-Brown{
        background: #554545;
}
.bg-c-red{
        background: #fe5d70;
}
.bg-c-yellow{
        background: #f5bb44;
}
.bg-c-pink2{
        background: #F3969A;
}
.bg-c-dark{
    background: #555050;
}
.bg-c-purple {
    background: #6f42c1;
}
.bg-c-purple2 {
    background: #BF0060;
}
.bg-c-green {
    background: #26a65b;
}
.bg-c-orange {
    background: #ffac00;
}
.bg-c-rBrown {
    background: #AD5A5A;
}
.bg-c-rBrown2 {
    background: #804040;
}
.green{
   color: #26a65b;
}
.white{
    color:#FFFFFF;
}
.blue{
    color: #01a9ac;
}
.Rpink{
    background: #fe5d70;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.white:hover{
    color:#E0E0E0;
}
.text-c-Variation {
    color: #428bca;    
    cursor: pointer;
}
.text-c-Variation:hover {
    color: #2a6496;
}

.btn-filter {
    color: #fff;
    background-color: #876D5A;
    border: 1px solid #876D5A;
    cursor: pointer;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius: 0.25rem;
    float: right;
    margin: 0 5px;
}
.btn-filter:hover {
    background-color: #5e4a3d;
    color: #fff;
    border: 1px solid #5e4a3d;
}
.btn-inverse {
    background: #404E67;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-inverse:hover {
    background: #546686;
    color: #fff;
}
.btn-Gray{
    background: #808080;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-Gray:hover{
     background: #6c6b6b;
     color:#fff;
}
.btn-blue{
    background: #01a9ac;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-blue:hover{
     background: #089294;
     color:#fff;
}
.btn-sblue {
    background: #3c8dbc;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-sblue:hover {
    background: #3182b1;
    color: #fff;
}
.btn-Rpink{
    background: #fe5d70;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-Rpink:hover{
     background: #ef2e64;
     color:#fff;
}
.btn-Gray{
    background: #808080;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-Gray:hover{
     background: #6c6b6b;
     color:#fff;
}
.btn-Green{
    background: #26a65b;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-Green:hover{
     background: #1f8d4c;
     color:#fff;
}
.btn-line {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
    background: #00c300;
    border-color: #00c300;
    color: #fff;
}
.btn-line:hover {
    background: #26a65b;
    color: #fff;
}
.btn-Brown{
    background: #4e3b3b;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-Brown:hover{
     background: #412121;
     color:#fff;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mb10{
    margin-bottom:10px;
}
.fw20{
    font-weight: 200;
}
.zipcode-style, .district-style, .county-style {
    display: inline-block;
    width: 9rem;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
}
.TCenter{
    text-align:center;
}
.notifications {
  color: #fff;
  padding: 4px 12px;
  font-weight: bold;
  background: rgba(0,0,0,0.4);
  border-radius: 999px;
}

.notifications:hover {
  background: rgba(0,0,0,0.5)
}

/*checkbox style*/
.ck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font:1.2em;
    font-weight:200;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-style: solid;
    border-color:#ccc;
    border-width:1px;
}

/* On mouse-over, add a grey background color */
.ck:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.ck input:checked ~ .checkmark {
    background-color: #2196F3;
      border-style: solid;
    border-color:#2196F3;
    border-width:1px;
    
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.ck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ck .checkmark:after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*checkbox style END*/
 .GridCss{
     width:100%;
 }
 @media (max-width: 768px) {
    .GridCss {
       width:1200px; 
    }
    .bankAccount {
        margin-top: 15px;
    }
}
 /*日期*/
.dtp-buttons > button.btn {
    border: none;
    border-radius: 2px;
    position: relative;
    box-shadow: none;
    color: rgba(0,0,0, 0.87);
    padding: 3px 15px;
    font-size: 12px;
    margin: 10px 1px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}

.dtp-buttons > button.btn:hover,
.dtp-buttons > button.btn:focus {
    background-color: rgba(153, 153, 153, 0.2);
}
/*團隊成員*/
.image-list .u-img .cover-img {
    width: 40px;
    height: 40px;
    margin-left:20px;
}
.inList{
    height: 270px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-top:-20px
}
.inList2 {
    height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -20px
}
.inListRankList {
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -20px
}
.font-line-through {
    text-decoration: line-through
}
/*購物車*/
.total{
    width:100%;
}
.total__wrap{
    display: flex;
    font-size: 16px;
    width: 100%;
    line-height: 13px;
    letter-spacing: 1px;
}
.total__wrap__title{
    width: 60%;
}
.total__wrap__price{
    width: 40%;
    text-align: end;
    font-family: MarkPro-Bold,NotoSansCJKtc-Bold;
    font-weight:bold;
}
.total__crossline {
    width: 100%;
    border: 0.5px solid #171740;
    margin: 0;
    margin: 10px 0  30px;
}
 .CVC {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 40px;
    width: 55px;
    float: left;
}

.CVCs {
    margin-left: 10px;
    width: 100px;
}
.Credit_box {
    min-width: 280px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .CVCs {
        margin-left: 10px;
    }    
}

.container-widget .panel {
    margin-bottom: 10px;
    box-shadow:3px 3px 9px #ddd;
  /*background: linear-gradient(to right, #2f3d57, #404E67);*/
}

.panel-title {
    font-family: '微軟正黑體',sans-serif;
    padding: .75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.panel .panel-body .list-group li {
  border: 1px solid  rgba(200, 200, 200, 0.4);
  border-left: 0;
  background: transparent;
  border-right: 0;
}
.panel-body{
   background-color: #fff;
   border-color: #01a9ac;   
   border-radius:.5rem;
}
.list-body{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
}
.panel .panel-body .list-body:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px
}
.panel .panel-body .list-body:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0
}
.panel-widget {
  overflow: hidden;
  border: none
}

.panel-default {
    margin-top:10px;
  border-radius:.5rem;
  border-color: #ddd;
}
.panel-default .list-group li {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0
}

.panel-default .list-group {
  margin: 0px;
  margin-top: 20px
}
.panel-default .list-group {
  margin: 0px;
  margin-top: 0px;

}
/*.panel-default .badge {
  color: inherit;
  background-color: rgba(255,255,255,0.3);
}*/
.box_shadow{
       box-shadow:0.5px 0 15px 0 #dedede;
}
.overview-card .download-icon {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 141px;
    width: 141px;
    right: -141px;
    font-size: 35px;
    padding: 41px 28px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overview-card:hover .download-icon {
    right:-60px;
    top: 0px;
}
.overview-card {
    color: #fff;
    overflow: hidden
}
/*小圖*/
/*a, a:active, a:hover {
    outline: none;
    border: none;
    color: #333;
}*/

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_list {
    width: 100%;
    max-width: 1099px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn_list li {
    width: 200px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 0;
}

.btn_list li .img {
    width: 64px;
    height: 64px;
    float: left;
}

.btn_list li .img img {
    max-height: 100%;
}

.btn_list li span {
    width: calc(100% - 80px);
    float: left;
    padding-left: 16px;
    line-height: 64px;
}

@media screen and (max-width: 900px) {
    .btn_list {
        max-width: initial
    }

    .btn_list a {
        width: 20%;
        float: left;
    }

    .btn_list li {
        width: 100%;
    }

    .btn_list li .img {
        width: 100%;
        text-align: center;
    }

    .btn_list li .img img {
       /* max-width: 80%;*/
        padding-bottom: 15px;
    }

    .btn_list li span {
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 2;
    }
}

@media screen and (max-width: 475px) {
    .btn_list li span {
        font-size: 13px;
    }
}
/*小圖 end*/
/*pie chart*/
    .pieChart_block {
        width: 100%;
        max-width: 1099px;
        margin: 0 auto;
    }

    .pieChart_block ul {
        width: 100%;
        float: left;
    }

    .pieChart_block ul li {
        width: 33.33%;
        text-align: center;
        float: left;
    }

    .pieChart_block ul li canvas {
        margin: 0 auto;
    }

    .pieChart_block ul li .canvasjs-chart-credit {
        display: none;
    }

    .pieChart_block .option {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .pieChart_block .color {
        width: 15px;
        height: 15px;
        float: left;
        border-radius: 50%;
        vertical-align: middle;
        margin: 4px 5px 4px 0;
    }

    .pieChart_block .color.blue {
        background: #2599da;
    }

    .pieChart_block .color.green {
        background: #25da6d;
    }

    .pieChart_block .items {
        float: left;
        padding: 0 15px;
    }

    .pieChart_block .text {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }
      
@media screen and (max-width: 900px) {   

    .block_area .announce, .block_area .team, .block_area  {
        width: 90%;
        margin: 15px 5%;
    }    
    .pieChart_block ul li {
        width: 100%;
    }
}
/*chart2*/
.donut-size {
    font-size: 15em;
    width: 100%;
    float: left;
}

.pie-wrapper {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0px auto;
}

.pie-wrapper .pie {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
}

    .pie-wrapper .half-circle {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0.1em solid #25da6d; /*綠色*/
        border-radius: 50%;
        clip: rect(0em, 0.5em, 1em, 0em);
    }

.pie-wrapper .right-side {
    transform: rotate(0deg);
}

.pie-wrapper .label {
    position: absolute;
    top: 0.52em;
    right: 0.4em;
    bottom: 0.4em;
    left: 0.4em;
    display: block;
    background: none;
    border-radius: 50%;
    color: #7F8C8D;
    font-size: 0.2em;
    line-height: 3.6em;
    text-align: center;
    cursor: default;
    z-index: 2;
}
.pie-wrapper .num {
    color: #7F8C8D;
}
.pie-wrapper .smaller {
    padding-bottom: 20px;
    color: #BDC3C7;
    font-size: .75em;
    vertical-align: initial;
}

    .pie-wrapper .shadow {
        width: 100%;
        height: 100%;
        border: 0.1em solid #2599da; /*藍色*/
        border-radius: 50%;
    }
/*育成list*/
    .teach_list {
        width: 100%;
        max-width: 1900px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .teach_list li {
        width: 250px;
        float: left;
        box-sizing: border-box;
        padding: 10px;
        margin: 5px 0;
    }

@media screen and (max-width: 900px) {
    .teach_list {
        max-width: initial
    }
    .teach_list li {
        width: 50%;
    }
}
/*任務進度UI*/
.taskList {
    width: 33.3%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float:left;
}
@media screen and (max-width: 900px) {
    .taskList {
        width: 100%;
        display: inline-block;
    }

}
/*組織*/
.group_list {
    width: 100%;
    max-width: 1099px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .group_list li {
        width: 180px;
        float: left;
        box-sizing: border-box;
        padding: 10px;
        margin: 5px 0;
    }

        .group_list li .img {
            width: 64px;
            height: 64px;
            float: left;
        }

            .group_list li .img img {
                max-height: 100%;
            }

        .group_list li span {
            width: calc(100% - 80px);
            float: left;
            padding-left: 16px;
            line-height: 64px;
        }

@media screen and (max-width: 900px) {
    .group_list {
        max-width: initial
    }

    .group_list a {
        width: 16.6%;
        float: left;
    }

    .group_list li {
        width: 100%;
    }

    .group_list li .img {
        width: 100%;
        text-align: center;
    }

    .group_list li .img img {
        /* max-width: 80%;*/
        padding-bottom: 15px;
    }

    .group_list li span {
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 2;
    }
}

@media screen and (max-width: 475px) {
    .group_list li span {
        font-size: 13px;
    }
}

/*login*/
    .account_list {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .account_list li {
        width: 180px;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
        margin: 5px 0;
    }

    .account_list li .img {
        width: 160px;
        height: 80px;
    }

    .account_list li .img img {
        max-height: 100%;
    }

    .account_list li span {
        width: 100%;
        line-height: 2;
    }

@media screen and (max-width: 900px) {
    .account_list {
        max-width: initial
    }

    .account_list a {
        width: 33%;
    }

    .account_list li {
        width: 100%;
    }

    .account_list li .img {
        width: 100%;
    }

    .account_list li .img span {
        line-height: 1;
    }
}

@media screen and (max-width: 475px) {
    .account_list li span {
        font-size: 13px;
    }
}
.sIcon {
    position: relative;
}

.per {
    position: absolute;
    right: 10px;
    top: calc(50% + 0.5em);
    color: #808080;
}

/*新商品呈現*/
.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background-color: #FFF;
}

.product-image {
    position: relative;
    text-align: center;
}

.promotePosition {
    position: absolute;
    left: 0;
    top: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    max-width: 70%;
}

.promoteText {
    background-color: #ee4d2d;
    padding: 0 0.25rem;
    height: auto !important;
}

.promoteText span {
    color: #fff;
    font-size: .75rem;
    line-height: .875rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info a {
    font-size: 1rem;
}

.flex_container {
    display: flex;
    flex-wrap: wrap;
}

.product-grid {
    width: 20%;
    padding: 0.4rem;
}

.infoText {
    line-height: 14px;
    font-size: .75rem;
    margin-top:5px;
}

.currency-red {
    font-size: .75rem;
    color: #ee4d2d;
}

.price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    color: #ee4d2d;
}

.price-o {
    color: rgba(0,0,0,.54);
}

.currency-o {
    font-size: .75rem;
    color: rgba(0,0,0,.54);
}

.price-space {
    padding: 0.25rem 0 0;
    display: flex;
    height: 1.25rem;
    align-items: center;
    overflow: hidden;
}

.price-space-l {
    flex: 1 0 auto;
    max-width: 75%;
}

.price-space-r {
    text-decoration: line-through
}

@media (max-width: 768px) {
    .product-item {
        height: auto;
    }

    .product-grid {
        width: 50%;
        padding: 0.2rem;
    }

    .product-info a {
        font-size: .8rem;
    }
}
/*社群按鈕*/
h3.block_title {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.3rem;
    padding-left: 0.5em;
}
h3.block_title:before {
    content: '';
    display: block;
    background-color: #FE8A7D;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.3em;
    width: 5px;
    top: -0.1em;
    border-radius: 4px;
}
h5.block_title {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.3rem;
    padding-left: 0.5em;
}

h5.block_title:before {
    content: '';
    display: block;
    background-color: #26a65b;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.3em;
    width: 5px;
    top: -0.1em;
    border-radius: 4px;
    }
.btn-square i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.socail .btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 30px;
    transition: .3s;
}
.socail .btn-social.enable {
    margin-right: 5px;
    color: #336699;
    border: 1px solid #336699;
    border-radius: 30px;
    transition: .3s;
}

.socail .btn-social.enable i.fa-facebook-f {
    color: #1877f2;
}

.socail .btn-social.enable i.fa-line {
    color: #00c300;
}

.socail .btn-social.enable i.fa-instagram {
    color: #e1306c;
}

.socail .btn-social.enable i.fa-youtube {
    color: #ff0000;
}

.socail .btn-social.enable i.fa-weixin {
    color: #7bb32e;
}

.socail .btn-social.enable i.fa-telegram {
    color: #0088cc;
}

.socail .btn-social.enable i.fa-tiktok {
    color: #010101;
}
/*process*/
.loader-process {
    background-color: #ec972c !important
}

.preloader {
    width: auto;
    height: 30px;
    text-align: center;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .preloader > div {
        margin: 2px;
        background-color: #01a9ac;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        display: inline-block;
        -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
        animation: stretchdelay 0.7s infinite ease-in-out
    }

    .preloader .circ2 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s
    }

    .preloader .circ3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s
    }

    .preloader .circ4 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s
    }

    .preloader .circ5 {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s
    }

    .preloader .loader-md {
        height: 13px;
        width: 13px
    }

    .preloader .loader-lg {
        height: 18px;
        width: 18px
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9
    }

    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8)
    }

    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4)
    }

    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    50.00001% {
        border-bottom-color: #1b8bf9
    }

    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8)
    }

    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4)
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9
    }

    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8)
    }

    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4)
    }

    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    50.00001% {
        border-bottom-color: #1b8bf9
    }

    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8)
    }

    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6)
    }

    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4)
    }
}
/*process end*/
#commentForm label.error, #commentForm input.submit {
    color: #f85766;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin-top: 8px;
    padding: 5px 8px 4px;
    border: 1px solid #f85766;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#commentForm label.error:before, #commentForm input.submit:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/error-Icon.svg) center center no-repeat;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
}
.inp-required {
    color: #f85766;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    vertical-align: top;
}

.inp-question {
    color: #f85766;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
}
.help-block {
    font-size: 13px;
}

.help-block span{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
/*金鑰*/
.btn-voucher {
    color: #E28393;
    background-color: rgba(221, 119, 166, 0.1);
}

.btn-voucher:hover {
    color: #fff;
    background-color: #d84f66;
}
.voucher-give {
    width: 100%;
}
.voucher-area{
    width:600px;
    float:right;
}
@media screen and (max-width: 768px) {
    .voucher-area {
        width: 100%;
    }
}
/*好友*/
.friend-align {
    text-align: center;
}

.friend-style {
    background-color: #fff;
    margin: 3%;
    margin-bottom: 3%;
    padding: 0;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5%;
}

.friend-img, .voucher-img {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .friend-align {
        text-align: left;
    }

    .friend-style {
        border: 0px;
        background-color: #F0EFEE;
        border-radius: 100px / 135px;
    }

    .friend-info {
        display: none;
    }

    .bouns-change {
        margin-right: 20px;
    }
}

.btn-light-blue {
     color: #0f6fec; 
    background-color: rgba(15, 111, 236, 0.1);
}

    .btn-light-blue:hover {
        color: #fff;
        background-color: #3188fa;
    }

.p-m {
    margin: 0;
    font-size: 0.8em;
}
.voucher-align {
    text-align: center;
}

.voucher-style {
    background-color: #fff;
    margin: 3%;
    margin-bottom: 3%;
    padding: 0;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5%;
}

    .voucher-style h6 {
        height: 25px;
    }

@media screen and (max-width: 768px) {
    .voucher-align {
        text-align: left;
    }

    .voucher-style {
        border: 0px;
        background-color: #F0EFEE;
        border-radius: 10px;
    }
}
/*付費*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 30px;
    }
}

.order-payment-method {
    background-color: #f7f7f7;
    padding: 40px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    color: #222222;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 0 0px 20px;
    position: relative;
    margin-top: 10px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}
/*付費 END*/
/*商品規格*/
label[name="custom_check"] {
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
}

input[name="custom_check"] {
    display: none;
}

input[name="custom_check"] + label {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../Shop/img/chk_off.png) no-repeat left top;
    user-select: none;
}

input[name="custom_check"]:checked + label {
    background: url(../Shop/img/chk_on.png) no-repeat left top;
}
/*商品規格 END*/
.checkout-area .checkout-Info-box {
    border: 1px solid #d3d3d5;
}

.checkout-Info-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .checkout-Info-box > .box-title.has-divider {
        border-bottom: 1px solid #d3d3d5;
    }

    .checkout-Info-box > .box-title {
        font-size: 18px;
        font-weight: 700;
    }

a, a:visited {
    text-decoration: none;
    /*  color: #2e90b7;*/
    cursor: pointer;
    outline: 0;
}

.order-summary-table .table thead th:first-child, .order-summary-table .table th:first-child, .order-summary-table .table thead th:nth-child(2), .order-summary-table .table th:nth-child(2) {
    border: none;
}

.points-summary {
    background-color: #f7f7f7;
    width: 33%;
    margin-top: 15px;
    position: relative;
    float: right;
}

.member-point {
    padding: 10px;
}

.summary-left {
    width: 55%;
    margin-right: 8px;
}

.summary-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.summary-hr {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #d3d3d5;
}

@media only screen and (max-width: 768px) {
    .points-summary {
        width: 80%;
    }

    .summary-left {
        width: 75%;
    }

    .summary-right {
        width: 20%;
    }
}

.order-summary-table {
    background-color: #f7f7f7;
    margin-top: 15px;
}

.order-summary-table .table, .order-summary-table table {
    color: #222222;
    margin-bottom: 0;
    font-size: 15px;
    white-space: nowrap;
}

.order-summary-table .table thead th:first-child, .order-summary-table .table th:first-child, 
.order-summary-table .table thead th:nth-child(3), .order-summary-table .table th:nth-child(3) {
    border: none;
}
.order-summary-table .table tr td, .order-summary-table .table tr th, .order-summary-table table tr td, .order-summary-table table tr th {
    font-weight: 500;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
    text-align: center;
}
    .order-summary-table .table tr td a div .spec {
        font-size: 0.8rem;
        color: #898383;
        margin-top: -2px;
    }
.points-summary {
    background-color: #f7f7f7;
    width: 33%;
    margin-top: 15px;
    position: relative;
    float: right;
}

.member-point {
    padding: 10px;
}

.summary-left {
    width: 55%;
    margin-right: 8px;
}

.summary-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.summary-hr {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #d3d3d5;
}

@media only screen and (max-width: 768px) {
    .points-summary {
        width: 80%;
    }

    .summary-left {
        width: 75%;
    }

    .summary-right {
        width: 20%;
    }
}

.checkout-area .checkout-Info-box {
    border: 1px solid #d3d3d5;
}

.checkout-Info-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .checkout-Info-box > .box-title.has-divider {
        border-bottom: 1px solid #d3d3d5;
    }

    .checkout-Info-box > .box-title {
        font-size: 18px;
        font-weight: 700;
    }

/*accord-qa*/
#accord-qa {
    margin: 0 auto 50px auto;
    padding: 0 1%;
    width: 100%;
}

#accord-qa .link {
    position: relative;
    display: block;
    padding: 12px 30px 12px 25px;
    font-size: 16px;
    cursor: pointer;
}

#accord-qa > li {
    margin: 0 auto 8px auto;
    overflow: hidden;
}

#accord-qa > li i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#accord-qa > li i.fa-chevron-down {
    right: 8px;
    left: auto;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accord-qa > li > a {
    color: #000;
    background: #fff;
}

#accord-qa > li > a.active {
    color: #000;
    border-left: #000 3px solid;
}

#accord-qa > li.trans > a i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#accord-qa > li i {
    color: #000;
}
/*報表*/

.data-block {
    background-color: #ffffff;
    border-color: #f6f6f6;
    padding: 1px 0px;
    box-shadow: 1px 1px 2px #bbbbbb;
    border-left: 5px solid #CC00CC;
    margin-bottom: 10px;
    padding: 5px 0;
}

.data-block p {
    margin: 0;
    line-height: 1.5;
    text-align: left;
    padding-left: 20px;
}

.data-block .data-title {
    font-size: 12px;
    font-weight: normal;
    color: #444;
}

.data-block .data-content {
    color: #000;
    font-size: 18px;
    font-weight: 900;
}
.bg-gray {
    background-color: #f1f1f1;
    padding: 10px 10px 0px 10px;
}
/*低庫存通知*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    background-image: none;
    background-clip: padding-box;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #78bd5d;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}
/*tabs*/
#myTab.nav > li + li {
    margin-left: 6px;
    margin-bottom: 6px;
}

#myTab.nav-tabs .nav-link {
    color: #808080;
    border: 0;
    background: rgba(0, 0, 0, 0.06);
}

#myTab.nav-tabs .nav-link:hover {
    color: #444;
    background: rgba(0, 0, 0, 0.06);
}

#myTab.nav-tabs .nav-link.active {
    background-color: #01a9ac;
    color: white;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #01a9ac;
}

@media screen and (max-width: 992px) {
    #myTab.nav > li {
        margin-left: 6px;
        margin-bottom: 6px;
    }

    #myTab.nav-tabs {
        border: 0;
    }
}
.repurchase-tag {
    color: white;
    background-color: green;
    padding: 2px;
}