@media screen and (max-width: 959px) {
  .global-newsletter-form {
      margin-top: 1rem;
  }
  #global-footer-icons a span,
  #global-footer-icons br {
    display:none;
  }
  #global-footer-icons i.fa  {
    font-size: 1.75rem;
    margin: 0 .875rem;
  }
  #global-footer-icons {
    margin-top: 2rem;
  }
  #js-newsletter {
      padding: 2rem 3.25rem;
  }
  #newsletter-content .newsletter-cta {
      padding-right: 0;
  }
  #newsletter-content .newsletter-text {
      padding-right: 0;
  }
}
@media screen and (min-width:641px) and (max-width:864px){
  .subcategory-products-list {
    padding:0 2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px){
  .subcategory-products-list {
    padding:0 2.25rem;
  }
  .slick-prev {
    left: -2px !important;
  }
  .slick-next {
    right: -4px !important;
  }
    #footer-catalog {
        border-bottom: 1px solid #393b34;
    }
    #footer-catalog, #footer-discover, #footer-cs {
        border-top: 1px solid #393b34;
        padding-top:1rem;
    }
    #footer-catalog h5:after, #footer-discover h5:after, #footer-cs h5:after {
      content: '\4c';
      font-family: 'ElegantIcons';
      position: absolute;
      right: 0.75rem;
      top: 1.25em;
      color: #ece7de;
      font-weight: normal;
    }
    #footer-catalog.show-less:after, #footer-discover.show-less:after, #footer-cs.show-less:after {
        content: '\2212';
    }
    .disclaimers.mobile {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
    #global-footer-icons {margin-bottom:2rem;}
    .footer-box-content {
      margin:0 -.75rem;
    }
    #footer-catalog .footer-box-content {
      padding: 1rem .75rem;
    }
    .footer-box-content {
    /*background-color: #2A2B27;*/
    /* padding: 0.75rem; */
    border-top: 1px solid #393b34;
  }
  .footer-box-content p {
    padding:.75rem;
    margin: 0;
    border-bottom: 1px solid #393b34;
  }
  .footer-box-content ul {
    margin:0;
  }
  .footer-box-content ul li {
    padding: .75rem;
    border-bottom: 1px solid #393b34;
    position: relative;
  }
  .footer-box-content ul li a {
    display: block;
  }
  .footer-box-content ul li a:after {
        content: '\35';
        font-family: 'ElegantIcons';
        position: absolute;
        right: 0.75rem;
        top: 1em;
  }
  .footer-box-content ul li:last-child {
    border-bottom: 0;
  }
  .mbl-backto-top {
      line-height: normal;
      font-family: "Archivo Narrow", sans-serif;
      font-size: 1.5em;
      background-color: #141512;
      padding: 1rem .75rem;
      height: 5rem;
      position:relative;
      color: #ECE7DE;
      border-bottom: none !important;
  }

  .mbl-backto-top:after {
          content: '\42';
          font-family: 'ElegantIcons';
          position: absolute;
          right: 0.75rem;
          top: 1.45em;
  }

  .mbl-backto-top:before {
          content: '\42';
          font-family: 'ElegantIcons';
          position: absolute;
          left: 0.75rem;
          top: 1.45em;
  }
  #js-newsletter h2:after {
      width: 0;
  }
}
@media screen and (max-width: 480px) {
  #js-newsletter {
      padding: 2rem 0 !important;
  }
}

/*slide nav social icons*/

@media only screen and (min-width: 0px) and (max-width: 960px){
  .slide-nav-social-icons a:first-child {
    margin-left: 1rem;
  }
  .slide-nav-social-icons a {
    font-size: 1.1rem;
    margin-right: 1rem;
  }
  .slide-nav-social-icons a:last-child {
    margin-right: 0 !important;
  }
}