.checkout-container {
  background-color: #ffffff;
  margin-bottom: 100px;
}
.checkout-plan-info {
  padding: 16px;
  padding-top: 0;
}
.checkout-list-item {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-list-title {
  color: #717171;
  font-size: 14px;
}
.checkout-list-value {
  font-weight: 600;
  font-size: 14px;
  color: #003333;
  display: flex;
  align-items: center;
}
.checkout-list-value-alt {
  color: #9d9d9d;
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 600;
}
.checkout-list-value-alt-1 {
  color: #8bc249;
}
.checkout-coupon-close-icon {
  width: 18px;
  height: 18px;
}
.checkout-net-pay {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 16px;
}
.checkout-net-pay-label {
  color: #333333;
  font-weight: 600;
}
.checkout-net-pay-value {
  color: #ef4437;
  font-size: 20px;
  font-weight: 600;
}
.checkout-apply-coupon-label {
  color: #333333;
  font-weight: 600;
  padding: 0 16px;
}
.checkout-coupon-code-container {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
}
.checkout-coupon-label {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 0px;
}
.checkout-coupon-code {
  color: #333333;
  background-color: #efdcb9;
  border-radius: 8px;
  width: 128px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
}
.checkout-coupon-apply-action {
  color: #ef4437;
  font-size: 14px;
  font-weight: 600;
}

.checkout-confirm-btn {
  position: fixed;
  font-weight: 600;
  bottom: 0;
  width: 100%;
  background-color: #EF4437;
  height: 48px;
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 3;
  text-decoration: none;
}
@media only screen and (min-width: 482px) {
  .checkout-confirm-btn {
    position: absolute 
  }
}
