.cookie-bar-bar #cookie-law-info-bar {-webkit-transition:none; -moz-transition:none; transition:none }
html #cookie-law-info-bar {position:fixed; bottom:35px!important; padding:0; margin:0; left:auto; right:32px; max-width:430px; font-size:15px; text-align:left; box-shadow:0 5px 10px 0 rgba(0,0,0,.3) }
html.cookie-law-info-bar #cookie-law-info-bar {padding:0!important }
html #cookie-law-info-bar .cli-bar-container{display: block;}
html #cookie-law-info-bar .cli-bar-message{width: 100%; margin-bottom: 15px; font-size: 15px; line-height: 24px; font-family: 'Manrope', sans-serif;}
html #cookie-law-info-bar .ctcc-inner {text-align:center; margin-top:-1px; font-size:15px }
html #cookie-law-info-bar .ctcc-inner .ctcc-left-side {display:block }
html #cookie-law-info-bar .cookie_action_close_header.cli_action_button span,
html #cookie-law-info-bar .cookie_action_close_header_reject.cli_action_button span,
html #cookie-law-info-bar .medium.cli_settings_button span {padding:0 }
html #cookie-law-info-bar .cli-bar-btn_container{margin-left: 0;}
html #cookie-law-info-bar .cookie_action_close_header.cli_action_button,
html #cookie-law-info-bar .cookie_action_close_header_reject.cli_action_button,
html #cookie-law-info-bar .medium.cli_settings_button {padding: 0 14px; height: 48px; border: 2px solid #0061A0; border-radius: 8px; font-size: 17px; line-height: 24px; font-weight: 800; color: #002942 !important; background: transparent !important; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.5s ease-in-out; font-family: 'Manrope', sans-serif; } 
html #cookie-law-info-bar .cookie_action_close_header.cli_action_button:hover {background: #002942 !important; color: #fff !important; border-color: #002942; }
html #cookie-law-info-bar .cookie_action_close_header_reject.cli_action_button,
html #cookie-law-info-bar .medium.cli_settings_button {color: #fff !important; background: #0061A0 !important; }
html #cookie-law-info-bar .cookie_action_close_header_reject.cli_action_button:hover,
html #cookie-law-info-bar .medium.cli_settings_button:hover {background: #002942 !important; color: #fff !important; border-color: #002942; }

@media only screen and (max-width: 767px) and (min-width: 200px){
    html.js #cookie-law-info-bar {font-size: 14px; line-height: 20px; right: 20px; bottom: 20px !important; width: calc(100% - 40px); }
    html #cookie-law-info-bar .cli-bar-btn_container{display: block;}
    html #cookie-law-info-bar .cookie_action_close_header.cli_action_button, html #cookie-law-info-bar .cookie_action_close_header_reject.cli_action_button, html #cookie-law-info-bar .medium.cli_settings_button{margin: 15px 0 0 !important; width: 100%;}
}