﻿
/* ==== Google font ==== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'); 
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); 
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'); 
}
/* open-sans-700 - latin */
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), 
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v15-latin-700.woff') format('woff');
}
/* ==== end Google font ==== */


/*sunflex yellow:  #ffdf2c */

body {
  font-family: 'Open Sans', sans-serif;
  background:transparent;
  position: relative;
  font-weight:400;
  font-size:16px !important;
  color:#525252;
}
@media (min-width : 1px) and (max-width : 768px)
{
  body { font-size: 14px !important; }
}

ul li {
  list-style: none;
}



ul.with-checks li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    font-size: 13px;
    float: left;
    margin-top: 4px;
    margin-left: -25px;
    color:#ffdf2c;
}

ul.with-checks-black li:before
{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    font-size: 13px;
    float: left;
    margin-top: 3px;
    margin-left: -25px;
    color:#000;
}

ul.with-checks li ul li:before, 
ul.with-checks-black li ul li:before
{
    content: "\2014" !important;    
    font-weight:600;
    font-size: 13px;
    float: left;
    margin-top: 0px;
    margin-left: -22px;
    color:#000;
}


ul.with-bullet li {
  list-style: disc;
}


.img-caption
{
  position: absolute; 
  bottom: 0px; 
  width: 100%; 
  padding: 10px; 
  text-align: center; 
  background-color: rgba(255, 255, 255, 0.8);
}

a:hover {
  outline: none;
  text-decoration:none !important;
  color: #ffdf2c;
}

a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none !important;
  color: #ffdf2c !important;
}
bb
div.bold,
p.bold,
span.bold {
font-weight:600;
}

td.parameter {
font-weight:600;
}

a {
  color:#525252;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	color: #444;
}

h1 {
  font-size: 17px !important;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-weight: 400;
}

h2 {
  font-size: 17px !important;
  line-height: 28px;
  text-transform: uppercase;

}

hr {  
  border-top: 1px solid #cccccc;
}

.content-default a, 
.custom-link a, 
.productdetails_download_area_descr a {
  color: #000;
  text-decoration:underline #ffdf2c solid;
  display:inline;
}
.content-default a:hover, 
.custom-link a:hover, 
.productdetails_download_area_descr a:hover {
  color:#ffdf2c;
  text-decoration:underline #ffdf2c;
}

.content-default a:before, 
.custom-link a:before , 
.productdetails_download_area_descr a:before 
{
  font-family: 'Glyphicons Halflings';
  content: "\e163";
  padding-right:3px;
  color:#ffdf2c;
  font-size:12px;
  text-decoration:none !important;
}

.margin0
{
  margin: 0px;
}

.margin50
{
  margin-top:50px;
}

.padding0-allviews
{
  padding: 0px !important;
}

@media only screen and (min-width : 769px)
{
  .padding0 { padding: 0px !important; }
  .padding0-mobile-left { padding: 0px !important;}
  .padding0-mobile-right { padding: 0px !important;}
}

@media only screen and (max-width : 768px)
{
  .padding0-mobile-left { padding-left: 0px !important;}
  .padding0-mobile-right { padding-right: 0px !important;}
  .margin50 { margin-top:20px;}
}



.whitespace
{
  white-space:nowrap;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.btn[disabled], 
.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-system[disabled],
.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	border:0;
  	text-transform: none;
  	font-weight: 400;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 14px;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}


.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-white:hover,
.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}


.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-white,
.btn-system.btn-wite{
	color: #fff;
  text-decoration:none !important;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-white,
.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}

.btn-w100per 
{
     width:100%; 
} 
.btn-text-center 
{
     text-align:center;
} 
.btn-default[disabled]:hover,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-system:hover {
	color: #ffdf2c;
	opacity: 0.8;
  color:#ffdf2c;
}


.btn-default[disabled],
.btn-default[disabled]:hover
{
  color: #ffdf2c;
  background-color: #993300;
  border-color: transparent;
  border-radius:0px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffdf2c;
  /*background-color:transparent;*/
  background-color: rgba(89,89,89,0.8);
  border-color: transparent;
}

.btn-w100per 
{
     width:100%; 
} 
.btn-text-center 
{
     text-align:center;
}

.loader-box {
    display:block;
    width:100%;
    height:30px;
}
.loader-small {
    background-image:url("../images/ajax_waiting.gif");
    background-position:20px center;
    background-repeat:no-repeat;
}


.navbar-toggle {
  background-color: #ffdf2c;
  margin-top: 0px;  
  margin-bottom: 0px;  
  margin-right: 0px;
  border-radius:0px;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #ffdf2c;
  color: #FFF;
  margin-bottom: 80px;
  border-radius:25px;
  /*-webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;*/
}

a#scrollUp i{
  font-size: 30px;
}


#content
{
  /*margin-bottom:40px;*/
}

/*************************
*******Header CSS******
**************************/

#header {
  border-bottom:5px solid #ffdf2c;
}
@media (min-width : 1px) and (max-width : 768px)
{
  #header { border-bottom: 2px solid #ffdf2c; }
}

.info_header {
  position: absolute;
  top: 40px;
  z-index: 2000;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  background-color: #ffdf2c;
  border-radius: 3px;
  padding: 5px 9px 5px 7px;
  color: #fff;
}

  .info_header a:hover {
    color: #525252 !important;
    text-decoration: underline !important;
  }

@media only screen and (min-width : 1600px) {
  .info_header {
    top: 30px;
    right: 25%;
  }
}

  @media only screen and (min-width : 1200px) and (max-width: 1599px) {
    .info_header {
      top: 50px;
      right: 135px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    .info_header {
      top: 12px;
      left: 170px;
      right: unset;
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .info_header {
      top: 12px;
      left: 170px;
      right: unset;
    }
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    .info_header {
      top: 53px;
      right: 13%;
      padding: 2px 3px 2px 3px;
      background-color: #fff;
      color: inherit;
      font-size:16px;
    }

    .info_header a {
      text-decoration: underline;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .info_header {
      top: 55px;
      right: 13%;
      padding: 2px 3px 2px 3px;
      background-color: #fff;
      color: inherit;
    }

      .info_header a {
        text-decoration: underline;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .info_header {
      top: 50px;
      right: 15%;
    }
  }


  .header-top, .header-middle {
    max-width: 1920px;
    margin: 0px auto 0px auto;
  }

    .header-middle .logo {
      position: absolute;
      top: -25px;
    }

  @media only screen and (min-width : 1921px) {
    .header-middle .logo {
      left: 10px;
    }

    .mainmenu {
      margin-left: 240px;
    }
  }

  @media only screen and (min-width : 1381px) and (max-width: 1920px) {
    .header-middle .logo {
      left: 115px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width: 1380px) {
    .header-middle .logo {
      left: 30px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .header-middle .logo {
      left: 30px;
    }
  }

  @media only screen and (min-width : 469px) and (max-width : 768px) {
    .header-middle .logo {
      top: -30px;
      left: 20px;
    }

      .header-middle .logo img {
        width: 90px;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .header-middle .logo {
      top: -30px;
      left: 20px;
    }

      .header-middle .logo img {
        width: 90px;
      }
  }


  /* Languagebox */
  .lang-icons {
    margin: 10px 10px 0px 10px;
    float: right;
  }

    .lang-icons ul {
      margin-bottom: 0px !important;
      padding-left: 10px !important;
    }

      .lang-icons ul li:before {
        content: "|";
      }

      .lang-icons ul li:first-child::before {
        content: "";
      }

      .lang-icons ul li a {
        border: 0 none;
        border-radius: 0;
        color: #888585;
        padding: 0px 4px 0px 4px;
        text-transform: uppercase;
        display: inline;
      }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .lang-icons { /*margin-top:0px; */
    }

      .lang-icons ul li a {
        font-size: 18px;
      }

      .lang-icons ul li:before {
        font-size: 18px;
        color: #ccc;
      }
  }

  .lang-icons ul li {
    display: inline-block;
  }

    .lang-icons ul li a i {
      padding: 11px 15px;
      transition: all 0.9s ease 0s;
      -moz-transition: all 0.9s ease 0s;
      -webkit-transition: all 0.9s ease 0s;
      -o-transition: all 0.9s ease 0s;
    }

    .lang-icons ul li a:hover {
      color: #cbccd8;
    }

  .fa-german {
    padding: 11px 15px;
    background-color: transparent !important;
    background: url(../images/flag_deu.gif);
    background-position: 10px 12px;
    background-repeat: no-repeat;
  }

  .fa-english {
    padding: 11px 15px;
    background-color: transparent !important;
    background: url(../images/flag_eng.gif);
    background-position: 10px 12px;
    background-repeat: no-repeat;
  }

  .fa-german:hover {
    padding: 11px 15px;
    background-color: transparent !important;
    background: url(../images/flag_deu.gif);
    background-position: 10px 12px;
    background-repeat: no-repeat;
  }

  .fa-english:hover {
    padding: 11px 15px;
    background: url(../images/flag_eng.gif);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    background-color: transparent !important;
  }
  /* end Languagebox */


  /* Icons Basket, Login*/
  .shop-menu {
    float: right;
    margin-bottom: 0px !important;
    margin-right: 15px;
  }

    .shop-menu a {
      display: inline-block;
      padding: 3px 10px 5px 8px;
      margin-left: 5px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300;
      font-size: 21px;
      color: #888585;
    }

      .shop-menu a.login {
        padding: 3px 11px 5px 11px;
      }

      .shop-menu a:hover {
        border-radius: 2px;
        background: #ffdf2c;
        color: #fff;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        cursor: pointer;
      }

    .shop-menu .link_basket:focus {
      color: #fff !important;
    }

    .shop-menu .link_basket {
      position: relative;
    }

      .shop-menu .link_basket .quantity-in-basket {
        position: absolute;
        bottom: 5px;
        right: 3px;
        background-color: #ffdf2c;
        border-radius: 10px;
        font-size: 10px;
        color: #000;
        display: block;
        padding: 1px 5px 1px 5px;
      }

      .shop-menu .link_basket:hover span {
        background-color: #888585;
        color: #fff;
      }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .shop-menu {
      margin-right: 0px;
    }

      .shop-menu a {
        font-size: 24px;
      }
  }


  /*************** Heading Titles ***************/

  .classic-title {
    margin-top: 15px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-weight: 400;
  }


    .classic-title span {
      padding-bottom: 8px;
      font-weight: 400;
      padding-left: 0px; /* new 20151227 */
    }


  /*******************************************************/
  /* Breadcrumb begin */
  /******************************************************/

  .page-banner {
    padding: 30px 0;
    /* background: url(../images/slide-02-bg.jpg) center;*/
    border-bottom: 1px solid #eee;
  }

    .page-banner h1,
    .page-banner h2 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 16px;
    }

    .page-banner p {
      font-weight: 300;
    }

  ul.breadcrumbs {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
  }

  .no-subtitle ul.breadcrumbs {
    margin-top: 4px;
  }

  ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
    float: left;
  }

    ul.breadcrumbs li:before {
      content: '/';
      margin: 0 4px 0 2px;
      color: #bbb;
    }

    ul.breadcrumbs li:first-child {
      margin: 0;
    }

      ul.breadcrumbs li:first-child:before {
        content: '';
        margin: 0;
      }

    ul.breadcrumbs li a {
      color: #666;
      font-weight: 600;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }
  /*******************************************************/
  /* Breadcrumb End */
  /******************************************************/



  /*******************************************************/
  /* Detail - Menu */
  /******************************************************/

  .detail-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }

    .detail-menu ul li:last-child {
      padding-right: 0;
    }


    .detail-menu ul li a {
      background: #FFFFFF;
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300;
      padding: 0;
      padding-right: 0;
      margin-top: 0px;
    }


      .detail-menu ul li a i {
        margin-right: 3px;
      }


      .detail-menu ul li a:hover {
        color: #ffdf2c;
        background: #fff;
      }

  .detail-menu-area-simple,
  .detail-menu-area {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
  }

    .detail-menu-area ul {
      padding: 0;
      display: inline;
    }

      .detail-menu-area ul li {
        background: #F0F0E9;
        float: left;
        margin-right: 10px;
        padding: 0 5px;
        font-size: 11px;
        color: #393b3b;
        position: relative;
      }

        .detail-menu-area ul li i {
          background: #ffdf2c;
          color: #FFFFFF;
          margin-left: -4px;
          margin-right: 7px;
          padding: 4px 7px;
        }

          .detail-menu-area ul li i:after {
            content: "";
            position: absolute;
            width: auto;
            height: auto;
            border-color: transparent transparent transparent #ffdf2c;
            border-width: 4px;
            border-style: solid;
            top: 6px;
            left: 24px
          }

      .detail-menu-area ul span {
        float: right;
        color: #ffdf2c;
      }

    .detail-menu-area span {
      float: right;
    }

      .detail-menu-area span i {
        color: #ffdf2c;
      }


  .navbar-collapse,
  .navbar-collapse.collapse {
    padding-left: 0;
    /*max-height: 540px;*/
    padding-top: 0px;
  }

  @media only screen and (min-width : 768px) and (max-width: 1200px) {
    .navbar-collapse,
    .navbar-collapse.collapse {
      padding-top: 30px;
      padding-bottom: 5px;
      padding-left: 40px;
    }
  }

  .navbar-nav {
    margin: 0px;
    padding-right: 0px !important;
    /* margin-bottom: 4px;
  float:right;*/
  }

    .navbar-nav a.active {
      background-color: transparent;
    }

  .navbar-collapse.in {
    display: table;
    width: 100%;
  }

    .navbar-collapse.in ul {
      /*margin-left:5px;*/
    }
  /**********************************************/
  /******* searchoverlay *************/
  /**********************************************/
  .searchoverlay {
    padding: 20px;
    background-color: rgba(64,73,81,.3);
  }


  /**********************************************/
  /******* MEGA MENU new *************/
  /**********************************************/

  .menu {
  }

    .menu ul li {
      border-right: 1px solid #cccccc;
      padding-right: 20px !important;
      padding-left: 20px !important;
    }

      .menu ul li:first-child {
        padding-left: 0px;
      }

      .menu ul li:last-child {
        border-right: none;
        border-bottom: none;
      }

    .menu > ul > li:hover {
      background: #fff !important;
    }

    .menu > ul > li > a {
      color: #888585;
      font-family: 'Open Sans', sans-serif;
      font-size: 17px;
      font-weight: 400;
      padding: 0px 5px 0px 5px !important;
      text-transform: uppercase;
      display: inline-block !important;
      border-radius: 3px;
    }

    .menu > ul > li > ul {
      border: none !important;
      padding: 15px 0px 15px 0px !important;
      z-index: 100000 !important;
      -webkit-box-shadow: 0px 2px 20px -2px rgba(0,0,0,0.38);
      -moz-box-shadow: 0px 2px 20px -2px rgba(0,0,0,0.38);
      box-shadow: 0px 2px 20px -2px rgba(0,0,0,0.38);
    }

      .menu > ul > li > ul > li a {
        border: none !important;
        padding-left: 5px !important;
        border-radius: 3px;
        line-height: 17px;
      }

        .menu > ul > li a:hover,
        .menu > ul > li > a:focus,
        .menu > ul > li > ul > li a:hover,
        .menu > ul > li > ul > li a:focus {
          background-color: #ffdf2c !important;
          color: #fff !important;
          text-decoration: none !important;
        }

      .menu > ul > li > ul > li > ul > li,
      .menu > ul > li > ul > li > ul > li > ul > li {
        border: none !important;
        padding: 0px 0px 0px 20px !important;
      }

        .menu > ul > li > ul > li > ul > li a,
        .menu > ul > li > ul > li > ul > li > ul > li a {
          text-transform: none;
          font-size: 15px;
          padding-top: 5px;
          padding-bottom: 5px;
        }

        .menu > ul > li > ul > li > ul > li > ul {
          padding-left: 20px !important;
        }

  @media only screen and (min-width : 769px) {
    .menu > ul > li > ul > li > ul > li > ul > li:before {
      content: "\2014\0020";
      font-weight: 500;
      font-size: 13px;
      float: left;
      margin-top: 4px;
      margin-left: -25px;
      color: lightgray;
    }
  }

  @media only screen and (max-width : 768px) {

    .menu > ul > li > ul > li > ul > li > ul {
      padding-left: 0px !important;
    }
  }

  .menu > ul > li > ul > li > ul > li > ul {
    padding-left: 10px !important;
  }


  .menu-mobile {
    height: 40px !important;
  }

    .menu-mobile:after {
      content: "\f0c9" !important;
      font-family: "Font Awesome 5 Free" !important;
      font-weight: 600 !important;
      color: #fff !important;
      font-size: 2.0rem !important;
      background-color: #ffdf2c !important;
      padding: 3px 13px 3px 13px !important;
      margin: 0px !important;
      position: absolute !important;
      top: 15px !important;
      right: 0px !important;
    }

  .menu > ul > li > ul.normal-sub > li {
    border-right: none !important;
  }

    .menu > ul > li > ul.normal-sub > li a {
      padding: 3px 3px 5px 3px !important;
      text-transform: none !important;
    }

  @media only screen and (min-width : 1921px) {
    .menu {
      margin-left: 210px !important;
      padding-bottom: 35px !important;
    }
  }

  @media only screen and (min-width : 1801px) and (max-width: 1920px) {
    .menu {
      margin-left: 295px !important;
      padding-bottom: 35px;
    }
  }

  @media only screen and (min-width : 1381px) and (max-width: 1800px) {
    .menu {
      margin-left: 15% !important;
      padding-bottom: 35px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width: 1380px) {
    .menu {
      margin-left: 120px !important;
      padding-top: 30px;
      margin-bottom: 5px;
    }
  }

  @media only screen and (min-width : 769px) {
    .menu > ul > li > ul > li a b {
      display: none !important;
    }

    .menu > ul > li > ul > li {
      min-height: 450px;
    }

      .menu > ul > li > ul > li > ul > li {
        min-height: auto;
      }

    .menu > ul > li > ul.normal-sub > li {
      min-height: auto;
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .menu {
      margin-left: 120px !important;
      padding-top: 30px;
      margin-bottom: 5px;
    }

      .menu > ul > li {
        padding-right: 10px;
        padding-left: 10px;
      }

        .menu > ul > li > ul > li {
          padding-right: 5px !important;
          padding-left: 10px !important;
        }

        .menu > ul > li > ul {
          width: 115% !important;
          left: -100px !important;
        }

          .menu > ul > li > ul.normal-sub {
            width: 300px !important;
            left: auto !important;
          }
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .menu {
      margin-left: 0px !important;
      padding-bottom: 0px;
    }

      .menu > ul {
        border-top: 2px solid #ffdf2c !important;
        padding-left: 5px !important;
      }

        .menu > ul > li {
          border-right: none;
          border-bottom: 1px solid #eee;
          padding: 5px 5px 5px 10px !important;
        }

          .menu > ul > li > ul {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            padding: 5px 0px 5px 0px !important;
          }

            .menu > ul > li > ul > li {
              margin-top: 0px !important;
              border-right: none;
              padding-right: 0px;
              padding-top: 0px !important;
            }

              .menu > ul > li > ul > li:first-child {
                border-top: 1px solid #eee !important;
              }

              .menu > ul > li > ul > li a {
                border-bottom: 1px solid #eee !important;
                padding: 4px 0px 4px 4px !important;
              }

              .menu > ul > li > ul > li > ul {
                margin: 0px 0px 0px 0px !important;
              }

                .menu > ul > li > ul > li > ul > li a {
                  border-bottom: 1px solid #eee !important;
                  padding: 4px 0px 4px 4px !important;
                }

              .menu > ul > li > ul > li a, .menu > ul > li > ul.normal-sub > li {
                width: 100% !important;
              }

            .menu > ul > li > ul.normal-sub {
              padding-bottom: 0px !important;
              margin-bottom: -5px;
            }

    .menu-dropdown-icon:before {
      display: none !important;
    }
  }


  /* Searchbox */

  .searchbox_wrapper_head .search_box {
    float: right;
  }

  .searchbox_wrapper_head .search_box {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px !important;
    color: #888585;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
    outline: medium none;
    padding-left: 10px;
    width: 210px;
    padding: 4px 5px 4px 5px;
    height: 30px;
    margin-top: 5px;
  }

  .btn-header-search {
    float: left;
    width: 15%;
    color: #888585;
    font-size: 14px;
    padding-left: 5px;
  }

  .searchbox_wrapper_head .search_box input {
    border: none;
    float: right;
    width: 85%;
  }

  @media only screen and (min-width : 992px) {
    .search_icon {
      display: none !important;
    }

    .searchbox_wrapper_head .search_box {
      display: block !important;
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .search_icon {
      display: none !important;
    }

    .searchbox_wrapper_head .search_box {
      display: block !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .searchbox_wrapper_head {
      position: absolute;
      top: 85px;
      right: 0px;
      float: none;
      z-index: 1000;
      background-color: #fff;
      padding: 10px 20px 20px 10px;
      margin: 0px auto 0px auto;
      width: 100%;
      display: none;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
      box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    }

      .searchbox_wrapper_head .search_box {
        width: 100%;
      }

        .searchbox_wrapper_head .search_box input {
          float: left !important;
        }

    .btn-header-search {
      background-color: #595959;
      padding: 5px 5px;
      text-align: center;
      display: inline-block;
      color: #fff;
      font-weight: 300;
      border-radius: 0px;
      border: 0;
      text-transform: uppercase;
      font-weight: 400;
      cursor: pointer;
      margin-top: -5px;
      margin-right: -20px;
      float: right !important;
    }

      .btn-header-search:hover {
        color: #fff !important;
        opacity: 0.9;
      }
  }





  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  /*************************
*******Footer CSS******
**************************/

  footer {
    padding-top: 25px;
    color: #474747;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #acacac 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#acacac 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9e9e9 0%,#acacac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
  }

    footer p {
      color: #474747;
    }

    footer a {
      color: #474747;
    }

      footer a:hover {
        /*color: #474747;*/
        text-decoration: underline;
      }

  .footer-widget {
    padding-left: 0px;
    padding-right: 25px;
    line-height: 26px;
  }

  .nav1:before, .nav2:before,
  .address1:before, .address2:before {
    font-size: 15px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav1:before, .nav2:before {
    font-family: 'Glyphicons Halflings';
  }

  .address1:before, .address2:before {
    font-family: 'Font Awesome 5 Free';
  }

  .nav1:before {
    content: "\e086";
  }

  .nav2:before {
    content: "\e019";
  }

  .address1:before {
    content: "\f2b9";
  }

  .address2:before {
    content: "\f2b9";
    font-weight: 700;
  }


  .footer-nav-header {
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #474747;
    padding-left: 22px;
    margin-bottom: 5px;
  }

  ul.footer-nav {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }

    ul.footer-nav li {
      display: block;
      margin-left: 0;
    }

      ul.footer-nav li:first-child {
        margin-left: 0;
      }

      ul.footer-nav li a {
        text-decoration: none;
        color: #595959;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
      }

        ul.footer-nav li a:hover {
          color: #fff;
        }

  .social-widget {
    padding: 0px;
  }

    .social-widget ul.social-icons {
      margin-bottom: 0px !important;
      padding-left: 0px !important;
    }

      .social-widget ul.social-icons li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 0px;
        background-color: #444444;
      }

        .social-widget ul.social-icons li a i {
          font-size: 1.8em;
          width: 36px;
          height: 36px;
          color: #acacac;
          line-height: 36px;
          text-align: center;
          display: block;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -o-border-radius: 2px;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
        }

          .social-widget ul.social-icons li a i:hover {
            color: #fff !important;
          }

        .social-widget ul.social-icons li a:hover {
          text-decoration: none;
        }

        .social-widget ul.social-icons li a i.fa-facebook-f:hover {
          background-color: #0083C9;
        }

        .social-widget ul.social-icons li a i.fa-twitter:hover {
          background-color: #5BBCEC;
        }

        .social-widget ul.social-icons li a i.fa-google-plus:hover {
          background-color: #CE3C2D;
        }

        .social-widget ul.social-icons li a i.fa-dribbble:hover {
          background-color: #90C9DC;
        }

        .social-widget ul.social-icons li a i.fa-linkedin-in:hover {
          background-color: #0073b0;
        }

        .social-widget ul.social-icons li a i.fa-tumblr:hover {
          background-color: #4D7EA3;
        }

        .social-widget ul.social-icons li a i.fa-flickr:hover {
          background-color: #E474AF;
        }

        .social-widget ul.social-icons li a i.fa-instgram:hover {
          background-color: #4D4F54;
        }

        .social-widget ul.social-icons li a i.fa-vimeo:hover {
          background-color: #87D3E0;
        }

        .social-widget ul.social-icons li a i.fa-skype:hover {
          background-color: #36C4F3;
        }

        .social-widget ul.social-icons li a i.fa-youtube:hover {
          background-color: #ff0000;
        }

  .copyright-section {
    padding: 10px 0px 10px 0px;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid #fff;
    margin-top: 40px;
  }

    .copyright-section .copyright-text {
      font-size: 13px;
      color: #474747;
      padding-top: 8px;
    }


  @media only screen and (min-width : 1px) and (max-width: 992px) {
    .footer-widget {
      margin-bottom: 25px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .footer-widgets {
      margin: 0px 0px 0px 0px;
    }

    .social-widget ul.social-icons {
      text-align: center;
    }

    .copyright-section .copyright-text {
      text-align: center;
    }
  }


  #footerspacer {
    height: 30px;
  }

  #footerfixed {
    position: fixed;
    bottom: 0px;
    background-color: #555555;
    width: 100%;
    z-index: 1000;
  }

    #footerfixed .footer-mwst {
      background-color: #1f1207;
      color: white;
      text-align: center;
      padding: 4px;
    }

      #footerfixed .footer-mwst a {
        color: #fbedc2;
      }

        #footerfixed .footer-mwst a:hover {
          color: #ffffff;
        }

    #footerfixed .footer-basket {
      background-color: #ffdf2c;
      color: #525252;
      text-align: left;
      padding: 4px;
      padding-left: 10px;
    }

      #footerfixed .footer-basket a {
        color: #525252;
      }


  /******************************************************/
  /*******                     *******************/
  /******************************************************/

  /*------------------------------------------*/
  /*			   08 - Blog Styles
/*------------------------------------------*/




  .product-details .post-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
  }

  .product-details.product-details-shopping-card .col {
    padding: 0px;
  }

  .product-details.product-details-shopping-card .col-custom-image p.description-label,
  .product-details.product-details-small .col-custom-image p.description-label,
  .product-details .col-custom-info p.description-label {
    display: none;
  }

  .product-details.product-details-large .col-custom-info p.description-label {
    display: inline;
    font-weight: 600;
  }

  .product-details.product-details-small .col-custom-image {
    display: none;
  }

  .product-details.product-details-small .col-custom-info {
    width: 100%
  }

    .product-details.product-details-shopping-card .col-custom-info .product-information p.description,
    .product-details.product-details-small .col-custom-info p.description {
      display: none;
    }

    .product-details.product-details-large .col-custom-info span.price,
    .product-details.product-details-small .col-custom-info span.price {
      width: 50%;
      float: right;
    }

  .product-details .col-custom-info span.price p.mwst {
    width: 100%;
    display: block;
  }

.product-details.second-list-view .col-custom-info span.price .price-info {
  font-size: 12px;
}

  .product-details.product-details-shopping-card .col-custom-info .product-information span.price span,
  .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice span {
    font-size: 20px;
    margin-right: 0px;
    /*margin-left: 20px;*/
    min-width: 120px;
    /*display:inline;*/
    line-height: 20px;
  }

  .product_price_special_regular {
    font-size: 16px !important;
    text-decoration: line-through;
  }

  .product_price_special_label {
    font-size: 18px !important;
    color: #000 !important;
  }

  .product_price_special {
    /*color: #fe1a0f !important;*/
    color: #b01b18 !important;
  }

  .product_price_tax {
    font-size: 13px !important;
    font-weight: 400 !important;
    /*vertical-align: top;   */
  }

  .product_price_tax_boxview {
    font-size: 13px !important;
    font-weight: 400 !important;
    vertical-align: top !important;
    line-height: 14px !important;
    margin-right: 0px !important;
    white-space: nowrap;
  }

  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .product-details.product-details-shopping-card .col-custom-info .product-information span.price span,
    .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice span {
      font-size: 20px;
      margin-right: 0px;
      margin-left: 20px;
      min-width: 80px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 469px) and (max-width : 767px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .product-details.product-details-large .col-custom-info span.price {
      width: 100%;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .product-details.product-details-large .col-custom-info span.price {
      width: 100%;
    }
  }


  .product-details.product-details-shopping-card .col-custom-info .product-information span.fullprice {
    text-align: right;
  }

  .product-details.product-details-shopping-card .product-information-title h2,
  .product-details.product-details-shopping-card .product-information h2 {
    font-size: 18px;
    font-weight: 600;
  }

.product-details .product-information-top h2 a,
.product-details .product-information-top h1 {
  color: #525252;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h2.prod_count {
  position: relative;
  text-transform: none;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 16px;
  padding-bottom: 4px;
}

  .product-details.product-details-large .col-custom-image {
    width: 100%
  }

  .product-details.product-details-large .col-custom-info {
    width: 100%
  }

  .product-details.product-details-large a.btn-detail {
    /*display:none;*/
  }


  .product-details .carousel .thumb-overlay,
  .product-details .post-head .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0,0,0,0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 12;
  }

  .product-details .carousel:hover .thumb-overlay,
  .product-details .carousel .thumb-overlay {
  }

  .product-details .carousel:hover .thumb-overlay,
  .product-details .post-head:hover .thumb-overlay {
    background-color: rgba(255,255,255,0.4);
  }

  .product-details .carousel .thumb-overlay i,
  .product-details .post-head .thumb-overlay i {
    font-size: 3em;
    color: rgba(0,0,0,0);
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .product-details .carousel:hover .thumb-overlay i,
  .product-details .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%;
  }

  .product-details .carousel .control-carousel {
    top: 30%;
    z-index: 20;
    font-size: 30px;
    padding: 4px;
  }

  .product-details .post-head img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .product-details .post-content {
    padding-left: 54px;
    position: relative;
  }

  .product-details .post-slider {
    position: relative;
  }

  .product-details .post-type {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }

    .product-details .post-type i {
      font-size: 1.2em;
      color: #fff;
    }


  .productlist_select_viewmode {
    position: absolute;
    top: 30px;
    right: 15px;
  }

  .productlist_select_pagesize {
    position: absolute;
    top: 30px;
    right: 180px;
  }

  .productlist_select_viewmode p {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px;
  }

  .select_pagesize {
    width: auto !important;
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .productlist_select_pagesize {
      right: 100px;
    }

      .productlist_select_viewmode p, .productlist_select_pagesize span {
        display: none;
      }
  }

  @media only screen and (max-width : 768px) {
    .productlist_select_viewmode, .productlist_select_pagesize {
      display: none;
    }
  }

  .videobox {
    margin: 20px 0px 20px 0px;
    margin-left: 2%;
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

    .videobox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 95%;
      height: 95%;
    }

  .hl360view {
    float: left !important;
    margin: 10px 10px 20px 10px !important;
  }



  /******************************************************/
  /***********                            ***************/
  /******************************************************/


  /* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

  /* clearfix */
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* display none until init */
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }

    .owl-carousel .owl-wrapper {
      display: none;
      position: relative;
      -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

      .owl-carousel .owl-wrapper-outer.autoHeight {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
      }

    .owl-carousel .owl-item {
      float: left;
    }

  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer;
  }

  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* mouse grab icon */
  .grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move;
  }

  /* fix */
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  }

  /* CSS3 Transitions */

  .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
  }
  /* fade */
  .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
  }

  .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
  }
  /* backSlide */
  .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
  }

  .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
  }
  /* goDown */
  .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
  }

  .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
  }
  /* scaleUp */
  .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
  }

  .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
  }
  /* Keyframes */
  /*empty*/
  @-webkit-keyframes empty {
    0% {
      opacity: 1
    }
  }

  @-moz-keyframes empty {
    0% {
      opacity: 1
    }
  }

  @keyframes empty {
    0% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @-moz-keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes backSlideOut {
    25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
  }

  @-moz-keyframes backSlideOut {
    25% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
  }

  @keyframes backSlideOut {
    25% {
      opacity: .5;
      transform: translateZ(-500px);
    }

    75% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }

    100% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
  }

  @-webkit-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateZ(0) translateX(0);
    }
  }

  @-moz-keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      -moz-transform: translateZ(0) translateX(0);
    }
  }

  @keyframes backSlideIn {
    0%, 25% {
      opacity: .5;
      transform: translateZ(-500px) translateX(200%);
    }

    75% {
      opacity: .5;
      transform: translateZ(-500px);
    }

    100% {
      opacity: 1;
      transform: translateZ(0) translateX(0);
    }
  }

  @-webkit-keyframes scaleToFade {
    to {
      opacity: 0;
      -webkit-transform: scale(.8);
    }
  }

  @-moz-keyframes scaleToFade {
    to {
      opacity: 0;
      -moz-transform: scale(.8);
    }
  }

  @keyframes scaleToFade {
    to {
      opacity: 0;
      transform: scale(.8);
    }
  }

  @-webkit-keyframes goDown {
    from {
      -webkit-transform: translateY(-100%);
    }
  }

  @-moz-keyframes goDown {
    from {
      -moz-transform: translateY(-100%);
    }
  }

  @keyframes goDown {
    from {
      transform: translateY(-100%);
    }
  }

  @-webkit-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }

  @-moz-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }

  @keyframes scaleUpFrom {
    from {
      opacity: 0;
      transform: scale(1.5);
    }
  }

  @-webkit-keyframes scaleUpTo {
    to {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }

  @-moz-keyframes scaleUpTo {
    to {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }

  @keyframes scaleUpTo {
    to {
      opacity: 0;
      transform: scale(1.5);
    }
  }

  /*
* 	Owl Carousel Owl Theme 
*/

  .owl-theme .owl-controls {
    text-align: center;
  }

  /* touch-slider Styling Next and Prev buttons */

  .touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    *display: inline; /*IE7 life-saver */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60); /*IE7 fix*/
    opacity: 0.6;
    margin-top: -30px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }

  .touch-slider .owl-controls .owl-buttons div.owl-add {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }

  .touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff;
  }

  /* touch-slider Styling Next and Prev buttons - END*/

  /*************************
******* Home ******
**************************/



  #slider {
    /*background-color:rgba(86, 49, 19, 0.1);*/
    max-width: 1920px !important;
    padding: 0px !important;
    margin: 9px auto 0px auto;
    position: relative;
  }

  .carousel-indicators {
    z-index: 100;
    margin-left: 0;
    bottom: -10px;
  }

    .carousel-indicators.carousel-image-indicators {
      left: 0px;
      /*left:20%;*/
      width: 90%;
    }

    .carousel-indicators li {
      background-color: rgba(255,255,255,0.3);
    }

      .carousel-indicators li.active {
        background: #ffdf2c;
      }

      .carousel-indicators li.image-indicator {
        width: 80px !important;
        height: 50px !important;
        background: #C4C4BE;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #ffffff;
      }

    .carousel-indicators.carousel-image-indicators li.image-indicator.active {
      border-color: #ffdf2c !important;
    }

  .item {
    padding-left: 0px;
  }

  /***************************/
  .carousel-caption {
    background-color: rgba(50,50,50,0.5);
    left: 0px;
    right: 0px;
    padding-bottom: 15px;
  }

  .carousel-inner .item {
    padding-left: 0px;
  }


    .carousel-inner .item img.slider-image {
      background-position: center center;
      background-size: 110% auto;
      background-repeat: no-repeat;
      /*border:1px solid blue;*/
    }

    .carousel-inner .item .slider-content {
      top: 10%;
      margin-top: 40px;
      left: 0;
      padding: 0;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      color: #fff;
    }

    .carousel-inner .item .slider-content {
      z-index: 0;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
      /*border:1px solid red;*/
    }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .carousel-indicators {
      bottom: -50px !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .carousel-indicators {
      display: none;
    }
  }


  /* Slogan auf Slider */

  .slogan, .fairs {
    width: 95%;
    height: 170px;
    background-color: rgba(255,255,255,0.7);
    padding: 35px 0px 35px 35px;
    position: absolute;
    bottom: 65px;
    left: 0px;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.25);
    z-index: 10000;
  }

  .fairs {
    width: 110%;
    margin-left: -30px;
    padding: 10px 15px 20px 20px;
  }

  .slogan img {
    display: block;
    float: left;
    margin-right: 40px;
    width: 145px !important;
  }

  .slogan h1 {
    font-size: 34px;
    color: #4d4a49;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-top: 0px;
  }

    .slogan h1 strong {
      border-left: 1px solid #cccccc;
      margin-right: 7px;
      display: inline-block;
      padding-left: 11px;
    }

    .slogan h1 > :first-child {
      border-left: none !important;
      padding-left: 0px;
    }

    .slogan h1 span {
      display: block;
      font-size: 26.5px;
      font-weight: 400;
      margin-top: 13px;
    }

      .slogan h1 span.company {
        display: block;
        font-size: 18px;
        font-weight: 300;
        margin-top: 10px;
      }

  .fairs img {
    width: auto !important;
  }

  .fairs h5 {
    font-size: 19px;
    color: #4d4a49;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .fairs hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fairs a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #4d4a49;
  }

    .fairs a:hover {
      color: #000;
    }

  @media only screen and (min-width : 1201px) and (max-width: 1400px) {
    .slogan, .fairs {
      bottom: 35px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .slogan, .fairs {
      height: 120px;
      padding: 20px 0px 20px 20px;
      bottom: 15px;
      left: 5px;
    }

    .slogan {
      width: 85%;
    }

      .slogan h1 {
        font-size: 26px;
        margin-top: 0px;
      }

        .slogan h1 span {
          font-size: 20.5px;
          margin-top: 0px;
        }

          .slogan h1 span.company {
            font-size: 16px;
            margin-top: -1px;
          }

      .slogan img {
        margin-right: 10px;
        width: 110px !important;
      }

    .fairs {
      width: 160%;
      margin-left: -110px;
      padding: 5px 5px 10px 10px;
    }

      .fairs img {
        width: 20% !important;
      }

      .fairs a {
        display: inline;
        margin-top: 10px;
        font-size: 14px;
        color: #4d4a49;
      }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .slogan, .fairs {
      height: 105px;
      padding: 10px 0px 10px 15px;
      bottom: 10px;
      left: 5px;
    }

    .slogan {
      width: 98%;
      text-align: center;
    }

      .slogan h1 {
        font-size: 26px;
        margin-top: 0px;
      }

        .slogan h1 span {
          font-size: 20.5px;
          margin-top: 5px;
        }

          .slogan h1 span.company {
            font-size: 16px;
            margin-top: -1px;
            text-transform: lowercase;
            color: #777;
          }

      .slogan img {
        display: none;
      }

    .fairs {
      position: static;
      width: 100%;
      height: auto;
      margin-left: 0px;
      padding: 5px 5px 5px 10px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #cecece;
      text-align: center;
    }

      .fairs h5 {
        font-size: 19px;
        display: inline;
        padding-right: 20px;
      }

      .fairs img {
        width: auto !important;
      }

      .fairs a {
        display: inline;
        font-size: 14px;
        color: #4d4a49;
        padding-left: 20px;
      }

      .fairs hr {
        display: none;
      }
  }

  @media only screen and (min-width : 469px) and (max-width : 767px) {
    .slogan, .fairs {
      height: auto;
      padding: 10px 10px 10px 10px;
      bottom: 10px;
      left: 5px;
      text-align: center;
      position: static;
    }

    .slogan {
      width: 100%;
    }

      .slogan h1 {
        font-size: 20px !important;
        margin-top: 0px;
      }

        .slogan h1 > :first-child {
          border-left: none !important;
          padding-left: 10px;
        }

        .slogan h1 span {
          font-size: 18px;
          margin-top: 5px;
        }

          .slogan h1 span.company {
            font-size: 14px;
            margin-top: -1px;
            font-weight: 300;
            text-transform: lowercase;
            color: #777;
          }

      .slogan img {
        display: none;
      }

    .fairs {
      position: static;
      width: 100%;
      height: auto;
      margin-left: 0px;
      padding: 5px 5px 5px 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #cecece;
      text-align: center;
    }

      .fairs h5 {
        font-size: 16px;
        display: inline;
        padding-right: 10px;
      }

      .fairs img {
        height: 50px !important;
      }

      .fairs a {
        display: inline;
        font-size: 14px;
        color: #4d4a49;
        padding-left: 10px;
      }

      .fairs hr {
        display: none;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .slogan, .fairs {
      height: auto;
      padding: 10px 10px 10px 10px;
      bottom: 10px;
      left: 5px;
      text-align: center;
      position: static;
    }

    .slogan {
      width: 100%;
    }

      .slogan h1 {
        font-size: 24px !important;
        margin-top: 0px;
        line-height: 30px;
      }

        .slogan h1 strong {
          border-left: none;
          margin-right: 0px;
          display: block;
          padding-left: 0px;
        }

        .slogan h1 > :first-child {
          padding-left: 10px;
        }

        .slogan h1 span {
          font-size: 18px;
          margin-top: 5px;
        }

          .slogan h1 span.company {
            font-size: 14px;
            margin-top: -1px;
            font-weight: 300;
            text-transform: lowercase;
            color: #777;
          }

      .slogan img {
        display: none;
      }

    .fairs {
      position: static;
      width: 100%;
      height: auto;
      margin-left: 0px;
      padding: 5px 5px 5px 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #cecece;
      text-align: center;
    }

      .fairs h5 {
        font-size: 18px;
        display: inline;
        padding-right: 10px;
      }

      .fairs img {
        height: 50px !important;
      }

      .fairs a {
        display: block;
        font-size: 14px;
        color: #4d4a49;
        padding-left: 10px;
      }

      .fairs hr {
        display: none;
      }
  }



  /*  Top Categories */

  .top-cats-container {
    background-color: #ffdf2c;
    margin: 45px auto 45px auto;
    max-width: 1920px;
  }

    .top-cats-container .row {
      background-color: #fff;
    }

  .top-cat-item {
    position: relative;
    margin-right: 13px;
  }

  .top-cat-item-custom > :last-child {
    margin-right: 0px;
    background-color: #ffdf2c;
  }

  .top-cat-item-custom > div div:last-child:hover {
    background-color: #fff;
  }

  .top-cat-item a {
    display: block;
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    z-index: 500;
  }

    .top-cat-item a:hover {
      /*background-color: rgba(255,255,255,0.8);*/
      opacity: 0.5;
    }

    .top-cat-item a h2 {
      background-color: rgba(255,255,255,0.8);
      position: absolute;
      bottom: 0px;
      left: 0px;
      text-align: center;
      width: 100%;
      display: block;
      color: #525252;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 400;
      text-shadow: none !important;
      z-index: 50;
      padding: 6px;
    }

  .top-cat-item:hover a h2:hover {
    color: #000;
  }

  @media (min-width : 992px) and (max-width:1199px) {
    .top-cats-container {
      padding-left: 10px;
    }

    .top-cat-item a h2 {
      font-size: 18px;
      line-height: 26px;
    }
  }

  @media (min-width : 769px) and (max-width: 991px) {
    .top-cats-container {
      padding-left: 0px;
      margin: 25px 0px 25px 0px;
    }

    .top-cat-item a h2 {
      font-size: 18px;
      line-height: 26px;
      padding: 2px;
    }
  }

  @media (min-width : 469px) and (max-width : 768px) {
    .top-cats-container {
      margin: 20px 0px 10px 10px;
      background-color: #fff;
    }

    .top-cat-item {
      margin-bottom: 15px;
    }

      .top-cat-item a h2 {
        font-size: 18px;
        line-height: 26px;
        padding: 0px;
      }

    .top-cat-item-custom > :last-child {
      background-color: #fff;
    }
  }

  @media (min-width : 328px) and (max-width : 468px) {
    .top-cats-container {
      margin: 20px 0px 10px 10px;
      background-color: #fff;
    }

    .top-cat-item {
      margin-bottom: 15px;
    }

      .top-cat-item a h2 {
        font-size: 18px;
        line-height: 26px;
        padding: 2px;
      }

    .top-cat-item-custom > :last-child {
      background-color: #fff;
    }
  }

  @media (min-width : 1px) and (max-width : 328px) {
    .top-cats-container {
      margin: 20px 0px 10px 10px;
      background-color: #fff;
    }

    .top-cat-item {
      margin-bottom: 15px;
    }

      .top-cat-item a h2 {
        font-size: 18px;
        line-height: 26px;
        padding: 2px;
      }

    .top-cat-item-custom > :last-child {
      background-color: #fff;
    }
  }
  /*  end Top Categories */

  /***************************/

  .pricing {
    position: absolute;
    right: 40%;
    top: 52%;
  }


  .get {
    background: #ffdf2c;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
  }


  .item button:hover {
    background: #ffdf2c;
  }

  .control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
  }

    .control-carousel:hover {
      color: #ffdf2c;
    }

  .right {
    right: 0;
  }

  .category-products {
    border: 1px solid #cccccc; /* chk : #f7f7f0 -> */
    margin-bottom: 35px;
    padding-bottom: 5px;
    padding-top: 5px; /*15px;*/
  }

  .left-sidebar {
    padding-top: 15px;
  }

  @media only screen and (max-width : 767px) {
    .left-sidebar #collapse-header-waregroup.classic-title {
      border-bottom: 2px solid #ffdf2c;
      margin-bottom: 0px !important;
    }

    .category-products {
      border-top: none !important;
    }
  }

  .category-description {
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(255, 255, 255);
    border: solid 1px #dedede;
  }

  .category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
  }

  .category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 0px 0px;
  }

    .category-products .panel-default .panel-heading .panel-title a {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px; /* chk: mobile: 18px */
      text-decoration: none;
      text-transform: uppercase;
    }

      .category-products .panel-default .panel-heading .panel-title a.active {
        background-color: #ffdf2c;
        color: #fff !important;
        border-radius: 3px;
      }

  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
  }

  .category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 0px 7px;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
    padding-left: 0px;
  }

  .panel-body ul {
    padding-left: 20px;
  }

    .panel-body ul li {
      padding-top: 2px;
      padding-bottom: 2px;
    }

      .panel-body ul li a {
        color: #696763;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px; /* mobile: 14 , classic:12px */
        text-transform: none;
      }

        .panel-body ul li a:hover,
        .panel-body ul li a:focus,
        .panel-body ul li a.active {
          background-color: #ffdf2c;
          color: #fff !important;
          border-radius: 3px;
        }

  .brands-name {
    border: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
    padding-bottom: 20px;
    padding-top: 15px;
  }


    .brands-name .nav-stacked li a {
      background-color: #FFFFFF;
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      padding: 5px 25px;
      text-decoration: none;
      text-transform: uppercase;
    }

      .brands-name .nav-stacked li a:hover {
        background-color: #fff;
        color: #696763;
      }

  .shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
  }


  .price-range {
    margin-top: 30px;
  }

  .well {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
  }


  .tooltip-inner {
    background-color: #ffdf2c;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
  }

  .tooltip.top .tooltip-arrow {
    border-top-color: #ffdf2c;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
  }


  .padding-right {
    padding-right: 0;
  }

  .features_items {
    overflow: hidden;
    position: relative;
  }



  h2.title {
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
  }


  /**********************************************************************/
  /*
*
*/
  .order .order-process {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

    .order .order-process .col {
      position: relative;
      min-height: 1px;
      width: 19.9%;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
    }

    .order .order-process .order-process-item i,
    .order .order-process .order-process-item em {
      font-size: 2em;
    }

    .order .order-process .order-process-item {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 2px;
      padding-right: 2px;
    }

      .order .order-process .order-process-item > span {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        border: 1px solid #cccccc;
        display: block;
        color: #b5b2b0;
        white-space: nowrap;
      }

      .order .order-process .order-process-item.active > span {
        color: #595959;
        font-weight: 600;
      }

        .order .order-process .order-process-item.active > span em {
          color: #ffdf2c;
          font-weight: 600;
        }


  .order .order-headline {
    padding-top: 5px;
    padding-bottom: 3px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #ffdf2c;
    color: #fff;
  }

    .order .order-headline .price {
      text-align: right;
    }

  .order .order-item {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }

    .order .order-item .product-details {
      margin-top: 0px;
      margin-bottom: 20px;
    }




    .order .order-item .col {
      padding-left: 0px;
      padding-right: 0px;
    }

  .order .order-footerline {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
  }

    .order .order-footerline .pricelabel {
      text-align: right;
      color: #525252;
      font-weight: 600;
      white-space: nowrap;
      font-size: 16px;
      margin-top: 5px;
    }

    .order .order-footerline .price {
      color: #666666;
      text-align: right;
      padding-left: 20px;
      /*min-width: 150px;*/
      white-space: nowrap;
    }

    .order .order-footerline .total-price {
      text-align: right;
    }

  .order .order-infoline {
  }

  .order .order-buttons {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

    .order .order-buttons .prevbutton {
    }

    .order .order-buttons .nextbutton {
      text-align: right;
    }

  .order .confirmation-list-header {
    font-weight: bold;
    padding-right: 4px;
  }

  .order .confirmation-list-item-col {
    padding-right: 4px;
  }


  .order_small.order-buttons,
  .order_small.order-footerline {
    margin-top: 10px;
  }


  @media only screen and (min-width : 992px) and (max-width: 1200px) {
    .order .order-process .order-process-item span span {
      font-size: 12px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .order .order-process .order-process-item span span {
      font-size: 10px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 669px) and (max-width : 767px) {
    .order .order-process .order-process-item span span {
      font-size: 11px;
      min-height: 30px;
    }
  }

  @media only screen and (min-width : 469px) and (max-width : 668px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .order .order-process .order-process-item span span {
      display: none;
    }
  }




  .bs-callout {
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    margin: 20px 0px 20px 0px;
    padding: 20px;
    border-radius: 3px;
  }

    .bs-callout h4 {
      margin-top: 0px;
      margin-bottom: 5px;
    }

    .bs-callout p:last-child {
      margin-bottom: 0px;
    }

    .bs-callout code {
      border-radius: 3px;
    }

    .bs-callout + .bs-callout {
      /*margin-top: -5px;*/
    }

  .bs-callout-danger {
    border-left-color: rgb(206, 72, 68);
  }

    .bs-callout-danger p.colored,
    .bs-callout-danger span.colored,
    .bs-callout-danger p strong,
    .bs-callout-danger h4 {
      color: rgb(206, 72, 68);
    }

  .bs-callout-warning {
    border-left-color: rgb(170, 103, 8);
  }

    .bs-callout-warning h4 {
      color: rgb(170, 103, 8);
    }

  .bs-callout-info {
    border-left-color: #ffdf2c;
  }

    .bs-callout-info address {
      line-height: 1.5em;
      margin-bottom: 0px !important;
    }

      .bs-callout-info address .ship_company,
      .bs-callout-info address .ship_fax,
      .bs-callout-info address .block_elem {
        display: block;
      }

  @media only screen and (min-width : 769px) {
    .bs-callout-info address {
      min-height: 220px;
    }
  }

  .bs-callout-info h4 {
    font-weight: 600;
    font-size: 16px !important;
  }

  .bs-callout-account {
    border-left-color: #5cb85c;
  }

    .bs-callout-account p strong,
    .bs-callout-account h4 {
      color: #5cb85c;
    }

  .bs-callout p a {
    margin-left: 5px;
    margin-right: 5px;
  }


  .bs-callout-account p strong.danger {
    color: rgb(206, 72, 68);
  }


  /****************************************************************/
  /* Presse */
  /****************************************************************/
  .presse-items {
    overflow: hidden;
  }

  .presse-item {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .presse-item-single {
    position: relative;
    padding: 10px;
  }

  .presse-item h2 {
    height: 60px;
    vartical-align: top;
  }

    .presse-item h2 span {
      color: #666666;
      font-size: 12px;
      font-weight: 300;
    }

  .presse-item .preview-img {
    width: 100%;
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
  }

  .presseinfo h3 {
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .presseinfo h2 {
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }



  /***************************************************************/
  /* Product */
  /***************************************************************/

  .product-image-wrapper {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0px;
    background-color: #ffffff;
  }

    .product-image-wrapper:hover {
      border-color: #ffdf2c;
    }


  .single-products {
    position: relative;
    margin-top: 0px;
    padding-top: 2px;
  }

  .new, .sale {
    position: absolute;
    top: 0;
    right: 0;
  }



  .productinfo h2 {
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .product-overlay h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .productinfo h5 {
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
  }

  .productinfo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
  }

    .productinfo p.description {
      min-height: 60px;
      /*max-height:60px;*/
    }

    .productinfo p.line {
      min-height: 20px;
      margin-bottom: 0px;
      margin-top: 3px;
    }

  .productinfo:hover p {
    color: #ffdf2c;
  }

  .productinfo img {
    width: 100%;
  }

  .productinfo {
    position: relative;
  }

  .product-overlay {
    background: #ffdf2c;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    opacity:;
  }

  .single-products:hover .product-overlay {
    display: block;
    height: 100%;
  }


  .product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #ffdf2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
  }

    .product-overlay .add-to-cart:hover {
      background: #fff;
      color: #ffdf2c;
    }


  .product-overlay p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }



  .add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
  }

    .add-to-cart:hover {
      background: #ffdf2c;
      border: 0 none;
      border-radius: 0;
      color: #FFFFFF;
    }

  .add-to {
    margin-bottom: 10px;
  }

  .add-to-cart i {
    margin-right: 5px;
  }

  .add-to-cart:hover {
    background: #ffdf2c;
    color: #FFFFFF;
  }

  .choose {
    border-top: 1px solid #e6e6e0; /* chk : #f7f7f0 -> */
  }

    .choose ul li a {
      color: #B3AFA8;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      padding-left: 0;
      padding-right: 0;
    }

      .choose ul li a i {
        margin-right: 5px;
      }

      .choose ul li a:hover {
        background: none;
        color: #ffdf2c;
      }


  /************************************************************/
  /* Product end */
  /************************************************************/

  /************************************************************/
  /*---- Isotope filtering ----*/
  .isotope-item {
    z-index: 2;
  }

  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }

  .isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }

  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
  }

    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
    }
  /*---- Isotope filtering  end ----*/
  /************************************************************/

  /************************************************************/
  /* waregroupfly */
  /************************************************************/


  .waregroupfly-row {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .waregroupfly-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .waregroupfly-nav #filters li {
      margin: 0 0 10px 0;
      padding: 5px;
      float: left;
      width: 20%;
    }

      .waregroupfly-nav #filters li a {
        color: #7F8289;
        font-size: 16px;
        display: block;
        text-align: center;
      }

        .waregroupfly-nav #filters li a span.shorty {
          display: none;
        }


      .waregroupfly-nav #filters li:hover {
        background-color: #ffdf2c;
        color: #FFFFFF;
      }

      .waregroupfly-nav #filters li a.selected:hover,
      .waregroupfly-nav #filters li a:hover {
        color: #FFFFFF;
      }

      .waregroupfly-nav #filters li a.selected {
        color: #ffdf2c;
        font-weight: 600;
      }


  #waregroupfly .usecase-box {
    width: 100%;
    height: 150px;
    border: 0px;
    border-left: 3px solid #dedede;
  }

  #waregroupfly .isfeature {
    border-left: 3px solid #ffdf2c;
  }

  #waregroupfly li.item-thumbs {
    height: auto;
    margin: 0px 5px 5px 2px;
    font-weight: 300;
    width: 32%;
  }

  #waregroupfly li.item-thumbs {
    text-align: center;
  }

    #waregroupfly li.item-thumbs .product-image-wrapper {
      margin-bottom: 0px;
    }

    #waregroupfly li.item-thumbs a span {
      width: 98%;
      display: block;
      height: 70px;
      border: 1px solid #dedede;
      border: 1px solid #ffdf2c;
      border-radius: 3px;
      /*line-height:50px;*/
      font-size: 14px;
      padding-left: 5px;
      margin-right: 5px;
      margin-left: 0px;
      padding-top: 25px;
    }

    #waregroupfly li.item-thumbs a:hover span {
      background-color: rgba(61,110,160,0.05);
      /*color:White;*/
    }

  #waregroupfly .usecase-box h5 {
    margin: 5px;
    font-weight: 300;
  }

  .waregroupfly-row .sub-container {
    display: none;
    position: fixed;
    z-index: 300;
    /*width:100%;*/
    /*top:-50px;*/
    padding-bottom: 40px;
    /*background-color:rgba(0,0,0,0.1);*/
  }

    .waregroupfly-row .sub-container .sub-container-content {
      background-color: rgba(0,0,0,0.8);
      margin-right: 15px;
      padding: 20px 20px 20px 20px;
      color: White;
      display: table;
      min-height: 200px;
      width: 380px;
    }

      .waregroupfly-row .sub-container .sub-container-content h4 {
        color: #ffffff;
        font-size: 14px;
      }

      .waregroupfly-row .sub-container .sub-container-content .single-products {
        float: left;
        width: 32%;
        margin: 2px;
      }

    .waregroupfly-row .sub-container .sub-container-close {
      position: absolute;
      display: block;
      top: 4px;
      right: 12px;
      width: 20px;
      height: 20px;
      color: #ffffff;
      z-index: 200;
      cursor: pointer;
    }

    .waregroupfly-row .sub-container .sub-container-arrow {
      position: absolute;
      bottom: 30px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid rgba(0,0,0,0.9);
    }

  .account-content strong,
  .account-content h2 strong,
  .account-content h4 strong {
    color: #5cb85c; /* rgb(92, 184, 92);*/
  }

  .account-content .form-control:focus {
    border-color: #5cb85c;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(92,184,92,0.6)
  }


  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    /* lg */
    .waregroupfly-nav #filters li {
      float: left;
      width: 20%;
    }

    #waregroupfly li.item-thumbs {
      width: 32%
    }
  }


  @media only screen and (min-width : 768px) and (max-width: 991px) {
    /* md */

    .waregroupfly-nav #filters li {
      float: left;
      width: 20%;
    }
    /*
    * Warengruppen
    */

    #waregroupfly li.item-thumbs {
      width: 49%
    }
  }


  @media only screen and (min-width : 469px) and (max-width : 767px) {
    /* sm */

    /*
    * Warengruppen
    */

    #waregroupfly li.item-thumbs {
      width: 49%
    }
  }


  @media only screen and (min-width : 328px) and (max-width : 468px) {


    /*
    * Warengruppen
    */
    .waregroupfly-nav #filters {
      width: 100%;
    }

      .waregroupfly-nav #filters li {
        float: left;
        width: 20%;
      }

        .waregroupfly-nav #filters li a span {
        }

          .waregroupfly-nav #filters li a span.shorty {
            display: block;
            border-bottom: 1px solid #dedede;
          }

        .waregroupfly-nav #filters li a.selected span.shorty {
          border-bottom: 1px solid #ffdf2c;
        }

    #waregroupfly li.item-thumbs {
      width: 99.0%
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .waregroupfly-nav #filters {
      width: 100%;
    }

      .waregroupfly-nav #filters li {
        float: left;
        width: 20%;
        border-bottom: 1px solid #dedede;
      }

        .waregroupfly-nav #filters li a span {
        }

          .waregroupfly-nav #filters li a span.shorty {
            display: block;
          }

    #waregroupfly li.item-thumbs {
      width: 99.0%
    }
  }







  /************************************************************/
  /* waregroubfly end */
  /***********************************************************/


  .category-tab {
    overflow: hidden;
  }

    .category-tab ul {
      background: #40403E;
      border-bottom: 1px solid #ffdf2c;
      list-style: none outside none;
      margin: 0 0 30px;
      padding: 0;
      width: 100%;
    }

      .category-tab ul li a {
        border: 0 none;
        border-radius: 0;
        color: #B3AFA8;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
      }

        .category-tab ul li a:hover {
          background: #ffdf2c;
          color: #fff;
        }

  .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffdf2c;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
  }

  .nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
  }

  .recommended_items {
    overflow: hidden;
  }

  #recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
  }

  .recommended-item-control {
    position: absolute;
    top: 41%;
  }

    .recommended-item-control i {
      background: none repeat scroll 0 0 #ffdf2c;
      color: #FFFFFF;
      font-size: 20px;
      padding: 4px 10px;
    }

      .recommended-item-control i:hover {
        background: #ccccc6;
      }

  .recommended_items h2 {
  }

  .our_partners {
    overflow: hidden;
  }

    .our_partners ul {
      background: #e6e6e0; /* chk : #f7f7f0 -> */
      margin-bottom: 50px;
    }


      .our_partners ul li a:hover {
        background: none;
      }

  /*************************
*******Shop CSS******
**************************/


  #advertisement {
    padding-bottom: 45px;
  }

    #advertisement img {
      width: 100%;
    }

  .pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
  }

    .pagination li:first-child a, .pagination li:first-child span {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: 0;
    }

    .pagination li:last-child a, .pagination li:last-child span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
    }

    .pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
      background-color: #ffdf2c;
      border-color: #ffdf2c;
      color: #FFFFFF;
      cursor: default;
      z-index: 2;
    }

    .pagination li a, .pagination li span {
      background-color: #f0f0e9;
      border: 0;
      float: left;
      line-height: 1.42857;
      margin-left: -1px;
      padding: 6px 12px;
      position: relative;
      text-decoration: none;
      margin-right: 5px;
      color: #000;
    }

      .pagination li a:hover {
        background: #ffdf2c;
        color: #fff;
      }

  /*************************
*******fakeImage ******
**************************/
  .fakeImage {
    width: 100% !important;
    max-width: 100%;
    background-image: url('images/gallery/SlideCustomBike.jpg');
    background-position: center center;
    background-size: 85% auto;
    background-repeat: no-repeat;
  }

  .fakeImagePortrait {
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .fakeImageLandscape {
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center;
  }


  /*************************
*******Product Details CSS******
**************************/

  .product-details {
    overflow: hidden;
    border: 1px solid #dedede;
    background-color: #ffffff;
  }


  #similar-product {
    margin-top: 40px;
  }


  #reviews {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-details {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 0px;
    border-top: 2px solid #ffe138;
    border-left: 1px solid #d8d7d7;
    border-right: 1px solid #d8d7d7;
    border-bottom: 1px solid #a1a1a1;
  }

    .product-details .col-custom-image {
      padding-left: 0px;
      padding-right: 0px;
    }

    .product-details .col-custom-info {
      padding-left: 0px;
      padding-right: 0px;
    }

  .view-product {
    position: relative;
    height: 100%;
    /*margin-bottom:50px;*/
  }

    .view-product img {
      border: 0px solid #e6e6e0; /* chk : #f7f7f0 -> */
      height: auto;
      /*width: 100%;*/
      background-position: center;
      background-repeat: no-repeat;
    }

    .view-product h3 {
      background-color: rgba(255,255,255,0.6);
      bottom: 0;
      color: #ffdf2c;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0;
      padding: 8px 20px;
      position: absolute;
      left: 0;
    }


  .product-download {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }


  .productdetails_download_area_descr {
    margin-bottom: 0px;
    font-size: 14px;
  }

    .productdetails_download_area_descr em {
      font-size: 19px;
      color: #ffdf2c;
    }

  .product-download .gallery2-pic-item {
    text-align: left;
    max-width: initial;
    background-color: #f9f9f9;
    width: 100%;
    margin: 0px;
    border: none;
    padding: 10px 0px 10px 0px;
  }

  .product-download .gallery2 .gallery2-pic-item tr {
    border-bottom: 1px solid #cecece;
  }

  .product-download .gallery2 .gallery2-pic-item td > a > img {
    max-width: 50px;
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .product-download .gallery2-category-products {
    margin: 20px 0px 0px 0px;
    background-color: #fff;
  }

  .product-download .gallery2-pic-item p:last-child {
    flex: initial;
    align-items: initial;
    display: initial;
    justify-content: initial;
  }

  .product-download .gallery2 .gallery2-pic-item td > span > .fileName {
    padding-left: 10px;
    padding-right: 5px;
  }


  #similar-product .carousel-inner .item {
    padding-left: 0px;
  }

    #similar-product .carousel-inner .item img {
      display: inline-block;
      margin-left: 15px;
    }

  .item-control {
    position: absolute;
    top: 35%;
  }

    .item-control i {
      background: #ffdf2c;
      color: #FFFFFF;
      font-size: 20px;
      padding: 5px 10px;
    }

      .item-control i:hover {
        background: #ccccc6;
      }


  .product-information-top {
    position: relative;
    padding: 10px 10px 10px 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    margin-bottom: 20px;
  }

  .product-information {
    padding: 0px 20px 20px 20px
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .product-information {
      padding: 0px 10px 20px 10px;
    }

    .product-information-top {
      padding: 10px 10px 10px 10px;
    }
  }

  /* collaps panels - with js function in framework.content.js */
  .product-information .description.content-collapse {
    -moz-transition: max-height 2s ease;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height: 4000px;
    margin-bottom: 30px;
  }

  .product-information .description.content-collapse-30 {
    max-height: 30px;
    overflow: hidden;
  }

  .product-information .description.content-collapse-50 {
    max-height: 50px;
    overflow: hidden;
  }

  .product-information .description.content-collapse-150 {
    max-height: 150px;
    overflow: hidden;
  }

  .product-information .description.content-collapse-200 {
    max-height: 200px;
    overflow: hidden;
  }

  .product-information .description.content-collapse-300 {
    max-height: 300px;
    overflow: hidden;
  }

  .product-information span.expander {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    height: 40px;
    /* border:1px solid red; */
    left: 0px;
    z-index: 30;
    background-image: url('../images/white-shadow.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    /* 
     -moz-box-shadow:    inset  0  0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
    -webkit-box-shadow: inset  0 0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
     box-shadow:        inset  0  0px 0px 0px rgba(255,255,255,1), 
                        inset  0 -68px 68px -68px rgba(255,255,255,1);*/
    cursor: pointer;
  }

    .product-information span.expander span {
      position: absolute;
      width: 40px;
      height: 20px;
      margin-top: 5px;
      /* background-color:rgba(55,55,55,0.9);*/
      color: #555555;
      left: 47%;
    }

      .product-information span.expander span i {
        text-align: center;
        font-size: 3em;
        margin-left: 7px;
      }

        .product-information span.expander span i:hover {
          color: #ffdf2c;
        }

    .product-information span.expander.hide {
      display: none;
    }

  .newarrival, .isspecial {
    background-color: #ffdf2c;
    /*background-color: rgba(255,223,44,0.7);*/
    color: #ffffff;
    margin-top: 0px !important;
    padding: 2px 4px 2px 4px;
  }

  .newarrival {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 3px;
    font-size: 18px;
  }

  .isspecial {
    position: relative;
    border-radius: 3px;
  }

  .product-information-title h2,
  .product-information h2 {
    color: #363432;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
  }

  .product-information-title .delete {
    position: absolute;
    top: 10px;
    right: 12px;
  }

  .product-information-title a span {
    font-size: 14px;
    color: #aaaaaa;
  }

  .product-information-title a i {
  }

  .product-information p {
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
  }

    .product-information p.description {
      max-height: 2000px;
    }

  .product-information span {
    display: inline-block;
  }

    .product-information span.cart-box {
      display: table;
      width: 100%;
      padding-top: 5px;
      text-align: right;
    }

      .product-information span.cart-box a.btn {
        margin-top: 0px;
      }

    .pricing span.price span,
    .product-information span.price span,
    .product-information span.fullprice span {
      color: #595959;
      /*float: left;*/
      font-family: 'Open Sans', sans-serif;
      font-size: 25px;
      font-weight: 700;
      margin-right: 5px;
      margin-top: 0px;
      margin-left: 0px;
      line-height: 30px;
      /*display:block;*/
    }

      .product-information span.price span.product_price_label {
        font-size: 16px !important;
        font-weight: 400 !important;
        display: block !important;
      }

      .product-information span.price span.product_price_label_loggedin {
        font-size: 16px !important;
        font-weight: 400 !important;
        display: inline !important;
        margin-right: 10px;
      }

      .product-information span.price span.uvp_price_loggedin {
        font-size: 16px !important;
        font-weight: 400 !important;
        display: inline;
      }

      .product-information span.price span.info {
        font-size: 13px !important;
        font-weight: 400;
      }

    .product-information span input {
      border: 1px solid #DEDEDC;
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 600;
      height: 34px;
      outline: medium none;
      text-align: center;
      width: 50px;
      padding: 4px 0px 0px 0px;
    }

      /* SmallBox custom view*/
      .product-information span input.custom-boxview {
        width: 36px;
        margin-bottom: 10px;
      }

  .product-details .product-information-top h2.custom-boxview {
    overflow: hidden;
    max-height: 60px;
    padding-right: 35px;
  }

  .product-information span.custom-boxview span {
    /*font-size: 25px;*/
  }

  .product-information .veQuantity {
    padding-left: 5px;
  }

  .custom-boxview .product_price_special_label {
    display: none !important;
  }

  .custom-boxview .product_price_special {
    display: inline !important;
  }

  .custom-boxview .product_price_regular {
    display: inline !important;
    line-height: normal !important;
  }

  .custom-boxview .product_price_regular_strikedthrough {
    display: inline-block !important;
    line-height: normal !important;
  }

  .custom-boxview .product_price_label_loggedin:before {
    content: "" !important;
  }

  .custom-boxview .uvp {
    /*height: 34px !important;*/
  }

  .price.custom-boxview {
    height: 90px !important;
  }

  .product-information span.custom-boxview span.product_price_label_loggedin {
    margin-left: -7px;
  }


  .hidden-cart-text-pre, .hidden-cart-text {
    font-weight: 400;
    margin: 0px !important;
    font-size: 15px !important;
  }

  @media only screen and (min-width: 768px) and (max-width: 998px) {
    .hidden-cart-text-pre {
      display: none !important;
    }
  }

  @media only screen and (min-width: 468px) and (max-width: 600px) {
    .hidden-cart-text-pre {
      display: none !important;
    }
  }

  @media only screen and (min-width: 469px) and (max-width: 503px) {
    .hidden-cart-text-pre {
      display: none !important;
    }

    .hidden-cart-text {
      display: none !important;
    }
  }

  .cart-box.custom-boxview .cart .hidden-cart-text-pre {
    display: none !important;
  }

  /* end */

  .product-information span label {
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 5px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-information .product_code_label:before {
    content: "- ";
  }

  @media only screen and (min-width: 768px) and (max-width: 998px) {
    .product-information .product_code_label:before {
      content: "";
    }
  }

/*********** Second ListView ******************/

.second-list-view {  
  height: auto !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.div-flex {
  display: flex;
}


  /*product features*/
  .product-information .prodfeature_ve {
    text-align: right;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .product-information .prodfeature_ve_dropdown {
    display: inline;
    width: 75px;
    outline-color: #ffdf2c !important;
  }

    .product-information .prodfeature_ve_dropdown option {
      outline-color: #ffdf2c !important;
    }

  .product-information .prod_features {
    margin-top: 30px;
  }

  .product-information .prod_features_header {
    border-bottom: 2px solid #ffdf2c;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  #lasc_opener {
    cursor: pointer;
  }


  .prod_feature_table .td {
    padding-right: 15px !important;
  }

  .prod_feature_img {
    width: 13px;
    padding-bottom: 4px;
  }

  .prod_feature_technologies_image {
    margin-right: 10px;
    margin-top: 20px;
    width: 90px;
    opacity: 0.9;
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .prod_feature_table {
      margin-top: 10px;
    }

    .prod_feature_technologies_image {
      margin-top: 20px;
      width: 70px;
    }
  }

  .feature-download-link:before {
    content: "\f019";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    float: left;
    margin-top: 4px;
    margin-left: 0px;
  }

  .feature-download-link {
    margin-left: 11px;
  }

  .feature-display-img {
    padding: 0px;
  }


  /* end product features */


  .cart {
    background: #595959;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

    .cart em {
      color: #ffdf2c;
    }


  .shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
  }

    .shop-details-tab .col-sm-12 {
      padding-left: 0;
      padding-right: 0;
    }


  #reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
  }

    #reviews ul li {
      display: inline-block;
    }

      #reviews ul li a {
        color: #696763;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        padding-right: 15px;
      }

        #reviews ul li a i {
          color: #ffdf2c;
          padding-right: 8px;
        }

        #reviews ul li a:hover {
          background: #fff;
          color: #ffdf2c;
        }

  #reviews p {
    color: #363432;
  }

  #reviews form span {
    display: block;
  }

    #reviews form span input {
      background: #F0F0E9;
      border: 0 none;
      color: #A6A6A1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      outline: medium none;
      padding: 8px;
      width: 48%;
    }

      #reviews form span input:last-child {
        margin-left: 3%;
      }

  #reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
  }

  #reviews button {
    background: #ffdf2c;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }


  /*************************
*******404 CSS******
**************************/

  /**********************************************/
  /******* searchoverlay *************/
  /**********************************************/
  .erroroverlay {
    padding: 20px;
    background-color: rgba(64,73,81,.3);
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-top: 50px;
    border-radius: 3px;
  }

  .logo-404 {
    margin-top: 60px;
  }

  .content-404 {
    color: #363432;
  }

  .content-404-text-white {
    color: #ffffff;
  }

  .content-404 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    font-weight: 300;
  }

  .content-404 img {
    margin: 0 auto;
  }

  .content-404 p {
    /* color: #363432;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }

  .content-404 h2 {
    margin-top: 50px;
  }

    .content-404 h2 a {
      background: #ffdf2c;
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 44px;
      font-weight: 300;
      padding: 8px 40px;
    }



  /**********************************************/
  /******* searchoverlay *************/
  /**********************************************/
  .downloadoverlay {
    padding: 20px;
    background-color: rgba(64,73,81,.1);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-width: 200px;
    margin-top: 40px;
    border-radius: 2px;
    display: table;
  }


  .downloadarea {
    color: #363432;
  }

  .downloadarea-text-white {
    color: #ffffff;
  }

  .downloadarea h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 41px;
    font-weight: 300;
  }

  .downloadarea img {
    margin: 0 auto;
  }

  .downloadarea p {
    /* color: #363432;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }

  .downloadarea h2 {
    margin-top: 10px;
  }

    .downloadarea h2 a {
      background: #ffdf2c;
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      font-weight: 300;
      padding: 8px 40px;
    }


  /*************************
*******login page CSS******
**************************/

  #form {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
  }

  .login-form {
  }

  .signup-form {
  }

    .login-form h2, .signup-form h2 {
      color: #696763;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 30px;
    }


    .login-form form input, .signup-form form input {
      background: #F0F0E9;
      border: medium none;
      color: #696763;
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300;
      height: 40px;
      margin-bottom: 10px;
      outline: medium none;
      padding-left: 10px;
      width: 100%;
    }

  .login-form form span {
    line-height: 25px;
  }

    .login-form form span input {
      width: 15px;
      float: left;
      height: 15px;
      margin-right: 5px;
    }

  .login-form form button {
    margin-top: 23px;
  }

  .login-form form button, .signup-form form button {
    background: #ffdf2c;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 25px;
  }

  .login-form label {
  }


    .login-form label input {
      border: medium none;
      display: inline-block;
      height: 0;
      margin-bottom: 0;
      outline: medium none;
      padding-left: 0;
    }


  .or {
    background: #ffdf2c;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
  }


  /*************************
*******Cart CSS******
**************************/

  #do_action {
    margin-bottom: 50px;
  }

  .breadcrumbs {
    position: relative;
  }

    .breadcrumbs .breadcrumb {
      background: transparent;
      margin-bottom: 75px;
      padding-left: 0;
    }

      .breadcrumbs .breadcrumb li a {
        background: #ffdf2c;
        color: #FFFFFF;
        padding: 3px 7px;
      }

        .breadcrumbs .breadcrumb li a:after {
          content: "";
          height: auto;
          width: auto;
          border-width: 8px;
          border-style: solid;
          border-color: transparent transparent transparent #ffdf2c;
          position: absolute;
          top: 11px;
          left: 48px;
        }

      .breadcrumbs .breadcrumb > li + li:before {
        content: " ";
      }

  #cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
  }


    #cart_items .cart_info .cart_menu {
      background: #ffdf2c;
      color: #fff;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
    }

    #cart_items .cart_info .table.table-condensed thead tr {
      height: 51px;
    }


    #cart_items .cart_info .table.table-condensed tr {
      border-bottom: 1px solid#F7F7F0
    }

      #cart_items .cart_info .table.table-condensed tr:last-child {
        border-bottom: 0
      }

  .cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
  }


  #cart_items .cart_info .image {
    padding-left: 30px;
  }


  #cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
  }

    #cart_items .cart_info .cart_description h4 a {
      color: #363432;
      font-family: 'Open Sans',sans-serif;
      font-size: 20px;
      font-weight: normal;
    }

  #cart_items .cart_info .cart_description p {
    color: #696763
  }


  #cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
  }


  #cart_items .cart_info .cart_total_price {
    color: #ffdf2c;
    font-size: 24px;
  }

  .cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
  }

  .cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
  }


  .cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
  }


  .cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
  }


    .cart_delete a {
      background: #F0F0E9;
      color: #FFFFFF;
      padding: 5px 7px;
      font-size: 16px
    }

      .cart_delete a:hover {
        background: #ffdf2c
      }


  .bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
  }

  .heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
  }


  #do_action .total_area {
    padding-bottom: 18px !important;
  }

  #do_action .total_area, #do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
  }

  .total_area span {
    float: right;
  }

  .total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
  }


  .user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
  }


  .user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
  }

    .user_info label {
      color: #696763;
      display: block;
      font-size: 15px;
      font-weight: normal;
    }

    .user_info .single_field {
      width: 31%
    }

      .user_info .single_field.zip-field input {
        background: transparent;
        border: 1px solid#F0F0E9
      }

    .user_info > li {
      float: left;
      margin-right: 10px
    }

      .user_info > li > span {
      }
    /* CHK */
    .user_info input, select, textarea, label.chkcheck {
      background: #F0F0E9;
      border: 0;
      color: #696763;
      padding: 5px;
      width: 100%;
      border-radius: 0;
      resize: none
    }

    .user_info select:focus {
      border: 0
    }


  .chose_area .update {
    margin-left: 40px;
  }

  .update, .check_out {
    background: #ffdf2c;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
  }

  .update {
    margin-left: 40px;
  }

  .check_out {
    margin-left: 20px
  }



  /*************************
*******checkout CSS******
**************************/

  .step-one {
    margin-bottom: -10px
  }

    .register-req, .step-one .heading {
      background: none repeat scroll 0 0 #F0F0E9;
      /* chk color: #363432; */
      color: #ffdf2c;
      font-size: 20px;
      margin-bottom: 35px;
      padding: 10px 25px;
      font-family: 'Open Sans', sans-serif;
    }

  .checkout-options {
    padding-left: 20px
  }


    .checkout-options h3 {
      color: #363432;
      font-size: 20px;
      margin-bottom: 0;
      font-weight: normal;
      font-family: 'Open Sans', sans-serif;
    }

    .checkout-options p {
      color: #434343;
      font-weight: 300;
      margin-bottom: 25px;
    }

    .checkout-options .nav li {
      float: left;
      margin-right: 45px;
      color: #696763;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
    }

    .checkout-options .nav label {
      font-weight: normal;
    }

    .checkout-options .nav li a {
      color: #ffdf2c;
      font-size: 18px;
      font-weight: normal;
      padding: 0
    }

      .checkout-options .nav li a:hover {
        background: inherit;
      }

    .checkout-options .nav i {
      margin-right: 10px;
      border-radius: 50%;
      padding: 5px;
      background: #ffdf2c;
      color: #fff;
      font-size: 14px;
      padding: 2px 3px;
    }


  .register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
  }

    .register-req p {
      margin-bottom: 0
    }



  .shopper-info p,
  .bill-to p,
  .order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
  }


  .shopper-info .btn-primary {
    background: #ffdf2c;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
  }


  .form-two, .form-one {
    float: left;
    width: 47%
  }

    .form-two > form > .checkboxcontainer,
    .form-one > form > .checkboxcontainer,
    .form-two > form > .radiocontainer,
    .form-one > form > .radiocontainer,
    form .shopper-info input[type=text],
    form .shopper-info select,
    .shopper-info > form > input,
    .shopper-info > form > select,
    .form-two > form > select,
    .form-two > form > input,
    .form-one > form > input {
      background: #F0F0E9;
      border: 0 none;
      margin-bottom: 10px;
      padding: 10px;
      width: 100%;
      font-weight: 300
    }

  form div.elementcontainer {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
  }

  .elementcontainer label {
    float: left;
    margin-right: 10px;
    font-weight: 300;
    width: 31%;
    white-space: nowrap;
  }


  @media only screen and (min-width:1px) and (max-width:650px) {
    .elementcontainer label {
      width: 47%;
    }
  }

  .btn:active, .active.btn {
    box-shadow: inset 0px 6px 12px rgba(0,0,0,0.125);
  }

  .form-two > form > .checkboxcontainer,
  .form-one > form > .checkboxcontainer,
  .form-two > form > .radiocontainer,
  .form-one > form > .radiocontainer {
    display: table;
  }

  .form-two > form > select {
    padding: 10px 5px
  }

  .form-two {
    margin-left: 5%
  }


  .order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    font-size: 14px
  }


  .review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
  }

  .payment-options {
    margin-bottom: 125px;
    margin-top: -25px
  }

    .payment-options span label {
      color: #696763;
      font-size: 14px;
      font-weight: 300;
      margin-right: 30px;
    }

  #cart_items .cart_info
  .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
  }

    #cart_items .cart_info
    .table.table-condensed.total-result tr {
      border-bottom: 0
    }

    #cart_items .cart_info
    .table.table-condensed.total-result span {
      color: #ffdf2c;
      font-weight: 700;
      font-size: 16px
    }

    #cart_items .cart_info
    .table.table-condensed.total-result
    .shipping-cost {
      border-bottom: 1px solid #F7F7F0;
    }




  /*************************
*******Blog CSS******
**************************/



  .blog-post-area
  .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
  }

  .single-blog-post > a {
  }

  .blog-post-area
  .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
  }

  .blog-post-area
  .single-blog-post p {
    color: #363432
  }

  .blog-post-area
  .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
  }

    .blog-post-area
    .post-meta ul {
      padding: 0;
      display: inline;
    }

      .blog-post-area
      .post-meta ul li {
        background: #F0F0E9;
        float: left;
        margin-right: 10px;
        padding: 0 5px;
        font-size: 11px;
        color: #393b3b;
        position: relative;
        margin-bottom: 2px;
      }

  .post-meta ul li.picto-detail {
    width: 135px;
  }

  .blog-post-area
  .post-meta ul li i {
    background: #ffdf2c;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
  }

    .sinlge-post-meta li i:after,
    .blog-post-area
    .post-meta ul li i:after {
      content: "";
      position: absolute;
      width: auto;
      height: auto;
      border-color: transparent transparent transparent #ffdf2c;
      border-width: 4px;
      border-style: solid;
      top: 6px;
      left: 24px
    }

  .blog-post-area
  .post-meta ul span {
    float: right;
    color: #ffdf2c
  }

  .post-meta span {
    float: right;
  }

    .post-meta span i {
      color: #ffdf2c
    }


  .blog-post-area
  .single-blog-post
  .btn-primary {
    background: #ffdf2c;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 17px;
  }


  .pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
  }

    .pagination-area
    .pagination li a {
      background: #F0F0E9;
      border: 0 none;
      border-radius: 0;
      color: #696763;
      margin-right: 5px;
      padding: 4px 12px;
    }

      .pagination-area
      .pagination li a:hover,
      .pagination-area
      .pagination li .active {
        background: #595959;
        color: #fff
      }



  /*************************
*******Blog Single CSS******
**************************/

  .pager-area {
    overflow: hidden;
  }

    .pager-area .pager li a {
      background: #F0F0E9;
      border: 0 none;
      border-radius: 2px;
      color: #696763;
      font-size: 12px;
      font-weight: 700;
      padding: 6px;
      text-transform: uppercase;
      width: 157px;
    }

      .pager-area
      .pager li a:hover {
        background: #ffdf2c;
        color: #fff
      }

  .rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
  }

    .rating-area ul li {
      float: left;
      padding: 5px;
      font-size: 12px
    }

    .rating-area .ratings {
      float: left;
      padding-left: 0;
      margin-bottom: 0
    }


      .rating-area
      .ratings li i {
        color: #CCCCCC
      }

    .rating-area .rate-this {
      color: #363432;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .rating-area
    .ratings .color,
    .rating-area .color {
      color: #ffdf2c;
    }


    .rating-area .tag {
      float: right;
      margin-bottom: 0;
      margin-right: 10px;
    }

      .rating-area .tag li {
        padding: 5px 2px;
      }

        .rating-area .tag li span {
          color: #363432;
        }


  .socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
  }


  .commnets
  .media-object {
    margin-right: 15px;
    width: 100%;
  }

  .commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
  }

    .commnets .pull-left {
      margin-right: 22px
    }

    .commnets p,
    .response-area p,
    .replay-box p {
      font-size: 12px
    }

  .media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px
  }

  .blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
  }

    .blog-socials ul {
      padding-left: 0;
      overflow: hidden;
      float: left;
    }

    .blog-socials .btn.btn-primary {
      margin-top: 0;
    }

    .blog-socials ul li {
      float: left;
      height: 17px;
      margin-right: 5px;
      text-align: center;
      width: 17px;
    }


      .blog-socials ul li a {
        color: #393B3B;
        display: block;
        font-size: 10px;
        padding: 1px;
        background: #F0F0E9;
      }

        .blog-socials ul li a:hover {
          color: #fff;
          background: #ffdf2c;
        }


  .media-list .btn-primary,
  .commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
  }

  .response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
  }

  .response-area .media {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
  }

    .response-area .media img {
      height: 102px;
      width: 100%;
    }

    .response-area .media .pull-left {
      margin-right: 25px
    }

  .response-area .second-media {
    margin-left: 5%;
    width: 95%;
  }


  .sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
  }



    .sinlge-post-meta li {
      background: #F0F0E9;
      color: #363432;
      float: left;
      font-size: 10px;
      font-weight: 700;
      margin-right: 10px;
      padding: 0 10px 0 0;
      position: relative;
      text-transform: uppercase;
    }

      .sinlge-post-meta li i {
        background: #ffdf2c;
        color: #FFFFFF;
        margin-right: 10px;
        padding: 8px 10px;
      }

        .sinlge-post-meta li i:after {
          top: 7px;
          border-width: 6px;
          left: 27px;
        }


  .replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
  }

    .replay-box h2 {
      font-weight: 700;
      font-size: 20px;
      color: #363432;
      margin-top: 0;
      margin-bottom: 45px
    }

    .replay-box label {
      background: #ffdf2c;
      color: #FFFFFF;
      margin-bottom: 15px;
      padding: 3px 15px;
      float: left;
      font-weight: 400;
    }

    .replay-box span {
      color: #ffdf2c;
      float: right;
      font-weight: 700;
      margin-top: 21px;
    }

    .replay-box form input {
      border: 1px solid #F7F7F0;
      color: #ADB2B2;
      font-size: 12px;
      margin-bottom: 22px;
      padding: 8px;
      width: 100%;
    }

      .replay-box form input:hover,
      .text-area textarea:hover {
        border: 1px solid #ffdf2c;
      }

  .text-area {
    margin-top: 66px
  }

    .text-area textarea {
      background: transparent;
      border: 1px solid#F7F7F0
    }

  .btn.btn-primary {
    background: #595959;
    border: 0 none;
    border-radius: 3px;
    margin-top: 16px;
  }

    .btn.btn-primary:hover {
      background-color: rgba(89,89,89,0.8);
      color: #ffdf2c;
    }

  .blank-arrow {
    position: relative;
  }

    .blank-arrow label:after {
      content: "";
      position: absolute;
      width: auto;
      height: auto;
      border-style: solid;
      border-width: 8px;
      border-color: #ffdf2c transparent transparent transparent;
      top: 25px;
      left: 5px
    }

  /*************************
******** MAP *************
**************************/

  .mapoverlay {
    text-align: center;
    background-color: rgba(50,50,50,0.1);
  }

    .mapoverlay:hover {
      background-color: rgba(50,50,50,0.5);
    }

  .mapoverlay-button {
    vertical-align: middle;
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 2px;
    font-size: 40px;
    background-color: rgba(250,250,250,0.2);
    color: #ffdf2c;
  }

    .mapoverlay-button:active,
    .mapoverlay-button:visited,
    .mapoverlay-button:hover {
      background-color: rgba(250,250,250,0.5);
      color: #ffdf2c;
      text-decoration: none;
    }

  .form-group label {
    font-weight: 500;
  }

    .form-group label.required {
      font-weight: 600;
    }


  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {


    form .form-group label {
      display: none;
    }

      form .form-group label.nohide {
        display: block;
      }

    form .control-group {
      margin-bottom: 15px;
    }

      form .control-group label.control-label {
        display: none;
      }

        form .control-group label.control-label.nohide {
          display: block;
        }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    form .form-group label {
      display: none;
    }

      form .form-group label.nohide {
        display: block;
      }

    form .control-group {
      margin-bottom: 15px;
    }

      form .control-group label.control-label {
        display: none;
      }

        form .control-group label.control-label.nohide {
          display: block;
        }
  }



  /*************************
******* Contact CSS ********
**************************/

  .contact-form {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
  }

  .contact-info .heading,
  .contact-form .heading {
    text-transform: capitalize;
  }

  .contact-form .form-group {
    margin-bottom: 0px !important;
  }

  #contact-page
  .form-control::-moz-placeholder {
    color: #8D8D8D;
  }

  select.form-control,
  input.form-control {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  textarea.form-control {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    /*height: 40px;*/
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
  }

  .form-control {
    border-radius: 0px;
  }

  #contact-page .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: inherit;
  }

  #contact-page #message {
    height: 160px;
    resize: none;
  }

  #main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
  }


  #contact-page .form-control:focus,
  #contact-page .form-control:hover {
    box-shadow: inherit;
    border-color: #ffdf2c;
  }

  #contact-page .contact-info {
    padding: 0 20px;
  }

    #contact-page .contact-info address {
      margin-bottom: 40px;
      margin-top: -5px;
    }

    #contact-page .contact-info p {
      margin-bottom: 0;
      color: #696763;
      font-size: 16px;
      line-height: 25px;
    }

  .social-networks {
    overflow: hidden;
    text-align: center;
  }

    .social-networks ul {
      margin-top: -5px;
      padding: 0;
      display: inline-block;
    }

      .social-networks ul li {
        float: left;
        text-decoration: none;
        list-style: none;
        margin-right: 20px;
      }

        .social-networks ul li:last-child {
          margin-right: 0;
        }

        .social-networks ul li a {
          color: #999;
          font-size: 25px;
        }

  .contact-info .social-networks ul li a i {
    background: none;
  }

  .contact-info .social-networks ul li a:hover {
    color: #ffdf2c;
  }

  /**********************************/
  /* Form Checkbox und Radio
/**********************************/

  .specialclear {
    clear: both;
  }

  .form-control * {
    box-sizing: border-box;
  }

  .form-control ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }

    .form-control ul li {
      float: left;
      margin-right: 10px;
    }

  .form-control label {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
  }

  .form-control input[type="checkbox"],
  .form-control input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*&:hover {
    + label {
      &:after {
        transform: scale(0.75);
        background-color: rgba(0,0,0,0.1);
      }
    }
  }*/
  }


    .form-control input[type="checkbox"]:focus + label:before,
    .form-control input[type="radio"]:focus + label:before {
      border-color: #555;
    }

    .form-control input[type="checkbox"] + label,
    .form-control input[type="radio"] + label {
      position: relative;
      padding: 10px;
      padding-top: 5px;
      padding-left: 2em;
      vertical-align: middle;
    }

      .form-control input[type="checkbox"] + label:before,
      .form-control input[type="radio"] + label:before {
        content: '';
        color: #ffdf2c;
        position: absolute;
        top: 7px;
        left: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid grey;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
      }

      .form-control input[type="checkbox"] + label:after,
      .form-control input[type="radio"] + label:after {
        content: '';
        background-color: #ffdf2c;
        position: absolute;
        top: 10px;
        left: 5px;
        width: 14px;
        height: 14px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
      }


    .form-control input[type="checkbox"]:checked + label:before {
      content: '\2713';
    }

    .form-control input[type="radio"]:checked + label:before {
      -webkit-animation: borderscale 300ms ease-in;
      animation: borderscale 300ms ease-in;
    }

    .form-control input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .form-control input[type="radio"] + label:before, input[type="radio"] + label:after {
      border-radius: 50%;
    }

  @-webkit-keyframes borderscale {
    50% {
      box-shadow: 0 0 0 4px orange;
    }
  }

  @keyframes borderscale {
    50% {
      box-shadow: 0 0 0 4px orange;
    }
  }


  /**********************************/
  /* Form2 (radiocontainer) Checkbox und Radio
/**********************************/

  .checkboxcontainer *,
  .radiocontainer * {
    box-sizing: border-box;
  }

  .checkboxcontainer ul,
  .radiocontainer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }

    .checkboxcontainer ul li,
    .radiocontainer ul li {
      float: left;
      margin-right: 10px;
    }

  .checkboxcontainer label,
  .radiocontainer label {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .checkboxcontainer input[type="checkbox"],
  .radiocontainer input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*&:hover {
    + label {
      &:after {
        transform: scale(0.75);
        background-color: rgba(0,0,0,0.1);
      }
    }
  }*/
  }

    .checkboxcontainer input[type="checkbox"]:focus + label:before,
    .radiocontainer input[type="radio"]:focus + label:before {
      border-color: #333;
    }

    .checkboxcontainer input[type="checkbox"] + label,
    .radiocontainer input[type="radio"] + label {
      position: relative;
      padding: 10px;
      padding-top: 5px;
      padding-left: 2em;
      vertical-align: middle;
    }

      .checkboxcontainer input[type="checkbox"] + label:before,
      .radiocontainer input[type="radio"] + label:before {
        content: '';
        color: #ffdf2c;
        position: absolute;
        top: 7px;
        left: 2px;
        width: 20px;
        height: 20px;
        border: 2px solid grey;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
      }

      .checkboxcontainer input[type="checkbox"] + label:after,
      .radiocontainer input[type="radio"] + label:after {
        content: '';
        background-color: #ffdf2c;
        position: absolute;
        top: 10px;
        left: 5px;
        width: 14px;
        height: 14px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
      }


    .checkboxcontainer input[type="checkbox"]:checked + label:before {
      content: '\2713';
    }

    .radiocontainer input[type="radio"]:checked + label:before {
      -webkit-animation: borderscale 300ms ease-in;
      animation: borderscale 300ms ease-in;
    }

    .radiocontainer input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .radiocontainer input[type="radio"] + label:before, input[type="radio"] + label:after {
      border-radius: 50%;
    }

  /**************************************************/
  /*** Searchllist usw. ****************/
  /*************************************************/


  .result-row {
    /*    display:-ms-flexbox;
      -ms-flex-align:start;*/
  }

  .result-column-img {
    margin-left: 0px;
    float: left;
    position: relative;
    width: 100%;
    /*display:-ms-flexbox;
        -ms-flex-positive:0;
        -ms-flex-negative:0;
       -ms-flex-preferred-size:auto;*/
  }

  .result-img-container {
    position: relative;
    width: 100%;
    border-radius: 0px;
    background-position: center center;
    background-size: cover;
    background-color: rgb(230,230,230);
  }

  .result-img-url {
    postion: relative;
    font-size: 1.1em;
  }

  .img-zoom-overlay {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 28px;
    height: 23px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: rgba(240,240,240,0.8);
    padding-top: 5px;
    padding-left: 4px;
  }

  .result-image {
    width: 180px;
    height: 135px;
    border: 0px solid transparent;
    border-style: none;
    box-sizing: border-box;
  }

  .result-column-content {
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .result-column-details {
  }

  .detail-title {
    line-height: 20px;
    padding: 0px;
    font-size: 1.1em;
    margin: 0px;
    word-wrap: break-word;
  }

    .detail-title a {
      color: #ffdf2c;
      text-decoration: none;
      font-weight: 700;
    }

  .detail-url {
    line-height: 20px;
    padding: 0px;
    font-size: 1.1em;
    margin: 0px;
    word-wrap: break-word;
  }

  .detail-listing-paramters {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    float: left;
  }

    .detail-listing-paramters li {
      float: left;
    }

  .row-resp {
    width: 100%;
    margin-left: 0px;
    float: left;
    min-height: 30px;
    box-sizing: border-box;
  }

    .row-resp .row-box {
      float: left;
    }

    .row-resp .span3 {
      width: 24.91%;
    }

    .row-resp .span4 {
      width: 31.91%;
    }

    .row-resp .span6 {
      width: 48.93%;
    }

    .row-resp .span8 {
      width: 65.95%;
    }

    .row-resp .span9 {
      width: 74.95%;
    }

    .row-resp .span12 {
      width: 99.95%;
    }




  .param-box {
    display: block;
  }

    .param-box .param span {
      float: right;
    }

  .param-label {
    font-weight: 300;
  }

  .param-value {
    font-weight: 700;
    margin-left: 10px;
  }

  .rate {
  }

  .price {
    font-weight: 700;
  }

  .ratesSpan {
    font-weight: 300;
    margin-right: 10px;
  }



  .inline {
    display: inline;
  }

  .sortLabel {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }




  @media (min-width: 1px) and (max-width: 567px) {
    .custom-col-xs-12 {
      width: 99.95%;
    }

    .result-image {
      width: 100%;
      height: 50%;
      max-width: 50%;
    }

    .sortLabel {
      display: none;
    }

    .img-zoom-overlay {
      display: none;
    }

    .result-column-details {
      margin-top: 5px;
    }

    .hidden-xs {
      display: none;
    }
  }

  @media (min-width: 568px) and (max-width: 767px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .not-on-phone {
      display: none;
    }

    .row-resp .xs-span12 {
      width: 99.95%;
    }

    .detail-title {
      /* display:none;*/
    }

    .result-image {
      max-width: 100%;
      max-width: 50%;
      width: 100%;
      height: auto;
    }

    .hidden-xs {
      display: none;
    }
  }

  @media (min-width: 767px) and (max-width: 991px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .visible-md {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  @media (min-width: 1200px) {
    .result-img-container .carousel-control,
    .result-img-container .carousel-caption,
    .result-img-container .carousel-indicators {
      display: none;
    }

    .visible-xs {
      display: none;
    }

    .visible-md {
      display: none;
    }

    .partner-list .partner-image {
      margin-top: 50px;
    }
  }

  .partner-list {
  }

    .partner-list .partner-title {
      margin-top: 50px;
    }

  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-word-wrap: normal !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .content-common {
    padding-top: 15px;
    margin-bottom: 15px;
  }

.content-image-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .content-common {
      margin-bottom: 35px;
    }
  }

  .content-common h4 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .table {
    border: 1px solid #dddddd;
    margin-bottom: 40px;
  }

    .table thead {
      background-color: #525252;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold;
    }

  .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(249,249,249,0.6);
  }

  .table tr.colored {
    background-color: rgba(249,249,249,0.6);
  }

  .table.table-handelsvertreter {
    background-image: url("/userdir/cms/images/Deutschland_Silhouette.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
  }

    .table.table-handelsvertreter > tbody > tr {
      background-color: rgba(255,255,255,0.9);
    }


  /****************************************************/
  /*************** Toggles & Accordion ***************/

  .panel-group .panel + .panel {
    margin-top: 0px;
  }

  .panel-default > .panel-heading {
    background-color: transparent; /*#fff;*/
  }

    .panel-default > .panel-heading .collapser,
    .panel-default > .panel-heading .collapser .badge {
      color: #696763;
      border-radius: 0px;
      background-color: transparent;
    }

      .panel-default > .panel-heading .collapser .badge i {
        margin-right: 0px;
        font-size: 2em;
        padding-right: 5px;
        padding-left: 5px;
      }

      .panel-default > .panel-heading .collapser.collapsed .badge i {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
      }


  .panel-group .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .panel-default {
    border-color: #e8e8e8;
  }

  .panel-noborder {
    border: 0px;
  }

  .panel-body {
    padding: 4px 15px 10px 15px;
  }

  .panel-heading {
    padding: 0;
    border-radius: 0px;
  }

  .panel-title {
    font-size: 13px;
    font-weight: 400;
  }

    .panel-title.panel-title-custom {
      position: relative;
    }

  .panel-default > .panel-heading:hover {
    /*border-top:1px solid #ffffff;*/
    /*background-color: #fde9aa;*/
  }

    .panel-default > .panel-heading:hover .panel-title.panel-title-custom a.link {
      background-color: #ffdf2c;
      color: #fff;
      border-radius: 3px;
    }

    .panel-default > .panel-heading:hover .panel-title.panel-title-custom a.collapser span {
      color: #fff;
    }

  .panel-title.panel-title-custom a.link {
    /*width:100px;*/
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #eeeeee;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

    .panel-title.panel-title-custom a.link:first-child {
      border-top-color: transparent;
    }

  .panel-title.panel-title-custom a.collapser {
    position: absolute;
    padding-left: 0px;
    z-index: 2;
    width: 30px;
    top: 0px;
    right: 0px;
    background-color: transparent;
  }

  .panel-title-large {
    font-size: 24px; /* small 16 */
    font-weight: 300;
    margin-bottom: 16px;
    padding-bottom: 13px; /* small 8 */
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #f89736;
    /* background-image: -webkit-linear-gradient(top left, white 0%, #dce7ed 30%); 
background-image: -moz-linear-gradient(right bottom, white 0%, #dce7ed 30%); 
background-image: -o-linear-gradient(white 0%, #dce7ed 30%); 
background-image: linear-gradient(45deg, white 0%, #dce7ed 30%);*/
  }



  .panel-title-large {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+88,1e5799+100&amp;0+2,0+29,0+29,1+100 */
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 2%, rgba(30,87,153,0) 29%, rgba(30,87,153,0.83) 88%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(30,87,153,0)), color-stop(29%,rgba(30,87,153,0)), color-stop(88%,rgba(30,87,153,0.83)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 29%,rgba(30,87,153,0.43) 88%,rgba(30,87,153,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.43) 98%,rgba(30,87,153,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.43) 98%,rgba(30,87,153,0.2) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 2%,rgba(30,87,153,0) 19%,rgba(30,87,153,0.13) 98%,rgba(30,87,153,0.2) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#1e5799',GradientType=0 );  IE6-9 */
  }




    .panel-title-large a span {
      padding-bottom: 8px;
      border-bottom: 1px solid;
      font-weight: 400;
    }


  .panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    /*background-color: #fff;*/
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .panel-title-large a {
    padding: 2px 12px 0px 0px;
    background-color: transparent;
  }

    .panel-title-large a.collapsed,
    .panel-title a.collapsed {
      color: #444;
      /*
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
*/
    }

      .panel-title a.collapsed:hover {
        color: #666;
      }

  .panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  .panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  .panel-title a i {
    font-size: 1.2em;
    padding-right: 5px;
  }

  .panel {
    box-shadow: none;
  }

  .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    border-bottom: 0px solid #000000;
  }

  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 0px solid #000000;
  }



  .panel-body.overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .panel-body {
    position: relative;
  }




  /* collaps panels - with js function in framework.content.js */
  .panel.panel-default .content-collapse {
    -moz-transition: max-height 2s ease;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height: 4000px;
  }

  .panel.panel-default .content-collapse-30 {
    max-height: 30px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-50 {
    max-height: 50px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-150 {
    max-height: 150px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-200 {
    max-height: 200px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-300 {
    max-height: 300px;
    overflow: hidden;
  }

  .panel.panel-default .content-collapse-400 {
    max-height: 400px;
    overflow: auto;
  }

  .panel.panel-default span.expander {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    height: 40px;
    /* border:1px solid red; */
    left: 0px;
    z-index: 30;
    background-image: url('../images/white-shadow.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    /* 
     -moz-box-shadow:    inset  0  0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
    -webkit-box-shadow: inset  0 0px 0px 0px rgba(255,255,255,.94), 
                        inset  0 -68px 68px -68px rgba(255,255,255,.94);
     box-shadow:        inset  0  0px 0px 0px rgba(255,255,255,1), 
                        inset  0 -68px 68px -68px rgba(255,255,255,1);*/
    cursor: pointer;
  }

    .panel.panel-default span.expander span {
      position: absolute;
      width: 40px;
      height: 20px;
      margin-top: 5px;
      /* background-color:rgba(55,55,55,0.9);*/
      color: #555555;
      left: 47%;
    }

      .panel.panel-default span.expander span i {
        text-align: center;
        font-size: 3em;
        margin-left: 7px;
      }

    .panel.panel-default span.expander.hide {
      display: none;
    }


  .panel-collapse {
    position: relative;
  }

    .panel-collapse ul.custom-tree {
    }

      .panel-collapse ul.custom-tree li {
        position: relative;
      }

        .panel-collapse ul.custom-tree li a {
          display: block;
          padding-left: 10px;
          padding-right: 20px;
          position: relative;
          margin-right: 20px;
        }

        .panel-collapse ul.custom-tree li ul li a {
          margin-left: 5px;
        }

        .panel-collapse ul.custom-tree li ul li:before {
          content: "\2014\0020";
          font-weight: 500;
          font-size: 13px;
          float: left;
          margin-top: 0px;
          margin-left: -10px;
          color: lightgray;
        }

        .panel-collapse ul.custom-tree li a.custom-tree-collapser {
          position: absolute;
          padding-left: 0px;
          padding-right: 0px;
          margin-right: 0px;
          z-index: 2;
          width: 30px;
          top: 3px;
          right: -10px;
          background-color: transparent;
          cursor: pointer;
        }

          .panel-collapse ul.custom-tree li a.custom-tree-collapser .badge i {
            font-size: 1.5em;
          }

          .panel-collapse ul.custom-tree li a.custom-tree-collapser.expanded .badge i {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
          }

        .panel-collapse ul.custom-tree li ul.custom-sub-tree {
          /*display:none;*/
          max-height: 1px;
          -moz-transition: max-height 1s ease-in-out;
          -webkit-transition: max-height 1s ease-in-out;
          -o-transition: max-height 1s ease-in-out;
          /*transition: max-height 0.1s ease-in-out;*/
          transition: max-height 1s;
          overflow: hidden;
        }

          .panel-collapse ul.custom-tree li ul.custom-sub-tree.expanded {
            /* display:block;*/
            -moz-transition: max-height 2s ease-in-out;
            -webkit-transition: max-height 2s ease-in-out;
            -o-transition: max-height 2s ease-in-out;
            transition: max-height 2s;
            /*transition: max-height 0.1s ease-in-out;*/
            max-height: 1700px;
          }

  /*************** Toggles & Accordion ***************/
  /****************************************************/


  .account-content strong,
  .account-content h2 strong,
  .account-content h4 strong {
    color: #5cb85c; /* rgb(92, 184, 92);*/
  }

  .account-content .form-control:focus {
    border-color: #5cb85c;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(92,184,92,0.6)
  }



  /****************************************************/
  /*
* Account Process
*/

  .durchstrich {
    text-decoration: line-through;
  }



  .account .step {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 5px;
    margin-bottom: 20px;
    color: #ababab;
  }

    .account .step .number-box {
      position: absolute;
      height: 100%;
      width: 20%;
      border-right: 3px solid #ababab;
    }

      .account .step .number-box span {
        font-size: 70px;
        font-weight: 600;
        position: absolute;
        margin-top: 20px;
      }

    .account .step .content-box {
      position: absolute;
      left: 20%;
      height: 100%;
      width: 80%;
    }

      .account .step .content-box i {
        font-size: 4em;
        width: 100%;
        margin-left: 10px;
      }

      .account .step .content-box span {
        font-size: 18px;
        margin-left: 10px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 10px;
      }

    .account .step.active .number-box {
      border-right-color: #5cb85c;
    }

    .account .step.active .content-box i {
      color: #666666;
    }

    .account .step.active .number-box span {
      color: #5cb85c;
    }

    .account .step.active .content-box span {
      color: #666666;
    }

    .account .step.active .content-box p {
      color: #333333;
    }

  @media only screen and (min-width : 992px) {
    .account .step .number-box span {
      font-size: 50px;
    }

    .account .step .content-box i {
      font-size: 3em;
      margin-left: 5px;
    }

    .account .step .content-box span {
      font-size: 16px;
      margin-left: 5px;
    }

    .account .step .content-box p {
      font-size: 14px;
      margin-left: 5px;
    }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .account .step {
      min-height: 180px;
    }

      .account .step .number-box span {
        font-size: 40px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 469px) and (max-width : 767px) {
    .account .step {
      min-height: 200px;
    }

      .account .step .number-box span {
        font-size: 40px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .account .step {
      min-height: 120px;
    }

      .account .step .number-box span {
        font-size: 70px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }

      .account .step .content-box span {
        font-size: 14px;
        margin-left: 5px;
      }

      .account .step .content-box p {
        font-size: 12px;
        margin-left: 5px;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {

    .account .step {
      min-height: 130px;
    }

      .account .step .number-box span {
        font-size: 70px;
      }

      .account .step .content-box i {
        font-size: 2em;
        margin-left: 5px;
      }
  }



  .account-section i.durchstrich {
    color: #ababab;
  }

  .account-section i,
  .account-section h4 i {
    color: #5cb85c;
  }

  /*
* Account Process
*/
  /****************************************************/

  /****************************************************/
  /*
* widget Headline colapser
*/
  h4.collapse-title a {
    padding: 2px 12px 0px 0px;
  }

  h2.collapse-title a {
    padding: 1px 12px 0px 0px;
  }

  h4.collapse-title a,
  h2.collapse-title a {
    position: relative;
    display: block;
    /*background-color: #fff;*/
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
  }

    h4.collapse-title a.collapsed,
    h2.collapse-title a.collapsed {
      /*color: #444;
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
*/
    }

      h4.collapse-title a.collapsed:hover,
      h4.collapse-title a.collapsed:active,
      h4.collapse-title a.collapsed:focus,
      h2.collapse-title a.collapsed:hover,
      h2.collapse-title a.collapsed:active,
      h2.collapse-title a.collapsed:focus {
        /*color: #666;*/
        text-decoration: none;
      }

    h4.collapse-title a .collapse-icon,
    h2.collapse-title a .collapse-icon {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -11px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }

  h4.collapse-title.collapse-disabled a i.collapse-icon,
  h2.collapse-title.collapse-disabled a i.collapse-icon {
    display: none;
  }

  h4.collapse-title a.collapsed .collapse-icon,
  h2.collapse-title a.collapsed .collapse-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  h4.collapse-title a i,
  h2.collapse-title a i {
    font-size: 1.2em;
    padding-right: 5px;
  }

  /*
* widget Headline colapser
*/
  /****************************************************/


  .error_message {
    color: red;
    font-weight: bold;
  }

  .error_message_xsmall {
    font-size: 12px;
    color: red;
  }

  .error_message_small {
    font-size: 14px;
    color: red;
  }

  .changed_password_red {
    color: red;
    font-weight: bold;
  }

  .changed_password_green {
    color: green;
    font-weight: bold;
  }

  .product_price_label {
    /*display:none !important;*/
  }

  .orderhist > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f068";
    padding-right: 5px;
  }

  .orderhist > a.collapsed:before {
    content: "\f067";
  }

  /* cp: ------ cookie-bar ---------- */

  #cookie-bar {
    padding: 23px 20px 20px 20px;
    height: auto;
    text-align: center;
    color: #858585;
    line-height: 24px;
  }

    #cookie-bar p {
      margin: 0px;
      padding: 0px;
      color: #858585;
    }

    #cookie-bar a {
      padding: 6px 16px;
      border-radius: 0px;
      background-color: #ffdf2c;
      color: #fff;
      text-decoration: none;
      margin-left: 8px;
      display: inline-block;
      border: 0px solid #ffffff;
      border-radius: 4px;
    }

    #cookie-bar .cb-enable {
    }

      #cookie-bar .cb-enable:hover {
      }

    #cookie-bar .cb-disable {
      background: rgb(153, 0, 0);
    }

      #cookie-bar .cb-disable:hover {
        background: rgb(187, 0, 0);
      }
  /*#cookie-bar .cb-policy {}
#cookie-bar .cb-policy:hover {}
.fixed#cookie-bar {
	left: 0px; top: 0px; width: 100%; position: fixed;
}
.bottom.fixed#cookie-bar {
	top: 0px; bottom: auto; z-index:1000;
}*/

  @media only screen and (min-width : 0px) and (max-width: 469px) {
    #cookie-bar {
      padding: 10px 10px 10px 10px;
    }

      #cookie-bar p {
        line-height: 22px;
        font-size: 12px !important;
      }

      #cookie-bar a {
        margin-bottom: 4px;
        padding: 3px 10px;
      }
  }

  @media only screen and (min-width : 470px) and (max-width : 991px) {
    #cookie-bar p {
      line-height: 20px;
      font-size: 13px !important;
    }

    #cookie-bar a {
      padding: 3px 10px;
    }
  }
  /* cp: ------ cookie-bar ---------- */


  /**********************************************
  *  Dialog  */


  .ui-widget-overlay {
    background-image: none !important;
    opacity: .8;
  }

  /* prevent default image load */
  .ui-state-default {
    background-color: #fff !important;
    background-image: none !important;
    color: #993300 !important;
  }

  .ui-widget-header {
    border-radius: 0px !important;
    border: none !important;
    padding: 10px 10px 10px 20px !important;
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ) !important; /* IE6-9 */
  }

  .ui-widget {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }

  .ui-widget-content {
    background-color: #fff !important;
    background-image: none !important;
    border-top: 2px solid #ffe138 !important;
    border-left: 1px solid #d8d7d7 !important;
    border-right: 1px solid #d8d7d7 !important;
    border-bottom: 1px solid #a1a1a1 !important;
    padding: 0px !important;
  }

  .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0px !important;
  }

  .ui-dialog-content {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 10px 10px 10px 20px !important;
  }

  .ui-state-default .ui-icon {
    background-image: none !important;
  }

  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-image: none !important;
  }

  .ui-tooltip.ui-widget-content {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #525252 !important;
    padding: 5px !important;
  }

  .radiobuttonlist label {
    padding-left: 5px;
    display: inline !important;
  }

  /**********************************************
  * Admin
  */

  .adm_edit_link {
    position: absolute;
    z-index: 10000;
  }

  /*
 *  Admin
 */
  /*******************************************/


  /*  Home articles */

  .home-article {
    border-top: 1px solid #ffe138;
    border-left: 1px solid #d8d7d7;
    border-right: 1px solid #d8d7d7;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 20px !important;
  }

    .home-article h2 {
      padding: 10px 10px 10px 20px;
      font-size: 20px !important;
      font-weight: 600 !important;
      text-transform: none !important;
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    }

      .home-article h2 span {
        font-size: 16px !important;
        font-weight: 400;
        display: block;
      }

    .home-article .home-article-content,
    .home-article img {
      padding: 25px 10px 25px 5px;
      margin: 0px !important;
    }

    .home-article iframe {
      padding: 25px 10px 25px 5px;
      margin: 0px !important;
      width:100%;    
    }

  @media only screen and (min-width : 469px) and (max-width: 768px) {
    .home-article {
      margin: 0px -5px 15px -5px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .home-article {
      margin: 0px -5px 10px -5px;
    }
  }


  /* Download-Center mit Scroll-Hintergrundbild */

  .banner {
    /*background-image: url(/userdir/cms/images/xxx.jpg); - wird im CMS gesetzt */
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-attachment: fixed;
    padding: 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    min-height: 185px;
    border-top: 5px solid #ffdf2c;
    text-align: center;
  }

    .banner h3 {
      color: #fff;
      font-weight: 400;
      font-size: 28px;
      line-height: 1.3em;
      text-align: center;
      padding: 30px 20px 30px 20px;
      text-shadow: 0px 2px 0px #000 !important;
    }

    .banner a {
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.3em;
      text-align: center;
      display: inline-block;
      padding: 10px 10px 10px 10px;
      text-shadow: 0px 2px 0px #000 !important;
      background-color: rgba(0,0,0,0.6);
      border-radius: 5px;
    }

      .banner a:before {
        font-size: 16px !important;
        font-family: 'Glyphicons Halflings';
        content: "\e025" !important;
        padding-right: 5px !important;
        color: #ffdf2c;
      }

      .banner a:hover {
        opacity: 0.8;
      }


  @media only screen and (min-width : 768px) and (max-width: 1685px) {
    .banner {
      background-attachment: local;
      background-position-y: center;
    }
  }

  @media only screen and (min-width : 469px) and (max-width: 768px) {
    .banner {
      background-attachment: local;
      background-position-y: center;
      background-size: 900px;
    }

      .banner h3 {
        font-size: 22px;
        padding: 50px 5px 10px 5px;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .banner {
      background-attachment: local;
      background-position-y: center;
      background-size: 900px;
    }

      .banner h3 {
        font-size: 22px;
        padding: 30px 5px 10px 5px;
      }
  }


  /*------------------------------------------*/
  /*	        06 - Portfolio Styles
/*------------------------------------------*/

  .portfolio-filter {
    margin-bottom: 30px;
  }

    .portfolio-filter li {
      display: inline-block;
      margin-right: 2px;
    }

      .portfolio-filter li a {
        color: #666;
        display: inline-block;
        padding: 5px 14px;
        border: 1px solid #eee;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
      }

        .portfolio-filter li a:hover {
          border-color: #ddd;
        }

        .portfolio-filter li a.selected, .portfolio-filter li a.selected:hover {
          color: #fff;
        }

  .portfolio-item {
    margin-bottom: 0px;
  }

  .portfolio-4 {
    margin-left: 5px;
  }

    .portfolio-4 .portfolio-item {
      width: 24.99% !important;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 22px;
    }

  .portfolio-item .portfolio-border {
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .portfolio-item:hover .portfolio-border {
    box-shadow: 0 1px 3px #f8f8f8;
    -o-box-shadow: 0 1px 3px #f8f8f8;
    -moz-box-shadow: 0 1px 3px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px #f8f8f8;
  }

  .portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
  }

    .portfolio-item .portfolio-thumb img {
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      padding: 10px;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
    }

    .portfolio-item .portfolio-thumb .thumb-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0);
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

  .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    background: rgba(255, 255, 255, 0.5);
  }

  .portfolio-item .portfolio-thumb .thumb-overlay i {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 42%;
    left: 60%;
    display: block;
    margin-left: -27px;
    margin-top: -19px;
    font-size: 3em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    top: 50%;
    color: #444;
  }

  .portfolio-item .portfolio-thumb .thumb-overlay span {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 1%;
    left: 10%;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .portfolio-item:hover .portfolio-thumb .thumb-overlay span {
    top: 50%;
    color: #444;
  }

  .portfolio-item .portfolio-details {
    position: relative;
    padding: 9px 10px 8px 10px;
    text-align: center;
  }

    .portfolio-item .portfolio-details span {
      /*font-size: 14px;*/
    }

  .portfolio-item .team-details {
    margin-top: -75px;
    background-color: rgba(255,255,255,0.8);
  }

    .portfolio-item .team-details p {
      margin-left: 10px;
    }

    .portfolio-item .team-details i {
      margin-right: 5px;
    }

.mto-icon {
  display:inline !important;
}

  @media only screen and (max-width: 768px) {
    .mto-icon {
      width: 14px;
    }
  }


  .owl-controls .owl-buttons {
    right: 10px !important;
    top: -42px !important;
  }

  .touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #ffdf2c !important;
  }

  .touch-carousel .owl-controls .owl-buttons div {
    height: 22px !important;
    width: 100%;
    position: relative !important;
  }

    .touch-carousel .owl-controls .owl-buttons div i {
      font-size: 1.3em !important;
      color: #525252 !important;
    }

  .touch-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
  }

  .touch-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 0;
  }

  @media only screen and (max-width: 992px) {
    .owl-controls .owl-buttons {
      right: 8px !important;
    }
  }


  /* Loginbox bootstrap */

  /* STRUCTURE */

  .loginbox_wrapper {
    /*display: flex;*/
    display: none;
    position: absolute;
    top: 30px;
    right: -10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* width: 100%; */
    min-height: 100%;
    padding: 15px 0px 0px 0px;
    z-index: 100001;
  }

  @media only screen and (max-width: 768px) {
    .loginbox_wrapper {
      right: -25px;
    }
  }

  .formHeader {
    border-bottom: 1px solid #ffdf2c;
  }

  .formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 5px;
    background: #fff;
    width: 90%;
    max-width: 250px;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    text-align: center;
  }

  .formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #ffdf2c;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
  }

    .formFooter a {
      font-size: 16px;
      font-weight: 400;
    }

      .formFooter a:focus {
        color: #595959 !important;
      }

  /* FORM TYPOGRAPHY*/

  .loginbox_wrapper input[type=text], .loginbox_wrapper input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 2px;
  }

  .loginbox_wrapper input[type=submit] {
    margin-top: 10px;
  }

  .loginbox_wrapper input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #ffdf2c;
  }

  .loginbox_wrapper input[type=text]:placeholder {
    color: #cccccc;
  }



  /* OTHERS */

  *:focus {
    outline: none;
  }

  #icon {
    color: #888585;
    padding-right: 5px;
  }

  .loggedin_header {
    display: block;
    margin: 10px 0px 5px 0px;
  }

  .loggedin_text {
    font-weight: 700;
  }

  /* gallery2 */

  .gallery2-category-products {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-top: 63px;
    margin-bottom: 35px;
  }

  .download_searchbox {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px !important;
    color: #888585;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
    outline: medium none;
    padding-left: 10px;
    width: 210px;
    padding: 4px 5px 4px 5px;
    height: 30px;
    margin-top: 5px;
  }

    .download_searchbox input {
      border: none;
      float: right;
      width: 85%;
    }

  .cat_description {
    margin-bottom: 30px;
    display: block;
  }

  .gallery2-pic-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 0px 15px -15px;
  }

  .gallery2-bodycontainer {
    max-height: 450px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
  }

  .gallery2-table-scrollable {
    margin: 0;
    padding: 0;
  }



  .picgallery > .row {
    width: 100%;
    margin: 0 auto;
  }

    .picgallery > .row > div {
      text-align: center;
    }

  .img_cat {
    display: block;
  }

    .img_cat > i {
      font-size: 56px;
    }

  .link_cat {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .cat_description_link {
    font-size: 14px;
  }

  .add_cat_2basket, .add_pic_2basket, .cat_already_in_basket, .pic_already_in_basket {
    font-size: 12px;
    margin: 0;
    margin-top: 15px;
  }

    .add_cat_2basket > a > i, .add_pic_2basket > a > i {
      font-size: 22px;
      color: #ffdf2c;
      vertical-align: middle;
    }

    .cat_already_in_basket > a > i, .pic_already_in_basket > a > i {
      font-size: 22px;
      color: #3ca00a;
      vertical-align: middle;
    }

  .gallery2, .content-common .table-responsive {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

    .gallery2 > div, .content-common .table-responsive > div {
      display: flex;
    }

  .gallery2-pic-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

    .gallery2-pic-item p:last-child {
      flex: 1 0 auto;
      align-items: flex-end;
      display: flex;
      justify-content: center;
    }


  .gallery2-pic-item {
    text-align: center;
    max-width: 322px;
  }

    .gallery2-pic-item > a > img {
      max-height: 150px;
      margin: 0 auto;
    }

    .gallery2-pic-item > p > span > .picName,
    .product-download .gallery2 .gallery2-pic-item td > span > .picName {
      font-size: 18px;
    }

    .gallery2-pic-item > p > span > .fileName,
    .product-download .gallery2 .gallery2-pic-item td > span > .fileName {
      font-size: 12px;
    }

    .gallery2-pic-item > p > span > .picName,
    .gallery2-pic-item > p > span > .fileName,
    .product-download .gallery2 .gallery2-pic-item td > span > .picName,
    .product-download .gallery2 .gallery2-pic-item td > span > .fileName {
      overflow-wrap: break-word;
      white-space: pre-wrap; /* CSS3 */
      white-space: -moz-pre-wrap; /* Firefox */
      white-space: -pre-wrap; /* Opera 7 */
      white-space: -o-pre-wrap; /* Opera 7 */
      word-wrap: break-word; /* IE */
      word-break: break-all;
      display: table-cell;
    }


  .gallery2-table-scrollable > div {
    border: 1px solid #dedede;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    position: relative;
    display: flex;
  }

    .gallery2-table-scrollable > div.cat-row {
      align-items: center;
    }

    .gallery2-table-scrollable > div > a {
      margin-right: 10px;
    }

      .gallery2-table-scrollable > div > a:last-child {
        justify-content: end;
        margin-right: 0;
      }

        .gallery2-table-scrollable > div > a:last-child > i {
          font-size: 20px;
        }

    .gallery2-table-scrollable > div.cat-row > a:first-child > i {
      font-size: 24px;
    }

    .gallery2-table-scrollable > div > .link_cat, .gallery2-table-scrollable > div > p {
      margin-bottom: 0;
      width: 100%;
    }

    .gallery2-table-scrollable > div.pic-row > p span.picName {
      font-size: 18px;
      overflow-wrap: break-word;
    }

    .gallery2-table-scrollable > div.pic-row > p span.fileName {
      font-size: 12px;
      overflow-wrap: break-word;
    }

    .gallery2-table-scrollable > div.pic-row > a:first-child > img {
      max-width: 150px;
      max-height: 200px;
    }

  .gallery2-note {
    color: #f51313;
  }

  @media only screen and (max-width : 767px) {
    .table-responsive {
      border: none;
    }

    .gallery2-category-products {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .gallery2-table-scrollable > div.pic-row {
      display: block;
    }

      .gallery2-table-scrollable > div.pic-row > a:last-child {
        position: absolute;
        right: 10px;
        top: 10px;
      }
  }

  /**** AUTO COMPLETER ****/

  ul.autocompleter {
    width: 300px !important;
    z-index: 12000 !important;
    border: #e3e3e3 1px solid;
    padding: 10px;
    background-color: #fff;
    margin-top: 4px;
    margin-left: -35px;
  }

    ul.autocompleter li {
      padding: 0px !important;
      margin: 0px !important;
      border-bottom: #e3e3e3 solid 1px;
      background-color: #fff !important;
      cursor: pointer;
    }

      ul.autocompleter li:hover {
        background-color: #ffdf2c !important;
      }

      ul.autocompleter li td {
        padding: 5px !important;
      }

        ul.autocompleter li td.tdimg {
          width: 75px;
        }

      ul.autocompleter li tr:hover {
        background-color: #ffdf2c;
      }

      ul.autocompleter li td img {
        max-height: 60px;
        max-width: 60px;
        vertical-align: middle;
        padding-right: 10px;
        float: left;
      }

      ul.autocompleter li td p {
        display: block;
        float: right;
        font-size: 13px;
        vertical-align: middle;
        clear: both;
      }



  @media only screen and (max-width: 768px) {
    ul.autocompleter {
      margin-left: -6px !important;
    }
  }