@media screen and (max-width: 600px) {
	.BuyArea .FormSubmit {
		margin: 0;		
	}
}

.MiniCartNotification {
	margin: 2px;
}

/*
.ProductDiscountPrice {
	color: #c1a643;	
}*/

.ListProduct .ProductImageContainer img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.VatlessPrice {
	display: block;
	opacity: .5;	
	font-size: 14px;
	margin-top: 10px;
}


.gw-smartflow {
    background: url('https://lamppukalvot.mycashflow.fi/files/qzvinyls_flow_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 5vh;
    background-position: center center;
}


@media (max-width: 500px) {
    .gw-smartflow {
        background: none;
        padding-block: 0;
    }
}

.CurrentUnitPrice + .ProductComparePrice {
    display: none;
}