.nav_top_text p {
    margin-top: 67px;
}
.nav_top_text p {
    padding: 8px;
    background: #ffd700;
    text-align: center;
}
.banner_bottom_text marquee {
    margin-top: -2px;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    background: #000;
}
@media only screen and (max-width: 600px) {
    .banner_bottom_text marquee {
        font-size: 18px;
        padding: 5px 0;
    }
}
@media only screen and (min-width: 600px) {
    .nav_top_text p {
        margin-top: 75px;
    }
}

.acc-wrapper {
    border: 1px solid #ddd;
}

.acc-header {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    font-weight: 500;
}

.acc-header .acc-title {
    padding: 12px 15px;
    flex: 1;
}

.acc-icon {
    background: #000;
    color: #fff;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    user-select: none;
}

.acc-body {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1040;
}

.search-sidebar {
    position: fixed;
    top: 0;
    right: -330px;
    width: 330px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.4s ease;
    overflow-y: auto;
    padding: 15px;
}

.search-sidebar.active {
    right: 0;
}

.search-overlay.active {
    display: block;
}

.product-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.product-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.new-price {
    font-weight: 600;
}



.middle_ads_banner {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .middle_ads_banner {
        height: 110px !important;
    }
}
