form.order-review {
  margin-top: 20px;
}

nav.order-nav {
  margin-top: 20px;
}
nav.order-nav input, nav.order-nav a {
  margin: 0 5px;
  box-sizing: border-box;
  text-align: center;
}
nav.order-nav input.keep-shopping, nav.order-nav a.keep-shopping {
  float: left;
  border: 1px solid #ccc;
  background: none;
  color: #333;
}
@media only screen and (max-width: 1000px) {
  nav.order-nav input.keep-shopping, nav.order-nav a.keep-shopping {
    float: none;
    width: 100%;
    margin: 5px 0;
  }
}
nav.order-nav input.order-now, nav.order-nav input.winz-quote, nav.order-nav a.order-now, nav.order-nav a.winz-quote {
  float: right;
}
@media only screen and (max-width: 1000px) {
  nav.order-nav input.order-now, nav.order-nav input.winz-quote, nav.order-nav a.order-now, nav.order-nav a.winz-quote {
    float: none;
    width: 100%;
    margin: 5px 0;
  }
}

table.order-review {
  width: 100%;
}
table.order-review.confirm .size {
  width: auto;
}
table.order-review th,
table.order-review td {
  padding: 15px 0px !important;
  text-align: left;
}
table.order-review td {
  vertical-align: middle;
}
table.order-review td.thumbnail {
  width: 85px;
}
table.order-review td.thumbnail a, table.order-review td.thumbnail img {
  display: block;
}
table.order-review td a.remove {
  display: block !important;
  width: 25px;
  height: 25px;
  min-height: 0;
  border-radius: 100%;
  background: #f78d5c;
  color: white;
  text-align: center;
  margin-left: 10px;
  transition: all 0.3s ease;
  padding: 3px 0 !important;
  line-height: 1;
}
table.order-review td a.remove:hover {
  text-decoration: none;
  background: red;
}
table.order-review td input.item-quantity {
  width: 30px;
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
table.order-review tr.order-total {
  background: none;
  border-top: 3px double #ccc;
}
table.order-review tr.order-total p, table.order-review tr.order-total h3 {
  margin: 3px 0;
}

form.order-details fieldset {
  border: none;
  padding: 0;
}
form.order-details ul li:last-of-type {
  text-align: right;
}
form.order-details textarea#id_address,
form.order-details textarea#id_comments {
  height: 135px;
}

div.order-details {
  float: left;
  width: 36.1971%;
  margin-right: 4%;
}
@media only screen and (max-width: 1000px) {
  div.order-details {
    float: none;
    width: 100%;
    margin: 0;
  }
}
div.order-details ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 50px 0;
}
div.order-details ul li {
  margin-bottom: 10px;
}

div.order-summary {
  float: left;
  width: 59.8029%;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  div.order-summary {
    float: none;
    width: 100%;
  }
}

.order-buttons .button {
  margin-bottom: 10px;
}

#result_list.orders-summary {
  min-width: 80%;
}
#result_list.orders-summary thead th {
  padding: 10px 20px !important;
}
#result_list.orders-summary tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
#result_list.orders-summary tbody td.currency {
  text-align: right;
}

.order-row {
  display: flex;
}
.order-row .order-col {
  flex-grow: 1;
}

.order-print {
  float: right;
}

#order-totals {
  border-top: 3px double #333;
}
#order-totals td {
  text-align: right;
}
#order-totals td p {
  line-height: 160%;
}

.print-inline {
  display: none;
}

.False {
  display: inline-block;
  background: url("../admin/img/icon-no.439e821418cd.svg") no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

.True {
  display: inline-block;
  background: url("../admin/img/icon-yes.d2f9f035226a.svg") no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

#creditcard {
  background: url("images/credit-card-button.b117bf417278.png") 10px 7px no-repeat #f78d5c;
  border-color: #f78d5c;
  color: #fff !important;
  padding-left: 50px;
}

#humm {
  background: url("images/humm-button.bb89374b5ede.png") 10px 7px no-repeat #ff6d04;
}

#laybuy {
  background: url("images/laybuy-button.bee46f922f8b.png") 10px 7px no-repeat #7378f9;
  border-color: #7378f9;
  color: #fff !important;
  padding-left: 50px;
}

#banking {
  background: url("images/banking-button.177fee48060a.png") 10px 7px no-repeat #333;
  border-color: #333;
  color: #fff !important;
  padding-left: 50px;
}
