/*!
* CAMP
* 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: 'Open Sans', 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) {
section {
  /*max-width: 979px;*/
}
}
@media (max-width: 979px) {
 .caret{display:none;}
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:nth-child(2n+1) {
    /* background-color: #f8f8f8; */
}
.nav-list > li {
 /* background-color: #f8f8f8; */
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.nav-list > li:hover {
 /*background-color: #fff;*/
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.nav-list > li > a {
padding: 10px 30px;
  font-weight: 600;
}
.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{
    display: block;
    font-size: 22px;
    background: #545454;
    color: #FFF;
    padding: 13px;
border-left: 15px solid #FFF500;
}
.boxheader .fa, .categoryheader .fa, .boxcartheader .fa {
  padding-right: 5px;
  cursor: pointer;
}
.boxheader a, .categoryheader a, .boxcartheader a { color:#fff;}
.boxcontent{
margin-top: 0px;
padding: 10px;
 /*border: 2px solid #d8d8d8;*/
  background: #a9a9a9;

  border-top:0px solid #d8d8d8;
overflow: hidden;
}
.cart-count {
    margin: -1px;
    line-height: 44px;
    color: #333;
    padding: 4px;
    background-color: #FFF500;
    float: right;
    width: 20%;
    height: 40px;
    text-align: center;
    border: 1px solid #FFF500;
    font-weight: 600;
}
.boxcartheader {
    background-color: #545454;
    border: 1px solid #545454;
    width: 100%;
    float: right;
    text-indent: 2px;
    margin: 0;
    text-align: left;
    font-weight: 100;
    line-height: 44px;
    color: #fff;
    height: 48px;
    font-size: 16px;
} 
.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 .boxheader, .footer .categoryheader{
  display: block;
  background: none;
  border: none;
  padding: 10px 10px;
  margin-top: 15px;
  color:#f5f5f5;
  
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */
.nav-tabs-container, .accordion-group {
}
.nav-tabs, .accordion-heading {
/*border-bottom: 2px solid #d8d8d8;*/
padding: 0px;
margin-bottom: -1px; 
    /*font-size: 20px;*/
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 15px;
    font-size: 16px;
    background-color: #EEE;
    text-transform: uppercase;
    font-weight: bold;

}
.nav-tabs > li > a {

}
.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 {

}
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  /*padding: 15px;*/

}

/* Carousel - Bilderslider fuer Bilder mit weissem Hintergrund*/
.carousel-caption.relative{
background: none;
position: relative;
}
#bs24slider { width: 100%;
  margin: 11px auto 0;
 }
#bs24slider img { width: 100%;
  margin: auto;}
.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;
}
/* 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;
    
  
  
}
/* 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: 1px solid #d8d8d8;
}
/* Schriftfarbe alter Preis */
.productOldPrice {
  color: #333;
  font-size: 60%;
  line-height: 10px;
} 
.sidebar .productOldPrice {
  font-size: 60%;
}
.sidebar .preis {
    font-weight: 100;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 19px;
    margin: 0;
    padding: 0;
}
/* 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 #131313;
}
.footer .boxcontent {
     border:0px solid #131313; 
     /*padding: 0px 20px;*/ 
      
     background:none;
}
.footer .boxcontent a {color: #f5f5f5;    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: 11px;
    padding-top: 0px;
    font-weight: 100;
    background: #2B292E;
    color: #8d8d8d;
    line-height: 14px;
}
.copyright a, .bs24copyright a {
  text-decoration:none;
  color: #8d8d8d;
}
/* MODIFIED STYLE */
span.cop_magenta {

}
span.cop_grey {

}
#headercart {
/*  z-index: 800 !important;
  float: right;*/
text-align: right;
  height: 40px;
    margin-left: 0px;
/*  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #d8d8d8;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;*/
  
}
#headercart:hover,#headercart:active,#headercart:focus {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
/*color:#362F2F;*/
}
span.btn.cart-icon {
  border: none;
  background-color: #FFF500;
  padding: 5px 10px;
  float: right;
  position: relative;
  top: 3px;
  left: 4px;
}
.desknav {}
#box_cart .boxcontent {  margin: 0 !important;}
#boxcartbody {
  background: #FFF;
  display: block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  opacity: 1;
  position: relative;
  border: 1px solid #DDD;
}
#box_cart {
  padding: 0px;
  box-shadow: 0px 3px 0px #FFF500;
  z-index: 200;
}

.shoppingcart .categoryheader {
   color:#ff0000; 
}
.well {
/* background:#f8f8f8; */
}
#gift_coupon {
  
}
.brand {float:left;margin: 0px;  padding: 40px 0px;}
.brand img {max-height:100px;transition: all 0.3s linear;}      
@media (max-width: 979px) {
    .brandmenu{
            color: #fff;
    padding: 18px 0px;
    overflow: hidden;
    font-weight: 100;
    }
 .shopheader {
  text-align: center;
  margin-top: 0px;
  padding: 20px 0px;
        }
/*        #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;}
        .brand img {max-height:100px;transition: all 0.3s linear;margin:20px 0;}  
}


#searchdown {
    display:none;
    width: 100%;
width: auto;
height: 40px;
clear: both;
padding-top: 1px;
}
#searchleft {
    display:block;
    width: auto;
height: auto;
}

#box_search button.btn {
    margin: 0;
    padding: 10px;
    width: 20%;
    /* line-height: 24px; */
    background-color: #FFF500;
    border-color: #FFF500;
    max-height: 50px;
    color: #333;
}
#box_search button.btn:hover {
  background: #545454;
  border-color: #545454;
  color: #FFF;
}
form#quick_find {margin:0px;}
input.search, input.newsmail {
    width: 70%;
    background: #545454;
    height: 44px;
    margin: 0;
    color: #FFF;
    z-index: 3;
    border: none;
    font-weight: 100;
    font-size: 16px;
}
#sign_in .btn {
    margin: 0;
    text-align: center;
    background-color: #191919;
    border-color: #191919;
    padding:10px;
}
input.newsmail {
    background-color: #fff;
    color: #545454;
    width: 50%;
    height: 44px;
}
@media (max-width: 767px) {
    #sign_in .btn {
    width: 90%;
    float: none;
    text-align: center;
 
}
    #headercart {
          text-align: center;
  max-width: 90%;
  margin: auto;
    }
    #bs24slider {
  margin-top: 0px;
    }
    #quick_find input {
}
.shopheader {
  margin-top: 0px;
}
body, .sidebar {border-left:0px;border-right:0px;}
#box_search {
margin: 5px auto;
    padding: 6px 0px;
    clear: both;
    max-width: 90%;
}

}
@media (max-width: 767px) {
.brand img {
  max-height:none;
    max-width: 80%;
}
}
.adminbox {
background: #EA5252;
border: 0px solid #F00;
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: #2B292E;
    color: #f5f5f5;
  font-weight: 100;
}
.adminbox .boxcontent {
  background: #EA5252;
  border-color: #EA5252;
  padding:10px !important;
}
.footrow .container {
margin-top: 20px;
}
/*
Verschiedene Boxen-Style (BS24)
*/
#box_login {
    background-color: #545454;
    color: #fff;
}
#box_login .boxcontent {padding:10px;}
#box_login .btn {
    background-color: #FFF500;
    color: #fff;
    border-color: #FFF500;
}
#box_login .btn-link {background:transparent;color:#fff;border:none;}
#box_categories .boxcontent {
margin: 0px;
padding: 0px 0 30px 0px;
}
.specialsbox {/* border: 3px solid #FFF500; */}
.specialsbox span.categoryheader {
    /* background:#ffffff; */
}
.specialsbox span.categoryheader a {
    /*color:#FFF500;*/
}
.newsheading {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
}
form#sign_in {
    text-align: center;
}
div#box_newsletter {
    margin: 10px 0;
}
.hrline {    margin-top: 34px;
    border-color: #333;}
.footer1 {background: #FFF500;
  padding: 10px 0px;
  line-height: 25px;
}

#bs24bestseller {
      border: 0px solid #d8d8d8;
  background: #FFF;
  
  
  
  width:auto;
}
.bestsellerbox .item {}
.bestsellerbox .count {
float:left;
padding: 15px;
  background: #FFF500;
  background:rgba(230, 68, 23, 0.8);
color: #FFF;
font-weight: bold;
  
  
  
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: bold;
text-align: center;
}

#my-menu {
  background-color: #FFF500;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
}
#my-menu a:hover{color:#ffffff;}
#my-menu a{
      font-weight: normal;
  font-size: 18px;
  line-height: 20px;

}
#my-menu:not( .mm-menu ) {
   display: none;
}

.heading {}
.content .well {
padding: 9px;
}
/*
ProductinfoWrap - Detailansicht
*/
#productinfowrap .productprice {
     font-size: 38px;
    line-height: 35px;
    color: #FFF500;
    /*font-weight: 100;*/
        letter-spacing: -2px;

}
#productinfowrap .productimage {
background:#ffffff;  
}
#productinfowrap .productinfoimage {
    background:#ffffff;  
    text-align: center;
      border: 1px 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: right;
}
.boxstart {
    border-top: 2px solid #FFF500;
    margin: 10px;
}




@media (max-width: 767px) {
    .nobr {  margin-bottom: 10px;}
.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 {
    font-size: 13px;
    padding: 15px 5px;
}
    .sidebar {clear:both;}
    input.newsmail {
  max-width: 80% !important;
}
  .newsmail::after {
  content: "";
  clear:both;
}
    #productinfoprice {
    text-align: center;
      margin-top: 10px;
}

/*.small-phone {height:20px;}*/
}

.catnavhead .nav > li {
border-right: 0px solid #2b2c2a;
font-size: 15px;
line-height: 22px;
}
.breads {
    padding: 10px 0px 10px 0px;
    background-color: #E3DA0B;
    color: #333;
    margin: 12px 0 0;
}
/*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 {
/*border: 1px solid #DFD7CA;*/
 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: 34px;
    line-height: 35px;
    color: #000;
    font-weight: 100;
        letter-spacing: -2px;
}
.mininav a{
  padding: 5px 15px;
  font-size: 16px;
  line-height: 40px;
  font-weight:100;
  text-align:center;
}
.mininav a:hover{color:#333;text-decoration: none;background:#FFF500;}
.mininav a .fa {
        color: #333;
    position: relative;
    right: 3px;
}
.taxandshippinginfo {
font-size: 13px;
font-weight: normal;
letter-spacing: -0.5px;
}
.box2 .beschreibung {
    padding-top: 15px;
}

.bild .invisible {
    visibility: none;
}
hr.rooftop {
margin: 0;
border: 0;
  border-top: 1px solid #d8d8d8;
padding: 0;
}
/*LISTING IN BOXEN*/
h2.artikelbox {margin: 0px 0px 5px 0px;font-weight: 400;text-transform: none;font-size: 18px;min-height: 55px;line-height: 21px;}
h2.artikelbox a:hover {text-decoration: none;}
.box2 {
    /*border: 1px solid #d8d8d8;*/
        border-top: 2px solid #FFF500;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin: 0.8% !important;
    padding-bottom: 10px;
    background-color: #fff;
}
.box2 .well {
/* background: #fff; */
margin-bottom: 0;
}
.box2 a:hover {color:#FFF500;}
.bestseller {
 	padding: 5px 5px;
	box-sizing: border-box;
}
.bestseller .titel {}
.bild {
width:100%;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
      height: 250px;
    background: #fff;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.bild img {
    width: auto;
    max-width: 100%;
    max-height: 242px;
}
#box_sellers .bild {
border:1px 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%;
}
.sidebar .bild {
    border-bottom: 2px solid #FFF500;
  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 {padding:0;}
.titel {
    padding: 10px;
    text-align: center;
    font-weight: bold;
color:#ffffff;
}
.titel a {color:#ffffff;}
.box2 p.price {
}
#box_manufacturers .nav-pills.nav-stacked > li > a {
    	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
}
.clear {
    margin-top:10px;
    clear:both;
}
form#filter {
/*background: #f5f5f5;*/
    
padding: 8px;
}
.productoptions {
  padding: 8px;
  margin: 10px auto;  
}

.productOldPrice small, .price small, #productinfoprice > p.productprice > small {
display: none;
}

.catimage {     
  padding: 0;
  border:1px solid #d8d8d8;
}

@media (min-width: 767px) {
  .shopheader {    display: flex;
    align-items: center;}
    .mininav {
  float:left;
  background:#EEE;
  /*margin: 35px 0px 20px 0px;*/
}

    .adminbox {
  position: fixed;  
  top: 75px;
  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;
    transition: all 0.2s linear;
    box-shadow: 0px 1px 0px #FFF500;
    margin-top: 0;
    height: auto;
    
}
.sticky2 {
    position: fixed;
  top: 3px;
  height: 35px;
  z-index: 1010;
  transition: all 0.3s linear;
}
    .span4.box2:nth-child(4n+1) {
  /* border-left: none; */
}
.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;
       }
}
.infograf {
text-align:center;
    
  
  
  overflow:hidden;
  transition: all 0.3s ease;
  
}
.infograf:hover {
  transform: rotate(2deg);
  transition: all 0.3s ease;
}
.btn.checkout, .btn.incart, .btn.buynow {
  background-color: #FFF500;
  border-color: #FFF500;
  color: #333;
}
.btn.incart i { margin: 0 6px 0 0; }
.btn.checkout:hover, .btn.incart:hover, .btn.buynow:hover {
  color: #fff;
  background-color: #545454;
   border-color: #545454;

}
.btn.checkout {padding:4px 15%;}
.btn.confirmorder {
    background: #FFF500;
padding: 10px;
width:50%;
    margin-bottom: 50px;

}
.btn-minus, .btn-plus {
  padding: 4px 14px;
  margin: 0px 5px 10px 5px;

}
.addtobasket input[type="text"]{
    padding: 8px;
width: 25px;
text-align: center;
margin-top: -10px;
}

@media (max-width: 979px) { 

}
@media (max-width: 767px) { 
    .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: 16px;}
.span4.infograf {
  max-width: 50%;
  float: left;
}
.span4.infograf-last {
  max-width: 100%;
  float: none;
}
.price {
font-size: 28px;
line-height: 16px;
font-weight: 400;
}

.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;
}
.copyright, .parseTime, .bs24copyright {
line-height: 25px;
}
}

/*#bs24bestseller {width:100%;}*/
#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: #545454;
    line-height: 40px;
    font-weight: bold;
    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 #ffffff;
        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: 1px solid #C7C9BE;
}
/*ORDER DETAILS MOBILE*/
#order_details_desktop .tablecontent {
    background: #fff;
/*padding: 5px;*/
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 {
  /*width: 35%;*/
  /*float: left;*/
  text-align: right;
}
#order_details_desktop .tablecontent .unit-price {
    /*width:15%;*/
    /*float:left;*/
    text-align: right;
}
#order_details_desktop .tablecontent .quantity {
    /*width:10%;*/
    /*float:left;*/
    text-align: right;
}
#order_details_desktop .tablecontent .subtotal {
    /*width:15%;*/
    /*float:left;*/
    text-align: right;
}
#order_details_desktop .tablecontent .delete {
    /*width:10%;*/
    /*float:left;*/
    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;}
.checkout .label {
width: 100%;
padding-right: 0;
background: #FFF500;
padding: 10px 0px 10px 0px;
text-indent: 10px;
height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.payment .label {
padding-right: 0;
background: #FFF500;
padding: 10px 10px 10px 10px;
text-indent: 10px;
height: 40px;
}
.cagb {
background: #EA5252;
color: #FFF;
font-weight: bold;
padding: 7px 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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 #2B2624;
    margin-top:10px;
}
/*BS24 Morepics Slider*/
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
   /**/
  /**/
  /**/  
}
/*BS24 Morepics Slider EOF*/
.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:18%;
  padding: 5px;
}
@media (min-width: 979px) {
     header {    height:226px;}
              ul.nav li.dropdown:hover > ul.dropdown-menu {
                    display: block;
                    margin-top:-1px;
}
}
@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 #FFF500;
}
}
a.menu:after, .dropdown-toggle:after {
  content: none;
}
.leftcolumn {
margin-left: 0 !important;
}
.datum {
  background: #838383;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  
  width: 85px;
  float: left;
  text-align: center;
  clear: both;
    
  
  
}
.coming {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  float: left;
  clear: both;
    background:transparent;
      transition: all 0.1s ease-in;    
-webkit-transition: all 0.1s ease-in;
}
.coming:hover,.coming:active {
    background:#d8d8d8;
        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;
}

#box_specials img, #box_whatsnew img, #box_reviews .img-polaroid {
  padding: 4px;
  background-color: #FFF;
  max-height:200px;
}
.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;
    border-top: 1px solid #C5C5C5;
    padding-top: 15px;
}
.shares .btn {
padding: 5px 13px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    border: none;
    background-color: #d8d8d8;
    position: relative;
    top: -3px;
}
.shares .btn:hover {
  background-color: #d8d8d8;  
}
.shares .fa-print {color:#333;}
.shares .fa {  
color: #fff;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
  background-color: #d8d8d8;
  text-shadow: none;
}

.shares .fa-facebook {
    background: #3B5998;
    padding: 8px 17px;
  line-height: 20px;
  bottom: 6px;
position: relative;

}
.shares .fa-whatsapp {
    background: #3C8A38;
    padding: 8px 15px;
  line-height: 20px;
  bottom: 6px;
position: relative;
  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.shares .fa-google-plus {
   background: #DD4B39;
    padding: 8px 15px;
  line-height: 20px;
  bottom: 6px;
position: relative;
  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.shares .fa-twitter {
  background: #00ACEE;
   padding: 8px 15px;
  line-height: 20px;
  bottom: 6px;
position: relative;

  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.shares .fa-pinterest {
 background: #D01D15;
  padding: 8px 16px;
  line-height: 20px;
  bottom: 6px;
position: relative;
  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.shares .fa:hover { cursor:pointer;}

.shopname {
  font-weight: bold;
  color: #FFF500;
  font-size: 25px;
}
/* Socialbox Left Column - Footer*/
    .socialbox .fa {
    margin-right: 10px;
    color: #FFF;
    font-size: 22px;
            padding: 5px;
    background-color: #fff;
    border-radius: 100px;
    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-size: 14px; */
font-weight: 100;
color: #f5f5f5;
padding-right: 15px;}
.socialbox .fa-facebook {
background-color: #3B5998;
}
.socialbox .fa-twitter {
background-color: #00ACEE;
}
.socialbox .fa-google-plus {
background-color: #DF4B38;
}
.socialbox .fa-pinterest {
background-color: #D01D15;
}
.socialbox .fa-youtube {
background-color: #CC181E;
}


.sidebar {margin-left:0 !important;/* padding: 15px; */}
.sidebar .well {
 
  
  
  overflow: hidden;
}

/*.maincontent {border-top: 1px solid #d8d8d8;}*/




@media (max-width:767px) {
.box2 {
float: left !important;
/*width: 47% !important;*/
text-align:center;
}
}

.owl-buttons {
  position: absolute;
  top: 43%;
  height: 0px;
  width: 100%;
  margin: auto;
}
.owl-controls {margin-top:0px !important;}
.owl-prev {
    color: #FFF !important;
    float: left;
    background: #FFF500 !important;
    padding: 10px !important;
}
.owl-next {
    color: #FFF !important;
    float: right;
    background: #FFF500 !important;
    padding: 10px !important;
}
.owl-prev:hover {opacity:1 !important;}
.owl-next:hover {opacity:1 !important;}

/*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: 50px;
  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;
}

#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: 50px;
  height: 50px;
  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: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #000;
    background: rgba(0,0,0,0.8);
}

#swipebox-bottom-bar {
  background: #171717;
}

#swipebox-top-bar {
  color: #FFF !important;
  font-size: 22px;
  line-height: 43px;
      background: #FFF500;
    background: -moz-linear-gradient(top, #FFF500 1%, #FFF500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFF500), color-stop(100%,#FFF500));
    background: -webkit-linear-gradient(top, #FFF500 1%,#FFF500 100%);
    background: -o-linear-gradient(top, #FFF500 1%,#FFF500 100%);
    background: -ms-linear-gradient(top, #FFF500 1%,#FFF500 100%);
    background: linear-gradient(to bottom, #FFF500 1%,#FFF500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF500', endColorstr='#FFF500',GradientType=0 );
    border-bottom: 4px solid #FFF500;
    border-top: 4px solid #FFF500;
}
.topselect {
    float: right;
    margin: 8px 0;
    font-size: 16px;
}
.topselect form {float:right;margin:0;}
.topselect .fa {    float: left;    color: #333;    line-height: 25px;}
select.currency_select, select.language_select {
    width: auto;
    float: right;
    margin: 0 10px;
    height: auto;
    padding: 1px 5px;
    border: 0 solid #fff;
    line-height: 25px;
    color: #888;
}

#manufacturers {
  padding: 15px 15px 10px;
}

#product-infos .product-price strong { font-size: 48px; color: #000; }
#product-infos .product-price .shipping-link { display: block; }
#product-infos .product-short-description { margin: 0 0 25px; }
#product-infos .product-options-name { margin: 0 10px 0 0; }
#product-infos .add-to-cart { margin: 25px 0 0; }
#product-infos .add-to-cart input { float: left; height: 28px; margin: 0 10px 0 0; width: 8%; }
#product-infos .add-to-cart .incart { margin: 0 25px 10px 0; }

#more-products { margin: 50px 0 0; }

.more-images-row { margin-top: 15px; }


.form-control {
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;

}

#controls2 .radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: 10px;
  margin-top: 4px \9;
  color:red;

}




.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
