.banner-side-category {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    border-radius: 10px;
}
.flash-sale {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 10px 4px;
    margin: 20px 0;
}
.new-arrival-section {
    background: #fff;
    border-radius: 12px;
    padding: 10px 4px;
    margin: 20px 0;
}

.sale-icon {
    width: 70px;
    height: 70px;
    background: #fdecec;
    color: #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto 20px;
}

.timer-box {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    width: 70px;
}

.timer-box h4 {
    color: #e74c3c;
    margin: 0;
    font-weight: 700;
}

.timer-box small {
    font-size: 14px;
    color: #333;
}

.product-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.product-card:hover {
    border: 1px solid #e74c3c;
}

.product-card img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 5px;
}

.product-card .sale-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffdc00;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .logo-img-badge {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    width: 60px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.product-card h6 {
    font-weight: 600;
    min-height: 48px;
}

.product-card p del {
    color: #999;
    margin-right: 5px;
}

.product-card p span {
    color: #e74c3c;
    font-weight: 600;
}

.product-card .btn {
    background: #e74c3c;
    color: #fff;
    border: none;
    margin-top: 10px;
    transition: all 0.3s;
}

.product-card .btn:hover {
    background: #e04327;
}

@media (max-width: 768px) {
    .product-card img {
        max-height: 150px;
    }
}

.new-arrival-sidebar {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.new-arrival-sidebar h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.new-arrival-sidebar p {
    font-size: 12px;
}

.new-arrival-sidebar-two {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background: #fafafa;
}

.new-arrival-sidebar-two a {
    color: #000;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #000;
}

.new-arrival-sidebar-two h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.new-arrival-sidebar-two p {
    font-size: 15px;
    color: #e74c3c;
}
.new-arrival-sidebar-two img {
    margin-top: 50px;
}
.category-view-all-btn {
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    background: #e74c3c;
    border: 1px solid #e74c3c;
    font-family: "Inter", sans-serif;
}

.category-view-all-btn:hover {
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    background: #e74c3c;
    border: 1px solid #e74c3c;
    font-family: "Inter", sans-serif;
}

.faq-section {
    padding: 40px;
    background: #f7f7f7;
}

.faq-badge {
    display: inline-block;
    background: linear-gradient(to right, #ffb300, #e74c3c);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.faq-title {
    font-weight: 700;
    font-size: 42px;
    color: #07253f;
}

.faq-subtitle {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 50px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
    background: #f7f7f7;
}

.accordion-button {
    font-weight: 600;
    color: #07253f;
    box-shadow: none !important;
    background: transparent;
    padding: 5px 0;
    font-size: 17px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accordion-button:hover {
    background: #f7f7f7;
    color: black;
}

.accordion-body {
    padding: 0 0 20px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.new-blog-card {
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.top-info {
    background: #e74c3c;
    color: #fff;
    padding: 15px 0;
}

.top-info .icon {
    font-size: 28px;
    margin-right: 12px;
    color: #fed700;
}

.top-info h6 {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 15px;
}

.top-info p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.info-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
}

.category-scrollbox {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #efefef;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.category-item {
    position: relative;
}

.subcategory-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 0;
}

.subcategory-list li {
    border-bottom: 1px solid #efefef;
}

.subcategory-list li:last-child {
    border-bottom: none;
}

.subcategory-list li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.subcategory-list li a:hover {
    background-color: #f8f9fa;
    color: #000;
}

.category-scrollbox::-webkit-scrollbar {
    width: 6px;
}

.category-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.category-scrollbox::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.floating-subcategory {
    position: absolute;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 220px;
    z-index: 10000;
}
@media (max-width: 767.98px) {
    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .top-info .icon {
        margin-right: 0;
        margin-bottom: 8px;
    }
}
