@media screen and (max-width: 1200px) {
    header .stickynav .mini-cart .dropdown-toggle {
        background: url('../img/just-icon.png');
        background-repeat: no-repeat;
        width: 42px;
    }

    header .stickynav .mini-cart .dropdown-toggle:hover {
        background: url('../img/just-icon-alt.png');
        background-position-x: -1px;
    }

    header .stickynav .mini-cart {
        margin-left: auto;
    }

    header ul#menu-main-navigation-menu-1 li:last-child a {
        padding-right: 0;
    }

    .wc-cart-notif {
        right: 20px;
    }
}

@media screen and (max-width: 1070px) {
    header .stickynav .mobilemenu {
        display: block;
    }

    header .stickynav > .container > .menu-main-navigation-menu-container {
        display: none;
    }

    header .stickynav {
        height: 75px;
    }

    header .stickynav .container {
        height: 100%;
        justify-content: center;
    }

    .stickynav > .container a {
        order: 1;
    }

    .stickynav > .container .mobilemenu {
        margin-right: auto;
        order: 0;
    }

    .stickynav > .container .mini-cart {
        order: 2;
        margin-left: auto;
    }


}

@media screen and (max-width: 970px) {
    header .nav.container .menu-main-navigation-menu-container {
        display: none;
    }

    header .nav.container .mobilemenu {
        display: block;
        padding: 20px 0;
    }

    .woocommerce section.related.products ul.products li.product {
        width: calc(100% / 3 - 10px);
    }

    #banner #mobile_banner {
        display: block;
    }

    #banner #desktop_banner {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .footer-content .container {
        flex-wrap: wrap;
    }

    .woocommerce li.product .onsale_cust {
        left: 0;
    }

    .woocommerce ul.products.list[class*=columns-] li.product, 
    .woocommerce-page ul.products.list[class*=columns-] li.product {
        text-align: center;
    }
    
    .woocommerce ul.products.list li a.button {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .woocommerce ul.products.list li .product-description {
        margin-bottom: 0;
    }

    .footer-content .container .col {
        width: calc(100% / 3);
        text-align: center;
    }

    .footer-content .container .col:last-child {
        width: 100%;
    }

    .footer-content {
        padding: 20px 0;
    }

    .tax-product_cat #page_content > .container .container, 
    .post-type-archive-product #page_content > .container .container,
    .tax-product_cat #page_content aside, 
    .post-type-archive-product #page_content aside {
        width: 100%;
        float: none;
    } 
    
    .tax-product_cat #page_content aside, 
    .post-type-archive-product #page_content aside {
        margin-top: 30px;
    }

    .woocommerce ul.products.list li .product-description,
    .woocommerce ul.products.list li a.button {
        margin-left: 0;
    }

    .woocommerce.single-product .cheesy-snaps-wrapper .snap {
        flex-basis: calc(50% - 10px);
    }

    .counter-box {
        width: 50%;
        margin-top: 10px;
    }

    #about-content {
        flex-direction: column;
    }

    #about-content aside iframe {
        width: calc(50% - 10px);
    }

    .blog-body {
        flex-direction: column;
    }

    .blog-body aside {
        text-align: center;
        margin-right: auto;
        margin-left: 0;
        width: 100%;
    }

    .blog-body aside ul {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

    .blog-body aside ul li {
        text-align: left;
    }

    .blog-body > div:first-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
  .footer-bottom .container {
      flex-direction: column;
      align-items: center;
  }

  .footer-bottom .container .copyright p {
      text-align: center;
  }

  .contact-page .the_content {
      flex-direction: column;
      margin-top: 20px;
  }

  .contact-page .wpcf7 {
      width: 100%;
      margin-bottom: 30px;
  }

  #page_content .bubble {
      left: 10%;
  }

}

@media screen and (max-width: 768px) {
  header .logowrapper span {
      display: none;
  }
  
  header .nav > .searchform {
      display: none;
  }

  header .nav .mini-cart {
      margin-left: auto;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
      overflow: hidden;
  }

  .woocommerce section.related.products ul.products li.product {
      width: calc(100% / 2 - 10px);
  }

  .woocommerce table.cart .quantity.buttons_added {
    margin-right: 0;
  }

  .woocommerce table.cart .quantity.buttons_added .quantity_button {
      right: 0;
      left: auto;   
  }

  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(100% / 2 - 10px);
  }
  
  .woocommerce li.product .onsale_cust {
    left: calc((100% - 228px) / 2);
  }
}

@media screen and (max-width: 700px) {
  header .stickynav a:first-of-type {
      display: none;
  }

  header .stickynav a:last-of-type,
  header .stickynav .mobile-logo {
    display: block;
    width: 100%;
    max-width: 250px;
  }

  header .stickynav a:last-of-type {
    padding: 0 20px;
  }

  #contact-icons {
      flex-wrap: wrap;
  }

  #contact-icons > div {
      margin: 20px 0;
      flex-basis: 50%;
  }
}