.text-h2 {
  font-size: 40px;
  line-height: 48px;
}

.text-h2-pre-title {
  font-size: 15px;
  line-height: 18px;
}

.checkout-wrapper {
  margin-top: 20px;
  padding: 20px 0 50px 0;
  border-top: 1px solid rgba(23, 23, 29, 0.32);
}
@media (min-width: 834px) {
  .checkout-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 834px) {
  .checkout-wrapper > .container {
    display: flex;
    gap: 0;
  }
}

@media (min-width: 834px) {
  .checkout-cart {
    width: 35%;
    order: 2;
    padding: 20px 0 0 20px;
  }
}

.checkout-cart__title {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
  font-size: 25px;
  line-height: 30px;
}

.checkout-cart__items {
  margin-top: 10px;
}

.checkout-cart__item {
  display: flex;
  margin-top: 10px;
}

.checkout-cart__item__image {
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.44);
}
.checkout-cart__item__image img {
  width: 100%;
  height: auto;
  display: flex;
}

.checkout-cart__item__info {
  width: 80%;
}

.checkout-cart__item__title {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
  font-size: 22px;
  line-height: 27px;
}

.checkout-cart__item__price {
  margin-top: 5px;
  font-size: 20px;
  line-height: 23px;
  color: #9F8B61;
}

.checkout-cart__item__quantity {
  display: inline-block;
  margin-right: 10px;
}
.checkout-cart__item__quantity input {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid rgba(23, 23, 29, 0.47);
  text-align: center;
}

.checkout-cart__item__action {
  padding-top: 3px;
}

.checkout-cart__item__action__remove {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(/image/svg/checkout-icon-remove.svg) no-repeat 0 0;
  background-size: contain;
  opacity: 0.4;
}

.checkout-cart__total {
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.checkout-cart__total__title {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
  font-size: 20px;
  line-height: 24px;
  color: rgba(23, 23, 29, 0.54);
  text-transform: none;
}

.checkout-cart__total__value {
  font-size: 18px;
  line-height: 21px;
  color: rgba(23, 23, 29, 0.54);
}

.checkout-cart__total:last-child .checkout-cart__total__title {
  color: #17171D;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}
.checkout-cart__total:last-child .checkout-cart__total__value {
  font-size: 20px;
  line-height: 23px;
  color: #9F8B61;
}

.checkout-form {
  margin-top: 20px;
  border-top: 1px solid rgba(23, 23, 29, 0.32);
}
@media (min-width: 834px) {
  .checkout-form {
    width: 65%;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: 0;
    border-top: none;
    border-right: 1px solid rgba(23, 23, 29, 0.32);
  }
}

.checkout-form-row__title {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #17171D;
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  margin-top: 20px;
}
@media (min-width: 834px) {
  .checkout-form-row__title {
    margin-top: 30px;
  }
}

.checkout-form-input,
.checkout-form-select {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(23, 23, 29, 0.47);
}

.checkout-form-col-wrapper {
  position: relative;
}
.checkout-form-col-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: 7px;
  width: 7px;
  height: 17px;
  background: url(/image/svg/checkout-icon-arrow-down.svg) no-repeat 0 0;
  background-size: contain;
}

@media (min-width: 834px) {
  .checkout-form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

.checkout-form-col {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 834px) {
  .checkout-form-col {
    width: 50%;
  }
}
@media (min-width: 834px) {
  .checkout-form-col.checkout-form-col-fullwidth {
    width: 100%;
  }
}

.checkout-form-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 30px;
  color: rgba(23, 23, 29, 0.46);
}
.checkout-form-label.active {
  top: -20px;
}

.checkout-form-textarea {
  width: 100%;
  height: 60px;
  line-height: 20px;
  border-bottom: 1px solid rgba(23, 23, 29, 0.47);
  resize: none;
}

.checkout-form-col-fullwidth .checkout-form-label {
  line-height: 20px;
}

.checkout-form-submit-button {
  display: block;
  width: 100%;
  border: 1px solid #17171D;
  padding: 7px;
  cursor: pointer;
}
.checkout-form-submit-button span {
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #17171D;
}
.checkout-form-submit-button span:hover {
  background: #000000;
}
.checkout-form-submit-button:hover {
  border-color: #9F8B61;
}

input[type=radio] {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

#shipping-methods .radio {
  margin-top: 10px;
}

#shipping-methods label {
  cursor: pointer;
}

.hidden {
  display: none;
}

.text-danger {
  color: red;
  font-size: 12px;
}

/*# sourceMappingURL=checkout.css.map */
