@charset "utf-8";
/*------------ table ------------*/
.align-left.info{
    width: 250px;
}
.table-h td{
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder{
    min-width: 30px;
}
.table-h thead th{
    color: #777;
    background: #eee;
    padding: 12px;
}
.table-h tbody tr{
    border-bottom: 1px dashed #bbb;
}
.table-h .align-left{
    text-align: left;
}
.table-h a{
    display: inline-block;
    vertical-align: middle;
}
.table-v{
    border: solid #ddd;
    border-width: 1px 0;
}
.table-v tr:first-child{
    background: #FAFAFA;
}
.table-v tr:nth-child(2n){
    background: #EDFAFA;
}
.table-v th,
.table-v td{
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th{
    text-align: left;
    width: 100px;
    border-right: 1px solid #ccc;
}
/*------------ / table ------------*/
.contit{
    font-size: 0px;
    text-align: center;
    margin: 20px 0 0px;
}
.contit b{
    color: #5d5d5d;
    font-family: 'Times new roman', cursive;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}
.shopping-title{
    padding: 10px 0;
}
.shopping-title:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    border-left:6px solid #c3c3c3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 8px;
}
.no-item{
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.cart-table .pd-name{
    
    font-size: 17px;
    padding-right: 20px;
    display: block;
    color: #333333;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    transition: all .3s ease;
}
.cart-table a:hover .pd-name{
   color: #4062AA;
}
.cart-table .img{
    width: 80px;
}
.cart-table a.pic{
    position: relative;
    overflow: hidden;
}
.cart-table .ibtn.delete{
    text-indent: 0;
    transition: all .3s ease;
}
.cart-table .ibtn.delete:hover{
    color: #d52b2b;
}
.btn.style01.arrowL{
    display: none;
}
.btn-box{
    max-width: 800px;
    margin: 0px auto 0px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px){
    /*------------ table 767 ------------*/
    .align-left.info{
        width: auto;
    }
    .table-h{
        border-top: 1px dashed #bbb;
    }
    .table-h thead{
        display: none;
    }
    .table-h tr,
    .table-h td{
        display: block;
        text-align: left;
    }
    .table-h td+td{
        border-left: 0;
    }
    .table-h td[data-title]:before{
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr{
        padding: 10px 0;
        position: relative;
    }
    .table-h td{
        padding: 0;
        line-height: 2;
    }
    .table-h td a{
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th,
    .table-v td{
        padding: 8px 12px;
    }
    .table-v th{
        width: 90px;
    }
    /*------------ / table 767 ------------*/
    .cart-table tbody tr{
        padding-left: 94px;
    }
    .cart-table .img{
        position: absolute;
        left: 0;
        top: 10px;
    }
    .cart-table td .ibtn.delete{
        position: absolute;
        right: 0;
        top: 9px;
    }
}
