#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
	padding: 25px;
    background: #fff;    
}

#__cookieWrapper.custom-cookie a {
    color: #2C3F45;
    text-decoration: underline;
}
#__cookieWrapper.custom-cookie p {
        font-size: 1.6rem;
    line-height: 20px;
    color: #2C3F45;
}
.modal#myModal{align-items: self-start;}
.custom-cookie-modal{opacity: 1 !important;}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
        font-size: 1.6rem;
    line-height: 1.6rem;
    display: inline-flex;
    align-items: center;
    background-color: #E3A52A;
    color: #2C3F45;
    padding: 14px 20px;
    text-decoration: none;
    justify-content: center;
    transition: all 0.3s 
ease-in-out;
    border-width: 1px;
    border: none;
    border-radius: 0px;
}
#__cookieWrapper.custom-cookie .ccBtn:hover, .custom-cookie-modal .modal-footer button:hover {
    background-color: #648D9E !important;
    color: var(--white) !important;
}

.modal-title {
    color: #E3A52A!important;
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-family: var(--font-heavy);
    font-weight: 800;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
    color: #455261 !important;
    padding-bottom: 20px;
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 16px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
	    font-size: 1.6rem;
    line-height: 20px;
    color: #2C3F45;
}
#__cookieWrapper .ccBtn {
	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 * .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);
	border-color: #cccccc;
 	background-color: #cccccc;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #E3A52A;
    border-color: #E3A52A;
}
.switch input[type=checkbox]:focus+label::before{box-shadow: none;}
.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;
}
#mm-0.mm-page.mm-slideout.d-block {z-index: 999;}
.modal-footer {
    justify-content: center;
}
.switch input[type=checkbox]:checked+label::after {
    margin-left: calc(1.1rem * .8);
}
@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}
}
@media (max-width:992px){
.modal-header{padding: 15px 50px 15px 15px;}
.modal-title{
  font-size: 2rem;
    line-height: 28px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4{
    font-size: 1.5rem;
}
#__cookieWrapper.custom-cookie p{
    font-size: 1.3rem;
}
}