.ao-cart-table {
  margin-bottom: 0;
}
.ao-cart-table-head {
  background-color: #dff0d8;
}
.ao-cart-table-button {
  margin-bottom: 40px;
  text-align: right;
}
.ao-cart-button-group {
  margin-bottom:20px;
}
.ao-cart-button-group > * {
  margin:0 0 5px 5px;
}
.ao-cart-userfile {
  display:inline-block;
  margin: 5px 20px 0 0;
}
.ao-cart-th-singleprice {
  width: 100px;
}
.ao-cart-col-options, .ao-cart-col-price {
  white-space: nowrap;
}
.ao-cart-inp-group {
  width:120px;
}
.ao-cart-qty {
  padding-left: 10px;
  padding-right: 5px;
}
.ao-cart-image {
  height: auto;
  max-width: 80px;
  width: 100%;
}
.ao-cart-motive-notes td {
  border-top:none !important;
}
.order-is-sufficient-msg {
  padding:20px;
}
@media(max-width:767px){
  .ao-cart-table .ao-cart-userfile {
    display:block;
    margin:0;
  }
  .ao_page .table-xs.table,
  .ao_page .table-xs thead,
  .ao_page .table-xs tbody,
  .ao_page .table-xs th,
  .ao_page .table-xs td,
  .ao_page .table-xs tr {
    display: block;
  }
  .ao_page .table-xs thead tr {
    display: none;
  }
  .ao_page .table-xs tbody tr {
    margin-bottom: 40px;
  }
  .ao_page .table-xs td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }
  .ao_page .table-xs td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
  .ao_page .table-xs td:before {
    content: attr(data-title);
  }
  .ao_page .table-xs .ao-cart-col-empty {
    display:none;
  }
  .ao_page .table-xs .ao-cart-col-image {
    display:inline-block;
    border-bottom:none;
    padding:5px;
    margin:0;
  }
  .ao_page .table-xs .ao-cart-col-namelist,
  .ao_page .table-xs .ao-cart-col-motive,
  .ao_page .table-xs .ao-cart-col-product {
    display:inline-block;
    border-bottom:none;
    padding-left:10px;
    margin:0;
  }
  .ao_page .table-xs .ao-cart-col-options {
    border-top:1px solid #eee;
  }
  .ao-cart-motive-notes {
    margin-top:-40px;
  }
  .ao-cart-motive-notes td {
    padding-left: 0 !important;
  }
  .order-is-sufficient-msg span {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    white-space: normal;
  }
}
