.checkout-cart-index .columns .column.main .cart-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart {
  width: 100%;
  order: 2;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table thead {
  display: none;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td {
  margin-bottom: 10px;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col {
  width: 100%;
  float: none;
  padding: 0;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.image {
  padding-top: 10px;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.image .product-image-container {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.item {
  width: 100%;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.item .product-item-details {
  text-align: center;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.option:before {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--colour-six);
  content: attr(data-th);
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.option .item-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.option .item-options dt {
  margin: 0 5px;
  width: auto;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.option .item-options dd {
  margin-bottom: 0;
  width: auto;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.qty {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--colour-six);
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.qty:before {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--colour-six);
  content: attr(data-th);
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.subtotal {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--colour-six);
  padding-bottom: 10px;
  text-align: center;
}
.checkout-cart-index .columns .column.main .cart-container .form-cart .table-wrapper .table tbody .item-info td.col.subtotal:before {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--colour-six);
  content: attr(data-th);
}
.checkout-cart-index .columns .column.main .cart-container .after-cart-items {
  width: 100%;
  order: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.checkout-cart-index .columns .column.main .cart-container .after-cart-items .discount {
  order: 2;
  width: 100%;
  margin-bottom: 10px;
}
.checkout-cart-index .columns .column.main .cart-container .after-cart-items .cart-summary-details {
  order: 1;
  width: 100%;
}
.checkout-cart-index .columns .column.main .cart-container .after-cart-items .cart-summary-details .cart-totals {
  width: 100%;
}
.checkout-cart-index .pre-footer .support-info .info .item {
  width: 100%;
  margin: 10px 0;
}
.checkout-cart-index .pre-footer .useful-info {
  justify-content: center;
}
.checkout-cart-index .pre-footer .useful-info .left {
  width: 100%;
  margin: 0 0 10px 0;
}
.checkout-cart-index .pre-footer .useful-info .right {
  width: 100%;
  margin: 0 0 10px 0;
}
