@import url(fonts.css);
@import url(grid.css);
@import url(global.css);
@import url(header.css);


body {
    overflow-x: initial;
}

.footer__bottom {
    overflow-x: hidden;
}

.breadcrumb__item {
    color: #000;
    font-weight: 400;
    margin: 0 3px;
    font-size: 15px;
}

    .breadcrumb__item:after {
        content: "/";
    }

    .breadcrumb__item:last-child::after {
        display: none;
    }

    .breadcrumb__item:last-child {
        font-weight: 600;
        color: var(--color-green-primary);
    }

.filter__col {
    color: #000;
    position: sticky;
    top: 70px
}

.white-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
}

.filter__col-head {
    background-color: var(--color-green-primary);
    position: absolute;
    top: 0;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.load-btn {
    width: 300px;
}

.filter__title {
    font-weight: 500;
    font-size: var(--font-size-4);
}

.filter__lable {
    font-size: var(--font-size-1);
    position: relative;
    color: #828284;
    cursor: pointer;
    display: inline-block;
    padding: 10px 7px;
    border-radius: 5px;
    margin-bottom: 8px;
}

    .filter__lable.active {
        background-color: var(--color-green-primary);
        color: #fff !important;
    }

    .filter__lable input[type="checkbox"] {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

.filter__category > li {
    position: relative;
}

.arrow-down {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%2308B303' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    cursor: pointer;
    background-position: center;
    transition: all 0.3s;
}

    .arrow-down.up {
        transform: rotate(180deg);
    }

.filter__sub-menu {
    display: none;
    padding-right: 10px;
}

    .filter__sub-menu .filter__lable {
        color: #828284;
        font-size: var(--font-size-0);
        padding: 7px 7px;
    }

.filter__wrapper {
    max-height: 310px;
    overflow-y: auto;
    padding-left: 5px;
    margin-left: -5px;
    padding-bottom: 10px;
}

    .filter__wrapper::-webkit-scrollbar {
        width: 5px;
    }

    .filter__wrapper::-webkit-scrollbar-track {
        background-color: #D0D0D2;
        border-radius: 25px;
        position: absolute;
        height: 90%;
    }

    .filter__wrapper::-webkit-scrollbar-thumb {
        background-color: var(--color-green-primary);
        border-radius: 25px;
    }

.green-line {
    height: 1px;
    background-color: var(--color-green-primary);
}

.range-slider {
    position: relative;
    margin: 15px 0 30px 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: var(--color-green-primary);
        cursor: pointer;
        margin-top: -5px;
        position: relative;
        z-index: 1;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 7px;
        background: linear-gradient(90deg, #EDEDED,#D0D0D2);
        border-radius: 3px;
        border: none;
    }

.range-lable span {
    color: #000;
    font-size: var(--font-size-2);
}

.main-btn {
    padding: 10px 20px;
    background-color: var(--color-green-primary);
    color: #fff;
    border-radius: 15px;
    border: 0;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-size: var(--font-size-2);
    font-weight: 200;
}

    .main-btn.big {
        font-size: var(--font-size-3);
        padding: 15px 20px;
    }

.filter__entity .filter__lable::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #D0D0D2;
    vertical-align: middle;
    margin-left: 5px;
}

.filter__entity .filter__lable.active {
    background-color: transparent;
    color: #828284 !important;
}

    .filter__entity .filter__lable.active::before {
        border: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='%2308B303'/%3E%3Cpath d='M3.6673 8.33335L7.00063 11.3334L12.6673 4.66669' stroke='%23FAFAFA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    }

.simple-btn {
    display: table;
    margin: auto;
    background-color: transparent;
    border: 0;
    color: #828284;
    font-size: var(--font-size-2);
}

    .simple-btn:hover {
        color: var(--color-green-primary);
    }

.product {
    border: 3px solid #E0E3E3;
    background-color: #F5F5F5;
    padding: 16px;
    border-radius: 30px;
    height: 100%;
}

.product__title {
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-3);
}

.product__price {
    color: #EF304D;
    font-size: var(--font-size-2);
}

    .product__price sub {
        vertical-align: middle;
        font-size: var(--font-size-small);
    }

.white-box__title {
    color: var(--color-green-primary) !important;
    font-weight: 500 !important;
    font-size: 28px !important;
}

.white-box p {
    color: #000000;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 16px;
}

.faq {
    max-width: 1111px;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
}

.faq-question {
    font-weight: 500 !important;
    font-size: 24px !important;
    color: #000000 !important;
    margin-bottom: 0;
    cursor: pointer;
}

    .faq-question::before {
        content: " ";
        width: 30px;
        height: 30px;
        margin-left: 13px;
        float: left;
        margin-top: 4px;
        background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.6107' cy='17.0225' r='12.458' stroke='%2308B303' stroke-width='2'/%3E%3Cpath d='M16.6107 21.1753L16.6107 12.8699' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M20.7634 17.0225L12.458 17.0225' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center;
    }

    .faq-question.active::before {
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.6107' cy='16.7632' r='12.458' stroke='%2308B303' stroke-width='2'/%3E%3Cpath d='M20.7634 16.7632L12.458 16.7632' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    }

.faq-answer {
    font-family: var(--font-yekan-regular);
    font-size: 14px !important;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-green-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
}

.faq p:not(:first-child) {
    font-family: var(--font-yekan-regular);
    font-size: 14px !important;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-green-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
    width: 93%;
}

.faq p:nth-child(2) {
    margin-top: 16px;
}

.faq-section {
    margin-bottom: 80px;
}

.close-filter {
    display: flex;
    border-radius: 50%;
    padding: 1px;
    background-color: #fff;
    border: 0;
}

.show-filter {
    display: flex;
    justify-content: center;
    display: none;
}
/* ------------------- english ------------------ */
.ltr .arrow-down {
    right: 0;
    left: unset;
}

.ltr .faq-question::before {
    float: right;
}

.ltr .faq p:not(:first-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-left: 45px;
    padding-left: 14px;
    border-left: 3px solid var(--color-green-primary)
}


.detail-box h1, .detail-box h2 {
    font-size: 1.625rem !important
}

.detail-box h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.detail-box h4 {
    font-size: 1.4375rem !important;
    line-height: 2.5rem !important
}

.detail-box h5 {
    font-size: 1.1875rem !important
}

.detail-box h6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.detail-box p {
    font-size: 14px;
}

.detail-box h1, .detail-box h2, .detail-box h3, .detail-box h4, .detail-box h5, .detail-box h6 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    color: var(--color-green-primary);
    font-weight: 500;
}

.detail-box img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
}

.detail-box li {
    line-height: 40px;
}

    .detail-box li::before {
        content: " ";
        width: 5px;
        height: 5px;
        background-color: var(--color-green-primary);
        border-radius: 50%;
        display: inline-block;
        margin-left: 5px;
    }

    .detail-box li strong, .detail-box li strong a, .detail-box li strong span {
        font-weight: 500;
    }


@media only screen and (max-width:992px) {
    .filter__col {
        position: fixed;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 20;
        height: 100vh;
        overflow-y: auto;
        right: 0;
        border-radius: 0;
        padding-top: 50px;
        display: none;
    }

    .filter__col-head {
        display: flex;
        position: fixed;
        z-index: 10;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    }

    .images-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .images-wrapper img {
            margin: 0 5px;
            flex-basis: 48%;
            width: 48%;
        }

    .faq-question {
        font-size: var(--font-size-3) !important;
    }

    .faq p:not(:first-child) {
        margin-right: 20px;
    }

    .ltr .faq p:not(:first-child) {
        margin-left: 20px;
    }

    .show-filter {
        display: flex;
    }
}

@media only screen and (max-width:576px) {
    .products__row .col-6:nth-child(even) {
        padding-right: 4px;
    }

    .products__row .col-6:nth-child(odd) {
        padding-left: 4px;
    }

    .breadcrumb__item {
        font-size: var(--font-size-0);
    }

    .product__title, .product__price {
        font-size: var(--font-size-1);
    }

    .main-btn.big {
        font-size: var(--font-size-2);
    }

    .load-btn {
        width: 200px;
    }

    .white-box__title {
        font-size: var(--font-size-3);
    }

    .white-box p {
        font-size: var(--font-size-1) !important;
    }

    .images-wrapper {
        flex-wrap: wrap;
    }

        .images-wrapper img {
            margin: 10px 0;
            flex-basis: 100%;
            width: 100%;
        }

    .detail-box {
        padding: 10px;
    }

    .white-box__title {
        font-size: 18px !important;
    }

    .detail-box h1, .detail-box h2 {
        font-size: 1.5rem !important
    }

    .detail-box h3 {
        font-size: 1.3rem !important;
        line-height: 1.8rem !important
    }

    .detail-box h4 {
        font-size: 1.2rem !important;
        line-height: 1.8rem !important
    }

    .detail-box h5 {
        font-size: 1.1875rem !important
    }

    .detail-box h6 {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }

    h3.faq-question {
        font-size: var(--font-size-2) !important;
    }
}
