/* general */
.-m-cms-cont-shp3-order-cart3 .-tableWrapper {
	overflow:auto;
}
.-m-cms-cont-shp3-order-cart3 tr {
	vertical-align:baseline;
}
.-m-cms-cont-shp3-order-cart3 tr > * {
	padding:.4em .3em;
}
.-m-cms-cont-shp3-order-cart3 tr > *:first-child {
	padding-left:0;
}
.-m-cms-cont-shp3-order-cart3 tr > *:last-child {
	padding-right:0;
}


/* cart */
.-m-cms-cont-shp3-order-cart3 table.-cart {
	width:100%;
	margin-bottom:1.3em;
}
.-m-cms-cont-shp3-order-cart3 .-cart tr > * {
	padding:1em .3em;
}
.-m-cms-cont-shp3-order-cart3 table.-cart tr {
	border-bottom:1px solid var(--thm1-color-2);
}

.-m-cms-cont-shp3-order-cart3 td.-img {
	vertical-align:top;
	width:100px;
}
.-m-cms-cont-shp3-order-cart3 tr .-product > .-title > a {
	font-family:"Museo", serif;
	font-weight:500;
	xfont-size:1.3rem;
}
.-m-cms-cont-shp3-order-cart3 tr .-product > .-title > .-author {
	font-weight:bold;
}
.-m-cms-cont-shp3-order-cart3 tr .-product > .-options {
	font-size:.85em;
}
.-m-cms-cont-shp3-order-cart3 tr .-quantity,
.-m-cms-cont-shp3-order-cart3 tr .-price,
.-m-cms-cont-shp3-order-cart3 tr .-total {
	text-align:right;
    width:11.5%;
	min-width:3.6em;
}
.-m-cms-cont-shp3-order-cart3 tr.-total {
	font-weight:bold;
}
.-m-cms-cont-shp3-order-cart3 .-rem {
	width:3px;
}
.-m-cms-cont-shp3-order-cart3 .-rem > .-button {
	cursor:pointer;
}

.-m-cms-cont-shp3-order-cart3 .-errors {
	margin-top:.5em;
	background:rgba(255,255,100,.3);
	padding:.8em;
	font-size:.8em;
}

/* total */
.-m-cms-cont-shp3-order-cart3 table.-total {
	margin-left:auto;
}
.-m-cms-cont-shp3-order-cart3 table.-total td {
	text-align:right;
}

.b1-up-down-input {
	width:7em;
	color:var(--thm1-color-1);
}
.b1-up-down-input button {
	min-width:0;
	background:transparent;
	margin:0 .3em;
	width:1.7em;
	color:var(--thm1-color-1);
}
.b1-up-down-input button svg {
	stroke:white;
	width: 100%;
	height: 100%;
}
.b1-up-down-input input {
	padding-top:0;
	padding-bottom:0;
	border:1px solid var(--thm1-color-1);
	align-self:baseline;
}


/* remove stückpreis */
@media (max-width: 620px) {
	.-m-cms-cont-shp3-order-cart3 tr > .-price {
		display:none;
	}
}
/* smaller image */
@media (max-width: 580px) {
	.-m-cms-cont-shp3-order-cart3 tr > .-img {
		width:16%;
	}
}
/* remove image */
@media (max-width: 520px) {
	.-m-cms-cont-shp3-order-cart3 tr > .-img {
		width:0;
		max-width:0;
		padding:0;
	}
	.-m-cms-cont-shp3-order-cart3 tr > .-img > * {
		display:none;
	}
	.-m-cms-cont-shp3-order-cart3 tr > .-product {
		padding-left:0;
	}
}
/* smaller font-size */
@media (max-width: 420px) {
	.-m-cms-cont-shp3-order-cart3 {
		font-size:.9em;
	}
}
/* remove up-down input */
@media (max-width: 380px) {
	.-m-cms-cont-shp3-order-cart3 .b1-up-down-input {
		width:3.4em;
	}
	.-m-cms-cont-shp3-order-cart3 .b1-up-down-input button {
		display:none;
	}
}
/* watch :) */
@media (max-width: 315px) {
	.-m-cms-cont-shp3-order-cart3 tr ,
	.-m-cms-cont-shp3-order-cart3 tr {
		display:flex;
		flex-wrap:wrap;
		align-items: baseline;
		margin-bottom:-1px; /* if border */
	}
	.-m-cms-cont-shp3-order-cart3 tr > * {
		flex:1 1 auto;
		border:none;
	}
	.-m-cms-cont-shp3-order-cart3  th.-img {
		display:none;
	}
	.-m-cms-cont-shp3-order-cart3 tbody tr > .-title {
		flex:1 1 100%;
	}
	.-m-cms-cont-shp3-order-cart3 .-rem {
		flex:0 1 1.4em;
	}
	.-m-cms-cont-shp3-order-cart3 tfoot td:last-child {
		display:none;
	}
}
