/* 20251106132806 - 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: #517787;
}

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

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

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

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

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

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

.gui-block-option {
  border-color: #e4eaed;
  background-color: #f6f8f9;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #b0c1c9;
  background-color: #f6f8f9;
}

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

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

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

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

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

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #917787;
  background-color: #f3f7fa;
}

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

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

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

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

/* custom */
/* Koen/Sander LightspeedHQ 03-Jul 2019 Scrollbalk Mijn Account/Orders */
.gui-table.gui-orders::-webkit-scrollbar {
height: 10px;
}

.gui-table.gui-orders::-webkit-scrollbar-thumb  {
background: grey;
}



.gui-progressbar .gui-done a {
color: #b0c9c4 !important;
}

/*--SF: Update 22-01-2018--*/
.topnav .right, .sf-topnav-left{
 font-size: 14px; 
}
.topnav .right .cart{
 font-weight: bold; 
}
.sf_add_to_cart{
  display: block;
  background: #22c533;
  color: #fff;
  text-align: center;
  padding: 10px;
  clear: both;
}
.sf_add_to_cart:hover{
	text-decoration: underline !important;
}
.products .product .info{
	height: 133px; 
}
.products .product .info .title{
	height: 40px; 
}
.sf-homepage-product .image-wrap{
	height: 245px; 
	border: 1px solid #eaeaea;
  border-bottom: 0px;
}
.sf-homepage-product .info{
 border-top: 0px !important; 
}
.sf-homepage-product .image-wrap img{
 border: none !important; 
}
.sf-topnav-left img{
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
}

@media only screen and (max-width:768px) {
  .sf-topnav-left{
  	display: none; 
  }
}

/*--SF: Update 06-02-18--*/
.sf_cat_img{max-width: 100%; }





/* --Stijn product bundle fix 02/06/25 */

/* Corrected Bundle Layout - Bundles Below Description */

/* Make the product information section wider to accommodate bundles */
.product-informatie.col-md-8 {
  width: 66.66666667%;
}

/* Ensure bundles appear below the description */
.bundles-section {
  margin-top: 30px;
  width: 100%;
  clear: both;
}

/* Related products stay in the right column */
.columns.related.col-md-4 {
  width: 33.33333333%;
  float: right;
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
  .product-informatie.col-md-8 {
    width: 100%;
  }
  
  .columns.related.col-md-4 {
    width: 100%;
    float: right;
    margin-top: 30px;
  }
  
  .bundles-section {
    margin-top: 20px;
  }
}

/* Ensure proper spacing for bundles */
.bundles-section .row {
  margin-top: 0;
}

.bundles-section h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
