.visible-auth-no {
    display: none;
}
.visible-auth-yes {
    display: none;
}
body.auth-no .visible-auth-no {
    display: block;
}
body.auth-yes .visible-auth-yes {
    display: block;
}


.primary-logo img {
	display: none;
}

.primary-logo {
	height: 60px;
	position: relative;
	top: 10px;
	background-size: contain;
	background-image: url(/custom/img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 200px;
	margin: 0 auto;
}

#header.menu-transparent-dark .primary-logo {
	background-image: url(/custom/img/logo-black.png);
}

@media (min-width:992px) {
	.primary-logo {
		background-position: left center;
	}
}

#layout-product #header { position: relative; }
#layout-product #header { background-color: #FFFFFF; }
#layout-product #header .menu-top { background-color: #F5F5F5; }


@media (min-width:992px) {
    #layout-product .bc-image .fullheight { min-height: calc(100vh - 132px); }
    #layout-product .bc-image .fullheight:before { height: calc(100vh - 132px); }
    #layout-product #block-product { padding: 60px 60px 60px 60px; }
}

/*
#age-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-image: url('/custom/img/age-popup-bg.jpg');
}
*/