.fdm-track-order-content-customer,
.fdm-track-order-content-products,
.fdm-track-order-content-status {
	width: 100%;
	border-radius: 5px;
	border: #eaeaea solid 1px;
	padding: 20px;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.fdm-track-order-content-status {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	display: flex;
	justify-content: center;
}

.fdm-track-order-content {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.fdm-track-order-content {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.myd-item-hide {
	display: none;
}

.myd-track-order-update-wrapper {
	display: flex;
    align-items: center;
    gap: 6px;
}

.myd-pulsating-circle {
	background: #3aca2b;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100px;
	animation: pulse 1.6s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1.0);
		outline: 1px solid rgba(47, 224, 27, 0.338);
	}

	50% {
		transform: scale(0.8);
		outline: 6px solid rgba(47, 224, 27, 0.338);
	}

	100% {
		transform: scale(1.0);
		outline: 6px solid rgba(47, 224, 27, 0);
	}
}

.fdm-not-logged {
	padding: 60px;
	font-size: 16px;
	text-align: center;
}

.fdm-divider {
	background: #eaeaea;
	width: 100%;
	margin: 20px 0 !important;
}

.fdm-products-order-loop {
	margin-bottom: 10px;
	width: 100%;
}

.fdm-order-list-items-type,
.fdm-order-list-items-order-number,
.fdm-order-list-items-date {
	width: auto;
	font-size: 16px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.fdm-order-list-items-customer,
.fdm-order-list-items-customer-name,
.fdm-order-list-items-product,
.fdm-order-list-items-product-extra {
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 1.4;
}

.fdm-order-list-items-customer,
.fdm-order-list-items-product-extra {
	font-weight: 400;
	color: #565656;
}

.fdm-order-list-items-product-extra {
	white-space: pre;
}

.fdm-order-list-items-product {
	font-weight: bold;
}

.fdm-order-list-items-type {
	padding: 0 15px;
	background: #46b450;
	border-radius: 5px;
	color: #fff;
}

.fdm-order-list-items-order-number,
.fdm-order-list-items-customer-name {
	font-weight: bold;
	font-size: 18px;
	color: #383838;
}

.fdm-order-list-items-date {
	font-weight: 400;
	color: #565656;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.fdm-order-list-items-order-number,
	.fdm-order-list-items-customer-name {
		font-size: 16px;
	}
}
