.product-box-content .price-ht {
    font-size: 1.2em;
}

.product-box-content .price-ht .price {
    font-weight: bold;
}

.product-box-content .price-ht .devise {
    font-weight: bold;
}



.product-box-content .delivery {
    font-size: .8em;
}


.product-box-content .pic {
    /* border: 1px solid #cccccc; */
}


.product-box-content .actions {
    /* text-align: right; */
}

.product-box-content .actions .unavailable {
    color: red;
    font-style: italic;
}

.product-box-content .actions .askus {
    /* color: green; */
    font-style: italic;
}


@media only screen and (min-width: 768px) {

    .comp-pics {
        /* display: block; */
    }
}

@media only screen and (max-width: 768px) {

    .comp-pics {
        display: none;
    }
}




.mini-cart .mini-cart-item {
    display: flex;
}


.mini-cart .mini-cart-item-pic {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    margin-right: 1em;
}

.mini-cart .desc .product-label {
    font-weight: bold;
}