.custom-form-container {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #c4c4c4;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'PeydaWeb', sans-serif;
}

.custom-input,
.custom-textarea {
  font-family: 'PeydaWeb', sans-serif;
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.custom-textarea {
  height: 90px;
  resize: vertical;
}

.custom-shipping-type-box::before,
.custom-shipping-type-boxs::before {
  font-family: 'PeydaWeb', sans-serif;
}

.custom-radio-label,
.custom-note-header,
.custom-note-content,
.custom-quantity-input,
.custom-total-price-box,
.custom-submit-button,
.custom-alert-box {
  font-family: 'PeydaWeb', sans-serif;
}

/* بقیه استایل‌ها بدون تغییر */
.custom-shipping-type-box {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-radio-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #333;
}

.custom-radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-custom-radio-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background-color: #fff;
}

.custom-radio-label input[type="radio"]:checked + .custom-custom-radio-button {
  background-color: #f22525eb;
  border-color: #c83131bd;
}

.custom-shipping-notes-container {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
}

.custom-shipping-note-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.custom-note-header {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.custom-note-content {
  font-size: 14px;
  color: #555;
}

.custom-shipping-type-boxs {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.custom-shipping-type-box::before {
  content: "نحوه ارسال:";
  display: block;
  background-color: #395ecc;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  margin-bottom: 10px;
}

.custom-shipping-type-boxs::before {
  content: "تعداد کتاب:";
  display: block;
  background-color: #395ecc;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  margin-bottom: 10px;
}

.custom-quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-quantity-input {
  width: 60px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
}

.custom-quantity-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  padding: 5px 12px;
  cursor: pointer;
}

.custom-quantity-button:hover {
  background-color: #0056b3;
}

.custom-total-price-box {
  margin-top: 20px;
  font-size: 18px;
  color: #00cc00;
  text-align: center;
}

.custom-buy-buttons {
  text-align: center;
  margin-top: 20px;
}

.custom-submit-button {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-submit-button:hover {
  background-color: #2980b9;
}

.custom-alert-box {
  background-color: #ffdddd;
  color: #a94442;
  border: 2px solid #a94442;
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}



.vip-counter-wrapper {
  max-width: 700px;
  border-radius: 20px;
  font-family: 'PeydaWeb', sans-serif;
  text-align: center;
}

.vip-top-alert {
  font-size: 22px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 15px;
  background: #ffebee;
  padding: 10px;
  border-radius: 5px;
}

.vip-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c6b2f;
  margin-bottom: 10px;
}

.vip-subtitle {
  font-size: 18px;
  color: #e53935;
  margin-bottom: 25px;
  line-height: 1.8;
}

.vip-number-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.vip-number-box {
  background: #ffeb3b;
  border-radius: 12px;
  padding: 20px 35px;
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-number-label {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
}

.vip-number {
  font-size: 60px;
  font-weight: bold;
  color: #d32f2f;
}

.vip-warning {
  font-size: 15px;
  color: #d32f2f;
  font-weight: 600;
  margin-bottom: 20px;
}

.vip-instruction {
  font-size: 17px;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}

.vip-out-of-stock {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #d32f2f;
  padding: 12px 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
}
