#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
    background: #fff;
}

#__cookieWrapper.custom-cookie a, #__cookieWrapper.custom-cookie p {
    color: #313131
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    background: #ff7346;
    color: #ffffff;
    margin: 10px 0;
    padding: 15px 30px;
   font-size: 1.6rem;
    margin: 5px 10px;
    border: 0;
    border-radius: 10px;
}
#__cookieWrapper .ccBtn:hover {
    background: #ff4000;
    text-decoration: none;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4, .custom-cookie-modal a, .custom-cookie-modal p {
font-size: 1.4rem;
line-height: 1.6rem;
font-family: inherit;
text-transform: none;
}


@media (min-width:280px){
.custom-cookie-in{display: block;}
}
 @media (min-width:768px){
  #__cookieWrapper .custom-cookie-in{display:flex;}
  #__cookieWrapper .cookie-btn{margin-top:0;}
}

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

.switch input[type=checkbox]:checked+label::before {
    background-color: #ff7346;
    border-color: #ff7346;
}


.switch input[type=checkbox]+label::before {
	
 	background-color: #565767;
    border-color: #565767; 
}

.switch input[type=checkbox]:disabled+label::before {
    background-color: #cccccc;
    border-color: #cccccc;

}

.modal-body h4 {
    padding-bottom: 20px;
    }
.modal-body>div>h4:first-child .switch.switch-xs label::before {    
    background-color: #cccccc !important;
  
}