@charset "utf-8";
.contact-form{
    margin-top: 40px;
}
/*------------ 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 ------------*/
.requrin_txt{
    display: block;
}
.shopping-title{
    padding: 10px 0;
}
.shopping-title:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    border-left:6px solid #31caa4;
    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{
    color: #333;
    font-size: 15px;
    padding-right: 20px;
    display: block;
}
.cart-table a:hover .pd-name{
    text-decoration: underline;
}
.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: #269e74;
}
@media screen and (max-width: 1000px){
    .form-title{
        margin-top: 20px;
        font-size: 30px;
    }
}
@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;
    }
}
