.iivs-stock-note {
  margin-top: 8px;
  padding: 10px 12px;
  border-left: 4px solid #b06d25;
  background: #fff8ed;
  color: #4d351e;
  font-size: 13px;
  line-height: 1.5;
}

.cart-table .p-name .iivs-stock-note {
  max-width: 460px;
}

.cart-table .p-name .iivs-cart-stock-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 290px;
  margin-top: 10px;
  padding: 9px 11px;
  border: 1px solid #ead8c6;
  border-left: 3px solid #a86b3b;
  border-radius: 5px;
  background: #fffbf7;
  color: #35302c;
  font-size: 12px;
  line-height: 1.4;
}

.iivs-cart-stock-card__heading {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
}

.iivs-cart-stock-card__dot {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a86b3b;
}

.iivs-cart-stock-card__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.iivs-cart-stock-card__stock {
  color: #56504b;
}

.iivs-cart-stock-card__eta {
  color: #56504b;
}

.iivs-cart-stock-card__choice {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  margin-top: 6px;
  padding-top: 5px;
  border-top: 1px solid #eddfd1;
}

.iivs-cart-stock-card__choice span {
  color: #6d6259;
}

.iivs-cart-stock-card__choice strong {
  color: #2f2b28;
  font-weight: 700;
}

.iivs-delivery-choice {
  margin: 16px 0 24px;
  padding: 16px;
  border: 1px solid #dcc8ad;
  border-radius: 6px;
  background: #fffaf3;
}

.iivs-delivery-choice--checkout {
  margin: 8px 0 24px;
}

.iivs-delivery-choice legend {
  padding: 0 4px;
  font-size: 17px;
  font-weight: 700;
}

.iivs-delivery-choice label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 8px 0;
  padding: 10px;
  border: 1px solid #e8dccb;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.iivs-delivery-choice label:has(input:checked) {
  border-color: #9b6328;
  box-shadow: 0 0 0 1px #9b6328;
}

.iivs-delivery-choice input[type='radio'] {
  display: inline-block !important;
  appearance: auto !important;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  accent-color: #9b6328;
  cursor: pointer;
}

.iivs-delivery-choice label span {
  flex-basis: 100%;
  padding-left: 22px;
  line-height: 1.4;
}

.iivs-delivery-choice p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.iivs-checkout-delivery-info {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.iivs-region-retry {
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid currentColor;
  border-radius: 3px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.iivs-region-inactive {
  display: none;
}

@media (max-width: 767px) {
  .iivs-stock-note,
  .iivs-delivery-choice {
    font-size: 13px;
  }

  .iivs-delivery-choice {
    padding: 12px;
  }
}
