
@font-face {
    font-family: 'foundation_sans_cd_ltregular';
    src: url('../fonts/FoundationLightCd/FoundationSans-LightCd-webfont.eot');
    src: url('../fonts/FoundationLightCd/FoundationSans-LightCd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FoundationLightCd/FoundationSans-LightCd-webfont.woff') format('woff'),
         url('../fonts/FoundationLightCd/FoundationSans-LightCd-webfont.ttf') format('truetype'),
         url('../fonts/FoundationLightCd/FoundationSans-LightCd-webfont.svg#foundation_sans_cd_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.popup-content{
	width: 680px;
	text-align: center;
	font-family: 'foundation_sans_cd_ltregular';
	overflow: hidden;
}
.popup-content-m{
	width: 680px;
	margin-left: 15px;
	text-align: center;
	font-family: 'foundation_sans_cd_ltregular';
}
#img{
	width: 312px;
	height: 384px;
}
#link img{
	width: 140px;
	height: 43px;
}
#name{
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'foundation_sans_cd_ltregular';
	margin-top: 10px;
	width: 680px;
}

#desc{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'foundation_sans_cd_ltregular';
	margin-top: 20px;
	padding: 0 150px;
	line-height: 1;
}
#desc-m::-webkit-scrollbar {
    background-color: white;
}
#desc-m{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'foundation_sans_cd_ltregular';
	margin-top: 20px;
	padding: 0 50px;
	line-height: 1;
	height: 145px;
	overflow: auto;
}
#button-acquista{
	margin-top: 30px;
}