@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/CLEARIX/fonts/materialicons.woff2') format('woff2');
}
.bgfirm {
  background: #8da700 !important;
}
.bgfirmlight {
  background: #5a9d00 !important;
}
.white {
  color: #fff !important;
}
.border {
  border: 1px solid #ddd;
}
.box-heading {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .box-heading {
    margin: 10px 0;
  }
}
.box-heading:before {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
  content: '';
  z-index: 0;
}
.box-heading h1,
.box-heading h2,
.box-heading h3,
.box-heading h4,
.box-heading h5 {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a9d00 !important;
}
@media (max-width: 1024px) {
  .box-heading h1,
  .box-heading h5 {
    font-size: 16px;
  }
}
.box-heading .fa {
  color: #5a9d00;
  font-size: 18px;
  line-height: 32px;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 0 3px;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .box-heading .fa {
    line-height: 27px;
  }
}
.box-heading .fa:hover {
  color: #8da700;
}
aside h4,
aside h5,
aside h6 {
  text-align: center;
  margin-bottom: 0;
}
aside#sidepanel_left .panel-heading {
  position: relative;
  text-align: center;
}
aside#sidepanel_left .panel-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
  content: '';
  z-index: 0;
}
aside#sidepanel_left .panel-heading h1,
aside#sidepanel_left .panel-heading h2,
aside#sidepanel_left .panel-heading h3,
aside#sidepanel_left .panel-heading h4,
aside#sidepanel_left .panel-heading h5 {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a9d00 !important;
  border: none !important;
}
@media (max-width: 1024px) {
  aside#sidepanel_left .panel-heading h1,
  aside#sidepanel_left .panel-heading h5 {
    font-size: 19px;
  }
}
aside#sidepanel_left .panel-heading .fa {
  color: #5a9d00;
  font-size: 18px;
  line-height: 32px;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 0 3px;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  aside#sidepanel_left .panel-heading .fa {
    line-height: 27px;
  }
}
aside#sidepanel_left .panel-heading .fa:hover {
  color: #8da700;
}
aside#sidepanel_left h5 {
  font-size: 18px !important;
  line-height: 26px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  aside#sidepanel_left h5 {
    font-size: 16px !important;
    line-height: 22px;
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0;
}
p a {
  color: #8da700;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
a,
aside .nav-list,
a:hover,
aside .nav-list,
a:focus,
header a {
  color: #8da700;
  text-decoration: none;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
a:hover,
a:focus,
aside .nav-list:hover,
aside .nav-list:focus,
a:hover:hover,
a:hover:focus,
aside .nav-list:hover,
aside .nav-list:focus,
a:focus:hover,
a:focus:focus,
header a:hover,
header a:focus {
  color: #5a9d00;
  text-decoration: underline;
}
img.hover-zoom {
  width: 100%;
  height: auto;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
img.hover-zoom:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.container {
  max-width: 1400px !important;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
.modal-body .container {
  width: 100%;
}
input,
select,
button,
textarea {
  outline: none;
  resize: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #5a9d00 !important;
}
select,
option {
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-appearance: none;
  appearance: none;
  background: url('../clearix/img/caret.png') 98% 50% no-repeat !important;
}
select:hover,
option:hover {
  cursor: pointer;
}
.bottom50 {
  margin-bottom: 50px !important;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.panel-group .panel,
.form-control,
.alert,
.tab-pane {
  border-radius: 0 !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: inherit !important;
}
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0 !important;
}
.list-group-item.active {
  background-color: #8da700;
  border-color: #8da700;
}
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #8da700;
  border-color: #8da700;
}
.label-primary {
  background: #8da700 !important;
  color: #fff;
}
.label-primary:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.fa.fa-star {
  color: #ffd311 !important;
}
.fa.fa-star-half-o {
  color: #ffd311 !important;
}
.fa.fa-star-o {
  color: #ccc;
}
.b-product-item .delivery-status {
  margin-bottom: 5px;
}
.b-lazyload {
  background: url('img/ajax-loader.gif') 50% 50% no-repeat;
  min-height: 50px;
}
.updatingStockInfo {
  display: none;
  position: absolute;
}
.attr-label {
  font-weight: 600;
  display: inline-block;
}
.attr-value {
  display: inline-block;
  margin-left: 10px;
}
.well {
  background: #fff;
}
.owl-item > .row {
  margin: auto;
}
#sidepanel_left {
  position: relative;
  z-index: 1;
}
#sidepanel_left section {
  padding: 0;
}
#sidepanel_left section .box-body {
  border: 5px solid #f0f0f0;
  padding: 10px;
}
#sidepanel_left~#content {
  width: 75%;
  left: 25%;
}
.owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #5a9d00;
}
.overlay-img {
  left: 10px;
}
.imglistwrap .overlay-img {
  left: 25px;
}
@media (max-width: 414px) {
  #content-bottom {
    padding: 0;
  }
}
.full {
  width: 100%;
}
.positionscontainer {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.positionscontainer>section {
  width: 100%;
  margin-bottom: 25px;
}
.position_1 {
  order: 1;
}
.position_2 {
  order: 2;
}
.position_3 {
  order: 3;
}
.position_4 {
  order: 4;
}
.position_5 {
  order: 5;
}
.position_6 {
  order: 6;
}
.position_7 {
  order: 7;
}
.position_8 {
  order: 8;
}
.position_9 {
  order: 9;
}
.position_10 {
  order: 10;
}
.position_11 {
  order: 11;
}
.position_12 {
  order: 12;
}
.position_13 {
  order: 13;
}
.position_14 {
  order: 14;
}
.position_15 {
  order: 15;
}
.position_16 {
  order: 16;
}
.position_17 {
  order: 17;
}
.position_18 {
  order: 18;
}
.position_19 {
  order: 19;
}
.position_20 {
  order: 20;
}
@media (max-width: 767px) {
  .positionscontainer .b-news {
    margin-bottom: 50px;
  }
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
dt {
  font-weight: 600;
}
.label {
  font-weight: normal;
}
.fb-color {
  color: #3B5998;
}
.twitter-color {
  color: #31b0d5;
}
.gplus-color {
  color: #d9534f;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.icon {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}
.price {
  font-family: 'Open Sans', serif !important;
}
.badge {
  font-weight: normal;
}
@media (max-width: 767px) {
  hr {
    margin: 10px 0 !important;
  }
}
@media (max-width: 767px) {
  #content {
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  .theme-default .nivoSlider {
    background: none;
    box-shadow: none;
  }
}
.nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
}
#maintenance-mode .navbar-text {
  color: #000 !important;
  font-weight: bold;
  width: 100%;
  margin: 10px 0;
}
.proceed {
  margin-top: 15px !important;
  float: left;
  width: 100%;
}
.paypaldetailscontainer .lpa-pay-button {
  display: block;
  float: left;
  width: 100%;
}
.paypaldetailscontainer .paypalexpress {
  background: transparent !important;
  padding: 0;
  border: none;
  float: left;
  margin: 10px 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .b-news-item .btns .btn,
  .banner-box .btn {
    background: #5a9d00;
    color: #fff;
  }
}
#checkout .img-sm {
  max-width: 100px;
  max-height: none;
}
.lpa-alternate-checkout-snippet {
  padding: 0 !important;
}
.lpa-pay-button img {
  width: auto !important;
  float: left;
}
.lpa-pay-button.lpa-pay-button-express {
  margin: 0 !important;
  margin-top: 20px !important;
}
.proceed img {
  width: auto !important;
}
.proceed .lpa-pay-button {
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
}
@media (max-width: 991px) {
  .proceed .lpa-pay-button {
    display: table;
    margin: auto;
    float: none;
    margin-bottom: 0;
  }
}
.lpa-alternate-checkout-snippet .lpa-checkout-hint-button {
  padding: 0 !important;
  margin-bottom: 10px;
}
.lpa-alternate-checkout-snippet .lpa-checkout-hint-text {
  padding: 0 !important;
}
#quick-login .lpa-login-button {
  margin-top: 0;
  margin-bottom: 15px;
}
#account .input-group .form-control {
  height: 43px;
}
#account .input-group .input-group-btn .btn {
  margin-top: 0;
}
.box.box-compare td:first-child .img-xs {
  max-width: 70px !important;
  max-height: 70px !important;
  margin-right: 5px;
}
#datenschutzcoockie {
  padding: 10px 0;
  font-size: 13px;
}
#datenschutzcoockie .cc_btn_accept_all {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}
#datenschutzcoockie .cc_btn_accept_all:after,
#datenschutzcoockie .cc_btn_accept_all:before {
  display: block;
  width: 22px;
  height: 2px;
  background: #5a9d00;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 10000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#datenschutzcoockie .cc_btn_accept_all:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#datenschutzcoockie .cc_btn_accept_all:hover:after,
#datenschutzcoockie .cc_btn_accept_all:hover:before {
  background: #8da700 !important;
}
header #header-branding {
  padding: 30px 0;
}
header #shop-nav {
  margin-top: 8px !important;
  padding-left: 0;
}
@media (max-width: 768px) {
  header #logo {
    margin-top: 4px;
  }
}
.header-shop-nav {
  margin-top: 5px;
}
.header-shop-nav .fa {
  color: #8da700;
  -moz-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  font-size: 20px;
}
.header-shop-nav li.dropdown #language-dropdown {
  padding: 0 !important;
  min-width: auto;
  border: none;
}
.header-shop-nav li.dropdown #language-dropdown li a.link_lang {
  padding: 5px 16px;
  color: #8da700;
}
.header-shop-nav li.dropdown #language-dropdown li a.link_lang:hover {
  color: #5a9d00;
  background: transparent;
}
@media (max-width: 990px) {
  .header-shop-nav li.dropdown #language-dropdown {
    right: auto;
    left: auto;
  }
}
@media (max-width: 990px) {
  .header-shop-nav li.dropdown.language-dropdown > a {
    margin-top: 4px !important;
  }
}
.header-shop-nav li.dropdown a {
  margin: 2px 0 2px 0;
  padding: 7px 15px;
  border: none !important;
}
.header-shop-nav li.dropdown a:hover,
.header-shop-nav li.dropdown a:focus {
  color: #5a9d00;
  -webkit-transition: all 300ms linear !important;
  -moz-transition: all 300ms linear !important;
  -ms-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
.header-shop-nav li.dropdown a:hover .fa,
.header-shop-nav li.dropdown a:hover span.caret,
.header-shop-nav li.dropdown a:focus .fa,
.header-shop-nav li.dropdown a:focus span.caret {
  color: #5a9d00 !important;
}
.header-shop-nav li.cart-menu>a {
  padding-right: 0;
  font-size: 17px;
}
.header-shop-nav li.cart-menu ul li a:hover {
  color: #fff !important;
}
.header-shop-nav li.currency-dropdown a {
  padding: 7px 15px !important;
  border: none !important;
}
.header-shop-nav li.currency-dropdown a .fa {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header-shop-nav li.currency-dropdown a:hover,
.header-shop-nav li.currency-dropdown a:focus {
  color: #5a9d00;
  -webkit-transition: all 300ms linear !important;
  -moz-transition: all 300ms linear !important;
  -ms-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}
.header-shop-nav li.currency-dropdown a:hover .fa,
.header-shop-nav li.currency-dropdown a:hover span.caret,
.header-shop-nav li.currency-dropdown a:focus .fa,
.header-shop-nav li.currency-dropdown a:focus span.caret {
  color: #5a9d00 !important;
}
.header-shop-nav #search input[type="text"] {
  -webkit-border-radius: 15px 0 0 15px !important;
  -moz-border-radius: 15px 0 0 15px !important;
  border-radius: 15px 0 0 15px !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f4f4f4 !important;
}
.header-shop-nav #search .input-group-addon {
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border: none;
  background: #f4f4f4;
}
.header-shop-nav #search .fa:hover {
  color: #5a9d00;
}
.header-shop-nav #currency-dropdown {
  padding: 0;
}
.header-shop-nav #currency-dropdown li {
  border-bottom: 1px solid #ccc;
}
.header-shop-nav #currency-dropdown li a {
  color: #8da700;
}
.header-shop-nav #currency-dropdown li a:hover {
  background-color: transparent;
  color: #5a9d00 !important;
}
.header-shop-nav #currency-dropdown li:last-child {
  border-bottom: none;
}
@media (max-width: 990px) {
  .header-shop-nav #currency-dropdown {
    right: auto;
    left: auto;
  }
}
.header-shop-nav .currency-dropdown {
  margin-right: 5px;
}
.header-shop-nav .cart-menu .btn-group-full a {
  width: 100%;
  font-size: 12px;
  border: 1px solid #5a9d00 !important;
}
.affix .header-shop-nav {
  margin-top: 6px;
}
ul.cms-pages {
  display: none;
}
.navbar-default {
  border-top: 0;
  border-bottom: 0;
}
nav#evo-main-nav {
  background: #8da700;
  position: relative;
  z-index: 11;
  height: 56px;
}
nav#evo-main-nav .container {
  margin-top: 0;
}
nav#evo-main-nav .megamenu .dropdown.megamenu-fw .dropdown-menu {
  border-color: #5a9d00;
}
nav#evo-main-nav .navbar-nav > .open > a {
  color: #fff;
}
nav#evo-main-nav .navbar-nav > .open > a,
nav#evo-main-nav .navbar-nav > .open > a:hover {
  background: #5a9d00;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  background: none;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
  background: none !important;
}
.megamenu {
  position: static;
  width: 100%;
}
.megamenu > ul {
  width: 100%;
}
.megamenu > ul > .manufacturers-link {
  float: right;
}
.checkout-wrap .gobasket {
  width: 100%;
}
.checkout-wrap .gocheckout {
  display: none;
}
.checkout-wrap .b-cms-pages li {
  display: none;
}
.checkout-wrap .b-cms-pages .backtoshop {
  display: block;
  padding: 5px 0 !important;
}
.checkout-wrap .b-cms-pages .backtoshop:hover {
  background: none !important;
}
.checkout-wrap .b-cms-pages .backtoshop a {
  padding: 8px 12px !important;
  font-weight: 300;
  text-transform: none !important;
  background: #5a9d00 !important;
}
.checkout-wrap .b-cms-pages .backtoshop a:hover {
  background: #5a9d00 !important;
}
.b-cms-pages {
  margin: 0;
  position: static;
}
.b-cms-pages .backtoshop {
  display: none;
}
.b-cms-pages.col-lg-4 {
  padding: 0;
}
.b-cms-pages > ul>li {
  vertical-align: top;
  margin-left: 0;
}
.b-cms-pages > ul>li>a {
  text-decoration: none !important;
  display: block;
  padding: 18.5px 10px 18px;
}
.b-cms-pages > ul>li>a:hover {
  color: #fff;
}
.b-cms-pages > ul>li ul.dropdown-menu li a {
  padding: 8px 20px;
}
nav#shop-nav-xs {
  min-height: 0;
}
nav#shop-nav-xs .navbar-collapse {
  margin-bottom: 0;
}
nav#shop-nav-xs button.btn-mobmenu-toggle {
  background: #5a9d00;
  color: #fff;
  border: 0;
  padding: 14px 15px 14px 15px;
  text-transform: uppercase;
}
nav#shop-nav-xs ul .b-header-account {
  z-index: 1;
}
nav#shop-nav-xs ul .b-header-account.open {
  z-index: 15;
}
nav#shop-nav-xs ul .b-header-account>a {
  padding: 18px 15px;
  display: block;
  background: #5a9d00 !important;
  text-transform: uppercase;
  color: #fff !important;
}
nav#shop-nav-xs ul .b-header-account #login-dropdown {
  top: 56px;
  right: 0;
  height: auto !important;
}
nav#shop-nav-xs ul .b-header-account #login-dropdown li {
  margin-left: 0;
  padding-left: 10px;
  background: #fff !important;
}
nav#shop-nav-xs ul .b-header-account #login-dropdown li a {
  color: #5a9d00 !important;
  padding-left: 0;
  background: #fff !important;
}
nav#shop-nav-xs ul li a {
  color: #fff !important;
}
#headerpros {
  overflow: hidden;
}
#headerpros > div {
  display: inline-block;
  margin-right: 30px !important;
}
@media (max-width: 767px) {
  #headerpros > div {
    display: none;
  }
}
@media (min-width: 768px) {
  #headerpros > div {
    display: none;
  }
  #headerpros > div:last-of-type {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #headerpros > div {
    display: inline-block;
  }
}
#headerpros .headproimg,
#headerpros .headprotext {
  float: left;
}
#headerpros .headprotext {
  font-size: 90%;
  height: 50px;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.tsinhead > div {
  margin-top: -8px;
  margin-right: 20px;
  margin-bottom: -10px;
}
.tsinhead > div > div,
.tsinhead > div > div > div > div > div {
  border: none !important;
}
@media (max-width: 990px) {
  .checkout-wrap .header-shop-nav li.dropdown #language-dropdown,
  .checkout-wrap .header-shop-nav li.currency-dropdown.dropdown #currency-dropdown {
    right: 10px;
    left: auto;
  }
}
.header-shop-nav li.cart-menu .item-name a:hover {
  color: #000 !important;
}
@media (max-width: 600px) {
  #shop-nav .header-shop-nav {
    width: 100%;
  }
  #shop-nav li#search .input-group {
    width: 100%;
  }
}
footer#footer.container-block {
  padding: 0;
  background: #fff;
}
footer#footer.container-block h2,
footer#footer.container-block h3,
footer#footer.container-block h4,
footer#footer.container-block h5 {
  color: #000;
  font-weight: 600;
}
footer#footer.container-block .footer-top {
  background: #5a9d00;
  min-height: 10px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
footer#footer.container-block .footer-top .b-social-buttons {
  padding: 30px 0 30px 15px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
footer#footer.container-block .footer-top .b-social-buttons a.btn-social {
  margin-right: 15px;
  float: none;
  display: inline-block;
  font-size: 40px;
  line-height: 38px;
}
@media (max-width: 767px) {
  footer#footer.container-block .footer-top .b-social-buttons a.btn-social:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  footer#footer.container-block .footer-top .b-social-buttons + .b-signup-newsletter {
    border-left: 1px solid #fff;
  }
}
footer#footer.container-block .footer-top .b-signup-newsletter {
  padding-left: 15px;
  margin: 28px 0 19px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
footer#footer.container-block .footer-top .b-signup-newsletter-title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
footer#footer.container-block .footer-top .b-signup-newsletter-title h5 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
footer#footer.container-block .footer-top .b-signup-newsletter-title p.info.small {
  color: #fff;
  margin: 0;
  line-height: 25px;
}
footer#footer.container-block .footer-top .b-signup-newsletter span.input-group-btn {
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}
footer#footer.container-block .footer-top .b-signup-newsletter span.input-group-btn .fa-envelope {
  display: none;
}
footer#footer.container-block .footer-top .b-signup-newsletter form {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  height: auto;
  text-align: left;
  padding-right: 5px;
}
footer#footer.container-block .footer-top .b-signup-newsletter form input#newsletter_email {
  height: 44px;
  font-size: 20px;
  color: #000;
  width: auto;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #ccc !important;
  margin-right: -1px;
}
footer#footer.container-block .footer-top .b-signup-newsletter form .btn-brown {
  padding-right: 10px;
}
footer#footer.container-block .footer-top .b-signup-newsletter input[type="text"],
footer#footer.container-block .footer-top .b-signup-newsletter textarea {
  outline: none;
  box-shadow: none !important;
}
footer#footer.container-block .b-footer-menu {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
footer#footer.container-block .b-footer-menu-item {
  border-right: 1px solid #ccc;
  padding: 20px;
  float: none;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: -3px;
}
footer#footer.container-block .b-footer-menu-item .panel-heading {
  padding-top: 0;
}
footer#footer.container-block .b-footer-menu-item .panel-body {
  padding: 0;
}
footer#footer.container-block .b-footer-menu-item .panel-body .fa {
  font-size: 20px;
  color: #5a9d00;
}
footer#footer.container-block .b-footer-menu-item .panel-body span {
  padding-left: 10px;
  line-height: 22px;
  vertical-align: text-bottom;
  font-size: 13px;
  text-transform: none;
}
footer#footer.container-block .b-footer-menu-item h5 {
  letter-spacing: 1px;
  margin-bottom: 12px;
}
footer#footer.container-block .b-footer-menu-item ul.nav-list li {
  margin-bottom: 5px;
}
footer#footer.container-block .b-footer-menu-item ul.nav-list li.active > a {
  font-weight: 600;
  color: #5a9d00 !important;
}
footer#footer.container-block .b-footer-menu-item:nth-child(4n+4) {
  border-right: none;
}
footer#footer.container-block .b-footer-menu-item:last-child {
  border-right: none;
}
footer#footer.container-block .b-footer-menu-item .fa-plus,
footer#footer.container-block .b-footer-menu-item .fa-minus {
  display: none;
}
footer#footer.container-block .b-footer-menu .box-linkgroup {
  margin-bottom: 0;
}
footer#footer.container-block .b-footer-info {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
footer#footer.container-block .b-footer-info ul {
  list-style: none;
  padding: 0;
}
footer#footer.container-block .b-footer-info .fa {
  font-size: 33px;
  color: #6d604c;
}
footer#footer.container-block .b-footer-info span {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  color: #6d604c;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 9px;
}
footer#footer.container-block .b-footer-info p {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  line-height: 14px;
  vertical-align: top;
  color: #999;
  padding-top: 4px;
}
footer#footer.container-block .b-footer-info:first-child {
  text-align: left;
}
footer#footer.container-block .b-footer-info:last-child {
  text-align: right;
}
footer#footer.container-block #footer-boxes a {
  color: #888;
  padding: 4px 15px 4px 0;
  text-decoration: none !important;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-transform: uppercase;
}
footer#footer.container-block #footer-boxes a:hover {
  color: #5a9d00 !important;
  text-decoration: underline;
  padding-left: 10px;
}
footer#footer.container-block .b-delivery-icons > div {
  float: left;
  margin-right: 20px !important;
}
footer#footer.container-block .b-delivery-icons > div:last-of-type {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  footer#footer.container-block .b-delivery-icons > div {
    float: none !important;
    width: 25%;
    margin-right: 0 !important;
    display: inline-block;
  }
  footer#footer.container-block .b-delivery-icons > div img {
    width: auto !important;
    padding: 0 10px;
  }
}
footer#footer.container-block .b-delivery-icons img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-right: 15px;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}
footer#footer.container-block .b-delivery-icons img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer#footer.container-block .b-delivery-icons img:last-child {
  margin-right: 0;
}
footer#footer.container-block .b-payments-icons > div {
  float: right;
  margin-right: 20px !important;
}
footer#footer.container-block .b-payments-icons > div:first-of-type {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  footer#footer.container-block .b-payments-icons > div {
    float: none !important;
    width: 25%;
    margin-right: 0 !important;
    display: inline-block;
  }
  footer#footer.container-block .b-payments-icons > div img {
    width: auto !important;
    padding: 0 10px;
  }
}
footer#footer.container-block .b-payments-icons ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
footer#footer.container-block .b-payments-icons ul li {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 30px;
  margin: 0 0 0 10px;
}
@media (min-width: 1024px) {
  footer#footer.container-block .b-payments-icons {
    float: right;
  }
}
footer#footer.container-block .footer-bottom {
  background: #fff;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
@media (min-width: 990px) {
  footer#footer.container-block .footer-bottom {
    margin-bottom: 40px;
  }
}
footer#footer.container-block .footer-bottom #copyright {
  background: none;
}
footer#footer.container-block .footer-bottom #copyright #system-credits a {
  color: #8da700;
  cursor: pointer;
}
footer#footer.container-block .footer-bottom #copyright #system-credits a:hover {
  color: #5a9d00;
}
footer {
  position: relative;
}
footer .b-supportbox {
  padding: 5px 15px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 501;
  margin-left: -240px;
  width: 480px;
  height: 35px;
  border: 1px solid #5a9d00;
  background: rgba(90,157,0,0.9);
  cursor: pointer !important;
  -moz-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer .b-supportbox {
    margin: 0;
    left: 15px;
  }
}
footer .b-supportbox-title {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
  display: block !important;
  padding: 0 15px;
}
footer .b-supportbox a.toggle-supportbox {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .b-supportbox a.toggle-supportbox:before,
footer .b-supportbox a.toggle-supportbox:after {
  height: 0;
}
footer .b-supportbox > div {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
footer .b-supportbox > div .fa {
  color: #fff;
}
footer .b-supportbox > div a {
  display: block;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #fff;
}
footer .b-supportbox > div a:hover {
  color: #8da700;
}
footer .b-supportbox > div a:hover .fa {
  color: #8da700;
}
footer .b-supportbox.active {
  height: 25px;
  height: 95px;
}
footer .b-supportbox.active > div {
  display: block;
}
footer .b-supportbox.active a.toggle-supportbox {
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer !important;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
footer .b-supportbox.active a.toggle-supportbox:before,
footer .b-supportbox.active a.toggle-supportbox:after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .b-supportbox.active a.toggle-supportbox:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .back-to-top {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 110px;
  background: rgba(0,0,0,0.7);
  cursor: pointer;
  opacity: 0;
}
footer .back-to-top:before {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7px;
}
footer .back-to-top:hover {
  background: #5a9d00;
}
footer#footer.container-block .b-footer-menu .box-custom {
  margin-bottom: 0;
}
#footer a.btn {
  padding: 5px 10px !important;
}
#footer a.btn:hover {
  border-color: #5a9d00 !important;
}
#footer a.btn:active {
  border-color: #5a9d00 !important;
}
#footer a.btn.btn-warning:hover {
  background: #fff;
  color: #5a9d00 !important;
  border-color: #5a9d00 !important;
}
.loaderArea {
  background: #ECF0F1;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
}
.load hr {
  border: 0;
  margin: 0;
  width: 10%;
  height: 10%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.load :first-child {
  background: #8da700;
  animation-delay: -1.5s;
}
.load :nth-child(2) {
  background: #5a9d00;
  animation-delay: -1s;
}
.load :nth-child(3) {
  background: #c2d080;
  animation-delay: -0.5s;
}
.load :last-child {
  background: #e6ecca;
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%,160%);
  }
  75% {
    transform: translate(0,160%);
  }
}
.jumbotron {
  border-radius: 0 !important;
  margin-bottom: 15px;
}
.jumbotron a {
  text-decoration: none !important;
  background: #5a9d00;
  color: #fff;
}
.jumbotron a:hover {
  background: #fff;
  color: #5a9d00;
}
b,
strong {
  font-weight: 600;
}
.text-success {
  color: #5a9d00;
}
.text-muted {
  color: #797979;
}
.text-warning {
  color: #8da700;
}
.table-bordered {
  border: 1px solid transparent;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
}
.form-control {
  margin-right: 5px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-horizontal .control-label {
  line-height: 28px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #5a9d00;
  color: #fff;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 1px 0 0;
  background: none !important;
}
#navs .nav-tabs li {
  margin: 0 5px -1px 0;
  border-radius: 0;
  border: 1px solid #ddd;
  background: #fff;
}
#navs .nav-tabs li a {
  font-weight: 400;
  background: none;
  border: none !important;
  border-radius: 0;
}
#navs .nav-tabs li.active {
  color: #5a9d00;
  border-radius: 0;
  border-bottom: none;
  border-top: 2px solid #8da700;
}
#navs .nav-tabs li.active a {
  font-weight: 400;
  color: #5a9d00;
}
ul.pagination li a {
  color: #5a9d00;
  text-decoration: none !important;
}
ul.pagination li a:hover {
  color: #fff !important;
  background: #5a9d00;
  border: 1px solid #5a9d00;
}
ul.pagination>li:first-child > a,
ul.pagination>li:first-child > span {
  border-radius: 0 !important;
}
ul.pagination>li:last-child > a,
ul.pagination>li:last-child > span {
  border-radius: 0 !important;
}
ul.pager li > a,
ul.pager li > span {
  border-radius: 0;
}
ul.pager li > a:hover,
ul.pager li > span:hover {
  color: #fff;
  background: #5a9d00;
}
.nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar {
  background: #8da700;
}
.navbar a {
  color: #fff;
  text-decoration: none !important;
}
.navbar.navbar-inverse {
  background: #fff;
}
.navbar.navbar-inverse a {
  color: #5a9d00 !important;
}
.navbar.navbar-inverse li a {
  color: #5a9d00 !important;
}
.navbar.navbar-inverse li a:hover {
  color: #8da700 !important;
  background: none;
}
.navbar.navbar-inverse li.active {
  background: #8da700;
}
.navbar.navbar-inverse li.active a {
  background: none;
  color: #fff !important;
}
.navbar-text {
  color: #fff;
}
.label {
  border-radius: 0 !important;
}
.label.label-success {
  background: #5a9d00;
}
.label.label-warning {
  background: #a94442;
}
.label.label-danger {
  background: red;
}
.label.label-info {
  background: #8da700;
}
.progress {
  color: #fff;
  border-radius: 0;
}
.progress .progress-bar {
  background: #5a9d00;
}
.progress .progress-bar-success {
  background: #5a9d00;
}
.progress .progress-bar-info {
  background: #ffd311;
}
.progress .progress-bar-warning {
  background: #a94442;
}
.progress .progress-bar-danger {
  background: red;
}
.input-group-addon {
  border-radius: 0;
}
.image-box:before {
  display: none !important;
}
.nav-pills li a {
  border-radius: 0 !important;
}
.nav-pills > li.active > a {
  background: #5a9d00;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #fff;
  color: #5a9d00;
  -webkit-box-shadow: 0 0 0 1px #5a9d00;
  -moz-box-shadow: 0 0 0 1px #5a9d00;
  box-shadow: 0 0 0 1px #5a9d00;
}
.badge {
  vertical-align: middle;
}
.panel-heading {
  border-radius: 0;
}
.dropdown .dropdown-header {
  color: #5a9d00;
  font-size: 14px;
}
.dropdown .disabled a {
  color: #cfcfcf !important;
}
.panel {
  margin-bottom: 15px;
}
header.fixed-navbar.affix {
  transition-timing-function: linear;
  transition: top 0.3s;
  top: 0;
  width: 100%;
  z-index: 20;
  left: 0;
}
header.fixed-navbar.do-affix {
  top: -20px;
  z-index: 140;
}
header.fixed-navbar.do-affix.affix {
  top: 0;
  background: #fff;
}
header.fixed-navbar.affix {
  transition: top 0.15s;
}
header.fixed-navbar.affix #evo-main-nav {
  background-color: #8da700;
}
.blur-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  opacity: 0.4;
  background: #0b0b0b;
  display: none;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
#product-configurator {
  overflow: hidden;
}
.text-container ul {
  list-style-type: inherit;
  margin: inherit;
  padding: 5px 0 5px 40px;
}
.btn {
  position: relative;
  background: #fff;
  color: #5a9d00;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #5a9d00;
  border-radius: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn.btn-group-justified {
  display: table !important;
  width: 100% !important;
}
.btn .fa {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn:hover,
.btn:focus,
.btn.active {
  color: #fff !important;
  background: #5a9d00;
  text-decoration: none;
}
.btn:hover .fa,
.btn:focus .fa,
.btn.active .fa {
  color: #fff;
}
.btn.btn-brown {
  color: #fff;
  background: #6d604c;
  border: 2px solid #6d604c;
  outline: none;
  letter-spacing: 2px;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.btn.btn-brown .fa {
  margin-left: 5px;
  color: #fff;
}
.btn.btn-brown:hover {
  background: #fff;
  color: #8da700 !important;
  border-color: #8da700;
}
.btn.btn-brown:hover .fa {
  color: #8da700 !important;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.active {
  color: #fff;
  background: #5a9d00;
  text-decoration: none;
}
.btn.btn-secondary:hover .fa,
.btn.btn-secondary:focus .fa,
.btn.btn-secondary.active .fa {
  color: #fff;
}
.btn.btn-success {
  background: #5a9d00;
  color: #fff;
}
.btn.btn-warning {
  background: #fff;
  color: #a94442;
}
.btn.btn-warning:hover {
  background: #a94442;
  color: #fff;
  border-color: #a94442;
}
.btn.btn-info {
  color: #ffd311;
  background: #fff;
}
.btn.btn-info:hover {
  background: #ffd311;
  color: #fff;
  border-color: #ffd311;
}
.btn.btn-checkout:hover {
  color: #fff;
  text-decoration: none;
}
.btn.btn-basket {
  background: #8da700 !important;
  color: #fff;
}
.btn.btn-basket:hover {
  background: #5a9d00 !important;
  border-color: #5a9d00;
  color: #fff;
}
.btn.btn-danger {
  color: red;
}
.btn.btn-danger:hover {
  background: red;
  color: #fff;
  border-color: red;
}
.btn.navbar-btn {
  color: #5a9d00;
}
.btn.navbar-btn:hover {
  color: #fff;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-primary {
  border-color: #5a9d00 !important;
}
@media (min-width: 1025px) {
  .btn-primary:hover {
    border-color: #8da700 !important;
  }
}
.jumbotron a:hover {
  background: #fff;
  color: #5a9d00 !important;
}
.slick-arrow {
  width: 40px;
  height: 30px;
  margin-top: 0;
  cursor: pointer;
  background: #fff;
  color: #5a9d00;
  border: 1px solid #5a9d00 !important;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  border: none;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
.slick-arrow.prev {
  margin-left: -50px;
}
.slick-arrow.next {
  margin-left: 10px;
}
.slick-arrow:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slick-arrow:hover {
  background: #5a9d00;
  color: #fff;
}
.slider-prev,
.slider-next {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  cursor: pointer;
  padding: 0 5px;
}
.slider-prev:before,
.slider-prev:before,
.slider-next:before,
.slider-next:before {
  font-family: FontAwesome;
  color: #444;
  display: block;
  line-height: 30px;
}
.slider-prev:hover:before,
.slider-next:hover:before {
  color: #5a9d00;
}
.slider-prev:before {
  content: "\f104";
}
.slider-prev {
  padding-left: 30px;
}
.slider-next {
  padding-right: 30px;
}
.trenner {
  border-right: 1px solid #ddd;
  height: 30px;
  width: 0;
  margin: 0 10px 0 10px;
}
.umschaltung {
  margin: 10px 0;
  height: 30px;
}
.slider-next:before {
  content: "\f105";
}
.slider-arrow,
.trenner {
  float: left;
}
.umschaltwrapper {
  display: table;
  margin: auto;
}
.owl-carousel {
  display: none;
}
.owl-carousel .owl-item img.overlay-img {
  width: auto !important;
  max-width: 45px !important;
  left: 0;
  top: 0;
}
.owl-carousel.owl-loaded {
  display: block;
}
.b-hover-in img {
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
.b-hover-in:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
img.img-hover-in {
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
img.img-hover-in:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#product-tabs .container {
  margin-top: 0 !important;
}
#product-tabs .nav-tabs {
  display: table;
  margin: 15px auto !important;
  border-bottom: 0;
}
#product-tabs .nav-tabs > li > a {
  display: block;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 0;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #5a9d00;
  background: none;
}
#product-tabs .nav-tabs > li > a:hover,
#product-tabs .nav-tabs > li > a:focus {
  border: 0;
  background: none;
  color: #2d2a2a;
}
#product-tabs .nav-tabs > li.active > a,
#product-tabs .nav-tabs > li.active > a:hover,
#product-tabs .nav-tabs > li.active > a:focus {
  border: 0;
  color: #2d2a2a;
  background: none;
  font-weight: 600;
}
.tab-content > .tab-pane.active-tab {
  display: block;
  visibility: visible;
}
.tab-content > .tab-pane ul {
  list-style: disc;
  margin-left: 20px;
}
.tab-item {
  display: none;
}
.tab-item .input-group .btn {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .tab-item .input-group {
    display: block;
    width: 290px;
    margin-right: 0 !important;
  }
  .tab-item .input-group .btn {
    margin-top: 5px !important;
  }
}
.tab-pane {
  border: 0;
  padding-left: 0;
}
.tabs__border {
  position: absolute;
  width: 100px;
  left: 0;
  top: -16px;
  border-bottom: solid 3px #5a9d00;
}
@media (max-width: 767px) {
  .tabs__border {
    display: none;
  }
}
#product-tabs {
  border-top: solid 1px #e9e9e9;
}
.promo5 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.promo5 .full {
  height: 100%;
}
.promo5 .category-image {
  display: block;
  overflow: hidden;
  height: 100%;
}
.promo5 .category-image img {
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
.promo5 .category-image:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.promo5 .category-title {
  position: absolute;
  display: table;
  margin: 0;
  right: 0;
  padding: 5px 15px;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
}
@media (max-width: 380px) {
  .promo5 .category-title {
    font-size: 14px;
  }
}
.promo5__item {
  position: relative;
  width: 25%;
  padding-right: 8px;
}
.promo5__item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .promo5__item {
    width: 50%;
    padding-right: 0;
  }
  .promo5__item:nth-child(odd) {
    padding-right: 3px;
  }
  .promo5__item:nth-child(even) {
    padding-left: 3px;
  }
}
.promo5-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.promo5-inner__item {
  position: relative;
  width: 100%;
}
.promo5-inner__item:first-child {
  align-self: flex-start;
}
.promo5-inner__item:last-child {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .promo5-inner__item:first-child {
    align-self: stretch;
  }
  .promo5-inner__item:last-child {
    align-self: stretch;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-600.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-700.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff2') format('woff2'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff') format('woff'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.ttf') format('truetype'), url('../../fonts/open-sans-v15-latin/open-sans-v15-latin-800.svg#OpenSans') format('svg');
}
body,
html {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #5a9d00;
  font-weight: 400 !important;
  margin: 25px auto 15px;
  padding: 0;
}
h1,
.h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 18px;
  }
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  legend {
    font-size: 16px;
    margin-top: 5px;
  }
}
.templater h1 {
  margin: 0.4em 0 !important;
}
.templater p {
  margin: 1em 0;
}
.b-header-top {
  position: relative;
  border-top: 1px solid #5a9d00;
  border-bottom: 1px solid #5a9d00;
}
.b-header-top .rows {
  margin: 0;
}
.b-header-top .rows>div {
  padding: 10px 0;
}
.b-header-top .fa {
  color: #8da700;
  margin-right: 5px;
  font-size: 21px;
  vertical-align: middle;
  margin-top: -3px;
}
.b-header-top .fa-phone {
  margin-right: 10px;
}
.b-header-top .fa-clock-o {
  margin-right: 8px;
}
.b-header-top span {
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .b-header-top .headpros span {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .b-header-top .headpros {
    display: none;
  }
}
@media (max-width: 1200px) {
  .b-header-top .rows {
    margin: 0 -15px;
  }
  .b-header-top .rows > div {
    padding: 10px;
    border-left: none;
    border-right: none;
  }
  .b-header-top:before {
    background: none;
  }
}
@media (max-width: 990px) {
  .b-header-top .rows {
    text-align: center;
  }
  .b-header-top .rows > div {
    padding: 10px 10px 5px 10px;
  }
}
.b-header-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.headpros {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.headpros > div {
  margin-right: 20px !important;
  line-height: 24px;
}
.header-top-separator {
  height: 1px;
  width: 100%;
  background: #ccc;
  padding: 0;
  margin: -11px 0 0;
}
.b-header-account {
  float: right;
  z-index: 13;
}
.b-header-account .user-link {
  background: #5a9d00;
  padding: 13px 5px 15px 10px;
  color: #fff;
  line-height: 25px;
}
.b-header-account .user-link:hover {
  background: #8da700;
  color: #fff;
}
.b-header-account .user-link:focus {
  color: #fff !important;
}
.b-header-account .user-link .fa {
  color: #fff;
  margin-top: 0;
}
.b-header-account>a {
  line-height: 20px;
}
.b-header-account>a .fa {
  font-size: 20px;
  vertical-align: middle;
}
.b-header-account>a .fa.fa-angle-up {
  display: none;
}
.b-header-account>a:focus {
  color: #8da700 !important;
}
.b-header-account a {
  color: #8da700;
  text-decoration: none !important;
}
.b-header-account #login-dropdown {
  top: 42px;
  right: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 300px;
  height: 0;
  display: block;
  overflow: hidden;
}
.b-header-account #login-dropdown #quick-login {
  margin-top: 15px;
}
.b-header-account #login-dropdown li {
  margin-left: 0;
}
.b-header-account #login-dropdown.login-menu .hello {
  padding: 8px 20px !important;
  width: 100% !important;
}
.b-header-account.open .fa-angle-up {
  display: inline-block !important;
}
.b-header-account.open .fa-angle-down {
  display: none;
}
.b-header-account.open #login-dropdown {
  opacity: 1;
  height: auto;
}
.b-header-account.open #login-dropdown.login-menu {
  height: auto !important;
}
.headservice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.headservice >div {
  margin-right: 20px;
}
.headservice >div.accountblock {
  margin-right: 0;
}
.headservice ul#login-dropdown li {
  border-bottom: 1px solid #dfdfdf;
  min-height: 35px;
}
.headservice ul#login-dropdown li:last-child {
  border-bottom: none;
}
.headservice ul#login-dropdown li a {
  color: #8da700;
  text-transform: none;
  font-size: 13px;
  border: none;
}
.headservice ul#login-dropdown li a:hover {
  color: #fff;
  padding-left: 25px;
}
.headservice ul#login-dropdown li a:hover .fa {
  color: #fff;
}
.headservice ul#login-dropdown li.b-login {
  position: relative;
}
.headservice ul#login-dropdown li.b-login .hello {
  padding: 8px 0 8px 20px;
  display: inline-block;
  line-height: 15px;
  font-size: 13px;
  width: 60%;
}
.headservice ul#login-dropdown li.b-login .hellotext {
  padding: 10px 8px 10px 20px;
  line-height: 15px;
  font-size: 13px;
  float: left;
}
.headservice ul#login-dropdown li.b-login a {
  text-align: right;
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 34px;
}
.headservice ul#login-dropdown li.b-login a:hover {
  padding-left: 20px;
}
.headservice ul#login-dropdown li.b-login a .fa {
  margin-left: 10px;
}
.headservice ul#login-dropdown li.b-login.authorizationen span {
  display: block;
  padding: 7px 17px;
}
@media (max-width: 990px) {
  .headpros {
    display: none;
  }
  .headservice {
    width: 100%;
    justify-content: center;
  }
}
.kopflinks a {
  line-height: 25px;
}
.kopflinks a:hover {
  text-decoration: none;
}
.kopflinks .fa-comments-o {
  margin-top: -3px;
}
@media (max-width: 1024px) {
  header .category-nav {
    display: none;
  }
  header .nav-toggle,
  header .mobile-menu-bg,
  header .b-mob-menu,
  header .nav-main-fix {
    display: block !important;
  }
}
.b-breadcrumb {
  background: #f0f0f0;
  margin-bottom: 16px;
}
.b-breadcrumb .container {
  margin: 0 auto !important;
}
#breadcrumb {
  border: none !important;
  margin: 0 !important;
  padding: 10px 0 !important;
}
#breadcrumb li {
  line-height: 100%;
  font-size: 13px;
  color: #8da700;
}
#breadcrumb li:before {
  content: '/';
  padding: 0 12px;
}
#breadcrumb li:first-child:before {
  content: none;
}
#breadcrumb li a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  line-height: 100%;
}
#breadcrumb li a:hover {
  color: #5a9d00;
}
.b-bigslider {
  padding: 0 !important;
  background: none !important;
  position: relative;
}
.b-bigslider.col-md-12 {
  padding-left: 0 !important;
}
.b-bigslider .nivoSlider {
  margin-bottom: 0;
}
.b-bigslider .nivoSlider img.nivo-main-image {
  width: 100% !important;
  height: auto !important;
}
.b-bigslider .nivo-caption {
  display: none !important;
}
.b-bigslider .nivo-directionNav {
  position: absolute;
  top: 48%;
  width: 100%;
}
.b-bigslider .nivo-directionNav .nivo-prevNav,
.b-bigslider .nivo-directionNav .nivo-nextNav {
  color: #8da700;
  width: auto;
  height: auto;
  position: absolute;
  left: 15px;
  line-height: 0;
  font-size: 20px;
  background: none !important;
  border-radius: 50% !important;
  text-indent: 0;
  opacity: 1 !important;
  content: '' !important;
}
.b-bigslider .nivo-directionNav .nivo-prevNav span,
.b-bigslider .nivo-directionNav .nivo-nextNav span {
  display: none;
}
.b-bigslider .nivo-directionNav .nivo-prevNav:hover,
.b-bigslider .nivo-directionNav .nivo-nextNav:hover {
  opacity: 0.7;
  text-decoration: none !important;
  color: #5a9d00;
}
.b-bigslider .nivo-directionNav .nivo-prevNav:before,
.b-bigslider .nivo-directionNav .nivo-nextNav:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  opacity: 1 !important;
  padding: 8px;
  border-radius: 50px;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.31);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.31);
}
.b-bigslider .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
.b-bigslider .nivo-directionNav .nivo-nextNav:before {
  content: "\f105";
  padding-left: 16px;
  padding-right: 14px;
}
.b-bigslider .nivo-directionNav .nivo-prevNav {
  right: auto;
  left: 50px;
}
.b-bigslider .nivo-directionNav .nivo-prevNav:before {
  content: "\f104";
  padding-left: 14px;
  padding-right: 16px;
}
.b-bigslider .nivo-controlNav {
  bottom: -25px;
  text-align: center;
  left: 0;
  right: 0;
}
.b-bigslider-category {
  padding: 15px 0 0 15px;
  display: none;
}
.b-bigslider-category ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b-bigslider-category ul li {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  overflow: hidden;
}
.b-bigslider-category ul li img {
  width: 100%;
}
.b-bigslider-category ul li:last-child {
  margin-bottom: 0;
}
#content .b-bigslider .nivoSlider img.nivo-main-image {
  width: 100%;
  height: auto;
}
#content .b-bigslider-category {
  display: block;
}
.b-carousel .b-item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.b-carousel .b-item .product-cell {
  padding: 5px;
  border: 1px solid #ccc;
}
.b-carousel .b-item:last-child {
  border-right: 1px solid #ccc;
}
.b-carousel .b-item-status {
  position: absolute;
  top: 10px;
  right: 10px;
}
.b-carousel .b-item-status > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 0;
}
.b-carousel .b-item-status > span .new {
  background: #8da700;
}
.b-carousel .b-item-status > span .top {
  background: red;
}
.b-carousel .b-item-status > span.active {
  opacity: 1;
}
.b-carousel .b-item-img {
  overflow: hidden;
  width: 100%;
}
.b-carousel .b-item-img img {
  width: 100%;
}
.b-carousel .b-item-img img.overlay-img {
  width: auto;
}
.b-carousel .b-item-category {
  margin-top: 15px;
}
.b-carousel .b-item h4.b-item-productname {
  margin-top: 10px;
  font-weight: 400;
}
.b-carousel .b-item h4.b-item-productname a {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
.b-carousel .b-item h4.b-item-productname a:hover {
  color: #5a9d00;
}
.b-carousel .b-item-price {
  margin-top: 10px;
  color: #5a9d00;
  font-weight: 400;
}
.b-carousel .b-item-price .new-price {
  color: #5a9d00;
  margin-right: 10px;
  font-weight: 400;
}
.b-carousel .b-item-price .old-price {
  text-decoration: line-through;
  color: #ccc;
  font-weight: 400;
}
.b-carousel .b-item-stars {
  display: none;
}
.b-carousel .b-item:last-child {
  margin-right: 0;
}
aside#sidepanel_left .box-slider h5 {
  text-align: center;
}
aside#sidepanel_left .b-carousel .b-item {
  padding: 0 !important;
  width: 100%;
}
.starttabs {
  position: relative;
  -moz-transition: linear 2s;
  -o-transition: linear 2s;
  -webkit-transition: linear 2s;
  transition: linear 2s;
}
.starttabs-loader {
  background: #fff;
  position: absolute;
  top: 70px;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.starttabs-loader.active {
  opacity: 1;
  display: block;
  z-index: 10;
}
.starttabs .tab-pane {
  border: none;
  padding: 0;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
.starttabs .panel {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
.starttabs .panel .panel-body {
  padding: 0;
}
.starttabs ul.nav.nav-tabs {
  text-align: center;
  border-bottom: none;
}
.starttabs ul.nav.nav-tabs li {
  display: inline-block;
  float: none;
  border-radius: 5px 5px 0 0;
  border: none;
  margin: 0 5px;
}
.starttabs ul.nav.nav-tabs li a {
  background: none;
  border: none;
  color: #8da700;
  font-weight: normal;
  font-size: 21px;
}
.starttabs ul.nav.nav-tabs li:hover,
.starttabs ul.nav.nav-tabs li.active {
  border: none;
  background: #fff;
}
.starttabs ul.nav.nav-tabs li:hover a,
.starttabs ul.nav.nav-tabs li.active a {
  color: #5a9d00;
}
.starttabs ul.nav.nav-tabs li.active a {
  font-weight: normal;
}
@media (max-width: 767px) {
  .starttabs ul.nav.nav-tabs li.active {
    display: none;
  }
}
.starttabs .image-box img {
  max-width: 100%;
  height: auto;
}
.tabwrapper {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.b-carousel .umschaltung {
  display: table;
  margin: 5px auto;
}
.b-carousel .owl-carousel.owl-loaded {
  width: 100.1%;
}
.b-carousel .slider-prev {
  padding-right: 15px;
}
.b-carousel .slider-next {
  border-left: 1px solid #ddd;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .custom-tabs__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom-tabs {
    position: relative;
  }
  .custom-tabs__title {
    position: relative;
    background: #5a9d00;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .custom-tabs__title i {
    position: absolute;
    right: 15px;
    top: 17px;
    font-weight: bold;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  .custom-tabs ul.nav.nav-tabs {
    margin-top: 0 !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 66px;
    z-index: 5;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  .custom-tabs ul.nav.nav-tabs li {
    display: block;
    float: none;
    border-bottom: 1px solid #dadada;
    margin: 0;
  }
  .custom-tabs ul.nav.nav-tabs li a {
    font-size: 16px;
    padding: 12px !important;
    text-align: left;
  }
  .custom-tabs ul.nav.nav-tabs li:hover,
  .custom-tabs ul.nav.nav-tabs li.active {
    border-bottom: 1px solid #dadada;
  }
  .custom-tabs_detail {
    margin-top: 10px;
  }
  .custom-tabs_detail ul.nav.nav-tabs {
    top: 34px;
  }
  .custom-tabs.open ul.nav.nav-tabs {
    opacity: 1;
    visibility: visible;
  }
  .custom-tabs.open .custom-tabs__title i {
    transform: rotate(180deg);
  }
  .custom-tabs .b-carousel {
    position: relative;
  }
  .custom-tabs .b-carousel .umschaltung {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 100%;
  }
  .custom-tabs .b-carousel .slider-arrow {
    position: absolute;
    font-size: 24px;
    background: rgba(200,200,200,0.1);
    padding: 2px 10px;
    height: auto;
    line-height: 17px;
    box-shadow: 0 0 5px rgba(0,0,0,0.17);
  }
  .custom-tabs .b-carousel .slider-prev {
    left: 10px;
  }
  .custom-tabs .b-carousel .slider-next {
    right: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .custom-tabs ul.nav.nav-tabs li.active {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .custom-tabs .b-carousel .slider-arrow {
    background: #c8c8c8;
  }
}
.b-news {
  border: none;
  padding: 0;
}
.b-news-title {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
}
.b-news-item {
  padding-bottom: 10px;
}
.b-news-item-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.b-news-item-date {
  text-align: center;
  color: #999;
  margin-bottom: 10px;
  font-size: 12px;
}
.b-news-item-date a {
  color: #5a9d00;
}
.b-news-item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.b-news-item h3 a {
  font-size: 20px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .b-news-item h3 a {
    font-size: 16px;
  }
}
.b-news-item-desc {
  text-align: center;
}
.b-news-item-desc p {
  color: #999;
  line-height: 25px;
  padding: 0 10px;
}
.b-news-item .btns {
  text-align: center;
  margin-top: 20px;
}
.b-news-item .btns .btn {
  padding-right: 20px;
  letter-spacing: 0.1em;
  border: none;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #5a9d00;
}
.b-news-item .btns i {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .b-news-item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
  }
}
@media (max-width: 767px) and (min-width: 690px) {
  .b-news .col-xs-6 {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  .b-news .col-xs-6 {
    width: 100%;
  }
}
.masonry-news__item {
  position: relative;
  width: 31%;
  margin: 0 1%;
  float: left;
}
@media (max-width: 768px) {
  .masonry-news__item {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .masonry-news__item {
    width: 100%;
    margin: 0;
  }
}
.masonry-news__item .panel {
  margin-bottom: 20px;
  border: none !important;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  -webkit-transition: box-shadow .6s ease;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
}
.masonry-news__item .panel:hover {
  box-shadow: 0 0 7px 3px rgba(0,0,0,0.15) !important;
}
.masonry-news__img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}
.masonry-news__img img {
  transition: all .2s ease-in-out;
}
@media (min-width: 1024px) {
  .masonry-news__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
}
@media (min-width: 1024px) {
  .masonry-news__img:hover:after {
    opacity: 1;
  }
  .masonry-news__img:hover img {
    transform: scale(1.1);
  }
  .masonry-news__img:hover .masonry-news__date {
    opacity: 1;
  }
}
.masonry-news__title {
  text-align: center;
  padding: 15px;
}
.masonry-news__title a {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
.masonry-news__title a:hover {
  text-decoration: none;
}
.masonry-news__comments {
  text-align: center;
  padding-bottom: 15px;
}
.masonry-news__comments .fa {
  position: relative;
  font-size: 32px;
  text-align: center;
}
.masonry-news__comments .fa .comments-count {
  position: absolute;
  top: 5px;
  left: 8px;
  color: #fff;
  font-size: 16px;
}
.masonry-news__date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  z-index: 15;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #909090;
  border-radius: 90%;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .masonry-news__date {
    opacity: 1;
  }
}
.masonry-news__description {
  text-align: center;
  padding: 0 15px 15px;
  font-size: 13px;
  color: #777777;
}
.masonry-news__more {
  text-align: center;
  padding-bottom: 15px;
}
.b-news {
  border: none;
  padding: 0;
}
.b-news-title {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
}
.b-news-item {
  padding-bottom: 10px;
}
.b-news-item-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.b-news-item-date {
  text-align: center;
  color: #999;
  margin-bottom: 10px;
  font-size: 12px;
}
.b-news-item-date a {
  color: #5a9d00;
}
.b-news-item h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.b-news-item h3 a {
  font-size: 20px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .b-news-item h3 a {
    font-size: 16px;
  }
}
.b-news-item-desc {
  text-align: center;
}
.b-news-item-desc p {
  color: #999;
  line-height: 25px;
  padding: 0 10px;
}
.b-news-item .btns {
  text-align: center;
  margin-top: 20px;
}
.b-news-item .btns .btn {
  padding-right: 20px;
  letter-spacing: 0.1em;
  border: none;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #5a9d00;
}
.b-news-item .btns i {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .b-news-item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
  }
}
@media (max-width: 767px) and (min-width: 690px) {
  .b-news .col-xs-6 {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  .b-news .col-xs-6 {
    width: 100%;
  }
}
.masonry-news__item {
  position: relative;
  width: 31%;
  margin: 0 1%;
  float: left;
}
@media (max-width: 768px) {
  .masonry-news__item {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .masonry-news__item {
    width: 100%;
    margin: 0;
  }
}
.masonry-news__item .panel {
  margin-bottom: 20px;
  border: none !important;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1) !important;
  -webkit-transition: box-shadow .6s ease;
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease;
}
.masonry-news__item .panel:hover {
  box-shadow: 0 0 7px 3px rgba(0,0,0,0.15) !important;
}
.masonry-news__img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}
.masonry-news__img img {
  transition: all .2s ease-in-out;
}
@media (min-width: 1024px) {
  .masonry-news__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
}
@media (min-width: 1024px) {
  .masonry-news__img:hover:after {
    opacity: 1;
  }
  .masonry-news__img:hover img {
    transform: scale(1.1);
  }
  .masonry-news__img:hover .masonry-news__date {
    opacity: 1;
  }
}
.masonry-news__title {
  text-align: center;
  padding: 15px;
}
.masonry-news__title a {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
.masonry-news__title a:hover {
  text-decoration: none;
}
.masonry-news__comments {
  text-align: center;
  padding-bottom: 15px;
}
.masonry-news__comments .fa {
  position: relative;
  font-size: 32px;
  text-align: center;
}
.masonry-news__comments .fa .comments-count {
  position: absolute;
  top: 5px;
  left: 8px;
  color: #fff;
  font-size: 16px;
}
.masonry-news__date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  z-index: 15;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #909090;
  border-radius: 90%;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .masonry-news__date {
    opacity: 1;
  }
}
.masonry-news__description {
  text-align: center;
  padding: 0 15px 15px;
  font-size: 13px;
  color: #777777;
}
.masonry-news__more {
  text-align: center;
  padding-bottom: 15px;
}
.b-topbanner .owl-carousel {
  display: block;
}
.b-topbanner-img {
  z-index: 1;
  overflow: hidden;
}
.b-topbanner h3 {
  text-align: center;
  color: #5a9d00;
}
.b-topbanner ul {
  padding: 0;
  margin: 0 -15px;
  margin: 0 -5px;
  padding-top: 50px;
}
.b-topbanner ul li {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
}
.b-topbanner ul li .b-topbanner-img {
  overflow: hidden;
}
.b-topbanner ul li .b-topbanner-img img {
  width: 100%;
  height: auto;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}
.b-topbanner ul li:hover .b-topbanner-img img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-box {
  width: 90%;
  padding: 10px;
  display: table;
  margin: auto;
  margin-top: -40px;
  background: #fff;
  display: block;
  z-index: 2;
  position: relative;
  opacity: 0.98;
}
.banner-box .btn {
  padding-right: 20px;
  letter-spacing: 0.1em;
  border: none;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #5a9d00;
}
.banner-box-inner {
  margin: 10px 0;
}
.b-support-product {
  position: relative;
  z-index: 5;
  margin-top: -150px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.b-support-product ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.b-support-product ul li {
  display: inline-block;
  overflow: hidden;
  height: 240px;
  margin-right: 15px;
  border: 1px solid #ccc;
  background: transparent;
}
.b-support-product ul li .b-slidersupport-title {
  background: #8da700;
  color: #fff;
  text-align: center;
  padding: 10px;
  min-height: 30px;
  -moz-transition: linear 0.6s;
  -o-transition: linear 0.6s;
  -webkit-transition: linear 0.6s;
  transition: linear 0.6s;
  position: relative;
  z-index: 10;
}
.b-support-product ul li .b-slidersupport-title span {
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
@media (max-width: 768px) {
  .b-support-product ul li .b-slidersupport-title span {
    font-size: 12px;
  }
}
.b-support-product ul li .b-slidersupport-title-text {
  display: none;
}
.b-support-product ul li .slider-support {
  height: 210px;
  overflow: hidden;
}
.b-support-product ul li .b-prod-title-text {
  display: none;
}
.b-support-product ul li:last-child {
  margin-right: 0;
}
#sidepanel_left .b-carousel .owl-carousel.owl-loaded {
  float: none;
}
#sidepanel_left .box-manufacturers .dropdown-toggle,
#sidepanel_left .box-manufacturers .dropdown-menu {
  width: 100% !important;
}
#sidepanel_left .box-manufacturers .dropdown-menu > li > a {
  padding: 8px 10px !important;
}
#sidepanel_left .panel-heading h5 {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
#sidepanel_left #priceSlider {
  margin-top: 10px;
  background: #999;
  border-radius: 0;
}
#sidepanel_left #priceSlider .noUi-handle {
  background: #fff;
  border-radius: 50%;
  border: 4px solid #5a9d00;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
#sidepanel_left #priceSlider .noUi-handle:before,
#sidepanel_left #priceSlider .noUi-handle:after {
  background: none;
}
#sidepanel_left #priceSlider .noUi-origin {
  background: #999;
  border-radius: 0;
}
#sidepanel_left ul li a {
  padding: 8px 0 !important;
  color: #8da700;
}
@media (max-width: 1024px) {
  #sidepanel_left ul li a {
    padding: 3px 0 !important;
  }
}
#sidepanel_left ul li a:hover {
  color: #999;
}
#sidepanel_left ul li a .badge {
  background: none;
  color: #000;
  font-weight: normal;
  padding-right: 0;
  font-size: 14px;
}
#sidepanel_left ul li a .badge:before {
  content: '(';
}
#sidepanel_left ul li a .badge:after {
  content: ')';
}
#sidepanel_left ul li.active > a {
  font-weight: 600;
}
#sidepanel_left ul li .label.label-info {
  background: none;
  color: #444;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
  position: relative;
}
#sidepanel_left ul li .label.label-info:after {
  content: '-';
  right: 3px;
  position: absolute;
}
#sidepanel_left ul li .label.label-info:last-child:after {
  content: '';
}
#sidepanel_left ul:hover {
  text-decoration: none;
}
#sidepanel_left ul:hover a,
#sidepanel_left ul:hover span {
  text-decoration: none;
}
#sidepanel_left .box-heading .fa {
  line-height: 28px;
}
#sidepanel_left .expandable {
  display: none !important;
}
#result-options .btn-group {
  vertical-align: middle;
}
#result-options .btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0;
  color: #606060;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
#result-options .btn:first-child {
  margin-right: 5px;
}
#result-options .btn:hover {
  background: #5a9d00;
  color: #fff;
  text-decoration: none;
}
#result-options .btn:focus {
  border-color: #5a9d00;
  background: #fff;
  color: #999 !important;
}
#result-options .btn.active {
  background: #5a9d00;
  color: #fff;
  border-color: #5a9d00;
}
#filter-collapsible .panel {
  border-radius: 0;
}
.priceinnerblock-table {
  display: table;
}
.priceinnerblock-table .price_wrapper,
.priceinnerblock-table .manfakblock {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .priceinnerblock-table .price_wrapper {
    width: 65%;
    text-align: left;
  }
  .priceinnerblock-table .manfakblock {
    width: 35%;
  }
}
#navbar-filter ul li a .badge {
  background: none;
  color: #000;
  font-weight: normal;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
#navbar-filter ul li a .badge:before {
  content: '(';
}
#navbar-filter ul li a .badge:after {
  content: ')';
}
#navbar-filter ul li a:hover {
  color: #5a9d00;
  background: none;
  border-color: #5a9d00;
}
.list-pageinfo.top10 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .list-pageinfo.top10 {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .active-filters .panel-body {
    text-align: center;
  }
}
.active-filters a:hover {
  color: #fff !important;
}
.product-wrapper {
  margin-bottom: 10px;
  border: none !important;
}
.product-wrapper .product-cell {
  border: 1px solid #ccc;
  border-radius: 0;
  padding-bottom: 13px;
}
.product-wrapper .product-cell .mediaholder {
  position: relative;
}
.product-wrapper .product-cell .mediaholder img {
  width: 100%;
  height: auto;
  -moz-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-wrapper .product-cell .mediaholder img.overlay-img {
  max-width: 45px !important;
}
.product-wrapper .product-cell .mediaholder .firstimage {
  opacity: 1;
  display: block;
}
.product-wrapper .product-cell .mediaholder .secondimage {
  opacity: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .product-wrapper .product-cell .mediaholder:hover .firstimage {
    opacity: 0;
  }
  .product-wrapper .product-cell .mediaholder:hover .secondimage {
    opacity: 1;
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.product-wrapper .product-cell .image-wrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.product-wrapper .product-cell .mnf {
  font-size: 12px;
  color: #999;
  padding: 0;
  height: 28px;
  margin-top: 13px;
  padding-top: 10px;
}
.product-wrapper .product-cell .caption {
  padding: 0;
  margin: 0;
}
.product-wrapper .product-cell h4.title {
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0;
  margin: 5px 0;
  text-align: center;
}
.product-wrapper .product-cell h4.title a {
  text-decoration: none !important;
  color: #292929;
}
.product-wrapper .product-cell h4.title:hover a {
  color: #5a9d00;
}
.product-wrapper .product-cell .price_wrapper .price {
  font-family: "Open Sans", sans-serif;
}
.product-wrapper .product-cell .price_wrapper a {
  color: #000;
  text-decoration: underline;
}
.product-wrapper .product-cell .price_wrapper .b-item-price {
  color: #000;
}
.product-wrapper .product-cell .price_wrapper .b-item-price strong {
  font-weight: 600;
}
.product-wrapper .product-cell .price_wrapper .b-item-price del {
  color: #999;
  margin-left: 5px;
  margin-right: 5px;
}
.product-wrapper .product-cell .ratingwrapper {
  overflow: hidden;
}
.product-wrapper .product-cell .ratingwrapper .top10 {
  margin-top: 0 !important;
  padding-top: 10px !important;
}
.product-wrapper .product-cell .ratingwrapper .fa-star {
  color: #ccc;
}
.product-wrapper .product-cell .ratingwrapper .fa-star.star-on {
  color: #ffd311;
}
.product-wrapper .product-cell .delivery-status .statusen + .estimated_delivery {
  padding-left: 10px;
}
.product-wrapper .product-cell .delivery-status .estimated_delivery {
  min-height: 22px;
}
#product-list.list .shortdescription {
  margin-top: 10px;
  font-size: 13px;
}
#product-list.list .product-wrapper {
  padding: 0;
}
#product-list.list .product-wrapper.hover-enabled {
  float: none !important;
}
#product-list.list .product-wrapper .product-cell {
  padding: 0 0 20px;
  position: relative;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  margin: 0 0 20px 0 !important;
}
#product-list.list .product-wrapper:hover {
  border-bottom: 1px solid #ccc;
}
#product-list.list .product-wrapper:hover:before {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
}
#product-list.list h4.title {
  margin: 0;
  text-align: left;
}
#product-list.list a.image-wrapper .image-box,
#product-list.list a.image-wrapper img {
  max-height: 100% !important;
}
#product-list.list a.image-wrapper .badge {
  background: none;
  color: #5a9d00;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  font-size: 19px;
}
#product-list.list a.image-wrapper:hover {
  text-decoration: none;
}
#product-list.list a.image-wrapper:hover .badge {
  text-decoration: none;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#product-list.list .image-box.loaded {
  border: none;
  padding-bottom: 0;
}
#product-list.list .price_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#product-list.list .price_wrapper .new-price {
  font-size: 22px;
}
#product-list.list .price_wrapper del {
  font-size: 14px;
  color: #797979;
  margin-right: 0;
}
#product-list.list .price_wrapper .footnote-reference {
  font-size: 14px;
  color: #797979;
}
@media (max-width: 414px) {
  #product-list.list .price_wrapper {
    text-align: left;
  }
}
@media (max-width: 414px) {
  #product-list.list .delivery-status {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  #product-list.list .variation {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}
#product-list.list .basket-variations {
  margin-top: 15px;
}
#product-list.list .updatingStockInfo {
  display: none !important;
}
#product-list.list button {
  margin: 0;
  font-size: 10px;
}
#product-list.list button span {
  text-align: center;
}
#product-list.list button:focus {
  background-color: #5a9d00;
}
#product-list.list .dropdown-menu {
  left: auto;
  right: 0;
}
#product-list.list .dropdown-menu ul li {
  background: #fff;
}
#product-list.list .dropdown-menu ul li:hover a {
  color: #fff !important;
}
#product-list.list .dropdown-menu ul li.selected a span.check-mark {
  margin-top: 12px;
}
#product-list.list .dropdown-menu .label-info {
  float: right;
  margin-top: 13px;
  margin-right: 27px;
}
#product-list.list .dropdown-menu .label-not-available {
  display: block;
  text-align: left;
  margin: 0 0 5px 4px;
  padding: 0;
}
#product-list.list form.product-actions .btn-group {
  float: none;
  display: inline-block;
  width: auto;
}
#product-list.list form.product-actions .btn.btn-default {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin: 0;
  width: auto;
  color: #606060;
  font-weight: 400;
  border-radius: 0;
  cursor: pointer;
}
#product-list.list form.product-actions .btn.btn-default:hover {
  background: #5a9d00;
  border: 1px solid #5a9d00;
}
#product-list.list form.product-actions .btn.btn-default:hover span {
  color: #fff;
}
#product-list.list form.product-actions .btn.btn-default:last-child {
  margin-left: 10px;
}
#product-list.list .listtoproduct {
  position: absolute;
  top: 163px;
  right: 15px;
  left: 15px;
}
#product-list.list .listtoproduct .btn-primary {
  border: 1px solid #5a9d00 !important;
  text-decoration: none !important;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
#product-list.list .listtoproduct .btn-primary:hover,
#product-list.list .listtoproduct .btn-primary:focus {
  border: 1px solid #5a9d00 !important;
  background: #5a9d00;
  color: #fff;
}
@media (max-width: 414px) {
  #product-list.list .listtoproduct {
    position: relative;
    top: 10px;
    left: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #product-list.gallery .price_wrapper strong {
    font-size: 14px;
  }
}
.expandable {
  display: block;
}
#result-wrapper .product-wrapper .b-product-item {
  background: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 2300ms linear;
  transition: all 200ms linear;
}
#result-wrapper .product-wrapper .b-product-item .variation {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  #result-wrapper .product-wrapper .b-product-item .go-article {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px !important;
  }
}
#result-wrapper .product-wrapper .expandable {
  margin-left: -15px;
  margin-right: -15px;
}
#result-wrapper .product-wrapper .expandable .variations {
  margin-top: 0;
  text-align: center;
}
#result-wrapper .product-wrapper .expandable .variations dd {
  line-height: 2;
  margin-bottom: 5px;
}
#result-wrapper .product-wrapper .expandable .variations dl {
  margin-bottom: 0;
}
#result-wrapper .product-wrapper .expandable .variations ul li a {
  display: block;
  margin: 0;
  padding: 0 10px;
}
#result-wrapper .product-wrapper .expandable .variations ul li a .label-info {
  float: right;
  margin-top: 13px;
}
#result-wrapper .product-wrapper .expandable .variations ul li:hover a {
  color: #fff;
}
#result-wrapper .product-wrapper .expandable .variations .bootstrap-select.btn-group .dropdown-menu {
  bottom: 100%;
  top: auto;
}
#result-wrapper .product-wrapper .expandable .btn {
  margin-top: 0;
}
#result-wrapper .product-wrapper .expandable .updatingStockInfo {
  position: absolute;
  margin-top: 6px;
  background: #fff;
  z-index: 1;
}
#result-wrapper .product-wrapper .expandable button {
  margin: 0 !important;
}
#result-wrapper .product-wrapper .expandable:after {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  z-index: 102;
  height: 15px;
  width: 100%;
  background: #fff;
  display: block;
}
#result-wrapper .product-wrapper .expandable .input-group input[type="number"].form-control {
  min-width: 20px;
  width: 50px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid #5a9d00;
  margin: 0 5px 0 0;
  height: 43px;
}
@media (max-width: 1024px) {
  #result-wrapper .product-wrapper .expandable .input-group input[type="number"].form-control {
    width: 35px;
    height: 30px;
  }
}
#result-wrapper .product-wrapper .expandable .input-group-btn {
  width: auto;
}
#result-wrapper .product-wrapper .expandable input::-webkit-outer-spin-button,
#result-wrapper .product-wrapper .expandable input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media (max-width: 1024px) {
  #result-wrapper .product-wrapper .expandable .quantity-wrapper {
    padding-top: 10px;
  }
}
#result-wrapper .product-wrapper .expandable .quantity-wrapper>div.input-group {
  margin: 0 auto;
  display: inline-block;
}
#result-wrapper .product-wrapper .expandable .quantity-wrapper button {
  border-radius: 0 !important;
  height: 43px;
}
@media (max-width: 1024px) {
  #result-wrapper .product-wrapper .expandable .quantity-wrapper button {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #result-wrapper .product-wrapper.hover-enabled .product-item__wrap,
  #result-wrapper .product-wrapper.hover-enabled .delivery-status {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #result-wrapper .product-wrapper.hover-enabled .expandable {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  #result-wrapper .product-wrapper.hover-enabled .expandable {
    display: none !important;
    position: absolute;
    top: -11px;
    right: -11px;
    bottom: -6px;
    left: -11px;
    background: #fff;
    color: #999;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.45);
    box-shadow: 0 0 15px rgba(0,0,0,0.45);
  }
}
@media (min-width: 1025px) {
  #result-wrapper .product-wrapper.hover-enabled .expandable-info {
    z-index: 1;
    position: absolute;
    line-height: 17px;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.45);
    box-shadow: 0 0 15px rgba(0,0,0,0.45);
  }
  #result-wrapper .product-wrapper.hover-enabled .expandable-info::after {
    content: '';
    display: block;
    width: 100%;
    height: 19px;
    position: absolute;
    top: -19px;
    left: 0;
    background: #fff;
  }
}
#result-wrapper .product-wrapper.hover-enabled .thumbnail {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#result-wrapper .product-wrapper.hover-enabled:hover {
  overflow: visible;
  z-index: 11;
  position: relative;
}
@media (min-width: 1025px) {
  #result-wrapper .product-wrapper.hover-enabled:hover .expandable {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  #result-wrapper .product-wrapper.hover-enabled:hover .product-cell {
    margin-bottom: 20px;
    border: 1px solid #fff;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
#result-wrapper.b-clear .product-wrapper.hover-enabled:nth-child(3n+4) {
  clear: both;
}
#result-wrapper.b-clear .product-wrapper.hover-enabled.b-full-prodlist:nth-child(3n+4) {
  clear: inherit;
}
#result-wrapper.b-clear .product-wrapper.hover-enabled.b-full-prodlist:nth-child(4n+5) {
  clear: both;
}
.b-product-item a.image-wrapper {
  position: relative;
  display: block;
}
.expandable .fa-shopping-cart {
  font-size: 14px;
  margin-right: 5px;
}
#result-wrapper #product-list.list .product-wrapper.hover-enabled .expandable {
  display: block !important;
  opacity: 1;
}
#result-wrapper #product-list.list .product-wrapper .expandable {
  margin: 0;
}
#result-wrapper #product-list.list .product-wrapper .expandable .input-group-btn {
  width: 1%;
}
#result-wrapper #product-list.list .product-wrapper .expandable .quantity-wrapper {
  margin-bottom: 0;
}
#result-wrapper #product-list.list .product-wrapper .expandable::after {
  content: none;
}
#result-wrapper #product-list.list .product-wrapper .expandable .variations {
  text-align: left;
}
#result-wrapper #product-list.list .product-wrapper .expandable .input-group-addon.unit {
  border-radius: 0;
  height: 43px;
}
#result-wrapper #product-list.list .product-wrapper .expandable .variations ul li a .label-info {
  float: none;
}
#product-list.list .product-wrapper .expandable .input-group input[type="number"].form-control {
  width: 45px;
}
#product-list.list .price_wrapper {
  margin-top: 0;
}
#product-list.list .delivery-status {
  margin-bottom: 7px;
}
#product-list.list .article {
  margin-top: 5px !important;
  padding: 7px !important;
  font-size: 12px;
  font-weight: normal;
  width: 139px;
}
#product-list.list .attr-group td {
  padding-right: 5px;
}
#product-list.list .attr-group .attr-label {
  font-weight: bold !important;
}
#product-list.list .custom-variations {
  text-align: right !important;
}
#product-list.list .choose_quantity .btn-primary {
  padding: 10px;
}
#product-list.list .choose_quantity button {
  font-size: 12px;
}
#product-list.list .choose_quantity input[type="number"].form-control {
  height: 38px !important;
}
#product-list.list .product-list-actions .quickview {
  margin: 0;
}
#product-list.list .product-list-actions .btn {
  font-size: 22px;
  padding: 0;
  border: 0;
  margin-right: 10px;
  margin-top: 10px;
  color: #5a9d00;
}
#product-list.list .product-list-actions .btn:hover {
  background: none;
  color: #8da700 !important;
}
#product-list.list .product-list-actions .btn:hover .fa {
  color: #8da700 !important;
}
.displayoptions select {
  border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 767px) and (min-width: 540px) {
  #product-list.gallery .product-wrapper.col-xs-6 {
    width: 33.333%;
  }
}
.thumbnail {
  border: none;
}
.thumbnail .caption {
  padding: 5px 0;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.thumbnail hr.hr-sm {
  margin: 5px 0 !important;
}
.content-cats-small .thumbnail > a > img {
  width: 100%;
}
.content-cats-small .thumbnail {
  padding: 0;
}
#result-wrapper .content-cats-small .thumbnail:hover {
  border: none;
}
#result-wrapper h1 {
  margin-bottom: 0;
  line-height: 40px;
}
.megamenu .mega-categories .category-wrapper:hover,
.megamenu .mega-categories .category-wrapper.active,
.content-cats-small .thumbnail:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-cats-small > div {
  display: inline-grid;
  float: none;
  margin-right: -4px;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
}
.item_list__item {
  width: 33.33333333%;
  padding-right: 5px;
}
.item_list__item:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 767px) and (min-width: 500px) {
  .item_list__item {
    width: 33.33333333%;
  }
}
@media (max-width: 499px) {
  .item_list__item {
    width: 50%;
  }
  .item_list__item:nth-child(3n) {
    padding-right: 5px;
  }
  .item_list__item:nth-child(2n) {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .item_list__item {
    width: 25%;
  }
  .item_list__item:nth-child(3n) {
    padding-right: 5px;
  }
  .item_list__item:nth-child(4n) {
    padding-right: 0;
  }
}
.item_list-four .item_list__item {
  width: 20%;
}
.item_list-four .item_list__item:nth-child(4n) {
  padding-right: 5px;
}
.item_list-four .item_list__item:nth-child(5n) {
  padding-right: 0;
}
@media (max-width: 1020px) {
  .item_list-four .item_list__item {
    width: 33.33333333%;
  }
  .item_list-four .item_list__item:nth-child(3n) {
    padding-right: 0;
  }
  .item_list-four .item_list__item:nth-child(4n) {
    padding-right: 5px;
  }
}
@media (max-width: 499px) {
  .item_list-four .item_list__item {
    width: 50%;
  }
  .item_list-four .item_list__item:nth-child(3n) {
    padding-right: 5px;
  }
  .item_list-four .item_list__item:nth-child(2n) {
    padding-right: 0;
  }
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
}
.subcategories__item {
  box-shadow: none;
}
.subcategories__img {
  width: 100%;
}
.subcategories__img img {
  margin: 0;
  width: 100%;
  height: 100%;
}
.subcategories .caption {
  border: 1px solid #ccc;
}
#result-wrapper .product-wrapper .alert.alert-info.choose-variations {
  display: none;
}
@media (max-width: 1024px) {
  #result-wrapper .product-wrapper .bootstrap-select .dropdown-toggle {
    padding: 4px 5px !important;
    margin-top: 10px !important;
  }
}
#result-wrapper .product-wrapper .expandable .variations .dropdown-menu ul li a .label-info {
  float: none;
}
.owl-carousel .expandable {
  display: none;
}
@media (max-width: 767px) {
  .expandable-info .quantity-wrapper .fa-shopping-cart {
    line-height: 1.5;
    margin-right: 0;
  }
}
#b-paginator ul.pagination {
  border-radius: 0;
}
#b-paginator ul.pagination li a {
  color: #5a9d00;
  border-radius: 0;
}
#b-paginator ul.pagination li a:hover {
  text-decoration: none;
}
#b-paginator ul.pagination li.active a {
  color: #fff;
  background: #5a9d00;
  border-color: #5a9d00;
}
#b-paginator .btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-top: 0;
  color: #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
#b-paginator .btn:hover,
#b-paginator .btn:focus {
  color: #999 !important;
}
#b-paginator .dropdown.open ul.dropdown-menu {
  width: 100%;
  min-width: unset;
}
#b-paginator .dropdown.open ul.dropdown-menu li.active a {
  background: #5a9d00;
}
.price_wrapper strong {
  font-weight: 600;
}
.price_wrapper strong del {
  color: #999;
  margin-left: 5px;
  margin-right: 5px;
}
.price_wrapper strong .priceinfotax {
  font-weight: 400;
}
.price_wrapper strong .priceinfotax a {
  text-decoration: underline !important;
}
.price_wrapper strong .priceinfotax small {
  font-size: 80%;
}
.priceblock .price_wrapper .discount {
  font-size: 18px;
  color: #E24D35;
}
@media (max-width: 768px) {
  .buttons-group-details {
    text-align: center;
  }
}
.buttons-group-details #add-to-cart {
  float: left;
}
.buttons-group-details #add-to-cart p.choose-variations {
  margin: 0;
}
@media (max-width: 768px) {
  .buttons-group-details #add-to-cart {
    float: none;
    display: inline-block;
  }
}
.priceblock .price_wrapper strong del {
  font-size: 22px;
}
@media (max-width: 767px) {
  .priceblock .price_wrapper strong del {
    font-size: 14px;
  }
}
#article-tabs-list {
  text-align: center;
}
#article-tabs-list li {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
#article-tabs-list li a {
  background: none;
  border: none !important;
  padding-bottom: 10px;
  border: none;
  font-size: 21px;
}
#article-tabs-list li.active {
  border-bottom: 2px solid #5a9d00;
}
#article-tabs-list li.active a {
  color: #5a9d00;
}
#product-offer {
  margin: 0;
}
#article-tabs .tab-pane {
  padding: 0;
}
#article-tabs .tab-pane .panel-body {
  padding: 30px;
}
form#buy_form .ms-bar {
  background: #5a9d00 !important;
}
form#buy_form .ms-view {
  background: #fff;
}
form#buy_form .ms-container {
  border: 1px solid #ddd;
}
form#buy_form .ms-thumb-frame {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  border: 1px solid #ddd;
  max-width: 120px;
  text-align: center;
}
form#buy_form .ms-thumb-frame img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
form#buy_form .ms-thumb-frame.ms-thumb-frame-selected {
  border-color: #5a9d00;
}
.product-info .discount {
  float: left;
  margin: -3px 15px 0 0;
  padding: 4px 10px;
  background: #E24D35;
  color: #fff;
}
.product-info .priceinnerblock .price_wrapper .discount {
  display: none;
}
.recommendations {
  margin-top: 25px;
}
.recommendations section.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recommendations section.panel h3 {
  text-align: center;
  margin: 0;
  color: #5a9d00;
}
.recommendations .panel-body {
  margin-left: -15px;
  margin-right: -15px;
}
.b-tabs-info .nav-tabs li {
  margin: 0 5px -1px 0;
  border-radius: 0;
  border: 1px solid #ddd;
  background: #fff;
}
.b-tabs-info .nav-tabs li a {
  font-weight: 400;
  background: none;
  border: none !important;
  border-radius: 0;
}
.b-tabs-info .nav-tabs li.active {
  color: #5a9d00;
  border-radius: 0;
  border-bottom: none;
  border-top: 2px solid #8da700;
}
.b-tabs-info .nav-tabs li.active a {
  font-weight: 400;
  color: #5a9d00;
}
.b-tabs-info .tab-pane {
  border-radius: 0 !important;
}
.b-tabs-info .tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}
.b-tabs-info .tabs >section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.b-tabs-info .tabs >section >p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.b-tabs-info .tabs >input {
  display: none;
  position: absolute;
}
.b-tabs-info .tabs >input:checked+label {
  color: #555;
  border-top: 2px solid #5a9d00;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.b-tabs-info .tabs >label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  font-weight: 400;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #fff;
}
.b-tabs-info .tabs >label:hover {
  color: #888;
  cursor: pointer;
}
.b-tabs-info #tab1:checked~#content-tab1 {
  display: block;
}
.b-tabs-info #tab2:checked~#content-tab2 {
  display: block;
}
.b-tabs-info #tab3:checked~#content-tab3 {
  display: block;
}
.b-tabs-info #tab4:checked~#content-tab4 {
  display: block;
}
.b-pagination-product {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 5;
}
.b-pagination-product .product-pagination {
  position: absolute;
  height: 80px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.b-pagination-product .product-pagination.next {
  right: 15px;
}
.b-pagination-product .product-pagination.previous {
  right: 50px;
  left: auto;
}
.b-pagination-product .product-pagination a {
  padding: 0;
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.b-pagination-product .product-pagination a .b-prod-info {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 5px;
  height: auto;
  width: 100px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: -48px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
  text-align: center;
}
.b-pagination-product .product-pagination a .b-prod-info img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 80px;
  margin: 0 auto;
}
.b-pagination-product .product-pagination a .b-prod-info p {
  color: #5a9d00;
  font-size: 12px;
  width: 100%;
  padding: 0 5px;
  line-height: 14px;
}
.b-pagination-product .product-pagination a:hover {
  color: #8da700;
}
.b-pagination-product .product-pagination a:hover .b-prod-info {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.boxed .b-pagination-product {
  right: 30px;
}
#newsletter-popup {
  text-align: center;
}
#newsletter-popup.box-modal {
  width: 650px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 651px) {
  #newsletter-popup.box-modal {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 280px;
  }
}
#newsletter-popup h3 {
  font-size: 25px;
  font-weight: 600;
  padding: 0 80px 30px;
}
@media (max-width: 651px) {
  #newsletter-popup h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 10px;
  }
}
#newsletter-popup p {
  font-size: 20px;
  line-height: 24px;
  padding: 0 50px 20px;
}
@media (max-width: 651px) {
  #newsletter-popup p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px 5px;
  }
}
#newsletter-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#newsletter-popup .icon-clear {
  font-size: 28px;
}
#newsletter-popup .icon-clear:before {
  content: "\e14c";
}
#newsletter-popup .btn {
  margin: 0;
}
#newsletter-popup .nwsalways {
  font-size: 80%;
  color: #000;
}
@media (max-width: 651px) {
  #newsletter-popup .subscribe-form_popup span.addon-icon {
    top: 20px;
  }
  #newsletter-popup .subscribe-form_popup input.form-control {
    width: 100%;
  }
  #newsletter-popup .btn.submit {
    width: 100%;
    margin-top: 5px;
  }
}
a.btn-mobmenu-toggle {
  cursor: pointer !important;
  text-transform: uppercase;
}
a.a.btn-close-menu,
a.to-back-category {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 10001;
}
a.to-back-category {
  top: 16px;
  bottom: auto;
  left: 20px;
  right: auto;
  cursor: pointer;
  z-index: 10;
}
a.to-back-category:after {
  content: '';
  border: 2px solid #fff;
  border-bottom: none;
  border-right: none;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-bg {
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.2s linear;
  -moz-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.2s linear;
  -ms-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.2s linear;
  -o-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.2s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.2s linear;
  z-index: -1;
  display: block;
}
.mobile-menu-bg.in {
  opacity: 0.7;
}
nav.b-mob-menu {
  background: #fff;
  -moz-transition: left 0.25s linear;
  -o-transition: left 0.25s linear;
  -webkit-transition: left 0.25s linear;
  transition: left 0.25s linear;
  display: block;
  left: -320px;
  width: 320px;
}
nav.b-mob-menu.in {
  left: 0;
  z-index: 10001;
}
nav.b-mob-menu .b-menu-content {
  padding: 0;
  position: relative;
}
nav.b-mob-menu button.btn-close-menu {
  background: #5a9d00;
  width: 45px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  border: 0;
}
nav.b-mob-menu button.btn-close-menu:before,
nav.b-mob-menu button.btn-close-menu:after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  content: '';
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 10000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.b-mob-menu button.btn-close-menu:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.b-mob-menu .b-menu-title {
  display: none;
  padding: 12px 40px 10px 40px;
  background: #5a9d00;
  color: #fff !important;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
}
nav.b-mob-menu .b-menu-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
nav.b-mob-menu ul.b-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  -moz-transition: left linear 0.4s;
  -o-transition: left linear 0.4s;
  -webkit-transition: left linear 0.4s;
  transition: left linear 0.4s;
  left: 0;
}
nav.b-mob-menu ul.b-menu li {
  display: block;
  position: static;
}
nav.b-mob-menu ul.b-menu li a {
  padding: 10px 10px 10px 20px !important;
  display: block;
  font-size: 1.1em;
  color: #000;
}
nav.b-mob-menu ul.b-menu li a.nav-toggle {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: rgba(0,0,0,0.1);
  line-height: 42px;
  position: relative;
  padding: 21px 10px 21px 33px !important;
  z-index: 1;
}
nav.b-mob-menu ul.b-menu li a.nav-toggle:after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.b-mob-menu ul.b-menu li.divider {
  background: #5a9d00;
  padding: 7px 7px 7px 20px;
  color: #fff;
}
nav.b-mob-menu ul.b-menu li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 320px;
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
nav.b-mob-menu ul.b-menu li ul .b-menu-title {
  display: block;
}
nav.b-mob-menu ul.b-menu li ul .b-menu-title a {
  border-bottom: none;
}
nav.b-mob-menu ul.b-menu li.active > a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .accordiontitle h2:first-child {
    margin-top: 0;
  }
}
.accordtitel {
  margin: 10px 0;
}
.accordtitel span {
  font-size: 20px;
}
a {
  text-decoration: none !important;
}
.panel-heading {
  padding: 10px 15px;
  border-radius: 0;
}
.panel-heading .panel-title {
  padding: 0;
}
.panel-heading a {
  display: inline-block;
}
.panel-heading a>i {
  margin-right: 5px;
}
.panel-heading a i.fa-plus {
  display: inline-block;
  visibility: visible;
}
.panel-heading a i.fa-minus {
  display: none;
  visibility: hidden;
}
.panel-heading a[aria-expanded='true'] i.fa-plus {
  display: none;
}
.panel-heading a[aria-expanded='true'] i.fa-minus {
  display: inline-block;
  visibility: visible;
}
@media (max-width: 1024px) and (min-width: 990px) {
  .accordiontitle h2:first-child {
    margin-top: 0;
  }
}
#pushed-success {
  background: #e6ecca;
  border-color: #e6ecca;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #pushed-success {
    padding: 5px;
  }
  #pushed-success .btn {
    width: 100%;
  }
}
#pushed-success .panel-default {
  border: none;
}
#pushed-success .panel {
  border-radius: 0;
}
#pushed-success .success-title {
  font-size: 15px;
}
#pushed-success a.pushedcloser {
  font-size: 24px;
  position: absolute;
  top: -8px;
  right: 15px;
}
#pushed-success .sucproduct {
  border-left: 1px solid #ddd;
}
#pushed-success .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
#pushed-success table.dropdown-cart-items tr {
  border-top: 1px solid #ddd;
}
#pushed-success table.dropdown-cart-items tr td {
  border-top: none !important;
}
.b-footer-checkout {
  color: #313131;
}
.b-footer-checkout .footer-checkout-fragen {
  color: #313131;
  margin-bottom: 20px;
}
.b-footer-checkout .footer-checkout-fragen .b-footer-checkout-info >div {
  margin: 0 20px;
  display: inline-block;
}
.b-footer-checkout .b-footer-checkout-text {
  margin-bottom: 20px;
}
.b-footer-checkout #footer-checkout-boxes {
  text-align: center;
  margin-top: 20px;
}
.b-footer-checkout #footer-checkout-boxes >div >div {
  display: inline-block;
  margin: 0 20px;
}
.b-footer-checkout #footer-checkout-boxes >div >div a {
  text-decoration: none !important;
}
.tab-content #produktinformation .info-essential span {
  font-weight: bold;
}
.tab-content #produktinformation .product-category a {
  font-weight: bold;
}
.tab-content #produktinformation .b-short-desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tab-content #versand .b-delivery-logo {
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
}
.tab-content #versand .b-delivery-logo img {
  max-width: 20%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
.tab-content #zahlung ul {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.tab-content #zahlung ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.tab-content #zahlung ul li .pf {
  font-size: 25px;
}
.reviews .review-comment {
  padding: 15px;
  border: 1px solid #ddd;
}
#brands {
  border: none;
  margin: 0;
  background: none;
  padding-bottom: 15px;
}
#brands h3 {
  text-align: center;
  margin: 0;
  font-weight: normal;
  margin-bottom: 0;
  color: #5a9d00;
}
#brands img {
  width: auto !important;
  max-width: 100% !important;
  text-align: center;
  margin: auto;
  display: table;
}
#brands .brand-logos {
  padding-top: 0;
}
#servicebox {
  margin-top: -2px;
}
#servicebox .fa-life-ring {
  position: relative;
  top: 1px;
}
#servicebox .fa-angle-down {
  margin-top: 1px;
  margin-left: 5px;
}
#servicebox .servicebutton {
  color: #8da700;
  font-size: 14px;
  cursor: pointer;
  line-height: 25px;
}
#servicebox .servicebutton span {
  padding: 0 3px;
  margin-left: -5px;
}
#servicebox .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: -5px;
  cursor: pointer;
  z-index: 2;
}
#servicebox .og-close:after,
#servicebox .og-close:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 30%;
  right: 0;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
#servicebox .og-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#servicebox .servicebar-outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
#servicebox .servicebar-inner {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 58px;
  left: 15px;
  right: 15px;
  text-align: left;
  width: auto !important;
  padding: 15px !important;
  z-index: 12;
  -webkit-box-shadow: 0px 1px 5px 2px #dddddd !important;
  -moz-box-shadow: 0px 1px 5px 2px #dddddd !important;
  box-shadow: 0px 1px 5px 2px #dddddd !important;
}
@media (max-width: 1024px) {
  #servicebox .panel-heading {
    font-size: 12px !important;
  }
}
#servicebox .panel-heading .fa {
  color: #fff;
}
.servicebox__title {
  color: #5a9d00;
  font-size: 21px;
  margin-bottom: 10px;
}
.servicebox .row > div {
  padding: 0;
}
.servicebox .panel {
  margin-bottom: 0;
}
.servicebox .col-sm-4:nth-child(2) .panel {
  border-left: 0;
  border-right: 0;
}
.headservice {
  position: static;
}
.b-header-top .servicebar-inner .row {
  margin: 0;
}
.servicebar-inner h4 {
  margin-top: 0;
}
.servicebar-inner h3 {
  margin-bottom: -10px !important;
}
.servicebar-inner hr {
  margin: 20px 0 !important;
}
#evo-main-nav #servicebox .servicebar-inner a {
  color: #313131 !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  text-transform: none;
  text-decoration: underline !important;
}
#evo-main-nav #servicebox .servicebar-inner {
  height: auto !important;
  padding-bottom: 0 !important;
}
.lineblock {
  margin: 6px 0;
}
.socservice .fa {
  font-size: 30px;
  margin: 10px;
  text-align: center;
  display: inline-block;
}
.socservice {
  margin-top: 5px;
  text-align: center;
}
.b-cms-pages > ul > li:hover,
#evo-main-nav .navbar-nav > li:hover {
  background: #5a9d00;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#evo-main-nav .navbar-nav > li.active {
  background: #5a9d00;
}
.pagination-wrapper span.btn.disabled {
  padding: 0;
  margin: 0;
  border: none;
}
.reviews-overview__item {
  position: relative;
  width: 31%;
  margin: 0 1%;
  float: left;
}
.reviews-overview__item:first-child span.rating {
  display: block;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .reviews-overview__item {
    width: 47%;
  }
}
@media (max-width: 500px) {
  .reviews-overview__item {
    width: 100%;
    margin: 0;
  }
}
.basket_wrapper.clearix #cart-form .container {
  margin-bottom: 10px !important;
}
.basket_wrapper.clearix #cart-form table tr th {
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.basket_wrapper.clearix #cart-form table tr td {
  padding: 8px 0 !important;
  background: #fff;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix #cart-form table tr td.img-col {
    width: 20%;
  }
}
.basket_wrapper.clearix #cart-form table tr td.pl5 {
  padding-left: 5px !important;
}
.basket_wrapper.clearix #cart-form table tr td.pl5 a {
  line-height: 22px;
  display: inline-block;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix #cart-form table tr td.pl5 {
    width: 60%;
  }
}
.basket_wrapper.clearix #cart-form table tr td.qty-col {
  text-align: right;
}
.basket_wrapper.clearix #cart-form table tr td.qty-col .dropdown-toggle {
  padding: 0 5px;
}
.basket_wrapper.clearix #cart-form table tr td.qty-col #quantity-grp .btn {
  margin-left: 10px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix #cart-form table tr td.qty-col {
    width: 20%;
  }
}
.basket_wrapper.clearix #cart-form table tr td.qty-col .choose_quantity .unit {
  margin-right: 3px;
}
.basket_wrapper.clearix #cart-form .form-inline {
  margin-top: 5px;
  margin-bottom: 5px;
}
.basket_wrapper.clearix #cart-form .panel-default {
  padding: 0;
  border: none;
}
.basket_wrapper.clearix #cart-form .panel-heading {
  border: none;
  padding: 0;
}
.basket_wrapper.clearix #cart-form .panel-body {
  padding: 15px 0;
}
.basket_wrapper.clearix #cart-form h4.panel-title a {
  margin-top: 0;
  display: block;
  background: #5a9d00;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .basket_wrapper.clearix #cart-form h4.panel-title a {
    white-space: normal;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .basket_wrapper.clearix #cart-form h4.panel-title a {
    font-size: 14px;
  }
}
.basket_wrapper.clearix #cart-form h4.panel-title a span.toggle-btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: absolute;
  top: 13px;
  left: 0;
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='false'] {
  background: #fff;
  color: #5a9d00 !important;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='false'] {
    font-size: 11px;
    line-height: 20px;
  }
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='false'] span.toggle-btn {
  border: 2px solid #5a9d00;
  border-right: none;
  border-top: none;
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='false']:hover {
  background: #5a9d00;
  color: #fff !important;
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='false']:hover span.toggle-btn {
  border-color: #fff;
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='true'] {
  background: #5a9d00;
  color: #fff;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='true'] {
    font-size: 11px;
    line-height: 20px;
  }
}
.basket_wrapper.clearix #cart-form h4.panel-title a[aria-expanded='true'] span.toggle-btn {
  top: 18px;
}
.basket_wrapper.clearix #cart-form .form-group {
  display: block;
  margin-bottom: 10px;
}
.basket_wrapper.clearix #cart-form .form-group input[type="text"] {
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.basket_wrapper.clearix #cart-form .form-group input[type="text"]:focus {
  border: 1px solid #5a9d00 !important;
}
.basket_wrapper.clearix #cart-form img {
  width: 100%;
}
.basket_wrapper.clearix #cart-form #basket-shipping-estimated img {
  width: auto;
}
.basket_wrapper.clearix #cart-form .btn-green {
  display: block;
  color: #fff;
  background: #5a9d00;
  margin: 0 0 10px;
}
.basket_wrapper.clearix #cart-form .btn-green .fa {
  color: #fff;
}
.basket_wrapper.clearix #cart-form .btn-green:hover {
  background: #8da700;
}
.basket_wrapper.clearix #cart-form #basket-shipping-estimate-form .versandtext {
  word-wrap: break-word;
  letter-spacing: 0;
  font-size: 12px;
  display: block;
}
.basket_wrapper.clearix #cart-form #basket-shipping-estimate-form #shipping {
  padding: 0;
}
@media (max-width: 767px) {
  .basket_wrapper.clearix .img-col {
    vertical-align: top !important;
  }
}
@media (max-width: 767px) {
  .basket_wrapper.clearix .delete-xs .btn {
    padding: 5px 23px;
  }
}
.basket_wrapper.clearix .delitem-col .btn {
  padding: 0;
  border: none;
  color: #313131 !important;
  margin: 0;
}
.basket_wrapper.clearix .delitem-col .btn:hover,
.basket_wrapper.clearix .delitem-col .btn:focus {
  background: none;
}
@media (min-width: 1200px) {
  .basket_wrapper.clearix .basketgo .proceed {
    margin-top: 0 !important;
  }
  .basket_wrapper.clearix .basketgo .paypalexpress {
    float: right;
  }
}
.basket_wrapper.clearix .basketgo .table.table-total {
  margin-bottom: 0;
}
.basket_wrapper.clearix .basketgo .price_label {
  font-size: 18px;
}
.basket_wrapper.clearix .basketgo .panel-note {
  margin-top: 15px;
  margin-bottom: 25px;
}
#couponblock .input-group-btn input {
  margin: 0;
}
#couponCode {
  border-right-color: #5a9d00 !important;
}
@media (max-width: 767px) {
  .delete-xs {
    clear: both;
  }
  .apply-coupon .btn {
    font-size: 12px;
    padding: 12px 10px 11px !important;
  }
}
#cart-form .table > tbody > tr:first-child > td {
  border-top: 0;
}
.basket-final__title {
  display: block;
  line-height: 16px;
}
.dropdown-cart-items tr:first-child td {
  border-top: 0;
}
#freegift {
  margin-top: 20px;
}
#freegift p {
  font-weight: 300 !important;
}
#freegift .text-muted {
  color: #000;
  font-weight: 500 !important;
}
#freegift .thumbnail {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
}
#freegift .btn {
  padding: 5px 8px;
  font-size: 11px;
  margin-top: 10px;
  font-weight: normal;
}
.freegift {
  display: flex;
  flex-wrap: wrap;
}
.freegift__item {
  width: 16.66666667%;
  padding-right: 5px;
}
.freegift__item:nth-child(6n) {
  padding-right: 0;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .freegift__item {
    width: 25%;
  }
  .freegift__item:nth-child(6n) {
    padding-right: 5px;
  }
  .freegift__item:nth-child(4n) {
    padding-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .freegift__item {
    width: 33.3333333%;
  }
  .freegift__item:nth-child(4n) {
    padding-right: 5px;
  }
  .freegift__item:nth-child(3n) {
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  .freegift__item {
    width: 50%;
  }
  .freegift__item:nth-child(4n) {
    padding-right: 5px;
  }
  .freegift__item:nth-child(3n) {
    padding-right: 5px;
  }
  .freegift__item:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .basket_wrapper.clearix #cart-form h4.panel-title a span.toggle-btn {
    width: 8px;
    height: 8px;
    margin-left: 20px;
  }
  #freegift .box-heading h3 {
    font-size: 16px;
  }
}
#shop-nav .cart-dropdown li.table-responsive {
  overflow-x: unset;
}
.cart-scroll {
  position: relative;
  max-height: 300px;
}
.file-input .input-group {
  text-align: left;
  display: block;
}
#gallery .fa-angle-left,
#gallery .fa-angle-right {
  font-size: 42px;
}
#gallery .image-gallery ul.image-thumbs {
  margin: 0;
}
#gallery .image-gallery ul.image-thumbs li {
  width: 95px;
  height: 95px;
  overflow: hidden;
  padding: 10px;
  margin: 0 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#gallery .image-gallery ul.image-thumbs li img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
#gallery .image-gallery ul.image-thumbs li.active {
  border: 1px solid #000;
}
#gallery .image-gallery ul.image-container {
  border: 0;
}
#gallery .image-gallery ul.image-container li {
  display: inline-block !important;
  width: 100%;
}
#gallery .image-gallery ul.image-container li img {
  max-width: 100%;
  width: auto;
  padding: 50px;
}
#gallery .image-gallery.has-thumbs {
  overflow: hidden;
}
#gallery .image-gallery.has-thumbs ul.image-container {
  margin-left: 100px;
  background: url('/templates/CLEARIX/themes/base/images/gallery/preloader.gif') 50% 50% no-repeat;
}
#gallery .thumbs {
  left: 0;
  bottom: 0;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  z-index: 10;
}
#gallery .thumbs .thumbs-box {
  width: 100px;
  height: 100% !important;
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 !important;
}
.btn-gallery-down,
.btn-gallery-up {
  height: 20px;
  width: 95px;
  color: #fff;
  left: 0 !important;
  border: 0;
  border-radius: 0;
  transform: rotate(0);
  font-size: 24px;
  padding: 0 !important;
  text-align: center;
}
.btn-gallery-down .fa,
.btn-gallery-up .fa {
  display: block;
  line-height: 13px;
}
.btn-gallery-down {
  bottom: 0;
  background: #5a9d00;
  padding-left: 2px;
}
.btn-gallery-up {
  top: 0;
  background: #5a9d00;
  padding-right: 2px;
}
.b-galerey-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 1px;
  right: 8px;
}
.b-galerey-nav .ms-nav-next,
.b-galerey-nav .ms-nav-prev {
  width: 30px;
  height: 40px;
  cursor: pointer;
  top: 0;
  left: 16px;
  margin-top: -20px;
  position: absolute;
  z-index: 9;
  opacity: 0.9 !important;
}
.b-galerey-nav .ms-nav-next {
  right: -40px !important;
  left: auto;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .b-galerey-nav .ms-nav-next {
    right: 5px !important;
  }
}
@media (max-width: 567px) {
  .b-galerey-nav .ms-nav-next {
    right: 0 !important;
  }
}
.b-galerey-nav .ms-nav-prev {
  left: -15px !important;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .b-galerey-nav .ms-nav-prev {
    left: 115px !important;
  }
}
@media (max-width: 567px) {
  .b-galerey-nav .ms-nav-prev {
    left: 15px !important;
  }
}
.product-gallery {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .product-gallery {
    padding-left: 0;
  }
}
h1.fn.product-title {
  line-height: 30px !important;
}
.product-gallery {
  padding-right: 0;
}
h1.fn.product-title {
  line-height: 30px !important;
}
.image-gallery:hover .b-galerey-nav .ms-nav-prev {
  left: 135px !important;
}
@media (max-width: 1024px) {
  .image-gallery:hover .b-galerey-nav .ms-nav-prev {
    left: 115px !important;
  }
}
@media (max-width: 567px) {
  .image-gallery:hover .b-galerey-nav .ms-nav-prev {
    left: 15px !important;
  }
}
.image-gallery:hover .b-galerey-nav .ms-nav-next {
  right: 5px !important;
}
@media (max-width: 567px) {
  .image-gallery:hover .b-galerey-nav .ms-nav-next {
    right: 0 !important;
  }
}
.product-modal #content-bottom {
  display: none;
}
.product-modal #buy_form {
  margin-bottom: 0;
}
.product-modal #buy_form .product-info {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.product-modal #buy_form .product-info .product-headline h1.product-title {
  margin-bottom: 5px;
  margin-top: 0;
}
.product-modal #buy_form .product-offer {
  padding-bottom: 15px;
}
.product-modal section > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.product-modal section > .container > .row {
  margin: 0;
}
.product-modal section > .container > .row > .col-xs-12 {
  padding: 0;
}
.product-modal .close {
  position: absolute;
  z-index: 5;
  top: 10px !important;
  right: 10px;
  color: #333333;
  opacity: 1;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.product-modal .close:hover,
.product-modal .close:focus {
  color: #ddd;
}
.product-modal .icon-clear {
  font-size: 26px;
}
.product-modal .icon-clear:before {
  content: "\e14c";
}
.product-modal .modal-header {
  display: none;
}
.product-modal .modal-body {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.product-modal .modal-body > div:first-child {
  overflow: hidden;
}
.product-modal .modal-content {
  overflow: hidden;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .product-modal .modal-dialog {
    width: 1170px !important;
  }
}
@media (min-width: 1600px) {
  .product-modal .modal-dialog {
    width: 1260px !important;
  }
}
.product-modal .product-info {
  position: relative;
  height: 600px;
  width: 50% !important;
}
@media (max-width: 990px) {
  .product-modal .product-info {
    padding: 0 25px;
    width: 100% !important;
  }
}
.product-modal .product-gallery {
  width: 50% !important;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 990px) {
  .product-modal .product-gallery {
    width: 100% !important;
  }
}
.product-modal .view-details {
  position: absolute;
  left: 0;
  bottom: -50px;
  display: block !important;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  background: #5a9d00;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.product-modal .view-details:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .product-modal .view-details {
    bottom: 0;
  }
}
.product-modal .product-gallery {
  height: 600px;
  display: table;
}
.product-modal .product-gallery:hover .view-details {
  bottom: 0;
  opacity: 0.85;
}
.product-modal #gallery .image-gallery ul.image-container li img {
  padding: 0;
}
.product-modal #gallery {
  display: table-cell;
  vertical-align: middle;
}
.product-modal #gallery .thumbs {
  display: none;
}
.product-modal #gallery .image-gallery ul.image-container {
  border: 0;
  margin: 0 !important;
}
.product-modal .b-galerey-nav .ms-nav-prev {
  left: -95px !important;
}
@media (max-width: 1024px) {
  .product-modal .b-galerey-nav .ms-nav-prev {
    left: 15px !important;
  }
}
.product-modal .b-galerey-nav .ms-nav-next {
  right: -60px !important;
}
@media (max-width: 1024px) {
  .product-modal .b-galerey-nav .ms-nav-next {
    right: 0 !important;
  }
}
.product-modal .image-gallery:hover .b-galerey-nav .ms-nav-next {
  right: 0 !important;
}
.product-modal .image-gallery:hover .b-galerey-nav .ms-nav-prev {
  left: 15px !important;
}
.product-gallery .view-details {
  display: none;
}
.modal .modal-content {
  overflow: hidden;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal #pushed-success,
.modal .panel-body {
  padding: 0;
}
.modal #pushed-success {
  margin-bottom: 0;
}
.modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .pushedcloser,
.modal .btn-checkout {
  display: none !important;
}
.modal .sucproduct {
  padding-bottom: 20px;
}
.modal .close {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 10px;
  color: #333333;
  opacity: 1;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
}
.modal .close span {
  display: none;
}
.modal .close:before {
  content: "\e14c";
}
.modal .close:hover,
.modal .close:focus {
  color: #ddd;
}
.b-product-item {
  position: relative;
}
.product-wrapper .product-actions {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0;
  background: rgba(255,255,255,0.85);
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 990px) {
  .product-wrapper .product-actions {
    right: 10px;
    opacity: 1;
  }
}
.product-wrapper .product-actions .btn {
  padding: 0;
  border: 0;
}
.product-wrapper .product-actions .btn:hover {
  background: none;
}
.product-wrapper .product-actions .btn:hover .fa {
  color: #5a9d00 !important;
}
.product-wrapper .product-actions .fa {
  font-size: 22px;
  font-weight: normal;
}
.product-wrapper .product-actions__item {
  position: relative;
  padding: 1px 7px;
}
.product-wrapper .product-actions__item:not(:first-child) {
  border-top: 0;
}
.product-wrapper .product-actions__tooltip {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 100%;
  margin: -17px 17px 0 0;
  padding: 8px 15px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
  background-color: #333;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.product-wrapper .product-actions__tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 100%;
  right: auto;
  margin: -5px 0 0 0;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
}
.product-wrapper .product-actions__item:hover .product-wrapper .product-actions__tooltip {
  opacity: 1;
}
#product-list .product-wrapper .product-actions {
  top: -13px;
  right: -20px;
}
.b-product-item .product-actions {
  list-style: none !important;
}
.b-product-item:hover .product-actions {
  right: 5px;
  opacity: 1;
}
#product-list .b-product-item:hover .product-actions {
  right: -10px;
  opacity: 1;
  top: -13px;
  z-index: 999;
}
#product-list .product-wrapper:nth-child(3n) .b-product-item:hover .product-actions {
  right: -5px;
}
aside#sidepanel_left .b-carousel button.quickview {
  top: auto;
  left: auto;
}
.product-wrapper .product-actions button.btn:hover .product-actions__tooltip {
  opacity: 1;
}
button.btn-number:focus {
  background: none !important;
}
.b-footer-info_checkout {
  background: #5a9d00;
  border-bottom: 0 !important;
}
.b-footer-info_checkout span,
.b-footer-info_checkout .fa,
.b-footer-info_checkout p {
  color: #fff !important;
}
.b-footer-info_checkout span a,
.b-footer-info_checkout .fa a,
.b-footer-info_checkout p a {
  color: #fff !important;
}
@media (max-width: 414px) {
  .b-footer-info_checkout li {
    width: 100% !important;
  }
  .b-footer-info_checkout li p {
    margin-top: 2px !important;
    margin-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .b-footer-info_checkout li {
    width: 33.3333%;
  }
}
@media (max-width: 1024px) {
  .b-footer-info_checkout li {
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  .b-footer-info_checkout li .fa {
    font-size: 20px !important;
  }
  .b-footer-info_checkout li p {
    margin: 0;
    font-size: 14px !important;
  }
}
.footer-fuss {
  padding: 30px 0;
}
.footer-fuss__title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-fuss__title {
    margin-bottom: 5px;
  }
}
.footer-fuss__list {
  display: inline-block;
}
.footer-fuss__item {
  display: inline-block;
  margin-right: 20px;
}
.footer-fuss__item a {
  text-transform: uppercase;
  line-height: 28px;
}
@media (max-width: 767px) {
  .footer-fuss__item {
    display: block;
    padding-bottom: 5px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .footer-fuss {
    padding: 10px 0;
  }
}
.cd-top {
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 65px;
  right: 5px;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center;
  z-index: 350;
  font-size: 26px;
  line-height: 50px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.17);
  box-shadow: 0 0 5px rgba(0,0,0,0.17);
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cd-top:hover {
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.25);
  box-shadow: 0 0 7px rgba(0,0,0,0.25);
}
.cd-top.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  right: 75px;
}
@media (max-width: 700px) {
  .cd-top.cd-top.cd-is-visible {
    right: 55px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cd-top {
    bottom: 145px;
  }
}
@media (max-width: 700px) {
  .cd-top {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 22px;
  }
}
.checkout-wrap #logo {
  margin-left: 15px;
}
.checkout-wrap #shop-nav {
  margin-right: 15px;
}
.checkout-steps .nav-wizard {
  display: inline-block;
  background: #8da700;
  margin-left: 0;
}
.checkout-steps .nav-wizard li {
  display: inline-block;
  padding: 18px;
  color: #fff;
}
.checkout-steps .nav-wizard li a {
  color: #fff;
  padding: 0 !important;
}
.checkout-steps .nav-wizard li.active {
  background: #5a9d00;
}
@media (max-width: 990px) {
  .checkout-steps .nav-wizard li {
    padding: 19px 10px;
  }
}
@media (max-width: 767px) {
  .checkout-steps .nav-wizard li {
    padding: 15px 18px 16px;
  }
}
@media (max-width: 767px) {
  .nav-main-fix:not(.affix) #shop-nav-xs .checkout-steps ul li a .fa {
    color: #fff !important;
  }
}
#panel-submit-order .table > tfoot > tr.info > td {
  background: none;
}
@media (max-width: 600px) {
  .checkout-wrap #logo {
    margin-left: 5px;
  }
  .checkout-wrap #shop-nav {
    margin-right: 0px;
  }
}
#couponblock .input-group {
  display: block;
}
#couponblock .input-group-btn {
  width: 100%;
  display: block;
}
#couponblock .input-group-btn .submit {
  width: 100%;
  margin-top: 5px;
}
#inc-steps-forms {
  margin-top: 20px;
}
#inc-steps-forms .text-info {
  color: #8da700;
}
#inc-steps-forms input.submit {
  background: #5a9d00;
  color: #fff;
}
@media (max-width: 450px) {
  #inc-steps-forms input.submit {
    width: 100%;
  }
}
#inc-steps-forms input.submit:hover {
  background: #8da700;
}
@media (max-width: 768px) {
  #inc-steps-forms legend {
    font-size: 16px;
  }
  #inc-steps-forms fieldset {
    margin-bottom: 15px;
  }
  #inc-steps-forms .forgotPass {
    text-align: center;
    margin-bottom: 15px;
  }
  #inc-steps-forms .form-group_nobottom {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (min-width: 541px) {
  #inc-steps-forms #existing-customer.col-xs-12,
  #inc-steps-forms #customer.col-xs-12 {
    width: 50%;
  }
  #inc-steps-forms #existing-customer.col-xs-12 .btn,
  #inc-steps-forms #customer.col-xs-12 .btn {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #inc-steps-forms #form-register .btn-success {
    width: 100%;
  }
}
.order {
  font-size: 15px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
@media (max-width: 767px) {
  .order {
    display: block;
    margin-top: 30px;
    border-spacing: inherit;
  }
}
.order__row {
  font-size: 0;
  display: table-row;
}
.order__row:not(:first-child) {
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .order__row {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .order__row_head {
    display: none;
  }
}
.order__cell {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .order__cell {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.order__cell_head {
  padding-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #828282;
  font-weight: normal;
}
.order__cell_img {
  padding: 15px;
  width: 220px;
}
@media (max-width: 767px) {
  .order__cell_img {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.order__cell_desc {
  font-size: 15px;
  width: 675px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .order__cell_desc {
    width: 250px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .order__cell_desc {
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .order__cell_qnt {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order__cell_price {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }
}
.order__price {
  font-size: 30px;
  color: #4a4a4a;
}
@media (max-width: 800px) {
  .order__price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .order__price {
    font-size: 22px;
  }
}
.order__img-wrap {
  display: inline-block;
  padding: 25px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .order__qnt .input-group {
    margin: 0 auto;
  }
}
.order-total {
  width: 300px;
  float: right;
  font-size: 0;
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .order-total {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .order-total {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .order-total {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .order-total {
    margin-right: 0px;
  }
}
.order-total__left,
.order-total__right {
  display: inline-block;
  font-size: 18px;
}
.order-total__row {
  margin-bottom: 15px;
}
.order-total__left {
  width: 60%;
  text-align: right;
  padding-right: 5px;
}
.order-total__right {
  width: 40%;
  text-align: right;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}
.addReadMore.showmorecontent .readMore {
  display: none;
}
.addReadMore .readMore,
.addReadMore .readLess {
  cursor: pointer;
  margin-left: 5px;
}
.addReadMore .readMore:hover,
.addReadMore .readLess:hover {
  text-decoration: none;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
#shipping-calculator-form #shipping {
  padding: 15px;
}
#shipping-calculator-form #basket-shipping-estimated .btn,
#shipping-calculator-form #basket-shipping-estimate-form .btn {
  white-space: normal;
  text-align: center;
  width: 100% !important;
  padding: 10px !important;
}
@media (max-width: 767px) {
  #shipping-calculator-form #basket-shipping-estimated .btn,
  #shipping-calculator-form #basket-shipping-estimate-form .btn {
    padding: 10px 4px !important;
  }
}
#shipping-calculator-form #basket-shipping-estimated .form-group,
#shipping-calculator-form #basket-shipping-estimate-form .form-group {
  display: block;
}
#shipping-calculator-form #basket-shipping-estimated .form-group:first-child,
#shipping-calculator-form #basket-shipping-estimate-form .form-group:first-child {
  margin-bottom: 5px;
}
#checkout-shipping-payment .content.text-muted {
  text-transform: none;
}
@media (max-width: 1024px) {
  .checkout-wrap #shop-nav-xs .navbar-collapse {
    margin-left: -15px !important;
  }
}
.order-submit .table {
  border-top: 1px solid #dddddd;
}
@media (max-width: 1024px) {
  #panel-edit-coupon {
    margin-bottom: 20px !important;
  }
}
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: relative;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #5a9d00;
}
.navbar-default .navbar-nav > .active > a {
  color: #fff;
}
.navbar-nav li .sub-category_sub {
  margin-top: -4px;
}
.col-type10 {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.megamenu {
  float: none;
}
.megamenu .scroll-box {
  position: relative;
}
.megamenu .level1 {
  position: unset;
}
.megamenu .level1 > ul {
  top: 0;
}
.megamenu .normaldropdown {
  position: relative !important;
}
.megamenu .label {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 9px !important;
  padding: 2px 4px;
  border-radius: 3px !important;
  font-weight: normal;
  text-transform: none;
}
.megamenu__horiz {
  position: static !important;
}
.megamenu__horiz_type7horiz {
  position: relative !important;
}
.megamenu__horiz_type7horiz .dropdown-menu {
  min-width: 250px !important;
}
.megamenu__horiz_type10horiz {
  position: relative !important;
}
.megamenu__horiz .dropdown-menu {
  width: 1370px;
}
@media (max-width: 1370px) {
  .megamenu__horiz .dropdown-menu {
    width: 1150px;
  }
}
.megamenu__horiz .fa-angle-down {
  margin-top: 3px;
  margin-left: 3px;
}
.megamenu__horiz:hover ul.dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.sub-category {
  width: 100% !important;
  min-width: 100% !important;
  border: 0 !important;
}
.sub-category__list a {
  padding: 12px 20px !important;
  white-space: normal !important;
}
.sub-category__list:hover > a {
  color: #fff !important;
  background: #5a9d00 !important;
}
.sub-category__list:hover > ul {
  top: 4px !important;
  opacity: 1 !important;
  background: #fff !important;
  display: block !important;
  visibility: visible !important;
  border-top: 0 !important;
}
.sub-category_sub {
  left: 100% !important;
  display: none !important;
}
.type2vert,
.type3vert,
.type4vert,
.type9vert,
.type5vert,
.type6vert,
.type7vert,
.type8vert,
.type8horiz,
.type9horiz,
.type10horiz {
  width: 1110px;
}
@media (max-width: 1150px) {
  .type2vert,
  .type3vert,
  .type4vert,
  .type9vert,
  .type5vert,
  .type6vert,
  .type7vert,
  .type8vert,
  .type8horiz,
  .type9horiz,
  .type10horiz {
    width: 702px;
  }
}
.type2vert .megamenu-content,
.type3vert .megamenu-content,
.type4vert .megamenu-content,
.type9vert .megamenu-content,
.type5vert .megamenu-content,
.type6vert .megamenu-content,
.type7vert .megamenu-content,
.type8vert .megamenu-content,
.type8horiz .megamenu-content,
.type9horiz .megamenu-content,
.type10horiz .megamenu-content {
  padding: 0 !important;
  overflow-y: unset;
}
.type2vert .mega-categories,
.type3vert .mega-categories,
.type4vert .mega-categories,
.type9vert .mega-categories,
.type5vert .mega-categories,
.type6vert .mega-categories,
.type7vert .mega-categories,
.type8vert .mega-categories,
.type8horiz .mega-categories,
.type9horiz .mega-categories,
.type10horiz .mega-categories {
  max-height: 450px;
  padding: 15px;
  position: relative;
}
.type2vert .mega-categories .category-wrapper,
.type3vert .mega-categories .category-wrapper,
.type4vert .mega-categories .category-wrapper,
.type9vert .mega-categories .category-wrapper,
.type5vert .mega-categories .category-wrapper,
.type6vert .mega-categories .category-wrapper,
.type7vert .mega-categories .category-wrapper,
.type8vert .mega-categories .category-wrapper,
.type8horiz .mega-categories .category-wrapper,
.type9horiz .mega-categories .category-wrapper,
.type10horiz .mega-categories .category-wrapper {
  padding: 0;
}
.type2vert .caption .title,
.type3vert .caption .title,
.type4vert .caption .title,
.type9vert .caption .title,
.type5vert .caption .title,
.type6vert .caption .title,
.type7vert .caption .title,
.type8vert .caption .title,
.type8horiz .caption .title,
.type9horiz .caption .title,
.type10horiz .caption .title {
  line-height: 14px;
  margin-bottom: 15px;
}
.type2vert .caption .title a,
.type3vert .caption .title a,
.type4vert .caption .title a,
.type9vert .caption .title a,
.type5vert .caption .title a,
.type6vert .caption .title a,
.type7vert .caption .title a,
.type8vert .caption .title a,
.type8horiz .caption .title a,
.type9horiz .caption .title a,
.type10horiz .caption .title a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
}
.type2vert .caption .title a .menu-label,
.type3vert .caption .title a .menu-label,
.type4vert .caption .title a .menu-label,
.type9vert .caption .title a .menu-label,
.type5vert .caption .title a .menu-label,
.type6vert .caption .title a .menu-label,
.type7vert .caption .title a .menu-label,
.type8vert .caption .title a .menu-label,
.type8horiz .caption .title a .menu-label,
.type9horiz .caption .title a .menu-label,
.type10horiz .caption .title a .menu-label {
  bottom: 120%;
}
.type2vert .subsub,
.type3vert .subsub,
.type4vert .subsub,
.type9vert .subsub,
.type5vert .subsub,
.type6vert .subsub,
.type7vert .subsub,
.type8vert .subsub,
.type8horiz .subsub,
.type9horiz .subsub,
.type10horiz .subsub {
  margin-bottom: 10px;
}
.type2vert .subsub li,
.type3vert .subsub li,
.type4vert .subsub li,
.type9vert .subsub li,
.type5vert .subsub li,
.type6vert .subsub li,
.type7vert .subsub li,
.type8vert .subsub li,
.type8horiz .subsub li,
.type9horiz .subsub li,
.type10horiz .subsub li {
  padding-bottom: 10px;
}
.type2vert .subsub li a .menu-label,
.type3vert .subsub li a .menu-label,
.type4vert .subsub li a .menu-label,
.type9vert .subsub li a .menu-label,
.type5vert .subsub li a .menu-label,
.type6vert .subsub li a .menu-label,
.type7vert .subsub li a .menu-label,
.type8vert .subsub li a .menu-label,
.type8horiz .subsub li a .menu-label,
.type9horiz .subsub li a .menu-label,
.type10horiz .subsub li a .menu-label {
  bottom: 120%;
}
.type2vert .brand-logos,
.type3vert .brand-logos,
.type4vert .brand-logos,
.type9vert .brand-logos,
.type5vert .brand-logos,
.type6vert .brand-logos,
.type7vert .brand-logos,
.type8vert .brand-logos,
.type8horiz .brand-logos,
.type9horiz .brand-logos,
.type10horiz .brand-logos {
  padding: 30px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.25);
}
.type2vert .brand-logos__nav,
.type3vert .brand-logos__nav,
.type4vert .brand-logos__nav,
.type9vert .brand-logos__nav,
.type5vert .brand-logos__nav,
.type6vert .brand-logos__nav,
.type7vert .brand-logos__nav,
.type8vert .brand-logos__nav,
.type8horiz .brand-logos__nav,
.type9horiz .brand-logos__nav,
.type10horiz .brand-logos__nav {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}
.type2vert .brand-logos__prev,
.type2vert .brand-logos__next,
.type3vert .brand-logos__prev,
.type3vert .brand-logos__next,
.type4vert .brand-logos__prev,
.type4vert .brand-logos__next,
.type9vert .brand-logos__prev,
.type9vert .brand-logos__next,
.type5vert .brand-logos__prev,
.type5vert .brand-logos__next,
.type6vert .brand-logos__prev,
.type6vert .brand-logos__next,
.type7vert .brand-logos__prev,
.type7vert .brand-logos__next,
.type8vert .brand-logos__prev,
.type8vert .brand-logos__next,
.type8horiz .brand-logos__prev,
.type8horiz .brand-logos__next,
.type9horiz .brand-logos__prev,
.type9horiz .brand-logos__next,
.type10horiz .brand-logos__prev,
.type10horiz .brand-logos__next {
  display: inline-block;
  margin-right: 15px;
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}
.type2vert .brand-logos__prev:hover,
.type2vert .brand-logos__next:hover,
.type3vert .brand-logos__prev:hover,
.type3vert .brand-logos__next:hover,
.type4vert .brand-logos__prev:hover,
.type4vert .brand-logos__next:hover,
.type9vert .brand-logos__prev:hover,
.type9vert .brand-logos__next:hover,
.type5vert .brand-logos__prev:hover,
.type5vert .brand-logos__next:hover,
.type6vert .brand-logos__prev:hover,
.type6vert .brand-logos__next:hover,
.type7vert .brand-logos__prev:hover,
.type7vert .brand-logos__next:hover,
.type8vert .brand-logos__prev:hover,
.type8vert .brand-logos__next:hover,
.type8horiz .brand-logos__prev:hover,
.type8horiz .brand-logos__next:hover,
.type9horiz .brand-logos__prev:hover,
.type9horiz .brand-logos__next:hover,
.type10horiz .brand-logos__prev:hover,
.type10horiz .brand-logos__next:hover {
  color: #5a9d00;
}
.type2vert .brand-logos__prev:before,
.type3vert .brand-logos__prev:before,
.type4vert .brand-logos__prev:before,
.type9vert .brand-logos__prev:before,
.type5vert .brand-logos__prev:before,
.type6vert .brand-logos__prev:before,
.type7vert .brand-logos__prev:before,
.type8vert .brand-logos__prev:before,
.type8horiz .brand-logos__prev:before,
.type9horiz .brand-logos__prev:before,
.type10horiz .brand-logos__prev:before {
  content: "\f104";
}
.type2vert .brand-logos__next:before,
.type3vert .brand-logos__next:before,
.type4vert .brand-logos__next:before,
.type9vert .brand-logos__next:before,
.type5vert .brand-logos__next:before,
.type6vert .brand-logos__next:before,
.type7vert .brand-logos__next:before,
.type8vert .brand-logos__next:before,
.type8horiz .brand-logos__next:before,
.type9horiz .brand-logos__next:before,
.type10horiz .brand-logos__next:before {
  content: "\f105";
}
.type8horiz .mega-categories,
.type9horiz .mega-categories,
.type10horiz .mega-categories {
  height: auto;
}
.type3vert .category-wrapper {
  margin-bottom: 10px;
}
.navbar .type2vert li > a,
.navbar .type3vert li > a,
.navbar .type7vert li > a,
.navbar .type8vert li > a,
.navbar .type9horiz li > a,
.navbar .type10horiz li > a {
  font-size: 12px;
  color: #848484;
}
.navbar .type2vert li > a:hover,
.navbar .type3vert li > a:hover,
.navbar .type7vert li > a:hover,
.navbar .type8vert li > a:hover,
.navbar .type9horiz li > a:hover,
.navbar .type10horiz li > a:hover {
  color: #8da700;
}
.type3vert .mega-categories {
  max-height: 400px;
}
.type3vert .caption .title {
  margin-top: 0;
}
.mega-product {
  margin-right: 30px;
}
.mega-product .caption .title {
  margin: 0;
  margin-bottom: 5px;
}
.mega-product img {
  width: auto !important;
}
.type8vert .caption .title {
  margin-top: 0;
}
.megamenu .type11horiz .megamenu-content {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.menuWithImgText .col-xs-4 {
  padding: 0 !important;
}
.menuWithImgText .mega-categories {
  padding-top: 0;
}
.menuWithImgText__to {
  padding: 15px;
}
.menuWithImgText__to .title {
  color: #8da700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}
.menuWithImgText__to .img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.menuWithImgText__link {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 12px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #797979 !important;
  white-space: nowrap;
}
.menuWithImgText__link:hover {
  color: #fff !important;
  background: #5a9d00 !important;
}
.menuWithImgText__link.-hover {
  color: #fff !important;
  background: #5a9d00 !important;
}
.menuWithImgText__text {
  padding: 12px 15px !important;
}
.menuWithImgText__level2 {
  display: none;
}
.menuWithImgText__level2.-active {
  display: block;
}
.mega-services {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px;
  background: #f9f9f9;
}
.mega-services__item {
  width: 25%;
  margin-left: 15px;
}
.mega-services__item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  margin-right: 50px;
}
.mega-services__title {
  position: relative;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.mega-services__title:before {
  position: absolute;
  top: -5px;
  left: -25px;
  font-family: 'Material Icons';
  font-size: 20px;
}
.mega-services__title_i1:before {
  content: "\e195";
}
.mega-services__title_i2:before {
  content: "\e8cb";
}
.mega-services__title_i3:before {
  content: "\e558";
}
.mega-services__title_i4:before {
  content: "\e88f";
}
.mega-services__text {
  font-size: 12px;
  color: #777;
}
@media (max-width: 767px) {
  .nav-main-fix:not(.affix) .navbar {
    background: none;
  }
  .nav-main-fix:not(.affix) .btn-mobmenu-toggle {
    background: none !important;
    line-height: 24px;
    font-size: 16px;
  }
  .nav-main-fix:not(.affix) #shop-nav-xs {
    position: relative;
    z-index: 100;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #8da700 !important;
  }
  .nav-main-fix:not(.affix) #shop-nav-xs ul.navbar-left li {
    background: #5a9d00;
  }
  .nav-main-fix:not(.affix) #shop-nav-xs ul li a {
    color: #fff !important;
  }
  .action-nav li:first-child a {
    padding-right: 5px !important;
  }
  .nav-main-fix.affix a.btn-mobmenu-toggle {
    padding: 15px 10px 16px 17px;
  }
  .navbar-default .nav > li > a,
  .navbar-default .btn {
    position: relative;
    padding: 14px 15px 14px 15px;
  }
}
.hover-mask h3 {
  display: table;
  margin: 0 auto;
}
.hover-mask {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 3;
  text-align: center;
  transform: translateY(calc(-30%)) translateZ(0);
  -webkit-transform: translateY(-webkit-calc(-30%)) translateZ(0);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.more-products {
  line-height: 20px;
  margin-top: 5px;
  opacity: 0;
  color: rgba(255,255,255,0.9);
  transform: translateY(15px) translateZ(0);
  -webkit-transform: translateY(15px) translateZ(0);
  -webkit-transition: transform .3s ease, opacity .3s ease;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}
li.allcats {
  position: static !important;
  background: #5a9d00;
  padding-top: 5px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-top: -6px;
  margin-right: 10px;
  width: 260px;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
.allcats > a > .fa {
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
}
.allcats .smarrow {
  margin-top: 2px;
}
.allcatsname {
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding-right: 30px;
  padding-left: 10px;
}
.allcats > ul {
  width: 100%;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top: 0 !important;
  display: block !important;
  border-bottom: 0 !important;
}
.allcats > ul > li > ul {
  display: none;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.allcats.open > .dropdown-menu .dropdown-menu {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.allcats > ul > li:hover > ul {
  opacity: 1 !important;
  background: #fff !important;
  display: block !important;
  visibility: visible !important;
}
.allcats > ul > li > a {
  padding: 12px 20px !important;
}
.allcats a {
  cursor: pointer;
}
.allcats img {
  width: 100%;
  max-width: none !important;
}
.allcats > ul > li.active > a,
.allcats > ul > li:hover > a {
  color: #fff !important;
  background: #5a9d00 !important;
}
.allcats:hover > ul.dropdown-menu.keepopen {
  opacity: 1;
  visibility: visible;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #dfdfdf;
}
.allcats > ul > li:hover > ul {
  position: absolute !important;
  left: 100% !important;
  top: 5px !important;
  border-top: 0 !important;
}
.allcats .megamenu-content {
  padding: 15px;
  padding-top: 0;
}
.allcats .category-title a {
  padding-left: 0 !important;
}
.allcats .og-close:after,
.allcats .og-close:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 30%;
  right: 0;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.allcats .og-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.allcats .og-close {
  position: absolute;
  width: 30px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.titelpre {
  font-size: 15px;
}
.menutooltip {
  display: table;
  margin: auto;
  opacity: 0.9;
  top: 0;
  width: auto;
  margin-top: -3px;
  padding: 5px 0;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.menutooltip .tooltip-arrow {
  bottom: 1px !important;
}
.menutooltip .tooltip-inner {
  font-size: 10px;
  letter-spacing: 0.1px;
}
ul.dropdown-menu.keepopen.type3vert {
  position: absolute;
  width: 1012px;
}
.allcats .type2vert .col-xs-6.col-sm-3.col-lg-3,
.allcats .type3vert .col-xs-6.col-sm-3.col-lg-3,
.allcats .type4vert .col-xs-6.col-sm-3.col-lg-3,
.allcats .type5vert .col-xs-6.col-sm-3.col-lg-3,
.allcats .type6vert .col-xs-6.col-sm-3.col-lg-3 {
  float: none;
  display: inline-grid;
}
.switch-variations .bootstrap-select .dropdown-menu {
  z-index: 13;
}
.allcats .level1 ul.dropdown-menu:not(.sub-category) {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.menubild {
  margin-bottom: 15px;
}
.menubild .col-xs-6:nth-child(1) {
  padding-right: 7px;
}
.menubild .col-xs-6:nth-child(2) {
  padding-left: 7px;
}
.allcats .level1 ul.dropdown-menu .megamenu-content {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.allcats .level1 .back {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.megamenu a span {
  position: relative;
}
a .menu-label {
  opacity: 1;
}
.menu-label {
  line-height: 12px;
  letter-spacing: .3px;
  font-size: 10px;
  font-weight: 400;
}
.menu-label {
  position: absolute !important;
  right: -15px;
  top: -20px;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
  padding: 3px 5px;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease, color .25s ease, background-color .25s ease;
  transition: opacity .3s ease, color .25s ease, background-color .25s ease;
}
.menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 0 0;
  border-top-color: transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.megamenu .mega-categories .category-wrapper img {
  max-width: none;
  width: 100%;
}
.col-sm-five {
  width: 20%;
}
.type5vert .row-eq-height {
  width: auto !important;
}
.type8horiz .mega-categories > .col-xs-12 {
  padding: 0 23px !important;
}
.type8horiz .mega-categories > .col-xs-12 .col-xs-6.col-sm-2 {
  padding: 0 7.5px;
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
}
.type8horiz .mega-categories {
  padding-bottom: 0;
}
.type8vert .col-xs-6-s {
  display: inline-table !important;
  float: none !important;
}
.category-title {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 10px;
  width: auto;
  background: rgba(0,0,0,0.3);
}
@media (max-width: 320px) {
  .category-title {
    font-size: 14px;
  }
}
.three-two-blocks {
  -webkit-transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
}
.three-two-blocks .wrapp-category {
  overflow: hidden;
}
.three-two-blocks .category-image {
  display: block;
  margin: -1px;
}
a.category-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.three-two-blocks__item {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .three-two-blocks__item:nth-child(odd) {
    padding-right: 5px;
  }
  .three-two-blocks__item:nth-child(even) {
    padding-left: 5px;
  }
  .three-two-blocks__item:last-child {
    padding-right: 15px;
    padding-left: 5px;
  }
}
@media (min-width: 1601px) {
  .three-two-blocks__item:last-child {
    margin-top: 21px;
  }
}
@media (max-width: 1600px) {
  .three-two-blocks__item:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .three-two-blocks__item:last-child {
    margin-top: 16px;
  }
}
@media (max-width: 990px) {
  .three-two-blocks__item:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .three-two-blocks__item:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .three-two-blocks__item:last-child {
    margin-top: 13px;
  }
}
@media (max-width: 320px) {
  .three-two-blocks__item:last-child {
    margin-top: 10px;
  }
}
.custom-variations_box .form-group .variation {
  display: inline;
  border: 0;
  text-align: left;
  width: auto;
  clear: both;
  float: left;
}
.custom-variations_box .form-group .variation:hover {
  background: none;
}
.custom-variations_box .form-group .variation span.label-variation {
  display: inline-block;
  min-width: 30px;
}
.switch-variations .bootstrap-select .dropdown-toggle {
  padding-left: 12px;
}
.switch-variations .bootstrap-select .dropdown-toggle:focus {
  color: #333 !important;
}
.switch-variations .bootstrap-select .dropdown-menu {
  z-index: 5;
}
@media (max-width: 767px) {
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 12px;
    text-transform: none;
  }
  .bootstrap-select.btn-group .dropdown-toggle {
    margin: 10px 0 !important;
  }
  #product-list.gallery .variations.row {
    margin: 0 !important;
  }
}
.countdown {
  position: relative;
  display: inline-block;
  margin: 24px 0 15px 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px -5px #666666;
  -moz-box-shadow: 0 0 20px -5px #666666;
  box-shadow: 0 0 20px -5px #666666;
  height: 48px;
}
.countdown__count {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 22px;
  background-color: #fff;
  color: #333333;
  line-height: 20px;
}
.countdown__discount {
  position: relative;
  text-align: right;
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #E24D35;
  line-height: 48px;
}
.countdown__discount:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -3px;
  right: -22px;
  margin-left: 0;
  border-top: 26px solid transparent;
  border-left: 23px solid #E24D35;
  border-bottom: 26px solid transparent;
}
.countdown__section {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 4px 0;
  margin: 0 5px;
  margin-left: 2px;
  line-height: 13px;
  font-size: 14px;
  white-space: nowrap;
}
.countdown__section:before {
  content: ":";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-weight: 400;
  font-size: 20px;
  right: -40%;
}
.countdown__section_D:before {
  content: none;
}
.countdown__section:last-child:before {
  content: none;
}
.countdown__amount {
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 2px;
  display: block;
}
.countdown__period {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 1600px) and (min-width: 990px) {
  .evo-slider .countdown__count,
  .evo-box-slider .countdown__count,
  #product-list.list .countdown__count,
  #product-list.gallery .countdown__count {
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .evo-slider .countdown__count,
  .evo-box-slider .countdown__count,
  #product-list.list .countdown__count,
  #product-list.gallery .countdown__count {
    padding-top: 2px;
    padding-left: 2px;
  }
}
@media (max-width: 890px) {
  .evo-slider .countdown__count,
  .evo-box-slider .countdown__count,
  #product-list.list .countdown__count,
  #product-list.gallery .countdown__count {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__discount,
  .evo-box-slider .countdown__discount,
  #product-list.list .countdown__discount,
  #product-list.gallery .countdown__discount {
    font-size: 13px;
    padding-top: 15px;
  }
}
@media (max-width: 400px) {
  .evo-slider .countdown__discount,
  .evo-box-slider .countdown__discount,
  #product-list.list .countdown__discount,
  #product-list.gallery .countdown__discount {
    font-size: 10px;
    padding: 11px 5px;
  }
}
@media (max-width: 400px) {
  .evo-slider .countdown__discount:after,
  .evo-box-slider .countdown__discount:after,
  #product-list.list .countdown__discount:after,
  #product-list.gallery .countdown__discount:after {
    right: -10px;
    border-top: 19px solid transparent;
    border-left: 10px solid #E24D35;
    border-bottom: 19px solid transparent;
  }
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__section,
  .evo-box-slider .countdown__section,
  #product-list.list .countdown__section,
  #product-list.gallery .countdown__section {
    padding: 0;
  }
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__section:before,
  .evo-box-slider .countdown__section:before,
  #product-list.list .countdown__section:before,
  #product-list.gallery .countdown__section:before {
    font-size: 12px;
    right: -30%;
  }
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__amount,
  .evo-box-slider .countdown__amount,
  #product-list.list .countdown__amount,
  #product-list.gallery .countdown__amount {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .evo-slider .countdown__amount,
  .evo-box-slider .countdown__amount,
  #product-list.list .countdown__amount,
  #product-list.gallery .countdown__amount {
    font-size: 10px;
    line-height: 16px;
    padding-bottom: 0;
  }
}
.evo-slider .countdown,
.evo-box-slider .countdown,
#product-list.gallery .countdown {
  font-size: 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
.evo-slider .countdown__count,
.evo-box-slider .countdown__count,
#product-list.gallery .countdown__count {
  width: 80%;
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__count,
  .evo-box-slider .countdown__count,
  #product-list.gallery .countdown__count {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.evo-slider .countdown__discount,
.evo-box-slider .countdown__discount,
#product-list.gallery .countdown__discount {
  width: 20%;
  padding: 0;
}
@media (max-width: 1600px) and (min-width: 990px),(max-width: 890px) {
  .evo-slider .countdown__section:nth-child(1),
  .evo-box-slider .countdown__section:nth-child(1),
  #product-list.gallery .countdown__section:nth-child(1) {
    display: inline-block;
  }
}
@media (max-width: 1600px) and (min-width: 990px) {
  #product-list.list .countdown__discount {
    padding-top: 13px;
  }
}
@media (max-width: 1600px) and (min-width: 990px) {
  #product-list.list .countdown__count {
    padding-top: 12px;
    padding-bottom: 11px;
    line-height: 20px;
  }
}
@media (max-width: 1600px) and (min-width: 990px) {
  #product-list.list .countdown__section:nth-child(1) {
    display: inline-block;
  }
}
.b-manufacturer .thumbnail {
  border: none !important;
}
.b-manufacturer .thumbnail .caption {
  text-align: center;
}
@media (max-width: 1024px) {
  .b-manufacturer .content-cats-small {
    text-align: center;
  }
  .b-manufacturer .col-xs-6.col-sm-2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
  }
}
.mega-categories .manufacturer h5 a {
  color: #8da700;
}
.manufacturers-link {
  position: static !important;
}
.manufacturers-link .fa-angle-down {
  margin-left: 3px;
}
.manufacturers {
  position: absolute;
  margin: 0 auto;
  max-width: 1370px;
  top: 100%;
  background: #fff !important;
}
.manufacturers .megamenu-content .caption > .title {
  margin-top: 5px !important;
}
.manufacturers .megamenu-content {
  position: relative;
  overflow-y: unset !important;
  padding: 0 !important;
}
@media (max-width: 1100px) {
  .manufacturers .megamenu-content {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .manufacturers {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .manufacturers {
    width: 1120px;
  }
  .manufacturers .mega-categories.manufacturer .col-sm-2 {
    width: 14.2%;
  }
}
@media (min-width: 1400px) {
  .manufacturers {
    width: 1270px;
  }
}
@media (min-width: 1600px) {
  .manufacturers {
    width: 1370px;
  }
}
.manufacturers .btn-wrap {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.manufacturers .btn {
  background: #5a9d00;
  padding: 10px 30px !important;
}
.manufacturers #buttonAll {
  display: none;
}
.manufacturer-letters {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  flex-wrap: wrap;
  padding: 30px 0 10px;
}
.manufacturer-letters__drop {
  display: block;
  position: static;
  padding-bottom: 10px;
}
.manufacturer-letters__drop:last-child .manufacturer-letters__link {
  padding-right: 0;
}
.manufacturer-letters__link {
  display: block;
  cursor: pointer;
  padding-right: 28px;
  font-size: 18px !important;
  color: #000 !important;
}
.manufacturer-letters__link:hover {
  color: #5a9d00 !important;
  transition: linear 0.2s;
}
@media (max-width: 1100px) {
  .manufacturer-letters__link {
    font-size: 16px !important;
    padding-right: 22px;
  }
}
.manufacturer-letters__link2 {
  display: block;
  font-size: 12px !important;
  color: #000 !important;
}
.manufacturer-letters__link2:hover {
  color: #5a9d00 !important;
}
.manufacturer-letters_ver .manufacturer-letters__link {
  padding: 0;
}
.manufacturer-letters_ver .manufacturer-letters__drop ul > li > a {
  font-size: 14px;
  color: #000;
}
.manufacturer-letters_ver .manufacturer-letters__drop ul > li > a:hover {
  color: #5a9d00 !important;
}
.manufacturer-letters__drop.open .manufacturer-letters__link {
  color: #5a9d00 !important;
}
.manufacturer-letters__drop-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  margin: 0 auto;
}
.manufacturer-letters__drop-menu .row {
  padding-top: 15px;
}
.manufacturer-letters__drop-menu li {
  display: block;
  padding-bottom: 5px;
  margin: 12px;
}
.manufacturer-letters__drop-menu li a {
  position: relative;
  display: block;
  padding-right: 0;
  font-size: 14px;
  color: #000;
}
.manufacturer-letters__drop-menu li .caption {
  margin-top: 25px;
}
.manufacturer-letters__drop-menu .manufacturer-name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.manufacturer-letters__drop.open .manufacturer-letters__drop-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.page18 .b-bigslider .nivo-controlNav {
  bottom: -62px;
  z-index: 9;
}
.subsliders {
  position: relative;
  z-index: 7;
  margin-top: -150px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.subsliders.boxedsb {
  margin-bottom: -20px;
  margin-top: -130px;
}
@media (max-width: 950px) {
  .subsliders {
    height: 190px;
  }
}
.subsliders__wrap {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  background: transparent;
}
.subsliders__wrap:last-child {
  margin-right: 0;
}
@media (max-width: 950px) {
  .subsliders__wrap {
    width: 30%;
  }
}
.subsliders__title {
  background: #8da700;
  color: #fff;
  text-align: center;
  padding: 10px;
  min-height: 30px;
  -moz-transition: linear 0.6s;
  -o-transition: linear 0.6s;
  -webkit-transition: linear 0.6s;
  transition: linear 0.6s;
  position: relative;
  z-index: 10;
}
.subsliders__title span {
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
@media (max-width: 768px) {
  .subsliders__title span {
    font-size: 12px;
  }
}
.subsliders__img {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.subsliders__wrap .subsliders__item:not(:first-child) .subsliders__title {
  display: none;
}
.coupon-popup__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 14px 8px 40px;
  font-size: 18px;
  font-weight: 600;
  background-color: #5a9d00;
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzIsMjcxLjY5MnYxOTJjMCwxNy42NjQsMTQuMzY4LDMyLDMyLDMyaDE2MHYtMjI0SDMyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4MCwxNDMuNjkySDM3OC43NTJjNy4yNjQtNC45NiwxMy41MDQtOS44ODgsMTcuODU2LTE0LjMwNGMyNS44MjQtMjUuOTUyLDI1LjgyNC02OC4xOTIsMC05NC4xNDQgICAgYy0yNS4wODgtMjUuMjgtNjguOC0yNS4yMTYtOTMuODU2LDBjLTEzLjg4OCwxMy45Mi01MC42ODgsNzAuNTkyLTQ1LjYsMTA4LjQ0OGgtMi4zMDRjNS4wNTYtMzcuODU2LTMxLjc0NC05NC41MjgtNDUuNi0xMDguNDQ4ICAgIGMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzIgICAgYy0xNy42MzIsMC0zMiwxNC4zNjgtMzIsMzJ2NDhjMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmgyMDh2LTY0aDY0djY0aDIwOGM4LjgzMiwwLDE2LTcuMTY4LDE2LTE2di00OCAgICBDNTEyLDE1OC4wNiw0OTcuNjY0LDE0My42OTIsNDgwLDE0My42OTJ6IE0yMjIuMTEyLDE0Mi42MzZjMCwwLTEuMzQ0LDEuMDU2LTUuOTIsMS4wNTZjLTIyLjExMiwwLTY0LjMyLTIyLjk3Ni03OC4xMTItMzYuODY0ICAgIGMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMiAgICBDMjA4LjEyOCw3OS41LDIyOS41NjgsMTM0LjkyNCwyMjIuMTEyLDE0Mi42MzZ6IE0yOTUuNzc2LDE0My42OTJjLTQuNTQ0LDAtNS44ODgtMS4wMjQtNS44ODgtMS4wNTYgICAgYy03LjQ1Ni03LjcxMiwxMy45ODQtNjMuMTM2LDM1LjU1Mi04NC44MzJjMTIuODk2LTEzLjAyNCwzNS40NTYtMTMuMDg4LDQ4LjQ4LDBjMTMuNDQsMTMuNTA0LDEzLjQ0LDM1LjUyLDAsNDkuMDI0ICAgIEMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI4OCwyNzEuNjkydjIyNGgxNjBjMTcuNjY0LDAsMzItMTQuMzM2LDMyLTMydi0xOTJIMjg4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-position: 10px center;
}
.coupon-popup__body {
  position: relative;
  z-index: 2;
  display: none;
  width: 360px;
  height: 340px;
  padding: 10px;
  text-align: center;
  background: #5a9d00;
  color: #fff;
}
.coupon-popup__body-close {
  position: absolute;
  right: 10px;
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  cursor: pointer;
}
.coupon-popup__body-close:before {
  content: "\e14c";
}
.coupon-popup__title {
  font-size: 26px;
}
.coupon-popup__subtitle {
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
}
.coupon-popup__coupon {
  background: #fff;
  margin: 10px 0;
  padding: 8px 0;
  border-radius: 4px;
  color: #5a9d00;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}
.coupon-popup__copy {
  background: #8da700;
  margin: 10px 0;
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}
.coupon-popup__no:hover {
  color: #fff !important;
}
.coupon-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
#instafeed {
  display: flex;
  flex-wrap: wrap;
}
#instafeed a {
  display: block;
  width: 20%;
}
@media (max-width: 420px) {
  #instafeed a {
    width: 50%;
  }
}
#instafeed img {
  max-width: 100%;
}
.instagramfeed .box-heading {
  padding-top: 20px;
}
.instagramfeed .box-heading:before {
  top: 32px;
}
.page18 .startsite-text {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.page18 .startcarousel .expandable:after {
  z-index: -1;
}
@media (max-width: 1024px) {
  .page18 #content .container {
    margin: 0 !important;
  }
  .page18 #content .container section.b-topbanner {
    margin-top: 0;
  }
  .page18 #content .container section.b-news {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page18 #content .container section .container {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .page18 .b-support-product ul li {
    width: 30%;
    height: 199px;
  }
  .page18 .startsite-text {
    margin-top: 0;
    padding-top: 10px;
  }
  .page18 .is-title-lite {
    letter-spacing: 0;
    word-spacing: 0;
  }
}
@media (max-width: 767px) {
  .page18 .size-21 {
    font-size: 15px;
  }
  .page18 .b-news .box-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .page18 .positionscontainer {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #footer-boxes .b-footer-menu-item {
    border-bottom: none !important;
  }
}
@media (max-width: 540px) {
  #footer-boxes .panel-strap {
    text-align: left;
  }
}
#faq h1 {
  margin-top: 40px;
}
#map_container {
  height: 500px;
  margin-top: 15px;
}
#map_container h3 {
  margin-bottom: 10px;
  text-align: center;
}
#map_container #googlemaps {
  height: 500px;
}
.subcategories .item-desc-inner {
  padding: 10px 0;
}
#improve_search {
  border-top: 1px solid #dfdfdf !important;
  padding-top: 10px;
}
#add-to-cart input.quantity {
  height: 42px;
  width: 50px;
  text-align: center;
}
#add-to-cart input[type=number]::-webkit-inner-spin-button,
#add-to-cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#add-to-cart .btn-number {
  padding: 5px 10px;
}
#article-tabs form input[type="text"] {
  height: 42px;
  width: calc(95%);
}
#wishlist form .btn-success,
#wishlist form .btn-danger {
  margin-top: 0;
  height: 40px;
  border-radius: 0;
}
#wishlist form .btn-success.disabled,
#wishlist form .btn-danger.disabled {
  color: #fff;
  background: #5a9d00;
  border-color: #5a9d00;
}
#wishlist form .btn-danger {
  margin-right: 10px;
  border: 1px solid #ddd;
  color: #5a9d00;
}
#wishlist form .btn-danger:hover {
  border-color: #5a9d00;
  color: #fff;
  background: #5a9d00;
}
#wishlist form input[type="text"] {
  height: 43px;
  width: calc(95%);
}
#result-wrapper .content-cats-small ul.list-unstyled a .fa {
  margin-right: 2px;
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
#result-wrapper .content-cats-small ul.list-unstyled a:hover {
  text-decoration: none;
}
#result-wrapper .content-cats-small ul.list-unstyled a:hover .fa {
  margin-right: 10px;
}
#result-options .displayoptions select {
  margin-right: 5px;
  max-width: none !important;
}
@media (max-width: 767px) {
  #result-options .active-filters .label {
    display: inline;
  }
  #result-options .panel-body {
    padding: 10px;
  }
}
.item_desc.custom_content {
  margin-top: 15px;
  margin-bottom: 25px;
}
.catdesc {
  margin-left: -20px;
  margin-right: -20px;
}
.b-tabs-info .tab-pane {
  border-radius: 0 !important;
}
.b-tabs-info .tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}
.b-tabs-info .tabs >section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.b-tabs-info .tabs >section >p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.b-tabs-info .tabs >input {
  display: none;
  position: absolute;
}
.b-tabs-info .tabs >input:checked+label {
  color: #555;
  border-top: 2px solid #5a9d00;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.b-tabs-info .tabs >label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 15px;
  font-weight: 400;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #fff;
}
.b-tabs-info .tabs >label:hover {
  color: #888;
  cursor: pointer;
}
.b-tabs-info #tab1:checked~#content-tab1 {
  display: block;
}
.b-tabs-info #tab2:checked~#content-tab2 {
  display: block;
}
.b-tabs-info #tab3:checked~#content-tab3 {
  display: block;
}
.b-tabs-info #tab4:checked~#content-tab4 {
  display: block;
}
@media (max-width: 768px) {
  .buttons-group-details .product__actions {
    text-align: center;
  }
  .buttons-group-details #product-actions {
    float: none !important;
    display: inline-block;
  }
}
#product-actions {
  text-align: center;
  float: none;
}
@media (max-width: 1120px) {
  #product-actions {
    float: left !important;
  }
}
@media (max-width: 1024px) {
  #product-actions {
    clear: both;
  }
}
@media (max-width: 767px) {
  #product-actions {
    float: right !important;
  }
}
#product-actions .btn {
  margin: 15px 10px 0 0;
  padding-left: 16px;
  padding-right: 16px;
}
#product-actions .btn:last-child {
  margin-right: 0;
}
#buy_form .product-offer hr {
  margin: 5px 0 !important;
}
#buy_form .shortdesc {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
#buy_form .shortdesc ul {
  list-style: disc;
  margin-left: 20px;
}
#buy_form .product-info {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
#buy_form .product-info .statusen,
#buy_form .product-info p.estimated-delivery,
#buy_form .product-info .b-delivery,
#buy_form .product-info .rating-wrapper {
  display: inline-block;
}
#buy_form .product-info .b-delivery {
  margin-bottom: 10px;
}
#buy_form .product-info .b-delivery .statusen,
#buy_form .product-info .b-delivery .estimated-delivery {
  margin-right: 10px;
}
#buy_form .product-info .Artikelnummer {
  display: inline-block;
  margin-right: 5px;
}
#buy_form .product-info .Artikelnummer p {
  margin-top: 0;
}
#buy_form .product-info .Artikelnummer * {
  display: inline-block;
}
#buy_form .product-info .product-headline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#buy_form .product-info .product-headline h1.product-title {
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #8da700;
  font-size: 20px;
}
@media (max-width: 767px) {
  #buy_form .product-info .product-headline h1.product-title {
    line-height: 25px !important;
  }
}
#buy_form .product-info .priceblock .b-delivery {
  text-align: left;
}
#buy_form .product-info .priceblock .b-delivery .statusen {
  display: inline-block;
}
#buy_form .product-info .priceblock .b-delivery p.estimated-delivery {
  margin: 0 0 0 5px;
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
#buy_form .product-info .priceblock .b-delivery p.estimated-delivery:before {
  content: '|';
  padding-right: 10px;
}
#buy_form .product-info .priceblock .price {
  font-size: 30px;
}
@media (max-width: 767px) {
  #buy_form .product-info .priceblock .price {
    font-size: 22px;
  }
}
#buy_form .dropdown-menu li:hover a,
#buy_form .dropdown-menu li:focus a,
#buy_form .dropdown-menu li:active a {
  color: #fff !important;
}
.page1 .statusen.floatl:after {
  content: "|";
  margin-left: 5px;
}
.choose_quantity .box-qty,
.choose_quantity .quantswitch {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.choose_quantity input.quantity {
  -moz-appearance: textfield;
}
.choose_quantity .quantswitch {
  margin-right: 10px;
}
.choose_quantity .quantswitch button.btn-number {
  padding: 0 !important;
  border: none;
  margin: 0;
}
.choose_quantity .quantswitch button.btn-number:hover,
.choose_quantity .quantswitch button.btn-number:focus,
.choose_quantity .quantswitch button.btn-number:active {
  background: #fff;
}
.choose_quantity .quantswitch button.btn-number:hover .fa,
.choose_quantity .quantswitch button.btn-number:focus .fa,
.choose_quantity .quantswitch button.btn-number:active .fa {
  color: #5a9d00;
}
.choose_quantity .unit {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.choose_quantity .submit {
  margin: 0;
  background: #5a9d00;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .choose_quantity .submit:hover {
    background: #8da700;
    color: #fff;
    border-color: #8da700;
  }
}
@media (max-width: 768px) {
  .priceinnerblock {
    text-align: center;
  }
  .priceinnerblock .price-note {
    padding-bottom: 15px;
  }
  .manfakblock .manufacturer-row {
    text-align: center !important;
  }
  #buy_form .shortdesc {
    margin-top: 0;
  }
  #buy_form .shortdesc,
  #buy_form .product-info .product-headline {
    text-align: center;
  }
  .product-info .discount {
    float: none;
    display: inline-block;
  }
  #buy_form .product-info .b-delivery {
    display: block;
    text-align: center;
  }
  #product-actions {
    clear: both;
  }
  #add-to-cart .input-group-btn {
    width: auto;
  }
  #add-to-cart .choose_quantity .submit {
    padding: 12px 13px !important;
    font-size: 12px !important;
  }
  #add-to-cart .choose_quantity .submit .fa {
    margin-right: 5px;
  }
  .product__countdown {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-carousel .price_wrapper .price {
    font-size: 12px !important;
  }
  #article_question {
    margin-top: 20px;
  }
  #article_question legend {
    font-size: 16px;
  }
}
#order-confirm .panel {
  margin-bottom: -1px;
}
#order-confirm .panel .panel-heading {
  border: none;
  padding: 0;
}
#order-confirm .panel .panel-heading .panel-title {
  padding: 0;
}
#order-confirm .panel .panel-heading .panel-title span.b-subtitle {
  padding: 10px 5px 0 16px;
  color: #5a9d00 !important;
  text-align: left;
  display: block;
}
#order-confirm .panel .panel-heading .panel-title a {
  margin-top: 0;
  padding: 10px 5px;
  display: block;
  background: #5a9d00;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
}
#order-confirm .panel .panel-heading .panel-title a span.toggle-btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: absolute;
  top: 11px;
  left: 0;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='false'] {
  background: #5a9d00;
  color: #fff !important;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='false'] span.toggle-btn {
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='false']:hover {
  background: #8da700;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='false']:hover span.toggle-btn {
  border-color: #fff;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='true'] {
  background: #5a9d00;
  color: #fff;
}
#order-confirm .panel .panel-heading .panel-title a[aria-expanded='true'] span.toggle-btn {
  top: 16px;
}
#order-confirm .btn.button_edit {
  padding: 3px 8px;
}
#order-confirm #panel-edit-coupon .form-group {
  margin-bottom: 0;
}
#order-confirm #panel-edit-coupon .form-group .form-control {
  margin-bottom: 10px;
}
#order-confirm #panel-edit-coupon .form-group .submit {
  float: none;
  display: block;
  width: 100%;
}
#order-confirm #panel-submit-order .panel-body {
  padding: 0;
}
#checkout_steps ol li {
  position: relative;
}
#checkout_steps ol li span.btn {
  font-weight: 400;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: static;
  line-height: 19px;
  padding: 0;
  border: 5px solid #ccc !important;
}
#checkout_steps ol li span.btn.btn-primary {
  background: #5a9d00;
  color: #fff;
}
#checkout_steps ol li span.btn.btn-default {
  background: #fff;
  color: #5a9d00;
  opacity: 1;
}
#checkout_steps ol li a {
  text-decoration: none !important;
}
#checkout_steps ol li a span.btn {
  border: 3px solid #5a9d00 !important;
  background: #5a9d00 !important;
  color: #fff !important;
  line-height: 23px;
}
#checkout_steps ol li a span.btn .fa {
  color: #fff;
}
#checkout_steps ol li a span.btn:after {
  height: 5px;
  width: 100%;
  background: #5a9d00;
  position: absolute;
  left: 50%;
  top: 14px;
  right: 0;
  margin-left: 10px;
  content: '';
  z-index: 0;
}
#checkout_steps ol li.state1 {
  padding-top: 2px;
}
#checkout_steps ol li.state1 span.btn {
  border: 5px solid #5a9d00 !important;
  background: #fff;
  line-height: 25px;
  text-indent: -9999px;
}
#checkout_steps ol li.state1 span.btn:before {
  height: 5px;
  width: 50%;
  background: #5a9d00;
  position: absolute;
  left: auto;
  top: 14px;
  right: 50%;
  margin-right: 11px;
  content: '';
  z-index: 0;
}
#checkout_steps ol li.state1 span.btn:after {
  height: 5px;
  width: 50%;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 14px;
  right: 0;
  margin-left: 15px;
  content: '';
  z-index: 0;
}
#checkout_steps ol li.state1>div {
  display: block !important;
}
#checkout_steps ol li.state2 {
  vertical-align: top;
  padding-top: 2px;
}
#checkout_steps ol li.state3 {
  vertical-align: top;
  padding-top: 2px;
}
#checkout_steps ol li.state3 span.btn {
  position: static;
  text-indent: -9999px;
  background: #ccc;
}
#checkout_steps ol li.state3 span.btn:before {
  height: 5px;
  width: calc(89%);
  background: #ccc;
  position: absolute;
  left: auto;
  top: 14px;
  right: 50%;
  margin-right: 11px;
  content: '';
  z-index: 0;
}
#checkout_steps ol li.state3:hover span {
  background: #ccc !important;
}
#checkout_steps ol li.step2 span:before {
  background: none !important;
  height: 0;
}
#checkout_steps ol li.step6 span:after {
  background: none !important;
  height: 0;
}
#checkout_steps ol li:hover span.btn {
  color: #fff;
}
#checkout_steps ol li:hover.text-muted span.btn {
  background: #fff;
  color: #5a9d00;
}
#checkout_steps ol li:first-child:before {
  height: 4px;
  left: 0;
  right: 0;
}
#checkout_steps ol:before {
  background: none;
}
.checkout-wrap #servicebox {
  margin-right: 0 !important;
}
.kk-flexlayout a.btn {
  text-decoration: none !important;
}
.kk-flexlayout a.btn:hover {
  color: #fff !important;
}
.kk-flexlayout .nav-tabs > li > a {
  border-radius: 0;
}
.kk-flexlayout .nav-tabs > li.active > a,
.kk-flexlayout .nav-tabs > li.active > a:hover,
.kk-flexlayout .nav-tabs > li.active > a:focus {
  color: #5a9d00;
}
.kk-flexlayout .kk-slider-article .product-cell {
  max-width: 100%;
}
.kk-flexlayout .kk-slider-article .product-cell h2,
.kk-flexlayout .kk-slider-article .product-cell h3,
.kk-flexlayout .kk-slider-article .product-cell h4 {
  text-align: center;
}
.kk-flexlayout .kk-slider-article .product-cell .b-item-img img {
  max-width: 100%;
  margin: 0 auto;
}
.kk-flexlayout .kk-accordeon-tab-title {
  background: #5a9d00;
  color: #fff;
}
.kk-flexlayout .kk-accordeon-tab.tab-open .kk-accordeon-tab-title {
  background: #fff;
  color: #5a9d00;
}
.kk-flexlayout .kk-gallery .thumbnail {
  border-radius: 0;
}
.kk-flexlayout .kk-gallery a.thumbnail:hover,
.kk-flexlayout .kk-gallery a.thumbnail:focus,
.kk-flexlayout .kk-gallery a.thumbnail.active {
  border-color: #5a9d00;
}
.kk-flexlayout .list-group-item.active > .badge,
.kk-flexlayout .nav-pills > .active > a > .badge {
  color: #8da700;
}
.kk-flexlayout span.bg-default,
.kk-flexlayout span.bg-primary,
.kk-flexlayout span.bg-success,
.kk-flexlayout span.bg-info,
.kk-flexlayout span.bg-warning,
.kk-flexlayout span.bg-danger {
  padding: 0 4px;
}
.kk-flexlayout button .fa+span,
.kk-flexlayout button span+.fa {
  padding-left: 5px;
}
.kk-flexlayout button.btn-social {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.kk-flexlayout button.btn-social:hover {
  border-color: #8da700;
}
.kk-flexlayout button.btn-social:hover .fa,
.kk-flexlayout button.btn-social:hover span {
  color: #5a9d00;
}
.kk-flexlayout .navbar a {
  color: #5a9d00;
}
.kk-flexlayout .navbar-static-top .navbar-nav > li > a,
.kk-flexlayout .navbar-static-top .navbar-text {
  color: #fff;
}
.kk-flexlayout .navbar-static-top a {
  color: #fff;
}
.kk-flexlayout .navbar-static-top a:hover {
  color: #5a9d00;
}
.kk-flexlayout .navbar>ul>li>a {
  color: #fff;
}
.kk-flexlayout .navbar-default .navbar-nav > .open > a,
.kk-flexlayout .navbar-default .navbar-nav > .open > a:hover,
.kk-flexlayout .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #5a9d00;
}
.kk-flexlayout .dropdown-menu > .active > a,
.kk-flexlayout .dropdown-menu > .active > a:hover,
.kk-flexlayout .dropdown-menu > .active > a:focus {
  background: #5a9d00;
  color: #fff;
}
.kk-flexlayout .grid-space>hr {
  margin: 1.5em 0 !important;
}
.kk-flexlayout .dropdown-menu li a {
  color: #5a9d00;
}
.kk-flexlayout .dropdown-menu li:hover a {
  color: #fff;
}
.kk-flexlayout .radio input[type="radio"],
.kk-flexlayout .radio-inline input[type="radio"],
.kk-flexlayout .checkbox input[type="checkbox"],
.kk-flexlayout .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.kk-flexlayout .alert .fa {
  padding-right: 5px;
}
.kk-flexlayout .tab-pane {
  border: 1px solid #ddd;
  margin-top: -1px;
}
.kk-flexlayout .panel-group .panel {
  border: 1px solid #ddd;
}
.kk-flexlayout #newsletter .input-group {
  margin-bottom: 15px;
}
.kk-flexlayout #newsletter .input-group:last-child {
  margin-bottom: 0;
}
.kk-flexlayout #navbar .navbar a {
  color: #fff;
}
.kk-flexlayout #navbar .navbar a:hover {
  color: #5a9d00;
}
.kk-flexlayout #navbar .navbar.navbar-inverse a {
  color: #5a9d00;
}
.kk-flexlayout #navbar .navbar .navbar-btn {
  color: #5a9d00;
  margin: 5px 0px 0;
}
.kk-flexlayout #navbar .navbar .navbar-btn:hover {
  background: #5a9d00;
  color: #fff;
}
#cart-form {
  padding: 0 15px;
  position: relative;
}
#cart-form .choose_quantity {
  float: right;
}
#cart-form .choose_quantity button {
  margin: 0px;
  padding: 10px;
}
@media (max-width: 767px) {
  #cart-form .choose_quantity button {
    padding: 5px;
  }
}
#cart-form .delitem-col button:hover .fa {
  color: #8da700;
}
.order-items .quantity {
  text-align: center;
  width: 50px;
  padding: 0;
}
@media (max-width: 767px) {
  .order-items .quantity {
    width: 30px;
    height: 32px;
  }
}
#cart-form .order-items tfoot {
  display: none;
}
.basketgo>.row {
  margin-right: 0;
  border: 5px solid #f0f0f0;
}
@media (min-width: 1280px) {
  .basketgo>.row {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .basketgo>.row {
    margin-left: 0;
    padding: 0;
  }
}
.basketgo table tr:first-child td {
  border: none;
}
.basketgo .apply-coupon {
  margin-bottom: 15px;
  padding-top: 20px;
}
.basketgo .apply-coupon input.btn {
  margin-top: 0;
  padding: 10px;
}
.basketgo .apply-coupon p {
  margin: 0;
}
@media (min-width: 992px) {
  .basketgo .apply-coupon {
    border-top: 1px solid #f0f0f0;
  }
}
.basketgo #basket-shipping-estimate-form {
  margin-bottom: 15px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .basketgo #basket-shipping-estimate-form {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .basketgo #basket-shipping-estimate-form {
    border-top: 1px solid #f0f0f0;
  }
}
.basketgo.fixed {
  position: fixed;
  top: 65px;
}
.basketgo.fixed.absolute {
  position: absolute;
  top: auto;
  bottom: 18px;
  left: auto !important;
  right: 0;
  padding: 0;
  padding-left: 30px;
}
#basket-shipping-estimate-form #country,
#basket-shipping-estimate-form #plz,
#basket-shipping-estimate-form button.btn {
  width: 100%;
}
#basket-shipping-estimate-form div.versandtext {
  background: none;
  padding: 0;
  text-align: center;
  border: none;
  color: #000 !important;
  cursor: default;
}
#basket-shipping-estimate-form div.versandtext:hover {
  color: #000;
}
#basket-shipping-estimate-form a.btn.btn-default {
  width: 100%;
}
.b-basket .fa {
  font-size: 200px;
  color: #5a9d00;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .b-basket .fa {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .b-basket .fa {
    font-size: 80px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.b-basket p {
  color: #ccc;
  line-height: 21px;
}
.b-basket .btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #freegift h3 {
    font-size: 16px;
  }
  #freegift .row .col-xs-12 {
    width: 33%;
  }
  #freegift .row form:first-child .col-xs-12,
  #freegift .row form:nth-child(2n) .col-xs-12 {
    padding-right: 5px;
  }
  #freegift .row form:nth-child(3n) .col-xs-12 {
    padding-left: 5px;
  }
  #freegift .row form:nth-child(3n-1) .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #freegift .row form:last-child .col-xs-12 {
    padding-right: 15px;
  }
}
@media (max-width: 540px) {
  #freegift .row .col-xs-12 {
    width: 50%;
  }
  #freegift .row form:nth-child(3n-1) .col-xs-12,
  #freegift .row form:nth-child(3n) .col-xs-12,
  #freegift .row form:nth-child(2n) .col-xs-12,
  #freegift .row form:first-child .col-xs-12,
  #freegift .row form:last-child .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #freegift .row form:nth-child(odd) .col-xs-12 {
    padding-right: 5px;
  }
  #freegift .row form:nth-child(even) .col-xs-12 {
    padding-left: 5px;
  }
}
.basket_wrapper .delitem-col .btn {
  vertical-align: middle;
}
#frm_filter button {
  margin: 0;
}
@media (max-width: 767px) {
  #frm_filter button {
    width: 100%;
  }
}
#frm_filter .form-control {
  padding: 6px 18px;
}
.page7 article ul {
  list-style: disc;
  margin-left: 20px;
}
@media (max-width: 768px) {
  h2,
  h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-xs-0 {
    margin-top: 0;
  }
  .top-xs-5 {
    margin-top: 5px;
  }
  .top-xs-7 {
    margin-top: 7px;
  }
  .top-xs-10 {
    margin-top: 10px;
  }
  .top-xs-15 {
    margin-top: 15px;
  }
  .top-xs-17 {
    margin-top: 17px;
  }
  .top-xs-20 {
    margin-top: 20px;
  }
  .top-xs-25 {
    margin-top: 25px;
  }
  .top-xs-30 {
    margin-top: 30px;
  }
  .top-xs-35 {
    margin-top: 35px;
  }
  .top-xs-40 {
    margin-top: 40px;
  }
  .top-xs-45 {
    margin-top: 45px;
  }
  .top-xs-50 {
    margin-top: 50px;
  }
  .top-xs-55 {
    margin-top: 55px;
  }
  .top-xs-60 {
    margin-top: 60px;
  }
  .top-xs-65 {
    margin-top: 65px;
  }
  .top-xs-70 {
    margin-top: 70px;
  }
  .bottom-xs-0 {
    margin-bottom: 0;
  }
  .bottom-xs-5 {
    margin-bottom: 5px;
  }
  .bottom-xs-7 {
    margin-bottom: 7px;
  }
  .bottom-xs-10 {
    margin-bottom: 10px;
  }
  .bottom-xs-15 {
    margin-bottom: 15px;
  }
  .bottom-xs-17 {
    margin-bottom: 17px;
  }
  .bottom-xs-20 {
    margin-bottom: 20px;
  }
  .bottom-xs-25 {
    margin-bottom: 25px;
  }
  .bottom-xs-30 {
    margin-bottom: 30px;
  }
  .bottom-xs-35 {
    margin-bottom: 35px;
  }
  .bottom-xs-40 {
    margin-bottom: 40px;
  }
  .bottom-xs-45 {
    margin-bottom: 45px;
  }
  .bottom-xs-50 {
    margin-bottom: 50px;
  }
  .bottom-xs-55 {
    margin-bottom: 55px;
  }
  .bottom-xs-60 {
    margin-bottom: 60px;
  }
  .bottom-xs-65 {
    margin-bottom: 65px;
  }
  .bottom-xs-70 {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .top-sm-5 {
    margin-top: 5px;
  }
  .top-sm-7 {
    margin-top: 7px;
  }
  .top-sm-10 {
    margin-top: 10px;
  }
  .top-sm-15 {
    margin-top: 15px;
  }
  .top-sm-17 {
    margin-top: 17px;
  }
  .top-sm-20 {
    margin-top: 20px;
  }
  .top-sm-25 {
    margin-top: 25px;
  }
  .top-sm-30 {
    margin-top: 30px;
  }
  .top-sm-35 {
    margin-top: 35px;
  }
  .top-sm-40 {
    margin-top: 40px;
  }
  .top-sm-45 {
    margin-top: 45px;
  }
  .top-sm-50 {
    margin-top: 50px;
  }
  .top-sm-55 {
    margin-top: 55px;
  }
  .top-sm-60 {
    margin-top: 60px;
  }
  .top-sm-65 {
    margin-top: 65px;
  }
  .top-sm-70 {
    margin-top: 70px;
  }
  .top-sm-0 {
    margin-top: 0;
  }
  .bottom-sm-5 {
    margin-bottom: 5px;
  }
  .bottom-sm-7 {
    margin-bottom: 7px;
  }
  .bottom-sm-10 {
    margin-bottom: 10px;
  }
  .bottom-sm-15 {
    margin-bottom: 15px;
  }
  .bottom-sm-17 {
    margin-bottom: 17px;
  }
  .bottom-sm-20 {
    margin-bottom: 20px;
  }
  .bottom-sm-25 {
    margin-bottom: 25px;
  }
  .bottom-sm-30 {
    margin-bottom: 30px;
  }
  .bottom-sm-35 {
    margin-bottom: 35px;
  }
  .bottom-sm-40 {
    margin-bottom: 40px;
  }
  .bottom-sm-45 {
    margin-bottom: 45px;
  }
  .bottom-sm-50 {
    margin-bottom: 50px;
  }
  .bottom-sm-55 {
    margin-bottom: 55px;
  }
  .bottom-sm-60 {
    margin-bottom: 60px;
  }
  .bottom-sm-65 {
    margin-bottom: 65px;
  }
  .bottom-sm-70 {
    margin-bottom: 70px;
  }
  .bottom-sm-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .top-md-5 {
    margin-top: 5px;
  }
  .top-md-7 {
    margin-top: 7px;
  }
  .top-md-10 {
    margin-top: 10px;
  }
  .top-md-15 {
    margin-top: 15px;
  }
  .top-md-17 {
    margin-top: 17px;
  }
  .top-md-20 {
    margin-top: 20px;
  }
  .top-md-25 {
    margin-top: 25px;
  }
  .top-md-30 {
    margin-top: 30px;
  }
  .top-md-35 {
    margin-top: 35px;
  }
  .top-md-40 {
    margin-top: 40px;
  }
  .top-md-45 {
    margin-top: 45px;
  }
  .top-md-50 {
    margin-top: 50px;
  }
  .top-md-55 {
    margin-top: 55px;
  }
  .top-md-60 {
    margin-top: 60px;
  }
  .top-md-65 {
    margin-top: 65px;
  }
  .top-md-70 {
    margin-top: 70px;
  }
  .top-md-0 {
    margin-top: 0;
  }
  .bottom-md-5 {
    margin-bottom: 5px;
  }
  .bottom-md-7 {
    margin-bottom: 7px;
  }
  .bottom-md-10 {
    margin-bottom: 10px;
  }
  .bottom-md-15 {
    margin-bottom: 15px;
  }
  .bottom-md-17 {
    margin-bottom: 17px;
  }
  .bottom-md-20 {
    margin-bottom: 20px;
  }
  .bottom-md-25 {
    margin-bottom: 25px;
  }
  .bottom-md-30 {
    margin-bottom: 30px;
  }
  .bottom-md-35 {
    margin-bottom: 35px;
  }
  .bottom-md-40 {
    margin-bottom: 40px;
  }
  .bottom-md-45 {
    margin-bottom: 45px;
  }
  .bottom-md-50 {
    margin-bottom: 50px;
  }
  .bottom-md-55 {
    margin-bottom: 55px;
  }
  .bottom-md-60 {
    margin-bottom: 60px;
  }
  .bottom-md-65 {
    margin-bottom: 65px;
  }
  .bottom-md-70 {
    margin-bottom: 70px;
  }
  .bottom-md-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
  .top-lg-5 {
    margin-top: 5px;
  }
  .top-lg-7 {
    margin-top: 7px;
  }
  .top-lg-10 {
    margin-top: 10px;
  }
  .top-lg-15 {
    margin-top: 15px;
  }
  .top-lg-17 {
    margin-top: 17px;
  }
  .top-lg-20 {
    margin-top: 20px;
  }
  .top-lg-25 {
    margin-top: 25px;
  }
  .top-lg-30 {
    margin-top: 30px;
  }
  .top-lg-35 {
    margin-top: 35px;
  }
  .top-lg-40 {
    margin-top: 40px;
  }
  .top-lg-45 {
    margin-top: 45px;
  }
  .top-lg-50 {
    margin-top: 50px;
  }
  .top-lg-55 {
    margin-top: 55px;
  }
  .top-lg-60 {
    margin-top: 60px;
  }
  .top-lg-65 {
    margin-top: 65px;
  }
  .top-lg-70 {
    margin-top: 70px;
  }
  .top-lg-0 {
    margin-top: 0;
  }
  .bottom-lg-5 {
    margin-bottom: 5px;
  }
  .bottom-lg-7 {
    margin-bottom: 7px;
  }
  .bottom-lg-10 {
    margin-bottom: 10px;
  }
  .bottom-lg-15 {
    margin-bottom: 15px;
  }
  .bottom-lg-17 {
    margin-bottom: 17px;
  }
  .bottom-lg-20 {
    margin-bottom: 20px;
  }
  .bottom-lg-25 {
    margin-bottom: 25px;
  }
  .bottom-lg-30 {
    margin-bottom: 30px;
  }
  .bottom-lg-35 {
    margin-bottom: 35px;
  }
  .bottom-lg-40 {
    margin-bottom: 40px;
  }
  .bottom-lg-45 {
    margin-bottom: 45px;
  }
  .bottom-lg-50 {
    margin-bottom: 50px;
  }
  .bottom-lg-55 {
    margin-bottom: 55px;
  }
  .bottom-lg-60 {
    margin-bottom: 60px;
  }
  .bottom-lg-65 {
    margin-bottom: 65px;
  }
  .bottom-lg-70 {
    margin-bottom: 70px;
  }
  .bottom-lg-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  header.fixed-navbar .affix .visible-affix {
    display: none;
  }
}
@media (max-width: 990px) {
  .header-shop-nav li.cart-menu {
    display: none;
  }
  header #shop-nav-xs ul.navbar-right li a {
    color: #fff;
  }
  header #shop-nav-xs .navbar-collapse {
    margin-bottom: 0;
  }
  #shop-nav-xs span.fa {
    font-size: 20px;
  }
  #shop-nav-xs span.fa.fa-user {
    margin-top: 1px;
  }
  #shop-nav-xs .nav.action-nav > li > a {
    padding: 14px 15px 11px 15px;
  }
  #shop-nav-xs .badge {
    position: absolute;
    top: 13px;
    right: 1px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 90%;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    background: #5a9d00;
  }
}
@media (max-width: 1024px) {
  header #header-branding {
    padding: 15px 0 5px;
  }
  header #header-branding #logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  header #header-branding #logo img {
    margin: 0 auto;
  }
  header #shop-nav {
    margin-top: 15px !important;
  }
  header #shop-nav-xs {
    margin-top: 15px;
  }
  header #shop-nav-xs .badge {
    top: 19px;
    right: 41px;
  }
  header .do-affix.affix #shop-nav-xs {
    margin-top: 0;
  }
  #result-wrapper h1 {
    margin-bottom: 0;
  }
  #result-wrapper #improve_search {
    margin-top: 10px;
  }
  .b-mob-menu .navbar-inverse {
    background: #5a9d00;
  }
  .b-mob-menu .navbar-inverse .btn-close {
    border: none;
    color: #fff;
    background: transparent;
  }
  .b-mob-menu ul li {
    border-bottom: 1px solid #dfdfdf;
  }
  .b-mob-menu ul li a {
    padding: 8px 15px;
  }
  .b-mob-menu .sidebar-offcanvas>ul.nav.navbar-nav {
    margin-top: -9px;
  }
  .b-mob-menu .sidebar-offcanvas>ul.nav.navbar-nav li a {
    color: #333;
    padding: 11px 15px;
  }
  .b-mob-menu .sidebar-offcanvas>ul.nav.navbar-nav li.active {
    background: #5a9d00;
  }
  .b-mob-menu .sidebar-offcanvas>ul.nav.navbar-nav li.active a {
    color: #fff;
    font-weight: 400;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul {
    margin-top: -1px;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a {
    color: #333;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a.nav-active {
    background: #5a9d00;
    color: #fff;
    font-weight: 400;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a.nav-sub,
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a.point-item {
    padding-left: 30px;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a.to-back-cat {
    margin-right: 6px;
    padding: 0 0 8px 15px;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li a:focus {
    color: #5a9d00;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.active {
    background: #5a9d00;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.active a {
    color: #fff;
    font-weight: 400;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.b-active-menu {
    background: #5a9d00;
    padding-left: 20px;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.b-active-menu h5 {
    border: none;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.b-active-menu a {
    display: inline-block;
    vertical-align: middle;
  }
  .b-mob-menu .sidebar-offcanvas .navbar-categories ul li.b-active-menu a.nav-active {
    color: #fff;
    background: none;
    padding: 14px 0 8px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1024px) and (min-width: 991px) {
  #shop-nav-xs .action-nav {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  nav#shop-nav-xs a.btn-mobmenu-toggle {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }
}
@media (max-width: 767px) {
  header #shop-nav-xs .badge {
    top: 15px;
    right: 31px;
  }
  #result-wrapper h1 {
    text-align: center;
  }
  #result-wrapper .filter-collapsible-control {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .mobaccount {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .affix #header-branding {
    padding: 0;
  }
  .affix #shop-nav-xs {
    margin-top: 0 !important;
  }
  .affix header #header-branding #logo {
    margin-top: 10px;
  }
  .affix #logo a img {
    max-height: 42px;
    float: left;
  }
  .affix #shop-nav {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1200px) {
  .affix .datenschutzcoockie {
    display: none;
  }
  .affix #header-branding {
    padding-top: 5px;
    padding-bottom: 12px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .affix #logo a img {
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  .affix .mobaccount {
    display: block !important;
  }
  .affix .b-header-top {
    display: none;
  }
}
@media (max-width: 1200px) {
  footer#footer.container-block .footer-top {
    height: auto;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter {
    border-left: none;
    text-align: center;
    margin-bottom: 15px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer#footer.container-block .b-footer-info ul {
    padding-left: 15px;
  }
  footer#footer.container-block .b-footer-info ul li {
    margin-bottom: 15px;
  }
  footer#footer.container-block .b-footer-info ul li:last-child {
    margin-bottom: 0;
  }
  footer#footer.container-block .b-footer-menu .b-footer-menu-item {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  footer#footer.container-block .b-payments-icons ul {
    text-align: center;
  }
  footer#footer.container-block .b-delivery-icons,
  footer#footer.container-block .b-payments-icons {
    text-align: center;
  }
  footer#footer.container-block .footer-bottom {
    margin-top: 15px;
  }
  footer#footer.container-block .footer-bottom #copyright {
    padding: 10px 0 5px;
  }
  footer#footer.container-block .footer-bottom #copyright ul li {
    margin-bottom: 10px;
  }
  footer#footer.container-block .footer-bottom #copyright ul li a {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  footer#footer.container-block .footer-top .b-social-buttons a {
    font-size: 35px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter {
    padding-left: 0;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form {
    padding-left: 15px;
    margin-left: 0;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .form-group {
    margin: 0;
    text-align: center;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .form-group .input-group {
    display: inline-block;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .input-group-btn {
    width: auto;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .btn-brown {
    padding: 0;
    background: none;
    border: none;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .btn-brown span {
    display: none;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .btn-brown .fa-envelope {
    margin: 0 0 0 10px;
    font-size: 57px;
    line-height: 44px;
    display: block;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .btn-brown .fa-long-arrow-right {
    display: none;
  }
  footer#footer.container-block .b-footer-info {
    padding: 20px 0;
  }
  footer#footer.container-block .b-footer-info ul li {
    padding-left: 0;
  }
  footer#footer.container-block .b-footer-menu-item h5 {
    line-height: 21px;
  }
  footer#footer.container-block .footer-bottom #copyright ul li a {
    display: block;
  }
}
@media (max-width: 1024px) {
  footer#footer.container-block2 .footer-top .b-social-buttons {
    padding: 28px 0 0 10px;
  }
}
@media (max-width: 767px) {
  footer#footer.container-block .b-footer-info ul li {
    text-align: left;
  }
  footer#footer.container-block .b-social-buttons {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-footer-menu-item {
    padding: 10px !important;
  }
  .b-footer-menu-item .panel-title {
    position: relative;
    cursor: pointer;
  }
  .b-footer-menu-item .panel-title:after {
    content: '\f067';
    position: absolute;
    right: 10px;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .b-footer-menu-item ul.nav.nav-list {
    display: none;
  }
  .b-footer-menu-item.active .panel-title:after {
    content: '\f068';
  }
  .b-footer-menu-item.active ul.nav.nav-list {
    display: block;
  }
  footer#footer.container-block .b-footer-menu {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 414px) {
  footer#footer.container-block .footer-top .b-social-buttons {
    padding: 10px 0;
    text-align: center;
  }
  footer#footer.container-block .footer-top .b-social-buttons a.btn-social {
    font-size: 25px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter {
    margin: 0 0 15px;
    text-align: center;
    padding-right: 0;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter-title {
    margin-bottom: 10px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter-title h5 {
    font-size: 20px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form input#newsletter_email {
    height: 30px;
    font-size: 13px;
    padding: 0 10px;
  }
  footer#footer.container-block .footer-top .b-signup-newsletter form .fa-envelope {
    margin: 0;
    font-size: 38px !important;
    line-height: 27px !important;
    display: block;
  }
  footer#footer.container-block .b-footer-info {
    padding: 20px 0;
  }
  footer#footer.container-block .b-footer-info ul li {
    margin-bottom: 10px;
    display: none;
  }
  footer#footer.container-block .b-footer-info ul li .fa {
    font-size: 25px;
  }
  footer#footer.container-block .b-footer-info ul li p {
    font-size: 14px;
    padding-top: 0;
    margin-left: 10px;
  }
  footer#footer.container-block .b-footer-info ul li:last-child {
    text-align: left;
  }
  footer#footer.container-block .b-footer-info ul :first-child {
    text-align: center !important;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (max-width: 414px) {
  .starttabs ul.nav.nav-tabs {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(84%);
  }
}
@media (max-width: 768px) {
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(80%);
  }
}
@media (max-width: 767px) {
  .basket-final {
    border: none !important;
  }
}
@media (max-width: 736px) {
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(82%);
  }
}
@media (max-width: 414px) {
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(67%);
  }
}
@media (max-width: 375px) {
  #checkout_steps ol li {
    padding-left: 0;
    padding-right: 0;
  }
  #checkout_steps ol li .step-name {
    font-size: 12px;
  }
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(67%);
  }
}
@media (max-width: 320px) and (max-width: 414px) {
  #checkout_steps ol li.state3 span.btn:before {
    width: calc(59%);
  }
}
@media (max-width: 414px) {
  #navbar-filter {
    padding-bottom: 0;
  }
  #product-list .product-wrapper {
    margin-bottom: 0;
  }
  #product-list .product-wrapper .b-product-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 414px) {
  #kontakt-info {
    margin-top: 15px;
  }
}
@media (max-width: 414px) {
  #cartitem-dropdown-menu0 .panel-body {
    padding: 0 15px 5px !important;
  }
  #cartitem-dropdown-menu0 .panel-body .input-group {
    width: 100%;
  }
  #basket-shipping-estimated .versandtext {
    font-size: 11px !important;
  }
  .order-submit {
    padding: 0 15px !important;
  }
  .order-submit .basket-final {
    border: none !important;
  }
}
@media (max-width: 414px) {
  .b-news {
    margin-top: 0;
    margin-bottom: -50px;
  }
  .b-news-item {
    margin-bottom: 15px;
  }
}
.b-bigslider-aprrent-row {
  margin: 0;
}
@media (max-width: 1024px) {
  .b-bigslider .nivoSlider {
    height: 338px;
  }
  .b-bigslider-category ul li {
    margin-bottom: 4px;
  }
}
@media (max-width: 995px) {
  .b-bigslider {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .b-bigslider-category {
    padding-top: 5px;
    padding-left: 0;
  }
  .b-bigslider-category ul li {
    padding: 0 3px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 736px) {
  .b-bigslider .nivoSlider {
    height: auto;
  }
  .b-bigslider .nivoSlider img.nivo-main-image {
    height: auto !important;
  }
}
@media (max-width: 736px) {
  .b-bigslider-aprrent {
    margin-bottom: 10px;
  }
}
@media (max-width: 414px) {
  .b-bigslider .nivoSlider {
    height: auto;
  }
  .b-bigslider .nivoSlider img.nivo-main-image {
    height: auto !important;
  }
  .b-bigslider .nivo-directionNav .nivo-prevNav,
  .b-bigslider .nivo-directionNav .nivo-nextNav {
    font-size: 20px;
  }
  .b-bigslider-category {
    padding: 5px 0 0;
  }
}
@media (max-width: 375px) {
  .b-bigslider .nivo-directionNav .nivo-prevNav,
  .b-bigslider .nivo-directionNav .nivo-nextNav {
    font-size: 20px;
    left: 10px;
  }
  .b-bigslider .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .b-bigslider-aprrent {
    margin-top: -10px;
  }
  .nivo-controlNav {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 414px) {
  .b-topbanner {
    margin-bottom: 30px;
  }
  .b-topbanner h3 {
    text-align: center;
    font-size: 16px;
  }
  .b-topbanner ul {
    padding-top: 40px;
  }
  .b-topbanner ul li {
    padding: 0 !important;
    margin: 0;
  }
  .b-topbanner ul li .b-topbanner-img {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .b-carousel .b-item .image-box img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 414px) {
  .b-carousel .slick-arrow {
    top: 6px;
  }
  .b-carousel .b-item {
    padding: 0;
  }
  .b-carousel .b-item .mnf {
    font-size: 10px;
  }
  .b-carousel .b-item h4.title {
    margin-top: 5px;
  }
  .b-carousel .b-item h4.title a {
    font-size: 13px;
    line-height: 18px;
  }
  .b-carousel .b-item-price span {
    display: block;
  }
  .starttabs ul.nav.nav-tabs li a {
    font-size: 14px;
    padding: 0 10px 3px;
  }
}
@media (max-width: 736px) {
  .page-current,
  .page-total {
    text-align: center;
  }
}
@media (max-width: 736px) {
  .b-carousel .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .product-wrapper .b-product-item h4.title {
    font-size: 15px;
  }
  .product-wrapper .b-product-item .b-item-price {
    line-height: 22px;
    font-size: 16px;
  }
  .product-wrapper .b-product-item .b-item-price span {
    display: block;
  }
  .product-wrapper img {
    max-width: 100%;
  }
  aside#sidepanel_left {
    margin-bottom: 15px;
  }
  aside#sidepanel_left .b-carousel button {
    top: -40px;
  }
}
@media (max-width: 1024px) {
  #brands ul.slick-slider {
    padding: 50px 30px 0;
  }
  #brands ul.slick-slider .slick-arrow {
    top: 7px;
  }
}
@media (max-width: 320px) {
  #brands ul {
    padding: 50px 0 0 !important;
  }
  #brands ul li img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #gallery .thumbs {
    display: block;
  }
  .image-gallery.has-thumbs ul.image-thumbs {
    display: block;
    position: absolute !important;
  }
  #gallery .image-gallery.has-thumbs {
    position: relative;
  }
}
@media (max-width: 567px) {
  #gallery .thumbs {
    display: none;
  }
  #gallery .image-gallery.has-thumbs ul.image-container {
    margin: 0;
  }
  .image-gallery.has-thumbs ul.image-thumbs {
    display: none;
  }
  .b-galerey-nav {
    right: 0;
  }
}
