.meta_title {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    width: 180px;
}
.input_filed,.textarea_filed{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #000;
}
.flex_row{
    display: flex;
    padding-bottom: 15px;
}
.textarea_filed{
	height: 80px;
}
div#cke_specification_desc {
    width: 100%;
}

