/* Non-critical site chrome removed from the inline critical path. */
.footer-wrapper .footer-badges {
  display: flex;
  align-items: flex-end;
  justify-content: right;
  margin-bottom: 20px;
}

.footer-badges .footer-badge img {
  max-width: 100%;
  height: auto;
}

.row.payment-types img {
  margin: 2px 8px;
  vertical-align: unset;
}

.row.payment-txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.row.payment-types {
  margin: 0 auto;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}

.row.payment-types .social-icon {
  display: block;
  margin: 2px 8px;
  float: left;
}

.row.payment-types .social-icon .img-icon {
  width: 35px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 28px;
  margin: 5px 0;
}

.row.payment-types .social-icon .img-icon img {
  margin: 4px 0 0;
  max-width: 80%;
  height: 7px;
  position: relative;
  top: -1px;
}

.row.payment-types .social-icon svg {
  fill: #fff;
}

.payment-txt.social-media-icons {
  margin-top: 30px;
}

.footer-container {
  clear: both;
  margin-top: 20px;
}

.footer-wrapper .footer-container {
  background: #131921;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  line-height: 25px;
  padding: 25px 15px 15px;
}

.footer-container .list-group {
  margin-bottom: 15px;
  padding-left: 20px;
}

.footer-container .nolink,
.footer-container h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.shirtcotton .row.payment-txt,
.shirtcotton .footer-container .nolink,
.shirtcotton .footer-container h5 {
  color: #fff;
}

.footer-container a {
  color: #fff;
  font-weight: 300;
}

.footer-top-list li a {
  display: inline-block;
  min-width: 48px;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
}

.footer-container ul {
  padding: 0;
}

.footer-container ul ul {
  padding: 20px 0 .25em .4em;
}

.footer-container li,
.footer-container ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-container ul.menu li {
  line-height: .6;
}

.footer-container .footer-media {
  text-align: center;
}

.footer-container .footer-media .social a {
  display: inline-block;
  background: #aaa;
  width: 40px;
  height: 35px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.footer-container .footer-media .social i {
  font-size: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.footer-container small {
  font-size: 75%;
}

@media (max-width: 991px) {
  .footer-container .footer-media .social {
    text-align: center;
  }

  .footer-wrapper.clear .footer-container {
    width: 100%;
    float: left;
  }

  .footer-wrapper .footer-badges {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .footer-media.payments {
    max-width: 450px;
    float: right;
  }
}

.dark-mode.node-type-product .container-fluid .footer-wrapper {
  margin: 0;
}
