.cs_nav_list li a.active {
    color: #2949d8 !important;
}

.spinner {
    display: none;
}

.loading {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.loading-content {
    z-index: 10000;
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-container {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #6c757d;
    /* Muted gray for unselected items */
    margin-right: 10px;
    font-weight: 500;
}

.breadcrumb li:last-child {
    color: #333;
    /* Active color for the current page */
    font-weight: 600;
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
    /* Blue for clickable links */
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #0056b3;
}

.cs_location_list li a.active,
.cs_location_list li.active a {
    color: #2949d8;
    /* atau style lainnya */
}

/* Optional: Add transition for hover effect */
.cs_overlay {
    transition: background-color 0.3s ease;
}

.cs_page_heading:hover .cs_overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.cs_responsive_logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Container untuk logo dan teks */
.cs_partner_logo {
    text-align: center;
    padding: 15px;
    flex: 0 0 auto;
}

/* Gaya untuk teks nama partner */
.cs_partner_name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

/* Media query untuk responsivitas */
@media (max-width: 768px) {
    .cs_partner_logo {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.cs_responsive_logo {
    /* width: 350px; */
    height: auto;
}

.countdown-circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-circle {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 2px;
}

.countdown-separator {
    font-size: 16px;
    margin: 0 2px;
    color: inherit;
}

.circle-progress {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 2;
}

.circle-fill {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    animation: none;
}

.countdown-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
}

.cs_flash_sale_badge {
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #ff3a3a, #ff6b6b);
    padding: 5px 15px;
    box-shadow: 0 4px 12px rgba(255, 58, 58, 0.3);
    z-index: 2;
}

.cs_discount_badge {
    background-color: #fff;
    color: #ff3a3a;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 5px;
}

.cs_flash_sale_pricing {
    position: relative;
    padding: 10px 0;
}
