/* ---------------------------------- */
/* --- Front style plugin "ILIST" --- */
/* ---  GRID STYLE for User list  --- */
/* ---------------------------------- */

.ilist-table thead {
    display: none;
}

.shop_table tbody{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	max-width: 100%;
	align-items: stretch;
}

.ilist-table tr {
	position: relative;
	text-align: center;
	padding: 1em;
	display: flex;
	flex-direction: column !important;
	flex: 0 0 auto;
	width: 100%;
}

.ilist-table tr:after{
	content: '';
	display: block;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	z-index: -1;
	border: 1px solid #eee;
	position: absolute;
	left: 12px;
	top: 12px;
}

@media (min-width: 576px) {
    .ilist-table tr {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .ilist-table tr {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .ilist-table tr {
        flex: 0 0 auto;
        width: 25%;
    }
}



.ilist-price{
	margin-top: auto;
}

.ilist-items{
	text-align: center;
}

.ilist-table td.ilist-items {
    min-height: 1px !important;
}


.OLDilist-table tr {
	display: grid;
	max-width: 200px;
	float: left;
	text-align: center;
	padding: 1em;
	border: 1px solid #eee;
	margin-right: 1em;
}

.ilist-table td.ilist-image div.custom-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}


