/* 20201224195645 - 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 */
/*ManuL ZD#546313*/
#nav-shipping > div.nav-title-box > strong{display:none;}
/*END*/

/*Sander Breggeman Lightspeed 20180416*/

div.product-content.col-sm-12 p{
font-size: 16px !important;
}

/*Sander Breggeman Lightspeed END*/

#footer-bottom > div > div > div > div.footer-block.col-sm-3.col-lg-4.col-md-4.col-sd-12.col-es-12 > div:nth-child(2) > div.title-box > strong {display:none!important;}

/* Youcke LightspeedHQ - 28 May 2018 - Add whitespace below headings - START */
h2 {
    margin-bottom: 10px;
}
/* Youcke LightspeedHQ - 28 May-2018 - END */

/* Youcke LightspeedHQ - 28 May 2018 - Change List Item Font-size - START */
li {
    font-size: 16px;
}
/* Youcke LightspeedHQ - 28 May-2018 - END */

.nav-title-box strong, .service-title-box strong {
    font-size: 19px!important;
}

/* Youcke LightspeedHQ - 09 Jun 2018 - Hide category text - START */
div#collection-content {
    position: absolute;
    line-height: 0;
    left: -2000px;
    z-index: -1000;
}
/* Youcke LightspeedHQ - 09 Jun-2018 - END */

.service-title-box span {font-size:14px!important;}
/*#sidebar .navbar li {margin-bottom:5px;}*/

/* Nathalie Lightspeed 13/08/2018 Change color of slider button START */
#slider .slide-content .btn {
  background-color: #00FC50;
}
/* Nathalie Lightspeed 13/08/2018 Change color of slider button END */

/* BEGIN Josephiene Feenstra Lightspeed August 15, 2018 | ZD #592481 | font-text articles */
.gui-blog-article li {
font-size: 14px!important;
}
/* END Josephiene Feenstra Lightspeed August 15, 2018 | ZD #592481 | font-text articles */

/* Sharlene LightspeedHQ - 16 aug. 2018 - Blogfoto productpagina - START */
div.post-image > a > img {
width: 85%;}
/* Sharlene LightspeedHQ - 16 aug.-2018 - END */

/* Youcke LightspeedHQ - 08 Oct 2018 - Contact formulier centered - START */
.gui-col2-right-col1.gui-div-faq-questions {
    display: none;
}

.gui-col2-right-col2.gui-div-faq-right {
    width: 100%!important;
}
/* Youcke LightspeedHQ - 08 Oct-2018 - END */

/* Youcke LightspeedHQ - 15 Nov 2018 - Underlined Email - START */
a[href="mailto:info@xiaomiproducts.nl"] {
    text-decoration: underline;
}
/* Youcke LightspeedHQ - 15 Nov-2018 - END */

/* Nathalie LightspeedHQ - 16 Nov 2018 - Adjust list item display on service pages - START */
#main > div > div.content > ul > li {
    list-style-type: disc;
    list-style-position: inside;
}
#main > div > div.content > p {
    font-size: 16px;
}
/* Nathalie LightspeedHQ - 16 Nov-2018 - END */

#sidebar .kiyoh-widget iframe {float: left; width: 100%; margin-top:20px; margin-bottom: 20px;}
#sidebar .nav-container .navbar ul .item {float:left; width:100%;}

/* Nathalie LightspeedHQ - 25 Apr 2019 - blog article styling - START */
.gui-blog-article h1 {
    font-size: 2.4375em!important;
    font-weight: bolder!important;
}
.gui, .gui-block-linklist li a {
    color: #000000;
}
/* Nathalie LightspeedHQ - 25 Apr-2019 - END */

/* .textpage h1 { text-align:center; } */
@media(min-width:992px) {
	.textpage-content { width:80%;margin:0 auto;margin-bottom:50px; }
}
