<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cart-sidebar {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:480px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999;
	background-color:#fff;
	font-size:14px;
	visibility:hidden;
	right:-490px;
	padding: 40px 40px 40px 50px;
  	transition: right 0.2s ease-in-out;
	box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.25);	
}

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

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

#cart-sidebar &gt; .messages.active {
	display:block;
}	

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

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

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

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

#cart-sidebar &gt; .top {
	padding:20px 15px;
	border-bottom:solid 1px #5E9AD3;
}

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

#cart-sidebar &gt; .top &gt; .close:hover &gt; i {
	color:#413F3F;
}

#cart-sidebar &gt; .top &gt; .close &gt; i {
	font-size:20px;
	position: relative;
	top: 2px;
}

#cart-sidebar &gt; .top &gt; .title {
	font-weight:bold;
	display:inline-block;	
	font-size:16px;
}


#cart-sidebar &gt; .items {
	
}

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

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

#cart-sidebar &gt; .items &gt; .no-items &gt; a{
	display:block;
	margin-top:30px;
}

#cart-sidebar &gt; .items &gt; .group-wrap {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	border-bottom: solid 1px #5E9AD3;
}	

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item {
	position:relative;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item:not(.sub) {
	font-size: 15px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub {
	line-height: 20px;
	font-size: 12px;
	line-height: 16px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .left {
	float:left;
	padding: 10px 10px 10px 0px;
	width:25%;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .left {
	padding: 5px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .left &gt; .image {
	width:85px;
	height:75px;
	max-width: 100%;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .left &gt; .image {
	height: 20px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .left &gt; .image &gt; img {
	max-height: 100px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right {
	float:left;
	width:75%;
	padding: 10px 0px 5px 4px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .right {
	padding: 5px;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .title {
	width:85%;
	display:inline-block;
	font-weight:bold;
}
#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .right &gt; .title {
	width: 100%;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .right &gt; .title {
	font-weight: normal;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .right &gt; .title span {
	display: block;
	width: 100%;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .remove {
	float: right;
	width:13%;
	display:block;
	padding: 0px;
	text-align:right;
	cursor:pointer;
	color: #5E9AD3;
}	

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .formats {
	
}	

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .amount {
	font-size: 13px;
}	

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .amount &gt; span.icons {
	padding-left:10px;
}

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

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .prices {
	padding-top: 5px;
	font-size: 14px;
}	

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

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .prices &gt; .price {
	font-weight:bold;
	display:inline-block;
	color: #5E9AD3;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item.sub &gt; .right &gt; .prices &gt; .price {
	font-weight: normal;
}

#cart-sidebar &gt; .items &gt; .group-wrap &gt; .item &gt; .right &gt; .prices &gt; .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 &gt; .items &gt; .shipping-cost,
#cart-sidebar &gt; .items &gt; .total-cost  {
	border-bottom:solid 1px #e0e0e0;
	padding:20px 10px;
}

#cart-sidebar &gt; .items &gt; .shipping-cost {
	padding:20px 10px;
}

#cart-sidebar &gt; .items &gt; .total-cost {
	padding:15px 10px;
}

#cart-sidebar &gt; .items &gt; .shipping-cost &gt; .label,
#cart-sidebar &gt; .items &gt; .total-cost &gt; .label  {
	display:inline-block;
	width:50%;
	font-size: 16px;
}

#cart-sidebar &gt; .items &gt; .shipping-cost &gt; .label.bold,
#cart-sidebar &gt; .items &gt; .total-cost &gt; .label.bold,
#cart-sidebar &gt; .items &gt; .shipping-cost &gt; .value.bold,
#cart-sidebar &gt; .items &gt; .total-cost &gt; .value.bold  {
	font-weight:bold;
}

#cart-sidebar &gt; .items &gt; .shipping-cost &gt; .value,
#cart-sidebar &gt; .items &gt; .total-cost &gt; .value  {
	display:inline-block;
	width:48%;
	text-align:right;
	font-size: 16px;
}
#cart-sidebar &gt; .items &gt; .total-cost &gt; .tax-included {
	font-size:12px;
	text-align:right;	
	color:#848484;
}

#cart-sidebar &gt; .items &gt; .button {
	padding-top: 30px;
	text-align: right;
}

#cart-sidebar &gt; .items &gt; .button &gt; a:hover,
#cart-sidebar &gt; .items &gt; .no-items &gt; a:hover {
	background-color:#000;	
}


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

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

#add-to-cart-format-popup &gt; .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 &gt; .content {
	position:fixed;
	z-index:1004;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-150px;
  	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

#add-to-cart-format-popup &gt; .content &gt; 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) &gt; .content &gt; div  { 
	background-image:url(/site/media/images/loader-small-black.gif);
}

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

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

#add-to-cart-format-popup &gt; .content &gt; div &gt; .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 &gt; .content &gt; div &gt; .text {
	opacity:1;	
}

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

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

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

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

#add-to-cart-format-popup &gt; .content &gt; div &gt; .text &gt; .buttons {
}

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

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

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

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

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

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

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



/*
* 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 &gt; .text {  
	margin:0 auto;
	width:80%;
	color:#575757;
}

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

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

	
@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);
	}
}


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

/* B*/
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .sub-articles-wrap,
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .add-to-cart-wrap,
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .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 &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .sub-articles-wrap {
		width: 50%;
	}
	
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .add-to-cart-wrap {
		width: 80%;
	}
	
}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	#cart-sidebar {
		width: 350px;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .left {
		width: 20%;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .right {
		width: 80%;
	}
	
	#add-to-cart-format-popup.active.ready &gt; .content &gt; div {
		width: 350px;
	}
	
	#add-to-cart-format-popup.active.ready &gt; .content {
		margin-left: -175px;
	}
	
	#cart-sidebar &gt; .items &gt; .button &gt; a {
		font-size: 15px;
	}
	
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .add-to-cart-wrap,
	.article.item-catalogus-detail &gt; .margin &gt; .padding &gt; .product-content &gt; .margin &gt; .padding &gt; .article-info &gt; .sub-articles-wrap {
		width: 100%;
	}

}


/* D small iphones */
@media (max-width:410px),(max-device-width:410px) and (orientation:portrait)
{
	#cart-sidebar {
		width: 100%;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .left {
		width: 25%;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .right {
		width: 75%;
	}
	
	#add-to-cart-format-popup.active.ready &gt; .content {
		margin-left: -150px;
	}
	
	#add-to-cart-format-popup.active.ready &gt; .content &gt; div {
		width: 300px;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .right &gt; .title {
		width: 80%;
	}
	
	#cart-sidebar &gt; .items &gt; .item &gt; .right &gt; .remove {
		width: 17%;
	}
}


</pre></body></html>