/* ========== General styling ========== */
/* Text styling */
.bg-black {
    background: #191919;
    color: #ffffff;
}
.bg-white {
    background: #ffffff;
}
.text-black {
    color: #000000 !important;
}
.text-black:hover {
    color: #000000;
}
.text-dark {
    color: #191919 !important;
}
.text-dark:hover {
    color: #191919 !important;
}
.text-underline {
    text-decoration: underline;
}
.text-no-underline {
    text-decoration: none !important;
}
.fs-1 {
    font-size: 1rem !important;
}
.fs-2 {
    font-size: 2rem !important;
}
.fs-0-8 {
    font-size: 0.8rem !important;
}

.discount-card {
	height:240px;
}

/* Margin, padding, height, width */
.mw-1200 {
    max-width: 1200px;
}
.mw-600 {
    max-width: 600px;
}
.mw-33 {
	max-width: 33%;
}
.mw-30 {
	max-width: 30%;
}
.h-190 {
    height: 190px;   
    width: 23%;
    margin: 1%;
}
.h-323 {
    height: 323px;
}
.h-fc {
    height: fit-content;
}
.w-85 {
    width: 85%;
}
.w-83 {
    width: 83%;
}
.w-80 {
    width: 80%;
}
.w-58 {
    width: 58%;
}
.w-40 {
    width: 40%;
}
.w-33 {
	width: 33%;
}
.w-29 {
    width: 29%;
}
.w-23 {
    width: 23%;
}
.w-16 {
    width: 16%;
}
.w-12 {
    width: 12% !important;
}
.w-8 {
    width: 8% !important;
}
.w-200px {
    width: 200px;
}
.w-50px {
    width: 50px;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.top-5 {
    top: 5%;
}
.right-20 {
    right: 20%;
}
.pb-6 {
    padding-bottom: 6rem;
}

/* Shadows and hover shadows */
.hover-shadow {
    transition: box-shadow 0.25s ease-in-out;
}
.hover-shadow:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

/* Buttons */
/* .btn {
	height: initial !important;
  line-height: initial !important;
} */
.btn {
	outline: none !important;
  box-shadow: none !important;
}
.btn-borderless {
    border: none !important;
}
.btn-dark {
    background: #191919 !important;
    border-radius: 0px !important;
  	color: #FFFFFF !important;
}
.btn-dark:hover {
    background: #ffffff !important;
    color: #191919 !important;
    border-color: #191919 !important;
}
.btn-wide {
    padding: 6px 20px;
}
.btn-reverse-dark {
    border-color: #E6E3E5 !important;
    background: #E6E3E5 !important;
    color: #191919 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 0px !important;
}
.btn-reverse-dark:hover {
    background: #191919 !important;
    color: #ffffff !important;
    border-color: #191919 !important;
}
.btn-success {
    background-color: #60B530 !important;
    border-color: #60B530 !important;
}
.btn-success:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #000000 !important;
}
.btn-disabled {
    opacity: 0.25 !important;
}
.btn-disabled:hover {
    background-color: #60B530 !important;
    border-color: #60B530 !important;
    color: #ffffff !important;
}

.active {
    background: #60B530 !important;
    color: #ffffff !important;
}
.border-none {
	border-width: 0px !important;
}

/* ========== styling ========== */
.categories-overview-container {
	display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 2%;
}
h1 {
    font-size: 27px !important;
}
h1, h2 {
    font-family: 'Fedra Serif B Pro Book' !important;
  	font-weight:normal;
}
h2 {
    padding-top: 20px;
    margin-top: 10px;
    font-size: 2.4rem !important;
}
.category-title {
	font-family: 'Fedra Serif B Pro Book' !important;
  font-weight: 900;
  color: #191919;
}
.category-banner .category-title {
	color: #FFFFFF;
  text-align: center;
}
.product-title {
	font-family: 'Fedra Serif B Pro Book' !important;
  font-size: 20pt !important;
  color: #191919;
}

.wrapper ul li,
td,
p {
    font-family: 'Fedra Sans Pro' !important;
    font-weight: lighter;
}
a.btn {
	line-height: initial !important;
  text-transform: none !important;
  height: unset;
}

.customer-contact-form {
    background: #E6E6E6;
    display: flex;
    justify-content: center;
  	flex-direction: column;
  }
  .customer-contact-form .form-control {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
  }
	.customer-contact-form .form-control:text {
		font-weight: 800;
	}
  .customer-contact-form .form-control::placeholder {
    color: #000000;
    font-weight: 500;
  }
.breadcrumbs a {
	text-transform: none;
}

header {
		border: 0;
}
.header-top .center-section {
  height: 72px;
}
.header-top .menu {
    font-size: 13px !important;
}
.header-top .menu img {
		margin: 0 auto;
}
.header-nav {
    background: #E6E3E5;
}
.header-nav ul {
		font-size: 0;
}
.header-nav ul li {
		padding: 0;
}
.header-nav .sub-menu {
		display:none;
  	position: absolute;
    background: #FFFFFF;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
  	z-index: 1;
}
.header-nav .has-children:hover .sub-menu {
		display:block;
}
#formSearch input {
		padding-left: 10px !important;
}
nav ul {
    padding-left: 0;
  	float: initial !important;
}
nav ul li {
    padding: 6px;
}
nav a {
    padding: 8px 12px !important;
    white-space: nowrap;
    display: inline-block;
}
.hero .hero-text {
    margin: 50px auto;
}
.hero .hero-text a.btn {
		font-size: 14px;
		padding: 0.6rem 1.8rem;
}
.hero-text p a {
    color: #000000;
    text-decoration: underline;
}
.hero-img {
    height: 392px;
    background-size: cover;
}
.usp-container {
    font-size: 0.7rem !important;
}
.usp-container ul li {
    list-style-image: url(check.svg);
}
.review-container p{
    display: inline-block;
}
.review-container i {
    font-size: 0.6rem !important;
    color: #D5B644;
    font-size: 12px !important;
    margin-left: -4px;
}
.shopping-count {
    width: 20px;
    height: 20px;
    background: #60B530;
    border-radius: 10px;
}
.searchbar  input{
    font-weight: bold;
    font-size: 0.8rem !important;
    padding: 4px;
}
.discount-card {
    max-width: 47%;
    margin: 1.5%;
}
.discount-card p {
    bottom: -1rem;
    background: #191919;
    font-size: 16px !important;
}
.discount-card span {
    position: absolute; 
    display: block; 
    transition: 0.4s ease-in-out;
    background-size: cover !important;
}
.discount-card .image-container {
    overflow: hidden
}
.discount-card:hover span {
    transform: scale(1.1);
}
.product-types div div div div {
    font-size: 13px !important;
}
#filter_form {
	width: 100%;
}
.popular-products {
    background: #FBFAFB;
}
.popular-products div a {
    min-width: 20%;
}
.popular-products img {
		width: 70%;
}
.banner {
    background-image: url(../img/bgkeuze.jpg);
    background-position: center;
    background-size: cover;
    height: 350px;
}
.footer-mail {
    font-size: 34px !important;
    background: #E6E3E5;
    padding: 75px 0;
}
.footer-mail img {
  	display: inline-block;
}
.footer-mail div {
    width: 74%;
}
.footer-mail p {
    font-family: 'Fedra Serif B Pro Book' !important;
}
.footer-mail input {
		max-width: initial;
  	box-shadow: none !important;
  	outline: none !important;
}
.footer-mail input:active, .footer-mail input:focus {
		border: 1px solid #60B530 !important;
}
.footer-mail button {
  	height: 31px !important;
  	vertical-align: sub;
    transform: translate(-9px, -6.5px);
    width: 23%;
    padding-left: 0;
    padding-right: 0;
}
.footer-bottom {
    padding-top: 14px !important;
  	background-color: #FFFFFF;
  	color: #191919;
}
.footer-bottom a {
		color: #191919;
}
.footer-links ul .ul-title {
    font-family: 'Fedra Serif B Pro Book' !important;
    font-size: 1.2rem !important;
}
.footer-links ul li {
    margin: 8px 0;
}
.footer-socials div {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.footer-socials div a i {
  	color: #fff !important;
}
.footer-socials div a i:hover {
		color: #B8B8B8 !important;
}
.footer-bottom p, .footer-bottom a {
    font-size: 0.8rem !important;
}
.footer-bottom .payments {
		display: flex;
  	flex-direction: row;
}
.footer-bottom img {
    margin: 0 4px;
  	height: fit-content;
  	width: fit-content;
}

.show-nav {
    display: block !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.bread {
    background: #F9F9F9;
}
.bread p {
    font-size: 14px !important;
}
.product h2 {
		font-size: 28px !important;
}
.product-image {
  	width: 40% !important;
  	margin-right: 10%;
}
.form-container .size-selector {
    background: #F1F1F1;
}
.form-container form input {
    height: 44px;
    text-align:center;
}
.number-input {
    border-width: 1px;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-color: rgba(10, 10, 10, 0.2);
    padding-left: 10px !important;
    font-weight: 400;
    font-family: 'Fedra Sans Pro' !important;
}
#product_configure_variants {
  	height: fit-content;
}
#productPrice {
    font-size: 24px !important;
}
.cart a, .cart button {
	  font-size: 16px !important;
    text-transform: none ! important;
    padding: 5px 20px 5px 40px;
    height: auto;
    position: relative;
}
.cart a i , .cart button i {
	font-size: 20px;
    position: absolute;
    top: 10px;
    left: 19px;
}
a.btn.wishlist-button {
	line-height: 32px !important;
}
.product-information a:hover {
    color: #000000;
}
.product-extra h2 {
    font-size: 26px !important;
}

.product-extra table tbody tr th,
.product-extra table tbody tr td {
    padding: 18px 12px;
}

.product-extra table tbody tr th {
	font-weight:600;
}

.related-products h2 {
    font-size: 28px !important;
}
.related-products div div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    font-weight: 200;
}
.related-products div div:hover{
    border-color: #191919 !important;
}
.related-products div div a {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-family: 'Fedra Sans Pro' !important;
}
.related-products a.btn {
		line-height: unset !important;
  	font-weight: bolder;
  	font-size: 15px;
}
.related-products div div a i {
    float: left;
    font-size: 24px !important;
}
.related-products div div p {
    font-family: 'Fedra Serif B Pro Book' !important;
    font-size: 19px !important;
}
.related-products img {
    max-width: 100%;
}

.page-title h1 {
		line-height: unset;
}
.side-nav {
    font-family: 'Fedra Serif B Pro Book' !important;
    background-color: #f9f9f9;
  	width:100%;
  	height: fit-content !important;
}
.category-result-information {
		background: #E6E6E6;
  	margin-top: 0;
  	padding: 1.5rem;
}
.side-nav h3 {
    font-size: 20px !important;
    font-weight:400;
  	color:#000000;
  	margin-bottom:4px;
}

.filter-item input {
		opacity:0;
  	position:absolute;
}

.filter-item label span,
.filter-item label {
	font-size:16px;
  position:relative;
  font-weight:200;
}

.filter-item label {
	padding-top:2px;
  cursor:pointer;
  font-family: 'Open Sans';
}

.filter-item.selected label {
 	font-weight:600; 
}

.side-nav a {
    font-family: 'Fedra Sans Pro' !important;
    font-weight: lighter;
}
.side-nav-info {
    background-color: #e6e6e6;
    font-size: 14px !important;
}
.category {
	display: flex;
}
.category .container {
	width: fit-content;
}
.category-banner {
    height: 392px;
    background-position: center;
    background-size: cover;
		background-repeat: no-repeat;
  	background-color: #D4D5D7;
  	max-width: 100% !important;
}
.category-banner h2 {
    font-weight: bold;
    font-size: 32px !important;
    line-height: 1.4;
}
.products h2 {
    font-size: 20pt !important;
}
.product-container .grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.product-container .grid div {
    display: flex !important;
    flex-direction: column;
}
.product-container .grid a.btn {
		font-size: 14px;
}
.page-selector .selected {
    background-color: #191919;
    color: #ffffff !important;
    border: 1px solid #ccc;
}
.page-selector a {
    border: 1px solid #ccc;
    color: #191919;
}
.page-selector a:hover {
    border: 1px solid #191919;
    text-decoration: none;
}
.about {
    background-color: #e6e6e6;
}
.faq h2 {
    font-size: 18pt !important;
}
.accordion {
    width: 100%;
    background-color: #191919;
    color: #ffffff;
    text-align: left;
    border: none !important;
    padding: 1.75rem;
    margin-top: 1rem;
  	font-size: 16px;
    outline: none !important;
  	line-height: 0;
  	text-transform: initial;
  
}
.accordion:hover {
    background-color: #474747;
}
.accordion.active {
		background-color: #191919 !important;
}
.panel {
    background-color: #F1F1F1;
}
.panel h2 {
    font-size: 24px !important;
}
.panel h3 {
    font-size: 14px !important;
    font-family: 'Fedra Serif B Pro Book' !important;
  	margin-top: 1.5rem;
  	font-weight: 500;
}
.panel h3.title {
		font-size: 24px !important;
		color: #000;
}
.panel a {
    color: #191919;
    text-decoration: underline;
}
.panel ul {
    font-weight: lighter;
    font-size: 18px !important;
}

.categories .category-container {
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.categories .category-container .category {
	flex: 0 0 30%;
}
.categories .category.hover img, .categories .category.hover div span {
	opacity: 1 !important;
}
.categories .category .category-info {
	position: initial;
  height: initial;
}
.categories .category .category-info span {
	position: initial;
  background: none;
  color: #000000;
  text-decoration: underline;
  box-shadow: none;
}

.row {
	margin: 0;
}

.about h2 {
	font-family: 'Fedra Serif B Pro Book' !important;
  font-size: 22px !important;
  font-weight: 600;
}
.about h3 {
	margin-top: 2rem;
  font-family: 'Fedra Serif B Pro Book' !important;
  font-size: 18px !important;
}

form#formSearch button.search-btn {
	width: 0px;
}

.container div.messages ul {
	background: #ecf5ec;
  color: #41983b;
  border: 1px solid #41983b;
}

.product-information .article-long-description a {
	color: #444;
  text-decoration: underline;
}

.table.table-extra-information tbody tr td:nth-child(1) {
	font-weight: 400;
}

.product-image-thumbs {
	display: flex;
  flex-direction: row;
}
.product-image-thumbs div.product-image-thumb {
	width: 20%;
}
.product-image-thumbs div.product-image-thumb a {
	opacity: 0.5;
}
.product-image-thumbs div.product-image-thumb a.active {
	opacity: 1;
}

/* responsive */
@media only screen and (max-width: 991px) {
  .categories-overview-container {
		display: block;
  }
  .categories-overview-container div {
    margin-bottom: 8px;
    height: 346px;
  }
    .w-100-td {
        width: 100% !important;
    }
    .w-90-td {
        width: 90% !important;
    }
    .h-70-td {
        height: 70% !important;
    }
    h1 {
        font-size: 1.8rem !important;
    }
    h2 {
        margin-top: 40px;
    }
    .container {
        max-width: 100%;
    }

    .header-top .center-section {
    	height: initial;
  	}
  
    .usp-container {
        width: 100%;
        margin-right: auto;
    }
    .usp-container ul {
        margin: 0 auto;
    }

    .discount div {
        max-width: 100%;
        height: fit-content;
        margin: 0;
    }
    .discount div a {
        max-width: 100%;
        height: 270px !important;
        flex: initial;
        margin: 0;
        margin-bottom: 30px;
    }
    .discount-card div div {
        height: 96% !important;
    }

    .product-types div {
        justify-content: center !important;
    }
    .product-types div div {
        width: 100%;
    }

    .popular-products, .banner {
        display: none !important;
    }
    .footer-mail-container {
        width: 90% !important;
    }

  	.footer-mail .footer-mail-container form div {
  			margin-bottom: 0px;
  	}
    .footer-mail button {
        width: 100%;
      	height: fit-content !important;
    }
    .footer-mail div {
        width: 100%;
    }
    .footer-mail form {
        width: 100%;
        margin: 0 auto;
    }
    .footer-mail form div,button {
        width: 100%;
        transform: translate(0) !important;
    }
  
    .product-container .grid {
      grid-template-columns: 50% 50%;
    }
  	.product-container img {
  		width: 60% !important;
      margin: 0 auto;
  	}
}

@media only screen and (max-width: 992px) {
    .footer-links div {
        flex-flow: row wrap;
        padding: 12px;
    }
    .footer-links div div {
        width: 50% !important;
    }
  	.footer-links .footer-socials div {
  		width: 50% !important;
  	}
    .footer-links img {
        width: 50% !important;
    }
    .footer-socials div{
        flex-direction: row;
        display: flex;
        width: 100% !important;
        justify-content: space-between;
        margin-top: 20px;
    }
    .footer-socials div {
        width: 94%;
    }
    .footer-bottom div {
        flex-direction: column !important;
    }
  	.footer-bottom .payments {
  			flex-direction: row !important;
  	}
    .footer-bottom p {
        margin-bottom: 0;
    }
    .footer-bottom .payments {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
  	#nav .mobile {
  		width: 100%;
      height: 100%;
      position: initial;
      background: none;
      box-shadow: none;
  	}
  
  .footer-links .footer-socials div {
  		width: 100% !important;
  	}
    .footer-links img {
        width: 100% !important;
    }
  
    .menu {
        position: fixed;
        bottom: 0;
        background: #000000;
        width: 100%;
        justify-content: center;
        z-index: 2;
    }
    .footer-bottom {
        padding-bottom: 70px;
    }

    .related-products img {
        max-width: 50%;
    }
  
  	.category {
  		flex-direction: column;
  	}
  	.category .side-nav {
  		width: 100%;
  	}	
  	.category .products {
  		padding-left: 0 !important;
      margin-left: 0 !important;
  	}
  	.products .product-container div a.btn.btn-dark {
  		margin: 0;
      margin-bottom: 0 !important;
      width: 100%;
  	}
  	.product-amount-input {
  		width: 200px !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: 0 !important;
      margin-bottom: 10px !important;
  	}
}
@media only screen and (max-width: 575px) {
  .hero-img {
  	height: 130px;
  }
  .header-top .center-section {
  	height: 6px;
  }
  .category-banner {
  	height: 130px;
  }
  .category-banner .category-title {
  	padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .breadcrumbs a {
  	font-size: 1rem;
  }
  .product-container img {
  	width: 100% !important;
  }
  .product-container p {
  	margin-bottom: 0 !important;
  }
  .faq-section .collapsible {
  	text-align: left;
  }
  .product-extra .col-md-6 {
  	padding-left: 0 !important;
  }
  .product-price .price {
  	font-family: 'Fedra Sans Pro', sans-serif !important;
  }
  .inspiration {
	flex-direction: column;
	}
  .inspiration div {
  	width: 100% !important;
  }
  .inspiration .item .item-detail aside {
  	width: 200px !important;
  }
  .inspiration .item .item-detail aside.card-left {
  	left: -220px !important;
  }
  
  	.header-nav li {
  		text-align: center;
  	}
  	.header-nav .has-children .btn-reverse-dark {
  		display: none !important;
  	}
  	.header-nav .btn-reverse-dark {
  		background: #191919 !important;
      color: #FFFFFF !important;
  	}
    h1 {
        font-size: 32px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    #nav nav {
        height: 100%;
        background: #191919;
    }
    #nav nav ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-top: 40px;
    }
    #nav nav ul a {
        background: #191919;
        color: #ffffff;
        font-size: 19px !important;
        font-weight: 300;
        padding: 6px !important;
    }
    .header-nav {
        z-index: 2;
        background: #191919;
        position: fixed;
    }
    .menu {
        z-index: 3;
      	flex-wrap: wrap;
      	justify-content: space-around;
    }
    .header-top .menu {
        font-size: 10px !important;
        background: #191919;
    }
    .review-container {
        float: right;
        margin-right: 25px;
        transform: translate(0, -24px);
    }
    .hero .img {
        height: 120px;
    }
    .product-types {
        padding-top: 0 !important;
    }
    .product-types .container {
        margin-bottom: 0px !important;
    }
    .product-types div div div div {
        margin-bottom: 20px;
    }
    .footer-mail p {
        font-size: 26px !important;
    }
    .footer-links div {
        padding-top: 0 !important;
    }

    .related-products h2 {
        margin-top: 10px;
    }
    .related-products-container {
        display: grid !important;
        grid-template-columns: 100%;
  	}
    .related-products-container img {
        max-width: 100%;
      	width: 60%;
      	margin: 0 auto;
    }
    .related-products-container div {
      	max-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 12px !important;
    }
    .related-products-container div p {
        font-size: 11px !important;
        color: #191919;
    }
    .related-products-container div a {
        width: 100% !important;
        font-size: 12px !important;
    }
  	.customer-contact-form .form-container {
  			width: 90% !important;
  	}
  .header-nav .container {
  	overflow-y: auto;
    height: 100%;
    
  }
  form#formSearch {
    margin-top: 30px;
  	border: none;
    margin-bottom: 140px;
  }
  .header-nav .container form {
  	margin-bottom: 56px;
  }
  
  .bread.mb-4 {
  	margin-bottom: 0 !important;
  }
  .product.mt-5.pt-5 {
  	padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .product-image .images a.zoom.first img {
  	margin: 0 auto;
    max-height: 40vh;
    width: unset;
  }
}

/* Custom bootstap / bootstrap overrides */

@media only screen and (min-width: 575px) {
    .d-md-list-item {
        display: list-item !important;
    }
}
.col-md-10 {
    padding-left: 0;
    padding-right: 0;
}
body {
    font-size: 16px !important;
}
.container {
    max-width: 1200px;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-serif {
    font-family: 'Fedra Serif B Pro Book' !important;
}

h2 {
    font-size: 41px !important;
    color: #191919;
}
.flex-end {
    align-self: flex-end;
}

@media only screen and (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@font-face {
    font-family: 'Fedra Sans Pro';
  src: url('FedraSansPro-Medium.eot');
    src: local('Fedra Sans Pro Medium'), local('FedraSansPro-Medium'),
        url('FedraSansPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-Medium.woff2') format('woff2'),
        url('FedraSansPro-Medium.woff') format('woff'),
        url('FedraSansPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fedra Sans Pro Book';
    src: url('FedraSansPro-BookItalic.eot');
    src: local('Fedra Sans Pro Book Italic'), local('FedraSansPro-BookItalic'),
        url('FedraSansPro-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-BookItalic.woff2') format('woff2'),
        url('FedraSansPro-BookItalic.woff') format('woff'),
        url('FedraSansPro-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Fedra Sans Pro';
    src: url('FedraSansPro-MediumItalic.eot');
    src: local('Fedra Sans Pro Medium Italic'), local('FedraSansPro-MediumItalic'),
        url('FedraSansPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-MediumItalic.woff2') format('woff2'),
        url('FedraSansPro-MediumItalic.woff') format('woff'),
        url('FedraSansPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Fedra Sans Pro';
    src: url('FedraSansPro-BoldItalic.eot');
    src: local('Fedra Sans Pro Bold Italic'), local('FedraSansPro-BoldItalic'),
        url('FedraSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-BoldItalic.woff2') format('woff2'),
        url('FedraSansPro-BoldItalic.woff') format('woff'),
        url('FedraSansPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Fedra Sans Pro';
    src: url('FedraSansPro-LightItalic.eot');
    src: local('Fedra Sans Pro Light Italic'), local('FedraSansPro-LightItalic'),
        url('FedraSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-LightItalic.woff2') format('woff2'),
        url('FedraSansPro-LightItalic.woff') format('woff'),
        url('FedraSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Fedra Sans Pro Book';
    src: url('FedraSansPro-Book.eot');
    src: local('Fedra Sans Pro Book'), local('FedraSansPro-Book'),
        url('FedraSansPro-Book.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-Book.woff2') format('woff2'),
        url('FedraSansPro-Book.woff') format('woff'),
        url('FedraSansPro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fedra Sans Pro Normal';
    src: url('FedraSansPro-Normal.eot');
    src: local('Fedra Sans Pro Normal'), local('FedraSansPro-Normal'),
        url('FedraSansPro-Normal.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-Normal.woff2') format('woff2'),
        url('FedraSansPro-Normal.woff') format('woff'),
        url('FedraSansPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fedra Sans Pro Normal';
    src: url('../fonts/FedraSansPro-NormalItalic.eot');
    src: local('Fedra Sans Pro Normal Italic'), local('../fonts/FedraSansPro-NormalItalic'),
        url('FedraSansPro-NormalItalic.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-NormalItalic.woff2') format('woff2'),
        url('FedraSansPro-NormalItalic.woff') format('woff'),
        url('FedraSansPro-NormalItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Fedra Sans Pro';
    src: url('FedraSansPro-Light.eot');
    src: local('Fedra Sans Pro Light'), local('FedraSansPro-Light'),
        url('FedraSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('FedraSansPro-Light.woff2') format('woff2'),
        url('FedraSansPro-Light.woff') format('woff'),
        url('FedraSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fedra Serif B Pro Book';
    src: url('FedraSerifBPro-Book.eot');
    src: url('FedraSerifBPro-Book.eot?#iefix') format('embedded-opentype'),
        url('FedraSerifBPro-Book.woff2') format('woff2'),
        url('FedraSerifBPro-Book.woff') format('woff'),
        url('FedraSerifBPro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.article-long-description strong {
/* 	font-weight:400; */
}

.product-configure-variants {
    margin-bottom: 0 ! important;
    padding: 10px 0;
    font-weight: bold;
}

.product-configure-variants label {
	  display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

.product-configure-variants select {
    padding: 8px 0px;
    font-size: 16px;
    cursor: pointer;
    min-width: 200px;
    text-indent: 10px;
}

.price-row {
	padding:20px 0px;
}

.old-price {
	  text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
}

nav.desktop ul, nav.desktop ul li {
	font-weight:400;
}
nav.desktop ul {
	display: flex;
  flex-wrap: wrap;
}
nav.desktop ul li a { 
	  display: flex;
    padding: 8px 17px ! important;
    font-weight: 600 ! important;
  height: 100%;
}
nav.desktop ul li a img {
  height: fit-content;
  align-self: center;
}

.pager .left {
    font-size: 12px;
    padding-right: 20px;
    padding-top: 6px;
}

.shopping-count p {
  padding:0;
  margin:0;
	line-height:19px;
}

/* Content page styling */
.collapsible {
	display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  background: #191919;
  border: none;
  font-weight: 500;
  font-family: 'Fedra Sans Pro', sans-serif;
  height: fit-content;
  text-transform: none;
  font-size: 0.9rem;
}
.collapsible:active, .collapsible:focus {
  outline: none;
}
.collapsible.collapsible-active {
	margin-bottom: 0;
}
.antwoord.content {
	display: none;
}
.antwoord.content.active-panel {
	display: block;
  background: #f1f1f1;
  padding: 20px;
  text-align: left;
}
.btn-dark.form-button {
	padding: 2px 24px;
  height: fit-content;
  font-weight: bold;
  margin-top: 10px;
}

/* Inspiration page styling */
.inspiration .item {
    position: relative;
}
.inspiration .item .item-detail{
    position: absolute;
    display: flex;
    align-items: center;
}
.inspiration .item .item-detail .marker {
    background: #000000;
    color: #ffffff;
    padding: 6px 7px;
    position: absolute;
}
.inspiration .item .item-detail .marker:hover {
    transform: rotate(90deg) scale(1.5);
    transition: padding 0.2s, transform 0.2s, margin 0.2s;
}
.inspiration .item .item-detail .marker {
	transform: rotate(0deg);
}
.inspiration .item .item-detail .marker {
	transform: scale(1);
  transition: transform 0.2s;
}

.inspiration .item .item-detail .marker i {
    height: 30px;
    width: 30px;
    font-size: 2rem;
  	vertical-align: sub;
}
.inspiration .item .item-detail aside {
    background: #ffffff;
    text-align: center;
    padding: 2rem;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: 280px;
    position: absolute;
    left: 50px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    z-index: 10;
}
.inspiration .item .item-detail aside a.btn {
    font-weight: bold;
    padding: 10px 26px;
    text-decoration: none;
  	margin-top: 8px;
}
.inspiration .item .item-detail aside.active {
    visibility: visible;
    color: #000000 !important;
    background: #ffffff !important;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}
.inspiration .item .item-detail aside::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
}
.inspiration .item .item-detail aside::after {
  content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -16px;
    border-style: solid;
    border-width: 16px 0px 16px 16px;
    border-color: transparent #fff transparent;
}
.inspiration .item .item-detail aside.no-after::after {
  display: none;
}
.inspiration .item .item-detail aside.no-before::before {
	display: none;
}

.inspiration .item .item-detail aside.card-left {
	left: -300px;
}

/* Lightspeed styling override */
.gui-confirm-buttons .gui-button-small.gui-button-action[title="Kopen"] {
	background-color: #65b933;
  border: 1px solid #ffffff;
  color: #FFFFFF;
}
.gui-confirm-buttons .gui-button-small.gui-button-action[title="Kopen"]:hover {
	background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
p.cart_variant {
	font-size: 16px !important;
}
.gui-form a.gui-button-small {
	background: #c1c1c1;
  border: none;
}
.gui-right a.gui-button-large.gui-button-action {
	background: #65b933;
  border: none;
  color: #FFFFFF;
}
.gui-block-title {
	background: #F9F9F9;
}

.gui-col2-right-col1 {
	width:100%;
}

.gui-col2-right-col2 {
 	display:none; 
}

.gui-blog-article h2 {
	font-size: 22px !important;
  font-family: 'Fedra Serif B Pro Book' !important;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.gui-blog-article a {
	color: #666666;
}

.blog-index .gui.gui-blog .gui-blog-article {
	background: #F9F9F9;
  border: none;
  padding: 10px;
}
.blog-index .gui.gui-blog .gui-blog-article h1 a {
	text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Fedra Serif B Pro Book' !important;
}
.blog-article .gui.gui-blog .gui-blog-article h1 a {
	font-weight: 500;
}

.blog-index .gui.gui-blog .gui-blog-article h1 {
	margin-bottom:0;
  padding-bottom:0;
}

strong {
    font-weight: bolder;
}

.pagecontent h2 {
    font-size: 20px !important;
    color: #191919 !important;
    font-family: 'Fedra Serif B Pro Book' !important;
/*     font-weight: bolder; */
}
.pagecontent h3 {
	font-family: 'Fedra Serif B Pro Book' !important;
  font-weight: 300;
  font-size: 13px;
  margin-top: 20px;
}

.pagecontent a {
	  color: #191919;
    text-decoration: underline;
}

.gui-page-title {
    font-family: 'Fedra Serif B Pro Book' !important;
  font-weight:300;
}

.gui a.gui-button-facebook, .gui-login .gui-content-title, .gui-block-title span, .gui-block-subtitle, .gui-content-subtitle, .gui-block-linklist li.gui-active a, .gui-form .gui-radio span, .gui-popover-title, .gui-popover-title a, .gui-progressbar ul li.gui-active a, .gui-progressbar ul li.gui-done a, .gui-blog-commentlist header cite, .gui-banner, .gui a.gui-bold, .gui-page-title, .gui h1, .gui h2, .gui h3, .gui h4, .gui h5, .gui h6, .gui-table thead tr th, .gui strong {
	font-weight:bolder;
}

body.blog-article .gui-blog-article {
	
}

body.blog-article .gui-col2-right .gui-col2-right-col1 {
	width:100%;
}

body.blog-article .gui-blog-article h2 {
    font-family: 'Fedra Serif B Pro Book' !important;
  font-weight:300;
}

body.blog-article .gui-blog-article h3 {
    font-family: 'Fedra Serif B Pro Book' !important;
    font-weight: 300;
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #191919 !important;
}

.pages-service .gui-col2-right .gui-col2-right-col1 {
	width:100%;
  float:none;
}

.menu {
	text-transform:lowercase;
}

h2.faq-title {
    font-size: 24px ! important;
  	margin-bottom:30px;
    margin-top: 30px;
}

.newsletter-error, 
.contactform-error {
	color:#FF0000;
  font-size:12px;
  padding-top:8px;
}

.gui.gui-faq.col-md-8.mx-auto.pt-5 .gui-page-title {
	font-size: 1.7rem;
  font-weight: 100;
}

.antwoord.content a { 
    color: #191919;
    text-decoration: underline;
}

.antwoord.content h2 { 
    font-size: 24px ! important;
    margin-top: 18px;
  	margin-bottom:8px;
}

.antwoord.content h3 { 
	font-family: 'Fedra Serif B Pro Book' !important;
  font-size:13px ! important;
  margin-top:26px;
  margin-bottom:0px;
  font-weight:normal;
}