/*********************************************************** SMALL SCREEN */
	#underneath-logo-wrapper {
		display: none;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#underneath-logo-wrapper {
		display: block;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1280px) {
	#underneath-logo-wrapper {
		display: block;
	}
}


/*********************************************************** UNDERNEATH */
#underneath-logo-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0px;
	overflow: hidden;
}

#underneath-logo-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	height: calc(100vh - 50px);
	margin: 0px;
}

#underneath-logo {
	position: absolute;
	top: 55px;
	left: 61px;
	width: 118px;
	height: calc(118px * (236/156));
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/logo-tg-vertical.svg");
}


/*********************************************************** SOCIAL MEDIA */
#underneath-social-media-container {
	position: absolute;
	top: 300px;
	left: 61px;
	width: 28px;
	height: 144px;
	margin: 0px;
}

#underneath-social-media-fb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-fb.svg");
}
#underneath-social-media-fb-white {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-fb-white.svg");
}
#underneath-social-media-fb-black {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-fb-black.svg");
}

#underneath-social-media-instr {
	position: absolute;
	top: calc(28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-instr.svg");
}
#underneath-social-media-instr-white {
	position: absolute;
	top: calc(28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-instr-white.svg");
}
#underneath-social-media-instr-black {
	position: absolute;
	top: calc(28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-instr-black.svg");
}

#underneath-social-media-wc {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-wc.svg");
}
#underneath-social-media-wc-white {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-wc-white.svg");
}
#underneath-social-media-wc-black {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-wc-black.svg");
}

#underneath-social-media-wp {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px + 28px + 30px);
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-whatsapp.svg");
}
#underneath-social-media-wp-white {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px);
	/*top: calc(28px + 30px + 28px + 30px + 28px + 30px);*/
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-whatsapp-white.svg");
}
#underneath-social-media-wp-black {
	position: absolute;
	top: calc(28px + 30px + 28px + 30px);
	/*top: calc(28px + 30px + 28px + 30px + 28px + 30px);*/
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-whatsapp-black.svg");
}


/*********************************************************** ONLINE SHOP */
#underneath-online-shop-button {
	position: absolute;
	top: 570px;
	left: 61px;
	width: 28px;
	height: 130px;
	margin: 0px;
	
	z-index: 99999;
}

#underneath-online-shop-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-cart-black.svg");
}

#underneath-online-shop-text {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 28px;
	height: 100px;
	margin: 0px;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: rgb(100, 100, 100);
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}










