.expander{
	clear: both;
	color: #303030;
	cursor: pointer;
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: .025em;
	padding: 1.9rem 2.8rem 1.9rem 0;
	position: relative;
	text-decoration: none;
	transition: color .15s linear;
	border-bottom: 1px solid #cccccc;
	line-height: 1.2;
}

.expander-container:hover{
	text-decoration: none !important;
}

.expander:after{
	content: '\e616';
	font-size: 1.8rem;
	position: absolute;
	right: 1.3rem;
	top: 2.3rem;
	-webkit-font-smoothing: antialiased;
	font-family: 'Admin Icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
}

.expander.active:after{
	content: '\e615';
}

.vendor__control-text{
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #adadad;
	border-radius: 1px;
	box-shadow: none;
	color: #303030;
	font-size: 1.4rem;
	font-weight: 400;
	height: auto;
	line-height: 1.36;
	padding: 0.6rem 1rem 0.6rem;
	transition: border-color 0.1s linear;
	vertical-align: baseline;
	width: 78% !important;
	float: right !important;

}

.label {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 3.2rem;
	padding: 0;
	white-space: nowrap;
	color: #303030 !important;
}
.required .label:after{
	content: ':';
	font-weight: 600;
	line-height: 3.2rem;
	padding: 0;
	white-space: nowrap;
	color: #303030 !important;
}

.product-data-attributes .field {
	padding: 12px 8%;
	margin-left: 18%;
}

.product-data-attributes{
	width: 70% !important;
}

.field.required .vendor-label-container .label .sep:before{
	content: '*';
	color: red !important;
}

.vendors__actions-switch{
	line-height: 3.2rem;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 2% !important;
}

.vendors__actions-switch input[type='checkbox'],
.vendors__actions-switch input[type='radio']{
	box-sizing: border-box;
	padding: 0;
}

.vendors__actions-switch-checkbox{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vendors__actions-switch-text {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	position: relative;
	user-select: none;
	vertical-align: middle;
}

.vendors__actions-switch-checkbox:checked + .vendors__actions-switch-label:before {
	left: 15px;
}

.vendors__actions-switch-label:before {
	background: #ffffff;
	border: 1px solid #aaa6a0;
	border-radius: 100%;
	content: '';
	display: block;
	height: 22px;
	transition: left 0.2s ease-in 0s;
	width: 22px;
	z-index: 1;
}

.vendors__actions-switch-label:before, .vendors__actions-switch-label:after {
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
}

.vendors__actions-switch-label:after {
	background: #e3e3e3;
	border: 1px solid #aaa6a0;
	border-radius: 12px;
	content: '';
	display: block;
	height: 22px;
	transition: background 0.2s ease-in 0s;
	width: 37px;
	z-index: 0;
}

.vendors__actions-switch-label:before, .vendors__actions-switch-label:after {
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
}

.vendors__actions-switch-label {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	position: relative;
	user-select: none;
	vertical-align: middle;
}

.vendors__actions-switch-checkbox:checked + .vendors__actions-switch-label .vendors__actions-switch-text:before {
	content: attr(data-text-on);
}

.vendors__actions-switch-text:before {
	content: attr(data-text-off);
	padding-left: 47px;
	white-space: nowrap;
}

.vendors__actions-switch-text:before {
	content: attr(data-text-off);
	padding-left: 47px;
	white-space: nowrap;
}

[class*='vendors__'] + label, 
[class*='vendors__'] + label:after, 
[class*='vendors__'] + label:before, 
[class*='vendors__']:before, 
[class*='vendors__']:after {
	box-sizing: border-box;
}

.vendors__actions-switch-checkbox:checked + .vendors__actions-switch-label:after {
	background: #79a22e;
}
.vendors__actions-switch-label:after {
	background: #e3e3e3;
	border: 1px solid #aaa6a0;
	border-radius: 12px;
	content: '';
	display: block;
	height: 22px;
	transition: background 0.2s ease-in 0s;
	width: 37px;
	z-index: 0;
}

.vendors__actions-switch-label:before, .vendors__actions-switch-label:after {
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
}

.vendor-label-container.textarea .label{
	float: left !important;
}

.vendor-label-container .label{
	float: right;
}

.vendor-label-container.textarea {
	width: 13% !important;
}

.vendor-label-container {
	width: 20%;
}