/* Bundle Plugin */
.bundle--form .bundle--panel .panel--content .content--bundle-header .bundle-header--price-container {
	width: 34%;
}
.bundle--form .bundle--panel .panel--content .content--bundle-header .bundle-header--slider-container {
	width: 65%;
}
.bundle--image-slider-container {
	width: auto !important;
}
.bundle--form .bundle--panel .panel--content .content--bundle-header {
	border-bottom: none;
	padding-bottom: 0;
	height: 150px;
}

.listing--wrapper .listing .box--minimal .box--content .product--image, 
.listing--wrapper .listing .box--basic .box--content .product--image,
.product--box .product--image {
	overflow: hidden;
}
.box--minimal .product--price-info {
	height: auto;
	padding-bottom: 10px;
}
.search--results .product--box .product--image .image--element {
	position: relative;
}

.content--emotions .product--box .product--image .image--element img {
	width: auto !important;
	height: 100% !important;
}

/* Zoom-Button Videos */
div.uvemvitp_addendbutton {
	background: #cf828d;
}

@media only screen and (max-width: 780px){
	.bundle--form .bundle--panel .panel--content .content--bundle-header {
		height: auto;
	}
	.bundle--form .bundle--panel .panel--content .content--bundle-header .bundle-header--price-container {
		width: 100%;
		padding: 15px 0;
	}
	.bundle--form .bundle--panel .panel--content .content--bundle-header .bundle-header--slider-container {
		width: 100%;
		height: 120px;
	}
	.bundle--detail-container {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 479px) {
	.search--results .listing--wrapper .listing .box--minimal {
		width: 100%;
	}
	.search--results .listing--wrapper .listing .box--minimal .box--content .product--image .image--element .image--media, 
	.search--results .listing--wrapper .listing .box--basic .box--content .product--image .image--element .image--media {
		width: 100%;
		height: 100%;
	}
	.search--results .listing--wrapper .listing .product--box .product--image .image--element img {
		width: auto !important;
		height: auto !important;
		position: initial;
	}
	.search--results .product--image {
		width: auto;
		height: auto !important;
	}
}