/*
Theme Name: VendiPro Child
Theme URI: http://vendidero.de
Description: VendiPro Child Theme
Author: Sebastian Gollus
Author URI: https://www.engolit.de
Template: vendipro
wc_gzd_compatible: true
Version: 1.0.0
*/
/* =Theme customization starts here
-------------------------------------------------------------- */


#sb_instagram .sbi_info {
	padding: 3px 0 5px;
	text-align: left;
	color: #555;
	font-size: .8em;
}
#sb_instagram .sbi_meta svg {
	margin-right: 5px;
}
#sb_instagram .sbi_meta span {
	margin: 0 5px;
}

.woocommerce-product-gallery .flex-viewport {
	width: 100%;
	float: none;
}

.woocommerce-product-gallery .flex-vertical-thumbnails {
	float: none;
	width: 100%;
	margin-top: 1em;
	height: auto !important;
}
.woocommerce-product-gallery .flex-control-nav li {
	margin-right: 1em;
	width: 15%;
}

#gewinnspielteaser {
	background: url("src/gewinnspiel-bg-desktop.jpg") no-repeat;
	background-size: 100%;
	padding: 20px;
	min-height: 180px;
	position: relative;
}
#gewinnspielteaser h2 {
	margin: 0;
	font-size: 4em;
	color: #c00;
}
#gewinnspielteaser h3 {
	margin: 0;
	font-size: 2.5em;
	background: rgba(204, 0, 0, .8);
	padding: .15em .7em .3em;
	display: inline-block;
	margin-top: .3em;
	color: #fff;
	transform: rotate(-3deg);
	border-radius: .1em;
	margin-left: 2.5em;
}
#gewinnspielteaser p {
	width: 52%;
	color: #fff;
	position: absolute;
	right: 0;
	font-size: 1.25em;
	top: 0;
}

.container {
	max-width: 1200px;
}

.comment_container {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

#primary.has-sidebar {
	width: 78%;
}

@media (max-width: 900px) {
	#gewinnspielteaser {
		background: url("src/gewinnspiel-bg-mobile.jpg") 0 -130px no-repeat;
	}
	#gewinnspielteaser h2 {
		font-size: 2.8em;
	}
	#gewinnspielteaser h3 {
		font-size: 1.8em;
		margin-left: 0;
		margin-bottom: 1em;
	}
	#gewinnspielteaser p {
		width: 100%;
		position: static;
	}
}

@media (max-width: 560px) {
	div.product div.woocommerce-product-gallery .flex-viewport {
		float: none;
	}
	div.product .woocommerce-product-gallery .flex-vertical-thumbnails {
		display: block;
		height: auto !important;
	}
}

p.stock.out-of-stock {
	color: #c00;
	font-weight: bold;
	text-align: right;
}
p.stock.out-of-stock::before {
	content: "\26A0  - ";
	font-weight: normal;
}

.externalref .single-product.de div.product .summary .wc-gzd-additional-info.delivery-time-info:after {
	content: "✓ Gratis Versand (DE) ab 150 €" !important;
}

div.product table.variations tr {
	margin-bottom: 5px;
}
div.product table.variations tr th.label {
	display: inline-block;
	min-width: 50%;
	line-height: 1.5
}
div.product table.variations tr th.label:after{
	content:":";
}
.flex-control-thumbs img {
	height: auto;
}

header#hmain .navbar ul li.current-product_cat-ancestor a, header#hmain .navbar ul li.current-product-ancestor a {
	color: #c00;
	font-weight: bold;
}
header#hmain .navbar ul li.current-product_cat-ancestor a:hover, header#hmain .navbar ul li.current-product-ancestor a:hover {
	color: #fff;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 button:hover {
	background: none !important;
}

.woocommerce-product-gallery--with-images {
	opacity: 1 !important;
}