@font-face {
  font-family: 'GothamRoundedBook';
  src: url('gothamrounded-book-webfont.eot'); /* IE9 Compat Modes */
  src: url('gothamrounded-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('gothamrounded-book-webfont.woff') format('woff'), /* Modern Browsers */
       url('gothamrounded-book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('gothamrounded-book-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('gothamrounded-medium-webfont.eot'); /* IE9 Compat Modes */
  src: url('gothamrounded-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('gothamrounded-medium-webfont.woff') format('woff'), /* Modern Browsers */
       url('gothamrounded-medium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('gothamrounded-medium-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('helveticaneue-thin-webfont.eot');
    src: url('helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-thin-webfont.woff') format('woff'),
         url('helveticaneue-thin-webfont.ttf') format('truetype'),
         url('helveticaneue-thin-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  margin-top:0 !important;
  font-family: 'GothamRoundedBook', 'Open Sans', Helvetica, sans-serif;
  font-size: 12px;
  line-height:170%;
  color: #333333;
  background: #FFFFFF url(bg-none.png) repeat;
}
.gui {font-family: 'GothamRoundedBook', 'Open Sans', Helvetica, sans-serif!important;font-size:12;}


a {color: #666666;text-decoration: none;}
a:hover {color: #CC99CC;}
a img {border: none;}
.hide {display: none;}
.show {display: block;}
.clear {clear: both;}
ol {-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 40px;}

#gridsystem {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 0 0 -585px;
  width: 945px;
  height: 5000px;
  background: url(grid.png);
  z-index: 1000;
}
h1, h2 {
  margin: 0 0 18px 0;
  font-weight:normal;
}
h2, h2 * {
  line-height: 28px;
  font-size: 26px;
}
h2 {
  padding-top: 6px;
  padding-bottom: 6px;
}
h3 {
  font-size: 14px;
  line-height: 18px;
}
h2.border, h4.border {
  border-bottom: 3px solid #F4F4F4;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
.icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.icon.icon-10 {
  padding-left: 14px !important;
}
.icon.icon-16 {
  padding-left: 24px !important;
}
.icon .icon-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #187EA2;
}
.icon:hover .icon-icon {
  background-color: #EA2E49;
}
.icon.icon-10 .icon-icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.icon.icon-16 .icon-icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.icon.icon-10 .icon-icon-add {
  background-image: url(icon-10-add.png);
}
.icon.icon-10 .icon-icon-edit {
  background-image: url(icon-10-edit.png);
}
.icon.icon-16 .icon-icon-cart {
  background-image: url(icon-16-cart.png);
}
*/

.columns { 
  position:relative; 
  width:100%; 
  float:none; 
  clear:both; 
  overflow:hidden; 
  margin-bottom:15px; 
}
.column { 
  float:left; 
}
.columns2 .column-1 { 
  position:relative; 
  width:49.5%; 
}
.columns2 .column-2 { 
  float:right; 
  width:49.5%; 
}

.grid .grid-3 {
  float: left;
  width: 32.5%;
  margin-right:1%;
  min-height:1px;
}
.grid .grid-3.grid-3-last {
  margin-right: 0;
}
.grid .grid-5 {
  float: left;
  width: 19%;
  margin-right: 1%;
  min-height:1px;
}
.grid .grid-5.grid-5-last {
  margin-right: 0;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
}
.color-primary {
  color: #007C92;
}
.color-secondary {
  color: #93B8B4;
}

.wrapper {
  position:relative;
}
.container {
  position: relative;
  width:100%;
  max-width: 945px;
  margin: 0 auto; 
}
.content.template-content {margin-top:18px;}

.container.layout-fixed .template-content {
  padding:4px 0;
}
.header {
  width: 100%;
  z-index:1000;
  background:url(theme-k-footprint.png) top left #007C92;
  padding-top:70px;
  background-size:1500px;
}
.header .container {
  position: relative;
  max-width: 944px;
  margin: 0 auto;
  background-color: transparent;
}
.header a.logo {
  display: block;
  float: right;
  margin-top:120px;
}
.header a.logo img {width:120px;}
.header .left-header {
  margin: 0px 0px 0px 0;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
}
.header .right-header {
  position: absolute;
  top: 0;
  right: 0;
}
.header .home-bar {
  position:relative;
  display: block;
  overflow:hidden;
}
.header .search-bar {
  display: block; 
  float:left;
  margin:0 60px 0 57px;
}
.header .search-bar .search-button {
  height: 36px;
  line-height:39px;
  background: url(search-glass.png) 9px 56% no-repeat #007c92;
  width: 89px;
  border:0;
  font-family: 'GothamRoundedBook', sans-serif;
  color: #FFF;
  text-transform:uppercase;
  border-radius:0 2em 2em 0;
  -moz-border-radius:0 2em 2em 0;
  -webkit-border-radius:0 2em 2em 0;
  padding-left: 16px;
  font-size: 12px;
  cursor: pointer; 
}

.header .search-bar input[type=text] {
  width: 211px;  /* rekenen */
  padding:8px 6px 8px 14px; /* rekenen */
  border-radius:2em 0 0 2em ;
  -moz-border-radius:2em 0 0 2em ;
  -webkit-border-radius:2em 0 0 2em ;
  background-color:#FFF;
}
.header .home-button {
  position:absolute;
  top:10px;
  left:1%;
  background-color: rgba(0,0,0,0.7);
  width: 99px;
  height: 40px;
  z-index:999;
  border-radius:20px;
}
.header .home-button a {
  background:url(icon-home-pijl.png) no-repeat 15px center;
  display:block;
  width: 77%;
  padding-left: 23%;
  height:100%;
  font-family: 'GothamRoundedBold', sans-serif;
  font-size:12px;
  line-height:40px;
  text-align:center;
  text-transform: uppercase;
  letter-spacing:0.5px;
  color: #FFFFFF;
}
.header .left-header .site-title {
  color:#007c92;
  font-size: 40px;
  float:left;
  display: inline-block;
 /* margin-left:3px; */
}
.header .left-header .site-title a {color:#007c92;}
.header .left-header .site-title a:hover {text-decoration:underline;color:#007c92;}

.mobile-menu-container {display:none;}
.mobile-menu-container .main {color: #007c92;font-size: 22px;margin-right: 35px;float:left;}
.mobile-menu-container .main.active {border-bottom: 2px solid #007c92;}
.mobile-menu-container .mobile-menu {color: #007c92;font-size: 20px;float:left;background:url(arrow-blauw.png) no-repeat right center;padding-right:17px;cursor:pointer;}


.header .autocomplete {
  width: 39%;
  position: absolute;
  left: 34%;
  top: 50px;
  background: #FFF;
  border: 1px solid #EEE;
  box-shadow:rgba(0,0,0,0.1) 0 0 10px;
  z-index: 1000;
  display: none;
}
.header .autocomplete a {
  color:#000;
}
.header .autocomplete .arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(dropdown-arrow.png) 20px 0 no-repeat;
}
.header .autocomplete .more {
  padding: 10px;
  border-top: 1px solid #eee;
}
.header .autocomplete .more a {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  font-size: 12px;
}
.header .autocomplete .more span {
  color: #999;
}
.header .autocomplete .notfound {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color:#000000;
  display: none;
}
.header .autocomplete.noresults .products,
.header .autocomplete.noresults .more {
  display: none;
}
.header .autocomplete.noresults .notfound {
  display: block;
}

/* ------------------ CART ------------------ */
.header .cart {
  z-index: 250;
  position:relative;
  float:left;
  display: inline-block;
  width:25px;
  margin-top:3px;
}
.header .cart a.icon {
  line-height: 22px;
  color:#FFF;
  display:block;
  width:22px;
  background:url(cart-icon.png) no-repeat center center;
  background-size:100%;
  padding-top:7px;
}

.header .cart > a span {
  display: block;
  text-align: center;
  font-family: 'GothamRoundedBook', 'Open Sans', Helvetica, sans-serif;
}
.header .cart .contents {
  position: absolute;
  display: none;
  top: 32px;
  right: -75px;
  z-index: 1000;
  height: auto;
  width: 298px;
  background: white;
  border: 1px solid #EEE;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  line-height: 18px;
  font-size: 13px;
  z-index: 1000;
}
.header .cart.hover .contents {
  display: block;
}
.header .cart .contents .arrow {
  position: absolute;
  left: -1px;
  top: -10px;
  width: 300px;
  height: 10px;
  background: url(dropdown-arrow.png) 188px 0 no-repeat;
}
.header .cart .contents h3 {
  font-size: 18px;
  font-weight: normal;
  color :#000000;
  padding:15px 0;
  margin:0 15px;
  border-bottom:1px solid #CC99CC;
}
.header .cart .contents h3 small {
  font-size:14px;
  color:#666666;
}
.header .cart .contents a {
  color:#000000;
}
.header .cart .contents .sum {
  border-top: 1px solid #eee;
  background: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
}
.header .cart .contents .buttons {
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}

.header .cart .contents .buttons a {
  display: inline-block;
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  line-height: 18px;
  margin: 0 5px;
  font-size: 12px;
}
/* End CART */
/*
.header .localization {
  display: inline-block;
  text-align:left;
}
*/
.header .language, .header .currency, .header .account, .header .wishlist {
  float:left;
  display:inline-block;
  margin-right:24px;
  color:#007c92;
    line-height:40px;
  font-size:14px;
}
.header .account {
  margin-right:26px; 
}
.header .wishlist {
  margin-right:6px; 
line-height:44px;
}
.header .wishlist img {width:22px;}
.header .language a, .header .currency a {
  line-height:40px;
  color:#007c92;
}
.header .language a.active, .header .currency a.active {
 border-bottom:1px solid #007c92;
}

/* NAVIGATION */

/* High resolution screens */

.header .categories {
  clear: both;
  width: 100%;
  height:75px;
  line-height:73px;
  background-color:#FFFFFF;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
}
.header .categories ul {
  display: block;
  max-width: 944px;
  list-style: none;
 /* margin:150px auto; */
  margin:0 auto;
}
.header .categories ul li {
  display: block;
  float: left;
  position: relative;
}
.header .categories ul li a.main {
  color: #007c92;
  font-size: 16px;
  margin-right:38px;
}
.header .categories ul li a.main.active {
 border-bottom:1px solid #007c92;
}
.header .categories ul li a.main.last {
  margin-right:0;
}
.header .categories ul li.hover > a {
  color:#CC33CC;
}

.header .categories ul ul {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 1000;
  height: auto;
  width: 740px;
  padding: 20px 1% 10px 1px;
  background-color: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  box-shadow:0 3px 5px rgba(0,0,0,0.3);
}
.header .categories ul ul.submenu-right {
  left:auto;
  right:-60px;
}
.header .categories ul li.hover ul {
  display: block;
}
.header .categories ul ul li {
  width:35%;
  height:auto;
  padding:0 35px;
  float: none;
} 
.header .categories ul ul li a {
  min-width: 100px;
  height: 20px;
  line-height: 20px;
  padding:10px 0 12px;
  border-top:1px solid #93b8b4;
  display: block;
  color:#666666;
}
.header .categories ul ul li:last-child a {
  border-bottom:1px solid #93b8b4;
} 
.header .categories ul ul a.menu-image {
  float:right;
  width:49%;
  max-width:366px;
  max-height:275px;
  margin-left:1%;
}
.header .categories ul ul a.menu-image img {
  width:100%;
  height:auto;
}
.header .categories ul ul li.hover > a {
  color:#CC66CC;
}
.header .categories ul ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}
.header .categories ul ul li.title {
  color: #999;
  padding: 0 0 10px 0;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .categories ul ul ul,
.header .categories ul li.hover ul ul {
  left: 220px;
  top: -20px;
  display: none;
}
.header .categories ul li.hover ul li.hover ul {
  display: block;
}

/* Low resolution screens */

.header .categories-lowres .container {
  width:100%;
}
.header .categories-lowres .container > ul {
  border-top:4px solid #FFFFFF;
}
.header .categories-lowres ul li {
  float:none;
  clear:both;
  padding:6px 0;
  height:auto;
  border-bottom:1px solid #7eafae;
}
.header .categories-lowres ul li a.main {
  float:none;
  padding:0 10% 0 2%;
  border:none;
}
.header .categories-lowres ul ul {
  position:relative;
  top:0;
  left:0;
  width:100%;
  padding:0;
  border-top: 1px solid #7eafae;
}
.header .categories-lowres ul ul li {
  width:100%;
  height:auto;
  line-height:36px;
  padding:5px 0;
}
.header .categories-lowres ul ul li:last-child {
  border-bottom:none;
}
.header .categories-lowres ul ul li a {
  padding:0 5% 0 10%;
}
.header .categories-lowres ul ul a.menu-image {
  float: none;
  width: 100%;
  margin-left: 6%;
}
.header .categories-lowres ul ul ul,
.header .categories-lowres ul li.hover ul ul {
  left: 0;
  top: 0;
}
.header .categories-lowres ul ul ul li a {
  padding-left:20%;
}
.header .categories-lowres ul li.hover ul,
.header .categories-lowres ul ul li.hover ul,
.header .categories-lowres ul li.hover ul li.hover ul {
  display: none;
}
.collapse-menu {
  position:absolute;
  top:0;
  right:0;
  z-index:9;
  font-size:14px;
  line-height: 6px;
  padding: 0 4px;
}

/* End NAVIGATION */

.messages {
  margin: 20px auto;
  width:100%;
  max-width: 945px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.messages ul {
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 26px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  background: #ECEFF5;
  border: 1px solid #3B5998;
}
.gui-messages ul {
  padding: 5px 5px 5px 26px;
  margin-bottom: 10px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  list-style-type: none;
  background: #ECEFF5;
  border: 1px solid #3B5998;
}
.messages ul.error {
  color: #DD3C10;
  background: #FCECE8;
  border-color: #DD3C10;
}
.messages ul.success {
  color: #609946;
  background: #EFF5ED;
  border-color: #609946;
}
.messages ul.warning {
  color: #E2C822;
  background: #FCFAE9;
  border-color: #E2C822;
}
  /*
.breadcrumbs {
  font-family:Arial;
  font-size: 16px;
  padding:10px 10px 20px 36px;
  color: #666666;
}
.breadcrumbs a {
  color: #666666;
}
.breadcrumbs a:hover {
  color: #CC33CC;
}
.heading {
  margin:0 35px 20px 35px;
  padding: 0 0 5px 0;
  border-bottom:3px solid #000;
  overflow: hidden;
  position: relative;
  float:left;
  clear:both;
}
.template-collection .heading {border:none;}
*/
.heading {
 margin-bottom:25px; 
}

.gui-page-title {font-family: 'GothamRoundedMedium';color: #007c92!important;font-size: 28px!important;}

.heading h1 {
  font-family:'GothamRoundedMedium';
  color: #007c92;
  clear: both;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 18px;
}
.template-collection .heading h1 {
 /* width:31.9%; */
     width:28%; 
  float:left;
}

.textpage {
  width: 100%;
  margin: 0 auto;
}

.wysiwyg {
  overflow: hidden;
  line-height: 24px;
}
.wysiwyg.wysiwyg-margin {
  margin-bottom: 18px;
}
.index .wysiwyg,
.template-brands .wysiwyg,
.template-catalog .wysiwyg,
.template-collection .wysiwyg,
.template-tags .wysiwyg {
  clear:both;
  /*padding:0 35px;*/
  font-size:14px;
  line-height:30px;
  color:#000000;
}

.wysiwyg p {
  margin-bottom: 18px;
}
.wysiwyg ul {
  padding-left:18px;
  margin-bottom: 18px;
}
/*
.wysiwyg ul li {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}
.wysiwyg ul ul {
  margin-bottom: 0;
}

.wysiwyg ol {
  margin-bottom: 18px;
  list-style: decimal;
  padding-left: 20px;
}
.wysiwyg ol ol {
  margin-bottom: 0;
}
*/

.sidebar {
  width: 100%;
}
.sidebar .sidebar-side {
  width: 19.4%;
  min-width:227px;
  padding-bottom:40px;
}
.sidebar .sidebar-main {
  width: 79.4%;
}
.sidebar.sidebar-left .sidebar-side,
.sidebar.sidebar-right .sidebar-main {
  float: left;
}
.sidebar.sidebar-left .sidebar-main,
.sidebar.sidebar-right .sidebar-side {
  float: right;
}

.sidebar-box {
  position:relative;
  padding:10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CC99CC;
  font-size:13px;
}
.sidebar-box.image,
.sidebar-box:last-child {
  border-bottom: none;
  margin-bottom:40px;
}
.sidebar-box.image {
  padding:0;
}
.sidebar-box.image img {
  width:100%;
  max-width:230px;
}
.sidebar-box.sidebar-box-dark {
  background: #F5F5F5;
  border-bottom: none;
  padding: 15px;
}

.sidebar-box h2 {
  margin-bottom: 17px;
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  color: #000000;
}
.sidebar-box.sidebar-box-dark h2 {
  color: #999;
}
.sidebar-box h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  letter-spacing: normal;
}
.filters-categories-lowres li {
  position:relative;
  border-top:1px solid #DDD;
}
.filters-categories-lowres h2 {
  font-size:15px;
  font-weight:normal;
  color:#000000;
}
.filters-categories-lowres input[type=checkbox] {
  display:none;
}
.collapse {
  position:absolute;
  top:10px;
  right:0;
  font-size:14px;
  line-height:24px;
  cursor:pointer;
}

.sidebar-box-link {
  padding-bottom: 10px;
  margin-top: -10px;
  text-align: right;
}
.sidebar-box a.sale,
.sidebar-box a.new {
  font-size:15px;
  color:#000000;
}

.sidebar-box a.bullet {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}

.sidebar-box-filter-filter {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}
.sidebar-box-filter-filter select {
  width: 180px !important;
}

.sidebar-box ul {
  list-style: none;
  margin-bottom: 18px;
}
.sidebar-box ul li {
  margin-bottom:4px;
}
.sidebar-box ul li i {
  display:inline-block;
  width:15px;
  height:15px;
  background-color:#f0e0f0;
  margin-right: 10px;
  vertical-align:text-top;
}
.sidebar-box ul li.selected i {
  background-image:url(selected.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.sidebar-box ul li a.active {
  color: #CC33CC;
}
.sidebar-box ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.sidebar-box ul ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.sidebar-filter {
}
.sidebar-filter-item input[type="checkbox"] {
  margin: 3px 5px 3px 0 !important;
}
.sidebar-filter-item label {
  font-size: 13px;
  height: 22px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  width: 165px !important;
}

.sidebar-filter-item label span {

  color: #999;
  font-weight: normal;
  font-size: 12px;
}

/* PRODUCT PAGE */

.productpage {
  padding:20px 1px 40px 1px;
}

.productpage .productpage-images {
  float: left;
  width:39.4%;
  margin-left:6.5%;
}
.productpage .productpage-images-featured {
  display: inline-block;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}
.productpage .productpage-images-featured img {
  display: block;
  width: 100%;
  height:auto;
}

.productpage-images-thumbs {
  list-style: none;
  margin: 0 0 0 -5%;
  display: block;
}
.productpage-images-thumbs li {
  width: 30%;
  height:auto;
  float: left;
  margin: 5% 0 0 3%;
}
.productpage-images-thumbs li img {
  width:100%;
  height:auto;
  cursor:pointer;
}

.productpage .product-info {
  float: right;
  width:43%;
  margin-right:6%;
  position: relative;
  color:#000000;
}
/*
.productpage .product-info-border {
  width: 90%;
  padding:25px 5%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius:12px;
  margin-bottom:20px;
}
*/
.productpage .product-info h1 {
  font-family:'GothamRoundedMedium';
  font-size:18px;
  line-height:110%;
  margin-bottom:20px;
  color:#007c92;
  font-weight:normal;
}
.productpage .product-info h2,
.productpage .product-info h2 label {
  /*font-family:'GothamRoundedLight';*/
  font-size:10px;
  color:#000000;
  padding-bottom:0;
  margin-bottom:0;
  overflow: hidden;
  width: 100%;
}
.productpage .product-info .description {
  padding-bottom: 10px;
}
.productpage .product-info .pricing {
  padding-bottom: 15px;
}
.productpage .product-info .pricing .price {
  /*font-family:'GothamRoundedLight';*/
  font-size:14px;
  line-height:100%;
  color: #007c92;
  padding-right: 12px;
}
.productpage .product-info .pricing .price.price-offer {
  color: #CC33CC;
}
.productpage .product-info .pricing .price span {
  color: #000000;
}
.productpage .product-info .pricing .price span.price-old {
  display:inline-block;
  text-decoration: line-through;
  padding-right: 10px;
  color: #000000;
}
.productpage .product-info .pricing .price span.currency {
  opacity: 0.7;
  line-height: 12px;
  font-size: 10px;
  padding-top: 8px;
  letter-spacing: normal;
  text-transform: lowercase;
}
.productpage .product-info .pricing .price-tax {
  padding: 5px 0;
  color: #007c92;
  text-align: center;
  font-size: 10px;
}

.productpage .product-info .details {
  display: block;
  margin-bottom: 20px;
}
.productpage .product-info .details .product-discounts {
  font-weight: bold;
  margin-bottom: 10px;
}

.productpage .product-info .details .product-discounts span {
  width: 100%;
  margin-bottom: 7px;
  display: block;
}

.productpage .product-info .details dt {
  clear: left;
  max-width: 47%;
  float: left;
  margin-bottom: 7px;
  margin-right:2%;
}

.productpage .product-info .details dd {
  max-width: 50%;
  float: left;
  margin-bottom: 7px;
}

.productpage .product-info .spec-title strong {
  font-weight:normal;
}

.product-info p.delivery {
  margin-bottom:15px;
}

.product-info .buy {
}

.product-info .quantity {
  display:inline-block;
  vertical-align:middle;
  border: 1px solid #000;
  background: #EEE;
  height: 40px;
  width: 71px;
  border: 1px solid #DDD;
  border-color: #DDD #EEE #EEE #DDD;
}
.product-info .quantity.hover {
  border-color: #999 #DDD #DDD #AAA;
}
.product-info .quantity input {
  width: 40px;
  border: none;
  background: #FFFFFF;
  font-size: 16px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  padding: 8px 5px;
}
.product-info .quantity .change {
  float: left;
  width: 20px;
  border-left: 1px solid #DDD;
  height: 40px;
}
.product-info .quantity.hover .change {
  border-left: 1px solid #999;
}
.product-info .quantity .change a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: -9999px;
  background: url(quantity.png) no-repeat;
}
.product-info .quantity .change a.up {
  background-position: 0px 0px;
}
.product-info .quantity .change a.down {
  background-position: 0px -20px;
}
.product-info .quantity .change a:hover {
  background-color: #DDD;
}

.product-info .buy .add {
  display: inline-block;
  width:52.59259259%;
  margin-left:6%;
  background: #000;
  border-radius:30px;
  background:url(cart-wit.png) right 20px center no-repeat transparent;
}

.product-info .buy .add span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-family:'GothamRoundedMedium';
  font-size: 10px;
  text-transform:uppercase;
  margin-left:20px;
}
.product-info .buy .add:hover span {
}
.product-info .buy .add-outofstock {
  display: inline-block;
  height: 36px;
  padding: 3px;
  background: #187EA2;
}
.product-info .buy .add-outofstock span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 10px;
  text-transform: uppercase;
}
.product-info .buy .add-outofstock:hover span {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.product-info .actions {
  padding:25px 0;
}
.product-info .actions a {
 /* font-family:'GothamRoundedLight';*/
  font-size:14px;
  color:#007c92;
  background:url(wishlist.png) 0 2px no-repeat;
padding-left:30px;
  background-size:22px;
}
.productpage .product-tags {
  padding: 25px 0;
  margin-bottom:30px;
  position: relative;
  color: #000000;
}
.productpage .product-tags h3,
.productpage .product-tags a {
  font-family:'GothamRoundedMedium', sans-serif;
  font-size:16px;
  font-weight:normal;
  color:#666666;
}
.productpage .product-tags a:hover {
  color:#000000;
  text-decoration:underline;
}

.product-usps {
  clear: both;
  padding:5px 0;
  margin:0 auto 30px;
  list-style:none;
  text-align:center;
  background:#d0edf3;
}
.product-usps li {
  /*font-family:'GothamRoundedLight;*/
  display:inline-block;
  padding:0 2%;
  line-height: 20px;
  color:#007c92;
  font-size:18px;
}
.product-usps li:last-child {
  border:none;
}
.productpage .tabs {
  margin: 20px 0 0 0;
}
.productpage .tabs-holder {
  position:relative;
  zoom:1;
}
.productpage .tabs .tab {
  position:relative;
  padding-top: 10px;  
  border-bottom: 1px solid #cc33cc;
}
.productpage .tabs h2,
.productpage .related h2 {
  margin-bottom: 20px;
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  color: #007c92;
}
.productpage .tabs h2 a {
  line-height: 24px;
  font-size: 18px;
  color: #007c92;
}
.productpage .tabs .collapse-tab {
  position:absolute;
  top:0;
  right:0;
  z-index:9;
  font-size:26px;
  line-height: 36px;
  padding: 0 10px;
}
.productpage .tabs-content {
  color:#666666;
  font-size:13px;
  padding-bottom:15px;
}

.productpage .tabs-content.ui-tabs-hide {
  display: none;
}

.productpage .tabs-content td.spec-title {
  padding-right:10px;
}

.productpage .related {
  margin: 20px 0 0;
}
.productpage .related .products.products-grid .product {
}

.brands {
  width: 94%;
  height: 80px;
  padding: 0 3%;
  margin-bottom: 30px;
  position: relative;
}

.brands-container {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.brands-container ul {
  list-style: none;
  width: 20000px;
  position: absolute;
}
.brands-container ul li {
  float: left;
  margin-right: 20px;
}
.brands-container ul li img {
  margin: 0 40px;
}

.brands a.prev,
.brands a.next {
  display: block;
  width: 30px;
  height: 48px;
  position: absolute;
  top: 16px;
  text-indent: -9999px;
  background: url(slides-controls.png) no-repeat;
  opacity:0.7;
}
.brands a.prev:hover,
.brands a.next:hover {
  opacity:1;
}
.brands a.prev {
  left: 0;
  background-position: -8px 50% ;
}
.brands a.next {
  right: 0;
  background-position: -63px 50%;
}


.headlines {
  background: #000000;
  color:#FFFFFF;
  position: relative;
  font-size: 30px;
  margin-bottom:48px;
}
.headlines .slider {
  position: relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.headlines .slider .slide {
  width:100%;
}
.headlines .slider .slide, .headlines .slider .prev, .headlines .slider .next {
  display:none;
}
.headlines h2 {
  color:#FFFFFF;
  font-size:60px;
  font-weight:normal;
}
.headlines .rslides_tabs {
  position:absolute;
  bottom:10px;
  left:0;
  width:100%;
  text-align:center;
  z-index:999;
}
.headlines .rslides_tabs li {
  display:inline-block;
  margin:0 5px;
}
.headlines .rslides_tabs li a {
  display:block;
  width:12px;
  height:12px;
  background:url(slider-links.png) 50% 100% no-repeat;
  text-indent:-99999px;
  font-size:0;
}
.headlines .rslides_tabs li.rslides_here a {
  background-position:50% 0;
}

.content {
  width: 100%;
  padding-bottom:40px;
  margin: 0 auto;
}
.content template-content {padding-bottom:225px;}

.content .index h2 {
  font-size: 32px;
color: #000000;
}

.index .index-content {
  margin: 0  0 18px 0;
}
.index .index-content p {
  padding: 0px;
}

.index .index-latest {
  margin: 0  0 18px 0;
}
.index .featured, .index .newest, .index .categories {
  padding:20px 0;
}
.index .featured h2 {
  font-size: 18px;
  margin-bottom: 35px;
}
.index .categories.clearfix {
  width: auto;
}
.index .categories .category {
  width: 14%;
  margin-right:0.75%;
}

.banners {
  padding: 0;
}
.banners .banner {
  width:50%;
  height:auto;
  float: left;
}
.banners .banner img {
  display:block;
  width:100%;
  height:auto;
}

.index .index-brands {
  margin: 0  0 18px 0;
  height: 80px;
}
.index .index-brands .jcarousel_horizontal li {
  width: 25%;
}

#uspbar {
    background-color: #FFFFFF;
    position: relative;
}
#uspbar .container {
  background:transparent;
  overflow:hidden;
  border-right:1px solid #f8f0f8;
}
#uspbar .usp {
  float:left;
  width:20%;
  padding: 15px 3% 15px 10%;
  border-left:1px solid #f8f0f8;
}
#uspbar h3 {
  font-family: 'Open Sans Condensed', 'Open Sans', Helvetica, sans-serif;
  font-size:26px;
  line-height:30px;
  font-weight:normal;
}
#uspbar p {
  font-size:13px;
  letter-spacing:-0.5px;
}

.footer {
  padding: 16px 0 50px 0;
  background:url(theme-k-footprint.png) top left #007C92;
  background-size:1500px;
  text-align:center;
  font-size: 14px;
  color:#007c92;
margin-top:30px;
}
.footer a {
  font-size: 14px;
  color:#007c92;
  font-family: 'GothamRoundedBook', sans-serif;
}
.footer .copyright, .footer .copyright a {
  font-size:12px;
  color:#007c92;
  display:none;
}
.footer .footer-nav {
  width: 100%;
}
.footer .footer-nav ul {
  list-style: none;
  margin-bottom:16px;
}
.footer .footer-nav ul li {
  display: inline;
  padding: 0 30px 0 8px;
}
.footer .footer-nav li.last {
  white-space:nowrap;
} 

.footer .payment {
  overflow: hidden;
}
.footer .payment img {
  float: right;
  margin-right:168px; /* reken */
}
.footer .social {
  margin-left:156px; /* reken */
  float:left;
margin-top:-2px;
}
.footer .social a {
  display: block; 
}
.footer .social .icon {
  line-height: 38px;
  background:url(social-icons.png) 0 0 no-repeat;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-indent: -99999px;
  border:1px solid #007c92;
  border-radius:100px;
  margin-right:6px;
}
.footer .social .icon.facebook {
  background-position: 8px 8px; 
}
.footer .social .icon.twitter {
  background-position: -39px 8px; 
}
.footer .social .icon.gplus {
  background-position: -85px 8px; 
}
.footer .social .icon.pinterest {
  background-position: -132px 8px; 
}
.footer .social .icon.instagram {
  background-position: -180px 8px; 
}

#form-newsletter label {
  display: block;
  margin-bottom: 5px;
}
#form-newsletter label span {
    color: #666;
}
#form-newsletter input {
  float:left;
  clear:both;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 8px;
  text-shadow: 0 1px 0 #FFF;
  width: 180px;
  max-width:100%;
  margin-bottom:5px;
}
#form-newsletter button {
  float:left;
  clear:both;
  background:transparent url(newsletter.png) 0 0 no-repeat;
  border: 0;
  cursor: pointer;
  line-height: 24px;
  padding-left:30px;
  font-size: 13px;
}

.footer .copyright {
  margin-top:10px;
  font-size: 12px;
}


/* Products general */
.categories,
.products {
  position: relative;
}
.products .product .label-sale {
  position:absolute;
  top:30px;
  left:0;
  padding:5px 20px;
  border-top-right-radius: 16px;
  border-bottom-right-radius:16px;
  background:#cc6633;
  font-family:'GothamRoundedMedium', sans-serif;
  font-size:15px;
  color:#fff!important;
  text-transform:uppercase;
}
.products.products-horizontal {
  width: 100%;
  margin-bottom: 30px;
}
.categories,
.products.products-grid,
.products.products-list {
  width: 100%;
  clear:both;
}
.products.products-sidebar {
  width: 100%;
}
.products.products-livesearch {
}
.products.products-cart {
  width: 100%;
}

.categories .category p.description {
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}


/* Grid products */
.categories .category,
.products.products-grid .product {
  position: relative;
  float: left;
  width: 22%;
  /*padding:0 1% 30px;*/
  margin-right: 4%;
  margin-bottom:52px;
  /*border:1px solid #FFFFFF;*/
  overflow:hidden;
  /*font-family:'GothamRoundedMedium';*/
  font-size:13px;
  line-height:150%;
}
.products.products-grid .product {
  height:auto;
  max-height:403px;
}
.categories .category.category-last,
.products.products-grid .product.product-last {
  margin-right: 0;
}
.categories .category img,
.products.products-grid .product img {
  margin-bottom: 5px;
  background: url(no-image.png) center no-repeat #FFFFFF;
  width: 100%;
  /* max-width: 318px; */
  height: auto;
}
.categories .category img {
  max-width: 140px;
}

.categories .category h3,
.products.products-grid .product h3 {
  /*font-family:'GothamRoundedMedium';*/
  font-size:13px;
  /*font-weight:bold;*/
  line-height:30px;
  height: 30px;
  margin-bottom:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.categories .category h3 a,
.products.products-grid .product h3 a {
  overflow: hidden;
}
.categories .category .description, .products.products-grid .product .description {
  height:44px;
  line-height:22px;
  overflow:hidden;
}
.products.products-grid .product .description {
  margin-bottom:8px;
}
.products.products-grid .product p.price {
  color:#000000;
}
.products.products-grid .product p.price.price-offer {
   color:#CC33CC;
}
.products.products-grid .product p.price span.price-old{
  color:#333333;
  text-decoration: line-through;
  margin-right:10px;
}
.categories .category.hover *,
.products.products-grid .product.hover a,
.products.products-grid .product.hover .price {
  color:#007c92!important;
}
/* Exclusive Germany*/
.product p.price span.price-old .uvp {
  font-size: 8px;
  margin: 0 0 0 5px;
}
.productpage .product-info .pricing .price .uvp {
  font-size: 9px;
}
.products.products-grid .product .unitprice {
  font-size: 10px; 
  text-align: center;
}
.product p.price.price .asterisk {
  font-size: 12px;
  position:relative;
  top:-4px;
  text-decoration:none !important;
}
.product p.price.price-offer .asterisk {
}
.shippingreturn-de {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 4px 0;
}
/**/

.products.products-grid .product p.price span.currency{
  font-size: 15px;
  letter-spacing: normal;
  text-transform: lowercase;
  opacity: 0.7;
}

/* Sidebar, livesearch & cart products */
.products.products-sidebar .product {
  margin-bottom: 6px;
}
.products.products-livesearch .product,
.products.products-cart .product {
  padding: 10px;
}

.products.products-sidebar .product,
.products.products-livesearch .product,
.products.products-cart .product {
  font-size: 13px;
  white-space: nowrap;
  padding:6px 10px;
  border-bottom: 3px solid #EEE;
}
.products.products-sidebar .product img,
.products.products-livesearch .product img,
.products.products-cart .product img {
  float: left;
  margin-right: 10px;
}

.products.products-sidebar .product h4,
.products.products-livesearch .product h4,
.products.products-cart .product h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight:normal;
  font-family:'GothamRoundedMedium', sans-serif;
  color:#007c92;
}
.products.products-sidebar .product h4 strong,
.products.products-livesearch .product h4 strong,
.products.products-cart .product h4 strong {
  font-size:14px;
  color:#000000;
}

.products.products-sidebar .product p.price,
.products.products-livesearch .product p.price,
.products.products-cart .product p.price {
  color: #333333;
}
.products.products-cart .product p.price strong {
  color: #000000;
}
.products.products-sidebar .product p.price.price-offer,
.products.products-livesearch .product p.price.price-offer,
.products.products-cart .product p.price.price-offer {
  color: #CC33CC;
}
.products.products-sidebar .product p.price span,
.products.products-livesearch .product p.price span,
.products.products-cart .product p.price span {
  color: #333333;
  text-decoration: line-through;
}

.products.products-sidebar .product.hover {
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid #F0E0F0;
}

/* Homepage banner products */
.banner-product .product {
  text-align: center;
}
.banner-product .product h3 {
  font-size:13px;
  font-weight:normal;
}
.banner-product .product h3 strong {
  font-size:16px;
  color:#000000;
}
.banner-product .product .price {
  font-size:18px;
  color:#333333;
}
.banner-product .product .price.price-offer {
  color:#CC33CC;
}
.banner-product .product .price.price-offer span {
  color:#333333;
  text-decoration:line-through;
}

/* http://localhost/share/spinner/build.php?type=alternative&size=64&speed=10&fg_color=19A9E5&bg_color=ffffff */
.products .products-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(spinner-large.gif) center 74px no-repeat rgba(255, 255, 255, 0.9);
  line-height: 340px;
  text-shadow: 0 1px 0 #FFFFFF;
  z-index: 100;
  text-align: center;
  display: none;
}
.products .products-loader.visible {
  display: block;
}
.products.products-list .products-empty,
.products.products-grid .products-empty {
  text-align: center;
  height: 232px;
  line-height: 232px;
}

.elements-wrapper {
  height: 26px;
  background: rgba(0, 0, 0, 0.05);
  background: #F00;
  margin: 10px 0;
}
.elements-wrapper-big {
  height: 70px;
}

.tui-dropdown {
  padding: 3px 5px;
  line-height: 18px;
  background: url(tui-dropdown-arrow.png) 100% 2px no-repeat #FFFFFF;
  font-size: 12px;
  min-height: 18px;
  position: relative;
  float: left;
  z-index: 200;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tui-dropdown.hover {
  border-color: #999 #DDD #DDD #AAA;
}

.tui-dropdown span {
  color: #000;
  padding: 0 18px 0 0;
  display: block;
}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  display: none;
  
}
.tui-dropdown ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-dropdown ul li a {
  display: block;
  padding: 2px 0px;
}
.header .topnav .tui-dropdown {font-size:14px;}

/*
.tui-dropdown.tui-language span {
  padding-left: 21px;
  background: 0 3px no-repeat;
}
.tui-dropdown ul li.tui-language {
  padding: 2px 0 2px 21px;
  background: 0 5px no-repeat;
}
.tui-dropdown.tui-language-bg span, .tui-dropdown ul li.tui-language-bg { background-image: url(icon-flag-bg.png); }
.tui-dropdown.tui-language-da span, .tui-dropdown ul li.tui-language-da { background-image: url(icon-flag-da.png); }
.tui-dropdown.tui-language-de span, .tui-dropdown ul li.tui-language-de { background-image: url(icon-flag-de.png); }
.tui-dropdown.tui-language-el span, .tui-dropdown ul li.tui-language-el { background-image: url(icon-flag-el.png); }
.tui-dropdown.tui-language-en span, .tui-dropdown ul li.tui-language-en { background-image: url(icon-flag-en.png); }
.tui-dropdown.tui-language-es span, .tui-dropdown ul li.tui-language-es { background-image: url(icon-flag-es.png); }
.tui-dropdown.tui-language-fr span, .tui-dropdown ul li.tui-language-fr { background-image: url(icon-flag-fr.png); }
.tui-dropdown.tui-language-it span, .tui-dropdown ul li.tui-language-it { background-image: url(icon-flag-it.png); }
.tui-dropdown.tui-language-nl span, .tui-dropdown ul li.tui-language-nl { background-image: url(icon-flag-nl.png); }
.tui-dropdown.tui-language-no span, .tui-dropdown ul li.tui-language-no { background-image: url(icon-flag-no.png); }
.tui-dropdown.tui-language-pl span, .tui-dropdown ul li.tui-language-pl { background-image: url(icon-flag-pl.png); }
.tui-dropdown.tui-language-pt span, .tui-dropdown ul li.tui-language-pt { background-image: url(icon-flag-pt.png); }
.tui-dropdown.tui-language-ru span, .tui-dropdown ul li.tui-language-ru { background-image: url(icon-flag-ru.png); }
.tui-dropdown.tui-language-sv span, .tui-dropdown ul li.tui-language-sv { background-image: url(icon-flag-sv.png); }
.tui-dropdown.tui-language-tr span, .tui-dropdown ul li.tui-language-tr { background-image: url(icon-flag-tr.png); }
*/
.tui input[type=text],
.tui input[type=password] {
  display: block;
  border: 1px solid #DDD;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 8px 1%;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  text-shadow: 0 1px 0 #FFFFFF;
  float: left;
}

.tui input[type=checkbox],
.tui input[type=radio] {
  height: 16px;
  width: 20px;
  margin: 5px 10px 5px 0;
  float: left;
}
/*
.tui input:hover,
.tui input:focus,
.tui textarea:hover,
.tui textarea:focus,
.tui select:hover,
.tui select:focus {
  border-color: #999 #DDD #DDD #AAA;
}
*/
.tui textarea {
  border: 1px solid #CCCCCC;
  height: 56px;
  line-height: 20px;
  font-size: 12px;
  padding: 6px 5px;
  color: #333333;
  background: #F5F5F5;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;

}

.tui select {
  display: block;
  border: 1px solid #CCCCCC;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  background: #FFF;
  border-color: #DDD #EEE #EEE #DDD;
  float: left;
  width: 200px;
}

.tui label {
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.tui select[multiple] {
  height: 70px;
}

a.tui-button {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  padding: 0 10px;
  background: #187EA2;
  border: 1px solid #FFFFFF;
  outline: 2px solid #187EA2;
}

.product-info-options {
}


/* [START] product-configure */
.product-configure {
  margin-bottom: 5px;
  font-size:13px;
}
.product-configure-options {
  overflow:hidden;
}
.product-configure label {
  max-width: 380px;
  float:none;
}
.product-configure label em {
  color: #37B1DE;
}
.product-configure select {
  width:auto;
  max-width: 380px;
  margin: 15px 0;
  padding: 0px 12px;
}
.product-configure input[type=text],
.product-configure textarea {
  width: 368px;
}
.product-configure .product-configure-custom-option-item {
  width:auto;
  max-width: 380px;
}
.product-configure .product-configure-custom-option-item label {
  font-weight: normal;
  max-width: 340px;
}
.product-configure-custom-option-date {
  float:left;
  width: 275px;
}
.product-configure-custom-option-time {
  float:left;
  width: 105px;
}
.product-configure .product-configure-custom-option-date select,
.product-configure .product-configure-custom-option-time select {
  margin-right: 5px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-day,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-hour,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  width: 50px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-month {
  width: 120px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year {
  width: 65px;
}
.product-configure .product-configure-custom-option select.product-configure-custom-option-date-year,
.product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  margin-right: 0;
}
.product-configure .product-configure-variants,
.product-configure .product-configure-options-option,
.product-configure .product-configure-custom-option {
  padding-bottom: 10px;
  float: left;
  margin-right: 5%;
}
.product-configure .product-configure-clear {
  clear: both;
}

.availability {
  float: left;
  font-size: 12px;
  position: relative;
  margin-top: 30px;
}
/* [END] product-configure */



.collection-options {
  float:left;
  font-size: 12px;
  white-space:nowrap;
  margin-top:12px;
}

.collection-nav {
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}

.collection-nav .collection-nav-total {
  float: left;
}
.collection-nav .collection-nav-pages {
  float: right;
  font-weight: bold;
}

.collection-options .collection-options-mode,
.collection-options .collection-options-select-on,
.collection-options .collection-options-languages {
  display: inline-block;
  /* margin: 4px 5% 4px 0; */
  margin: 4px 3% 4px 0;
}

.collection-options .collection-options-sort {
  display:inline-block;
 /* margin-left:4.5%; */
  margin-left:3%;
}
.collection-options .collection-options-mode .label,
.collection-options .collection-options-select-on .label,
.collection-options .collection-options-languages .label,
.collection-options .collection-options-sort .label {
  display:inline-block;
  /*margin-right:5px;*/
 /* text-transform:uppercase;*/
  color:#000;
  font-size:13px;
  font-family:'GothamRoundedBook';
}
.collection-options .collection-options-mode .tui-dropdown,
.collection-options .collection-options-select-on .tui-dropdown,
.collection-options .collection-options-languages .tui-dropdown,
.collection-options .collection-options-sort .tui-dropdown {
  display:inline-block;
  float:none;
  width: 125px;
  border: 1px solid #FFF;
}
.collection-options .collection-options-mode .tui-dropdown.hover,
.collection-options .collection-options-select-on .tui-dropdown.hover,
.collection-options .collection-options-languages .tui-dropdown.hover,
.collection-options .collection-options-sort .tui-dropdown.hover {
  border: 1px solid #ccc;
  border-bottom:none;
}
.mobile-menu .tui-dropdown ul,
.collection-options .collection-options-mode .tui-dropdown ul,
.collection-options .collection-options-select-on .tui-dropdown ul,
.collection-options .collection-options-languages .tui-dropdown ul,
.collection-options .collection-options-sort .tui-dropdown ul {
  position: absolute;
  top: 18px;
  left: -1px;
  z-index: 999;
  background: #fff;
  padding:5px;
  width: 125px;
  border: 1px solid #ccc;
  border-top:none;
}

.collection-options .tui-dropdown.wide-dropdown,
.collection-options .tui-dropdown.wide-dropdown ul {
  width: 135px; 
}
/*
.collection-options-mode .button-grid,
.collection-options-mode .button-list {
  display:inline-block;
  vertical-align: middle;
  width:22px;
  height:29px;
  background:url(grid-list-icon.png) 0 100% no-repeat;
  text-indent:-999999px;
  overflow:hidden;
}
.collection-options-mode .button-list {
  background-position: 100% 100%;
}
.collection-options-mode .button-list:hover,
.collection-options-mode .button-list.active {
  background-position: 100% 0;
}
.collection-options-mode .button-grid:hover,
.collection-options-mode .button-grid.active {
  background-position: 0 0;
}
.button-grid {
  margin-right: 10px;
}

.collection-options-compare {
  float: left;
  border-left: 1px solid #DDD;
  padding-left: 15px;
  margin: 4px 0 4px 0;
}
.collection-options-compare a {
  color: #999;
}
*/
.collection-options-sort, .collection-options-languages {
  height: 26px;
}

.collection-options-sort span.label,
.collection-options-limit span.label {
  display: inline-block;
  padding-right: 5px;
  line-height: 26px;
}
.collection-options-limit {
  float: right;
  margin-right: 15px;
  height: 26px;
}

.collection-options #filter_form {
  display: inline-block;
}

.collection-options #filter_form input[type="checkbox"] {
  display: none; 
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
.clearmargin {
  margin: 0;
}

.sidebar-filter-slider {
  padding: 1px 0;
}
.sidebar-filter-range {
  font-size: 12px;
}
.sidebar-filter-range .min {
  float: left;
}
.sidebar-filter-range .max {
  float: right;
}

#collection-filter-price {
  height:7px;
  border:none;
  border-radius:4px;
  margin:8px 10px;
  background:url(tui-slider-handle.png) repeat-x #DDDDDD;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background:url(tui-slider-handle.png) repeat-x #A5D8E4;
  border:none;
  position: absolute;
  height: 7px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width:25px;
  height:7px;
  border:0;
  top:0;
  margin-left:-10px;
  background:#333333;
  cursor:col-resize;
  border-radius:4px;
}

.collection-spinner {
  height: 16px;
  padding: 15px;
}

.collection-spinner.busy,
.collection-spinner.manual {
  height: 16px;
  background: #f5f5f5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0 1px 0 #FFFFFF;

}
/* http://localhost/share/spinner/build.php?type=alternative&size=16&speed=10&fg_color=19A9E5&bg_color=ffffff */
.collection-spinner-loading {
  display: none;
  padding-left: 26px;
  background: url(spinner-small.gif) left center no-repeat;
}
.collection-spinner.busy .collection-spinner-loading {
  display: inline-block;
}
.collection-spinner-more {
  display: none;
  text-align: center;
}

.collection-spinner.manual .collection-spinner-more {
  display: block;
}
.collection-spinner.busy.manual .collection-spinner-more {
  display: none;
}

.collection-pagination {
  padding:10px 0;
  font-size:12px;
}

.collection-pagination .info {
  float:left;
  padding:5px 0;
}

.collection-pagination ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}

.collection-pagination ul li {
  float:left;
  padding:5px 2px;
}

.collection-pagination ul li.prev {
  padding-right:7px;
}

.collection-pagination ul li.next {
  padding-left:7px;
}

.collection-pagination ul li.number {
  padding:4px 2px;
}

.collection-pagination ul li.number a {
  background-color:#CCC;
  display:block;
  padding:1px 7px;
  box-shadow:0 0 5px #CCC;
  color:#fff;
}

.collection-pagination ul li.number a:hover {
  background-color:#BEBEBE;
  color:#fff;
}

.collection-pagination ul li.number.active a {
  background-color:red;
  font-weight:400;
}
#collectionProductsContainer {
  clear:both;
  min-height:480px;
}


.gui-progressbar, .gui-progressbar .gui-indicator .gui-progress {
  background-image: url(gui-progressbar-sprite.png) !important;
}