.main-description {
    padding: 30px 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
}
.main-description .top-side {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.main-description .side-bar {
    width: 23%;
    border-radius: 17px;
    box-shadow: 0 0 7px -2px #ccccccb3;
    display: flex;
    flex-flow: column nowrap;
    height: min-content;
}
.main-description .side-bar .head {
    display: flex;
    justify-content: space-between;
    margin: 20px 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.main-description .side-bar .head .filter-close {
    display: none;
}
.main-description .side-bar .body {
    display: flex;
    flex-flow: column nowrap;
    margin: 12px 12px 50px;
}
label {
    margin-bottom: 5px;
    display: flex;
}
select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 10px;
    background: #fff;
    height: 40px;
    border-radius: 7px;
    font-family: montserrat, yekan !important;
}
select:focus-visible {
    outline: solid 1px var(--first-l-color);
}
.main-description .side-bar .foot {
    display: none;
}
.main-description .main-bar {
    width: 75%;
    max-width: 1070px;
}
.main-bar > .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-bar > .head h1 {
    margin: 0;
}
.main-bar > .head .sort-box {
    display: flex;
    gap: 10px;
}
.blur {
    filter: blur(3px);
}
.main-bar > .head .sort-box .item {
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 13px;
    cursor: pointer;
}
.main-description .main-bar > .head .sort-box .item.active {
    background: var(--first-l-color);
    color: #fff;
}
.main-description .main-bar .post-carts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px 0;
    gap: 30px 10px;
    width: 100%;
    margin: 10px auto;
    min-height: 500px;
}
.main-description .main-bar .post-carts .loader-div {
    width: 100%
}
.main-description .main-bar .post-carts .loader-div .box {
    background: var(--second-l-color);
    padding: 10px 20px;
    border-radius: 7px;
    text-align: center;
    display: flex;
    width: fit-content;
    color: #fff;
    gap: 10px;
    margin: auto;
}
.main-description .main-bar .post-carts .loader-div .box .icon {
    display: flex;
}
.main-description .main-bar .row {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.main-description .main-bar .row .load-more {
    background: var(--first-l-color);
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    width: 100px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.main-description .main-bar .row .load-more .icon {
    display: flex;
}
.main-description .main-bar .row .load-more .icon svg {
    display: none;
}
.post-cart {
    display: flex;
    flex-flow: column;
    width: 32%;
    max-width: 350px;
    text-decoration: unset;
    box-shadow: 0px 0px 6px 1px #cccccc9c;
    border-radius: 8px;
}
.post-cart .poster {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 7px;
}
.post-cart .box {
    padding: 0 8px 8px;
}
body.dark .post-cart .box {
    color: #fff;
}
body.secondary .post-cart .box {
    color: #fff;
}
.post-cart .box .title {
    font-size: 17px;
    font-weight: 100;
}
.post-cart .box .price {
    color: #000;
}
body.dark .post-cart .box .price {
    color: #fff;
}
body.secondary .post-cart .box .price {
    color: #fff;
}
.post-cart .box .price .fiat {
    color: #656565;
    font-size: 13px;
}
.post-cart .box .bottom-side {
    display: flex;
    justify-content: space-between;
}
.post-cart .box .bottom-side > div {
    display: flex;
    align-items: center;
    gap: 3px;
}
.post-cart .box .bottom-side .icon img {
    width: 18px;
}
.main-description > .bottom-side {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    margin: auto;
}
.main-description > .bottom-side {
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 9px;
    margin-top: 20px;
    box-sizing: border-box;
}
body.dark .main-description > .bottom-side {
    background: var(--third-d-color);
}
body.secondary .main-description > .bottom-side {
    background: var(--third-s-color);
}
.main-description > .bottom-side h1, .main-description > .bottom-side h2, .main-description > .bottom-side h3 {
    color: var(--second-l-color);
}
body.dark .main-description > .bottom-side h1, body.dark .main-description > .bottom-side h2, body.dark .main-description > .bottom-side h3 {
    color: var(--first-l-color);
}
body.secondary .main-description > .bottom-side h1, body.secondary .main-description > .bottom-side h2, body.secondary .main-description > .bottom-side h3 {
    color: var(--first-l-color);
}
.main-description > .bottom-side p, .main-description > .bottom-side span, .main-description > .bottom-side div {
    text-align: justify;
}
.main-description > .bottom-side .guide-box {
    display: flex;
    width: 100%;
    border-radius: 7px;
    flex-flow: column nowrap;
    box-shadow: 0 0 7px 0px #d6d6d6;
    padding: 15px 20px;
    box-sizing: border-box;
}
.main-description > .bottom-side .guide-box .head {
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 10px;
    color: var(--second-l-color);
    font-size: 20px;
    font-weight: bold;
}
.main-description > .bottom-side .guide-box .body {
    padding: 10px;
}
.main-description > .bottom-side .guide-box .body .row a {
    text-decoration: unset;
    font-size: 16px;
    font-weight: bold;
    color: #5c5e70;
    padding: 10px 0;
    display: flex;
}
.fixed-bottom {
    display: none;
}
.month-filter-box {
    margin-top: 15px;
}
.amount-filter-box {
    width: 100%;
    margin-bottom: 15px;
}
.amount-filter-monitor {
    text-align: center !important;
}
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 99%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
input[type=range]:hover {
    opacity: 1;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--first-l-color);
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--first-l-color);
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .main-description .main-bar {
        width: 90%;
    }
}
@media screen and (max-width: 800px) {
    .main-description .main-bar {
        width: 100%;
    }
    .main-description .side-bar {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        height: 100%;
        z-index: 10;
        border-radius: 0;
    }
    body.dark .main-description .side-bar {
        background: var(--first-d-color);
    }
    body.secondary .main-description .side-bar {
        background: var(--first-s-color);
    }
    .main-description .side-bar .head .filter-close {
        display: block;
    }
    .main-description .side-bar .foot {
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: 50px;
        justify-content: center;
        align-items: center;
        background: #0a9d8d;
        color: #fff;
        box-shadow: 0 0 5px 1px #ccc;
    }
    .main-description .side-bar .foot .submit-filter .icon svg {
        display: none
    }
    .fixed-bottom {
        display: flex;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: 50px;
        justify-content: center;
        align-items: center;
        background: #0a9d8d;
        color: #fff;
        box-shadow: 0 0 5px 1px #ccc;
    }
    body.dark .fixed-bottom {
        background: var(--third-d-color);
    }
    body.secondary .fixed-bottom {
        background: var(--third-s-color);
    }
    .main-description .main-bar .post-carts {
        justify-content: space-evenly;
    }
    .post-cart {
        width: 45% !important;
        max-width: unset !important;
    }
    .post-cart .poster {
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .main-bar > .head {
        flex-flow: column;
        margin-bottom: 25px;
    }
    .post-cart {
        width: 95% !important;
    }
    .main-bar > .head .sort-box {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 6px;
    }
    .main-bar > .head .sort-box .item {
        text-wrap: nowrap;
    }
    .main-description > .bottom-side {
        width: 95%;
    }
}
