/* 20260509091210 - 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 */
img{
  max-width: 100%;
}

.product-images-block{ 
  width: 100%;
}

#product-thumbs.owl-carousel.owl-drag .owl-item {
  float: none;
  width: 100% !important;
}

#product-thumbs.owl-carousel .owl-stage {
  width: 100% !important;
}

.catalog-content .info {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.catalog-content .info #readMoreBtn {
      margin-top: 20px;
    display: block;
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.catalog-content .info .text.maxH {
  max-height: 189px;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.collection-content .info {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.collection-content .info #readMoreBtn {
      margin-top: 20px;
    display: block;
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.collection-content .info .text.maxH {
  max-height: 189px;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.collection-content .image .image-wrap.layout-2:after {
	display: none;
}

#image-logo img {
  max-width: 280px;
}

.categories .category.layout-2 .cat-inner {
  border: 1px solid #eee;
}
.navbar-search, #cart, .keurmerk {
  margin-top:24px
}

.cat-inner .btn {
  white-space: normal;
}

#productpage .product-info .stock.stock-outer {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

#productpage .product-info .product-delivery {
	display: inline-block;
}

/* Jaivy D 14-02-2017 */
.categories .category .title{overflow: hidden;white-space: inherit;text-overflow: ellipsis;position:absolute;top: 85%;color:#fff;padding:6px;left: 1%;width: 98%;background:rgba(0,0,0,0.2);font-weight:700;text-transform:uppercase;font-size:10px;border-radius:4px;box-shadow:0 0 0 1px #FFF;text-shadow:0 2px 4px #000;-webkit-transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);}
/* Jaivy D 14-02-2017 */

@media screen and (min-width: 768px ) and (max-width: 1199px) {

  
  .headlines .item {
    height: 400px;
  }
}

@media screen and (max-width: 1199px) {
	.categories .category.layout-2 .btn {
  font-size: 11px;
  }
}

.product-images-block .thumb img {
	width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.thumbs .thumb {
  padding: 5px 10px;
  border: 1px solid #eee;
}

#productpage .product-content {
	margin-top: 30px;
}


#productpage .product-info .product-delivery {
	margin-top: 10px;
}

#productpage .product-info .cart {
	margin-top: 15px;
}

#productpage .product-content .titles .title {
 	padding: 12px 0px; 
}

#productpage .product-content .page {
	padding: 20px 0px;
}

@media (max-width: 991px) {
	#product-images .owl-prev, #product-images .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,.05);
    font-size: 11px;
    left: 10px;
    margin-top: -15px;
	}
  
  #product-images .owl-next {
    left: auto;
    right: 10px;
	}
  
  #product-images .owl-prev {
    left: 10px;
    right: auto;
	}
}

/* Youcke LightspeedHQ - 20 Jul 2017 - Fix responsive position logo - START */
@media screen and (max-width: 991px) {
  .categories .category.layout-2 .btn {
  font-size: 13px;
  }
  #header .main-header .logo.large img {
    height: 50px;
  }
.logo img {
    margin-top: 0px;
    position: inherit;
}

.index header {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
	#header .main-header .logo.large img {
 		height: 35px;  
  }
  
	.index header {
    margin-bottom: 0px;
	}
  
}
/* Youcke LightspeedHQ - 20 Jul-2017 - END */

