[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    color: #9f9f9f;
}



.item-box figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease all 0.4s;
}

.home-usato .item-box figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease all 0.4s;
}

.item-box figure i {
    position:absolute;
    top: 35%;
    left: 35%;
    object-fit:contain;
    opacity:0.0;
    color:#000;
}

.item-box:hover img, .item-box:hover figure i {
    transform: scale(1.1);
    cursor: pointer;
    opacity: .40;
}

.item-box {
  padding-bottom: 20px;
  /* max-width: 520px; */
}

.item-box figure {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background-color:#fff;
}

    .item-box section {
        padding: 5px;
        background: #ffffff;
        /* height: 200px; */
        overflow: hidden;
        width: 100%;
        display: inline-block;
    }

        .item-box section h1 {
            font-size: 1.3em;
            padding-top: 10px;
            padding-bottom: 0px;
            min-height: 38px;
            overflow: hidden;
            text-align: center;
            color: #808080;
        }

.item-box section h2 {
    /* font-size: 1em !important; */
    padding-top: 0px;
    padding-bottom: 0px;
    /* min-height: 22px; */
    overflow: hidden;
    /* text-transform: lowercase; */
    text-align: center;
    font-size:16px;
    
}

.item-box section h2 p {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px !important;
    margin:0;
}


.item-box .box-icons {
    border-top: solid 1px #d6d6d6;
    padding-top: 9px;
    display: flex;
    /* justify-content: center; */
}

    .item-box .box-icons i {
        color: #d6d6d6;
        width: 20px;
        font-size: 20px;
        padding-top: 20px;
        margin-left: 15%;
    }


.item-box .box-icons span {
    color: #303030;
    text-align: center;
    margin-left: 8px;
    font-size:12px;
}

.item-box .box-icons img {
    opacity:0.6;
}

.item-box .box-icons .price  {
    font-weight:initial;
    font-size:initial;
}

.item-box .box-icons .price span {
    font-weight: 700;
    font-size: 15px;
}

.item-box .box-icons .price .specialPrice {
    color: #007801 !important;
}

.item-box-flex {
    display:flex;
}


.item-box .status {
    position: absolute;
    top: 20px;
    left: 15px;
    background: #ffc716;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    /*display: table;*/
    z-index: 1;
    height: 30px;
}

.item-box .stock-title {
    display:block;
    height: 70px;
}
