/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-checkout/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.radio-circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #000;
  text-align: center;
  line-height: 14px;
}
.radio-circle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.checkout-input {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
}
.checkout-input .label {
  font-weight: 400;
  font-size: 10px;
  color: #7c7c7c;
}
.checkout-input .text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 130%;
  width: 100%;
  outline: none;
  border: none;
}
.checkout-input .text:disabled {
  background-color: transparent;
}
.checkout-input .select {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.checkout-input.sel::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 65%;
  border-right: 1px solid #ececec;
  right: 46px;
  top: 10px;
}
.checkout-input.sel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000;
  right: 17px;
  top: 24px;
}
.checkout-input .shadow-value {
  min-height: 20px;
}
.checkout-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
}
.checkout-input.as-disabled input,
.checkout-input.as-disabled select {
  background-color: #f7f7f7;
  pointer-events: none;
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.px-94 {
  padding-left: 94px;
  padding-right: 94px;
}

.main-autoship-checkout {
  display: block;
}
.main-autoship-checkout .img-box {
  width: 68px;
}
.main-autoship-checkout .img-box img {
  width: 100%;
}
.main-autoship-checkout .new-address .input-border {
  border-radius: 16px;
  border: 1px solid #ececec;
  background-color: #fff;
}
.main-autoship-checkout .new-address .input-border input {
  height: 100%;
  border: none;
}
.main-autoship-checkout .left-gap::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50px;
  width: 1px;
  height: 50%;
  background-color: #ececec;
}
