.slider {
    width: 76%;
    float: left;
    background: #fff;
    height: 37px;
    border: none;
    border-radius: 0;
    margin: 10px 0 60px;
}
.no-stock {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    display: none;
}
.slider > .dragger, .slider > .ui-slider-handle {
    background: url('roulette.png') no-repeat;
    width: 39px;
    height: 37px;
    border: none;
    border-radius: 0;
}
.slider > .dragger:hover {
    background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}
.slider > .track, .slider > .highlight-track {
    background: #fff;
    height: 21px;
}
.slider > .highlight-track {
    background-color: #040505;
}
.m-left {
    float: left;
    width: 12%;
    line-height: 20px;
    padding: 20px 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    white-space: pre;
}
.m-left.max {
    text-align: right;
}
.m-right {
    float: right;
    width: 10%;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.dragger-box {
    font-size: 13px;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    padding-top: 8px;
    top: 40px;
    right: -34px;
    width: 111px;
    text-align: center;
    height: 34px;
    background-image: url('dragger-box.png');
    background-repeat: no-repeat;
    line-height: 34px;
    z-index: 90;
    /*transform: scale(1.3);*/
}
a.ui-slider-handle .fa {
    position: absolute;
    top: 50px;
    padding-top: 8px;
    display: none;
    left: 55px;
    cursor: pointer;
    z-index: 100;
}
a.ui-slider-handle:hover .fa {
    display: block;
}
.commander-form {
    position: relative;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
    clear: both;
    font-weight: bold;
    padding-bottom: 30px;
}
.commander, a.iframe-commander {
    clear: both;
    background-color: #136eb7;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #136eb7;
    margin: 0;
}
.commander:hover, .iframe-commander:hover {
    cursor: pointer;
    text-decoration: none;
}
.recap-commande {
    display: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: -19.5px;
}
.iframe-commander {
    display: block !important;
    max-width: 200px;
    margin: 0 auto !important;
    float: none;
    text-align: center;
}
