<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : May 30, 2015, Jun 15, 2015 2:28:23 AM
    Author     : Jakub MaĹlak
*/

#wrap {
	float: left;
	width: 100%;
	height: 600px;
}
#item-editor {
	position: relative;
	float: left;
	width: 800px;
	height: 100%;
}
#configurator {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#configurator #outlines {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	pointer-events:none;
}
#configurator img {
	position: absolute;
}
#configurator img.hover {
    /* opacity: 0.7; */
    /* filter: alpha(opacity=70); */
    /* filter: brightness(120%); -webkit-filter: brightness(120%); -moz-filter: brightness(120%); -o-filter: brightness(120%); -ms-filter: brightness(120%); */
}

#item-editor-header {
	position: absolute;
	top: 15px;
	left: 20px;
	padding: 0 0 0 0;
	z-index: 10;
}
#btn-show-markers {
	position: absolute;
	top: 0px; /* 15 */
	left: 0px; /* 20 */
	color: white;
	/* z-index: 1; */
	font-size: 12px;
}
#btn-mark-all-doors-and-drawers {
	position: absolute;
	top: 0px; /* 15 */
	left: 150px; /* 170 */
	color: white;
	/* z-index: 1; */
}
#btn-mark-selected-doors-and-drawers {
	position: absolute;
	top: 0px; /* 15 */
	left: 440px; /* 460 */
	color: white;
	/* z-index: 1; */
}

#btn-switch-circle-or-elements {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#item-editor-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 0 6px 20px;
	z-index: 10;
}

#btn-inspirations {
	
}
#color-info {
	position: absolute;
	bottom: 12px;
	left: 200px;
	font-size: 10px;
	z-index: 10;
}

#menu {
	float: right;
	width: 410px;
	height: 100%;
}
#menu-header {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 9px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	box-sizing: border-box;
	background-position: right 10px center;
	background-position-x: 98%;
	background-position-y: 50%;
	background-repeat: no-repeat;
}
#menu-header .menu-header-text { white-space: nowrap; overflow: hidden; margin-right: 30px; }
#menu-header #btn-download-image { position: absolute; top: 9px; right: 10px; }

#default-color-fronts {
	position: relative;
	width: 100%;
	height: 52px;
	padding: 17px 0 15px 12px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #585858;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}
#default-color-fronts.disabled { pointer-events: none; opacity: 0.4; }
#default-color-fronts .btn-brw { position: absolute; right: 0px; height: 32px; padding: 5px 15px 0; margin-top: -8px; margin-right: 15px; }
#default-color-fronts .icon-info { }
#btn-to-basket { margin-right: 15px; }

#menu-content,
.menu-content {
	width: 100%;
	height: 428px; /* 480 - 52 z #default-color-fronts */
	overflow: hidden;
}
	#model-list {
		overflow-y: auto;
	}
	#selected-colors {
		position: relative;
		height: 100%;
	}
		#model-selected-colors {
			width: 100%;
			padding: 15px 0 15px 10px;
		}
		#btn-color-reset {
			float: right;
			width: 140px;
			height: 40px;
			margin: 15px 15px 0 0;
			text-align: right;
			font-size: 12px;
			line-height: 14px;
			cursor: pointer;
		}
	#color-picker {
		width: 100%;
		padding: 15px 0 15px 10px;
	}
	.color-picker-title {
		font-weight: bold; padding: 0px 0px 8px 5px;
	}
	#room-color-picker {
		background-color: #dddede;
	}

.model-color-circles {
	padding: 0px;
	height: 428px;
}

.color-group {
	margin: 0;
	width: 100%;
}
.color-group-title {
	font-weight: normal; padding: 0px 0px 0px 5px;
}
.color-circles {
	overflow: hidden;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	/* height: 50px; ##+++## */
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	padding-left: 10px;
}
.color-circles-main-title {
	font-weight: bold; padding: 0px 0px 0px 10px;
}
.color-circles-title {
	float: left;
	clear: left;
	width: 100%;
	font-size: 12px;
}
.color-circles-content {
	float: left;
	width: 400px;
	/*background: red;*/
}
.color-circles-content img {
	margin: 1px 1px;
	float: left;
}

#menu-footer {
	width: 100%;
	border-top: 1px solid #585858;
	background-color: white;
}
	#menu-footer-price {
		width: 100%;
		padding: 6px 15px 6px 0;
		text-align: right;
		font-size: 14px;
	}
	#menu-footer-buttons {
		width: 100%;
	}

	
	

	
.model-list-item {
	float: left;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid gray;
}
.model-list-item:last-of-type {
	border: none;
}
.model-list-item-image {
	position: relative;
	float: left;
	width: 190px; /* 160px */
	height: 100%;
}
.model-list-item-image img {
	position: absolute;
}
.model-list-item-desc {
	float: left;
	height: 100%;
	padding-top: 35px; /* 65px */
	font-size: 12px;
	max-width: 205px;
	/* white-space: nowrap; */
	/* border: 1px solid red; */
}
.model-list-item-desc p {
	margin: 0;
}
.model-category {
	font-size: 14px;
}
.model-name {
	font-size: 14px;
}
.model-list-count {
	font-size: 14px;
	margin-left: 5px;
}
.model-price-label {
	font-size: 12px;
}
.model-price-value {
	font-size: 12px;
}
.model-size {
	font-size: 12px;
}










/*
* modals
*/

#modal-inspirations .modal-dialog { width: 1102px; 	margin-top: 60px; }
#modal-inspirations .modal-body { padding: 0; height: 360px; overflow: hidden; }
.inspirations-slick { width: 1100px; }
.inspirations-item-slide { width: 550px; }
/* .inspirations-item-slide IMG { width: 550px; height: 330px; } */
.inspirations-slick .slick-prev, .inspirations-slick .slick-next { position:absolute; top: 140px; background-color: white; width: 50px; height: 50px; } 
.inspirations-slick .slick-prev { left: 0px; }
.inspirations-slick .slick-next { right: 0px; }
.inspirations-slick .slick-dots { bottom: -35px; }
.inspirations-chooser { position: relative; float: left; width: 550px; height: 330px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.inspirations-chooser .overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 90px; padding: 21px 0 0 29px; 
								 font-size: 48px; line-height: 48px; letter-spacing: -0.04em; color: white; font-family: SuperclarendonBl-Regular; background-color: rgba(224,198,68,0.3)  }
.inspirations-chooser .overlay .small-text { font-size: 28px; font-family: Ubuntu; }

#modal-exit-warning .modal-dialog {
	width: 460px;
	margin-top: 160px;
}

#modal-default-color-fronts .modal-dialog {
	width: 380px;
	margin-top: 200px;
}

#modal-to-basket-info .modal-dialog {
	width: 360px;
	margin-top: 160px;
}
#modal-to-basket-info .add-to-basket-notice {
	margin: 2px 0 0 0;
}
#modal-to-basket-info .modal-body a {
	margin: 15px 0 0 0;
}

#modal-to-basket .modal-dialog {
	width: 940px; /* 860px */
	margin-top: 10px;
	margin-bottom: 0;
}
#modal-to-basket .modal-body {
	padding: 0
}
#modal-to-basket .modal-summary {
	line-height: 40px; margin-right: 15px
}

.modal-content-header {
	float: left;
	width: 890px; /* 770px */
	height: 50px;
	line-height: 50px;
	margin: 0 25px;
	border-bottom: 1px solid #666;
	font-size: 16px;
	font-weight: normal;
}
.modal-content-footer {
	float: left;
	width: 940px; /* 820px */
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px 50px 0 50px;
}
.item-wrap {
	overflow: hidden;
	width: 940px; /* 820px */
	height: 510px;
	padding-left: 50px; /* 90px */
	/* background: url(../../../img/icon/www/icon_cube1.png) left 25px top 15px no-repeat; */
}
.slick {
	width: 840px; /* 680px */
	height: 510px;
}
.items-row-top { width: 840px; /* 680px */ height: 241px; border-bottom: 1px solid #ACACAC; }
.items-row-bottom { width: 840px; /* 680px */ height: 240px; border-bottom: 1px solid #ACACAC; }

.item {
	position: relative;
	float: left;
	width: 210px; /* 170px */
	height: 220px;
	color: inherit;
}
.item:hover {
	color: inherit;
}
.item-menu {
	width: 100%;
	height: 34px;
	margin: 5px 0 1px 0;
	text-align: center;
}
.item-menu .delete-confirm {
	display: none;
	position: absolute;
	left: 36px;
	top: 25px;
	width: 98px;
	height: 54px;
	padding: 12px 8px 0 8px;
	border: 2px solid #999;
	z-index: 111;
	background-color: white;
}
.item-menu .delete-confirm .yes,
.item-menu .delete-confirm .no {
	text-align: center;
	padding: 7px 0 0 0;
	width: 35px;
	height: 30px;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
.item-menu .delete-confirm .yes {
	float: right;
	background-color: #BDC405;
}
.item-menu .delete-confirm .no {
	float: left;
	background-color: #DA2128;
}
.ico-delete {
	position: relative;
	display: inline-block;
	margin: 3px;
	z-index: 112;
}

.item .overlay {
	display: none;
	position: absolute;
	top: 0px; /* 40px */
	left: 0;
	width: 100%;
	height: 145px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(255,255,255,0.3);
	z-index: 2;
}
.item:hover .overlay {
	display: block;
}
.item .image {
	position: relative;
	width: 100%;
	height: 145px;
	margin: 0 auto;
	padding: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.item .image img {
	position: absolute;
}
.item .description {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	color: #585858;
	margin-top: 20px;
}
.item .description p {
	margin: 0;
}
.item .description .delete-item-without-confirmation {
	position: absolute;
	top: -12px;
	right: 10px;
}
.item .cat-name {
	font-weight: normal;
	line-height: 13px;
	font-size: 12px;
}
.item .item-name {
	font-weight: bold;
	line-height: 13px;
	font-size: 12px;
}
.item .item-price {
	font-weight: normal;
	line-height: 13px;
	font-size: 12px;
	text-transform: lowercase;
}
.item .item-size {
	font-weight: normal;
	font-size: 10px;
}
.item .item-lights {
	font-weight: normal;
	font-size: 10px;
}

#modal-total-count,
#modal-total-price {
	font-size: 16px;
	font-weight: bold;
	color: #585858;
}



/* slick arrows */
.slick-prev, .slick-next {
    top: 230px;
}
.slick-prev { left: -30px; }
.slick-next { right: -30px; }

.item-quantity {
	float: left;
	width: 100%;
}
.item-quantity-editor {
	float: left;
	padding: 5px 0 0 0;
}
.item-quantity-title {
	float: left;
	margin-right: 5px;
	font-size: 14px;
}
.item-quantity-decrement {
	float: left;
}
.item-quantity-counter {
	float: left;
	min-width: 20px;
	height: 18px;
	padding: 0 1px;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
}
.item-quantity-increment {
	float: left;
}

/* NOWE */
#model-color-parts { padding: 0px 10px; }
.model-color-parts-group { padding: 10px 0px 10px 0px; }

#model-color-picker {	width: 100%; height: 428px; padding: 0px; } /*  480px - 52px z #default-color-fronts */
/* #model-color-picker.small { height: 428px; } */ /*  480px - 52px z #default-color-fronts */
#model-color-picker .model-color-picker-padding { /* padding: 10px 0 40px 10px; */ }
#model-color-picker .model-color-picker { background-color: yellow; }

.color-picker-group { position: relative; background-color: #ffffff; border-bottom: 1px solid #58595b; padding: 5px 10px; }
.color-picker-group.chooser { background-color: #dddede; }
.color-picker-group-title {	font-weight: bold; font-size: 14px; }
.color-picker-group-slider { position: absolute; top: 4px; right: 24px; color: #DA2128; cursor: pointer; }
.color-picker-group-slider.collapsed:after { content: "âź"; }
.color-picker-group-slider.expanded:after { content: "â˛"; }
.color-picker-group-separator { border-bottom: 1px solid #b8b8b8; margin: 5px -10px; } 
.color-picker-circles { }
.color-picker-circles-title { font-size: 12px; }
.color-picker-circles-content { }
.color-picker-circles-content img { margin: 1px 1px; }
.color-picker-chooser { padding-bottom: 30px; }
.color-group { margin: 0; width: 100%; }
.color-group-title { font-weight: normal; padding: 0px 0px 0px 5px; }</pre></body></html>