.cartItemPage .itemLeft, .cartItemPage .itemRight {
  width: 100%;
}
.cartItemPage .itemAction, .cartItemPage .itemButtons, .cartItemPage .itemAdd, .cartItemPage .itemPrev {
  width: 100%;
}
.cartItemPage .itemButtons {
  display: inline-block;
}
.cartItemPage .itemQty {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px 0;
}
.cartItemPage .itemPrev:after {
  content: "Previous Page";
}
.cartItemPage .itemLeft h1, .cartItemPage .itemLeft .itemCode, .cartItemPage .itemLeft .itemPrice, .cartItemPage .itemLeft .itemShortDesc, .cartItemPage .itemLeft .item-afterpay {
  display: block;
}
.cartItemPage .itemRight h1, .cartItemPage .itemRight .itemCode, .cartItemPage .itemRight .itemPrice, .cartItemPage .itemRight .itemShortDesc, .cartItemPage .itemRight .item-afterpay {
  display: none;
}

.itemCodeStock {
  text-align: right;
  margin: 10px 10px 5px 10px;
}

.itemStock {
  text-align: right;
  padding: 5px;
  margin-bottom: 10px;
}

.itemMainInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.itemMainInfo .itemStock {
  -ms-flex-order: 1;
      order: 1;
}
.itemMainInfo .itemButtons, .itemMainInfo .itemDesc {
  -ms-flex-order: 2;
      order: 2;
}

/* No tax column */
.viewCartRowHeader .viewCartDescription, .viewCartRowHeader .viewCartDelete, .viewCartRowHeader .viewCartItem {
  display: none !important;
}

.viewCartRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.viewCartRow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.viewCartRow:first-child:before {
  display: none;
}
.viewCartRow .viewCartItem {
  margin-bottom: 15px;
}
.viewCartRow .viewCartItem .viewCartThumb.noImage {
  position: relative;
  background: white;
  border: 1px solid var(--opacity20);
}
.viewCartRow .viewCartItem .viewCartThumb.noImage:after {
  content: "\f03e";
  font-family: fontAwesome;
  font-size: 2em;
  color: var(--opacity20);
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.viewCartRow .viewCartDescription {
  width: calc(90% - 140px);
  padding: 0 0.5em;
}
.viewCartRow .viewCartPrice, .viewCartRow .viewCartTotal {
  width: 20%;
}

.viewCartItems .cartItemAction {
  -ms-flex-pack: center;
      justify-content: center;
}
.viewCartItems .cartItemAction .cartItemUpdate, .viewCartItems .cartItemAction .cartItemAdd {
  margin: 0.2em auto;
}

/* Show Tax column */
.viewCartItems.showTax .viewCartRow.viewCartRowHeader {
  display: none !important;
}
.viewCartItems.showTax .viewCartRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  display: block;
  text-align: left;
  position: relative;
  border: 1px solid var(--opacity20);
  border-radius: 0.3em;
  padding: 0.5em;
  margin: 1em auto;
  line-height: 1.1em;
  overflow: auto;
}
.viewCartItems.showTax .viewCartRow:before {
  background: transparent;
  height: 50px;
  width: 96%;
  left: 2%;
  border-top: 1px solid var(--opacity10);
}
.viewCartItems.showTax .viewCartRow:nth-child(2n) {
  background: transparent !important;
}
.viewCartItems.showTax .viewCartRow .viewCartDelete {
  position: absolute;
  top: 0;
  right: -0.3em;
}
.viewCartItems.showTax .viewCartRow .viewCartDelete div {
  font-size: 0.8em;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: var(--transition);
  color: #888;
  color: var(--opacity50);
}
.viewCartItems.showTax .viewCartRow .viewCartDelete div:hover {
  color: #222;
  color: var(--opacity90);
}
.viewCartItems.showTax .viewCartRow .viewCartItem {
  margin-bottom: 0;
  width: 90px;
  box-sizing: border-box;
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding: 0;
  border: 0;
}
.viewCartItems.showTax .viewCartRow .viewCartDescription {
  display: inline-block;
  width: calc(100% - 100px);
  padding: 0.7em 0 0.2em;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 1.1em;
  color: black;
}
.viewCartItems.showTax .viewCartRow .viewCartPrice {
  display: inline-block;
  padding: 0.2em 0;
  width: calc(100% - 100px);
  box-sizing: border-box;
  text-align: left;
}
.viewCartItems.showTax .viewCartRow .viewCartTax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
  padding: 0;
  color: var(--opacity60);
  font-size: 0.8em;
  width: calc(100% - 100px);
}
.viewCartItems.showTax .viewCartRow .viewCartTax .taxName {
  font-size: 0.8em;
  margin-right: 0.5em;
}
.viewCartItems.showTax .viewCartRow .viewCartQuantity {
  display: inline-block;
  width: calc(100% - 100px);
  width: 100%;
  text-align: left;
  font-size: 1em;
  margin: 1em 0 0;
}
.viewCartItems.showTax .viewCartRow .itemQty {
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
}
.viewCartItems.showTax .viewCartRow .itemQty .itemQtyDisplay {
  padding: 4px 2px;
  width: 60px;
  margin: 0 0.5em;
  font-size: 18px;
  font-weight: normal;
}
.viewCartItems.showTax .viewCartRow .itemQty .itemQtyUp,
.viewCartItems.showTax .viewCartRow .itemQty .itemQtyDown {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.viewCartItems.showTax .viewCartRow .itemQty .itemQtyDown {
  -ms-flex-order: 1;
      order: 1;
}
.viewCartItems.showTax .viewCartRow .itemQty .itemQtyDown:hidden {
  opacity: 0.5;
}
.viewCartItems.showTax .viewCartRow .itemQty div:hover {
  background: var(--cta);
}
.viewCartItems.showTax .viewCartRow .itemQty div:hover:before {
  color: white;
}
.viewCartItems.showTax .viewCartRow .viewCartTotal {
  display: inline-block;
  position: absolute;
  bottom: 0.8em;
  right: 0.5em;
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  color: black;
  width: auto;
}
.viewCartItems.showTax .cartItemAction {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.viewCartItems.showTax .cartItemAction .cartItemUpdate,
.viewCartItems.showTax .cartItemAction .cartItemAdd {
  margin: 0.2em auto;
  width: 100%;
}
.viewCartItems.showTax .cartSubTotal {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.3em;
  padding: 0.5em;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#viewCart .viewCart {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  border-radius: 0;
}
#viewCart .viewCart:after {
  box-shadow: none;
}

.cartItems {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.cartItems .cartItem {
  width: 48%;
}
.cartItems .itemName {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
}

.cartThumbs .cartThumb {
  font-size: 12px;
}

.categorySection .siteContent {
  width: 100%;
}
.categorySection .sidebar {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
.categorySection .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.siteBottom .paginationContainer {
  display: inline-block;
}
.siteBottom .paginationContainer .shopPaginationItemsPerPage {
  margin: 10px 0;
}
.siteBottom .paginationContainer .shopPaginationItemsPerPage .shopPagination {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.siteBottom .paginationContainer .shopPaginationBtn {
  width: 40px;
  height: 40px;
}

.checkout .siteContent .checkoutLeft, .checkout .siteContent .checkoutRight {
  width: 100%;
}
.checkout .siteContent .checkoutRight {
  -ms-flex-order: -1;
      order: -1;
  display: inline-block;
}
.checkout .siteContent .checkoutRight .openCheckout {
  display: block;
  margin: auto;
}
.checkout .siteContent .checkoutRight .checkoutSummary {
  display: none;
}
.checkout .siteContent .checkoutRight .checkoutSummary .items > .checkoutRow .checkoutValue {
  width: 100%;
}
.checkout .siteContent .checkoutRight .checkoutSummary .items > .checkoutRow .checkoutValue .itemPrice {
  padding-top: 10px;
}
.checkout .siteContent .checkoutRight .checkoutSummary .items > .checkoutRow .checkoutTitle {
  width: 100%;
}
.checkout .siteContent .checkoutRight .checkoutRow .checkoutTitle input[name=discountCode] {
  margin-bottom: 0;
}
.checkout .siteContent .checkoutLeft .checkoutButtons {
  -ms-flex-pack: center;
      justify-content: center;
}
.checkout .siteContent .checkoutLeft .checkoutButtons button, .checkout .siteContent .checkoutLeft .checkoutButtons .cartBtn {
  margin: 0.2em auto;
}
.checkout.checkoutDetails .siteContent .checkoutRight .checkoutSummary {
  display: block;
  width: 100%;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout .siteContent .checkoutRight .checkoutDiscount .checkoutTitle {
  width: 60%;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col2 input,
.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 input,
.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 .select {
  width: 100%;
  margin: 0.2em auto;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 input[name=postCode],
.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 input[name=billingPostcode] {
  width: 100%;
}
