/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cookieconsent-popup {
    right: 0px;
}

.cookie-overlay-shown .cookieconsent-popup {
    display: none;
}

.cookieconsent-edit-settings button.cta-button {
    float: right !important;
}

button.ui-corner-all.cookieconsent-dialog-close-btn.btn.btn-primary {
    float: right !important;
    background: #0099ff;
}

button.ui-corner-all.cookieconsent-dialog-close-btn.btn.btn-primary:hover {
    background: #302c50 !important;
}

/* edit settings dialog */
.cookieconsent-overlay {
    position: fixed !important;
    z-index: 9999999 !important;
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    top: 0px;
    background: rgb(41 41 45 / 34%) !important;
}

.cookieconsent-dialog {
    position: absolute;
    display: none;
    left: 0px;
    width: 100%;
    overflow: visible;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.cookieconsent-dialog-content {
    padding: 30px;
    width: 750px;
    font-size: 13px;
    position: relative;
    float: left;
    margin: 0px;
    top: 0px !important;
    height: auto;
    overflow: visible;
    overflow-x: visible;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    border-radius: 0px;
    background: #ffffff;
    min-height: 494px;
    -moz-box-shadow: 0px 0px 43px 0px rgba(65 53 66 / 18%);
    text-align: center;
    -webkit-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 19%);
    -moz-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 18%);
    box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 18%);
border-radius: 0px;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cookieconsent-dialog-content h2 {
    float: left;
    width: 100%;
    display: block;
    line-height: 1.3;
    margin: -6px 0 24px 0;
    padding: 0 0 0 0;
    text-align: left;
    text-transform: capitalize;
}

.cookieconsent-dialog-content p {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: -8px 0 24px 0;
    text-align: left;
}

.cookieconsent-dialog-close {
	position:absolute;
	top:5px;
	right:5px;
}
.cookieconsent-dialog-content h1 {
	font-size:23px;
	border-bottom:1px solid;
	border-color:inherit;
	margin:0 0 20px 0;
	line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
	position:absolute;
	bottom:3px;
	right:3px;
	background-color:#efefef;
	padding:0 5px;
	display:block;
}

.cookieconsent-button-wrap {
	margin:20px 0 5px;
	text-align:right;
}
.cookieconsent-button-wrap button {
	margin-left:3px;
}

.cookieconsent-level-changer {
	overflow:visible;
	margin:0 auto;
	text-align:center;
}
.cookieconsent-level-changer a {
	display:inline-block;
	height:150px;
	cursor:pointer;
	cursor:hand;
	position:relative;
	border:5px solid #b5b5b5;
	max-width:150px;
	text-decoration:none !important;
}
.cookieconsent-level-changer a:hover {
	filter: alpha(opacity=90);
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
	display:block;
	position:absolute;
	top:11px;
	left:10%;
	right:13%;
	height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
	display:block;
	background-color:#d1e0e9;
	position:absolute;
	bottom:0px;
	border:1px solid #fff;
}

.cookieconsent-level-changer a.activated {
	border-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
	background-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
	background-color:#66a0c5;
}

.cookieconsent-permission-panels {
	overflow:hidden;
	clear:both;
	margin-top:10px;
	border-top:1px solid #b5b5b5;
	padding-top:10px;
}
.cookieconsent-permission-panel-disallowed {
	float:left;
	width:49%;
}
.cookieconsent-permission-panel-allowed {
	float:right;
	width:49%;
}
.cookieconsent-permission-panel-title {
	font-size:16px;
	padding:10px 15px;
	font-weight:normal;
	text-align:center;
}
.cookieconsent-permission-panels ul {
	padding:15px;
	margin:0;
	list-style:circle;
}
.cookieconsent-permission-panels ul li {
	padding:0 0 4px 0;
	margin:0 0 0 20px;
	font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
    position: fixed;
    z-index: 1999;
    right: 0px;
    bottom: 15px;
    max-width: 1140px;
    padding: 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999999;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    -moz-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cookieconsent-popup .cookie-left {
    float: left;
    display: block;
    width: auto;
    margin: 0;
}

.cookieconsent-popup .cookie-left strong {
    color: #7ca33a;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    float: right;
    width: auto;
    margin: 0px 0 0 0;
    padding-left: 35px;
}

.cookieconsent-popup .cookieconsent-button-wrap button {
    width: 47% !important;
    border: none;
    position: relative;
    height: 50px !important;
    margin: 0 0 0px 0 !important;
    float: left;
    display: block;
    text-decoration: none !important;
    background: #0099ff;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover {
	background:#282625;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type, button.ui-corner-all.cookieconsent-dialog-close-btn.btn.btn-primary {
    border-radius: 0;
    }

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover, button.ui-corner-all.cookieconsent-dialog-close-btn.btn.btn-primary:hover {
    background: ##182731 !important;
    color: #ffffff !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:before, .cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:after {
    /* content: "OK" !important; */
    /* font-weight: 100 !important; */
    /* font-size: 14px; */
    /* display: block !important; */
    /* float: left; */
    /* width: 100% !important; */
    /* margin: 0px 0 0 0; */
    /* z-index: 3 !important; */
    /* position: relative !important; */
    /* font-weight: 600 !important; */
    padding: 14px 0;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type span {
	/* display:none !important; */
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    margin: 7px 0 25px 0 !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap p.ui-state-highlight {
    border: none;
    background: none;
    padding: 0px !important;
    text-transform: none;
    margin-bottom: 27px !important;
    margin-top: 0px !important;
    text-align: left !important;
    line-height: 1.3;
    margin-top: -4px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
    margin: 0 0 0px 0;
    border: none;
    flex-wrap: wrap-reverse;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: auto !important;
    background: none;
    padding: 0px;
    border-radius: 0px !important;
    float: right;
    margin-left: 20px !important;
    height: auto !important;
    width: auto !important;
    font-size: 15px;
    margin-top: 12px !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text {
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    border-radius: 0px !important;
    transition: box-shadow 0.2s;
    text-decoration: none !important;
    width: auto;
    padding: 10px 0 3px;
    margin: -6px 0 0;
}


.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text:hover {
    color: #1c1740;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    border: none;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    margin: 0 0 0px 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    float: left;
    width: 50%;
    border-radius: 0px;
    height: auto;
    margin-bottom: 30px;
    padding-right: 19px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title {
    border: none;
    text-transform: capitalize;
    background: none;
    margin-bottom: 20px;
    text-align: left;
    padding: 0px;
    line-height: 1.3;
    margin-top: 0px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul {
    float: left;
    width: 100%;
    border-radius: 0px;
    background: none;
    border: none;
    padding: 0 0 0 30px;
    list-style-type: none;
    margin: -7px 0 0 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li {
    float: left;
    padding: 0;
    margin: 0 0 12px 0;
    position: relative;
    font-weight: 400;
    text-align: left;
    list-style: auto;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    
    position: absolute;
    left: 0px;
    top: 11px;
    border-radius: 50%;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all:last-of-type{
	float:right;
}

.cookieconsent-dialog-content a.ui-corner-all.cookieconsent-logo-link {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    float: left;
    width: 50% !important;
    display: block;
    margin: 0px !important;
    border: none;
    height: auto;
    max-width: none !important;
    text-align: left;
    height: 36px;
    position: relative;
    padding-left: 56px;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
    margin-bottom: 30px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:before {
	content:
	"";
	width:36px;
	height:36px;
	position:
	absolute;
	left:0px;
	top:0px;
	border: 1px solid #e6e6ea;
	visibility: visible;
	background: none;
	border-radius: 0;
	}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:before {
	border-color: #66a9de;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover {
	opacity:0.6;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
	cursor:default;
	pointer-events:none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type span.cookieconsent-level-button-icon {
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:before {
    background: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:after {
    color: #ffffff !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    left: 0px;
    width: 36px;
    height: 36px;
    content: "\f00c";
    font-family: 'FontAwesome-Light';
    background: none;
    text-align: center;
    font-size: 14px;
    color: transparent;
    top: 0;
    position: absolute;
    font-weight: 400;
    visibility: visible;
    background: #f5f5f7;
    border-radius: 5px;
    color: #f5f5f7;
    padding: 8px 0;
    border: 1px solid #f5f5f7;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:after {
    background: #66a9de;
    border-color: #66a9de;
}


.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    position: relative;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: rgb(112 112 112 / 14%);
    right: initial;
    border-radius: 0px;
    background: none !important;
}


.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon div {
    display: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:last-of-type, .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:nth-child(2) {
	float:right;
	display: none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-title {
    float: left;
    width: auto;
    background: none;
    display: block;
    text-transform: none;
    font-weight: 400;
    top: 0px;
    position: relative;
    padding: 10px 0 0 0;
    line-height: 14px;
    font-size: 14px;
    color: #5a5770;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    clear: both;
    float: none;
    width: auto;
    display: inline-block;
    margin: 0px;
    /* text-decoration: none !important; */
    border-radius: 0px;
    text-transform: none;
    text-align: center;
    padding: 0px;
    line-height: 1.4;
    /* text-decoration: none !important; */
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:hover {text-decoration: none;}

.cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup a.cookieconsent-magic-button-related, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: -26px 10px 0 0;
    text-decoration: none !important;
    font-size: 10px;
    background: #0099ff;
    padding: 10px 24px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	margin:0 0 0 0;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button:hover {
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button span.ui-icon {
	display:none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-button-text {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
    /* font-weight: 800; */
    text-align: center;
    text-indent: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon {
    position: relative;
    top: 0px;
    margin: 0px;
    background-image: none;
    background: none;
    left: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
    display: block;
}


.cookieconsent-popup a.cookieconsent-magic-button-related {
	clear:none;
}

.cookieconsent-popup a.cookieconsent-magic-button-related .ui-icon {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover {
}


.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-button-text {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-icon {display: none;}

.cookieconsent-dialog-content .cookieconsent-dialog-close {
    position: absolute;
    top: 16px;
    box-shadow: none;
    color: #ee3e3e;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 21px;
    opacity: 1;
    display: block;
    background: none;
    padding: 0px;
    background: none !important;
border: none !important;}


.cookieconsent-dialog-content .cookieconsent-dialog-close:before {
    content: "\f00d";
    font-family: 'FontAwesome-Light';
    font-weight: 300;
    visibility: visible;
    color: #000000;
    padding: 14px 0;
    }

.cookieconsent-dialog-content .cookieconsent-dialog-close:hover {
	color: #66a9de;
}

/* magic button */
.cookieconsent-toggle-magic-button {
	display:block;
	float:right;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-toggle-magic-button .ui-icon {
	float:left;
	margin: 4px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
	display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
	margin:0 0 15px;
	padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
	height:137px;
	width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {
	display:block;
	float:left;
	clear:both;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}



/* style amends and overwrites */
.cookieconsent-popup a.cookieconsent-magic-button-related {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    line-height: 1;
    background: none;
    margin: 23px 0 0px;
    padding: 0px;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #ff6600;
    border-radius: 0px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 30px;
    width: auto;
    bottom: 30px;
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover {
    color: #1c1740
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	display:none;
}

/* new functionality */
.cookieconsent-popup {
    padding: 16px 25px;
    border-radius: 0px;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    padding-left: 15px;
    width: 340px;
    }

.cookieconsent-popup .cookie-left {
    max-width: calc(100% - 300px);
}

.cookieconsent-edit-settings button.cta-button {
    float: right !important;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    float: left;
    text-decoration: underline;
    margin-top: 20px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    margin-bottom: 29px;
}


.ui-widget.ui-widget-content {
	border:
	none;
	background: white;
	border-radius: 20px;
	}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text:hover {
    box-shadow: inset 0 -1.9rem 0 0 #3b3b3b;
}

.cookieconsent-dialog-content.cookieconsent-edit-settings {background: white;border-radius: 0;padding: 30px;}

.cookieconsent-popup:before {
    content: "";
    visibility: visible;
    width: 101vw;
    height: 100vh;
    position: absolute;
    background: #000000;
    z-index: -2;
    opacity: 0.3;
    bottom: -15px;
}

.cookieconsent-popup::after {
    content: "";
    visibility: visible;
    background: white;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text {
    box-shadow: none !important;
    text-decoration: underline !important;
    color: #182731;
}

.cookieconsent-dialog-close-btn {
    background-color: #0099ff;
    color: white;
}

.cookieconsent-dialog-close-btn {
    border-radius: 0;
}

@media only screen
and (max-width: 767px) {

.cookieconsent-dialog {
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.cookieconsent-dialog-content {
    width: 100vw;
    height: auto;
    border-radius: 0;
    overflow-y: scroll;
    max-height: none;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    font-size: 13px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    width: 100%;
    padding-right: 0px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    margin-top: 15px;
}

.cookieconsent-popup {
    width: 100%;
    padding: 19px;
    bottom: 0px;
    border-radius: 0px;
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    flex-wrap: wrap;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    display: none;
}

.cookieconsent-popup .cookie-left {
    width: 100%;
    font-size: 14px;
    margin: -6px 0 10px 0px;
    text-align: center;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    padding-left: 0px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    margin-top: 0px !important;
}

.cookieconsent-popup .cookie-left {
    max-width: calc(100% - 0px);
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    margin: 0 0 35px;
    width: auto;
    text-align: left;
}

.cookieconsent-edit-settings button.cta-button {
    float: left !important;
    margin-top: 25px;
}

.cookieconsent-overlay {
    background: #ffffff !important;
}

.cookieconsent-dialog-content {
    box-shadow: none !important;
}
	
.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    padding: 0 30px !important;
}
	
.cookieconsent-popup::after, .cookieconsent-dialog-content.cookieconsent-edit-settings {
	border-radius: 0;
}
	
.cookieconsent-popup:before {
	bottom: 0;
}

}


@media only screen
and (min-width : 768px)
and (max-width : 991px) {

.cookieconsent-popup {
    width: 730px;
}

}

@media only screen
and (min-width : 992px)
and (max-width : 1200px) {

.cookieconsent-popup {
    width: 930px;
}

}


@media only screen
and (max-device-width : 767px)
and (orientation : landscape) {


}