/************************
/* POPUP
/***********************/

#nur_cw_cookies_overlay {
    display: block;
    position: fixed;
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
}

#nur_cw_cookies_popup {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    background: #000000;
    padding: 15px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 99999999999;
}

#nur_cw_cookies_popup_close_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 0;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: rgb(65, 65, 65);
    text-shadow: 0 1px 0 #fff;
    background: none;
    background: #fff;
    border: 0;
    opacity: 1;
    border-radius: 4px;
}

#nur_cw_cookies_popup_close_btn:hover {
    opacity: 0.8;
}

#nur_cw_cookies_popup_head {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 12px;
    padding: 0 25px 0 0;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    #nur_cw_cookies_popup_head {
        max-width: 1216px;
        margin: 0 auto 6px auto;
        font-size: 30px;
        line-height: 48px;
    }
}

#nur_cw_cookies_popup_body {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: inherit;
}

#nur_cw_cookies_popup_body a, #nur_cw_cookies_popup_body a:link, #nur_cw_cookies_popup_body a:visited {
    color: inherit;
    text-decoration: underline;
}

#nur_cw_cookies_popup_body a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    #nur_cw_cookies_popup_body {
        max-width: 1216px;
        margin: 0 auto;
        font-size: 14px;
    }
}

#nur_cw_cookies_popup_btn_container {
    display: block;
    width: 100%;
    height: auto;
    margin: 16px 0 0 0;
}

@media screen and (min-width: 768px) {
    #nur_cw_cookies_popup_btn_container {
        max-width: 1216px;
        margin: 26px auto 0 auto;
    }
}

#nur_cw_cookies_popup_btn_container button {
    display: inline-block;
    float: none;
    width: 100%;
    min-height: 49px;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    text-align: center;
    letter-spacing: .02em;
    padding: 12px;
    margin-top: 10px;
    box-shadow: none;
    background: none;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    #nur_cw_cookies_popup_btn_container button {
        width: auto;
        margin-top: 0px;
        padding: 12px 60px;
    }
}

#nur_cw_cookies_popup_btn_container button:not(:first-child) {
    background: #ffffff;
    color: #000000;
}

@media screen and (min-width: 768px) {
    #nur_cw_cookies_popup_btn_container button:not(:first-child) {
        margin-left: 20px;
        padding: 12px 30px;
    }
}

/************************
/* BANNER PREFERENZE
/***********************/

#nur_cw_cookies_preferences_overlay {
    display: block;
    position: fixed;
    background: #000000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999999;
}

#nur_cw_cookies_preferences_popup {
    display: block;
    position: fixed;
    width: 95%;
    height: auto;
    max-width: 750px;
    max-height: 95%;
    top: 50%;
    right: initial;
    bottom: initial;
    left: 50%;
    margin: auto;
    -webkit-transform: translate3d(-50%, -50%, 9999995px);
    transform: translate3d(-50%, -50%, 9999995px);
    background: #ffffff;
    -webkit-box-shadow: 0 6px 36px rgba(0,0,0,0.3);
    box-shadow: 0 6px 36px rgba(0,0,0,0.3);
    border-radius: 3.5px;
    padding: 16px;
    box-sizing: border-box;
    z-index: 99999999999999;
    overflow-y: auto;
}

#nur_cw_cookies_preferences_close_btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.4;
    border: 0;
    background: none;
}

#nur_cw_cookies_preferences_close_btn:hover {
    opacity: 0.7;
}

#nur_cw_cookies_preferences_popup_head {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #000000;
}

#nur_cw_cookies_preferences_popup_description {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}

#nur_cw_cookies_preferences_popup_optin_container {
    display: block;
    width: 100%;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin {
    display: block;
    float: left;
    width: 200px;
    height: 35px;
    margin: 10px 0 0 0;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type {
    display: block;
    float: left;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    min-height: 1px;
    box-sizing: border-box;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type input[type=checkbox] {
    display: none;    
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 20px;
    max-width: 100%;
    margin: 4px 0 0;
    padding: 0;
    font-weight: bold;
    background-color: #a5a5a5;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    will-change: background;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type input[type=checkbox]:checked + label {
    background-color: #0f7e4a;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type input[type=checkbox] + label:after {
    display: block;
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    margin-left: -1px;
    bottom: -2px;
    left: 1px;
    border: solid 1px #a5a5a5;
    border-radius: 40px;
    -webkit-box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
    box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:first-of-type input[type=checkbox]:checked + label:after {
    border: solid 1px #0f7e4a;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div:last-of-type {
    display: block;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding-top: 3px;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div.necessary:first-of-type input[type=checkbox] + label {
    background-color: #ddd !important;
    cursor: not-allowed;
}

#nur_cw_cookies_preferences_popup_optin_container .nur_cw_cookies_preferences_popup_optin div.necessary:first-of-type input[type=checkbox] + label:after {
    border: solid 1px #ddd !important;
}

#nur_cw_cookies_preferences_popup_clearfix {
    display: table;
    clear: both;
    width: 100%;
    height: 1px;
}

#nur_cw_cookies_preferences_popup_view_btn {
    display: block;
    float: none;
    width: 250px;
    max-width: 100%;
    min-height: 39px;
    padding: 6px;
    margin: 20px auto 10px auto;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .02em;
    border: 2px solid #000000;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    -webkit-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

#nur_cw_cookies_preferences_popup_save_btn {
    display: block;
    float: none;
    width: 300px;
    max-width: 100%;
    min-height: 49px;
    padding: 12px;
    margin: 20px auto 0 auto;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .02em;
    border: 2px solid #000000;
    border-radius: 4px;
    background: #000000;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    -webkit-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

#nur_cw_cookies_preferences_popup_table_container {
    display: none;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 10px 0;
}

#nur_cw_cookies_preferences_popup_table_container:after {
    display: table;
    content: "";
    clear: both;
}

/************************
/* TABELLA COOKIE
/***********************/

#nur_cw_cookies_preferences_popup_table {
	width: 100%;
	margin: 9 auto;
	border-collapse: collapse;
	background: #fff;
	color: #000;
	text-rendering: optimizeLegibility;
}

#nur_cw_cookies_preferences_popup_table thead th {
	font-weight: 400;
	font-size: 12px;
}

#nur_cw_cookies_preferences_popup_table thead th {
    padding: 1.2rem .8rem;
	font-size: 12px;
	font-weight: 400;
}

#nur_cw_cookies_preferences_popup_table tbody td {
    padding: 1.2rem .8rem;
	font-size: 12px;
	font-weight: 400;
}

#nur_cw_cookies_preferences_popup_table tbody td {
	color: #666;
	background: #fff;
}

#nur_cw_cookies_preferences_popup_table tbody td:first-child {
	color: #000000;
	font-weight: bold;
}

#nur_cw_cookies_preferences_popup_table tbody td:last-child {
	width: 30px;
}

#nur_cw_cookies_preferences_popup_table tbody tr:not(:last-child) {
	border-top: 1px dotted #ddd;
	border-bottom: 1px  dotted #ddd;
}

#nur_cw_cookies_preferences_popup_table .itemnumber {
	text-align: center;
	border: none;
	background-color: #F3F3F3;
	padding: 4px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#nur_cw_cookies_preferences_popup_table .trash {
	width: 28px;
	height: 28px;
	display: inline-block;
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	background-color: rgba(0, 0, 0, 0.3);
}

#nur_cw_cookies_preferences_popup_table .trash:hover {
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

#nur_cw_cookies_preferences_popup_table .lessbutton {
    float: left;
	width: 32px;
	height: 32px;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}

#nur_cw_cookies_preferences_popup_table .lessbutton:hover {
	background-color: #999;
}

#nur_cw_cookies_preferences_popup_table .lessbutton:after {
	font-family: Flaticon;
	content: "\f132";
	font-size: 17px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#nur_cw_cookies_preferences_popup_table .lessbutton:hover:after {
	color: #fff;
}

#nur_cw_cookies_preferences_popup_table .itemnumber {
    float: left;
	width: 60px;
	height: 35px;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
	font-size: 20px;
	color: #5d4e45;
	font-weight: 400;
	border: none;
}

#nur_cw_cookies_preferences_popup_table .plusbutton {
    float: left;
	width: 32px;
	height: 32px;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}

#nur_cw_cookies_preferences_popup_table .plusbutton:hover {
	background-color: #999;
}

#nur_cw_cookies_preferences_popup_table .plusbutton:after {
	font-family: Flaticon;
	content: "\f13b";
	font-size: 17px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#nur_cw_cookies_preferences_popup_table .plusbutton:hover:after {
	color: #fff;
}

#nur_cw_cookies_preferences_popup_table tbody td a:link span, #nur_cw_cookies_preferences_popup_table tbody td a:visited span {
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	font-size:15px;
}

#nur_cw_cookies_preferences_popup_table tbody td a:hover span {
	color: #000000;
}

#nur_cw_cookies_preferences_popup_table tbody td span {
	color: #000000;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
    #nur_cw_cookies_preferences_popup_table thead {
        display: none;
    }

    #nur_cw_cookies_preferences_popup_table tbody td {
        display: block;
        padding: .8rem .8rem;
        border-bottom: 1px solid #eaeaea;
    }

    #nur_cw_cookies_preferences_popup_table tbody tr td:first-child {
        background: #f4f4f4;
        color: #000;
    }

    #nur_cw_cookies_preferences_popup_table tbody td:before {
        content: attr(data-th);
        display: block;
        width: 1rem;
        color: #7e7671;
        font-weight: 400;
        font-size: 16px;white-space: nowrap;
    }

    #nur_cw_cookies_preferences_popup_table.trash tbody td:last-child:before {
        width: 0rem;
    }

    #nur_cw_cookies_preferences_popup_table tbody td:first-child {
        color: #000000;
    }

    #nur_cw_cookies_preferences_popup_table tbody td:first-child a:link, #nur_cw_cookies_preferences_popup_table tbody td:first-child a:visited {
        color: #000000;
    }

    #nur_cw_cookies_preferences_popup_table tbody td:first-child a:hover {
        color: #fff;
    }

    #nur_cw_cookies_preferences_popup_table tbody td:last-child {
        width: auto;
        padding-bottom:25px;
    }

    #nur_cw_cookies_preferences_popup_table .lessbutton {
        float: none;
        margin: 0;
    }

    #nur_cw_cookies_preferences_popup_table .itemnumber {
        float: none;
        height: 36px;
        margin: 0;
        margin-top: 4px;
    }

    #nur_cw_cookies_preferences_popup_table .plusbutton {
        float: none;
        margin: 0;
    }

    #nur_cw_cookies_preferences_popup_table tbody tr {
        margin-bottom:15px;
    }

    #nur_cw_cookies_preferences_popup_table tbody tr:not(:last-child) {
        border-bottom: none;
        border-top: none;
    }
}