@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('proximanova-bold-webfont.eot');
  src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('proximanova-bold-webfont.woff') format('woff'),
    url('proximanova-bold-webfont.ttf') format('truetype'),
    url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novalight';
  src: url('proximanova-light-webfont.eot');
  src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('proximanova-light-webfont.woff') format('woff'),
    url('proximanova-light-webfont.ttf') format('truetype'),
    url('proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  background-color:#fff;
  background-image:url('background.png');
  background-position:{{ theme.background_position }};
background-repeat:{{ theme.background_repeat }};
background-attachment:{{ theme.background_attachment }};
overflow-y:scroll;
}

body {
  color:#000;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  margin:0;
  padding:0;
}

#container {
  
  background-color:{{ theme.background_color }};

}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
img {
  border:0;
}

form {
  margin:0;
  padding:0;
}

input, select {
  background-color:#fff;
  border:1px solid #ccc;
  font-size:14px;
  padding:4px 4px 4px 5px;
}

.tui-drop-box {
  width:940px;
  height:35px;
}

.tui-dropdown { 
  background-color: #FFF !important;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #DDD #F4F4F4 #F4F4F4 #DDD;
}
.tui-dropdown {
  padding: 3px 5px;
  line-height: 18px;
  background: url('tui-dropdown-arrow.png') 100% 4px no-repeat;
  font-size: 12px;
  min-height: 18px;
  position: absolute;
  right:20px;
  float: right;
  z-index: 9999;
}
.tui-dropdown.language {
  width:110px;
}
.tui-dropdown.currency {
  right:140px;
}
.tui-dropdown.sort {
  position: absolute;
  right: 0;
  top: -47px;
  width: 200px;
  z-index: 9997;
  
}
.tui-dropdown.sort > span {
  color: #303030;
  font-size: 14px;
  
}
.sort-label {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 220px;
  text-transform: uppercase;
  top: -42px;
}

.tui-dropdown.mode {
  right:205px;
  width:75px;
  z-index:9997;
}
.tui-dropdown.limit {
  right:150px;
  width:35px;
  z-index:9997;
}
.tui-dropdown.tui-language {
  position: absolute;
  top: 135px;
  right: 1px;
}

.tui-dropdown span, .tui-dropdown a {
  padding: 0 18px 0 0;
  display: block;
}

.tui-dropdown ul {
  list-style: none;
  padding-top: 3px;
  margin:0;
  display: none;
  padding-left:0px;
}
.tui-dropdown ul li {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tui-dropdown.tui-language span {
  padding-left: 21px;
  background: 0 3px no-repeat;
}

.tui-dropdown ul li.tui-language {
  padding-left:21px;
  background: 0 3px no-repeat;
}
.tui-dropdown a span {
  margin-top:3px;
  float:left;
  padding-right:0;
}
.tui-dropdown ul li span {
  float:left;
  padding-right:0;
  margin-left:-20px;
  margin-top:3px;
}
.tui-dropdown.tui-language-nl span, .tui-dropdown ul li.tui-language-nl span { background-image: url(flags.png); background-position:0 -11px; height:11px; }
.tui-dropdown.tui-language-de span, .tui-dropdown ul li.tui-language-de span { background-image: url(flags.png); background-position:0 -22px; height:11px; }
.tui-dropdown.tui-language-en span, .tui-dropdown ul li.tui-language-en span { background-image: url(flags.png); background-position:0 -33px; height:11px; }
.tui-dropdown.tui-language-fr span, .tui-dropdown ul li.tui-language-fr span { background-image: url(flags.png); background-position:0 -44px; height:11px; }
.tui-dropdown.tui-language-es span, .tui-dropdown ul li.tui-language-es span { background-image: url(flags.png); background-position:0 -55px; height:11px; }
.tui-dropdown.tui-language-it span, .tui-dropdown ul li.tui-language-it span { background-image: url(flags.png); background-position:0 -66px; height:11px; }
.tui-dropdown.tui-language-el span, .tui-dropdown ul li.tui-language-el span { background-image: url(flags.png); background-position:0 -77px; height:11px; }
.tui-dropdown.tui-language-tr span, .tui-dropdown ul li.tui-language-tr span { background-image: url(flags.png); background-position:0 -88px; height:11px; }
.tui-dropdown.tui-language-pt span, .tui-dropdown ul li.tui-language-pt span { background-image: url(flags.png); background-position:0 -99px; height:11px; }
.tui-dropdown.tui-language-pl span, .tui-dropdown ul li.tui-language-pl span { background-image: url(flags.png); background-position:0 -110px; height:11px; }
.tui-dropdown.tui-language-sv span, .tui-dropdown ul li.tui-language-sv span { background-image: url(flags.png); background-position:0 -121px; height:11px; }
.tui-dropdown.tui-language-ru span, .tui-dropdown ul li.tui-language-ru span { background-image: url(flags.png); background-position:0 -132px; height:11px; }
.tui-dropdown.tui-language-da span, .tui-dropdown ul li.tui-language-da span { background-image: url(flags.png); background-position:0 -143px; height:11px; }
.tui-dropdown.tui-language-no span, .tui-dropdown ul li.tui-language-no span { background-image: url(flags.png); background-position:0 -154px; height:11px; }
.tui-dropdown.tui-language-bg span, .tui-dropdown ul li.tui-language-bg span { background-image: url(flags.png); background-position:0 -165px; height:11px; }

a {
  color:#000;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

label {
  
}

.clear {
  clear:both;
}

.gui-table th {
  text-align:left;
}

.gui-table td {
  background-color:#fff;
}

.theme-default .nivo-caption {
  visibility:hidden;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 990px;
}
#contentContainer {
  
}
#headerContainer {
  position:relative;
  z-index:9999;
}

.button:hover {
  opacity:0.8;
}
.button {
  display:inline-block;
  font-size:13px;
  {% if not theme.hide_gradients %}background:url('button-bg.png') repeat-x top left;{% endif %}
font-family: "Open sans", sans-serif;

display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 30px;
outline: medium none;
padding: 0 15px;
text-decoration: none;
text-transform: uppercase;
color:#fff!important;
float:left !important
}

.button:hover {
  text-decoration:none;
}

.button.blue {
  background-color:#007bc9;
  border-color:#007bc9;
  color:#fff;
}

.button.green {
  background-color:#7bc900;
  border-color:#7bc900;
  color:#fff;
}
.button.pbuttons {
  background-color: #f45223 !important;
  border-color: #FFFFFF;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  display: None;
  line-height: 33px;
  margin: 4px 5px 8px;
  width: 182px;
  margin-top: -67px;
  text-align:center;
}
.productout .button.pbuttons {
  display:block;
}
.titlelines {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 0 25px 0 0;
}

#navbarContainer {
  
}
#navbarContainer .wrapper {
  z-index: 9998;
}

#header {
  background: url("header.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  height: 130px;
  
}

#header h1 {
  float:left;
}

#header h1 a {
  display: block;
  height: 130px;
  text-indent: -9999px;
  width: 420px;
}
#header h1 a img {
  height:130px;
  max-width:192px;
  overflow:hidden;
}
.topmenus {
  float: right;
  margin-top: 20px;
}
.topmenus > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.topmenus li {
  background: url("sprite.png") no-repeat scroll -10px -38px rgba(0, 0, 0, 0);
  display: inline;
}
.topmenus a {
  font-weight: 700;
  margin-right: 25px;
  padding-left: 20px;
}
.top-social {
  float: right;
  margin-top: 10px;
}
.top-social > a, #footerContainer .socials > a {
  background-image: url("sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 33px;
  
  width: 34px;
  margin-left:10px;
}
#footerContainer .socials > a {
  margin-right:5px;
  margin-left:0;
}
.top-social .facebook, #footerContainer .socials .facebook {
  background-position: -37px 0;
}
.top-social .google, #footerContainer .socials .google {
  background-position: -81px 0;
}
.top-social .pinterest, #footerContainer .socials .pinterest {
  background-image:url('pinterest.jpg');
}
.gui-messages ul {
  margin-bottom:30px !important;
}
.icon1 {
  position: relative;
  top: -15px;
}
.icon2 {
  position: relative;
  top: -15px;
}
.icon3 {
  position: relative;
  float: left;
  top: -15px;
}
.icon4 {
  position: absolute;
  top: -15px;
}

#gui-form-shipment-method.gui-block-subcontent {
  margin-bottom: 20px;
}
.cart {
  position: absolute;
  right: 0;
  top: 62px;
}
.cart .shopnav {
  margin-top:40px;
  text-transform:uppercase;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  margin-bottom:10px;
}
.cart .shopnav a {
  margin-left:10px;
}
.cart .shopnav span {
  color:{{ theme.accent_color }};
}
.cart .shopnav a:hover {
  color:{{ theme.accent_color }};
}
.cart .cart-block {
  
}
.cart .cart-block:hover strong {
  background-color:{{ theme.accent_color }};
border:1px solid {{ theme.accent_color | color_mix('#000000', 0.16) }};
color:{{ theme.container_bg }};
}
.cart .cart-block:hover span {
  color:{{ theme.accent_color }};
}
.cart .cart-block i {
  background: url("cart-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 24px;
  padding-right: 20px;
  width: 24px;
}
.cart .cart-block span {
  display:block;
  float:left;
  line-height:24px;
  padding-right:10px;
  border-right:1px solid {{ theme.container_bg | color_mix('#000000', 0.04) }};
}
.cart .cart-block strong {
  display: block;
  float: right;
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
  font-weight: 700;
}
#header .cartContainer {
  float:right;
  width:500px;
}

#header .cartContainer .links {
  float:left;
  padding:12px 15px 0 0;
  text-align:right;
  width:159px;
}

#header .cartContainer .links ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#header .cartContainer .links ul li {
  padding:1px 0;
}

#header .cartContainer .cart {
  float:left;
  width:326px;
}

#header .cartContainer .cart .blockContent {
  line-height:1.5;
  min-height:27px;
}

#header .cartContainer .cart .button {
  float:right;
  line-height:25px;
}

.formSearch {
  font-style:
    
}
.formSearch .inputContainer {
  border: medium none;
  position: relative;
}
.formSearch .inputContainer input {
  border: 0 none !important;
  color: #ABABAB!important;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  height: 22px;
  width: 190px;
}
.formSearch .inputContainer span {
  background: url("icon-search.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 19px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 16px;
}
.searchblok {
  border: 1px solid #D4CCC0 !important;
  left: 470px;
  position: absolute;
  top: 55px;
  width: 230px;
}
.searchinner {
  height: 30px;
  margin-top:2px;
}
#navbarContainer {
  background: url("nav-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 36px;
  width: 100%;
}
#navbar {
  position: absolute;
  top:0px;
  z-index: 9999;
  background:none!important;
}
#navbar .nav {
  display: block;
  float: left;
  vertical-align: middle;
  list-style-type: none;
  z-index: 192;
  height: 35px;
  margin-left:-40px;
  margin-top:0px;
  top:0px;
  overflow:hidden;
}
#navbar .item.first {
  vertical-align: middle;
  height: 35px;
  background:none;
}
#navbar .item.first img {
  margin-top:-2px;
}
#navbar .item {
  top:0px;
  padding-top:0px;
  padding-bottom:0px;
  float: left;
  vertical-align: middle;
  background: url(sep-mainmenu.png) left 50% no-repeat;
  z-index: 191;
  height: 35px;
}
#navbar a.itemLink {
  padding: 6px 15px;
  display: block;
  font-size: 14px;
  vertical-align: middle;
  padding-top:10px;
  padding-bottom:8px;
  text-decoration: none;
  text-transform:uppercase;
  z-index: 190;
}
#navbar a.itemLink2 {
  padding: 6px 15px;
  display: block;
  font-size: 14px;
  vertical-align: middle;
  
  padding-top:10px;
  padding-bottom:8px;
  text-decoration: none;
  text-transform:uppercase;
  z-index: 190;
}
#navbar .inner {
  width: 100%;
  float: left;
  margin-top:-14px;
  top:0px;
}
#navbar .subnav {
  border: none;
  top:35px;
  display: none;
  font-size:13px;
  list-style-type: none;
  width: 989px;
  left: 0px;
  padding: 0;
  margin-top:0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: absolute;
  z-index: 6000;
}
#navbar .subnav li {
  list-style-type:none;
  padding-right:20px;
  margin-top:10px;
  margin-bottom:10px;
  float:left;
  border-left: 2px groove rgba(10, 10, 10, 0.2);
  width:188px;
}
#navbar .subnav li.col_1 {
  border-left:none;
  width:235px;
}
#navbar .subnav li.col_2 {
  width:197px;
}
#navbar .subnav li.col_3 {
}
#navbar .subnav li.col_4 {
}
#navbar .subitemtitle {
  text-transform:uppercase;
  display:block;
  padding: 10px 0 12px 18px;
  clear:both;
}
#navbar .subitemLink {
  display: block;
  clear:both;
  font-weight: normal;
  padding: 3px 0 2px 18px;
  white-space: nowrap;
  width: 1em;
  text-decoration: none;
  z-index: 6001;
}
#navbar .highlightimage {
  padding: 3px 0 2px 20px;
}
#navbar.fixed {
  background: url("nav-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  display: block;
  left: 0;
  max-height: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#navbar.fixed .nav {
  
}
#navbar.fixed .subnav {
  width:100%;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 2px 12px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 2px 12px;
  box-shadow: rgba(0,0,0,0.3) 0 2px 12px;
}

#content {
  padding-bottom:10px;
}

#content .breadcrumbs {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 15px 0 5px;
}
#content .breadcrumbs .first {
  font-weight:700;
}
#content .breadcrumbs .active {
  color:#f15530;
}

#content h1 {
  font-size:28px;
  margin-bottom:15px;
}

#content h2 {
  font-size:20px;
  margin-bottom:10px;
  margin-top: 10px;
}

#content .breadcrumbs a {
  display:inline-block;
  padding-right:5px;
  text-decoration:none;
}
#content .breadcrumbs a:hover {
  text-decoration:underline;
}

#content .breadcrumbs a.arrow {
  background:url('breadcrumb-arrow.png') no-repeat 0 50%;
  padding-left:10px;
}

#content .content-left {
  float: left;
  margin-right: 22px;
  width: 236px;
}
#content .collection {
  float: left;
  margin-top: 20px;
  width: 732px;
}
#content .collection.pfix {
  float: none;
  margin: 0;
  width: 100%;
}
#content .collection h1 {
  color: #F2542F;
  font-size: 18px;
  text-transform: uppercase;
}

#footerContainer {
  background:#303030;
}
#footerContainer .wrapper {
  
}
#footerContainer .wrapper .tags.footer {
  margin-bottom:10px;
  margin-top:25px;
  clear:both;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom:1px solid {{ theme.line_color }};
border-top:1px solid {{ theme.line_color }};
}
#footerContainer .wrapper .tags.footer ul {
  padding-bottom:5px;
  float:left;
  width:116px;
  position:relative;
  z-index:1;
}
#footerContainer .wrapper .tags.footer ul li {
  min-height:18px;
  float:left;
  display:block;
  clear:both;
  margin-bottom:-20px;
  line-height:16px;
}
#footerContainer .wrapper .tags.footer ul li.under {
  margin-top:20px;
}
#footerContainer .wrapper .tags.footer a {
  text-decoration:none;
}
#footerContainer .wrapper .tags.footer a:hover {
  text-decoration:underline;
}
#footerContainer .wrapper .tags.footer a span {
  color:{{ theme.accent_color }};
}

#footerContainer h3 {
  font-weight:600;
}

.voetblok1 {
  margin-top: 21px;
  width: 296px;
  float: left;
  overflow:hidden;
}

.voetblok2 {
  margin-top: 21px;
  width: 296px;
  float: left;
  overflow:hidden;
  margin-left:26px;
}

.voetblok3 {
  margin-top: 21px;
  width: 296px;
  float: left;
  overflow:hidden;
  margin-left:26px;
}

.footer-header h3 {
  padding-bottom: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-content ul li a:hover {
  text-decoration:underline;
}
.copyright {
  border-top: 1px solid #7C7C7C;
  margin-top: 47px;
  padding-top: 8px;
}
.copyright a {
  color: #E6E6E6;
  text-decoration: none;
}
.copyright > span {
  color: #8D8D8D;
}

/*Blok My Account*/
.myaccount input {
  margin-bottom: .5em;
  margin-left: 0;
  width:215px;
  height:20px;
  border:none;
}
.button.reg-acc {
  display: inline-block;
  margin:  .3em 0;
}
.button.reg-acc.product {
  text-decoration:none;
  font-weight:normal;
  height:27px;
  padding-right:1em;
  width:auto;
}
.order {
  float: left;
}
.button.reg-acc.product:hover {
  text-decoration:underline;
}
.register { /*knop*/
  margin:  .3em 0;
}
.register:hover {
  text-decoration:underline;
}
/*Blok Nieuwsbrief*/
.block.footer a.button, .block.footer .button a {
  margin: 0;
}
.block.footer.news .newsletter .sub-news:hover {
  text-decoration:none;
}
a.button.sub-news {
  margin-top:10px;
}


.block.footer.news .newsletter {
  
}
.block.footer.news .newsletter .newsinput {
  margin-top:0px;
  height:20px;
  width:175px;
  border:none;
}
.block.footer.news .newsletter a.sub-news {
  line-height: 28px;
  text-align: center;
}
/*Linklijsten (Footer)*/
#footerContainer .block ul a {
  text-decoration: none;
}
#footerContainer .block ul a:hover {
  text-decoration: underline;
}

#footerContainer .merkContainer {
  background: no-repeat;
  height: 86px;
}
.merkContainer .linklijst.merken li {
  float: left;
  margin-right: 3px;
  display: inline-block;
}
#footerContainer .columns {
}


.columns .column1 {
  height: 205px;  
}

.columns .column2 {
  height: 192px; 
}

.columns .column3 {
  height: 177px; 
}

.columns .column1, .columns .column2, .columns .column3, .columns .column4 {
  color: #FFFFFF;
  float: left;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px !important;
  position: relative;
  width: 225px;
}
.linklijst.group > li {
  color: #8D8D8D;
  font-size: 12px;
}
.block.footer .button.sub-news {
  bottom: 0;
  position: absolute;
}
.columns .footer-header {
  border-bottom: 1px solid #7C7C7C;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0 5px;
  position: relative;
  width: 100%;
}
.columns .footer-header:before {
  background: none repeat scroll 0 0 #7C7C7C;
  bottom: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#footerContainer .block {
  margin-bottom: 20px;
}
#footerContainer ul{
  padding:0;
  margin:0;
  list-style-type: none;
}
#footerContainer .columns a {
  font-size: 12px;
}
.paymentMethods {
  
}
.paymentMethods > a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

#poweredby {
  padding: .6em 0;
  margin: 0 auto;
  clear:left;
  text-align: center;
  font-size: .85em;
  background-color:#303030!important;
}
#poweredby a {
  text-decoration:underline;
}
#poweredby a:hover {
  text-decoration:none;
}

#index {
  
}
#index h2 {
  background: url("titlelines.png") repeat-x scroll center 12px rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
}
#index #highlightedproducts {
  position:relative;
  margin-top:38px;
  border-bottom: 4px double #dfe0d8;
}
#index #highlightedproducts h2,#index #highlightedproducts .titlelines {
  margin-bottom:15px;
}
#index .titlelines {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 0 25px 0 0;
}

#index #textpage {
  padding-top:20px;
}
#index #textpage td {
  text-align: justify;
  vertical-align: top;
  width: 47%;
}
#index .wysiwyg h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#slider {
  height: 302px!important;
  width: 732px;
  float: left;
}
.widget {
  border: 1px solid #E0E1D9;
  float: left;
  margin-left: 26px;
  width: 224px;
  margin-top: 11px;
}

.uvp {
  text-decoration:none !important;
}
#product .productInfoHolder .productInfo .priceOld span {
  font-size:16px;
}
.productsGrid .product .info .price .uvp {
  float:right !important
}
.asterisk {
  text-decoration:none !important;
}
.productsGrid .product .info .price .asterisk {
  float:right !important;
}

.shipping-de {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 10px 0;
}
.shipping-de a:hover {
  color:{{ theme.accent_color }};
}

#tags {
  padding-bottom:20px;
  margin-bottom:5px;
}
.tags a {
  text-decoration:underline;
  padding-right:.3em;
}
.tags a:hover {
  text-decoration:none;
}

#formTags {
  margin-top:5px;
  padding-top:10px;
  border-top:1px dotted #808080;
}

#formTags input {
  width:150px;
}

#formTags .info {
  display:block;
  font-size:11px;
  margin-top:10px;
}

#formProductQuantity {
  text-align:center;
  width:50px;
}

#textpage {
  line-height:1.5;
  padding-bottom:20px;
}

.wysiwyg img.image {
  padding-left:20px;
}

.collectionContent {
  line-height:1.5;
  margin-bottom:20px;
}

.collectionContent p {
  margin:5px 0;
}

.noProductsFound {
  color:#c93000;
  font-size:20px;
  margin:50px 0 80px 0;
  text-align:center;
}

.widget-linklist.widget-productsfilter .productsFilters {
  padding-left: 0;
  padding-right: 0;
  margin-top:0px;
  height:auto;
  padding-bottom:0px;
}

.productsFilters {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 25px;
  position: relative;
}

.productsFilters input, .productsFilters select {
  border: 1px solid {{ theme.input_color | color_mix('#000000', 0.13) }} !important;
border:none;
font-size: 12px;
padding: 2px;
}
.sidebar-filter-slider {
  background: none repeat scroll 0 0 #F5F5F5;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 10px;
  box-shadow: 0 1px 1px #BBBBBB inset;
  float: left;
  padding: 1px 2px 0;
  width: 195px;
  margin-bottom:7px;
}
.sidebar-filter-range {
  font-size: 12px;
  width: 190px;
  margin-bottom:10px;
}
.sidebar-filter-range .min {
  float: left;
}
.sidebar-filter-range .max {
  float: right;
}
#collection-filter-price {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 4px;
  margin: 5px;
  position: relative;
  -webkit-box-shadow:  0 1px 1px #EEE inset;
  box-shadow:  0 1px 1px #EEE inset;
}
#collection-filter-price .ui-slider-range {
  background-color: #EA2E49;
  height:4px;
  position:absolute;
}
#collection-filter-price .ui-slider-handle {
  background-color:#EEE;
  border:1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display:block;
  margin:-9px 0 0 -9px;
  position:absolute;
  width:20px;
  height:20px;
  -webkit-box-shadow: 0 9px 8px #FFF inset, 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 8px #FFF inset, 0 2px 1px rgba(0, 0, 0, 0.1);
}
/*
#sliderMin, #sliderMax {
margin-top: 3px;
background-color:{{ theme.input_color }};
border-color:{{ theme.input_color | color_mix('#000000', 0.2) }};
color:{{ theme.input_text_color }};
padding-left: 0;
padding-right: 0;
text-align: center;
width: 35px;
}
#sliderMin {
margin-right:5px;
}
#sliderMax {
margin-left:5px;
}
.productsFilters .priceSlider {
float: left;
width: 150px;
margin: 5px 10px;
}
.productsFilters .priceSlider #sliderRange {
background-color:{{ theme.input_color | color_mix('#000000', 0.3) }};
border: 1px solid {{ theme.input_color | color_mix('#000000', 0.5) }} !important;
position: relative;
height: 10px;
margin-top:5px;
margin-left:-7px;
}
.productsFilters .priceSlider #sliderRange .ui-slider-range {
position: absolute;
height:  10px;
background-color:{{ theme.input_color }} !important;
}
.productsFilters .priceSlider #sliderRange .ui-slider-handle {
width: 18px;
height: 23px;
margin: -6px -5px 0;
position: absolute;
background:url('ui-slider.png') no-repeat;
}

.productsFilters .priceTo {
float: left;
margin-top:5px;
}*/
.productsFilters .sort {
  float: right;
  margin-left: 10px;
  margin-top:4px;
}
.productsFilters .mode {
  float: right;
  margin-left: 10px;
  margin-top:4px;
}
.productsFilters .limit {
  float: right;
  margin-top:4px;
}
.productsFilters input, select {
  padding: 0;
}

.productsList .product {
  height: 165px;
  border: 1px solid;
  -webkit-box-shadow:0 0 2px 1px {{ theme.product_border_color | color_mix('#FFFFFF', 0.4) }};
-moz-box-shadow:0 0 2px 1px {{ theme.product_border_color | color_mix('#FFFFFF', 0.4) }};
box-shadow:0 0 2px 1px {{ theme.product_border_color | color_mix('#FFFFFF', 0.4) }};
vertical-align: top;
text-align: left;
padding: 4px;
margin-bottom: 1em;
margin-top:1em;
clear: both;
width:730px;
position:relative;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.productsList .product .productImage {
  float: left;
  width: 165px;
  height: 160px;
  position: relative;
}

.productsList .product .info {
  float: left;
  width: 410px;
  height: 160px;
  padding-left: 20px;
}
.productsList .product .product-price-buttons {
  float: right;
  width: 120px;
  height: 165px;
  margin-right:5px;
}

.productsList .product .productprijs .pricePercentage {
  display:block;
  background-color:#fa5700;
  height:25px;
  width:90px;
  position:absolute;
  top:-10px;
  left:630px;
  color:#FFF;
  font-size:20px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  text-align:center;
  padding-top:4px;
  -webkit-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  -moz-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
}
.productsList .product .productprijs .pricePercentage:before {
  position: absolute;
  content: " ";
  top: 0;
  left: -10px;
  border-bottom: 10px solid #972200;
  border-left: 10px solid transparent;
}

.productsList .product h3 {
  width: 90%;
  overflow:hidden;
  margin-top:10px;
  font-weight:normal;
  font-size:16px;
  text-transform:uppercase;
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.productsList .productprijs {
  height: 81px;
  margin-top:27px;
}
.productsList .productprijs .content {
  height:81px;
  padding-top:20px;
  text-align:center;
  display:block;
}

.productsList .product .product-price-buttons .prijsvoor {
  font-size:25px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}
.productsList .product .product-price-buttons .prijsvan {
  font-size:13px;
  text-decoration:line-through;
  display:inline-block;
}
.productsList .product .product-price-buttons .prijsvan span {
  display:inline-block;
  text-decoration:none;
}
.productsList .product .productknoppen {
  margin-top:5px;
}
.productsList .product .productknoppen a.meerinfoknop,
.productsList .product .productknoppen a.addtocartbutton{
  float:left;
  {% if not theme.hide_gradients %}background:url('button-bg.png') repeat-x top left;{% endif %}
width:120px;
text-align:center;
padding:3px 0 3px 0;
font-size:13px;
}
.productsList .product .productknoppen a.addtocartbutton {
  color:#fff;
  margin-bottom:-5px;
}
.productsList .product .productknoppen a.meerinfoknop {
  background-color: #8FBC09;
  color:#000;
  margin-bottom:2px;
}

#highlightedproducts {
  
}
#highlightedproducts .productsGrid {
  
}
#highlightedproducts.categories {
  
}
#highlightedcategories {
  
}
#highlightedcategories .productsGrid {
  g
}
.productsGrid .product {
  background-color: rgba(0, 0, 0, 0) !important;
  display: inline-block;
  float: left;
  text-align: center;
}
.productsGrid .productborder {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-color: #DFE0D8 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
  width: 222px;
}
.productshadow {
  height:9px;
  display:block;
  clear:both;
  width:215px;
  background:url('shadow-product.png') center scroll transparent no-repeat;
  background-size:210px 9px;
}
.productout {
  display:inline-block;
  width:222px;
  margin-right:26px;
  margin-bottom:1.35em;
  position:relative;
}
.productout.hover {
  
}
.productout .product-buttons, .category .product-buttons {
  display:none;
}
.category.hover .product-buttons{
  background-color: rgba(0, 0, 0, 0.5);
  bottom:0;
  display: block;
  /* height: 100%; */
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;  
  cursor: pointer;
}
.productout.hover .product-buttons {
  bottom: 6px;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}



<!---
.productout.hover .product-buttons {
background-color: rgba(0, 0, 0, 0.5);
bottom: 6px;
display: block;
height: 98%;
left: 0;
position: absolute;
width: 100%;
z-index: 1;

/* Fallback for web browsers that don't support RGBa */
background-color: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background-color: rgba(0, 0, 0, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
/*background: transparent;*/
}
--->
.productout.hover .product-buttons-inner {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
}
a.empty-space {
  display: block !important;
  height: 390px !important;
  width: 100% !important;
  z-index:999999;
}

.productout.last {
  margin-right:0px;
}
.relatedProducts .productsGrid .product {
  margin-right:20px;
}
.productsGrid .product.last{
  margin-right:0;
}

.productsGrid .product img {
  margin:5px;
  text-align:center;
}

.productsGrid .product .info {
  border-top:1px solid #FFFFFF;
  padding:5px;
}

.productsGrid .product h3 {
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 18px;
  margin: 0;
  min-height: 50px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.productsGrid .product h3 a:hover {
  text-decoration:none;
}

.productsGrid .product .info .price {
  border-top: 1px solid #DFE0D8;
  display: block;
  height: 25px;
  line-height: 24px;
  padding-top: 30px;
}
.productsGrid .productout.hover .product .info .price {
    border-top: none;
  padding-top: 31px;
}

.productsGrid .product .info .price strong {
  font-size:22px;
  float:left;
  
}
.productsGrid .product .info .price.old strong {
  color: #706043;
  float: left;
  font-size: 22px;
  font-weight: 700;
  margin-right: 8px;
}
.productsGrid .product .info .price span {
  color: #ADADAD;
  float: left;
  font-size: 18px;
  margin-left: 5px;
  text-align: left;
  text-decoration: line-through;
}

.productsGrid .product .info .price.high.old strong {
  
  float:right;
}
.productsGrid .product .info .price.high.old span {
  
  float:left;
}
.productsGrid .product .info .price .pricePercentage {
  display:block;
  background-color:#fa5700;
  height:25px;
  width:90px;
  position:absolute;
  top:0px;
  left:30%;
  color:#FFF;
  font-size:20px;
  text-align:center;
  padding-top:4px;
  -webkit-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  -moz-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
}
.productsGrid .product .info .price .pricePercentage:before {
  position: absolute;
  content: " ";
  top: 0;
  left: -10px;
  border-bottom: 10px solid #972200;
  border-left: 10px solid transparent;
}

.productsGrid .product .productknoppen {
  margin-top:5px;
  margin-left:-2px;
}
.productsGrid .product .productknoppen a.meerinfoknop,
.productsGrid .product .productknoppen a.addtocartbutton{
  float:left;
  width:160px;
  {% if not theme.hide_gradients %}background:url('button-bg.png') repeat-x top left;{% endif %}
padding:3px 0 3px 0;
font-size:13px;
}
.productsGrid .product .productknoppen a.addtocartbutton {
  background-color: #AD0075;
  color:#fff;
  margin-bottom:-5px;
}
.productsGrid .product .productknoppen a.meerinfoknop {
  background-color: #8FBC09;
  color:#000;
  margin-bottom:2px;
}
#brand-title h1 {
  padding-bottom: 3px;
  border-bottom: 2px solid;
  margin-bottom: .8em;
}
.categoriesGrid .category {
  float: left;
  height: 222px;
  margin-bottom: 20px;
  margin-right: 31px;
  position: relative;
  width: 224px;
}
#index .categoriesGrid .category {
  margin-right: 31px;
}
#index .categoriesGrid .category.last {
  margin-right: 0px;
}
.categoriesGrid .category img {
  width:100%;
  margin-left:0px !important;
}

.categoriesGrid .category.last{
  margin-right:0;
}

.categoriesGrid.plusInfo .category {
  width:217px;
  border:1px solid;
}

.categoriesGrid.plusInfo .category img {
  margin-left:3px;
}

.categoriesGrid.plusInfo .category h3 {
  background-color:#808080;
  opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  display:block;
  margin-top:-4px;
  text-decoration:none;
  text-transform:uppercase;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:18px;
  padding:7px 0;
  text-align:center;
  position:absolute;
  width:100%;
  bottom:0px;
}

.pager {
  clear: both;
  margin: 5px 0 25px;
  padding: 5px 0;
}

.pager .info {
  float: left;
}

.pager ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}

.pager ul li {
  float:left;
  padding:5px 2px;
}

.pager ul li.prev {
  padding-right:8px;
  padding-left:8px;
}
.pager ul li.prev:hover {
  text-decoration:underline;
}

.pager ul li.next {
  
}
.pager ul li.next:hover {
  text-decoration:underline;
}

.pager ul li.number {
  padding:0 2px;
}

.pager ul li.number a {
  border:1px solid;
  display:block;
  padding:4px 7px;
}

.pager ul li.number.active {
  
}
.pager ul li.number:hover a {
  text-decoration:underline;
}

#product {
  margin: 0 0 30px;
}

#product .socials {
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 70%;
}

#product .socials .social {
  display: inline-block;
  float: right;
  position: relative;
}
#product .socials .social.twitter {
  margin-right:-20px;
}
#product .socials .social.addthis {
  padding-top:2px;
  margin-left:5px;
}
#product .socials .social.facebook {
}
#product .socials .social.google {
  margin-right:-30px;
}

#product .socials .social.pinterest {
}
#footerContainer .socials .social {
  width:33px;
  height:33px;
  float:left;
  margin-right:5px;
}

#product .productInfoHolder {
  
}
#product .productInfoHolder .shipping-de {
  width:auto;
  display:inline-block;
  float:none;
  font-size:13px;
  color:{{ theme.text_color }};
}

#product .productInfoHolder .images {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 480px;
}

#product .productInfoHolder .images .zoomPad {
  
}
#product .productInfoHolder .images .bigImage {
  border: 1px solid #D4CCC0 !important;
  float: left;
}
#product .productInfoHolder .images .pricePercentage {
  display:block;
  height:28px;
  width:95px;
  position:absolute;
  z-index:9997;
  top:-10px;
  left:35%;
  color:#FFF;
  font-size:22px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  text-align:center;
  padding-top:4px;
  -webkit-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  -moz-box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
  box-shadow:0 4px 5px -5px #000, -4px 0 5px -5px #000;
}
#product .productInfoHolder .images .pricePercentage:before {
  position: absolute;
  content: " ";
  top: 0;
  left: -10px;
  border-bottom: 10px solid #972200;
  border-left: 10px solid transparent;
}
#product .productInfoHolder .images .thumbs {
  padding: 15px 0;
  width: 100%;
}

#product .productInfoHolder .images .thumbs .thumb {
  background-color: #FFFFFF;
  border: 1px solid #D4CCC0 !important;
  float: left;
  margin: 0 12px 10px 0;
}

#product .productInfoHolder .images .thumbs .thumb.last {
  margin-right:0;
}

#product .productInfoHolder .userReviews h3 {
  font-size:14px;
  margin-bottom:10px;
}

#product .productInfoHolder .userReview {
  margin-bottom:5px;
}

#product .productInfoHolder .userReview .title {
  padding-left:7px;
}

#product .productInfoHolder .userReview .content {
  padding:7px;
}
.productInfoHolder .stars {
  float:right;
}
.productInfo .stars {
  float:left;
  width:100%;
  margin-bottom:10px;
}
.productInfoHolder .stars .stars_bg {
  background:url('stars.png?1') top left no-repeat;
  width:80px;
  height:16px;
}
.productInfoHolder .stars .stars_on {
  background:url('stars.png?1') bottom left no-repeat;
  height:16px;
}
#product .link {
  border-bottom: 1px solid #D4CCC0;
  float: left;
  width: 480px;
}
#product .productInfoHolder .productInfo {
  border-bottom: 1px solid #D4CCC0;
  float: left;
  padding-bottom: 10px;
  width: 480px;
}
#product .productInfoHolder .productInfo a.addtocartbutton {
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 0;
  text-align: center;
  text-transform: none;
  background-image: none!important;
}
#product .productInfoHolder .productInfo .brand {
  margin-bottom:20px;
}
#product .productInfoHolder .productInfo .brand .brandurl {
  text-decoration:underline;
}
#product .productInfoHolder .productInfo .brand .brandurl:hover {
  text-decoration:none;
}
#product .productInfoHolder .productInfo h1 {
  float: left;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
}
#product .productInfoHolder .title-wrapper {
  margin-top:25px;
}
#product .productInfoHolder .brand-img {
  float: left;
  width: 35%;
}

#product .productInfoHolder .productInfo .description {
  color: #303030;
  font-size: 12px;
  line-height: 14px;
}

#product .productInfoHolder .productInfo .productAttrs {
  font-size: 12px !important;
  line-height: 1.5;
  margin-top: 20px;
  padding-bottom: 10px;
  color: #303030;
}
#product .productInfoHolder .productInfo .productAttrs .code a {
  font-weight:bold;
}
.green {
  color:#0c9a1d;
}
.red {
  color:#f00;
}
#product_configure_form > div {
  margin-bottom: 10px;
}
.price-wrapper {
  line-height: 24px;
  margin-bottom: 25px;
}
#product .productInfoHolder .productInfo .priceOld {
  float: left;
  margin-right: 30px;
}
#product .productInfoHolder .productInfo .priceOld a {
  text-decoration:line-through;
  font-size:18px;
}
#product .productInfoHolder .productInfo .price {
  color: #726245;
  font-size: 30px;
  font-weight: 700;
  
}
#product .productInfoHolder .productInfo .price a {
  font-weight:normal;
  font-size:13px;
}

#product .productInfoHolder .productInfo .price .vat {
  font-size:13px;
  font-weight:normal;
  color:{{ theme.text_color }};
}

#product .productInfoHolder .productInfo .product-discounts {
  background-color:transparent !important;
  font-size:12px;
  margin-top:10px;
  padding:10px 10px 10px 5px;
  color:{{ theme.text_color }};
}

#product .productInfoHolder .productInfo .product-discounts ul {
  margin:0;
  padding-left:10px;
}

#product .productInfoHolder .productInfo .product-discounts ul li {
  line-height:18px;
}

#product .productInfoHolder .productInfo .variants {
  margin-bottom:20px;
}

#product .productInfoHolder .productInfo .variants select {
  max-width:310px;
  min-width:200px;
}

#product .productInfoHolder .productInfo .quantity {
  height: 40px;
  margin-bottom:15px;
  float: left;
  width: 71px;
  
}

#product .productInfoHolder .productInfo .quantity input {
  width: 40px;
  border: none;
  background: transparent;
  font-size: 16px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  padding: 8px 5px;
}
#product .productInfoHolder .productInfo .quantity .change {
  float: left;
  width: 20px;
  height: 40px;
}
#product .productInfoHolder .productInfo .quantity .change a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: -9999px;
  background: url(quantity.png) no-repeat;
}
#product .productInfoHolder .productInfo .quantity .change a.up {
  background-position: 0px 0px;
}
#product .productInfoHolder .productInfo .quantity .change a.down {
  background-position: 0px -20px;
}
#product .detailsHolder {
  float:left;
  width:380px;
}

#product .detailsHolder .blockHolder {
  padding-bottom:5px;
}
#product .detailsHolder .blockHolder .links li {
  margin-left:-10px;
}
#product .detailsHolder .blockHolder li:hover, #product .detailsHolder .blockHolder.first a:hover {
  text-decoration:underline;
}

#product .detailsHolder .blockHolder.first {
  border-top:1px solid #e5e5e5;
  padding-top:15px;
}

#product .detailsHolder .addReview {
  padding-left:10px;
}
#product .detailsHolder .addReview span.reviewScore {
  width:100%;
  display:block;
  margin-bottom:10px;
  /*border-bottom:1px dotted #808080;*/
}
#product .detailsHolder .addReview a:hover {
  text-decoration:underline;
}
.tabs, #index .tabs {
  height: 29px;
  border-bottom: 1px solid #dfe0d8;
  position: relative;
  z-index:1;
}
.tabs:before {
  border-top: 1px solid #DFE0D8;
  bottom: 0;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100%;
  z-index: -1;
}
.tabs ul, #index .tabs ul{
  float:left;
  height:29px;
  list-style-type:none;
  margin:0;
  padding:0;
}

.tabs ul li, #index .tabs ul li {
  background: none repeat scroll 0 0 #F2F2F2;
  float: left;
  margin-right: 5px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.tabs ul li a, #index .tabs ul li a{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DFE0D8;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: #ADADAD;
  display: block;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 0;
  padding-left: 2em !important;
  padding-right: 2em !important;
  padding-top: 0;
}
.tabs ul li.active, #index .tabs ul li.active {
  
  margin-top: 0px;
  background: #fff;
}
.tabs ul li.active a, #index .tabs ul li.active a {
  color: #706043;
  padding-bottom: 1px;
  font-weight: 700;
}
.tabs ul li a:hover, #index .tabs ul li a:hover {
  text-decoration:underline;
}

.tabsPages {
  border: 1px solid;
}
.tabsPages{
  border:0;
  
}
.tabsPages .page {
  display:none;
  height:auto;
  overflow:hidden;
  padding: 10px 10px 10px 0px;
}
.tabsPages .page{
  display: none;
  margin:20px 0;
}
.tabsPages .page.active, #index .tabsPages .page.active{
  display:block;
}
/******* tabs **************/
#index .productout {
  margin-bottom: 30px;
  margin-right: 31px;
  padding: 0;
  position: relative;
  width: 224px;
}
#index .productsGrid .productborder {
  background-color:#fff!important;
  width: 222px;
  height:369px;
}
#index .productsGrid .product {
  background-color: #FFFFFF;
  margin: 0;
  width: 222px;
}
#index .productsGrid .product h3 {
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 18px;
  margin: 0;
  min-height: 50px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  padding-bottom:20px;
}
#index .productout.last {
  margin-right: 0;
}
#product .link {
  border-bottom: 1px solid #D4CCC0;
  float: left;
  padding: 10px 0;
  width: 480px;
}
#product .links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#product .links a{
  font-size:12px;
}

#product .relatedProducts {
  margin-top:20px;
  position:relative;
}
#product .relatedProducts  h2 {
  background: url("titlelines.png") repeat-x scroll center 12px rgba(0, 0, 0, 0);
  color: #F2542F;
  display: block;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
}
#product .relatedProducts .productout {
  margin-right: 31px;
}
#product .relatedProducts .productout.last {
  margin-right: 0;
}
#messages {
  margin-top:-30px;
  padding-bottom:25px;
  font-size:12px;
  line-height:16px;
}
#messages ul {
  list-style-type:none;
  padding:5px 5px 5px 26px;
  border:1px solid #3B5998;
  color:#3B5998;
  text-shadow:0 1px #FFF;
  background:url(icon-message-info.png) 5px 5px no-repeat #ECEFF5;
  margin-bottom:10px;
}
#messages ul.success {
  border-color:#609946;
  color:#609946;
  background:url(icon-message-success.png) 5px 5px no-repeat #EFF5ED;
}
#messages ul.error {
  border-color:#DD3C10;
  color:#DD3C10;
  background:url(icon-message-error.png) 5px 5px no-repeat #FCECE8;
}





/* [START] product-configure */

#productoptions .product-configure label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 3px;
  margin-right: 25px;
}

#productoptions .product-configure input {
  margin:0;
}

#productoptions .product-configure select {
  margin: 0;
  padding: 5px;
  width: 300px;
}

#productoptions .product-configure select[multiple] {
  height:60px;
}

#productoptions .product-configure input[type=text] {
  width:289px;
}

#productoptions .product-configure textarea{
  padding:4px 4px 4px 5px;
  width:289px;
  height:60px;
}

#productoptions .product-configure .product-configure-custom-option-item {
}

#productoptions .product-configure .product-configure-custom-option-item input {
  float:left;
  margin:3px 0 0 0;
  padding:0;
  width:13px;
  height:13px;
}

#productoptions .product-configure .product-configure-custom-option-item label {
  display:block;
  font-style:italic;
  font-weight:normal;
  line-height:20px;
  margin-left:18px;
}

#productoptions .product-configure-custom-option-date,
#productoptions .product-configure-custom-option-time {
}

#productoptions .product-configure .product-configure-custom-option-date select,
#productoptions .product-configure .product-configure-custom-option-time select {
  margin:0 0 8px 0;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-day,
#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-time-hour,
#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
  width:auto;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-month {
  width:auto;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-year {
  width:auto;
}

#productoptions .product-configure .product-configure-variants,
#productoptions .product-configure .product-configure-options-option,
#productoptions .product-configure .product-configure-custom-option {
  padding-bottom:15px;
}

#productoptions .product-configure .product-configure-clear {
}
/* [END] product-configure */

.custom-filters {
  line-height:1.4;
  margin-bottom:5px;
}

.custom-filters .custom-filter {
  float: left;
  margin: 0 5px 8px 0;
  width: 150px;
}

.custom-filters .custom-filter.last {
  margin-right: 0;
}

.custom-filters .custom-filter table {
  border-collapse:collapse;
  border-spacing:0;
  margin-top:2px;
}

.custom-filters .custom-filter td {
  padding:1px 0;
}

.custom-filters .custom-filter input {
  border: 0;
  margin-right: 5px;
  padding: 0;
  width: 13px;
  height: 13px;
}

.custom-filters .custom-filter label {
  cursor: pointer;
}

.widget-linklist {
  margin-bottom: 10px;
  
}
.widget-linklist .newsletter .sub-news:hover {
  text-decoration:none;
}
.widget-linklist .widget-header {
  height: 30px;
}
.widget-linklist .widget-header h3 {
  color: #E6E2DB;
  font-size: 18px;
  font-weight: 700;
  padding-top: 3px;
  text-transform: uppercase;
}
.widget-linklist.widget-cat .widget-header h3 {
  vertical-align: middle;
}
.box_hallmarks {
  clear:both;
  width:190px;
}
.widget-linklist .widget-content {
  padding:  10px 0 10px 0;
}
.widget-linklist .widget-header a {
  text-decoration: none;
}
.widget-linklist .widget-content a {
  text-decoration: none;
}
.widget-linklist .widget-content a:hover {
  text-decoration:underline;
}
.widget-linklist.widget-cat .widget-content a:hover {
  text-decoration:underline;
}
.widget-linklist.widget-cat .widget-content {
  padding-left: 0px;
}
.widget-linklist .widget-content ul.linklijst {
  margin-top:0px;
}
.widget-linklist .widget-content ul.linklijst li {
  list-style-type:none;
  margin-left:-40px;
}
.widget-cat {
  border: 1px solid #E6E2DB;
  overflow: hidden;
  padding: 20px;
}
.widget-cat ul {
  margin-left: 0;
  margin-top:-1px;
  margin-bottom:-1px;
}
.widget-cat ul li {
  list-style-type: none;
  margin-left:-40px;
}
.widget-cat ul a {
  color: #838383;
  display: block;
  font-weight: 400;
  padding: 4px 0 4px 2px;
}
.widget-cat ul li.active {
  
}

/*sublevel 2*/
.widget-cat ul ul {
  margin-left: 0;
}
.widget-cat ul ul li {
  padding-left: 6px;
  margin-left: -30px;
  font-weight:normal;
}
.widget-cat ul ul a {
  text-transform: capitalize;
}
.category.active a.active {
  color: #303030;
  text-decoration: underline;
}
.category a.first {
  color: #303030;
  text-decoration: none;
}
.widget-productsfilter .widget-header > h3 {
  color: #303030;
}
.widget-cat ul ul li.active a {
  background-image: none;
  color: #FF0000;
  font-weight: 400;
  text-decoration: underline;
}
/* eind */

/*sublevel 3*/
.widget-cat ul ul ul {
  margin-left:-10px;
}
.widget-cat ul ul ul li {
  padding-left:6px;
  margin-left:-40px;
}
.widget-cat ul ul ul li.active a {
  color:#000;
}
/* eind */

/*sublevel 4*/
.widget-cat ul ul ul ul {
  margin-left:-25px;
}
.widget-cat ul ul ul ul li {
  padding-left:6px;
  margin-left:-40px;
}
.widget-cat ul ul ul ul li.active a {
  color:{{ theme.title_color }};
}
/* eind */

/*sublevel 5*/
.widget-cat ul ul ul ul ul {
  margin-left:-25px;
}
.widget-cat ul ul ul ul ul li {
  padding-left:6px;
  margin-left:-40px;
}
.widget-cat ul ul ul ul ul li.active a {
  color:#000;
}
/* eind */
.category_count {
  font-size: .8em;
}

.widget-tags ul li a{
  background-color:#FFFFFF;
}

.widget-linklist .widget-banner {
  width:190px;
  float:left;
  margin-bottom:20px;
  clear:both;
}
.recentGrid {
  clear:both;
  width:190px;
  height:51px;
}
.recentGrid a {
  overflow:hidden;
  margin:0;
  float:left;
  width:150px;
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.recentGrid a.recentImg {
  float:left;
  display:block;
  width:36px;
  margin-right:4px;
  height:36px;
}
.recentGrid a span {
  text-decoration:line-through;
}
.recentGrid a:hover {
  text-decoration:none !important;
}


/* Tijdelijk! */
#brandsContainer {
  display:none;
}
.container {
  margin-bottom: 50px;
}
/* Tijdelijk! */


#brandsContainer .brands {
  margin: 25px 0;
}
#brandsContainer .brands h2 {
  background: url("titlelines.png") repeat-x scroll center 12px rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
}
#brandsContainer .brandsGrid {
  padding: 10px 0;
  
}
#brandsContainer .brandsGrid > img {
  padding: 5px;
  display: inline-block;
}

.triangle {
  background-image: url("sprite.png");
  background-position: 1px -77px;
  height: 65px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 65px;
  z-index: 999;
}
.productsGrid .productout .pricePercentage {
  color: #FFFFFF;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 999;
}
.productsGrid .productout .pricePercentage span{
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  height: 100%;
  padding-top: 4px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
  font-weight:700;
}

.reviewclass {
  float: left;
  margin-left: 30px;
}
.product .mask {
  bottom:8px;
}

.product .mask {
  background: url("triangle-box-groot1.png") no-repeat scroll 0 0 transparent;
  height: 237px;/* 277px */
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  width: 184px;
  position:absolute;
  z-index:101;
  top:0 !important;/*10px*/
  right:0px;
}
.product .mask span{
  /*  background: url("addtocart.png") no-repeat scroll 9px 53px transparent; */
  color: #FFFFFF;
  display: block;
  font-family:"MetaProNormal", DIN;
  font-size: 30px;
  height: 100%;
  width: 100%;
}
.product:hover .mask {
  -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  opacity:1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}

.blinks {
  float:left;
}
.brechts {
  float:right;
}
.banner2 {
  width:240px;
  margin:auto;
}
#featurelist {
  margin:0px;
  padding:0px;
}
#Container_jbeeb_10 {
  background:#333;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%) !important;
  background-attachment: initial;
  background-origin: initial;
  background-clip: padding-box;
}
#Container_jbeeb_6 {
  background:#333;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%) !important;
  background-attachment: initial;
  background-origin: initial;
  background-clip: padding-box;
}
#Container_jbeeb_14 {
  background:#333;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%) !important;
  background-attachment: initial;
  background-origin: initial;
  background-clip: padding-box;
}
#Container_jbeeb_18 {
  background:#333;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(104, 104, 104) 50%, rgb(0, 0, 0) 50%, rgb(83, 80, 80) 100%) !important;
  background-attachment: initial;
  background-origin: initial;
  background-clip: padding-box;
}

<! actie timer --->
.product1, .products.products-grid .product1 {
  float: left;
  margin-right: 12px;
  position: relative;
  background: #FFF;
  padding: 21.75px;
  border: 1px solid lightgray;
  margin-bottom: 15px;
}
#featurelist {
  list-style-type:none;
}
.feature .product1 {
  margin-right: 0px !important;
  padding: 12px !important;
  padding-top: 0px !important;
  height: 290px !important;
  float: right !important;
  width: 213px;
  right: 1px;
  padding-bottom: 11px;
  text-align: center;
}
.feature .product1 h3 {
  text-align: center;
}
.feature .product1 .mask {
  background: url("triangle-box-groot1.png") no-repeat scroll 0 0 transparent;
  height: 290px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
  width: 238px;
  position: absolute;
  z-index: 101;
  top: 0 !important;
  right: 0px;
}
.timer1 {
  width: 223px;
  position: relative;
  right: 10px;
  bottom: 57px;
  margin-bottom:-68px;
  float:right;
}
.product1 .mask span {
  /* background: url("addtocart.png") no-repeat scroll 9px 53px transparent; */
  color: #FFFFFF;
  display: block;
  font-family: "MetaProNormal", DIN;
  font-size: 30px;
  height: 100%;
  width: 100%;
}
.product1 p.price.price-offer {
  background-color: #F09B08;
  color: #FFFFFF;
}
.product1 p.price.price-offer {
  background-color: #EA2E49;
}

.products.products-horizontal .product1 p.price {
  top: 55px;
  right: -15px;
}
.products.products-horizontal .product1 p.price {
  display: block;
  height: 80px;
  width: 80px;
  padding-top: 20px;
  position: absolute;
  background-color: #f45223 !important;
  border-radius: 66px 66px 66px 66px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 3px;
}
.product1 p.price .border {
  border: 1px solid white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px 50px 50px 50px;
  height: 61px;
  padding-top: 17px;
}
.product1 p.price span {
  display: block;
  height: 20px;
}
.price-old {
  text-decoration:line-through;
  font-size:18px;
}
.product1 p.price .border {
  border: none !important;
  padding-top: 15px;
  transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -webkit-transform: rotate(17deg);
}
.product1 {
  float: left;
  margin-right: 12px;
  position: relative;
  background: #FFF;
  padding: 21.75px;
  border: 1px solid lightgray;
  margin-bottom: 15px;
}
.products.products-horizontal {
  width: 240px;
  height:312px;
  float:right;
  margin-top: -11px;
}
.product1 {
  float: left;
  background: #FFF;
  padding: 21.75px;
  border: 1px solid lightgray;
}
.feature .product1.hover {
  margin-right: 0px !important;
  border: 1px solid grey !important;
  padding: 12px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-left: 3px;
}
.product1 {
  float: left;
  margin-right: 12px;
  position: relative;
  background: #FFF;
  padding: 21.75px;
  border: 1px solid lightgray;
  margin-bottom: 15px;
}
.banner1 {
  bottom: -10px;
  position: relative;
  margin-top:5px;
}
.banner {
  margin-top: 20px;
  margin-bottom: 88px;
}

<!--- eind actie timer --->