/* CENTERED CONTENT */
.centered-content {
	min-height: calc(100vh - 354px);
	margin: 0 auto;
	padding-top: 14px;
	text-align: center;
}
.centered-content h1 {
	padding: 0 4%;
	text-transform: uppercase;
}
.centered-content a:not(.btn):hover {
	color: #000;
}
.centered-content .back-btn {
	display: inline-block;
	margin: 20px 0 0 10px;
	color: #a6a8ab;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}
.centered-content-box {
	display: inline-block;
	width: 80%;
	max-width: 980px;
	margin-top: 20px;
	padding: 40px;
	background: #f2f2f2;
	border: 1px solid #E2E1E1;
	text-align: left;
}
.centered-content-box.contacts-box {
	font-size: 0;
	letter-spacing: 0;
}
.centered-content-box.centered {
	text-align: center;
}
.centered-content-box.no-background {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background: none;
	border: 0 none;
}
.centered-content-box-title {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 14px;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}
.centered-content-box-title .optional {
	color: #d2d4d3;
}
.centered-content-box-title:after {
	content: "";
	position: relative;
	display: block;
	bottom: -5px;
	width: 23px;
	height: 1px;
	background: #000;
}
.ccbox-left-column,
.ccbox-right-column {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding: 10px 0;
	letter-spacing: 0.3px;
}
.ccbox-left-column {
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid #d2d4d3;
}
.ccbox-right-column {
	width: 50%;
	padding-left: 40px;
}
.ccbox-form .ccbox-form-label,
.ccbox-form .ccbox-form-field {
	padding-bottom: 15px;
}
.ccbox-form .ccbox-form-label {
	padding-right: 20px;
	text-align: right;
}
.ccbox-form-field input,
.ccbox-form-field textarea {
	width: 100%;
	max-width: 244px;
}
.ccbox-form-field textarea {
	max-width: 244px;
	min-width: 244px;
	min-height: 50px;
}
.ccbox-form .field-error .help-inline {
	position: relative;
	top: -10px;
	margin-bottom: 4px;
}
.ccbox-form td.help-inline {
	margin-bottom: 15px;
}
/* CENTERED CONTENT > INNER BOX */
.centered-content-inner-box-content {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e7e8;
}
.centered-content-inner-box-content:last-child {
	margin-bottom: 20px;
}
.centered-content-inner-box-content:not(.bordered):last-child {
	border-bottom: 0 none;
}
.centered-content-inner-box-content .field-label {
	display: block;
	margin-bottom: 10px;
}
.centered-content-inner-box-content fieldset {
	height: 30px;
	padding-top: 13px;
	margin-top: 10px;
}
.centered-content-inner-box-content fieldset legend {
	float: left;
}
.centered-content-inner-box-content .field-label span:not(.required-field-star),
.centered-content-inner-box-content fieldset legend {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-top: 8px;
}
.centered-content-inner-box-content .field-label span:not(.required-field-star):after,
.centered-content-inner-box-content fieldset legend:after {
	content: ":";
	margin-left: 1px;
	display: inline-block;
}
.centered-content-inner-box-content .field-label .required-field-star {
	display: none;
}
.centered-content-inner-box-content .field-label input,
.centered-content-inner-box-content .field-label select,
.centered-content-inner-box-content .field-label textarea {
	width: 50%;
}
.centered-content-inner-box-content .field-label textarea {
	max-width: 100%;
	min-height: 120px;
}
.centered-content-inner-box-content .field-label .phone {
	width: 103px;
}
.centered-content-inner-box-content .field-label .post-code {
	width: 69px;
}
.centered-content-inner-box-content:not(.shipping-type) .help-inline {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	padding-left: 30%;
}
.contacts-btn {
	margin-left: 30%;
	width: 50%;
}