.productListFGrid {
	display: block;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.productListFGridItem2 {
	display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    width: 23%;
    width: calc(25% - 10px);
	border: 1px solid #f4f5f6;
	text-align: center;
	transition: .3s;
}
@media only screen and (max-width: 1230px) {
	.productListFGridItem2 {
		width: 31%;
		width: calc(33.3% - 10px);
	}
}
@media only screen and (max-width: 1000px) {
	.productListFGridItem2 {
		width: 23%;
		width: calc(25% - 10px);
	}
}
@media only screen and (max-width: 880px) {
	.productListFGridItem2 {
		width: 31%;
		width: calc(33.3% - 10px);
	}
}
@media only screen and (max-width: 660px) {
	.productListFGridItem2 {
		width: 49%;
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 440px) {
	.productListFGridItem2 {
		width: 100%;
		width: calc(100%);
	}
}

.productListFGridItem2:hover {
	border-color: #3e5490;
}

.productListFGridImage2 {
    position: relative;
}
.productListFGridImage2:after {
	content: " ";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.linkImage2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.linkImage2 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.productListFGridInfo2 {
    position: absolute;
    top: 0;
    left: 0;
}

.productListFGridInfo2 .indicator {
    margin: 0;
    float: left;
    clear: left;
	line-height: 1;
	padding: 6px;
}

.productListFGridInfo2 .indicator:nth-child(n+2) {
    margin-top: 5px;
}

.productListFGridText2 {
	position: relative;
	margin-bottom: 5px;
}

.productListFGridTitle2 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.productListFGridTitle2 a {
	display: block;
}

.productListFGridCartInfo2 {
    margin-top: auto;
}

.productListFGridCartInfo2 .price {
    font-size: 1.3rem;
}

.productListFGridCartInfo2 .price span {
    display: none;
}
.productListFGridCartInfo2 .priceDiscount {
	margin-top: 5px;
	font-size: 0.9rem;
}

.productListGridIdentCont2 {
    margin: 0;
    font-weight: bold;
    font-size: .8rem;
}

.productListGridCart2 label {
    display: none !important;
}