@media screen and (min-width: 360px) and (max-width: 668px) {
    .cc_intro_course_details_btn_add_cart .btn:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .cc_item_course_cart_mobi {
        margin-left: 100px;
    }

    .cc_list_shop_cart_img {
        float: left;
    }

    .cc_added_course_layout {
        width: 90%;
    }

    .cc_intro_course_details_img img {
        width: 100%;
    }

    .cc_student_feedback_col_star i {
        font-size: 10px;
    }

    .cc_payment_item_child {
        display: block !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 737px) {
    .cc_added_course_layout {
        width: 80%;
        padding: 15px;
    }

    .cc_added_course_content {
        display: block;
        padding: 10px;
    }

    .cc_added_course_header .btn {
        top: 0px;
        right: 0px;
    }

    .cc_added_course_content .cc_comp_btn_second_color {
        margin-top: 17px;
        margin-right: calc(50% - 70px);
    }
}

@media screen and (max-width: 668px) {
    .cc_intro_course_details_rate_star {
        margin-left: 0px;
    }

    .cc_teacher_info_layout .cc_teacher_info_left img {
        width: 60px;
        height: 60px;
    }

    .cc_student_feedback_col_per {
        width: 46% !important;
    }
}

@media only screen and (min-width: 768px) {
    .cc_intro_course_details_preview {
        position: absolute;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .cc_tabs_content {
        padding-top: 20px !important;
        text-align: left;
    }

    #desktop {
        display: none !important;
    }

    #mobile {
        display: block;
    }

    .owl-nav button {
        top: 35.5%;
    }

    .owl-nav button i {
        color: var(--main-color);
    }

    button.owl-next {
        right: 10px;
    }

    button.owl-prev {
        left: 10px
    }

    #cc_block_teacher_hot .cc_comp_item_content a {
        font-size: 14px;
    }

    .cc_register_gift h3 {
        font-size: 20px;
    }

    form.form-inline .form-group {
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .cc_comp_item {
        width: 100%;
    }

    .card-header {
        background-color: var(--white) !important;
        border: none;
        cursor: pointer;
    }

    .card-header .fa-plus, .card-header.collapsed .fa-minus {
        display: none;
    }

    .card-header .fa-minus, .card-header.collapsed .fa-plus {
        display: block;
    }

}


@media (min-width: 1025px) {
    .cc_list_shop_cart_child {
        display: flex;
    }

    .cc_list_shop_cart_money {
        text-align: right;
    }

    .cc_item_course_cart_mobi {
        display: flex;
        width: 80%;
    }
}


@media only screen and (max-width: 1024px) {
    .cc_block_payment_nav .cc_payment_item {
        height: 75px;
    }
    .cc_list_shop_cart_remove {
        right: 0px;
        position: absolute;
        top: 0px;
    }
}

@media only  screen and (min-width: 576px) {
    .cc_payment_1_form_child {
        width: 350px;
    }
}

