/* 20190204193603 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.wsa-demobar{
  display:none;
}

body{
  margin-top:0 !important;
  /*background:url('https://static.webshopapp.com/shops/038854/files/013333826/city.jpg') fixed center;*/
}

.wrapper{
  width:1170px;
  /*width:95%;*/
}

/*------------HEADER------------*/
div#contentContainer{
  border-top-width:54px;
  border-top-style:solid;
  border-top-color:transparent;
  border-bottom:50px solid transparent;
}

div#headerContainer{
  height:60px;
  width:100%;
}

#header .cartContainer{
  float:none;
  width:auto;
}

#header .cartContainer .links{
  float:none;
  padding:0;
  text-align:left;
  width: auto;
}

div#headerContainer .links ul li{
  display:inline-block;
  font-size:14px;

}

div#headerContainer .cart ul{
  margin:0;
}

div#headerContainer .cart ul li{
  display:inline-block;
  list-style:none;
  font-size:14px;
  text-transform:uppercase;
}

#header .cartContainer .cart{
  float:left;
  width:auto;
}

#header .cartContainer .links{
  float:right;
}

div.simpleBlock{  
  background:transparent;
  color:#fff;
  border:none;
}

/*------------LOGO------------*/

#websitelogo{
  height:230px;
  margin:auto;
  display:block;
}

#textlogo{
  vertical-align:center;
  text-align:center;
  text-transform:uppercase;
  line-height:230px;
}

.logowrapper a{
  width:300px;
  text-decoration:none;
}

.logowrapper{
  padding:20px 0;
  height:230px;
  border-bottom: 1px solid #aaa;
}

/*------------SLIDER------------*/

div#slider.nivoSlider{
  margin:auto;
  margin-bottom:40px;
}

/*------------NAVIGATIE------------*/

div#navbarContainer{
  width:100%;
  z-index:400;
  height:54px;
}

#navbar{
  border-color:#D8D8D8;
  border-bottom-color:#B2B2B2;
  font-weight: 600;
  font-size: 13px;
}

#navbar .nav{
  width:1024px;
}


#navbar{
  background:none;
  border:none;
  border-top-color:none;
  border-bottom-color:none;
  box-shadow:none;
  padding-right:none;;
  position:relative;
  z-index:900;
  padding-top:20px;
}

#navbar .item{
  text-transform: uppercase;
  height:25px;
  border:none;
}

#navbar .item a.itemLink{
  line-height:25px;
  font-family:sans-serif;
  font-weight:normal;
  font-size:15px;
}

#navbar .item.hover{
  background:transparent;
}

#navbar .item:hover>a.itemLink{
  color:#aaa;
}


#navbar .formSearch{
  float:right;
  position:relative;
  bottom:32px;
  left:40px;
}

#navbar .subnav{
  border:none;
  background:rgba(248,248,248,0.9);
  font-weight:normal;
}

#navbar .subitemLink{
  line-height:1.5;
  font-size:14px;
}

#navbar .subitemLink:hover{
  background:transparent;
}


/*------------SLIDER------------*/

div.nivo-caption{
  display:none !important;
}

div.nivo-controlNav{
  display:none;
}








/*------------CATEGORIEPAGINA------------*/

.collectionContent{
  font-size:16px;
  width:70%;
  margin:auto;
}

.breadcrumbs{
  display:none;
}

#content h1{
  text-align:center;
  font-size:35px;
  text-transform:uppercase;
}

/*------------producten grid------------*/

.productsFilters{
  border:none;
  padding:40px 0;
  padding:40px 30px 20px 30px;
  border-bottom:none;
  margin-bottom:60px;
}

.productsGrid .product{
  float:none;
  display:inline-block;
  margin-left:0;
  margin-right:0;
}

.productsGrid .product a{
  display:inline-block;
  text-align:center;
}

.productsGrid .product .info .price strong{
  margin:0;
  float:none;
  display:block;
  text-align:center;
  color:#333;
}

.productsGrid .product .info .price span{
  display:inline-block;
  font-size:14px;
  color:#e74c3c;
  font-weight:normal;
  background:none;
  text-decoration:line-through;
}

.productsGrid .product .info{
  background:#eee;
}

.productsGrid .product .info h3{
  height:auto;
  font-size:16px;
}

.productsGrid .product img{
  height:90%;
  width:90%;
}



/*------------producten filters------------*/
.productsFilters .limit select{
  background: transparent;
  width: 148px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  outline:0;
}

.productsFilters .limit{
  width: 120px;
  height: 34px;
  overflow: hidden;
  background: url('https://static.webshopapp.com/shops/038854/files/013268657/down-arrow-select.jpg') no-repeat right #eee;
  border: none;
}

.productsFilters .mode select{
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  outline:0;
  
}

.productsFilters .mode{
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url('https://static.webshopapp.com/shops/038854/files/013268657/down-arrow-select.jpg') no-repeat right #eee;
  border:none;
}

.productsFilters .sort select{
background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  outline:0;
}

.productsFilters .sort{
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url('https://static.webshopapp.com/shops/038854/files/013268657/down-arrow-select.jpg') no-repeat right #eee;
  border: none;
}

.productsFilters .limit, .productsFilters .sort, .productsFilters .mode{
  float:none;
  display:inline-block;
}

#sliderMin, #sliderMax{
  border:none;
  font-size:12px;
}

.productsFilters .priceSlider #sliderRange .ui-slider-handle{
  border-radius:50%;
  background:#000;
  border-color:#000;
}

.productsFilters .priceSlider #sliderRange .ui-slider-range, .productsFilters .priceSlider #sliderRange{
  height:7px;
}

.productsFilters .priceFrom, .productsFilters .priceTo, .productsFilters .priceSlider{
  display:none;
}

form#formProductsFilters{
  text-align:center;
}


/*------------producten lijst------------*/

.productsList .info p{
  font-size:15px;
  height:120px;
}

.productsList .info h3{
  font-size:20px;
  margin-top:15px;
}

.productsList .product{
  width:80%;
  margin:auto;
  background:transparent;
}

.productsList .productImage{
  padding:0;
  border:1px solid #777;
}

.productsList .productImage a img{
  height:250px;
  width:250px;
}

.productsList .info .priceHolder{
  float:none;
  width:100%;
}

.productsList .info .priceHolder .price{
  float:right;
}

.productsList .info .priceHolder .priceOld{
  background:none;
  font-size:14px;
  color:#e74c3c;
  text-decoration:line-through;
  font-weight:normal;
  text-align:right;
}

.productsList .info .priceHolder .button{
  margin-left: 0;
}

.productsList .info .priceHolder .button{
  background:transparent;
  border:1px solid #333;
  font-size:17px;
  line-height:0;
  width:260px;
  line-height:50px;
  text-align:center;
  color:#333;
  
  transition: all 0.4s ease;
}

.productsList .info .priceHolder .button:hover{
  color:#fff;
  background: #2c3e50;
}

.productsList .product:last-of-type{
  border-bottom:none;
}


/*------------TEKSTPAGINA------------*/

#textpage .wysiwyg, #textpage .wysiwyg{
  font-size:16px;
  width:55%;
  margin:auto;
}


/*------------PRODUCT------------*/

#product .productInfoHolder .images .zoomPad{
  height:475px;
  width:475px;
  
}

#product .productInfoHolder .images .zoomPad img{
  height:475px;
  width:475px;
}

#product .productInfoHolder .images .zoomImage img{
  border:1px solid #999;
}

#product .productInfoHolder .images{
  display:inline-block;
  float:none;
  
}

#product .productInfoHolder .images .thumbs{
  width:auto;
}

a#zoomImage img{
  border:1px solid #777;
}


#product .productInfoHolder .productInfo{
  display:inline-block;
  width:50%;
  margin-left:20px;
  vertical-align:top;
}

#product .detailsHolder{
  float:none;
  position:relative;
  right:10px;
}

#product .productInfoHolder .productInfo h1 {
  text-align: left;
  font-size:35px;
  text-transform:none;
  
}

#product .productInfoHolder .productInfo .description{
  font-size:16px;
  line-height:1.5;
}

form#product_configure_form.formProduct .button.green{
  background:transparent;
  font-size:17px;
  width:260px;
  line-height:50px;
  text-align:center;
  
  transition: all 0.4s ease;
}

#product .productInfoHolder{
  float:none;
  padding:0;
  width:auto;
}

#product .detailsHolder .tabs ul{
  float:right;
  border: 1px solid #999;
  margin:-1px;
  margin-right:20px;
}

#product .detailsHolder .tabs ul li:nth-of-type(3){
  margin:0;
}

#product .detailsHolder .tabs ul li.active a{
  background:#333;
  color:#fff;
}

#product .detailsHolder .tabs ul li a{
  font-size:12px;
  border:none;
  background:transparent;
  text-transform:uppercase;
  
  transition: all 0.4s ease;
}

#product .detailsHolder .tabsPages{
  font-size:16px;
  border:none;
  background:transparent;
}

#product .detailsHolder .blockHolder{
  border:none;
}

#product .productInfoHolder .productInfo .price{
  margin:0;
}

#product .detailsHolder{
  padding:0;
  width:100%;
}














/*------------FOOTER------------*/

#footer{
  border:none;
  text-align:center;  
}

#footer .blocks{
  display:inline-block;
  margin-bottom:10px;
}

#footer .blocks .block{
  border:none;
  text-align:left;
  padding:0;
}

#footer .blocks .block:nth-of-type(-n+3){
  margin-right: 60px;
}

#footer .blocks .block:nth-of-type(3){
  margin-right:140px;
}

#formNewsletter input{
  width:210px;
  outline:0;
  border:none;
  background:transparent;
  font-size:13px;
  color:#444;
  border-bottom:1px solid #999;
}

#footer .blocks .block h3{
  font-size:15px;
}

#footer .blocks .block .links li a{
  font-size:13px;
  line-height:1.6;
}

#footer .blocks .block .button{
  background:transparent;
  border:1px solid #7C7C7C;
  font-size:14px;
  line-height:0;
  width:100px;
  line-height:30px;
  text-align:center;
  color:#7C7C7C;
  
  transition: all 0.4s ease;
}

#footer .blocks .block .button:hover{
  color:#fff;
  background: #444;
}

#footer .copyright{
  margin:0;
  border:none;
  padding:5px 0 10px 0;
}



.fixednav {
  position: fixed !important;
  width:100%;
  top: 0; 
  height: 54px; 
  z-index: 1;
  margin:auto;
}

.giveit-button{
  left:-243px;
}
