/* 20250721120230 - v2 */
.gui,
.gui-block-linklist li a {
  color: #333333;
}

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

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

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

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

.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 */
.headlines .item.item-1, .headlines .item.item-2, .headlines .item.item-3 {
  background-size: cover;
}

.price-difference-wrap {
	display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-difference-wrap td {
	padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-bottom: unset !important;
}

.cart-row .tab {
	display: none;
}

/* Nathalie Lightspeed 31/08/18 CHange color cookie no button START */
a.wsa-cookielaw-button.wsa-cookielaw-button-red, a.wsa-cookielaw-button.wsa-cookielaw-button-red:hover {
    background: #333333;
}
/* Nathalie Lightspeed 31/08/18 CHange color cookie no button END */

/* Added by Rutger Valk-van de Klundert @ Lightspeed HQ - 04-04-2018 */
/* Textpage table border fix */
.textpage table td {
    border-width: 1px;
    border-style: solid;
  	border-color: #8c8585;
    padding: 2px 8px;
    vertical-align: top;
}
.textpage table {
    border-collapse: collapse;
}
/* End of added by Rutger Valk-van de Klundert @ Lightspeed HQ - 04-04-2018 */
/* Joost Vermeulen - 05/02/2018 - */
.custom_widget_image {
  background:url('https://static.webshopapp.com/shops/010443/files/178094324/foto-widget-blog.png');
  background-repeat:no-repeat;
  background-size: cover;
}
/* Joost Vermeulen - 05/02/2018 - */

/* Moves the product content list over to fix issue in Chrome - Joey 5-10-16 */
.tabsPages .page.info.active ul {
  padding-left: 5px;
}
/* end */
/* This will align the list text underneath the bullets - Joey 26-9-16 / edit 24-1-17 */
.textpage ul li,
.page ul li {
    list-style-position: outside !important;
}
/* end */

.gui-blog-article ul {
  padding-left: 28px;
  margin-top: 2px;
  list-style: square !important;
  font-size: 100%;
}
.table { width: 100% !important; }
.info .right .price1 {
  color: #A93BBF;
}
.table { width: 100% !important; }
.info .right .price2 {
  color: red;
  font-weight: bold;
}
.indexTitle {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  #my-content { display: none; }  /* show it on small screens */
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content { display: show; }   /* hide it elsewhere */
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  #my-content-2 { display: show; }  /* show it on small screens */
}

@media screen and (min-width: 1024px) {
  #my-content-2 { display: none; }   /* hide it elsewhere */
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  #my-content-1 { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  #my-content-1 { display: show; }   /* hide it elsewhere */
}
*#nieuwsbrief p {
  padding: 10px;
  border-radius: 10px;
  min-height: 208px;
  color: black;
  background-color: #80FF88;
  text-align: left;
  margin-bottom: 5px;
}
#nieuwsbrief img {
  display: block;
  margin: 10px auto;
}
.betaalmethode p {
  display: inline-block;
}
#usp {
  width: 250px;
  margin-left: 102px;
}
#usp .h3-usp {
  color: rgb(107,38,115);
  width:260px;
  margin:17px 0px 10px 0px;
  font: 18px "Open Sans", Helvetica, Arial, sans-serif;
}
#usp .ul-usp li{
  background: url(https://assets.webshopapp.com/zijdendekbed-nl/vinkje-15x15.png) left center no-repeat;
  padding-left: 24px;
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
}
#usp .ul-usp  a:link {color:#414141;}    /* unvisited link */
#usp .ul-usp a:visited {color:#414141;}  /* visited link */
#usp .ul-usp a:hover {color:#580C55;}   /* hover over link */
#usp .ul-usp a:active {color:#414141;}  /* selected link */
#usp-cart {
  width: 250px;
  margin-left: 502px; 
}
#usp-cart .h3-usp {
  color: rgb(107,38,115);
  width:260px;
  margin:17px 0px 10px 0px;
  font: 18px "Open Sans", Helvetica, Arial, sans-serif;
}
#usp-cart .ul-usp li{
  background: url(https://assets.webshopapp.com/zijdendekbed-nl/vinkje-15x15.png) left center no-repeat;
  padding-left: 24px;
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
}
#usp-cart .ul-usp  a:link {color:#414141;}    /* unvisited link */
#usp-cart .ul-usp a:visited {color:#414141;}  /* visited link */
#usp-cart .ul-usp a:hover {color:#580C55;}   /* hover over link */
#usp-cart .ul-usp a:active {color:#414141;}  /* selected link */
#blog1 {
  width: 211px;
  margin: 8px auto;
  font-family: open sans; 
}
#blog1 .h3-blog {
  color: rgb(107,38,115);
  width:260px;
  margin:17px 0px 10px 0px;
  font: 18px "Open Sans", Helvetica, Arial, sans-serif;
}
#blog1 .ul-blog {
  list-style-image: none;
  padding-left:24px;
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
}
#blog1 .ul-blog a:link {color:#414141;}    /* unvisited link */
#blog1 .ul-blog a:visited {color:#414141;}  /* visited link */
#blog1 .ul-blog a:hover {color:#580C55;}   /* hover over link */
#blog1 .ul-blog a:active {color:#414141;}  /* selected link */
#kort1 {
  width: 211px;
  margin: 0 auto;
}
#kort1 .h3-kort1 {
  color: rgb(107,38,115);
  width:260px;
  margin:17px 0px 10px 0px;
}
.breadcrum a {
  font-size:9px;
}
.productAttrs {
  padding-bottom: 15px;
  font-size: 13px;
}
.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
  border-color: #8D8D8D;
  color: #ffffff;
  background-color: rgb(32, 180, 38);
}

.gui a.gui-button-small {
	background-color: #20b426;
  color: white;
}

.hallmarks {
  margin: 40px auto;
}
/* Added GUI specific style by SEOshop (Viktor) */
.gui-payment-provider-title {
  height: auto;
  margin-bottom: 20px;
  line-height: 24px;
}
.gui-cart .gui-messages .gui-info {
  display: none;
}
.gui-checkout .gui-progressbar ul li.gui-done {
  background-color:green;
}
.badge1 {
  padding-bottom: 8px;
}

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}
.social1{
  display:inline-flex;
}
.tel{
  font-size: 12px;
}
.hide {
  display:block;
}
#item {
  width: 260px;
  margin: 8px auto;
  font-family: open sans; 
}
#item .h3-item {
  color: rgb(107,38,115);
  width:260px;
  margin:17px 0px 10px 0px;
  font: 18px "Open Sans", Helvetica, Arial, sans-serif;
}
#item .paragraaf {
  line-height:19px;
}
.gui-blog-article header img {
  float: left;
}
nav.desktop .item .itemLink {
  padding: 0px;
}

.old-price {
  text-decoration: line-through;
    font-weight: bolder;
    font-size: 12px;
    color: #234598;
}

 /* Youcke LightspeedHQ - 29 Aug 2017 - responsive img fix // youtube vid fix - START */
img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

iframe {
    display: inline-block!important;
  	max-width: 100%;
}
/* Youcke LightspeedHQ - 29 Aug-2017 - END */

/* Youcke LightspeedHQ - 20 Sep 2017 - p img (inline block) - START */
p img {
    display: inline-block;
}
/* Youcke LightspeedHQ - 20 Sep-2017 - END */

/* Michael Siemerink - 2 Oct 2017 - START */
#ListUL{
   padding-left:20px;
}
/* Michael Siemerink - 2 Oct 2017 - END */

/* Omega2 - 1 dec 2017 - START */
/* 
  Dit verwijderd alle labels!! Alleen "nieuw" label moet weg.
  .products .product .image-wrap .sale-new {
      display: none!important; 
	}
*/
/* Omega2 - 1 dec 2017 - END */

.is-sticky .webwinkelkeur-top{
  display: none!important;
}

.navigation .europelogo {
  width: unset;
  right: 15px;
  top: 40px;
}

.navigation .europelogo #y-badges .y-badge {
  height: 100%;
}
.navigation .webwinkelkeur-top{
  position: absolute;
  right: 150px;
  top: 80px;
  display: inline-block;
}

.navigation .webwinkelkeur-top img{
  width: 80%;
}

#textpage .content a {
	color: #6b2673;
  text-decoration: underline;
}

#textpage .content a:hover {
	font-weight: 600;
}

.vanaf-message {
  display: inline-block;
  font-weight: 600;
  color: #000;
  margin-right: 5px;
}

.products .vanaf-message {
	font-size: 12px;
  color: #414141;
  margin-right: 3px;
}

#productpage .product-content .titles .title.reviews {
	margin-left: 30px;
}
#productpage .product-content .titles .title:hover{
  border-bottom: 2px solid;
  border-bottom-color: inherit;
}

#productpage .product-content .titles .title {
	border-bottom-color: transparent;
  cursor: pointer;
}

#productpage .product-content .titles .title.active {
	border-bottom-color: inherit;
}

#productpage .product-content .page {
 	display: none; 
}

#productpage .product-content .page.active {
 	display: block; 
}

.home-blog .article .info .article-title {
	height: 47px;
}
.home-banners .banner.banner-6 .title,
.home-banners .banner.banner-6 .subtitle {
	color: #a93bbf;
}

.home-banners .banner.banner-6 .title {
	font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 20px;
}

.home-banners .banner.banner-6 .subtitle {
  font-family: "Oxygen", Helvetica, sans-serif;
  margin-top: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
}

.home-banners .banner.banner-6 .link {
	margin-top: 20px;
}

.home-banners .banner.banner-6 .link a {
	background: #66cc33;
  color: #fff;
  border-color: #66cc33;
}

.product-info .product-stars .yotpo .text-m {
	    margin-top: -2px;
}

.product-content .titles-box .yotpo .yotpo-bottomline.pull-left.star-clickable {
	float: none !important;
}

.product-content .titles-box .yotpo .yotpo-bottomline.pull-left.star-clickable .yotpo-stars .yotpo-icon-star {
	float: none !important;
}

.product-content .titles-box .yotpo .yotpo-bottomline.pull-left.star-clickable .text-m {
	    font-size: inherit;
  line-height: 19px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .product-content .titles-box .yotpo .yotpo-bottomline.pull-left.star-clickable .text-m {
  	margin-left: 0px;
    font-size: 12px;
  }
}

@media (max-width: 1199px){
  header .align .vertical.logo{
    width: 300px;
  }
	.navigation .webwinkelkeur-top{
    right: 50px;
    top: 80px;
  }
  .navigation .webwinkelkeur-top img{
    width: 65%;
  }
  .navigation .europelogo {
    top: 30px;
	}
}
@media (max-width: 991px){
  .navigation .webwinkelkeur-top{
    display: none;
  }
}

@media (max-width: 767px) {
  .home-banners .banner.banner-6 {
  	height: 220px;
  }
  
  .home-banners .banner.banner-6 .title {
  	font-size: 25px;
    margin-bottom: 10px;
  }
  
  .home-banners .banner.banner-6 .subtitle {
    line-height: 18px;
    font-size: 12px;
    margin-top: 5px;
  }
  
  .home-banners .banner.banner-6 .link {
    margin-top: 10px;
	}
}

#blog .complete-article .article-box .article-content ul li p{
  margin-bottom: 0;
}
/* Lennart M. LightspeedHQ - 16 Oct 2018 - H2 aanpassen - START */
#textpage h1 {
  font-size: 36px!important;
}

#textpage h2 {
  font-size: 30px!important;
}

#textpage h3 {
  font-size: 24px!important;
}
/* Lennart M. LightspeedHQ - 16 Oct-2018 - END */

@media (min-width: 992px){
  .headlines .item.item-1 a.btn{
    font-size: 15px;
  }
}

@media (max-width: 767px){
  #lc_chat_layout{
    display: none!important;
  }
}

/* Sharlene LightspeedHQ - 25 feb. 2019 - Regelafstand blog bullits - START */
div.article-text > ul > li {
    line-height: 30px!important;
}
/* Sharlene LightspeedHQ - 25 feb.-2019 - END */

.products .product .info .price .new-price .price-inner.orange,
#productpage .product-info .price .new-price.orange,
.quickview-popup .product-info .price .new-price.orange{
	color:#FF751C;
}

 /* Sijmen LightspeedHQ - 29 Aug 2019 - hide shipment date selection in chcekout - START 
.gui-shipment-method-form.gui-field-content > p {
    display: none!important;
}
/* Sijmen LightspeedHQ - 29 Aug-2019 - END */
/* Shopmonkey - 14 nov 2019 -  */
#productpage .product-content .titles .title.reviews{
	display: inline-flex;
}
#productpage .product-content .titles .title.reviews .review-main-title{
	margin-right: 10px;
}
#productpage .product-content .titles .title.reviews .yotpo-stars{
	display: flex;
  flex-direction: row;
}
@media(max-width: 767px){
	#productpage .product-content .titles .title.reviews{
  	margin-left: unset;
  }
}
/* End Shopmonkey -14 nov 2019 */

 /* Sijmen LightspeedHQ - 02 Dec 2019 - Telefoonnummer veld checkout - START */
.gui-col2-equal .gui-col2-equal-col1 {
    width: 50%!important;
}
/* Sijmen LightspeedHQ - 02 Dec-2019 - END */

/* Youcke LightspeedHQ - 17 Dec 2019 - cookiebar top of screen on mobile - START */
@media (max-width: 668px) {
	.wsa-cookielaw {
		top: 150px;
		bottom: auto;
    border: 3px solid white;
	}
}
/* Youcke LightspeedHQ - 17 Dec-2019 - END */

/* CJ - 9 Apr-2020 */

/* blog page */
.iconlist_content {
  line-height: 30px;
}

/* product page */
#productpage .product-content .page.active a {
  color: #A93BBF;
  }
#productpage .product-content .page.active a:hover {
text-decoration:underline;
}
#productpage .product-content .page.active a:visited {
  color: #A93BBF;
  }

/* homepage */
p a {
	color: #A93BBF;
}
p a:hover {
  color: #A93BBF;
  text-decoration:underline;
}
p a:visited {
  color: #A93BBF;
}

/* blog page */ 
.article-box a {
	color: #A93BBF;
}
.article-box a:hover {
  color: #A93BBF;
  text-decoration:underline;
}
.article-box a:visited {
  color: #A93BBF;
}
/* CJ - 9 Apr-2020 - END */


iframe#pxcelframe {
	display:none !important;
}

/* Noah @ Shopmonkey 26/05/2020 */

.sm-service-text-block {
 	margin-bottom: 20px; 
}

.sm-service-text-block .text-block-content {
 	padding: 15px;
	background: rgba(0,0,0,0.065);
  height: 190px; 
}

.sm-service-text-block .text-block-content > p {
	overflow: hidden;
  width: 75%;
  word-break: break-word
}

#service-page .contact-form textarea {
 height: 305px; 
}

/* Noah @ Shopmonkey 28/07/2020 */

.shippingcost-message-wrap {
	display: flex;
  margin-top: 15px;
  font-weight: 700;
}

.shippingcost-message-wrap .message {
  display: flex;
  align-items: center;
}

.shippingcost-message-wrap .message .fa {
	margin-right: 10px;
  color: #6b2673;
}

@media(max-width: 767px){
  .shippingcost-message-wrap .message {
  	padding: 10px 10px;
    width: 100%;
  }
}

/* CJ 23/12/2020 */

.myButton {
	background-color:#ff751c;
	border-radius:7px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:17px;
	padding:16px 76px;
	
}
.myButton:hover {
	font-size:18px;
}
a.myButton {
 color: white !important;
 font-weight:bold; 
 text-decoration: none !important;
}
/* Justin@Shopmonkey - 13/04/2021 - Mobile sidebar filters - Start */
@media(max-width: 991px){
  #collection-page .collection-sort .open-sidebar i{
  	margin-right: 5px;
  }
  #collection-page .col-sidebar .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    margin: 0;
    min-width: 300px;
    max-width: 300px;
    z-index: 99999;
    -webkit-transform: translate(-300px, 0px);
        -ms-transform: translate(-300px, 0px);
            transform: translate(-300px, 0px);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  #collection-page .col-sidebar .sidebar.active {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
	#collection-page .col-sidebar .sidebar-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    z-index:9999;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
    transition: all .35s cubic-bezier(.29,.58,.32,1);
  }
  #collection-page .col-sidebar .sidebar-overlay.active {
    opacity:1;
    visibility:visible;
  }
  #collection-page .col-sidebar .sidebar .top-wrap{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #6b2673;
    padding: 20px;
  }
  #collection-page .col-sidebar .sidebar .top-wrap .title{
  	color: #fff;
    font-weight: bold;
  }
  #collection-page .col-sidebar .sidebar .top-wrap i{
  	color: #fff;
  }
  #collection-page .col-sidebar .sidebar .sidebar-filters{
  	padding: 20px;
  }
}
/* Justin@Shopmonkey - 13/04/2021 - Mobile sidebar filters - End */

/* CJ 22/11/2021 product-label color pdp*/
.product-images-block .product-labels .product-label.sale{
  background-color: #FF751C;
}

/* CJ 22/11/2021 message container color icon*/
.message-container .messages .message.error {
  background: #727272 !important;
}

.message-container .messages .message.error .icon {
    color: #727272 !important;
