.tax-course-category header[data-type="header"] {
    position: initial !important;
}

.tax-course-category header[data-type="header"]
#main_header .fl-row-content-wrap {
    background: var(--white-color);
}

.tax-course-category header[data-type="header"]
#main_header .header-menu ul.menu li.menu-item a {
    color: var(--text-color);
}

/************** MAIN CONTENT **************/

.tax-course-category #fl-main-content .tutor-wrap {
    max-width: 1440px;
    padding: 24px;
    margin-top: 24px;
}

.tax-course-category #fl-main-content .tutor-wrap .tutor-row {
    margin: 0px;
}

/*------------ COURSE CARDS -----------*/

#academia_courses  .tutor-course-filter {
    background: var(--white-color);
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #E6E4F0;
}

#academia_courses .tutor-course-filter
.tutor-widget-course-categories {
    margin-top: 24px;
}

.tax-course-category .tutor-course-filter input.tutor-form-control {
    padding: 8px;
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 16px;
    background: var(--body-color);
    border-color: #ebebeb !important;
}

.tax-course-category .tutor-course-filter .tutor-form-control.tutor-form-select {
    border-color: #ebebeb !important;
}

.tax-course-category .tutor-course-filter .tutor-form-control
.tutor-form-select-label {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 14px;
}

.tax-course-category .tutor-course-filter 
form.tutor-course-filter-form label {
    color: var(--text-black-color);
}

.tax-course-category .tutor-course-filter
form.tutor-course-filter-form a.tutor-btn {
    padding: 12px;
    background: transparent;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-family: var(--secondary-font);
}

.tax-course-category .tutor-col-xl-9 .tutor-course-filter {
    padding: 12px;
}

.tax-course-category .tutor-wrap .tutor-col-12 {
    padding: 0px 8px;
}

@media (max-width: 480px) {
    .tax-course-category .tutor-wrap .tutor-col-12 {
        padding: 0px;
    }
}

.tax-course-category .tutor-wrap .tutor-course-list
.tutor-card .tutor-course-wishlist-btn {
    display: none;
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card {
    background: var(--white-color);
    overflow: hidden;
    position: relative;
    border: 1px solid #E6E4F0;
    box-shadow: 0px 4px 4px rgba(233, 238, 247, 0.75);
}

/*--- wishlist ---*/
.tax-course-category .tutor-wrap .tutor-course-bookmark {
    display: none;
}
/*---------*/

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-course-thumbnail {
    position: relative;
    z-index: 2;
    height: 280px;
}

.tax-course-category .tutor-wrap .tutor-course-list .tutor-card 
.tutor-course-thumbnail .tutor-ratio {
    height: 280px;
    max-height: 280px;
    padding: 0px;
}
/*
#academia_courses .tutor-wrap .tutor-course-list 
.tutor-card .tutor-course-thumbnail::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(0deg, rgb(62 64 80 / 30%), rgb(62 64 80 / 0%));
    z-index: 1;
    pointer-events: none;
}
*/
.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-course-ratings {
    display: none;
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body h3 {
    margin-top: 0px;
    font-family: var(--secondary-font);
    font-size: 20px;
    color: var(--text-color);
    line-height: calc(20px * 1.4);
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body h3 a {
    color: var(--text-color);
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta {
    margin-bottom: 0px;
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta:last-child {
    position: absolute;
    top: 240px;
    z-index: 9;
    background: rgba(20, 21, 27, 0.5);
    box-shadow: 0px 1px 2px rgba(32, 44, 55, 0.2);
    backdrop-filter: blur(2px);
    width: 100%;
    left: 0;
    right: 0;
    padding: 6px 16px;
    color: var(--white-color);
    font-family: var(--secondary-font);
    gap: 12px;
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta:last-child .tutor-avatar {
    height: 28px;
    width: 28px;
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta:last-child div {
    color: var(--white-color);
    font-family: var(--secondary-font);
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta:last-child a {
    color: var(--white-color);
}

.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta
.tutor-meta-value,
.tax-course-category .tutor-wrap .tutor-course-list 
.tutor-card .tutor-card-body .tutor-meta
.tutor-meta-icon {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-grey-color);
}

.tax-course-category .tutor-wrap
.tutor-course-list .tutor-card 
.tutor-card-footer {
    border-color: #E6E4F0;
}

@media (max-width: 360px) {
    .tax-course-category .tutor-wrap
    .tutor-course-list .tutor-card 
    .tutor-card-footer .tutor-d-flex {
        flex-direction: column;
        gap: 8px;
    }
}

.tax-course-category .tutor-wrap
.tutor-course-list .tutor-card 
.tutor-card-footer .list-item-price span {
    font-family: var(--secondary-font);
    color: var(--text-black-color);
    font-size: 18px;
    font-weight: 600;
}

.tax-course-category .tutor-wrap
.tutor-course-list .tutor-card 
.tutor-card-footer .list-item-price span del span.amount {
    font-weight: 400;
    font-size: 14px;
}

.tax-course-category .tutor-wrap
.tutor-course-list .tutor-card 
.tutor-card-footer .list-item-price span del span span {
    display: none;
}

.tax-course-category .tutor-wrap
.tutor-course-list .tutor-card 
.tutor-card-footer a.tutor-btn {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 16px;
    padding: 8px 12px;
}

@media (max-width: 360px) {
    .tax-course-category .tutor-wrap
    .tutor-course-list .tutor-card 
    .tutor-card-footer .list-item-button,
    .tax-course-category .tutor-wrap
    .tutor-course-list .tutor-card 
    .tutor-card-footer a.tutor-btn {
        width: 100%;
        justify-content: center;
    }
}

/***************** PAGINATION ******************/

.tax-course-category .tutor-wrap .tutor-pagination {
    background: var(--white-color);
    border-color: #ebebeb;
    margin-top: 24px;
}

.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-hints .tutor-fs-7 {
    font-size: 14px;
    font-family: var(--secondary-font);
    color: var(--text-black-color);
}

.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers a,
.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers span {
    font-family: var(--secondary-font);
    color: var(--text-black-color);
    width: 32px;
    height: 32px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers span.current {
    background: var(--text-black-color);
    color: var(--white-color);
    border-radius: 4px;
}

.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers span.current::before {
    display: none;
}

.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers a.next,
.tax-course-category .tutor-wrap .tutor-pagination .tutor-pagination-numbers a.before {
    background: none;
    border: 1px solid var(--text-black-color);
}