.column-news {
    display: flex;
    margin: 15px 0px 30px 0px;
    width: 95%;
    position: relative;
    overflow: hidden;
    text-overflow: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 250px;
    overflow-y: auto;
    padding-left: 5px;
}


.slideshow-container-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    align-items: center;
}

.news-box {
    display: flex;
    width: 48%;
    padding: 17px;
    margin-bottom: 10px;
    background-color: #ffffffc7;
    border-radius: 12px;
    margin-top: 10px;
    height: 50px;
    cursor: pointer;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: 3px solid #fff;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    font-weight: bold;
    flex-direction: column;
    font-family: 'byekan';
    color: #0C2652;
}

.news-box p {
    margin-top: 0;
}

.news-box p3 {
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
    height: 23px;
}

@media screen and (max-width: 900px) {


    .slideshow-container3 > .post-type2 > .pricedis-post1 > .price-dis3 {
        position: absolute;
        left: -38px;
        bottom: 1px;
        right: unset;
    }

    .news-box {
        width: 100%;
        margin-right: 5px;

    }

    .column-news {
        max-height: 500px;
    }
}


.buy-window-sec {
    height: max-content;
    width: 90%;
    padding: 20px 50px 30px;
    border-radius: 20px;
    direction: rtl;
    margin-top: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
}

.text-row1 {
    align-items: baseline;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.text-row1 .btd {
    margin-left: 10vw;
    position: relative;
}

.buy-window-sec .buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 17px;
    bottom: 12px;
}


.buy-window-fir {
    height: max-content;
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 20px 50px 30px;
    border-radius: 20px;
    direction: rtl;
    margin-top: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
}

@media screen and (max-width: 900px) {
    .buy-window-sec .buttons {
        display: flex;
        flex-direction: row;
        position: absolute;
        bottom: 12px;
        justify-content: center;
        left: 0;
    }

    .buy-window-sec {
        height: 33vh;
    }

    .buy-window-fir {
        height: 450px;
        padding-right: 3%;
    }

    body > div:nth-child(3) > div.posts > form > div > div.score9 {
        position: absolute;
        left: 155px;
        top: 19px;
    }

    .add-input {
        margin-top: 10px;
        width: 110%;
        height: 45px;
        background-color: rgba(169, 169, 169, 0.2);
    }

    .post-input {
        width: 110%;
        height: 45px;
        background-color: rgba(169, 169, 169, 0.2);

    }

}

/* ----------------------------------------------------- */
.pricedis-post1 {
    position: absolute;
    bottom: 1px;
    left: 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 55%;
    height: 10px;
    margin-top: 70px;
    margin-left: 25px;
}

.discount-text3 p {
    font-family: 'byekanbold';
    color: #0c26528f;
    text-align: center;
    margin-top: 24px;
    font-weight: bold;
}

.posts2 > .post-type1 > .pricedis-post1 > .price-des > .discount-text3 p {
    margin-top: 18px;
}

.line6 {
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 60px;
    position: relative;
    bottom: 65px;
    right: -75px;
    line-height: 22px;
}

.post-type1 > .pricedis-post1 > .price-des > .line6 {
    bottom: 45px;
}


.price-dis3 p {
    font-family: 'byekanbold';
    color: #0C2652;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
    position: relative;
    margin-right: -3px;
}

body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.price-dis3 > p {
    position: absolute;
    margin-right: 18px;
}

body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.price-dis3 > div.discount-text3 {
    position: absolute;
    bottom: -22px;
    right: 20px;
    opacity: 0.7;
}

.discount3 p {
    color: white;
    font-weight: bold;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div {
    left: 0;
    top: 137px;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des > p {
    margin-top: 7px;
    margin-right: -4px;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des > div.discount-text3 > p {
    margin-top: 54px;
    position: absolute;
    right: 16px;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des > div.line6 {
    position: relative;
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 50px;
    bottom: 29px;
    right: -2px;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.discount3 {
    width: 90px;
    height: 37px;
    position: absolute;
    border-radius: 10px;
    bottom: -49px;
    left: 138px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #ea4b53bd;
}

body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des {
    margin-top: 5px;
    margin-left: 15px;
    height: 37px;
}

.news-box p3 td {
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.news-box p3 td {
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
    .posts2 > .post-type1 > .pricedis-post1 > .price-des > .discount-text3 p {
            margin-top: 22px;
    }
    .line6 {
        bottom: 61px;
        right: 3px;
    }

    .column-postmobile1 > .book > .titr-movie >.left-titr > .pricedis-post4 > .line6 {
        bottom: -26px;
        right: -93px;
    }

    .price-dis3 p {
        margin-top: 12px;
    }

    body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div {
        position: relative;
        top: auto;
        left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        /* height: 48px; */
        margin-top: 116px;
        margin-right: 62px;
    }

    body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.price-dis3 > p {
        margin-top: 7px;
    }

    body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.price-dis3 > div.discount-text3 > p {
        top: 5px;
    }

    body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.price-dis3 > div.line6 {
        margin-top: 35px;
    }

    body > div:nth-child(3) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div.discount3 > p {
        margin-top: 8px;
    }

    body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div {
        left: 17px;
        top: 111px;
    }

    body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des > div.discount-text3 > p {
        margin-top: 49px;
        position: absolute;
        right: 16px;
    }

    body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.price-des > div.line6 {
        bottom: 32px;
    }

    body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.discount3 {
        width: 60px;
        height: 35px;
        position: absolute;
        border-radius: 10px;
        bottom: -61px;
        /* left: 77px; */
        /* margin-left: 38px; */
        /* margin-bottom: 15px; */
        background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        background-color: #ea4b53bd;
        right: -45px;
        font-weight: bold;
    }

    body > div:nth-child(3) > div.posts2 > div > div.post-discount > div.post-des > div > div.discount3 > p {
        margin-top: 9px;
        margin-right: 3px;
    }

    body > div:nth-child(3) > div.column-postmobile1 > div.book > div.titr-movie > div.left-titr > div > div.price-dis1 {
        display: flex;
        flex-direction: column;
        width: 120px;
        min-height: 40px;
        position: relative;
        border-radius: 9px;
        bottom: 0px;
        right: 80%;
        margin-left: 15px;
        margin-bottom: 15px;
        background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        background-color: #f7d56fb0;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
    }

    body > div:nth-child(3) > div.column-postmobile1 > div.book > div.titr-movie > div.left-titr > div > div.discount2 {
        width: 60px;
        height: 40px;
        position: relative;
        border-radius: 10px;
        bottom: 0px;
        right: -5%;
        margin-left: 40px;
        margin-bottom: 15px;
        background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        font-weight: bold;
        background-image: linear-gradient(to left, #eb9ea470, #ea4b53de);
        /* box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%); */
        background-color: #ea4b53b0;
        font-weight: bold;

    }

    #total11 {
        position: absolute;
        left: 75px;
        z-index: 1;
        margin-top: 12px;
        font-family: 'byekanbold';
        color: #0C2652;
        text-align: center;
        /* margin-top: 7px; */
        font-weight: bold;
    }


}

body > div:nth-child(4) > div.web-pro > div.container > div.filterDiv1.signclass.show > div {
    flex-wrap: wrap;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro > div {
    height: 250px;
    display: flex;
    flex-direction: row;
    padding: 8px;
    direction: rtl;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);

    width: max-content;

}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro {
    width: max-content;
    display: flex;
    flex-direction: column;
    direction: ltr;
    scrollbar-color: #0C2652 #f1f1f1;
    scrollbar-width: thin;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 0;
    flex-direction: row-reverse;
    min-width: fit-content;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.personal > div.personal-div {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 30px;
    margin-right: 0px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div {
    padding: 2%;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.personal {
    display: flex;
    flex-direction: column;
    margin: 10px;
    margin-top: 0px;
    height: 250px;
    min-width: 300px;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div {
    display: flex;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-items: flex-start;
    justify-content: flex-start;
    direction: rtl;
    padding: 2%;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro > div > div {
    text-align: right;
    padding: 20px;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

body > div:nth-child(5) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div > p {
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

body > div:nth-child(5) > div:nth-child(6) > div.slideshow-container3 > div > div > div.post-des > div > div {
    align-self: center;
    justify-content: center;
    bottom: -41px !important;
    left: 0px !important;
}

body > div > .posts2 {
    justify-content: space-evenly !important;
}

body > div > .posts {
    justify-content: space-evenly !important;
}

body > div > div.posts > div > div > div.price-dis > div.line1 {
    bottom: 65px !important;
}

.mySlides1 img {
    margin-top: 10px !important;
}

.banner img {
    margin-top: 72px !important;
}

@media (max-width: 900px) {

    .posts2 .pricedis-post1 {

        margin-top: 2px !important;
    }
}

body > div > div.posts > form > div > div.score9 {
    top: auto !important;
}

/* ----------------------------------------------------- */


