.btn.btn-sm {
    font-size: 14px;
    padding: 8px 15px;
}

.table-cart {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 13px;
  margin: 0 -5px;
}
.table-cart .col-title {
  display: none;
}
.table-cart th, .table-cart td {
  vertical-align: middle;
}
.table-cart th {
  padding: 12px 10px;
  background-color: #dcdcdc;
  vertical-align: top;
  text-align: center;
}
.table-cart td {
  padding: 8px;
  background: #fff;
}
.table-cart select {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .table-cart {
    display: block;
    margin: 0;
  }
  .table-cart tbody, .table-cart tfoot {
    display: block;
  }
  .table-cart tr, .table-cart th, .table-cart td {
    padding: 5px 0;
    display: block;
    text-align: left !important;
  }
  .table-cart tr {
    background: #fff;
    padding: 10px;
    border-bottom: 3px solid #ebebeb;
    position: relative;
  }
  .table-cart tr .btn-primary {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
  }
  .table-cart tr td:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #dcdcdc;
  }
  .table-cart thead {
    display: none;
  }
  .table-cart .col-title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    min-width: 6em;
    text-align: right;
  }
  .table-cart .col-title:after {
    content: " : ";
  }
  .table-cart select {
    width: 60%;
  }
  .table-cart .result {
    border-top: 10px solid #ebebeb;
    padding: 0;
  }
  .table-cart .result th {
    padding: 5px 15px;
    text-align: right !important;
  }
  .table-cart .result td {
    border: none !important;
    padding: 5px 15px;
    font-size: 20px;
    text-align: right !important;
    color: #d73d44;
  }
}
