.container-push{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scrollbar-width: none;
}
.container-push::-webkit-scrollbar {
    display: none; /* Nasconde la scrollbar */
}
@media (max-width: 576px) {
    .container-push{
        margin-top: 25px;
    }
}
.wrap-content{
    position: relative;
    scrollbar-width: none;
}
.wrap-content::-webkit-scrollbar {
    display: none; /* Nasconde la scrollbar */
}
@media (max-width: 576px) {
    .wrap-content{

        width: 100%;
    }
}
.wrap-content .wrap-box{
    display: none;
    width: 1100px;
    overflow-x: scroll;
    white-space: nowrap;
    max-height: 200px;
    scrollbar-width: none;
    justify-content: center;
    padding-bottom: 8px;
}
@media (max-width: 576px) {
    .wrap-content .wrap-box{
        width: 100%;
        justify-content: start;
    }
}
.wrap-content .wrap-box::-webkit-scrollbar, .wrap-content::-webkit-scrollbar, .container-push::-webkit-scrollbar {
    display: none !important; /* Nasconde la scrollbar nei browser Webkit (es. Chrome, Safari) */
    height: 0;
}
.wrap-content a{
    text-decoration: none;
}
.wrap-content .box{
    display: block;
    width: 140px;
    height: 185px;
    padding: 8px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin: 0px 10px;
}
.wrap-content .wrap-img{
    text-align: center;
    width: 113px;
    height: 92px;
    margin: auto;
}
.wrap-content .wrap-img img{
    max-width: 113px;
    max-height: 92px;
}
.wrap-content .content-title{
    width: 125px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-content .content-title .text{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2; /* Altezza delle righe */
    margin-top: 25px;

    display: -webkit-box; /* Necessario per il multiline ellipsis */
    -webkit-box-orient: vertical; /* Imposta l'orientamento verticale */
    -webkit-line-clamp: 3; /* Limita a 2 righe */
    overflow: hidden; /* Nasconde il testo oltre i limiti */
    text-overflow: ellipsis; /* Aggiunge i puntini di sospensione */
    white-space: normal; /* Permette di andare a capo */
    word-break: break-word; /* Rompe le parole lunghe */
    text-align: center;

}
.wrap-content .content-data-start{
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 24px;
}
@media (max-width: 576px) {
    .wrap-content .content-data-start{
        font-size: 11px;
        margin-top: 10px;
        text-align: left;
    }
    .wrap-content .content-title{
        width: 100px;
        justify-content: flex-start;
    }
    .wrap-content .content-title .text{
        font-size: 11px;
        margin-top: 14px;
        text-align: left;
    }
    .wrap-content .wrap-img img{
        max-width: 94px;
        max-height: 76px;
    }
    .wrap-content .wrap-img{
        width: 94px;
        height: 76px;
    }
    .wrap-content .wrap-box{
        max-height: 160px;
        padding-left: 10px;
    }
    .wrap-content .box{
        width: 106px;
        height: 150px;
        margin: 0px 4px;
        padding: 8px 4px;
    }
}
.more-margin{
    margin-top: 20px;
}
.wrap-content .buttons-control{
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    display: none;
}
.wrap-content .buttons-control #scrollRight, .wrap-content .buttons-control #scrollLeft{
    position: absolute;
    top: 80px;
    width: 45px;
    display: inline-block;
    height: 60px;
    background: transparent;
    font-size: 45px;
    color: #CECBCC;
    font-weight: normal;
}
.wrap-content .buttons-control #scrollRight{
    right: -50px;
}
.wrap-content .buttons-control #scrollLeft{
    left: -50px;
    display: none;
}
.wrap-content .buttons-control #scrollRight:focus, .wrap-content .buttons-control #scrollLeft:focus{
    border: 0px;
    outline: none;
}
.d-none{
    display: none !important;
}
#pushLotsHeaders{
    text-align: center;
    margin: 50px auto 20px;
    display: none;
    position: relative;
}
#pushLotsHeaders .push-lot-title{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
#pushLotsHeaders .back_to_home{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #4B81EF;
}
#pushLotsHeaders .back_to_home a.active i{
    font-size: 22px;
    color: #4B81EF !important;
    position: absolute;
    left: 3px;
    top: 0px;
}
#pushLotsHeaders .back_to_home a{
    color: #4B81EF !important;
    font-size: 16px;
    margin-left: 3px;
    list-style: none;
    text-decoration: none;
    white-space: nowrap;
}
#pushLotsHeaders .push-lot-start{
    display: none;
}
#pushLotsHeaders .push-lot-start .fa{
    font-size: 21px;
    color: #333;
    margin-right: 2px;
}
#pushLotsHeaders .push-lot-start .text{
    color: #333;
    font-size: 18px;
}
#pushLotsHeaders .nolist{
    display: none;
}
#pushLotsHeaders .nolist img{
    width: 40px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#pushLotsHeaders .nolist .nolist-title{
    color: #525252;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#pushLotsHeaders .nolist .nolist-content{
    color: #777;
    text-align: center;
    font-size: 16px;
}
#relatedCategory{
    text-align: center;
    border-top: 1px solid #D0CFCF;
    margin: 20px 50px;
    padding-top: 30px;
}
#relatedCategory .text-related-category{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#relatedCategory .category{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#relatedCategory .category > div{
    margin-top: 10px;
    margin-bottom: 10px;
}
#relatedCategory .category .related{
    border: 1px solid #dedbdb;
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 2px;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    margin: 0px 5px;
    text-decoration: none;

}
@media (max-width: 576px) {
    .buttons-control{
        display: none !important;
    }
    #relatedCategory{
        margin: 20px;
    }
}
.section-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}
.section-title.highlight-auctions{
    margin-bottom: 15px;
}
.section-title.all-auctions{
    margin-top: 40px;
    display: none;
}
@media (max-width: 576px) {
    .section-title.all-auctions{
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .section-title{
        text-align: left;
        padding: 0px 15px;
    }
}
#nothingAuction{
    margin-top: 50px;
    text-align: center;
    display: none;
}
#nothingAuction .btn-go-auctions{
    padding: 5px 40px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    outline: 0;
    background: #56BB62;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}
#beforeHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#beforeHeader .wrap-fixed{
    display: flex;
}
#beforeHeader .separator{
    color: #BEBDBD;
    padding: 0 20px;
}
@media (max-width: 576px) {
    #beforeHeader .separator{
        padding: 0 15px;
    }
    #beforeHeader{
        margin-bottom: 15px;
    }
    #pushLotsHeaders{
        margin: 30px auto 10px;
    }
}
#beforeHeader .intro{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    font-size: 16px;
    white-space: nowrap;
}
#beforeHeader .intro img{
    padding: 0 5px;
    width: 30px;
}
#beforeHeader .category{
    max-width: 700px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    display: flex;
    padding: 3px 0px;
}
#beforeHeader .category::-webkit-scrollbar {
    display: none; /* Nasconde la scrollbar */
}

#beforeHeader .category a{
    border: 1px solid #dedbdb;
    background-color: #f0f0f0;
    padding: 0px 3px;
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    margin: 0px 4px;
    font-size: 16px;
}
@media (max-width: 900px) {
    #beforeHeader .category{
        max-width: 500px;
    }
}
@media (max-width: 576px) {
        #beforeHeader{
            width: 100%;
        }
        #beforeHeader .wrap-fixed{

        }

        #beforeHeader .category{
            max-width: 180px;
        }
        body[data-lang=es] #beforeHeader .wrap-fixed{

        }
        body[data-lang=es] #beforeHeader .category{
            max-width: 160px;
        }
        #pushLotsHeaders .back_to_home a{
            font-size: 12px;
        }
        #beforeHeader .intro{
            font-size: 12px;
        }
        #beforeHeader .category a{
            font-size: 12px;
        }
        #beforeHeader .intro img{
            width: 26px;
        }
    }

    @media (max-width: 380px) {

        #beforeHeader .category{
            max-width: 150px;
        }
        body[data-lang=es] #beforeHeader .category{
            max-width: 120px;
        }
    }
    @media (max-width: 320px) {
        #beforeHeader .category{
            max-width: 100px;
        }
        body[data-lang=es] #beforeHeader .category{
            max-width: 90px;
        }
    }
.wrap-before-header{
    margin: 0px -8px;
}