.darkmode-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.4rem;
}
.main-menu .darkmode-switcher {
  position: absolute;
  right: calc(100% + 4rem);
}
@media (max-width: 1023px) {
  .main-menu .darkmode-switcher {
    display: none;
  }
}
.darkmode-switcher .darkmode-switcher-toggle > div {
  position: relative;
  width: 54px;
  height: 32px;
  border-radius: 50px;
  outline: none;
  border: 2px solid #d9d9d9;
  box-shadow: 3px 3px 10px #aaaaaa;
  transition: all 0.5s;
  cursor: pointer;
}
.darkmode-switcher .darkmode-switcher-toggle > div:before {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #d9d9d9;
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  transition: all 0.5s;
}
body.darkmode-active .darkmode-switcher .darkmode-switcher-toggle > div {
  border: 2px solid #f05521;
}
body.darkmode-active .darkmode-switcher .darkmode-switcher-toggle > div:before {
  background-color: #f05521;
  transform: translate(-100%);
  transition: all 0.5s;
}
.darkmode-switcher .label {
  white-space: nowrap;
}

.darkmode-only {
  display: none;
}

body.darkmode-active {
  background-color: #111111;
  color: #efefef;
}
body.darkmode-active .darkmode-only {
  display: block;
}
body.darkmode-active .brightmode-only {
  display: none;
}
body.darkmode-active #mobile-menu-wrapper {
  background-color: rgba(10, 10, 10, 0.97);
}
body.darkmode-active #mobile-menu-wrapper nav ul li a {
  color: #efefef;
}
body.darkmode-active #mobile-menu-wrapper .footer a {
  color: #efefef;
  border: 1px solid #efefef;
}
body.darkmode-active .hamburger-menu-trigger div {
  background-color: #efefef;
}
body.darkmode-active header#site-header div.menus a {
  color: #efefef;
}
body.darkmode-active .article-content div[id^=gallery-],
body.darkmode-active .bigallery, body.darkmode-active .bigallery > * {
  background-color: #333333;
  color: #efefef;
}
body.darkmode-active .post-timeline {
  background-color: #333333;
}
body.darkmode-active .post-timeline .timeline-title {
  color: #efefef;
}
body.darkmode-active .read-more-widget .link {
  color: #efefef;
}
body.darkmode-active .menu-item a img {
  filter: brightness(0) invert(1);
}
body.darkmode-active .telegram-promotion {
  color: #f05521;
}
body.darkmode-active .tablepress .even td {
  background-color: #333;
}
body.darkmode-active .tablepress .odd td {
  background-color: #555;
}
body.darkmode-active .wp-caption {
  background: #333;
  border: 1px solid #333;
}
body.darkmode-active .article-list .article-group {
  background-color: #333;
}
body.darkmode-active .article-tile__title a,
body.darkmode-active .article-tile:not(.deal) a {
  color: #efefef;
}
body.darkmode-active .wp-pagenavi a {
  border: 1px solid #555;
}
body.darkmode-active .wp-pagenavi a:hover {
  border: 1px solid #efefef;
}
body.darkmode-active .wp-pagenavi span {
  border: 1px solid #555;
}
body.darkmode-active footer#site-footer {
  background-color: #222;
}
body.darkmode-active footer#site-footer nav ul li a, body.darkmode-active footer#site-footer h3 {
  color: #efefef;
}
body.darkmode-active .promoted-articles__title {
  background-color: #333;
}
body.darkmode-active .specs-compare-bar--box {
  background-color: #222;
  border: 1px solid #222;
}
body.darkmode-active .specs-compare-bar--actions {
  background-color: #555;
}
body.darkmode-active .specs-compare-bar--actions a {
  color: #efefef;
}
body.darkmode-active .specs-compare-bar--delete-product {
  color: #efefef;
}
body.darkmode-active .product-compare table {
  background: #111;
}
body.darkmode-active .product-compare table.compare-table tr {
  background: #111;
}
body.darkmode-active .product-compare table.compare-table tr:not(.compare-category):hover {
  background-color: #555;
}
body.darkmode-active .review-pros-and-cons .title {
  color: #efefef;
}
body.darkmode-active .review-breakdown .rank-box .rank-wrapper {
  color: #222;
}
@media (max-width: 1023px) {
  body.darkmode-active .site-ads {
    background: #333;
  }
}/*# sourceMappingURL=darkmode.css.map */