@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: #f10f29;
}
#__cookieWrapper.custom-cookie p {
    color: #525262;  
    font-family: inherit;
    line-height: 1.2em;
    font-size: 1em;
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    background: #f10f29;
    color: #fff;
    font: 400 13px Arial,sans-serif;
    margin: 5px;
    padding: 15px;
    min-width: 200px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
}
#__cookieWrapper.custom-cookie .ccBtn:hover{
    background: #ff6c7d;
}
.modal-footer button:hover{
	background: #ff6c7d;
}
.modal-title {
    color: #455261!important;
    margin: 0;
    font-size: 1.5rem !important;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #000000!important;
    padding-bottom: 20px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
	color: #525252 !important;
    font-size: 18px;
}


/* toggle button's css from here*/
.switch input[type=checkbox]:focus+label::before{
	box-shadow: none;
}
.switch input[type=checkbox]+label::after, .switch input[type=checkbox]+label::before {
	width: calc(calc(1.8rem * .9) * 2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
}
	
.switch input[type=checkbox]+label::before {
	border-radius: calc(2rem * .8);
 	background-color: #565767;
    border-color: #565767; 
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #f10f29;
    border-color: #f10f29;
}
.switch input[type=checkbox]:disabled+label::before {
    background-color: #cccccc;
    border-color: #cccccc;

}
.switch input[type=checkbox]+label::after {
    top: 5px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
