@media screen and (min-width: 993px) {
  .main-navigation li:last-child, .main-navigation li:nth-last-child(2) {
    display: none;
  }
  
  .top button {
    display: none;
  }
  
  #app .mobile-sort {
    display: none;
  }
  
  #app .active-filters.mobile-active-filters {
    display: none;
  }
  
  .total-products-mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  
  .right .top-bar {
    display: none;
  }
  
  .left {
    animation: fadeInLeft 0.5s;
  }
  
  .left .sub-headlines {
      animation: fadeInLeft 0.5s;
  }
  
  .top {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
    position: relative;
  }
  
  .top button {
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    background: #00AEEF;
    margin-top: 20px;
  }
  
  .top .search-container {
    flex-direction: column;
  }
  
  .top .total-products-mobile {
    margin: 10px 0 10px 10px;
  }
  
  .handheld-footer-bar {
    display: none;
  }
  
  .entry-content #landing-hero-wrapper .vce-row {
    padding: 20px;
  }
  
  /* h1 og h1:after er for at lave word-break */
  
  #landing-hero h1 {
    font-size: 0;
  }
  
  #landing-hero h1::after {
    content: "Køb belysning til producent-priser";
    font-size: 52px;
  }
  
  #landing-hero h2 {
    padding: 30px 0 0 0;
    font-size: 0;
  }
  
  #landing-hero h2::after {
    content: "Optimer indkøbs-processen og bundlinjen";
    font-size: 30px;
  }
  
  #landing-hero h5 {
    margin-top: 20px;
    font-size: 0;
  }
  
  #landing-hero h5::after {
    content: "Fuldt overblik og transparens i indkøbs-processen. Sorter efter alle tekniske kriterier og find det rigtige produkt første gang.";
    font-size: 18px;
  }
  
  .entry-content #macbook {
    /* display: none; */
    margin-top: 20px;
    margin-right: -20px;
  }
  
  .landing-why-right {
    margin-top: 30px;
  }
  
  #landing-bullets * {
    text-align: center;
  }
  
  #landing-selling-point-wrapper .vce-row.vce-row-content--top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #landing-promo * {
    text-align: center;
  }
  
  .elementor-widget-container iframe {
    padding-right: 0 !important;
  }
  
  /* SHOP PAGE */
  
  #app .top {
    height: 110px;
  }
  
  #app .top .categories {
    display: none;
    flex-wrap: wrap;
    font-size: 20px;
  }
  
  #app .main-content .left {
    flex: 100%;
  }
  
  #app .main-content .right {
    flex: 100%;
  }
  
  #app .main-content.show-filters .right {
    display: none;
  }
  
  #app .main-content .right .banner img {
    height: 100px;
  }
  
  #app .main-content .right .product {
    max-width: 50%;
    flex: 0 0 45%;
  }
  
  #app .main-content .right .product:not(:nth-of-type(7)) {
    margin-right: 0;
  }
  
  
  #app .main-content .right .product:nth-of-type(odd) {
    margin-right: 10%;
  }
  
  #app .main-content .right .product .price {
    height: 40px;
  }
  
  #app .main-content.show-filters .right .product {
    max-width: 100%;
    flex: 1;
    margin-right: 0;
  }
  
  #app .main-content.show-filters .right .product .price {
    height: 60px;
  }
  
  #app .mobile-sort {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
  }
  
  #app .active-filters.mobile-active-filters {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  
  #app .active-filters.mobile-active-filters .active-category {
    margin-right: 0;
    margin-bottom: 2px;
  }
  
  .toastr {
    right: 15px;
    left: 15px;
  }
}

