#consumer-general-form fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 28px 40px;
	margin: 40px 0;
}
@media (max-width: 992px) {
	#consumer-general-form fieldset {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	#consumer-general-form fieldset {
		grid-template-columns: 1fr;
	}
}
#consumer-general-form h1 {
	font-size: 20px;
	font-family: "Uni Neue", arial, sans-serif;
	font-weight: 700;
	margin-bottom: 24px;
}
#consumer-general-form input {
	/*color: #676E73;*/
	padding: 0px 30px 7px 0px;
	margin: 0px 0;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
}
#consumer-general-form label {
	font-size: 14px !important;
	padding: 0px;
}
#consumer-general-form button[type="submit"]{
    width: 125px;
}

#consumer-address-form fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 28px 40px;
}
@media (max-width: 992px) {
	#consumer-address-form fieldset {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	#consumer-address-form fieldset {
		grid-template-columns: 1fr;
	}
}
#consumer-address-form table {
	width: 100%;
	table-layout: fixed;
	margin-top: 40px;
}
#consumer-address-form thead th {
	font-size: 14px;
	color: #8C98A2;
	padding: 0 5px 20px;
}
@media (max-width: 992px) {
	#consumer-address-form thead {
		display: none;
	}
}
#consumer-address-form thead th:last-child {
	width: 40px;
	padding-right: 0px;
}
#consumer-address-form thead th:first-child {
	padding-left: 0px;
}
#consumer-address-form tbody td {
	font-size: 16px;
	padding: 20px 5px;
	border-bottom: 1px solid #D8D8D8;
	overflow: hidden;
}
@media (max-width: 992px) {
	#consumer-address-form tbody td {
		border-bottom: none;
	}
}
#consumer-address-form tbody td::before {
	content: "";
	display: none;
	position: relative;
	top: -10px;
	left: 2px;
	color: #8C98A2;
	font-size: 13px;
}
@media (max-width: 992px) {
	#consumer-address-form tbody td::before {
		display: block;
	}
}
#consumer-address-form tbody td:nth-child(1):before {
	content: "Address line 1";
}
#consumer-address-form tbody td:nth-child(2):before {
	content: "Address line 2";
}
#consumer-address-form tbody td:nth-child(3):before {
	content: "Address line 3";
}
#consumer-address-form tbody td:nth-child(4):before {
	content: "Town/City";
}
#consumer-address-form tbody td:nth-child(5):before {
	content: "County";
}
#consumer-address-form tbody td:nth-child(6):before {
	content: "Postcode";
}
#consumer-address-form tbody td:nth-child(7):before {
	content: "Country/Region";
}
#consumer-address-form tbody td:first-child {
	padding-left: 0px;
}
@media (max-width: 992px) {
	#consumer-address-form tbody td:first-child {
		padding: 20px 5px;
	}
}
#consumer-address-form tbody td:last-child {
	padding: 0px;
}
@media (max-width: 992px) {
	#consumer-address-form tbody td:last-child {
		padding: 35px 5px 20px;
	}
}
@media (max-width: 992px) {
	#consumer-address-form tbody .edit_mode {
		margin-right: 20px;
	}
}
#consumer-address-form td input {
	width: 100%;
	overflow: hidden;
	background: none;
	border: none;
	border-bottom: 1px solid #1A0939;
}
#consumer-address-form td:first-child input {
	margin-left: 2px;
	width: calc(100% - 2px);
}
#consumer-address-form td input:disabled {
	border: none;
	text-overflow: ellipsis;
}
@media (max-width: 992px) {
	#consumer-address-form tbody tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		gap: 28px 40px;
		border-bottom: 1px solid #D8D8D8;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	#consumer-address-form tbody tr {
		grid-template-columns: 1fr;
	}
}
.fc07>div {
	padding: 22px 0;
	border-bottom: 2px solid #D8D8D8;
}
.fc07>div:first-of-type {
	padding: 0 0 40px;
}
.fc07>div>h4 {
	margin: 12px 0;
	font-size: 20px;
}
.fc07 table {
	table-layout: fixed;
}
.fc07 table td {
	padding: 5px 20px;
	color: #676E73;
}
.fc07 table td:first-of-type {
	padding-left: 0px;
}
.fc07 table td:last-of-type {
	padding-right: 0px;
}
.fc07 table tr:last-of-type td {
	border-bottom: 0px;
}
.fc07 thead td {
	padding: 5px 20px;
	border-bottom: 0px;
	color: #8C98A2;
	font-size: 14px;
}
.consumer__agreements table td {
	border-bottom: none;
	padding: 14px 0;
	color: #676E73;
	font-size: 14px;
}
.consumer__agreements table td:last-of-type {
	width: 30%;
}
.consumer__stats .statsBar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 40px;
	margin-top: 26px;
}
.consumer__stats .stat h3 {
	font-size: 14px;
	color: #8C98A2;
	margin-bottom: 10px;
}
.consumer__stats .stat p {
	padding: 0px;
}
.consumer__orderHistory table tbody td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #D8D8D8;
	color: #676E73;
	font-size: 14px;
}
.consumer__orderHistory table {
	margin: 40px 0 0 0;
	table-layout: auto;
}
.consumer__orderHistory table tbody td:nth-of-type(2) {
	font-size: 14px;
	color: #8C98A2;
}
.consumer__orderHistory table tbody td:last-of-type {
	width: 67%;
}
.actionRequired {
	font-size: 12px;
	color: #F46F64;
	font-family: "Uni Neue", arial, sans-serif;
	font-weight: 400;
	margin-left: 10px;
}
.actionRequired::before {
	font-family: 'icons';
	content: '\e913';
	margin-right: 5px;
}
h1 .actionRequired::before {
	font-size: 25px;
	content: '\e912';
}
.sourceApp::before {
	font-family: 'icons';
	content: '\e910';
	margin-right: 5px;
}
.sourceConsultation::before {
	font-family: 'icons';
	content: '\e90f';
	margin-right: 5px;
}
.sourceStore::before {
	font-family: 'icons';
	content: '\e911';
	margin-right: 5px;
}
.fc07 .form{
    margin-bottom: 60px;
}
.fc07 .form .button{
    margin-right: 20px;
    margin-top: 20px;
}

.fc07 .statsBar{
    background: none;
}
.fc07 .statsBar .stat p{
    font-size: 18px;
}

.consumer__promotions tr:hover{
    background: none;
}
.consumer__promotions td{
    font-size: 14px;
}

.fc07 .edit_mode::after,
.fc07 .sourceApp::after{
	content: none;
}

.consumer__recommendations td {
	font-size: 14px;
}