@font-face {
	font-family: 'Akzidenz Grotesk';
	font-weight: normal;
	src: url('../fonts/AkzidenzGrotesk-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Akzidenz Grotesk';
	font-weight: bold;
	src: url('../fonts/AkzidenzGrotesk-Bold.otf') format('opentype');
}

/* ******************** */

::selection {
	color: #FFF;
	background-color: #04c47c;
}

.header {
	width: 100%;
	height: 70px;
	background-color: #FAFAFA;
}
.header ul {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	list-style: none;
	font-family: 'Akzidenz Grotesk', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.header ul li {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.header ul li.logo {
	margin-right: 40px;
	margin-top: 0px;
}

/* ******************** */

.footer {
	width: 100%;
	min-height: 30px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	background-color: #FAFAFA;
}
.footer .credits {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #CCC;
}
.footer a {
	color: #CCC;
	opacity: 0.65;
}
.footer a:hover { opacity: 1.0; }

/* ******************** */

#shipping {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(230, 230, 230, .85);
	z-index: 999;
}

#shipping .choose {
	position: absolute;
	padding: 20px;
	text-align: center;
	width: 200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

#shipping b:first-of-type {
	font-size: 16px;
}


#shipping p:last-of-type {
	margin-bottom: 0;
}

#shipping a#close-shipping-box {
	font-weight: bold;
	color: #777;
}









