@font-face {
	font-family: "Erected";
	src: url("../fonts/erected-regular.eot");
	src: url("../fonts/erected-regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/erected-regular.woff2") format("woff2"),
	url("../fonts/erected-regular.woff") format("woff"),
	url("../fonts/erected-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Erected";
	src: url("../fonts/erected-bold.eot");
	src: url("../fonts/erected-bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/erected-bold.woff2") format("woff2"),
	url("../fonts/erected-bold.woff") format("woff"),
	url("../fonts/erected-bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Erected";
	src: url("../fonts/erected-light.eot");
	src: url("../fonts/erected-light.eot?#iefix") format("embedded-opentype"),
	url("../fonts/erected-light.woff2") format("woff2"),
	url("../fonts/erected-light.woff") format("woff"),
	url("../fonts/erected-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
::-webkit-scrollbar-thumb {
	background-color: #bcbdbf;
}
::-webkit-scrollbar-track {
	background: #fff;
}
body,
input,
textarea,
select,
button {
	font-family: "Erected", sans-serif;
}
html {
	overflow: hidden;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #414042;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.3px;
}
input,
textarea,
select {
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.5px;
}
input:not([type='checkbox']):not([type='radio']),
textarea,
select {
	border: 1px solid #dedddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	padding: 8px 12px;
}
select {
	padding: 0 26px 0 12px;
	-webkit-appearance: none;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAFCAYAAABfPyy9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AILDyEI/km/rwAAAFdJREFUGNNjYBhoYGFhMY2BgeE/OoaKEwRMhBRoaGjk6ujobEIW09HR2aShoZFLNV8kJCRwKioqnmRgYPivqKh4MiEhgZPqQRUdHS2qpaW1PTo6WpQUfQDmZxTakjhIKgAAAABJRU5ErkJggg==) no-repeat right center;
	line-height: 1.2em !important;
	cursor: pointer;
}
input:not([type='checkbox']):not([type='radio']),
select {
	height: 40px;
	-webkit-box-shadow: 0 5px 14px -10px transparent;
	-moz-box-shadow: 0 5px 14px -10px transparent;
	box-shadow: 0 5px 14px -10px transparent;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
input:not([type='checkbox']):not([type='radio']) {
	padding: 0 15px;
}
input:not([type='checkbox']):not([type='radio']):focus,
select:focus {
	-webkit-box-shadow: 0 7px 15px -13px #000;
	-moz-box-shadow: 0 7px 15px -13px #000;
	box-shadow: 0 7px 15px -13px #000;
}
input[type='checkbox'],
input[type='radio'] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	margin-right: 4px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
button[disabled],
input[disabled],
.btn.disabled {
	cursor: default;
}
.customer-box-newsletter-field label.is-required input[type="checkbox"],
.terms-agreement-wrapper input[type="checkbox"] {
	position: relative;
	width: 16px !important;
	height: 16px !important;
	margin-right: 10px;
}
.customer-box-newsletter-field label.is-required input[type="checkbox"]:before,
.terms-agreement-wrapper input[type="checkbox"]:before {
	content: "*";
	position: absolute;
	top: -8px;
	left: 18px;
	color: #fd4f57;
	font-size: 14px;
}
.customer-box-newsletter-field .help-inline {
	top: 0 !important;
}
.customer-box-newsletter-field .help-inline:hover {
	color: #fd4f57;
	cursor: auto;
}
a {
	color: #58595b;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
}
button,
.btn,
a.btn {
	height: 40px;
	padding: 0 20px;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
a.btn {
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
a.btn:hover {
	color: #fff;
}
.btn {
	position: relative;
	overflow: hidden;
}
.btn span {
	z-index: 20;
}
.btn:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}
.btn:hover:after {
	left: 120%;
}
ul,
ol {
	list-style: none;
}
b,
strong {
	font-weight: 700;
}
h1 {
	color: #000;
}
.hidden {
	display: none !important;
}
.fancybox-popup {
	display: none;
}
.help-inline {
	display: block;
	color: #fd4f57;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.field-label {
	display: block;
	margin-bottom: 5px;
}
.field-label span {
	display: block;
	margin-bottom: 3px;
}
.input-error {
	border: 1px solid #fd4f57;
}
.c-both {
	clear: both;
}
.mr-0 {
	margin-right: 0 !important;
}
