/*!
* WINTER 2.0 rev2.3
* Modified Responsive Webshop Design
* Copyright (c) 2017 IGSK Group GmbH
* https://www.bannershop24.de || http://www.igsk-group.de
* 
*/
/* setzt den Headerabstand bei Popups zurueck */


@media only screen and (min-width: 768px)  {
	div#shopauskunft_widget {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 50px;
	}
} 
 
 
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*FONT ROBOTO*/
/* roboto-100 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('fonts/roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('fonts/roboto/roboto-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-100.woff') format('woff'), /* Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('fonts/roboto/roboto-v27-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular 400- latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('fonts/roboto/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('fonts/roboto/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('fonts/roboto/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/roboto/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('fonts/roboto/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('fonts/roboto/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
			 url('fonts/roboto/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('fonts/roboto/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
	font-family: "Roboto", sans-serif; 
	font-weight: 100;
	font-size: 20px;
	line-height: 1.4rem;
	color: #616161;
}

@media (min-width: 1200px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1300px;
    }
}

h2, h3, h4, h5, h6 {
	color: #e2007a;
	font-weight: 400;
}

h1 {
	color: #616161;
	font-size: 38px;
	font-weight: 100;
	line-height: 120%;
}

h2 {
	font-size: 184%;
	line-height: 110%;
}

h3 {
	font-size: 100%;
	color: #616161;
}
a {
	color: #616161;
}
a:hover, a:focus {
	color: #e2007a;
	text-decoration: none;
}
strong {
	font-weight: 400;
}
li {
	line-height: 120%;
}
hr {
	border-color: #cccccc;
	margin-top: 9px;
}

.popupproductinfo,
.popupprintorder {
	padding-top: 0;
}
@media (max-width: 979px) {
	.caret {
		display: none;
	}
}
.navbar-top .navbar-inner {
	background: #FFF;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #e2007a;
	background: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background: transparent;
	color: #e2007a;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret{
	border-top-color: #e2007a;
	border-bottom-color: #e2007a;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: transparent;
	color: #e2007a;
}

.dropdown-menu {
	background: #ffffff;
}
.dropdown-menu > li > a {
	color: #555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: transparent;
	color: #e2007a;
}
.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:focus:after {
	border-left-color: #e2007a!important;
}

@media (min-width: 980px) {
	.dropdown-submenu > a:after {
		border-left-color: #555;
	}
}
/* Boxformatierungen */

.boxheader,
.categoryheader {
	display: block;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
}
.boxheader .fa,
.categoryheader .fa,
.boxcartheader .fa {
	padding-right: 5px;
	color: #616161;
}

.preheader .boxcartheader .fa {
	color: #ffffff;
}
.preheader .cart-count {
	background-color: #ffffff;
	color: #e2007a;
}

.preheader .boxcartheader:hover .fa{
	color: #616161;
}
.preheader .boxcartheader:hover .cart-count {
	background-color: #616161;
}
.preheader .boxcartheader:hover .cart-count:after {
	border-left-color: #616161;
}

.boxheader a,
.categoryheader a,
.boxcartheader a {
	color: #616161;
	font-weight: 400;
}
.boxheader a:hover .fa,
.categoryheader a:hover .fa,
.boxcartheader a:hover .fa,
.boxheader a:hover,
.categoryheader a:hover,
.boxcartheader a:hover {
	color: #e2007a;
}
.boxcontent {
	margin-top: 0px;
	padding: 10px;
	border-top: 0px solid #d8d8d8;
	overflow: hidden;
}
.boxcartheader:hover .fa {
	color: #e2007a;
}



.catimage.img-responsive.img-polaroid.center-block.bottom-buffer {
	margin: 0;
}


.cart-count {
	color: #ffffff;
	background-color: #38393a;
	text-align: center;
	padding: 1px 8px;
	position: relative;
	right: 2px;
	bottom: 0;
	font-size: 60%
}
.cart-count:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 77, 46, 0);
	border-left-color: #fff;
	border-width: 9px;
	margin-top: -9px;
}
.boxcartheader {
	width: 100%;
	text-align: right;
	margin: 0;
	font-weight: 100;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}
.boxcontent img {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infografx {
	background: #FFF;
	text-align: center;
}
.infografx img {
	width: 100%;
}

footer {
	font-size: 14px;
	padding-bottom: 12em;
}

footer .shopinfo .categoryheader,
footer .boxheader, 
footer .categoryheader {
	text-align: left;
}

.footer_txt {
	margin-top: 4em;
}

.footer .boxheader,
.footer .categoryheader {
	display: block;
	background: none;
	border: none;
	padding: 10px 10px;
	margin-top: 15px;
	color:#616161;
		font-weight: 400;
		line-height: 110%;
}
.footer .boxheader .fa,
.footer .categoryheader .fa {
	color:#616161;
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */

.nav-tabs-container,
.accordion-group {} .nav-tabs,
.accordion-heading {    
	padding: 0px;
	margin-bottom: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 15px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 400;
}

.nav-tabs > li {
	margin: 0 .6em 0 0;
}

.nav-tabs > li > a {
    display: block;
    text-decoration: none;
    color: #616161;
    background: #ffffff;
    border: 1px solid #616161;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid  #e2e2e2;
    padding: .75em 1.3em;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
li.tab-heading.active a {
	  background: #e2e2e2;
    color: #e2007a;
    border: 1px solid #e2e2e2;
}

.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
	background-color: #e2e2e2;
	color: #ffffff;
	border-color: #e2e2e2;
}

.accordion-inner {
	background-color: #e2e2e2;
	padding: 2rem;
	border-radius: 0 30px 30px 30px;
}

@media (max-width: 767px) {
	.nav-tabs > li{
	    width: 100%;
	    margin-bottom: .3em;
	}
	.nav-tabs > li a {
    padding: .8em 1.3em;
    border-bottom: 1px solid #616161;
    border-radius: 30px;
    border-bottom-left-radius: 0;
	}
	.accordion-inner {
		padding: 1.5rem .5rem;
	}
}


/* Carousel - Bilderslider fuer Bilder mit weissem Hintergrund*/

.nav > li > a:hover,
.nav > li > a:focus {
	color: #e2007a;
}

.Sitemap .nav > li > a {
	color: #e2007a;
}

.Sitemap .nav > li > a:hover {
	color:  #616161;
}

.carousel-caption.relative {
	background: none;
	position: relative;
}
#bs24slider {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#bs24slider img {
	width: 100%;
	margin: auto;
}
.carousel-caption.relative h4,
.carousel-caption.relative p {
	color: #616161;
}
.carousel-indicators li.white {
	background-color: #999;
	background-color: rgba(70, 70, 70, .25);
}
.carousel-indicators .white.active {
	background-color: #444;
}
/* zentriert das Bild */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0 auto;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/* Hilfsstyles */
/* Contentabstand unten */

.content {
	margin-bottom: 20px;
	padding: 0px 5px;
}
/* Textarea Kommentare bei Checkout */

.checkoutcomment textarea {
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
/* damit beim Bewertung schreiben die Radiobuttons und die Schrift zentriert angezeigt werden koennen*/

p.rating label {
	padding-left: 0;
}
/* AGB */
#checkout_payment textarea,
div.agbframe {
	background: #fff;
	border: 1px solid #CCC;
	height: 200px;
	overflow: auto;
	padding: 2%;
	width: 96%;
}
/* Blockzentrierung */

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Abstand unten */

.bottom-buffer {
	margin-bottom: 20px;
}
/* Well-Box Abstand unten bei Fromularen und Listen */

.well-small form,
.well-small ul {
	margin-bottom: 0;
}
/* Linie unten */

.bottom-line {
	border-bottom: 0px solid #d8d8d8;
}
/* Schriftfarbe alter Preis */

.productOldPrice {
	color: #616161;
	font-size: 60%;
	line-height: 10px;
}
.sidebar .productOldPrice {
	font-size: 60%;
}
.sidebar .productNewPrice {
	font-weight: 400;
}
.sidebar .preis {
	font-weight: 100;
	color: #e2007a;
	font-size: 22px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
/* setzt den Abstand der Dropdowns in Topnav auf null, damit das Aufklappen bei Mouseover funktioniert */


nav#catmenu {
		background: #ffffff;
		border-bottom: 1px solid #cccccc;
}

.navbar .nav > li > a {
	color: #555;
	font-weight: 100;
	font-size: 90%;
}


.nav .dropdown-menu {
	margin: 0;
	padding: 1em;
}
/* Hack für IE7 damit Formulare die richtige Zeilenhöhe bekommen */

.row-fluid [class*="span"] {
	*min-height: 20px;
}
/* Hintergrundfarbe der Boxen im Footer */

.footer .well.well-small {
	background-color: transparent;
	border: 0px solid #131313;
}
.footer .boxcontent {
	border: 0px solid #616161;    
	background: none;
}
.footer .boxcontent a {
	color: #616161;
	font-weight: 100;
}
.footer .boxcontent ul li strong {
	font-weight: 100;
}
.footer .boxcontent ul li a {
	margin: 0px;
	padding: 0px;
	line-height: 27px;
}
.footer .boxcontent ul li {
	margin-bottom: 5px !important;
}
.footer .boxcontent ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* COPYRIGHT */

.copyright,
.parseTime,
.bs24copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding-top: 0px;
	font-weight: 100;
	color: #7e7e7e;
	background: #333;
	line-height: 17px;
}
.copyright a,
.bs24copyright a {
	text-decoration: none;
	color: #7e7e7e;
}
/* MODIFIED STYLE */

span.cop_magenta {} span.cop_grey {} #headercart {
	/*  z-index: 800 !important;*/
	
	float: right;
	text-align: right;
	/*height: 40px;*/
	margin-left: 0px;
	min-height: 0;
	width: auto;
}

#headercart:hover,
#headercart:active,
#headercart:focus {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	/*color:#362F2F;*/
}
#headercart .clearfix {
	margin-top:  0;
}


/*span.btn.cart-icon {
	border: none;
	background-color: #e2007a;
	padding: 5px 10px;
	float: right;
	position: relative;
	top: 3px;
	left: 4px;
}*/
#box_cart .boxcontent {
	margin: 0 !important;
	min-width: 15em;
}
#boxcartbody {
	background: #FFF;
	display: block;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	opacity: 1;
	position: absolute;
	z-index: 200;
	border: 1px solid #DDD;
		font-size: 60%;
	right: 0;
}
#box_cart.in {
	overflow: visible;
	padding: 0px;
	border-bottom: 3px solid #616161;
	z-index: 1020;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.shoppingcart .categoryheader {
	color: #ff0000;
}
i.fa.fa-shopping-bag.fa-2x {
	position: relative;
	bottom: 0;
	font-size: 80%;
}
.well {
	/* background:#f8f8f8; */
}
#gift_coupon {} .brand {
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 25px 0px;
}
#gift_coupon input {
	border: 1px solid #000;
}
.brand img {
	max-height: 100px;
	transition: all 0.3s linear;
}
@media (max-width: 979px) {
	.brandmenu {
		padding: 12px 0px;
		overflow: hidden;
		font-weight: 100;
	}
	.shopheader {
		text-align: center;
		margin-top: 0px;
		padding: 20px 0px;
	}
	#box_cart {
		top: 0px;
	}
	.iconcart {
		display: none;
	}
	.brand {
		float: none;
	}
	.brand img {
		max-height: 100px;
		transition: all 0.3s linear;
		margin: 20px 0;
	}
}
/* START autocomplete */

.suggestionsBox {
	position: absolute;
	/*right:0;*/
	
	margin: 0px;
	min-width: 250px;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-size: 60%;
	/*color:#616161;*/
	
	z-index: 99999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 3px 5px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.suggestionList li {
	border-bottom: 1px solid #ddd;
	/*background-color:#fff;*/
	
	list-style: none;
}
.suggestionList li a.autocomplete {
	display: inline-block;
	padding: 5px 0px;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/*.suggestionList li a.autocomplete:hover {
	background: #e2007a;
}*/
.suggestionList li a.autocomplete:hover .hl_text {
	color: #e2007a;
}
.suggestionList li a.autocomplete .autocomplete_image {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 5px;

  
}
.suggestionList li a.autocomplete .autocomplete_image img {
	float: left;
	width: 100%;
	height: auto;
}
#autocomplete_main,
#autocomplete_pagination {
	margin: 0;
}
.autocompletecloser {
	cursor: pointer;
}
#autocomplete_pagination li {
	float: left;
	border: 0;
}
#autocomplete_pagination li:hover {
	/*background-color:#f1f1f1;*/
}
#autocomplete_prev {
	cursor: pointer;
	padding: 5px;
	width: 5%;
	text-align: left;
	font-size: 16px;
}
#autocomplete_next {
	cursor: pointer;
	padding: 5px;
	width: 5%;
	float: right !important;
	text-align: right;
	font-size: 16px;
}
#autocomplete_next:hover {
	color: #f00
}
#autocomplete_count {
	padding: 5px;
	width: 75%;
	text-align: center;
	position: absolute;
	margin-left: 7%;
	font-size: 12px;
	font-weight: 400;
}
.autocomplete_error {
	padding: 6px 0px 11px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.hl_price {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	font-weight: 400;
}
.hl_price .no_price {
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	display: block;
	padding: 0px 0 0 0;
	color: #666;
}
.hl_price .special_price {
	display: block;
	color: #e2007a;
}
.hl_price .small_price {
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}
/* END autocomplete */
/* START pagination */

.pagination_bar {
	padding: 0px 0px 0px 0px;
	margin: 15px 0 15px 0;
}
.pagination_text {
	float: left;
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
}
.pagination_list {
	display: inline-block;
	float: right;
	line-height: 22px;
}
.pagination_list ul {
	list-style-type: none;
	margin: 0;
}
.pagination_list ul li {
	float: left;
	line-height: 21px;
	text-align: center;
	padding: 0;
}
.pagination_list ul li.plain {
	padding: 0 4px;
}
.pagination_list ul li a {
	display: inline-block;
	min-width: 13px;
	margin: 0 0 0 3px;
	font-weight: 400;
	background-color: #fff;
	padding: 0px 5px;
	border: 0px solid #d8d8d8;
}
.pagination_list ul li a:hover {
	color: #e2007a;
}
.pagination_list ul li.current {
	display: inline-block;
	min-width: 13px;
	margin: 0 0 0 3px;
	color: #e2007a;
	font-weight: 400;
	padding: 0px 5px;
	border: 0px solid #d8d8d8;
	background: #fff;
}
/* END pagination */

#searchdown {
	display: none;
	width: 100%;
	width: auto;
	height: 40px;
	clear: both;
	padding-top: 1px;
}
#searchleft {
	display: block;
	width: auto;
	height: auto;
}
.headersearch {
// padding-top:3px;
	float: left;
	margin-left: 0 !important;
}
#box_search button.btn {
	width: 15%;
	width: calc(20% - 2px);
	border: 2px solid #fff;
	color: #373839;
	margin: 0;
	padding: 3px 0px;
	background: #fff;
	font-size: 60%;
	line-height: 1;
	height: 24px;
	border-radius: 0 15px 0 0;
}
form#quick_find {
	margin: 3px 0 0 0;
}
input.search,
input.newsmail {
	width: 80%;
	width: calc(80% - 14px);
	margin: 0;
	color: #616161;
	z-index: 3;
	border: 1px solid #fff;
	font-weight: 100;
	font-size: 60%;
	height: 10px;
}

.boxcontent #loginbox input,
.cartlogin .loginbox input {
	padding: .5rem 1.2rem .6rem;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}
#sign_in .btn {
	margin: 0;
	text-align: center;
	background-color: #e2007a;
	width: 100%;
}
#sign_in .btn:hover {
	background-color: #616161;
}
#sign_in input {
	width: 100%;
	box-sizing: border-box;
	padding: 14px;
	line-height: 30px;
}
.graduated_prices,
.graduated_prices.pull-right {
	font-size: 85%;
	margin-bottom: 10px;
	width: auto;
	float: left;
}
.graduated {
	border: 1px solid #dedede;
	background: #fff;
	width: auto;
	padding:  1em;
	float: left;
}
@media (max-width: 767px) {
	#sign_in .btn {
		width: 90%;
		float: none;
		text-align: center;
	}
	#suggestions {
		width: 100% !important;
		/*width: calc(100% - 0px) !important*/
	}
	#headercart {
	float: none;
	margin-right: 0;
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
		position: absolute;
		right: 0;
		top: 0;
	}
	.mininav.span6 {
		width: 100%!important;
		font-size: 60%;
	}
	.headersearch.span3 #box_search button.btn {
		border-radius: 0;
	}
	.special_nav {
		display: none;
	}
	#bs24slider {
		margin-top: 0px;
	}
	input.search {
		width: calc(80% - 14px);
	}
	.shopheader {
		margin-top: 0px;
	}
	body,
	.sidebar {
		border-left: 0px;
		border-right: 0px;
	}
	#box_search {
		margin: 0;
		padding: 0;
		clear: both;
	}
	.headersearch {
/*        width: 70%;
		float: left;
		margin-left: 10px;*/
	}
	.brand img {
		max-height: none;
		max-width: 80%;
	}
	.graduated_prices, .graduated_prices.pull-right {
		float: none;
	}
	.graduated {
		width: auto;
		float: none;
	}
}
.btn100 {
	width: 100%;
	box-sizing: border-box;
}
.footrow {
/*    background: #fff;*/
	font-weight: 100;
		margin-bottom: 0px;
}
.adminbox .boxcontent {
	background: #EA5252;
	border-color: #EA5252;
	padding: 10px !important;
}
.footrow .container {
	margin-top: 20px;
}
/*
Verschiedene Boxen-Style (BS24)
*/

#box_login a {
	color: #e2007a;
}
#box_login a:hover {
	color: #616161;
}
#box_login .boxcontent {
	padding: 10px;
}
#loginbox {
    text-align: center;
}
#box_login .btn {
	background-color: #e2007a;
	color: #fff;
	border-color: #e2007a;
	width: 100%;
}
#box_login .btn:hover {
	background-color: #616161;
}
#box_categories .boxcontent {
	margin: 0px;
	padding: 15px 0 15px 0px;
}
.categorylist,
.categorylist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.categorylist ul li a:before {
	content: '\f105';
	font-family: "FontAwesome";
	padding-right: 4px;
	font-weight: 100;
}
.categorylist a {
	margin-left: 10px;
}
.categorylist ul li a {
	padding-left: 10px;
}
.categorylist ul li > ul li a {
	padding-left: 20px;
}
.categorylist ul li >ul li > ul li a {
	padding-left: 30px;
}
.categorylist ul li >ul li >ul li > ul li a {
	padding-left: 40px;
}
.categorylist ul li >ul li >ul li >ul li > ul li a {
	padding-left: 50px;
}
.categorylist ul li >ul li >ul li >ul li >ul li > ul li a {
	padding-left: 55px;
}
.categorylist li.active > a {
	color: #fff;
}
.categorylist .activeparent1 {
	border-bottom: 1px dashed #e2007a;
	border-top: 1px dashed #e2007a;
}
ul > li.active {
	color: #e2007a;
}
.categorylist li {
	line-height: 28px;
}
.categorylist > li {
	background-color: #fff;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	border-bottom: 0px solid #d8d8d8;
	line-height: 34px;
}

.hrline {
	margin-top: 34px;
	border-color: #FFF;
}

#bs24bestseller {
	border: 0px solid #d8d8d8;
	background: #FFF;
	width: auto;
}
.bestsellerbox .item {} .bestsellerbox .count {
	float: left;
	padding: 15px;
	background: #e2007a;
	background: rgba(230, 68, 23, 0.8);
	color: #FFF;
	font-weight: 400;
	position: absolute;
	top: 5px;
	left: 5px;
}
.bestsellerbox .img-polaroid {
	padding: 0;
	margin: 0;
	border: 0;
	/*width:100%;*/
}
.bestsellerbox .bestnames {
	height: 50px;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
}
.heading {} .content .well {
	padding: 9px;
}
.cartlogin .loginbox {
	padding: 10px 0;
}
/*
ProductinfoWrap - Detailansicht
*/

#productinfowrap .productprice {
	font-size: 38px;
	line-height: 30px;
}
#productinfowrap .productimage {
	background: #ffffff;
}
#productinfowrap .productinfoimage {
	background: #ffffff;
	text-align: center;
	border: 0px solid #d8d8d8;
}
#productinfowrap .productinfoimage:hover {} .imgoverlay {
	width: 300px;
	height: 300px;
	opacity: 0;
	background: url(img/zoom.png) no-repeat center center transparent;
}
#productinfoprice {
	text-align: left;
}
.boxstart {
	border-top: 2px solid #e2007a;
	margin: 10px;
}
@media (max-width: 767px) {
	.nobr {
		margin-bottom: 10px;
	}
	.sidebar {
		clear: both;
	}
	input.newsmail {
		width: 80%;
		width: calc(88% - 8px) !important;
	}
	.newsmail::after {
		content: "";
		clear: both;
	}
	#productinfoprice {
		text-align: center;
		margin-top: 10px;
	}
}
.catnavhead .nav > li {
	line-height: 22px;
}
.transparent {
	position: relative;
	top:10vh;
	background: transparent;
	background: rgba(0, 0, 0, 0.5);
}

.vh100 {
	height:100vh;
	height: calc(100vh - 62px);
}
img.navbarlogo {
	float: left;
	max-height: 80px;
	width: auto;
			transition: all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
}
/*.is-sticky img.navbarlogo {
	max-height: 20px;
	padding: 20px 0px;
	line-height: 40px;
	vertical-align: middle;
			transition:  all 0.2s ease-in-out;
	-webkit-transition:  all 0.2s ease-in-out;
}*/
.breads {
	padding-top: 0;
	font-size: 90%;
}

.breads .container {
	padding: 12px 0;
	box-sizing: border-box;
	display: flex;
}


/*Produktlisting in Zeilen*/

.details {
	line-height: 14px;
	padding: 8px;
	text-align: center;
}
.price {
	font-size: 24px;
	line-height: 25px;
	color: #e2007a;
	font-weight: 400;
	margin: .5em 0;
}
.preheader {
	background: #e2007a;
}
.special_nav {
	width: auto;
	float: right;
	margin: 0% 2% 0 0;
	color: #fff;
	text-align: right;
}
.special_nav .nav > li.active > a,
.special_nav .nav > li > a:hover {
	color: #616161;
}
.special_nav .mm-listview {
	float: right;
	font-size: 16px;
}

.special_nav .fa {
	margin-right: 5px
}

.special_nav li {
	float: left;
}
.mininav  {
	width: 42.717949%!important;
}
.mininav a {
	padding: 0px 10px 10px 10px;
	line-height: 40px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
.mininav a:hover {
	color: #38393a;
	text-decoration: none;
}
.mininav a.active {
	color: #e2007a;
}
.mininav a .fa {
	position: relative;
	right: 5px;
}
.language2 {
	/*text-align: right;*/
	float: left;
	/*line-height: 37px;*/
}

/* .taxandshippinginfo {
 	clear: both;
 	font-size: 10px;
 	font-weight: normal;
 	letter-spacing: -0.5px;
} */

.taxandshippinginfo {
	clear: both;
    font-size: 12px;
    line-height: 120%;
    margin-top: .5em;
}

.box2 .beschreibung {
	padding-top: 15px;
}
.bild .invisible {
	display: none;
}
hr.rooftop {
	margin: 0;
	border: 0;
	border-top: 0px solid #d8d8d8;
	padding: 0;
}
/*LISTING IN BOXEN*/
.index_products .well.well-small {
	position: relative;
}

.index_products .boxbuttons {
	position: absolute;
	right: 0;
	top: 200px;
}

@media (max-width: 767px) {
	.index_products .boxbuttons {
		position: static;
	}	
}

.index_products .taxandshippinginfo {
	display: none;
}

.index_products  .bild a {
    min-height: 11em;
}
.index_products  .bild a img {
	vertical-align: top;
}

.index_products > h2:first-child {
    text-align: center;
    font-weight: 400;
    margin: 1em 0;
    font-size: 220%;
}

.index_products .bottom-buffer  {
	margin-bottom: 2em;
}


.index_products h2 {
	line-height: 110%;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.index_products p {
    margin: 1em 0;
}
 
h3.artikelbox,
h2.artikelbox {
	margin: 0px 0px 5px 0px;
	font-weight: 400;
	color: #616161;
	text-transform: none;
	font-size: 80%;
	line-height: 120%;
}
h3.artikelbox a,
h2.artikelbox a {
	color: #616161;
}
h3.artikelbox a:focus,
h3.artikelbox a:hover,
h2.artikelbox a:focus,
h2.artikelbox a:hover {
	text-decoration: none;
}
.box2 {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	padding-bottom: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	/*border-radius: 10px;*/
	
}
.box2:hover {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.box2 .well {
	margin-bottom: 0;
}
.box2 a:hover, .box2 a:focus {
	color: #e2007a;
}
.bestseller {
	padding: 15px 0px;
}
.bild {
	width: 100%;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.bild img {
	width: 100%;
	max-width: 100%;
}
#box_sellers .bild {
	border: 0px solid #d8d8d8;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	float: left;
	max-width: 40%;
}
#box_manufacturers a {
	line-height: 30px;
	margin-left: 10px;
	width: 100%;
}
#box_manufacturers a:hover {
	text-decoration: none;
}
#box_manufacturers a:before {
	content: '\f013';
	font-family: "FontAwesome";
	padding-right: 4px;
	font-weight: 100;
}
.specialsbox,
.loginbox,
.boxreviews {
	background: #e2e2e2;
}
.sidebar .bild {
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	/*float: left;*/
	/*max-width: 40%;*/
}
.sidebar .bild a {
	max-width: 100%;
}
.sidebar .boxcontent,
.giftbox {
	padding: 0px 0px 10px 0px;
}
.titel {
	padding: 10px;
	text-align: center;
	font-weight: 400;
}

.clear, .clearfix {
	margin-top: 10px;
	clear: both;
}
.productoptions {
	margin: 10px auto;
}
.productoptions label {
	line-height: 30px;
}
.productOldPrice small,
.price small,
#productinfoprice > p.productprice > small {
	display: none;
}
.catimage {
	padding: 0;
	border: 0px solid #d8d8d8;
}
.span3.box2:nth-child(4n+1) {
	clear: both;
}
@media (max-width: 767px) {
	.span3.box2:nth-child(4n+1) {
		clear: none;
	}
	.span3.box2:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 767px) {
	.whatsapp {
		display: none;
	}
	.shopheader {
		display: flex;
		align-items: center;
	}
	.mininav {
		font-size: 16px;
		float: left;
	}
	.span3.box2:nth-child(4n+1) {
		margin-left: 0 !important;
	}
	.row-fluid.box2 {
		margin: inherit;
	}
	.adminbox .fa {
		float: left;
		padding: 2px 10px 0px 0px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.mininav {
		width: 52.717949%!important;
	}
	.headersearch.span3 {
		width: 15.404255%;
	}
	.brand-menu.hidden-desktop {
		display: block!important;
		color: #e2007a;
	}
	.nav-collapse.collapse.navbar-responsive-collapse {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.headersearch.span3 {
		display: none;
	}
	.mininav {
		width: auto!important;
	}
	.special_nav {
		float: left;
		margin: 0;
	}
	.special_nav .mm-listview {
		float: left;
	}
	.special_nav .mm-listview, .mm-listview>li {
		float: left!important;
		display: inline!important;
	}
}

	.scrollToTop {
		position: fixed;
		bottom: 50px;
		left: 10px;
		display: none;
		background: url('img/arrow-up.png') no-repeat center center #FFF;
		width: 36px;
		z-index: 555;
		height: 36px;
	}
.infograf {
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease;
}
.infograf:hover {
	transform: rotate(2deg);
	transition: all 0.3s ease;
}

.btn {
	margin: .5em .4rem .4rem 0;
    padding: .8em 1.8em;
    background-color: #e2007a;
    border-radius: 30px;
    border-top-right-radius: 0;
    color: #fff;
    line-height: 1;
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #616161;
}

.index_products .btn {
	padding: .8em 1.8em .8em 1.3em;
}

.index_products .btn:hover {
	background-color:  #676767;
}

.index_products .btn .icon-info-sign {
	display: none;
}

.btn.checkout,
.btn.incart,
.btn.buynow {
	background-color: #e2007a;
	border-color: #e2007a;
}
.btn.checkout:hover,
.btn.incart:hover,
.btn.buynow:hover {
	color: #fff;
	background-color: #616161;
	border-color: #616161;
}
.btn.confirmorder {
	background: #e2007a;
	border-color: #e2007a;
	padding: 10px;
	width: 50%;
	margin-bottom: 50px;
}
.btn-minus,
.btn-plus {
	padding: 4px 14px;
	margin: 0px 5px 10px 5px;
}
.addtobasket {
	clear: both;
	padding-top: 10px;
}
.addtobasket input[type="number"] {
	padding: 6px;
	width: 4em;
	text-align: center;
	margin-bottom: 10px;
}
@media (max-width: 979px) {}
@media (max-width: 767px) {
	.footer_txt, .index_products {
		width: 95%;
		margin: 0 auto;
	}
	.index_products .bottom-buffer {
		margin-bottom: 0;
	}
	.index_products .btn {
		margin-bottom: 4em;
	}
	center a img {
		margin-bottom: 2em;
	}
	img.navbarlogo {
		// max-height: 25px;
		padding: 0 5px;
	}
	.language2 {
		text-align: center;
		float: none;
		line-height: 37px;
		margin: 0 auto;
	}
	.newsheading::after {
		content: "";
		clear: both;
	}
	.mininav {
		text-align: center;
		float: none;
	}
	.socialbox {
		text-align: center;
	}
	h2.artikelbox {
		margin: 0px 0px 5px 0px;
		font-weight: 400;
		text-transform: none;
		font-size: 14px;
	}
	.span4.infograf {
		max-width: 50%;
		float: left;
	}
	.span4.infograf-last {
		max-width: 100%;
		float: none;
	}
	.addtobasket {
		text-align: center;
		width: 100%;
	}
	.btn.checkout {
		padding: 10px 0;
		width: 100%;
	}
	.btn.incart {
		width: 80%;
	}
	.btn.confirmorder {
		width: 100%;
		margin-top: -25px;
		height: 70px;
	}
	.footer .boxcontent ul li a,
	.footer .boxcontent a,
	.footer .boxheader,
	.footer .categoryheader,
	.footer .boxcontent {
		font-weight: 100;
		line-height: 25px;
		text-align: center;
	}
	footer .span3,
	footer .shopinfo .categoryheader,
	footer .boxheader,
	footer .categoryheader {
		text-align: center;
	}

	.copyright,
	.parseTime,
	.bs24copyright {
		line-height: 25px;
	}
}

#bs24bestseller .item {
	margin: 0px;
	text-align: center;
}
#bs24bestseller .item img {
	display: block;
}
/*ORDER DETAILS DESKTOP*/

.artikeldaten {
	padding: 8px;
}
@media (min-width: 767px) {
	#order_details_desktop .tableheader {
		background: #616161;
		line-height: 40px;
		font-weight: 400;
		color: #FFF;
		height: 40px;
	}
	#order_details_desktop .tablecontent {
		background: #fff;
		margin-left: 0px;
	}
	#order_details_desktop .tableheader .image {
		float: left;
		width: 15%;
		margin-right: 1%;
	}
	#order_details_desktop .tablecontent .image {
		background: #ffffff;
		width: 15%;
		float: left;
		text-align: center;
		margin-right: 1%;
	}
	#order_details_desktop .tablecontent .cname,
	.tableheader .cname {
		width: 35%;
		float: left;
		text-align: left;
	}
	#order_details_desktop .tablecontent .unit-price,
	.tableheader .unit-price {
		width: 15%;
		float: left;
		text-align: right;
	}
	#order_details_desktop .tablecontent .quantity,
	.tableheader .quantity {
		width: 10%;
		float: left;
		text-align: center;
	}
	#order_details_desktop .tablecontent .subtotal,
	.tableheader .subtotal {
		width: 15%;
		float: left;
		text-align: right;
	}
	#order_details_desktop .tablecontent .delete,
	.tableheader .delete {
		width: 6%;
		float: left;
		text-align: right;
	}
	#order_details_desktop .tablecontent .bild {
		border: 0px solid #d8d8d8;
		height: auto;
	}
	#order_details_desktop .tablecontent:nth-child(odd) {
		background: #f8f8f8;
	}
	#order_details_desktop .tablecontent:last-child {} #order_details_desktop .attribute {
		min-height: 17px !important;
		font-size: 90%;
	}
}
@media (max-width: 767px) {
	#sign_in {
		text-align: center;
	}
	.delete img {
		padding: 7px;
		background-color: #EFEFEB;
		margin: 5px 0px;
		border: 0px solid #d8d8d8;
	}
	/*ORDER DETAILS MOBILE*/
	
	#order_details_desktop .tablecontent {
		background: #fff;
		margin-left: 0px;
		clear: both;
	}
	#order_details_desktop .tablecontent .image {
		background: #ffffff;
		width: 35%;
		float: left;
		text-align: left;
		margin-right: 1%;
	}
	#order_details_desktop .tablecontent .cname {
		text-align: right;
	}
	#order_details_desktop .tablecontent .unit-price {
		text-align: right;
	}
	#order_details_desktop .tablecontent .quantity {
		text-align: right;
	}
	#order_details_desktop .tablecontent .subtotal {
		text-align: right;
	}
	#order_details_desktop .tablecontent .delete {
		text-align: right;
	}
	#order_details_desktop .tablecontent .bild {
		height: auto;
		border: 0px solid #ffffff;
	}
	#order_details_desktop .tablecontent:nth-child(odd) {
		background: #f8f8f8;
	}
	#order_details_desktop .tablecontent:last-child {} #order_details_desktop .attribute {
		min-height: 17px !important;
		font-size: 90%;
	}
}
/* ORDER DETAILS SHIPPING */

#shipping {
	margin-top: 10px;
	padding-bottom: 10px;
}
#checkoutbar {
	margin-top: 0px;
	height: 57px;
}
.shipping .panel-heading,
.payment .panel-heading {
	background: #43AC6A;
	color: #fff;
	text-indent: 5px;
	padding: 1px 10px !important;
	margin: 0px !important;
	line-height: 10px;
}
.checkout .label {
	width: 100%;
	padding-right: 0;
	background: #43AC6A;
	padding: 10px 0px 10px 0px;
	text-indent: 10px;
	line-height: 10px;
	height: 20px;
}
.payment .panel-default,
.shipping .panel-default{
	margin-bottom: 1px;
	background: #fff;
}
.payment .panel-body,
.shipping .panel-body {
	padding: 10px;
		border: 1px solid #C5C5C5;
}
.payment .label,
.shipping .label{
	padding-right: 0;
	background: #43AC6A;
	padding: 10px 10px 10px 10px;
	text-indent: 10px;
	height: 40px;
}

.cagb {
	background: #EA5252;
	color: #FFF;
	font-weight: 400;
	padding: 7px 30px;
}
.orderdetails {
	background: #ffffff;
	border: 1px solid #EA5252;
}
.orderdetails .small {
	font-size: 11px;
	line-height: 17px;
}
.orderdetails .image img {
	max-height: 90px;
	float: left;
	margin: 10px;
}
.copy_div {
	border-top: 3px solid #616161;
	margin-top: 10px;
}
.morepics {
	text-align: center;
	margin: auto;
	width: 100%;
	clear: both;
	float: left;
}
.morepics img {
	float: left;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 18%;
	padding: 5px;
}
.is-sticky {
	z-index: 999;
	position: relative;
}
.is-sticky nav {
background:#373839;
}
a.brand-menu {
	float: right;
	padding: 13px 10px;
	color: #e2007a;
}
@media (min-width: 979px) {
	header {} ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
		margin-top: 0px;
	}
}
@media (max-width: 979px) {
	ul.nav li.dropdown ul.dropdown-menu,
	ul.nav li.dropdown ul.dropdown-menu .dropdown-submenu ul.dropdown-menu {
		display: block;
		position: relative;
		margin-right: 8px;
		margin-left: 8px;
		bottom: 2px;
	}
	.catnavhead .nav > li {
		border-right: 0px solid #e2007a;
	}
}
a.menu:after,
.dropdown-toggle:after {
	content: none;
}
.leftcolumn {
	margin-left: 0 !important;
}
.datum {
	background: #e2007a;
	padding: 10px;
	color: #FFF;
	font-weight: 900;
	width: 15%;
	float: left;
	text-align: center;
	clear: both;
	min-width: 100px;
}
.coming {
	width: 100%;
	float: left;
	clear: both;
	background: #f5f5f5;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.coming:hover,
.coming:active {
	background: #d8d8d8;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.coming-title {
	float: left;
	padding: 10px 0px 10px 10px;
}
.upcoming {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}
#box_specials img,
#box_whatsnew img,
#box_reviews .img-polaroid {
	padding: 4px;
	background-color: #FFF;
	max-width: 250px;
	height: auto;
}
.newpricetag {
	background: #79A736;
	min-width: 40%;
	margin: 0;
	color: #FFF;
	padding: 10px 15px 10px 10px;
	float: left;
	position: absolute;
	bottom: 10%;
	right: 0px;
	white-space: nowrap;
}
/*SOCIAL MEDIA BUTTONS */

.shares {
	margin-top: 15px;
	padding-top: 15px;
}
.shares .btn {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	border: 0px solid #d8d8d8;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 1px;
}
.shares .fa-print:hover {
	border-color: #616161;
}
.shares .fa-print {
	padding: 5px 10px;
	line-height: 20px;
}
.shares .fa {
	color: #616161;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background-color: #fff;
	text-shadow: none;
	border: 0px solid #d8d8d8;
}
.shares .fa-facebook:hover {
	border-color: #3B5998;
	color: #3B5998;
}
.shares .fa-facebook {
	padding: 5px 10px;
	line-height: 20px;
}

.shares .fa-instagram:hover {
	border-color: #000000;
	color: #000000;
}
.shares .fa-instagram {
	padding: 5px 10px;
	line-height: 20px;
	
}
.shares .fa-whatsapp:hover {
	color: #3C8A38;
	border-color: #3C8A38;
}
.shares .fa-whatsapp {
	padding: 5px 10px;
	line-height: 20px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.shares .fa-google-plus:hover {
	border-color: #DD4B39;
	color: #DD4B39;
}
.shares .fa-google-plus {
	padding: 5px 9px;
	line-height: 20px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.shares .fa-twitter:hover {
	border-color: #00ACEE;
	color: #DD4B39;
}
.shares .fa-twitter {
	padding: 5px 10px;
	line-height: 20px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.shares .fa-pinterest:hover {
	border-color: #D01D15;
	color: #D01D15;
}
.shares .fa-pinterest {
	padding: 5px 10px;
	line-height: 20px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.shares .fa:hover {
	cursor: pointer;
}
.shopname {
	font-weight: 400;
	color: #e2007a;
	font-size: 25px;
}
/* Socialbox Left Column - Footer*/

.socialbox .fa {
	margin-right: 10px;
	color: #FFF;
	font-size: 22px;
	padding: 5px;
	background-color: #fff;
	border-radius: 0px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.socialbox ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
}
.socialbox ul li {
	float: none;
}
.footer .boxcontent ul li {
	margin-bottom: 5px !important;
	font-weight: 100;
	padding-right: 15px;
}
.socialbox .fa-facebook {
	background-color: #3B5998;
}
.socialbox .fa-twitter {
	background-color: #00ACEE;
}
.socialbox .fa-instagram {
	background-color: #000000;
}
.socialbox .fa-google-plus {
	background-color: #DF4B38;
}
.socialbox .fa-pinterest {
	background-color: #D01D15;
}
.socialbox .fa-youtube {
	background-color: #CC181E;
}
.sidebar {
	margin-left: 0 !important;
}
.sidebar .well {
	overflow: hidden;
}
/*HOME*/
@media (orientation: landscape) and (max-width: 767px) {
.home-background {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: -1;
		zoom: 1.2;
	overflow: hidden;
}
.parallaxy {height:100vh}
}

@media (orientation: landscape) and (min-width: 767px) {
.home-background {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: -1;
		zoom: 1.2;
	overflow: hidden;
}
.parallaxy {height:100vh}
}
@media (orientation: portrait) and (min-width: 767px) {
			.home-background {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: -1;
		zoom: 1.2;
	overflow: hidden;
}
.parallaxy {height:100vh}
}
@media (orientation: portrait) and (max-width: 767px) {
	.home-background {
	background-attachment: fixed;
	background-size: contain;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	max-width: 767px;
	max-height: 700px;
	background-repeat: no-repeat;
		zoom: 1.2;
	overflow: hidden;
}
	.vh100 {
	  /*height: unset;*/
	/*min-height: 8vh;*/
}
}
@media (max-width: 767px) {
	.vh100 {
	  /*height: unset;*/
	/*min-height: 8vh;*/
}
.transparent {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
		top: unset;
}
/*HOME-END*/
	.shares .fa {
		font-size: 18px;
		padding: 9px 13px;
	}
	#productinfoprice h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.addtobasket input[type="number"] {
		padding: 6px;
		width: calc(20% - 14px);
		text-align: center;
		margin-bottom: 10px;
		float: none;
	}
	.navbar .brand {
		padding-right: 10px;
		padding-left: 20px;
		margin: 0;
	}
	.box2 {
		float: left !important;
		width: 48% !important;
		text-align: center;
		margin: 1% !important;
	}
	.row-fluid.box2 {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
		padding-bottom: 4em;
	}
}
.owl-nav {
	position: absolute;
	top: 43%;
	height: 0px;
	width: 100%;
	margin: auto;
	font-size: 4em;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.owl-controls {
	margin-top: 0px !important;
}
.owl-prev {
	color: #FFF;
	float: left;
	opacity: 0.6;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 10px !important;
}
.owl-next {
	color: #FFF;
	float: right;
	opacity: 0.6;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 10px !important;
}
.owl-prev:hover {
	opacity: 1 !important;
}
.owl-next:hover {
	opacity: 1 !important;
}
#bs24slider:hover .owl-nav {
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.sliderCaption {
	position: absolute;
	top: 40%;
	width: 40%;
	max-width: 30vw;
	color: #fff;
	padding: 0;
	transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
}
.sliderCaption h1 {
	text-align: left;
	color: #616161;
	font-weight: 100;
	font-size: 1.5rem;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 120%;
}

.sliderCaption h1 span {
	display: inline-block;
	background: #fff;
	margin-bottom: .2em;
	padding: .2em 1em;
	border-radius: 30px;
	border-bottom-right-radius: 0;
}

.sliderCaption .button {
	margin: 0 .4rem .4rem 0;
	padding: .8em 1.8em;
	background-color: #e2007a;
	border-radius: 30px;
	border-top-right-radius: 0;
	color: #fff;
	line-height: 1;
	font-size: .8rem;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}

.sliderCaption .button:hover {
 background-color: #676767;
		color: #fff;
}


@media (min-width: 851px) and (max-width: 1296px) {
	.sliderCaption {
		width: 60%;
	}
}

@media (min-width: 768px) and (max-width: 850px) {
	.sliderCaption {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.sliderCaption {
		position: relative;
		width: 95%;
		max-width: 1200px;
		margin: 0 auto;
		transform: none;
		-moz-transform: none;
		-o-transform: none;
		text-align: center;
	}
	.sliderCaption .sliderTitle {
		margin: 1em 0;
	}
	.sliderCaption h1 {
		text-align: center;
	}
	.sliderCaption h1 span {
		margin: 0;
		padding: 0;
	}
}



/*Swipebox CSS*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}
#swipebox-overlay img {
	border: none !important;
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}
#swipebox-slider {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
	display: inline-block;
	max-height: 90%;
	max-width: 90%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-slider .slide-loading {
	background: url(img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 35px;
	width: 100%;
}
#swipebox-bottom-bar {
	bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
	top: -50px;
}
#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
	color:  #ffffff;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
	background-image: url(img/icons.png);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 0;
}
#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}
#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}
#swipebox-next {
	background-position: -78px 13px;
	float: right;
}
#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 10px 12px;
}
.swipebox-no-close-button #swipebox-close {
	display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}
@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes rightSpring {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@media screen and (min-width: 767px) {
	#swipebox-close {
		right: 25px;
		top: -5px;
	}
	#swipebox-arrows {
		width: 92%;
		max-width: 800px;
	}
}
/* Skin 
--------------------------*/

#swipebox-overlay {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}
#swipebox-bottom-bar {
	background: transparent;
}
#swipebox-top-bar {

	font-size: 18px;
	font-weight: 100;
	line-height: 35px;
	background: #e2007a;
}
/* admin print-order */
.printwrap_admin {
	padding-top: 40px;
	width: 700px;
	margin: 0px auto;
}
p.underline {
	margin: 105px 0px 3px 15px;
	font-size: 10px;
	text-decoration: underline;
}
.printlogo_admin {
	padding: 0px 0px;
	text-align: right;
	margin: 0px 0 20px 0;
}
.printlogo_admin img {
	max-width: 336px;
}
.print_small {
	font-size: 12px;
	line-height: 18px;
}
.print_big {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}
.printwrap_admin table.order_table {
	margin-top: 10px;
	width: 100%;
	line-height: 19px;
}
table.order_table tr.headerrow {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	background: transparent;
}
table.order_table tr.headerrow td {
	padding: 5px 5px;
	vertical-align: top;
}
table.order_table tr.mainrow td {
	border-top: 0px solid #d8d8d8;
	padding: 10px 5px;
	vertical-align: top;
}
.toppad {
	padding-top: 16px !important;
}
table.order_table tr.mainrow td img.image {
	max-width: 60px;
	max-height: 60px;
	margin: 0px auto;
	text-align: center;
}
table.order_table tr.mainrow td img.cartimage {
	max-width: 80px;
	max-height: 80px;
	margin: 0px auto;
	text-align: center;
}
table.order_table tr.mainrow td .description {
	font-size: 12px !important;
	line-height: 16px !important;
	margin-bottom: 5px;
}
table.order_table tr.mainrow td .description p {
	margin: 0px !important;
	padding: 2px 0px !important;
}
table.order_table tr.mainrow td .description ul {
	margin: 8px 0px 8px 15px;
}
table.order_table tr.mainrow td .description ol {
	margin: 8px 0px 8px 15px;
}
table.order_table tr.mainrow td .shipping {
	font-size: 12px;
	line-height: 16px;
	color: #555;
	padding: 8px 0 0 0;
}
table.order_table tr.mainrow td .attributes {
	font-size: 12px !important;
	line-height: 18px !important;
}
table.order_table ul.attributes_list {
	list-style-type: none;
	margin: 7px 0px 0px 0px;
}
table.order_table ul.attributes_list li {
	font-size: 12px;
	line-height: 20px;
}
.total_table_right {
	float: right;
}
table.total_table {
	font-size: 13px;
	line-height: 19px;
}
table.total_table tr td {
	padding: 2px 5px;
	width: 120px;
	white-space: nowrap;
}
.ord_subtotal {
	text-align: right;
	line-height: 22px;
	padding-right: 5px;
}
.ord_subtotal .shipping_container {
	margin: 4px 0px;
}
.ord_subtotal select {
	width: 300px;
	margin-left: 5px;
}
.ord_subtotal .shipping_hinweis {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 4px 0px;
}
.ord_table_center {
	text-align: center;
}
.ord_table_left {
	text-align: left;
}
.ord_table_right {
	text-align: right;
}
.ord_width40 {
	width: 40px;
}
.ord_width60 {
	width: 60px;
}
.ord_width90 {
	width: 90px;
}
.ord_width110 {
	width: 110px;
}
.ord_width120 {
	width: 120px;
}
/* END print content (popup print_product_info, popup print_order.html) */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.filter_bar {
	border: 0px solid #38393a;
	margin-bottom: 15px;
	margin-top: 10px;
	background: #fff;
	padding: 20px 20px 20px 0;
	font-size:  80%;
}
.sort_bar {
	margin: 0px 0 0 0;
}
.sort_bar_item.right {
	float: right;
}
.sort_bar_item.right a {
	float: right;
	padding: 0px 5px;
	border: 1px solid #38393a;
	background-color: #fff;
	display: block;
	margin-left: 5px;
}
.tags_bar {
	margin: 5px 0 0 0;
}
.tags_bar_row .span4:nth-child(3n+1) {
	margin-left: 0;
}
.tags_bar_headline {
	font-weight: 400;
	padding: 0px 0px 0px 2px;
}
a.tags_bar_reset {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
.orange {
	color: #e2007a
}
.wishlist_submit_link {
	background: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	margin: 0;
	color: #616161;
}
.reviewwrite,
.wishlistlink {
border: 0px solid #38393a;
	padding: 5px 10px;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wishlistlink:hover .fa-heart {
	color: #e2007a !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.reviewwrite:hover a,
.reviewwrite:hover,
.wishlistlink:hover fa-heart,
.wishlistlink:hover .wishlist_submit_link {
	color: #e2007a !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
input#rd-cot_gv {
	margin-top: 0;
	margin-right: 15px;
}
.gvredeem {
	padding: 10px 10px 5px 10px !important;
}
.gvredeem label {
	padding-left: 0px;
}
.quantity .input-mini {
	width: 3em;
}
a.view_box.active,
a.view_list.active {
	color: #e2007a;
}
.giftbox p {
	padding: 9px;
}
.giftbox .well, .description {
	background: #ffffff;
	margin-bottom: 0;
}
.giftbox .well p {
	padding: 0px;
}
.giftbox button.btn {
	width: 100%;
}
.subcontent {
	float: right;
	background: #fff;
	border-bottom: 2px solid #e2007a;
	padding-bottom: 20px !important;
}
.highlightbox2 {
	border-bottom: 2px solid #e2007a;
	background: #fff;
	padding: 10px;
}



.highlightbox2 span {
	float: left;
	margin: 0px 5px 0px 0px;
}
.highlightbox2 ul.address_block {
	list-style: none;
}
.highlightbox2 label {
	margin: 2px 0px 2px 0px;
}
.highlightbox2:first-of-type {
	margin-left: 0;
}
/* START pseudo hr's */

div.hr_1 {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: solid 1px #d8d8d8;
	background-color: transparent;
}
div.hr_5 {
	height: 1px;
	line-height: 1px;
	margin: 5px 0px;
	padding: 0;
	display: block;
	border-bottom: solid 1px #d8d8d8;
	background-color: transparent;
}
div.hr_10 {
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0;
	display: block;
	border-bottom: solid 1px #ddd;
	background-color: transparent;
}
div.hr_15 {
	height: 1px;
	line-height: 1px;
	margin: 15px 0px;
	padding: 0;
	display: block;
	border-bottom: solid 1px #d8d8d8;
	background-color: transparent;
}
/* END pseudo hr's */
/* START products_table for order_details, account_history_info, checkout_confirmation */

table.order_table {
	font-size: 13px;
	line-height: 19px;
	width: 100%;
}
.ord_table_center {
	text-align: center;
}
.ord_table_left {
	text-align: left;
}
.ord_table_right {
	text-align: right;
}
.ord_width40 {
	width: 40px;
}
.ord_width60 {
	width: 60px;
}
.ord_width90 {
	width: 90px;
}
.ord_width110 {
	width: 110px;
}
.ord_width120 {
	width: 120px;
}
.m_row1 {
	background: #fafafa;
}
.m_row2 {
	background: #ffffff;
}
.ord_quantity input {
	width: 40px;
}
a.ord_prdoducts_name {
	color: #6d2551;
}
a.ord_prdoducts_name:hover {
	color: #555;
	text-decoration: none;
}
.ord_wishlist {
	display: block;
	padding: 8px 0 0 0;
}
.ord_wishlist a {
	color: #555;
}
.ord_wishlist a:hover {
	color: #555;
	text-decoration: underline;
}
.markProductOutOfStock {
	display: inline-block;
	padding-left: 5px;
}
table.order_table tr.headerrow {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	background: transparent;
}
table.order_table tr.headerrow td {
	padding: 5px 5px;
	vertical-align: top;
}
table.order_table tr.mainrow td {
	border-top: 0px solid #d8d8d8;
	padding: 10px 5px;
	vertical-align: top;
}
.toppad {
	padding-top: 16px !important;
}
table.order_table tr.mainrow td img.image {
	max-width: 60px;
	max-height: 60px;
	margin: 0px auto;
	text-align: center;
}
table.order_table tr.mainrow td img.cartimage {
	max-width: 80px;
	max-height: 80px;
	margin: 0px auto;
	text-align: center;
}
table.order_table tr.mainrow td .description {
	font-size: 12px !important;
	line-height: 16px !important;
	margin-bottom: 5px;
}
table.order_table tr.mainrow td .description p {
	margin: 0px !important;
	padding: 2px 0px !important;
}
table.order_table tr.mainrow td .description ul {
	margin: 8px 0px 8px 15px;
}
table.order_table tr.mainrow td .description ol {
	margin: 8px 0px 8px 15px;
}
table.order_table tr.mainrow td .shipping {
	font-size: 12px;
	line-height: 16px;
	color: #555;
	padding: 8px 0 0 0;
}
table.order_table tr.mainrow td .attributes {
	font-size: 12px !important;
	line-height: 18px !important;
}
table.order_table ul.attributes_list {
	list-style-type: none;
	margin: 7px 0px 0px 0px;
}
table.order_table ul.attributes_list li {
	font-size: 12px;
	line-height: 20px;
}
.total_table_right {
	float: right;
}
table.total_table {
	font-size: 13px;
	line-height: 19px;
}
table.total_table tr td {
	padding: 2px 5px;
	width: 120px;
	white-space: nowrap;
}
.ord_subtotal {
	text-align: right;
	line-height: 22px;
	padding-right: 5px;
}
.ord_subtotal .shipping_container {
	margin: 4px 0px;
}
.ord_subtotal select {
	width: 300px;
	margin-left: 5px;
}
.ord_subtotal .shipping_hinweis {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 4px 0px;
}
/* END products_table for order_details, account_history_info, checkout_confirmation */
/* START print content (popup print_product_info, popup print_order.html) */

body.popupprint {
		background: #fff none;
	font-family: "MontSerrat", sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.printwrap {
	width: 700px;
	margin: 0px auto;
}
.printlogo {
	padding: 10px 0px;
	text-align: center;
	border-bottom: 0px solid #d8d8d8;
	margin-bottom: 10px;
}
/* print order */

.printColumsLeft {
	float: left;
	width: 48%;
}
.printColumsRight {
	float: right;
	width: 48%;
}
/* print info */

.printColumsInfoLeft {
	float: left;
	width: 500px;
	padding: 0px;
}
.printColumsInfoLeft ul {
	margin: 8px 0px 8px 15px;
}
.printColumsInfoLeft ol {
	margin: 8px 0px 8px 15px;
}
.printColumsInfoRight {
	float: right;
	width: 164px;
	text-align: center;
}
.printColumsInfoRight img {
	max-width: 160px;
	height: auto;
	margin: 10px auto 0px auto;
	border: 0px solid #d8d8d8;
	padding: 1px;
}
ul.printinfolist {
	margin-left: 15px;
}
.moimages {
	float: left;
	width: 126px;
	height: 126px;
	border: 0px solid #d8d8d8;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	position: relative;
}
.moimages:nth-child(5n+1) {
	margin-right: 0px;
}
.moimages img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	max-height: 126px;
	max-width: 126px;
}
/* admin print-order */

.printwrap_admin {
	padding-top: 40px;
	width: 700px;
	margin: 0px auto;
}
p.underline {
	margin: 105px 0px 3px 15px;
	font-size: 10px;
	text-decoration: underline;
}
.printlogo_admin {
	padding: 0px 0px;
	text-align: right;
	margin: 0px 0 20px 0;
}
.printlogo_admin img {
	max-width: 336px;
}
.print_small {
	font-size: 12px;
	line-height: 18px;
}
.print_big {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}
.printwrap_admin table.order_table {
	margin-top: 10px;
}
/* END print content (popup print_product_info, popup print_order.html) */

nav#my-menu,
nav#mm-my-menu {
	background: #fff;
	color: #e2007a;
	border: none;
	z-index: 1000;
}
@media (max-width: 1199px) {
	#my-menu {
		display: none !important;
	}
	.mm-title {
		color: #e2007a !important;
		font-size: 1.3em !important;
	}
	#mm-my-menu a:hover {
		color: #000;
	}
	#mm-my-menu a {
		font-weight: 400 !important;
		font-size: 100%;
	}
	.mm-listview,
	.mm-listview>li {
		float: initial;
		position: relative;
		box-shadow: initial;
		background: initial;
		z-index: initial;
		top: initial;
		left: initial;
		right: initial;
	}
}
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
	border-color: #e2007a!important;
}
.mm-listview>li:not(.mm-divider):after {display: none !important;}
@media (min-width: 1199px) {
	#mm-my-menu {
		display: none !important;
	}
}
.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}
@keyframes "pulse2" {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse2 {
	0% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes "pulse2" {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-ms-keyframes "pulse2" {
	0% {
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.tags_options {
	font-weight: 500;
	float: left;
	margin: 0px 10px;
	line-height: 25px;
}
.tags_options_tooltip .tags_options_tooltip_hover {
	position: absolute;
	bottom: 60px;
	width: 200px;
	border: 0px solid #d8d8d8;
	display: none;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 8px;
	background: #f5f5f5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tags_options_tooltip:hover .tags_options_tooltip_hover {
	display: block
}
span.tags_values_text_row {
	line-height: 25px;
}
.shopinfobox .boxcontent {
	line-height: 30px !important;
}
#checkoutnavigation {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
#checkoutnavigation li {
	float: left;
	width: 23%;
	margin: 0px;
	padding: 1%;
	background-size: cover;
	background: #fff;
	font-size: inherit;
	border: 0px solid #d8d8d8;
	line-height: 120%;
}
.checkoutconditions label {
    line-height: 120%;
}
#checkoutnavigation li.active {
	background: #e2007a;
	color: #fff;
}
#checkoutnavigation .done {
	color: #d8d8d8;
}
#checkoutnavigation .title {
	font-weight: 500;
}
#checkoutnavigation .description {background: transparent;}
#checkoutnavigation .description:before {
	content: '\A';
	white-space: pre;
}
.checkoutbox, .highlightbox.plainright {
	background: #fff;
	margin: 10px 0px;
	padding: 15px;
}

#checkout_payment .tab-content {
	background: #e2e2e2;
	margin-top: 0;
	padding:  1rem;
}
/*.mm-slideout{z-index:initial !important}*/

.checkoutconditions{
	background: #fef3f3;
	margin: 10px 0px;
	padding: 15px;
	color: #666;
}
/*
@media (min-width: 1200px) {
	.maincontent.span9.pull-right {
	    width: 64.35897435897436%;
	}
	.span3.pull-left.sidebar {
		width: 33.076923%;
	}
}*/

.well.well-small.boxreviews + .well.well-small {
    display: none;
}



.categorie_teaser .span4 {
	width: 100%;
	margin: 0 0 1em 0;
}

.categorie_teaser h3 a {
	background: #e2007a;
	border-radius: 30px 0 30px 30px;
	display: block;
	color: #ffffff;
	padding: .8em 1.8em;
}

.categorie_teaser h3 a:hover {
	background: #676767;
	text-decoration: none;
}

.categorie_teaser h3 a .fa {
	margin-right: 10px;
}

.categorie_teaser p {
    font-size: 80%;
    padding: 0 1.8em;
}

.sticky-wrapper.is-sticky .navbar .nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px; 
}

.sticky-wrapper.is-sticky img.navbarlogo {
    max-height: 50px;
}

.form-horizontal .controls {
	margin-left: 310px;
}

.form-horizontal .control-label {
	width: 290px;
}

.form-horizontal input {
	border-radius: 30px 30px 0 30px;
}

@media (max-width: 767px) {
	.form-horizontal .control-label {
		width: 100%;
		float: none;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left:  0;
	}
	.maincontent.span9.pull-right {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
}

#new_find p {
	/*float:  left;*/
}

#new_find p:first-child {
	float:  none;
}

#new_find p input {
    width: 60%;
    padding: 0.5em;
    border-radius: 30px 30px 0 30px;
}

#new_find p .btn {
    margin-top: 0;
    /*margin-left: 1em;*/
}

#new_find + p {
	clear: both;
}

.alert-warning {
	font-weight: 400;
	background-color:  #e2007a;
}

#gift_coupon p {
    font-size: 80%;
    line-height: 120%;
}

.dropup, .dropdown {
	position: unset;
}

.dropdown-menu .dropdown-submenu .dropdown-menu  {
	position: initial;
	display: block;
	box-shadow: none;
	padding: 0;
}

.dropdown-menu {
	left: 0;
	right: 0;	
}

.dropdown-menu a.dropdown-toggle {
    margin-bottom: .5em;
}

.navbar .nav > li > .dropdown-menu:before {
	content:  none;
}
/*.dropdown-menu li {
	display: inline-block;width: 100%;
}*/
.dropdown-menu li a {
	position: relative;
	padding: 0 0 0 1em;
	line-height: 120%;
	margin-bottom: .5em;
}

.dropdown-menu li a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 4px;
    top: 6px;
    border: 2px solid #e2007a;
    border-radius: 100%;
    border-top-right-radius: 0;
}

.dropdown-menu a.dropdown-toggle:after {
    top: -1px;
}

@media (max-width: 767px) {
	.dropdown-menu a.dropdown-toggle:after,
	.dropdown-menu li a:after  {
		top: 13px;
	}
}

.dropdown-submenu {
	display: inline-block;
}

.dropdown-submenu > a:after {
	content: none;
}

.dropdown-menu .dropdown-submenu .dropdown-menu li a:after {
	content: none;
}
.dropdown li.men {
    margin-bottom: 0.5em;
    width: 100%;
    display: inline-block;
}
.dropdown li .dropdown-menu li {
	width: auto;
	margin-bottom: 0;
}
.nav .dropdown:last-child li .dropdown-menu li {
    width: 100%;
}
.dropdown li .dropdown-menu li a {
	font-weight: 100;
}

.dropdown li.men .dropdown-menu li .dropdown-menu {
    display: none;
}

.dropdown-menu a.dropdown-toggle {
    margin-bottom: .5em;
}

.modal-header {
	border-color:  #e2007a;
	background: #e2007a;
	color: #ffffff;
}
.modal-header .close,
.modal-header h3 {
	color:  #ffffff;
}
