<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : May 29, 2015, Jun 12, 2015 4:26:31 AM
    Author     : Jakub MaĹlak
*/


.wrap {
	float: left;
	width: 100%;
	height: 600px;
}
.item-wrap {
	width: 1000px;
	height: 540px; /* 600 */
	position: relative;
	z-index: 100;
	/* background-color: rgba(255,0,0,0.25); */
}

.item {
	float: left;
	width: 250px;
	height: 510px; /* 570 */
	margin: 0;
	color: inherit;
	padding: 40px 0 0 0; /* brak */
	/* background-color: rgba(255,255,0,0.25); */
}
.item-menu {
	width: 100%;
	height: 34px;
	margin: 5px 0 20px 0; /* 5px 0 5px 0; */
	text-align: center;
}
.item-menu .ico {
	display: inline-block;
	margin: 3px;
}
.item .image {
	display: block;
	width: 220px;
	height: 177px;
	margin: 0 auto;
	padding: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.item .description {
	float: left;
	width: 210px;
	height: 75px; /* 55 */
	margin: 15px 20px 0px 20px; /* 0 20px; */
	padding: 5px 0 0 5px; /* 0 0 0 5px; */
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	border-bottom: 1px solid #585858;
}
.item .description .brw_checkbox {
	float: right;
	padding-left: 20px;
}
.item .description p {
	margin: 0;
}
.item .description .item-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
.item .description .item-size {
	font-size: 12px;
}
.item .description .item-lights {
	font-size: 12px;
	padding-top: 1px;
}


.item .item-colors {
	overflow-y: auto;
	float: left;
	width: 230px;
	height: 245px;
	margin: 0 0 0 20px;
	padding: 10px 5px;
	line-height: 16px;
	box-sizing: border-box;
}
.color-group {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
}
.color-group-title {
	font-size: 12px;
	margin-bottom: 3px;
}
.color-item {
	float: left;
	width: 100%;
}
.color-icon {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.color-name {
	float: left;
	width: 70px;
	height: 25px;
	margin-left: 5px;
	padding-top: 3px;
	line-height: 10px;
	text-align: left;
	font-size: 10px;
	text-transform: lowercase;
}

.optional-element-description {
	margin-top: 20px;
	font-size: 12px;
}

.item .item-price {
	float: left;
	width: 210px;
	margin: 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.item-unit-price {
	float: left;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #585858;
	padding: 12px 0 8px; /* brak */
}
.item-price .price-title {
	font-size: 11px;
}
.item-price .price-old {
	color: #BBBCBE;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
}
.item-price .price-new {
	color: #DA2128;
	font-size: 12px;
	font-weight: bold;
}
.item-price .price-standard {
	color: #585858;
	font-size: 12px;
	font-weight: bold;
}
.item-quantity {
	float: left;
	width: 100%;
	height: 28px;
}
.item-quantity-editor {
	float: left;
	padding: 5px 0 0 5px;
}
.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;
}
.item-total-price {
	float: right;
	padding: 3px 5px 0 0;
}
.total-price {
	position: absolute;
	left: 110px;
	bottom: 145px;
	float: left;
	width: 960px;
	height: 20px;
	margin: 0 20px;
	font-size: 16px;
	text-align: right;
	border-top: 1px solid #585858;
}
.no-products {
	position: absolute;
	left: 110px;
	top: 277px;
	width: 960px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	/* border: 1px solid red; */
}

.final-buttons {
	position: absolute;
	left: 80px;
	bottom: 15px;
}
.final-buttons .separator {
	width: 2px;
	height: 26px;
	margin: 0px 8px;
	background-color: #58595b;
}
.final-buttons .final-button {
	cursor: pointer;
	font-size: 16px;
	line-height: 26px;
}
#btn-add-to-cart, #btn-send-to-pok { 
	right: 60px;
	bottom: 12px;
}

.btn-final-step {
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #BBBCBE;
	color: black;
	cursor: pointer;
}
.btn-final-step:last-of-type {
	border-bottom: none;
}
#btn-final-step {
	top: 550px;
}
.left-column {
	width: 110px;
	height: 100%;
}
.left-column img {
	margin: 15px 0 0 30px;
}
.right-column {
	position: relative;
	width: 110px;
	height: 100%;
	padding-top: 48px; /* 10px */
}

.slick-dots {
    bottom: 72px; /* 236 */
}

#modal-final-step .modal-dialog {
	margin-top: 160px;
	width: 260px;
}

#modal-arrangement .modal-dialog {
	margin-top: 20px;
	width: 802px;
}

#modal-remove-from-basket .modal-dialog {
	margin-top: 160px;
	width: 420px;
}

#modal-remove-multiple-from-basket .modal-dialog {
	margin-top: 160px;
	width: 340px;
}

#modal-clean-basket .modal-dialog {
	margin-top: 160px;
	width: 300px;
}

#modal-email-pdf .modal-dialog {
	margin-top: 160px;
	width: 660px;
}

#modal-email-pdf input {
	background-color: #E6E7E9;
	border: 0;
	color: black;
	padding: 5px 10px;
	margin: 10px 0;
}
#modal-email-pdf .policy {
	width: 490px;
	font-size: 10px;
	color: #666;
	margin: 0px;
	line-height: 11px;
	text-align: justify;
}
#btn-send-pdf { 
	height: 60px;
}

#modal-email-pdf-info .modal-dialog {
	margin-top: 160px;
	width: 300px;
}</pre></body></html>