body.woocommerce-cart {
  margin-bottom: 100px;
}

.basket-title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  width: 90%;
}

@media (min-width: 768px) {
  .basket-title-wrapper {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .basket-title-wrapper {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .basket-title-wrapper {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .basket-no-results {
    margin-top: 40px;
  }
}

.basket-main {
  max-width: 1200px;
  margin: 0 auto 15px;
  width: 90%;
}

@media (min-width: 768px) {
  .basket-main {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .basket-main {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .basket-main {
    margin-bottom: 0;
  }
}

.basket-main__form {
  margin-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .basket-main__form {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .basket-main__form {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.basket-main__table {
  border-radius: 0;
  width: 100%;
}

.basket-main__table thead {
  border-bottom: 1px solid #C9C5BD;
}

.basket-main__table thead th {
  color: #9F8C66;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.166666667em;
  padding: 16px 0;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .basket-main__table .product-quantity {
    text-align: center;
    width: 18.75%;
  }
}

.basket-main__table .product-quantity .quantity__inner {
  display: inline-block;
  position: relative;
}

.basket-main__table .product-quantity .quantity input[type="number"] {
  font-size: 14px;
  text-align: center;
  width: 100px;
  -moz-appearance: textfield;
}

.basket-main__table .product-quantity .quantity input[type="number"]::-webkit-inner-spin-button, .basket-main__table .product-quantity .quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
  opacity: 0;
}

.basket-main__table .product-quantity .quantity .quantity-change {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.basket-main__table .product-quantity .quantity .quantity-change:before {
  background-color: #1F2423;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}

.basket-main__table .product-quantity .quantity .quantity-change.down {
  left: 10px;
}

.basket-main__table .product-quantity .quantity .quantity-change.up {
  right: 10px;
}

.basket-main__table .product-quantity .quantity .quantity-change.up:after {
  background-color: #1F2423;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

@media (min-width: 992px) {
  .basket-main__table .product-subtotal {
    text-align: right;
    width: 18.75%;
  }
}

.basket-main__table .product-subtotal .amount {
  display: block;
  font-weight: 700;
}

.basket-main__table .product-subtotal .info {
  color: #A6A19B;
  display: block;
  font-size: 0.875em;
}

.basket-main__table .product-subtotal .vat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #882C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.basket-main__table .product-subtotal .vat .amount {
  margin-left: 4px;
  font-weight: 400;
}

.basket-main__table .table-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  width: 100%;
}

.basket-main__table .table-actions .coupon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-main__table .table-actions .coupon label {
  position: absolute;
  opacity: 0;
}

.basket-main__table .table-actions .coupon input {
  font-size: 0.875em;
}

.basket-main__table .table-actions .update {
  background-color: #FFFFFF;
  border-color: #C9C5BD;
  color: #1F2423;
}

.basket-main__table .table-actions .update:hover {
  background-color: #1F2423;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.basket-main__product {
  font-size: 20px;
}

.basket-main__product td {
  border-bottom: 1px solid #C9C5BD !important;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .basket-main__product td:before {
    display: block;
    float: none !important;
    text-align: left;
  }
}

.basket-main__product td.product-name:before {
  display: block;
  float: none !important;
  text-align: left;
}

.basket-main__product .save_for_later_cart {
  text-align: right;
}

.basket-main__continue {
  text-align: center;
}

.basket-main__actions {
  display: none !important;
}

.basket-main__actions td:before {
  display: none;
}

.basket-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .basket-product-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.basket-product-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket-product-wrapper__inner:not(:last-child) {
  margin-bottom: 10px;
}

.basket-product-wrapper__inner:last-child {
  margin-bottom: 20px;
}

.basket-product-wrapper__value {
  font-weight: normal;
  text-decoration: underline;
  position: relative;
}

.basket-product-wrapper__value:hover {
  cursor: pointer;
}

.basket-product-wrapper__value:hover .basket-product-wrapper__popup {
  display: block;
}

.basket-product-wrapper__key {
  margin-right: 5px;
}

.basket-product-wrapper__img-wrapper {
  background-color: #cbc5c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .basket-product-wrapper__img-wrapper {
    margin-right: 24px;
    width: 24%;
  }
}

.basket-product-wrapper__img-wrapper:before {
  content: '';
  display: block;
  padding-top: 66.66%;
}

.basket-product-wrapper__popup {
  display: none;
  position: absolute;
  padding: 5px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(31, 36, 35, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(31, 36, 35, 0.2);
  z-index: 9999;
}

.basket-product-wrapper__popup img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.basket-product-wrapper__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.basket-product-wrapper__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.basket-product-wrapper__info-wrapper {
  padding-top: 8px;
}

@media (min-width: 768px) {
  .basket-product-wrapper__info-wrapper {
    width: 74%;
  }
}

.basket-product-wrapper__name {
  line-height: 1.25;
  letter-spacing: 0.1875em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.basket-product-wrapper__name .add_saveforlater {
  color: #9F8C66;
  text-transform: none;
  letter-spacing: 0;
  display: none;
}

.basket-product-wrapper__details {
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 4px;
}

.basket-product-wrapper__delivery {
  font-size: 0.575em;
  color: #A6A19B;
}

.basket-product-wrapper__delivery strong {
  font-weight: normal;
  font-size: 12px;
  color: #1F2423;
}

.basket-product-wrapper__delivery a {
  color: #A6A19B;
  text-decoration: underline;
}

.basket-product-wrapper__delivery .highlighted {
  color: #A6A19B;
}

.basket-product-wrapper__delivery .highlighted a {
  color: inherit;
  text-decoration: underline;
}

.basket-product-wrapper__remove {
  color: #A6A19B;
  font-size: 0.875em;
  margin-top: 12px;
}

.basket-product-wrapper__remove a {
  color: inherit;
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.basket-product-wrapper__remove a span {
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.basket-product-wrapper__remove a span:before, .basket-product-wrapper__remove a span:after {
  background-color: #A6A19B;
  content: '';
  width: 1px;
  position: absolute;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.basket-product-wrapper__remove a span:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.basket-totals {
  background-color: #FFFFFF;
  -webkit-box-shadow: -8px -8px 8px 0 rgba(31, 36, 35, 0.1);
          box-shadow: -8px -8px 8px 0 rgba(31, 36, 35, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0 15px;
}
.basket-totals__inner .basket-totals__right a {
  margin: 10px 0;
  border-radius: 4px;
  background: #2C2E2F;
}
.basket-totals__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

@media (min-width: 992px) {
  .basket-totals__inner {
    height: 88px;
  }
}

.basket-totals__left {
  font-size: 12px;
}

@media (min-width: 768px) {
  .basket-totals__left {
    font-size: 1em;
  }
}

.basket-totals__price {
  font-size: 1.5em;
  font-weight: 700;
}

.basket-totals__info {
  font-size: 0.875em;
}

.basket-saved {
  margin: 0 auto 15px;
  max-width: 1200px;
  width: 90%;
}

@media (min-width: 768px) {
  .basket-saved {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .basket-saved {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .basket-saved {
    margin-bottom: 60px;
  }
}

.basket-saved__title-wrapper {
  text-align: center;
}

.basket-saved__title {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .basket-saved__title {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .basket-saved__title {
    margin-bottom: 24px;
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .basket-saved__title {
    margin-top: 120px;
  }
}

.basket-saved--hidden {
  display: none;
}

/*# sourceMappingURL=page-basket.css.map */
