html {
    background-color:#fff;
}

/* body {
    background-image:url('background.png?20190204122807');
    color:#333;
    font-family:Arial,Helvetica,Lucinda Grande;
    font-size:12px;
    margin:0;
    padding:0;
} */

body {
    background-color:#ffffff;
    background-image:url('background.png?20190204122807');
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100%;
    color:#333;
    font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    /*font-size:12px;*/
    margin:0;
    padding:0;
}

#container {
  width:980px;
  background-color:#ffffff;
  font-size: 1.3em;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0 -10px 5px #666;
  -webkit-box-shadow: 0 -10px 5px #666;
  box-shadow: 0 -10px 5px #666;
  margin-bottom: 2em;
}
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;
}

a {
    color:#333;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

label {
    font-weight:bold;
}

.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;
    width:940px;
  position:relative;
}*/
.wrapper {
  margin: 0 auto;
  width: 940px;
  position: relative;
}
#headerContainer .wrapper {
  width: 980px;
  background:url('header-bg.png?20190204122807') no-repeat center;
}

.button {
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    line-height:30px;
    outline:none;
    padding:0 15px;
    text-decoration:none;
    text-transform:uppercase;
}

.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;
}

#navbarContainer {
  padding: 10px 20px 10px 20px;
  z-index: 9999;
  margin-bottom:-20px;
  margin-top:-11px;
}
#navbarContainer .wrapper {
  z-index: 9998;
}

.simpleBlock {
    background-color:#fff;
    border:1px solid #808080;
    border-top-color:#808080;
    border-bottom-color:#808080;
    width:230px;
    height:75px;
    position:absolute;
    margin-top:12px;
    margin-left:-251px;
    font-size:11px;
}
.simpleBlock h3 {
    border-bottom:1px solid #e6e6e6;
    display:block;
    font-weight:bold;
    font-size:14px;
    padding:7px 0 7px 10px;
    margin-top:-7px;
    height: 16px;
}

.simpleBlock .blockContent {
    padding:10px;
    height: 40px;
}
.simpleBlock .viewcartbutton {
  text-decoration: none;
  float:right;
  margin-left:10px;
  padding-right:5px;
  padding-left:5px;
}
.simpleBlock .viewcartbutton:hover {
  text-decoration: none;
}.links ul.topmenu {
  float: right;
  /*position: absolute;*/
  margin-top: 45px;
  margin-right: -251px;
  /*margin-left: -24px;*/
}

#header {
    background:url('header.png?20190204122807') no-repeat center left;
    height:130px;
}

#header h1 {
    float:left;
}

#header h1 a {
    display:block;
    text-indent:-9999px;
    width:200px;
    height:130px;
}
.cart {
  float:right;
}
#header .cartContainer {
    float:right;
    width:500px;
}

#header .cartContainer .languages {
    padding:7px 0;
}

#header .cartContainer .languages .flag {
    background-image:url(flags.png?20190204122807);
    background-repeat:no-repeat;
    display:block;
    float:right;
    margin-left:5px;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:11px;
}

#header .cartContainer .languages .flag.nl { background-position:0 -11px; }
#header .cartContainer .languages .flag.de { background-position:0 -22px; }
#header .cartContainer .languages .flag.en { background-position:0 -33px; }
#header .cartContainer .languages .flag.fr { background-position:0 -44px; }
#header .cartContainer .languages .flag.es { background-position:0 -55px; }
#header .cartContainer .languages .flag.it { background-position:0 -66px; }
#header .cartContainer .languages .flag.el { background-position:0 -77px; }
#header .cartContainer .languages .flag.tr { background-position:0 -88px; }
#header .cartContainer .languages .flag.pt { background-position:0 -99px; }
#header .cartContainer .languages .flag.pl { background-position:0 -110px; }
#header .cartContainer .languages .flag.sv { background-position:0 -121px; }
#header .cartContainer .languages .flag.ru { background-position:0 -132px; }
#header .cartContainer .languages .flag.da { background-position:0 -143px; }
#header .cartContainer .languages .flag.no { background-position:0 -154px; }

#header .cartContainer .languages .curr {
    float:right;
    line-height:16px;
    margin:-2px 10px 0 0;
}

#header .cartContainer .languages .curr a {
    color:#333333;
    text-decoration:none;
}

#header .cartContainer .languages .curr a:hover {
    text-decoration:underline;
}

#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 {
    /*background: url("bg-zoekveld.gif") no-repeat scroll 0 0 transparent;*/
    font-size: 14px;
  /*width original: 160px*/
    width: 275px;
    margin: 0 auto;
  margin-left: -10px;
}
.formSearch .inputContainer {
    border: none;
    height: 25px;
    padding: 0 5px;
    position: relative;
    width: 195px;
}
.formSearch .inputContainer input {
  border: 1px solid #e6e6e6;
  height: 13px;
  width: 230px;
  font-size: .8em;
  line-height: 16px;
  outline: medium none;
  padding: 4px 0;
  position: absolute;
  margin-top: -1px;
  margin-left: 5px;
  top: 2px;
}
.formSearch .inputContainer span {
    background: url("picto-zoeken-go.gif?20190204122807") no-repeat scroll right center transparent;
    cursor: pointer;
    display: block;
    height: 19px;
    position: absolute;
  padding-top:2px;
  margin-right: -32px;
  margin-top: 2px;
    right: 2px;
    top: 0;
    width: 16px;
}
.searchblok {
  float: right;
  padding: 5px 20px 0;
  /*margin-right: 21px;*/
  margin-top: 88px;
  margin-left:709px;
  width: 230px;
  position:absolute;
}
.searchinner {
  height: 30px;
  margin-top:2px;
  /*overflow: hidden;*/
}

#navbar {
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 193;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 4px #666;
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
}
#navbar .nav {
    display: block;
    float: left;
    vertical-align: middle;
    list-style-type: none;
    z-index: 192;
  height: 30px;
  margin-left:-40px;
}
#navbar .item.first {
  border-left: 0 none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  vertical-align: middle;
  height: 30px;
  background:url('home2.png?20190204122807') no-repeat center;
  margin-left: 7px;
  margin-right: 7px;
}
#navbar .item.first:hover {
  background:url('home3.png?20190204122807') no-repeat center;
}
#navbar .item {
  margin-top:-14px;
  top:0px;
    float: left;
  vertical-align: middle;
  background: url(sep-mainmenu.gif?20190204122807) left 50% no-repeat;
    z-index: 191;
  height: 30px;
}
#navbar a.itemLink {
/*    color: #fffdc9;*/
    padding: 6px 10px;
    display: block;
    font-size: 11px;
    vertical-align: middle;
    padding-top:7px;
    padding-bottom:6px;
    text-decoration: none;
    z-index: 190;
    text-transform: uppercase;
}
#navbar a.itemLink2 {
/*    color: #fffdc9;*/
    padding: 6px 10px;
    display: block;
    font-size: 11px;
    vertical-align: middle;
    padding-top:7px;
    padding-bottom:6px;
    text-decoration: none;
    z-index: 190;
    text-transform: uppercase;
}#navbar .inner {
  width: 100%;
  float: left;
  top:0px;
}
#navbar .subnav {
  border: none;
  top:32px;
  display: none;
  font-size:13px;
  list-style-type: none;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  left: 0px;
  padding: 0;
  margin-top:-2px;
  opacity: 0.9;
  position: absolute;
  z-index: 6000;
}
#navbar .col_1 {
  float: left;
  margin-bottom: 10px;
}
#navbar .col_2 {
  float: left;
  margin-left: 142px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 2px groove rgba(10, 10, 10, 0.2);
}
#navbar .col_2 .subitemtitle {
  padding: 2px 0 12px 18px;
}
#navbar .col_3 {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 2px groove rgba(10, 10, 10, 0.2);
}
#navbar .col_3 .subitemtitle {
  padding: 2px 0 12px 18px;
  width: 210px;
}
#navbar .subitemtitle {
  font-weight: bold;
  padding: 10px 0 12px 18px;
}
#navbar .subitemLink {
  display: block;
  font-weight: normal;
  padding: 3px 0 2px 18px;
  white-space: nowrap;
  width: 1em;
  /*border-bottom: 1px solid #7b7253;*/
  text-decoration: none;
  z-index: 6001;
}
#navbar .highlightimage {
  /*background-image:url('highlight.png');*/
  padding: 3px 0 2px 10px;
}
/*------------------------------------------------------------------------------------------*/

#content {
    padding-bottom:10px;
}

#content .breadcrumbs {
    margin-top:-35px;
    padding:15px 0 20px 0;
    float:left;
    font-size:12px;
}

#content h1 {
    font-size:28px;
    margin-bottom:15px;
}

#content h2 {
    font-size:20px;
    margin-bottom:10px;
}

#content .breadcrumbs a {
    display:inline-block;
    padding-right:5px;
    text-decoration:underline;
}
#content .breadcrumbs a:hover {
  text-decoration:none;
}

#content .breadcrumbs a.arrow {
    background:url('breadcrumb-arrow.png?20190204122807') no-repeat 0 50%;
    padding-left:10px;
}

#content .content-left {
  width:200px;
  float:left;
  margin-top:-15px;
}
#content .collection {
  width:740px;
  float:left;
}
#content .collection h1 {
  font-weight:bold;
  font-size:20px;
  margin-bottom:-5px;
}

#footerContainer .wrapper {
  width: 940px;
  top:0px;
}
#footerContainer ul li {
  list-style-type:none;
  margin-left:-40px;
}
#footerContainer h3 {
  font-weight:100;
}

.voetblok1 {
  margin-top: 21px;
  margin-bottom: 21px;
  width: 296px;
  height: 122px;
  /*background-image:url('like-and-win.jpg?20190204122807?7');*/
  float: left;
  -moz-border-radius:10px;
  border-radius:10px;
  overflow:hidden;
}

.voetblok2 {
  margin-top: 21px;
  margin-bottom: 21px;
  width: 296px;
  height: 122px;
  margin-left: 25px;
  /*background-image:url('aanbieding.jpg?20190204122807?12');*/
  float: left;
  position: relative;
  border-radius:10px;
  -moz-border-radius:10px;
  overflow:hidden;
}

#footerContainer .newsletterblok {
  padding-top: 110px;
  position: absolute;
  left: 330px;
  top: 82px;
}
#footerContainer .innernewsletter {
  overflow:hidden;
}
#footerContainer input {
  padding:2px 4px 2px 5px;
  float:left;
}
#footerContainer .newsletterbutton {
  /*display:inline-block;
  text-align:center;
  padding-top: 1px;
  width: 80px;
  height: 20.5px;
  text-decoration: none;
  text-transform: uppercase;*/
  display:inline-block;
    font-size:11px;
  float:right;
  position:absolute;
  margin-left:5px;
    line-height:23px;
    outline:none;
    padding:0 8px;
    text-decoration:none;
    text-transform:uppercase;
}

.voetblok3 {
  float: right;
  border-radius:10px;
  -moz-border-radius:10px;
  overflow:hidden;
  width: 296px;
  height: 122px;
  top:132px;
  margin-left: 314px;
  /*margin-bottom: 18px;*/
  margin-top: -113px;
  /*padding-top: 1px;*/
  position:absolute;
}

.footer-header h3 {
  padding-bottom: 3px;
  border-bottom: 2px solid;
  margin-bottom: .4em;
}

.brandsbar_logo_1 {
  padding-left: 30px;
  padding-top: 30px;
}
.brandsbar_logo_2 {
  padding-left: 70px;
  padding-top: 25px;
}
.brandsbar_logo_3 {
  padding-left: 70px;
  padding-top: 20px;
}
.brandsbar_logo_4 {
  padding-left: 70px;
  padding-top: 30px;
}
.brandsbar_logo_5 {
  padding-left: 70px;
  padding-top: 20px;
}
.brandsbar_logo_6 {
  padding-left: 70px;
  padding-top: 23px;
}
.brandsbar_logo_7 {
  padding-left: 70px;
  padding-top: 30px;
}

/*Blok My Account*/
.myaccount input {
  margin-bottom: .5em;
  margin-left: 0;  
}
.button.reg-acc {
  display: inline-block;
  margin:  .3em 0;
}
.button.reg-acc.product {
  background-color:#eee;
  text-decoration:none;
  font-weight:normal;
  padding-right:1em;
  width:auto;
}
.button.reg-acc.product:hover {
  background-color:#808080;
}
.register { /*knop*/
  margin:  .3em 0;
}
.register:hover {
  text-decoration:underline;
}
/*Blok Nieuwsbrief*/
.block.footer a.button, .block.footer .button a {
  padding: 2px 10px;
}
/*Linklijsten (Footer)*/
#footerContainer .block ul a {
/*  color: #9a958a;*/
  text-decoration: none;
}
#footerContainer .block ul a:hover {
/*  color: #332621;*/
  text-decoration: underline;
}

#footerContainer .merkContainer {
  background: /*#8FBC09*/ #808080 no-repeat;
  -moz-box-shadow: 0 2px 4px #000;
  -webkit-box-shadow: 0 2px 4px #000;
  box-shadow:  0 2px 4px #000;
  height: 80px;

}
.merkContainer .linklijst.merken li {
  float: left;
  margin-right: 3px;
  display: inline-block;
/*   margin-top: 10px;*/

}

#footerContainer .column1 {
  width:  200px;
  min-height: 220px;
  float: left;
  clear:left;
  border-right: 1px dashed #dad9d0;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 1em;
}
#footerContainer .column2 {
  width:  200px;
  min-height: 220px;
  float: left;
  border-right: 1px dashed #dad9d0;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 1em;
}
#footerContainer .column3 {
  width:  200px;
  min-height: 220px;
  float: left;
  border-right: 1px dashed #dad9d0;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 1em;
}
#footerContainer .column4 {
  width:  200px;
  min-height: 220px;
  float: left;
  padding: 0 10px;
  margin-top: 1em;
}
#footerContainer .block {
  margin-bottom: 20px;
}

#poweredby {
  width: 940px;
  padding: .6em 0;
  margin: 0 auto;
  clear:left;
  text-align: center;
  font-size: .85em;
}
#poweredby a {
  text-decoration:underline;
}
#poweredby a:hover {
  text-decoration:none;
}

#index {
    padding-top:20px;
}

#index #textpage {
    padding-top:20px; 
}

#slider {
    height:340px;
    width:940px;
}

#tags {
    padding-bottom:20px;
}
.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;
  background-color:#fff !important;
}

.productsFilters {
  margin: 3px 0 10px 0;
  padding: 0px 6px;
  background-color:#808080 !important;
  height:31px;
}

.productsFilters input, .productsFilters select {
  border: 1px solid #DDD !important;
  font-size: 12px;
  padding: 2px;
}
.productsFilters .priceFrom {
float: left;
  margin-top:5px;
}

#sliderMin, #sliderMax {
margin-top: 3px;
padding-left: 0;
padding-right: 0;
text-align: center;
width: 35px;
}
.productsFilters .priceSlider {
float: left;
width: 150px;
margin: 5px 10px;
}
.productsFilters .priceSlider #sliderRange {
/*  background-color: #f2f1ec;*/
  border: 1px solid #999290;
  position: relative;
  height: 10px;
  margin-top:5px;
  margin-left:-7px;
}
.productsFilters .priceSlider #sliderRange .ui-slider-range {
  position: absolute;
/*  background-color: #c4c1c1;*/
  height:  10px;
  background-color:#fff !important;
}
.productsFilters .priceSlider #sliderRange .ui-slider-handle {
/*  background-color: #8e8888;*/
 /* border: 1px solid #DDD;*/
  border:none;
  width: 6px;
  height: 16px;
  margin: -4px 0 0;
  position: absolute;
  border-radius: 7px 7px 7px 7px;
  background-color:#000 !important;
}

.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;
  vertical-align: top;
  text-align: left;
  padding: 4px;
  margin-bottom: .4em;
  clear: both;
  width:730px;
}
.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;
}

.productsList .product h3 {
  width: 90%;
  border-bottom:1px solid;
  padding-top: .4em;
  margin-bottom: .5em;
}
.productsList .productprijs {
  height: 86px;
  text-align: center;
  padding-top: 15px;
  background-color:#ddd;
}
.productsList .productprijs .content {
  margin: 15px auto;
}

.productsList .product .product-price-buttons .prijsvoor {
    font-size:16px;
    horizontal-align:middle;
    font-weight:bold;
}
.productsList .product .product-price-buttons .prijsvan {
    font-size:12px;
    text-decoration:line-through;
    display:block;
    horizontal-align:middle;
}
.productsList .product .productknoppen {
  margin-top:5px;
}
.productsList .product .productknoppen a.meerinfoknop,
.productsList .product .productknoppen a.addtocartbutton{
  float:left;
  width:120px;
  text-align:center;
  padding:3px 0 3px 0;
  font-size:13px;
}
.productsList .product .productknoppen a.addtocartbutton {
  background-color: #AD0075;
  color:#fff;
  margin-bottom:-5px;
}
.productsList .product .productknoppen a.meerinfoknop {
  background-color: #8FBC09;
  color:#000;
  margin-bottom:2px;
}

#highlightedproducts {
  margin-top:-35px;
}
#highlightedproducts hr {
  margin-top:-1em;
  margin-bottom:15px;
  background-color:#8FBC09;
  border:1px solid #8FBC09;
}
#highlightedproducts .productsGrid {
  margin-top:-10px;
}
.productsGrid .product {
  border: 1px solid #e5e5e5;
  background-color:#fff;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 22px;
  margin-top: 6px;
  vertical-align: top;
  width: 168px;
  text-align: center;
  float: left;
}
.relatedProducts .productsGrid .product {
  margin-right:20px;
}
.productsGrid .product.last{
    margin-right:0;
}

.productsGrid .product img {
    margin:5px;
    text-align:center;
    padding-bottom:15px;
    border-bottom: 1px solid #F4F4F4;
}

.productsGrid .product .info {
    border-top:1px solid #FFFFFF;
    padding:5px;
}

.productsGrid .product h3 {
    display:block;
    font-size:13px;
    font-weight:100;
    height:36px;
    line-height:18px;
    overflow:hidden;
    margin:5px 0;
    text-align:center;
}
.productsGrid .product h3 a:hover {
  text-decoration:none;
}

.productsGrid .product .info .price {
    display:block;
    line-height:24px;
    padding-bottom:2px;
    margin-top:-3px;
}

.productsGrid .product .info .price strong {
    /*color:#c93000;*/
    font-size:16px;
    horizontal-align:middle;
}
.productsGrid .product .info .price.old strong {
  float:right;
    font-size:16px;
    margin-right:8px;
  padding-bottom:8px;
  
}

.productsGrid .product .info .price span {
    /*background:url('price-strike.png?20190204122807') no-repeat 12px 0;*/
    text-decoration:line-through;
    display:block;
    text-align:left;
    float:left;
    margin-left:5px;
    width:65px;
}
.productsGrid .product .productknoppen {
  margin-top:5px;
}
.productsGrid .product .productknoppen a.meerinfoknop,
.productsGrid .product .productknoppen a.addtocartbutton{
  float:left;
  width:160px;
  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 hr {
  margin-top:-5px;
  background-color:#8FBC09;
  border:1px solid #8FBC09;
}
.categoriesGrid .category {
    background-color:#fff;
    float:left;
    margin-right:21px;
    margin-bottom:5px;
    width:217px;/*220px*/
}

.categoriesGrid .category.last{
    margin-right:0;
}

.categoriesGrid.plusInfo .category {
    width:220px;
}
.categoriesGrid.plusInfo .category:hover h3 {
  text-decoration:none;
}

.categoriesGrid.plusInfo .category img {
    margin:5px;
}

.categoriesGrid.plusInfo .category h3 {
    background-color:#fff !important;
    display:block;
    text-decoration:underline;
    font-weight:100;
    font-size:14px;
    line-height:18px;
    padding:7px 0;
    text-align:center;
}

.pager {
    padding:10px 0;
}

.pager .info {
    float:left;
    padding:5px 0;
}

.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:7px;
}

.pager ul li.next {
    padding-left:7px;
}

.pager ul li.number {
    padding:0 2px;
}

.pager ul li.number a {
    background-color:#fff;
    border:1px solid #ccc;
    display:block;
    padding:4px 7px;
}

.pager ul li.number.active {
    font-weight:bold;
}

.pager ul li.number.active a {
    color:#c93000;
}

#product {
    margin:20px 0 10px 0;
}

#product .socials {
    margin-bottom:20px;
}

#product .socials .social {
    float:right;
}

#product .socials .social.facebook {
    float:left;
}

#product .socials .social.pinterest {
    margin-right:20px;
}

#product .productInfoHolder {
    float:left;
    padding-right:20px;
    width:720px;/*632px;*/
}

#product .productInfoHolder .images {
    float:left;
}

#product .productInfoHolder .images .zoomPad {
    background-color:#fff;
    border:1px solid #e5e5e5;
    padding:5px;
}

#product .productInfoHolder .images .thumbs {
    padding:15px 0;
    width:330px;/*272px;*/
}

#product .productInfoHolder .images .thumbs .thumb {
    background-color:#fff;
    border:1px solid #e5e5e5;
    float:left;
    margin:0 16px 10px 0;
    padding:3px;
}

#product .productInfoHolder .images .thumbs .thumb.last {
    margin-right:0;
}

#product .productInfoHolder .userReviews h3 {
    font-size:14px;
    margin-bottom:10px;
}

#product .productInfoHolder .userReview {
    /*border-bottom:1px solid #e5e5e5;*/
    margin-bottom:5px;
}

#product .productInfoHolder .userReview .title {
    /*padding:5px 7px;*/
    padding-left:7px;
}

#product .productInfoHolder .userReview .content {
    padding:7px;
}

#product .productInfoHolder .productInfo {
    margin-left:360px;
    margin-top:-5px;
    width:380px;
}
#product .productInfoHolder .productInfo a.addtocartbutton {
  float:right;
  width:200px;
  margin-top:-2px;
  text-align:center;
  font-weight:normal;
}
#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 {
    font-size:18px;
}
#product .productInfoHolder .productInfo hr {
  margin-top:-1px;
  margin-bottom:15px;
  background-color:#8FBC09;
  border:1px solid #8FBC09;
}

#product .productInfoHolder .productInfo .description {
    margin-bottom:20px;
}

#product .productInfoHolder .productInfo .productAttrs {
    line-height:1.5;
    margin-bottom:20px;
}
.green {
  color:#8FBC09;
}
.red {
  color:red;
}

#product .productInfoHolder .productInfo .priceOld {
    line-height:1.5;
    text-decoration:none;
    margin-bottom:20px;
}
#product .productInfoHolder .productInfo .priceOld a {
  text-decoration:line-through;
}
#product .productInfoHolder .productInfo .price {
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}
#product .productInfoHolder .productInfo .price a {
  line-height:1.5;
  font-weight:normal;
  font-size:13px;
}

#product .productInfoHolder .productInfo .price .vat {
    font-size:13px;
    font-weight:normal;
}

#product .productInfoHolder .productInfo .product-discounts {
  background-color:#e5e5e5;
  border:1px solid #ccc;
  font-size:12px;
  margin-top:10px;
  padding:10px 10px 10px 5px;
}

#product .productInfoHolder .productInfo .product-discounts ul {
  margin:0;
  padding-left:25px;
}

#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 .detailsHolder {
    float:left;
    /*padding-bottom:30px;*/
    width:380px;
}

#product .detailsHolder .blockHolder {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid;
}
#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 a:hover {
  text-decoration:underline;
}
#product .detailsHolder .tabs {
    height:29px;
    margin-top:-15px;
}

#product .detailsHolder .tabs ul {
    float:left;
    height:29px;
    list-style-type:none;
    margin:0;
    padding:0;
}

#product .detailsHolder .tabs ul li {
    float:left;
    margin-right:5px;
    text-align:center;
    width:auto;
    text-transform:uppercase;
}

#product .detailsHolder .tabs ul li a {
    border:1px solid;
    border-bottom:0;
    display:block;
    line-height:28px;
    padding:0 10px;
    padding-left:2em !important;
    padding-right:2em !important;
}
#product .detailsHolder .tabs ul li a:hover {
  text-decoration:underline;
}

#product .detailsHolder .tabs ul li.active a {
    padding-bottom:1px;
    border: none !important;
}

#product .detailsHolder .tabsPages {
    /*border:1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height:1.5;
}
#product .detailsHolder .tabsPages .page {
    display:none;
    max-height:300px;
    overflow:auto;
    padding:10px;
}

#product .detailsHolder .tabsPages .page.active {
    display:block;
}
#product .links {
    padding-left:10px;
}

#product .links ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#product .links ul li {
    padding:2px 0;
}

#product .relatedProducts {
    margin-top:20px;
}

#product .relatedProducts h3 {
    font-size:14px;
    margin-bottom:10px;
}

#messages {
  margin-top:-30px;
  padding-bottom:25px;
  font-size:12px;
  line-height:16px;
  font-weight:bold;
}
#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?20190204122807) 5px 5px no-repeat #ECEFF5;
  margin-bottom:10px;
}
#messages ul.success {
  border-color:#609946;
  color:#609946;
  background:url(icon-message-success.png?20190204122807) 5px 5px no-repeat #EFF5ED;
}
#messages ul.error {
  border-color:#DD3C10;
  color:#DD3C10;
  background:url(icon-message-error.png?20190204122807) 5px 5px no-repeat #FCECE8;
}

/* [START] product-configure */
#productoptions {
}

#productoptions .product-configure {
    margin-bottom:10px;
}

#productoptions .product-configure label {
    display:block;
    font-weight:bold;
    margin-bottom:3px;
}

#productoptions .product-configure input {
    margin:0;
}

#productoptions .product-configure select {
    margin:0;
    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;
}

.custom-filters .custom-filter .count {
/*  color: #FF4444;*/
}

/*---------------------------------------------------------------------------------------*/

.widget-linklist {
  background: #FFF;
  margin-bottom: 10px;
  width:190px;
}
.widget-linklist .newsletter .sub-news:hover {
  text-decoration:none;
}
.widget-linklist .widget-header {
  height: 50px;
  padding-left: 20px;
}
.widget-linklist .widget-header h3 {
  font: normal 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.6;
  top:0px;
}
.widget-linklist.widget-cat .widget-header h3 {
    vertical-align: middle;
}
.widget-linklist .widget-content {
  padding:  10px 0 10px 20px;
}
.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 {
  padding-left: 0px;
}
.widget-linklist .widget-content .newsletter {
  margin-left:-10px;
}
.widget-linklist .widget-content .newsletter a.sub-news {
  line-height:26px;
  margin-left:4px;
  position:absolute;
}

.widget-linklist .widget-content .newsletter .newsinput {
  width:110px;
  margin-top: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 {
  width: 190px;
  overflow: hidden; 
}
.widget-cat ul {
  margin-left: 10px;
  margin-top:-1px;
  margin-bottom:-1px;
}
.widget-cat ul li {
  padding-left: 12px;
  list-style-type: none;
  margin-left:-40px;
}
.widget-cat ul a {
    padding: 4px 0 4px 2px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

/*sublevel 2*/
.widget-cat ul ul {
 margin-left: 0; 
}
.widget-cat ul ul li {
  padding-left: 6px;
  margin-left: -30px;
}
.widget-cat ul ul a {
  text-transform: capitalize;
}

.widget-cat ul ul li.active {
  background-image: none;
}
/* eind */
.category_count {
  font-size: .8em;
}
/*------------------------------------------------------------------------------------------*/

.widget-tags ul li a{
  background-color:#FFFFFF;
}

.widget-linklist .widget-content {
  background-color: #F4F4F4;
}
.widget-cat .widget-content {
  background-color:#AD0075;
}
.widget-linklist .newsletter .sub-news {
  background-color: #8FBC09;
  color: #FFFFFF;
}
.widget-linklist .newsletter .sub-news:hover {
  background-color: #808080;
  color: #AD0075;
}

.widget-cat ul a {
  color: #FFFFFF;
}
.widget-cat ul ul li.active a {
  color: #000000;
}
/*sublevel actief*/
.widget-cat ul ul li.active {
  background-color: #AD0075;
}
.widget-cat ul ul a {
  color: #FFFFFF;
}
.widget-cat ul.menu_category_level_1 li.category {
  border-bottom: 1px solid #AD0075;
}
.widget-cat ul ul li {
  border-bottom: 1px solid #AD0075;
}
.widget-cat ul.menu_category_level_2 li.last {
  border-bottom: 0px solid #AD0075;
}
.widget-cat ul a:hover {
  color: #AD0075;
  background-color: #808080;
}

.widget-linklist .widget-header {
  border-top: 2px solid #8FBC09;
  border-bottom: 8px solid #8FBC09;
  background-color: #FFFFFF;
}
.widget-linklist .widget-header h3 {
  color: #000000;
}