.custom-select{
	.custom-select-title{
		font-size:14px;
		color:#333333;
	}
	.custom-select-c{
		margin-left: -13px;
		margin-top: 13px;
	}
	.custom-select-i{
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 30px;
		padding:0 10px 0 13px;
		line-height: 30px;
		background:#f7f7f7;
		border-radius:3px;
		color:#666666;
		margin-left: 13px;
		font-size:13px;
		.custom-select-remove,.custom-select-add{
			font-style: normal;
	    vertical-align: baseline;
	    text-align: center;
	    text-transform: none;
	    line-height: 1;
	    text-rendering: optimizeLegibility;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    color: rgba(0,0,0,.43);
	    line-height: inherit;
	    cursor: pointer;
	    font-weight: 700;
	    transition: all .3s cubic-bezier(.645,.045,.355,1);
	    display: inline-block;
	    font-size: 12px;
	    font-size: 8px\9;
	    -webkit-transform: scale(.66666667) rotate(0deg);
	    -ms-transform: scale(.66666667) rotate(0deg);
	    transform: scale(.66666667) rotate(0deg);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	    zoom: 1;
	    padding: 0 0 0 5px;
		}
		.custom-select-remove:before{
			display: block;
    	font-family: anticon!important;
    	content: "\E633";
		}
		.custom-select-add{
			padding:0 5px 0 0;
			transform: scale(.66666667) rotate(45deg);
			color:#fff;
		}
		.custom-select-add:before{
			display: block;
    	font-family: anticon!important;
    	content: "\E633";
		}
	}
	.custom-select-i.add-item{
		background:#404a53;
		color:#fff;
		padding:0 13px 0 10px;
		cursor: pointer;
	}
}