.homepage_news_header,
.homepage_selection_header {
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #f15922;
}

.homepage_selection_container{
    flex: 2;
    padding: 15px;
}

@media only screen and (max-width: 700px) {
    .homepage_selection_container{
        padding: 0 0 15px 0 !important;
    }
}

.homepage_news_obj {
    font-size: 16px;
    /*height: 20px;  commentato da Daniele il 19/01/2021 perchè se il titolo è lungo si sovrappone */
    text-overflow: ellipsis;
    font-weight: bold;
    color: black;
    background-color: white;
}

.homepage_news_obj:hover{
    cursor: pointer;
    color: #f15922;
    text-decoration: underline;
}

.homepage_news_text {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    color: #495057 !important;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: white;
}

.homepage_selection_image{
    height: 85px;
    width: 85px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19) !important;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.homepage_selection_image:hover{
    cursor: pointer;
}

.homepage_selection_title {
    font-size: 18px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px !important;
    font-weight: bold;
    color: black;
}

.homepage_selection_title:hover,
.homepage_selection_title.active{
    color: #f15922;
    cursor: pointer;
    text-decoration: underline;
}

.homepage_selection_text {
    font-size: 15px;
    font-weight: 500;
    color: #495057 !important;
    line-height: 18px;
    max-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homepage_selection_small_text {
    font-size: 12px;
    font-weight: 400;
    color: #495057 !important;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    line-height: 15px;
}

.homepage_selection_stato_ordine{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    padding: 4px 10px;
    color: #f15922;
    width: 100%;
    font-weight: 600;
}

.homepage_selection_stato_ordine:hover{
    cursor: pointer;
}
