/* */
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid var(--primaryColor);
}  
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}

.om-cookie-panel .cookie-panel__description a{
  font-weight:500;
  padding:0 5px;
}

.om-cookie-panel {
  border: none;
box-shadow: 0 0 20px -6px #4a4a4a;
}
.om-cookie-panel .cookie-panel__control {
    padding-top:15px;
}
.om-cookie-panel .cookie-panel__button {
  background: var(--secondaryColor);
  text-transform: none;
  border-radius: 30px;
  padding: 5px 30px;
}
.om-cookie-panel .cookie-panel__button--color--green {
  background:var(--primaryColor);
 color: var(--rootFontColor);
}

@media (min-width: 1024px) {
	  
	  
.om-cookie-panel .cookie-panel__button {
 margin-bottom:10px;
}


}


@media (max-width: 400px) {
	  
	  
.om-cookie-panel .cookie-panel__description p, .om-cookie-panel .cookie-panel__control button, .om-cookie-panel .cookie-panel__link a{
  font-size:.9em;
}


}