@charset "utf-8";
/* CSS Document */


.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
	background:#FFF;
}
.table-h td {
	color:#A97338 ;
    padding: 12px 5px;
    line-height: 1.4;
    min-width: 50px;
    text-align: center;
  }

.table-h th {
    padding: 12px 5px;
    line-height: 1.4;
    text-align: center;
    min-width: 30px;
    background: #C39F78;

}
.sum-table td {
    text-align: right;
    padding: 12px 30px;
}
.table-h .price {
    
    color:#A97338 ;
  }

.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #777777;
    background: #F3ECE4;
    padding: 12px;
}
.table-h tbody tr {
    border-bottom: 1px dashed #BBBBBB;
}

.table-h .align-left {
    text-align: left;
}
.table-h .align-center {
    text-align: center;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #EC4724;
}

.table-v {
    border: solid #D1B694;
    border-width: 1px 1px;
}
.table-v tr:first-child {
    background: #fff;
}
.table-v tr:nth-child(2n) {
    background: #fff;
    border: solid #D1B694;
    border-width: 1px 0px;
}
.table-v th,
.table-v td {
    color: #A97338;
    padding: 10px 35px;
    vertical-align: middle;
}

.table-v th {
    text-align: center;
    width: 100px;
    color: #fff;
    background: #C39F78;
}
.table-v b {
    color: #D80000;
}
.table-v strong {
    color: #5F391C;
}
@media screen and (max-width: 1000px) {

    
}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }

    
}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 767px) {
  /*------------ / table 767 ------------*/  
    .table-h th {
    background: #C39F78;
    width: 100%;
   }
   

   .order-table td {
    background: #FEFBF8;
    border: 0px solid #DFCCB5;
   }

/*------------ table 767 ------------*/
    .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: 0px solid #D1B694;
    }
    .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 th {
     background: #C39F78;
     width: 100%
    }
	.sum-table td {
    text-align: right;
    padding: 12px 30px;
    }
    .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 ------------*/

}
@media screen and (max-width: 500px) {

   /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        color:#fff;
        background: #C39F78;
        border: 0;
    }
    .table-h th {
      background: #C39F78;
      width: 100% 
    }
/*------------ / table 500 ------------*/

}

@media screen and (max-width: 400px) {

    .table-h th {
     background: #C39F78;
     width: 100%}

}