@media all and (max-width: 900px) {
  .footer-bottom .container {
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom .container ul {
    margin-top: 40px;
    width: 100%;
  }
  .footer-bottom .container ul:first-child {
    margin-top: 10px;
  }
  .footer-bottom .container ul li img {
    width: 250px;
    height: auto;
  }
}
@media all and (max-width: 850px) {
  .container {
    width: 100%;
  }

  .mob-menu-trigger {
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 500;
  }

  .very-top .newsletter-bg {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0px;
    height: 50px;
    border-radius: 0;
    z-index: -1;
    width: auto;
  }
  .very-top .container a.offers-desktop {
    text-align: center !important;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    width: 100%;
  }

  .social-top {
    display: none;
  }

  .logo-bar {
    padding: 10px 0;
    text-align: center;
    margin-top: 0px;
  }
  .logo-bar .logo img {
    width: 180px;
    height: auto;
    vertical-align: middle;
    display: block;
    margin: 9px 0 100px 70px;
  }
  .logo-bar input {
    width: 80%;
    margin-left: 0;
  }
  .logo-bar button {
    height: 35px;
    background: #886E65;
    color: #fff;
    border: 1px solid #886E65;
    border-radius: 0 5px 5px 0;
    vertical-align: top;
  }
  .logo-bar ul {
    display: none;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    overflow-y: auto;
    transform: translate(-80vw, 0);
    transition-duration: 0.4s;
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
    z-index: 1000;
    background: #333;
  }
  .nav ul {
    padding: 0;
    margin: 50px 15px 0 15px;
    display: block;
  }
  .nav ul li {
    display: block;
    padding: 10px 0;
    border: 1px solid #3f3f3f;
    border-width: 0 0 1px 0;
  }
  .nav ul li:last-child {
    border-width: 1px 0 1px 0;
  }
  .nav ul li a {
    color: #eee;
    font-weight: 300;
  }
  .nav ul li:hover {
    background: #CBD804;
    border-radius: 5px;
  }
  .nav ul li:hover > a {
    color: #fff;
  }
  .nav .mob-menu-header {
    display: block;
    height: 40px;
    background: #CBD804;
    color: #fff;
    line-height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
  }
  .nav .mob-menu-dismiss {
    position: absolute;
    top: 0;
    right: 15px;
    height: 40px;
    width: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-width: 0 0 0 1px;
    color: #fff;
  }
  .nav .mob-menu-links {
    display: block;
    margin-top: 20px;
  }
  .nav .mob-menu-links li {
    margin: 5px 0;
    display: block;
    border: none;
    border-width: none;
    padding: 0;
  }
  .nav .mob-menu-links li a {
    font-size: 14px;
    color: #CBD804;
  }

  body {
    transform: translate(0, 0);
    transition-duration: 0.4s;
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
  }

  html {
    overflow-x: hidden;
  }

  div.header-cart {
    right: 10px !important;
    top: -2px;
  }

  body.reveal-menu {
    transform: translate(80vw, 0);
  }

  body.reveaL-menu .nav {
    transform: translate(0w, 0);
  }

  .footer-top {
    margin-top: 50px;
    border: 1px solid #ddd;
    border-width: 1px 0;
  }
  .footer-top .container {
    text-align: center;
    padding: 30px 0;
  }
  .footer-top .container h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .footer-top .container input {
    width: 80%;
  }
  .footer-top .container .notice {
    font-size: 13px;
    color: #666;
  }

  .footer-middle .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer-middle img {
    height: 70px;
    width: auto;
  }

  .footer-bottom .container {
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom .container ul {
    margin-top: 40px;
  }
  .footer-bottom .container ul:first-child {
    margin-top: 10px;
  }
  .footer-bottom .container img {
    width: 70%;
    height: auto;
  }

  .footer-legal .container {
    padding: 30px 0px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-legal .container p:last-child {
    margin-top: 40px;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .very-top .container a.offers-mobile {
    display: block;
    position: absolute;
    top: 65px;
    text-align: center;
    width: 100%;
  }
  .very-top .container a.offers-desktop {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .footer-top {
    margin-top: 50px;
    border: 1px solid #ddd;
    border-width: 1px 0;
  }
  .footer-top .container {
    text-align: center;
    padding: 30px 0;
  }
  .footer-top .container h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .footer-top .container input {
    width: 60%;
  }
  .footer-top .container .notice {
    font-size: 13px;
    color: #666;
  }

  .footer-middle .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer-middle img {
    height: 70px;
    width: auto;
  }

  .footer-bottom .container {
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom .container ul {
    margin-top: 40px;
  }
  .footer-bottom .container ul:first-child {
    margin-top: 10px;
  }
  .footer-bottom .container ul li img {
    width: 200px;
    height: auto;
  }

  .footer-legal .container {
    padding: 30px 0px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-legal .container p:last-child {
    margin-top: 40px;
    text-align: center;
  }
}

/*# sourceMappingURL=responsive.css.map */
