.basket-panel {
	border-radius: 5px;
	margin-bottom: 25px;
}

.basket-panel > div {
	margin-left: 0;
	margin-right: 0;
}

.basket-item {
	padding: 12px;
	border-radius: 2px;
}

.basket-header {
	border-radius: 5px;
	font-weight: bolder;
	color: #ffffff;
	padding: 12px;
}
.basket-header .basket-line-total {
	padding-right: 38px;
}

.basket-totals {
	margin-bottom: 0;
	line-height: 150%;
}

.basket-totals > div {
	padding-top: 20px;
}

.basket-line-total {
	text-align: right;
}

.prod-description {
	font-size: 75%;
	padding-top: 7px;
	padding-bottom: 7px;
}

img.shadow, .shadow img {
	box-shadow: 0 1px 4px 0 #ccc;
}

.thumbnail {
	border: none;
	background: none;
}

.front {
	position: relative;
	top: -10px;
	left: -10px;
	transform: rotate(-7deg);
}

.reverse {
	position: relative;
	top: 60px;
}

.zero-bottom-margin {

        margin-bottom:0px;
}

@media (max-width: 1200px) {
	.basket-preview {
		text-align: left !important;
	}

	.basket-item > div {
		margin-bottom: 22px;
	}

	img.shadow {
		display: inline !important;
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
}