.no-item{
    text-align: center;
}
.btn-box.line.no-item .btn.style01{
    background: #a6a6a6;
}
.btn-box.line.no-item .btn.style01.right{
    background: #444444;
}
.btn-box.line.no-item .btn.style01:hover{
    background:#000000;
    }
.cart-table {
    margin-bottom: 80px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #0a0a0a;
    font-size: 13px;
}

.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}

.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    background: #80A822;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.table-h .btn-holder .close:hover {
    background: #335F1D;
}

.table-h thead th {
    color: #fff;
    padding: 10px 6px;
    white-space: nowrap;
    font-weight: normal;
    background: #383838;
}

.table-h tfoot tr {
    color: #555;
    border-bottom: 1px solid #FFFFFF;
}

.table-h tbody tr {
    border-bottom: 1px dashed #BBBBBB;
}

.table-h tfoot td {
    color: #666666;
    text-align: right;
    padding: 11px 0px;
    font-size: 14px;
    line-height: 1.7;
}

.table-h tfoot td:last-child {
    width: 11%;
    padding: 3px 20px;
    min-width: auto;
}

.table-h tfoot td:last-child span {
    color: #FF2424;
}

.table-h tfoot tr:last-child td span {
    font-size: 16px;
    color: #FF2424;
    font-weight: bold;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 10px 35px 10px 15px;
    max-width: 120px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .close {
    font-size: 20px;
    color: #4c4c4c;
}

.table-h .close:hover {
    color: #acacac;
}

.table-h .pd-id {
    color: #666666;
    display: block;
    line-height: 1.7;
}

.table-h .pd-name {
    color: #000000;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
    font-weight: bold;
}

.table-h a:hover .pd-name {
    color: #00a3da;
}

.table-h a.pic {
    position: relative;
    transition: all .2s;
}

.table-h a.pic:before,
.table-h a.pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.table-h a.pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.table-h a.pic:after {
    content: "\e1017";
    color: #fff;
    font-size: 15px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}

.table-h a.pic:hover:before,
.table-h a.pic:hover:after {
    transition: all .2s;
    opacity: 1;
}

.table-h a.pic:hover:after {
    top: 50%;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #000000;
}


/*-----table-v-----*/

.table-v {
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}

.table-v tr+tr {}

.table-v th {
    text-align: left;
    position: relative;
    color: #fff;
    background: #A2B1CB;
    font-weight: normal;
    width: 175px;
    padding: 10px 15px 10px 50px;
}

.table-v strong {
    color: #484848;
    display: inline-block;
    vertical-align: middle;
}

.table-v span {
    color: #FF4C4C;
}

.cart-table .tag {
    background: #FF6E6E;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 6px;
    margin: 0px 6px 3px 0;
}

.cart-table .indent {
    border-top: hidden;
}

.cart-table .indent td {
    padding-top: 0;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #7370A0;
    font-weight: bold;
    line-height: 1.4;
}

.cart-table .img {
    width: 80px;
    padding: 10px 6px 10px 20px;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}

.cart-table .indent .info {
    padding-left: 35px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 116px;
    max-width: none;
    line-height: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    width: 54px;
    font-weight: bold;
    line-height: 26px;
    color: #6A6A6A;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}

.qty-box .btn {
    background: #80A822;
    color: #999999;
    line-height: 30px;
    font-size: 13px;
    position: absolute !important;
    z-index: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-weight: bold;
    background: #EEEEEE;
    border-radius: 0;
}

.qty-box .btn:hover {
    background: #007bc0;
    color: #fff;
}

.qty-box .add {
    left: 0;
}

.qty-box .less {
    right: 0;
}

.form-title {
    color: #00a1d8;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Roboto';
}

.reminder {
    padding: 15px 0;
    margin: 0 0 20px;
}

.form-wrap {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0;
    border: none;
}

.form-wrap .btn-box {
    padding: 15px 15px 45px;
}

.form-box {
    max-width: 930px;
    margin: 0 auto;
    padding: 0;
}

.form-box .row {
    margin: 0 -24px;
}

@media screen and (max-width: 900px) {

    /*------------ table 900 ------------*/
    .table-h .pd-name{
        font-size:14px;
    }
    .table-h thead {
        display: none;
    }

    .table td .ibtn.delete {
        position: absolute;
        right: 5px;
        top: 20px;
    }

    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }

    .table-h td {
        min-width: 40px;
    }

    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }

    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #111;
        font-size: 14px;
        margin: 0 4px 0 0;
    }

    .table-h tr {
        padding: 10px 0;
        position: relative;
    }

    .table-h tfoot tr {
        padding: 5px 15px;
    }

    .table-h tfoot td {
        padding: 0;
    }

    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }

    .table-h tfoot td:last-child {
        width: auto;
        padding: 3px 0;
    }

    .table-h tfoot td span,
    .table-h tfoot td:last-child span {
        background: none;
        padding: 0;
    }

    .table-h td,
    .table-h tbody td {
        padding: 3px 0;
        line-height: 2.3;
        font-size: 15px;
    }

    .table-h tbody td.align-left {
        padding: 0 6px 0px 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .table-h .btn-holder {
        text-align: left;
    }

    .cart-table tbody tr {
        padding: 10px 0 10px 120px;
    }

    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 17px;
        padding: 0;
    }

    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .cart-table .indent .img .pic {
        left: 0;
    }

    .cart-table {
        margin-bottom: 50px;
    }

    .form-title {
        font-size: 24px;
    }

    .reminder {
        padding: 10px 0;
        margin: 0;
    }

    /*------------ / form 900 ------------*/
}

@media screen and (max-width: 767px) {
    .table-h .close {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .cart-table .img {
        width: 80px;
    }

    .cart-table tbody tr {
        padding: 10px 0 10px 100px;
    }


}