@font-face {
  font-family: 'franklin-gothic';
  src: url('fonts/FranklinGothic-Book.woff2') format("woff2"), 
    url('fonts/FranklinGothic-Book.woff') format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'franklin-gothic';
  src: url('fonts/FranklinGothic-Demi.woff2') format("woff2"), 
    url('fonts/FranklinGothic-Demi.woff') format("woff");
  font-weight: 400;
  }

@font-face {
  font-family: 'franklin-gothic';
  src: url('fonts/FranklinGothic-Heavy.woff2') format("woff2"), 
    url('fonts/FranklinGothic-Heavy.woff') format("woff");
  font-weight: 600;
}

body {
	font-family: 'franklin-gothic', 'Open Sans', Arial, Helvetica, sans-serif;
    position:relative;
    color: #000000;
    font-size: 22px;
}

#panorama {
	width: 100vw;
	height: 100vh;
}

.custom-hotspot {
	height: 35px;
	width: 35px;
	background: #fffffd;
    border-radius: 50%;
    cursor: pointer;
	border: 2px solid rgba(0,0,0,0.6);
	transition: border 0.25s;
}

.custom-hotspot:hover{
	border-color: rgba(0,0,0,1);
}


.custom-hotspot:after{
	content:'i';
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	font-family:sans-serif;
	font-size:20px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
}


.custom-tooltip span {
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	text-align: center;
	max-width: 200px;
	padding: 10px;
	margin-left: -220px;
	cursor: default;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.custom-tooltip:hover span{
	visibility: visible;
}

.custom-tooltip:hover span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	bottom: -20px;
	left: -10px;
	margin: 0 50%;
}

.spritespin--open:after{
	content:'' !important;
    display:block;
    background: url('../images/play.gif') no-repeat;
    background-size:contain;
    width:15px;
    height:15px;
}

.spritespin__wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
    background:rgba(255,255,255,0.75);
    display:none;
	z-index:99999999999999;
}

.spritespin__close {
	position:absolute;
	top:30px;
	right:30px;
	font-size:40px;
	z-index:999;
	cursor:pointer;
}

.spritespin__interior {
    position:absolute !important;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    display:none;
	max-width: 1100px;
	width:90%;
	background:#fff;
}

.spritespin__interior p {
	padding:10px 15px;
	font-size: 16px;
    line-height: 1.5;
}

.spritespin__interior img{
	width:100%;
	height:auto;
}

#logo {
	position:absolute;
	z-index:998;
	bottom:10px;
	right:10px;
	width:10vw;
	max-width:150px;
	height:auto;
}

.custom-hotspot-click-area {
	background: url('../images/circle-info-solid-white.svg') #000000 no-repeat center 48%;
    background-size: 40px 40px;
    cursor: pointer;
    transition: background-size 0.5s ease;
    width: 50px;
    height: 50px;
    margin: -5px 0 0 -5px;
    border-radius: 50px;
}

.custom-hotspot-click-area:hover {
	background-size: 50px 50px;
}

.custom-hotspot-click-area.custom-hotspot--after-eight {
    background-image: url('../images/circle-info-solid-white.svg');
}

.pnlm-hotspot.pnlm-scene {
    background-position: 0 972px;
    height: 36px;
    width: 36px;
    background-size: 100%;
    border-radius: 30px;
    background-color: #e30612;
}

/*.custom-hotspot--outside--van {
	width: 21.5vw;
    height: 12vw; 
}

.custom-hotspot--outside--board {
    width: 8vw;
    height: 10vw;
}

.custom-hotspot--outside--lorry {
    width: 17vw;
    height: 6vw; 
}

.custom-hotspot--outside--logo {
    width: 14vw;
    height: 8.5vw;
}

.custom-hotspot--food-to-go--roshni {
    width: 10vw;
    height: 26vw;
}

.custom-hotspot--food-to-go--shelf {
    width: 10vw;
    height: 15vw;
}

.custom-hotspot--power-aisle--grus {
    width: 30vw;
    height: 32vw;
}

.custom-hotspot--power-aisle--display1,
.custom-hotspot--power-aisle--display2,
.custom-hotspot--power-aisle--display3 {
    width: 25vw;
    height: 27vw;
}

.custom-hotspot--bakery--shelf {
	width: 20vw;
    height: 39vw;
}

.custom-hotspot--bakery--dawn {
	width: 10vw;
    height: 26vw;
}

.custom-hotspot--seasonal--shelf {
	width: 14vw;
    height: 21vw;
}

.custom-hotspot--seasonal--mayers {
	width: 20vw;
    height: 23vw;
}

.custom-hotspot--gondola-end--display {
	width: 19vw;
    height: 25vw;
}

.custom-hotspot--cake--display1,
.custom-hotspot--cake--display2,
.custom-hotspot--cake--display3 {
    width: 40vw;
    height: 22vw;
}

.custom-hotspot--cake--wicks {
    width: 16vw;
    height: 18vw;
}

.custom-hotspot--checkout--sign {
    width: 16vw;
    height: 10vw;
}*/

div.custom-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: 0 !important;
    cursor: default;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
div.custom-tooltip:hover span{
    visibility: visible;
}
div.custom-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.popup__wrapper, .popup__wrapper--menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.75);
    display: none;
    z-index: 98;
    cursor: pointer;
}

.popup__interior {
   	/* width: fit-content; */
    width: 90%;
    max-width: 1820px;
    background: #ffffff;
    padding: 0;
    display: flex;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
    border: 2px solid #000000;
}

.controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    font-size: 48px;
    pointer-events: none;
}

.controls * {
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: all;

}

.popup__interior__clickarea {
	display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
	padding: 5%;
    max-height: 90vh;
}

/*.popup__interior__cakeaisle_display1_bayslideshow {
	width: 325px;
}*/

.popup__interior__cakeaisle_display1_bayslideshow {
	display: block;
}

.popup__interior__clickarea > p {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 0;
    text-transform: uppercase;
}

.popup__interior__clickarea img {
	max-width: 100%;
	max-height: 100%;
    width: max-content;
    display: block;
    margin: 0 auto;
}

.popup__interior__clickarea img.new_shelf_sizing {
    max-width: 99.4%;
    position: relative;
    top: 1px;
    right: -1px;
}

.popup__interior__clickarea iframe,
.popup__interior__clickarea object  {
/*	max-width: 100%;*/
	width: 100%;
	height: 70vh;
}

.popup__interior__outside__van,
.popup__interior__outside__board,
.popup__interior__outside__lorry,
.popup__interior__outside__logo,
.popup__interior__checkout__sign {
	min-width: 85vw;
}

.popup__interior__entrance__security,
.popup__interior__frontofstore__200years,
.popup__interior__frontofstore__despicableme,
.popup__interior__clickarea.popup__interior__foodtogo_shelf,
.popup__interior__poweraisle_display1,
.popup__interior__poweraisle_display2,
.popup__interior__poweraisle_display3,
.popup__interior__poweraisle_display4,
.popup__interior__poweraisle_display5,
.popup__interior__bakery_shelf,
.popup__interior__seasonal--shelf,
.popup__interior__gondolaend-shelf,
.popup__interior__cakeaisle_display1,
.popup__interior__cakeaisle_display2,
.popup__interior__cakeaisle_display3,
.popup__interior__cakeaisle_display4,
.popup__interior__cakeaisle_display5,
.popup__interior__cakeaisle_display1_bayslideshow,
.popup__interior__cakeaisle_display2_bayslideshow,
.popup__interior__cakeaisle_display3_bayslideshow,
.popup__interior__cakeaisle_display4_bayslideshow,
.popup__interior__cakeaisle_display5_bayslideshow,
.popup__interior__bakery_stand {
	padding: 0;
}

/*.popup__interior__clickarea.popup__interior__foodtogo_shelf img {
	max-width: auto;
	max-height: 80%;
}*/

.popup__interior__image {
	width: 30%;
    text-align: center;
}

.popup__interior__image img {
    max-height: 600px;
}

.popup__interior__content {
	//width: 70%;
	width: 100%;
	padding: 20px;
}

.popup__interior__content p:first-of-type {
	font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000000;
}

.popup__interior__content ul {
    list-style: disc;
    padding-left: 20px;
}

.popup__interior__content ul li {
    margin-bottom: 10px;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    font-weight: 800;
    cursor: pointer;
    transition: font-size 0.3s ease;
    text-align: center;
    z-index:999999;
}

.popup__close:hover {
	font-size: 36px;
}

.pnlm-compass {
	width: 100%;
	height: 100%;
	background: url('../images/minimapB.png') no-repeat center center;
	background-size: contain;
	top: calc(50% - 150px);
    right: 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}

.minimap_arrow {
	background: url('../images/minimap_arrow.png') no-repeat center center;
	display: block;
    background-size: contain;
    display: block;
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
    right: 160px;
    position: absolute;
    display: none;
}

.side_menu {
	position: absolute;
	left: 0;
	top: 50%;
	list-style: none;
	display: none;
}

.side_menu li {
    margin-bottom: 20px;
}

.side_menu li a {
	padding: 20px 40px 20px 80px;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    left: -40px;
    transition: left 0.5s ease;
    display: block;
    position: relative;
}

.side_menu li a:hover {
	left: 0;
}

.menu-btn {
	width: 40px;
	height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 99;
}

.menu-btn__burger {
	width: 40px;
	height: 5px;
	background: #000000;
	border-radius: 0;
	transition: all .2s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 40px;
	background: #000000;
	/*border-radius: 5px;*/
	transition: all .2s ease-in-out;
}

/*.menu-btn__burger::after {
	background: #2c5ed3;
}*/

.menu-btn__burger::before {
	transform: translateY(-12px);
	/*width: 36px;*/
}

.menu-btn__burger::after {
	transform: translateY(12px);
	/*width: 22px;*/
}


.menu-btn.open .menu-btn__burger {
	transform: translateX(-50px);
	background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
	transform: rotate(45deg) translate(35px, -35px);
	/*background: #fa00c4;*/
}

.menu-btn.open .menu-btn__burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
	/*background: #fa00c4;*/
	width: 40px;
}

.menu-btn.open {
	/*border: 3px solid #fa00c4;*/
}

.slick-prev, .slick-next {
    transition: background 0.3s ease;
    border-radius: 30px;
}

.slick-prev:hover, .slick-next:hover {
    background: #F44336;
}


.popup__interior__menu {
/*	background: url('../images/overhead_mapB.jpg') #ffffff no-repeat center center;
	background-size: contain;
	width: 93%;
    height: 90%;
    padding: 20px;*/
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
    border: 4px solid #e30612;
    min-width: 320px;
    border-radius: 10px;
}

.popup__interior__menu > img {
    max-width: 80vw;
    max-height: 85vh;
}

.popup__interior__menu__markers {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.popup__interior__menu a {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    padding-bottom: 5px;
    font-weight: 800;
    font-size: 22px;
    display: inline-block;
}

.popup__interior__menu a:hover {
    border-color: #000000;
}

.popup__interior__menu ul li:last-of-type a {
    margin-bottom: 0;
}

/* .map-point {
    position: absolute;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMDgiPgo8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjc4IiBjeT0iMTE3IiBjeD0iMTMiIHI9IjExIiBmaWxsPSIjZmZmIi8+CjxjaXJjbGUgZmlsbC1vcGFjaXR5PSIuNzgiIGN5PSIxNDMiIGN4PSIxMyIgcj0iMTEiIGZpbGw9IiNmZmYiLz4KPGNpcmNsZSBjeT0iMTY5IiBjeD0iMTMiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3k9IjE5NSIgY3g9IjEzIiByPSI3IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8Y2lyY2xlIGN4PSIxMyIgY3k9IjE5NSIgcj0iMi41Ii8+CjxwYXRoIGQ9Im01IDgzdjZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS01IDV2Nmg2di02em0tNSA1djZoNnYtMmgtNHYtNHptMTQgMHY0aC00djJoNnYtNnoiLz4KPHBhdGggZD0ibTEzIDExMGE3IDcgMCAwIDAgLTcgNyA3IDcgMCAwIDAgNyA3IDcgNyAwIDAgMCA3IC03IDcgNyAwIDAgMCAtNyAtN3ptLTEgM2gydjJoLTJ6bTAgM2gydjVoLTJ6Ii8+CjxwYXRoIGQ9Im01IDU3djZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS0xMCAxMHY2aDZ2LTJoLTR2LTR6bTE0IDB2NGgtNHYyaDZ2LTZ6Ii8+CjxwYXRoIGQ9Im0xNyAzOHYyaC04di0yeiIvPgo8cGF0aCBkPSJtMTIgOXYzaC0zdjJoM3YzaDJ2LTNoM3YtMmgtM3YtM3oiLz4KPHBhdGggZD0ibTEzIDEzNi02LjEyNSA2LjEyNWg0LjM3NXY3Ljg3NWgzLjV2LTcuODc1aDQuMzc1eiIvPgo8cGF0aCBkPSJtMTAuNDI4IDE3My4zM3YtNS43N2w1LTIuODl2NS43N3ptMS0xLjczIDMtMS43My0zLjAwMS0xLjc0eiIvPgo8L3N2Zz4K); */
    /*height: 26px;
    width: 26px;
    border-radius: 13px;
    /* background-position: 0 -130px; */
    /*cursor: pointer;
    z-index: 1;
}

.map-point:before {
	content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMDgiPgo8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjc4IiBjeT0iMTE3IiBjeD0iMTMiIHI9IjExIiBmaWxsPSIjZmZmIi8+CjxjaXJjbGUgZmlsbC1vcGFjaXR5PSIuNzgiIGN5PSIxNDMiIGN4PSIxMyIgcj0iMTEiIGZpbGw9IiNmZmYiLz4KPGNpcmNsZSBjeT0iMTY5IiBjeD0iMTMiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3k9IjE5NSIgY3g9IjEzIiByPSI3IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8Y2lyY2xlIGN4PSIxMyIgY3k9IjE5NSIgcj0iMi41Ii8+CjxwYXRoIGQ9Im01IDgzdjZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS01IDV2Nmg2di02em0tNSA1djZoNnYtMmgtNHYtNHptMTQgMHY0aC00djJoNnYtNnoiLz4KPHBhdGggZD0ibTEzIDExMGE3IDcgMCAwIDAgLTcgNyA3IDcgMCAwIDAgNyA3IDcgNyAwIDAgMCA3IC03IDcgNyAwIDAgMCAtNyAtN3ptLTEgM2gydjJoLTJ6bTAgM2gydjVoLTJ6Ii8+CjxwYXRoIGQ9Im01IDU3djZoMnYtNGg0di0yem0xMCAwdjJoNHY0aDJ2LTZ6bS0xMCAxMHY2aDZ2LTJoLTR2LTR6bTE0IDB2NGgtNHYyaDZ2LTZ6Ii8+CjxwYXRoIGQ9Im0xNyAzOHYyaC04di0yeiIvPgo8cGF0aCBkPSJtMTIgOXYzaC0zdjJoM3YzaDJ2LTNoM3YtMmgtM3YtM3oiLz4KPHBhdGggZD0ibTEzIDEzNi02LjEyNSA2LjEyNWg0LjM3NXY3Ljg3NWgzLjV2LTcuODc1aDQuMzc1eiIvPgo8cGF0aCBkPSJtMTAuNDI4IDE3My4zM3YtNS43N2w1LTIuODl2NS43N3ptMS0xLjczIDMtMS43My0zLjAwMS0xLjc0eiIvPgo8L3N2Zz4K);
    height: 26px;
    width: 26px;
    display: block;
    background-position: 0 -130px;
    position: absolute;
    left: 0;
    top: 0;
}

.map-point__1:before {
    transform: rotate(-20deg);
}

.map-point__4:before {
    transform: rotate(40deg);
}

.map-point__5:before {
    transform: translateX(-50%) rotate(-65deg);
}

.map-point__8:before {
   	transform: rotate(-90deg);
}

.map-point__10:before {
    transform: rotate(-160deg);
}

.map-point__9:before {
    transform: rotate(-10deg);
}

.map-point__11:before {
    transform: rotate(-10deg);
}

.map-point__12:before {
    transform: rotate(-45deg);
}

.map-point__15:before {
    transform: rotate(135deg);
}

.map-point__1, .you_are_here__1 {
	bottom: 0%;
    left: 59%;
    transform: translateX(-50%);
}

.map-point__2, .you_are_here__2 {
	transform: translateX(-50%);
    left: 50%;
    bottom: 9%;
}

.map-point__3, .you_are_here__3 {
	transform: translateX(-50%);
    left: 50%;
    bottom: 25%;
}

.map-point__4, .you_are_here__4 {
	bottom: 33%;
    left: 55%;
}

.map-point__5, .you_are_here__5 {
	bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.map-point__8, .you_are_here__8 {
    bottom: 55%;
    left: 47%;
}

.map-point__9, .you_are_here__9 {
	bottom: 71.5%;
    left: 41%;
}

.map-point__10, .you_are_here__10 {
	left: 41%;
    bottom: 52%;
}

.map-point__11, .you_are_here__11 {
    bottom: 55.5%;
    left: 33%;;
}

.map-point__12, .you_are_here__12 {
    bottom: 59%;
    left: 35%;
}

.map-point__15, .you_are_here__15 {
    bottom: 33%;
    left: 29%;
}

.map-point span {
	opacity: 0;
    font-style: italic;
    transition: opacity 0.3s ease;
    display: block;
    width: max-content;
    margin: 5px 0 0 30px;
    background: #f1f1f1;
    text-align: center;
    padding: 3px 8px 3px 5px;
    position: relative;
    top: -17px;
    left: -9px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
/*    top: -3px;
    left: -11px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;*/
}

.map-point:hover span {
	opacity: 1;
} */

.you_are_here {
	display: flex;
    align-items: center;
    font-style: italic;
    font-weight: 600;
    position: absolute;
    background: #ffffff;
    padding: 5px 10px;
    z-index: 2;
}

.you_are_here img {
	width: 30px;
    margin-right: 10px;
    transform-origin: center center;
}

.pnlm-panorama-info {
	display: none !important;
}

.slick-slider {
    max-height: 100%;
}

.zoomImg {
  cursor: zoom-in;
}

#footer-menu {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    /* text-transform: uppercase; */
    /* font-weight: 800; */
    background-color: #e30612;

}

#footer-menu a {
	color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    padding-bottom: 1px;
}

#footer-menu a:hover {
	border-color: #ffffff;
}

.cake_bays_shelf {
	display: flex;
}

.cake_bays_shelf {
	text-decoration: none;
}

/* .storage-unit-slider {
	max-width: 420px;
} */

.storage-unit-slider img  {
	/*margin: 0 auto;*/
    width: 100%;
    /* height: 70vh; */
}

.storage-unit-slider p  {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    /* border-top: 1px solid #000000; */
    /* border-bottom: 1px solid #000000; */
    width: 100%;
}

.slick-track { 	
	display: flex !important; 
}  

.slick-slide {
    width: 100%;
}

/*.slick-slide { 	
	height: inherit !important; 	
	display: flex !important; 	
	justify-content: space-between;	
	align-items: center; 
	flex-direction: column;
}*/

#back_to_all_before_bays,
#back_to_all_after_bays {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #b6b6b6;
    padding: 20px 0;
    display: block;
}

.download_presentation {
	background: url('/images/download-solid.svg');
	width: 20px;
	height: 20px;
    position: absolute;
    right: 55px;
    top: 16px;
}

.pnlm-hotspot {
	box-shadow: 0 0 0 0 #e30612;
	transition: box-shadow 0.3s ease;
}

.pnlm-hotspot:hover {
	box-shadow: 0 0 8px 4px #e30612;
}

