﻿.logoText {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 1rem;
}
.logoNew {
    max-height:50px !important;
    margin-top: -15px !important;
    padding-right: 10px;
}

/* Radio Check Style */
.radio-checkbox .radio {
  display: none;
}
.radio-checkbox .radio ~ label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-checkbox .radio ~ label:after {
  width: 8px;
  height: 8px;
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 4px;
  background-color: #555;
  opacity: 0;
  visibility: hidden;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-checkbox .radio:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.radio-checkbox .checkbox {
  display: none;
}
.radio-checkbox .checkbox:checked ~ label:before {
  font-size: 13px;
  content: '\f00c';
  text-align: center;
  font-family: 'FontAwesome';
}
.radio-checkbox label {
  position: relative;
  line-height: 25px;
  color: #555;
  font-weight: normal;
  padding-left: 30px;
  margin: 0;
  min-width: 16px;
  min-height: 21px;
}
.radio-checkbox label:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 5px;
  line-height: 14px;
  left: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Radio Check Style */

/*Widget Sidebar*/
.widget-sidebar .title-sidebar {
  color: #111111;
  font-size: 20px;
  margin: 0;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.widget-sidebar .title-sidebar span {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
}
.widget-sidebar .widget-ul,
.widget-sidebar .widget-rate,
.widget-sidebar.area-sidebar {
  margin-top: 15px;
}
.widget-rate {
  padding: 0;
  list-style: none;
}
.widget-rate li {
  position: relative;
  line-height: 25px;
  color: #555555;
  padding: 2px 0 2px 20px;
}
.widget-rate li .radio-checkbox {
  position: absolute;
  width: 16px;
  height: 20px;
  left: 0;
}
.widget-rate li .group-star {
  display: inline-block;
  color: #59c25a;
  margin-left: 15px;
  margin-left: 10px;
  font-size: 13px;
  width: 80px;
}
.widget-rate li span {
  float: right;
  color: #999999;
}
.widget-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-ul li {
  padding: 2px 0;
  line-height: 25px;
  clear: both;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}
.widget-ul li .radio-checkbox {
  float: left;
}
.widget-ul li span {
  color: #999999;
  position: absolute;
  right: 0;
}
/*End Widget Sidebar*/

/*Price Slider*/
.slider-sidebar {
  margin-top: 30px;
  background: #e7e7e7;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  height: 5px;
}
.slider-sidebar .range {
  display: none;
}
.slider-sidebar .ui-slider-range {
  top: -1px;
  bottom: -1px;
  height: inherit;
}
.slider-sidebar .ui-slider-handle {
  background: url('/images/icon-hander.png') no-repeat center center;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: -5px;
  margin-left: -7px;
  outline: none;
  cursor: pointer;
}
.slider-sidebar .ui-slider-handle label {
  text-align: center;
  bottom: -19px;
  width: 60px;
  left: 50%;
  right: inherit;
  max-width: inherit;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.slider-sidebar .ui-slider-range {
  background-color: #141414;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-sidebar label {
  position: absolute;
  color: #999999;
  font-family: 'Open sans';
  font-size: 13px;
  bottom: -25px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.slider-sidebar label.label-min {
  left: -1px;
}
.slider-sidebar label.label-max {
  right: 0;
}
/*End Price Slider*/