/*------------------------------
Grid Area
-------------------------------*/
.product__grid{

    &:hover{
        .product__grid__action{
            bottom:20px;
            visibility: visible;
            opacity: 1;
        }
    }

    &__action{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        transition: var(--transition);
        opacity: 0;
        visibility: hidden;
        ul{
            display: flex;
            justify-content: center;
            li{
                margin: 0 3px;
                a{
                    height: 45px;
                    width: 50px;
                    display: block;
                    border: 1px solid var(--borderColor);
                    text-align: center;
                    line-height: 45px;
                    border-radius: var(--borderRadius);
                    background-color: var(--whiteColor);
                    font-size: 14px;
                    &:hover{
                        background: var(--primaryColor);
                        border-color:  var(--primaryColor);
                        color:  var(--whiteColor);
                    }
                    &.grid__cart {
                        width: auto;
                        padding: 0 20px;
                        @media #{$device-sm} {
                            padding: 0 5px;
                        }
                    }
                }
                svg{
                    height: 18px;
                    position: relative;
                    top: -2px;
                    path{
                        transition: var(--transition);
                    }
                }

            }
        }
    }
}
.zoom__meeting__grid{
    &.gridarea__wraper .gridarea__content .gridarea__heading h3 {
        font-size: 22px;
        line-height: 1;
        @media #{$device-sm} {
            font-size: 18px;
        }
    }
    .zoom__meeting__id {
        p{
            font-size: 14px;
        }
        span {
            font-weight: 700;
            color: var(--secondaryColor);
            font-size: 18px;
            margin: 10px;
            @media #{$device-sm} {
                font-size: 14px;
            }
        }
    }
    .zoom__meeting__time{
        p{
            font-size: 14px;
            display: flex;
            align-items: center;
            margin: 5px 0;
        }
        span {
            font-weight: 700;
            color: var(--primaryColor);
            font-size: 26px;
            margin-left: 10px;
            @media #{$device-sm} {
                font-size: 20px;
            }
        }
    }

     .gridarea__content .gridarea__bottom .gridarea__small__content {
        margin-left: 15px;
        font-size: 12px;
        h5{
            margin: 0;
            font-size: 18px;
        }
    }
    .gridarea__content .gridarea__bottom .gridarea__small__img img {
        max-width: 50px;
    }

}

.grid__filter,.grid__filter__2 {
    padding: 20px 40px;
    background: var(--whiteColor);
    margin-bottom: 25px;
    border-radius: var(--borderRadius);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    @media #{$device-lg} {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
    @media #{$device-md} {
        padding: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    @media #{$device-sm} {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
    button {
        padding: 3px 10px;
        background: #EEEBFF;
        min-width: max-content;
        color: var(--primaryColor);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        transition: 0.3s;
        border-radius: 2px;
        @media #{$device-lg} {
            padding: 0 12px;
        }
        @media #{$device-md} {
            padding: 0 8px;
            font-size: 12px;
        }
        @media #{$device-sm} {
            padding: 0 10px;
        }
        &:last-child {
            margin-right: 0;
        }
        &:hover,&.active {
            background: var(--primaryColor);
            color: #fff;
        }
    }
}
.grid__filter__2 {
    margin-bottom: 50px;
    justify-content: flex-end;
    padding-right: 0;
}
.gridarea {
    &.gridarea__2 {
        background: var(--whiteColor);
    }
}
.gridarea__bottom__left {
    display: flex;
    align-items: center;
    .gridarea__star {
        margin-left: 35px;
    }
}
.grid__row {
    align-items: center;
    margin-bottom: 25px;
}
ins{
    background:unset !important;
    padding: 0;
}
.price-tutor,.price-tutor .woocommerce-Price-amount,.price-tutor .woocommerce-Price-amount bdi span{
    margin-left: 0 !important;
}
.price-tutor .woocommerce-Price-amount bdi,.price-tutor .woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol{
    color: var(--primaryColor) !important;
}
.price-tutor del,.price-tutor del .woocommerce-Price-amount bdi,.price-tutor del .woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol{
    color: var(--lightGrey4) !important;
}
.price-tutor del, .price-tutor del .woocommerce-Price-amount bdi,.price-tutor del .woocommerce-Price-amount bdi span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: var(--bodyColor) !important;
}
i.icofont-star-shape {
    color: #d5d5d5 !important;
}

.gridarea__wraper.product__grid .gridarea__content .gridarea__heading h3 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 500;
    @media #{$device-sm} {
        font-size: 20px;
    }
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__price {
	line-height: 1;
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__price {
	font-size: 24px;
}
.gridarea__wraper.product__grid .gridarea__content .gridarea__price del {
	font-size: 16px;
}


.zoom__meetings__details .course__details__sidebar--2 {
	top: 0;
}

.coursearea {
    .grid-item{
        margin-bottom:25px;
    }
    .gridarea__wraper {
        background: var(--whiteColor);
        padding: 15px;
        box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
        margin-bottom: 30px;
        &.gridarea__wraper__2 {
            .gridarea__content {
                .gridarea__heading {
                    h3 {
                        font-size: 18px;
                        line-height: 25px;
                    }
                }
                .gridarea__bottom {
                    .gridarea__small__img {
                        .gridarea__small__content {
                            h6 {
                                font-weight: 500;
                                font-size: 14px;
                                line-height: 17px;
                            }
                        }
                    }
                }
            }
        }
        &.gridarea__course__list {
            display: flex;
            margin-bottom: 30px;
            padding-right: 30px;
            @media #{$device-sm},
            #{$device-md} {
                flex-wrap: wrap;
                padding-right: 15px;
            }
            .gridarea__img {
                margin-bottom: 0;
                width: 35%;
                @media #{$device-sm} {
                    margin-right: 0px;
                    margin-bottom: 20px;
                    width: 100%;
                }
            }
            .gridarea__content {
                width: 65%;
                padding-left: 90px;
                @media #{$device-lg} {
                    padding-left: 30px;
                }
                @media #{$device-md} {
                    padding-left: 20px;
                }
                @media #{$device-sm} {
                    padding-left: 0;
                    width: 100%;
                }
                .gridarea__heading {
                    max-width: 95%;
                }
                .gridarea__heading {
                    h3 {
                        font-weight: 600;
                        font-size: 34px;
                        line-height: 37px;
                        @media #{$device-lg} {
                            font-size: 20px;
                            line-height: 30px;
                        }
                        @media #{$device-md} {
                            font-size: 20px;
                            line-height: 30px;
                        }
                        @media #{$device-sm} {
                            font-size: 20px;
                            line-height: 25px;
                        }
                    }
                }
                .gridarea__price {
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 22px;
                    color: rgba(114, 106, 137, 0.8);
                    span {
                        font-weight: 600;
                        font-size: 18px;
                        line-height: 22px;
                        color: var(--greencolor2);
                    }
                }
                .gridarea__bottom {
                    .gridarea__details {
                        a {
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 19px;
                            color: var(--blackColor);
                            @media #{$device-md} {
                                font-size: 14px;
                            }
                            @media #{$device-sm} {
                                font-size: 13px;
                            }
                            &:hover {
                                color: var(--primaryColor);
                            }
                        }
                    }
                }
            }
        }
        &:hover {
            .gridarea__img {
                img {
                    transform: scale(1.12);
                }
            }
        }
        .gridarea__img {
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
            border-radius: var(--borderRadius);
            img {
                width: 100%;
                border-radius: var(--borderRadius);
                transition: var(--transition);
            }
            .categories {
                position: absolute;
                top: 15px;
                left: 15px;
                .grid__badge {
                    background: var(--secondaryColor);
                    color: var(--whiteColor);
                    border-radius: 3px;
                    font-weight: 600;
                    font-size: 12px;
                    text-transform: capitalize;;
                    display: inline-block;
                    text-align: center;
                    padding: 5px 15px;
                    line-height: 1;
                    &.blue__color {
                        background: var(--blue);
                    }
                    &.pink__color {
                        background: var(--secondaryColor2);
                    }
                    &.green__color {
                        background: var(--greencolor2);
                    }
                    &.orange__color {
                        background: var(--orange);
                    }
                    &.yellow__color {
                        background: var(--yellow);
                    }
                    &.white__color {
                        background: var(--whiteColor);
                    }
                }
            }
            .gridarea__small__icon {
                position: absolute;
                top: 14px;
                right: 12px;
                .tutor-iconic-btn {
                    width: 34px;
                    height: 34px;
                    &:hover {
                        background: var(--primaryColor);
                    }
                    i {
                        height: 100%;
                        width: 100%;
                        background: rgba(0, 0, 0, .16);
                        line-height: 34px;
                        display: inline-block;
                        text-align: center;
                        color: var(--whiteColor);
                        border-radius: 50%;
                        transition: var(--transition);
                        &.tutor-icon-bookmark-bold {
                            background: var(--primaryColor);
                        }
                    }
                }
                
            }
        }
        .gridarea__content {
            .gridarea__list {
                margin-bottom: 15px;
                ul {
                    display: flex;
                    gap: 20px;
                    li {
                        font-size: 14px;
                        color: var(--blackColor);
                        i {
                            font-size: 18px;
                            color: var(--primaryColor);
                            margin-right: 5px;
                        }
                    }
                }
            }
            .gridarea__heading {
                h3 {
                    margin-bottom: 10px;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 27px;
                    a {
                        color: var(--blackColor);
                        &:hover {
                            color: var(--primaryColor);
                        }
                    }
                }
            }
            .gridarea__price {
                font-size: 18px;
                font-weight: 600;
                color: var(--primaryColor);
                margin-bottom: 20px;
                &.green__color {
                    color: var(--lightGrey4);
                    span {
                        color: var(--primaryColor);
                    }
                }
                del {
                    color: var(--lightGrey4);
                    font-size: 13px;
                }
                span {
                    margin-left: 25px;
                    del {
                        color: var(--secondaryColor3);
                        font-size: 16px;
                    }
                }
            }
            .gridarea__small__img {
                display: flex;
                align-items: center;
                img {
                    max-width: 30px;
                    border-radius: 50px;
                }
            }
            .gridarea__small__content {
                margin-left: 15px;
                h6 {
                    margin-bottom: 0;
                }
            }
            .gridarea__bottom {
                border-top: 1px solid var(--lightGrey5);
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding-top: 15px;
                @media #{$device-sm} {
                    flex-wrap: wrap;
                }
                h6 {
                    &:hover {
                        color: var(--primaryColor)
                    }
                }
                .gridarea__star {
                    color: var(--yellow);
                    font-size: 15px;
                    gap: 5px;
                    flex-direction: row-reverse;
                    .tutor-ratings-count {
                        margin-left: 0;
                        display: none;
                    }
                    @media #{$device-lg} {
                        flex-wrap: wrap;
                    }
                    span {
                        color: var(--lightGrey6);
                        font-size: 13px;
                    }
                    .tutor-ratings-stars>* {
                        margin: 0 1px 0 0;
                    }
                }
            }
        }
    }
    // Style 5 & 6 and rt course slider style 1
    &.style5,
    &.style6,
    &.style7,
    &.rt_course_slider{
        .gridarea__wraper {
            padding: 24px;
            border-radius: 6px;
            border: 1px solid #EFECFF;
            position: relative;
            height: 100%;
            box-shadow: none;
            .gridarea__img {
                border-radius: var(--borderRadius);
                img {
                    transition: 0.3s;
                }
                
            }
            .gridarea__content {
                .gridarea__list {
                    margin-bottom: 18px;
                    margin-top: 18px;
                    ul {
                        display: flex;
                        li {
                            color: var(--bodyColor);
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 26px;
                            i {
                                font-size: 14px;
                                color: currentColor;
                                margin-right: 5px;
                            }
                        }
                    }
                }
                .categories {
                    position: relative;
                    top: auto;
                    left: auto;
                    .grid__badge {
                        display: inline-block;
                        padding: 3px 8px;
                        background: #EEEBFF;
                        border-radius: 2px;
                        color: var(--primaryColor);
                        font-size: 14px;
                        text-transform: capitalize;;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                    }
                }
                .gridarea__heading {
                    h3 {
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 28px;
                        margin-bottom: 0;
                        transition: 0.3s;
                        a {
                            color: var(--titleColor);
                            &:hover {
                                color: var(--primaryColor);
                            }
                        }
                    }
                }
                .gridarea__small__content {
                    margin-left: 0;
                    h6 {
                        margin-bottom: 0;
                        margin-top: 15px;
                        color: var(--bodyColor);
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 26px;
                    }
                }
                .gridarea__bottom {
                    border: none;
                    padding-top: 20px;
                    .gridarea__star span {
                        font-size: 16px;
                        &.tutor-icon-star-line {
                            color: var(--yellow);
                        }
                    }
                    .tutor-ratings-average {
                        color: var(--titleColor);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 26px;
                        margin-left: 0;
                        margin-right: 3px;
                    }
                }
                .gridarea__price {
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 26px;
                    color: var(--titleColor);
                    margin-bottom: 0;
                    text-align: right;
                    .price-tutor {
                        .woocommerce-Price-amount bdi {
                            color: var(--titleColor) !important;
                            span.woocommerce-Price-currencySymbol {
                                color: var(--titleColor) !important;
                            }
                        }
                        
                        del {
                            .woocommerce-Price-amount bdi {
                                color: var(--bodyColor) !important;
                                span.woocommerce-Price-currencySymbol {
                                    color: var(--bodyColor) !important;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    // Style 6 and rt course slider style 2
    &.style6,
    &.rt_course_slider.style2{
        .gridarea__wraper{
            margin-bottom: 0;
            .gridarea__img{
                .grid__badge.seller_cat{
                    padding:6px 10px;
                    font-size: 14px;
                    font-weight: 500;
                    color: var(--titleColor);
                    text-transform: capitalize;
                }
            }
            .gridarea__content{
                .categories{
                    align-items: center;
                    gap:18px;
                    margin-bottom: 15px;
                }
                .gridarea__bottom{
                    padding-top:10px;
                }
                .admin-rating{
                    align-items: center;
                    gap:25px;
                    h6{
                        margin: 0;
                    }
                }
                .gridarea__list{
                    margin-top: 15px;
                    margin-bottom: 0;
                    padding-top: 15px;
                    border-top: 1px solid #E1DDFA;
                }
            }
        } 
    }
    &.style6{
        .gridarea__wraper{
            position: relative;
            .course-hover-content-area{
                padding: 30px 20px 30px 30px;
                background: #FFFFFF;
                position: absolute;
                bottom: -70px;
                left: 0;
                width: 100%;
                border: 1px solid #DDD8F9;
                z-index: -1;
                opacity: 0;
                transition: all 0.4s;
                .tags-area-wrapper{
                    display: flex;
                    align-items: center;
                    gap: 20px;
                    margin-top:20px;
                    .categories{
                        margin: 0;
                    }
                    .gridarea__list{
                        margin: 0;
                        padding: 0;
                        border: none;
                        ul{
                            li{
                                display: flex;
                                align-items: center;
                            }
                        }
                    }
                }
                .desc{
                    margin: 15px 0;
                    font-size: 15px;
                }
                .wrapper-list{
                    .tutor-course-details-widget{
                        padding: 0;
                        margin: 0;
                        border: none;
                        h3{
                            display: none;
                        }
                        ul{
                            display: inline-block;
                            width: 100%;
                            li{
                                list-style: none;
                                gap: 10px;
                                align-items: center;
                                margin: 5px 0;
                                width: 100%;
                                span{
                                    font-size: 14px;
                                }
                                span.tutor-icon-bullet-point{
                                    color: var(--primaryColor);
                                    font-size: 16px;
                                }
                            }
                        }
                   
                    }
                    
                }
                .button-area{
                    display: flex;
                    align-items: center;
                    gap: 20px;
                    margin-top:20px;
                    .react_button{
                        padding: 9px 42px;
                    }
                    .wishlist-btn{
                        i{
                            font-size: 46px;
                            color: var(--primaryColor);
                        }
                    }
                }
                .shape {
                    position: absolute;
                    left: -25px;
                    top: 50%;
                    transform: translateY(-50%);
                    &::before {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 15px 25px 15px 0px;
                        border-color: transparent #DDD8F9 transparent transparent;
                        display: inline-block;
                        left: 0;
                    }
                    &::after {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 15px 25px 15px 0px;
                        border-color: transparent #fff transparent transparent;
                        display: inline-block;
                        left: 2px;
                    }
                }
            }
            &:hover{
                .course-hover-content-area{
                    left: 50px;
                    opacity: 1;
                    z-index: 4;
                }
                @media screen and (max-width: 576px) {
                    .course-hover-content-area {
                        left: 0;
                    }
                }
            }
        }
    }
    &.style7 {
        .grid-item:nth-child(even) {
            margin-top: 100px;
        }
    }
}

.rt_course_slider{
    &.style2{
        .course-slider-nav.style1{
            .nav_icon{
                min-width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 1px solid #DDD8F9;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                color: var(--primaryColor);
                transition: 0.3s;
                &:hover{
                    background: var(--primaryColor);
                    color: #fff;
                }
            }
            .swiper-button-prev{
                top: 50%;
                left: -80px;
                right: auto;
            }
            .swiper-button-next{
                top:62%;
                left:-80px;;
                right: auto;
            }
            @media (max-width: 1600px) {
                .swiper-button-next, .swiper-button-prev {
                    left: -10px;
                }
            }
        }
    }

    // Pagination Area 
    .swiper-wrapper{
        padding-bottom: 40px;
    }
    .swipper-bulet-pagination{
        .swiper-pagination-bullets {
            position: absolute;
            max-width: max-content;
            margin: auto;
            left: 50% !important;
            bottom: 10px !important;
            width: 100%;
            transform: translate(-50%, 10px);
            span{
                background: var(--primaryColor);
                width: 8px;
                height: 8px;
            }
        }
    }
    .course-slider-nav{
        .swiper-button-prev,
        .swiper-button-next{
            color: var(--primaryColor);
            font-size: 20px;
            bottom: -5px;
            transform: translateY(5px);
            top: auto;
            &::after{
                display: none;
            }
        }
        .swiper-button-prev{
            left: 43%;
            right: auto;
        }
        .swiper-button-next{
            left: 55%;
            right: auto;
        }
    }
}