img.clone-image-popup {
	position: absolute;
	z-index: 99;
	max-width: 500px;
	max-height: 500px;
}

/* search input */
.search-input
{
	float: right;
	width: 400px;
	position: relative;
}

.search-input .fa-close
{
	position: absolute;
	left: 84%;
	top: 30%;
	color: #999;
	cursor: pointer;
}

.search-input input[type=search]
{
	text-indent: 20px;
	float: left;
	width: 360px;
	height: 40px;
	box-sizing: border-box;
	border: none;
	border-radius: 5px 0 0 5px;
	background-color: #ececec;
}

.search-input button[type=submit]
{
	color: #fff;
	width: 40px;
	height:40px;
	border-radius: 0 5px 5px 0;
	border: none;
	float: left;
	padding:0;
}

/* filter */
.filters
{
	width: 250px;
	float: left;
}

.filters .filter div.header
{
	cursor: pointer;
	position: relative;
	line-height: 40px;
	text-indent: 20px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
}

.filters .filter div.header i
{
	position: absolute;
	line-height: 40px;
	right: 20px;
}

.filters .filter label
{
	display: block;
	padding: 5px 0 5px 20px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filters .filter label span.count
{
	color: #9F9FA2;
	font-size: 12px;
}

.filters .filter .options
{
	margin-bottom: 15px;
}

.filters .filter .options i
{
	margin-right: 5px;
	font-size: 1.2em;
	color: #000;
}

.filters .filter .options label.disabled
{
	cursor: initial;
}

.filters .filter .options label.disabled i.disabled
{
	color: #ddd;
}

.filters .filter .options label.sub-header
{
	font-weight: bold;
}

/* product list */
.product-list {
	width: 690px;
	float: right;
}

.product-list .download-pdf
{
	cursor: pointer;
	text-align: right;
	text-transform: initial;
}
.product-list .download-pdf i
{
	margin-left: 20px;
}

div#download-products {
	position: absolute;
	top: 35px;
	right: 5px;
	width: 250px;
	background-color: #ffffff;
	z-index: 10000;
	border: 1px solid #9b9c9e;
	border-radius: 4px;
	cursor: pointer;
}

div#download-products .item
{
	text-align: left;
	text-indent: 15px;
	height: 42px;
	line-height: 42px;
	color: #9b9c9e;
	border-bottom: 1px solid #9b9c9e;
}

div#download-products .item:last-child
{
	border-bottom: none;
}

div#download-products .item a {
	color: #9b9c9e;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}

.product-list table
{
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}

.product-list table th
{
	font-weight:normal;
	line-height: 30px;
	text-align: left;
}

.product-list table th.price,
.product-list table td.price
{
	text-align: right;
	padding-right: 10px;
}

.product-list table td
{
	vertical-align: middle;
	height: 40px;
}

.product-list table td div.product-image
{
	width: 55px;
	height: 40px;
	float: left;
}

.product-list table td div.product-text
{
	line-height: 40px;
	float: left;
}

.product-list table td div.product-text a
{
    color: inherit;
}

.product-list table td div.product-image img
{
	max-width: 50px;
	max-height: 30px;
	margin: auto;
	display: block;
	color: transparent;
}

.product-list table td div.product-nr
{
	width: 115px;
}

.product-list table td.cart .amount,
.product-list table td.cart .button
{
	width: 25px;
	height: 40px;
	line-height: 40px;
}

.product-list table td.cart .fa-circle,
.product-list table td.cart .count
{
	position: absolute;
	right: -8px;
	top: -12px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.product-list table td.cart .cart-wrapper .fa-circle
{
	font-size: 22px;
}

.product-list table td.cart .count
{
	color: #FFF;
	font-size: 11px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 22px;
}

.product-list table td.cart .count.count-big
{
	font-size: 9px;
}

.product-list table td.cart .button button[type=submit]
{
	position: relative;
	padding: 0 3px 0 0;
	font-size: 1.4em;
	color: inherit;
	background: none;
	border: none;
	height: auto;
}

/* Product information */
#productInformation
{
	position: relative;
	min-height: 170px;
}

#productInformation .previous-page
{
	width: 50%;
	float: left;
	font-size: 16px;
}

#productInformation .small-title
{
	width: 50%;
	float: left;
	font-size: 16px;
	color: #9b9c9e;
}

#productInformation h1,
#productInformation h3
{
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
}

#productInformation .cart-buttons .floormap-button
{
	height: 40px;
	width: 145px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	float: left;
}

#productInformation .cart-buttons .floormap-button
{
	line-height: 30px;
}

#productInformation .images
{
	width: 50%;
	line-height: 0;
	float: left;
}

#productInformation .images a
{
	line-height: 0;
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
	height: 65px;
	width: 70px;
}

#productInformation .images a.big
{
	height: auto;
	width: 450px;
}

#productInformation .images a img
{
	width: 100%;
	max-height: 65px;
}

#productInformation .images a.big img
{
	width: 100%;
	max-height: initial;
}

#productInformation .details
{
	float: left;
	width: 50%;
	line-height: 22px;
}

#productInformation .details .showParent
{
	margin-bottom: 15px;
	background-color: #ddd;
	border-radius: 5px;
}

#productInformation .details .detail-list
{
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 14px;
}

#productInformation .details .title
{
	cursor: pointer;
	font-size: 16px;
	line-height: 45px;
	text-indent: 20px;
	position: relative;
}

#productInformation .details .title i
{
	position: absolute;
	right: 20px;
	top:15px;
}

#productInformation .details .info
{
	padding: 0 20px 10px 20px;
	margin: 0 0 20px;
	font-size: 14px;
}

#productInformation .details table.detail-list {
	padding: 0 20px 10px 20px;
	display: block;
}

#productInformation form .amount
{
	height: 40px;
	line-height: 40px;
}

#productInformation form .amount span.text
{
	margin-right: 10px;
}

#productInformation form .amount input.counter
{
	color: #333;
	border: 1px solid #5a5a5a;
	border-radius: 5px;
	height: 40px;
	width: 50px;
	text-align: center;
	box-sizing: border-box;
	margin-right: 20px;
}

#productInformation button[type=submit]
{
	border-radius: 5px;
	border: none;
	line-height: 40px !important;
	width: 200px;
	height: initial;
	padding: initial;
	color: #fff;
	text-align: left;
	text-indent: 5px;
}

#productInformation button[type=submit] i
{
	margin-right: 10px;
}

/* CART */
.cart
{
	font-size: 14px;
}
.cart.m20
{
	margin: 20px;
}
.cart h2
{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}
.cart h2:first-of-type
{
	margin-top: 0;
}
.cart table tr td
{
	border-bottom: 1px solid #CCC;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.cart tr.expired td:not(:last-of-type)
{
	opacity: 0.4;
}

.cart td .memoIcon
{
	position: absolute;
	line-height: 40px;
	margin-left: -18px;
	font-size: 12px;
}
.cart td .memoIcon.hide
{
	display: none;
}
.cart td .image
{
	position: relative;
	margin-top: 2px;
	width: 40px;
	height: 36px;
	overflow: hidden;
	float: left;
}
.cart td .image img
{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 40px;
	max-height: 36px;
}
.cart td .text
{
	margin-left: 10px;
	width: 275px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.cart td .buildingtype
{
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cart td .optionnr
{
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cart td input.disabled
{
	opacity: 0;
}
.cart td .toggle i
{
	cursor: pointer;
	color: #AAA;
}
.cart td .toggle
{
	cursor: pointer;
}

.cart tr.sub-info td
{
	height: auto;
}
.cart tr.sub-info .itemDetails
{
	margin: 38px 0 33px;
	width: 100%;
	line-height: 24px;
}
.cart tr.sub-info .itemDetails .image
{
	width: 450px;
	height: auto;
	float: left;
	min-height: 50px;
}
.cart tr.sub-info .itemDetails .front
{
	position: relative;
	border: 1px solid #ececec;
	width: calc(100% - 2px);
	text-align: center;
}
.cart tr.sub-info .itemDetails .image img
{
	position: inherit;
	height: auto;
	max-width: 450px;
	max-height: 350px;
}
.cart tr.sub-info .itemDetails .image .thumb
{
	position: relative;
	width: 64px;
	height: 64px;
	border: 1px solid #ececec;
	margin: 3px 10px 7px 0;
	float: left;
}
.cart tr.sub-info .itemDetails .image .thumb img
{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 65px;
	max-height: 65px;
}
.cart tr.sub-info .itemDetails .text
{
	padding: 0 10px;
	width: 432px;
	height: auto;
	float: right;
	white-space: inherit;
}
.cart tr.sub-info .itemDetails .text h2
{
	margin: 0 0 10px;
}
.cart tr.sub-info .itemDetails table tr td
{
	border: 0;
	height: 30px;
	line-height: 30px;
}
.cart .itemDetails .textDivTitle
{
	position: relative;
	margin: 10px -10px 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #ececec;
}
.cart .itemDetails .textDivTitle .fa
{
	position: absolute;
	right: 13px;
	top: 13px;
}
.cart .itemDetails .textDivTitle.open
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.cart .itemDetails .textDiv
{
	margin: 0 -10px;
	padding: 10px;
	width: 100%;
	height: auto;
	background: #ececec;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cart .itemDetails .addMemo,
.product-info-right .addMemo
{
	margin: 10px -10px 0;
	padding: 10px;
	width: 225px;
	height: auto;
	border-radius: 5px;
	color: white;
	text-align: center;
	cursor: pointer;
}


.product-info-right .memo.hidden {
	display: none;
}

.cart-total.w88
{
	width: 940px;
	font-weight: bold;
}

.cart-total
{
    margin-right: 50px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cart-total-selected
{
	margin-top: 10px;
}

.cart-order a.btn
{
	display: inline-block;
	height: 40px;
	color: white;
	padding: 0 40px;
	line-height: 40px;
	border-radius: 5px;
}
.cart-order a.btn.hide
{
	display: none;
}
.product-info {
	float: left !important;
}

.product-info-right
{
	float: right;
	text-align: left;
	width: 320px;
}

.product-images
{
	max-width: 918px;
	min-height: 100px;
	min-width: 100px;
	display: inline-block;
	border-width: 2px 2px 0 2px !important;
}

.product-images .more {
	line-height: 30px;
	text-indent: 20px;
	color: #fff;
	font-size: 17px;
}

.product-images .product-image
{
	width: 100px;
	height: 100px;
	float: left;
	background-color: #fff;
	border-width: 0 0 2px 0;
}

.product-images .product-image img {
	width: 100%;
	max-height: 100px;
}

a.remove-cart-item span
{
	display: inline-block;
	cursor: pointer;
	width: 9px;
	height: 9px;
	background: url('../images/close.png');
	background-size: cover;
}

.order .ajax-count i,
.cart .ajax-count i
{
	color: #ccc;
	cursor: pointer;
}

.order .ajax-count i:hover,
.cart .ajax-count i:hover
{
	color: #000;
}

.cart .memo
{
	position: absolute;
	right: 20px;
	bottom: 80px;
}

.cart .memo textarea
{
	height: 90px;
	width: 310px;
	max-width: 310px;
	max-height: 90px;
}

.order .memo
{
	width: 315px;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 0 20px 0 !important;
}

.order .documents
{
	width: 315px;
	line-height: 22px;
	font-size: 14px;
	padding: 20px 0 10px 0 !important;
}

.order .status-menu
{
	height: 40px;
	line-height: 40px;
	position: relative;
}

.order .status-menu .current-status
{
	position: relative;
	width: 100%;
}

.order .status-menu .status-items
{
	position: absolute;
	z-index: 20;
	width: 150%;
	top: 35px;
	left: -10%;
	border: 1px solid #d0d0cf;
	border-bottom: 0px;
	background-color: #fff;
}

.order .status-menu .menu-item
{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-indent: 10px;
	border-bottom: 1px solid #d0d0cf;
	position: relative;
	cursor: pointer;
}

.order .status-menu .current-status i
{
	position: absolute;
	right: 20px;
	top: 14px;
	cursor: pointer;
}

.order .status-menu .current-status i:hover
{
	color: #000 !important;
}

.order .status-menu .menu-item a
{
	display: block;
}

.order .status-menu .menu-item i
{
	position: absolute;
	right: 10px;
	top: 5px;
}

.cart .order-button,
.cart .floormap-button,
.documents .floormap-button
{
	height: 40px;
	width: 145px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.cart .floormap-button
{
	right:180px;
	line-height:30px;
}
.documents .floormap-button
{
	right:200px;
	bottom:41px;
}

.menu-item.sc30 {color: #2ECC71;}
.menu-item.sc40 {color: #ff0000;}

#productFloormap
{

}
#productFloormap .description
{
	padding:0 20px;
}

#floormapProductMarker
{
	position: relative;
	width:100%;
	overflow: hidden;
}
#floormapProductMarker .floormapSlider
{
	width:1000%;
}
#floormapProductMarker .next, #floormapProductMarker .back
{
	position: absolute;
	z-index:1;
	margin:auto;
	padding:0;
	top:0;
	bottom:0;
	right:60px;
	width:29px;
	height:29px;
	background:url('../images/hc-arrow.png');
	cursor: pointer;
}
#floormapProductMarker .back
{
	right:auto;
	left:60px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
}
#floormapProductMarker .floormap
{
	float:left;
	width:10%;
	height:auto;
}
#floormapProductMarker .floormap .floormapHolder
{
	position: relative;
	width:600px;
	margin-top:20px;
}
#floormapProductMarker .floormap img
{
	width:100%;
	margin:0 160px;
	cursor:crosshair;
}
#floormapProductMarker .floormap .marker
{
	position: absolute;
	width:30px;
	height:30px;
	border-radius:15px;
	text-align: center;
	line-height: 30px;
	color:#FFF;
	cursor:pointer;
}

#productFloormap .floormap-order-button
{
	float:right;
}

#productInformation .details .info img {
    max-width: 100%;
}
