@font-face {
    font-family: Peyda;
    src: url(../fonts/iranSans/IRANSansWebFaNum.ttf);
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-menu[data-bs-popper]{
    right: inherit;
}

a {
    text-decoration: none;
    color: #2F2F2F;
}

a:hover {
    color: #838383;
}

.text-orange {
    color: #D65A31;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
* {
    font-family: Peyda, Arial, sans-serif ;
}

body {
    background: #EEE;
}

.a-orange {
    color: #D65A31;
}

.a-orange:hover {
    color: #cc9380;
}

.header {
    padding-top: 50px;
    padding-bottom: 30px;
}

.btn-login {
    width: 150px;
    height: 35px;
    background-color: #393E46;
    color: #eeeeee;
    border-radius: 6px;
    font-size: 13px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.cart {
    width: 50px;
    margin-left: 15px;
}

.search-input {
    width: 75%;
    border: 1px solid #c0c0c0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 35px;
    text-align: right;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    text-align: right;
    padding-right: 8px;
    font-size: 14px;
}

.search-icon {
    color: #D65A31;
}

.search-btn {
    border: 1px solid #c0c0c0;
    height: 35px;
    width: 40px;
    margin-right: -6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.logo img {
    width: 200px;
}

.navbar {
    height: 60px;
    border-radius: 5px;
}

.new-product {
    margin: 20px 0;
    color: #D65A31;
    font-weight: bold;
    font-size: 24px;
}

.navbar-dark {
    background-color: #393E46;
}

.contact-btn {
    width: 150px;
    height: 35px;
    font-size: 16px;
    background-color: #D65A31;
    border-radius: 6px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.call {
    width: 25px;
}

.-mt-10 {
    margin-top: -10px;
}

.btn-category {
    display: block;
    background-color: #D65A31;
    color: #393E46 !important;
    font-size: 16px;
    border-radius: 6px;
    width: 150px;
    height: 35px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 10px;
    margin-top: 2px;
}

.bg-orange {
    background-color: #D65A31;
}

.pointer {
    cursor: pointer;
}

.btn-category>img {
    width: 15px;
}

.dropdown-toggle::after {
    margin-right: 25px;
}

.font-size-xs {
    font-size: 12px !important;
}

.font-size-sm {
    font-size: 14px !important;
}

.font-size-md {
    font-size: 18px !important;
}

.font-size-lg {
    font-size: 24px !important;
}

.font-size-xl {
    font-size: 30px !important;
}

.carousel.slide {
    margin-top: 30px;
}

.carousel-item>img {
    border-radius: 10px;
}

.img-category>img {
    margin: 0 auto;
    height: 100px;
    width: 100px;
}

.category-title {
    margin-top: 5px;
    font-size: 14px;
    color: #EEE;
}

.img-category {
    height: 100px;
}

.category-item {
    background-color: #393e46;
    border-radius: 5px;
    padding-top: 10px;
    text-align: center;
}

.category-item:hover {
    transition: 0.4s all ease-in-out;
    background-color: #D65A31;
    cursor: pointer;
}

.intro-section>p {
    font-size: 18px;
    margin-right: 20px;
    text-align: justify;
}

.read-more {
    color: #D65A31;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 90%;
}

.study-more {
    color: #D65A31;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.study-more:hover {
    color: #f6a78d;
}

.product-category {
    background: linear-gradient(to bottom, #ffffff 50%, #cccccc 75%);
    padding: 20px 0;
    border-radius: 8px;
}

.product-category>a>img:first-child {
    width: 100%;
    display: block;
}

.see-all {
    font-size: 18px;
    color: #D65A31;
    font-weight: 700;
    cursor: pointer;
}

.see-all:hover {
    color: #e0a490;
    cursor: pointer;
}

.product-sales {
    color: #D65A31;
    font-size: 20px;
    font-weight: 700;
}

.product-card {
    background: #D9D9D9;
    padding-top: 15px;
    border-radius: 6px;
}

.product-title {
    font-size: 18px;
    font-weight: 400;
    color: black;
    text-align: right;
    margin-right: 30px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.product-img {
    width: 140px !important;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.price>span {
    font-size: 18px;
}

.price>del {
    font-size: 12px;
    color: rgb(122, 122, 122);
}

.product-card>div:first-child {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #ffffff;
    border-radius: 6px;
}

.favorite {
    position: absolute;
    left: 3%;
    bottom: 150px;
    cursor: pointer;
}

.shopping {
    position: absolute;
    left: 3%;
    bottom: 190px;
    cursor: pointer;
}

.banner-img {
    width: 100%;
}

.dropdown-menu {
    background-color: #ECE2DF;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-mega {
    width: 100%;
}

.nav-mega .dropdown {
    position: static;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #D65A31;
    border-width: 3px;
    color: #D65A31;
}

.nav-link {
    font-size: 20px;
    margin-left: 20px;
    color: #333333;
    font-weight: 600;
}

.label-shadow {
    background: #dae5df;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 2px rgba(0, 0, 0, 0.15),
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 8px 8px rgba(0, 0, 0, 0.15);
}

.nav-link:hover {
    color: #939393;
}

.nav-tabs {
    border-bottom: 2px solid #6e6e6e;
    margin-bottom: 20px;
}

.hover-menu {
    font-size: 18px;
    color: #333333 !important;
}

.hover-menu.active {
    border-width: 2px !important;
    color: #D65A31 !important;
}

.brand-img>img {
    width: 100px !important;
}

.brand-img {
    text-align: right !important;
}

.bg-footer {
    background-color: #393E46;
}

.social-media>p {
    font-size: 18px;
    font-weight: 500;
}

.social-media-img {
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer {
    padding: 50px 0;
    border-bottom: 1px solid white;
}

.footer-menu-item {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #EEE;
    font-size: 14px;
    margin: 3px 0;
}

.footer-menu-item:hover {
    color: #D65A31;
}

.footer-log>img:last-child {
    width: 15px;
    display: inline;
}

.footer-log>img:first-child {
    display: inline;
}

.circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #393E46;
    left: 44%;
    bottom: 88%;
    cursor: pointer;
}

.breadcrump {
    padding: 40px 0;
}

.breadcrump-link>a {
    text-decoration: none;
    color: #4b4b4b;
}

.breadcrump-link {
    color: #4b4b4b;
}

.filters {
    border: 12px solid #2F2F2F;
    border-radius: 12px;
}

.filters>div {
    margin: 0px 20px;
}

.filter-title {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 1px solid #D65A31;
}

.border-separator {
    display: block;
    border-bottom: 12px solid #2F2F2F;
    margin-top: 10px;
}

.phone>a>img {
    position: fixed;
    width: 80px;
    left: 0;
    bottom: 18%;
    z-index: 3;
}

.whatsapp>a>img {
    position: fixed;
    width: 80px;
    left: 0;
    bottom: 10%;
    z-index: 3;
}

.product-img-container {
    width: 100%;
    height: 400px;
    border: 2px solid #4b4b4b;
    border-radius: 6px;
}

.product-img-container>img {
    display: block;
    width: 50%;
    margin: 9% auto;
}

.product-main-title {
    font-size: 24px;
    font-weight: 600;
}

.hr {
    border-bottom: 1px solid #838383;
    width: 100%;
    margin: 30px auto;
}

.rating>i {
    color: rgb(199, 176, 49);
}

.comment-count {
    display: inline;
}

.comment-count>span {
    font-size: 16px;
    font-weight: 500;
}

.feature-key {
    color: #999999;
    font-size: 16px;
}

.feature-key::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #d82323d1;
}

.feature-value {
    color: #393E46;
    font-size: 18px;
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-container>span.badge {
    font-size: 14px;
    width: 100px;
    height: 30px;
    padding-top: 10px;
    border-radius: 12px;
}

.btn-tel-contact {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 6px;
    background-color: #D65A31;
    border: none;
    color: white;
    margin: 25px auto;
    padding: 10px;
}

.btn-tel-contact:hover {
    background-color: #e07855;
    transition: 0.4s all ease-in-out;
    color: white;
}

.related {
    margin-top: 40px;
    font-size: 20px;
    color: #D65A31;
    font-weight: 600;
}

.related-products {
    background-color: #ffffff;
    padding-top: 40px;
    margin-bottom: 50px;
}

.sticky-menu {
    display: none;
    background-color: #D65A31;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 4;
    padding-top: 8px;
}

.sticky-menu>div>a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
}

.gallery-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.gallery-container>.gallery-box:last-child {
    cursor: pointer;
}

.gallery-box {
    width: 100px;
    height: 80px;
    border: 1px solid #4b4b4b;
    border-radius: 5px;
    margin-top: -30px;
    z-index: 2;
    background-color: #ffffff;
}

.gallery-box>img {
    display: block;
    width: 50%;
    margin: 5px auto;
}

.gallery-box>div {
    text-align: center;
    padding-top: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    margin: auto !important;
}

.faq {
    background-color: #ECE2DF;
    border-radius: 8px;
}

.faq-item {
    cursor: pointer;
}

.faq-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.faq-title>img {
    width: 60px;
    margin-left: 10px;
}

.faq-title>p {
    font-size: 22px;
    font-weight: bold;
    color: #D65A31;
}

.faq-answer {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.fa-solid.fa-plus {
    font-size: 22px;
    color: #D65A31;
    cursor: pointer;
}

.fa-solid.fa-minus {
    font-size: 22px;
    color: #D65A31;
    cursor: pointer;
}

.blog-img {
    border-radius: 8px;
}

.next-post,
.previous-post {
    border-radius: 12px;
    height: 70px;
    background-color: #ECE2DF;
    padding: 10px 20px;
}

.next-post>div>i,
.previous-post>div>i {
    color: #D65A31;
}

.next-post>div>a,
.previous-post>div>a {
    text-decoration: none;
    color: #D65A31;
    font-weight: bold;
}

.related-posts>p {
    text-align: center;
    font-size: 24px;
    color: #D65A31;
    font-weight: bold;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.blog-box>img {
    max-height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100% !important;
}

.blog-box>.content {
    background-color: #ffffff;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 200px;
}

.blog-box>.content>div>i {
    color: #838383;
}

.blog-desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.fa-calendar-days::before {
    float: right !important;
    padding-left: 5px;
}

.last-blog-img{
    width: 80px;
    height: 80px;
}

.last-blog-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-main-title {
    font-size: 30px;
    margin: 30px 0;
}

.views {
    background-color: #fff;
}

.comment-submit {
    border: 1px solid #F96332;
    color: #F96332;
    border-radius: 6px;
    padding: 10px 0;
    margin: 50px 50px;
    cursor: pointer;
}

.comment-submit>span {
    font-weight: bold;
}

.comment-box {
    margin: 50px 50px;
    border-radius: 8px;
    background-color: #ECE2DF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
}

.comment-desc {
    text-align: right;
    margin-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.latest-blogs {
    margin-bottom: 15px;
}

.latest-blogs>div>a>img {
    cursor: pointer;
    width: 100px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.divider {
    height: 2px;
    background-color: #3D5265;
    width: 100%;
    border-style: none;
}

.blog-category>a {
    background-color: #e7e7e7;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.team-img>img {
    width: 100%;
    height: 350px;
    border-radius: 12px;
}

.btn-compare {
    border-radius: 8px;
    border: 2px solid #D65A31;
    color: #D65A31;
    width: 30%;
    font-size: 20px;
    font-weight: bold;
}

.vr {
    display: inline-block !important;
    border-left: 6px solid #D65A31;
    width: 3px;
    height: 500px;
}

.hr {
    display: inline-block !important;
    border-bottom: 6px solid #D65A31;
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.navbar {
    height: unset;
}

.navbar-toggler {
    font-size: unset;
}

/* -------------------------------------------------------------
   بخش اصلاح‌شده کارت بیشتر بخوانید و دکمه
------------------------------------------------------------- */
.loadmore-card {
    background: #EEE;
    border-radius: 25px;
    position: relative;
    width: 100%;
    margin: 50px auto;
    padding: 25px;
}

.card-text-paragraph {
    position: relative;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-word;
}

.overlay {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #EEE);
    pointer-events: none;
}

.moreParagraphs {
    display: none;
}

.display-none {
    display: none !important;
}

.card-text-paragraph p {
    line-height: 24px;
    margin: 10px 0;
}

.more {
    position: relative;
    top: 20px;
    text-align: center;
    z-index: 5;
}

.more button {
    width: 200px;
    margin: 0 auto;
    background: #D65A31;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px 10px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background 0.3s ease;
}

.more button:hover {
    background: #bd4b27;
}

/* Responsive Section */
@media only screen and (max-width: 600px) {
    .header {
        padding: 20px;
    }

    .btn-login {
        width: 120px;
        height: 30px;
        font-size: 12px;
    }

    .contact-btn {
        width: 120px;
        height: 30px;
        font-size: 12px;
    }

    .cart {
        width: 24px;
    }

    .logo>img {
        width: 100px;
    }

    .btn-category {
        margin-top: 12px;
    }

    .category-item {
        margin-bottom: 20px;
    }

    .img-category>img {
        width: 100px;
    }

    .carousel-item>img {
        height: 200px;
    }

    .category-item {
        width: unset;
    }

    .product-category>img:first-child {
        width: 80px;
    }

    .product-category {
        margin-bottom: 10px;
    }

    .row-cols-3>* {
        flex: 0 0 auto;
        width: 30%;
    }

    .product-sales {
        font-size: 14px;
    }

    .see-all {
        font-size: 14px;
    }

    .brand-img>img {
        width: 80% !important;
    }

    .nav-link {
        font-size: 14px;
        margin-left: unset;
    }

    .circle {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #393E46;
        left: 44%;
        bottom: 94%;
        cursor: pointer;
    }

    .contact-info {
        text-align: center;
    }

    .footer {
        padding: 25px 0;
    }

    .phone>a>img {
        width: 60px;
    }

    .whatsapp>a>img {
        width: 60px;
    }

    .product-img-container {
        height: 100%;
    }

    .sticky-menu {
        display: block;
    }

    .price-container {
        font-size: 12px;
    }

    .faq-answer {
        text-align: justify;
        font-size: 14px;
        margin-left: 15px
    }

    .faq-reply {
        margin-top: 10px;
        font-size: 12px;
        text-align: justify;
    }

    .next-post,
    .previous-post {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-img {
        height: 200px;
    }

    .blog-title {
        font-size: 14px;
    }

    .blog-desc {
        font-size: 14px;
    }

    .next-post>p,
    .previous-post>p {
        font-size: 12px;
    }

    .blog-box>.content>div>a {
        font-size: 14px;
    }

    .dropdown-menu {
        width: 100%;
    }

    .nav {
        display: block;
        padding-right: 10px !important;
    }

    .comment-box {
        margin: 20px 0 !important;
        width: 100%;
    }

    .product-category>a>img:first-child {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .next-post,
    .previous-post {
        width: 35%;
    }
}

.padding-left-18{
    padding-left: 18px;
}

.reply{
    padding-right: 30px;
    padding-left: 30px;
}

.faq{
    line-height: 22px;
}

.tag_item{
    background: #f2f2ed;
    padding: 0 10px;
    border-radius: 5px;
    color: #444;
    margin-left: 5px;
    line-height: 32px;
    transition: .3s all ease-in-out;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
}
.tag_item:hover{
    background-color: #036683;
    color: #fff;
}

.custom_label{
    color: #d65a31;
}

#loader{
    display: none;
}

.img-responsive{
    height: auto !important;
    width: 100% !important;
}

table{
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

p img{
    height: auto !important;
    width: 100% !important;
}
