.trotec-shop-products {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin: 1.5em 0;
}

.trotec-shop-products .product-image { margin-bottom: 1em; }

@media (min-width: 480px) {
	.trotec-shop-products .product-image { margin-bottom: 0; }
	.trotec-shop-products .col-sm-2 { float: left; width: 16.66666667%; }
	.trotec-shop-products .col-sm-3 { float: left; width: 25%; }
	.trotec-shop-products .col-sm-9 { float: left; width: 75%; }
	.trotec-shop-products .col-sm-10 { float: left; width: 83.33333333%; }
}

.trotec-shop-products .product {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1.5em;
}

.trotec-shop-products .product:first-child {
	border-top: 1px solid #aaa;
	padding-top: 1.5em;
}
.trotec-shop-products .product:last-child {
	margin-bottom: 0;
	/*border-bottom: 0;*/
	/*padding-bottom: 0;*/
}

.trotec-shop-products .product-name,
.trotec-shop-products .product-price {
	margin-top: 0;
	margin-bottom: 1em;
}

.trotec-shop-products .base-price-gross.old-price {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
	color: rgb(87,86,86);
	margin-top: .3em;
	margin-bottom: .3em;
}

.trotec-shop-products .base-price-gross.standalone {
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 700;
	color: rgb(87,86,86);
}

.trotec-shop-products .action-price-gross {
	text-shadow: 0 0 1em transparent,0 -.04em 0 #fff,.04em 0 0 #fff,0 .04em 0 #fff,-.034em -.024em 0 #fff,-.03em -.04em 0 #fff,-.01em -.04em 0 #fff,.052em -.04em 0 #fff,.04em -.04em 0 #fff,.02em -.04em 0 #fff,.047em -.025em 0 #fff,-.045em .016em 0 #fff,-.039em .038em 0 #fff,-.052em .04em 0 #fff,-.042em .04em 0 #fff,.031em .028em 0 #fff,.029em .04em 0 #fff,rgb(0 0 0/20%) .05em 0 .05em,rgb(0 0 0/20%) 0 .05em .05em,rgb(0 0 0/20%) .05em .05em .05em;
	margin-bottom: 0;
	display: block;
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 900;
	color: rgba(190,42,48);
}

.trotec-shop-products .price-tax-incl {
	font-size: 1rem;
	line-height: 1;
	margin-top: .3em;
}

.trotec-shop-products img {
	margin: 0 !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.trotec-shop-products .cta a {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-radius: .375rem;
	border-width: 2px;
	border-color: transparent;
	text-decoration: none;
	padding: .75rem;
	font-size: 1.3rem;
	font-weight: 700;
	background-color: rgb(247,233,28);
	color: rgb(71,71,71);
	line-height: 1.5rem;
}

.trotec-shop-products .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.trotec-shop-products .list-inline {
	padding-left: 0;
	margin-left: -2px;
	list-style: none;
}

.trotec-shop-products .list-inline > li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}

.trotec-shop-products .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.trotec-shop-products .btn-default {
	color: #333 !important;
	background-color: #fff;
	border-color: #ccc;
	text-decoration: none;
	text-transform: none !important;
}

.trotec-shop-products .btn-default:hover {
	color: #333;
	background-color: #e6e6e6 !important;
	border-color: #adadad !important;
}

.trotec-shop-products h5 {
	font-weight: bold !important;
	margin-top: 0;
	margin-bottom: 2px;
}