.carousel {
    width: 100%;
    overflow:hidden;

}
/* .carousel .carousel-inner {
    object-fit: cover;
} */

/* .carousel .carousel-inner img {
    display:block;
    object-fit: scale-down;
    height: 50vh;
} */

/* Full page model */
.modal-full {
    min-width: 80%;
    margin: 0 auto;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.main-category .card{
    height: 100%;
    padding: .5em;
    margin: 2px;
}

.img-prodotto{
    width: 100%;
    max-height: 252px !important;
    min-height: 252px !important;
    object-fit: cover;
    border-radius: 20px;
    padding: 5px;
}

.img-preview{
    max-height: 252px !important;
    min-height: 252px !important;
    object-fit: contain;
    border-radius: 20px;
    padding: 5px;
    margin-top: 10px;
}

.filter-title{
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #5ab57b !important;
    font-size: 1rem;
}

#product-card .card:hover {
    opacity: .66 !important;
}

a:hover {
    color: #00695c;
    text-decoration: none;
}

.card:hover {
    transition: color .2s ease-in-out;
}

 #product-card .carousel-inner, #product-card .item, #product-card {
    border-radius: 20px;
}

.card, .footer-card
{
    border-radius: 20px;
    border-color: white;
}


/* Steps */
.progresses {
    display: flex;
    align-items: center
}

.line {
    width: 50px;
    height: 6px;
    background: black
}

.steps {
    display: flex;
    background-color: black;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.display-none {
    display: none;
}
/* Steps finished */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color:#999 !important;
    border-color: #999 !important;
}

.top
{
    top: 100px;
}

.single-line{
    min-height: 50px;
}

.bg {
    justify-content: center;
    margin: 0 auto;
    background-image: url("/images/bg.jpeg");
    background-position: center;
    background-size: contain;
    object-fit: cover;
    min-height: 100vh;
    display: flex;
}

.bg-container{
    justify-content: center;
    margin: 0 auto;
    background-image: url("/images/bg.jpeg");
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hr-or {
    height: 1px;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
