.place-order-form .shipping-block .shipping-block__comments {
  margin: 12px 0;
}
.place-order-form .shipping-block .shipping-block__comments label {
  width: 100%;
  padding-right: 20px;
}
.place-order-form .shipping-block .shipping-block__comments label textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: normal;
  cursor: pointer;
}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.popup-content {
	background: #fff;
	width: 500px;
	margin: 50px auto;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}
.popup-tracking-details {
	background: #fff;
	width: 588px;
	margin: 133px auto;
	padding: 41px;
	border-radius: 31px;
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-weight: bold;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	background-color: #007BFF; /* Blue header */
	color: white;
	padding: 10px;
	text-align: left;
}

td {
	padding: 10px;
	border: 1px solid #ccc;
}



.item__list  .item__status {
    text-align: right;
    padding-left: 0;
}