.custom-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0px;
}
.custom-text-wrap .custom-text-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-text-wrap .custom-text-label input {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.custom-text-wrap .custom-text-label .l-text {
  margin-left: 10px;
}
.custom-text-wrap .custom-text-label .l-text p {
  margin: 0;
}
.cart-next-step a.btn-disabled {
  pointer-events: none;
}
.btn-outer {
  position: relative;
  display: inline-block;
}
.btn-outer .fake-btn {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-outer.custom-event .fake-btn {
  display: inline-block;
}
