/* 
Theme Name: Divi-Child 
Theme URI: https://classic-emaille.de
Description: Divi Child Theme
Author: Meinhard Scheer
Author URI: https://classic-emaille.de
Template: Divi
Version: 1.0.0 
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Hausnummern, Straßenschilder, Klingelschilder, Sonderanfertigungen in Emaille
Text Domain:  Divi-child

*/


/* =Theme customization starts here
------------------------------------------------------- */

.custom-image-wrapper {
	float: left;
	width: 48%;
}

.woocommerce-page div.product div.images {
	width: 100%;
}

.tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	margin-bottom: .4rem;
}

.tabs > * {
	background-color: rgba(0,0,0,0.08);
	border-bottom: 2px solid rgba(0,0,0,0.00);
	/* color: white; */
	cursor: pointer;
	padding: .2rem 0;
	transition: .2s;
}

.tabs.active-images .tab-images {
	/* color: grey; */
	background-color: white;
	border-bottom-color: darkgreen;
}

.tabs.active-visual .tab-visual {
	/* color: grey; */
	background-color: white;
	border-bottom-color: darkgreen;
}

.tabs.active-images ~ .visualtarget {
	display: none;
}

.tabs.active-visual ~ .woocommerce-product-gallery {
	display: none;
}

.visualtarget {
	display: flex;
	justify-content: center;
}

.visualtarget img {
	filter: drop-shadow(2px 2px 2px #222222);
}

.woocommerce-page table.cart .product-thumbnail {
	display: block;
}

@media (min-width: 768px) {
	.woocommerce-page table.cart .product-thumbnail {
		display: table-cell;
	}
}

.woocommerce-page table.cart .product-thumbnail::before {
	display: none;
}

.woocommerce-page table.cart .product-thumbnail img {
	display: block;
	margin: 0 auto;
    max-height: 300px;
	width: 200px;
}

.wc-gzd-product-name-left, .wc-gzd-product-name-right {
	float: none;
}

.wc-gzd-product-name-left img {
	min-width: 200px;
}