#range {
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  border: 0;
  height: 4px;
  background: #959799;
  outline: none;
  width: calc(100% - 100px);
  display: inline-block;
}

#range .ui-slider-handle {
    position: absolute;
    margin: -14px 0 0 -9px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    border: 0;
    height: 23px;
    width: 23px;
    outline: none;
    cursor: pointer;
}

#range .ui-slider-handle:hover,
#range .ui-slider-handle:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#range .ui-slider-range { background: #B09C58; height: 4px;}

.page\.size-chart #currentVal {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.52);
    color: #fff;
    padding: 5px 15px;
    margin: 0px 0 0 15px;
    vertical-align: top;
    margin-top: 4px;
}

.size-result-wrap .size-result {
    border: 1px solid rgba(255, 255, 255, 0.38);
    text-align: center;
    font-size: 85px;
    padding: 16px 0;
    color: #FADF86; 
}

.size-chart-button {
     text-align: center;
    background-color: #ED9700;
    color: #fff;
    display: block;
    font-size: 45px;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 0;
    text-transform: uppercase;
       font-family: 'sizechartbold';
}
.size-chart-button:hover, .size-chart-button:focus {
 color:#fff; 
}