.viewCartSection:first-child {display: none;}

.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 {
  display: block;
}
.cartItemPage .itemRight h1, .cartItemPage .itemRight .itemCode, .cartItemPage .itemRight .itemPrice, .cartItemPage .itemRight .itemShortDesc {
  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;
}

.viewCartRowHeader .viewCartDescription, .viewCartRowHeader .viewCartDelete, .viewCartRowHeader .viewCartItem {
  display: none !important;
}

.viewCartDelete, .viewCartDescription {
  -ms-flex-order: -1;
      order: -1;
}

.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 .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: .2em auto;
}

/* ---------------------------------- */
/* ---------- 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: .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: .2em auto;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 input[name=postCode],
.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.col3 input[name=billingPostcode] {
  width: 100%;
}
