#wizard-form .wizard-container .steps li
{
	width:20%;
}

#wizard-form .wizard-container .steps li a
{
	padding: 0.3em;
	margin:0.2em;
}


.wizard > .content .container-scroll h4
{

	border-bottom: 1px solid  #acacac;
	padding: 1px 1px 8px 0;
}

.wizard > .steps a
{
	background: #eee;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
	background: #9dc8e2;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
}

.wizard .content ul.equal-height-thumbnail
{
	list-style: none !important;
}

.wizard > .content .container-scroll
{
	overflow-y:scroll;
	height: 100%;
}

.wizard > .content .container-scroll h5
{
	text-align: center;
}


.wizard > .content .container-scroll .item
{
	cursor: pointer;
	border: 2px solid #9E9E9E;
}

.wizard > .content .container-scroll .item.selected
{
	border-color:  #B1504C;
}


.fabric-section .fabric-name input[type='checkbox'].fabric-check
{
	display: none;
}


.fabric-section .fabric-image
{
	border: 2px solid #EEE;
}

.fabric-section .fabric-image.selected
{
	border-color:#B1504C;
}

.option-item.type-text .caption h5
{
	margin-top: 6px;
}

.size-section .form-inline
{
	margin-bottom: 10px
}

.size-section  input
{
	display: inline!important;
}

.size-section .item-name
{
	text-align: right;
	font-weight: 700;
}

.size-section input.form-control
{
	margin:3px 0;
}

.wizard-container .size-alert
{
	margin-bottom: 2px;
	padding:5px;
	display: none;
}


.review-section span.label
{
	margin-bottom: 4px;
	display: inline-block;
}

.review-section p
{
	margin: 2px 0 5px
}

.wizard-container .actions ul li:last-child a
{
	background-color:#d9534f;
}

.direction-view
{
	border: 1px solid #ccc;
}


.direction-btn-group .btn
{
	border-radius:0;
	text-transform:uppercase;
}

.direction-btn-group .btn:first-child
{
	border-right:0;
}

.custom-view
{
	margin-bottom: 10px;
	position: relative;
}

.custom-view-title
{
	position: absolute;
	top:0;

	padding: 1em;
}

.custom-view-price
{
	position: absolute;
	bottom:45px;
	right:25px;
	padding: 1em;
}


.fabric-section .fabricItem
{
	background: none;
	margin-bottom: 0;
}

.fabric-section .fabricItem img
{
	cursor: pointer;
}

.contenthover {
padding: 20px 20px 10px 20px;
color:#ECEEEC;
display: none;
}


.fabric-section .ch_element.ch_wrapper
{
	cursor: pointer;
}
