.checkout-cart-index .policy-info-wrap,
.checkout-cart-index .footer-newsletter,
.checkout-cart-index .minicart-wrapper,
.checkout-cart-index .breadcrumbs {
  display: none;
}

.checkout-cart-index .swipe-info {
  display: none;
}

@media screen and (max-width: 1090px) {
  .checkout-cart-index header .block.block-search {
    float: none !important;
    display: flow-root;
    display: none !important;
  }
}

@media screen and (max-width: 705px) {
  .checkout-cart-index header .block.block-search {
    display: block !important;
  }
}

@media screen and (max-width: 789px) {
  .checkout-cart-index #discount-coupon-form {
    display: none;
  }
  .checkout-cart-index .cart-summary .summary-holder {
    margin-bottom: 0px;
  }
  .checkout-cart-index .table-wrapper {
    margin-bottom: 0px;
  }
}

.checkout-cart-index button.action.primary.checkout,
.checkout-cart-index .cart-summary .checkout-methods-items li .action.primary.continue {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.checkout-cart-index .page-title-wrapper {
  padding-top: 0px !important;
  display: none !important;
}

.checkout-cart-index .bottom-fixed {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid #f9f9f9;
  -webkit-box-shadow: 0px -5px 15px #eee;
          box-shadow: 0px -5px 15px #eee;
  background: #fff;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.checkout-cart-index .bottom-fixed a,
.checkout-cart-index .bottom-fixed .action.primary.checkout,
.checkout-cart-index .bottom-fixed button {
  float: left;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  padding-left: 36px;
  -webkit-transition: all ease 165ms;
  transition: all ease 165ms;
  background-position-x: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0px;
}

.checkout-cart-index .bottom-fixed a:after,
.checkout-cart-index .bottom-fixed .action.primary.checkout:after,
.checkout-cart-index .bottom-fixed button:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout-cart-index .bottom-fixed a:hover,
.checkout-cart-index .bottom-fixed .action.primary.checkout:hover,
.checkout-cart-index .bottom-fixed button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.checkout-cart-index .bottom-fixed a.continue,
.checkout-cart-index .bottom-fixed .action.primary.checkout.continue,
.checkout-cart-index .bottom-fixed button.continue {
  background-color: #82cde3;
  float: left;
  padding: 10px 20px;
  margin-left: 0px;
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .bottom-fixed a.continue,
  .checkout-cart-index .bottom-fixed .action.primary.checkout.continue,
  .checkout-cart-index .bottom-fixed button.continue {
    display: none;
  }
}

.checkout-cart-index .bottom-fixed a.action.primary.checkout,
.checkout-cart-index .bottom-fixed .action.primary.checkout.action.primary.checkout,
.checkout-cart-index .bottom-fixed button.action.primary.checkout {
  padding-left: 20px;
  padding-right: 36px;
  min-width: auto;
  float: right;
  width: auto;
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .bottom-fixed a.action.primary.checkout,
  .checkout-cart-index .bottom-fixed .action.primary.checkout.action.primary.checkout,
  .checkout-cart-index .bottom-fixed button.action.primary.checkout {
    width: 100%;
  }
}

.checkout-cart-index .bottom-fixed a.action.primary.checkout:after,
.checkout-cart-index .bottom-fixed .action.primary.checkout.action.primary.checkout:after,
.checkout-cart-index .bottom-fixed button.action.primary.checkout:after {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
}

.checkout-cart-index .bottom-fixed .right-actions {
  float: left;
  width: 100%;
}

.checkout-cart-index .bottom-fixed .left-actions {
  float: left;
  -webkit-transition: all ease 165ms;
  transition: all ease 165ms;
  position: relative;
  display: none !important;
}

.checkout-cart-index .bottom-fixed .left-actions .info {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  background: rgba(17, 55, 77, 0.801);
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all ease 165ms;
  transition: all ease 165ms;
  top: -75px;
  left: 0;
}

.checkout-cart-index .bottom-fixed .left-actions:hover .info {
  pointer-events: all;
  opacity: 1;
}

.checkout-cart-index .bottom-fixed .left-actions a {
  float: left;
  margin-left: 10px;
  padding: 7px 15px;
  font-size: 12px;
  color: #fff;
  background: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  padding-left: 36px;
  -webkit-transition: all ease 165ms;
  transition: all ease 165ms;
  background-position-x: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
  pointer-events: none;
}

.checkout-cart-index .bottom-fixed .left-actions a.delete {
  background-color: #ce4b4b;
  background-image: url("../images/trash.svg");
  padding-left: 15px;
  background-position: center center;
}

.checkout-cart-index .bottom-fixed .left-actions a.change-shipping {
  background-color: #81CDE3;
  background-image: url("../images/truck-light.svg");
}

.checkout-cart-index .bottom-fixed .left-actions a.change-pickup {
  background-color: #7ed322;
  background-image: url("../images/pickup-light.svg");
}

.checkout-cart-index .bottom-fixed .left-actions.active a {
  opacity: 1;
  pointer-events: all;
}

.checkout-cart-index .bottom-fixed .left-actions.active a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.checkout-cart-index .bottom-fixed .left-actions.active:hover .info {
  pointer-events: none;
  opacity: 0;
}

.checkout-cart-index .bottom-fixed.stable {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0px;
  background: transparent;
  z-index: 1;
  float: left;
  margin-top: 25px;
  border-top: 2px solid #f0f0f0;
  padding-top: 25px;
}

.checkout-cart-index .bottom-fixed.stable .page-main {
  float: left;
  padding: 0px;
  width: 100%;
}

.checkout-cart-index .shopping-cart-table-v2 {
  display: inline-block;
  width: 100%;
}

.checkout-cart-index .shopping-cart-table-v2 #pickup-modal-button,
.checkout-cart-index .shopping-cart-table-v2 .open-pickup-modal-btn,
.checkout-cart-index .shopping-cart-table-v2 .open-pickup-modal-btn:focus,
.checkout-cart-index .shopping-cart-table-v2 .open-pickup-modal-btn:active {
  margin-top: 0px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group:last-child {
  margin-bottom: 0px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 20px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .select-all {
  cursor: pointer;
  position: absolute;
  padding: 3px 6px;
  padding-left: 20px;
  background: #f1f1f1;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  left: 0px;
  display: none !important;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .select-all:before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 6px;
  content: '';
  position: absolute;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .select-all.active:after {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 8px;
  content: '';
  position: absolute;
  background: #7ed322;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .title {
  cursor: pointer;
  position: relative;
  z-index: 4;
  padding: 5px 20px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-weight: 200;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .title small {
  float: left;
  width: 100%;
  font-weight: 400;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .header .earliest-info {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #bbb;
  font-weight: 300;
  font-size: 12px;
  padding-right: 10px;
  top: 50%;
  position: absolute;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none !important;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items {
  float: left;
  width: 100%;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item {
  height: 80px;
  position: relative;
  border-bottom: 1px solid #eee;
  -webkit-transition: ease all 360ms;
  transition: ease all 360ms;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item {
    height: 130px;
  }
}

@media screen and (max-width: 1025px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container {
    width: 100%;
    height: 100%;
    float: left;
    -webkit-transition: ease all 160ms;
    transition: ease all 160ms;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 10;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper {
    display: inline-block;
    height: 100%;
    width: auto;
    margin: 0px;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.disabled .action-btn {
    pointer-events: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.change-shipping-wrapper.no-pickup {
    left: inherit;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn {
    display: inline-block;
    width: 120px;
    height: 100%;
    background: #333;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    background-position: top center;
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn span {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: normal;
    width: 90%;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.delete {
    background-color: #ce4b4b;
    background-image: url("../images/trash.svg");
    background-position: center center;
    padding: 0px;
    width: 50px;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.delete span {
    display: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.change-shipping {
    background-color: #81CDE3;
    background-image: url("../images/truck-light.svg");
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.change-pickup {
    width: 125px;
    background-color: #7ed322;
    background-image: url("../images/pickup-light.svg");
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: ease all 160ms;
    transition: ease all 160ms;
    position: absolute;
    top: 0;
    width: 295px;
    height: 100%;
    background: #fff;
    padding: 7px;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods .single-shipping-method {
    width: auto;
    margin: 2px auto;
    display: inline-block;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .no-pickup + .shipping-methods {
    width: 170px;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .change-shipping-wrapper:hover + .shipping-methods,
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .change-shipping-wrapper:focus + .shipping-methods,
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
    pointer-events: all;
    opacity: 1;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  -webkit-box-shadow: 5px 5px 24px black;
          box-shadow: 5px 5px 24px black;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container {
    width: calc(100% - 200px);
    height: 100%;
    float: left;
    -webkit-transition: ease all 160ms;
    transition: ease all 160ms;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-right: 1px solid #eee;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions {
    float: right;
    width: 200px;
    height: 80px;
    position: relative;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin: 3px 0px;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.no-pickup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0px;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper button {
    padding: 2px 7px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    border: 0px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    background: transparent;
    background: #eee;
    color: #333;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.delete-wrapper {
    display: none;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: ease all 160ms;
    transition: ease all 160ms;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0px;
    padding-top: 10px;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods .single-shipping-method {
    width: auto;
    margin: 2px auto;
    display: inline-block;
  }
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .change-shipping-wrapper:hover + .shipping-methods,
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
    pointer-events: all;
    opacity: 1;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item:last-child {
  border-bottom: 0px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item:last-child {
  border-bottom: 0px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .checkbox {
  height: 80px;
  width: 30px;
  position: relative;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none !important;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .checkbox label {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #f1f1f1;
  cursor: pointer;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .checkbox label:hover {
  background: #ddd;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .checkbox input {
  opacity: 0;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .checkbox input:checked + label {
  background: #7ed322 url("../images/checked-icon.svg") no-repeat;
  background-position: center center;
  background-size: 70%;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .image {
  float: left;
  height: 80px;
  width: 80px;
  cursor: pointer;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .image .cover {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name {
  float: left;
  width: 400px;
  height: 80px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1090px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name {
    width: 300px;
  }
}

@media screen and (max-width: 1025px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name {
    width: 250px;
  }
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name {
    width: calc(100% - 80px);
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name b {
  font-size: 13px;
  color: #11374D;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 1px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name span {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name span.price {
  font-size: 13px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name:hover {
  text-decoration: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name:hover b {
  text-decoration: underline;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name .delivery-time {
  display: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .name .zip-available-info {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty {
  float: left;
  position: relative;
  width: 130px;
  margin-left: 10px;
  margin-top: 23px;
  border: 1px solid #F5A623;
  height: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty {
    margin-top: 0px;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty input {
  position: absolute;
  border: 0px;
  font-size: 17px;
  color: #F5A623;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0px;
  width: 40px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  z-index: 5;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-appearance: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty input:hover, .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .dec,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .inc {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #F5A623;
  background-size: 14px !important;
  background-image: url("../images/qty-dec.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  font-size: 0px;
  z-index: 10;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .dec:hover,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .inc:hover {
  background-color: #F5A623;
  background-image: url("../images/qty-dec-hover.svg");
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .inc {
  right: 10px;
  left: inherit;
  background-image: url("../images/qty-inc.svg");
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .inc:hover {
  background-image: url("../images/qty-inc-hover.svg");
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty button.update {
  float: left;
  width: 100%;
  padding: 3px 0px;
  text-align: center;
  color: #0a364d;
  background: #ffebc7;
  border: 0px;
  border-radius: 0px;
  font-size: 11px;
  margin: 0px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
  margin-top: 32px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty button.update:before {
  display: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty.changed button.update {
  opacity: 1;
  pointer-events: all;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .action-btn {
  display: inline-block;
  width: 70px;
  height: 100%;
  background: #333;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  background-position: top center;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  right: -35px;
  height: 33px;
  top: -1px;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
}

@media screen and (max-width: 789px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .action-btn {
    display: none;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .action-btn.delete {
  background-color: transparent;
  background-image: url("../images/trash-red.svg");
  background-position: center center;
  padding: 0px;
  width: 30px;
  background-size: 15px;
  opacity: 0.7;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .action-btn.delete:hover {
  opacity: 1;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .qty .action-btn.delete span {
  display: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices {
  float: right;
  width: 200px;
  height: 80px;
  position: relative;
  margin-right: 10px;
}

@media screen and (max-width: 1025px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices {
    width: 225px;
  }
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices {
    width: 50%;
  }
}

@media screen and (max-width: 330px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices {
    width: 30%;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .msrp {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price {
  float: left;
  width: 45%;
  text-align: right;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price .price-including-tax,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price .price-including-tax {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price .price-excluding-tax,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price .price-excluding-tax {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price .price-including-tax:before,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price .price-including-tax:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}

@media screen and (max-width: 705px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price,
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price {
    margin-top: 0px;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price span.price-main .price,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price span.price-main .price {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #11374D;
  margin: 0px;
  line-height: 16px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price span.price-excluding-tax,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price span.price-excluding-tax {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
  line-height: 16px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price span.price-excluding-tax:before,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price span.price-excluding-tax:before {
  display: inline-block;
}

@media screen and (max-width: 1025px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price span.price-excluding-tax:before,
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price span.price-excluding-tax:before {
    display: none;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .single-price {
  display: none;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price {
  width: 100%;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .prices .total-price span.price-main .price {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container .price-including-tax,
.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container .price-excluding-tax {
  font-weight: 300;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container.price-mode-incl .price-including-tax::before {
  content: '';
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container.price-mode-excl .price-excluding-tax {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0 !important;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container.price-mode-excl .price-excluding-tax::before {
  content: '';
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container.price-mode-excl .price-including-tax {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 6px !important;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container.price-mode-excl .price-including-tax .price {
  font-weight: normal;
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .table-subtotal {
  margin-top: 0px;
}

@media screen and (max-width: 1200px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .table-subtotal {
    width: 50%;
  }
}

@media screen and (max-width: 680px) {
  .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .table-subtotal {
    width: 80%;
  }
}

.checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .table-subtotal .row-total {
  border-top: 0px;
}

html.touch .checkout-cart-index .qty .delete-wrapper {
  display: none !important;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left] .single-item-container {
  -webkit-transform: translateX(-295px);
          transform: translateX(-295px);
  border-right: 2px solid #eee;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left] .single-item-container.no-pickup {
  -webkit-transform: translateX(-170px);
          transform: translateX(-170px);
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left]:after {
  left: -10px;
  opacity: 1;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left] .swipe-actions {
  text-align: right;
  opacity: 1;
  pointer-events: all;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left] .swipe-actions .button-wrapper {
  float: right;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Left] .shipping-methods {
  right: 0px;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right] .single-item-container {
  -webkit-transform: translateX(295px);
          transform: translateX(295px);
  left: inherit;
  border-left: 2px solid #eee;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right] .single-item-container.no-pickup {
  -webkit-transform: translateX(170px);
          transform: translateX(170px);
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right]:after {
  right: -10px;
  opacity: 1;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right] .swipe-actions {
  text-align: left;
  opacity: 1;
  pointer-events: all;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right] .swipe-actions .button-wrapper {
  float: left;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item[swiped=Right] .shipping-methods {
  left: 0px;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .single-item-container {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  z-index: 10;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0px;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.disabled {
  opacity: 0.3;
  pointer-events: none;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.disabled .action-btn {
  pointer-events: none;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .button-wrapper.change-shipping-wrapper.no-pickup {
  left: inherit;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn {
  display: inline-block;
  width: 120px;
  height: 100%;
  background: #333;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  background-position: top center;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 20px;
  text-align: center;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn span {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: normal;
  width: 90%;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.delete {
  background-color: #ce4b4b;
  background-image: url("../images/trash.svg");
  background-position: center center;
  padding: 0px;
  width: 50px;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.delete span {
  display: none;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.change-shipping {
  background-color: #81CDE3;
  background-image: url("../images/truck-light.svg");
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.change-pickup {
  width: 125px;
  background-color: #7ed322;
  background-image: url("../images/pickup-light.svg");
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .action-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
  position: absolute;
  top: 0;
  width: 295px;
  height: 100%;
  background: #fff;
  padding: 7px;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods .single-shipping-method {
  width: auto;
  margin: 2px auto;
  display: inline-block;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .no-pickup + .shipping-methods {
  width: 170px;
}

html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .change-shipping-wrapper:hover + .shipping-methods,
html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .change-shipping-wrapper:focus + .shipping-methods,
html.touch .checkout-cart-index .shopping-cart-table-v2 .delivery-group .items .single-item .swipe-actions .shipping-methods:hover {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  pointer-events: all;
  opacity: 1;
}

html.touch .checkout-cart-index .swipe-info.active {
  display: block;
  position: absolute;
  right: 50%;
  top: 100px;
  width: 50%;
  z-index: 200;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  pointer-events: none;
}

@-webkit-keyframes swipe-x {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(50px) rotateZ(10deg);
            transform: translateX(50px) rotateZ(10deg);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(-50px) rotateZ(-10deg);
            transform: translateX(-50px) rotateZ(-10deg);
  }
}

@keyframes swipe-x {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(50px) rotateZ(10deg);
            transform: translateX(50px) rotateZ(10deg);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(-50px) rotateZ(-10deg);
            transform: translateX(-50px) rotateZ(-10deg);
  }
}

html.touch .checkout-cart-index .swipe-info.active .image {
  background: url("../images/swipe.svg") no-repeat top center;
  float: left;
  width: 100%;
  height: 50px;
  background-size: contain;
  -webkit-animation: swipe-x 1.75s ease-in-out backwards;
          animation: swipe-x 1.75s ease-in-out backwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

html.touch .checkout-cart-index .swipe-info.active span {
  float: left;
  width: 100%;
  color: #11374D;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3em;
  display: none;
}

@media screen and (max-width: 600px) {
  html.touch .checkout-cart-index .swipe-info.active {
    width: 100%;
  }
}

body.still-loading {
  position: relative;
}

body.still-loading:after {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff url("../images/loader-emmo.svg") no-repeat center center;
  background-size: 50px;
  opacity: 0.8;
  z-index: 99999;
  content: '';
  width: 100%;
  height: 100%;
}
