
/*Wyłacza nr zamówienia w shopbar*/
/*#ouidEntry{
	display: none;
}*/

#logo{
	background-color: white !important;
}

#logo{
	top: 10px !important;
	width: 194px !important;
	height: 150px !important;
	background-color: unset;
}

#menu_options{
	display:none !important;
}
#menu_t{
	display:none !important;
}
#menu_unit{
	display:none !important;
}
#menu_cat{
	display:none !important;
}

#toast-container{
	display:none !important;
}

#idViewport3D::before{
	content: 'Zobacz co możesz pokazać swojemu klientowi';
	display: block;
	background: #bbb;
	line-height: 1.5em;
	color: #444;
	font-weight: 400;
	font-size: 1em;
}

#idViewport3D::after {
	content: '© Copyright ABRYS 2024 Wszystkie prawa zastrzeżone. Kontakt: 501 704 403';
	display: block;
	background: #bbb;
	line-height: 1.5em;
	color: #444;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: 400;
	font-size: 1em;
}


#full-screen-btn{
	display: block;
}


@media screen and (max-width: 800px) {
	#idViewport3D::before {
		line-height: 1em;
		font-size: 1em;
	}
	
	#idViewport3D::after {
		line-height: 1em;
		font-size: 0.7em;
	}
}

/* TABLET */
@media (hover: none) {
	#projectColorChangeMenu {
		bottom: 4vmin !important;
	}

	#idViewport3D::before {
		line-height: 1em;
		font-size: 1em;
	}

	#idViewport3D::after {
		line-height: 1em;
		font-size: 0.7em;
	}
}

/* DESKTOP */
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
	#cart-item{
		display: block !important;
		position: absolute !important;
		top: 30px;
		left:20px;
	}

	#cart-item>img{
		display: none !important;
	}

	/* KASPROWY */
	#cart-item[data-ouid="65485"]::before {
		content: url('/brand/targi/qr_65485.png?v=2');
		display: block;
		width: 120px;
		height: 120px;
	}

	/* INFOTEC */
	#cart-item[data-ouid="65628"]::before {
		content: url('/brand/targi/qr_65628.png?v=1');
		display: block;
	}
}
