.order_list{
    width: 100%;
}
.order_list .basket-content{
    position: relative;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: block;
}
.order_list .basket-content .basket-item{
    padding: 10px 30px;
}
.order_form{
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.1);
    z-index: 100;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.order_form form{
    position: relative;
    left: 0px;
}
span svg path {
    fill: #FFF;
}
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
    background: #ffffff;
    color: #54657e;
    border-radius: .4em;
    box-shadow: 0px 1px 1px 1px #f3f3f3;
    overflow: hidden;
    width: 100%;
}
.rwd-table tr {
    border-color: #e4e4e4;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
    color: #ffd548;
}