.slider{
    border:1px solid #a7a7a7;
    width:227px;
    height:10px;
    position:relative;
    -webkit-box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    margin:28px 0 20px 11px;
}
.slider .max,
.slider .min{
    position:absolute;
    left:-14px;
    top:-4px;
    font-size:11px;
    line-height:18px;
    font-weight:400;
}
.slider .max{
    left:234px;
}
.slider .step{
    display:none;
}
.slider .handle{
    background:url(/images/bullet01.png) no-repeat;
    position:absolute;
    top:-4px;
    left:0;
    margin:0 0 0 -9px;
    width:19px;
    height:18px;
    z-index:10;
    cursor:pointer;
    text-decoration:none;
    border:0;
}
.slider .handle i{
    font-style:normal;
    width:27px;
    height:19px;
    position:absolute;
    top:-21px;
    left:50%;
    margin:0 0 0 -16px;
    font-size:11px;
    font-weight:400;
    text-align:center;
    line-height:14px;
    height:14px;
    color:#2f3436;
    border:1px solid #c8c8c8;
    background:#e5e5e5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    min-width:30px;
    text-align:center;
}
.slider .handle i:after{
    background:url(/images/ico05.png) no-repeat -10px 100%;
    position:absolute;
    bottom:-5px;
    left:50%;
    width:7px;
    margin:0 0 0 -3px;
    height:5px;
    content:"";
}
.slider .ui-slider-range{
    background:#158f9c;
    height:6px;
    position:absolute;
    left:0;
    top:2px;
}
.ui-widget{
    font: 300 13px/21px 'Open Sans', sans-serif;
}
.ui-widget input{
    font-size: 11px;
}
.ui-widget .blue-btn{
    margin-bottom: 5px;
    margin-top: 5px;
}

.basket{
    zoom:1;
    border:5px solid #cbcbcb;
    padding: 8px;
    min-height:57px;
    min-width:100px;
    background:#fff;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:fixed;
    z-index:80;
}

.instructions h3{
    font-size: 1rem;
    font-weight: 600;
}

.instructions ul{
    list-style-type: none;
    padding-left: 20px;
}

.description h1 {
    margin: 20px 0;
    line-height: 1.3;
    font-weight: 700;
    text-transform: lowercase;
}

.description h1:first-letter {
    text-transform: uppercase;
}

.description .simple-list {
    margin-left: 20px;
    font-size: 14px;
}

.description .simple-list li {
    padding: 0 0 11px 15px;
}

.description p {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.6;
}

.description strong {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    display: inline-block;
}

.tab-description .description{
    position: relative;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0;
}

.tab-description .side-col{
    position: relative;
    -webkit-box-flex: 0 0 300px;
    -moz-box-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    display: block;
}

@media only screen and (max-width: 60em) {
   
    .tab-description .side-col{
	width: 240px;
    }
    
}

.instr_big img{
    display: inline;
}

.table.blue-table tr td,
.table.blue-table tr th{
    font-size: 1.2rem;
}