.slider-switchers {
    background: rgba(230,230,230,.7);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.slider-switchers > button.slider-type-switcher {
    border: 0;
    border-radius: 0;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: left;
    background: #df4747;
    color: #f9f9f9;
    border-right: 3px solid #c04040;
    box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    -webkit-box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    -moz-box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    outline: 0;
}

.slider-switchers > button.slider-type-switcher:hover {
    background: #c04040;
}

.slider-switchers > button.slider-type-switcher.slider-active {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #333;
}

.slider-form-block {
    border-radius: 0 0 10px 10px;
    background: rgba(230,230,230,.7);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    display: none;
}

.slider-form-block.slider-active { display: block; }

.slider-gpl-block {
    display: block;
    line-height: 30px;
    width: 33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    float: left;
}

.slider-gpl-block > span {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 10px;
}

.slider-gpl-block > span:first-child {
    border-radius: 6px 0 0 6px;
}

.slider-gpl-block > span:last-child {
    border-radius: 0 6px 6px 0;
    background: rgba(255,255,255,.5);
    border-left: 0;
}

.clear { clear: both; }

.slider-container,
.wic-slider {
    width: 100%;
    clear: both;
}

.wic-slider {
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}

.slider-main-row {
    height: 40px;
}

.slider-detail-row {
    height: 40px;
    overflow: hidden;
}

.slider-detail-row a {
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 10px;
}

.slider-side-block,
.slider-middle-block,
.slider-value-block,
.slider-sign-block {
    float: left;
    position: relative;
    line-height: 40px;
    height: 40px; 
}

.slider-side-block {
    width: 40px;
    height: 40px;
}

.slider-middle-block {
    width: auto;
/*    display: flex;
    justify-content: space-between;*/
    padding: 0 20px;
}

.slider-value-block,
.slider-sign-block {
    width: 60px;
}

.slider-value-block > input {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none;
    background: transparent;
}

.slider-line {
    min-width: 100px;
    width: 100%;
    height: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid #efefef;
    margin: 5px 0;
    position: relative;
}

.slider-line > .slider-line-bg {
    height: 100%;
    width: auto;
    background: rgba(99,11,22,.3);
    border-radius: 30px;
}

.slider-line > .slider-cursor {
    width: 66px;
    height: 40px;
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FF5454;
    border: 2px solid #fff;
    position: absolute;
    top: -7px;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
}

.slider-line > .slider-cursor:before {
  content: "\e257";
  font-family:'Glyphicons Halflings';
  opacity: 0.5;
  position: absolute;
  left: 2px;
}

.slider-line > .slider-cursor:after {
  content: "\e258";
  font-family:'Glyphicons Halflings';
  opacity: 0.5;
  position: absolute;
  right: 2px;
}

a[data-slider-action] {
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #f9f9f9;
    background: #FF5454;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    display: block;
    margin: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

a[data-slider-action="minus"]:before {
    content: "-";
}
a[data-slider-action="plus"] {
    font-size: 24px;
    line-height: 28px;
}
a[data-slider-action="plus"]:before {
    content: "+";
}


.slider-input {
    text-align: center;
}

span[data-multi], .slider-values-multiple { display: none; }
span[data-multi].current { display: inherit; }

.slider-values-multiple { position: relative; }

.slider-values-multiple.current { display: flex; }
.slider-values-multiple { width: 100%; justify-content: space-between; }

a[data-value-id] { outline: 0; position: absolute; }
a[data-value-id].current {
    color: #ff5757;
    text-shadow: rgba(0,0,0,0.8) 0 1px;
}

[data-name="term"] a[data-value-id] {
  /*position: relative;*/
}

.slider-detail-row .slider-middle-block {
    padding: 0 20px;
    box-sizing: border-box;
}

.slider-form-submit {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #f8f8f8 !important;
    background: #395;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    clear: both;
    line-height:20px;
    box-shadow: rgba(0,0,0,.2) 0 -2px 0 0 inset;
}

.slider-form-submit:hover {
    background: #375;
}
.slider-form-submit:active {
    box-shadow: none;
}

.slider-form-submit.compare-top {
  padding: 22px 50px 20px;
  background: #f90;
  font-size: 18px;
}

.slider-form-submit.compare-top:hover {
  background: #f60;
}

.slider-form-submit.compare-top .glyphicon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.wic-mobile-form {
    background: rgba(230,230,230,.7);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    display: none;
}

.wic-mobile-form .wic-slider-row {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.wic-mobile-form .wic-slider-row label {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 40px;
}

.wic-mobile-form .wic-slider-row label * {
    vertical-align: middle;
}

.wic-mobile-form .wic-slider-row label > span {
    width: 30%;
    text-align: left;
    display: inline-block;
}

.wic-mobile-form .wic-slider-row label > span > span {
  width: 50% !important;
  float: right;
}

.wic-mobile-form .wic-slider-row label > span > ul {
  top: 30px !important;
  right: 0;
}

.wic-mobile-form .wic-slider-row label div[data-multi],
.wic-mobile-form .wic-slider-row label span[data-multi] {
    display: none;
}

.wic-mobile-form .wic-slider-row .nice-select {
  width: 50%;
  text-align: center;
  margin-left: 10%;
  height: 36px;
  margin-top: 1px;
}

.wic-mobile-form .wic-slider-row .nice-select > span {
  display: block;
  text-align: center;
}

.wic-mobile-form .wic-slider-row .nice-select > .list {
  width: 100%;
  height: 200px;
  max-height: 200px;
  overflow: auto !important;
}

.wic-mobile-form .wic-slider-row .nice-select > .list > li {
  position: relative;
}

.wic-mobile-form .wic-slider-row label div[data-multi].current,
.wic-mobile-form .wic-slider-row label span[data-multi].current {
    display: inline-block;
}

.wic-mobile-form .wic-slider-row label select {
    max-width: 50%;
    width: 120px;
    border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    font-family: tahoma, sans-serif;
    height: auto;
    text-align: right;
    padding: 0 20px;
}


.wic-mobile-form .wic-slider-row label select optgroup {
    width: 100%;
}
.wic-mobile-form .wic-slider-row label select option {
    width: 100%;
    text-align: center;
}

.wic-mobile-form .slider-form-submit {
    margin: 20px auto 0 auto;
    display: block;
}

optgroup[data-multi] {
    display: none;
}

optgroup[data-multi].current {
    display: inherit;
}

.wic-div-multi { width: 100%; }

.sliderComment {
  position: absolute;
  width: auto;
  font-size: 10px;
  top: 20px;
  left: -25%;
  color: #444;
}

.sidebar-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}

.sidebar-slider .slider-gpl-block {
  width: 100%;
  float: none;

}

.sidebar-slider .slider-side-block,
.sidebar-slider .slider-middle-block,
.sidebar-slider .slider-value-block,
.sidebar-slider .slider-sign-block{
  height: 30px;
  line-height: 30px;
}

.sidebar-slider .wic-slider {
  height: auto;
  margin-bottom: 10px;
}

.sidebar-slider .slider-container {
  text-align: center;
}

.sidebar-slider .slider-form-submit {
  width: 100%;
}

.sidebar-slider #openUsedSection {
  display: none;
}

.sidebar-slider .slider-form-block {
  padding: 10px;
}

.sidebar-slider a[data-slider-action] {
  width: 24px;
  height: 24px;
  line-height: 18px;
}

.sidebar-slider a[data-value-id] {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sidebar-slider .slider-line {
  height: 24px;
}

.sidebar-slider .slider-line > .slider-cursor {
  width: 54px;
  height: 34px;
}

.sidebar-slider .slider-value-block {
  clear: both;
  width: 48%;
  text-align: right;
}

.sidebar-slider .slider-sign-block {
  clear: none;
}

.sidebar-slider .slider-value-block .slider-input {
  text-align: right;
    border: 0;
}

.sidebar-slider .slider-detail-row { height: 1px; clear: both; }

.sidebar-slider .slider-type-switcher {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
}

.sidebar-slider .slider-switchers > button.slider-type-switcher {
  line-height: 30px;
  background: transparent;
  color: #333;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-slider .slider-switchers > button.slider-type-switcher.slider-active {
  color: #93C54B;
  font-weight: 500;
  border-bottom: 2px solid #93C54B;
  height: 36px;
  line-height: 36px;
}

.sidebar-slider .slider-switchers {
  height: auto;
}

.sidebar-slider .slider-gpl-block {
  line-height: 20px;
}

.sidebar-slider .slider-gpl-container {
  margin-bottom: 10px;
}

.sidebar-slider .slider-gpl-block > span {
  padding: 4px 8px;
  font-size: 12px;
}

.sidebar-slider .slider-cursor { line-height: 30px; font-size: 10px;}

.sidebar-slider .compare-top {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 0;
}

.sidebar-slider .compare-top .glyphicon {
  font-size: 20px;
}

.sidebar-slider .slider-sign-block {
    clear: both;
    float: none;
    display: inline-block;
    text-align: left;
    width: auto;
}

.sidebar-slider .slider-value-block {
    clear: both;
    text-align: right;
    float: none;
    width: 60px;
    display: inline-block;
}

.sidebar-slider .slider-value-block > input {
    line-height: 30px;
    vertical-align: top;
}

.sidebar-slider a[data-value-id] > span { display: none; }

.sidebar-slider .slider-main-row { height: 60px; text-align: center; }

@media screen and (max-width: 800px)
{
    .slider-form-block { display: none !important; }
    .wic-mobile-form.slider-active { display: block; }
}

@media screen and (max-width: 800px)
{
  .wic-mobile-form .wic-slider-row .nice-select > .list
  {
/*    //max-height: none !important;
    //height: auto !important;
    //overflow: visible !important;*/
  }
}


.sidebar-slider .sliderComment {
    position: relative;
    font-size: 10px;
    top: 0;
    left: 0;
}

#customPriceSelect {
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    text-transform: uppercase;
    font-size: 14px;
    background: #395;
    color: #fff;
    margin-top: 10px;
}