#price, #price2 {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #87765A;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 100;
  padding: 4px;
  width: 60%;
text-align: right; }

#options {
  color: #87765a;
display: flex;
  font-family: "Ledger",serif;
  font-size: 14px;
  margin-top: 15px;
  }

#slider_price {
 
  height: 20px;
 
  margin: 5px 0;
  width: 90%; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  /*background: url("../images/skal.png") no-repeat scroll 0 0; */}

.ui-widget-content::after {
  content: "";
  display: block;
  position: absolute;
  background: #F9F9F9;
  width: 100%;
  height: 12px;
  border: 1px solid #D3D3D3;
  top: 50%;
  margin-top: -4px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0 #efebdf;
}

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  background: url("../images/pola_sh.jpg") repeat-x scroll 0 0; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: url("../images/sh1.png") repeat scroll 0 0; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

                                                                                                                                                                                                                                                                                        /*!
* jQuery UI Slider 1.8.19
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 23px;
  position: absolute;
  width: 23px;
  z-index: 2; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .3em; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -10px;
  cursor: pointer;
  top: 1px; }

.ui-slider-horizontal .ui-slider-range {
  height: 13px;
  top: 5px; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/*# sourceMappingURL=slider_price.css.map */
