.btn_custom {
	background-color: var(--primary);
}

.cookie_terms_popup {
position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 500;
    color: #fff !important;
    padding: 30px;
    text-align: center;
	height: 100%;
}
.cookie_popup_inner {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 50px;
    max-width: 880px;
    margin: 170px auto 0;
}
.cookie_popup_inner h1{
	font-size: 20px !important 
}
#chk_analytics, #chk_marketing, #chk_essential{margin: 0 8px 0 0 !important; position: relative;}
@media(max-width: 768px){
  .cookie_popup_inner {
    padding: 30px !important
  }
}
.cookie_popup h1, .cookie_popup h2 {
    font-size: 18px;
}
#cookie_terms_popup p {
    padding: 0;
    margin: 15px 0;
}
.cookie_popup button {
    padding: 10px;
    margin: 10px 0 0 20px;
    color: #fff;
}
.cookie_popup button.manage {
    background: none;
    border: 1px solid #fff;
}
.manage_holder {
    margin: 20px 0 0;
}
.form-check {
	display: flex !important;
}
.manage_cookies label {
    color: #fff;
    cursor: pointer;
}
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
}
.manage_desc {
    display: inline-block;
    width: 90%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 10px;
}
.manage_desc p {
	text-align: left;
}