iframe#mytarget {
	border: 0;
}


.profile h2 {
	
}

.profile h2:first-child {
	margin-top: 0px;
	
}

.profile>.merchant {
	padding-bottom: 30px;
	font-size: 34px;
	font-weight: 900;
}

.profile>.ordersList>.statuses>.items>.item.active {
	background: #f0f0f0;
}
.profile>.ordersList>.statuses>.items>.item:hover {
	background: #f9f9f9;
}

.profile>.ordersList>.orderItems>.orderItem {
	padding: 20px;
}


.profile>.ordersList>.orderItems>.orderItem:nth-child(odd) {
	background: #f0f0f0;
}

.profile>.ordersList>.orderItems>.orderItem h3 {
	margin: 0;
}

.profile>.ordersList>.orderItems>.orderItem .orderDate {
	font-size: 14px;
}

/*******************/
.customer>h2>i.fas {
	color: #000;
	cursor: pointer;
}
.customer>.btn {
	background: #f0f0f0;
	margin-top: 20px;
	padding: 42px 20px;
	text-align: center;
}

.customer>.btn>label.pps>input {
	padding: 20px 40px;
}

.customer>.item .pps.pps_button_inn input {
	width: 100%;
}

.customer>.item.itemadm {
	background: #f0f0f0;
}

.customer>.btn>label.pps.pps_checkbox {
	text-align: left;
	width: 330px;
	margin: 5px auto;
}

.ui-autocomplete {
	z-index: 199999992;
	max-width: 350px;
	overflow: hidden;
	padding: 5px;
}

/******************/


