/* 20251026104509 - 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 */
body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Slab', serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color:#222;
}
/*
body.homepage {
  background-color:#222;
  color:#fff;
}
*/
#alertbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  z-index: 9999999;
  background: #f39c12;
  color: #fff;
}

#alertbar .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  height: 100%;
  font-weight: bold; 
}

#alertbar .flexbox span {
  margin-right: 15px;
}

.wsa-cookielaw{
  z-index: 9999999;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight:bold;
  color:#f39c12;
}

.align {
  display:table;
  width:100%;
}

a,
a:hover {
  color:#222;
}

#header {
  padding: 20px 0px;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8000;
}

#header a {
  color:#fff;
  text-decoration:none;
}

#header .logo,
#header .main-menu {
  display:table-cell;
  vertical-align:middle;
}

#header .logo {
  width:200px;
}

#header .logo img {
  width:100%;
}

#header .main-menu ul {
  text-align:right;
  margin:0;
  padding:0;
  list-style:none;
}

#header .main-menu ul li {
  display:inline-block;
}

#header .main-menu ul li a {
  display: block;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

#header .main-menu ul li a:hover,
#header .main-menu ul li a.active {
  color:#f39c12;
}
#header .main-menu ul li a.webshop.active {
  background-color:#fff;
}

#header .main-menu ul li a.webshop,
#header .main-menu ul li a.webshop.active:hover {
  background: #f39c12;
  padding: 5px 10px;
  margin-left: 15px;
}
  
#header .main-menu ul li a.webshop:hover {
  color:#fff;
}

#header .main-menu ul li .topbar-cart {
  font-size:15px;
}

#header .main-menu ul li .shoppingcart-amount {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  bottom: 10px;
  right: 6px;
  background: #f39c12;
  /* padding: 0px 5px; */
  border-radius: 12px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}

#header .main-menu ul li:hover .shoppingcart-amount {
  color:#fff;
}

#header .main-menu ul li .search-dropdown {
  margin-top: 40px;
  background: rgba(0,0,0,0.75);
  padding: 18px;
  display:none;
  position:absolute;
  right:0px;
}


#header .main-menu ul li .search-dropdown form div{
  background-color:#f39c12;
  float:right;
  padding: 5px 20px;
}

#header .main-menu ul li .search-dropdown form input{
  margin-right: 10px;
  max-width: inherit;
  width: 300px;
  background-color: transparent;
  border: 0px;
  height: 40px;
  border-bottom: 1px solid #ececec;
}
#header .main-menu ul li .search-dropdown form input:focus {
  outline:none;
}


#header .main-menu ul .search-total {
  position:relative;
}

#header .main-menu .submenu {
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  margin-top: 35px;
  left: 0;
  width: 100%;
  border-top: 2px solid #f39c12;
  padding: 25px 0px;
  display:none;
}
#header .main-menu .submenu ul {
  text-align: left;
  display:inline-block;
}

#header .main-menu .submenu li {
  display:block;
}

#header .main-menu .submenu .video-icon {
  margin-right: 7px;
}

#header .main-menu ul li a.menu-cart {
  padding: 5px 5px 5px 20px;
}


.headline {
  background: url(headline.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color:#fff;
}

.headline-inner {
  padding: 200px 0px;
  background-color:rgba(0,0,0,0.1);
}

.headline .title {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: bold;
}
.headline .button .headline-btn-play{
  padding-right: 15px;
}

#header .main-menu .languages {
  margin:0px 15px;
}
#header .main-menu .lang-list {
  display:inline-block;
}
#header .main-menu .lang-list a {
  padding:5px;
}
#header .main-menu .languages img  {
  margin-top:-3px;
}

/*
.headline .title span {
  color:#f39c12;
}
*/
.headline .undertitle {
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  width: 500px;
  margin: 0 auto;
  max-width:100%;
}

.headline .button {
  margin-top:20px;
}

.headline .button a.btn {
  font-size: 15px;
  background: #f39c12;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color:#fff;
}

.headline .button a.btn:hover {
  transform: scale(1.05);
}

.text-block {
  padding:50px 0px;
  text-align:center;
  background-color:#222;
  color:#fff;
}

.text-block .content-wrap {
  height:220px;
  overflow:hidden;
  position:relative;
}

.text-block .content-wrap.active {
  height:auto;
}

.text-block .content-wrap .gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(34, 34, 34,0) , rgb(34, 34, 34));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34,0) , rgb(34, 34, 34));
  background: -o-linear-gradient(bottom, rgba(34, 34, 34,0) , rgb(34, 34, 34));
  background: -moz-linear-gradient(bottom, rgba(34, 34, 34,0) , rgb(34, 34, 34));
  background: linear-gradient(to bottom, rgba(34, 34, 34,0) , rgb(34, 34, 34));
}

.text-block .content-wrap.active .gradient {
  display:none;
}

.text-block a.btn {
  background: #f39c12;
  border-radius: 0;
  padding: 8px 20px;
  margin-top: 30px;
  color: #fff;
}

.home-cats {
  padding:50px 0px;
  background-color: #fff;
}

.categories .category {
  padding:15px;
}

.categories .category .cat-wrap {
  position:relative;
}

.categories .category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.3);
}


.categories .category .overlay .title-box {
  display:table;
  width:100%;
  height:100%;
}

.categories .category .overlay .title-box .title-inner {
  display:table-cell;
  vertical-align:middle;
}

.categories .category .overlay .title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color:#fff;
}

.categories .category .overlay .title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #f39c12;
  margin: 0 auto;
  margin-top: 6px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
} 

.categories .category:hover .overlay .title:after {
  background-color:#fff;
}

#footer {
  background-color:#222;
  padding:50px 0px;
  margin-top:100px;
  color:#fff;
}

#footer.homepage {
  margin-top:0;
}

#footer a {
  color:#fff;
}

#footer .footer-title {
  font-weight:bold;
  color:#f39c12;
  font-size:25px;
  margin-top:20px;
  margin-bottom:10px;
}

#footer ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-bottom:20px;
}


.page-title .page-title-inner {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  text-align:center;
}

.page-title {
  margin-bottom:50px;
}

.page-title .info {
  padding: 70px 20px;
  padding-top: 144px;
}
.page-title.textpage .info {
  padding: 250px 20px 120px 20px;
}


.page-title h1 {
  margin:0;
  color:#fff; 
}

.products .product {
  padding: 35px 15px;
  position:relative;
}

.products .product .image-wrap {
  padding:0px 0px;
  border-bottom: 2px solid #f39c12;
  /* border-bottom: 2px solid rgba(243,156,18,0.3); */
  position:relative;
}

.products .product .image-wrap .price {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  background-color: #f39c12;
  color: #fff;
  font-weight: bold;
  padding: 2px 15px;
  font-size: 0.95em;
}
.products .product .image-wrap .price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
  margin-right: 3px;
}

.products .product .info {
  padding:10px 20px;
  text-align: center;
}

.products .product .info a.title {
  font-weight:bold;
  font-size:15px;
  display:block;
  height: 40px;
  overflow: hidden;
}

.products .product .info .price {
  color:#bbb;
}

.products .product .action {
  position: absolute;
  text-align: center;
  width: calc(100% - 30px);
  background-color: #f39c12;
  display:none;
}

.products .product .action a {
  display: block;
  width: 100%;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar ul{
  list-style:none;
}

.sidebar .sidebar-subs {
  display:none;
}

.sidebar .sidebar-subssubs {
  display:none;
}

.sidebar .active {
  display:block;
}

.sidebar .active-li {
  text-decoration:underline;
}

#formNewsletter {
  margin-top: 20px; 
}

#formNewsletter input {
  display: inline-block;
  padding: 7px 15px;
  border: 0px;
  float: left;
  outline:none;
  color:#222;
  width:150px;
}

#formNewsletter .btn {
  display: inline-block;
  float: left;
  background-color: #f39c12;
  border-radius: 0px;
}

.slogan {
  background: #f39c12;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}

.slider .item {
  height:500px;
}

.slider .item-1 {
  background: url(slider-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .item-2 {
  background: url(slider-2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .item-3 {
  background: url(slider-3.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .item-4 {
  background: url(slider-4.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .item-5 {
  background: url(slider-5.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.sidebar ul.side-cats {
  margin:0;
  list-style:none;
  padding:0;
  font-weight:bold; 
  margin-bottom:30px;
}

.sidebar ul.side-cats li {
  position:relative;
}

.sidebar ul.side-cats li a {
  display:block;
  padding:0;
  min-height:50px;
  line-height:50px;
  padding-right:55px;
  border-bottom:1px solid #ececec;
}

.sidebar ul.side-cats li.active  >a {
  color:#f39c12;
}

.sidebar ul.side-cats ul li a {
  height:auto;
  line-height:normal;
  border:none;
  padding:5px 0px;
  min-height:0;
}

.sidebar ul.side-cats ul {
  list-style:none;
  padding:15px 0px;
  margin:0;
  border-bottom:1px solid #ececec;
  font-weight:normal;
  font-size:14px;
  display:none;
}

.sidebar ul.side-cats ul.active {
  display:block;
}

.sidebar ul.side-cats ul ul {
  border:none;
  padding:5px 0px;
  padding-left:15px;
  display:none;
}

.sidebar ul.side-cats ul ul.active {
  display:block;
}

.sidebar ul.side-cats ul ul li a {
  color:#8a8a8a;
}

.sidebar ul.side-cats li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: right;
  line-height: 50px;
  color: #f39c12;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.sidebar ul.side-cats ul li .more-cats {
  height: 27px;
  width: 27px;
  line-height:27px;
}

.sidebar ul.side-cats li > .more-cats .plus-min {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.sidebar ul.side-cats li > .more-cats .plus-min:before,
.sidebar ul.side-cats li > .more-cats .plus-min:after {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background: #f39c12;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar ul.side-cats li > .more-cats .plus-min:after {
  transform:rotate(90deg);
}

.sidebar ul.side-cats li.active > .more-cats .plus-min:after {
  transform:rotate(0deg);
  opacity:0;
}
.top-filters.bottom {
  padding-top:10px;
  margin-top:15px;
  margin-bottom:30px;
  border-top: 1px solid #f3f3f3;
}

.top-filters .page-info {
  float: right;
  margin-right: 0px;
}

.top-filters .modes {
  float:right;
  margin:0;
  padding:0;
  list-style:none;
  line-height:35px;
  font-size:20px;
  margin-left:20px;
}

.top-filters .modes a {
  color:#dadada;
}

.top-filters .modes a.active {
  color:#ffa200;
}

.top-filters .modes li {
  display:inline-block;
}

.top-filters {

}
.top-filters form {
  padding: 12px 15px 17px 15px;
  border-bottom: 1px solid #ececec;
}
.top-filters label {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  margin-right: 10px;
  display:inline-block;
  vertical-align:middle;
}
.plain-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  padding-right: 15px;
  font-weight: bold;
  color: #ffa200;
  border-right: 1px solid #363636;
  margin-right: 15px;
}
ul.top-pager {
  margin:0;
  padding:0;
  list-style:none;
  display:inline-block;
  font-size:13px;
}

ul.top-pager li {
  display:inline-block;
  margin:0px 3px;
}

ul.top-pager li.disabled {
  pointer-events: none;
  opacity:0.5;
}

ul.top-pager li a {
  display: block;
  padding: 0px 10px;
  height: 30px;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  line-height: 28px;
}

ul.top-pager li.prev a,
ul.top-pager li.next a {
  color:#ffa200;
}

ul.top-pager li.number a {
  border: 1px solid transparent;
}

ul.top-pager li.active {
  font-weight:bold;
}
.top-pager-box {
  margin-top:30px;
  padding:15px 0px;
  border-top:1px solid #ececec;
}

.page-content {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.product-page {
  padding-top: 140px;
}
.product-page .thumbs {
  padding: 15px 0px;
}
.product-page .product-title {
  font-size: 1.4em;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.product-page .product-title .stocklevel {
  display: block;
  font-size: 0.6em;
  font-weight: bold;
  color: #04b332;
}

.product-page .price {
  padding: 30px 0px;
  font-size: 2.5em;
  color: #f39c12;
}
.product-page .price .old-price {
  display:block;
  font-size:0.4em;
  text-decoration:line-through;
  color:#aaa;
  line-height: 0.6em;
}
.product-page form {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.product-page #product_configure_form label {
  display:block;
}
.product-page .product-configure {
  padding-bottom:30px;
}

.product-page .cart input {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 1em;
  float:left;
  border: 2px solid #ececec;
}
.product-page .cart input:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #f39c12;
}

.product-page .cart .btn {
  background-color: #f39c12;
  border-radius: 0;
  padding: 9px 30px;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.product-page .content {
  padding: 30px 0px;
  border-bottom: 1px solid #ececec;
}
.product-page .related-products {
  padding-top: 50px;
}
.section-title {
  font-size: 1.6em;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 15px;
}
.section-title i {
  color: #f39c12;
  font-size: 0.35em;
}
footer .beeldmerk img {
  margin-top: 20px;
  position: absolute;
  top: -135px;
  width: 170px;
  z-index: 9999;
}

footer .beeldmerk {
  min-height: 240px;
}

.mobile-menu {
  width:300px;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  z-index:999999999;
  background-color: #212325;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform:translate(-100%, 0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow-y:scroll;
}
.mobile-menu.open {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-menu ul {
  list-style:none;
  padding:0;
  margin:0;
}
.mobile-menu ul ul {
  display:none;
}
.mobile-menu ul li {
  position:relative;
}
.mobile-menu ul li.active > a {
  font-weight:bold;
}
.mobile-menu ul li .more {
  position: absolute;
  top: 0px;
  right: 0;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #212325;
  color: #eee;
}
.mobile-menu ul li .more.close-menu { 
  color:#fff;
  background: #f39c12;
}
.mobile-menu ul li a {
  display: block;
  padding: 0 10px;
  height:47px;
  border-bottom: 1px solid #383b3e;
  color: #eee;
  line-height:47px;
  font-size: 14px;
}
.mobile-menu ul li .glyphicon {
   line-height: 42px;
}

.mobile-menu .video-icon {
  margin-right: 5px;
}

.selection.ui.dropdown {
    width: auto;
    min-width: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width:1500px;
    width:100%;
    padding-left:30px;
    padding-right:30px;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width:20%;
    padding-left:15px;
    padding-right:15px;
    float:left;
  }
}
