
  /* main box */
    .product-hp-box
    {
      margin-bottom: 50px;
      margin:  10px 30px 30px 30px;
      border-top: 2px solid #CCCCCC;
    }



  /* content */
    .product-box-frame
    {
      width: 580px;
      margin: 0px 0px 0px 0px;
      height: auto;
    }


  /* scroll left */
    .product-box-scroll-left
    {
      display: none;
    }


  /* scroll right */
    .product-box-scroll-right
    {
      display: none;
    }


  /* content frame and content */
    .product-box-content
    {
      left: 0px;
      width: 580px;
    }

    .product-box-content-scroll
    {
       white-space: normal;
       width: 580px;
    }

  /* item formating */
    .pls-img-box
    {
      height: 200px;
    }


/* ???? omezit na max 4 produkty ??? */
    .product-box-content-scroll div div:nth-child(n+5)
    {
       /* display: none; */
    }

    /* item */

    .product-box-item
    {
      margin: 0px 20px;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 250px;
    }

    .product-box-item:nth-child(2n+1)
    {
      clear: left;
    }

    .product-image-box img
    {
      height: 200px;
    }