.d-none{
	display: none;
}

#cookies_notice_banner, #cookies_custom_modal, #cookies_custom_modal{
	font-size: 14px;
		line-height: 1.4;
}

/* Banner */
#cookies_notice_banner a{
	color: #8b8b8b;
	text-decoration: underline;
}

#cookies_notice_banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3);
    background-color: #efefef;
    
}

#cookies_notice_banner .banner_desc {
    max-width: 80%;
    display: inline-block;
    padding: 0 20px 0 0;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
	 #cookies_notice_banner .banner_desc {
	    max-width: 90%;
	    text-align: center;
	}
}	

#cookies_notice_banner .banner_desc {
	cursor: pointer;
}	

#cookies_notice_banner .banner_btns {
    max-width: 20%;
    display: inline-block;
}

#cookies_notice_banner .banner_wrap {
	bottom:	0;
	width: 1170px;
	max-width: 100%;
	padding: 20px 25px;
	margin: 0 auto;
}

@media screen and (min-width: 991px) {
	#cookies_notice_banner .banner_wrap {	
		display: flex;
	    align-items: center;
	    justify-content: center; 
	}    
}	

.banner_big_btn {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    background-color: #adadad;
    text-decoration: none;
    border: 0px;
    width: 100%;
}

.banner_big_btn:hover, .banner_big_btn:active, .banner_big_btn:focus {
    text-decoration: none;
    outline:none;
    opacity: 0.7;
}	

@media screen and (max-width: 991px) {
	.banner_big_btn {
	    display: inline;
		width: auto;
	}
	#cookies_notice_banner .banner_desc {
    	max-width: 100%;
    	margin-bottom: 20px;
	}
	#cookies_notice_banner .banner_btns {
    	max-width: 100%;
    	width: 100%;
		text-align: center;
	}
}


/* Modal */

#cookies_custom_modal h2 {
    font-size: 20px;
    margin-top: 20px;
}

#cookies_modal_nav {
    max-width: 30%;
    display: inline-block;
    vertical-align: top;
}

#cookies_modal_body {
    max-width: 60%;
    display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	margin-bottom: 50px;
}

@media screen and (min-width: 975px) {
	#cookies_modal_body {
	    max-width: 70%;
	}
}	

#tabs_cookies{
	list-style-type: none;
    margin: 0px;
	padding:0px;
}

#tabs_cookies li.active button {
	opacity: 0.7;
}

#tabs_cookies li{
	margin-left: 0;
}

#tabs_cookies li button{
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #adadad;
    text-decoration: none;
    border: 0px;
}

#tabs_cookies li button:hover, #tabs_cookies li button:active, #tabs_cookies li button:focus {
    text-decoration: none;
    outline:none;
    opacity: 0.7;
}

.modal_big_btn {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    background-color: #adadad;
    text-decoration: none;
    border: 0px
}

.modal_big_btn:hover, .banner_big_btn:active, .banner_big_btn:focus {
    text-decoration: none;
    outline:none;
    opacity: 0.7;
}	

#cookies_modal_btns {
	text-align: right;
}	

@media screen and (max-width: 767px) {
	#cookies_modal_btns {
		text-align: center;
	}	
}	

#cookies_modal_btns a {
	display: inline-block;
	color: #adadad;
	margin-right: 20px;
}

@media screen and (max-width: 575px) {
	#cookies_modal_btns a {
		display: block;
		margin: 0 auto;
	}
	#cookies_modal_btns a:nth-child(2) {
		margin: 0 auto 10px;
	}	
}	

button#cookies-submit {
    display: inline-block;
}

#custom_modal_wrap{
	margin-bottom: 40px;
}

.custom-modal {
  display: none; 
  align-items: center;  
  position: fixed; 
  z-index: 999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; /
  background-color: rgb(0,0,0,0.7); 
  background-color: rgba(0,0,0,0.7);
}

body.custom-modal-open{
	height: 100vh !important;
	overflow-y: hidden !important;
}

.custom-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;
  max-width: 768px;
  border-radius: 5px;
  border: 0px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
	#cookies_modal_nav {
	    max-width: 100%;
	    display: block;
	}
	#cookies_modal_body {
	    max-width: 100%;
		display: block;
	}
	#cookies_modal_body {
	    padding-left: 0;
	    margin-top: 20px;
	    margin-bottom: 40px;
	}
	.custom-modal {
	  padding-top: 40px; 
	}
		
}	


/* Switches */
#cookies_modal_body .switch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
    margin-top: 20px;
}

.switch input {
    display: none !important;
}

.switch input:checked + .slider {
    background-color: #2d516d !important;
}

.switch input:checked + .slider.blocked {
    background-color: #888888;
    opacity: 0.3;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

p.iconindent {
padding-left: 3.3em;
    text-indent: -1.5em;
}

p.iconindent i {
    position: relative;
    top: 14px;
    margin-right: 10px;
}