/*
Theme Name: WrestleBelts Official Theme
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.0.0.1782228863
Updated: 2026-06-23 15:34:23

*/

@media (max-width: 1024px) {
  footer .footer-menu a {
    justify-content: center;
  }
}

footer .footer-menu a:hover {
  font-weight: bold !important;
}

footer .footer-menu li {
  position: relative;
}

footer .footer-menu li:hover:after {
  opacity: 1;
  width: 12px;
}

@media (max-width: 1024px) {
  footer .footer-menu li::after {
    display: none;
  }
}

footer .footer-menu li::after {
  transition: all 0.2s;
  content: "";
  position: absolute;
  height: 3px;
  width: 8px;
  opacity: 0.5;
  border-radius: 100px;
  background-color: white;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.page-id-9 .wp-block-woocommerce-cart {
  margin-inline: 0px !important;
}
