@media screen and (max-width: 1680px)
{
    /**********************************************/
    /* Sumoselect */
    /**********************************************/      
    
    .SumoSelect .SlectBoxHalf + .CaptionCont > span 
    {
        height: 26px;
        font-size: 80%;
    }        
 

    
    
    /**********************************************/
    /* Dlaždice */
    /**********************************************/  
    
    .wrapProduct
    {
        width: 33.3333333333333333333333333333333333333%;
    }    
    
    
    /**********************************************/
    /* Detail */
    /**********************************************/      
    
    .wrapTablePrice 
    {
        margin-bottom: 30px;
    }



    .boxZakladniParametry .boxProductDataLabel, .boxZakladniParametry .boxProductDataValue 
    {
        font-size: 120%;
    }    
    
        .boxZakladniParametry .boxPriceBig 
        {
            font-size: 160%;
        }    
        

        
    /**********************************************/
    /* vizitka na prodejce */
    /**********************************************/              

    .wrapRowSellerContact
    {
        width: 90%;
    }
    
    .wrapContactPurchase .wrapRowSellerContact
    {
        width: 80%;
    }    
    
        
        .boxRowSellerContact
        {
            font-size: 120%;
        }
        
        .boxRowSellerContactTel
        {
            font-size: 140%;
        }
        
        .boxRowSellerContact:last-child  .emailChufEn
        {
            font-size: 100%;
        }          
        
    
    
    /**********************************************/
    /* Footer */
    /**********************************************/            
/*    
    .wrapFooterSocial .wrapFoooterIcons
    {
        width: 60%;
    }

        .wrapFooterSocial .wrapFoooterIcons .boxFooterIcons
        {
            width: 50%;
            margin: 0 auto;
        }    

            .wrapFooterSocial .wrapFooterIconAnchor:nth-child(3n)
            {
                margin: 0;
            }   
*/    


    /**********************************************/
    /* similar forklifts */
    /**********************************************/

    .wrapSimilarForkliftsList .wrapProduct:nth-of-type(n+4)
    {
        display: none;
    }
        
}