.attribute_slider_wrapper {
margin-bottom: 20px;
}
.attribute_slider {
margin: 20px 10px;
}
.attribute_slider.ui-slider-horizontal {
height: 5px;
}
.attribute_slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 11px;
height: 11px;
border-radius: 50%;
}
.attribute_slider_amount {
text-align: center;
}
.attribute_slider_amount input {
width: 80px;
display: inline-block;
margin: 0 10px;
}
.attribute_label {
margin-top: 10px;
font-weight: bold;
}
.clear {
clear: both;
}