/* style.css (or your main stylesheet) */

#tutor-course-spotlight-overview .tutor-fs-5.tutor-mb-12 {
    display: none;
}

.tutor-fs-5.tutor-fw-bold.tutor-color-black.tutor-mb-12 {
    display: none;
}

.tutor-course-content-title {
    display: none;
}

.unique-parent-class .tutor-course-content-title {
    display: none;
}

body .tutor-course-content-title {
    display: none !important;
}

.nv-page-title-wrap .nv-page-title h1 {
    display: none;
}

.u-column2.col-2 {
    display: none;
}

.tutor-form-control .tutor-form-select-label {
    display: none;
}

.tutor-meta.tutor-course-details-info > div {
    display: none;
}

a.tutor-btn.tutor-btn-ghost.tutor-course-wishlist-btn.tutor-mr-16 {
    display: none;
}

.tutor-course-details-instructors {
    display: none;
}

span.tutor-fs-6.tutor-color-secondary {
    display: none;
}

span.tutor-icon-refresh-o.tutor-color-black.tutor-mt-4.tutor-mr-12 {
    display: none;
}

a.tutor-btn.tutor-btn-block.tutor-btn-primary.tutor-mt-20 {
    display: none;
}

.tutor-course-single-sidebar .tutor-button-wrap {
    display: none !important;
}

.tutor-card-body .tutor-ratings {
    display: none;
}

/* Hide the Quiz Attempts menu item */
/* Hide specific menu items on mobile */
@media screen and (max-width: 768px) {
    /* Adjust the selectors based on your specific HTML structure */
    a.tutor-col-4[href="https://bankonitfx.com/dashboard-page/my-quiz-attempts/"] {
        display: none !important;
    }
}

/* Ensure the menu button container is using flexbox */
.tutor-dashboard-menu {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
}

/* Style for the menu button */
a.tutor-col-4 {
    margin-left: auto; /* Push the button to the right */
}

/* Hide the breadcrumb delimiter */
.nv-breadcrumb-delimiter,
.nv-breadcrumb-delimiter + a[href="https://bankonitfx-com.preview-domain.com/product-category/course/"] {
    display: none;
}

/* Hide the WooCommerce breadcrumb navigation */
nav.woocommerce-breadcrumb {
    display: none;
}

/* Hide the Category section */
span.posted_in {
    display: none;
}

.tutor-course-filter {
    display: none;
}

/* WooCommerce My Account Customizations */
.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
}


/* custom.css (if used separately) */



/* File path: wp-content/themes/your-child-theme/style.css */

your-element-class {
    opacity: 1;
    transition: opacity 0.3s ease-in-out; /* Adjust timing as needed */
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
div.woocommerce-info {
    display: none;
}

#tab-title-reviews {
    display: none;
}

#review_form_wrapper {
    display: none;
}
ul.tabs.wc-tabs[role="tablist"] {
    display: none;
}
#comments {
    display: none;
}
