.form-wrap{
  padding-bottom: 40px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffff;
    box-sizing: border-box;
}
.table-h thead{
  display: table-row-group;
  border-top: none;
}
.table.bnoline{
  border-bottom: none;
}
.table-h td {
    padding: 15px;
    line-height: 1.4;
    text-align: center;
}
.table-h thead th {
    color: #777;
    padding: 12px 20px;
    position: relative;
    background: #f3f3f3;
}


.table-h thead th:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D7e0e9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
  display: none;
}
.lrbox{
  box-sizing: border-box;
  padding: 20px ;
  border: solid 1px #D7e0e9;
  background: #f8f8f8;
  border-top: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.lrbox.lrbox2{

}
.table.sum {
    margin: 0;
    width: 100%;
    border: none;
}
/*.table-h tbody tr + tr {
    border-top: 1px dashed #8dc21f;
}
.table-h tbody tr:last-child{
  border-bottom: 1px dashed #8dc21f;
}*/
.table-h tbody td.qt{
  /*background: #f3f9e8;*/
}

.table-h tfoot {
  box-sizing: border-box;
}
.table-h tfoot tr {
    background: rgba(215,220,203,0.2);
    color: #585752;
}
.table-h tfoot tr.total{
  color: #0062a9;
}
.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}
.table-h tfoot td:last-child {
    width: 15%;
}

.table-h tbody td strong,
.table-v td span {
    color: #fff;
    font-weight: bold;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h tbody td label {
    display: none;
}
.table-h .name {
    text-align: left;
    font-size: 15px;
    color: #444;
}
.table-h .name a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .name .pd-id{
  font-size: 15px;
  color: #939291;
}
.table-h .name .pd-name {
  color: #00468c;
  font-size: 14px;
  display: block;
}
.table-h .name .pd-name span{
  color: #777;
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.table-h .name a:hover .pd-name span{
  text-decoration: underline;
}
.table-h .name a.pic {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    width: 84px;
    float: left;
}
.table-h .name a.txt-id{
  float: left;
  width: calc(100% - 110px);
  box-sizing: border-box;
  padding-top: 30px;
}
.table .btn.delete {
    width: 25px;
    height: 24px;
    position: relative;
    text-indent: inherit;
    color: #cbcbcb;
    font-size: 28px;
    text-align: center;

}
.table .btn.delete:hover{
  color: #E02f2f;
}




.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}
.table-v.order-id-table{
  border: none;
  background: #f5f5f5;
}
.table-v.order-id-table .btn.normal2{
  background: #FFF;
}
.table-v.order-id-table .btn.normal2:hover{
  background: #9a88c0;
  color: #FFF;
}
.table-v tr{
    border-bottom: 1px dashed #8Dc21f;
}
.table-v tr:first-child {
  border-top: 1px dashed #8Dc21f;
}
.table-v tr:last-child {
  border-bottom: 1px dashed #8Dc21f;
}
.table-v th,
.table-v td {
    padding: 12px 5px;
    vertical-align: middle;
    position: relative;
}
.table-v td{
  padding-left: 30px;
}
.table-v th {
    text-align: center;
    position: relative;
    color: #585752;
    font-weight: normal;
    width: 180px;
    background: rgba(245, 245, 245, 1);
}
.table-v th:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #8Dc21f;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.table-v strong {
    color: #0062a9;
    font-weight: bold;
}
/*.qty-box .form-control {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    height: 28px;
    line-height: 28px;
    z-index: 1;
    width: calc(100% - 44px);
    border: none;
    position: absolute;
    margin: 0 auto;
    left:0;
    right:0;
    color: #878787;
    background:#fff;
    border: none;
    border-radius: 0;
}*/
.qty-box .form-control:focus{
  background:  #eee;
}
/*.qty-box .ibtn {
    text-indent: inherit;
    font-size: 20px;
    color: #666;
    background:#f8f8f8;
    font-weight: normal;
    width: 22px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    position: absolute !important;
    z-index: 0;
    top: 0;
}*/

.inqu-box{
  background: #ececec;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.inqu-box b.til{
  font-size: 18px;
  color: #444;
  display: block;
}
.inqu-box b.til span{
  font-size: 16px;
  color: #59b7b4;
  margin-right: 5px;
  font-family: 'Josefin Sans', sans-serif;
}
.inqu-box .reminder{
  text-align: left;
  font-size: 15px;
  color: #777;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: none;
}

@media screen and (max-width: 980px) {
  .table.sum{
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .table.sum{
    width: 100%;
    float: none;
  }
  .lrbox{
    padding: 10px;
  }
    .table-h {
        border-top: 1px solid #DCDCDC;
    }
    .table-h thead {
        display: none;
    }
    .table-title {
        display: block;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 10px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .name a.pic {
        position: absolute;
        left: 0;
        top: 10px;
        width: 90px;
    }
    .table-h tbody td label {
        display: inline-block;
        padding-right: 10px;
        color: #444;
        font-size: 15px;
    }
    .table-h tr {
        padding: 10px 30px 10px 5px;
        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;
    }
    .table-h td,
    .table-h tbody 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: 120px;
        padding-left: 10px;
    }
    .table-h tbody td.qt{background: none;}
    .table-h .name a.txt-id,
    .table-h .name a.pic{
      float: none;
    }
    .table-h .name a.txt-id{
      width: 100%;
    }
    .table .btn.delete{
      position: absolute;
      right: 10px;
      top: 10px;
    }
}
@media screen and (max-width: 400px) {
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(2n+1) {
        background: none;
    }
    .table-v th {
        background: #F7F7F7;
        border: 0;
    }
}
@media screen and (max-width: 360px) {
    .table-h .name a.pic {
        width: 60px;
    }
    .cart-table tbody tr {
        padding-left: 70px;
    }
}
