#shaim_cks_eu .ruka {

    cursor: pointer;


}



#shaim_cks_eu #shaim_cks_custom {


    display: none;


}


#shaim_cks_eu {



    z-index: 9999;

    font-size: 14px;

    line-height: 1.3em;

    font-family: "Arial";

    text-align: center;

    width: 80%;
    max-width: 1100px;

    clear: both;

    height: fit-content;

    border-radius: 6px;

    max-height: 80%;

    overflow-y: auto;

    /*box-shadow: 0px 0px 5px 1px #4a4a4a;*/

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


}

#shaim_cks_eu h3{

    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
}



#shaim_cks_eu input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    }
#shaim_cks_eu input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    border: 3px solid #88B027;
    border-radius: 3px;
    background-color: white;
}

#shaim_cks_eu input[type=checkbox]:disabled:before {

    background-color: #d9d9d9;
}


#shaim_cks_eu input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 8px;
}


#shaim_cks_eu .ck_table {

    width: 100%;

    border-spacing: 10px;

    border-collapse: separate;

}



#shaim_cks_eu .closebutton,

#shaim_cks_eu .closebuttonPers,

#shaim_cks_eu .closebuttonCustom {

    cursor: pointer;

    text-indent: 0;

    display: block;

    font-family: "Arial";

    font-size: 15px;

    font-style: normal;

    line-height: 30px;

    text-decoration: none;

    text-align: center;

    padding: 10px 30px;

    opacity: 1;

    margin-bottom: 10px;

    border-radius: 4px;


}
#shaim_cks_eu .closebutton {

    /*border: 3px solid #5D781B;*/


}

#shaim_cks_eu .closebuttonPers,

#shaim_cks_eu .closebuttonCustom {

	/*border: 3px solid #929292;*/
    box-shadow: 0px 1px 2px 0px #939393;

}



#shaim_cks_eu .more_info_href {


    text-decoration: underline;

    margin-bottom: 10px;

}



#shaim_cks_eu a {

    text-decoration: underline;

}



#shaim_cks_eu .type-heading {



    font-size: 20px;

    color:#803F2C;

    text-align: left;



}



#shaim_cks_eu .type-description {



    text-align: left;

    margin-bottom: 15px;

    border-bottom: 1px solid #dbdbdb;

    padding-bottom: 5px;


}



#shaim_cks_euContent {


    position: relative;

    margin: auto;

    padding: 10px;

    width: 100%;

    display: block;


}





#shaim_cks_eu .closebutton:active, #shaim_cks_eu .closebuttonPers:active, #shaim_cks_eu .closebuttonCustom:active {

    position: relative;

    top: 1px;

}




#shaim_cks_eu p {


    padding: 0;

}



#shaim_cks_eu .ck_table td.first {

    text-align: center;

}



#shaim_cks_eu .ck_table td.second {

    width: auto;

    vertical-align: middle;

    text-align: left;

}



#shaim_cks_eu label{

    width: 100%;


}



#shaim_cks_eu .type-heading input[type=checkbox]{

    float: right;

}



#shaim_cks_eu #shaim_cks_custom label {

    font-weight: normal;

}


#cookies-banner-background {


    position: fixed;

    top: 0;

    bottom: 0;

    background: #00000040;

    z-index: 9990;

/*
    left: 0;

    right: 0;
*/
    display:  flex;

    align-items: center;

}




@media (min-width: 801px) {



    #shaim_cks_euContent {

        padding: 10px 40px;

    }


    #shaim_cks_eu .closebutton, #shaim_cks_eu .closebuttonCustom {

        min-width: 250px;


    }


}



@media (max-width: 800px) {


    #shaim_cks_eu {


        width: 90%;


    }


    #shaim_cks_eu .ck_table td.first {


        display: flex;

        flex-direction: column;


        /* font-size: 1.2rem; */


    }



    #shaim_cks_eu #shaim_cks_custom label {

        text-align: left;

    }



    #shaim_cks_eu .ck_table td.second {

        display: inline-block;

        text-align: center;


    }



    #shaim_cks_eu #AcceptAll {

        margin-bottom: 10px;

    }

}