/*komal custom code*/
.wp-faq-container {
    max-width: 800px;
    margin: 20px auto;
}
.wp-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f9f9f9;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 5px;
    transition: background 0.3s;
}
.wp-faq-question:hover {
    background: #f1f1f1;
}
.toggle-icon {
    font-weight: bold;
    font-size: 18px;
}
.wp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
    background: #fff;
}
.wp-faq-item.open .wp-faq-answer {
    max-height: 500px; /* Increase if needed */
    padding: 15px 20px;
}
.wp-faq-item.open .toggle-icon {
    content: "−";
}

.whatsup-icon {background: #25D366; max-width: fit-content;}
.whatsup-icon a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0px;
    display: block;
}
.whatsup-icon a:before {
  content: '';
  background-image: url('../images/whatsapp-icon.png');
    width: 32px;
    height: 32px;
    display: inline-flex;
    vertical-align: middle;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-size: 28px;
}
.whatsup-icon a {
    background: #25D366;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 18px !important;
    color: #fff;
    margin-left: 4px;
}
.whatsapp-inquiry-icon {
    position: fixed;
    bottom: 70px;
    right: 14px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.whatsapp-inquiry-icon img {
    width: 30px;
    height: 30px;
}
#jha-appointment-form label, #jha-form-message { font-weight: 500; }
#jha-appointment-form .state-span, #jha-appointment-form .country-span { margin-left: 20px; }

#sidebar .wpf_item.wpf_item_submit { visibility: hidden; height: 0; padding: 0; }
.widget-mobile-bottom-bar { display: none; }
.filter-close-icon{display: none;}
.tax-product_cat .wpf_item_wpf_cat, .tax-pa_jewellery-type .wpf_item_pa_jewellery-type, .tax-pa_color .wpf_item_pa_color { display: none; }

.search-container { position: relative; }
.search-container .search-result { position: absolute; background-color: #fff; padding: 10px; width: 100%; z-index: 9999; border: solid #dedede;border-width: 0px 1px 1px 1px; }
.search-container .search-result ul { list-style: none; }
.search-container .search-result ul li a { color: #333; }
.search-container .search-result ul li a:hover { opacity: 0.8; }
.error-404 { margin: 50px 0; }
.error-404 a { color: #333; }
.error-404 a:hover { opacity: 0.8; }
.error-404 .taxonomy-all-section { margin: 20px auto; display: flex; flex-wrap: wrap; gap: 30px; }
.page p a { color: #333; padding-left: 5px; }
.page p a:hover { opacity: 0.8; }

@media (max-width: 1024px) {
    #sidebar { display: none;}
    #sidebar .wpf_item.wpf_item_submit { 
        visibility: visible; 
        height: auto;
        float: left;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #fff;
    }
    .widget-mobile-bottom-bar { display: block; position: fixed; width: 100%; bottom: 0; z-index: 9; background-color: #333; color: #fff; left: 0; }
    .widget-mobile-bottom-bar .widget-mobile-toggle { padding: 10px 30px; cursor: pointer;text-align: center;}
    .shop-page-container #sidebar{
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        left: 0;
        top: 0;
        padding: 20px;
        height: 100%;
        overflow-x: hidden;
    }
    #sidebar .wpf_item.wpf_item_submit .wpf_search_button{
        background-color: #333;
        margin-right: 10px;
        border-radius: 0px;
        padding: 10px 20px;
        left: 125px;
        position: relative;
    }
    .woocommerce #sidebar form .wpf_reset_btn{
        padding: 6px 24px 6px 34px;
        position: fixed;
        z-index: 9;
        bottom: 10px;
        left: 25px;
    }
    .filter-close-icon{
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 23px;
        font-style: normal;
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 21px;
        z-index: 99;
    }
    .tinv-wishlist .product-action button{background-color: transparent !important;}
    .tinv-wishlist .product-action button i.ftinvwl-shopping-cart{color: #333;font-size: 22px;display: block;}
}
@media (max-width: 767px) {
    .shop-page-container #sidebar{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td{padding: 5px 5px !important;}
    .tinv-wishlist table.tinvwl-table-manage-list tbody tr{border-bottom: 1px solid #ccc;display: block;}
}