.i_profile_list {
	margin-bottom: 100px;
}
.i_profile_list table {}

.i_profile_list table td {
	padding: 15px 20px;
}
.i_profile_list table .i_sale_personal_profile {
	border-bottom: 1px solid #ededed;
}
.i_profile_list table thead {
	background-color: #c33049;
}
.i_profile_list table tbody tr td:first-child {
	padding-left: 0;
}
.sale-personal-profile-list-actions {
	display: flex;
	justify-content: space-between;
	padding-right: 0 !important;
}
.i_icon_title h1 span.personalprofiles:before {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/profile/title.svg);
	background-size: 35px !important;
	width: 35px !important;
	height: 35px !important;
	top: 2px !important;
}
.i_profile_list table thead td,
.i_profile_list table thead th {
	font-family: 'adihaus_b';
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

/*Table*/
table.sale_personal_profile_list {}

/* Table tr*/
/*Table head*/
table.sale_personal_profile_list th {}

/* Table cells and heads*/
table.sale_personal_profile_list th, table.sale_personal_profile_list td {}


.sale-personal-profile-list-arrow-up,
.sale-personal-profile-list-arrow-down {}

.sale-personal-profile-list-arrow-up:hover,
.sale-personal-profile-list-arrow-down:hover {}

.sale-personal-profile-list-close-button,
.sale-personal-profile-list-change-button {
	position: relative;
	color: black;
}

.sale-personal-profile-list-close-button:before,
.sale-personal-profile-list-change-button:before {
	content: '';
	height: 19px;
	width: 19px;
	display: inline-block;
}

.sale-personal-profile-list-actions {}

.sale-personal-profile-list-close-button:before {
	background: #cbced2 url(/local/templates/ilab_it_shop/ilab/img/svg/profile/delete.svg) no-repeat center / 9px auto;
	border-radius: 50%;
}

.sale-personal-profile-list-close-button:hover {}

.sale-personal-profile-list-change-button:before {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/profile/edit.svg) no-repeat;
}

.sale-personal-profile-list-change-button:hover {}

.sale-personal-profile-list-border {}

@media screen and (min-width: 701px) {
	.sale-personal-profile-list-close-button span,
	.sale-personal-profile-list-change-button span {
		display: none;
	}
	.sale-personal-profile-list-change-button {
		padding-right: 20px;
	}
	.sale-personal-profile-list-close-button {
		padding-left: 20px;
	}
	.sale-personal-profile-list-close-button,
	.sale-personal-profile-list-change-button {
		display: table-cell;
	}
}
@media screen and (max-width: 700px) {
	.i_profile_list table td {
		padding: 15px 0;
	}
	.i_profile_list table thead {
		display: none;
	}
	.i_profile_list table tbody td {
		display: flex;
	}
	.i_profile_list table tbody td > * {
		flex: 1;
	}
	.i_profile_list table tbody td[data-mess]:before {
		content: attr(data-mess)': ';
		flex: 1;
	}
	.i_profile_list table tbody td[data-mess]:before,
	.sale-personal-profile-list-change-button {
		padding-right: 20px;
	}
	.sale-personal-profile-list-close-button,
	.sale-personal-profile-list-change-button {
		display: flex;
		align-items: center;
	}
	.sale-personal-profile-list-close-button span,
	.sale-personal-profile-list-change-button span {
		margin-left: 5px;
	}
	.sale-personal-profile-list-close-button a,
	.sale-personal-profile-list-change-button a {
		padding-left: 27px;
	}
	.sale-personal-profile-list-actions {
		border-top: 1px solid #e4e4e2;
	}
}