header {
	position: relative;
}

.product-toolbar {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 10;
}

.product-wrap .product-toolbar, 
.main-slider-container .product-toolbar {
	top: 0;
}


.product-toolbar__templates-c {
	position: relative;
	display: inline-block;
	font-size: 13px;
	border: solid 1px #dedede;
	background: #fff;
	padding: 7px 12px;
	z-index: 1;
}

.product-toolbar__templates-c i {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
}

.product-toolbar__templates-c:hover + .product-toolbar__templates-s,
.product-toolbar__templates-s:hover {
	display: block;
}

.product-toolbar__templates-s {
	position: relative;
	display: none;
	border: solid 1px #dedede;
	border-bottom: 0;
	margin-top: -1px;
	z-index: 1;
	background: #fff;
}

.templates-s__one-tmp {
	padding: 5px 12px;
	font-size: 13px;
	border-bottom: solid 1px #dedede;
}

.templates-s__one-tmp:hover {
	background: #f5f5f5;
	transition: .3s;
	cursor: pointer; 
	border-bottom: solid 1px #dedede;
}

.product-toolbar__templates-previews {
	width: 500px;	
	position: fixed;
	top: -250px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	left: 100px;
	box-shadow: 3px 3px 7px rgba(0,0,0,.1);	
}

.product-toolbar__templates-previews img {
	max-width: 100%;
}

.js-power-selection {
	line-height: 10px;
}

header .product-toolbar {
	z-index: 100;
}

@media (max-width: 991px) {
	.product-toolbar {display: none;}
}