@media screen and (max-width: 640px)
{    
    /**********************************************/
    /* header */
    /**********************************************/      
    
    .menuFloating .wrapHeaderCorporate
    {
        min-height: 55px;
    }   

    .menuFloating .wrapLogo
    {
        height: 45px;
        margin-top: 5px;
    }
    
    .menuFloating .wrapMenuMobile
    {
        width: 35px;
        height: 35px;
        background-size: cover;
        top: 10px;        
    }


    
    /**********************************************/
    /* Sumoselect */
    /**********************************************/      
    
    .SumoSelect .SlectBoxHalf + .CaptionCont > span 
    {
        font-size: 60%;
    }       
    

    
    /**********************************************/
    /* detail - slick nav bar */
    /**********************************************/     
    
    .slider-nav 
    {
        width: 80%;
    }


    
    /**********************************************/
    /* kontakt - vizitky */
    /**********************************************/
    
    .wrapContactPurchase .wrapSeller .wrapRowSellerContact:last-child .boxRowSellerContact
    {
        font-size: 110%;
    }
    
    .wrapContactPurchase .wrapSeller .wrapRowSellerContact:last-child .emailChufEn
    {
        top: -6px;
        font-size: 160%;
    }    
    
    
    
    /**********************************************/
    /* řádkový výpis - právě vykoupeno */
    /**********************************************/ 
    
    .wrapTdJustPurchasedUsedBoxInqure , .justPurchasedPrice 
    {
        width: 50%;
    }      
}