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

.basket--tiny {
	font-size: 1rem;
	margin-right: 12px;
	margin-top: 7px;
	width: 100%;
}

.basket--tiny a {
	color: inherit;
	padding-right: 27px;
}

.basket--tiny .icon-account::after,
.basket--tiny .icon-cart::after {
	background-image: url(../img/iconic/cart.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	content: "";
	cursor: pointer;
	height: 27px;
	position: absolute;
	top: 5px;
	width: 27px;
}

.basket--tiny .icon-account::after {
	background-image: url(../img/iconic/person.svg);
	background-size: 14px;
}

.tx_shop--basket {
	
}

.tx_shop--basket .form-row {
	padding: 6px 0;
}

.tx_shop--basket .basket--item:nth-child(2n) {
	background-color: #eee;
}

.tx-shop .basket--coupon {
	font-style: italic;
}

.tx-shop .basket--total {
	margin-bottom: 20px;
}