.top-description-pro {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px 15px;
}

.top-description-pro .breadcrumbs a {
    margin-left: 10px;
    margin-right: 10px;
    color: #AAA;
    font-size: 15px;
}

.top-description-pro .breadcrumbs .last-breadcrumbs {
    color: #626262;
}

.top-description-pro .title-pro {
    color: #646464;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product .sidebar-shop {
    margin-top: 1rem;
    width: 350px;
    z-index: 4;
}

@media (min-width: 992px) {
    .single-product .content-body {
        margin-left: calc(350px + 2.2rem) !important;
    }

    .single-product .content-detached.content-left {
        float: right;
        margin-left: -350px !important;
    }

    .single-product n .sidebar-shop {
        margin-top: 1rem;
        width: 350px;
    }

}

.style-box- {
    border: none;
    border-radius: 0.5rem;
    /*box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);*/
    background: #fff;
    padding: 15px 15px;
}

.content-pro- {
    padding: 30px;
    min-height: 258px;
}

.content-pro- p {
    font-size: 1em;
    line-height: 30px;
    font-weight: 300;
    color: #424242;
    text-align: justify;
    transition: height 1s;
}

.content-pro- .main-img-content {
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-info-top ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    color: #626262;
}

.description-info-top ul li a {
    font-size: 13px;
    color: #626262;
}

.description-info-top ul li i {
    color: #626262;
}

.course-pro {

}

.course-pro ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
}

.course-pro ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #384047;
    font-size: 16px;
    width: 100%;
    border-right: 5px solid rgba(0, 0, 0, 0.1);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 35px 0 10px;
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.course-pro ul li .t-download- {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.course-pro ul li .itemTitle .identifier {
    height: 40px;
    width: 40px;
    border: 2px solid #b2b2b2;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(150 150 150 / 30%);
    position: absolute;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;

}

.course-pro .itemTitle .freeSpan {
    color: #4ECE3D;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin-right: 15px;
    /*padding-top: 19px;*/
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
}

.course-pro .itemTitle h3 {
    color: #384047 !important;
    font-size: 1em !important;
    font-size: 14px;
    font-weight: lighter;
}

.t-download- i {
    /*margin-right: 70px;*/
    cursor: pointer;
}

.course-pro ul li .itemTitle .identifier .un-enroll-border-color, .un-enroll-color {
    color: #B5BEC5;
}

.course-pro ul li:last-child {
    border-bottom: unset;
}

.question-pro .card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(34, 41, 47, 0.125);
}

.question-pro .collapse-margin {
    font-size: 1em;
    margin-top: 0.71rem;
    margin-bottom: 0.71rem !important;
    box-shadow: unset;
    border-radius: 5px;
    border-bottom: 0 solid transparent !important;
}

.question-pro .collapse-title {
    font-weight: 400;
    font-size: 1em !important;
}

.title-pro-content {

}

.title-pro-content h2 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.title-pro-content h2:before {
    content: "";

}

.title-pro-content h2:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: -50px;
}

.horizontal-menu footer {
    position: static;
    background: #fff;
}

.single-product {
    background: #F5F5F9;
    padding-bottom: 85px !important;
}


.side-b-pro-1 {

}

.t-s-pro {
    text-align: center;
    font-size: 16px;
    font-weight: 600;

}

.t-s-pro i {
    margin-left: 5px;
    font-size: 18px;
    color: #d71a1c;
}

.t-s-pro span {

}


.extra-des-pro li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.extra-des-pro li:last-child {
    border-bottom: 0px;
}

.extra-des-pro li .information-value, .sidebar-shop li .information-value {
    position: absolute;
    left: 5px;
}

.side-pay- {
    background-color: #50b8262b;
    border-radius: 5px;
    border: 1px dashed #40b630;
    color: #40b630;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.side-pay- a {
    color: #ffffff;
    color: #40b630;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}

.side-teacher- .box-avatar {

}

.side-teacher- .box-img-teacher {
    text-align: center;
}

.side-teacher- .box-img-teacher .img-t {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 5px solid #ebeced;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;

}

.side-teacher- .box-img-teacher .img-t img {

}

.side-teacher- .box-img-teacher span {

}

.sidebar-shop .req {
    position: relative;
}

.sidebar-shop .req .req-title {
    font-size: 17px;
    color: #ea3333;
    margin-top: 30px;
    margin-bottom: 5px;
}

.sidebar-shop .req .req-title:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ea3333;
    border-radius: 7px;
    box-shadow: 0 0 0 3px rgba(234, 51, 51, 0.3);
    float: right;
    margin-left: 10px;
    margin-top: 12px;
    z-index: 2;
    position: relative;
}

.sidebar-shop .req ul {
    list-style-type: none;
    padding: 20px 0px;
}

.sidebar-shop .req ul li {
    font-size: 13px;
    margin-bottom: 6px;
    padding-right: 20px;
    position: relative;
    /* height: 30px; */
    padding-top: 0px;
    /* padding: 10px; */
    min-height: 35px;
}

.sidebar-shop .req ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #969696;
    border-radius: 7px;
    box-shadow: 0 0 0 3px rgb(150 150 150 / 30%);
    position: absolute;
    top: -2px;
    right: 1px;
    margin-left: 10px;
    margin-top: 12px;
    z-index: 2;
}

.sidebar-shop .req:before {
    content: "";
    width: 3px;
    height: 80%;
    right: 2px;
    top: 15px;
    background-color: #f1f1f1;
    position: absolute;
    z-index: 1;
}

.about-teacher p {
    font-size: 1em;
    line-height: 30px;
    font-weight: 300;
    color: #424242;
    text-align: justify;
    transition: height 1s;
}

.side-social-networks {
    text-align: center;
}

.side-social-networks ul {

}

.side-social-networks ul li {
    display: inline-block;
}

.side-social-networks ul li a {
    padding: 0px 10px;
}

.side-social-networks ul li a i {
    font-size: 20px;
}
.slid-category- nav {
    position: relative;
}

.slid-category- nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slid-category- nav ul li {
    /* Sub Menu */
}

.slid-category- nav ul li a {
    display: block;
    /* background: #ebebeb; */
    border-bottom: 1px solid #22292f1a;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.slid-category- nav ul li a:hover {
    background: #f8f8f8;
    color: #515151;
}

.slid-category- nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.slid-category- nav ul ul {
    /*background-color: #ebebeb;*/
}

.slid-category- nav ul li ul li a {
    /*background: #f8f8f8;*/
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

.slid-category- nav ul li ul li a:hover {
    /*background: #ebebeb;*/
    /*border-right: 4px solid #c6c6c6;*/
}
.swiper2Pro .swiper-slide {

    height: auto !important;
    overflow: hidden;
    border-right: 5px;
    box-shadow: unset !important;
    padding: 10px !important;
}

.swiper2Pro .swiper-slide .card {
    margin-bottom: 0px !important;
    /*height: auto !important;*/
    /*box-shadow: unset!important;*/
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;

}

.swiper2Pro .swiper-slide .card .card-body {
    padding: 15px 10px !important;
}

@media (min-width: 992px) {
    .sidebar-right {
        float: left;
        width: 350px;
    }
}

@media (max-width: 992px) {
    .single-product .sidebar-shop {
        margin-top: 1rem;
        width: 100%;
        z-index: 4;
    }
}
.course-comment #review_form_wrapper #respond .comment-reply-title {
    margin-bottom: 10px;
    display: block;
}
.course-comment  #review_form #respond p {
    margin: 0 0 10px;
}
.course-comment #review_form_wrapper #respond label {
    font-weight: normal;
    display: block;
}
.course-comment #review_form_wrapper #respond textarea {
    width: 100%;
    border-radius: 15px;
    resize: vertical;
    /*border: 1px solid #e0e0e0;*/
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100px;
    min-height: 100px;
    outline: none;
    padding: 10px;
}
.course-comment #review_form_wrapper #respond .comment-form-author {
    width: 100%;
    padding-left: 10px;
    float: right;
}
.course-comment #review_form_wrapper #respond input[type='text'],
.course-comment #review_form_wrapper #respond input[type='email'] {
    width: 100%;
    outline: none;
    border-radius: 7px;
    /*border: 1px solid #e0e0e0;*/
    padding: 7px;
}
.course-comment #review_form_wrapper #respond .comment-form-email {
    width:100%;
    padding-right: 10px;
    float: right;
}
.course-comment #review_form_wrapper #respond input[type='submit'] {
    display: inline-block;
    background-color: #93CB74;
    border-radius: 7px;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 2px 12px rgba(147,203,116,0.6);
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: all .3s ease;
    padding: 10px 70px;
    border: navajowhite;
}
.course-comment #review_form_wrapper #respond .form-submit {
    clear: both;
    padding-top: 10px;
    text-align: left;
}
.audio-pro, .demo-pro {
    direction: ltr;
    clear: both;
}

.audio-pro .mejs__controls:not([style*='display: none']) {

    background: #eee;
}

.audio-pro .mejs__time-total {
    background: rgb(128 128 128 / 30%) !important;
    margin: 5px 0 0;
    width: 100%;
}

.audio-pro .mejs__container {

    background: #eee;
}

.audio-pro .mejs__time-loaded {
    background: rgb(190 190 190 / 30%);
}

/*.audio-pro .mejs__horizontal-volume-total {*/
/*    background: #fff;*/
/*}*/
.audio-pro .mejs__horizontal-volume-current {
    background: #b2b2b2cc;
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.audio-pro .mejs__horizontal-volume-total {
    background: rgb(255 255 255 / 80%);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.sidebar-shop .req ul li i {
    font-size: 16px;
    margin-left: 3px;
}

.download-file-pro a {
    height: 44px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid #dedede;
    line-height: 44px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    display: block;
}

.audio-pro audio {
    width: 100%;
    outline: none;
}

.main-box-file {
    clear: both;
}

.box-file .audio-pro {
    display: flex;
    justify-content: space-between;
}

.box-file .audio-pro a {
    width: 128px;
    background: #2396f1;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
    height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}

.box-file .description-file p {
    margin-bottom: 5px;
}
.demo-au- {
    direction: ltr;
}

.demo-au- .mejs__container {
    background: #fff !important;
}

.demo-au- .mejs__time-total {
    background-color: #706d6d;
    margin: 5px 0 0;
    width: 100%;
    height: 4px;
}

audio {
    display: none;
}

.demo-au- .mejs__time-current, .demo-au- .mejs__time-handle-content {
    background: #00a1b5;
    height: 4px;
}

.demo-au- .mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
    height: 4px;
}

.demo-au- .mejs__button.mejs__play > button {
    background: transparent url(../images/player/playe-audio-icon.png);
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.demo-au- .mejs__container * {
    box-sizing: border-box;
    color: #393939;
}

.demo-au- .mejs__button.mejs__mute > button {
    background: transparent url(../images/player/icons-speaker.png);
    background-size: contain !important;
    height: 20px;
    background-repeat: no-repeat !important;
    width: 20px;
}

.demo-au- .mejs__controls:not([style*='display: none']) {
    background: unset !important;
}

.demo-au- .mejs__button.mejs__pause > button {
    background: transparent url(../images/player/icons-pause.png);
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.demo-au- .mejs__time-handle-content {
    border: 4px solid rgb(255 255 255 / 38%);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
}

.demo-au- .mejs__currenttime, .demo-au- .mejs__duration {
    font-family: 'Helvetica', Arial, serif;
}

.main-box-file .audioplayer-tracklist {
    display: block;
    position: relative;
    height: auto;
}

.main-box-file .audioplayer-tracklist-heading {
    margin-top: 4px;
    padding: 25px 5px 0 15px;
}

.main-box-file .audioplayer-tracklist-heading-wrapper {
    display: flex;
    flex-direction: row;
}

.main-box-file .audioplayer-tracklist-heading-wrapper .heading-song {
    flex: .7;
    text-align: right;
}

.main-box-file .audioplayer-tracklist-heading-wrapper .fa.fa-list, .main-box-file .audioplayer-tracklist-heading-wrapper .fa.fa-download {
    flex: .1;
    text-align: center;
    min-width: 50px;
    margin-left: auto;
}

.main-box-file .audioplayer-tracklist-container {
    display: block;
    position: relative;
    border-radius: 2px;
    margin: 5px;
    max-height: 434px;
    overflow-y: auto;
    padding-top: 10px;
    padding-left: 10px;
}

.main-box-file .audioplayer-tracks-wrapper {
    position: relative;
}

.main-box-file .audioplayer-tracks {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-box-file .audioplayer-track-item {
    position: relative;
    cursor: pointer;
    color: #666;
    font-family: isans;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    border-bottom: 1px solid #ececec;
    text-align: left;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
}

.main-box-file .audioplayer-item-desc {
    display: flex;
    flex-direction: row;
    flex: .8;
    height: 25px;
    align-items: center;
}

.main-box-file .audioplayer-item-title {
    width: 50px;
    overflow: hidden;
    direction: rtl;
    height: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: .9;
    text-align: right;
}

.main-box-file .audioplayer-item-addplist, .main-box-file .audioplayer-item-dl {
    border-radius: 3px;
    line-height: 1em;
    flex: .1;
    text-align: center;
    min-width: 50px;
}

.dlbox {
    background: #fff;
    border-radius: 8px;
    /* border: 1px solid #e1e1e1; */
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 30px;
}
.sidebar-shop .dlbox {
    margin-top: 0px !important;

}
.dlboxtile {
    font: bold 16px isans;
    text-align: center;
    position: relative;
    z-index: 2;
}

.dlbox a {
    text-decoration: none;
    color: #464746 !important;
}

.line-center1 {
    margin: 0;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}

.dlboxtile:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #929292;
    z-index: -1;
}

.dlbox ul li {
    list-style: none;
    margin: 6px;
    padding: 6px;
    transition: all 0.6s;
    background: #7ccc77;
    color: #fff;
    border-radius: 3px;
}

.main-box-file .audioplayer-item-title p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.des- {
    display: inline-block;
}

.des- p {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.buy-link-- {

}

.oldPrice {
    color: #7a7a7a;
    font-size: 12px;
    text-decoration: line-through;
}

.percent {
    font-size: 14px;
    background: #fff;
    color: red;
    width: 45px;
    height: 38px;
    text-align: center;
    border-radius: 4px;
    line-height: 38px;
}

.side-pay- div span {
    display: block;
}
.img-height{
    height: 190px;
    width: 100%;
}
.item-name{
    margin-top: 0px;
    font-size: 12px;
    overflow: hidden;
    /*height: 36px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}