.onway_v2 .sign_block {
  padding: 32px;
}
.onway_v2 .sign_box {
  width: 100%;
}
.verification_txt_block {
  max-width: 360px;
}

.onway_v2 .mb_4 {
  margin-bottom: 4px;
}
.sign_form_inner {
  max-height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sign_form_inner::-webkit-scrollbar {
  display: none;
}
.onway_v2 .gap-16 {
  gap: 16px;
}
.onway_v2_msg.notification_msg {
  position: fixed;
  right: 20px;
  bottom: 24px;
  max-width: 442px;
  background-color: #4a3d97;
  padding: 16px;
  border-radius: 16px;
}
.onway_v2_msg .notify_btn {
  max-width: 173px;
  padding: 7px 14px;
  border: 1px solid rgba(208, 213, 221, 1);
  color: rgba(39, 39, 39, 1);
  border-radius: 10px;
}
.onway_v2_msg .news_txt {
  font-size: 14px;
  color: #fff;
}
.onway_v2_msg .msg_name {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}
.onway_v2_msg .close_button {
  background: none;
}
.notification_wrapper .notification_btn {
  background-color: #fff;
}

.notification_wrapper {
  position: relative;
}

.notification_dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 332px;
  padding: 12px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: 0.25s;
  z-index: 999;
}

.notification_dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.notification_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.notification_item {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  cursor: pointer;
}

.notification_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(240, 68, 56, 1);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.notification_header a {
  color: var(--main-color) !important;
}
.notification_icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.notification_list {
  max-height: 346px;
}
.simplebar-track.simplebar-vertical {
  width: 8px !important;
  right: -12px;
}
.simplebar-scrollbar:before {
  background: #5140a0 !important;
  border-radius: 20px;
  opacity: 1 !important;
}

.onway_v2 .parcel-detail-page {
  max-width: 902px;
  margin: 0 auto;
}

.onway_v2 .parcel-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 32px;
}

.onway_v2 .parcel-top-card,
.onway_v2 .parcel-card,
.onway_v2 .parcel-comments-card {
  background: #fff;
  border: 1px solid rgba(242, 244, 247, 1);
  border-radius: 16px;
}

.onway_v2 .parcel-top-card {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  background-color: rgba(249, 250, 251, 1);
}

.onway_v2 .parcel-code {
  margin-bottom: 8px;
  font-weight: 600;
}

.ticket_status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
}

.ticket_status.completed {
  background: #edf9f2;
  border: 1px solid rgba(171, 239, 198, 1);
  color: #18b564;
  border-radius: 6px;
  font-size: 12px;
}

.ticket_status .status_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #18b564;
  flex-shrink: 0;
}

.onway_v2 .parcel-add-btn,
.onway_v2 .parcel-reply-form button {
  background: rgba(74, 61, 151, 1);
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 10px 18px;
  font-family: "FiraGO smBold";
  font-weight: 600;
}
.parcel-add-btn {
  font-size: 16px;
  gap: 8px;
}
.onway_v2 .parcel-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

.onway_v2 .parcel-card {
  padding: 24px;
}
.onway_v2 .parcel-card h3 {
  font-family: "FiraGO md";
}
.onway_v2 .parcel-card h3,
.onway_v2 .parcel-comments-card h3 {
  font-size: 18px;
  font-family: "FiraGO smBold";
  margin-bottom: 24px;
}

.onway_v2 .parcel-card li {
  margin-bottom: 12px;
  color: #303030;
}

.onway_v2 .parcel-card b {
  font-weight: 600;
}

.onway_v2 .parcel-comments-card {
  padding: 24px;
}

.onway_v2 .parcel-comment {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.onway_v2 .comment-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
}

.onway_v2 .comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onway_v2 .comment-content h4 {
  font-size: 14px;
  font-weight: 800;
}
.tracking_row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.copy_btn {
  border: 0;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #8a8a8a;
  transition: 0.2s;
}

.copy_btn:hover {
  color: #5140a0;
}
.onway_v2 .comment-content span {
  display: block;
  color: rgba(39, 39, 39, 0.65);
  font-size: 13px;
}

.onway_v2 .comment-content p {
  line-height: 1.7;
  color: #252525;
}

.onway_v2 .parcel-reply-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.onway_v2 .parcel-reply-form textarea {
  width: 100%;
  height: 130px;
  resize: none;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.onway_v2 .parcel-file {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fb;
  border-radius: 8px;
  padding: 0 16px;
  color: #777;
  margin-bottom: 24px;
}
.onway_v2 hr {
  border-color: rgba(234, 236, 240, 1);
}
.parcel-comments-list {
  margin-bottom: 32px;
}
.onway_v2 .parcel-reply-form textarea::placeholder {
  color: rgba(39, 39, 39, 0.65);
}

.onway_v2 .prohibited_wrapper {
  max-width: 763px;
  margin: 0 auto 170px;
}

.onway_v2 .prohibited_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.onway_v2 .prohibited_text {
  line-height: 1.7;
  margin-bottom: 24px;
}

.onway_v2 .prohibited_list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.onway_v2 .prohibited_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  line-height: normal;
  margin-bottom: 16px;
  font-family: "FiraGO md";
}

.onway_v2 .prohibited_list img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.onway_v2 .prohibited_content p {
  margin-bottom: 32px;
  line-height: 24px;
}

.onway_v2 .shipment-card {
  background: rgba(252, 252, 253, 1);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.onway_v2 .shipment-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.onway_v2 .shipment-title h3 {
  font-size: 16px;
  font-weight: 500;
}
.shipment-icon {
  width: 26px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onway_v2 .shipment-title p {
  font-size: 14px;
  color: rgba(39, 39, 39, 0.65);
}

.onway_v2 .shipment-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.onway_v2 .shipment-tab {
  height: 116px;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-family: "FiraGO md";
  color: rgba(39, 39, 39, 0.85);
}

.onway_v2 .shipment-tab.active {
  border-color: rgba(74, 61, 151, 1);
  border-width: 2px;
  background: rgba(249, 245, 255, 1);
}

.onway_v2 .shipment-field {
  margin-bottom: 16px;
  position: relative;
}

.onway_v2 .shipment-field label {
  display: block;
  font-size: 14px;
  font-family: "FiraGO md";
  margin-bottom: 7px;
  color: rgba(39, 39, 39, 0.85);
}

.onway_v2 .shipment-field input {
  width: 100%;
  height: 42px;
  border: 1px solid #dbe0e8;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
  background: #fff;
}

.onway_v2 .input-icon {
  position: relative;
}

.onway_v2 .input-icon i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b8b8b;
}

.onway_v2 .input-icon input {
  padding-left: 38px;
}

.onway_v2 .address-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dbe0e8;
  border-radius: 0 0 8px 8px;
  z-index: 30;
  display: none;
}

.onway_v2 .address-field:focus-within .address-suggestions {
  display: block;
}

.onway_v2 .address-suggestions button {
  width: 100%;
  height: 38px;
  border: 0;
  background: #fff;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.onway_v2 .address-suggestions button:hover {
  background: #f7f7fb;
}

/* reusable custom select */
.onway_v2 .ow-custom-select {
  position: relative;
  width: 100%;
}

.onway_v2 .ow-select-btn {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 10px;
  background: #fff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: rgba(39, 39, 39, 0.65);
}
.onway_v2 .ow-custom-select.js-ow-select i {
  color: rgba(39, 39, 39, 0.65);
}
.onway_v2 .ow-select-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dbe0e8;
  border-radius: 8px;
  padding: 6px;
  display: none;
  z-index: 50;
}

.onway_v2 .ow-custom-select.open .ow-select-menu {
  display: block;
}

.onway_v2 .ow-select-menu button {
  width: 100%;
  height: 38px;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
}

.onway_v2 .ow-select-menu button:hover {
  background: #f6f4ff;
  color: #5140a0;
}

.onway_v2 .shipment-time {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-family: "FiraGO md";
}
.shipment-time span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.onway_v2 .shipment-time button {
  border: 0;
  background: transparent;
  color: rgba(39, 39, 39, 0.45);
}

.onway_v2 .shipment-divider {
  height: 1px;
  background: #edf0f5;
  margin: 24px 0;
}

.onway_v2 .shipment-subtitle {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
}
.onway_v2 .saved-address-info {
  margin-top: 16px;
  margin-bottom: 16px;
}

.onway_v2 .saved-address-info p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.onway_v2 .saved-address-info b {
  font-weight: 800;
}

.onway_v2 .save-address-btn {
  border: 0;
  background: transparent;
  color: #5140a0;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.onway_v2 .radio-content {
  height: 144px;
}
.onway_v2 .weigth_info {
  margin-top: 30px;
}
.onway_v2 .radio-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.onway_v2 .image {
  margin-bottom: 16px;
}
.onway_v2 .weigth_info {
  margin: 0;
}
.fragile-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  background: rgba(249, 245, 255, 1);
  border-radius: 16px;
  margin-top: 40px;
}
.fragile-box__text {
  max-width: 324px;
}
.fragile-box__icon {
  flex-shrink: 0;
}

.fragile-box__text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: rgba(39, 39, 39, 1);
}

.fragile-box__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(74, 61, 151, 1) !important;
  font-family: "FiraGO md";
  text-decoration: none;
  white-space: nowrap;
}
.prohibited-box {
  margin: 32px 0;
}

.prohibited-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.prohibited-wrapper {
  background: #f8f9fb;
  border: 1px solid #eaecf0;
  border-radius: 24px;
  padding: 18px 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.prohibited-row {
  background-color: rgba(249, 250, 251, 1);
  border: 1px solid rgba(242, 244, 247, 1);
  border-radius: 16px;
}
.prohibited-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prohibited-head h4 {
  font-size: 14px;
  color: rgba(39, 39, 39, 0.85);
  font-family: "FiraGO md";
  margin-bottom: 8px;
}
.prohibited-item {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.prohibited-item img {
  width: 40px;
  height: 40px;
  display: block;
}

.prohibited-tooltip {
  position: absolute;
  top: calc(100% + 14px);
  left: -30px;
  min-width: 293px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 16px;
  color: rgba(39, 39, 39, 0.85);
  font-size: 12px;
  line-height: 20px;
  box-shadow:
    0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 20;
}

.prohibited-tooltip::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #d0d5dd;
  border-left: 1px solid #d0d5dd;
  transform: rotate(45deg);
}

.prohibited-item:hover .prohibited-tooltip {
  opacity: 1;
  visibility: visible;
}

.prohibited-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(74, 61, 151, 1) !important;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

/* Mobile */

@media (max-width: 767px) {
  .prohibited-wrapper {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .prohibited-icons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .prohibited-item img {
    width: 34px;
    height: 34px;
  }

  .prohibited-tooltip {
    min-width: 200px;
    left: -20px;
    font-size: 13px;
    padding: 12px 16px;
  }

  .prohibited-tooltip::before {
    left: 24px;
  }
}

.additional_services {
  margin-bottom: 117px;
}
.onway_v2.summery_block{
  width: 100%;
}
.onway_v2.checkout-card {
  width: 280px;
  background: #f8f9fb;
  border-radius: 24px;
  padding: 24px;
}

.onway_v2 .checkout-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
}

.onway_v2 .promo-head {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(39, 39, 39, 0.85);
  font-family: "FiraGO md";
}

.onway_v2 .promo-block:not(.is-open) .promo-body {
  display: none;
}

.onway_v2 .promo-block:not(.is-open) .promo-head i {
  transform: rotate(180deg);
}

.onway_v2 .promo-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 20px;
}

.onway_v2 .promo-input-row input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: rgba(39, 39, 39, 1);
}

.onway_v2 .promo-input-row button {
  height: 40px;
  border: 1px solid rgba(208, 213, 221, 1);
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
  color: rgba(39, 39, 39, 1);
}

.onway_v2 .checkout-prices {
  margin-bottom: 28px;
}

.onway_v2 .checkout-prices div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #667085;
}
.onway_v2 .checkout-prices div:last-child {
  margin-bottom: 0;
}
.onway_v2 .checkout-prices b {
  color: rgba(39, 39, 39, 0.85);
  font-family: "FiraGO smBold";
}

.onway_v2 .checkout-prices .discount b {
  color: #12b76a;
}

.onway_v2 .checkout-prices .total {
  font-size: 18px;
  font-family: "FiraGO smBold";
  color: rgba(39, 39, 39, 1);
}

.onway_v2 .checkout-prices .total b {
  color: rgba(74, 61, 151, 1);
}

.onway_v2 .checkout-field {
  margin-bottom: 16px;
}

.onway_v2 .checkout-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(39, 39, 39, 0.85);
  font-family: "FiraGO md";
}
.promoTxt {
  font-feature-settings: "case";
}
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.payment-card input {
  display: none;
}

.payment-check {
  width: 24px;
  height: 24px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.2s;
}

.payment-check i {
  color: #fff;
  font-size: 14px;
  opacity: 0;
}

.payment-title {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
}

.payment-card input:checked + .payment-check {
  background: #5140a0;
  border-color: #5140a0;
}

.payment-card input:checked + .payment-check i {
  opacity: 1;
}

.payment-card:has(input:checked) {
  border-color: #5140a0;
}

.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.payment-icons img {
  height: 18px;
  width: auto;
  display: block;
}
.onway_v2 .payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.onway_v2 .payment-icons img {
  max-height: 18px;
  object-fit: contain;
}

.onway_v2 .checkout-submit {
  width: 100%;
  height: 44px;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  background: rgba(74, 61, 151, 1);
  color: #fff;
  font-family: "FiraGO smBold";
  margin-top: 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.packaging-modal .modal-dialog {
  max-width: 720px;
}

.packaging-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
}

.packaging-modal h3 {
  text-align: left;
  font-size: 18px;
    font-family: "FiraGO bold";
}


.modal-warning-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 40px;
}

.modal-warning-icon img {
  width: 100%;
  height: 100%;
}

.packaging-modal p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(39, 39, 39, 1)
}

.packaging-modal p a {
  color: rgba(74, 61, 151, 1)!important;
  text-decoration: underline;
}
.success-packaging-note a{
  color: var(--main-color)!important;
    font-family: "FiraGO md";
}
.modal-main-btn {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(74, 61, 151, 1);
  color: #fff;
  font-size: 16px;
 font-family: "FiraGO smBold";
}
.modalheader .modal-close{
  background-color: transparent;
}
.successTitle{
  font-size: 32px;
  font-family: "FiraGO smBold";
  font-feature-settings: "case";
  margin-bottom: 12px;
}
.success-packaging-note{
  background-color: rgba(249, 245, 255, 1);
  padding: 16px;
  border-radius: 16px;
}
.success-modal-actions {
    display: flex;
    gap: 16px;
}

.print-order-btn {
  font-size: 16px;
    width: 144px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    background: #fff;
}

.success-modal-actions .modal-main-btn {
    flex: 1;
    font-size: 16px;
    height: 44px;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: "FiraGO smBold";
}
.header.fixed{
  z-index: 999!important;
}
.packaging-modal{
  padding: 0 16px!important;
}
@media (max-width: 575px) {
  .packaging-modal .modal-content {
    padding: 32px 20px;
    border-radius: 20px;
  }
  .modalheader {
     margin-bottom: 40px;
  }
  .packaging-modal h3 {
    font-size: 22px;
   
  }
.modalheader .modal-close{
  display: flex;
  align-items: center;
}
  .packaging-modal p {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .modal-warning-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
  }
  .success-modal-actions{
    flex-direction: column-reverse;
  }
  .success-modal-actions .modal-main-btn{
    flex: initial
  }
  .success-modal-actions .print-order-btn{
    width: 100%;
  }
}

@media (max-width: 991px) {
  .onway_v2.checkout-card {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  .onway_v2.checkout-card {
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .onway_v2 .promo-input-row {
    grid-template-columns: 1fr;
  }

  .onway_v2 .promo-input-row button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fragile-box {
    flex-wrap: wrap;
  }

  .fragile-box__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .onway_v2 .shipment-card {
    padding: 20px;
  }

  .onway_v2 .shipment-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }


  .onway_v2 .shipment-time {
    flex-direction: column;
  }
}