@media (max-width: 767px) {
    .header-action-icon-2-c {
        margin-left: 0px !important;
    }

    .header-action-2 .header-action-icon-2>a span.pro-count {
        right: -12px;
        top: -4px;
    }

    .product-cart-wrap .product-content-wrap h2 a {
        font-size: 13px;
    }

    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 14px;
        font-weight: bold;
    }

    .product-cart-wrap .product-content-wrap .product-price span.old-price {
        font-size: 13px;
        font-weight: 400;
        color: #737171;
    }

    .product-cart-wrap .product-badges.product-badges-position {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 9;
    }

    .cat-name {
        margin: 10px 0;
        font-size: 24px;
    }

    .text-price {
        font-size: 24px;
    }

    .title-detail {
        font-size: 28px !important;
    }

    .custom-cart {
        width: 292px !important;
    }


}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.title-detail {
    font-size: 34px;
}

/* Cart Icon Styles */
.mini-cart-icon {
    position: relative;
}


/* Custom Cart Styles */
.custom-cart {
    position: fixed;
    top: 0;
    right: -350px;
    /* Hidden by default, slides in from the right */
    width: 350px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    /* Smooth transition */
}

.custom-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-cart-body {
    overflow-y: auto;
    height: calc(100% - 80px);
    /* Adjust height to leave space for header */
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.cart-item-details {
    flex: 1;
}

.cart-total {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.cart-total p {
    font-size: 20px;
}



/* When the cart is opened, slide it into view */
.custom-cart.open {
    right: 0;
}

.custom-search {
    position: fixed;
    top: 0;
    right: -350px;
    /* Hidden by default, slides in from the right */
    width: 350px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    /* Smooth transition */
}

.custom-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-search-body {
    height: calc(100% - 80px);
    /* Adjust height to leave space for header */
}

#searchInput {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-closes {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #000;
}

/* When the search bar is opened, slide it into view */
.custom-search.open {
    right: 0;
}

.popular-searches .horizontal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    /* Or 'center' depending on the alignment */
}

.popular-searches .horizontal-list li {
    margin-bottom: 5px;
    /* Add spacing between the items */
    white-space: nowrap;
    position: relative;
    padding-right: 15px;
    /* To add some space for the separator */
}

.popular-searches .horizontal-list li a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    /* Adjust font size as needed */
}

.popular-searches .horizontal-list li a:hover {
    color: #007bff;
    /* Adjust hover color as needed */
}

/* Add || separator after each list item */
.popular-searches .horizontal-list li:not(:last-child)::after {
    content: " ||";
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    /* Adjust separator color */
    font-size: 14px;
    /* Adjust separator font size */
}

.mobile-menu li a {
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #1a1a1a;
}
.mobile-menu li.menu-item-has-children .menu-expand {
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 35px;
    color: #1a1a1a;
}
.mobile-menu li {
    display: block;
    position: relative;
    padding: 10px 0;
}

.note-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.note-label {
    font-weight: bold;
    white-space: nowrap;
}

.note-content {
    flex: 1;
}
.custom-th{
    border: 1px solid transparent !important;
}

.custom-span {
    position: relative;
    top: 17px;
}

@media (max-width: 768px) { /* For mobile screens */
    .responsive-text {
        text-align: center !important;
    }
}

@media (min-width: 769px) { /* For desktops */
    .responsive-text {
        text-align: start !important;
    }
}
