@media (min-width:280px){
#__cookieWrapper .custom-cookie-in{display:block;}
#__cookieWrapper .cookie-btn{margin-top:15px;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #__cookieWrapper .custom-cookie-in{display:flex;width:80%;}
  #__cookieWrapper .cookie-btn{margin-top:0};
  }
@media screen and (min-width: 1024px){
  #__cookieWrapper .custom-cookie-in{display:flex;}
  #__cookieWrapper .cookie-btn{margin-top:0};
  }
#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
		padding: 10px;
        background-color: #fff;
        font-family: inherit;
}

#__cookieWrapper.custom-cookie a {
    color: #6b6b6b;
}
#__cookieWrapper.custom-cookie p {
    color: #000;  
    line-height: 1.2em;
    font-size: 1.9rem;
padding: 18px 0px !important;
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    background: #c7b683;
    color: #fff;
    margin: 5px 10px;
    padding: 10px 15px;
    border-radius: 0px;
    border: none;
    line-height: normal;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
    font-size: 1.8rem;
}
#__cookieWrapper.custom-cookie .ccBtn:hover{
    background: #b7a56f;
}
.modal-footer button:hover{
	background: #b7a56f;
}
.modal-title {
    color: #555759!important;
    margin: 0;
    font-size: 3.5rem !important;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
    font-size: 2.4rem;
    color: #88898a!important;
margin-bottom: 0px !important;
    padding-bottom: 18px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
	color: #88898a !important;
    font-size: 1.9rem;
}


/* 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: #555759;
 	background-color: #555759;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #c7b683;
    border-color: #c7b683;
}
.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;
}
