.site-footer footer.footer-section .footer-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2vw;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 220px;
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 100%;
    gap: 20px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper.mobile {
    display: flex;
    gap: 15px;
    width: 151px;
    margin: unset;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
    margin: 0 auto;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  max-width: 180px;
  max-height: 75px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  align-items: start;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  color: #0B0B0B;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a .icon {
  width: 19px;
  height: 19px;
  margin-left: 5px;
}
.site-footer footer.footer-section .footer-wrapper nav {
  flex: 1;
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    gap: 10px;
    justify-content: space-between;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item {
  flex: 1;
  min-width: 160px;
}
@media only screen and (max-width: 575.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item {
    min-width: 151px;
  }
}
@media (max-width: 360px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item {
    min-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .link-title {
  font-size: 14px;
  color: #0B0B0B;
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 23px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li {
  padding-top: 9px;
  line-height: 17px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  font-size: 14px;
  color: #0B0B0B;
}
.site-footer footer.footer-section .footer-wrapper nav .logo-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .logo-wrapper.mobile {
    display: flex;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item[data-type="customer service"] {
    order: 3;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item[data-type=policies] {
    order: 2;
  }
  .site-footer footer.footer-section .footer-wrapper nav .logo-wrapper.mobile {
    order: 4;
  }
}
@media (max-width: 350px) {
  .site-footer footer.footer-section .footer-wrapper nav .logo-wrapper.mobile {
    margin: 0 auto;
  }
}
.site-footer .footer-bar {
  background-color: #0B0B0B;
}
.site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  gap: 10px;
  flex-wrap: wrap;
  color: #FFFFFF;
}
@media only screen and (max-width: 575.98px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    justify-content: center;
  }
}
.site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
}
.site-footer .footer-bar .footer-bar-wrapper .created-by a {
  color: #FFFFFF;
}
.site-footer .footer-bar .footer-bar-wrapper .created-by a:hover {
  text-decoration: underline;
}
