/*!
* AMBER 2.0
* Modified Responsive Webshop Design
* Copyright (c) 2015 IGSK Group GmbH
* http://www.bannershop24.de || http://www.igsk-group.de
* 
*/

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background: #fff none;
       
}
body.popupproductinfo #productinfoimages img {
    max-width:100%;
}
/* POPUP print_order.html */
body.popupprintorder, body.popupproductinfo {
	font-family: 'Roboto', verdana, Sans-serif;
	font-size:13px;
         line-height: 20px;
	padding:15px;
	background: #fff none;
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right;
}
body.popupprintorder .products .quantity {
	vertical-align:top;
}
body.popupprintorder .productname {
	vertical-align:top;
}
body.popupprintorder .model {
	vertical-align:top;
}
body.popupprintorder .singleprice {
	vertical-align:top;
}
body.popupprintorder .totalprice {
	vertical-align:top;
}
body.popupprintorder .hr {
    border-top: 1px solid #A5A5A5;
margin: 10px 0px;
}
/* setzt den Headerabstand bei Popups zurueck */
.popupproductinfo, .popupprintorder {padding-top: 0;}

@media (max-width: 1200px) {
}
@media (max-width: 979px) {
section {
   width: auto;
}
}
.navbar-top .navbar-inner {  background: #FFF;}
/* Formatiert Linklisten auch in Level 2 und 3 */
.nav-list > li > ul {
    padding-left:0;
    padding-right:0;
    text-indent: 10px;
}

.nav-list > li {
border-bottom: 1px solid #FFF;
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.nav-list > li:last-child {
  border-bottom: none;
}
.nav-list > li:hover {

 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.nav-list ul > li ul > li > a {
    padding-left:45px;
}
.nav-list ul > li ul > li ul > li > a {
    padding-left:60px;
}
/* Boxformatierungen */
.boxheader, .categoryheader, .boxcartheader{
  display: block;
  font-size: 22px;
  background: #fff;
  color: #2b2c2a;
  padding: 13px;
font-family: 'Fugaz One', cursive;
  letter-spacing: -1px;
   -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius:  6px 6px 0 0;
  border-radius:   6px 6px 0 0;
  border-bottom: 4px solid #fff;
}
.boxheader .fa, .categoryheader .fa, .boxcartheader .fa {
  padding: 5px;
  cursor: pointer;
}
.boxheader a:hover, .categoryheader a:hover, .boxcartheader a:hover {text-decoration: none; }
.boxcontent{
margin-top: 0px;
padding: 10px;
 border: 2px solid #f8f8f8;
  background: #f8f8f8;
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top:0px solid #f8f8f8;
overflow: hidden;
}
.boxcontent img {
    box-shadow: none;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.infografx {
      border: 2px solid #DADBD4;
  background: #FFF;
    text-align: center;
}
.footer .boxheader, .footer .categoryheader{
  display: block;
  background: none;
  border-bottom: none;
  color: #FFBF00;
  padding: 10px 10px;
  margin-top: 15px;
  border-radius: 0px;
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */
.nav-tabs-container, .accordion-group {
}
.nav-tabs, .accordion-heading {
border-bottom: 2px solid #DADBD4;
padding: 0px;
margin-bottom: 0px; 
   text-shadow: 1px 1px 1px #FFF;
    font-size: 22px;
      letter-spacing: -1px;
  font-family: 'Fugaz One', cursive;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 15px;
  -moz-border-radius: 5px;
  letter-spacing: -1px;
    text-shadow: 1px 1px 1px #FFF;
   font-size: 22px;
  font-family: 'Fugaz One', cursive;
}
.nav-tabs > li > a {
border-radius: 0px;
padding: 10px;

}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: rgba(0, 0, 0, 0);
        color:#FFBF00;
}
.nav-tabs > li > a:link,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;

}
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  padding: 10px;
  	background: rgba(0, 0, 0, 0);
	color: #2B2C2A;
}


/* Carousel - Bilderslider fuer Bilder mit weissem Hintergrund*/
.carousel-caption.relative{
background: none;
position: relative;
}
#bs24slider { background:#ffffff;  border-bottom: 4px solid #DADBD4; margin:auto;max-width:1920px;}
#bs24slider img {}
.carousel-caption.relative h4, .carousel-caption.relative p {
color: #333333;
}
.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:90%;
margin-bottom:0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* damit beim Bewertung schreiben die Radiobuttons und die Schrift zentriert angezeigt werden koennen*/
p.rating label{
padding-left:0;
}
/* AGB */
div.agbframe {
    background:#fff;
    border: 1px solid #CCC;
    height: 200px;
    overflow: auto;
    padding: 10px;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* 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: 2px solid #DADBD4;
}
/* Schriftfarbe alter Preis */
.productOldPrice {
color:red;
} 
/* setzt den Abstand der Dropdowns in Topnav auf null, damit das Aufklappen bei Mouseover funktioniert */
.nav .dropdown-menu {
margin:0;
}
/* 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 #2B2624;
}
.footer .boxcontent {
     border:0px solid #2B2624; 
     border-radius: 0px; 
     background:none;
}
.footer .boxcontent a {color: #9b9b9b;}
.footer .boxcontent ul li strong {}
.footer .boxcontent ul li a {
margin: 0px;
padding: 0px;
line-height: 27px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.footer .boxcontent ul li {
margin-bottom: 5px !important;
}
.footer .boxcontent ul li a:hover {color:#fff;}
/* COPYRIGHT */
.copyright, .parseTime, .bs24copyright {
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
  padding-top: 5px;
  background: #1B1B1B;
  color: #9b9b9b;
  line-height: 12px;
}
.copyright a, .bs24copyright a {
  text-decoration:none;
  color: #9b9b9b;
}
/* MODIFIED STYLE */
span.cop_magenta {
color: #9b9b9b;
}
span.cop_grey {
 color: #9b9b9b;
}
#headercart {
  z-index: 800 !important;
  float: right;
  height: 40px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #DADBD4;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 10px;
}
#headercart:hover,#headercart:active,#headercart:focus {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
/*color:#362F2F;*/
}
.iconcart {
width: 70px;
  bottom: 15px;
  position: relative;
}     
.desknav {}
#box_manufacturers .boxcontent{
    padding:0px;
}
#box_cart .boxcontent {  margin: 0 !important;}
#boxcartbody {
  display: block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  opacity: 1;
  background-color: #FFF;
  border: none;
}
#box_cart {
  padding: 0px;
  position: relative;
  top: -18px;
  box-shadow: 0 7px 12px #2B2C2A;
  z-index: 200;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}

.shoppingcart .categoryheader {
   color:#ff0000; 
}

#gift_coupon {
  
}
.brand {float:left;margin: 0px 0px 15px 0px;}
.brand img {max-height:100px;transition: all 0.3s linear;}      
@media (max-width: 979px) {

        .shopheader {
  text-align: center;
  margin-top: 0px;
  padding: 20px;
        }
        #headercart {
  margin: 20px auto 5px;
  float: none;
  height: 50px;
  text-align: center;
  width: 50%;
  padding: 5px 0px 0px 0px;
        }
        #box_cart {top: 0px;}
        .iconcart {display: none;}
        .brand {float:none;margin-left:0px;}
}


#searchdown {
    display:none;
    width: 100%;
width: auto;
height: 40px;
clear: both;
padding-top: 1px;
}
#searchleft {
    display:block;
    width: auto;
height: auto;
}
#box_search {
  float: right;
  height: 32px;
   padding: 5px;
}
#box_search button.btn {
margin: 2px 0px;
  padding: 3px;
  float: left;
  background: #FFBF00;
  line-height: 24px;
  border-color: #FFBF00;
  border-radius: 0px 15px 15px 0px;
}
input.search {
  width: 168px;
  background: #FFF;
  border-radius: 15px 0px 0px 15px;
  padding: 5px 0px 5px 5%;
  margin: 2px 1px;
  color: #6A6A63;
  float: left;
  border: 0px solid #6A6A63;
  z-index: 3;
}
@media (max-width: 767px) {
    #bs24slider {
  margin-top: 15px;
    }
    #quick_find input {
  width: 80%;
}
#box_search button.btn {
  background: #6A6A63;
  width: 14%;
}
.shopheader {
  margin-top: 40px;
}
body, .sidebar {border-left:0px;border-right:0px;}
#box_search {
  margin: 5px auto;
  width: 100%;
  float: none;
  padding: 0px;
  border-radius: 0px;
  clear: both;
  max-width: 100%;
}
nav {
  background-color: #FFBF00;
}
}
@media (max-width: 767px) {
.brand img {
  max-height:none;
}
}
.adminbox {
background: #F04124;
border: 0px solid #F04124;
color: #FFF;
}
.adminbox .fa {
margin-right: 10px;
}
.adminbox button.btn.btn-default.btn-mini.pull-right {
height: 54px;
width: 60px;
color: #FFF;
background: none;
margin: 0;
padding: 0;
}
.adminbox .categoryheader {  background: none;
  border: none;
  margin: 0px;}
.footrow {
 background:#1B1B1B;
border-top: 5px solid #FFBF00;
border-radius: 0px;
color: #9b9b9b;
}
.adminbox .boxcontent {
  background: #F04124;
  border-color: #F04124;
}
.footrow .container {
margin-top: 20px;
}

.languages {
   text-transform: uppercase;
}
/*
Verschiedene Boxen-Style (BS24)
*/
#box_newsletter {
background: #FFBF00;
padding: 15px;
margin-bottom: 0;
}
#box_newsletter input[type="text"] {
padding: 8px;
margin-top: 3px;
}
#box_newsletter .heading {
 font-size: 22px;
 color: #2B2C2A;  
 font-family: 'Fugaz One', cursive; 
 letter-spacing: -1px;
 font-weight:100;
}
#box_newsletter .text {background: #FFBF00;}
#box_newsletter hr {margin-top:1em;border-color:#2B2C2A;}
#box_newsletter .span12 {text-align: center;margin:auto; }
#box_newsletter .btn {margin-bottom: 0px;}

#box_categories .boxcontent {
margin: 0px;
padding: 0px;
}
.specialsbox {border-radius: 5px;}

#bs24bestseller {
      border: 0px solid #f8f8f8;
  background: #f8f8f8;
  -webkit-border-radius: 10px;
  -moz-border-radius:10px;
  border-radius: 10px;
  width:auto;
}
.bestsellerbox .item {}
.bestsellerbox .count {
float:left;
padding: 15px;
  background: #FFBF00;
  background: rgba(255, 191, 0, 0.9);
color: #FFF;
font-weight: bold;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
position: absolute;
top: 5px;
left: 5px;
}
.bestsellerbox .img-polaroid {
padding: 0;
margin: 0;
border: 0;
}
.bestsellerbox .bestnames {
height: 50px;
overflow: hidden;
font-weight: bold;
text-align: center;
}

#my-menu {
  background-color: #6A6A63;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #707267;
}
#my-menu a:hover{color:#fff;text-shadow: 1px 1px 0px #707267;}
#my-menu a{font-weight:bold;}
#my-menu:not( .mm-menu ) {
   display: none;
}

.heading {}
.content .well {
padding: 9px;
}
/*
ProductinfoWrap - Detailansicht
*/
#productinfowrap .productprice {
  font-size: 40px;
    letter-spacing: -1px;
  line-height: 35px;
  color: #FFBF00;
  font-family: 'Fugaz One', cursive;
}
#productinfowrap .productimage {
background:#ffffff;
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#productinfowrap .productinfoimage {
    background:#ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    text-align: center;
}
#productinfowrap .productinfoimage:hover {

}
.imgoverlay {
    width:300px;
    height:300px;
    opacity:0;
    background:url(img/zoom.png) no-repeat center center transparent;
}
#productinfoprice {
    text-align: right;
}
@media (max-width: 767px) {
    #productinfoprice {
    text-align: center;
      margin-top: 10px;
}
.phonenav {
   text-align: center;
  width: 100%;
  margin-bottom: 0px!important;
  position:fixed;
  top:0;
  z-index:1000;
box-shadow: 0px 0px 10px #333; 
}
.phonenav a {
  color: #FFF;
  padding: 2% 0% 1% 0%;  
  float: left;
  width: 25%;
  font-size: 13px;
  border-bottom: 4px solid #707267;
  background: #6A6A63;
}

.phonenav a:hover, .phonenav a.active, .phonenav a:focus { 
  background: #6A6A63;
  border-bottom: 4px solid #FFBF00;
}

}

.catnavhead .nav > li {
border-right: 0px solid #2b2c2a;
font-size: 15px;
line-height: 22px;


}
.breads {
  background: #FFBF00;
  border-bottom: 0px solid #FFF;
  color: #FFF;
  border-radius: 10px;
  padding: 10px;
    margin: 30px 0px;
}
/*Produktlisting in Zeilen*/
.productlisting_row {
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.productlisting_row:hover {
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;}
.details {
line-height: 14px;
padding: 8px;
padding-top: 15px;
text-align: center;
}
.price {
font-size: 26px;
line-height: 20px;
  color: #FFBF00;
    letter-spacing: -1px;
  font-family: 'Fugaz One', cursive;
}
.taxandshippinginfo {
font-size: 11px;
font-weight: normal;
letter-spacing: -0.5px;
}
.box2 .beschreibung {
    padding-top: 15px;
}

.bild .invisible {
    display: none;
}
hr.rooftop {
margin: 0;
border: 0;
  border-top: 2px solid #DADBD4;
padding: 0;
}
/*LISTING IN BOXEN*/
h2.artikelbox {margin: 0px 0px 5px 0px;font-weight: 400;text-transform: none;font-size: 18px;min-height: 48px;}
h2.artikelbox a:hover {text-decoration: none;}
.box2 {
    border: 0px solid #DADBD4;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
    margin: 0.5% !important;
    background-color: #fff;
}
.box2 .well {
margin-bottom: 0;
}
.box2 a:hover {color:#FFBF00;}

.bild {
 background-color: #FFF;
border: 0px solid #363738;
padding: 4px;
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height:auto;
}
.box2:hover, .box2:active {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border: 0px solid #FFBF00;
 background: #fff;
}
.box2 p.price {
}
.box2 span.productOldPrice {
font-weight: 100;

}
.clear {
    margin-top:10px;
    clear:both;
}
form#filter {
background: #f8f8f8;
-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
padding: 8px;
}
.productoptions {
  padding: 8px;
  margin: 10px auto;
-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #F8F8F8;;
}

.productOldPrice small, .price small, #productinfoprice > p.productprice > small {
display: none;
}
#box_specials .productOldPrice, #box_whatsnew .productOldPrice  {
    font-size:60%;

}
.productOldPrice {
color: #F04124;
font-size:60%;

}
.catimage {
   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
  padding: 0;
}
@media (min-width: 767px) {
    .adminbox {
  position: fixed;  
  top: 55px;
  right: 15px;
  box-shadow: 0px 0px 7px #333;
    }

    .adminbox .fa {
  float: left;
  padding: 2px 10px 0px 0px;
}
    .sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: rgba(106, 106, 99, 0.9);
  transition: background 0.3s linear;
  border-bottom: 5px solid #FFBF00;
}
.sticky2 {
    position: fixed;
  top: 3px;
  height: 35px;
  z-index: 1010;
  transition: all 0.3s linear;
}
    .span4.box2:nth-child(4n+1) {
}
.scrollToTop {
position: fixed;
bottom: 10px;
right: 10px;
display: none;
  background: url('img/arrow-up.png') no-repeat center center #FFF;
  width: 36px;
  z-index: 555;
  height: 36px;
    -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
       }
}
.infograf {
text-align:center;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow:hidden;
  transition: all 0.3s ease;
  
}
.infograf:hover {
  transform: rotate(2deg);
  transition: all 0.3s ease;}
.btn.checkout, .btn.incart {
  background-color: #FFBF00;
  line-height: 38px;
  padding: 0px 10px 0px 3px;
  color: #373737;
}
.btn.checkout:hover, .btn.incart:hover {
    opacity:0.9;
}
.btn.checkout {padding:10px 15%;}
.btn.confirmorder {
    background: #EA5252;
padding: 10px;
width:50%;
    margin-bottom: 50px;

}
.btn-minus, .btn-plus {
  border-radius: 500px;
  padding: 6px 17px;
  background-color: #707267;
  border-color: #707267;
  margin: 0px 5px 10px 5px;
}
.addtobasket input[type="text"]{
  padding: 8px;
  width: 35px;
  text-align: center;
  margin-top: -10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FFF6DB;

}
@media (max-width:480px) {
    
.box2, .productlisting_row {
float: left !important;
margin:1% 0% !important;
text-align:center;
}
    
}

@media (max-width: 767px) { 
    body {font-size: 16px;}
    .socialbox {text-align:center;}
    h2.artikelbox {margin: 0px 0px 5px 0px;font-weight: 400;text-transform: none;}
.span4.infograf {
  max-width: 50%;
  float: left;
}
.details {}
.span4.infograf-last {
  max-width: 100%;
  float: none;
}
.productOldPrice {
    float:left;
}
.addtobasket {text-align:center;
width:100%;
}
.btn {
  padding: 10px 20px;
}
.btn.checkout {padding: 10px 0;
width: 100%;}
.btn.incart {width: 80%;  padding: 10px;font-weight:bold;}
.btn.confirmorder {
width:100%;
    margin-top: -25px;
height: 70px;
}
.footer .boxcontent ul li a, .footer .boxcontent a,.footer .boxheader, .footer .categoryheader, .footer .boxcontent {
   
  line-height:30px;
  text-align: center;
}
.copyright, .parseTime, .bs24copyright {
line-height: 27px;
}
}
#bs24bestseller .item{
  margin: 0px;
  text-align: center;
  /*width:auto;*/
}
#bs24bestseller .item img{
  display: block;
}

/*ORDER DETAILS DESKTOP*/
.artikeldaten {  padding: 8px;}
@media (min-width: 767px) {
#order_details_desktop .tableheader {
  background: #FFBF00;
  line-height: 35px;
  padding: 4px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  color: #1B1B1B;
}
#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  {
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
    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 #ffffff;
}
#order_details_desktop .tablecontent:nth-child(odd) {
    background:#f8f8f8;
}
#order_details_desktop .tablecontent:last-child {
     -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius:0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

#order_details_desktop .attribute {
min-height: 17px !important;
font-size: 90%;
}

}

@media (max-width: 767px) {
    .delete img {
  padding: 7px;
  background-color: #EFEFEB;
  border-radius: 50px;
  margin: 5px 0px;
  border: 1px solid #C7C9BE;
}
/*ORDER DETAILS MOBILE*/
#order_details_desktop .tablecontent {
    background: #fff;
margin-left:0px;
clear:both;
}
#order_details_desktop .tablecontent .image {
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
    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 {

    border:0px solid #ffffff;
}
#order_details_desktop .tablecontent:nth-child(odd) {
    background:#f8f8f8;
}
#order_details_desktop .tablecontent:last-child {
     -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius:0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

#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: 42px;}
.checkout .label {
width: 100%;
padding-right: 0;
background: #33A33A;
padding: 10px 0px 10px 0px;
text-indent: 10px;
height: 20px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.payment .label {
padding-right: 0;
background: #33A33A;
padding: 10px 10px 10px 10px;
text-indent: 10px;
height: 40px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.cagb {
background: #EA5252;
color: #FFF;
font-weight: bold;
padding: 7px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.orderdetails {
  background: #FFF8F8;
  border: 2px solid #EA5252;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
 .orderdetails .small {
font-size: 11px;
line-height: 17px;
}
 .orderdetails .image img {
max-height:90px;
float:left;
margin:10px;
}
.copy_div {
    border-top:3px solid #2B2624;
    margin-top:10px;
}

.morepics {
 text-align: center;
margin: auto;
width: 100%;
clear: both;
float: left;   
padding: 10px;
}
.morepics img {
float: left;
border: 0;
box-shadow: none;
-webkit-box-shadow: none;
width: 22%;
}
@media (min-width: 979px) {
              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 #FFBF00;
}
}
a.menu:after, .dropdown-toggle:after {
  content: none;
}
.leftcolumn {
margin-left: 0 !important;
}
.datum {
  background: #1b1b1b;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  border-radius: 0px;
  width: 85px;
  float: left;
  text-align: center;
  clear: both;
    -webkit-border-radius: 10px 30px 30px 10px;
  -moz-border-radius: 10px 30px 30px 10px;
  border-radius: 10px 30px 30px 10px;
}
.coming {
  border-bottom: 2px solid #fff;
  width: 100%;
  float: left;
  clear: both;
 background: #FFBF00;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
      transition: all 0.1s ease-in;    
-webkit-transition: all 0.1s ease-in;
}
.coming:hover,.coming:active {
    background:#DADBD4;
        transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.coming-title {
      float: left;
  padding: 10px 0px 10px 10px;
}
.upcoming {
    padding-left: 0 !important;
padding-bottom: 0 !important;
}
.startup .specialtag {
  background-color: #D32A0E;
  border-color: #B1240C;
min-width: 40%;
margin: 0;
color: #FFF;
padding: 5px 15px 10px 10px;
border-radius: 0px;

white-space: nowrap;
text-shadow: none;
}
#box_specials .productOldPrice, #box_whatsnew .productOldPrice {color:#F04124;display:inline-block;}
#box_specials img, #box_whatsnew img, #box_reviews .img-polaroid {
    width: 100%;
height: auto;
  padding: 0px;

}
.newpricetag {
background: #79A736;
min-width: 40%;
margin: 0;
color: #FFF;
padding: 10px 15px 10px 10px;
border-radius: 10px 0px 0px 10px;
float: left;
position: absolute;
bottom: 10%;
right: 0px;
white-space: nowrap;
text-shadow: none;
}
/*SOCIAL MEDIA BUTTONS */
.shares {

}
.shares .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 13px;
    transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
  background-color: #E1E1E1;
}
.shares .fa {  
    -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
color: #929487;
  background-color: #E1E1E1;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.shares .fa:hover, .shares .btn:hover {
    color: #fff;
   transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;}
.shares .fa-facebook {
    padding: 8px 17px;
  line-height: 20px;
  bottom: 3px;
position: relative;
}
.shares .fa-google-plus {
    padding: 8px 15px;
  line-height: 20px;
  bottom: 3px;
position: relative;
}
.shares .fa-twitter {
   padding: 8px 15px;
  line-height: 20px;
  bottom: 3px;
position: relative;
}
.shares .fa-pinterest {
  padding: 8px 16px;
  line-height: 20px;
  bottom: 3px;
position: relative;
}
.shares .fa-facebook:hover {
    background: #3B5998;
  cursor:pointer;   
}
.shares .fa-google-plus:hover {
    background: #DD4B39;
  cursor:pointer;

}
.shares .fa-twitter:hover {
    background: #00ACEE;
 cursor:pointer;

}
.shares .fa-pinterest:hover {
    background: #D01D15;
  cursor:pointer;

} 

.socialbox { }
/* Socialbox Left Column - Footer*/
.socialbox .fa { margin-right: 2px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
padding: 14px;}
.socialbox ul {list-style-type: none;list-style-position: inside;margin:0px;font-size:13px;}
.socialbox ul li {float:none;}
.footer .boxcontent ul li {margin-bottom: 5px !important;
/* font-size: 14px; */
font-weight: 100;
color: #EFEFEB;
padding-right: 15px;}
.socialbox .fa-facebook {
background: #3B5998;
padding: 14px 17px;
}
.socialbox .fa-google-plus {
 background: #DF4B38;

}
.socialbox .fa-twitter {
background: #00ACEE;

}
.socialbox .fa-pinterest {
background: #D01D15;

}
.socialbox .fa-youtube {
background: #CC181E;

}
.socialbox .fa-xing {
background: #D4D600;

}
.sidebar {margin-left:0 !important;}
.sidebar .well {
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.startup  .categoryheader {
    text-align: center;

  border:none;
}

.startup .span4 {  border: 1px solid #DDD;}
.startup .specialsbox {  
  background: #f8f8f8;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 0px;
}
@media (min-width:481px) and (max-width:767px) {
        .box2{
float: left !important;
width: 48% !important;
text-align:center;

}
}

@media (min-width:768px) {
    .startup .span8 {
  border: 1px solid #DDD;
  margin-left:20px !important;
}
.startup {
  margin: auto;
  max-width: 1920px;
}

}
.startup .specialsbox .boxcontent {padding:0px;}
.startup .specialsbox .taxandshippinginfo {display:none;}
.startup .specialsbox .price {
      color: #FFF;
  background-color: #D32A0E;
  border-color: #B1240C;
  text-shadow: none;
}
.startup .specialsbox img {
   max-height: 200px !important;
  width: auto !important;
}

.owl-buttons {
  position: absolute;
  top: 43%;
  height: 0px;
  width: 100%;
  margin: auto;

}
.owl-controls {margin-top:0px !important;}
.owl-prev {
  float: left;
    background: rgba(0, 0, 0, 0) !important;
  padding: 10px !important;
}
.owl-next {
  float: right;
    background: rgba(0, 0, 0, 0) !important;
  padding: 10px !important;
}
.owl-prev:hover {opacity:1 !important;}
.owl-next:hover {opacity:1 !important;}
/*START popup content (popup print_product_info, popup print_order.html) */
body.popupcontent {
  min-width:100%;
  background:#fff none;
}
/* END popup content */
div.hr_5 {
	height: 1px;
	line-height: 1px;
	margin: 5px 0px;
	padding: 0;
	display: block;
	border-bottom: solid 1px #ddd;
	background-color: rgba(0, 0, 0, 0);
}
.clearfix, .clear, .clearer {
  clear:both;   
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
/* START print content (popup print_product_info, popup print_order.html) */
body.popupprint {
  min-width:100%;
  background:#fff none;
  font-family: "Open Sans", Helvetica, Arial;
font-size: 13px;
color: #555;
}
.printwrap {
  width:700px;
  margin: 0px auto;
}
.printlogo {
  padding:10px 0px;
  text-align:center;
  border-bottom: 1px solid #ccc;
  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: 1px solid #ddd;
  padding:1px;
}

ul.printinfolist {
  margin-left:15px;
}
.moimages {
  float:left;
  width:126px;
  height:126px;
  border: 1px solid #ddd;
  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:bold;
  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:bold;
  background:transparent; 
}
table.order_table tr.headerrow td {
  padding:5px 5px;
  vertical-align:top;
}
table.order_table tr.mainrow td {
  border-top: 1px solid #ddd;
  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) */