.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  /* Hide default HTML checkbox */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 0px, 0);
}

input:checked + .slider {
  background-color: #f7280e;
  width: 44px;
}
input:focus + .slider {
  box-shadow: 0 0 1px #f7280e;
}
input:checked + .slider:before {
  transform: translate3d(20px, 0px, 0);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}
.slider.round:before {
  border-radius: 50%;
}

.category-top .remove-parentesis::after, .category-top .remove-parentesis::before {
  content: none;
}
.category-top .container-discontinuados .name,
.category-top .container-in-stock .name {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
}
.category-top .btn-filter {
  width: 42px !important;
}

#amazzing_filter .btn-primary.compact-toggle.type-1.ready {
  display: none;
}/*# sourceMappingURL=category-top.css.map */