/*消除 chrome firefox safari  點選 input, textarea  加邊框的效果 */
input,textarea{outline:none;resize: none;}
/*去除 chrome  firefox safari 超連接底線*/
a,a:hover,a:link,a:visited{text-decoration: none !important;}
li{list-style-type:none;}
textarea,select,input,button,div,span,a,td,th,ol,ul,li,h1,h2,h3,h4,h5,h6,article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,dl, dt, dd,table, caption, tbody, tfoot, thead, tr, th, td,fieldset, form, label, legend{
    font-family: Microsoft JhengHei;
}

body {
    background-color: #FFF;
    font-family: Microsoft JhengHei;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*捲軸底色*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
}
/*捲軸寬度*/
body::-webkit-scrollbar {
    width:10px;
    background-color: transparent;
}
/*捲軸本體顏色*/
body::-webkit-scrollbar-thumb {
    background-color: #606060;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.heightauto{
    height:auto!important;
    height:100%;
    min-height:700px;
}

.tabled, .tabled * {margin: 0 auto; padding: 0;position:relative;}
.tabled {display: table; width: 100%; border-collapse: collapse;position:relative;}
.tabled-tr {display: table-row; height:auto;position:relative;}
.tabled-th {display: table-cell;height: 100%;border: 0px solid gray;vertical-align: middle;position:relative;}
.tabled-td {display: table-cell; height: 100%;border: 0px solid gray; vertical-align: middle;position:relative;}

.imgmax {
    max-width: 100px;
}

.cartMsg{
    width:25px;
    height:25px;
    top:0px;
    right:-20px;
}

.carouseldata{
    position: absolute;
    top:300px;
}


.current li:hover {
    background: #ccc none repeat scroll 0 0;
}



.single-service {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    padding: 30px;
}
.shadow-box, .shadow-box-2 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shadow-box:hover {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.title-tab-product-category ul {
    display: inline-block;
}
.mb-40 {
    margin-bottom: 40px;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.title-tab-product-category li + li {
    margin-left: 40px;
}
.title-tab-product-category li {
    float: left;
    position: relative;
}

.title-tab-product-category li a {
    background: transparent none repeat scroll 0 0;
    color: #666;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}
.title-tab-product-category li + li a:after {
    content: url('/static/site/assets/images/icons/tab-style.png');
    height: 100%;
    left: -19px;
    position: absolute;
    top: 2px;
    width: 2px;
}


.footer{
    width:100%;
    height:200px;
    background-color: #333333;
}

.margintop{
    margin-top:50px;
}

.floatend{
    float:right;
}


.single-product-description {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 43px 0;
}

.sp-top-des > h3 {
    font-size: 22px;
    text-transform: uppercase;
}


.single-product-description .new-price {
    font-size: 22px;
}
.new-price {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
.sp-top-des {
    border-bottom: 1px solid #ccc;
    padding: 0 30px 20px;
}
.sp-des {
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
}

.sp-des > p {
    color: #777;
    margin: 0;
}
.sp-bottom-des {
    padding: 20px 30px;
}

.cardwidth{
    padding: 20px;
    width: 60%;
    margin: 50px  auto 0px auto;
}
.loginform{
    margin-top: 50px;
    margin-bottom: 50px;
}

.breadcumb-area {
    background-image: url(/static/site/assets/images/bg/breadcumb.jpg);
    background-repeat: no-repeat;
    min-height: 245px;
}
.overlay {
    position: relative;
}

.bread-main {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 5px;
    left: 50%;
    padding: 20px 120px;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.bred-hading > h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.breadcumb-area .breadcrumb > li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: white;
}

.breadcumb-area.breadcumb-2 {
    background-image:  url(/static/site/assets/images/bg/breadcumb2.jpg);
    background-repeat: no-repeat;
}

/*
響應式表格
*/

@media only screen and (max-width: 600px) {

    .bread-main {
        bottom: 5px;
        left: 50%;
        padding: 0px;

    }

    .breadcumb-area {
        background-position: 60% 100%;
    }

    .breadcumb-area.breadcumb-2 {
        background-position: 60% 100%;
    }

    .cardwidth{
        padding: 10px 10px 10px 10px;
        width:100%;
        margin: 50px 0px 0px 0px;
    }

    .imgmax {
        max-width:unset;
    }

    .footer{
        height:400px;
    }

    .margintop{
        margin-top:20px;
    }

    .floatend{
        float: left;
    }

    .title-tab-product-category li {
        width: 100%;
        text-align: left;
    }
    .title-tab-product-category li + li {
        margin: 0px;

    }

    .title-tab-product-category li + li a:after {
            display: none;
    }

    .current li:hover {
        background:unset;
    }
    .carouseldata{
        position: absolute;
        top:0px;
    }

    .carouseldata h4{
            font-size: 16px;
    }
    .carouseldata h1{
        font-size: 16px;
    }
    .carouseldata a{
        font-size: 14px;
    }


    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    #no-more-tables tr {
        border-bottom: 1px dashed #000;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px dashed #eee;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /*position:relative;*/
        position:absolute;
        top: 0px;
        left: 0px;
        width:10%;
        padding:0px;
        white-space: nowrap;
        float:left;
        word-break: normal;
    }

    #no-more-tables td:before {
        width:10%;
        content: attr(data-title);
        border-right: 0px dashed #eee;
        color:red;
        padding-left:0px;
        padding-top:8px;
        font-weight: bold;
        word-break: normal;
    }
}


