/* 20230330145425 - 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: #f18101;
}

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

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

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

/* custom */
.wsa-demobar {
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  background: #a7c7dc !important; /* Old browsers */
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}
/* Slide toggle footer lists */

#new-footer .main-footer .links-wrap a {
	text-decoration: none;
}

#new-footer .main-footer .links-wrap a:hover {
	text-decoration: none;
}

#new-footer .main-footer .links-wrap .toggle .fa {
	display: none;
}

@media(max-width:767px){
  #new-footer .main-footer .links-wrap .links {
  	display: none;
  }
  
  #new-footer .main-footer .links-wrap .toggle {
   	display: flex;
  	align-items: center;
    justify-content: center;
  }
  
  #new-footer .main-footer .links-wrap .toggle .fa {
  	display: block;
    font-weight: 700;
    font-size: 1.25em;
  }
  
  #new-footer .main-footer .links-wrap .toggle .title {
  	margin-right: 10px;
  }
}

/* Lucien LightspeedHQ - 01 Apr 2020 - Demobar visible on mobile - START */
@media only screen and (max-width: 960px) {
    .topbar {
      margin-top: 84px;
    }
  .wsa-demobar{
  	position: absolute!important;
  	}
  }
  @media only screen and (max-width: 767px) {
    .topbar {
      margin-top: 80px;
    }
    .wsa-demobar{
  	position: absolute!important;
  	}
  }
  @media only screen and (max-width: 508px) {
    .topbar {
      margin-top: 130px;
    }
    .wsa-demobar{
  	position: absolute!important;
  	}
  }
  @media only screen and (max-width: 336px) {
    .topbar {
      margin-top: 160px;
    }
    .wsa-demobar{
  	position: absolute!important;
  	}
  }
/* Lucien LightspeedHQ - 01 Apr-2020 - END */
.pager li > a, .pager li > span {
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 0px;
  font-size: 13px;
  padding-right: 15px;
  background: none;
}

.pager li > a:hover {
  background: none;
}

.pager .next > a {
  float: none;
}

.maattabel img {
	max-width: 350px;
}

#productpage .product-info .product-info-top {
  padding: 20px;
  padding-bottom: 30px;
}

#productpage .product-info  .delivery {
  float: right;
  color: #27ae60;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer a.special {
	color:#f18101;
}

#header .main-header .widget {
	display: table-cell;
  vertical-align: middle;	
  text-align: center;
}

@media (max-width: 500px) {
  .pager .right {
    float: none;
  }
}

@media (max-width: 992px) {
  #productpage .product-info  .delivery {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
.headline-wrap {
	position:relative;
}
.headline-wrap .next,
.headline-wrap .prev {
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 40px;
  margin-top: -20px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 999;
  font-size: 3em;
  color:#fff;
}
.headline-wrap .next {
  right: 50px;
}
.headline-wrap .prev {
  left:50px;
}
.headline-wrap .next:hover,
.headline-wrap .prev:hover {
  opacity:1;
  -ms-transform: translate(0px,0px); /* IE 9 */
  -webkit-transform: translate(0px,0px); /* Safari */
  transform: translate(0px,0px);
}

.headline-thumbs .thumb:hover {
	cursor:pointer;
}

.products .product .image-wrap .product-label.special {
	background: #27ae60;
  right: 10px;
  bottom: 0px;
  top: auto;
  left: auto;
}

.no-options .product-configure-options {
	display: none;
}

.custom-options .ui.dropdown .menu > .item {
	font-size: 1em;
}

@media(max-width:767px){
  .complete-article .article-box img {
    width: 100%;
    height: auto;
  }
  .complete-article .article-box p {
  	padding-left:0px !important;
  }
  .products .product .info .price {
  	height:56px;
  }
}

/* Nynke Lont Lightspeed 11 March 2019, image cache issue BEGIN */
/*
.hero-slider .item.item-1 {background: url(headline_1_image.jpg?005) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.hero-slider .item.item-2 {background: url(headline_2_image.jpg?002) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.hero-slider .item.item-3 {background: url(headline_3_image.jpg?0012) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-1 {background: url(banner-1.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-2 {background: url(banner-2.jpg?002) no-repeat top center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-3 {background: url(banner-3.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-4 {background: url(banner-4.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-5 {background: url(banner-5.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner.banner-service {background: url(service-banner.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-6 {background: url(banner-6.jpg?001) no-repeat top center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner-7 {background: url(banner-7.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.banners .banner.banner-service {background: url(service-banner.jpg?001) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
*/
/* Nynke Lont Lightspeed, image cache issue END */


/* Leah LightspeedHQ - 31 maart 2020 - demobar arrow- START */
.wsa-demobar a, .wsa-demobar a.close { 
  	display: none !important; 
}
/* Leah LightspeedHQ - 31 maart 2020 - END */

/* Noah @ Shopmonkey 08/06/20 START */

.kiyoh-widget {
	display: flex !important;
  align-items: center;
}

.kiyoh-widget .stars {
	display: flex;
  align-items: center;
  margin-right: 10px;
}

.kiyoh-widget .stars i {
	margin-right: 2px !important;
	font-size: 15px !important;
  color: #ffdf00;
}

.kiyoh-widget .text {
  text-decoration: underline;
}

.kiyoh-widget .image {
	width: 20px;
  margin-left: 5px;
}

.kiyoh-widget .image img {
	width: 100%;
}

.newsletter-wrap .custom-newsletter {
 	display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.newsletter-wrap .custom-newsletter .input-col {
 padding: 5px; 
}

.newsletter-wrap .custom-newsletter .input-col input {
 outline: none; 
}


.newsletter-wrap .custom-newsletter .input-col .error {
	border: 1px solid red !important;
}

.newsletter-wrap .col-50 {
	width: 50%;
}

.newsletter-wrap .col-100 {
 width: 100%; 
}

.newsletter-wrap .custom-newsletter .col-50 input {
	width: 100% !important;
}

.newsletter-wrap .custom-newsletter .col-100 input {
	width: 100% !important;
}

.newsletter-wrap .custom-newsletter .horizontal-flex {
 display: flex; 
}

.newsletter-wrap .custom-newsletter .form-message-inner {
	padding: 15px;
  color: white;
  font-weight: 900;
  text-align: center;
}

.newsletter-wrap .custom-newsletter .form-message-inner.succes {
 background: green; 
}

.newsletter-wrap .custom-newsletter .form-message-inner.error {
 background: red; 
}

.mobile-main-menu .widget {
	display: flex;
  justify-content: center;
  margin-top: 10px;
}

.mobile-main .html.widget-document body.kv-widget-body.theme-white {
	background: #383735 !important;
  color: white !important;
}

}

@media(max-width:991px){
  #new-footer .main-footer .col.col-4 {
  	width: 100%;
  } 
}

@media (min-width: 768px) {
  .main-header .cart:hover .cart-dropdown {
      opacity: 1;
      visibility: visible;
  }
}

@media(max-width:767px){
  .kiyoh-widget {
  	color: #fff;
    padding: 20px;
    align-items: flex-start;
  }
  
  .kiyoh-widget .stars {
  	padding-right: 5px;
  }
  
  .kiyoh-widget .text {
  	padding-top: unset;
    text-decoration: unset;
    font-weight: 600;
  }
  
  .main-header .topbar-mobile {
  	background: rgba(0,0,0,0.1);
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .main-header .topbar-mobile .kiyoh-widget {
  	color: black;	
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  
  .main-header .topbar-mobile .kiyoh-widget .stars i {
  	color: #fec000;
  }
  
    #new-footer .main-footer .links-wrap .toggle .fa {
  	transition: transform 0.4s linear;
  }
  
  #new-footer .main-footer .links-wrap .toggle .fa.open {
  	transform: rotate(180deg);
  }
  
}
/* Justin@Shopmonkey - 29/12/2020 - Start */
.home-content .headline .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.home-content .headline .inner .btn{
	padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: #f18101;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
@media(max-width: 767px){
	.home-content .headline .inner .btn{
  	padding: 0 20px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
/* Justin@Shopmonkey - 29/12/2020 - End */
