
/* Koszyk: Loy-box */
#LoySummary{
    display: none !important;
}


/* Koszyk: naliczane punkty rabatowe */
#Order #CartItems .ci-loy-points{
     display: none !important;
}

/* Reg form: switch dołącz do loy */
#UserRegForm .userReg_field_cont_outer:nth-last-of-type(2){
    display: none !important;
    
}

/* My Account:Tab Club INTERSPORT */
body.customer-account-settings .holder-tabs a.btn-default:nth-last-of-type(1){
    display: none !important;
}


#MyFitnessRegister #UserRegCont{
    display: none !important;
}

#MyFitnessRegister::after{
   content: 'Formularz jest tymczasowo niedostępny z powodu prac nad zmianą infrastruktury, zapraszamy wkrótce';
    position: relative;
    font-size: 30px;
    height: 300px;
    top: 40px;
    display: block;

}



