/* fixes content shift */
#top.compensate-for-scrollbar {
	margin-right: 0;
}

/* code for cookie consent modal popup */
#top .fancybox-content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
} 

#top .fancybox-cookie-modal-content-active {
	opacity: 1;
}  

#top .fancybox-cookie-modal-content-deactive {
	opacity: 0;
}