@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.c-filter-promotions {
  padding: 5px 0;
  min-height: 50px;
}
@media (max-width: 1599.98px) {
  .c-filter-promotions {
    min-height: 2.5em;
  }
}
.c-filter-promotions__wrapper {
  display: flex;
  gap: 20px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1599.98px) {
  .c-filter-promotions__wrapper {
    height: 2.5em;
    line-height: 2.5em;
  }
}
.c-filter-promotions__switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 5px;
}
.c-filter-promotions__input:before {
  display: none !important;
}
.c-filter-promotions__input:after {
  display: none !important;
}
.c-filter-promotions__input:checked + .c-filter-promotions__slider {
  background-color: #ff7a00;
}
.c-filter-promotions__input:checked + .c-filter-promotions__slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.c-filter-promotions__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.c-filter-promotions__slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: -5px;
  background-color: #ff7a00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.c-filter-promotions__label {
  font-size: 1em;
  color: #000000;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1599.98px) {
  .c-filter-promotions__label {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .c-filter-promotions__label {
    font-size: 0.8em;
  }
}