.detail-info > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 10px;
	height: 1px;
	background-color: #dedc00;
}
.detail-info > ul > li {
	color: #989898;
	padding-left: 20px;
	position: relative;
}
.custom-container {
	padding: 0 150px;
	overflow: hidden;
}
.control-label {
    display: none; 
}

.form-control {
	color: #222;
	background-color: transparent;
	border: 1px solid #e3e3e3;
	border-radius: 0;
    padding: 0px 15px;
    box-shadow: none;
    width: 100%;
    height: 40px;
}
textarea.form-control {
    height: 120px;
    padding: 10px 15px;
}
.btn.btn-primary {
	position: relative;
	padding: 7px 25px 7px 25px;
	background: #dfcd50;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
    border: 0px;
    border-radius: 0px;
}
.btn-toolbar {
	text-align: center;
}
.btn-toolbar .btn-group {
	float: none;
}