#cart-sidebar {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:400px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
	background-color:#fff;
	font-size:14px;
	visibility:hidden;
	right:-410px;
	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  
	-webkit-box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    -3px 0px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         -3px 0px 10px 0px rgba(50, 50, 50, 0.25);	
}

#cart-sidebar.active {
	right:0;
	visibility:visible;
}

#cart-sidebar > .messages {
	padding:10px;
	display:none;
}

#cart-sidebar > .messages.active {
	display:block;
	margin-top:60px;
}	

#cart-sidebar > .messages > div {
	display:none;	
	padding:15px;
}

#cart-sidebar > .messages > div.active {
	display:block;	
}

#cart-sidebar > .messages > .error {
	background-color:#fcf4f2;
	color:#a51b00;
	border:solid 1px #f9c9bf;
	border-left:5px solid #a51b00;
}

#cart-sidebar > .messages > .success {
	background-color:#f3faef;
	color:#325e1c;
	border:solid 1px #c9e1bd;
	border-left:5px solid #77b259;
}

#cart-sidebar > .top {
	padding: 15px 20px;
	border-bottom:solid 1px #ebeae9;
	position: fixed;
	background-color:
	#fff;
	top: 0;
	z-index: 1;
	width: 400px;
}

#cart-sidebar > .top > .close {
	display:inline-block;	
	cursor:pointer;	
	padding-right:10px;
}

#cart-sidebar > .top > .close:hover > i {
}

#cart-sidebar > .top > .close > i {
	font-size:26px;
	position: relative;
	top: 2px;
	color: #c40049;
}

#cart-sidebar > .top > .title {
	display: inline-block;	
	font-size: 18px;
	line-height: 30px;
}

#cart-sidebar > .items > .no-items {
	text-align:center;
	color:#555555;
	padding:50px 20px;
}

#cart-sidebar > .items > .no-items > i {
	font-size: 55px;
	color: #E7E7E7;
	margin-bottom: 30px;
}

#cart-sidebar > .items > .no-items > a{
	color:#fff;
	border-radius:3px;
	background-color:#47b222;
	display:block;
	text-align:center;
	padding:7px;
	margin-top:30px;
}
	

#cart-sidebar > .items > .item {
	border-bottom:1px solid #ebeae9;
	position:relative;
}

#cart-sidebar > .items > .item > .left {
	float:left;
	padding:10px;
	width:35%;
}

#cart-sidebar > .items > .item > .left > .image {
	max-width: 100%;
}

#cart-sidebar > .items > .item > .left > .image > img {
	
}

#cart-sidebar > .items > .item > .right {
	float:right;
	width:65%;
	padding: 10px 20px 10px 10px;
}

#cart-sidebar > .items > .item > .right > .company-label {
	width:90%;
	padding-right: 10px;
}

#cart-sidebar > .items > .item > .right > .title {
	padding-right: 10px;
	display:inline-block;
	color: #25282a;
	font-family: "ClearGothicSerial-Medium";
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}	

#cart-sidebar > .items > .item > .right > .remove {
	width:10%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	cursor:pointer;
	color: #c40049;
	font-size: 20px;
	float: right;
}	
#cart-sidebar .title.padding-top{
	padding-top:15px;
}

#cart-sidebar > .items > .item > .right > .formats {
}	

#cart-sidebar > .items > .item > .right > .amount {
}	

#cart-sidebar > .items > .item > .right > .amount > span.icons {
	padding-left:10px;
}

#cart-sidebar > .items > .item > .right > .amount > span.icons > i {
	cursor:pointer;
	padding-right:3px;
}

#cart-sidebar > .items > .item > .right > .prices {
}	

#cart-sidebar > .items > .item > .right > .prices > .price-old {
	text-decoration: line-through;
	display:inline-block;
	padding-right:5px;
	display:none;
}	

#cart-sidebar > .items > .item > .right > .prices > .price {
	font-weight:bold;
	display:inline-block;
}	

#cart-sidebar > .items > .item > .right > .prices > .discount {
	color:#fff;
	background-color:#e73029;
	border-radius:2px;
	display:inline-block;	
	font-size:10px;
	padding:0px 3px;
	line-height:16px;
	display:none;
}

#cart-sidebar > .items > .total-cost  {
	border-bottom: solid 1px #e0e0e0;
	padding: 20px 10px;
	line-height: 24px;
}

#cart-sidebar > .items > .min-order-cost,
#cart-sidebar > .items > .total-cost {
	padding: 15px 20px;
}

#cart-sidebar > .items > .total-cost > .shipping-cost {
	font-size: 12px;
	line-height: 8px;
	padding-bottom: 8px;
}

#cart-sidebar > .items > .member-discount {
	padding: 15px 20px 0px 20px;
	line-height: 24px;
}

#cart-sidebar > .items > .member-discount > div,
#cart-sidebar > .items > .total-cost > div {
	display: flex;
	width: 100%;
}

#cart-sidebar > .items > .member-discount .label,
#cart-sidebar > .items > .total-cost .label  {
	flex-grow: 1;
}

#cart-sidebar > .items > .member-discount .label.bold,
#cart-sidebar > .items > .member-discount .label.bold,
#cart-sidebar > .items > .total-cost .label.bold,
#cart-sidebar > .items > .total-cost .value.bold  {
	font-weight: bold;
	font-size: 18px;
}

#cart-sidebar > .items > .member-discount .value,
#cart-sidebar > .items > .total-cost .value  {
	text-align: right;
}

#cart-sidebar .button {
	padding: 15px 20px;
	background-color: #fff;
	width: 400px;
}

#cart-sidebar .button > a {
	color:#3399ff;
	border-radius:3px;
	background-color:#fff;
	border: 2px solid #3399ff;
	display:block;
	font-size:18px;	
	text-align:center;
	padding:10px;
	font-weight: bold;
}

#cart-sidebar .button > a:hover,
#cart-sidebar > .items > .no-items > a:hover {
	background-color:#3399ff;
	color: #fff;
}

#cart-sidebar .button > a.disabled {
	cursor: default;
	color: #d7d2cb;
	background-color: #ebeae9;
    border-color: #ebeae9;
}

#add-to-cart-format-popup {
	visibility:hidden;
	opacity:0;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#add-to-cart-format-popup.active {
	opacity:1;
	visibility:visible;
}

#add-to-cart-format-popup > .shadow{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:1002;
}

#add-to-cart-format-popup > .content {
	position:fixed;
	z-index:1004;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-150px;
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
  	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
  	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#add-to-cart-format-popup > .content > div {
	background-color:#fff;
	width:300px;
	min-height:150px;
	border-radius:3px;
	padding:20px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#add-to-cart-format-popup.active:not(.ready) > .content > div  { 
	background-image:url(/site/media/images/loader-small-black.gif);
}

#add-to-cart-format-popup.active.ready > .content {
	margin-left:-225px;	
}

#add-to-cart-format-popup.active.ready > .content > div  { 
	width:450px;
}

#add-to-cart-format-popup > .content > div > .text {
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

#add-to-cart-format-popup.active.ready.show-text > .content > div > .text {
	opacity:1;	
}

#add-to-cart-format-popup > .content > div > .text > .title {
	font-weight:bold;
	font-size:16px;	
	padding-bottom:15px;
}

#add-to-cart-format-popup > .content > div > .text > .option {
	padding-bottom:15px;	
}

#add-to-cart-format-popup > .content > div > .text > .option > span.label {
	display:block;
	padding-bottom:5px;
}

#add-to-cart-format-popup > .content > div > .text > .option > .select{
	position:relative;
}

#add-to-cart-format-popup > .content > div > .text > .buttons {
}

#add-to-cart-format-popup > .content > div > .text > .buttons > div:not(.clear) {
	cursor:pointer;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .close {
	float:left;
	padding:7px 15px 7px 0;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart {
	width:150px;
    float: right;
    text-align: center;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart > a,
#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart > div.loading {
	padding:7px 15px;
	background-color: #e1e1e1;
	width:100%;
	display:block;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart > .loading.active ~ a {
    display: none;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart > div.loading {
	display:none;
}

#add-to-cart-format-popup > .content > div > .text > .buttons > .add-to-cart > div.loading.active {
	display:block;	
}

.article.item-catalogus-list > .margin .padding .labels {
	width: 100%;
	margin-top: -40px;
	height: 40px;
	z-index: 10;
	position: relative;
	top: auto;
	transform: initial;
}
.article.item-catalogus-list > .margin .padding .labels img {
	width: auto;
	height: 25px;
	margin: 0;
	float: right;
} 
.list-view .article.item-catalogus-list > .margin .padding .labels {
	margin-top: -35px;
	height: 35px;
}

/*
* styling the checkbox animation
*/

.review-succes .icon {
    border: 4px solid #808080;
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto 30px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

.review-succes .icon.success {
    border-color: #a5dc86;
	display:block;
}

.review-succes .icon.success::before, 
.review-succes .icon.success::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.review-succes .icon.success::before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px 0;
}

.review-succes .icon.success::after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform: rotate(-45deg);
    transform-origin: 0 60px 0;
}

.icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}

.review-succes .icon.success .placeholder {
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.review-succes .icon.success .fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 8px;
    z-index: 1;
}

.review-succes .icon.success .line {
    background-color: #a5dc86;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.review-succes .icon.success .line.tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
}

.review-succes .icon.success .line.long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
}

.review-success-tip {
    animation: 0.75s ease 0s normal none 1 running animate-success-tip;
}

.review-success-long {
    animation: 0.75s ease 0s normal none 1 running animate-success-long;
}

.review-succes .icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}	

.review-succes-shadow {
	background:rgba(0,0,0,0.7);
	position:fixed;
	z-index:50000;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.review-succes {
	background-color:#fff;
	position:fixed;
	z-index:50001;
	border-radius:5px;
	top:100px;
	padding:20px;
	width:700px;
	left:50%;
	margin-left:-400px;
}

.review-succes > .text {  
	margin:0 auto;
	width:80%;
	color:#575757;
}

.review-succes > .close-button {  
	float:right;
	padding:6px 15px;
	margin-top:30px;
	border-radius:3px;
	background-color:#198EC7;
	color:#fff;
	cursor:pointer;
}

.review-succes > .close-button:hover {
	background-color:#39A7DC;
}

/* fix for safari */
/* #cart-sidebar > .top,
#cart-sidebar .button {
	right: -410px;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
} */
/* #cart-sidebar.active > .top,
#cart-sidebar.active > .items > .button {
	right: 0;
	visibility: visible;
} */

@keyframes animate-success-tip {
	0% {
		left: 1px;
		top: 19px;
		width: 0;
	}
	54% {
		left: 1px;
		top: 19px;
		width: 0;
	}
	70% {
		left: -8px;
		top: 37px;
		width: 50px;
	}
	84% {
		left: 21px;
		top: 48px;
		width: 17px;
	}
	100% {
		left: 14px;
		top: 45px;
		width: 25px;
	}
}

@keyframes animate-success-long {
	0% {
		right: 46px;
		top: 54px;
		width: 0;
	}
	65% {
		right: 46px;
		top: 54px;
		width: 0;
	}
	84% {
		right: 0;
		top: 35px;
		width: 55px;
	}
	100% {
		right: 8px;
		top: 38px;
		width: 47px;
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}
/* Fixes for animation */
#cart-sidebar > .top{
	position:relative;
}
#cart-sidebar > .items {
	margin-top: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% - 140px);
}
/* End fixes for animation */

/* Empty cart */
#cart-sidebar > .top > .empty-shopping-cart {
	color: #0199ff;
	cursor: pointer;
	transition: color .25s ease;
	float: right;
	line-height: 30px;
}

#cart-sidebar > .top > .empty-shopping-cart:hover {
	color: #000;
}

/* A */
@media (max-width: 1024px),(max-device-width:1023px) and (orientation:landscape)
{
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .add-to-cart-wrap,
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .price-wrap{
		width: 100%;
	}

	#cart-overlay {
		position: fixed;
		z-index: 900;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000000;
		opacity: 0;
		visibility: hidden;
		transition-property: opacity, visibility;
		transition-delay: 0s, 0.5s;
		transition-duration: 0.5s, 0s;
		transition-timing-function: ease-out;
	}
	
	#cart-overlay.active {
		opacity: 0.5;
		visibility: visible;
		transition-delay: 0s, 0s;
		transition-timing-function: ease-in;	
	}

}

/* B*/
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .sub-articles-wrap,
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .add-to-cart-wrap,
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .price-wrap {
		width: 100%;
	}
}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{	
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .sub-articles-wrap {
		width: 50%;
	}
	
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .add-to-cart-wrap {
		width: 80%;
	}
	
}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	#cart-sidebar,
	#cart-sidebar > .top,
	#cart-sidebar .button {
		width: 350px;
	}

	
	
	#cart-sidebar > .items > .item > .left {
		width: 20%;
	}
	
	#cart-sidebar > .items > .item > .right {
		width: 80%;
	}
	
	#add-to-cart-format-popup.active.ready > .content > div {
		width: 350px;
	}
	
	#add-to-cart-format-popup.active.ready > .content {
		margin-left: -175px;
	}
	
	#cart-sidebar .button > a {
		font-size: 15px;
	}
	
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .add-to-cart-wrap,
	.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .sub-articles-wrap {
		width: 100%;
	}

	.article.item-catalogus-list > .margin .padding .labels {
		position: absolute;
		top: 0;
		left: 0;
		width: auto !important;
		margin-top: 0;
		height: auto;
	}	
	
	.product-grid-view .padding {
		padding: 10px !important;
	}
	
	.article.item-catalogus-list > .margin .padding > .image .title {
		height: auto !important;
	}


}


/* D small iphones */
@media (max-width:410px),(max-device-width:410px) and (orientation:portrait)
{
	#cart-sidebar {
		width: 275px;
	}

	#cart-sidebar > .top,
	#cart-sidebar .button {
		width: 275px;
		right:0px /* iPhone fix*/
	}

	#cart-sidebar > .items > .item > .left {
		width: 25%;
	}
	
	#cart-sidebar > .items > .item > .right {
		width: 75%;
	}
	
	#add-to-cart-format-popup.active.ready > .content {
		margin-left: -150px;
	}
	
	#add-to-cart-format-popup.active.ready > .content > div {
		width: 300px;
	}
	
	#cart-sidebar > .items > .item > .right > .title {
		width: 80%;
	}
	
	#cart-sidebar > .items > .item > .right > .remove {
		width: 17%;
	}

	#cart-sidebar > .top > .empty-shopping-cart {
		font-size: 0;
		line-height: 0;
	}

	#cart-sidebar > .top > .empty-shopping-cart:before {
		content: "\f1f8";
		font-family: "Font Awesome 5 Pro";
		line-height: 30px;
		font-size: 18px;
	}
}

/*
    Custom Odin 2019
*/
.catalogus-list.grid-view > .margin {
	overflow: hidden;
}
.catalogus-list.list-view > .margin > .padding {
	margin: 0 15px;
}

.catalogus-list.grid-view .product-list-view {
	display: none;
}
.catalogus-list.list-view .product-grid-view {
	display: none;
}

.company-label{
    color: #25282a;
    font-family: "ClearGothicSerial-Light";
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-top: 15px;
}

.article.item-catalogus-list > .margin .padding .fav-icon {
	color: #ebeae9;
    font-size: 24px;
	position: relative;
	z-index: 1;
}
.article.item-catalogus-list > .margin .padding .fav-icon:active {
	font-size: 22px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.article.item-catalogus-list.product-list-view > .margin .padding .fav-icon {
	top: 10px;
	position: absolute;
	transform: initial;
	right: 10px;
	z-index: 10;
}
.article.item-catalogus-list > .margin .padding .fav-icon.product-icon-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}
.article.item-catalogus-list > .margin .padding > .fav-icon {
	position: absolute;
	right: 20px;
	top: 15px;
}
.article.item-catalogus-list.favChecked > .margin .padding .fav-icon > i:before,
.article.item-catalogus-list > .margin .padding .fav-icon > i:hover::before {
	font-weight: 700;
	cursor: pointer;
	display: block;
}

.item-catalogus-list {
    width: 20%;
	float: left;
}
.grid-view .item-catalogus-list {
	min-height: 444px;
}

.item-catalogus-list > .margin .padding .title > h2 {
    color: #25282a;
    font-family: "ClearGothicSerial-Medium";
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.news-home .item-recent-news-list > .margin .padding .item-image-text > h2,
.item-catalogus-list.recipe-view > .margin .padding .title > h2 {
	padding: 0;
}
.minus-icon,
.plus-icon {
    font-size: 24px;
	border-radius: 50%;
	border: 2px solid currentColor;
	width: 40px;
	height: 40px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.item-catalogus-detail .minus-icon,
.item-catalogus-detail .plus-icon {
	width: 48px;
	height: 48px;
}

.product-grid-view .product-count-container {
	display: flex;
}
.product-grid-view .product-count-container .product-amount-holder {
	flex-grow: 1;
	max-width: 100%;
	box-shadow: none;
}
.product-grid-view .product-count-container .product-amount-holder input[type="number"].product-amount-number {
	width: 100%;
}

.minus-icon{
	color: #c9caca;
	border-color: #ebeae9;
}
.minus-icon:hover{
	border: none;
	color: #ffffff;
	background: #ebeae9;
}

.plus-icon{
    color: #3399ff;
}
.plus-icon:hover{
	border: none;
	color: #ffffff;
	background: #3399ff;
}

.product-amount-number{
    color: #25282a;
    font-family: Archivo, sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    width: 66px;
    text-align: center;
    height: 39px;
    padding: 9px;
	border-radius: 50px;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: textfield;
	border: 2px solid #ebeae9;
	box-shadow: none !important;
	background-clip: padding-box !important;
}
.product-amount-number.is-zero {
    color: #d7d2cb;
    background-color: #ebeae9;
}
.product-amount-number:focus {
	outline: none;
	background-color: #fff;
}
.product-amount-number::-webkit-outer-spin-button,
.product-amount-number::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.item-catalogus-detail .product-amount-number,
.product-list-view .product-amount-number {
	height: 46px;
	margin-top: 1px;
	width: 145px;
}

.product-sales-label{
    color: #94c11a;
    font-family: 'Archivo';
    font-size: 18px;
}

.product-size{
    color: #aaaaaa;
    font-family: 'Archivo';
    font-size: 14px;
}
.product-size.weight-article:after {
	content: "\f24e";
	margin-left: 3px;
	font-weight: 100;
	font-family: "Font Awesome 5 Pro";
}

/*===================================================================
	Grid-View
===================================================================*/

.product-grid-view {
	line-height: 18px;
}

.product-grid-view .product-sales-label {
	font-size: 16px;
	font-weight: 500;
}

.product-grid-view .padding {
	padding: 20px;
	position: relative;
}
/*===================================================================
	List-View
===================================================================*/

.product-list-view {
	font-size: 14px;
    width: 100%;
    background-color: white;
	line-height: 28px;
}
.product-list-view > .margin {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.product-list-view > .margin > .padding {
	height: 133px;
	padding: 0;
}
.product-list-view > .margin > .padding > div ,
.product-list-view > .margin > .padding > a > div > * {
	position: relative;
    top: 50%;
	transform: translateY(-50%);
}

.product-list-view > .margin > .padding > a dl {
	margin: 0px;
}

.product-list-view > .margin > .padding > div:nth-last-of-type(2) {
	margin: 0;
    width: 15.66%;
    overflow: hidden;
    padding: 0 5px;
    float: left;
}

.product-list-view > .margin > .padding > div:nth-last-of-type(2) > .product-count-container {
	width: 168px;
}

.product-list-view > .margin > .padding > a > * {
	border-right: 1px solid #d7d2cb;
	margin: 0;
	width: 16.86%;
	overflow: hidden;
	padding: 0 10px;
	float: left;
	height: 100%;
}

.product-list-view > .margin > .padding > a > .image-container {
	width: 16.86%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.product-list-view > .margin > .padding > a > .image-container img {
	max-height: 100%;
	margin: auto;
	display: block;
	max-height: 115px;
}

.product-list-view > .margin > .padding > a > div > dl > div {
	display: flex;
}
.product-list-view > .margin > .padding > a > div > dl > div > dt {
	width: 86px;
}
.product-list-view > .margin > .padding > a > div > dl > div > dd {
	margin: 0;
	font-weight: bold;
}
.product-list-view > .margin > .padding > a > div > dl.prices > div > dt {
	width: auto;
}
.product-list-view > .margin > .padding > a > div > dl.prices > div > dd {
	font-weight: normal;
	margin-left: auto;
}
.product-list-view > .margin > .padding > a > div > dl.prices > div > dd.price-members {
	font-weight: bold;
}

.product-list-view .product-amount-number {
	width: 66px;
}
.product-list-view .minus-icon,
.product-list-view .plus-icon {
	width: 46px;
	height: 46px;
}
.product-list-view > .margin > .padding > .clear {
	display: none;
}

.product-list-view > .margin > .padding .company-label {
	text-transform: none;
}

.product-list-view > .margin > .padding .title > h2 {
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
}

.product-list-view .product-size {
	font-weight: bold;
	color: inherit;
}

/*===================================================================
	Detail page
===================================================================*/
.article-contain-container{
    height: auto;
    width: 33.3%;
	float: left;
	padding: 0 15px;
}
.article-allergy-info{
    height: auto;
    width: 33.3%;
    float: left;
	padding-left: 15px;
}
.article-specific-info{
    padding: 60px 0px 40px 0px;
    background-color: #ebeae9;
    float: inherit;
	width: 100%;
}
.article-specific-info > .article-correct-size > div > h1{
    font-size: 18px;
}
.article-use-container{
    height: auto;
    width: 33.3%;
	float: left;
	padding-right: 15px;
}
.article-specific-list-nameval{
    width: 50%;
    float: left;
}
.article-specific-list-nameval > p{
	border-bottom: 1px solid #d7d2cb;
	padding: 10px 0;
}
.article-specific-list-nameval > p:last-child{
	border-bottom: none;
}
.detail-image{
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.price-box:first-child .price-label-value {
	font-weight: bold;
}
#cart-sidebar .price-wrap.deposit-price {
	font-size: 12px;
}
#cart-sidebar .price-wrap,
#cart-sidebar .members-price-wrap {
    display: flex;
}
#cart-sidebar .members-price-wrap.bold {
	font-weight: bold;
}
#cart-sidebar .product-count-container {
    margin-top: 10px;
	display: flex;
}
#cart-sidebar .product-count-container .product-amount-holder {
    flex-grow: 1;
}
#cart-sidebar .product-count-container .product-amount-holder .product-amount-number {
	width: 100%;
}
.price-label {
    float: left;
	width: 20%;
	flex-grow: 1;
}
.price-label-value{
	float: right;
}
.loyalty-points{
	background-color: #8ba93b;
	color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
}
.article.item-catalogus-list > .margin .loyalty-points{
	position: relative;
	z-index: 11;
	margin-top: -40px;
	display: block;
}
.article.item-catalogus-list.product-list-view > .margin .loyalty-points{
	position: absolute;
	top: 10px;
	transform: initial;
}
.article-info > .company-label{
    font-size: 20px;
}
.detail-product-amount{
    color: #aaaaaa;
    font-family: 'Archivo';
    font-size: 18px;
}
.article.item-catalogus-detail > .margin > .padding > .product-content >  .margin > .padding > .width-66 {
	padding-right: 12px;
}
.article.item-catalogus-detail > .margin > .padding > .product-content >  .margin > .padding > .width-33 {
	padding-left: 17px;
}
.article.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .text{
	/* height: 108px; */
	margin-bottom: 80px;
}
.price-box{
	width: 275px;
	margin: 0;
}
.prices-container {
	font-size: 18px;
	overflow: hidden;
	padding-bottom: 15px;
}
.prices-container.deposit-price{
	font-size: 16px;
}
.prices-container.product-weight.weight-article .price:after {
	content: "\f24e";
	margin-left: 5px;
	font-weight: 100;
	font-size: 15px;
	font-family: "Font Awesome 5 Pro";
}
.members-prices-container {
	font-size: 20px;
    font-weight: bold;
	padding-bottom: 15px;
}
.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .company-label{
    height: 24px;
}
.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .product-name-detail{
    height: 60px;
}
.item-catalogus-detail > .margin > .padding > .product-content > .margin > .padding > .article-info > .detail-product-amount{
    height: 34px;
}
.button-container {
	margin-top: 20px;
}
.detail-icon-holder {
    margin-top: 11px;
}
.detail-product-amount-holder {
    height: 100%;
    margin: 0px 20px;
}
.detail-product-amount-number {
    height: 100%;
    width: 80px;
    background-color: #EFEFEF;
    font-family: "ClearGothicSerial-Medium";
    color: #25282a;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    border-radius: 90px;
}
.product-content > .margin > .padding > .image {
	position: relative;
}
.product-content > .margin > .padding > .image > .fav-icon > .fa-heart {
    font-size: 32px;
	color: #ebeae9;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.article.favChecked .product-content > .margin > .padding > .image > .fav-icon > .fa-heart,
.product-content > .margin > .padding > .image > .fav-icon > .fa-heart:hover {
	font-weight: 700;
}
.discount-label{
    font-size: 20px;
    color: #009a17;
    font-family: 'Archivo';
}
.product-list-view .discount-label {
	font-size: 18px;
}
.product-grid-view .discount-label {
	font-size: 16px;
}
.article-allergy-info > ul{
    list-style: none;
}

.article.item-catalogus-detail .article-properties {
	padding-bottom: 30px; 
}

.article.item-catalogus-detail .article-properties > div {
	padding: 30px;
	border: 1px solid #d7d2cb;
	border-radius: 5px;
}

.article.item-catalogus-detail .article-properties h2 {
	font-size: 18px;
}

.article.item-catalogus-detail .article-properties dl,
.article.item-catalogus-detail .article-properties ul {
	margin: 0 0 30px;
}

.article.item-catalogus-detail .article-properties dl {
	margin: 15px 0 0;
}
.article.item-catalogus-detail .article-properties dl > div {
	display: flex;
	padding-bottom: 20px;
}

.article.item-catalogus-detail .article-properties dl > div:last-of-type {
	padding-bottom: 0;
}
.article.item-catalogus-detail .article-properties dl > div > * {
	width: 50%;
}
.article.item-catalogus-detail .article-properties dl > div > dd {
	margin: 0;
	font-weight: bold;
}

.article.item-catalogus-detail .article-properties ul.labels {
	list-style: none;
	padding: 0;
	margin: 0 -10px 0;
	display: none;
	flex-wrap: wrap;
	line-height: 1;
}

.article.item-catalogus-detail .article-properties li {
	margin-left: 10px;
	margin: 10px 0 0 10px;
}

.article.item-catalogus-detail .article-properties li a {
	border: 1px solid #d7d2cb;
	border-radius: 4px;
	padding: 9px 8px 7px;
	color: inherit;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

.article.item-catalogus-detail .article-properties li a:hover {
	border-color: currentColor;
}

.article.item-catalogus-detail .article-properties li a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	content: "\f02b";
	margin-left: 7px;
	vertical-align: -0.125em;
}

.article.item-catalogus-detail .related > h2 {
	font-family: "dearjoe3", cursive;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 24px;
}

.article.item-catalogus-detail .related > div > a {
	display: flex;
	color: inherit;
	border: 1px solid #d7d2cb;
	border-radius: 4px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

.article.item-catalogus-detail .related > div > a:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.23);
	border-color: rgba(0, 0, 0, 0.12);
}

.article.item-catalogus-detail .related .image {
	overflow: hidden;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	width: 175px;
	height: 130px;
	flex-direction: column;
}
.article.item-catalogus-detail .related .image img {
	flex-shrink: 0;
	max-width: none;
	max-height: 130px;
	height: 100%;
	width: auto;
	margin: auto;
}

.article.item-catalogus-detail .related .product-info {
	padding: 15px;
}
.article.item-catalogus-detail .related .product-info h3 {
	font-size: 16px;
}

.article.item-catalogus-detail .related .product-info .labels {
	padding: 0;
	margin: 19px 0 0;
	line-height: 1.3;
	font-size: 14px;
}

.article.item-catalogus-detail .related .product-info .labels span::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	content: "\f02b";
	margin-left: 4px;
	font-size: 12px;
	font-weight: lighter;
}
  
/*===========================
	Recipes
===========================*/
.article.recipe-list-view {
	display: none;
}

.article.catalogus-list .article.vacancies-view,
.article.catalogus-list .article.recipe-view {
	width: 25%;
	padding: 15px;
}

.article.catalogus-list .article.recipe-view > .margin > .padding {
	padding: 0 0 18px 0;
	position: relative;
}

.article.catalogus-list .article.recipe-view a {
	color: #000;
}

.article.catalogus-list .article.vacancies-view > .margin > .padding .fav-icon,
.article.catalogus-list .article.recipe-view > .margin > .padding .fav-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	padding: 7.5px;
	color: #4b4b4b;
	display: none;
}
.article.catalogus-list .article.recipe-view > .margin > .padding .fav-icon:hover {
	color: #d7d2cb;
	background: none;
}
.article.catalogus-list .article.recipe-view > .margin > .padding .fav-icon:hover i::before {
	font-weight: bold;
}
.article.catalogus-list .article.recipe-view > .margin > .padding .fav-icon > i {
	float: none;
	vertical-align: top;
}

.article.catalogus-list .article.vacancies-view > .margin > .padding > a > .image,
.article.catalogus-list .article.recipe-view > .margin > .padding > a > .image {
	height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    margin-bottom: 20px;
}

.article.item-catalogus-detail .related .image img,
.article.catalogus-list .article.vacancies-view > .margin > .padding > a > .image > img,
.article.catalogus-list .article.recipe-view > .margin > .padding > a > .image > img {
	min-height: 100%;
    min-width: 100%;
    width: 100%;
    display: block;
    max-width: none;
    max-height: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
	border-radius: 3px 3px 0 0;
	object-fit: cover;
}

.article.catalogus-list .article.vacancies-view > .margin > .padding > a > .image > img,
.article.catalogus-list .article.recipe-view > .margin > .padding > a > .image > img {
	height: 100%;
}

.article.item-catalogus-detail .related .image img {
	border-radius: 3px 0 0 3px;
}

.article.catalogus-list .article.vacancies-view > .margin > .padding .title,
.article.catalogus-list .article.recipe-view > .margin > .padding .title {
	padding: 0 25px;
	height: 145px;
    position: relative;
	overflow: hidden;
	color: #25282a;
}

.article.catalogus-list .article.vacancies-view > .margin > .padding .title:after,
.article.catalogus-list .article.recipe-view > .margin > .padding .title:after {
	height: 50px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: 10;
}
.article.catalogus-list .article.recipe-view > .margin > .padding .title h2 {
	margin-bottom: 9px;
	text-transform: none;
}
.article.catalogus-list .article.recipe-view > .margin > .padding .title p {
	line-height: 20px;
}

.article.item-catalogus-detail .recipe-info > h1 ~ :not(:last-child) {
	margin-bottom: 30px;
}

.article.item-catalogus-detail .recipe-info .recipe-description {
	font-family: "ClearGothicSerial", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients {
	border: 1px solid #d7d2cb;
	border-radius: 5px;
	padding: 25px;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients > div {
	padding: 0 10px;
}
.article.item-catalogus-detail > .margin > .padding > .product-content .recipe-ingredients h2 {
	margin-top: 0;
	font-size: 18px;
	line-height: 22px;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients::after {
	content: "";
	clear: both;
	display: block;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients ul > li {
	position: relative;
	padding: 0 0 12px 25px;
	font-size: 14px;
	line-height: 16px;
}
.article.item-catalogus-detail .recipe-info .recipe-ingredients ul > li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	font-weight: lighter;
}

.article.item-catalogus-detail .recipe-info .recipe-preparation {
	font-size: 14px;
	padding-bottom: 20px;
}

.article.vacancies-info h1 {
	padding-bottom: 20px;
}

.article.vacancies-info .intro {
	padding-bottom: 20px;
}

.row.imageblock a {
	color: #fff;
}

/*===========================
	Subscriptions
===========================*/
.choose-subscribe-option {
	position: relative;
}
.choose-subscribe-option > button {
	position: absolute;
	right: 15px;
	top: 42px;
	line-height: 40px;
	padding: 0;
	border-radius: 5px;
	border: 2px solid #d7d2cb;
	background: #fff;
	padding: 0 24px;
	transition: all .25s linear;
}
.choose-subscribe-option.first-item > button {
	top: 15px;
}
.choose-subscribe-option > button:hover {
	background: #000;
	color: #fff;
	border: 2px solid #fff;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.article-holder > .margin > .padding > .main-product-title {
	overflow: visible;
	margin-bottom: 10px;
}
.choose-subscribe-option.item > .article.item-catalogus-subscriptions-list.article-holder > .margin > .padding > .main-product-title {
	border-top: 1px solid #d7d2cb;
	padding-top: 28px;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.article-holder > .margin > .padding {
	padding: 15px;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.article-holder > .margin > .padding > .main-product-title > h1 {
	float: left;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.sub-articles-holder > .margin > .padding > .subscriptions-col {
	padding: 5px 15px 15px;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.sub-articles-holder > .margin > .padding > .subscriptions-col > .sub-description ul {
	margin-top: 3px;
}
.choose-subscribe-option > .article.item-catalogus-subscriptions-list.sub-articles-holder > .margin > .padding > .subscriptions-col > .sub-description ul li {
	line-height: 26px;
}

/* navigation */
.catalogus-list.grid-view > .margin {
	overflow: visible;
}
.navigation-wrap.nav-select > .pagination {
	display: inline-block;
	color: #000;
}

.navigation-wrap.nav-select > a.disabled > i,
.navigation-wrap.nav-select > a.disabled:hover,
.navigation-wrap.nav-select > a.disabled {
	color: #757575;
}
.navigation-wrap.nav-select > a {
	padding: 0 10px;
	color: #000;
}
.navigation-wrap.nav-select > a:hover {
	color: #fff;
}
.navigation-wrap.nav-select > .search-pagination {
	width: 60px;
	display: inline-block;
	line-height: 36px;
	border: 2px solid #d6d2cb;
	border-radius: 3px;
}
.navigation-wrap.nav-select > .search-pagination > .input-wrap {
	margin: 0;
	padding: 0;
}
.navigation-wrap.nav-select > .search-pagination > .input-wrap > .input.field-type-select > .select-clone-value {
	border: none;
	padding: 0 30px 0 0;
	height: auto;
	min-height: auto;
	float: none;
	font-size: 16px;
}
.navigation-wrap.nav-select > .search-pagination > .input-wrap > .input.field-type-select > .select-clone-value:after {
	right: 15px;
	top: 2px;
}
.navigation-wrap.nav-select > span {
	padding: 0 7px;
}
.navigation-wrap.nav-select > a.next {
	margin-left: 100px;
}
.navigation-wrap.nav-select > a.prev {
	margin-right: 100px;
}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{
	.navigation-wrap.top.for-mobile {
		display: block;
	}

	.navigation-wrap.top.for-mobile .navigation-wrap {
		padding-bottom: 15px;
	}

	.navigation-wrap.nav-select > a.next {
		float: right;
		margin-left: 0;
	}
	.navigation-wrap.nav-select > a.prev {
		float: left;
		margin-right: 0;
	}
}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	

	.item-catalogus-list{
		min-height:auto!important;
	}
	.product-amount-holder{
	width: calc(100% - 126px);
	}
	.item-catalogus-detail .product-amount-number, .product-list-view .product-amount-number{
		width:100%;
	}

	#cart-sidebar.active > .items > .button{
		right:auto!important;
	}
	#cart-sidebar .button{
		right:auto!important;
		transition:none!important
	}

	.article.item-catalogus-detail .recipe-info .recipe-description {
		font-size:16px;
		line-height:26px;
	}

	.item-catalogus-list {
		min-height: auto;
	}
}
