.p-fmenu-1red7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-fmenu-1red7 div[class^="p-fmenu-cat"] {
  text-align: left;
}

.p-fmenu-1red7 h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: HeroNew, Arial, sans-serif;
  text-transform: capitalize;
}

.p-fmenu-1red7 a {
  font-size: 16px;
  font-weight: 400;
  font-family: HeroNew, Arial, sans-serif;
  text-transform: capitalize;
  color: rgb(128, 128, 128) !important;
}

div[class^="p-fmenu-cat-"] ul > li > a:hover {
  color: white !important;
  transition: color 0.3s ease;
}

.footer-container ul li {
  margin-bottom: 20px;
}

.footer-container {
  background-color: #1c1d22 !important;
}


@media (max-width: 1024px) {
  .p-fmenu-1red7 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  h4[class^="p-fmenu-title-"] {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 5px;
  }

  .p-fmenu-1red7 h4::after {
    content: "^";
    font-size: 10px;
    margin-left: 15px;
    transform: rotate(180deg) scaleX(2);
  }

  .p-fmenu-1red7 .open h4::after {
    content: "^";
    font-size: 10px;
    margin-left: 15px;
    align-content: center;
    transform: rotate(0) scaleX(2);
  }

  .p-fmenu-1red7 div[class^="p-fmenu-cat"] {
    text-align: center;
  }

  .p-fmenu-1red7 ul {
    margin-bottom: 0px;
  }

  .p-fmenu-1red7 ul li {
    margin-bottom: 10px;
  }

  .p-fmenu-1red7 ul li a {
    font-size: 14px;
  }

  ul[class^="p-fmenu-list-"] {
    margin: 0 0 25px 0;
  }

  .p-fmenu-1red7 ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .p-fmenu-1red7 .open ul {
    max-height: fit-content;
    padding: 3px; 
  }
}

.p-footer-2 {
  padding: 40px 0 0 0;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
  margin: 35px 0 0 0;
}

.p-footer-2 p {
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.p-footer-2 a {
  color: #ec3200 !important;
}
.p-footer-2 a:hover {
  text-decoration: underline;
}

.p-footer-2-btc {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: -15px 0 15px 0;
}

@media (max-width: 767px) {
  .p-footer-2 {
    margin: 0;
    padding: 25px 0 0 0;
  }
  .p-footer-2 p {
    display: inline;
  }
  .p-footer-2-18 {
    display: flex;
    justify-content: center;
    margin: -5px 0 0 0;
  }
  .p-footer-2-btc {
    display: flex;
    justify-content: center;
    margin: -10px 0 10px 0;
  }

  .basel-toolbar {
    background-color: #212121 !important;
  }
  .basel-toolbar-shop {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .basel-toolbar-shop > a {
    display: none !important;
  }
  .basel-toolbar-shop div[class^="p-xbtn-wrapper-"] span {
    color: white;
    font-size: 11px;
    font-weight: 500;
    transition: 0.3s ease;
  }
  .basel-toolbar-shop div[class^="p-xbtn-wrapper-"] span::before {
    font-size: 20px;
  }
  .basel-toolbar-shop a[class^="p-xbtn-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: fit-content;
  }
  .basel-toolbar-shop div[class^="p-xbtn-wrapper-"] {
    max-width: 75px;
    min-width: 75px;
    margin: 10px 0 0 0;
  }
  .footer-container {
    margin-bottom: 50px;
  }
  .p-xbtn-wrapper-18-register-toolshop {
    background: linear-gradient(90deg, #f41c43 0.14%, #ff3030 99.95%);
    border-radius: 6px 6px 0 0;
  }
  .basel-toolbar-shop
    a[class^="p-xbtn-"]:hover
    span[class^="p-xbtn-font-text-"] {
    color: rgb(100, 100, 100);
  }
}
