.itemInfo {
    /*    // OFFER ITEM
        .itemOriginalPrice {
            font-size: .8rem;
            color: $black;
            margin: 0;
            .itemOriginalValue {
                text-decoration: line-through;
            }
        }
        // OFFER PRICE
        .itemOfferPrice {
            font-size: $font-size-500;
            line-height: 1;
            font-weight: bold;
            color: $red;
            margin-bottom: spaces(50);
        }
        // FAMILY ITEM
        .itemFamilyLegend {
            font-size: .8rem;
            color: $family-brand;
            margin: 0;
        }
        // FAMILY PRICE
        .itemFamilyPrice {
            font-size: $font-size-500;
            line-height: 1;
            font-weight: bold;
            color: $family-brand;
            margin-bottom: spaces(50);
        }
        // LOWER PRICES
        .itemLowerPrice { 
            font-size: $font-size-500;
            line-height: 1;
            font-weight: bold;
            color: $badge-nlp;
            margin-bottom: spaces(50);
        }
        // OLD PRICE 
        .itemOldPrice {
            font-size: .8rem;
            color: $black;
            margin: 0;
            .oldValue {
                text-decoration: line-through;
            }
        }
        // NORMAL PRICE
        .itemNormalPrice {
            font-size: $font-size-200;
            line-height: 1;
            font-weight: bold;
            color: $black;
            margin-bottom: spaces(25);
            @include media-breakpoint-up(md) {
                font-size: $font-size-500;
            }
            &.bti {
                background-color: #F1E400;
                padding: 5px;
                border: 3px solid #CC0008;
            }
        }
        // BTI
        .itemBTI {
            @extend .itemNormalPrice;
            display: inline-block;
            padding: spaces(50);
            background-color: $bti-bg;
            box-shadow: 3px 3px $bti-shadow;
        }*/
}
.itemInfo .card-img-top {
    max-width: 250px;
}
.itemInfo .itemPrice-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.itemInfo .itemName {
    color: #111;
}
.itemInfo .itemName .itemTitle {
    font-weight: bold;
}
.itemInfo .itemName h6 {
    margin-bottom: 0;
}
.itemInfo .itemName:hover {
    text-decoration: none;
}
.itemInfo .itemName:hover .itemTitle h6 {
    text-decoration: underline;
}
.itemInfo .itemMeasure {
    font-size: 0.8rem;
    margin: 0;
}
.itemInfo .itemSize {
    font-size: 0.8rem;
    margin: 0;
}
.itemInfo .only-online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    border-right: 0 !important;
    color: #6a86a1;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 3px;
    font-size: 0.9em;
}
.itemInfo .only-online .picto-online {
    margin-right: 5px;
}
.itemInfo .only-online .picto-online:before {
    line-height: 0.8;
    font-size: 2.2em;
}

/*
.itemInfo {
    .item-info-details {}


    .itemName {
        color: $textBlack;
        font-size: $font-size-xl;
        line-height: 1.375;
        margin-bottom: spaces(25);
        &.boxDelivery {
            overflow: hidden;
            text-decoration: none;
            &:hover {
                text-decoration: none;
                h6 {
                    text-decoration: underline;
                    margin-bottom: 0;
                    color: $textBlack;
                }
            }
            h6 {
                display: inline-block;
            }
            .icon {
                font-size: 1.25rem;
                line-height: 0;
            }
        }
    }
    .itemPrice-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        .discountTag {
            padding: spaces(25);
            color: $white;
            background-color: $sales;
            //font-size: $font-size-xs;
            font-size: 0.75em;
            letter-spacing: 0.05em;
            line-height: 1;
            align-self: flex-start;
            margin-top: 0.3885em;
        }
    }




}
*/
