/*
This file is part of a project by YOUHEY Communication AG.
Unless otherwise stated, all rights are held by the creator.
*/
/* 
    Created on : 11.09.2018, 16:00:33
    Author     : Kilian Frey <kilian.frey@youhey.ch>
*/

.shop-myswitzerland .card {
	margin-bottom: 30px;
}

.shop-myswitzerland .card .card-header h3 {
	margin-bottom: 0;
}

.shop-myswitzerland .card .image {
	border: 1px solid #eee;
	float: left;
	margin: 0 12px 12px 0;
	width: 120px;
}

.shop-myswitzerland .page-link {
	color: inherit;
}

.page-item.active .page-link {
	background-color: #999;
	border-color: #999;
}

.productList--product--image img {
	border: 1px solid #eee;
}

.productList--product--info,
.productList--product--title {
	height: auto;
	position: relative;
}

.productList--product--spacer {
	height: 90px;
}

.shop-myswitzerland .price,
.shop-myswitzerland .buy {
	font-size: 1.4rem;
}

.shop-myswitzerland .price {
	color: #e30613;
}

.shop-myswitzerland .price .currency {
	font-size: 1.2rem;
}

.shop-myswitzerland .buy .icon-cart {
	background-image: url(../img/iconic/cart.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: inherit;
	margin-left: 20px;
	padding-left: 26px;
}