html {}

body {
    padding-top: 140px;
    font-size: 1rem;
}

@media Screen and (max-width: 40em) {
	body.is--ctl-index {
		padding-top: 150px;
	}
	body.is--ctl-checkout.is--minimal-header {
		padding-top: 180px;
	}
}

/****Fun with fonts ****/
h1.is--bold,
h2.is--bold,
h3.is--bold,
h4.is--bold {
    font-weight: 400
}


a:active,
a:hover {
    color: #EB0106;
}
.product--box .product--badges {
	z-index: 90;
}

.panel--title.is--underline {
    font-family: 'Bangers', cursive;
    letter-spacing: .09em;
    font-weight: 400;
    font-size: 1.3em
}

/***** Form & buttons  ******/
.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btn:hover {
    color: #ff0007;
    background: rgba(255, 211, 2, 1);
    /*
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
*/
}


.infinite--actions.btn:hover,
.btn.is--primary:hover,
.product--details .buybox--button:hover {
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}


.footer-main .newsletter--button {
    border: none;
}

specials.btn {
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
}

specials.btn:hover {
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}

.product--box a.product--image {
    overflow: hidden
}

.product--box a.product--image:hover img {
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}


/***** Header & Mainnav   ******/

.header-main .btn,
.navigation-main .btn,
.header-main .btn:hover,
.navigation-main .btn:hover {
    background: transparent;
    border: none;
}

.navigation-main .navigation--link {
    color: #353535;
    text-shadow: 1px 1px 0 #ffd302;
}

.navigation-main .navigation--link:hover,
.navigation-main .is--active .navigation--link {
    color: #EB0106;
    text-shadow: 1px 1px 0 #ffd302;
    background: none;
}


#navwrap {
    background: transparent url(../../src/img/header_bg.png) repeat-x left bottom;
    border: none;
    padding-bottom: 10px;
}

#navwrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-main,
.navigation-main {
    background: transparent;
    border: none;
}

@media Screen and (max-width: 767px) {
    .header-main .logo-main .logo--shop {
        height: 60px;
        width: 100%;
        text-align: center;
    }

    .header-main .logo-main .logo--link,
    .header-main .logo-main .logo--shop {
        height: 60px;
    }
}

@media Screen and (min-width: 78.75em) {
.content--home {
		margin-top: 0;
}
}
@media Screen and (min-width: 768px) {
    body {
        padding-top: 340px;
    }

    .navigation-main .navigation--link {
        font-size: 15pt;
    }

    .header-main .top-bar {
        background: #333435 url(../../src/img/header_bg_endline.png) repeat-x left bottom;
        border: none;
        padding-top: 6px;
        padding-bottom: 9px;
        color: rgba(255, 255, 255, .5);
    }

    .header-main .top-bar--navigation .navigation--entry,
    .header-main .top-bar--navigation .navigation--link {
        color: #A4A4A4;
    }

    .header-main .top-bar--navigation .navigation--entry:hover,
    .header-main .top-bar--navigation .navigation--link:hover {
        color: #EB0106;
    }

}
@media Screen and (min-width: 992px) {
	    body {
        padding-top: 240px;
    }

	body.is--ctl-checkout.is--minimal-header {
		padding-top: 280px;
	}

}
@media Screen and (min-width: 30em) {
    .entry--search .main-search--form .main-search--field {
        background: #FFD302;
        border: none;
    }

    .entry--search .main-search--form:hover .main-search--button,
    .entry--search .main-search--form:focus .main-search--button {
        color: #FFF;
    }

    .entry--search .main-search--form:hover .main-search--field,
    .entry--search .main-search--form .main-search--field:focus {
        background: #EB0106;
        color: #FFFFFF;
    }
}

@media Screen and (min-width: 48em) {
    .navigation-main .navigation--list {
        white-space: normal;
    }

    .navigation-main .navigation--link {
        padding: .5rem;
    }
/*	.navigation-main .navigation--entry:first-child {
		display: none;
	}*/
	.navigation-main .navigation--entry:last-child .navigation--link {
		background-image: url(../../src/img/price_bg_red.png);
		background-size: cover;
		color: #FFD302;
		padding-left: 8px;
		padding-right: 8px;
		text-shadow:  1px 1px 1px #000;
		min-width: 100px;
		text-align: center;
	}
		.navigation-main .navigation--entry:last-child .navigation--link:hover {
			color: #FFF;
		} 
    .navigation-main .is--active .navigation--link {
        font-weight: 400;
    }

    .navigation-main .is--active .navigation--link:hover {
        color: #000;
    }

    .header-main .logo-main {
        height: 150px;
        width: 18%;
    }

    .header-main .logo-main .logo--link,
    .header-main .logo-main .logo--shop {
        height: 150px;
    }

    .header-main .logo-main .logo--shop {
        margin-top: -5px;
		width: 100%;
    }

    .navigation-main .container .navigation--list-wrapper {
        width: 82%;
        margin-top: -50px;
        padding-bottom: 10px;
		text-align: right;
		float: right;
    }

    .header-main .shop--navigation {
        margin-left: 10%;
    }

}
@media Screen and (min-width: 768px) and (max-width: 1100px) {
	  .navigation-main .container .navigation--list-wrapper {
	  	margin-top: -90px;
	  	text-align: left;
	  }
} 
@media Screen and (min-width: 64em) {
	.image-slider--container {
		margin-bottom: 0;
	}
}

.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
    background: #FFD302;
    color: #454545;
}

.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn:hover {
    background: #EB0106;
    color: #FFFFFF;
}

.account--menu .navigation--headline {
    font-family: 'Bangers', cursive;
    letter-spacing: .09em;
    font-weight: 400;
}

.navigation--list .entry--cart .cart--link .cart--amount {
    color: #6f6d6b;
}




/****** Anpassungen Z-Indices wegen fixer Nav ***/

.image-slider {
    z-index: 80;
}

.product--box .product--image .image--element img {
    z-index: 89;
}

@media Screen and (min-width: 48em) {

    .off-canvas,
    .sidebar-main.off-canvas {
        z-index: 120;
    }
}

.js--overlay {
	z-index: 900;
}
.off-canvas .ajax--cart {
	        z-index: 1200;
}

/***** Startseite   ******/

.emotion--row .panel {
    background: transparent;
}



/****** Subpage elements *****/

.box--image a.product--image {
    background: transparent url(../../src/img/thumbnail_bg.png) no-repeat center center;
    background-size: contain;
}

.box--image a.product--image:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.shop-sites--container .shop-sites--headline {
    font-family: 'Bangers', cursive;
    letter-spacing: .09em;
    font-weight: 400;
    font-size: 1.3em;
    color: #454545;
}

.sidebar-main.off-canvas .sidebar--navigation .is--level1 .navigation--link.is--active {
    color: #eb0106;
    font-weight: 600
}

.off-canvas .ajax--cart .button--container .button--checkout {
	background: #EB0106;
	color: #FFF;
	text-shadow: 1px 1px 1px #454545;
}
.off-canvas .ajax--cart .button--container .button--checkout:hover {
	background: #FFD302;
	color: #EB0106;	
	text-shadow: 1px 1px 1px #454545;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
	background: #FFD302;
	color: #FFF;
	text-shadow: 1px 1px 1px #454545;
}
.off-canvas .ajax--cart .button--container .button--open-basket:hover {
	background: #454545;
	color: #FFD302;
	text-shadow: 1px 1px 1px #EB0106;
}

.paypal--sidebar {
	display: none;
}
@media Screen and (min-width: 48em) {


    .is--ctl-forms .sidebar-main .shop-sites--container,
    .is--ctl-custom .sidebar-main .shop-sites--container {
        background: #FFF;
    }

    .sidebar--navigation.is--level0 .navigation--entry {
        border: none;
    }

    .sidebar--navigation.is--level0 {
        padding-top: 10px;
        padding-bottom: 25px;

    }

    .sidebar--navigation .is--level1 {
        padding-right: 10px
    }


    .sidebar-main.off-canvas .navigation--link {
        font-family: 'Bangers', cursive;
        letter-spacing: .09em;
        font-weight: 400;
        color: #454545;
        font-size: 1.2em;
        padding-left: 0
    }

    .sidebar-main.off-canvas .navigation--link.is--active {
        color: #EB0103;
    }

    .sidebar-main.off-canvas .navigation--link:hover {
        color: #EB0103;
    }

    .sidebar-main.off-canvas .sidebar--navigation .is--level1 .navigation--link {
        color: rgb(45, 55, 65);
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        letter-spacing: 0;
        font-size: 1em;
        padding-left: 0;
        border-bottom: 2px solid rgb(45, 55, 65);
        font-weight: 600;
    }

    .sidebar-main.off-canvas .sidebar--navigation .is--level1 .navigation--link:hover {
        color: #EB0106;
    }


}

@media Screen and (min-width: 78.75em) {
	.is--ctl-listing .content-main--inner,
	.is--ctl-forms .content-main--inner,
	.is--ctl-custom .content-main--inner,
	.is--ctl-account .content-main--inner,
	.is--ctl-note .content-main--inner {
    padding-left: 0;
    padding-right: 0;
}

    .sidebar-main,
    .listing--content {
        padding-top: 0
    }
}



/*****  BREADCRUMP   ******/

.content--breadcrumb {
    color: #454545;
}

.content--breadcrumb .breadcrumb--link {
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.content--breadcrumb .breadcrumb--button .breadcrumb--title:after {
    font-family: 'shopware';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60f";
    font-size: .5625rem;
    margin-left: 20px;
    top: -2px;
    position: relative
}

@media Screen and (min-width: 48em) {
    .content--breadcrumb .breadcrumb--button {
        padding: .625rem .875rem .625rem 0;
        margin-right: 0;
    }
}

.content--breadcrumb .breadcrumb--button i.icon--arrow-left {
    display: none;
}


@media Screen and (min-width: 78.75em) {
    .content--breadcrumb {
        padding: 0;
    }

}


/*****  Kategorieseiten und Produktdetails ***/

.is--ctl-listing.is--act-index .sidebar-main.off-canvas .sidebar--categories-navigation li.navigation--entry {
    display: none
}

.is--ctl-listing.is--act-index .sidebar-main.off-canvas .sidebar--categories-navigation li.navigation--entry.is--active,
.is--ctl-listing.is--act-index .sidebar-main.off-canvas .sidebar--categories-navigation li.navigation--entry.is--active li.navigation--entry {
    display: block
}



.listing--actions {
    border: none;
}

.listing--actions .action--filter-btn,
.listing--actions .action--sort {
    margin-left: 0;
    margin-right: 0
}

.js--tab-menu .tab--link {
    font-family: 'Bangers', cursive;
    letter-spacing: .04em;
    font-weight: 400;
    font-size: 1.1em;
    text-shadow: 1px 1px 0 #AAA;
}

.box--minimal .product--image {
    height: 9.5rem;
}

.product--box .product--price .price--discount {
    font-size: 1.05rem;
	font-weight: bold;
    display: inline-block;
}


@media Screen and (min-width: 48em) {
    .box--minimal .product--image {
        height: 12rem;
    }
}

.product--box .product--price-info .price--unit[title] {
    display: none;
}

.box--minimal .product--price {
    position: relative;
    display: block;
    text-align: right;
}

/*.box--minimal .product--price .price--default {
    float: right;
}*/

.product--details .product--header .product--title {
    font-family: 'Bangers', cursive;
    letter-spacing: .04em;
    font-weight: 400;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #FFD302;
}

.product--details .product--buybox .price--content {
    font-family: 'Bangers', cursive;
    letter-spacing: .04em;
    font-weight: 400;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #151515;
    color: #EB0106;
}

@media Screen and (min-width: 48em) {
    .product--details .product--header .product--title {
        font-size: 2.5em;
        line-height: 1.4em
    }

    .product--details .product--buybox .price--content {
        font-size: 2.5em;
    }



}

/*.is--ctl-detail .content-main--inner {
	background: transparent;
}*/


.listing--actions {
    background: transparent;
}

.product--box .box--content {
    background: #FFF;
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 10px 0 0 0;
}

.product--box.box--slider .box--content {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.product--box .box--content .product--title {
    padding: 0 10px;
}

.product--box .product--title:hover {
    color: #EB0106;
}

.product--box .box--content .product--actions {
    padding: 0 10px 10px 10px;
}

/*.product--box .product--actions {
	margin: 0;
}*/


.product--box .product--image:hover {}

.box--image .product--price-info .price--unit {
    display: none;
}

.product--box .product--price {
    text-align: right;
    height: auto;
    margin: 0;
    padding: 0;
}

.product--box .product--price .price--default {
    padding: 11px 20px 10px 25px;
    display: inline-block;
    background: transparent url(../../src/img/price_bg_dark.png) no-repeat center center;
    background-size: contain;
    color: #FFF;
    height: auto;
    width: auto;
    text-align: right;
    font-family: 'Bangers', cursive;
    letter-spacing: .09em;
    font-weight: 400;
    font-size: 1.3em;
    line-height: auto;
    height: auto;
    text-shadow: 1px 1px 1px #EB0106;

}
.product--box .product--price .price--default.is--discount {
	    background-image: url(../../src/img/price_bg_red.png);
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
		color: #FFF;
}

/*.product--box .product--price .price--pseudo {
	font-weight: bold;
	top:  -5px;
	display: inline-block;
	position: relative;
	right: 0;
	color: #000;
}

.product--box .product--price .price--pseudo .price--discount{
	font-size: 0.9em;
	color: #000;
}*/


.last-seen-products .last-seen-products--title,
.last-seen-products--title {
    font-family: 'Bangers', cursive;
    letter-spacing: .09em;
    font-weight: 400;
    font-size: 1.9em;
    color: #EB0106;
    text-shadow: 2px 2px 0 #fff;
    border: none
}



@media Screen and (min-width: 48em) {
    .last-seen-products {
        background: #FFD302 url(../../src/img/krissel.png);
        padding: 0 20px;
    }

}



@media Screen and (min-width: 64em) {
    .box--image {
        width: 33%;
    }

}

@media Screen and (min-width: 78.75em) {

    .product--navigation .link--prev-button,
    .product--navigation .link--next-button {
        background: rgba(0, 0, 0, .15);
    }

    .product--navigation .link--prev:hover .link--prev-button,
    .product--navigation .link--next:hover .link--prev-button,
    .product--navigation .link--prev:hover .link--next-button,
    .product--navigation .link--next:hover .link--next-button {
        background: rgba(255, 1, 6, .8);
        color: #FFF;
    }
}


.forms--content {
    margin-top: 0
}

.custom-page--content {
    background: #FFF;
    /*
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
*/
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 1em 2em;
    margin-top: 0
}




/***** Footer   ******/

.footer-main {
    background: transparent url(../../src/img/footerbg.png) repeat-x;
    border: none;
    padding-top: 20px;
}

.footer-main .column--headline {
    color: #414141;
    font-weight: 400;
    font-size: 1.2em;
}

.footer-main .navigation--link {
    color: #6F6d6b;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0;
    font-size: .9em;
}


.footer--copyright,
.footer--logo {
    display: none;
}

.footer-main .navigation--link:hover {
    color: #EB0106;
}





/******Mobile Mansion ****/
.off-canvas .link--go-main,
.offcanvas--overlay .is--display-button,
.offcanvas--overlay .is--back-button {
    font-weight: 400
}


.shop--navigation .entry--menu-left .btn {}

.emotion--container {
    background: transparent;
}
.oi_introtitle {
	padding: 0 !important;
}
.oi_introtitle .panel {
	background: transparent;
	border: none;
}
.oi_introtitle h1 {
    color: #111;
    font-size: 2.3em;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
    text-align: left;
    text-shadow: 1px 1px 0 #FFF;
}


.link--supplier,
.content--link.link--supplier {
	display: none;
}
.raw-color-container {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}
.raw-color-container br {
	display: none;
}
.raw-color-container a {
	float: right;
}
.box--minimal .raw-color-container {
	padding-left: 10px;
}
.raw-color-container .raw-color-button {
	border-color:  #AAAAAA;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}


/***** Anpassungen mehr Buchstaben im titel *****/

.product--box .product--title{
	height: 4rem;
}

.emotion--product .product--box .product--info {
	overflow-x: visible;
}



/**** Slider in Einkaufswelten Startseite kaputt machen***/
.emotion--wrapper {
	margin-bottom: 20px;
}

.product-slider--container.is--horizontal {
	overflow: hidden;
	
}
.topseller_carousel .panel {
    background: #FFD302 url(../../src/img/krissel.png) ;
}
.topseller_carousel .panel .panel--title.is--underline{
	border: none;
	padding-bottom: 5px;
	font-size: 2.3em;
	text-shadow: 2px 2px 1px #fff;
}

.sale_carousel .panel .panel--title.is--underline {
	border: none;
	padding-bottom: 15px;
	font-size: 2.3em;
	text-shadow: 2px 2px 1px #fff;
	color: #EB0106;
}
.sale_carousel .panel{
    background: transparent url(../../src/img/krissel.png) ;
	border-top:  3px solid #EB0106;
	border-bottom:  3px solid #EB0106;
}
.emotion--product-slider .box--emotion .product--title {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: bold;
}
.topseller_carousel .product--box .box--content {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow:none;
}
.topseller_carousel .product--box .product--price .price--default,
.sale_carousel .product--box .product--price .price--default {
	width: auto;
	text-align: right;
	font-family: 'Bangers', cursive;
	letter-spacing: .09em;
	font-weight: 400;
	font-size: 1.3em;
}
.topseller_carousel .product--box .product--price-info,
.sale_carousel .product--box .product--price-info  {
    height: 2.5rem;
}
.sale_carousel .product--box .product--price .price--default.is--discount {
	background: transparent url(../../src/img/price_bg_red.png) no-repeat center center;
	background-size: contain;
}
.sale_carousel .product--box .product--price .price--discount {
	color: #454545;
}
.paypal-unified-ec--button-container{
	z-index: 10 !important;
	position: relative;
	}
/*.emotion--product-slider .product-slider--title ~ .product-slider--content {
	padding-top: 3rem;
}*/

.topseller_carousel .product-slider--container .product-slider--item .product--details {
  position: relative;
}
.topseller_carousel .product-slider--container .product-slider--item  .product--details:before {
	position: absolute;
	background: #EB0106;
	color:  #FFF;
	padding: 2px 3px 2px 0;
	height: 38px;
	width: 38px;
	content: "10";
	left: 0;
	top: -45px;
	border-radius: 50%;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	z-index: 180;
}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(1) .product--details:before {content: "1";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(2) .product--details:before {content: "2";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(3) .product--details:before {content: "3";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(4) .product--details:before {content: "4";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(5) .product--details:before {content: "5";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(6) .product--details:before {content: "6";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(7) .product--details:before {content: "7";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(8) .product--details:before {content: "8";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(9) .product--details:before {content: "9";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(10) .product--details:before {content: "10";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(11) .product--details:before {content: "11";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(12) .product--details:before {content: "12";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(13) .product--details:before {content: "13";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(14) .product--details:before {content: "14";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(15) .product--details:before {content: "15";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(16) .product--details:before {content: "16";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(17) .product--details:before {content: "17";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(18) .product--details:before {content: "18";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(19) .product--details:before {content: "19";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(20) .product--details:before {content: "20";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(21) .product--details:before {content: "1";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(22) .product--details:before {content: "2";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(23) .product--details:before {content: "3";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(24) .product--details:before {content: "4";}
.topseller_carousel .product-slider--container .product-slider--item:nth-child(25) .product--details:before {content: "5";}



.topseller_carousel .product--box .product--badges .badge--newcomer {
		background: #EB0106;
}




.topseller_carousel .product-slider--container .product-slider--item:nth-child(1),
.topseller_carousel .product-slider--container .product-slider--item:nth-child(21) {
	border: 5px dashed #EB0106;
}
.emotion--product-slider .box--emotion .product--image img{
	min-width: 200px;
	height: auto;
}

@media Screen and (min-width: 48em) {
	.product-slider--item {
	    padding: .3rem;
		margin: 0 .325rem;
	}
	/**  BILDGRÖSSEN SLIDER STARTSEITE  ***/
	.emotion--product-slider .box--emotion .product--image img{
		min-width: 200px;
		height: auto;
	}
}


.view-all-box a {
	display: block;
	font-size: 1.5em;
	padding: .3em .6em;
	margin: .3em auto .8em; 
	text-align: center;
	border: 1px solid #EB0106;
	color: #ff0007;
	border: none;
	background: rgba(255, 211, 2, 1);
	box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, .25);
}
.view-all-box a:hover {
	background: #EB0106;
	border: none;
	color: #FFF;
	-moz-transform: scale(1.1) rotate(-2deg);
	-webkit-transform: scale(1.1) rotate(-2deg);
	-o-transform: scale(1.1) rotate(-2deg);
	-ms-transform: scale(1.1) rotate(-2deg);
	transform: scale(1.1) rotate(-2deg);
}


.is--ctl-forms .sidebar-main, .is--ctl-tellafriend .sidebar-main, .is--ctl-newsletter .sidebar-main, .is--ctl-sitemap .sidebar-main, .is--ctl-custom .sidebar-main, .is--ctl-note.is--user .sidebar-main, .is--ctl-address .sidebar-main, .is--ctl-account.is--user .sidebar-main{
	background: #fff;
	margin-top: 30px;
}


.account--welcome.panel {
	background: transparent;
}



/*** Farbkasten Detailseite **/

.raw-color-container.detailpage {
	margin: 0 auto 20px auto;
	padding: 0 0 4px 0;
	border-bottom:  1px solid #eee;
	height: auto;
}


/*** Ausblenden von firelfanz im Warenkorb / Bestellprozess **/

.logo--supportinfo strong, .logo--supportinfo small {
	display: none;
}
.is--ctl-checkout .table--footer.block-group {
	display: none;
}


.raw-color-container {
	height: auto !important;
  
}
.emotion--product .raw-color-container {
    position: absolute;
    top: -15px;
    z-index: 333;
}
.listing .product--box.box--basic .product--description {
	padding-left: 10px;
}

.product-slider--container.is--horizontal .product-slider--item .raw-color-container,
.listing .product--box.box--basic .raw-color-container,
.product--box.box--minimal .raw-color-container {
	display: block;
    min-height: 30px;
}
.navigation--entry.social-media--entry {
	margin-right: 0;
}
.navigation--entry.social-media--entry a.btn {
	padding-top: 5px;
	color: #6f6d6b;
}
.navigation--entry.social-media--entry a {
	color: #6f6d6b;
}
.navigation--entry.social-media--entry a.btn i.icon--facebook, .navigation--entry.social-media--entry a.btn i.icon--instagram {
	font-size: 1.65em !important;
}

/**POPUP**/
#popup--overlay {
	z-index: 4500;
	background: rgba(0,0,0,.8);
}
body .page-wrap .popup {
	max-height: auto;
}
body .page-wrap .popup .popup--container {
	background-size:  cover;
	box-shadow: 0 0 4px 1px #000;
	padding: 0;
	background-size:  contain !important;
}
body .page-wrap .popup .popup--container.has-background-image .popup--content {
	background: transparent;
	width: 300px;
    height: 300px;
	max-height: 100%;
	min-width: 300px;
}
@media Screen and (max-width: 768px) {
body .page-wrap .popup,
body .page-wrap .popup .popup--container.has-background-image,
body .page-wrap .popup .popup--container img,
body .page-wrap .popup .popup--container.has-background-image .popup--content{
	width: 300px;
    height: 300px;
	max-height: 300px;
	min-width: 300px;
}
}
body .page-wrap .popup .popup--container .popup--content .popup--description,
body .page-wrap .popup .popup--container .popup--content .popup--title,
body .page-wrap .popup .popup--container .popup--content .popup--footer,
body .page-wrap .popup .popup--link,
body .page-wrap .popup .popup--container .btn.btn-close {
	display: none !important;
}
@media Screen and (min-width: 500px) {
	body .page-wrap .popup,
	body .page-wrap .popup .popup--container.has-background-image,
	body .page-wrap .popup .popup--container img,
	body .page-wrap .popup .popup--container.has-background-image .popup--content {
	width: 400px;
    height: 400px;
	max-height: 400px;
	min-width: 400px;
	}

	body .page-wrap .popup .popup--container.has-background-image .btn-close {
	    position: absolute;
	    z-index: 99999999;
	    left: 0;
	    top: 0;
		right: 0;
		bottom: 0;
	}
}
@media Screen and (min-width: 768px) {
	body .page-wrap .popup,
	body .page-wrap .popup .popup--container.has-background-image,
	body .page-wrap .popup .popup--container img,
	body .page-wrap .popup .popup--container.has-background-image .popup--content {
	width: 600px;
    height: 600px;
		max-height: 600px;
	min-width: 600px;
	}
}
@media Screen and (min-width: 1024px) {
	body .page-wrap .popup,
	body .page-wrap .popup .popup--container.has-background-image,
	body .page-wrap .popup .popup--container img,
	body .page-wrap .popupp .popup--container.has-background-image .popup--content {
	width: 800px;
    height: 800px;
		max-height: 800px;
	min-width: 800px;
	}
}

.popup--container img {
	opacity: 1 !important;
}

