<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     : Jaroslaw J. Kowalski &lt;jk@jaroslawk.com&gt;
*/

#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 img {
	position: absolute;
}
#configurator img.hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#btn-show-markers {
	position: absolute;
	top: 15px;
	left: 20px;
	color: white;
	z-index: 1;
	font-size: 12px;
}


#menu {
	float: right;
	width: 410px;
	height: 100%;
}
#menu-header {
	width: 100%;
	height: 40px;
	padding: 9px 0 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-content,
.menu-content {
	width: 100%;
	height: 480px;
}
	#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;
	}
	#model-color-picker {
		padding: 10px 0 0 10px;
	}

#menu-footer {
	width: 100%;
	border-top: 1px solid #585858;
	background-color: white;
}
	#menu-footer-price {
		width: 100%;
		padding: 6px 10px 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: 160px;
	height: 100%;
}
.model-list-item-image img {
	position: absolute;
}
.model-list-item-desc {
	float: left;
	height: 100%;
	padding-top: 65px;
	font-size: 12px;
}
.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-exit-warning .modal-dialog {
	width: 500px;
	margin-top: 160px;
}

#modal-to-basket-info .modal-dialog {
	width: 430px;
	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: 860px;
	margin-top: 10px;
	margin-bottom: 0;
}
#modal-to-basket .modal-body {
	padding: 0
}
#modal-to-basket .modal-summary {
	line-height: 50px; margin-right: 5px
}

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

.item {
	position: relative;
	float: left;
	width: 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: 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 {
	float: left;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	color: #585858;
}
.item .description p {
	margin: 0;
}
.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;
}
.item .item-size {
	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;
}
</pre></body></html>