.hamburger span {
	width: 100%;
	height: 2px;
	background: #664237;
	vertical-align: middle;
}
.hamburger span::before {
	background: #664237;
}
.hamburger span::after {
	background: #664237;
}
.menu a {
	color: #664237;
}
.menu .active a:after {
	background: #664237;
}
.menu a:hover:after {
	background: #664237;
}
.icon-cart {
	background-position: -88px -266px;
}
.content {
	background: #fdfaf4;
	padding: 110px 0 0 0;
}
@media all and (min-width: 1024px) {
	.content {
		background: #fdfaf4;
		padding: 140px 0 0 0;
	}
}
@media all and (min-width: 1335px) {
	.content {
		background: #fdfaf4;
		padding: 253px 0 0 0;
	}
}
.legal-text {
	margin-bottom: 22px;
}
.legal-text a {
	font-size: 16px;
	color: #664237;
	font-weight: 400;
}
.legal-warning {
	color: #986552;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 52px;
	font-family: 'Roboto Condensed', sans-serif;
}
@media all and (min-width: 1335px) {
	.legal-warning {
		font-size: 24px;
	}
}
@media all and (min-width: 1024px) {
	.legal-content {
         margin:0 65px;
	}
}
.legal-content p {
	color: #664237;
	margin-bottom: 28px;
}
@media all and (min-width: 1335px) {
	.legal-content p {
		font-size: 16px;
	}
}
.legal-text.privacy-policy {
	margin-bottom: 0;
}
.privacy-policy p {
	margin-bottom: 20px;
	line-height: 2.6;
	width: 100%;
}
.privacy-policy p strong,
.privacy-policy a,
.privacy-policy p em {
	display: inline;
	float: none;
}
.privacy-policy a {
	color: #986552;
	text-decoration: underline;
}
.privacy-policy a:hover {
	text-decoration: none;
}
.privacy-policy ol {
	padding-left: 22px;
	margin-bottom: 20px;
	width: 100%;
	list-style: decimal;
	box-sizing: border-box;
}
.privacy-policy ol li {
	display: list-item;
	margin-bottom: 20px;
	list-style: decimal;
	width: 100%;
}
.privacy-policy h2 {
	margin: 15px 0px 20px;
	color: #986552;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
}
.privacy-policy table {
	display: table;
	border: 1px solid #664237;
	margin-bottom: 20px;
}
.privacy-policy table * {
	float: none;
	line-height: 1.2;
}
.privacy-policy table tr {
	display: table-row;
}
.privacy-policy table th,
.privacy-policy table td {
	display: table-cell;
	border: 1px solid #664237;
	vertical-align: middle;
	padding: 5px
}
.privacy-policy table th p {
	margin: 0px;
	font-weight: 700;
}
.legal-heading {
	font-size: 16px;
	font-weight: 700;
	color: #664237;
	margin-bottom: 28px;
}
.important-areas {
	margin-bottom: 50px;
}
.important-areas li {
	margin-bottom: 20px;
}
.important-areas a {
	font-size: 18px;
	text-decoration:underline;
	color: #664237;
	font-weight: 400;
	text-transform: uppercase;
}
.limitation {
	margin: 0 0 70px 0;
}
.footer {
	background: #fdfaf4;
	padding: 20px;
}
.footer span {
	color: #664237;
}
.footer-menu a {
	color: #664237;
}
.footer-menu li::after {
	background: #664237;
}
/*Side-Menu Mobile*/
.new-nav {
	height: 100%;
}
.menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	background-color: #fdfaf4;
	overflow: auto;
	transition: 0.5s;
	padding-top: 190px;
	text-align: center;
	margin-top: 0;
}
@media all and (min-width: 768px) {
	.menu {
		width: auto;
		background: transparent;
		height: auto;
		position: relative;
		top: auto;
		right: auto;
		padding: 22px 0;
		overflow: unset;
	}
}
.new-nav .menu li {
	text-align: center;
	margin-bottom: 48px;
}
.new-nav .menu a {
	float: none;
	display: inline-block;
	font-size: 22px;
}
.close-btn {
	position: absolute;
	right: 15px;
	top: 20px;
	display: none;
	z-index: 103;
}
.new-nav .close-btn {
	display: block;
}
.icon-close {
	background-position: -141px -210px;
	width: 20px;
	height: 20px;
}
.new-nav .logo {
	z-index:102;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	top:55px
}
.new-nav .logo img {
	width:100%;
}
.new-nav .cart {
	display: block;
	z-index:102;
	top:auto;
	bottom: 45px;
	right:auto;
	left: 50%;
	-webkit-transition: all 0.5s ease-in-out ;
	-moz-transition: all 0.5s ease-in-out ;
	-ms-transition: all 0.5s ease-in-out ;
	-o-transition: all 0.5s ease-in-out ;
	transition: all 0.5s ease-in-out ;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.new-nav .cart .icon-cart {
	margin-right: 13px;
}
.new-nav .cart span {
	font-family: 'Block Berthold';
	font-size: 17px;
	color: #664237;
	float:none;
	display: inline-block;
}