footer.main-footer .description .symbol {
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
}

.video-slider {
    height: auto !important;
    margin-bottom: 20px;
}

.video-slider .item {
    max-width: 100px;
}

.video-slider .item img {
    width: 100%;
    height: 100%;
    max-width: 100px;
}

.product-card .product-title>a {
    font-weight: normal;
}

footer.main-footer .description .symbol a {
    padding: 5px;
}

footer.main-footer .description .symbol a img {
    width: 120px;
}

.video-slider .owl-nav button.owl-next,
.video-slider .owl-nav button.owl-prev {
    border: 1px #ccc solid
}

header.main-header .main-menu>ul>li.category-list>ul {
    /* display: block; */
    background-color: white;
    min-height: 100px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

header.main-header .main-menu>ul>li.category-list:hover::before {
    display: none;
}

h1.category-title {
    font-size: 22px;
}

.sub-category-card {
    justify-content: center;
    text-align: center;
    border: 0;
    margin: 20px auto;
}

.sub-category-card .category-thumb img {
    max-width: 150px;
}

.product-breadcrumb {
    background-color: transparent;
}

.product-breadcrumb li {
    font-size: 12px;
}

.product-breadcrumb .breadcrumb-item+.product-breadcrumb .breadcrumb-item::before {
    padding-left: .5rem;
}

.cart-page .product-thumb img {
    width: 150px;
    height: auto;
}

.product-info .discounted-price {
    color: #ccc;
    text-decoration: line-through;
    font-size: 1.5em;
}

.disabled-course {
    background-color: #f8f8f8;
    color: #a0a0a0;
    pointer-events: none;
    border-radius: 10px;
}

.course-card .card-title {
    font-size: 14px;
}

.course-item {
    margin-bottom: 2rem;
}

.course-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.certificate-list {
    padding-left: 1.5rem;
    /* فاصله مناسب از عنوان */
}

.course-list-reg .course-title {
    font-size: 1rem;
}


.profile-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background: #f2f5f8;
}

.icon1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #333;
    width: 150px;
    height: 150px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, background-color 0.2s;
}

.icon-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
    /* justify-content: center; */
    align-items: center;
    border-radius: 10px;
    padding: 18px 10px;
    margin: 10px;

}

.icon-card h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
}

.icon-card .icon-text {
    margin-left: 20px;
}

.icon-card p {
    font-size: 13px;
    margin-bottom: 0;
    color: #a3a3a3 !important;
    font-weight: lighter;
}

.icon-card a {
    color: #333;
}

.icon-card .icon {
    background: #007bff;
    padding: 5px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.icon i {
    font-size: 25px;
    color: #fff;
}

.icon span {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.icon:hover {
    transform: translateY(-5px);
    /* background-color: #e6f7ff; */
}

.dashed-border {
    border-style: dashed !important;
}

.discounted-price {
    text-decoration: line-through;
    color: #c0c2c5;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.product-icons-bar li {
    font-size: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.product-icons-bar li:hover {
    background-color: #e2dfdf8b;
    color: #333;
}

.tooltip-inner {
    background-color: #565656 !important;
    color: #ffffff !important;
}

.tooltip-arrow {
    border-top-color: #565656 !important;
}

.filepond--credits {
    display: none;
}

.role-request-file,
.file-uploader {
    font-family: shabnam;
    font-size: 14px;
    padding: 10px;
}

.role-request-file .filepond--root,
.file-uploader .filepond--root {
    font-family: shabnam;
    font-size: 14px;
    margin-bottom: 0;

}

.text-error {
    color: #f7858d;
}

.tab-sticky-top {
    position: sticky;
    /* این باعث می‌شود که عنصر به موقعیت ثابت چسبیده باشد */
    top: 100px;
    /* فاصله از بالای صفحه */
    z-index: 10000;
    /* تضمین می‌کند که تب‌ها بالای سایر عناصر باقی بمانند */
    background-color: red;
    /* پس‌زمینه برای جلوگیری از شفافیت */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* یک سایه کوچک برای زیبایی */
}

header.main-header .nav-item.create-store {
    color: #fff;
    border: 1px solid #FB6806;
    border-radius: 7px;
    padding: 0 5px;
    margin-left: 5px;
    background: #FB6806;
}

header.main-header .nav-item.create-store a {
    color: #fff;
}

.nav-item.account {
    padding: 0 5px !important;
}

.bg-orange-001 {
    background-color: #FB6806 !important;
}

.bg-gray-001 {
    background-color: #F0F0F1 !important;
}

.bg-light-001 {
    background-color: #E7B109 !important;
}

.bg-red-001 {
    background-color: #A52631 !important;
}

.bg-green-001 {
    background-color: #8A8122 !important;
}

.bg-orange-001 .product-carousel .owl-dot.active span,
.bg-light-001 .product-carousel .owl-dot span,
.product-carousel .owl-dot:hover span {
    background: #fff;
}

section.slider-section .product-card {
    border-radius: 8px;
    height: 390px;
    overflow: hidden;
}

footer.main-footer {
    background: #F0F0F1;
}

.brand-slider .owl-item {
    text-align: center;
}

.product-card .product-title {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #3f4064;
    height: 45px;
    min-height: 45px;
    overflow: hidden;
}

.product-card .product-title>a {
    color: #3f4064;
}

.product-card .product-meta {
    font-weight: normal;
    margin: 0.7em 0;
}

.search-amazing-tab .product-card {
    height: 350px;
}

.suggested-products .product-card {
    height: 380px;
}