body,
.heading-site-des,
.footer-copyright {
    direction: rtl;
}

.header-logo,
.wrap-vision-images,
.wrap-swiper-btn,
.sec-home-catalog,
.camp-card,
.text-heading-site,
.outside-top-indentation {
    direction: ltr;
}

.product-info-categories {
    background: #f5822024;
}

.back-to-top {
    background: #f58220;
}

.breadcrumb_last,
.breadcrumb .breadcrumb-current-page {
    color: #f58220;
}

ul.sub-menu {
    max-height: 60vh;
    overflow: auto !important;
    scroll-behavior: smooth !important;
    overscroll-behavior: contain !important;
}

td.woocommerce-product-attributes-item__value {
    max-width: 68%;
    font-style: unset !important;
}

.woocommerce-product-attributes-item__label {
    border-left: 3px solid #ededed !important;
}

div#tab-additional_information tbody tr {
    justify-content: unset;
}

.detail-tab:hover a,
.detail-tab.active a {
    background: #f58220;
}



.footer-links li a,
.footer-links li .footer-link {
    background-image: linear-gradient(to right, #f58220, #e63b0e 50%, #fff 50%);
}

.footer-copyright p mark {
    color: #f58220;
}

.pr__card .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
}

.pr__card {
    border: 1px solid #ececec;
    transition: all ease 0.2s;
}

.pr__card a {
    border: none;
}

.wrap-aside-category .filter-categories .category-items {
    max-height: fit-content;
}

.wrap-aside-category .category-item button.aside-dropdown-toggle {
    padding: 3px 20px;
    border-bottom: 1px solid #d9d9d9;
}

.wrap-aside-category .category-item:last-child button.aside-dropdown-toggle {
    border-bottom: none;
}

.wrap-aside-category .filter-header {
    background: #f58220;
}

.wrap-aside-category .category-item .aside-dropdown-toggle.active,
li.category-item:hover button a,
.aside-dropdown-content .category-item-link:hover span {
    color: #f58220 !important;
}

.header-banner::after {
    background: #f58220;
}

.accordion-category {
    background: #f58220;
}


.pr__card:hover {
    border: 1px solid #f58220;
    transform: scale(1.02);
}

.product-info-title {
    direction: rtl;
    text-align: justify;
    font-size: 1rem !important;
}

.footer-logo a img {
    width: auto;
    height: auto;
    text-align: center;
}

.pr__card .woocommerce-loop-product__title {
    font-size: 0.875rem;
    line-height: 2rem;
    padding: 5px 8px;
}

.header-nav .btn-MegaMenu {
    margin: 0 20px !important;
}

.wrap-catalog-text,
.wrap-catalog-text * {
    line-height: normal;
    direction: rtl;
}

.catalog-des {
    text-align: justify;
}

.mega-menu-column::before {
    left: calc(100% + .375rem);
}

.mega-menu-list li a,
.mega-menu-list .mega-menu-link {
    font-size: 16px;
    font-weight: 500;
    color: rgb(141, 144, 150);
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgb(230, 59, 14), rgb(230, 59, 14) 50%, rgb(0, 0, 0) 50%);
    background-size: 200% 100%;
    display: block;
    overflow: hidden;
    background-position: 100% center;
    transition: 0.4s;
    padding-block: 10px;
}

.mega-menu-list li a:hover,
.mega-menu-list .mega-menu-link:hover {
    background-position: 0px center;
}

li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

ul.sub-menu {
    min-width: 200px;
    position: absolute;
    top: calc(100% + 0px);
    background: #FFF;
    padding: .75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border-radius: 1rem;
    box-shadow: 0 0 14px 2px #efefef;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.search-box-popular h4 {
    text-align: right;
}

.item-title-blog,
.item-title-pro {
    background: #f2f3f3;
    color: #616161 !important;
    padding: .25rem;
    border-radius: .25rem;
    text-align: center;
}

.results-list .result-item {
    border-radius: 15px;
    padding: 5px;
    transition: all ease 0.4ms;
}

.results-list .result-item:hover {
    background: #f2f3f36e;
}


.no__results {
    background-color: #dc3545;
    color: #fff;
    padding: 0.75rem;
    border-radius: 0.75rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}



.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.5s ease;
    transition-delay: .4s;
    backdrop-filter: blur(40px);
}

.modal-overlay .modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    transition-delay: 0;
}

.modal-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
}

.modal-content .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #E63B0E;
    cursor: pointer;
    z-index: 1;
    line-height: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px -10px #000;
    transition: .3s ease;
    border: 3px solid #fff;
}

.close-modal:hover {
    background: #fff;
}

.modal-overlay.show {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.5s ease;
    transition-delay: 0;
}

.modal-overlay.show .modal-content {
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
    transition-delay: .5s;
}


.page-numbers a {
    transition: .5s;
}

.page-numbers a:hover,
span.page-numbers.current {
    font-size: 1.125rem;
    font-weight: bold;
    color: #E63B0E;
}

@media (min-width:992px) {
    .page-numbers img {
        width: 4rem;
    }
}

.results-list .no__results {
    width: fit-content;
    padding: .25rem 1rem;
    font-size: .8125rem;
    border-radius: .25rem;
}

.btn-see-all {
    display: none;
}


.accordion-category .accordion-header .accordion-title {
    text-align: right;
}

.product-detail-tabs .detail-tab-icon {
    margin-right: auto;
}

.wrap-detail-tab {
    padding-right: unset;
}

.swiper-button-lock {
    display: none !important;
}

ul.aside-dropdown-content.active.open.currentCat {
    display: block !important;
    opacity: 1 !important;
    max-height: max-content !important;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out !important;
}

@media (max-width:991.98px) {
    .accordion-category .accordion-header .accordion-title {
        font-size: 1rem;
    }
}

h3.product-card-title {
    font-size: 18px !important;
}

.topic,
button,
* {
    font-family: 'yekan';
}

.files__wrapper a:hover {
    background-color: #dc3545;
}

.files__wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #fff;
    background-color: #e63b0e;
    padding: .375rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    transition: 0.5s;
}

.files__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.sec-content-text a {
    color: #e63b0e;
    font-size: 1rem;
}
/* with Amir */
@media screen and (max-width: 1399px) {
    .swiper-camp-experiences {
        width: 100%;
    }
}



.footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    margin-inline: auto;
}


.footer-logo .logo-link {
    width: 270px;
    max-width: 100%;
    min-height: 60px;
    height: auto;
    margin-inline: auto;
    display: flex;
    align-items: center;
}



@media screen and (max-width: 600px) {
    .text-heading-site .heading-site-des {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
}




#main-header {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 80px;
    /* background: transparent; */
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding: 10px 30px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    z-index: 999;
    transition: background .5s ease, box-shadow .5s ease;
    background: #fff;
    box-shadow: 0 0 14px 2px #efefef;
}



.gallery-product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-inline: 30px;
    max-width: 40rem;
}



.gallery-product-image .product-image-card {
    /* width: fit-content; */
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    padding: 5px;
    min-height: 86px !important;
    min-width: 86px !important;
    width: 86px;
    height: 86px;
}


.gallery-product-image {
    width: 100vw;
    height: auto;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-inline: 30px;
    max-width: 40rem;
}
/* with Amir */

.footer-des .text-content{
    font-size: 13px;
}
.wrap-catalog-text .catalog-des{
        -webkit-line-clamp: 14;
}
@media screen and (max-width: 600px) {
    .text-heading-site .heading-site-des {
            -webkit-line-clamp: 12;
            font-size: 12px ;
    }
        .header-tagline h2 strong {
            font-size: 16px;
        }

         .product-detail-tabs .detail-tab a,
        .detail-tab-icon {
            width: fit-content;
        }
    
}
.breadcrumb{
    overflow-x: auto;
}