.spit_main_tit {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #00cc792e;
	border-radius: 5px;
	border: 1px solid #5cc59b;
	padding: 7px 10px;
}
.main-input {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px dashed #8f9fb1;
}
.main-input input{
	Width:100%;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:7px;
	background:none;
}
.main-input textarea, .spit_main_product textarea{
	Width:100%;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:7px;
	background:none;
}
.spit_main_product textarea{
	height:150px;
	margin-top:10px;
	margin-bottom:0px;
}
.main-input .wp-editor-container{
	box-shadow:none;
}
.main-input .tinymcenew .mce-tinymce{
	border:1px solid #ccc;
}
.main-input button{
	background:#8f9fb1;
	color:#fff;
	border:none;
	padding:7px;
	border-radius:3px;
}
.main-input button i{
	color:#fff !important;
}
.main-input .spit_del{
	margin-top:10px;
	font-size:12px;
	background: #d9a3a3;
	border-bottom: 3px solid #bf8b8b;
}
#spit_add {
	background: #42b178;
	padding: 7px 10px;
	color: #fff;
	border-radius: 6px;
	border: none;
	border-bottom: 4px solid #308559;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}