/*=================================
ADD TO CART CSS START
===========================*/

.cartCard_v92kd {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cartCard_v92kd:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.testTitle_v92kd {
  font-size: 15px;
  font-weight: 600;
  color: var(--textColor_45231);
  letter-spacing: 0.3px;
}

.originalPrice_v92kd {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 10px;
}

.discountedPrice_v92kd {
  color: var(--textColor_45231);
  font-weight: 700;
  font-size: 18px;
}

.removeBtn_v92kd {
  background: transparent;
  border: none;
  color: var(--mainColor_45231);
  font-size: 22px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
  padding: 0;
  line-height: 1;
}

.removeBtn_v92kd:hover {
  transform: scale(1.15) rotate(90deg);
  color: var(--textColor_45231);
}

.addMoreBtn_x72ks {
  background-color: var(--mainColor_45231);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(111, 66, 193, 0.2);
  transition: all 0.3s ease;
}

.addMoreBtn_x72ks:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(111, 66, 193, 0.3);
}

.summaryCard_t72hs {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: sticky;
  top: 24px;
}

.summaryHeader_t72hs {
  background-color: var(--mainColor_45231);
  color: #ffffff;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.summaryBody_t72hs {
  padding: 24px;
}

.summaryRow_t72hs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #e2e8f0;
}

.summaryRow_t72hs:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.labelTotal_t72hs {
  font-size: 14px;
  color: #4a5568;
  font-weight: 500;
}

.valueTotal_t72hs {
  font-size: 15px;
  font-weight: 600;
  color: var(--textColor_45231);
}

.netPayableRow_t72hs {
  background-color: var(--secondColor_45231);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.netPayableLabel_t72hs {
  font-weight: 600;
  font-size: 15px;
  color: var(--mainColor_45231);
}

.netPayableValue_t72hs {
  font-weight: 700;
  font-size: 20px;
  color: var(--textColor_45231);
}

.proceedBtn_b38ks {
  width: 100%;
  background: linear-gradient(135deg,
      var(--thirdColor_45231) 0%,
      var(--mainColor_45231) 100%);
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(18, 179, 173, 0.3);
}

.proceedBtn_b38ks:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(111, 66, 193, 0.4);
  opacity: 0.95;
}

.emptyState_z92ks {
  display: block;
  text-align: center;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}

/*=================================
ADD TO CART CSS END
===========================*/

/* ****** OTP ***** */
.otpModalContent {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

.otpHeaderBox {
  text-align: center;
  margin-bottom: 25px;
}

.otpHeaderIcon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f3f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 18px;
  font-size: 28px;
  color: var(--thirdColor_45231);
}

.otpTitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--mainColor_45231);
}

.otpSubTitle {
  font-size: 14px;
  color: #6c757d;
}

.mobileEditBtn {
  font-size: 13px;
  color: #0d6efd;
  cursor: pointer;
  font-weight: 600;
}

.otpInputWrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.otpInput {
  width: 52px;
  height: 58px;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  outline: none;
  transition: 0.2s;
}

.otpInput:focus {
  border-color: var(--mainColor_45231);
  box-shadow: 0 0 0 4px rgba(250, 8, 8, 0.1);
}

.otpBackBtn {
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #6c757d;
  font-weight: 600;
}

.otpError {
  font-size: 13px;
  color: red;
  text-align: center;
  margin-top: 15px;
}

.sendOtpBtn,
.verifyOtpBtn {
  height: 52px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  background: var(--mainColor_45231);
  color: var(--secondColor_45231);
  transition: all 0.4s ease;
}

.sendOtpBtn:hover,
.verifyOtpBtn:hover {
  background: var(--textColor_45231);
  color: var(--secondColor_45231);
  transform: translateY(-3px);
}

.mobileInput {
  height: 52px;
  border-radius: 14px;
}

.mobileInput:focus {
  border-color: var(--mainColor_45231);
  box-shadow: 0 0 0 4px rgba(250, 13, 13, 0.267);
}