@media (min-width:280px){
#__cookieWrapper .custom-cookie-in{display: block;}
#__cookieWrapper .cookie-btn{margin-top:15px}
}
@media (min-width:768px){
#__cookieWrapper .custom-cookie-in{display:flex;}
#__cookieWrapper .cookie-btn{margin-top:0}
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
		padding: 20px;
        background-color: #ffffff;
        font-family: inherit;
}

#__cookieWrapper.custom-cookie a {
    color: inherit;
    text-decoration: underline;
}
#__cookieWrapper.custom-cookie p {
    color: inherit;  
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button { 
    background: #002f72;
    color: #ffffff;
    padding: 15px 20px 15px 20px;
    border: none;
    border-radius: 0;
    line-height: normal;
    font-size: 1.6rem;
}

#__cookieWrapper.custom-cookie .ccBtn:hover{
background: #452e5a;
    color: #ffffff;
}
.modal-footer button:hover{
background: #452e5a;
	color: #ffffff;
}
.modal-title {
    color: #452e5a!important;
    margin: 0;
    font-size: 2rem !important;
    line-height: 25px;
    font-weight: 700;
     letter-spacing: 2px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
    font-size: 1.8rem;
    line-height: 1.6rem;
    color: #452e5a important;
    font-weight: 500!important;
    padding-bottom: 15px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
	color: inherit !important;
    font-size: 1.6rem; 
    font-family: inherit;
    font-weight: 300!important;
    line-height: normal;
}
/* toggle button's css from here*/
.switch input[type=checkbox]:focus+label::before{
	box-shadow: none;
}
/* toggle button's css from here*/
.switch input[type=checkbox]+label::after, .switch input[type=checkbox]+label::before {
	width: calc(calc(1.8rem * 1.4) * 2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
    height: 33px;
    left: -15px;
    top: -10px;
}
	
.switch input[type=checkbox]+label::before {
	border-radius: calc(2rem * .8);
	border-color: #565767;
 	background-color: #565767;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #452e5a;
    border-color: #452e5a;
}
.switch input[type=checkbox]:disabled+label::before {
    background-color: #cccccc;
    border-color: #cccccc;
}
.switch input[type=checkbox]+label::after {
    top: -4px;
    left: -6px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

