.btTotalNextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  padding-right: 0 !important;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: initial;
}
.btQuoteTotal {
  font-weight: bold;
  padding: 0;
  text-align: right;
  color: #FFF;
  background: #3f5872;
  border-radius: 50px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: none;
}
.btQuoteTotalText {
  margin-right: 1em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.btQuoteTotalCurrency {
  font-size: 22px;
  line-height: 1.8;
  display: inline-block;
  background: rgba(0,0,0,0.25);
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 5px 3px 5px 20px;
}
.btQuoteTotalCalc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  font-size: 22px;
  line-height: 1.8;
  display: inline-block;
  background: rgba(0,0,0,0.25);
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 20px 5px 3px;
}

.btQuoteSliderValue {
  min-width: 34px;
  height: 38px;
  line-height: 38px;
  padding: 0 2px;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: block;
}

@media (max-width: 480px) {
  .btTotalNextWrapper {
    display: block;
  }
  .btQuoteTotal {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    height: 50px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #3498db;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #3498db;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.blank_input{
  outline: none !important;
  outline-width: 0 !important;
  border:none !important;
  margin-top:0px !important;
  color:#fff !important;
  opacity: 0 !important;
}
.blank_input:focus{
  outline: none !important;
  outline-width: 0 !important;
  border:none !important;
  margin-top:0px !important;
  color:#fff !important;
}

.ui-slider {
  background: #ededed;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0));
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0));
  position: relative;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -webkit-transition: all 190ms ease;
  transition: all 190ms ease;
}
.ui-slider-horizontal {
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  top: -10px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 38px;
  height: 38px;
  touch-action: none;
  background: #3498db;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 0 rgba(0,0,0,0.2) inset;
  transition: all 190ms ease;
}
.required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.tooltip-element {
  visibility: visible;
  color: #fff;
  background: #485c6e;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
  cursor: default;
}

.pricelabel{
  font-style: italic;
  font-weight: normal;
  color: #485c6e;
}

.hr-line-dashed{
  border-top: 1px dotted #485c6e;
}

.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}

/*.boxer_category{
    background-color: #ffffcc;
    border: 1px dashed grey;
    padding: 10px;
}*/

.qty_box_productmultidropdown .control-label{
  text-align: left;
}

#form_elements .form-group{
  margin-bottom: 5px;
}

.switchbox_spacing{
  padding-bottom: 20px;
}


.none_checkbox label {
  min-height: 20px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.none_checkbox input[type="checkbox"]{
  display:none;
}
#formcheck-error
{
    display:none !important;
}