element.style{
}
#ok_cookie_box {
    height: 1em;
    margin-top: 4px;
}
.venyoo_btn {
    min-height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #00A85E;
    font-weight: 400;
}
.venyoo_btn:hover {
	background: #00D46F;
	color: #fff;
	
}
#cookie_consent_popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 37%;
  height: 5em;
  background-color: #fff;
  padding: 10px;
  z-index: 3000;
  border-radius: 5px;
}
.addition {
  width: 500px;
  padding: 20px 20px;
  cursor: default !important;
}
.itembox {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: -3px 3px 20px 7px #a7a7a7, 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
  box-shadow: -3px 3px 20px 7px #a7a7a7, 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
  display: block;
  padding: 10px 10px;
  text-align: left;
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cookies_message {
  padding-left: inherit;
  padding-right: 35px;
  font-size: 0.9em;
  font-weight: 500;
}
#ok_cookie_box {
  height: 1em;
  margin-top: 4px;
}
.cookies_rule a:link a:visited a:hover {
  color: #d01f44 !important;
}
@media screen and (max-width: 1730px) {
  #cookie_consent_popup {
    width: 50em;
  }
}
@media screen and (max-width: 740px) {
  #cookie_consent_popup {
    right: unset;
    height: auto;
    width: auto;
    text-align: justify;
    bottom: 0.1px;
  }
  .itembox {
    display: block;
  }
  .consent_block {
    width: 100%;
  }
  .cookie_button {
    text-align: center;
  }
  .cookies_message {
    padding-right: inherit;
  }