#topBar {
	position: fixed;
	width: 100%;
    top: 0;
    left: 0; 
    background-color: #fff; 
    text-align: center;
    z-index: 9999;
    display: block;
	height: 60px;
	overflow-y: hidden;
}

.banners {
    width: 100%;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
    font-size: 16px;
	height: 60px;
}

.banners p {
    display: inline-block;
}

.banners a {
    margin-left: 5px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    background-color: #CC0000;
    text-decoration: none;
}

.banner-body{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.time-unit {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}

.time-part-wrapper span {
    margin-right: 1px; /* 設定每個 span 右邊的間距 */
}

/* 移除最後一個 span 的 margin-right，避免多餘空間 */
.time-part-wrapper span:last-child {
    margin-right: 0;
}

.time-unit-name {
    font-size: 10px;
    font-weight: normal;
}

.countdown-time {
    display: inline-flex;
    flex-direction: row;
    padding-left: 15px;
}

.countdown_stock {
    display: flex;
    padding-left: 15px;
}

.countdown_stock > span {
    padding-right: 3px;
}

@media (max-width: 600px) {
	.banners {
    	font-size: 12px;
	}
}

.elementor-location-header{
	margin-top: 60px !important;
}