/***** BASE INTEGRATION *****/
/*** VARIABLE ***/
@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** MIXINS ***/
@keyframes bounceSpe {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }
/*** TOOLS ***/
.yellow {
  color: #ffc928; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px; }
  #enabled_filters .layered_subtitle {
    font-weight: bold;
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    border-bottom: 1px dotted #ffc928; }
  #enabled_filters ul li {
    padding: 2px 0;
    font-size: 12px; }
    #enabled_filters ul li a {
      float: right;
      cursor: pointer; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  float: right;
  cursor: pointer; }

#layered_block_left {
  margin-top: 10px; }
  #layered_block_left .layered_subtitle_heading {
    margin-bottom: 5px; }
    #layered_block_left .layered_subtitle_heading .layered_subtitle {
      display: inline-block;
      font-weight: 500;
      font-size: 16px;
      color: #ffc928;
      font-family: "Open Sans", sans-serif; }
  #layered_block_left .layered_price {
    margin-bottom: 10px; }
  #layered_block_left .layered_filter {
    margin-bottom: 10px;
    border-bottom: 1px solid #c1bfbf; }
    #layered_block_left .layered_filter .layered_filter_ul li:nth-child(2n+1) {
      clear: both; }
    #layered_block_left .layered_filter .layered_filter_ul li label {
      font-size: 12px;
      margin-bottom: 0; }
    #layered_block_left .layered_filter .layered_filter_ul li .checker span {
      top: 0px; }
  #layered_block_left .layered_weight .layered_filter_ul label {
    display: none; }
  #layered_block_left .layered_weight .layered_filter_ul #layered_weight_range {
    color: #737373;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 12px; }
  @media (max-width: 1199px) {
    #layered_block_left .layered_subtitle_heading {
      margin-bottom: 5px; }
      #layered_block_left .layered_subtitle_heading .layered_subtitle {
        font-size: 14px; } }

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px; }

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px; }

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px; }

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 2px 0; }

#layered_block_left ul li label {
  cursor: pointer; }

#layered_block_left ul {
  padding-left: 0; }

#layered_block_left ul li {
  list-style-type: none; }

#layered_block_left div > form > div > div {
  margin-top: 5px; }

#layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px dotted #CCC; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 2px solid #dedddd;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; }

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid #dedddd; }

#layered_form .color-option.on {
  border: 2px solid #ffc928; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 91%; }

.layered_slider {
  margin-top: 5px;
  background: #dedede;
  border: none;
  height: 3px; }
  .layered_slider > div {
    background: #dedede; }
  .layered_slider > a {
    background: #ffc928 !important;
    border: none !important;
    height: 16px !important;
    width: 16px !important;
    top: -7px !important;
    cursor: pointer !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    .layered_slider > a:focus, .layered_slider > a:hover, .layered_slider > a:active {
      box-shadow: none !important;
      outline: none;
      border: none !important; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto;
  margin-bottom: 0; }

.layered_filter {
  margin-bottom: 10px;
  border-bottom: 1px solid #c1bfbf; }
  .layered_filter label {
    font-weight: normal; }
  .layered_filter layered_subtitle {
    font-size: 1.2 em; }

#layered_block_left ul li {
  min-width: 50%;
  width: auto; }
