#powered{
	width:200px;
	height:105px;
	border:none;
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:999;
}
#powered p{
	color: white;
	font-family: arial;
	position: absolute;
	bottom:55px;
	left:5px;
	margin: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space:nowrap;
	font-size:0.8em;
}
#logoDown{
	background-image: url('https://discovr-360.eu/powered/images/logo-D-solo.svg');
	background-repeat: no-repeat;
	height: 60px;
	width:60px;
	position: absolute;
	bottom: 0px;
}

#logoDown:hover {
	background-image: url('https://discovr-360.eu/powered/images/logoBlanc.svg');
	width: 185px;
}
#ctaContainer{
	position:absolute;
	top:10px;
	left:10px;
	display:flex;
	gap:10px;
	align-items:center;
}
#ctaContainer>div{
	background-color:rgba(100,100,100, 0.7);
	padding:5px;
	cursor:pointer;
}
#ctaContainer>div:hover{
	background-color:rgba(217,35,46,1);
}
#ctaContainer>div>img{
	width:50px;
	height:auto;
	padding:5px;
}
#highlightProducts{
	height:auto;
}
#view-list-items {
	max-height: calc(80vh + 2px - 10px - (4px + 14px)) !important;
}
#ext-html-label-content{
	height:100% !important;
}
#ext-html-label-content iframe{
	height:80vh !important;
}
#menu-buttons {
	display: flex !important;
	gap: 3px;
	justify-content: center;
}
.menu-item{margin-left:0 !important}

#desktop-help-switch > div.selected,#desktop-help-switch > div:hover, #desktop-help-switch > div.selected:hover {
	background-color: rgba(217,35,46,1);
}
#desktop-help-switch > div {;
	border: 2px solid #D9232E;
}
#menu-bar{
	top:10px;
	z-index:unset;
	bottom:unset;
}
#view-list{
	display:none;
}

.menu{
	position:absolute;
	top:70px;
	right:10px;
	max-height:60vh;
    background: rgba(100,100,100, 0.7);
    overflow-y: scroll;
	overflow-x: none;
	text-decoration: none;
    color:white;
	width:290px;
	font-size:0.75em;
}

.menu .btn{
    display:block;
    padding: 5px;
    position: relative;
	text-decoration: none;
    color:white;
	background: rgba(100,100,100, 0.8);
	font-weight:bold;
	border-bottom:solid 1px #d9232e;
}

.menu .submenu {
    overflow: scroll;
    max-height: 0;
    transition: max-height .8s ease-out;
	text-decoration: none;
    color:white;
}

.menu .btn:hover {
    background-color:rgba(217,35,46, 1);
}

.menu .submenu a{
    display:block;
    padding: 5px;
    position: relative;
	text-decoration: none;
    color:white;
	padding-left:1rem;
}

.menu .submenu a::before{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 5px;
    background: #e43f5a;
    opacity: 0;
    transition: all .5s;
}

.menu .submenu a:hover{
    padding-left: calc(1rem + 15px);
}

.menu .submenu a:hover::before{
    opacity: 1;
	background-color:rgba(217,35,46, 1);
}

.item:target .submenu{
    max-height: 20rem;
}

.item{
	list-style:none;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

#info-text{display:none;}

.menuDisabled{
	pointer-events:none;
	background: rgba(150,150,150, 0.8) !important;
}
#desktop-help{
	overflow: scroll;
	max-height: 70vh;
}

