﻿/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: listing-griditem
Compile-Dependencies: bootstrap4,site
*/
.listing-image {
    height: 145px;
}


/* 5/4/2021 */
#sb-listing-container a.listing-img-container {
    height: 131px;
    background-size: contain !important;
}

@media (max-width:425px) and (min-width:351px) {
    #sb-listing-container a.listing-img-container {
        background-size: 85% !important;
    }
}

.has-variant-div,
.variant-empty-div {
    padding: 10px 0;
    min-height: 60px;
}

    .has-variant-div img {
        width: 20%;
    }

.card-text .item-name a {
    padding: 0 10px;
}

.price,
.stock-available {
    padding: 0 10px;
}