/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* ====== BEGIN OF CSS RESET ====== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse:collapse;border-spacing:0;}
strong {font-weight:700;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
/* ====== END OF CSS RESET ====== */

/* ====== BEGIN OF DEFAULT CSS ====== */
a:active, a:hover, a:focus, button:active, button:hover, button:focus {outline: 0;}
a, a:visited {text-decoration:none;color:#565656;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
a:hover, a:visited:hover {color:#f11d2c;}
.block-layered-nav a, .block-layered-nav a:visited {color:#565656;}
body {font-size:13px;color:#565656;font-family: 'Cabin', Arial, Verdana, sans-serif;}
h1 {font-size:20px;font-weight:bold;}
h2 {font-size:18px;font-weight:bold;}
h3 {font-size:16px;font-weight:bold;}
h4 {font-size:15px;font-weight:bold;}
p {line-height:20px;margin:0px 0px 10px 0px;}
.std a, .std a:visited, .std-home a, .std-home a:visited, .product-information a, .product-information a:visited {color:#f11d2c;}
button {cursor:pointer;}
.round{border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;text-align:center;}
.input-box, textarea {position:relative;}
.input-text, textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:1px solid #e2e2e2;background:#FFF;font-size:13px}
.input-text:focus {border-color: rgba(238, 27, 33, 0.3);box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-ms-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-o-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;outline:0;}
input.no-display {display:none;}
textarea, input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text]{height:36px;padding:0 8px;width:100%;max-width:100%}
textarea {min-height:180px;padding:8px;}
select, select.input-text {font-size:12px;line-height:25px;height:25px;padding-left:8px;background-color:white;max-width:100%;min-width:125px;overflow:hidden;position:relative;display:inline-block;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/select-arrow.jpg');background-repeat:no-repeat;background-size:22px 22px;background-position:center right;border:1px solid #DADADA;-webkit-appearance:none !important;-moz-appearance:none!important;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
select + select{margin-left:5px}
select[multiple]{width:270px;border:1px solid silver;font-size:15px;padding:5px}
.data-table {width:100%}
.data-table td, .data-table th {padding:10px;vertical-align:middle;text-align:left;}
.data-table th {background:#F2F2F2;line-height:1.4;white-space:nowrap;}
.data-table thead th {border-bottom:1px solid #e2e2e2;}
.data-table tbody td {border-bottom:1px dashed #e2e2e2;}
.data-table tfoot tr {background:#f4f4f4}
ul.messages {max-width:1440px;margin:0px auto 10px auto;}
.messages li li {position:relative;padding:10px 40px 10px 35px;background:#f4f4f4;font-size:14px;font-weight:bold;border-bottom:1px solid #e2e2e2;}
.messages li li:before {top:50%;left:0;margin-top:-6px}
.messages .error-msg li {color:#df280a;border-left:5px solid #df280a;background-color:#faebe7}
.messages .error-msg li:before {content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #df280a;border-right:none}
.messages .notice-msg li {color:#000;border-left:5px solid #e26703;background-color:#f9ebe6}
.messages .notice-msg li:before {content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #e26703;border-right:none}
.messages .success-msg li {color:#11b400;border-left:5px solid #11b400;background-color:#eff5ea}
.messages .success-msg li:before {content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #11b400;border-right:none}
.validation-advice{white-space:nowrap;margin:5px 0 0;color:#ce495c;font-size:11px;}
.validation-advice {color:white;position:absolute;margin:0px;padding:2px 5px;background-color:#ce495c;left:5px;bottom:-15px;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;z-index:1;}
.validation-advice::before {content:'';display:block;position:absolute;left:10px;top:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ce495c;width:0;height:0;}
.skip-content {display:none;}
.skip-content.skip-active {display:block;}
.skip-link {cursor:pointer;}
.mobile, .max-tablet, .price-label, .small-device {display:none;}
.price-box .price {font-size:18px;color:black;}
.price-box > p {display:inline-block;line-height:normal;margin:0px;}
.price-box > .old-price .price {text-decoration:line-through;color:#aaa;font-size:13px;}
/* ====== CLEAR FLOATS ====== */
.container::before, .container::after, .clearer::before, .clearer::after {content:'';display:block;clear:both;}
.clear {clear:both;}

/* ====== LOADING SPRITE ====== */
.cart-actions-top .btn-update,
.block .block-content-contact .inner-wrap .phone-icon:before,
.block .block-content-contact .inner-wrap .mail-icon:before,
.banner-top .page-title h1::after,
.product-usps ul li::before,
.product-status > span::before,
.block .block-title-payment span.checkmark:after,
.button.btn-cart span::after,
.block-social ul li a,
.sprite {background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/sprite.png');background-repeat:no-repeat;background-size:500px 500px;}

/* ====== STYLING BUTTONS ====== */
.button, .button:visited {display:inline-block;line-height:36px;height:36px;font-family: 'Cabin', Arial, Verdana, sans-serif;background-color:#95c11e;border:1px solid #8ba520;color:white;font-size:14px;padding:0px 15px;transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);-ms-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);-o-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;}
.button:hover, a.button:hover {background-color:#8ba520;text-decoration:none;color:white;}
.button:active {box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15) inset;-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15) inset;-ms-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15) inset;-o-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15) inset;-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15) inset;}
.button.grey {background-color:#dadada;color:#575756;border:1px solid #b2b2b2;text-shadow:none;}
.button.grey:hover {background-color:#ededed;color:#575756;}
.button.blue {text-shadow:none;border:1px solid #469BBC;background-color:#64AACB;}
.button.blue:hover {background-color:#469BBC;color:white;}
.button.red {border:1px solid #cc172d;background-color:#f11d2c;}
.button.red:hover {background-color:#cc172d;}
.goto-store.button.red {display:block;}
.button.orange {background-color:#fb6832;border:1px solid #fb5332;}
.button.orange:hover {background-color:#fb5332;color:white;}
.button.small {line-height:22px;height:24px;padding:0px 12px;font-size:13px;}
.button.btn-cart, .button.btn-continue {height:50px;line-height:50px;font-size:17px;font-weight:700;text-transform:uppercase;text-shadow:none;-moz-text-shadow:none;-ms-text-shadow:none;-o-text-shadow:none;-webkit-text-shadow:none;}
.button.btn-cart span {display:inline-block;position:relative;padding-right:30px;}
.button.btn-cart span::after {content:'';display:block;width:22px;height:20px;position:absolute;right:0px;top:13px;background-size:355px 355px;background-position:-7.1px -7.1px;}

/* ====== ICONS ====== */
.btn-update {border:none;background:none;}
.btn-update:after {content: "\f021";font-family:FontAwesome;;font-size:20px;color:#d3d3d3;}
.btn-remove:after{content: "\f1f8";font-family:FontAwesome;;font-size:30px;color:#d3d3d3;}
.info-icon.round {height:18px;width:18px;line-height: 18px;background:#aaa;display:inline-block;margin-left:5px;}
.info-icon .skip-content {width:100%;right:0;top:25px;font-size:13px;line-height:22px;font-weight:700;text-align:left;z-index:10;}
.info-icon .skip-content h2,.info-icon .skip-content h3,.info-icon .skip-content h4,.info-icon .skip-content h5,.info-icon .skip-content h6{margin:10px 0;}
.info-icon:after {content: "\f129";font-family:FontAwesome;font-size:13px;color:#fff;}
.info-icon.skip-link.skip-active:before {display:none;}

.search-button {background-color:#f11d2c;display:block;height:30px;width:34px;position:absolute;border:0px;right:3px;top:3px;cursor:pointer;border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;text-indent:-9999px;transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.search-button span {display:block;width:16.2px;height:16.2px;background-position:-6px -51.6px;background-size:300px 300px;margin:-1px 0px 0px 8px;}
.subscr-btn {text-indent:-9999px;position:relative;height:34px;}
.subscr-btn::after {content:'';display:block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid white;position:absolute;left:15px;top:9px;}
.add-to-qty-btns {width:20px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.add-to-qty-btns span {display:block;height:24px;line-height:24px;text-align:center;cursor:pointer;font-size:22px;font-weight:700;color:white;margin:0px 0px 2px 0px;background-color:#565656;}
.add-to-qty-btns span + span {margin:0px 0px 0px 0px;}
.add-to-qty-btns span:hover {background-color:#999;}

#cart-dropdown {background-color: #f2f6f9;}
.minicart-wrapper .cart-products-list .item .product-image {background:#fff;border:1px solid #eee;}
.minicart-wrapper .add-to-qty-btns {float:left;margin-right:5px;width:16px;}
.minicart-wrapper .add-to-qty-btns span {background-color: #999;height:16px;line-height:16px;width:16px;}
.minicart-wrapper input[type=text] {float:left;width:35px;height:35px;text-align:center;}


/* ====== STYLING PAGES ====== */
.container {position:relative;padding:0px 10px;max-width:1440px;margin:0px auto;}
.container.wide {max-width:1100px;}
.main-container {min-height:1100px;padding:0px 0px 20px 0px;}
/*.col1-layout.main-container {padding:0px 10px 20px 10px;}*/
li.product-item.product-count-10 a img {
	width: 100%;
}
.content-row {position:relative;}
.page-title {margin:0px 0px 10px 0px;}
.page-title h1 {color:#f11d2c;}
.page-img-cms {margin-bottom:20px;width:100%;min-height: 250px; background-position: 30% 50%;}
/* STYLING 2COLUMNS-LEFT */
.col2-left-layout .col-main {float:right;width:calc(100% - 240px);}
.col2-left-layout .col-left {float:left;width:220px;}
/* STYLING 2COLUMNS-RIGHT */
.col2-right-layout .col-main {float:left;width:calc(100% - 240px);}
.col2-right-layout .col-left {float:right;width:220px;}
/* STYLING BREADCRUMBS*/
.breadcrumbs-container {margin:0px 0px 15px 0px;}
.breadcrumbs-back {float:left;width:220px;}
.breadcrumbs-back a {color:#7b7b7b;background-color:#f8f8f8;height:39px;line-height:37px;display:block;float:right;border:1px solid #dddddd;border-left:0px;width:calc(100% - 14px);position:relative;text-indent:15px;}
.breadcrumbs-back a::before {content:'';display:block;position:absolute;left:-14px;top:0px;width:14px;height:39px;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/breadcrumb-back.png');background-repeat:no-repeat;background-size:cover;}
.breadcrumbs {float:right;width:calc(100% - 240px);}
.breadcrumbs li {float:left;}
.breadcrumbs li.breadcrumb-end strong{background-color:#f11d2c;color:#fff;}
.breadcrumbs li .end.end-green {background-image:url(https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/breadcrumb-middle-end.png) !important;background-repeat:no-repeat;width:14px !important;height:39px;float:left;}
.breadcrumbs li.breadcrumb-end .end {background-image:url(https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/breadcrumb-end.png);background-repeat:no-repeat;width:13px;height:39px;float:left;}
.breadcrumbs li.home a {height:39px;border:1px solid #dddddd;border-right:0px;}
.breadcrumbs li.home .end, .breadcrumbs li.breadcrumb-middle .end, .breadcrumbs li.breadcrumb-start .end {border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;background-image:url(https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/breadcrumb-middle.png);background-repeat:no-repeat;width:14px;height:39px;float:left;}
.breadcrumbs li a, .breadcrumbs li a:visited, .breadcrumbs li strong {border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;text-decoration:none; color:#7b7b7b;background-color:#f8f8f8;line-height:38px;height:39px;display:block;float:left;padding:0px 12px;}
.breadcrumbs li a:hover, .breadcrumbs li a:visited:hover {color:#f11d2c;}
.breadcrumbs li strong {font-weight:normal; color:#57a0d2;}
/* STYLING LEFT SIDEBAR */
.block-layered-nav, .col-left .block, .col-left-product .block {margin:0px 0px 20px 0px;}
.block-layered-nav .block-content .currently, .block-layered-nav .block-content > .actions {display:none;}
.block .block-title, .block-layered-nav dt {text-transform:uppercase;font-size:14px;color:#333;font-weight:bold;height:50px;line-height:50px;padding:0px 15px;background-color:#efefef;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-ms-border-radius:4px 4px 0px 0px;-o-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;}
.block-layered-nav dt {margin:15px 0px 0px 0px;}
.block-layered-nav dt:first-child {margin:0px;}
.block-layered-nav dt.m-expanded {border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-ms-border-radius:4px 4px 0px 0px;-o-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;}
.block .block-content, .block-layered-nav dd {padding:0px 20px 20px 20px;font-size:14px;background-color:#efefef;border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-ms-border-radius:0px 0px 4px 4px;-o-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;}
.block-layered-nav dd ol li {line-height:25px;}
.block-layered-nav dd ol li a:hover, .block-layered-nav dd ol li a:visited:hover {color:#999;}
.amshopby-filters-left.block-layered-nav dd, .amshopby-filters-left.block .block-title {padding:0;}
.amshopby-filters-left.block-layered-nav dt {padding:0; height:auto;line-height:inherit;}

/* STYLING SIDEBAR PRODUCTS */
.mini-products-list li {float:left;width:47.36842105%;margin-right:5.263157895%;margin-bottom:10px;}
.mini-products-list li:nth-child(2n) {margin-right:0px;}
.mini-products-list li:nth-child(3), .mini-products-list li:nth-child(4) {margin-bottom:0px;}
.mini-products-list li a {display:block;}
.mini-products-list li a img, .product-new .product-image img {width:100%;height:auto;border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;}
.product-new .product-image {display:block;margin:0px 0px 5px 0px;background-color:white;}
.product-new .product-image img {padding:5px;}
.product-new .product-content {text-align:center;}
.product-new .product-content-top {height:36px;}
.product-new .product-name {font-size:15px;margin:0px 0px 4px 0px;overflow:hidden;max-height:16px;}
.product-new .product-name a {color:#000;}
.product-new .product-sku, .product-new .price-box .price {font-size:12px;font-style:italic;}
.products-new button {border:0px;width:0px;height:0px;background-color:transparent;text-indent:-9999px;display:block;position:absolute;top:95px;border-top:6px solid transparent;border-bottom:6px solid transparent;}
.products-new button.slick-prev {border-right:6px solid #565656;left:-14px;}
.products-new button.slick-next {border-left:6px solid #565656;right:-14px;}

/* STYLING DEFAULT TOP */
.banner-top {height:200px;background-position:center center;background-size:cover;background-repeat:no-repeat;margin:0px 0px 20px 0px;position:relative;}
.banner-top .page-title {margin:5px 0px 0px 0px;width:100%;position:absolute;left:0px;top:50%;text-align:center;}
.banner-top .page-title h1 {display:inline-block;line-height:38px;font-size:35px;text-transform:uppercase;color:white;position:relative;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);-ms-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);-o-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.banner-top .page-title h1::after {content:'';display:none;position:absolute;right:0px;top:2px;}

/* STYLING LOGIN/REGISTER PAGE */
#login-form .form-list li, #form-validate .form-list li {margin:0px 0px 10px 0px;max-width:620px;}
#login-form .form-list li::after, #form-validate .form-list li::after {content:'';display:block;clear:both;}
#login-form .form-list li label, #form-validate .form-list li label {line-height:20px;}
#login-form li.fields .field, #form-validate .li.fields .field {margin:0px 0px 10px 0px;}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {min-height:330px;float:left;width:49.15254237%;padding:20px 20px 50px 20px;position:relative;background-color:#fafafa;border:1px dotted #ececec;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-ms-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-o-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);}
.account-login .col2-set .col-2 {float:right;}
.account-login .col2-set .buttons-set {position:absolute;right:20px;bottom:20px;}
li#remember-me-box {margin:5px 0px;}
#login-form p.required {font-size:11px;text-align:right;}
.account-login .content p {line-height:20px;}
.account-create #form-validate {display:block;padding:20px;background-color:#fafafa;border:1px dotted #ececec;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-ms-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-o-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);}
h2.legend {margin:0px 0px 10px 0px;}

/* STYLING CART UPDATE BUTTONS */
.minicart-qty-update {float:left;padding-left:20px;position:relative;}
.minicart-qty-update .qty-btn {width:17px;height:17px;cursor:pointer;line-height:17px;color:white;background-color:#9d9d9c;text-align:center;font-size:17px;position:absolute;left:0px;top:0px;border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-o-border-radius:1px;-webkit-border-radius:1px;}
.minicart-qty-update .qty-btn.down {top:auto;bottom:0px;}

/* ADD TO CART POPUP */
#addedoverlay{left:0;top:0;width:100%;height:100%;position:fixed;z-index:295;background:#000;opacity:.75;filter:alpha(opacity=75);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75)}
#added{position:fixed;top:50%;left:50%;z-index:305;transform: translate(-50%, -50%);}
#added-internal{position:relative;background-color:#faf9f7;overflow:hidden;width:575px;padding:8px;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.9);-moz-box-shadow:0 0 15px rgba(0,0,0,0.9);box-shadow:0 0 15px rgba(0,0,0,0.9)}
#added-internal .button {
	min-width: 150px;
}
#added-internal .button.orange {background-color: #fbaf5d;border:1px solid #ee9635;}
#added-internal .button.orange:hover {background-color: #ee9635;border: 1px solid #ef9534;}

.added-succes-msg {border-bottom: 3px solid #9fc43d;padding-bottom:8px;}
.local-submessage {position:relative;width:100%; display:inline-block;font-size:13px;text-align:center;padding-bottom:20px;}
.local-submessage::after {content:'';background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/popup-small-arrow.png');background-position:center;height:6px;background-repeat:no-repeat;position:absolute;bottom:10px;color: #fbaf5d;font-size:11px;left:0;width:100%;text-align:center;}
#added #added-content {background-size:30px 31px;line-height:25px;position:relative;text-align:center;padding:15px;min-height:80px;background-repeat:no-repeat;background-position:center center;border:2px #fff solid;color:#222;font-size:14px}
#added #added-content .succes-msg-icon {display:inline-block;width:100%;height:159px;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/checkout-cart-icon.png');background-repeat:no-repeat;background-position:center center;margin:40px 0px;}
#added img{margin:0 8px 13px 0;border:1px solid #efefef;width:64px;height:auto}

.addedoverlay-popup {left:0;top:0;width:100%;height:100%;position:fixed;z-index:295;background:#000;opacity:.75;filter:alpha(opacity=75);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75)}
.checkout-storelocator #added-internal {
	width: 900px;
	padding:15px;
}
.added-close {position:absolute;right:20px;z-index:10;}
.added-close span {font-size:20px;font-weight:700;cursor:pointer;}
.checkout-storelocator #added #added-content {padding:0;min-height:auto;}
.checkout-storelocator .page-title h2 {text-align:left;color:#ee2128;}
.input-postcode {float:left;width:63%;}
.find-store {float:right;margin-top:20px;}
.find-store a.button {height:34px;line-height:34px;text-align:center;}
.has-address .find-store {float:none;margin-top:5px;margin-bottom: 5px;}
.has-address .find-store a.button {width:100%;}

/* STYLING STORE LOCATOR */
.store-locator-form > input {float:left;width:calc(100% - 85px);max-width:500px;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/icon-search.png');background-position:right center;background-repeat:no-repeat;}
.store-locator-form > .button {float:left;margin-left:5px;}

/* MINICART USPS */
.cart-usps ul li {line-height:30px;position:relative;padding-left:17px;color:#9d9d9c;font-size:14px;display:inline-block;}
.cart-usps ul li::before {content:'';display:block;width:12px;height:10px;background-position:-78px -256px;position:absolute;left:0px;top:10px;background-image: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/sprite.png');background-repeat: no-repeat;background-size: 500px 500px;	}
.cart-usps ul li strong {color:#565656;}

@media only screen and (max-width : 1024px) {
	.max-tablet {display:block;}
}

@media only screen and (max-width : 1024px) and (orientation : portrait) {
	.small-device {display:block;}
}

@media only screen and (max-width : 767px) {
	.mobile, .small-device {display:block;}
	.col2-left-layout .sidebar {display:none;}
	.col2-left-layout .col-left .mb-left .block-viewed, .col2-left-layout .col-left .mb-left .block-newproducts {display:none;}
	.banner-top {height:120px;}
	.col2-left-layout .col-main, .col2-left-layout .col-left {float:none;width:auto;}
	.col2-left-layout .col-main {margin:0px 0px 20px 0px;}
	.catalogsearch-result-index .main-container {margin-top:80px;}
	.breadcrumbs-back, .breadcrumbs li.home .end, .breadcrumbs li.breadcrumb-middle .end, .breadcrumbs li.breadcrumb-start .end, .breadcrumbs li.breadcrumb-end .end {display:none;}
	.breadcrumbs {float:none;width:auto;}
	.breadcrumbs li {margin:0px 5px 0px 0px;}
	.breadcrumbs li.home a {height:auto;display:inline;border:0px;}
	.breadcrumbs li a, .breadcrumbs li a:visited, .breadcrumbs li strong {border:0px;background-color:transparent;line-height:normal;float:none;padding:0px;height:auto;}
	.breadcrumbs li a span {padding-right:5px;}
	.breadcrumbs li a::after {content:'>';}
	.breadcrumbs li.breadcrumb-end strong {background-color:transparent;color:#f11d2c;}
	.banner-top .page-title h1 {font-size:20px;}
	
	.block-toggle {background-color:#efefef;height:40px;line-height:40px;padding:0px 20px;position:relative;font-size:18px;color:#565656;cursor:pointer;}
	.col-left .block-toggle {display:none;}
	.cms-index-index .col-left .block-toggle {display:block;}
	.main > .block-toggle {margin:0px 0px 20px 0px;font-size:14px;padding:0px 15px;}
	.block-toggle::after {content:'';display:block;width:16px;height:16px;position:absolute;right:15px;top:12px;background:url(https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/codnitive/sidenav/plus.gif) left center no-repeat;}
	.block-toggle.open::after {background-position: right center;}
	
	.button.btn-cart, .button.btn-continue {font-size:16px;}
}

/*
= google maps popup styling
used !important to override inline css
------------------------------ */
.gm-style-iw {
	min-height: fit-content;
	    max-height: fit-content !important;
}

.gm-style-iw > div {
	max-height: fit-content !important;
	height: fit-content;
	text-align: left;
}

.gm-style-iw > div > div {
	height: fit-content !important;
}
.gm-style .gm-style-iw-d > div > div {
	    height: auto !important;
}
/* /google maps */

/* ----- END OF DEFAULT CSS ----- */

/* ====== BEGIN OF STYLING HEADER ====== */
header {position:fixed;width:100%;z-index:100;top:0px;left:0px;height:55px;margin-top:20px;background-color:rgba(0, 0, 0, 0.5);border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;-ms-border-radius:0px 0px 4px 4px;-o-border-radius:0px 0px 4px 4px;-webkit-border-radius:0px 0px 4px 4px;}
header.scrolled {background-color:rgba(0, 0, 0, 0.8);margin-top:0;}
header > .container {height:55px;z-index:10;}
.header-logo {padding:20px 28px;position:relative;background-color:white;float:left;border-top:1px solid white;border-radius:0px 0px 7px 7px;-moz-border-radius:0px 0px 7px 7px;-ms-border-radius:0px 0px 7px 7px;-o-border-radius:0px 0px 7px 7px;-webkit-border-radius:0px 0px 7px 7px;transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;-webkit-transition:all 0.4s;}
.header-logo::before {content:'';display:block;width:100%;height:20px;position:absolute;z-index:0;left:0px;top:0px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.header-logo > a {position:relative;z-index:1;}
.header-logo img {width:100%;height:auto;max-width:191px;}
header.scrolled .header-logo {padding:6px 15px 5px 15px;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
header.scrolled .header-logo::before {content:none;}
header.scrolled .header-logo img {max-width:120px;}
.specialmessage-wrapper {
    display: none;
    padding: 4px 0px 5px;
    background-color:#000;
    color: white;
    text-align: center;
    width: 100%;
    left: 0px;
    font-weight:700;
    top: 0px;
}
.specialmessage-wrapper a {color:#f11d2c;}
.site-topbar .specialmessage-wrapper {
    display: block;
}

#header.fixed .specialmessage-wrapper {
    display: none;
}
.header-links {position:absolute;right:15px;top:0px;height:55px;z-index:11;}
.header-links .skip-link {float:left;margin-right:28px;position:relative;height:55px;}
.header-links .skip-link.skip-account {margin-right:0px;}
.skip-link.skip-active::before {content:'';position:absolute;left:50%;margin-left:-8px;bottom:-1px;display:block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white;}
.header-links .skip-link.skip-active.skip-switcher::before {margin-left:-18px;}
.header-links .skip-link > span {display:block;}
.skip-switcher {width:56px;}
.skip-switcher > span {width:36px;height:24px;margin-top:16px;}
.skip-switcher > span.nl_nl {background-position:-10px -120px;}
.skip-switcher > span.en_us {background-position:-10px -222px;}
.skip-switcher > span.de_de {background-position:-10px -154px;}
.skip-switcher > span.fr_fr {background-position:-10px -188px;}
.skip-switcher > span.it_it {background-position:-139px -452px;}
.skip-switcher::after {content:'';display:block;width:0;height:0;position:absolute;right:0;top:25px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid white;}
.skip-search {width:27px;}
.skip-search > span {width:100%;height:27px;background-position:-10px -86px;margin-top:13px;}
.skip-cart {width:31px;}
.silky-home .skip-cart {display:none;}
.skip-cart > span {width:100%;height:28px;background-position:-10px -10px;margin-top:12px;}
.skip-cart .count-wrapper {width:20px;height:20px;font-size:14px;position:absolute;right:-8px;top:3px;text-align:center;line-height:20px;color:white;background-color:#f11d2c;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;}
.skip-account {width:23px;}
.skip-account > span {width:100%;height:28px;background-position:-10px -48px;margin-top:12px;}
.skip-content {position:absolute;top:55px;right:-5px;width:300px;padding:10px;background-color:white;border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);-ms-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);-o-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);}

#search-menu.skip-content {width:100%;left:0px;right:auto;padding:10px 0px;z-index:9;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
.skip-content > ul > li {position:relative;border-bottom:1px dashed #ddd;}
#switcher-menu.skip-content > ul > li {padding-left:26px;}
#switcher-menu > ul > li::before {content:'';display:block;position:absolute;width:21.6px;height:14.4px;left:0px;top:8px;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/sprite.png');background-size:300px 300px;background-repeat:no-repeat;}
#switcher-menu > ul > li.en_us::before {background-position:-6px -133.2px;}
#switcher-menu > ul > li.fr_fr::before {background-position:-6px -112.8px;}
#switcher-menu > ul > li.de_de::before {background-position:-6px -92.4px;}
#switcher-menu > ul > li.nl_nl::before {background-position:-6px -72px;}
#switcher-menu > ul > li.it_it::before {background-position:-83px -271px;}


.skip-content > ul > li > a, .skip-content > ul > li > a:visited {line-height:30px;color:#565656;}
#search_mini_form {float:right;width:calc(100% - 186px);}
header.scrolled #search_mini_form {width:100%;}
#search_mini_form .input-text {border-radius:2px 6px 6px 2px;-moz-border-radius:2px 6px 6px 2px;-ms-border-radius:2px 6px 6px 2px;-o-border-radius:2px 6px 6px 2px;-webkit-border-radius:2px 6px 6px 2px;}
#search_autocomplete {width: 100%;padding: 20px;background-color: white;border: 1px solid #ddd;border-top: none;border-radius: 0 0 5px 5px;}
#search_autocomplete ul li {cursor: pointer;}
span.amount {margin-right: 10px;font-weight: 700;}
/* == CART DROPDOWN == */
#cart-dropdown .product-details a, #cart-dropdown .product-details a:visited {color:#565656;font-size:16px;font-weight:700;line-height:17px;display:inline-block;margin-bottom:5px;}
#cart-dropdown .cart-close-btn {position:absolute;right:5px;top:5px;background-color:#f11d2c;color:white;cursor:pointer;display:block;width:18px;height:18px;line-height:18px;text-align:center;font-size:13px;border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;}
#cart-dropdown .cart-close-btn:hover {filter:alpha(opacity=70);opacity:0.7;}
.minicart-message {padding:5px 8px;text-align:center;font-weight:bold;display:none;margin-bottom:15px;}
.minicart-message#minicart-success-message {color:#11b400;background-color:#eff5ea;}
.minicart-message#minicart-error-message {color:white;background-color:#ce495c;}
.cart-products-list .item {padding:20px 0px;border-bottom:2px solid #eee;margin-bottom:0;}
/*.cart-products-list .item.last {margin-bottom:0px;border-bottom:0px;}*/
.cart-products-list .item .add-to-qty {float:left;}
.cart-products-list .item .product-image {float:left;margin-right:10px;}
.cart-products-list .item .product-details {float:left;width:200px;}
.cart-products-list .item .info-wrapper {float:right;text-align:right;}
.cart-products-list .item .price {font-weight:bold;color:#ccc;float:left;height: 35px;line-height: 35px;font-weight:700;font-size:15px;margin-left:20px;}

.cart-products-list .item .btn-update{height:35px;line-height:35px;margin-left:5px;float:left;}
.cart-products-list .item .remove-button a {font-size:10px;color:#9D9D9C;line-height:35px !important;}
.cart-products-list .item .remove-button a:after {content: "\f1f8";font-weight:400;font-family: FontAwesome;font-size: 22px;color: #d3d3d3;    }

.minicart-wrapper .block-content {border-bottom:2px solid #eee;text-align:center;font-size:18px;}
.minicart-wrapper .block-content .subtotal {padding:20px 0;}
.minicart-wrapper .block-content .subtotal .label, .minicart-wrapper .block-content .subtotal .price {font-weight:700;line-height:21px;}
.minicart-wrapper .block-content .subtotal .price {color:#565656;font-size:18px;}
.minicart-wrapper .minicart-actions .button {width:49%;padding:0px;float:left;text-align:center;}
.minicart-wrapper .minicart-actions .button.checkout-button {float:right;}
.minicart-wrapper .minicart-actions .button.checkout-button:hover {color:#fff;}

.minicart-wrapper .block-free-shipment{padding:20px 0;border-bottom:0;}
.minicart-wrapper .block-free-shipment h3 {font-size:14px;font-weight:400;}
.minicart-wrapper .block-free-shipment h3 span{color:#94c11e;font-size:20px;font-weight:700;}

/* FIXED HEADER */
.header-fixed {position:fixed;right:0px;top:50%;z-index:99;}
.header-fixed > ul {position:relative;box-shadow:0px 0px 4px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.15);-ms-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.15);-o-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.15);-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.15);}
.header-fixed > ul > li {padding:11px 8px;background-color:#f2f2f2;border-bottom:1px solid #e2e2e2;border-left:1px solid #e2e2e2;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.header-fixed > ul > li.first {border-radius:3px 0px 0px 0px;-moz-border-radius:3px 0px 0px 0px;-ms-border-radius:3px 0px 0px 0px;-o-border-radius:3px 0px 0px 0px;-webkit-border-radius:3px 0px 0px 0px;}
.header-fixed > ul > li.last {border-bottom:0px;border-radius:0px 0px 0px 3px;-moz-border-radius:0px 0px 0px 3px;-ms-border-radius:0px 0px 0px 3px;-o-border-radius:0px 0px 0px 3px;-webkit-border-radius:0px 0px 0px 3px;}
.header-fixed > ul > li:hover {box-shadow:0px 0px 10px rgba(0, 0, 0, 0.10) inset;}
.header-fixed > ul > li > a, .header-fixed > ul > li a.video, .header-fixed > ul > li > span {display:block;position:relative;z-index:10;width:30px;height:30px;cursor:pointer;-webkit-filter:grayscale(100%);opacity:0.8;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.header-fixed > ul > li:hover > a, .header-fixed > ul > li:hover > span {-webkit-filter:grayscale(0%);opacity:1;filter:none;}
.header-fixed > ul > li .sidenav-content {display:none;position:absolute;top:0px;right:47px;min-height:318px;width:282px;z-index:9;}
.header-fixed > ul > li:hover > .sidenav-content {display:block;}
.header-fixed > ul > li > a::before, .header-fixed > ul > li > span::before {content:none;display:block;z-index:10;position:absolute;left:-25px;top:7px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid white;}
.header-fixed > ul > li:hover > a::before, .header-fixed > ul > li:hover > span::before {content:'';}
.header-fixed > ul > li:hover > a.facebook::before, .header-fixed > ul > li:hover > a.youtube::before, .header-fixed > ul > li:hover > a.instagram::before, .header-fixed > ul > li:hover > a.twitter::before {content:none;}
.header-fixed > ul > li .sidenav-content .sidenav-inner {padding:20px;margin-right:15px;min-height:318px;position:relative;background-color: white;border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}
.header-fixed > ul > li .sidenav-content .sidenav-inner::after {content:'';display:block;}
.header-fixed > ul > li > .contact {background-position:-56px -330px;}
.header-fixed > ul > li > .info {background-position:-56px -296px;}
.header-fixed > ul > li > .facebook {background-position:-56px -366px;}
.header-fixed > ul > li > .youtube {background-position:-56px -406px;}
.header-fixed > ul > li > .instagram {background-position:-56px -446px;}
.header-fixed > ul > li > .keuzehulp {background-position:-96px -296px;}
.header-fixed > ul > li > .twitter {background-position:-96px -336px;}

/* BEGIN OF MEDIA SCREEN OPTIONS */
@media only screen and (min-width : 1590px) {
    .header-logo {margin-left:-80px;}
    header.scrolled .header-logo {margin-left:0px;}
}
@media only screen and (min-width : 1025px) and (max-width : 1590px) {
    #search_mini_form {width:calc(100% - 267px);}
}
@media only screen and (max-width : 1510px) {
    .header-fixed {opacity:0.5;filter:alpha(opacity=50);transition:opacity 0.5s;-moz-transition:opacity 0.5s;-ms-transition:opacity 0.5s;-o-transition:opacity 0.5s;-webkit-transition:opacity 0.5s;}   
    .header-fixed:hover {opacity:1;filter:alpha(opacity=100);}
    body.store-locator .header-fixed {display:none;}
}
@media only screen and (min-width : 1025px) and (max-width : 1339px) {
    .main-menu-item > a, .main-menu-item > a:visited {font-size:14px;padding:0px 10px;}
}
@media only screen and (max-width : 1179px) {
    .header-logo {padding:6px 15px 5px 15px;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
    .header-logo::before {content:none;}
    .header-logo img {max-width:120px;}
     #search_mini_form {width:100%;}
}
@media only screen and (min-width : 1025px) {
    #nav-menu.skip-content {display:block;position:static;width:auto;padding:0px;background-color:transparent;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;}
}
@media only screen and (max-width : 1024px) {
    .skip-nav {float:left;padding:16px 16px 17px 16px;position:relative;}
    .menu-btn {width:36px;height:22px;display:block;float:left;position:relative;}
    .menu-btn span {width:100%;height:4px;display:block;background-color:white;margin-bottom:5px;border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;}
    .menu-btn span + span + span {margin-bottom:0px;}
    .skip-nav.skip-active .menu-btn span {position:absolute;top:10px;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);} 
    .skip-nav.skip-active .menu-btn span + span {display:none;}
    .skip-nav.skip-active .menu-btn span + span + span {display:block;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
    .skip-nav .label {float:left;display:block;margin:4px 0px 0px 9px;font-size:14px;text-transform:uppercase;color:white;}
   
}
@media only screen and (max-device-width : 1024px) {
    .header-fixed {display:none;}
}
@media only screen and (max-width : 767px) {
    .header-logo, header.scrolled .header-logo {padding:13px 10px 12px 10px;margin-left:-10px;}
    header {margin-top:35px;}
    header.scrolled .header-logo img {max-width:80px;}
    .skip-nav .label {display:none;}
    #nav-menu.skip-content.skip-active {padding:10px 0px;}
    .main-menu-item {float:none;}
    .header-links {right:10px;}
    .header-links .skip-link {margin-right:14px;}
    .header-links .skip-link.skip-cart {margin-right:0px;}
    .header-links .skip-link.skip-account {display:none;}
    .header-links .skip-link > span.sprite {background-size:400px 400px;}
    .skip-switcher {width:48px;}
    .skip-search {width:21.6px;}
    .skip-cart {width:24.8px;}
    .skip-switcher > span {width:28.8px;height:19.2px;margin-top:18px;}
    .skip-switcher > span.nl_nl {background-position:-8px -96px;}
    .skip-switcher > span.en_us {background-position:-8px -178px;}
    .skip-switcher > span.de_de {background-position:-8px -123px;}
    .skip-switcher > span.fr_fr {background-position:-8px -150px;}
    .skip-switcher > span.it_it {background-position:-110px -362px}
    .skip-search > span {width:21.6px;height:21.6px;background-position:-8px -68.8px;margin-top:15px;}
    .skip-cart > span {width:24.8px;height:24.4px;background-position:-8px -8px;margin-top:15px;}
    .skip-content {right:0px;}
    .header-fixed {display:none;}
}
/* ====== END OF STYLING HEADER ====== */
/*======= NAV =======*/
.overlay-submenu{position:fixed;height:100%;width:100%;background:rgba(0,0,0,0.4);display:none;z-index:90;top:55px;left:0;}
.overlay-submenu.active,  #nav-menu.skip-content.skip-active {display:block;padding:0;border-radius:0;border:initial;}
.header-nav {float:left;width:calc(100% - 247px);}
.main-menu-item {float:left;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.main-menu-item > a, .main-menu-item > a:visited {display:block;line-height:55px;padding:0px 20px;color:white;font-size:15px;}
@media only screen and (min-width : 768px) {
.main-menu-dropdown.skip-content {opacity:0;visibility:hidden;margin-left:-9999px;display:block;transition:opacity 0.3s, visibility 0.3s;-moz-transition:opacity 0.3s, visibility 0.3s;-ms-transition:opacity 0.3s, visibility 0.3s;-o-transition:opacity 0.3s, visibility 0.3s;-webkit-transition:opacity 0.3s, visibility 0.3s;}
.main-menu-item.has-dropdown:hover .main-menu-dropdown {opacity:1;visibility:visible;margin-left:0px;}
}
@media only screen and (min-width : 1025px) {
/*======= NAV DROPDOWN WIDTH SIZE =======*/
.dropdown-menu.column-count-1 {left:auto;width:20%;}
.dropdown-menu.column-count-1 .main-menu-dropdown-inside {width:100%;}
.dropdown-menu.column-count-2 {left:auto;width:40%;}
.dropdown-menu.column-count-2 .main-menu-dropdown-inside {width:100%;}
.dropdown-menu.column-count-3 {left:auto;width:60%;}
.dropdown-menu.column-count-3 .main-menu-dropdown-inside {width:100%;}
.dropdown-menu.column-count-4 {left:auto;width:80%;}
.dropdown-menu.column-count-4 .main-menu-dropdown-inside {width:100%;}
.dropdown-menu.column-count-5 {left:auto;width:100%;}
.dropdown-menu.column-count-5 .main-menu-dropdown-inside {width:100%;}
.main-menu-item:hover .skip-content{display:block;}
.main-menu-item:hover {background-color:#f11d2c;}
}

/*======= NAV COLUMNS =======*/
.main-menu-dropdown .view-all {display: inline-block;width:auto;float:right;margin: -33px 0 0px 0px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);-ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);-o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}
.main-menu-dropdown .view-all a {color:#fff;padding:10px;background: #f11d2c;text-align: center;font-weight:700;color:#fff;border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px; -webkit-border-radius: 2px;      }
.submenu-columns{float:left;width:100%;padding-right:1.5%;}
.main-menu-dropdown .submenu-columns {border-bottom:none}
.submenu-columns.submenu-product{max-width:195px;float:left;border-right:1px solid #e8e8e8;margin-right:10px}
.submenu-columns.submenu-product .price-box{display:inline-block}
.submenu-columns.submenu-product .price-box .old-price,.submenu-columns.submenu-product .price-box .special-price{display:inline-block;margin:0}
.submenu-columns.submenu-product .price-box .old-price {text-decoration:line-through;}
.submenu-columns > ul > li > a{line-height:23px;position:relative;display:block;padding-left:12px;}
.submenu-columns > ul > li > a::before{content:'\f105 ';display:block;position:absolute;left:0;top:0;font-family:FontAwesome;font-size: 16px;color:#f11d2c;}
.submenu-columns > ul > li > a:hover,.submenu-columns > ul > li > a:visited:hover{color:#f11d2c}
.submenu-columns > ul > li.column-menu-item-first > a{padding-left:0;font-size:14px;font-weight:600}
.submenu-columns > ul > li.column-menu-item-first > a::before{content:none}

/*======= NAV COLUMNS ITEMS =======*/
.main-menu-dropdown {padding:20px;box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);-ms-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);-o-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
.main-menu-dropdown .submenu-column-2{width:49%}
.main-menu-dropdown .submenu-column-3{width:33.3333333%}
.main-menu-dropdown .submenu-column-4{width:23%}
.main-menu-dropdown .submenu-column-5{width:19.6%}

/*======= NAV COLUMNS ITEMS last =======*/
.main-menu-dropdown .submenu-column-2:last-of-type{padding-right:0;}
.main-menu-dropdown .submenu-column-3:last-of-type{padding-right:0;}
.main-menu-dropdown .submenu-column-4:last-of-type{padding-right:0;}
.main-menu-dropdown .submenu-column-5:last-of-type{padding-right:0;}

/*======= NAV PRODUCT =======*/
.submenu-product .product-item{text-align:center;float:none;width:100%;height:auto;border:0;margin:0;position:relative;padding-top:4px;}
.submenu-product .product-item h3 {font-size:14px;font-weight:600;}
.submenu-product h3.product-item-title{margin:0 0 5px;line-height:20px;font-size:14px;font-weight:600;color:#000;font-family:'Open Sans',sans-serif}
.submenu-product .product-item .product-item-wrapper{position:relative;padding:0}
.submenu-product .product-item .product-image{margin:0 0 10px;display:inline-block;overflow:hidden;height:auto;padding:0;}
.submenu-product .product-item .product-image img{width:110%;height:auto;margin-left:-5%;}
.submenu-product .product-item .product-content{margin:0 10px 0 10px}
.submenu-product .product-item .product-name{line-height:16px;height:40px;font-size:14px;font-weight:700}
.submenu-product .product-item .button-wrap{display:block;position:relative;left:auto;bottom:auto;margin: 10px 0 0 0;}
.submenu-product .product-item .btn-container.first{width:38px}
.submenu-product .product-item .btn-container.last{width:calc(100% - 38px)}
.submenu-product .product-item .button.info span{display:none}
.submenu-product .product-item .button.info::after{margin:-1px 0 0 1px}

/*======= NAV COLUMNS =======*/
@media only screen and (max-width : 1024px) {
    .nav-container {background:#fff;}
    .toggle-nav{display:block;height:50px;}
    #nav{padding:0;}
    #nav-menu{position:absolute;right:auto;left:0px;width:240px;top:55px;padding:0px;display:none;overflow:visible;background:#fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);}
    #nav-menu.active {display:block;}
    .main-menu-item > a, .main-menu-item > a:visited {color:#565656;font-size:14px;padding:0px 18px;position: relative}
    .main-menu-item {float:none;border-bottom:1px solid #ececec;}
    .main-menu-item:last-child, .main-menu-item:nth-last-child(2) {float:none;}
    .main-menu-item:last-of-type {border-bottom:0px;}
    .main-menu-item.has-dropdown > a::before {content:'';display:block;position:absolute;width:0;height:0;right:20px;top:22px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #f11d2c;}
    .main-menu-dropdown {top:0px;left:240px;border-left:1px solid #ececec;}
    .main-menu-dropdown-inside {width:auto;float:none;}
    .submenu-columns.submenu-product {display:block;padding-right:0;float:right;max-width: 200px;width:200px;border-right: none;border-left: 1px solid #e8e8e8;margin-right:0;margin-left:0;padding-left:15px;}
    .submenu-product .product-item {height:320px;}
    .submenu-product .product-item .product-item-wrapper {height:100%;}
    .submenu-columns {margin-bottom:20px;}
    .main-menu-dropdown .submenu-column-5 {width:33%;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .main-menu-item.has-dropdown .main-menu-dropdown.column-count-1 {width:220px!important;}
    .main-menu-item.has-dropdown:hover > a::after {left:0px;top:0px;bottom:auto;height:50px;width:5px;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .main-menu-dropdown-inside {width:auto;}
    .submenu-columns {width:50%;float:none;display:inline-block;margin-left:-3px;vertical-align:top;margin-bottom:15px;}
    .submenu-columns.submenu-column-1 {width:auto;display:block;}
}
@media only screen and (max-width : 767px) {
    .main-menu-item:hover .main-menu-dropdown,.submenu-columns.submenu-product {display:none;}
    .main-menu-item.active > a::after {display:block;left:0px;top:0px;bottom:auto;height:50px;width:5px;}
    .main-menu-item.active > a {box-shadow:0px 0px 15px rgba(0, 0, 0, 0.07) inset;color:#fff;background-color:#f11d2c;}
    .header-nav {border-top:0px;top:0;}
    .header-nav > .container {height:48px;}
    #nav-menu.skip-content {top:55px;width:100%;}
    #nav-menu.skip-content > .nav-container {max-height:335px;overflow-y:scroll;}
    .main-menu-item.has-dropdown > a::before {border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #f11d2c;border-bottom:0px;top:25px;}
    .main-menu-item.has-dropdown.active > a::before {border-top:0px;border-bottom:5px solid #fff;}
    .main-menu-dropdown {position:static;border:0px;background-color:#efefef;top:20px;width:100%;box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;}
    .main-menu-dropdown .submenu-columns {width:100%;}
}
/**
 * CODNITIVE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Sidebar Navigation ==================================================================== */
#sidebar-nav {margin-bottom: 15px;position: relative;}
#sidebar-nav h2 {text-transform: uppercase;font-size:14px;color:#333;font-weight:bold;height:50px;line-height:50px;padding:0px 15px;background-color:#efefef;border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;-ms-border-radius:4px 4px 0px 0px;-o-border-radius:4px 4px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;}
#sidebar-nav .block-content {padding: 6px;overflow: auto;}
#sidebar-nav .block-content a {line-height: 1.7;}
#sidebar-nav-menu {padding: 0px 20px 20px 20px;font-size: 14px;background-color: #efefef;border-radius: 0px 0px 4px 4px;-moz-border-radius: 0px 0px 4px 4px;-ms-border-radius: 0px 0px 4px 4px;-o-border-radius: 0px 0px 4px 4px;-webkit-border-radius: 0px 0px 4px 4px;}
#sidebar-nav-menu li {line-height:25px;position:relative;}
#sidebar-nav-menu li a, #sidebar-nav-menu li a:visited {color:#565656;}
#sidebar-nav-menu li a:hover, #sidebar-nav-menu li a:visited:hover {color:#999;}
#sidebar-nav-menu li.active > a {font-weight:700;color:#f11d2c;}
#sidebar-nav-menu li > span.plus-right {display:block;position:absolute;right:0px;top:5px;width:16px;height:16px;background:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/codnitive/sidenav/plus.gif') left center no-repeat;}
#sidebar-nav-menu li.open > span.plus-right {background-position:right center;}
#sidebar-nav-menu li ul.dropdown {display:none;padding-left:10px;}
#sidebar-nav-menu li.open > ul.dropdown {display:block;}



/* Collapsible Design ==================================================================== */


/* ====== BEGIN OF STYLING FOOTER ====== */
footer {}
.footer-top {padding:30px 0px;background-color:#333333;color:white;}
.footer-top .container > div {width:50%;float:left;}
.footer-top .footer-contact {padding-right:50px;text-align:right;}
.footer-top .footer-newsletter {padding-left:50px;border-left:1px solid white;max-width:320px;}
.footer-top h2 {color:#95c11e;margin:0px 0px 10px 0px;}
.footer-top .kiyoh-content h2 {margin:0px 0px 3px 0px;} 
.footer-top a, .footer-top a:visited {color:#95c11e;}
.footer-top .rating-bottom a, .footer-top .rating-bottom a:visited {color:white;}
.footer-top .footer-contact .footer-contact-inside {display:table-cell;vertical-align:middle;}
.footer-top .footer-contact ul li {line-height:16px;}
.footer-top .block-subscribe {margin:0px 0px 15px 0px;}
.footer-middle {padding:30px 0px 30px 0px;background-color:#f1f1f1;text-align:center;}
.footer-menu {display:inline-block;}
.footer-menu .footer-col {float:left;margin-left:110px;text-align:left;}
.footer-menu .footer-col.footer-col-first {margin-left:0px;}
.footer-col-title {margin:0px 0px 5px 0px;}
.footer-col-list ul li {position:relative;line-height:22px;padding-left:8px;}
.footer-col-list ul li::before {content:'';display:block;position:absolute;left:0px;top:10px;width:4px;height:4px;background-color:#5f5f5f;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;}
.footer-col-list ul li a, .footer-col-list ul li a:visited {color:#5f5f5f;}
.footer-col-list ul li a:hover, .footer-col-list ul li a:visited:hover {color:#f11d2c;}
.footer-newsletter {float:right;width:18.6440678%;}
.block-social {margin:0px 0px 20px 0px;}
.block-social ul::after {content:'';display:block;clear:both;}
.block-social ul li {float:left;margin-right:10px;}
.block-social ul li a {display:block;width:35px;height:35px;}
.block-social ul li.pinterest a {background-position:-10px -256px;}
.block-social ul li.youtube a {background-position:-10px -301px;}
.block-social ul li.facebook a {background-position:-10px -346px;}
.block-social ul li.instagram a {background-position:-10px -391px;}
.block-subscribe .block-content {position:relative;}
.block-subscribe .block-content .subscr-btn {position:absolute;right:0px;top:1px;}
.rating-stars-wrapper {display:inline-block;width:100px;height:16px;display:inline-block;position:relative;}
.rating-stars-wrapper > div {position:absolute;width:100%;height:16px;left:0px;top:0px;z-index:1;background-position:-56px -214px;}
.rating-stars-wrapper > div.rating-gold {z-index:2;background-position:-56px -230px;}
.footer-newsletter .rating-score {display:inline-block;margin:2px 0px 0px 2px;}
.footer-newsletter .rating-score span {font-size:18px;}
.footer-newsletter .rating-wrapper {margin:0px 0px 3px 0px;}
.footer-payment {padding:13px 0px;background-color:white;text-align:center;}
/*.footer-payment img {display:inline-block;width:100%;height:auto;max-width:695px;}*/
.footer-bottom {padding:30px 0px;background-color:#d9d9d9;text-align:center;}
/* ====== END OF STYLING FOOTER ====== */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.footer-menu .footer-col {margin-left:40px;}
}
@media only screen and (max-width : 767px) {
	footer {padding:0px;}
	.footer-account {padding:20px 0px;background-color:#f11d2c;text-align:center;}
	.footer-account ul {display:inline-block;}
	.footer-account ul li {float:left;margin:0px 10px 0px 0px;}
	.footer-account ul li:last-child {margin:0px;}
	.footer-account ul li a, .footer-account ul li a:visited {display:block;font-weight:bold;font-size:14px;padding:5px 8px;color:white;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
	.footer-account ul li a:hover, .footer-account ul li a:visited:hover {background-color:white;color:#f11d2c;}
	.footer-top .container > div {float:none;width:auto;padding:0px;text-align:center;border:0px;max-width:none;}
	.footer-top .footer-contact {margin:0px 0px 20px 0px;}
	.footer-top .footer-contact .footer-contact-inside {display:block;width:auto!important;height:auto!important;}
	
	.footer-middle {padding:30px 0px 0px 0px;}
	.footer-menu, .footer-newsletter, .footer-menu .footer-col {float:none;width:auto;margin:0px;text-align:center;}
	.footer-menu .footer-col {margin:0px 0px 30px 0px;}
	.footer-col-list ul li {padding:0px;}
	.footer-col-list ul li::before {content:none;}
	.block-social ul {display:inline-block;}
	.block-social ul li:last-child {margin-right:0px;}
	.footer-bottom {padding:20px;line-height:20px;}
}
/* Slider */

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/css/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block;margin:0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }

/* Arrows */

.related-view .slick-prev, .related-view .slick-next {top:35%;bottom:auto;}
.related-view .slick-prev {left:-12px;right:auto;}
.related-view .slick-next {right:-28px;left:auto;}
.related-view .slick-disabled {display:none!important;}

.product-related button {background-color:transparent;opacity:0.6;filter:alpha(opacity=60);background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/sprite.png');background-size:500px 500px;background-repeat:no-repeat;position:absolute;width:30px;height:15px;bottom:-20px;text-indent:-9999px;border:0px;background-position:-10px -436px;}
.product-related button:hover {opacity:1;filter:alpha(opacity=100);}
.product-related button.slick-disabled {display:none!important;}
.product-related button.slick-prev {left:35px;background-position:-10px -461px;}
.product-related button.slick-next {left:0px;}

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.related-rotate-hor .slick-prev, .brand-logos .slick-prev { left: -25px;background-position:-586px -397px; }
.related-rotate-hor .slick-next, .brand-logos .slick-next { right: -25px;background-position:-583px -352px;  }

.related-rotate-ver .slick-prev, .related-rotate-ver .slick-next {left:13px;height:18px;width:28px;}
.related-rotate-ver .slick-prev, .related-rotate-ver .slick-prev:hover {background-position:-195px -9px;top:-3px;}
.related-rotate-ver .slick-next, .related-rotate-ver .slick-next:hover {background-position:-195px -43px;top:296px;}
.product-addto-box-small .related-block {margin:0 13px;}

.related-products li.item.item-fifth {margin-right:0 !important;}
.product-addto-box-small .related-products li.item {width:55px;}
.product-addto-box .related-block-item:hover {border-color:white;}
.product-addto-box .related-block {margin:0 20px;}
.product-addto-box .related-block .slick-prev, .product-addto-box-small .related-block .slick-prev {background-position:-574px -579px;left:-22px;}
.product-addto-box .related-block .slick-next, .product-addto-box-small .related-block .slick-next {background-position:-574px -545px;right:-22px; }
.product-addto-box .related-products li.related-block-item li.item {width:55px;}


.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}


html body.keuzehulp-choice-view {
     background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/saw-selector/phone_vertical_start.jpg') no-repeat center center;
     min-height: 100%;
     background-size: cover;
}

html body.keuzehulp-choice-result {
	background-color:#000;
	min-height:100%;
     background: black;
}
.ss-wrapper-extra { 
    position: relative;
    /*height: 140px;
    top: 40vh;
    max-width: 800px;
    */
    height: 50vh;
    max-height: 500px;
    top: 40vh;
    max-width: 1080px;
    margin: 0 auto;
}

.saw-selector-video-left video#sawselectorvid {
     position: fixed;
     top: 50%;
     left: 25%;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: 100%;
     z-index: -100;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

.saw-selector-video-right video#sawselectorvid {
     position: fixed;
     top: 50%;
     left: 75%;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: 100%;
     z-index: -100;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}


.saw-selector-left video.tablet-landscape-video {
     position: fixed;
     top: 50%;
     left: 25%;
     min-width: 100%;
     min-height: 100vh;
     width: 100%;
     height: 100vh;
     z-index: -100;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

.saw-selector-left video#mobile-portrait-video {
     position: fixed;
     top: 25%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: 100%;
     z-index: -100;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

video.desktop-video,
video.tablet-landscape-video,
video.mobile-landscape-video,
video.mobile-portrait-video {
     height: 100vh;
}

video.tablet-horizontal-video {
     height: 50vh;
}

.ssc-question-container {
     line-height: 21px;
     position: relative;
     height: 100vh;
     margin: 0 auto;
}

/*DISPLAY NONE*/

.saw-selector-default .global-site-notice.demo-notice,
.saw-selector-default .zopim,
.saw-selector-default .header-fixed {
     display: none !important;
}

.saw-selector-default .main-container {
     padding: 0;
     min-height: 100vh;
}

.saw-selector-default .container {
     max-width: inherit;
}

.saw-selector-start {
     margin-top: 50%;
}

.saw-selector-title {
     color: white;
     text-transform: uppercase;
     text-align: center;
     padding: 20px;
     font-weight: 100;
     font-size: 50px;
     margin: 20px;
}

.saw-selector-title:before{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 15px;
    display: block;
    content: '';
    width: 300px;
    height: 2px;
    background-color: #e52421;
}

.saw-selector-title:after{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 15px;
    display: block;
    content: '';
    width: 300px;
    height: 2px;
    background-color: #e52421;
}

.saw-selector-button {
     margin: 0 auto;
     display: block;
     background-color: rgba(0,0,0,0.6);
     border: 2px solid rgba(102,102,102,0.6);
     color: white;
     text-transform: uppercase;
     padding: 14px 50px;
}

.saw-selector-button:hover {
     background-color: rgba(87, 83, 83, 0.62);
     border: 2px solid white;
}

.saw-selector-video-left,
.saw-selector-video-right {
     width: 50%;
     height: 100vh;
     background-size: cover;
     position: absolute;
}
.saw-selector-video-right {
     right: 0;
}

/*
.saw-selector-answer-left {
     width: calc(50% - 32px);
     height: 46px;
     background: rgba(0, 0, 0, 0.6);
     border: 2px solid rgba(102, 102, 102, 0.6);
     position: absolute;
     z-index: 25;
     bottom: 0;
}

.saw-selector-answer-right {
     width: calc(50% - 32px);
     height: 46px;
     background: rgba(0, 0, 0, 0.6);
     border: 2px solid rgba(102, 102, 102, 0.6);
     position: absolute;
     z-index: 25;
     right:0;
     bottom: 0;
}
*/

.saw-selector-answer-left,
.saw-selector-answer-right {
     position: absolute;
     width: calc(50% - 32px);
     height: 46px;
     background-color: rgba(0,0,0,0.6);
     border: 2px solid rgba(102,102,102,0.6);
     z-index: 25;
     top: 100px;
}

.saw-selector-answer-left {
     left: 0;
}

.saw-selector-answer-right {
     right: 0;
}

.saw-selector-left {
     float: left;
}

.saw-selector-right {
     float: right;
}
.saw-selector-video-left, .saw-selector-video-right {
     overflow: hidden;
}

.saw-selector-vid-container {
    position: relative;
    height: 100vh;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
     .saw-selector-vid-container {
          height: 50vh;
     }
}

.saw-selector-vid-container video {
     position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.saw-selector-answer-right:hover, .saw-selector-answer-left:hover, .saw-selector-info:hover{
     background-color: rgba(87, 83, 83, 0.62);
     border: 2px solid white;
}

.saw-selector-answer-right a, .saw-selector-answer-left a {
     display: block;
     line-height: 42px;
     text-align: center;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.saw-selector-answer-right a span, .saw-selector-answer-left a span {
     color: white;
     text-transform: uppercase;
     text-align: center;
     vertical-align: middle;
}

.saw-selector-question {
     height: 86px;
     background: rgba(0, 0, 0, 0.6);
     position: absolute;
     top: 0;
     z-index: 2;
     display: table;
     left: 0;
     width: 100%;
     border: 2px solid rgba(102, 102, 102, 0.6);
}

.saw-selector-question span {
     color: white;
     text-transform: uppercase;
     display: table-cell;
     vertical-align: middle;
     padding: 15px;
}

.saw-selector-question span .progress-wrapper {
     position: relative;
     bottom: -5px;
     left: 0;
     width: calc(100% - 30px);
}

.saw-selector-question span .progress-wrapper .progress-bar {
     height: 4px;
     background: #e52421;
     /*margin: 0 15px;*/
     
}


.saw-selector-result-socialmedia .banner-row-item a img {
     width: 45px;
     height: 45px;
     position: absolute;
     top: 15px;
     left: 15px;
}

.saw-selector-result-socialmedia .banner-row-item a img.play-icon {
     width: 45px;
     height: 45px;
     position: absolute;
     top: calc(50% - 25px);
     left: calc(50% - 25px);
}

.saw-selector-result-socialmedia {
     margin-bottom: 50px;
}

.saw-selector-result-socialmedia a.inst-banner {
    background-size: cover;
}

.saw-selector-result-socialmedia a.fancybox-video.middle-banner.banner-2.small {
    background-size: cover;
}



/* Template 1 info */

.template-1.container {
     padding: 35px;
     background: #201f1e;
}

.template-1.left {
     width: calc(50% - 20px);
     float: left;
     color: white;
}

.template-1-left-upper video {
     width: 100%;
}

.template-1.right {
     width: calc(50% - 20px);
     float: right;
     color: white;
}

.template-1-right-upper {
     padding-bottom: 20px;
}

/* Template 2 info */

.template-2.container {
     padding: 35px;
     background: #201f1e;
}

.template-2.left {
     width: calc(50% - 20px);
     float: left;
     color: white;
}

.template-2-left-bottom {
     padding-top: 20px;
}

.template-2-left-bottom video {
     width: 100%;
}

.template-2.right {
     width: calc(50% - 20px);
     float: right;
     color: white;
}

.template-2-right-upper {
     padding-bottom: 20px;
}

/* Template 3 info */

.template-3.container {
     padding: 35px;
     background: #201f1e;
}

.template-3.left {
     width: calc(50% - 20px);
     float: left;
     color: white;
}

.template-3-left-bottom {
     padding-top: 20px;
}

.template-3-right-upper video {
     width: 100%;
}

.template-3.right {
     width: calc(50% - 20px);
     float: right;
     color: white;
}

.template-3-right-upper {
     padding-bottom: 20px;
}

/* Template 4 info */

.template-4.container {
     padding: 35px;
     background: #201f1e;
}

.template-4.left {
     width: calc(50% - 20px);
     float: left;
     color: white;
}

.template-4-left-bottom {
     padding-top: 20px;
}

.template-4-left-bottom video {
     width: 100%;
}

.template-4.right {
     width: calc(50% - 20px);
     float: right;
     color: white;
}

.template-4-right-upper {
     padding-bottom: 20px;
}


/*SAWSELECTOR POPUP*/

/*
.saw-selector-info {
     background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/info_icon_silky-sawselector.png');
     background-repeat: no-repeat;
     background-size: 28px 28px;
     background-position: center;
}
*/

.saw-selector-info {
     width: 46px;
     height: 46px;
     position: absolute;
     /*bottom: 0;*/
     top: 100px;
     right: calc(50% - 24px);
     border: 2px solid rgba(102, 102, 102, 0.6);
     z-index: 2;
     display: table;
     background-color: rgba(0, 0, 0, 0.6);
     background-image: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/info_icon_silky-sawselector.png');
     background-repeat: no-repeat;
     background-size: 28px 28px;
     background-position: center;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.saw-selector-info span {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     color: white;
}

.saw-selector-previous {
     color: white;
     position: absolute;
     bottom: 20px;
     left: 20px;
     text-transform: uppercase;
}

.saw-selector-info-container {
     background: #201f1e;
     position: absolute;
     width: 100%;
     z-index: 30;
     display: none;
     top: -50%;
     left: 0;
     right: 25%;
     bottom: 50%;
}

.saw-selector-info-container-back {
     color: white;
     position: absolute;
     top: -30px;
     text-transform: uppercase;
     z-index: 10;
}

.saw-selector-info-container-close {
     color: white;
     position: absolute;
     top: 10px;
     right: 10px;
     text-transform: uppercase;
     z-index: 10;
     font-size: 18px;
     cursor: pointer;
}

.saw-selector-info-text {
     position: relative;
     width: calc(45% - 20px);
     float: right;
     height: auto;
     color: white;
     top: 90px;
     margin: 0 20px;
     padding: 20px 0;
     background: #201f1e;
}

.saw-selector-info-image {
     position: relative;
     width: calc(45% - 20px);
     float: left;
     height: auto;
     color: white;
     top: 90px;
     margin: 0 20px;
     padding: 20px 0;
}


/* Sawselector social media */
.saw-selector-result-socialmedia {
     clear: both;
     padding-top: 24px;
     /*
     margin: 0 50px;
     margin-bottom: 50px;
     */
     max-width: 1180px;
     margin: 0 auto 50px;
     
}

.saw-selector-result-socialmedia .inst-banner, .saw-selector-result-socialmedia .fancybox-video {
     height: 300px;
     display: block;
     position: relative;
}

.banner-row-item {
     width: 33.333333%;
     display: inline-block;
     float: left;
     background:white;
}

.banner-row-item a img{
     width: 100%;
     text-align: center;
}



/* Sawselector Little results */

.product-result-saw-selector {
     background: #201F1E;
     position: absolute;
     width: 100%;
     padding: 0 10%;
}

.product-result {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    height: 180px;
    float: left;
    width: calc(25% - 30px);
    background: white;
}

.product-result img {
     width: auto;
     margin: 0 auto;
     display: block;
}

.product-result-divider {
     height: 2px;
     background: #e52421;
     margin: 30px 0;
}


/* Sawselector Result */

.saw-selector-result-info-container {
    background: black;
    color: white;
    z-index: 2;
    position: relative;
    padding: 50px;
}

.saw-selector-result-info-container:before {
     background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
     background: -moz-linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
     background: -o-linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
     background: linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
     content: '';
     width: 100%;
     height: 240px;
     display: block;
     position: absolute;
     left: 0;
     top: -240px;
}

.saw-result-container {
     max-width: 1180px;
     margin: 0 auto 30px;
     border-bottom: 2px solid #e52421;padding-bottom:10px;	
}

.saw-selector-result-text {
     
}

.saw-selector-result-banner {
     height: 95vh;
     background-size: cover;
     background-position: center;
     position: relative;
}

.saw-selector-result-title {
     font-size: 24px;
     color: white;
     position: absolute;
     z-index: 4;
     top: 65%;
     width: 100%;
     padding: 0 20px;
     text-transform: uppercase;
}

.saw-selector-result-title:after {
     /*position: absolute;*/
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     display: block;
     content: '';
     width: 307px;
     height: 2px;
     background-color: #e52421;
}

.saw-selector-result-title span:first-of-type {
     text-align: center;
     display: block;
     font-size: 26px;
     height: 22px;
}

.saw-selector-result-title span:last-of-type {
     /*border-bottom: 2px solid #e52421;*/
     display: block;
     text-align: center;
     /*
     padding-top: 10px;
     padding: 0 60px;
     */
     font-size: 35px;
     position: relative;
     /*padding-bottom: 10px;*/
     
     padding: 0 0 10px;
     font-size: 40px;
}
/*.saw-selector-result-title span.word-small {*/
/*     font-size: 24px;*/
/*     padding: 0;*/
/*     border-bottom: 0;*/
/*     position: absolute;*/
/*     min-width: 150px;*/
/*     text-align: left;*/
/*     top: 0;*/
/*     right: -155px;*/
/*}*/

.saw-selector-result-title span:last-of-type {
     position: relative;
}

.saw-selector-result-title span:last-of-type:after {
     display: inline-block;
     content: attr(data-title);
     font-size: 24px;
     vertical-align: top;
}


/*
.saw-selector-result-title span:first-of-type:after {
     content: "";
     display: block;
     width: 30%;
     height: 2px;
     background-color: #e52421;
     position: absolute;
     top: 15%;
     right: 20px;
}

.saw-selector-result-title span:first-of-type:before {
     content: "";
     display: block;
     width: 30%;
     height: 2px;
     background-color: #e52421;
     position: absolute;
     top: 15%;
}
*/

.saw-selector-result-title span:first-of-type:after,
.saw-selector-result-title span:first-of-type:before {
     position: relative;
     top: -8px;
     width: 125px;
     height: 2px;
     display: inline-block;
     content: '';
     background-color: #e52421;
}

.saw-selector-result-title span:first-of-type:after {
     margin-left: 5px;
}

.saw-selector-result-title span:first-of-type:before {
     margin-right: 5px;
}

.saw-selector-result-title span.word-small:before, .saw-selector-result-title span.word-small:after {
     display: none;
}


.saw-selector-button-webshop,
.saw-selector-button-dealer {
     height: 50px;
     float: left;
     width: 50%;
}

.saw-selector-button-webshop button,
.saw-selector-button-dealer button {
     color: white;
     text-transform: uppercase;
     background-color: rgba(0,0,0,0.6);
     border: 2px solid rgba(102,102,102,0.6);
     width: 95%;
     float: left;
     padding: 10px;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.saw-selector-button-webshop button:hover, 
.saw-selector-button-dealer button:hover {
     background: rgba(87, 83, 83, 0.62);
     border: 2px solid white;
}

.saw-selector-arrows-down {
     position: absolute;
     bottom: 50px;
     left: 49%;
     z-index: 9;
}

.saw-selector-arrows-down span {
     display: block;
     text-align: center;
     height: 10px;
}

.saw-selector-arrows-down span i {
     color: white;
}

.saw-selector-button-dealer button {
     float: right;
}


.animated {
     -webkit-animation-duration: .5s;
     animation-duration: .5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
     0%,
     100% {
          -webkit-transform: translateY(0);
     }
     50% {
          -webkit-transform: translateY(-5px);
     }
}

@keyframes bounce {
     0%,
     100% {
          transform: translateY(0);
     }
     50% {
          transform: translateY(-5px);
     }
}

.bounce {
     -webkit-animation-name: bounce;
     animation-name: bounce;
}

.saw-selector-result-title {
     width: auto;
     /*right: 20%;*/
}

.title-bottom-left {
     left: 5%;
     bottom: 30%;
}

.title-bottom-right {
     right: 10%;
     bottom: 30%;
}

.title-top-left {
     top: 20%;
     left: 5%;
}

.title-top-right {
     top: 20%;
     right: 10%;
}

.saw-selector-result-text {
     float: right;
     display: inline-block;
}

.saw-selector-result-image {
     display: inline-block;
}

.saw-selector-result-text,
.saw-selector-result-image {
     width: calc(50% - 20px);
}

.saw-selector-result-image img {
     width: 100%;
}

.saw-selector-default .header-logo {
     margin-left: 0;
     padding: 6px 15px 5px 15px;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -ms-border-radius: 0px;
     -o-border-radius: 0px;
     -webkit-border-radius: 0px;
     width: 150px;
}

.saw-selector-start {
     margin-top: 23%;
}

.saw-selector-previous {
     left: -320px
}

.main-menu-item:nth-last-of-type(1) {
     background-color: #f11d2c;
}

.saw-selector-col-left-image img {
     width: 100%;
}


@media only screen and (min-width: 1025px) {
     .saw-selector-left {
          float: left;
          z-index: 0;
          width: 50%;
          overflow: hidden;
     }

     .saw-selector-right {
          float: right;
          right: 0;
          width: 50%;
          overflow: hidden;
     }
}

/*iPad staand*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
     .saw-selector-video-left, .saw-selector-video-right {
          width: 100%;
          height: 50vh;
     }
     
      .saw-selector-info-container {
     	bottom: 0;
     }
     .saw-selector-video-left {
          top: 0;
     }
     
     .saw-selector-vid-container video {
         top: auto;
         left: auto;
         transform: inherit;
     }
     
     .product-result {
          width: calc(33.33333% - 30px);
     }
     
     .saw-selector-video-right {
          bottom: 0;
     }
     
     .ss-wrapper-extra {
          height: 185px;
     }
     
    .saw-selector-answer-left {
          top: 0;
          width: 100%;
     }
     .saw-selector-info-container-back {
          top: -80px;
     }
     
     .saw-selector-answer-right {
          bottom: 0;
          width: 100%;
          top: auto;
     }
     
     .saw-selector-question span .progress-wrapper {
              /*bottom: 14px;*/
     }
     
     .ss-wrapper-extra {
          width: 440px!important;
     }
     
     .saw-selector-left .saw-selector-answer {
          width: calc(50% + 55px);
          left: calc(25% - 30px);
          bottom: 45px;
          top: inherit;
     }
     .saw-selector-right .saw-selector-answer {
          width: calc(50% + 55px);
          left: calc(25% - 30px);
          top: 45px;
     }
    .saw-selector-question {
          top: 50px;
          width: calc(100% - 55px);
     }
     .saw-selector-info {
          width: 50px;
          height: 86px;
          right: 0;
          top: 50px;
     }

     .desktop-video,
     .mobile-video,
     .tablet-landscape-video {
          display: none;
     }
     video.tablet-horizontal-video {
          display: block;
     }

     /* Template 1 info */
     .template-1.left {
          width: 100%;
     }
     .template-1.right {
          width: 100%;
     }

     /* Template 2 info */
     .template-2.left {
          width: 100%;
     }
     .template-2.right {
          width: 100%;
     }

     /* Template 3 info */
     .template-3.left {
          width: 100%;
     }
     .template-3.right {
          width: 100%;
     }

     /* Template 4 info */
     .template-4.left {
          width: 100%;
     }
     .template-4.right {
          width: 100%;
     }
     .saw-selector-result-banner {
          height: 350px;
     }
     .saw-selector-result-info-container {
          padding: 20px;
     }
}


/*iPad liggend*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
     .saw-selector-question {
          top: 31%;
     }
     .ss-wrapper-extra {
          width: 600px;
     }
      .saw-selector-info-container {
     	bottom: -10px;
     }
     
     .desktop-video,
     .mobile-video,
     .tablet-horizontal-video {
          display: none;
     }
     video.tablet-landscape-video {
          display: block;
     }
     .ss-wrapper-extra {
          height: 200px;
          top: 34vh;
     }
     
      .saw-selector-info-container {
     	top: -50%;
     }
     
     .saw-selector-answer-left, .saw-selector-answer-right, .saw-selector-info {
          top: 155px;
     }
     
     .saw-selector-result-banner {
          height: 375px;
     }
     /* Template 1 info */
     .template-1.left {
          width: 100%;
     }
     .template-1.right {
          width: 100%;
     }

     /* Template 2 info */
     .template-2.left {
          width: 100%;
     }
     .template-2.right {
          width: 100%;
     }

     /* Template 3 info */
     .template-3.left {
          width: 100%;
     }
     .template-3.right {
          width: 100%;
     }

     /* Template 4 info */
     .template-4.left {
          width: 100%;
     }
     .template-4.right {
          width: 100%;
     }
}

@media only screen and (max-width: 767px) {
     .landscape-only {
          display: none;
     }
     
     .product-result {
          width: calc(50% - 30px);
     }
     .saw-selector-info-container {
     	bottom: 0;
     }
}


@media only screen and (min-device-width: 568px) and (max-device-width: 736px) and (orientation: landscape) {
     video.mobile-landscape-video,
     video.mobile-portrait-video {
          display: block;
     }
     .ss-wrapper-extra {
          max-width: 520px;
          height: 166px;
          top: 32vh;
     }
     .saw-selector-question {
          top: calc(50% - 46px);
     }
     .saw-selector-right .saw-selector-answer {
          top: calc(100% - 75%);
     }

     .saw-selector-left .saw-selector-answer {
          width: 50%;
          left: calc(50% - 30px);
          top: 62%;
     }
     .saw-selector-right .saw-selector-answer {
          width: 50%;
          right: calc(50% - 30px);
          top: 62%;
     }
     .saw-selector-info {
          top: 120px;
          left: auto;
          width: 46px;
          height: 46px;
     }
     
     .saw-selector-answer-left, .saw-selector-answer-right {
          top: 120px;
     }

     /* Template 1 info */
     .template-1.left {
          width: 100%;
     }
     .template-1.right {
          width: 100%;
     }

     /* Template 2 info */
     .template-2.left {
          width: 100%;
     }
     .template-2.right {
          width: 100%;
     }

     /* Template 3 info */
     .template-3.left {
          width: 100%;
     }
     .template-3.right {
          width: 100%;
     }

     /* Template 4 info */
     .template-4.left {
          width: 100%;
     }
     .template-4.right {
          width: 100%;
     }
     .saw-selector-result-title {
          right: 10px;
     }
     .saw-selector-result-banner {
          height: 320px;
     }
     .saw-selector-result-text {
          padding: 20px;
     }
     .saw-selector-result-image {
          padding: 0;
     }


}

@media only screen and (max-width: 480px) {
     .banner-row-item, .saw-selector-result-text, .saw-selector-result-image { 
          width: 100%;
     }
     .saw-result-container {
          margin: 0;
     }
     
      .saw-selector-info-container {
     	bottom: 0;
     }
     
     .saw-selector-result-title span:last-of-type {
          /*padding: initial;*/
          padding: 0;
     }
     
     .saw-selector-question span .progress-wrapper {
          /*bottom: 13px;*/
     }
     
     .saw-selector-result-title span.word-small {
          font-size: 18px;
          top: 44px;
          right: -46px;
          min-width: 110px;
     }
     
     .saw-selector-answer-right {
          top: auto;
          bottom: 0;
     }
     
     .product-result {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
     }
     
     .saw-selector-result-banner {
          height: 275px;
     }
     .saw-selector-result-title {
         right: 0;
         position: relative;
         bottom: -300px;
         top: auto;
         left: 0;
     }
     .saw-selector-result-info-container:before {
          top: -360px;
     }
     
     .saw-selector-result-info-container {
          padding: 10px;
          margin-top: 140px;
     }
     
     .saw-selector-result-text {
          padding: 0px;
     }
     .saw-selector-result-image {
          padding: 0;
     }
     
     video.mobile-landscape-video,
     video.mobile-portrait-video {
          display: block;
     }
     .saw-selector-info-container {
          width: 100%;
          top: -50%;
          left: 0;
          right: 0;
          bottom: 0;
     }
     .ss-wrapper-extra {
          height: 187px;
          top: 37vh;
          width: 300px;
     }
     .saw-selector-info-container-back {
          top: -80px;
     }
     .saw-selector-answer-left,
     .saw-selector-answer-right {
          width: 100%;
     }
     
     .saw-selector-video-left, .saw-selector-video-right {
          width: 100%;
          height: 50vh;
     }
     .saw-selector-video-right {
          bottom: 0;
     } 
     
     .saw-selector-answer-left, .saw-selector-video-left {
          top: 0;
     }
     .saw-selector-left .saw-selector-answer {
          width: calc(50% + 55px);
          left: calc(25% - 30px);
          bottom: calc(0% + 50px);
          top: inherit;
     }
     .saw-selector-right .saw-selector-answer {
          width: calc(50% + 55px);
          left: calc(25% - 30px);
          top: calc(0% + 50px);
     }
     .saw-selector-question {
          top: 50px;
          width: calc(100% - 55px);
     }
     .saw-selector-info {
          width: 50px;
          height: 86px;
          right: 0;
          top: 50px;
     }

     
     video.desktop-video,
     video.tablet-landscape-video,
     video.mobile-landscape-video,
     video.mobile-portrait-video {
          height: 50vh;
     }

     .saw-selector-video-left video.mobile-landscape-video,
     .saw-selector-video-left video.mobile-portrait-video {
          position: fixed;
          top: 25%;
          left: 50%;
          min-width: 100%;
          width: 100%;
          z-index: -100;
          -ms-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          object-fit: cover;
     }
     .saw-selector-video-right video.mobile-landscape-video,
     .saw-selector-video-right video.mobile-portrait-video {
          position: fixed;
          top: 75%;
          left: 50%;
          min-width: 100%;
          width: 100%;
          z-index: -100;
          -ms-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          object-fit: cover;
     }
     .saw-selector-video-left video#sawselectorvid {
          top: 25%;
          left: calc(100% - 160px);
     }
     .saw-selector-video-right video#sawselectorvid {
          bottom: 25%;
          left: calc(100% - 160px);
     }

     .desktop-video,
     .tablet-landscape-video,
     .tablet-horizontal-video {
          display: none;
     }

     /* Template 1 info */
     .template-1.left {
          width: 100%;
     }
     .template-1.right {
          width: 100%;
     }

     /* Template 2 info */
     .template-2.left {
          width: 100%;
     }
     .template-2.right {
          width: 100%;
     }

     /* Template 3 info */
     .template-3.left {
          width: 100%;
     }
     .template-3.right {
          width: 100%;
     }

     /* Template 4 info */
     .template-4.left {
          width: 100%;
     }
     .template-4.right {
          width: 100%;
     }
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
     .ss-wrapper-extra {
          height: 185px;
          width: 320px;
     }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) {
     .ss-wrapper-extra {
          height: 185px;
          width: 350px;
     }
     
     video.mobile-landscape-video,
     video.mobile-portrait-video {
          
     }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
     video.tablet-landscape-video {
          display: none;
     }
     video.mobile-landscape-video,
     video.mobile-portrait-video {
          display: block;
     }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
     
     .saw-selector-result-title span:first-of-type:after, .saw-selector-result-title span:first-of-type:before {
         width: 65px;
     }
     
     .saw-selector-result-title:after {
          width: 190px;
     }
     .saw-selector-result-info-container {
          margin-top: 190px;
     }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
     .saw-selector-question {
          top: calc(50% - 55px);
     }

     
     .desktop-video,
     .tablet-landscape-video,
     .tablet-horizontal-video {
          display: none;
     }
     .saw-selector-info-container {
          width: 100%;
          top: -20%;
          left: 0;
          right: 0;
          bottom: 0;
     }
     /* Template 1 info */
     .template-1.left {
          width: 100%;
     }
     .template-1.right {
          width: 100%;
     }

     /* Template 2 info */
     .template-2.left {
          width: 100%;
     }
     .template-2.right {
          width: 100%;
     }

     /* Template 3 info */
     .template-3.left {
          width: 100%;
     }
     .template-3.right {
          width: 100%;
     }

     /* Template 4 info */
     .template-4.left {
          width: 100%;
     }
     .template-4.right {
          width: 100%;
     }
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.silky-europe.de/privatgartner/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {display: table;content: "";line-height: 0;}
.clearfix:after {clear: both;}
.hide-text {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.input-block-level {display: block;width: 100%;min-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.searchautocomplete {position:relative;display:inline-block;}
.searchautocomplete > label {float: left;margin-right: 10px;color: #333;font-weight: bold;margin-top: 8px;}
.searchautocomplete .nav {position: relative;}
.searchautocomplete .nav .nav-search-in {position: absolute;top: 0px;left: 0px;z-index: 15;}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;filter: alpha(opacity=0);background: white;border: 1px solid #DDD;color: black;cursor: pointer;height: 29px;left: 5px;margin: 0;outline: 0;padding: 0;position: absolute;top: 5px;visibility: visible;width: auto;}
.searchautocomplete .nav .nav-search-in .category-fake {-webkit-border-radius: 5px 0px 0px 5px;-moz-border-radius: 5px 0px 0px 5px;border-radius: 5px 0px 0px 5px;background-color: #fcfcfc;background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);border-right: 1px solid #dddddd;color: #777;cursor: pointer;float: left;font-size: 11px;height: 27px;line-height: 27px;margin: 4px 0px 0px 2px;padding: 0px 25px 0px 10px;text-align: center;white-space: nowrap;}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/mirasvit/sprite.png');width: 9px;height: 5px;background-position: -26px -34px;display: block;right: 10px;top: 16px;position: absolute;}
.searchautocomplete .nav .nav-search-in:hover .category-fake {background-color: #eeeeee;background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {background-position: -6px -34px;}
.searchautocomplete .nav .nav-input {*zoom: 1;height:40px;width:500px;border:1px solid #e8e8e8;border-right:0px;z-index: 12;position: relative;padding:0px!important;}

.searchautocomplete .nav .nav-input:before, .searchautocomplete .nav .nav-input:after {display: table;content: "";line-height: 0;}
.searchautocomplete .nav .nav-input:after {clear: both;}
.searchautocomplete .nav .nav-input input {z-index: 10;padding: 0px;height: 38px;border: 2px solid #c6c6c6;font-size: 13px;background-color: #ffffff;color: #9d9d9c;outline: 0px;width: 100%;padding-left:15px;}
.searchautocomplete .nav .nav-input input.suggest {display: none;color: #999;z-index: 9;}
.searchautocomplete .nav-submit-button {position:absolute;top:0px;right:0px;}
.searchautocomplete .nav-submit-button .button {width: 34px;height: 34px;position:absolute;text-indent:-9999px;display:block;cursor: pointer;z-index: 14;background-position:-3px -140px;border:0px;background-color:white;right:2px;top:3px;transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;padding:0px;}
.searchautocomplete .nav-submit-button .button:hover {opacity:0.8;filter:alpha(opacity=80);}
.searchautocomplete .nav-submit-button .button:focus {outline:0;}
.searchautocomplete .nav-submit-button .button::after {content:none;}
.searchautocomplete .searchautocomplete-placeholder {-webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;background: #FFF;border: 1px solid #ccc;padding: 15px 10px 5px 10px;position: absolute;left:0px;top: 42px;width: 100%;min-width:340px;z-index: 102;}
.searchautocomplete .searchautocomplete-placeholder:before {border-color: transparent transparent #CCC transparent;content: "";position: absolute;border-style: solid;border-width: 5px;height: 0;width: 0;top: -11px;left: 30px;}
.searchautocomplete .searchautocomplete-placeholder > ul {list-style: none;padding: 0;margin: 0;}
.searchautocomplete .searchautocomplete-placeholder > ul > li {*zoom: 1;text-align: left;padding: 5px 5px;margin-bottom: 5px;border: 1px solid #ccc;}
.searchautocomplete .searchautocomplete-placeholder > ul > li:before, .searchautocomplete .searchautocomplete-placeholder ul li:after {display: table;content: "";line-height: 0;}
.searchautocomplete .searchautocomplete-placeholder > ul > li:after {clear: both;}
.searchautocomplete .searchautocomplete-placeholder > ul > li a {text-decoration: none;}
.searchautocomplete .searchautocomplete-placeholder > ul > li a.name {color: #444;font-weight: bold;display: block;margin-bottom: 3px;font-size:16px;}
.searchautocomplete .searchautocomplete-placeholder > ul > li a .pull-right {float: right;}
.searchautocomplete .searchautocomplete-placeholder > ul > li.active {background-color: #eeffee;cursor: pointer;}
.searchautocomplete .searchautocomplete-placeholder > ul > li.active a {text-decoration: none;}
.searchautocomplete .searchautocomplete-placeholder > ul > li .searchautocomlete-image {float: left;}.searchautocomplete .searchautocomplete-placeholder > ul > li .price-box {font-weight: bold;font-size: 13px;color: #94c11e;float: right;}
.searchautocomplete .searchautocomplete-placeholder > ul > li .price-box .regular-price .price-label, .searchautocomplete .searchautocomplete-placeholder > ul > li .price-box .old-price .price-label, .searchautocomplete .searchautocomplete-placeholder > ul > li .price-box .special-price .price-label {display: none;}
.searchautocomplete .searchautocomplete-placeholder > ul > li .price-box .price-label {font-weight: normal;color: #999;}
.searchautocomplete .searchautocomplete-placeholder > ul > li .price-box .old-price .price {font-size: 0.9em;color: #999;}
.searchautocomplete .searchautocomplete-placeholder > ul > li .highlight strong {color: #94c11e;}
.searchautocomplete .searchautocomplete-placeholder .index-title {text-align: right;color: #0A263C;border-bottom: 1px solid #CCC;padding: 2px 5px;}
.searchautocomplete .searchautocomplete-placeholder .index-title span {color: #666;font-size: 0.9em;}
.searchautocomplete .searchautocomplete-placeholder .all {text-align: right;margin: 10px 4px 5px 10px;}
.searchautocomplete .searchautocomplete-loader {position: absolute;top: 11px;right: 50px;width: 16px;height: 16px;background: url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/mirasvit/loader.gif');}
.searchautocomplete-widget {position: relative;top: auto;left: auto;bottom: auto;right: auto;webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.autocomplete-item .description {font-size:13px;font-style:italic;}
.autocomplete-item .searchautocomlete-image, .autocomplete-item .autocomplete-middle, .autocomplete-item .autocomplete-price {float:left;}
.autocomplete-item .searchautocomlete-image {width:17.6%;margin-right:1%;text-align:center;}
.autocomplete-item .searchautocomlete-image img {height:auto;display:inline-block;}
.autocomplete-item .autocomplete-middle {width:61.7%;margin-top:5px;}
.autocomplete-item .autocomplete-price {width:19.7%;}
.autocomplete-price .price-box {padding:3px;margin-top:15px;}

@media only screen and (max-width : 1065px) {
  .searchautocomplete .nav .nav-input {width:330px;}
}
@media only screen and (max-width : 890px) {
  .searchautocomplete .nav .nav-input {width:210px;}  
}
@media only screen and (max-width : 767px) {
  .searchautocomplete {width:50%;}
  .searchautocomplete .nav .nav-input {width:100%;}
  .searchautocomplete .searchautocomplete-placeholder {min-width:300px;overflow-y: scroll;height: 27.4em;}
  .autocomplete-item .searchautocomlete-image {display:none;}
  .autocomplete-item .autocomplete-middle {width:calc(100% - 100px);}
  .autocomplete-item .autocomplete-price {width:90px;}
  .searchautocomplete .searchautocomplete-placeholder ul li a.name {font-size:14px;}
  .searchautocomplete .searchautocomplete-placeholder ul li .price-box .price {font-size:13px;}
  .autocomplete-item .description {font-size:11px;line-height:13px;display:none;}
  .autocomplete-price .price-box {margin-top:0;}
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

#extendedsearch-overlay {
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
    z-index: 9999;
}

#extendedsearch-overlay .extendedsearch-container {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px !important;
    z-index: 9999;
}

/* Absolute Center Spinner */
.extendedsearch-loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.extendedsearch-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.extendedsearch-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.extendedsearch-loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cookiealert {
    background: #333;
    color: #fff;
    padding: 15px;
    font: 12px/18px;
}

.cookiealert .wrapper {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cookiealert .inner {
	margin-left:-15px;
	margin-right:-15px;
}

.cookiealert .cookie-title,
.cookiealert .content,
.cookiealert .actions {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.cookiealert .inner .cookie-title {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.cookiealert .inner p {
    font-size:1rem;
}

.cookiealert .inner a {
    color: #28a745;
    text-decoration: underline;
}
.cookiealert .inner a:hover {
    text-decoration: none;
}

.cookiealert .inner .actions {
    display: flex;
}

.cookiealert .inner .actions a {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    padding:5px 15px;
    border-radius:4px;
    border:1px solid #000000;
}

.cookiealert .inner .actions a.accept {
	background-color: #28a745;
	color: #ffffff;
	border-color: #23963e;
	margin-right: 15px;
}
.cookiealert .inner .actions a.accept:hover {
	background-color: #2dbf4f;
}

.cookiealert .inner .actions a.decline {
	background-color: #dc3545;
	color: #ffffff;
	border-color: #da2f3f
}
.cookiealert .inner .actions a.decline:hover {
	background-color: #df4957;
}

@media (min-width: 768px) {
	.cookiealert .content,
	.cookiealert .actions {
		margin-bottom:0;
	}
	
	.cookiealert .content {
		flex:1;
	}
	
	.cookiealert .message {
		display:flex;
		align-items:center;
	}
}
/* ====== BEGIN OF STYLING PRODUCT PAGE ====== */
.banner-top > .container {height:100%;}
.banner-top .sharing-links {position:absolute;right:0px;bottom:7px;}
.sharing-links li, .sharing-links span {float:left;margin:0px 5px 0px 0px;}
.sharing-links li:last-child {margin-right:0px;}
.sharing-links span {display:block;margin:5px 8px 0px 0px;color:white;font-weight:bold;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);-ms-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);-o-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);}
.sharing-links li a {display:block;text-indent:-9999px;width:24px;height:24px;}
.sharing-links li a.facebook {background-position:-56px -10px;}
.sharing-links li a.twitter {background-position:-56px -44px;}
.sharing-links li a.pinterest {background-position:-56px -78px;}
.sharing-links li a.google {background-position:-56px -112px;}

.block-video .video-link {width:180px;height:180px;}
.block-video .video-link > a {display:block;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/play-icon.png');background-repeat:no-repeat;background-position:40px 40px;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.block-video .video-link > a:hover {opacity:0.5;filter:alpha(opacity=50);}
.block-reviews .block-content {padding:0px 15px 15px 15px;}
.block-reviews .review-name {font-size:13px;margin:0px 0px 3px 0px;}
.block-reviews .review-date {font-size:11px;font-style:italic;color:#b2b2b2;margin:0px 0px 10px 0px;}
.block-reviews .review-content {line-height:16px;font-size:13px;color:#706f6f;margin:0px 0px 6px 0px;}
.block-reviews .ratings-wrapper {margin:0px 0px 20px 0px;}
.block-reviews .review-btn {display:block;color:#f11d2c;font-weight:700;}

.product-essential {margin:0px 0px 20px 0px;}
.product-col-left {float:left;width:calc(100% - 480px);}
.product-img-box {margin:0px 0px 20px 0px;}
.product-img-box .product-image {border:1px solid #f1f1f1;position:relative;margin:0px 0px 10px 0px;padding:15px;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
.product-img-box .product-image-video {width:calc(100% - 30px);position:absolute;left:15px;top:15px;z-index:11;}
.product-img-box .product-image-video iframe {width:100%;height:auto;}
.product-img-box .product-image img {width:100%;height:auto;}
.product-image-gallery {position:relative;z-index:10;}
.product-image-gallery .slide-btn {display:block;width:25px;height:50px;text-indent:-9999px;position:absolute;top:50%;margin-top:-25px;left:-25px;background-color:#efefef;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
.product-image-gallery .slide-btn:active {background-color:#dedede;}
.product-image-gallery .slide-btn.next {left:auto;right:-25px;}
.product-image-gallery .slide-btn::after {content:'';display:block;width:0px;height:0px;border-top:7px solid transparent;border-bottom:7px solid transparent;position:absolute;left:10px;top:17px;}
.product-image-gallery .slide-btn.prev::after {border-right:7px solid #aaa;left:7px;}
.product-image-gallery .slide-btn.next::after {border-left:7px solid #aaa;}
.product-image-gallery .slide-btn.prev:hover::after {border-right:7px solid #95c11e;}
.product-image-gallery .slide-btn.next:hover::after {border-left:7px solid #95c11e;}
.product-image-gallery a.fancybox-thumb {width:100%;text-align:center;height:auto;display:none;}
.product-image-gallery a.fancybox-thumb.visible {display:block;}

.product-thumbs .more-views {padding:0px 35px;width:100%;position:relative;}
.more-views .thumbs-slider, more-views .thumbs-slider-mob {width:100%;}
.more-views ul li {float:left;}
.more-views ul li a {display:block;width:70px;height:70px;background-size:100%;padding:10px;border:1px solid #f1f1f1;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
.more-views ul li a.active {border:1px solid rgba(241,29,44, 0.5);}
.more-views ul li.video > a {position:relative;}
.more-views ul li.video > a::after {content:'';display:block;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;left:1px;top:1px;background-color:rgba(0, 0, 0, 0.5);background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/play-icon.png');background-size:49px 49px;background-repeat:no-repeat;background-position:8px 9px;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.more-views ul li.video > a:hover::after {opacity:0.5;filter:alpha(opacity=50);}
.more-views .slick-slider {position:static;}
.more-views .slick-slider > button {text-indent:-9999px;background:transparent;position:absolute;top:27px;border:0px;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;}
.more-views .slick-slider > button.slick-disabled {cursor:pointer;}
.more-views .slick-slider > button.slick-prev {border-right:9px solid #f11d2c;left:10px;}
.more-views .slick-slider > button.slick-prev.slick-disabled {border-right:9px solid #efefef;}
.more-views .slick-slider > button.slick-next {border-left:9px solid #f11d2c;right:10px;}
.more-views .slick-slider > button.slick-next.slick-disabled {border-left:9px solid #efefef;}
.product-usps {padding:12px 20px;border:1px solid #f1f1f1;}
.product-usps ul li {line-height:30px;position:relative;padding-left:17px;color:#9d9d9c;font-size:14px;}
.product-usps ul li::before {content:'';display:block;width:12px;height:10px;background-position:-78px -256px;position:absolute;left:0px;top:10px;}
.product-usps ul li strong {color:#565656;}

.product-col-right {float:right;/*width:38.98305085%;*/width:460px;}
.product-col-right .product-name {margin:0px 0px 20px 0px;}
.product-col-right .product-name h1 {margin:0px 0px 3px 0px;}
.productinfo-wrapper {margin:0px 0px 35px 0px;}
.productinfo-wrapper p {height:58px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.read-more-wrapper {border-bottom:1px solid #f1f1f1;margin-top:-10px;}
.read-more-wrapper > a {display:inline-block;position:relative;padding:0px 20px 0px 10px;line-height:23px;background-color:white;margin:0px 0px 0px 12px;top:10px;font-size:12px;font-weight:700;text-transform:uppercase;color:#000000;}
.read-more-wrapper > a:after {content:'';display:block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #f11d2c;position:absolute;right:8px;top:10px;}
.product-short-desc {padding:15px 20px;background-color:#f9f9f9;border:1px solid #f1f1f1;margin:0px 0px 30px 0px;}
.product-short-desc ul li, .product-info-tab li, .productinfo-wrapper ul li {position:relative;padding-left:12px;line-height:20px;}
.product-info-tab li.product-item {padding-left:0px;line-height:normal;}
.product-info-tab li.product-item::before {content:none;}
.product-short-desc ul li, .productinfo-wrapper ul li {line-height:23px;}
.product-short-desc ul li::before, .product-info-tab li::before, .productinfo-wrapper ul li::before {content: '';display: block;width: 5px;height: 5px;position: absolute;left: 0px;top: 7px;background-color: #f11d2c;}


.product-symbols {margin:0px 0px 22px 0px;}
.product-symbols h3 {font-size:14px;color:#f11d2c;margin:0px 0px 8px 0px;}
.product-symbols ul li {position:relative;cursor:pointer;z-index:12;float:left;margin:0px 8px 8px 0px;width:43px;height:43px;background-color:#c6c6c6;background-image:url('https://www.silky-europe.de/privatgartner/skin/frontend/default/dewild/images/tech-sprite.png');background-size:350px 350px;background-repeat:no-repeat;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.product-symbols ul li.tech-52, .product-symbols ul li.tech-1 {background-position:-129px -0px;}
.product-symbols ul li.tech-16 {background-position:-301px -43px;background-color:#c59000;}
.product-symbols ul li.tech-53 {background-position:-43px -0px;}
.product-symbols ul li.tech-45 {background-position:-86px -0px;}
.product-symbols ul li.tech-14 {background-position:-301px -0px;}
.product-symbols ul li.tech-10, .product-symbols ul li.tech-3 {background-position:-172px -0px;}
.product-symbols ul li.tech-12, .product-symbols ul li.tech-4 {background-position:-215px -0px;}
.product-symbols ul li.tech-15, .product-symbols ul li.tech-5 {background-position:-0px -43px;}
.product-symbols ul li.tech-11 {background-position:-0px -0px;}
.product-symbols ul li.tech-13, .product-symbols ul li.tech-6 {background-position:-258px -0px;}
.product-symbols ul li.tech-17 {background-position:-258px -0px;}
.product-symbols ul li.tech-86, .product-symbols ul li.tech-2 {background-position:-43px -43px;}
.product-symbols ul li.tech-41 {background-position:-172px -43px;}
.product-symbols ul li.tech-70 {background-position:-258px -43px;}
.product-symbols ul li.tech-71 {background-position:-215px -43px;}
.product-symbols ul li.tech-72 {background-position:-129px -43px;}
.product-symbols ul li.tech-75 {background-position:-86px -43px;}
.product-symbols ul li.tech-104 {background-position:0px -86px;}
.product-symbols ul li:hover {background-color:#95c11e;}
.product-symbols ul li.tech-16:hover {background-color:#c59000;}
.product-symbols ul li a {display:block;height:100%;}
.product-symbols ul li span {visibility:hidden;display:inline-block;opacity:0;filter:alpha(opacity=0);position:absolute;padding:4px 7px;background-color:#f9f9f9;border:1px solid #f1f1f1;color:#95c11e;top:-26px;right:10px;white-space:nowrap;font-size:12px;z-index:9;box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);-o-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;}
.product-symbols ul li.tech-16 span {color:#c59000;}
.product-symbols ul li span::after {content:'';display:block;position:absolute;bottom:-6px;right:5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #dadada;}
.product-symbols ul li:hover span {opacity:1;filter:alpha(opacity=100);visibility:visible;}
.product-symbols ul li.tech-189 {background-position: -43px -85px;}

#product_addtocart_form {margin:0px 0px 20px 0px;}
.add-to-bottom {margin:0px 0px 15px 0px;position: relative;}
.add-to-cart-wrapper, .add-to-cart .add-to-qty, .add-to-cart .btn-cart, .add-to-bottom .price-info, .add-to-cart input[type=text], .add-to-qty-btns {float:left;}
.add-to-cart-wrapper .button.orange {height:50px;line-height:50px;text-align:center;width:250px;font-weight:bold;text-transform:uppercase;}
.add-to-cart .add-to-qty {width:72px;margin:0px 2px 0px 0px;}
.add-to-cart a {color:white;text-align:center;}
.product-item-wrapper .actions a {color:white;text-align:center;}
.add-to-cart input[type=text] {width:50px;height:50px;line-height:50px;margin:0px 2px 0px 0px;text-align:center;color:#c6c6c6;font-size:20px;border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;-ms-border-radius:5px 0px 0px 5px;-o-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;}
.add-to-bottom .price-info {margin:13px 0px 0px 10px;}
.price-info .price-box .price {font-weight:700;font-size:25px;color:#f11d2c;}
.product-status > span {font-size:15px;font-weight:700;position:relative;line-height:20px;padding-left:25px;display:block;}
.product-status > span::before {content:'';display:block;width:20px;height:20px;position:absolute;top:0px;left:0px;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;}
.product-status > span.in-stock::before {background-color:#95c11e;background-position:-52px -251px;}
.product-status > span.out-of-stock::before {background-color:#f11d2c;background-position:-51px -271px;}
.block-related-small {margin:0px 0px 20px 0px;}
.add-to-cart-wrapper .product-options {margin:10px 0;} 
.add-to-cart-wrapper .product-options dl { display: flex;flex-direction: row; justify-content:center; align-items:center}
.add-to-cart-wrapper .product-options dl dt, .add-to-cart-wrapper .product-options dl dd {min-width: 50%;height:50px;line-height:50px;}
.add-to-cart-wrapper .product-options dl dd {text-align: right;}
.add-to-cart-wrapper .product-options dl dd select { height: 40px;}
.add-to-bottom .price-info {position: absolute; bottom: 10px;width:50%;text-align:center;margin: 0;right: 0;}
.btn-buy-local {width:250px;}
.col-left-product {float:left;width:220px;}
.col-main-product {float:right;width:calc(100% - 240px);}
.product-info-nav {margin:0px 0px 20px 0px;}
.product-info-nav.fixed {position:fixed;z-index:20;box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3);}
.product-info-nav ul {background-color:#ededed;border:1px solid #dadada;border-radius:0px 6px 0px 0px;-moz-border-radius:0px 6px 0px 0px;-ms-border-radius:0px 6px 0px 0px;-o-border-radius:0px 6px 0px 0px;-webkit-border-radius:0px 6px 0px 0px;}
.product-info-nav.fixed ul {border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
.product-info-nav ul li {float:left;}
.product-info-nav ul li.video-animation {float:right;margin-left:20px;}
.product-info-nav ul li.video {float:right;}
.product-info-nav ul li a, .product-info-nav ul li a:visited {line-height:30px;display:block;padding:0px 16px;color:#000000;font-size:13px;}
.product-info-nav ul li a:hover, .product-info-nav ul li a:visited:hover, .product-info-nav ul li.active a {background-color:#f11d2c;color:white;}
.product-info-nav ul li.video-animation,.product-info-nav ul li.video-animation a:visited, .product-info-nav ul li.video-animation a:visited:hover, .product-info-nav ul li.video a, .product-info-nav ul li.video a, .product-info-nav ul li.video a:hover, .product-info-nav ul li.video a:visited, .product-info-nav ul li.video a:visited:hover {background-color:#95c11e;text-transform:uppercase;font-weight:bold;color:white;border-radius:0px 6px 0px 0px;-moz-border-radius:0px 6px 0px 0px;-ms-border-radius:0px 6px 0px 0px;-o-border-radius:0px 6px 0px 0px;-webkit-border-radius:0px 6px 0px 0px;}
.product-info-nav.fixed ul li.video a:hover, .product-info-nav.fixed ul li.video a:visited, .product-info-nav.fixed ul li.video a:visited:hover {border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
.product-info-nav ul li a.fancybox-video {color:white;}
.product-bottom-wrapper .product-information {margin:0px 0px 320px 0px;}
.product-information h2 {margin:0px 0px 15px 0px;}
.product-information .product-info-tab, .product-information .product-desc-inner {padding:20px;background-color:#f9f9f9;border:1px solid #f1f1f1;margin:0px 0px 20px 0px;}
.product-information .product-info-tab.crosssell-products {padding:0px;background-color:transparent;border:0px;}
.product-information .product-desc-inner {float:left;width:48.93617021%;margin:0% 2.12765974% 0% 0%;}
.product-information .product-desc-inner.full-width {float:none;width:auto;margin-right:0px;}
.product-information .product-info-tab.first {padding:0px;background-color:transparent;border:0px;}
.product-info-tab ul {margin:0px 0px 10px 0px;}
.product-info-tab > iframe {width:100%;}
.product-information .product-info-container {margin-bottom:30px;}
.block-upsell {float:right;width:48.93617021%;}
.product-offers-title {margin:0px 0px 20px 0px;}
.block-related-small .product-offers-title {margin:0px 0px 10px 0px;}
.product-offers-title h2 {color:#f11d2c;}

/* -- reviews -- */
.product-ratings > span {vertical-align:middle;display:inline-block;vertical-align:bottom;color:#9d9d9c;}
.review-item-wrapper {margin-bottom:20px;}
.review-item {padding:15px;border:1px solid #eeeeee;background-color:white;margin-bottom:15px;}
.review-item.last {margin-bottom:0px;} 
.review-item h5 {font-size:14px;color:#333333;margin-bottom:3px;font-weight:700;}
.review-item dd {line-height:20px;font-size:12px;}
.review-item .review-meta {font-style:italic;color:#adadac;font-size:11px;display:block;margin:0px 0px 3px 0px;}
.box-reviews h4 {margin-bottom:5px;color:#333333;}
.review-summary-table {margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e2e2e2;}
.box-reviews .form-list li {margin:0px 0px 12px 0px;padding-left:0px;}
.box-reviews .form-list li::before {content:none;}
.box-reviews label {display:block;margin:0px 0px 5px 0px;}
.box-reviews .ratings-wrapper {margin:0px 0px 10px 0px;}
.catalog-product-view .rating-container {position:relative;width:100px;height:16px;display:inline-block;vertical-align:middle;}
.catalog-product-view .product-top .rating-container {display:inline-block;vertical-align:middle;}
.catalog-product-view .rating-stars {position:absolute;left:0px;top:0px;background-position:-56px -214px;width:100%;height:16px;}
.catalog-product-view .rating-stars.rating-gold {background-position:-56px -230px;}

/* BEGIN OF MEDIA SCREEN OPTIONS */
@media only screen and (max-width : 1180px) {
    .product-col-left {width:calc(100% - 400px);}
    .product-col-right {width:380px;}        
}
@media only screen and (max-width : 1024px) {
	.product-symbols ul li span {left:auto;right:-10px;}
	.product-symbols ul li span::after {left:auto;right:15px;}
	.banner-top .sharing-links {right:10px;}
	.product-col-left {width:48.93617021%;margin-right:2.127659574%;}
	.product-col-right {width:48.93617021%;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.product-col-left .product-usps {display:none;}
	.product-col-left, .product-col-right, .block-related, .product-information .product-desc-inner {float:none;width:auto;}    
	#product_addtocart_form, .block-upsell, .product-col-left {margin:0px 0px 20px 0px;}
	.product-information .product-desc-inner {min-height:0px!important;}
	.block-upsell {float:none;width:auto;}
	.col-left-product {display:none;}
	.col-main-product {float:none;width:auto;}
}

@media only screen and (max-width : 767px) {
    .product-col-left .product-usps, .catalog-product-view .col-left, .product-col-right .product-name {display:none;}
    .product-col-left, .product-col-right, .block-upsell, .product-information .product-desc-inner {float:none;width:auto;}
    .product-col-left .product-name {margin:0px 0px 10px 0px;}
    #product_addtocart_form, .block-upsell, .product-col-left {margin:0px 0px 20px 0px;}
    .col-left-product {display:none;}
    .col-main-product {float:none;width:auto;}
    .product-info-nav.fixed {width:calc(100% + 20px)!important;left:-10px;}
    .product-info-nav ul {border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
    .product-info-nav ul li {width:50%;}
    .product-info-nav ul li.video {float:left;}
    .product-info-nav ul li.video a {border-radius:0px;}
    .product-info-nav ul li a, .product-info-nav ul li a:visited {font-size:10px;padding:0px;font-weight:bold;text-transform:uppercase;text-align:center;}
    .product-information .product-desc-inner {min-height:0px!important;}
    .product-bottom-wrapper .product-information {margin:0px;}
    .review-summary-table thead th:first-child, .review-summary-table tbody th {display:none;}
    .product-thumb {width:80px;}
    .product-info-nav ul li.video-animation {margin-left:0px;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-wekbit-border-radius:0px;}
}
/* ====== END OF STYLING PRODUCT PAGE ====== */
/* ====== BEGIN OF STYLING OFFERS ====== */
.offers-title {margin:0px 0px 30px 0px;}
.offers-title h2 {text-transform:uppercase;float:left;width:50%;}
.offers-title a {float:right;}
.view-all-saw {text-align:center;}
.product-item {float:left;width:23.40425532%;margin-right:2.127659574%;position:relative;height:415px;z-index:9;margin-bottom:15px;}
.offers-block .product-item {width:18.6440678%;margin-right:1.694915254%;}
.block-upsell .product-item {width:49.15254237%;margin-right:1.694915254%;}
.block-upsell .product-item:nth-child(2n) {margin-right:0px;}
.product-item:hover {z-index:10;}
.product-item:nth-child(4n) {margin-right:0px;}
.offers-block .product-item:nth-child(4n) {margin-right:1.694915254%;}
.offers-block .product-item:nth-child(5n) {margin-right:0px;}
.product-item .product-item-wrapper {width:100%;height:100%;background-color:white;position:absolute;right:0px;top:0px;border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;transition:all 0.15s;-moz-transition:all 0.15s;-ms-transition:all 0.15s;-o-transition:all 0.15s;-webkit-transition:all 0.15s;}
.product-item:hover .product-item-wrapper {height:calc(100% + 90px);width:calc(100% + 50px);padding:25px;right:-25px;top:-25px;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);}
.product-item.related:hover .product-item-wrapper {width:calc(100% + 145px);padding:25px 25px 25px 120px;}
.offers-block .product-item:nth-child(5n+1):hover .product-item-wrapper {right:-50px;}
.offers-block .product-item:nth-child(5n+1).related:hover .product-item-wrapper {right:-145px;}
.product-item .product-related {display:none;width:80px;position:absolute;left:15px;top:15px;}
.product-item .product-related ul li {padding:0px 0px 8px 0px;background-color:white;width:80px!important;height:80px!important;}
.product-item:hover .product-related {display:block;}
.product-item .product-image {display:block;margin:0px 0px 10px 0px;}
.product-item .product-image img {width:100%;height:auto;}
.product-item .product-content-top {height:55px;}
.product-item .product-name {font-size:15px;margin:0px 0px 4px 0px;}
.product-item .product-name a {color:#000;max-height: 34px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;line-height: 17px;}
.product-item .product-sku {font-size:12px;font-style:italic;}
.product-item .product-desc {line-height:20px;font-size:12px;margin:0px 0px 10px 0px;height:80px;overflow:hidden;}
.product-item .product-desc ul li {position:relative;padding-left:12px;display:none;}
.product-item .product-desc ul li:nth-child(1), .product-item .product-desc ul li:nth-child(2), .product-item .product-desc ul li:nth-child(3) {display:block;}
.product-item .product-desc ul li::before {content:'';display:block;width:5px;height:5px;position:absolute;left:0px;top:7px;background-color:#f11d2c;}
.product-item .price-box {text-align:right;}
.product-item .actions {display:none;position:absolute;width:calc(100% - 50px);bottom:25px;right:25px;}
.product-item.related .actions {width:calc(100% - 145px);}
.product-item:hover .actions {display:block;}
.product-item .actions .button {width:100%;text-align:center;}

/* ====== BEGIN OF STYLING SMALL OFFERS ====== */
.product-thumb {float:left;width:109px;border:1px solid #f1f1f1;margin:0px 8px 8px 0px;}
.product-thumb:nth-child(4){margin:0;}
.product-thumb a {display:block;position:relative;}
.product-thumb a span {padding: 7px;z-index: 9;background-color: rgba(0, 0, 0, 0.5);color: white;display: inline-block;text-align: center;line-height: 15px;position: absolute; bottom: 0px;width: 100%;font-size: 12px;left:0px;}
.product-thumb a:hover span {opacity:1;filter:alpha(opacity=100);visibility:visible;}
.product-thumb a img {width:100%;height:auto;}

/* ====== BEGIN OF STYLING CROSSSELL PRODUCT OFFERS ====== */
/* -- If slider == active -- */
.crosssell-block .crosssell-slider .product-item {margin:0px;height:460px;}
.crosssell-block .crosssell-slider .product-item .product-item-wrapper {padding:0px 10px;transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;-webkit-transition:none;}
.crosssell-block .crosssell-slider .product-item:hover .product-item-wrapper {position:static;padding:0px 10px;height:100%;width:100%;box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;}
.crosssell-block .product-item .product-name {line-height:15px;}
.crosssell-block .crosssell-slider .product-item .product-desc {height:60px;}
.crosssell-block .crosssell-slider .product-item .actions {display:block;position:static;width:auto;text-align:center;}
/* Buttons */
.crosssell-slider > button {position:absolute;top:50%;text-indent:-9999px;margin-top:-18px;width:36px;height:36px;background-color:white;border:0px;opacity:0.7;transition:opacity 0.3s;-moz-transition:opacity 0.3s;-ms-transition:opacity 0.3s;-o-transition:opacity 0.3s;-webkit-transition:opacity 0.3s;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;box-shadow:0px 0px 8px rgba(0, 0, 0, 0.2);}
.crosssell-slider > button.slick-prev {left:0px;}
.crosssell-slider > button.slick-next {right:0px;}
.crosssell-slider > button::after {content:'';display:block;position:absolute;top:50%;left:50%;margin-left:-4.5px;margin-top:-9px;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;transition:border-color 0.3s;-moz-transition:border-color 0.3s;-ms-transition:border-color 0.3s;-o-transition:border-color 0.3s;-webkit-transition:border-color 0.3s;}
.crosssell-slider > button.slick-prev::after {border-right:9px solid #efefef;margin-left:-6.5px;}
.crosssell-slider > button.slick-next::after {border-left:9px solid #efefef;}
.crosssell-slider > button:hover {opacity:1;}
.crosssell-slider > button.slick-prev:hover::after {border-right:9px solid #f11d2c;}
.crosssell-slider > button.slick-next:hover::after {border-left:9px solid #f11d2c;}

/* BEGIN OF MEDIA SCREEN OPTIONS */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .product-item {width:31.91489362%;}
    .offers-block .product-item {width:23.72881356%;}
    .product-item:nth-child(3n) {margin-right:0px;}
    .offers-block .product-item:nth-child(3n) {margin-right:1.694915254%;}
    .product-item:nth-child(4n) {margin-right:2.127659574%;}
    .offers-block .product-item:nth-child(4n) {margin-right:0px;}
    .offers-block .product-item:nth-child(5n) {display:none;}
    .crosssell-block .crosssell-slider .product-item {height:330px;}
    .crosssell-block .crosssell-slider .product-item:nth-child(3n), .offers-block .crosssell-slider .product-item:nth-child(4n), .offers-block .crosssell-slider .product-item:nth-child(5n) {margin:0px;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .products-grid .product-item {width:49%;margin-right:2%;}
    .products-grid .product-item:nth-child(3n) {margin-right:2%;}
    .products-grid .product-item:nth-child(2n) {margin-right:0px;}
    .products-grid .product-item .product-image img {max-width:220px;}
    .crosssell-block .crosssell-slider .product-item:nth-child(3n), .offers-block .crosssell-slider .product-item:nth-child(4n), .offers-block .crosssell-slider .product-item:nth-child(5n) {margin:0px;}
    .crosssell-block .crosssell-slider .product-item img {max-width:180px;}
}
@media only screen and (max-width : 767px) {
    .product-item, .offers-block .product-item {width:49.15254237%;margin-right:1.694915254%;height:auto;}
    .offers-block .product-item:nth-child(5n) {display:block;margin-right:1.694915254%;}
    .product-item:nth-child(2n), .offers-block .product-item:nth-child(2n) {margin-right:0px;}
    .product-item .product-item-wrapper, .product-item:hover .product-item-wrapper, .product-item.related:hover .product-item-wrapper, .product-item:nth-child(1):hover .product-item-wrapper, .product-item:nth-child(1).related:hover .product-item-wrapper {width:100%;height:100%;position:static;padding:0px;right:0px;top:0px;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;}
    .product-item:hover .product-related, .product-item .product-desc {display:none;}
    .product-item .price-box {margin:0px 0px 10px 0px;text-align:left;height:22px;}
    .product-item .actions {display:block;position:static;width:100%;}
    .product-item.related .actions {width:100%;}
}
/* ====== END OF STYLING OFFERS ====== */

