/*
	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;border:none}

/*
	Example user style
	The following rules are ordered and tabbed in a way that represents the
	order/nesting of the generated HTML, so that the structure easier to understand.
*/
 #cboxOverlay{background: black}
#colorbox{}
	#cboxTopLeft{ width:21px; height:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -100px 0;}
	#cboxTopRight{width:18px; height:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -129px 0;}
	#cboxBottomLeft{width:21px; height:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -100px -29px;}
	#cboxBottomRight{width:18px; height:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -129px -29px;}
	#cboxMiddleLeft{width:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) right top repeat-y;}
	#cboxTopCenter{height:21px; background:url(/img/gfx/libraries/jquery.colorbox/border.png) 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url(/img/gfx/libraries/jquery.colorbox/border.png) 0 -29px repeat-x;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{/* margin-bottom:28px; */}
		#cboxTitle{position:absolute; bottom:4px; right:10px; display: block; text-align:right; width:100%; color:#949494;}
		#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
		#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
		#cboxPrevious.hover{background-position:-75px -25px;}
		#cboxNext{position:absolute; bottom:0; left:27px; background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
		#cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background:url(/img/gfx/libraries/jquery.colorbox/loading_background.png) no-repeat center center;}
		#cboxLoadingGraphic{background:url(/img/gfx/admin/loader.gif) no-repeat center center; width: 100%; height: 100%}
		#cboxClose{
			  position: absolute;
			  top: 5px;
			  right: 5px;
			  display: block;
			  font-family: 'Shopero icoSet';
			  font-style: normal;
			  font-weight: normal;
			  line-height: 1;
			  -webkit-font-smoothing: antialiased;
			  -moz-osx-font-smoothing: grayscale;
			  background: none;
			  border: none;
			  text-align: center;
			  vertical-align: middle;
			  width: 26px;
			  height: 26px;
			  z-index: 100000;
				/* background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -27px -2px; */
				/* width:21px; height:21px; text-indent:-9999px; */
				
				
		}
		
		#cboxClose:after {
			text-align: center;
			content: "\e631";
		}
		#cboxClose.hover{background:url(/img/gfx/libraries/jquery.colorbox/controls.png) no-repeat -27px -27px;}


.ac_results {
	padding: 0px;
	/* background: white url("/img/gfx/shadowAutocomplete.png") repeat-y top right; */
	overflow: hidden;
	z-index: 99999;
	color: black;
	text-align: left;
	border: 1px solid #d2d3d5;
	margin: 1px 0 0 1px;
	background: white;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none;
}

.ac_results li {
	margin: 0px;
	border-bottom: 1px solid #d2d4d3;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li a {
	color: #2d3d46;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	display: block;
}

.ac_results li a strong {
	font-family: "open_sanssemibold";
}

.ac_results .ac_photo {
	float: left;
	padding: 0 10px 0 0px;
}

.ac_loading {
	
}

.ac_odd {

}

.ac_over {
	color: white;
	background: #eee;
}

.ac_over a {
	color: white;
}

.ac_results .ac_root {
	background: #d2d3d5;
	font-size: 1.35em;
	padding: 10px;
	text-decoration: none;
}

.ac_results .ac_others {
	text-align: center;
}

.ac_results .ac_others {
	padding: 20px 10px;
	text-decoration: underline;
	font-size: 1.2em;
	
}

.ac_results .title {
	display: block;
	text-decoration: underline;
	margin: 5px 0 5px 0;
}

.ac_results li:hover .title {
	text-decoration: none;
}

.ac_results .price {
	float: right;
	padding-right: 10px;
}

.ac_results .manufacturer,
.ac_results .category {
	font-size: 1.2em;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ac_results span.ac_root {
	display: block;
}

.ac_results .ac_over a,
.ac_results .ac_over .title {
	text-decoration: none;
}

.ac_results .delivery-1 {
	color: green;
}

@keyframes cookieAnimBC {
	0% {
		background: rgba(0,0,0,0);
	}

	100% {
		background: rgba(0,0,0,0.75);
	}
}
.opt-cookies {
	position:         fixed;
	left:             0;
	bottom:           -2500px;
	width:            100%;
	height:           100%;
	color:            black;
	background-color: rgba(0, 0, 0, 0);
	z-index:          100001;
	padding:          30px;
	margin:           0;
	line-height:      150%;
	box-shadow:       0 20px 40px rgba(0,0,0,0.1);
	overflow:         auto;
	will-change: position, transform;
	font-size: 15px;
}

.opt-cookies.start {
	animation-name: cookieAnimBC;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}


.opt-cookies__info {
	font-size: 80%;
	padding-bottom: 20px;
}

.opt-cookies label {
	padding-left: 5px;
}
.opt-cookies button {
		margin:        0 auto;
		margin-top:    30px;
		margin-bottom: 30px;
		padding:       15px 30px;
		white-space:   nowrap;
		border:        1px solid black;
		background:    black;;
		color:         white;
		transition:    300ms;
		border:        none;
}

.opt-cookies .checkbox input[type=checkbox] {
	position: relative;
	margin-left: 0;
}

.opt-cookies button:hover {
	background: white;
	color:      black;
}

.opt-cookies a {
	display: inline-block;
	text-decoration: underline;
	white-space: nowrap;
	transition: 300ms;
	color: black !important;
}

.opt-cookies .container {
	display:         flex;
	flex-direction:  column;
	justify-content: center;
	align-items:     center;
	margin: 0 auto;
	min-height: 100%;
	max-width: 768px;
	padding:   0;
}

.opt-cookies .container .wrapper {
	padding: 50px;
	background: white;
}

@media only screen and (max-width: 768px) {
	.opt-cookies {
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		font-size: 13px;
	}
}
