#__cookieWrapper .custom-cookie-in{display: flex;flex-direction: column;}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button{cursor: pointer;border: 1px solid;padding: 26px 30px;font-size: 1.3rem;line-height: 1.6rem;text-align: start;text-transform: uppercase;font-weight: 400;font-family: var(--font-bold);font-style: normal;letter-spacing: 0.15rem;transition: var(--base-transition);color: var(--mono1);border-color: var(--primary-color-1);background: var(--primary-color-1);position: relative;display: inline-block; border-radius:5px;}
#__cookieWrapper .cookie-btn{flex-direction: initial;margin-top: 20px;flex-wrap: wrap;}
.modal-title{font-weight: inherit;font-size: 26px;}
.modal-body h4{font-weight: inherit;font-size: 20px;}
#__cookieWrapper{font-size: 1.6rem;line-height: 2.1rem;}
.switch input[type="checkbox"]:checked + label::before {
  background-color: var(--primary-color-1);
  width: 100%;
}
.switch input[type="checkbox"]:checked + label::before {
border: 2px solid var(--primary-color-1);
}
.switch input[type="checkbox"] + label::before {
  right: 0;
  background-color: #fff;
  border: 2px solid var(--mono2);
  border-radius: calc(2rem * .8);
  transition: .2s all;
  width: 100%;

}
.switch input[type="checkbox"] + label::after{
background-color: var(--primary-color-1);
}
.switch input[type="checkbox"]:checked + label::after {
  margin-left: calc(1.6rem * .8);
}
.modal-footer{
text-align:start;
}
.close{
color: var(--mono2);
  float: right;
  font-size: 34px;
  font-weight: 100;
}
.close:focus{
background:transparent;
color:var(--mono2);
}
.modal-body h4{
border:none;
}
.modal-body p{
color:var(--primary-color-2)!important;
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody{
background: #fff;
}
#__cookieWrapper.custom-cookie p,#__cookieWrapper.custom-cookie a{
color:#000;
}
.modal-content{
padding:20px!important;
}
.modal-cookie .close{top: 0px;right: -30px;}
@media all and (max-width: 991px) {
.modal-cookie .modal-content{position: absolute;left: 0;right: 0;top: 10px !important;}
}