.basket {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.basket h2 {
  font-size: 6.8rem;
  font-family: "LibreBaskerville-Bold";
  color: #021859;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3rem;
}
.basket_empty svg {
  margin: 0 auto;
  display: flex;
  width: 19.5rem;
  height: 19.5rem;
}
.basket h3 {
  font-size: 4rem;
  font-family: "LibreBaskerville-Bold";
  color: #021859;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3rem;
  margin-top: 2rem;
  text-align: center;
}
.basket p {
  font-size: 2rem;
  font-family: "WorkSans";
  color: #000512;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 3rem;
  margin-top: 2rem;
  text-align: center;
}
.basket .btn__shop {
  margin: 0 auto;
}
.basket .btn__shop:hover {
  background-color: #fff;
  color: #093773;
}

.basket-table {
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  overflow: hidden;
}

.basket-header {
  background: #fff;
  font-weight: bold;
}

.basket-row {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid #eee;
  flex-direction: column;
  border-bottom: 1px solid #c2c2c2;
}
.basket-header {
  flex-direction: row;
  justify-content: flex-start;
}
.basket-header .col-product,
.basket-header .col-price,
.basket-header .col-qty,
.basket-header .col-subtotal {
  font-size: 1.8rem;
  font-family: "WorkSans-SemiBold";
  line-height: 100%;
  font-weight: 600;
  color: #000512;
}
.basket-header .col-product {
  margin-left: 13rem;
  max-width: 47rem;
}
.basket-header .col-subtotal {
  flex: 1 1 15rem;
  max-width: 15rem;
}
.basket-header .col-qty {
  margin-left: 7rem;
  flex: 1 1 15rem;
  max-width: 15rem;
}
.row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.basket-row:last-child {
  border-bottom: none;
}

.col-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 2 1 50rem;
  max-width: 50rem;
}

.product-thumb {
  width: 9rem;
  margin-right: 2rem;
}

.product-name {
  font-size: 1.8rem;
  font-family: "WorkSans-SemiBold";
  line-height: 100%;
  font-weight: 600;
  color: #021859;
  text-decoration: none;
}
.col-price {
  font-size: 1.8rem;
  font-family: "WorkSans";
  line-height: 100%;
  color: #000512;
  flex: 1 1 15rem;
  max-width: 15rem;
}
.col-qty {
  flex: 1 1 8rem;
  max-width: 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col-qty svg {
  width: 2.5rem;
  height: 2.5rem;
}
.col-qty svg:hover {
  cursor: pointer;
}
.qty-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.col-qty input {
  padding: 0.8rem 1.2rem;
  font-size: 1.8rem;
  font-family: "WorkSans";
  line-height: 100%;
  color: #000512;
  height: auto;
  width: 7rem;
  text-align: center;
}

.col-qty input[type="number"]::-webkit-inner-spin-button,
.col-qty input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.col-qty input[type="number"] {
  -moz-appearance: textfield;
}

.product-options {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
.product-options span {
  font-size: 1.8rem;
  font-family: "WorkSans";
  line-height: 100%;
  color: #000512;
  margin-right: 1rem;
  margin-left: 2rem;
}
.product-options select {
  padding: 0.8rem 1.2rem;
  font-size: 1.8rem;
  height: auto;
  width: 15rem;
  border: 1px solid #c2c2c2;
  border-radius: 0.6rem;
  color: #000512;
}
.col-subtotal {
  font-size: 1.8rem;
  font-family: "WorkSans";
  line-height: 100%;
  color: #000512;
  flex: 1 1 15rem;
  max-width: 15rem;
}
.remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.remove-btn svg {
  width: 3.6rem;
  height: 3.6rem;
}
.basket-totals {
  margin-top: 3rem;
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  padding: 2rem 0rem;
}
.basket-totals h3 {
  font-size: 2.8rem;
  font-family: "LibreBaskerville-Bold";
  color: #021859;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3rem;
  margin-top: 0rem;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.totals-row {
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
  padding: 0rem 2rem;
}
.totals-row .totals-row-key {
  font-size: 1.8rem;
  font-family: "WorkSans-SemiBold";
  line-height: 100%;
  color: #000512;
  width: 20rem;
}
.totals-row span {
  font-size: 1.8rem;
  font-family: "WorkSans";
  line-height: 100%;
  color: #000512;
}
.basket-totals .shipping-note {
  text-align: left;
  font-size: 1.8rem;
  font-family: "WorkSans";
  color: #000512;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-left: 22rem;
}
.total {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.1rem;
}
.checkout-btn {
  margin-top: 2rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  font-family: "WorkSans-SemiBold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  height: 5.3rem;
  border-radius: 0.8rem;
  color: #fff;
  background-color: #093773;
  border: 1px solid #093773;
  padding: 0 2rem;
  cursor: pointer;
}
.checkout-btn:hover {
  background: #fff;
  color: #093773;
}
.calc-shipping {
  color: #007bff;
  text-decoration: none;
}

.shipping-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #0066cc;
  cursor: pointer;
  user-select: none;
}

.shipping-form {
  margin-top: 1rem;
  display: none;
  flex-direction: column;
  gap: 2rem;
  margin-left: 22rem;
  width: 35rem;
}

.shipping-form.active {
  display: flex;
}

.shipping-form input,
.shipping-form select {
  padding: 1rem;
  border: 1px solid #093773;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  height: auto;
}

.shipping-form button {
  background: #f0f6ff;
  color: #093773;
  border: 0.1px solid #093773;
  padding: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "WorkSans-SemiBold";
  font-size: 1.8rem;
  width: 13rem;
}
.shipping-form button:hover {
  background: #093773;
  color: #f0f6ff;
}

.conter__price.variation {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.4rem 0 0;
  text-transform: capitalize;
  font-family: "WorkSans";
}
