.account-page .inputs, .form-row.form-group.City {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: right;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid #000000;
    font-size: 15px;
    padding: 0 20px;
}
.account-page .inputs {
    margin-top: 0;
}
input#Address_PhoneNumber {
  border: 1px solid #000000;
}
.page.order-details-page {
    margin-top: 5%;
}

input#PickupInStore {
    width: 20px;
    height: 20px;
    accent-color: #000;
    margin-left: 16%;
    right: auto;
}

    input#PickupInStore:before {
        display: none;
    }

.pickup-in-store input[type="checkbox"] + label:before {
    display: none;
}

.pickup-in-store .selector {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 30%;
    margin: auto;
}

@media (max-width: 500px) {
    .page.order-details-page {
        margin-top: 30%;
    }
}

.section.pickup-in-store {
    display: flex;
    justify-content: center; /* אופקי */
    align-items: center; /* אנכי */
    gap: 8px; /* ריווח בין הצ'קבוקס לטקסט */
    font-weight: bold; /* טקסט מודגש */
    direction: rtl; /* יישור לימין אם מדובר בטקסט בעברית */
}