/* 20230304135936 - 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 */
.headlines .headline {
  display: flex;
}
.headlines .headline .overlay {
  height: 100%;
  width: 100%;
  background: none;
}

.lightgrey-bg.btn{
background-color:#eee;
}
.lightgrey-bg.btn:hover{
background-color:#eee;
  filter:none;
  cursor:default;
}
.overons img{
  max-width:100%;
height: 100%;
}
.headlines .headline .overlay.active {
  background: rgba(0,0,0,.3);
}

.sort-row-bottom .sort-block .popup-category a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.sort-row-bottom .sort-block .popup-category a .title-font {
	font-size: 1em;
  font-weight: 700;
  color: #555;
}
.headlines .headline::after {
  background: none!important;
}
.sort-row-bottom .sort-block .popup-category a i {
	font-size: 1.4em;
}

.alertbar{
 padding: 10px!important;
font-size: 1em!important;
text-transform: uppercase!important; 
}

body.fixed-popup {
  height: 100%;
  overflow: hidden;
}

#help-category-popup {
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 800px;
  background: #fff;
  z-index: 999999;
  height: 100%;
  transform: translate(100%, 0px);
  transition: all .5s ease-in-out;
}
#help-category-popup.active {
	transform: translate(0px, 0px); 
}
#help-category-popup .title-wrap {
  background: #000;
  color: #fff;
  padding: 15px 30px;
  position: relative;
}
#help-category-popup .title-wrap .close-popup {
  position: absolute;
  right: 30px;
  margin: auto 0;
  top: 0;
  height: 100%;
  bottom: 0;
  color: #fff;
  font-size: 23px;
  display: flex;
  align-items: center;
}
#help-category-popup .title-wrap h2 {
  font-size: 1.6em;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
#help-category-popup .inner {
  padding-bottom: 30px;
  height: 100%;
  overflow: scroll;
}
#help-category-popup .inner .content {
  padding: 30px;
  padding-bottom: 0;
  font-size: 1.1em;
}
#help-category-popup .inner .content img {
  max-width: 100%;
}

.tags ul li a{
  text-transform: capitalize;
}
@media (max-width: 767px) {

#header #twn-starter-overlay{
padding:0px!important;
}

  #help-category-popup .title-wrap .close-popup {
  	right: 15px;
  }
  #help-category-popup .title-wrap {
    padding-right: 45px;
  }
  #help-category-popup .title-wrap h2 {
    font-size: 1.3em;
  }
  #help-category-popup {
  	max-width: 100%;
    width: 100%;
  }
  .sort-row-bottom .sort-block.has-help-category {
  	flex-wrap: wrap;
  }
  .sort-row-bottom .sort-block.has-help-category .filters-toggle {
    order: 2;
  }
	.sort-row-bottom .sort-block.has-help-category .popup-category {
		order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
   .sort-row-bottom .sort-block.has-help-category .collection-count {
  	order: 3;  
  }
}
@media(max-width:450px) {
.product-labels .product-label{
  border-radius: 0px 2px 2px 0px!important;
  height: 20px!important;
  font-size: 10px!important;
  padding: 0 8px!important;
text-transform: capitalize;
}
.product-labels{
  top: 5px!important;
  left: 0px!important;
}
}
.gui-button-small{
  color:#000!important;
  }
.general-content{
  color:#555555;
}
.general-content a{
  text-decoration:underline;
}
.general-content strong{
 color:#000000;
}

.sqr-text h3 a{
 font-size: 13px!important; 
}
.sqr-text h3{
 height: 3.0em!important; 
}
  
#giftincart-list li{
  background: #fff!important;
}
#blog .complete-article .article-text strong {
  color:#222222
}
.textpage{
  text-align:center;
  max-width:800px;
  margin: 0px auto;
}

.textpage img{
max-width: 100%;
height: auto;
  margin-bottom:20px;
}

@media(max-width:450px) {
  .title-featured i.icon-cards{
    font-size: 4em;
  }
  
  .title-featured.short i.icon-cards{
    top: -76%;
  }
  .title-featured .title{
    font-size: 2.077em;
  }
  
  .title-featured{
    margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 20px;
  }
  
  #productpage .product-info h1.title .product-title{
    font-size: 1.323em;
  }
  #blog .title-featured i.icon-cards{
    top: -80%;
  }
    #blog .title-featured{
      margin-bottom: 10px;
padding-top: 30px;
padding-bottom: 10px;
    }
  
  
}




@media(max-width:450px) {
.gui-account-loyalty-content{
 height:175px!important;
}
#catalog h1{
font-size: 20px;
  font-weight:600;
  }
.content.line-height p{
line-height: 1.5em!important;
  }
.gui-col2-big-col2.gui-login-registered{
 margin-top:30px!important;
}
}

.gui.gui-blog hr{
margin-top: 20px;!important
margin-bottom: 20px;!important
border: 0;!important
border-top: 1px solid #eee;!important
}
.giftincart-selected{
  border: 3px solid #333!important;
}
.gui-checkout .gui-margin-fix{
  margin-bottom: 10px!important;
  }
.gui a{ color: #065179!important; }
.gui a:hover{ text-decoration:underline;}


.gui-button-small.gui-button-action{
  background-color:rgb(243,156,18)!important;
color: #fff!important;
    border-color:rgb(243,156,18)!important;
  
  }
@media(max-width:450px) {
  .gui-blog-article h1{ font-weight: 500; font-size: 20px;}
  .gui.gui-blog p { font-size: 12px;}
  .gui-blog-article h2 { font-size: 16px; }
  .gui-blog-article header ul li{font-size: 10px; padding-right: 5px; margin-right: 5px; margin-bottom: 0px; list-style-type: none;}
  .gui-blog-article header ul {margin-left:0px;}
  .gui-blog-article-comments span{ width: 20px; height: 20px; line-height:20px; background: none; color:#1d1d1d;}
 .gui-blog-article ul li{list-style-type: disc;}
   .gui-blog-article ul {margin-left:20px;}
  .gui-blog-article footer{margin-top: 40px;}
  .gui, .gui-block-linklist li a{ color:#202629;}
}

.gui-button-small.gui-button-action:hover{
  text-decoration: underline;
  }

.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:#414141;
  }
.gui-blog-article ul{
list-style: disc;
  margin-left: 20px;
margin-bottom: 10px;
  font-size: 100%;}

.gui-blog-article ol{
  list-style: decimal;
  margin-left: 20px;
margin-bottom: 10px;
  font-size: 100%;}

.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}
.wsa-demobar{
position: absolute !important;
}

@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}

/* Noah @ Shopmonkey 05/03/2020 BEGIN */


/* Noah @ Shopmonkey 05/03/2020 END */

@media (min-width: 1200px) {
	#header .logo a img {
  	width: 100px;
    height: 100px;
  }
}

.sidebar .sb-cats ul ul ul ul li a {
	    font-size: .51em;
}

.bx-play:before {
	content:"\eb24";
}

.Button1,.Button1 a{
	background-color:#2a6496;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-size:1.0em;
	padding:4px 12px;
	text-decoration:none!important;
  font-family:"Arvo", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight:bold;
}
.Button1:hover {
  	cursor:hand;
  text-decoration:underline!important;
}
.Button1:active {
	position:relative;
	top:1px;
}
@media only screen and (max-width:480px) { 
  .Button1 {
    width:100%;
    font-size:0.7em;
    max-width: max-content;
    padding:2px 18px!important;
  }
    .gui-table table tbody tr td:nth-child(5) {
      display: table-cell!important;
  }
}
.products .product .inner .top-ranking{
/* 	position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-weight: bold; */
  color: #fff;
  background-color: #2a6496;
color: #fff;
font-size: 18px;
height: 36px;
width: 36px;
border-radius: 30px;
padding: 10px!important;
font-family: "Arvo" !important;
font-weight: 500;
/*   border-radius: 4px;
  padding: 7px 10px;
  font-size: 0.95em; */
}
.products .product .inner .top-ranking .divider{
	margin: 0 5px;
}
.products .product.large .inner {
	-webkit-box-shadow: none;
	        box-shadow: none;
  border: 0;
}
  


.products .product .image-wrap {
	padding: 3%;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.product-labels {
	position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
  z-index: 2;
}

.product-labels .product-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 15px;
  margin: 3px;
  z-index: 1;
      background: #048700;
    color: white;
}

.top-ranking{

}

.mobile-menu .categories-wrap ul.subs li .cat-inner,
.mobile-menu .categories-wrap>ul>li>.cat-inner {
	position: relative;
}

/* .mobile-menu .categories-wrap ul.subs li a.more-cats,
.mobile-menu .categories-wrap>ul>li>.cat-inner>a.more-cats {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
} */

#collection .collection-row .main-col {
	max-width: calc(100% - 380px);
}

@media (max-width: 1199px) {
	#collection .collection-row .main-col {
	max-width: 100%;
	}
}

.sort .inner{
	align-items: center;
}

.sort-row-bottom .sort-block{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee
}

.sort-block .back-url{
	font-weight: 900;
  margin: 1px 15px 0px 0px;
  display: flex;
  align-items: center;
}

.sort-block .subcat-slider-outer{
	width: 100%;
  left: 0;
}

.sort-block .back-url:before{
/* 	content: '/f053'; */
}

.subcat-slider {
	width: 100%;
}

.subcat-slider-outer {
  margin-right: -15px;
  width: 80%;
}

.subcat-slider .inner-sub {
  background: #eee;
  padding: 10px 7px 7px 7px;
  display: block;
  font-size: 0.9em;
  text-align: center;
  white-space:nowrap;
}

.subcat-slider .inner-sub:hover {
	background: #ddd;
}

#productpage .pre-order-popup-link {
	display: flex;
  align-items: center;
  margin-top: 15px;
  color: #aaa;
}

#productpage .pre-order-popup-link i {
	font-size: 1.1em;
  margin-right: 7px;
}

#productpage .pre-order-popup-link span {
	text-decoration: underline;
  font-weight: bold;
}

#preorder-info {
	display: none;
  width: 100%;
  max-width: 500px;
  padding: 40px;
}

#preorder-info .title {
	font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.product-kit {
  padding: 10px;
}

.product-kit .inner {
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
  display: flex;
}

.product-kit .image-wrap {
  padding: 10%;
  min-width: 350px;
  max-width: 350px;
}

.product-kit .image-wrap img {
	width: 100%;
}

.product-kit .info-btn-wrap {
	display: flex;
  flex-grow: 10;
}

.product-kit .info-wrap {
  display: flex;
  padding: 40px 30px;
  flex-grow: 10;
}

.product-kit .info-wrap .info-inner {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 2px solid #eee;
  padding-left: 20px;
  width: 100%;
}

.product-kit .info-wrap .product-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #000224;
}

.product-kit .product-usp {
	margin-bottom: 30px;
}

.product-kit .product-usp .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.product-kit .product-usp .usp-wrap li:not(:last-child) {
	margin-bottom: 8px;
}

.product-kit .product-usp .usp-wrap li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  background: #000224;
}

.product-kit .price {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  margin-top: auto;
  font-weight: bold;
  color: #594a40;
}

.product-kit .price .price-old {
  color: #777;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-kit .price .price-new.sale {
  color: #2a6496;
}

.product-kit .btn-wrap {
  display: flex;
  align-items: flex-end;
  padding: 40px 30px;
  padding-left: 0;
  margin: -5px;
}

.product-kit .btn-wrap .btn-col {
	padding: 5px;
}

.product-kit .btn-wrap .btn {
	height: 45px;
  padding: 0 30px;
}

.product-kit .btn-wrap .btn.view-product {
  background: #eee;
  color: #594a40;
}

.product-kit .btn-wrap .btn.add-product {
  background: #048700;
  color: #fff;
}

.product-kit .btn-wrap .btn i {
	margin-right: 10px;
  font-size: 1.4em;
}

@media (max-width: 1699px) {
	.product-kit .image-wrap {
    padding: 7%;
    min-width: 300px;
    max-width: 300px;
  }
}

@media (max-width: 1499px) {
	.product-kit .image-wrap {
    min-width: 250px;
    max-width: 250px;
  }
  
  .product-kit .info-wrap .product-title {
  	font-size: 1.2em;
  }
  
	.product-kit .info-wrap,
  .product-kit .btn-wrap {
    padding: 30px 20px;
  }
  
  .product-kit .btn-wrap {
    padding-left: 0;
  }
  
  .product-kit .btn-wrap {
  	flex-direction: column;
    justify-content: flex-end;
  }
  
  .product-kit .btn-wrap .btn-col {
  	width: 100%;
  } 
  
  .product-kit .btn-wrap .btn {
  	padding: 0 20px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .product-kit .info-btn-wrap {
    flex-direction: column;
  }
  
  .product-kit .info-wrap {
  	padding: 20px;
  }
  
  .product-kit .btn-wrap {
  	padding: 20px;
    padding-top: 0;
  }
  
  .product-kit .image-wrap {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .product-kit {
  	padding: 7px;
  }
  
  #blog.complete-article.image-wrap {
    margin: 0 -15px;!important}
}

@media (max-width: 499px) {
  .product-kit .inner {
  	flex-direction: column;
  }
  
  .product-kit .info-wrap .info-inner {
  	border-left: 0;
    padding: 0;
    border-top: 2px solid #eee;
    padding-top: 20px;
  }
  
  .product-kit .image-wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 5% 25%;
  }
}

.pricebundle{
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
color: #000224;
  margin-right:6px;
  width:100px;
}
.bundle .bundle-inner{
background: #fff;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
  box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
padding:0px;
}

.bundle .bundle-inner .products-wrap{
  padding:20px;
}

.bundle .bundle-info{
    padding:20px;
  background: rgb(247,247,247);
}
.bundle .price-box .price{
 color:#000224; 
  font-size: 15px;
}
.bundle .price-box .old-price{
  color: #000224;
font-size: 15px;
}

.bundle-products .image-wrap{
  width:180px;
}
.bundle-products .bundle-product .plus{
  font-size: 20px;
  margin-top:50px;
}

@media (max-width: 499px)
  {
    
      .bundle .bundle-title{
font-size: 1.3em;

}
    
  .pricebundle{
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
color: #000224;
  margin-right:6px;
}
.bundle .bundle-inner{
background: #fff;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.05);
  box-shadow: 0 0 5px 1px rgba(0,0,0,.05);}

.bundle .price-box .price{
 color:#000224; 
}

.bundle-products .image-wrap{
  width:120px;
}
.bundle-products .bundle-product .plus{
  font-size: 18px;
  margin-top:40px;
}
    .bundle .bundle-info .btn{
      width:75%;
      float:right;
    }
}

.ui.selection.dropdown{min-width:50%;}
.blogartikel{max-width:800px;margin:0 auto}
.blogartikel img{width:100%;height:auto}
.blogartikel img.blogafbeelding{width:100%;height:auto}
.blogartikel h2 {
line-height: 50px;
border-bottom: 1px solid;
  font-size: 1.2em;
}
/* Justin@Shopmonkey - 14/04/2021 - Kiyoh footer widget - Start */
#footer .column-kiyoh{
	color: #fff;
  font-size: 1.077em;
}
#footer .column-kiyoh .title{
  font-size: 1.308em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1em;
}
#footer .custom-kiyoh-widget .inner-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .custom-kiyoh-widget .score-wrap{
	margin-left: 10px;
}
#footer .custom-kiyoh-widget .score-wrap .count{
  font-size: .923em;
  font-weight: 700;
  color: #aaa;
}
#footer .custom-kiyoh-widget .score-wrap .score{
  font-size: 1.077em;
  font-weight: 700;
  color: #fff;
}
#footer .custom-kiyoh-widget .stars i{
	color: #ffa400;
  font-size: 1.2em;
}
#footer .custom-kiyoh-widget .read-more{
  margin-top: 20px;
}
@media(max-width: 991px){
	#footer .column-kiyoh .title{
  	font-size: 1.1em;
    margin: 0;
    padding: 15px 0;
  }
  #footer .custom-kiyoh-widget .score-wrap .score{
  	font-size: 1em;
  }
  #footer .custom-kiyoh-widget .read-more{
    margin-top: 15px;
  }
}
@media(max-width: 767px){
  #footer .custom-kiyoh-widget .logo img{
  	height: 40px;
    width: 40px;
  }
}
/* Justin@Shopmonkey - 14/04/2021 - Kiyoh footer widget - End */

.sidebar-breadcrumbs .sidebar-breadcrumb {
	margin: 5px 0px;
}

.sidebar-breadcrumbs .sidebar-breadcrumb a {
  font-size: 14px;
  color: #777;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sidebar-breadcrumbs .sidebar-breadcrumb a i {
	margin-right: 2px;
}

.mobile-menu-inner .sidebar-breadcrumbs {
	margin-bottom: 15px;
}

.footer-newsletter {
	display:flex;
  align-items:stretch;
}

.footer-newsletter input {
	height:auto;
  color:#000;
  width:100%;
  max-width:200px;
  margin-right:10px;
}

.footer-newsletter input.error{
	border:1px solid red;
}

.footer-spacer {
	height:30px;
}

/* .sidebar-breadcrumbs .sidebar-breadcrumb a:hover {
	color: #000;
} */

/* productpage variants */
.product-variants .size-blocks ul {
  display: flex;
  justify-content: flex-start;
  margin: -5px;
  flex-wrap: wrap;
}

.product-variants .size-blocks li {
  padding: 5px;
  display: flex;
}

.product-variants .size-blocks li.active a {
  background: #048700;
  color: #fff;
}

.product-variants .size-blocks a {
  padding: 15px;
  background: #f7f7f7;
  color: #000224;
  font-weight: 700;
  white-space: nowrap;
  line-height: 15px;
}

.product-variants .product-variant-title .label-title {
  font-weight: 700;
  font-size: 1.077em;
  padding-left: 10px;
  border-left: 3px solid #2a6496;
  margin-bottom: 15px;
  color: #000224;
}

@media (max-width: 767px){
  .product-variants .size-blocks a {
    padding: 10px;
  }
  
}

/* end productpage variants */

.black-bg {
  background: #000224;
}

.bundle .bundle-info .btn,
.products .product .image-wrap-outer .btn-wrap .btn.add-product {
  background: #000224 !important;
}

#productpage .info-title {
  border-left: 3px solid #000224;
}

#productpage .product-content-block .info-tabs,
#productpage .product-content-block .content-title {
  border-left: 4px solid #000224;
}

#productpage .product-content-block .pros-cons-wrap .proscons li .plus {
  background: #000224 !important;
  font-size: 1px;
}

#productpage .product-content-block .pros-cons-wrap .proscons li .min, 
#productpage .product-content-block .pros-cons-wrap .proscons li .plus {
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
}

@media (max-width: 767px) {
  #header .logo a img {
    height: 50px;
	}
  #header .logo a {
    padding: 5px;
  }
  #productpage .product-usp.mobile {
    order: 2;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
  }
  #productpage .product-images .productpage-slider {
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 0%);
  }
  #productpage .product-content-block .info-tabs .tab-title {
    font-size: 1.25em;
    text-transform: none;
  }
  #productpage .product-content-block .info-tabs li h2 {
    text-transform: none;
  }
  .filter-wrap.sort-mobile {
    margin-bottom: 13px;
  }
  
  .filter-wrap.sort-mobile  .custom-dropdown {
    padding-bottom: 13px;
  }
}
@media (max-width: 499px) {
  .bundle .bundle-title {
      font-size: 13px;
  }
}

.article-text td {
  line-height: 14px !important;
vertical-align: baseline;
  padding: 5px 15px;}
.article-text td a{
    text-decoration: none !important;
    font-size: 12px;
}
.article-text td {
color: #555 !important;
font-weight: 600;
  }
.article-text td a:hover{
    text-decoration: underline;

}
/* blog tekst */
#blog .complete-article .article-text {
 font-family: "Roboto", Helvetica, sans-serif;
 font-display: fallback;
 padding: 0 1rem;
 margin: 0 auto;
 color: #333;
 line-height: 1.6;
  font-size:18px;
}

#blog .complete-article  h1 {
 font-family: "Arvo", Helvetica, sans-serif;
 font-display: fallback;
 margin-bottom: 2rem;
 line-height: 1.1;
  
}

  #blog .complete-article .title-wrap .title{
    font-size: 1em!important;
}

#blog .complete-article  h2 {
 font-family: "Roboto", Helvetica, sans-serif;
 font-display: fallback;
 line-height: 1.0;
 margin-top: -20px;
  
  
}
#blog .complete-article  h3 {
 font-family: "Roboto", Helvetica, sans-serif;
 font-display: fallback;
 line-height: 1.0;  
 margin-top: -20px;
 }

#blog .complete-article  figure {
 margin: 0
}

#blog .complete-article  img {
 max-width: 100%;
}

#blog .complete-article  figcaption {
 font-family: "Roboto", Helvetica, sans-serif;
 font-display: fallback;
 font-size: 0.8em;
 color: #555;
}

#blog .complete-article  p, #blog .complete-article  li {
 font-weight: 300;
}

#blog .complete-article h1 {
 font-size: 2.8em; 
 font-weight: 700;
}

#blog .complete-article h2 {
 font-size: 1.6em;  
}

#blog .complete-article h3 {
 font-size: 1.2em; 
}


@media screen and (min-width: 1200px) {
#blog .complete-article p, #blog .complete-article  li{
  font-size: 110%;
 }
}
#blog .complete-article p{
  margin-bottom:25px;
}
@media screen and (max-width: 410px) {
  #blog .complete-article p{
  margin-bottom:15px;
}
  #blog .complete-article  h2 {
 margin-top: -20px;
  
  
}
#blog .complete-article  h3 {  
 margin-top: -20px;
 }
}

.product-labels .product-label.sale{
  color: #fff;
background: #D01345;
}

.product-labels .product-label{
  border-radius: 0px;
}
  .product-labels{
    left:0px!important;
}
    .product-labels .product-label{
    font-size: 13px;
    height: 25px;
    padding: 0 10px;
}
#productpage .product-info .price-stock .price-old, .products .product .info .price .price-old{
  font-weight: 500;
}

#productpage .product-info .price-stock .price-new.sale, .products .product .info .price .price-new.sale{
  color: #D01345;
}

#textpage .content p a{
font-weight: bold;
  text-decoration: underline;
}

#textpage .content{
max-width: 1100px;
margin: 0px auto;
  font-size: 16px;
}
.vacature{
max-width: 800px;
margin: 0px auto;
  color:#333;
  font-size: 16px;
}

.vacature li a:hover{
  color:#000;
  text-decoration: underline;
}
/* Keuzehulp */
#collection .main-col iframe {
  width: 100%;
  height: 750px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  #collection .main-col iframe {
    height: 600px;
  }
}
/* End keuzehulp */

.item.red{
  color: #000!important;
opacity: 0.5!important;
}

#header #twn-starter-overlay {
	background: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: 0 2px 10px 2px rgb(0 0 0 / 7%);
  max-height: 500px;
  overflow-x: scroll;
  border-radius:5px;
}

#header .tweakwise-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin-top:10px;
}

@media(max-width:767px) {
  #header .tweakwise-box {
  	margin-top:60px;
  }
  #header .tweakwise-box .container {
  	padding:0px 10px;
  }
}
