.current-cart-holder {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .current-cart-holder {
    margin-top: 2rem;
  }
}

/* Empty cart */
.current-cart-holder .empty-cart-message {
  text-align: center;
  margin: 4rem 0 8rem;
}

.current-cart-holder .empty-cart-message a {
  font-weight: 700;
}

/* Cart steps */
.current-cart-holder .cart-steps-cont {
  margin-bottom: 1rem;
}

.current-cart-holder .cart-steps-cont .one-tab {
  padding: 0.75rem 0;
  line-height: 1rem;
  text-align: center;
  border: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .cart-steps-cont .one-tab:not(:first-child) {
  border-left: none;
}

.current-cart-holder .cart-steps-cont .one-tab a {
  color: hsl(0, 0%, 36%);;
}

.current-cart-holder .cart-steps-cont .one-tab a:hover {
  color: hsl(0, 0%, 0%);
}

.current-cart-holder .cart-steps-cont .one-tab.active {
  font-weight: 600;
  border-top: 0.25rem solid #000000;
  padding-top: 0.5625rem;
}

.current-cart-holder .cart-steps-cont .one-tab.disabled {
  color: hsl(0, 0%, 66%);
}

/* Cart item list */
.current-cart-holder .cart-items-list {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .cart-items-list .one-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(0, 20%, 90%);
  line-height: 1.125rem;
}

.current-cart-holder .cart-items-list .one-item.title-row {
  font-weight: 600;
  text-align: center;
}

.current-cart-holder .cart-items-list .one-item .image,
.current-cart-holder .cart-items-list .one-item .product-name {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .current-cart-holder .cart-items-list .one-item .image,
  .current-cart-holder .cart-items-list .one-item .product-name {
    margin-bottom: 0;
  }
}

.current-cart-holder .cart-items-list .one-item .product-name {
  padding-left: 0;
}

.current-cart-holder .cart-items-list .one-item .product-price,
.current-cart-holder .cart-items-list .one-item .sum {
  padding-top: 0.625rem;
  text-align: center;
}

.current-cart-holder .cart-items-list .one-item .product-price .old-price {
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: hsl(0, 0%, 54%);
  text-decoration: line-through;
}

.current-cart-holder .cart-items-list .one-item .quantity {
  text-align: center;
}

.current-cart-holder .cart-items-list .one-item .quantity input {
  margin: 0 auto;
  text-align: center;
  max-width: 5rem;
}

.current-cart-holder .cart-items-list .one-item .remove-item {
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  .current-cart-holder .cart-items-list .one-item .remove-item {
    padding-top: 0.625rem;
  }
}

.current-cart-holder .cart-items-list .one-item .remove-item span {
  display: inline-block;
  width: 1.25rem;
  color: hsl(0, 0%, 54%);
  cursor: pointer;
}

.current-cart-holder .cart-items-list .one-item .remove-item span:hover {
  color: hsl(0, 0%, 0%);
}

.current-cart-holder .cart-items-list .cart-sums .line:not(:last-child) {
  margin-bottom: 0.25rem;
}

.current-cart-holder .cart-items-list .cart-sums .line.totals {
  font-weight: 600;
}

.current-cart-holder .cart-items-list .cart-sums .line .data-label {
  text-align: right;
}

.current-cart-holder .cart-items-list .cart-sums .line .data-value {
  text-align: right;
  padding-right: 3rem;
}

.current-cart-holder .cart-items-list .cart-sums .line.totals .data-value {
  color: #000000;
}

.current-cart-holder .discount-code {
  padding: 0 1rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .discount-code label.title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 0;
}

.current-cart-holder .discount-code label.title i {
  margin-right: 0.5rem;
}

.current-cart-holder .discount-code input, .current-cart-holder .discount-code .button {
  margin-bottom: 0;
}

.current-cart-holder .discount-code .content {
  line-height: 1.3;
}

.current-cart-holder .discount-code .actions {
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .current-cart-holder .discount-code .content {
    margin-bottom: 1rem;
  }

  .current-cart-holder .discount-code .actions {
    text-align: center;
  }
}


.current-cart-holder .important-information {
  padding: 0 1rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .important-information .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 0;
}

.current-cart-holder .important-information .title i {
  margin-right: 0.5rem;
}

.current-cart-holder .important-information .content {
  line-height: 1.3;
}

@media screen and (max-width: 39.9375em) {
  .current-cart-holder .important-information .content {
    margin-bottom: 1rem;
  }
}


.current-cart-holder .continue {
  text-align: right;
}

.current-cart-holder .continue input[type="submit"] {
  margin-bottom: 0;
}

/* Buyer info */
.current-cart-holder .boxed-content-container {
  margin-bottom: 1.875rem;
}

.current-cart-holder .boxed-content-container .title,
.current-cart-holder .boxed-content-container .title h2 {
  font-size: 1rem;
}

.current-cart-holder .boxed-content-container .text-box {
  border-top-width: 2px;
}

.current-cart-holder .boxed-content-container .button {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.current-cart-holder .member-login-form-holder .boxed-content-container .button {
  color: #fff;
  background-color: #5da423;
  border-color: #448723;
}

.current-cart-holder .member-login-form-holder .boxed-content-container .button:hover,
.current-cart-holder .member-login-form-holder .boxed-content-container .button:focus {
  background-color: #448723;
}


/* Delivery and payment selection */
.current-cart-holder .delivery-payment-selection {
  margin-top: 1.25rem;
  border: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option {
  display: block;
  position: relative;
  padding: 1.125rem 1rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid hsl(0, 20%, 90%);
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option input[type="radio"] {
  position: absolute;
  margin-top: 0.25rem;
  left: 1rem;
  margin-bottom: 0;
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option .content {
  display: block;
  padding-left: 1.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option .content .title {
  display: block;
  margin-bottom: 0.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option .content .price-line {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.current-cart-holder .delivery-payment-selection .selection-options .one-option .content .price {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}

.current-cart-holder .delivery-payment-selection .selection-options > .error {
  margin-top: 0.5rem;
  margin-left: 0.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder {
  background: hsl(0, 20%, 96%);
}

@media screen and (min-width: 40em) {
  .current-cart-holder .delivery-payment-selection .selection-forms-holder {
    min-height: 20rem;
    background: none;
    border-left: 1px solid hsl(0, 20%, 90%);
  }
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form {
  display: none;
  padding: 1rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000000;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .subtitle {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list {
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list .department {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list .department input[type="radio"] {
  position: absolute;
  margin-top: 0.25rem;
  left: 0;
  margin-bottom: 0;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list .department .content {
  display: block;
  padding-left: 1.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list .department .content .department-name {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1.25rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .departments-list .department .content .department-info {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: hsl(0, 0%, 54%);
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-points-list {
    margin-bottom: 0.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-points-list .pickup-point-information {
    margin-bottom: 1.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-points-list .pickup-point-information .working-hours .heading {
    font-weight: 600;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-points-list .pickup-point-information .working-hours .table .day .day-of-week {
    display: inline-block;
    width: 2rem;
    margin-right: 0.5rem;
    text-align: right;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-points-list .pickup-point-information .working-hours .table .day .hours {
    display: inline-block;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .pickup-person-form {
  margin-bottom: 1.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .shipping-information-form {
  margin-bottom: 0.5rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .shipping-information-form .postcode-link {
  display: none;
  margin-left: 1rem;
  font-size: 0.875rem;
  vertical-align: top;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .shipping-information-form .postcode-link i {
  margin-left: 0.375rem;
  font-size: 0.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .explanation {
  margin-bottom: 1.25rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .one-selection-form .notification {
  margin-bottom: 1.75rem;
  color: hsl(0, 0%, 54%);
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list {
  margin: 0 -0.25rem 0.75rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank {
  margin: 0 0.25rem 0.5rem;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid hsl(0, 20%, 90%);
  background: #fdfdfd;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank label {
  cursor: pointer;
  line-height: 1;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank .bank-logo {
  display: block;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank .bank-logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank .bank-logo img {
  max-height: 2.5rem;
  vertical-align: middle;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank .bank-name {
  overflow: hidden;
  display: block;
  height: 0.875rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
}

.current-cart-holder .delivery-payment-selection .selection-forms-holder .montonio-bank-list .one-bank input {
  margin: 0;
  cursor: pointer;
}

/* Cart review step */
.current-cart-holder .review-step .cart-items-list {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.current-cart-holder .review-step .cart-items-list .one-item .sum {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .current-cart-holder .review-step .cart-items-list .one-item .sum {
    text-align: right;
  }
}

.current-cart-holder .review-step .cart-items-list .cart-sums .line .data-value {
  padding-right: 0;
}

.current-cart-holder .review-step .info-box .title h2 {
  color: hsl(0, 0%, 36%);
}

.current-cart-holder .review-step .info-box .title a {
  float: right;
  font-size: 0.875rem;
  line-height: 1.2rem;
}

.current-cart-holder .review-step .info-box .title a i {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.current-cart-holder .review-step .info-box .text-box .line.name {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.current-cart-holder .review-step .info-box .text-box .line.name:not(:first-child) {
  margin-top: 0.75rem;
}

.current-cart-holder .review-step .info-box .text-box .line.name:last-child {
  margin-bottom: 0;
}

.current-cart-holder .review-step .info-box .text-box .line.additional-info {
  margin-top: 0.25rem;
}

.current-cart-holder .review-step .submit-order-holder {
  margin-top: 1rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .current-cart-holder .review-step .submit-order-holder {
    margin-top: 1.9375rem;
    margin-bottom: 1.375rem;
  }
}

.current-cart-holder .review-step .submit-order-holder .agree-with-terms-holder {
  margin-bottom: 2rem;
}

.current-cart-holder .review-step .submit-order-holder .agree-with-terms-holder label {
  line-height: 1.5rem;
  text-align: left;
}

.current-cart-holder .review-step .submit-order-holder .agree-with-terms-holder input {
  margin-bottom: 0;
  margin-right: 0.25rem;
}
