@media screen and (max-width: 1160px) {
/*
  #hp-slider-macbook {
    width: calc(790px * 0.55);
    height: calc(456px * 0.55);
    margin-top: calc(0px - (456px * 0.75));
    right: 20px;
    margin-left: 0px;
  }

  #hp-slider-macbook.visible {
    margin-top: 45px;
  }

  #hp-slider-ipad {
    width: calc(419px * 0.55);
    height: calc(301px * 0.55);
    margin-top: 170px;
  }

  #hp-slider-ipad.visible {
    width: calc(419px * 0.55);
    height: calc(301px * 0.55);
    margin-top: 170px;
    right: 105px;
  }

  #hp-slider-iphone {
    width: calc(208px * 0.55);
    height: calc(358px * 0.55);
    margin-top: 144px;
  }
*/

}

@media screen and (max-width: 1060px) {
  #right-menu ul li a {
    font-size: 25px;
    line-height: 45px;
  }

  #ProductForm #product-page-right button#recount.disabled {
    font-size: 17px;
  }

  #slider {
    display: none;
  }

  ul#products li {
    width: calc((100% - 60px) / 3);
  }

  #logo img {
    width: 100%;
  }

  .mobi {
    display: block;
  }

  .nemobi {
    display: none;
  }

  #hamburger {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/hamburger.png') no-repeat;
    background-position: 5px 10px;

    position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }

  #right-menu ul ul {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #right-menu {
    display: none;
    position: absolute;
    width: calc(100%);
    left: 0px;
    top: -34px;
    z-index: 998;
  }

  #right-menu ul {
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 60px);
    padding-right: 60px;
    background-color: black;
  }

  #right-menu li {
    width: 100%;
    float: none;
  }

  #right-menu ul li.first {
    padding-left: 15px;
  }

  #right-menu a {
    width: calc(100% - 20px);
    display: block;
    font-size: 25px;
  }

}
