/* ==== Config ==== */
/* - Pathes - */
/* - Sizes - */
/* - Colors - */
/* - Special Colors - */
/* - Break Widths - */
/* iPhone 5/5S/SE portrait */
/* ==== Includes ==== */
/* === FONTS === */
@font-face {
  font-family: 'qlassik_mediumregular';
  src: url('//www.e-zigarette.de/wp-content/themes/initiator/fonts/qlassik_tb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* === GENERAL / PRESETS === */
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font: normal normal normal 15px / 24px "qlassik_mediumregular", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  color: black;
}
a {
  transition: none;
  text-decoration: none;
  color: #ff6c00;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #ff974d;
}
p {
  font-size: 15px;
  line-height: 1.6;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}
::after,
::before {
  box-sizing: border-box;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: black;
}
/* === SITE-RELATED STYLES === */
/* -- GENERAL -- */
.row {
  margin: 0;
}
span.error {
  color: red;
}
.nftable {
  display: table;
}
.nfrow {
  display: table-row;
  font-size: 14px;
}
.nfrow:nth-child(odd) {
  color: white;
  background-color: #69787d;
}
.nfcell {
  display: table-cell;
  padding: 10px 15px;
  line-height: 110%;
}
.entry-content p {
  font-size: 16px;
}
.main-wrapper {
  width: 978px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1000px) {
  .main-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.major {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.major span {
  padding-left: 25px;
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-small-dark.png') no-repeat 0 0;
  background-size: 15px auto;
}
.product-details {
  clear: both;
  width: 100%;
  display: inline-block;
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 9px 20px 9px 20px;
  margin: 15px 0;
  /*  @media screen and (max-width: @break-5) {
    padding-left: 9px;
  }

  @media screen and (max-width: @break-6) {
    padding-right: 15px;
  }
*/
}
@media screen and (max-width: 1000px) {
  .product-details {
    width: 100%;
    position: relative;
    /* padding-right: 200px; */
    overflow: hidden;
  }
}
.product-details .head4 {
  font-size: 22px;
  font-weight: bold;
  margin: 3px 0 8px 0;
  padding: 0;
  border: 0;
  line-height: 100%;
  /*
    @media screen and (max-width: @break-5) {
      font-size: 16px;
    }

    @media screen and (max-width: @break-6) {
      margin-top: 130px;
    }
*/
}
@media screen and (max-width: 1000px) {
  .product-details .head4 {
    font-size: 18px;
  }
}
ul.checklist {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  background: transparent;
}
ul.checklist li {
  margin: 0;
  padding: 3px 0 4px 20px;
  border: 0;
  font-size: 19px;
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/check.png') no-repeat left 5px;
  background-size: 13px auto;
  color: #677c7f;
  line-height: 110%;
}
@media screen and (max-width: 1000px) {
  ul.checklist li {
    margin: 0;
    padding: 3px 0 4px 20px;
    border: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  ul.checklist li {
    font-size: 15px;
  }
}
.styled-select {
  display: inline-block;
  position: relative;
  width: 205px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ededed;
  color: #677c7f;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 5px;
  padding: 1px 8px 0 8px;
  height: 31px;
}
.styled-select::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 15px;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #677c7f;
  z-index: 1;
}
.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
  height: 30px;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select select:focus {
  outline: 0;
}
.styled-select select option {
  background-color: #ededed;
}
.textwidget .container {
  width: 100%;
}
.widget-title {
  color: #4d4d4d;
}
ul.sf-menu li a,
.navigation li a {
  color: #fff;
}
.menu {
  display: inline-block;
}
.menu a {
  display: block;
  padding: 2px 10px;
}
.container {
  max-width: 978px;
}
.column {
  float: left;
  display: inline-block;
  position: relative;
  margin-left: 3%;
}
.column:first-child {
  margin-left: 0;
}
/* === HEADER === */
#top_logo {
  width: 200px;
  height: auto;
  margin-top: 12px;
  margin-bottom: -10px;
}
.header-wrapper {
  width: 978px;
  margin: 0 auto;
  clear: both;
}
.header-wrapper .header {
  min-height: 97px;
}
@media screen and (max-width: 1000px) {
  .header-wrapper {
    /*width: 100%;
    margin: 0;*/
    display: none;
  }
}
.headerbar {
  height: 40px;
  background-color: #EDEDED;
  color: #66797D;
}
@media screen and (max-width: 1000px) {
  .headerbar {
    display: none;
  }
}
.kontaktbox {
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px 8px 5px 30px;
  margin-right: 90px;
}
.kontaktbox::before {
  pointer-events: none;
  position: absolute;
  top: 7px;
  left: 5px;
  content: '\f095';
  font-family: 'FontAwesome';
  font-size: 24px;
  z-index: 1;
  transform: rotateZ(12deg);
}
.kontaktbox .infotext-box {
  display: inline-block;
  vertical-align: top;
}
.kontaktbox .infotext-box div {
  font-weight: normal;
  line-height: 100%;
  padding: 0;
}
.kontaktbox .infotext-box .infotext1 {
  font-size: 16px;
}
.kontaktbox .infotext-box .infotext2 {
  font-size: 10px;
}
.kontaktbox .infotext-box .infotext2 > a {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 3px;
  border-radius: 2px;
  background-color: #66797D;
  color: white;
}
.paymentbox {
  padding-top: 6px;
  white-space: nowrap;
}
.paymentbox .img {
  /* transform: scale(.65); */
  margin-right: 5px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.info-row {
  padding: 2px 2px 2px 5px;
  text-align: right;
}
.info-row::after {
  content: '';
  clear: both;
}
ul.advantages {
  display: block;
  padding: 8px 0 3px 0;
  margin: -3px 0 0 0;
  border: 0;
  list-style-type: none;
  clear: both;
  line-height: 1px;
  vertical-align: top;
}
ul.advantages li {
  display: inline-block;
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/check.png') no-repeat left 0;
  background-size: 12px auto;
  padding: 0 5px 1px 15px;
  margin: 0;
  font-size: 12px;
  text-shadow: 0 0 1px rgba(128, 128, 128, 0.5);
  line-height: 100%;
  color: #888;
}
span.gratisversand {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 190%;
}
span.gratisversand > span {
  color: #ee722c;
}
.quality-info {
  width: 140px;
  margin: 18px 0 0 10px;
  float: left;
  text-align: left;
}
.quality-info > .f1 {
  font-size: 14px;
  line-height: 125%;
  color: #888;
  font-weight: bold;
}
.quality-info > .f2 {
  color: #888;
  font-size: 12px;
  line-height: 100%;
}
.quality-wrap {
  position: absolute;
  top: 0;
  left: 510px;
  height: 80px;
  width: 230px;
}
@media screen and (max-width: 1000px) {
  .quality-wrap {
    display: none;
  }
}
.quality-seal {
  float: left;
  width: 80px;
}
/* -- Search+Login - Navigation -- */
.nav_button {
  box-sizing: content-box;
  display: inline-block;
  background-color: #6ea726;
  border-radius: 4px;
  padding: 7px 10px 7px 10px;
  margin-right: 0;
  font-size: 17px;
  line-height: 17px;
  color: white;
  float: right;
  margin-top: 4px;
}
.nav_button:hover,
.nav_button:focus {
  background-color: #7eb736;
  color: white;
}
.nav_overlay {
  bottom: 47px;
  position: relative;
  overflow: visible;
  text-align: right;
  margin: 0 auto;
  width: 978px;
  height: 0;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .nav_overlay {
    padding: 0;
    margin: 0;
    top: 0;
    bottom: auto;
    text-align: left;
    width: 100%;
    height: 45px;
  }
}
#searchform {
  box-sizing: content-box;
  display: inline-block;
  border: 0;
  padding: 2px 4px 2px 4px;
  margin: -2px 7px 0 7px;
  border-radius: 4px;
  transition: all .25s ease;
}
#searchform:hover {
  background-color: #b8bdc3;
}
@media screen and (max-width: 1000px) {
  #searchform:hover {
    background-color: transparent;
  }
}
#searchform input#s {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  width: 140px;
  height: 25px;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ededed;
  background: transparent;
  font-size: 18px;
  transition: all .5s ease;
  color: white;
  margin: 0 6px 3px 0;
}
@media screen and (max-width: 1000px) {
  #searchform input#s {
    margin: 0;
    padding: 4px 5px 4px 15px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 40px;
    color: black;
    font-size: 28px;
  }
}
#searchform input#s:hover,
#searchform input#s:focus {
  outline: 0;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1000px) {
  #searchform input#s:hover,
  #searchform input#s:focus {
    border-bottom: 1px solid #ccc;
  }
}
#searchform button {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
@media screen and (max-width: 1000px) {
  #searchform button {
    position: absolute;
    top: 5px;
    right: 14px;
    width: 45px;
    height: 40px;
    border: 0;
    padding: 0;
    margin: 0;
    background: #EC7138;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 1000px) {
  #searchform button:hover {
    background-color: #f08b5c;
  }
}
#searchform i {
  font-size: 22px;
  color: white;
}
@media screen and (max-width: 1000px) {
  #searchform i {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #searchform {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 5px 60px 5px 13px;
    display: block;
    width: 100%;
    height: 45px;
  }
}
/* -- TOP MENU -- */
.navigation.row {
  max-width: 978px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .navigation.row {
    height: 65px;
    background: transparent url(/wp-content/themes/initiator/images/e-zigarette-logo_retina2c.png) no-repeat 70px 10px;
    transition: background-size 0.25s ease-in, background-position 0.25s ease-in;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 360px) {
  .navigation.row {
    transition: background-size 0.25s ease-in, background-position 0.25s ease-in;
    background-size: 120px auto;
    background-position: 70px 15px;
  }
}
.menu-main-navigation-container {
  width: 978px;
  height: 60px;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
}
.menu-main-navigation-container::after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .menu-main-navigation-container {
    width: 100%;
  }
}
li.menu-item {
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
}
li.menu-item a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 17px;
  text-shadow: none;
  width: 100px;
  height: 60px;
  padding: 0 10px;
  margin-right: 3px;
  background-color: #7E898D;
}
li.menu-item a > span {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  ul.menu {
    display: none;
  }
}
ul.menu li a:hover,
ul.menu li.current_page_item a,
ul.menu li.current-menu-item a {
  background-color: #EC7138;
}
.navigation-wrapper {
  background: #69787d;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .navigation-wrapper {
    height: 65px;
    margin-bottom: 10px;
  }
}
/*ul.sf-menu li a, .navigation li a {
  text-align: center;
  padding: 20px 0;
}*/
@media screen and (max-width: 1000px) {
  .select-menu {
    display: none;
  }
}
/* -- HAMBURGER MENU -- */
#hmenu {
  /* - button - */
  position: absolute;
  z-index: 1000;
  top: 11px;
  left: 11px;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background-color: #EC7138;
}
#hmenu:hover {
  background-color: #f08b5c;
}
#hmenutoggle {
  position: absolute;
  left: 8px;
  top: 20px;
  cursor: pointer;
}
#hmenutoggle span,
#hmenutoggle span::before,
#hmenutoggle span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 28px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  transition: all 250ms ease-out;
}
#hmenutoggle span::before {
  top: -8px;
}
#hmenutoggle span::after {
  bottom: -8px;
}
#hmenutoggle.active span {
  background-color: transparent;
}
#hmenutoggle.active span::before,
#hmenutoggle.active span::after {
  top: 0;
}
#hmenutoggle.active span::before {
  transform: rotate(45deg);
  background-color: white;
}
#hmenutoggle.active span::after {
  transform: rotate(-45deg);
  background-color: white;
}
@media screen and (min-width: 1001px) {
  .mobile-row,
  .mobile-btn,
  #mobile_mainnav,
  #hmenu {
    display: none;
  }
}
.mobile-nav {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -10px;
  width: 250px;
  background-color: white;
  background: linear-gradient(to bottom, rgba(105, 120, 125, 0) 0%, #69787d 70px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: 3px solid #B3BBBE;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 568px) {
  .mobile-nav {
    width: 100%;
  }
}
.mobile-nav ul {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: right;
}
.mobile-nav ul li {
  display: block;
  list-style: none;
  font-size: 20px;
  line-height: 100%;
  border-bottom: 1px solid #888;
}
.mobile-nav ul li a {
  display: block;
  color: white;
  margin: 0;
  padding: 12px 30px 12px 12px;
  text-decoration: none;
  text-shadow: none;
  transform: translateZ(0);
  box-shadow: none;
  backface-visibility: hidden;
}
.mobile-nav ul li a::before {
  content: none;
  display: none;
}
.mobile-nav ul li a:hover,
.mobile-nav ul li a.selected {
  font-weight: bold;
  background-color: #ff6c00;
}
.mobile-nav ul li.expandable {
  position: relative;
}
.mobile-nav ul li.expandable > a::after {
  top: 18px;
  right: 10px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* border-color: rgba(255, 255, 255, 0); */
  border-top-color: white;
  border-width: 6px;
  margin-left: -6px;
  transform-origin: 50% 25%;
}
.mobile-nav ul li.expandable > a.open::after {
  transform: rotateZ(180deg);
  transition: transform 0.3s ease-out;
}
.mobile-nav ul.submenu {
  padding: 0;
  box-shadow: inset 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.mobile-nav ul.submenu li {
  display: none;
  margin-left: 0;
  font-size: 17px;
  border-bottom: none;
  border-top: 1px solid #555555;
  background-color: transparent;
}
.mobile-nav ul.submenu li a {
  padding: 8px 15px 8px 12px;
}
.mobile-nav ul.submenu.open li {
  display: block;
}
.mobile-nav ul::after,
.mobile-nav ul::before {
  content: none;
  display: none;
}
.mobile-nav ul::after {
  clear: both;
}
.mobile-nav.shown {
  top: 0;
  padding-top: 60px;
  max-height: 800px;
  transition: 0.3s ease-out;
}
/* -- MOBILE NAVIGATION BAR -- */
@media screen and (max-width: 1000px) {
  .mobile-row {
    position: relative;
    top: -50px;
  }
  .mobile-btn {
    border: 0;
    padding: 2px 4px 2px 2px;
    margin-right: 6px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: white;
    text-align: center;
  }
  .mobile-btn i {
    font-size: 35px;
    text-shadow: none;
  }
  .mobile-btn:hover {
    background-color: #B3BBBE;
    color: white;
  }
  .mobile-cart-btn {
    background-color: #6EA726;
  }
  .mobile-cart-btn:hover {
    background-color: #7EB736;
  }
  span.hide {
    display: none;
  }
  .pricebox {
    margin: 0 12px 0 4px;
  }
  .pricerow .pricebox {
    font-size: 5.2vw;
  }
  .footer span.icon {
    margin-left: 10px;
    margin-right: 5px;
  }
  .footer .column {
    margin-left: 1.5%;
  }
  .author-list .userentry .avatar {
    margin-left: 0;
  }
}
/* -- COOKIE-BANNER -- */
#cookie_banner {
  background-color: #69787d;
  text-align: center;
  padding: 4px;
  color: white;
  font-size: 12px;
  line-height: 15px;
}
#cookie_banner a {
  text-decoration: underline;
  color: white;
}
#cookie_banner span {
  text-decoration: underline;
  margin-left: 20px;
  cursor: pointer;
}
#cookie_banner i {
  color: #58585A;
}
@media screen and (max-width: 1000px) {
  #cookie_banner {
    display: none;
  }
}
.cookie-mobile {
  z-index: 16000004;
  position: fixed;
  bottom: 0px;
  background: #2F2F2F;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
}
@media screen and (min-width: 1001px) {
  .cookie-mobile {
    display: none;
  }
}
.cookie-mobile .caufteilung {
  margin: 8px;
}
.cookie-mobile .caufteilung .fl {
  max-width: 55%;
}
.cookie-mobile .caufteilung a {
  text-decoration: underline;
  color: white;
}
.cookie-mobile .caufteilung a.btn {
  text-decoration: none;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-left: 3px;
  color: white;
}
.cookie-mobile .cfooter {
  margin: 0px 8px 8px 8px;
}
.cookie-mobile .cfooter a {
  text-decoration: underline;
  color: white;
}
.btn-login {
  background-color: #6EA726;
  color: #ffffff;
}
.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* -- SPECIAL ADJUSTMENTS / TWEAKS -- */
@media screen and (max-width: 1000px) {
  .nav_overlay {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .nav_overlay.productpage {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #bmagazine,
  #popup_menu_bmagazine,
  #popup_menu_liquids {
    display: none;
  }
}
/* === FOOTER === */
.footer-wrapper {
  padding-top: 5px;
  background: #69787d;
}
.footer-left {
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-logo_retina2c.png') no-repeat 3px 0;
  background-size: 210px auto;
}
#text-6 {
  margin-top: 90px;
}
.widget_text {
  color: white;
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 30px;
}
span.icon {
  display: inline-block;
  padding: 0 0 3px 3px;
  margin-right: 20px;
  font-size: 16px;
  vertical-align: top;
  line-height: 1;
}
span.icon i {
  transform: translateY(-2px);
  width: 20px;
  text-align: center;
  vertical-align: top;
  line-height: 1.5;
  font-size: 16px;
}
span.address {
  display: inline-block;
  line-height: 18px;
}
.footer .col3 {
  width: 21%;
}
@media screen and (max-width: 568px) {
  .footer .textwidget {
    margin-left: 30px;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-widget {
    transition: all 0.4s ease-out;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-widget.open {
    transition: all 0.7s ease-out;
    max-height: 500px;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-widget.open div.title::after {
    transition: transform 0.2s ease-out;
    transform: rotateZ(180deg);
  }
}
.footer .footer-left {
  width: 210px;
}
.footer .footer-right {
  width: 160px;
}
.footer .footer-middle,
.footer .footer-right {
  margin-top: 32px;
}
@media screen and (max-width: 840px) {
  .footer .footer-middle,
  .footer .footer-right {
    width: 20%;
  }
}
.footer .footer-middle .title,
.footer .footer-right .title {
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-small.png') no-repeat 2px 2px;
  background-size: 18px auto;
  padding: 8px 0 3px 26px;
  margin-bottom: 15px;
  height: 33px;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (max-width: 568px) {
  .footer .footer-middle .title,
  .footer .footer-right .title {
    background-size: 15px auto;
    background-position: 8px 4px;
    padding: 9px 0 0 30px;
    border-radius: 4px;
    position: relative;
    background-color: #EC7138;
    cursor: pointer;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-middle .title::after,
  .footer .footer-right .title::after {
    top: 2px;
    right: 10px;
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    color: white;
    content: "\f0d7";
    transition: transform 0.2s ease-out;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-left,
  .footer .footer-middle,
  .footer .footer-right {
    width: 45%;
    height: 300px;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-left,
  .footer .footer-middle,
  .footer .footer-right {
    padding-left: 10%;
    margin-top: 5px;
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 569px) and (max-width: 640px) {
  .footer .footer-middle.last,
  .footer .footer-right {
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-middle,
  .footer .footer-right {
    padding-left: 2%;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-middle,
  .footer .footer-right {
    max-height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer-left {
    background-position: 10% 0;
    padding-left: 10%;
  }
}
.footer.row {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 978px;
}
@media screen and (max-width: 568px) {
  .footer.row {
    padding-bottom: 8px;
  }
}
hr.gradient {
  border: 0;
  margin: 3px 0;
  padding: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
}
@media screen and (max-width: 568px) {
  hr.gradient {
    display: none;
  }
}
hr.sep {
  border: 0;
  margin: 3px 0 20px 0;
  padding: 0;
  background: #ccc;
  height: 1px;
}
ul.textwidget {
  list-style: none;
  margin: 12px 0;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1000px) {
  ul.textwidget {
    padding: 0;
  }
}
ul.textwidget li {
  display: block;
  margin: 0;
  padding: 3px 0;
  line-height: 100%;
}
ul.textwidget li a {
  font-size: 16px;
  color: white;
}
.author-list .user {
  clear: left;
}
@media screen and (max-width: 1000px) {
  .author-list .userentry {
    clear: both;
  }
}
@media screen and (max-width: 840px) {
  .author-list .userentry p {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .author-list .userentry p {
    clear: none;
  }
}
.author-list .userentry .avatar {
  display: block;
  width: 70px;
  margin: 5px 10px 5px 26px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .author-list .userentry .avatar {
    margin-left: 0;
  }
}
.author-list .userentry .name,
.author-list .userentry .telephone,
.author-list .userentry .email {
  text-align: left;
  line-height: 18px;
  padding: 0 0 4px 0;
  margin: 0;
}
.author-list .userentry .name {
  letter-spacing: 1px;
  margin-top: 12px;
  font-weight: bold;
}
.author-list .userentry .email a {
  color: white;
  line-height: 18px;
  padding: 0;
}
/* -- SUB-FOOTER  -- */
.sub_footer-wrapper {
  margin: 0;
  padding: 0;
  background-color: #6a9db8;
}
.sub_footer-wrapper hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 10px;
  background: linear-gradient(to right, white 0%, white 26%, white 26%, #63c1c9 27%, #63c1c9 49%, #6a9db8 50%, #6a9db8 92%, #69787d 93%, #69787d 100%);
}
.copy {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: white;
}
/* -- SPECIAL ADJUSTMENTS / TWEAKS -- */
div.column.empty {
  width: 20px;
}
/* === SPECIAL PAGE STYLES === */
/* -- CONTENT-TEASER TOP -- */
#top-teaser {
  position: relative;
  /*  p::before {
    content: '';
    display: block;
    width: 160px;
    height: 55px;
    float: right;

    @media screen and (max-width: @break-1) {
      content: none;
    }
  }
  */
}
/*
#teaser-info-badge {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 180px;
  height: 180px;
  overflow: visible;
  border-radius: 90px;

  .color-out {
    position: absolute;
    top: 0;
    right: 0;
    background-color: @color-accent-3;
    width: 40px;
    height: 40px;
  }

  .bubble {
    box-sizing: content-box;
    position: absolute;
    top: -30px;
    right: -20px;
    width: 145px;
    height: 141px;
    border-radius: 140px;
    color: white;
    background-color: @color-accent-3;
    padding: 40px 40px 4px 5px;
    text-align: right;
    overflow: hidden;
  }

  .txt {
    text-transform: uppercase;
    line-height: 100%;
    padding: 0;
    margin: 0;  
  }

  .s1 {
    margin-top: -3px;
    text-transform: none;
    font-size: 10px;
    padding-bottom: 3px;
  }

  .s2 {
    font-size: 17.7px;
    padding-bottom: 2px;
  }

  .s3 {
    font-size: 16.5px;
    padding-bottom: 2px;
  }

  .s4 {
    font-size: 14.5px;
  }

  .a1 {
    text-transform: none;
    text-align: left;
    padding: 0 0 3px 55px;
    margin-top: 5px;
    font-size: 13px;
  }

  .bubble {

    > span {
      display: inline-block;
      width: 90px;
      text-align: left;
      font-size: 10px;
      line-height: 100%;
      margin-top: 1px;
    }

    a {
      display: inline-block;
      text-transform: uppercase;
      color: white;
      padding: 2px 4px;
      line-height: 100%;
      font-size: 12px;
      background-color: #F0996E;
      border-radius: 3px;
      margin-top: 5px;
    }

    .i-symbol {
      position: absolute;
      top: 110px;
      left: 5px;
      width: 45px;
      height: 45px;
      border-radius: 25px;
      background: #F0996E url('@{tpl-path}images/info_i_retina.png') no-repeat 10px 2px;
      background-size: 20px auto;
      color: white;
      font-size: 40px;
      line-height: 100%;
      padding: 4px 20px 0 0;
      font-weight: bold;
      font-style: italic;
      overflow: hidden;
    }
  }
}

#teaser-info-badge-i {
  position: absolute;
  top: 110px;
  right: 140px;
}
*/
.teaser-row {
  overflow: hidden;
  /* &.presence {
    p {
      font-size: 22px;
      line-height: 115%;
      margin-bottom: 0;
      min-height: 260px;
    }
  }

  &.aio {
    p {
      font-size: 18px;
      line-height: 115%;
      margin-bottom: 0;
      min-height: 260px;
    }
  }

  &.egrip-2 {
    p {
      font-size: 17px;
      line-height: 105%;
      margin-bottom: 0;
      min-height: 260px;
    }
    #top-product .infobox {
      margin-top: -13px;
      width: 210px;
    }
  }

  &.istick-basic {
    p {
      font-size: 18.5px;
      line-height: 115%;
      margin-bottom: 0;
      min-height: 260px;
    }
  }

  &.top-evod {
    p {
      font-size: 16px;
      line-height: 105%;
      margin-bottom: 0;
      min-height: 260px;
    }
  }
  */
}
.teaser-row h1 {
  font-size: 29px;
  margin: 20px 0 10px 0;
  padding: 0;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  .teaser-row h1 {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 568px) {
  .teaser-row h1 {
    margin: 10px 5px 5px 5px;
    font-size: 35px;
  }
}
.teaser-row p {
  font-size: 19px;
  line-height: 125%;
  min-height: 260px;
  color: #888;
}
@media screen and (max-width: 1000px) {
  .teaser-row p {
    font-size: 2.3vw;
    min-height: 220px;
  }
}
@media screen and (max-width: 568px) {
  .teaser-row p {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 130%;
  }
}
.teaser-row .head2 {
  font-size: 22px;
  font-weight: bold;
  margin: 8px 0 15px 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  .teaser-row .head2 {
    font-size: 3vw;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 568px) {
  .teaser-row .head2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.teaser-row.egrip-2 #top-product .infobox {
  margin-top: -13px;
  width: 210px;
}
.teaser-row.front {
  margin: 15px 0 10px 0;
}
.teaser-row.front p {
  min-height: 0;
  margin-bottom: 0;
}
#top-teaser-slider {
  position: relative;
  /* box-sizing: content-box; */
  display: block;
  overflow: hidden;
  float: left;
  width: 440px;
  height: 499px;
  margin: 15px 20px 0 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  #top-teaser-slider {
    margin-top: 6px;
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  #top-teaser-slider {
    width: 100%;
    float: none;
  }
}
#top-teaser-slider img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #top-teaser-slider img {
    height: auto;
  }
}
/* -- TOP PRODUCT -- */
#top-product {
  display: block;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #top-product {
    padding-top: 15px;
    clear: left;
  }
}
#top-product .infobox {
  display: block;
  float: right;
  margin: 4px 0 0 5px;
  padding: 8px 9px;
  width: 190px;
  border: 1px solid #ccc;
}
#top-product .infobox div.head4 {
  font-size: 16px;
  margin: 1px 0 5px 0;
  padding: 0;
  border: 0;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  #top-product .infobox div.head4 {
    font-size: 20px;
  }
}
#top-product .infobox ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}
#top-product .infobox ul li {
  margin: 0;
  padding: 0 0 2px 0;
  border: 0;
  font-size: 14px;
  color: #677c7f;
  line-height: 110%;
}
@media screen and (max-width: 1000px) {
  #top-product .infobox ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #top-product .infobox {
    padding: 8px 9px;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 440px) {
  #top-product .infobox {
    float: none;
    margin: 0;
    padding: 8px 9px;
    width: 100%;
  }
}
#top-product input[type="submit"] {
  margin: 0;
  border-radius: 6px;
  padding: 4px 8px;
  background-color: #6ea726;
  color: white;
  width: 292px;
  height: 43px;
  line-height: 1px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 440px) {
  #top-product input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 28px;
  }
}
#top-product input[type="submit"]:hover,
#top-product input[type="submit"]:focus {
  outline: 0;
  background-color: #7eb736;
}
#top-product input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  display: inline-block;
  padding: 5px 8px;
  background-color: #ededed;
  color: #677c7f;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  height: 31px;
  width: 40px;
  text-align: center;
  transition: background-color 0.5s ease;
  vertical-align: top;
}
@media screen and (max-width: 440px) {
  #top-product input[type="text"] {
    margin: 0;
    left: 35px;
    width: 50px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
#top-product input[type="text"]:focus {
  outline: 0;
  background-color: white;
}
@media screen and (max-width: 568px) {
  #top-product .pricerow {
    padding-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  #top-product .pricerow {
    padding-top: 0;
  }
}
@media screen and (max-width: 440px) {
  #top-product .optionrow {
    width: auto;
    display: block;
    box-sizing: content-box;
    position: relative;
    padding: 0 0 0 115px;
    margin: 5px 0;
  }
}
#top-product .optionrow .sub1,
#top-product .optionrow .add1,
#top-product .optionrow input[type="text"] {
  margin: 0.4px 0 0 0;
  /* Fix for Edge browser */
}
@media screen and (max-width: 440px) {
  #top-product .optionrow .sub1,
  #top-product .optionrow .add1,
  #top-product .optionrow input[type="text"] {
    vertical-align: top;
    position: absolute;
    padding-top: 8px;
    font-size: 24px;
    width: 35px;
    height: 40px;
    top: 0;
  }
}
@media screen and (max-width: 440px) {
  #top-product .optionrow .sub1 {
    left: 0;
    height: 40px;
  }
}
@media screen and (max-width: 440px) {
  #top-product .optionrow .add1 {
    left: 70px;
    height: 40px;
  }
}
@media screen and (max-width: 440px) {
  #top-product .styled-select {
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 3px 2px 0 8px;
    height: 41px;
    font-size: 18px;
    line-height: 120%;
  }
}
@media screen and (max-width: 440px) {
  #top-product .styled-select::before {
    top: 8px;
  }
}
@media screen and (max-width: 440px) {
  #top-product .styled-select select {
    padding: 7px;
  }
}
.versandkostenfrei {
  display: inline-block;
  width: 160px;
  height: 35px;
  margin-top: 13px;
  margin-left: 10px;
  clear: left;
}
@media screen and (max-width: 1000px) {
  .versandkostenfrei {
    margin-left: 5px;
    margin-top: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    clear: left;
  }
}
@media screen and (max-width: 568px) {
  .versandkostenfrei {
    /* margin-left: 0; */
    margin: 0 15px 0 15px;
  }
}
.versandkostenfrei > span {
  display: block;
  color: #888;
  font-size: 13px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .versandkostenfrei > span {
    padding: 0;
    margin: 0;
    font-size: 18px;
  }
}
.versandkostenfrei > span:first-of-type {
  display: block;
  color: #6ea726;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 0 0;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .versandkostenfrei > span:first-of-type {
    padding: 0;
    margin: 0;
    font-size: 20px;
  }
}
/* -- PRODUCT OPTIONS GENERAL -- */
.pricerow,
.optionrow {
  vertical-align: middle;
}
.pricerow {
  padding: 0;
  line-height: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 568px) {
  .pricerow {
    width: 100%;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 440px) {
  .pricerow {
    margin-top: 20px;
    clear: both;
  }
}
.pricerow .pricebox {
  margin-top: 13px;
  font-size: 35px;
}
@media screen and (max-width: 1000px) {
  .pricerow .pricebox {
    margin-top: 0;
    white-space: nowrap;
    font-size: 45px;
  }
}
@media screen and (max-width: 568px) {
  .pricerow .pricebox {
    font-size: 48px;
    /*margin-left: 0; */
    margin: 0 20px 0 20px;
    font-size: 55px;
  }
}
@media screen and (max-width: 440px) {
  .pricerow .pricebox {
    font-size: 46px;
  }
}
.optionrow {
  padding: 5px 0;
  height: 41px;
  line-height: 30px;
  /* instead of 31px -> Edge-fix */
  box-sizing: border-box;
}
@media screen and (max-width: 568px) {
  .optionrow {
    clear: both;
  }
}
.sub1,
.add1 {
  display: inline-block;
  color: #677c7f;
  background-color: #ededed;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 0 4px 0;
  line-height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 20px;
}
.sub1 {
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.add1 {
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* -- SECOND TEASER -- */
.second-teaser {
  position: relative;
}
.second-teaser img.wide {
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .second-teaser img.wide {
    display: none;
  }
}
.second-teaser img.mobile {
  display: none;
}
@media screen and (max-width: 568px) {
  .second-teaser img.mobile {
    display: inline-block;
    padding: 0;
  }
}
.second-teaser img.nopad {
  padding: 0;
}
.second-teaser h2 {
  margin-top: 8px;
}
.second-teaser.technical-data {
  min-height: 338px;
}
/* -- RIGHT CART BOX -- */
#cart-close-button {
  position: fixed;
  display: block;
  top: 3.5vh;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: red;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 651px) {
  #cart-close-button {
    display: none;
  }
}
#cart-close-button.hideit {
  display: none;
}
#cart-close-button::before,
#cart-close-button::after {
  content: '';
  position: relative;
  display: block;
  background-color: #fff;
  left: 4px;
  width: 12px;
  height: 3px;
  border-radius: 2px;
  transform-origin: 50% 50%;
}
#cart-close-button::before {
  transform: rotateZ(45deg);
  top: 8px;
}
#cart-close-button::after {
  transform: rotateZ(-45deg);
  top: 5px;
}
.right-cartbox {
  z-index: 1000;
  position: fixed;
  top: 15px;
  right: 0;
  width: 390px;
  background-color: white;
  padding: 0;
  box-shadow: 0 5px 40px 10px rgba(40, 40, 40, 0.2);
  transition: width 0.3s ease-out, box-shadow 0.3s;
  outline: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .right-cartbox {
    top: 8vh;
    width: 320px;
  }
}
.right-cartbox .shadowline {
  height: 1px;
  width: 350px;
  z-index: 2000;
  position: relative;
  background-color: #fff;
  box-shadow: 10px 0 15px 10px #fff;
}
@media screen and (max-width: 650px) {
  .right-cartbox .shadowline {
    width: 290px;
  }
}
.right-cartbox .scrollwrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 99vh;
}
@media screen and (max-width: 650px) {
  .right-cartbox .scrollwrapper {
    max-height: 92vh;
  }
  .right-cartbox .scrollwrapper::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: transparent;
  }
  .right-cartbox .scrollwrapper::-webkit-scrollbar-thumb {
    width: 6px;
    background: #eee;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .right-cartbox .scrollwrapper::-webkit-scrollbar-corner {
    background: #ccc;
  }
}
.right-cartbox strong {
  font-size: 24px;
  font-weight: normal;
  line-height: 100%;
}
.right-cartbox a.delete {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  background-color: #aaa;
  color: white;
  padding: 3px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.right-cartbox a.big {
  display: block;
  margin: 15px 0 0 0;
  border-radius: 6px;
  padding: 10px 8px;
  background-color: #6EA726;
  color: white;
  width: 350px;
  height: 43px;
  font-size: 22px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .right-cartbox a.big {
    width: 290px;
  }
}
.right-cartbox a.big:hover,
.right-cartbox a.big:focus {
  outline: 0;
  background-color: #7EB736;
}
.right-cartbox.hideit {
  width: 0;
  box-shadow: 0 0 0 rgba(40, 40, 40, 0.1);
}
.cartwrapper {
  position: relative;
  width: 380px;
  padding: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 650px) {
  .cartwrapper {
    width: 320px;
  }
}
.cartwrapper hr {
  margin: 0;
  padding: 0;
  background: transparent;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.cartwrapper.below {
  padding-top: 0;
  border: none;
  box-shadow: none;
}
.cartwrapper.below strong {
  font-size: 19px;
}
.cartwrapper.below.empty {
  border-bottom: none;
}
.cartwrapper.below.empty strong,
.cartwrapper.below.empty .cartvalue,
.cartwrapper.below.empty .big {
  display: none;
}
.cartvalue {
  position: absolute;
  top: -2px;
  right: 15px;
  font-size: 24px;
}
#right_go_on_shopping {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  color: #ccc;
  font-size: 15px;
  line-height: 100%;
}
#right_go_on_shopping:hover,
#right_go_on_shopping:focus {
  outline: 0;
  color: black;
}
.centerit {
  text-align: center;
}
.product-row {
  padding: 4px 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
.product-row:last-of-type {
  border: none;
}
.product-row > a {
  display: block;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 3px;
  background-color: #ccc;
  color: white;
  padding: 2px 3px 4px 3px;
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.product-row > div {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 100%;
  font-size: 16px;
}
.product-row > div:first-of-type {
  width: 100px;
}
.product-row > div:nth-of-type(2) {
  padding-left: 5px;
  width: 175px;
}
@media screen and (max-width: 650px) {
  .product-row > div:nth-of-type(2) {
    width: 115px;
  }
}
.product-row > div:last-of-type {
  padding: 20px 0 0 5px;
  font-size: 23px;
  width: 75px;
  text-align: right;
}
.product-row > div > span {
  display: block;
  font-size: 14px;
  color: orange;
  font-weight: bold;
  text-align: right;
}
.second-teaser {
  margin: 10px 0 25px 0;
}
.second-teaser img {
  box-sizing: content-box;
  padding: 10px;
}
.second-teaser p {
  font-size: 19px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #888;
}
.second-teaser.front {
  position: relative;
}
.second-teaser.front p {
  margin-bottom: 0;
}
.second-teaser.front h1 {
  margin-top: 0;
  font-size: 31px;
}
/* -- CAPS PRODUCTS / ACCESSORY PRODUCTS -- */
.accessory-products h2,
.caps-products h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.versandkosten {
  display: inline-block;
  width: 125px;
  height: 30px;
  margin-left: 5px;
  clear: left;
}
@media screen and (max-width: 440px) {
  .versandkosten {
    display: inline-block;
    width: 50%;
    height: 40px;
    margin: 0;
  }
}
.versandkosten > p {
  display: block;
  color: #888;
  font-size: 12px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 568px) {
  .versandkosten > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .versandkosten > p {
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
    padding: 0;
  }
}
.cproduct span.head4 {
  padding: 6px 0 2px 0;
  display: block;
  font-size: 19px;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  .cproduct span.head4 {
    padding: 1.8vw 0 1vw 0;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 568px) {
  .cproduct span.head4 {
    padding: 10px 0 10px 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct span.head4 {
    padding: 4.8vw 0 1.6vw 0;
    font-size: 8.5vw;
  }
}
.cproduct > p {
  margin: 0;
  padding: 2px 0 0 0;
  font-size: 14px;
  line-height: 120%;
  color: #727272;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .cproduct > p {
    height: 10vw;
  }
}
@media screen and (max-width: 568px) {
  .cproduct > p {
    height: 105px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct > p {
    height: 30vw;
  }
}
@media screen and (max-width: 1000px) {
  .cproduct > p {
    margin: 0;
    padding: 0.6vw 0 1.4vw 0;
    font-size: 2.5vw;
    line-height: 120%;
    color: #727272;
  }
}
@media screen and (max-width: 568px) {
  .cproduct > p {
    margin: 0;
    padding: 2px 0 10px 0;
    font-size: 17px;
    line-height: 120%;
    color: #727272;
  }
}
@media screen and (max-width: 440px) {
  .cproduct > p {
    margin: 0;
    padding: 1.6vw 0 1.4vw 0;
    font-size: 6.4vw;
    line-height: 120%;
    color: #727272;
  }
}
.cproduct a.shipping {
  color: inherit;
  margin: inherit;
  padding: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.cproduct a:hover {
  color: #ff974d;
}
.cproduct input[type="submit"] {
  display: block;
  clear: both;
  margin: 0 0 0 2px;
  border-radius: 6px;
  padding: 3px 8px;
  background-color: #6EA726;
  color: white;
  width: 200px;
  height: 38px;
  line-height: 1px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .cproduct input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 28px;
  }
}
.cproduct input[type="submit"]:hover,
.cproduct input[type="submit"]:focus {
  outline: 0;
  background-color: #7EB736;
}
.cproduct input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px 8px;
  background-color: #EDEDED;
  color: #677C7F;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  height: 31px;
  width: 160px;
  text-align: center;
  transition: background-color 0.5s ease;
  vertical-align: top;
}
@media screen and (max-width: 568px) {
  .cproduct input[type="text"] {
    font-size: 20px;
    /* margin-top: 1px; */
    box-sizing: border-box;
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct input[type="text"] {
    border-radius: 0;
    font-size: 20px;
    /* margin-top: 1px; */
    box-sizing: border-box;
    width: 100%;
    height: 40px;
  }
}
.cproduct input[type="text"]:focus {
  outline: 0;
  background-color: white;
}
@media screen and (max-width: 568px) {
  .cproduct .sub1,
  .cproduct .add1 {
    padding-top: 3px;
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .sub1,
  .cproduct .add1 {
    padding-top: 10px;
    height: 40px;
  }
}
@media screen and (max-width: 568px) {
  .cproduct .sub1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 568px) {
  .cproduct .add1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cproduct .cproduct_image {
  width: 100%;
  height: auto;
}
.cproduct .pricerow {
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .cproduct .pricerow {
    height: 4.8vw;
  }
}
@media screen and (max-width: 568px) {
  .cproduct .pricerow {
    height: 45px;
  }
}
.cproduct .pricebox {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .cproduct .pricebox {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 568px) {
  .cproduct .pricebox {
    margin-top: 0;
    font-size: 40px;
  }
}
.cproduct .styled-select {
  width: 200px;
  margin: 3px 0 5px 2px;
  padding: 3px 2px 0 8px;
}
@media screen and (max-width: 568px) {
  .cproduct .styled-select {
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0 2px 0 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .styled-select {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 2px 0 8px;
    font-size: 18px;
    line-height: 120%;
    height: 40px;
  }
}
.cproduct .styled-select::before {
  position: absolute;
  top: 4px;
  right: 15px;
}
@media screen and (max-width: 440px) {
  .cproduct .styled-select::before {
    top: 8px;
  }
}
.cproduct .styled-select select {
  color: #677c7f;
  height: 22px;
}
@media screen and (max-width: 568px) {
  .cproduct .styled-select select {
    padding: 0;
    height: 30px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .styled-select select {
    margin-top: 4px;
    /*padding: 7px;
        height: 28px;*/
  }
}
.cproduct .placeholder_select {
  height: 40px;
  display: block;
}
@media screen and (max-width: 440px) {
  .cproduct .placeholder_select {
    display: none;
  }
}
.cproduct .optionrow {
  padding: 5px 0 3px 2px;
}
@media screen and (max-width: 568px) {
  .cproduct .optionrow {
    position: relative;
    padding: 0 30px 0 30px;
    width: 100%;
    line-height: 31px;
    height: 35px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .optionrow {
    position: relative;
    padding: 0 30px 0 30px;
    width: 100%;
    line-height: 41px;
    margin-bottom: 10px;
    height: 35px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .optionrow .sub1,
  .cproduct .optionrow .add1 {
    padding-top: 3px;
    font-size: 30px;
    height: 40px;
    width: 30px;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .optionrow .sub1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 440px) {
  .cproduct .optionrow .add1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cproduct {
    margin-bottom: 20px;
  }
}
#cproduct_1 span.head4 {
  color: #18335e;
}
#cproduct_2 span.head4 {
  color: #4d8a11;
}
#cproduct_3 span.head4 {
  color: #592927;
}
#cproduct_4 span.head4 {
  color: #c17128;
}
.aproduct > p {
  min-height: 120px;
}
@media screen and (max-width: 1000px) {
  .aproduct > p {
    min-height: 0;
    height: 19vw;
  }
}
@media screen and (max-width: 568px) {
  .aproduct > p {
    min-height: 0;
    height: 210px;
  }
}
@media screen and (max-width: 440px) {
  .aproduct > p {
    min-height: 0;
    height: 62vw;
  }
}
#aproduct_1 span.head4 {
  color: black;
}
#aproduct_2 span.head4 {
  color: black;
}
#aproduct_3 span.head4 {
  color: black;
}
#aproduct_4 span.head4 {
  color: black;
}
/* -- COMMENT FORM -- */
form.comment-form input[type="submit"] {
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 18px;
}
form.comment-form:hover,
form.comment-form:focus {
  background-color: #6EA726;
}
/* -- CONTAINER FOR CART BUTTON (AND QUALITY SYMBOL WRAP) -- */
#cart_box {
  position: absolute;
  right: 0;
  top: 5px;
  margin-left: 10px;
  padding: 3px 0 3px 0;
  text-align: right;
  width: 225px;
}
#cart_overlay {
  position: relative;
  margin: 0 auto;
  width: 978px;
  height: 0;
  overflow: visible;
}
#cart_overlay .icon-cart-top {
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  width: 51px;
  min-width: 51px;
  max-width: 51px;
  line-height: 46px;
  display: inline-block;
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/cart-top.png');
  background-position: 0 0;
  margin-right: 8px;
}
#cart_overlay .btn-group > .btn:last-child:not(:first-child),
#cart_overlay .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 4px;
}
#cart_overlay .cart-dropdown > .btn {
  background: transparent none;
  min-width: 220px;
  width: auto;
  color: #34495e;
  padding-right: 40px;
  border-radius: 6px;
}
#cart_overlay .cart-dropdown > .btn:hover {
  background-color: #ededed;
}
#cart_overlay .cart-dropdown .fa-caret-right {
  position: absolute;
  top: 10px;
  right: 7px;
}
#cart_overlay .cart-dropdown .title {
  font-weight: normal;
  font-size: 22px;
  line-height: 100%;
}
#cart_overlay .cart-dropdown .content {
  font-size: 14px;
  color: #95a5a6;
}
#cart_overlay .cart-dropdown .headtext {
  display: block;
  color: inherit;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  line-height: 24px;
}
#cart_overlay .cart-dropdown .dropdown-menu {
  width: 600px;
  left: auto;
  right: 0;
}
#cart_overlay .cart-dropdown .dropdown-menu .content {
  padding: 20px 20px 0 20px;
}
#cart_overlay .cart-dropdown .dropdown-menu table {
  background-color: white;
}
#cart_overlay .cart-dropdown .dropdown-menu tfoot tr td {
  color: #34495e;
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
#cart_overlay .cart-dropdown .dropdown-menu tfoot tr td.total {
  font-weight: bold;
  font-size: 24px;
  padding-top: 5px;
}
#cart_overlay .cart-dropdown .dropdown-menu tfoot tr:first-child td {
  border-top-width: 2px;
  padding-top: 10px;
}
#cart_overlay .cart-dropdown .dropdown-menu tfoot tr:last-child td {
  padding-bottom: 10px;
}
#cart_overlay .cart-dropdown.btn-group.open > .btn {
  background-color: #34495e;
  color: white;
}
#cart_overlay.floating {
  width: auto;
  position: fixed;
  top: -10px;
  right: 0;
  z-index: 101;
  transition: all .5s;
}
#cart_overlay.floating .quality-wrap {
  display: none;
}
#cart_overlay.floating .cart-dropdown > .btn:hover {
  background-color: #7E898D;
  border-radius: 0;
}
#cart_overlay.floating .cart-dropdown > .btn:hover > .icon-cart-top {
  background-position: 0 -46px;
}
#cart_overlay.floating .cart-dropdown .fa-caret-right {
  transform: rotateZ(90deg);
  color: white;
}
#cart_overlay.floating .cart-dropdown .title {
  color: white;
}
#cart_overlay.floating .cart-dropdown .content {
  color: white;
}
#cart_overlay.floating .cart-dropdown.btn-group.open > .btn {
  visibility: hidden;
}
#cart_overlay.floating .cart-dropdown.btn-group.open > .btn .icon-cart-top {
  background-position: 0 -46px;
}
@media screen and (max-width: 1000px) {
  #cart_overlay {
    display: none;
  }
}
/* -- TECHNICAL DATA TABLE -- */
.technical-data {
  margin: 20px 0;
}
.technical-data > div > div {
  padding-right: 30px;
}
.technical-data > div > div:nth-child(odd) {
  width: 200px;
}
.overlap-right {
  position: absolute;
  top: 0;
  right: 0;
  /* pointer-events: none; */
  /* -- not possible because of the area-map-links -- */
}
@media screen and (max-width: 1000px) {
  .overlap-right {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
/* -- STICKY NAVIGATION -- */
.stickynav-wrapper {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  width: 978px;
  height: 31px;
  background-color: #69787d;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .stickynav-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .stickynav-wrapper {
    display: none;
  }
}
.stickynav-wrapper.floating {
  position: static;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .stickynav-wrapper.floating {
    visibility: hidden;
  }
}
.stickynav {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  font-size: 0;
  background-color: #69787d;
}
.stickynav h3 {
  padding: 8px 0 5px 0;
  margin: 0;
  border: 0;
  color: white;
  font-size: 16px;
  line-height: 100%;
}
.stickynav ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}
.stickynav li {
  display: inline-block;
  padding: 0;
  margin: 0 3px 0 0;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  width: 160px;
}
.stickynav li a {
  margin: 0;
  padding: 7px 5px 7px 15px;
  display: block;
  width: 100%;
  color: white;
  background-color: #7E898D;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.stickynav li a.current,
.stickynav li a:hover {
  background-color: #ED702D;
}
.stickynav.floating {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 100;
}
.stickynav.floating h3 {
  width: 978px;
  margin: 0 auto;
}
.stickynav.floating ul {
  width: 978px;
  margin: 0 auto;
}
/* -- MAGAZINE POPUP BUTTON -- */
.bmagazine_hmenu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  background-color: white;
  padding: 7px 0 0 3px;
  margin: -3px 2px 0 0;
}
.bmagazine_hmenu span,
.bmagazine_hmenu span::before,
.bmagazine_hmenu span::after {
  cursor: pointer;
  height: 2px;
  width: 12px;
  background: #69787d;
  position: absolute;
  display: block;
  content: '';
}
.bmagazine_hmenu span::before {
  top: -4px;
}
.bmagazine_hmenu span::after {
  bottom: -4px;
}
.nav_button.bmagazine {
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 15px;
  padding: 8px 30px 8px 10px;
  float: none;
  min-width: 60px;
  text-align: left;
}
.nav_button.bmagazine.open,
.nav_button.bmagazine:hover {
  background-color: #ec7138;
}
.nav_button.bmagazine:hover .bmagazine_hmenuspan,
.nav_button.bmagazine:hover .bmagazine_hmenuspan::after,
.nav_button.bmagazine:hover .bmagazine_hmenuspan::before {
  background-color: #ec7138;
}
/* -- MAGAZINE POPUP MENU -- */
/*
.popup_menu.shown {
  display: block;
}

#popup_menu_bmagazine {
  background-color: @color-menu;
}

#popup_menu_bmagazine li {
  margin: 2px 0;
  padding: 0;
  border: 0;  
}

#popup_menu_bmagazine li a {
  display: block;
  padding: 5px 15px 5px 10px;
  background-color: transparent;
  color: white;
  font-size: 14px;
}

#popup_menu_bmagazine li a:hover {
  background-color: #EC7138;
  color: white;
}
*/
.popup_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  background-color: #69787d;
}
.popup_menu li {
  margin: 2px 0;
  padding: 0;
  border: 0;
}
.popup_menu li a {
  display: block;
  padding: 5px 15px 5px 10px;
  background-color: transparent;
  color: white;
  font-size: 14px;
}
.popup_menu li a:hover {
  background-color: #EC7138;
  color: white;
}
.popup_menu.shown {
  display: block;
}
#popup_menu_liquids li a {
  font-size: 17px;
  padding: 15px;
  background-color: #7E898D;
  text-align: center;
}
#popup_menu_liquids li a:hover,
#popup_menu_liquids li.current_page_item a,
#popup_menu_liquids li.current-menu-item a {
  background-color: #EC7138;
}
/* -- A-18-LAYER -- */
#a18_modal {
  box-shadow: none;
}
@media all and (min-width: 651px) {
  #a18_modal {
    border: none;
    overflow-y: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 75%;
  }
}
@media all and (max-width: 650px) {
  #a18_modal {
    border: none;
    height: 700px;
    overflow-y: auto;
    position: fixed;
    width: 350px !important;
    margin: 70px auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 360px) {
  #a18_modal {
    width: 100% !important;
    height: 100% !important;
  }
}
#a18_modal .modal-content {
  background: #69787d;
  overflow-y: hidden;
}
@media all and (min-width: 651px) {
  #a18_modal .modal-content {
    height: 320px;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body {
    max-height: 100%;
  }
}
#a18_modal .modal-body .a18bold {
  color: #336E8D;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#a18_modal .modal-body .a18text {
  font-size: 13px;
  background: #ED702D;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 20px 10px 20px 10px;
  color: white;
  text-align: center;
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body .a18text {
    min-height: 100px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#a18_modal .modal-body .a18text span {
  font-weight: bold;
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body .a18text p {
    font-size: 19px;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body .a18text p span {
    font-weight: bold;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body .a18text {
    font-size: 13px;
    background: #ED702D;
    margin: 0;
    padding: 10px;
    color: white;
    text-align: center;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body .modal_btn_block .btn {
    float: left;
    width: 215px;
    font-size: 20px;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body .modal_btn_block .btn {
    margin: 1px 0 10px 0;
    width: 100%;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body .modal_btn_block .btn:last-child {
    float: right;
    background: white;
    color: #69787d;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body .modal_btn_block .btn:last-child {
    background: white;
    color: #69787d;
  }
}
#a18_modal .modal-body hr {
  margin: 0;
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body hr {
    display: none !important;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body hr:nth-of-type(1) {
    margin-top: 10px;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body hr:nth-of-type(1) {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body hr:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body hr:nth-of-type(2) {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media all and (min-width: 651px) {
  #a18_modal .modal-body div img {
    width: 300px;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 650px) {
  #a18_modal .modal-body div img {
    width: 100%;
  }
}
/* -- FLY-OUT-INFOBOX SCHAEDLICH TABAKRAUCHEN -- */
.flyout-wrapper {
  margin-bottom: 20px;
}
.flyout-wrapper .flyout-box {
  position: relative;
  padding: 10px 60px 15px 23px;
  background-color: #ec7138;
  overflow: hidden;
}
.flyout-wrapper .flyout-box p {
  font-size: 20px;
}
.flyout-wrapper .flyout-box h2 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin: 6px 0 14px 0;
  padding: 0 50px 0 0;
}
.flyout-wrapper .flyout-box .i-symbol {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: #F0996E url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/info_i_retina.png') no-repeat 45px 27px;
  background-size: 42px auto;
  color: white;
  font-size: 40px;
  line-height: 100%;
  padding: 4px 20px 0 0;
  font-weight: bold;
  font-style: italic;
  overflow: hidden;
}
.flyout-wrapper .flyout-box .bubble {
  display: none;
  position: relative;
  background-color: #ededed;
  border-radius: 10px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 8px;
}
.flyout-wrapper .flyout-box .bubble p {
  color: #677c7f;
  font-size: 21px;
  min-height: 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  line-height: 120%;
}
.flyout-wrapper .flyout-box .bubble p.small {
  font-size: 13px;
}
.flyout-wrapper .flyout-box .bubble a {
  text-decoration: underline;
}
.flyout-wrapper .flyout-box .bubble.open {
  display: block;
}
.flyout-wrapper .flyout-box .bubble.noarrow::after {
  display: none;
}
.flyout-wrapper .flyout-box .bubble::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* border-color: rgba(136, 183, 213, 0); */
  border-right-color: #ededed;
  border-width: 10px;
  margin-top: -10px;
}
.flyout-wrapper .readmore-bar {
  margin-top: -15px;
  height: 30px;
  max-height: 30px;
  background-color: #ec7138;
  overflow: hidden;
}
.flyout-wrapper .readmore-bar a {
  position: relative;
  color: white;
  border: 1px solid transparent;
  padding: 5px 10px 4px 22px;
  margin: 5px 0 0 0;
  height: 25px;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  background-color: #7E898D;
}
.flyout-wrapper .readmore-bar a:hover {
  color: white;
  background-color: #ec7138;
  border: 1px solid #7E898D;
}
.flyout-wrapper .readmore-bar a::after {
  top: 10px;
  left: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* border-color: rgba(255, 255, 255, 0); */
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
/* -- NEW FRONTPAGE -- */
.prod-demo > p {
  margin: 10px 0;
  padding: 3px 0 2px 0;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (max-width: 1000px) {
  .prod-demo > p {
    min-height: 105px;
  }
}
@media screen and (max-width: 740px) {
  .prod-demo > p {
    min-height: 125px;
  }
}
@media screen and (max-width: 568px) {
  .prod-demo > p {
    min-height: 0;
  }
}
.prod-demo a.bigbtn {
  display: block;
  background-color: #6ea726;
  border: none;
  border-radius: 8px;
  margin: 3px;
  padding: 11px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 31px;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .prod-demo a.bigbtn {
    white-space: nowrap;
    font-size: 22px;
    overflow: hidden;
  }
}
.prod-demo a.bigbtn:hover {
  background-color: #7eb736;
}
.prod-demo div.head2 {
  margin: 7px 0 15px 4px;
  padding: 0;
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  .prod-demo div.head2 {
    font-size: 27px;
    min-height: 56px;
  }
}
@media screen and (max-width: 568px) {
  .prod-demo div.head2 {
    min-height: 0;
  }
}
.prod-demo.col50 {
  display: inline-block;
  padding: 8px;
  width: 49.25%;
  border: 1px solid #ccc;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 568px) {
  .prod-demo.col50 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.prod-demo.col50:nth-child(2n) {
  margin-right: 1.5%;
}
@media screen and (max-width: 568px) {
  .prod-demo.col50:nth-child(2n) {
    margin-right: 0;
  }
}
.imgwrap {
  position: relative;
  overflow: hidden;
}
.imgwrap .pbubble {
  position: absolute;
  /*
    left: -2%;
    bottom: -11%;
    width: 26%;
    height: 40%;
    */
  left: -9px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  background-color: #ec7138;
  border-radius: 50%;
  padding: 17px 0 0 10px;
}
@media screen and (max-width: 740px) {
  .imgwrap .pbubble {
    left: auto;
    right: -9px;
  }
}
.imgwrap .pbubble p {
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
.imgwrap .pbubble p.incl-vat {
  padding-left: 22px;
  /* ca. 18% */
}
.imgwrap .pbubble p.price {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-right: 7px;
  letter-spacing: 0.05em;
}
.imgwrap .pbubble p.free-shipping {
  text-transform: uppercase;
  padding-right: 10px;
}
.imgwrap .pbubble.big {
  width: 140px;
  height: 140px;
  bottom: -45px;
}
.imgwrap .pbubble.big p {
  font-size: 13px;
}
.imgwrap .pbubble.big p.incl-vat {
  padding-left: 22px;
  /* ca. 18% */
  padding-bottom: 4px;
}
.imgwrap .pbubble.big p.price {
  font-size: 33px;
}
.scroll-container {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px;
}
hr.top-shaded-sep {
  position: absolute;
  top: 205px;
  left: -20px;
  border: none;
  width: 100%;
  height: 25px;
  padding: 0;
  margin: 0;
  box-shadow: inset 10px -15px 15px #fff;
  pointer-events: none;
}
/* -- SPECIAL ADJUSTMENTS / TWEAKS -- */
.cart-gutschein-info div.fl {
  width: 275px;
}
@media screen and (max-width: 360px) {
  .cart-gutschein-info div.fl {
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  .cart-totals {
    max-width: 285px;
  }
}
@media all and (max-width: 360px) {
  #top-product .optionrow .styled-select {
    padding-top: 6px;
    font-size: 12px;
  }
}
.post h2.entry-header {
  margin-top: 0px;
}
.bcustomer {
  display: none;
  margin-left: 5px;
}
#cart_with_content {
  margin-top: 20px;
}
div.plr10 {
  margin-top: 20px;
}
div.plr10 ol {
  padding-left: 40px;
}
.cart-table input[type="text"] {
  width: 35px;
  height: 30px;
  font-size: 18px;
}
.notshown {
  display: none !important;
}
#cart_with_content .no-overflow {
  margin-bottom: 20px;
}
/* -- eGo AIO - sliced graphics -- */
.slice {
  position: absolute;
  display: none;
  top: 9%;
  left: 52.5%;
  width: 15%;
  height: 750px;
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/innocigs-ego-aio-colors.jpg') no-repeat 0 0;
  background-size: 500% auto;
}
.slice_1 {
  display: none;
  background-position: 0 0;
}
.slice_2 {
  display: block;
  background-position: 25% 0;
}
.slice_3 {
  display: block;
  background-position: 50% 0;
}
.slice_4 {
  display: block;
  background-position: 75% 0;
}
.slice_5 {
  display: block;
  background-position: 100% 0;
}
/* -- COVER GRAPHICS -- */
.covergfx,
.covergfx_top-evod,
.covergfx_egrip-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent none no-repeat 0 0;
  background-size: cover;
  transition: all 2s ease-in;
}
/* -- iStick Basic - cover graphics -- */
.covergfx_0,
.covergfx_1 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_black.jpg');
  opacity: 1;
}
.covergfx_2 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_silver.jpg');
  opacity: 1;
}
.covergfx_3 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_grey.jpg');
  opacity: 1;
}
.covergfx_4 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_blue.jpg');
  opacity: 1;
}
.covergfx_5 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_red.jpg');
  opacity: 1;
}
.covergfx_6 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-istick-basic-produktbild-01_retina_pink.jpg');
  opacity: 1;
}
/* -- TOP EVOD - cover graphics -- */
.covergfx_top-evod_0,
.covergfx_top-evod_1,
.covergfx_top-evod_2,
.covergfx_top-evod_3,
.covergfx_top-evod_4 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-top-evod_steamax-produktbild-01_retina.jpg');
  opacity: 1;
}
/*
.covergfx_top-evod_2 {
  background-image: url('@{tpl-path}images/e-zigarette-top-evod-produktbild-01_retina_silber.jpg');
  opacity: 1;
}

.covergfx_top-evod_3 {
  background-image: url('@{tpl-path}images/e-zigarette-top-evod-produktbild-01_retina_weiss.jpg');
  opacity: 1;
}

.covergfx_top-evod_4 {
  background-image: url('@{tpl-path}images/e-zigarette-top-evod-produktbild-01_retina_rot.jpg');
  opacity: 1;
}
*/
/* -- eGrip 2 - cover graphics -- */
.covergfx_egrip-2_0,
.covergfx_egrip-2_1,
.covergfx_egrip-2_3,
.covergfx_egrip-2_4,
.covergfx_egrip-2_5 {
  background-image: url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/e-zigarette-egrip2-light_produktbild-01_retina.jpg');
  opacity: 1;
}
/*
.covergfx_egrip-2_2 {
  background-image: url('@{tpl-path}images/e-zigarette-egrip2-produktbild-01_retina_silber.jpg');
  opacity: 1;
}

.covergfx_egrip-2_3 {
  background-image: url('@{tpl-path}images/e-zigarette-egrip2-produktbild-01_retina_weiss.jpg');
  opacity: 1;
}

.covergfx_egrip-2_4 {
  background-image: url('@{tpl-path}images/e-zigarette-egrip2-produktbild-01_retina_rot.jpg');
  opacity: 1;
}

.covergfx_egrip-2_5 {
  background-image: url('@{tpl-path}images/e-zigarette-egrip2-produktbild-01_retina_gold.jpg');
  opacity: 1;
}
*/
/* --- VIDEO CONTROLS --- */
video {
  width: 100%;
  height: auto;
}
div.videocontainer {
  position: relative;
}
div.videocontainer > div {
  opacity: 1;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2) url("//cdn.e-zigarette.de/wp-content/themes/initiator/images/play.svg") no-repeat center center;
  background-size: 50px 50px;
  transition: background-color 0.5s;
}
div.videocontainer > div:hover {
  background: transparent url("//cdn.e-zigarette.de/wp-content/themes/initiator/images/play.svg") no-repeat center center;
  background-size: 80px 80px;
}
div.videocontainer > div.playing {
  background: transparent;
  transition: background-color 0.5s, opacity 1s;
}
div.videocontainer > div.playing:hover {
  background: transparent url("//cdn.e-zigarette.de/wp-content/themes/initiator/images/pause.svg") no-repeat center center;
  background-size: 80px 80px;
}
div.videocontainer > div.playing_dnd {
  background: transparent url("//cdn.e-zigarette.de/wp-content/themes/initiator/images/pause.svg") no-repeat center center;
  background-size: 80px 80px;
  opacity: 0;
  transition: opacity 1s;
}
/* --- Infobereich im Footer --- */
.footer-info {
  margin: 4px 0 10px 0;
  text-align: center;
}
.footer-info p {
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  padding: 4px 0;
  color: #fff;
}
.footer-info a {
  color: #fff;
}
@media all and (min-width: 651px) {
  .footer-info {
    display: none;
  }
}
/* --- Visual Composer LEGACY STYLES --- */
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 35px;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-1,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12 {
    float: left;
  }
}
.lproduct a.shipping {
  color: inherit;
  margin: inherit;
  padding: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.lproduct a:hover {
  color: #ff974d;
}
.lproduct input[type="submit"] {
  display: block;
  clear: both;
  margin: 0 0 0 2px;
  border: 0;
  border-radius: 6px;
  padding: 3px 8px;
  background-color: #6EA726;
  color: white;
  height: 38px;
  line-height: 1px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .lproduct input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  .lproduct input[type="submit"] {
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 28px;
  }
}
.lproduct input[type="submit"]:hover,
.lproduct input[type="submit"]:focus {
  outline: 0;
  background-color: #7EB736;
}
.lproduct input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px 8px;
  background-color: #EDEDED;
  color: #677C7F;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  height: 31px;
  text-align: center;
  transition: background-color 0.5s ease;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  /* @media screen and (max-width: @break-5) {
      font-size: 20px;
      margin-top: 1px;
      height: 30px;
    }
*/
}
@media screen and (max-width: 568px) {
  .lproduct input[type="text"] {
    border-radius: 0;
    font-size: 20px;
    /* margin-top: 1px; */
    height: 40px;
  }
}
.lproduct input[type="text"]:focus {
  outline: 0;
  background-color: white;
}
@media screen and (max-width: 568px) {
  .lproduct .sub1,
  .lproduct .add1 {
    padding-top: 3px;
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 568px) {
  .lproduct .sub1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 568px) {
  .lproduct .add1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.lproduct .cproduct_image {
  width: 100%;
  height: auto;
}
.lproduct .pricerow {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .lproduct .pricerow {
    height: 4.8vw;
  }
}
@media screen and (max-width: 568px) {
  .lproduct .pricerow {
    height: 45px;
  }
}
.lproduct .pricebox {
  font-size: 30px;
  color: #888;
}
@media screen and (max-width: 1000px) {
  .lproduct .pricebox {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 568px) {
  .lproduct .pricebox {
    margin-top: 0;
    font-size: 40px;
  }
}
.lproduct .styled-select-placeholder {
  display: block;
  height: 31px;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0 2px 0 8px;
}
.lproduct .styled-select {
  display: block;
  height: 31px;
  width: 100%;
  margin: 0 0 4px 0;
  /* padding: 0 2px 0 8px; */
  font-size: 18px;
}
@media screen and (max-width: 568px) {
  .lproduct .styled-select {
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0 2px 0 8px;
    font-size: 18px;
    height: 40px;
  }
}
@media screen and (max-width: 440px) {
  .lproduct .styled-select {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 2px 0 8px;
    font-size: 18px;
    line-height: 120%;
  }
}
.lproduct .styled-select::before {
  position: absolute;
  top: 5px;
  right: 8px;
}
@media screen and (max-width: 568px) {
  .lproduct .styled-select::before {
    top: 10px;
  }
}
.lproduct .styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  padding: 0;
  margin: 0;
  line-height: 100%;
  margin-top: -2px;
  color: #677c7f;
  /*      @media screen and (max-width: @break-6) {
        height: 28px;
      }*/
}
@media screen and (max-width: 568px) {
  .lproduct .styled-select select {
    margin-top: 4px;
    height: 35px;
    font-size: 18px;
    line-height: 120%;
  }
}
.lproduct .optionrow {
  position: relative;
  padding: 0 30px 0 30px;
  width: 100%;
  line-height: 31px;
  height: 35px;
}
@media screen and (max-width: 568px) {
  .lproduct .optionrow {
    line-height: 41px;
    margin-bottom: 10px;
  }
}
.lproduct .optionrow .sub1,
.lproduct .optionrow .add1 {
  padding-top: 6px;
  font-size: 18px;
  height: 31px;
  width: 30px;
}
@media screen and (max-width: 568px) {
  .lproduct .optionrow .sub1,
  .lproduct .optionrow .add1 {
    padding-top: 10px;
    height: 40px;
  }
}
.lproduct .optionrow .sub1 {
  position: absolute;
  top: 0;
  left: 0;
}
.lproduct .optionrow .add1 {
  position: absolute;
  top: 0;
  right: 0;
}
.product-listing-new,
.teaser-row {
  font-size: 0;
}
.product-listing-new .initial,
.teaser-row .initial {
  float: left;
  padding: 0 5px 5px 0;
  margin-right: 5px;
}
.product-listing-new .col50,
.teaser-row .col50 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .product-listing-new .col50,
  .teaser-row .col50 {
    width: 100%;
    padding: 5px 0 10px 0;
  }
  .product-listing-new .col50 img.autowidth,
  .teaser-row .col50 img.autowidth {
    width: 100%;
    height: auto;
  }
}
.product-listing-new .col25,
.teaser-row .col25 {
  display: inline-block;
  width: 24.25%;
  margin-left: 1%;
  margin-bottom: 1%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .product-listing-new .col25,
  .teaser-row .col25 {
    display: block;
    width: auto;
    margin: 0;
    padding: 15px;
  }
}
.product-listing-new .col25:nth-child(4n-3),
.teaser-row .col25:nth-child(4n-3) {
  box-sizing: content-box;
  margin-left: 0;
}
.product-form-box {
  font-size: 12px;
  border: 1px solid #ccc;
  min-height: 50px;
}
.product-form-box .pl-top {
  background-color: #ededed;
  padding: 8px;
  height: 55px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 568px) {
  .product-form-box .pl-top {
    height: 75px;
  }
}
.product-form-box .pl-top div.head3 {
  margin: 0;
  line-height: 115%;
  font-size: 18px;
  font-weight: bold;
  color: #888;
}
@media screen and (max-width: 568px) {
  .product-form-box .pl-top div.head3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .product-form-box .pl-top div.head3 {
    font-size: 21px;
    line-height: 140%;
  }
}
@media screen and (max-width: 650px) {
  .product-form-box .pl-top div.head3 {
    font-weight: normal;
  }
}
.product-form-box .pl-top div.head3 span {
  display: block;
}
.product-form-box .pl-top div.head3 span:last-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-form-box .pl-middle {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  height: 183px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .product-form-box .pl-middle {
    height: auto;
  }
}
.product-form-box .pl-bottom {
  padding: 6px;
}
.sc-liquids,
.innocigs-liquids {
  font-size: 0;
  margin: 15px 0 8px 0;
  clear: both;
}
.sc-liquids h1,
.innocigs-liquids h1 {
  color: #677c7f;
  margin: 3px 0 10px 0;
}
.sc-liquids h2,
.innocigs-liquids h2 {
  color: #677c7f;
  margin: 3px 0 10px 0;
  font-size: 28px;
}
.sc-liquids p,
.innocigs-liquids p {
  font-size: 16px;
  padding: 0;
  margin: 5px 10px 0 0;
  clear: both;
  min-height: 0;
}
.sc-liquids .teasertext,
.innocigs-liquids .teasertext {
  font-size: 16px;
  padding: 0 10px 5px 0px;
  font-weight: bold;
  margin: 0 0 5px 0;
  clear: none;
  line-height: 119%;
}
@media screen and (max-width: 1000px) {
  .sc-liquids.teaser-row,
  .innocigs-liquids.teaser-row {
    padding: 0 15px;
  }
}
.span12 {
  width: 100%;
}
.innocigs-badge {
  display: inline-block;
  width: 94px;
  height: 123px;
  margin: 0 4px 8px 0;
  background: transparent url('//cdn.e-zigarette.de/wp-content/themes/initiator/images/innocigs-liquids-all.png') no-repeat 0 0;
}
.innocigs-badge.b1 {
  background-position: 0 0;
}
.innocigs-badge.b2 {
  background-position: -94px 0;
}
.innocigs-badge.b3 {
  background-position: -188px 0;
}
.innocigs-badge.b4 {
  background-position: -282px 0;
}
.innocigs-badge.b5 {
  background-position: -376px 0;
}
.innocigs-badge.b6 {
  background-position: -470px 0;
}
.innocigs-badge.b7 {
  background-position: -564px 0;
}
.innocigs-badge.b8 {
  background-position: -658px 0;
}
.innocigs-badge.b9 {
  background-position: -752px 0;
}
.innocigs-badge.b10 {
  margin-right: 0;
  background-position: -846px 0;
}
