/*!
* TISKA PRO LIGHT 2.0.4.2
*
* Responsive Webdesign Template for
* modified eCommerce Shopsoftware
* Copyright 2015-2019 BannerShop24.de // Florida Digital GmbH
* www.bannershop24 // www.florida-digital.de
* Single-Shop-Licence - One (1) Domain/Shop only
*/

/* 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 zurück */
.popupproductinfo, .popupprintorder {padding-top: 0;}
/* 33. START print content (popup print_product_info, popup print_order.html) */
body.popupprint {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 20px;
  min-width:100%;
  background:#fff none;
}
.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;
}
.wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.content {position: relative;}
/* 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:hover {
  /* background-color: #4FCDF2;*/
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.nav-list > li > a {
  padding: 9px 0px;
  font-weight: 700;
}
.nav-list ul > li ul > li > a {
  padding-left:45px;
}
.nav-list ul > li ul > li ul > li > a {
  padding-left:60px;
}
.preheader {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  /*color:#fff;*/
  padding: 5px 0px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.preheader a {
  margin: 0px 7px;
}
.preheader .fal,
.preheader .fab {
  font-size: 18px;
  margin: 0 5px;
}
.preheader .btn i {
  font-size: 14px !important;
}
/* Boxformatierungen */
.boxheader, .categoryheader, .boxcartheader{
  background: #fff;
  padding: 5px 10px 5px 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index:1;
  /* text-align: center; */
  /* border-bottom: 2px solid #4FCDF2; */
}
.leftcolumn .titleborder {
  margin-top: -19px !important;
  margin-bottom: 0 !important;
  height:20px !important;
}
.categorybox {
  /*background: #f3f3f3;*/
  /*padding: 0px 15px;*/
}
.boxheader a, .categoryheader a, .boxcartheader a {
  color:#333333;
  text-decoration: none
}
.quickie {
  height: 35px !important;
  width: 80%;
  box-sizing: border-box !important;
}
.quickie-btn {
  width: 20%;
  box-sizing: border-box;
  float: right;
  height: 35px;
}
.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: #ffffff;
  padding: 20px 20px;
  margin-top: 20px;
  border:none;
  text-align: left;
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */
.nav-tabs-container, .accordion-group {
  padding: 0px;
  border: 2px solid #ffffff;
  margin-bottom: 50px;
}
.nav-tabs, .accordion-heading {
  /*border-bottom: 2px solid #4FCDF2;*/
  padding: 0px;
  margin-bottom: 0px;
  /*display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
      justify-content: center!important;*/
  font-size: 18px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 13px 8px;
  background: #4FCDF2;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;

}
.accordion-inner h2 {
  /*border-bottom: 2px solid #4FCDF2;*/
  padding: 15px 0px;
}
.nav-tabs > li > a {
  padding: 15px;
  outline: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  border: 1px solid #4FCDF2;
  border-bottom: 0px solid #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.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;
  /* background: #ffffff; */
  padding: 15px;
  border-color: #ffffff;
}
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  /* background: #4FCDF2; */
  /* color: #FFF; */
  border-bottom: 2px solid #4FCDF2;
  margin-bottom: -2px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4FCDF2;
  /* color: #FFF; */
  border-bottom: 2px solid #4FCDF2;
  margin-bottom: -2px;
}

/*.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: #f3f3f3;
                   position: relative;z-index:10;overflow: hidden;
}
#bs24slider .owl-pagination {
  position: relative;
  bottom: 25px;
  height: 0px;
}
#bs24slider {background:#f3f3f3;}
.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;
}

.show_rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  bottom: 1px;
}

.show_rating input {
  position: absolute;
  left: -999999px;
}

.show_rating label {
  display: inline-block;
  font-size: 0;
  padding: 0px 1px;
  vertical-align: bottom;
}

.show_rating > label:before {
  height: 20px;
  width: 19px;
  position: relative;
  display: block;
  content: " ";
  color: transparent;
  background: transparent url(img/stars_rating.png) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
}

.show_rating > label:hover:before,.show_rating > label:hover ~ label:before,.show_rating > label.selected:before,.show_rating > label.selected ~ label:before {
  color: transparent;
  height: 20px;
  width: 19px;
  background: transparent url(img/stars_rating.png) no-repeat 0 -20px;
  -webkit-text-fill-color: transparent;
}

/* AGB */
div.agbframe, #comments {
  background:#fff;
  border: 1px solid #CCC;
  height: 200px;
  overflow: auto;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
/* 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 dashed #d9d9d9;
}
#productinfoprice .old_price {
  font-size: 14px;
  font-weight: 400;
}
#productinfoprice .small_price {
  /*font-size: 14px;*/
  /*letter-spacing: -1px;*/
}
#productinfoprice .new_price {
  font-weight: 800;
  font-size: 32px;
  /*letter-spacing: -2px;*/
}
#productinfoprice .save_price {  color:#ff5722;}
.specialtag {
  position: absolute;
  background: rgba(244, 67, 54, 0.68);
  color: #fff;
  font-weight: bold;
  border-radius: 81px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index:5;
}


.special_price {
  color:#ff5722;
}
.special_price:before {
  display: contents;
  content: '\f646';
  font-family: 'Font Awesome 5 Pro';
  color: #FF5722;
  font-size: 16px;
  float: left;
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite
}
/* 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 #4FCDF2;*/
}
.footer .boxcontent {
  border:0px solid #4FCDF2;
  padding: 0px 20px;
}
.footer .boxcontent a {
  color: #ffffff;
}
/*.footer .boxcontent ul li strong {font-weight:100;}*/
.footer .boxcontent ul li a {margin: 0px;
                             padding: 0px;
                             line-height: 27px;}
.footer .boxcontent a:hover {color: #4FCDF2;text-decoration: none;    background-color: rgba(0, 0, 0, 0);}

/* COPYRIGHT */

.copyright, .parseTime {
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  padding-bottom: 25px;
  background: #292929;
  color: #868686;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:-1;
}
.copyright a, .bs24copyright a {
  text-decoration:none;
  color: #868686;
}
/* MODIFIED STYLE */
span.cop_magenta {
  color: #868686;
}
span.cop_grey {
  color: #868686;
}
.bs24copyright {
  padding-top: 22px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 10px;
  background: #292929;
  color: #ffffff !important;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.5px;
}
.bs24copyright h4 {
  margin-bottom: 0;
  font-size:20px;
}
.bs24copyright a {
  cursor: pointer;
  color: #fff;
}
.bs24copyright em {
  font-style: normal;
  padding: 0px 5px;
  color: #4fcdf2;
}
#headersearch  {   text-align:right}
#headercart .fa-shopping-bag {
  vertical-align: sub;
  margin-right: 10px;
  font-size: 30px;
}
#headercart {
  /*z-index: 800 !important;*/
  height: auto;
  cursor: pointer;
  text-decoration: none;
  /* text-align: right; */
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  border: 1px dashed #d9d9d9;
  padding: 10px !important;
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow:hidden;
}

#headercart:hover  #box_cart {
  opacity: 1;
  top:100%;
  height:auto;
  filter: alpha(opacity=100);
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
#headercart:not(:hover)  #box_cart {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.3s cubic-bezier(.55, 0, .1, 1);
  height: 60px;

}
.is_stuck #headercart {
  padding-top: 5px;
}
#headercart:hover {
  overflow:visible;

}
#headercart:hover,#headercart:active,#headercart:focus,
#headersearch:hover,
#headersearch:active,
#headersearch:focus {
  color: #4FCDF2 !important;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
#boxcartbody {
  background: #FFF;
  padding: 10px;
  display: block;
  /*z-index: 1800 !important;*/
  color: #333;
  margin: 0;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  position: relative;
  /*border: 1px solid #D9D9D9;*/
}
#box_cart {
  min-width: 250px;
  padding: 0;
  position: absolute;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.175);
  font-size: 12px;
  font-family: "Roboto",sans-serif;
  line-height: 15px;
  text-transform: none;
  right: 0;
  width: 440px;
  max-width: 100%;
}
.shoppingcart .categoryheader {
  color:#ff0000;
}



.well {
  /*background:#ffffff;*/
  /*color: #333333;*/
  /*border:1px solid #ededed;*/
}
#gift_coupon {

}
.shopheader {    padding: 15px 0px 10px 0px;}
.brand {float:left;margin-left: 10px;}
@media (max-width: 767px) {

  h1 {
    padding: 0px 0px 10px 10px;
  }
  .copyright, .parseTime {
    position: inherit
  }
  ul.headnav{
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .headnav li {
    padding: 0px 15px;
    text-align: center;
    font-size: 2em;
  }
  .center-head {
    margin-top: 10px;
  }
  #bs24slider .owl-buttons {
    display: none;
  }
  .shopheader {text-align:center;}
  #headercart {float: none;text-align: center;width: auto;padding: 5px 0;margin: auto;max-width: 95%}
  #headersearch  {   text-align:center;    margin-top: 25px;}
  #box_cart {top: 0px;}
  .brand {float:none;margin-left:0px;}
}

.phonenav a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
}
.phonenav .fa-shopping-cart {
  color: #4FCDF2;
}
/*#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;*/
  /*direction: ltr;*/
  /* position: absolute; */
  /*text-align: right;*/
}
#box_search button.btn {
  margin: 0;
  background-color: #ffffff;
  width: 50px;
  box-sizing: border-box;
  border: 1px dashed #d9d9d9;
  height: 58px;
  font-size: 30px;
  border-left-color: #ffffff;
  margin-left: -2px;
  line-height: 45px;
}
#box_search:hover #box_search button.btn,
#quick_find input:active #box_search button.btn,
#quick_find input:hover #box_search button.btn,
#quick_find input:focus #box_search button.btn,
#box_search button.btn:hover {
  color:#4fcdf2 !important;
}

#quick_find input {
  width: 35%;
  margin: 0;
  background: #ffffff;
  color: #c3c3c3;
  height: 58px;
  /* width: 15%; */
  padding-left: 15px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  border: 1px dashed #d9d9d9;
}
/*#quick_find input:active,*/
/*#quick_find input:hover,*/
#quick_find input:focus
/*#box_search:hover #quick_find input*/
{
  color:#333333;
  width: 80%;
  width: calc(100% - 50px);
  /*padding-left: 32px;*/
  color: #000;
  /*background-color: #fff;*/
  cursor: auto;
  z-index: 100;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
form#quick_find {
  margin: 0;
}

@media (max-width: 767px) {
  .preheader .fal {
    font-size: 30px;
    line-height: 45px;
    vertical-align: sub;
  }
  .preheader {
    height:auto;
  }
  #box_customer, #box_language {
    top: 60px;
  }

  .content {
    padding: 0px 10px;
    background-color: #ffffff;
  }
  h1, h2.home-new {      margin-left: -10px;
                         margin-right: -10px;
  }

  #home-specials .owl-item .item {    margin: 0 15px !important;}
  #quick_find input {
    border-radius: 0;    width: calc(100% - 50px);
  }
  #box_search {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.adminbox {}
/*.categoryname {text-align: right}*/
.catimage {
  padding: 5px 20px 10px 0px;
}
.categoryname:before {
  content: '';
  width: 150px;
  height: 10px;
  display: block;
  background: #f3f3f3;
  float: right;
  z-index: 1;
  margin: 6px 0px 5px 0px;
}
#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;}
.footrow {
  margin-bottom: 0px;
  padding: 50px 0;
  background: #323232;
  border-top: 1px solid #323232;
  border-radius: 0px;
  color: #ffffff;
}

.footrow .container {
  margin-top: 20px;
}

.languages {
  line-height: 24px;
  margin-left: 10px;
}
.languages a {
  padding-right: 10px;
}
/*
Verschiedene Boxen-Style (BfiS24)
*/
a#customermenu {
  margin-right: 10px;
  border-right: 1px solid #d9d9d9;
  padding-right: 10px;
}
#loginbox input {
  width: 100%;
  box-sizing: border-box;
  line-height: initial;
  padding: 3px 10px;
}
#box_login .boxcontent,
#box_customer .boxcontent {
  padding:10px;
}
#box_login {
  min-width: 250px;
  padding: 0px;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.175);
  font-size: 12px;
  font-family: "Roboto",sans-serif;
  line-height: 15px;
  text-transform: none;
  /*width: 440px;*/
  max-width: 100%;
  background: #fff;
  z-index: 5;
  position: absolute;
}
#box_login .btn-link {
  color: #333;
  font-size: 72%;
  line-height: 28px;
}
#box_customer, #box_language {
  /* min-width: 250px; */
  /* padding: 0; */
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.175);
  /* font-size: 12px; */
  font-family: "Roboto",sans-serif;
  /* line-height: 15px; */
  /* text-transform: none; */
  /* width: 440px; */
  /* max-width: 100%; */
  background: #fff;
  z-index: 5;
  position: absolute;
}



#box_customer {
  /*min-width: 250px;*/
  /*padding: 0;*/
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.175);
  /*font-size: 12px;*/
  font-family: "Roboto",sans-serif;
  /*line-height: 15px;*/
  /*text-transform: none;*/
  /*width: 440px;*/
  /*max-width: 100%;*/
  background: #fff;
  z-index: 5;
  position: absolute;
}
#box_customer a {
  text-decoration: none;
}
#box_customer a {
  text-decoration: none;
  /* border-bottom: 1px solid #d9d9d9; */
  padding: 3px 7px 3px 0px;
  display: block;
  margin: 0;
}
#box_customer .fal {
  text-decoration: none;
  width: 25px;
  top: 2px;
  position: relative;
}
#box_customer a:hover {
  text-decoration: none;
}
.above-footer {
  background: #292929;
  padding: 90px 0 125px 0;
}
.newsletter-heading {
  font-size: 62px;
  line-height: 110%;
  font-weight: normal;
  color:#ffffff;
}
.newsletter-subline {
  color:#ffffff;
  margin-bottom: 30px;
}
#box_newsletter .btn {
  margin-left: -6px !important;
  color: #fff;
  font: inherit!important;
  border-radius: 0!important;
  padding: 16px 15px!important;
  border: 2px solid !important;
  border-left: 0px solid !important;
  background: rgba(79, 205, 242,0.9) !important;
  text-transform: uppercase;
  margin: 0;
}

#box_newsletter .btn:hover {background: #4FCDF2;}
#box_newsletter {
  /*background: #333333;*/
  padding: 30px 20px;
  text-align: center;
  margin:auto;
  text-transform: uppercase;
  font-size:17px;
  font-family: "Roboto Condensed",sans-serif;
}

#box_newsletter input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  font: inherit;
  text-transform: uppercase;
  background: none;
  border-color: #fff;
  border-width: 2px;
  padding: 10px 10px;
  text-align: left;
  border-right: 0px solid !important;
  width: 70%;
  font-size: 17px;
  height: 60px;
  color: #fff;
  margin:0;
  box-sizing: border-box;
}
/*#box_newsletter .text {background: #D0D0D0;}*/
/*#box_newsletter hr {margin-top:1em;border-color:#a5a5a5;}*/

/*#box_newsletter .btn {margin-bottom: 0px;}*/


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

.content .well {
  padding: 9px;
}
/*
ProductinfoWrap - Detailansicht
*/
#productinfowrap .productprice {
  /*font-size: 3em !important;*/
  /*line-height: 35px !important;*/
  /*font-family: "Roboto Condensed", sans-serif;*/
  /*letter-spacing: -2px;*/
  /*font-weight: 800;*/
}
#productinfowrap .productimage {
  background:#ffffff;
}
#productinfowrap .productinfoimage {
  background:#ffffff;
  /*border-right: 2px solid #bbbbbb;*/
  text-align: center;
}
#productinfowrap .productinfoimage:hover {
}
.product-meta {
  border-top: 1px dashed #ddd;
  margin-top: 0px !important;
  padding-top: 25px;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 25px;
}
.product-meta p {
  margin: 0;
}
.imgoverlay {
  width:300px;
  height:300px;
  opacity:0;
  background:url(img/zoom.png) no-repeat center center transparent;
}
#productinfoprice {
  text-align: left;
  position:relative;
}
#productinfoprice h1 {
  background: transparent;
  color: inherit;
  padding-bottom: 10px;
}
.main-nav-2 {
  color: #FFF;
  font-size: 17.5px;
  padding: 10px 10px 10px;
  line-height: 23px;
}
nav.is_stuck {
  background: rgba(40, 40, 40, 0.95);
}
.is_stuck {
  /*    background-color: #f3f3f3;
      -webkit-box-shadow: 0 0.35714rem 1.07143rem rgba(0,0,0,.5);
      box-shadow: 0 0.35714rem 1.07143rem rgba(0,0,0,.5);*/
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.is_stuck .navbar .nav > li > a {
  padding:10px;
  -webkit-animation: slideInDown .3s;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}

.logobar {
  float: left;
  /* max-height: 46px; */
  opacity: 0;
  -webkit-animation: slideInDown .3s;
  animation: slideInDown .3s;
  transition: ease .5s all;
  position: relative;
  bottom: 80px;
  /*z-index: 1000;*/
}
.logobar img {
  max-width: 400px;
  max-height: 100px;
  width:auto;
}
.is_stuck .logobar img {
  max-width: 200px;
  max-height: 42px;
  width: auto;
  /*filter: invert(1);*/
  /*    filter: grayscale(1);*/
}
.is_stuck .logobar {
  opacity: 1;
  max-width: 200px;
  max-height: 42px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  bottom:0;
}
@media (max-width: 767px) {
  .is_stuck .logobar, .logobar {
    transition: none;
    -webkit-transition: none;
    /*opacity: 1;*/
    /*bottom:0;*/
  }
  .breads {
    text-align:center;
  }
  #productinfoprice {
    text-align: center;
  }
}
.catnavhead .nav > li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 40px;
}
.breads {
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
}
/*Produktlisting in Zeilen*/
.productlisting_row {
  border-bottom: 1px dashed #d9d9d9;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  box-sizing: border-box;
  display: flex;
  align-items: center;

}
.details {
  line-height: 15px;
  font-weight: 500;
  font-size: 11px;
  padding: 0px 10px;
  text-align:center;
}
.price, .standard_price {
  font-size: 18px;
  /*font-family: "Roboto Condensed", sans-serif;*/
  letter-spacing: -1px;
  font-weight: 800;
}
.taxandshippinginfo {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color:#5f5f5f;
}
.productlisting_row .beschreibung {
  padding: 0px 10px;
  overflow: hidden;
}
.beschreibung h2, h2.artikelbox a{
  font-size: 18px;
  margin: 0px 0 5px 0;
}
.beschreibung a:hover, h2.artikelbox a:hover {
  color:#333333
}

.bild .invisible {
  display: none;
}
hr.rooftop {
  margin: 0;
  border: 0;
  border-bottom: 2px solid #f3f3f3;
  padding: 0;
}
/*LISTING IN BOXEN*/

.boxlisting {
  display: flex;
  flex-flow: row wrap;
}
.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;
  /*display: flex !important;*/
  justify-content: center; /* horizontal mittig */
  align-items: center; /* vertikal mittig */
}


.clear {
  margin-top:10px;
  clear:both;
}

.options_display {
  border: 1px dashed #d9d9d9;
  width: 100%;
  box-sizing: border-box;
}
.productoptions {
  padding: 20px 0px 0px 0px;
  border-top: 1px dashed #D9D9D9;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}
.productoptions .options_selection {
  line-height: 30px;
  padding:3px 10px;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.options_selection input {
  margin-right: 10px;
}
.productoptions label {
  margin: 0;
  cursor: pointer;
}
label.options_text.span4 {
  line-height: 30px;
}
.options_selection_price {
  font-weight: 600;
}

.options_name {
  font-weight: 600;
  /* border-bottom: 1px solid #d9d9d9; */
  padding: 5px;
  background: #f3f3f3;
}
.options_selection:hover {
  background: #f3f3f3;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.small.text-muted {
  font-size: 11px;
  opacity: 0.8;
}
.graduated {
  /*border: 1px solid #d9d9d9;*/
  display: table;
  font-size: 11px;
}
.graduated td {
  padding: 5px;
  line-height: 12px;
}
th.gp_headline {
  background: #f3f3f3;
  padding: 5px;
  line-height: 20px;
}

.graduated tr:nth-child(even) {background: #f3f3f3}
.graduated tr:nth-child(odd) {background: #ffffff}


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

#box_specials .price, #box_whatsnew .price {

}


.morepics img {
  max-width: 60px;
  margin:5px;
}
a.scrollToTop{
  width: 45px;
  height: 45px;
  padding: 0px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: none;
  background: #4fcdf2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  z-index: 5;
}
.scrollToTop:hover{
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite
}
@media (min-width: 767px) {
  .morepics img {
    max-width: 80px;
    float:left;
  }

  .headnav li:nth-child(2) {    padding-left: 0;}
  .center-head {
    align-items: center;
    display: flex;
  }


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


.btn.checkout {
  padding: 5px 15%;
  background-color: #4FCDF2;
  color:#ffffff;
  /*border-color: #4FCDF2;*/
}
.btn.checkout:hover {
  color:#ffffff;
}
.register .span6 {
  background: #f3f3f3;
}
.register input[type="text"], .register input[type="password"], .register input[type="tel"], .register input[type="email"], .register select {
  width: 95% !important;
  box-sizing: border-box;
  color: #292929;
  /*padding: 13px 10px;*/
}
.btn.confirmorder {
  background: #F44336;
  padding: 10px;
  width: 50%;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
  border-color: #F44336;

}
.addtobasket {
  margin: 10px 0;
  background: #f3f3f3;
  padding: 15px;
  box-sizing: border-box;
  text-align: right;
}
.addtobasket input[type="number"] {
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  height:40px;
  border: 2px solid #333333;
  border-right: 0px solid #333333;
}
.btn.incart {
  /* background: #4FCDF2; */
  /* color: #4fcdf2; */
  /* border: 2px solid #4FCDF2; */
  width: 80%;
  box-sizing: border-box;
  /* text-transform: uppercase; */
  height: 40px;
  /* opacity: 0.8; */
  /* transition: all 0.3s ease-in; */
  /* -webkit-transition: all 0.3s ease-in; */
}
.btn.incart:hover {
  opacity: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn.nocart {
  background: #DB63A1;
  color: #fff;
  border: 2px solid #DB63A1;
  width: 80%;
  box-sizing: border-box;
  /* text-transform: uppercase; */
  height: 40px;
  /* opacity: 0.8; */
  /* transition: all 0.3s ease-in; */
  /* -webkit-transition: all 0.3s ease-in; */
  line-height:28px;
  cursor:not-allowed;
}
.btn.nocart:hover {
  opacity: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.details2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .productlisting_row .details {
    float: left;
    max-width: 30%;
  }
  .productlisting_row .beschreibung {
    float: left;
    max-width: 40%;
    margin-top: 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 17px;

  }
  .productlisting_row .bild {
    float: left;
    max-width: 40%;
  }
  #scrolltop {
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .addtobasket {
    /*text-align:center;*/
    /*width:100%;*/
  }
  .productoptions {
    font-size: 13px;
    line-height: 17px;
  }
  .btn.checkout {padding: 10px 0;
                 width: 100%;}
  .btn.incart {width: 80%;}
  .btn.nocart {width: 80%;}
  .btn.confirmorder {
    width:100%;
    margin-top: -25px;
    height: 70px;
  }

  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s 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.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-bottom:0px solid #009DE0;
  margin: 0px 0 0 0px;
}
.bestsellerbox {
  border: 0px solid #f3f3f3;
  background: #fff;
  box-sizing: border-box;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

#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: #333333;
    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%;
    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:#f3f3f3;
  }
  #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%;
  }

}

.titleborderOut .titleborder {
  width: 180px;
  margin: 0 auto;
  height: 35px;
  width: 100%;
  margin-top: -37px;
  text-align: center;
  border-top: 10px solid #f3f3f3;
  margin-bottom: 30px;
}

.titleborderOut {
  width: 100%;
  position: relative;
}
.home-module {
  background: #ffffff;
  text-align: center;
}
.home-new,
.home-title,
.home-upcoming,
.bestseller_heading {
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  border:none !important;
}
.trennline {
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
  text-transform: uppercase;
  border: none !important;
}
.flex-stretch {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  box-sizing: border-box;
}
.flex-stretch a {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .productnavigator_top {
    display: none;
  }
  .highlight-img {
    flex-basis: 100% !important;
  }
  .box-hover {
    flex-basis: 50% !important;
  }
  .leftcolumn {
    padding:0px 10px
  }

  .modal.fade.in {
    top: 90px !important;
  }
  .home-new, .home-title, .home-upcoming, .bestseller_heading {
    font-size: 28px;
  }
  .newsletter-heading {
    font-size: 40px;
  }
  #box_newsletter {
    padding: 30px 5px;
  }
  #box_newsletter input[type="text"] {
    /*border-right: 2px solid !important;*/
  }
  #box_newsletter .btn {
    padding: 16px 0px!important;

    font-size: 12px !important;
    width: 25%;
  }
  .languages {
    margin-bottom: 0px;
    line-height: 45px;
  }
  .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:25px;}
.payment label, .shipping label {
  text-indent: 10px;
  box-sizing: border-box;
}
.payment .panel-default, .shipping .panel-default {
  margin-bottom: 1px;
  background: #fff;
}
.shipping .panel-heading, .payment .panel-heading {
  background: #43AC6A;
  color: #fff;
  text-indent: 5px;
  padding: 1px 10px !important;
  margin: 0px !important;
  line-height: 10px;
}
.payment .panel-body, .shipping .panel-body {
  padding: 10px;
  border: 1px solid #b7a794;
}

#checkoutnavigation {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 65px;
  display:flex;
}
#checkoutnavigation li {
  padding: 5px;
  background: #fff;
  border-style: dashed;
  border-width: 1px;
  border-color: #ffffff;
  font-size: inherit;
  line-height: 17px;
  flex-basis: 0;
  flex-grow: 1;
}
#checkoutnavigation li.inactive {
  opacity: 0.3;
}
#checkoutnavigation li.active {
  border-color: #d9d9d9;
}
#checkoutnavigation .done {
  opacity: 0.3;
}
#checkoutnavigation .title {
  font-weight: 500;
}
#checkoutnavigation .description {background: transparent;}
#checkoutnavigation .description:before {
  content: '\A';
  white-space: pre;
}
.span6.checkoutbox {
  max-width: 49%;
  float: left;
}
.checkoutbox, .highlightbox.plainright {
  background: #fff;
  margin: 10px 0px;
  padding: 15px;
}
.cagb {
  background: #EA5252;
  color: #FFF;
  font-weight: bold;
  padding: 7px 30px;
}

.orderdetails {
  background:#FDEAEA;
  border: 1px solid #EA5252;
}
.orderdetails .bottom-line {
  border-bottom: 1px dashed #d9d9d9;
}
.orderdetails .small {
  font-size: 11px;
  line-height: 17px;
}
.orderdetails .image img {
  max-height:90px;
  float:left;
  margin:10px;
}
.copy_div {
  border-top:3px solid #4B4444;
  margin-top:10px;
}
.copy_div {
  border-top:3px solid #4FCDF2;
  margin-top:10px;
}
.productlisting_row.head {
  font-weight:800;
  padding: 0px 10px;
  /* height: 30px; */
  line-height: 30px;
}
.listview .btn {
  margin: 0;
}
.listview .taxandshippinginfo {
  line-height: 30px;
}
.listview {
  padding: 10px 5px;
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.listview:hover {
  background: #f3f3f3;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}

.galleryview {
  display: flex;
  flex-flow: row wrap;
}
.box-hover {
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  flex: 0;
  flex-basis: 20%;
}
.box-hover:nth-child(5+n) {

}
.box-hover a, .box-hover a:hover {
  color: #fff;
  text-decoration: none;
}
.box-hover .hovertext {
  opacity: 0;
  visibility: hidden;
  background: rgba(100, 100, 100, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 23;
  -webkit-transition: all 1s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 1s cubic-bezier(.55,0,.1,1);
  -o-transition: all 1s cubic-bezier(.55,0,.1,1);
  transition: all 1s cubic-bezier(.55,0,.1,1);
  /*border-radius: 5px;*/
}
.box-hover .price {
  -webkit-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  -o-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  transition: all 0.8s cubic-bezier(.55,0,.1,1);
  bottom: -10%;
  width: 100%;
  opacity: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.box-hover:hover .price {
  bottom: 30%;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  -o-transition: all 0.8s cubic-bezier(.55,0,.1,1);
  transition: all 0.8s cubic-bezier(.55,0,.1,1);
}
.box-hover:hover .hovertext {
  opacity: 1;
  visibility: visible;
  background: rgba(100, 100, 100, 0.7);
  -webkit-transition: all 0.2s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.2s cubic-bezier(.55,0,.1,1);
  -o-transition: all 0.2s cubic-bezier(.55,0,.1,1);
  transition: all 0.2s cubic-bezier(.55,0,.1,1);
}
.box-hover:hover .product-name {
  top: 0px;
  -webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  -o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
.box-hover .product-name {
  color: #fff;
  text-align: center;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  z-index: 22;
  -webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  -o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
  transition: all 0.4s cubic-bezier(.55,0,.1,1);
  box-sizing: border-box;

}
.trennlinie {
  text-align: center;
  display: table;
  border-collapse: collapse;
  white-space: nowrap;
  border:none;
}
.trennlinie:before, .trennlinie:after {
  content: "";
  display: table-cell;
  width: 50%;
  background-image: linear-gradient(to right, #c7c9be 50%, #dadbd4 50%);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
/*Begrenzt Kategoriebox auf der Startseite*/
.well.span3.same-height.well-small.categorybox {
  background: #fff;
  border-bottom: 1px solid #dadbd4;
  border-radius: 7px;
  overflow: hidden;
}









.footer .boxcontent ul li {margin-bottom: 5px !important;}
/*SOCIAL MEDIA BUTTONS */
.social-icons a {margin:0;}
.social-icons .fab {
  /*margin: 0px 3px;*/
  border: 0px solid #fff;
  line-height: 26px;
  width: 27px;
  height: 25px;
  text-align: center;
}
.shares {
  font-size: 20px;
  letter-spacing: 5px;
}
.btn-print {
  padding: 0;
  margin: 0px 0px 1px 0px;
  font-size: inherit;
}
.shares a {width:25px;}
.shares .fab {
  /*height: 20px;*/
  color: #333333;
  /*width: 20px;*/
  text-align: center;
  width: 30px;
  line-height: 30px;
}
.shares i:hover {
  cursor:pointer;
  /*background-color: #4FCDF2;*/
}
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-f:hover {
  color:#3B5998;
  /*padding: 8px 17px;*/
  /*line-height: 20px;*/
  /*bottom: 4px;*/
  /*position: relative;*/
}
.shares .fa-whatsapp:hover {
  color:#3C8A38;
  /*padding: 8px 15px;*/
  /*line-height: 20px;*/
  /*bottom: 4px;*/
  /*position: relative;*/
}
.shares .fa-twitter:hover {
  color:#00ACEE;
  /*padding: 8px 15px;*/
  /*line-height: 20px;*/
  /*bottom: 4px;*/
  /*position: relative;*/
}
.shares .fa-pinterest:hover {
  color:#D01D15;
  /*padding: 8px 16px;*/
  /*line-height: 20px;*/
  /*bottom: 4px;*/
  /*position: relative;*/
}
.socialbox {}
.socialbox .fab {
  font-size: 21px;
  margin:5px;
  background: none;
}
.leftcolumn {
  margin-left: 0% !important;
}
.leftcolumn .boxcontent {
  border: 0px solid #D9D9D9;
}


/*.socialbox .boxcontent {background:#4FCDF2;}*/
/*.socialbox .categoryheader {background:#3B5998;}*/


.headnav-mobile {
  letter-spacing: 5px;
}
ul.headnav {
  margin: 0px !important;
}
.headnav .fal {
  position: relative;
  bottom: 1px;
  color: #FFF;
  padding: 5px;
}
.headnav li {
  float:left;
  list-style-type: none;
  border-left: 0px solid #CACACA;
  padding: 0px 15px;
}
.headnav li a{color:#fff;}


.owl-next {
  float: right;
}
.owl-prev {
  float: left;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 22px;
  color: #fff;
}
.owl-buttons {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  margin: auto;
}
.datum {
  /*background: #f3f3f3;*/
  padding: 10px;
  /*color: #FFF;*/
  font-weight: 900;
  width: 15%;
  float: left;
  text-align: center;
  clear: both;
  min-width: 100px;
}

.coming {
  width: 100%;
  float: left;
  clear: both;
  background: #f3f3f3;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}

.coming:hover,.coming:active {
  background: #d8d8d8;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}

.coming-title {
  float: left;
  padding: 10px 0px 10px 10px;
}

.upcoming {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
#topartikel .owl-item .boxstart,
#home-specials .owl-item .boxstart{
  border: 0px solid #f3f3f3;
  margin: 5px;
  background: #ffffff;
}

h2.home-specials {
  background-color: #4FCDF2;
  color: #FFF;
  padding: 9px 0px 9px 15px;
  margin-top: 35px;
  line-height: 28px;
}
.mm-menu .mm-header {
  background: #4d4d4d !important;
}
.mm-navbar {
  background: #4FCDF2;
  border-bottom: 1px solid #4FCDF2;
  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 {
  box-shadow: 0px 0px 10px #646464;
}
#topartikel .owl-buttons,
#home-specials .owl-buttons {
  position: absolute;
  top: -80px;
  height: 0;
  width: auto;
  margin: 0;
  /* float: right; */
  right: 0px;
  zoom: 0.7;

}
.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;}
.reviewrow {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
a.btn-nav:hover,
a.btn-nav:active,*
a.btn-nav:focus{
  background-color: #4FCDF2;
  color: #FFF;
}
.productnavigator {
  font-size:11px;
  padding: 5px !important;
  color: #d9d9d9;
  line-height: 10px;
}
.productnavigator_top {
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
}
.productnavigator_top .btn-nav {
  border: none;
  font-size: 24px;
  color: #d9d9d9;
  padding: 0px 5px;
}
.productnavigator .btn-nav {
  border: none;
  font-size: 24px;
  color: #d9d9d9;
  letter-spacing: 10px;
}
.productnavigator .btn-nav:hover,
.productnavigator .btn-nav:active,
.productnavigator .btn-nav:focus,
.productnavigator_top .btn-nav:hover,
.productnavigator_top .btn-nav:active,
.productnavigator_top .btn-nav:focus{
  color:#333333;
  background:none;
}
.navigationbar {padding:0px 10px;}
.cat-listing {
  background-color: #eeeeee;
  overflow: hidden;
  margin-bottom: 10px;
  padding:5px;
}
.cat-listing h3 {
  line-height: 30px;
  margin: 0px;
}
/*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,.cf {
  clear:both;
}

.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) */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.filter_bar {

  margin-bottom: 15px;
  margin-top: 10px;
}
.filter_bar select {
  width:100%
}
.description {background-color: #fff;}
.sort_bar {
  margin: 0px 0 0 0;
}


.sort_bar_item.right {
  float:right;
}
.sort_bar_item.right a {
  float: right;
  padding: 0px 5px;
  border: 1px solid #D9D9D9;
  display: block;
  margin-left: 5px;
}

.tags_bar {
  margin: 5px 0 0 0;
}
.tags_bar_headline {
  /*font-size:10px;*/
  /*line-height:12px;*/
  font-weight:bold;
  padding: 0px 0px 0px 2px;
}
a.tags_bar_reset {
  float:right;
  font-size: 11px;
  font-weight: normal;
}
.orange {color:#4FCDF2}
.wishlist_submit_link {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
}
input#rd-cot_gv {
  margin-top: 0;
  margin-right: 15px;
}
.gvredeem {
  padding: 10px 10px 5px 10px !important;
}
.gvredeem label {
  padding-left: 0px;
}

.quantity input[type="number"] {
  width: 3em;
  text-align: center;
  font-weight: 700;
}




a.view_box.active, a.view_list.active {
  color: #4FCDF2;
}
.giftbox-margin {
  margin-top: 20px;
}

.giftbox .well, .giftbox {
  margin-bottom: 0;
}
.subcontent {
  float: right;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding-bottom: 20px !important;
}
/*.footer ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    margin: 0 5px 0 -15px;
}*/
/*.footer ul li {
    list-style-type: square;
    list-style-position: inside;
}*/
a.btn.btn-inverse.btn-small {
  float: right;
}
a.btn.btn-inverse.btn-small:hover {
  color: #009933;
}
/* START print content (popup print_product_info, popup print_order.html) */
body.popupprint {
  min-width:100%;
  background:#fff none;
}
.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;
}
/* END print content (popup print_product_info, popup print_order.html) */
.highlightbox {background:#f3f3f3}
.highlightbox2 {
  border: 1px dashed #d9d9d9;
  padding: 10px;
  background: #fff;
}
.highlightbox2 span {float: left;margin: 0px 5px 0px 0px;}
.highlightbox2 ul.address_block {list-style: none;}
.highlightbox2 label {margin: 2px 0px 2px 0px;}
.highlightbox2:first-of-type {margin-left: 0;}
.greyborderbox {border:1px solid #d9d9d9;}
.greenborder {	border-top: 1px solid #4FCDF2;}
ul.orderhistory_list {
  list-style-type: none;
}
.orderhistory_list li {
  line-height: 30px;
}
/* START autocomplete */


.suggestionsBox {
  position:absolute;
  /*right:0;*/
  margin:0px;
  min-width:250px;
  max-width:100%;
  background-color:#fff;
  /*border:1px solid #4FCDF2;*/
  /*color:#333;*/
  z-index:99999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.175);
  font-size: 12px;
  padding: 5px 5px 3px 5px;
}
.suggestionList {
  margin:0px;
  padding:0px;
  max-height:300px;
  overflow:auto;
  padding-right:5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.suggestionList li {
  border-bottom:1px solid #ddd;
  /*background-color:#fff;*/
  list-style:none;
}
.suggestionList li a.autocomplete {
  display:inline-block;
  padding:5px 0px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
}
.suggestionList li a.autocomplete .autocomplete_image {
  float:left;
  display:block;
  width:40px;
  height:40px;
  overflow:hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-right:5px;
}
.suggestionList li a.autocomplete .autocomplete_image img {
  float:left;
  width:100%;
  height:auto;
}
.hl_price span.uvp_price.price {
  font-size: 13px !important;
}
.hl_price .special_price {
  font-size: 13px;
}
.hl_price .lb_vpe {
  font-size: 11px;
}
#autocomplete_main, #autocomplete_pagination {
  margin: 0;
}
.autocompletecloser {
  cursor:pointer;
}
#autocomplete_pagination li {
  float:left;
  border: 0;
}
#autocomplete_pagination li:hover {
  /*background-color:#f1f1f1;*/
}
#autocomplete_prev {
  cursor:pointer;
  padding:5px;
  width:5%;
  text-align:left;
  font-size:16px;
}
#autocomplete_next {
  cursor: pointer;
  padding: 5px;
  width: 5%;
  float: right !important;
  text-align: right;
  font-size:16px;
}
#autocomplete_next:hover {color:#4FCDF2}
#autocomplete_count {
  padding: 5px;
  width: 75%;
  text-align: center;
  position: absolute;
  margin-left: 7%;
  font-size:12px;
  font-weight:bold;
}
.autocomplete_error {
  padding:6px 0px 11px;
  display:inline-block;
  text-align:center;
  width:100%;
}
.hl_price {
  display:block;
  float:right;
  /*width:80px;*/
  text-align:right;
  font-weight:bold;
}
.hl_price .standard_price {
  font-size: 13px;
  color: inherit;
  /*line-height: 15px;*/
  padding: 0;
}
.hl_text {
  float: left;
  text-align: left;
}
.hl_price .no_price {
  font-size:9px;
  line-height:11px;
  font-weight:normal;
  display:block;
  padding:0px 0 0 0;
  color:#666;
}
.hl_price .special_price {
  display:block;
  color:#c50000;
}
.hl_price .small_price {
  font-size:9px;
  font-weight:normal;
  line-height:11px;
}
/* END autocomplete */
/* START pagination */
.pagination_bar {
  padding: 0px 0px 0px 0px;
  margin: 15px 0 15px 0;
  font-size: small;
}
.pagination_text {
  float:left;
  display:inline-block;
  line-height:22px;
  vertical-align:middle;
}
.pagination_list {
  display:inline-block;
  float:right;
  line-height:22px;
}
.pagination_list ul {
  list-style-type:none;
  margin: 0;
}
.pagination_list ul li {
  float:left;
  line-height: 21px;
  text-align: center;
  padding: 0;
}
.pagination_list ul li.plain {
  padding: 0 4px;
}
.pagination_list ul li a {
  display: inline-block;
  min-width: 13px;
  font-weight: 700;
  margin: 0 0 0 3px;
  padding: 0px 4px;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-left: 5px;
}
.pagination_list ul li a:hover {
  color: #4FCDF2;

}
.pagination_list ul li.current {
  display: inline-block;
  min-width: 13px;
  margin: 0 0 0 3px;
  font-weight: 700;
  padding: 0px 4px;
  color: #4FCDF2;
  background: #fff;
  margin-left: 5px;
  border: 1px solid #D9D9D9;
}
/* END pagination */
.cartlogin .well {
  padding: 0;
  background: #4FCDF2;
}
/*footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding-bottom: 100px;
    background: #323232;
}*/
.paypal_short_container {
  max-width: unset !important;
  background: #fff;
}
.paypal_short_container_outer {
  padding: 0 !important;
}
@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-ms-keyframes "pulse2" {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.pulse2 {
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite
}

.highlights {
  margin-bottom: 50px;
  display: flex;
  flex-flow:row wrap;
  clear: both;
}

.highlight-img, .highlight-sidebar .highlight-img {
  height: 250px !important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#96989a;
  /*text-align: center;*/
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 30%;
  margin:10px;
}
.highlight-caption {
  border: 2px solid #ffffff;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 90%;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  bottom:10px;
  right: 0;
  transform: scale(0.9);
}
.highlight-hover {
  height: 100%;
  width: 100%;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.highlight-hover:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
}
.highlight-hover:hover .highlight-caption {
  bottom:10px;
  transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
  transform: scale(1);
}

.mm-navbar__title {
  text-align: left;
  line-height: initial;
  font-size: 16px;
  font-family: "Roboto Condensed",sans-serif;
  color: #4FCDF2 !important;
}
.mm-navbar {
  background: #333333 !important;
}
.mm-btn_prev:before {
  border-color: #4FCDF2 !important;
}

.mm-btn_close:before, .mm-btn_close:after {
  border-color: #4FCDF2 !important;
  /*left: 5px;*/
}
.lg-backdrop {
  z-index:8050 !important;
}
.lg-outer{
  z-index:8060 !important;
}
#lightgallery a:first-child img {
  display: block;
  margin: 0 auto;
}
@media (min-width:1200px) {
  .box2 {
    flex-basis: 25%;
  }
}
@media (min-width:767px) and (max-width:1199px) {
  .box2 {
    flex-basis: 33%;
  }
}
@media (min-width:449px) and (max-width:766px) {
  .box2 {
    flex-basis: 50%;
  }
}
@media (max-width:450px) {
  .box2 {
    flex-basis: 100%;
  }
}

/* iframe Modal */
/* .modal { z-index:10050; } */
#IframeModal .modal-dialog { max-height: calc(100vh - 20%); height:100%; }
#IframeModal .modal-dialog .modal-content { height:500px; }
.modal-scroll-wrapper { -webkit-overflow-scrolling: touch; overflow-y:auto; width:100%; height:368px; }
.modal-scroll-wrapper iframe { width:100%; height:360px; }

body.popupcontent {
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
}