/**
* Print Stylesheet for marc-cain.com
* @version         1.0
* @lastmodified    21.07.2017
*/

/* Unnötige Elemente ausblenden für den Druck */
.teaser-content-wrapper, #cookieNote, .tab-bar.menu-icon-wrapper, .back-to-top, .main-menu, .actions, .sub-navigation, .product-sizes-wrapper, .filter-wrapper, .mcPaginationAlignAlwaysToTheLeft,  footer, body.checkout .product-information-wrapper, .menu-icon-wrapper {
	display: none !important;
}
/* Logo oben fixieren */
.mcNav {
	position: absolute !important;
}

/************************
******* Warenkorb *******
*************************/

/* Unnötige Elemente ausblenden für den Druck */
body.checkout form .small-12.columns.text-right.small-only-text-left {
	display: none !important;
}
body.checkout div.selectric b.button {
	display: none;
}
a[href]::after, .row .row::after, .row .row::before {
	content: none;
	display: none;
}
body.checkout div.row:nth-child(8) > div:nth-child(3), body.checkout div.row:nth-child(8) > div:nth-child(2) {
	display: none;
}
body.checkout .main-content {
	padding-left: 0 !important;
}
/* Platzieren der Headline */
body.checkout h1.page-title {
	font-size: 16px;
	text-align: right;
	margin-top: 3rem !important;
	color: rgb(126, 126, 126) !important;
}

/* Layout der Tabelle mit den Produkte im Warenkorb */
body.checkout div.product form div.small-4.medium-2.columns, body.checkout .table-header .small-12.medium-6.columns {
	width: 25%;
}
body.checkout div.product form div.small-4.medium-2.columns img {
	width: 50%;
}
body.checkout .table-header .small-12.medium-3.columns {
	width: 60%;
}
body.checkout div.product form div.small-8.medium-4.columns, body.checkout div.product form div.small-8.medium-3.columns {
	width: 25%;
}
body.checkout .table-header .small-12.medium-6.columns.text-right {
	width: 15%;
}
body.checkout div.selectric p.label {
	margin: 0 !important;
	line-height: 1rem !important;
}
/* Workaround, dass der Gesamtpreis im Druck nicht rechts abgeschnitten wird */
body.checkout .row.text-right {
	margin-right: 0rem;
}


/************************
******* Produkt-Seite *******
*************************/

/* Unnötige Elemente ausblenden für den Druck */
.product-detail-content-wrapper {
	margin-top: 7rem !important;
}
.breadcrumbs {
	float: right;
	margin-top: 50px;
}

.product-detail-content-wrapper .product-view-thumbs, .product-detail-content-wrapper .product-view-controls, .product-detail-content-wrapper .product-zoom, .product-information-wrapper.absolute form, .branch-delivery-wrapper.product-detail-block, .wishlist-wrapper.product-detail-block, #layer-addToWishlistSuccess, #layer-alreadyOnWishlist, .service-box-wrapper, .social-wrapper, .cross-selling-product-wrapper, .product-navigation-wrapper {
	display: none;
}
.small-12.medium-8.large-9.columns, .product-detail-content-wrapper .large-6, .small-12.medium-4.large-3.columns {
	width: 50%;
}
.product-details-wrapper {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
#ui-id-70, #ui-id-68, #ui-id-72 {
	display: block !important;
}

.off-canvas-wrap {
	overflow: visible !important;
}
.product-information-wrapper h1 {
	margin: 0 !important;
}

/* ALTERNATIVE: Kurz-Beschreibung unter die Produktbilder */
.product-information-outer-wrapper {
	position: absolute;
	top: 50%;
	left: 27px;
	border: none;
}
