/*!
* LIFE
* Modified Responsive Webshop Design
* Copyright (c) 2015 IGSK Group GmbH
* http://www.bannershop24.de || http://www.igsk-group.de
* 
*
//* POPUPS PRODUCTINFO */
body{background-color:#79c03f;color:#333}
body.popupproductinfo {
	font-family: 'Roboto', verdana, Sans-serif;
	font-size:13px;
         line-height: 20px;
	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;
}
header hr.visible-phone {border:none}
section .container {background-color:#FFFFCF;padding:10px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;}
section > hr {border: none;}
/* setzt den Headerabstand bei Popups zurück */
.popupproductinfo, .popupprintorder {padding-top: 0;}

/* 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: #ffffff;*/
}
.nav-list > li {
 /*background-color: #ffffff;*/
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
   
}
.nav-list > li.level1:nth-child(1),.nav-list > li.level1:nth-child(7),.nav-list > li.level1:nth-child(13){
  background-color:#FFDBF9;
}
.nav-list > li.level1:nth-child(2),.nav-list > li.level1:nth-child(8),.nav-list > li.level1:nth-child(14){
  background-color:#DCFABC;
}
.nav-list > li.level1:nth-child(3),.nav-list > li.level1:nth-child(9),.nav-list > li.level1:nth-child(15){
  background-color:#EFE2A8;
}
.nav-list > li.level1:nth-child(4),.nav-list > li.level1:nth-child(10),.nav-list > li.level1:nth-child(16){
  background-color:#FDDCEF;
}
.nav-list > li.level1:nth-child(5),.nav-list > li.level1:nth-child(11),.nav-list > li.level1:nth-child(17){
  background-color:#A8DDDE;
}
.nav-list > li.level1:nth-child(6),.nav-list > li.level1:nth-child(12),.nav-list > li.level1:nth-child(18){
  background-color:#CBE5F9;
}
.nav-list > li:hover {
/* background-color: #68C9F0;*/
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}
.nav-list > li > a {
padding: 9px 20px;
 border-top: 1px solid #D9D9D9;
}
.nav-list ul > li ul > li > a {
    padding-left:45px;
}
.nav-list ul > li ul > li ul > li > a {
    padding-left:60px;
}
.preheader {
    background: #E3F4FC;
    padding: 5px 0px;
    border-bottom: 1px solid #d9d9d9;
}


/* Boxformatierungen */
.boxheader, .categoryheader, .boxcartheader{
    display: block;
    border-top: 3px solid #79BF0A;
    color: #333;
    padding: 12px;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
}
.boxheader a, .categoryheader a, .boxcartheader a {color:#333;}
.boxcontent{
margin-top: 0px;
padding: 10px;
}
.boxcontent img {
    box-shadow: none;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .boxheader, .footer .categoryheader{
display: block;
font-size: 18px;
background: transparent;
color: #676767;
padding: 20px 20px;
margin-top: 20px;
    border-top: none;
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */
.nav-tabs-container, .accordion-group {
  padding: 0px;
  border: none;
}
.nav-tabs, .accordion-heading {
    border-bottom: 1px solid #D9D9D9;
padding: 0px;
margin-bottom: 0px; 
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 12px 20px;
    background: #ddd;
    color: #333;
    font-size: 16px;

}

.nav-tabs > li > a {
    display: block;
    padding: 12px 20px;
    background: #ddd;
    color: #333;
    font-size: 16px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {

}
.nav-tabs > li > a:link,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited,
.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 {
    background: #79BF0A;
    color: #FFF;
        border-color: #79BF0A;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #79BF0A;
    color: #FFF;
        border-bottom: 1px solid #79BF0A;
    margin-bottom: -1px;
}

/*.nav-tabs-container .tab-content{
padding:20px 0px;
}*/
/* Carousel - Bilderslider für Bilder mit weißem Hintergrund*/
.carousel-caption.relative{
background: none;
position: relative;
}
.bs24slider-shadow{background: #ebebeb;
position: relative;z-index:10;overflow: hidden;
}
#bs24slider {
    background:#ebebeb;
    border: 1px solid #79BF0A;
}
.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;
}
.content > div {
    /*padding: 0 10px;*/
}
/* Textarea Kommentare bei Checkout */
.checkoutcomment textarea {
width:90%;
margin-bottom:0;
}
/* damit beim Bewertung schreiben die Radiobuttons und die Schrift zentriert angezeigt werden können*/
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 #CACACA;
}
/* 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:1px solid #79BF0A;*/
}
.footer .boxcontent {
    border:0px solid #79BF0A;
    padding: 0px 20px;
}
.footer .boxcontent a {color:#888;}
.footer .boxcontent ul li strong {font-weight:100;}
.footer .boxcontent ul li a {margin: 0px;
padding: 0px;
line-height: 27px;}
.footer .boxcontent ul li a:hover {color: #79BF0A;text-decoration: none;    background-color: rgba(0, 0, 0, 0);}

/* COPYRIGHT */
.copyright, .parseTime, .bs24copyright {
margin:0 auto;
text-align:center;
font-size:10px;
line-height:12px;
padding:0;
background: #2F2F27;
color: #ffffff;
}
.bs24copyright {padding-top:5px;}
.copyright a, .bs24copyright a {
  text-decoration:none;
  color: #fff;
}
/* MODIFIED STYLE */
span.cop_magenta {
color: #ffffff;
}
span.cop_grey {
 color: #ffffff;
}
#headersearch  {   text-align:right}
#headercart .fa {color:#fff; vertical-align: sub;margin-right:10px;transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;}
#headercart {
    z-index: 800 !important;
    height: 27px;
    max-width: 300px;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    padding: 12px 0;
    color: #79BF0A;
    background-color: #644023;
    margin-top: -4px;
    position: relative;
}

#headercart {}

#headercart .down {
        float: right;
    position: relative;
    top: 8px;
    margin-left: 20px;
    font-weight: 100;
}
.iconcart {
float: left;
width: 45px;
position: relative;
right: 0;
top: 0;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}      
#boxcartbody {
    background: #FFF;
    padding: 10px;
    display: block;
    z-index: 1800 !important;
    color: #333;
    margin: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    position: relative;
    border: 1px solid #D9D9D9;
}
#box_cart {
width: 100%;
padding: 0;
position: relative;
top: 11px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
}

.shoppingcart .categoryheader {
   color:#ff0000; 
}
.leftcolumn > .well {
    margin-bottom: 50px;
}
#gift_coupon {
  
}
header{background:url(img/header.png) center bottom no-repeat #79c03f;}
.shopheader {padding: 60px 0px 20px 0px;}
.brand {float:left;margin-left: 10px;}
@media (max-width: 767px) {
    .center-head {
    margin-top: 10px;
}
#bs24slider .owl-buttons {
    display: none;
}
        .shopheader {text-align:center;padding: 0;}
        #headercart {float: none;text-align: center;width: auto;padding: 5px 0;margin: auto;}
        #headersearch  {   text-align:center}
        #box_cart {top: 0px;}
        .brand {float:none;margin-left:0px;}
}

    .phonenav a {
    padding: 10px 16px;
    font-size: 17.5px;
    border-right: 1px inset #d9d9d9;
    text-decoration: none;
    font-weight: 500;
}
#searchdown {
    display:none;
    width: 100%;
width: auto;
height: 40px;
clear: both;
padding-top: 1px;
}
#searchleft {
    display:block;
    width: auto;
height: auto;
}
#box_search {
    /*text-align: right;*/
}
#box_search button.btn {
     margin: 0px 0px 4px 3px;
    padding: 12px 12px 12px 12px;
    background-color: #644023;
    border: 3px solid #644023;
}
#quick_find input {
        width: 65%;
    border: 3px solid #644023;
    /*padding: 22px 12px;*/
    height: 50px;
}
form#quick_find {
    margin: 0;
}
/*@media (max-width: 979px) {*/
    /*#box_search {*/
    /*margin: 6px 0px 0px 6px;*/
    /*}*/
/*}*/

@media (max-width: 767px) {
.preheader {
/*    position: fixed;
    top: 0;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5);
    z-index: 50;*/
}
.content {
    padding: 0px 10px;
    /*background-color: #ffffff;*/
}

#home-specials .owl-item .item {    margin: 0 15px !important;}
    #quick_find input {
border-radius: 0;
}

}
.adminbox {
color:#fff;

}
#box_admin .boxcontent, .adminbox {
background: #BD2727;
border: 0px solid #F00;
color:#ffffff;
}
.adminbox button.btn.btn-default.btn-mini  {
    height: 45px;
    width:100%;
    color: #FFF;
    background: none;
    margin: 0;
    padding: 0;
    text-align:left;
}
.adminbox button.btn.btn-default.btn-mini:focus,
.adminbox button.btn.btn-default.btn-mini:active{
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.adminbox .btn-inverse {
    display: inline-block;
    padding: 4px 8px;
    font-style: initial;
    color: #FFF;
    background-color: #5D5D5D;
    border: 0px solid #5D5D5D;
}
.adminbox a {color:#fff;}
.adminbox .categoryheader {background:none;color:#fff;    border-top: 0px solid #BD2727;}
.footrow {
        background: url(img/back_brown.png) left top repeat-x #423628;
    border-top: 3px solid #79BF0A;
    color: #888;
}
.footrow .container {
margin-top: 20px;
}

.languages {
 line-height: 20px;
 margin-bottom: 0px;
}
.languages a {
padding-right: 10px;
}
.languages .fa {
    float: left;
    color: #888;
        line-height: 22px;
}
select.language_select,
select.currency_select  {
    width: auto;
    float: right;
    margin: 0px 10px;
    height: auto;
    padding: 1px 5px;
    border: 0px solid #fff;
    line-height: 25px;
    color: #888;
}
form#currencies,
form#languages{
    float: right;
    margin: 3px 0px;
}
/*
Verschiedene Boxen-Style (BfiS24)
*/
#box_login {
background: #79BF0A;
color: #FFFFFF;
}
#box_login .boxcontent {border-color:#79BF0A;}
#box_login .btn {width:100%;padding-right: 0;
padding-left: 0;}

#box_categories .boxcontent {
margin: 0px;
padding: 0px;
border-bottom:0px solid #d9d9d9;}
.specialsbox span.categoryheader {
  
}
.specialsbox span.categoryheader a {

}

.content .well {
padding: 9px;
}
/*
ProductinfoWrap - Detailansicht
*/
#productinfowrap .productprice {
font-size: 3em !important;
line-height: 35px !important;
}
#productinfowrap .productimage {
background:#ffffff;
}
#productinfowrap .productinfoimage {
    background:#ffffff;
       border: 1px solid #D9D9D9;
    text-align: center;
        margin-bottom: 15px;
        padding:10px;
}
#productinfowrap .productinfoimage:hover {

}
.imgoverlay {
    width:300px;
    height:300px;
    opacity:0;
    background:url(img/zoom.png) no-repeat center center transparent;
}
#productinfoprice {
    text-align: right;
}
.main-nav-2 {
    color: #FFF;
    font-size: 17.5px;
    padding: 10px 10px 10px;
    line-height: 23px;
}
@media (max-width: 767px) {

    #productinfoprice {
    text-align: center;
}
}
.catnavhead .nav > li {
    font-size: 17.5px;
    font-weight: 400;
        line-height: 40px;
}
.breads {
    padding: 0px 0px 0px 5px;
    margin: 5px 0px 25px 0px;
}
.breads .container{background-color:#644023;background: linear-gradient(to bottom, #644023 0%,#443d31 50%,#1b1c14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: -moz-linear-gradient(top, #644023 0%, #443d31 50%, #1b1c14 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #644023 0%,#443d31 50%,#1b1c14 100%); /* Chrome10-25,Safari5.1-6 */}
.breads .container .breadcrumb {padding:0 10px;}
.breadcrumb > li > a, .breadcrumb > li, .breadcrumb > li.active {color:#FFFFE7}
.breadcrumb > li > a:hover {color:#FFFFCF}
/*Produktlisting in Zeilen*/
.productlisting_row {
    border: 1px solid #d9d9d9;
    background-color: #FFFFE7;
        margin-bottom: 25px;
 transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
}

 .details {
line-height: 15px;
font-weight: 400;
font-size: 11px;
padding-top: 15px;
text-align:center;
   
}
 .price {
    font-size: 2em;
    line-height: 30px;
    color: #79BF0A;
    font-weight: 600;
        text-shadow:-1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, 2px 2px 6px #cecece;
}
.taxandshippinginfo {
font-size: 11px;
font-weight: 400;
letter-spacing: -0.5px;
}
.productlisting_row .beschreibung {
    padding: 12px;
     border-right: 1px solid #d9d9d9;
     overflow:hidden;
}
.beschreibung h2, h2.artikelbox a{
font-size: 17px;
color:#333
}
.beschreibung a:hover, h2.artikelbox a:hover {
color:#666;
    text-decoration:none;
}

 .bild .invisible {
    display: none;
}
hr.rooftop {
margin: 0;
border: 0;
border-bottom: 1px solid #E0E0E0;
padding: 0;
}
/*LISTING IN BOXEN*/
h2.artikelbox {
        margin: 5px 0 0 0;
    height: 38px;
    line-height: 18px;
    overflow:hidden;
}
.box2 {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
        margin: 0.5% !important;
}
.box2 .productOldPrice {}
.box2 .price br {display:none;}

.bild {
 /*background-color: #FFFFFF;*/
border: 0px solid #FFFFFF;
padding: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-height:200px;
overflow:hidden;
height: 200px;
display: flex !important;
justify-content: center; /* horizontal mittig */
align-items: center; /* vertikal mittig */
}


.clear {
    margin-top:15px;
    clear:both;
}
form#filter {
/*background: #ffffff;*/
padding: 8px;
}

.productoptions {
    background: #EBEBEB;
    padding: 8px;
    border: 1px solid #D9D9D9;
        margin-bottom: 10px;
        width:100%;
        float:right;
}
.productOldPrice small, .price small, #productinfoprice > p.productprice > small {
display: none;
}

#box_specials .price, #box_whatsnew .price {

}
#box_specials .productOldPrice, #box_whatsnew .productOldPrice  {
    font-size:60%;
}
#box_payments .boxcontent img {margin:5px;}
.productOldPrice {
color: #666666;
font-size:60%;
    line-height: 0px;
    height: 0px;
}
@media (min-width: 767px) {
    .content h1 {
    padding: 12px 0px;
}
    .center-head {
            align-items: center;
    display: flex;
    }
.scrollToTop{
	width:45px; 
	height:45px;
	padding:0px; 
	position:fixed;
	bottom:0px;
	right:0px;
	display:none;
	background: url('img/arrow-up.png') no-repeat 0px 0px;
       }
.scrollToTop:hover{
}

}
.infograf {
overflow: hidden;
text-align:center;
}
.btn50right {
    /*float:right;*/
}
.btn50left {
    /*float:left;*/
}



.btn.checkout {
    padding: 5px 15%;
    background-color: #E66D59;
}
.btn.checkout:hover {
    background-color: #79BF0A;
}

.btn.confirmorder {
    background: #BD2727;
padding: 10px;
width:50%;
    margin-bottom: 50px;

}
.addtobasket {
     margin: 10px 0;
}
.btn.incart,
.btn.buynow {
       background-color: #79BF0A;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 20px;

}
.btn.incart:hover,
.btn.buynow:hover {
background: #99DB12;
}
.btn.buynow {
padding: 4px 8px;
    margin-bottom: 5px;
}
.addtobasket .input-mini {
    height: 38px;
    padding: 0;
    width: 50px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 767px) {
.addtobasket {
text-align:center;
width:100%;
}
.productoptions {
    width: 90%;
    float: none;
    margin: auto;
}
.btn.checkout {padding: 10px 0;
width: 100%;}
.btn.incart {width: 80%;}
.btn.confirmorder {
width:100%;
    margin-top: -25px;
height: 70px;
}

.box2 {
    float: left !important;
    width: 46% !important;
        margin: 1.5% !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
border-bottom:0px solid #009DE0;
margin: 0px 0 0 0px;

}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
border-bottom:0px solid #009DE0;
margin: 0px 0 0 0px;
}
}

.addtobasket input[type="text"]{
    padding: 7px;
width: 25px;
text-align: center;
margin-top: -10px;
}
#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: #79BF0A;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
#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%;
  display: flex !important;
justify-content: center; /* horizontal mittig */
align-items: center; /* vertikal mittig */
}
#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(even) {
    background:#f4f4f4;
}
#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) {
    .languages {
    /*margin-bottom: 0px;*/
    /*line-height: 45px;*/
}
select.language_select, select.currency_select {
color: #676767;
    width: 100%;
    float: none;
    background-color: #F3F3F3;
    margin: 0;
    padding: 10px 10px 10px 20px;
}
    .delete img {
  padding: 7px;
  background-color: #EFEFEB;
  border-radius: 50px;
  margin: 5px 0px;
  border: 1px solid #C7C9BE;
}
form#currencies, form#languages {
    float: none;
    width: 100%;
    clear: both;
    line-height: 40px;
}
/*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 {height: 46px;}
.checkout .label {
width: 100%;
padding-right: 0;
background: #79BF0A;
padding: 10px 0px 10px 0px;
text-indent: 10px;
height: 20px;
}
.payment .label {
padding-right: 0;
background: #79BF0A;
padding: 10px 10px 10px 10px;
text-indent: 10px;
height: 40px;
}
.cagb {
background: #BD2727;
color: #FFF;
font-weight: bold;
padding: 7px 30px;
}
.orderdetails {
    background:#ffffff;
    border: 1px solid #BD2727;
}
 .orderdetails .small {
font-size: 11px;
line-height: 17px;
}
 .orderdetails .image img {
max-height:90px;
float:left;
margin:10px;
}
.copy_div {
    border-top:3px solid #79BF0A;
    margin-top:10px;
}
.footer .boxcontent ul li {margin-bottom: 5px !important;}
/*SOCIAL MEDIA BUTTONS */
.shares {
    padding-top: 10px;
    margin-top: 5px;
}
.btn-print {
    padding: 0;
    margin: 0px 0px 1px 0px;
    font-size: inherit;
}
.shares .fa {
    height: 21px;
    background-color: #DDD;
    width: 24px;
    text-align: center;
    padding: 6px;
    line-height: 20px;
    color: #333;
}
.shares .fa:hover {
cursor:pointer;
}
i.fa.fa-share-alt {
    background-color: rgba(0, 0, 0, 0);
}
i.fa.fa-share-alt:hover {
    background-color: rgba(0, 0, 0, 0);
}
.shares .fa-facebook:hover {
    background: #3B5998;
color:#fff;
}
.shares .fa-google-plus:hover {
    background: #DF4B38;
color:#fff;

}
.shares .fa-twitter:hover {
    background: #00ACEE;
color:#fff;
}
.shares .fa-pinterest:hover {
   background: #D01D15;
color:#fff;
}
.shares .fa-whatsapp:hover {
   background: #3C8A38;
color:#fff;
}

/* Socialbox Footer*/
.socialbox ul {list-style-type: none;list-style-position: inside;margin:0px;font-size:13px;}
.socialbox ul li {float:left;}
.socialbox {
    font-size: 16px;
}
.socialbox .fa {
    padding: 4px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.socialbox .fa-facebook {
background: #3B5998;
}
.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;
}
.leftcolumn {
margin-left: 0% !important;
}
.leftcolumn .boxcontent {
    border: 0px solid #D9D9D9;
}
.morepics img {
    max-width: 80px;
}

#box_newsletter {

}
#box_newsletter input[type="text"] {
    border: 3px solid #79BF0A;
    padding: 8px 6px;
    width: 65%;
    float: left;
}
#box_newsletter .text {background: #D0D0D0;}
#box_newsletter hr {margin-top:1em;border-color:#a5a5a5;}
#box_newsletter .span12 {text-align: center;margin:auto;}
#box_newsletter .btn {  
    margin-left:3px;
    background-color: #79BF0A;
    padding: 11px;
    font-weight: 500;
}
#box_newsletter .btn:hover {background: #333;}

.headnav-mobile {
letter-spacing: 5px;
}
ul.headnav {
margin: 0px !important;
}
.headnav .fa {
    padding: 7px;
}
.headnav li {
    float: right;
list-style-type: none;
border-left: 0px solid #CACACA;
padding: 0px 15px;
}
.headnav li a{color:#333;}
.headnav li a:hover{color:#333;}
.headnav li:last-child {    padding-left: 0;}




.owl-theme .owl-controls .owl-page span{
    background-color:#333;
}

.owl-next {
    float: right;
}
.owl-prev {
    float: left;
}
.owl-next, .owl-prev {
    background: 0 0!important;
    padding: 10px!important;
}
.owl-buttons {
    position: absolute;
    top: 43%;
    height: 0;
    width: 100%;
    margin: auto;
}
h2.home-new {
    border-top: 3px solid #79BF0A;
    padding: 12px;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}
#topartikel .owl-item .item,
#home-specials .owl-item .item{
    border: 1px solid #D9D9D9;
    margin: 5px;
    background-color: #FFFFFF;
}
h2.home-specials {
    display: block;
    border-top: 3px solid #e66d59;
    padding: 12px;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}
.mm-navbar {
    background: #79BF0A;
    border-bottom: 1px solid #79BF0A;
    line-height: 28px;
    height: 49px;
    text-align: left;
    padding-left: 25px;
}
.mm-title {
    color: #FFF !important;
    font-size:17.5px;
}
#mobile-menu .nav > li > a:hover, .nav > li > a:focus {
    background:none;
}
#mobile-menu .caret {display:none;}
nav#mobile-menu, #customer-menu {
    box-shadow: 0px 0px 10px #646464;
}
#topartikel .owl-buttons,
#home-specials .owl-buttons {
    position: absolute;
    top: -50px;
    height: 0;
    width: auto;
    margin: 0;
    /* float: right; */
    right: 0px;
    zoom: 0.6;
    
}
.btn-minus, .btn-plus {
    border-radius: 500px;
    padding: 6px 17px;
    background-color: #707267;
    border-color: #707267;
    margin: 0 5px 10px;
}
#topartikel .productOldPrice {display: none;}
#home-specials .price small,
#box_specials .price small{
    display: block;
    font-size: initial;
    font-style: italic;
    font-weight: 100;
}
#home-specials .productOldPrice small,
#box_specials .productOldPrice small{display: none;}
.clearfooter {height:100px;}
.reviews {    border: 1px solid #D9D9D9;}

.productnavigator {
    /*background-color: #EBEBEB;*/
    padding: 5px !important;
    /*border: 1px solid #D9D9D9;*/
    font-size: smaller;
    line-height: 10px;
    margin-bottom: 75px;
}
.navigationbar {padding:0px 10px;}
.cat-listing {
        border: 1px solid #D9D9D9;
    background-color: #FFFFE7;
        overflow: hidden;
        margin-bottom:10px;
}
@media (max-width: 767px) {
h1, h2.home-new {      margin-left: -10px;
    margin-right: -10px;
}
.shares  {
     display: flex;
    justify-content: space-between;
}
.btn {
    padding: 15px 23px;
    font-size: 15px;
    /*margin-top: 10px;*/
}
}
.errormessage a {
  color:#555; 	  	 
  text-decoration:underline; 	  	 
  font-weight:bold; 	  	 
}