
@media screen and (max-width: 1400px) {
  .text-band.account-intro {
    max-width: 500px;
    min-width: 0;
  }
}

@media screen and (max-width: 1280px) {
  .text-band.account-intro {
    max-width: 450px;
  }
}

@media screen and (max-width: 1230px) {
  .text-band.account-intro {
    max-width: 400px;
  }
}

@media screen and (max-width: 1090px) {
  .text-band.account-intro {
    max-width: 350px;
  }
}

@media screen and (max-width: 1035px) {
  .text-band.account-intro {
    max-width: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .components div.component {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 950px) {
  .text-band.account-intro {
    max-width: none;
  }
  
  .account-content {
    width: 94%;
    margin-top: 1em;
  }
  
  .account-content .widget.account-carts .padding {
    max-height: none;
  }

  .awards-entry.holder .login-options div.flex > div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer .brands {
    font-size: .75em;
    width: 167px;
  }

  .footer .brands img {
    margin-bottom: 10px;
  }

  .hamburger {
    display: inline-block;
  }
}
@media screen and (max-width: 820px) {
  .logo.alignleft,
  .menu_header_holder.alignright {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  
  .logo.alignleft {
    margin-bottom: 1em;
  }
  
  #cssmenu {
    display: inline-block;
  }
  
  .page-header-home.holder {
    padding: 4em 0;
  }
}

@media screen and (max-width: 760px) {
  .footer-nav-section img {
    max-width: 200px;
  }
  
  .list-columns ul:first-of-type,
  .list-columns ul:last-of-type {
    float: none;
    margin: 0 auto;
  }
  
  .default-header h1 {
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .footer .flex {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }

  .footer .brands a {
    display: block;
    margin-bottom: 10px;
  }

  .footer-nav-section .social-icons {
    margin: 20px 0;
  }
  
  .footer .brands a:not(:last-of-type) img {
    margin: 0 0 1em 0;
  }
  
  .components div.component {
    flex-basis: 100%;
  }
  
  .page-header-home.holder {
    padding: 2em 0;
  }
}
@media screen and (max-width: 400px) {
  #cssmenu > ul > li {
    margin: 0;
  }
}














