#__cookieWrapper .fade:not(.show) {
    opacity: 1;
}
@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;
        box-shadow: 1px -2px 5px 4px rgba(0,0,0,.27);
}

#__cookieWrapper.custom-cookie a {
    color: #B30839;
    text-decoration: underline;
}
#__cookieWrapper.custom-cookie p {
    color: #232323;  
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
padding: 15px 0px !important;
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    background: var(--aqua-color)!important;
    color: var(--white-color)!important;
    margin: 5px 10px;
    padding: 12px 16px;
    min-width: 260px;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#__cookieWrapper.custom-cookie .ccBtn:hover{
    background: var(--blue-navy)!important;
}
#__cookieWrapper.custom-cookie .ccBtn span span, .custom-cookie-modal .modal-footer button span {
    margin-left: 20px;
}
.modal-footer button:hover{
	 background: var(--blue-navy)!important;
}
.modal-title {
    font-size: 3.0rem !important;
    line-height: 3.2rem;
    letter-spacing: 0;
    font-weight: 100!important;   
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 0!important;
   	margin-bottom: 0px !important;
    padding-right: 10px;
	padding-bottom: 15px;
    font-weight: 100!important; 
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-footer{
	justify-content: center !important;
}

/* 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: #cccccc;
 	background-color: #cccccc;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: var(--red-color);
    border-color: var(--red-color);
}
.switch input[type=checkbox]:disabled+label::before {
    background-color: #565767;
    border-color: #565767;
	margin-top: 5px;
}
.switch input[type=checkbox]:disabled+label::after {
margin-top: 5px;
}
.switch input[type=checkbox]+label::after {
    top: -4px;
    left: -6px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

/*#__cookieWrapper.custom-cookie .modal.fade .modal-dialog {
	transform: translate(0,80px);
}*/

#__cookieWrapper.custom-cookie .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px!important;
    left: 0;
    top: 0;
    align-items: center;
    opacity: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}

@media only screen 
     and (min-device-width: 480px) 
     and (max-device-width: 736px) {
#__cookieWrapper.custom-cookie .modal.fade .modal-dialog {transform: translate(0,80px);}
}