@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

.widget-title {
    font-size: 1.25rem;
    margin-top: 2rem;
}

#sew-current-location {
    display: none;
    font-size: 12px;
    text-align: right;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.single-product body:not([class*=elementor-page-]) .site-main {
    z-index: -99999;
    position: relative;
}

.woocommerce-page div.product div.summary {
    width: 35%;
    position: relative;
    z-index: -9999999999;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    z-index: -9999;
}

/* Overall container */
.timeline-container {
    position: relative;
    border-radius: 35px;
    border: 1px solid #000;
    margin: 5rem 0 2rem;
    z-index: 9999999999999999999999999999999999999999999;
}

/* By default, the timeline is visible */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 35px;
}

/* Horizontal line behind the icons */
.timeline::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}

/* Individual steps */
.timeline-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2; /* Ensure step elements appear above the line */
}

/* Icons */
.timeline-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #555;
}

/* Step title (e.g., "Order and Approve") */
.timeline-label {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #333;
	font-size: 12px;
}

/* Step date(s) */
.timeline-date {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #666;
}

/* Arrow (optional) */
.timeline-arrow {
  margin: 0 0.25rem;
  font-weight: bold;
  color: #999;
}

/* Form container (hidden by default) */
.location-form {
  display: none; /* Toggle to 'block' or 'flex' when needed */
  margin: 2rem 0;
  position: relative;
  z-index: 100;
}

/* Basic form styling */
.location-form form {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
}

.location-form label {
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
}