/*----------------------------------aside---------------------------------*/
.web_main {
    margin-top: 35px;

}

.web-body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aside-box {
    width: 360px !important;
}

.main {
    width: calc(100% - 400px);
}

.web_main .news-title {
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: 'Poppins-blog';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.web_main .news-content {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.web_main .news_details{
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.swiper-btn-box {
    position: relative;
    top: 100%;
    left: 0;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #E64616;
    border-bottom: 1px solid #E64616;
}

.swiper-left .swiper-news-title {
    width: 80%;
    color: rgb(51, 51, 51);
    font-family: 'Exo';
    font-size: 16px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.swiper-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px solid #E64616;

}

.swiper-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.swiper-right .swiper-news-title {
    width: 80%;
    color: rgb(51, 51, 51);
    font-family: 'Exo';
    font-size: 16px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: right;
    text-transform: capitalize;
}

.button-prev {
    color: #E64616;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    left: 0;
}

.button-prev::after {
    color: #E64616;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.button-next {
    color: #E64616;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    position: relative;
    right: 0;
}

.button-next::after {
    color: #E64616;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}








/*-----------------mobile start-----------------*/
@media (max-width:950px) {
    .path_title {
        font-size: 30px;
    }

    .aside-box {
        display: none;
    }

    .recommended-news .news-item {
        width: 100%;
    }

    .item-image {
        width: 100%;
    }

    .recommended-news .news-tip {
        font-size: 20px;
    }

    .recommended-news .news-title {
        font-size: 35px;

    }

    .userInfo_warp {
        padding: 20px;
    }

    .userInfo_warp {
        flex-wrap: wrap;
    }

    .userInfo-left {
        width: 100%;
    }

    .userInfo_title {
        font-size: 29px;
    }

    .userInfo_right {
        width: 100%;
    }

    .userInfo_image {
        text-align: center;
        margin-left: 0;
    }

    .related_products .related_body {
        width: 100%;
        flex-wrap: wrap;
    }

    .related_body .product_item {
        width: 100%;
    }
}

/*-----------------mobile end-----------------*/