.breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.breadcrumb-item a {
    color: #337875;
    font-size: 12px;
}

.breadcrumb-item {
    font-size: 12px;
    display: flex;
}

.breadcrumb-item.active {
    color: rgba(116, 116, 116, 0.75);
    font-size: 12px;
}

.header-detail-courses .bg-header .title {
    color: #333;
    font-size: 28px;
}

.header-detail-courses .bg-header .text {
    color: #777;
    font-size: 16px;
}

.bg-header {
    border-radius: 20px;
    background-color: #F9F6F0;
}

.btn-shopping {
    color: #fff !important;
    padding: 12px 45px !important;
    font-size: 15px !important;
    border: 1px solid var(--CLI) !important;
    border-radius: 13px !important;
    transition: 0.5s ease;
    background-color: #b59d43 !important;
}

.btn-shopping:hover {
    color: #b59d43 !important;
    background-color: unset !important;
}

.text-course-amount {
    font-size: 33px;
    font-family: yekan-extrabold;
    color: #333;
}

.text-course-amount-tab {
    font-size: 25px;
    font-family: yekan-extrabold;
    color: #333;
}

.toman {
    font-size: 16px;
    color: #888 !important;
    font-family: yekan-light;
}

.icon-bg-course {
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 0;
}

.tab-detail-course {
    background-color: #f9f6f0;
    padding: 15px 10px;
    border-radius: 13px;
    position: sticky;
    top: 0;
    z-index: 10;
}


.tab-detail-course.is-fixed {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 10px;
}

.tab-detail-course ul {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.btn-item-tab {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
    white-space: nowrap;
    font-size: 14px;
}

.btn-item-tab.active {
    background: #337875;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}


.desc {
    background-color: #f9f6f0;
    border-radius: 13px;
    padding: 15px 20px;
}

/* .sessions {
    background-color: #f9f6f0;
    border-radius: 13px;
    padding: 15px 10px;
}

.comments {
    background-color: #f9f6f0;
    border-radius: 13px;
    padding: 15px 10px;
} */

.title-bg-tab {
    font-size: 22px;
}

.accordion-button:focus {
    z-index: 3;
    outline: unset !important;
    box-shadow: unset !important;
}

.sessions .accordion-item {
    border: 1px solid #ddd !important;
    border-radius: 13px;
    overflow: hidden;
}

.sessions .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: unset !important;
}

.title-btn {
    border-left: 2px solid #e3e3e3;
    font-size: 18px;
    color: #333;
}

.text-btn {
    font-size: 18px;
    color: #333;
}

.rows-item .number {
    font-size: 16px;
    background: #b59d43;
    padding: 3px 10px 2px 10px;
    border-radius: 6px;
    color: #fff;
}

.text-rows-item {
    font-size: 16px;
    color: #555;
    border-right: 2px solid #e3e3e3;
}

.bg-box-accordion-item {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 13px;
    border: 1px solid #ddd;
}

.btn-modal-course .btn {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #337875 !important;
    border: 1px solid #337875 !important;
}

.accordion-button::after {
    background-image: url('../images/down-chevron.png') !important;
    background-size: 100% 100% !important;
    width: 25px !important;
    height: 25px !important;
}

.bg-sidbre {
    background-color: #f9f6f0;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.bg-sidbre .title-box {
    font-size: 12px;
}

.bg-sidbre .text-box {
    font-size: 15px;
}

.teacher {
    background-color: #f9f6f0;
    padding: 25px;
    border-radius: 20px;
}

.teacher .name-teacher {
    font-size: 15px;
    color: #333;
}

.about-teacher {
    font-size: 14px;
    color: #555;
}

.teacher .image-teacher {
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.425) 0px 0px 10px 0px;
}

/* .related {
    background-color: #f9f6f0;
    padding: 10px;
    border-radius: 12px;
} */

.related .title {
    font-size: 18px;
}

.btn-box-related {
    display: flex;
    background-color: #b59d4378;
    color: #333;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    transition: 0.5s;

}

.btn-box-related::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 25px;
    background-color: #337875;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 10px 0px 0px 10px;
    transition: 0.5s;
}
.btn-box-related:hover{
    padding: 15px 20px 15px 15px;
}

.btn-box-related:hover::after{
    content: "";
    width: 10px;
    border-radius: 5px 0px 0px 5px;
}

.related .box {
    margin-bottom: 10px;
}

.related .box:last-child {
    margin-bottom: 0px;
}

.user-name .name {
    font-size: 14px;
    color: #333;
}

.user-name .date {
    font-size: 14px;
    color: #777;
}

.prof-user img {
    border-radius: 550%;
}

.comment .text {
    font-size: 14px;
    color: #555;
}

.comment-user {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.08) 0px 0px 10px 0px;
}

.user {
    border-bottom: 1px solid #ddd;

}

.offcanvas-bottom {
    height: unset !important;
    border-radius: 20px 20px 0 0;
}

.reply {
    background-color: #f9f6f0;
    padding: 15px;
    border-radius: 13px;
}

.reply .form-label {
    font-size: 14px;
}

.reply .form-control {
    border-radius: 15px;
    padding: 10px;
}

.reply .form-control::placeholder {
    font-size: 12px !important;
}

.btn-reply {
    background: #b59d43;
    color: #fff;
    border: 1px solid #b59d43;
    padding: 15px 40px;
    font-size: 14px;
    margin-right: auto;
    display: flex;
    border-radius: 12px;
    transition: 0.5s;
}

.offcanvas-title {
    font-size: 16px;

}

.btn-reply:hover {
    background: unset !important;
    color: #b59d43;
}

.comment-user .btn-primary {
    padding: 5px 15px !important;
    background-color: #33787538 !important;
    border: unset !important;
    color: #337875 !important;
    border-radius: 8px !important;
    transition: 0.5s;
    font-size: 13px;
}

.comments .modal-content {
    border-radius: 20px;
}

.btn-add-comment {
    background-color: #b59d43 !important;
    border: 1px solid #b59d43 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    transition: 0.5s;
    font-size: 14px !important;
}

.btn-add-comment:hover {
    background-color: unset !important;
    color: #b59d43 !important;
}

.offcanvas-top .nav-link {
    border: 1px solid #333;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
}

.offcanvas-top .nav-link.active {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
}

.offcanvas-top .nav-pills {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
    .course-fee {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .offcanvas-bottom {
        border-radius: 0px 0px 0 0;
    }

    .course-fee .btn-shopping {
        width: 100%;
    }

    .header-detail-courses .bg-header .title {
        font-size: 20px;
    }
}

.offcanvas-top {
    bottom: unset !important;
}

.offcanvas-top {
    height: unset !important;
    border-radius: 0px 0px 20px 20px;
}

.title-tab-offcanvas {
    color: #b59d43;
    font-size: 18px;
}

.tab-content .form .form-control {
    border-radius: 13px;
    padding: 10px;
    font-size: 14px;
}

.tab-content .form .form-control::placeholder {
    font-size: 12px;
    color: #999;
}

.btn-offer {
    background-color: unset !important;
    color: #b59d43;
    font-size: 14px;
}

.link-shaping-course {
    background-color: #337875;
    border: 1px solid #337875;
    padding: 13px 20px;
    border-radius: 13px;
    color: #fff;
    justify-content: center;
    font-size: 14px;
}

.text-warning {
    color: red !important;
    font-size: 14px;
}

.text-course-amount-fixed {
    font-size: 20px;
    font-family: yekan-extrabold;
    color: #333;
}

.btn-shopping-fixed {
    color: #fff !important;
    padding: 10px 30px !important;
    font-size: 15px !important;
    border: 1px solid var(--CLI) !important;
    border-radius: 13px !important;
    background-color: #b59d43 !important;
}