.cookie-wrapper {  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;  width: 100%;  background-color: #33b5a1;  z-index: 200;  height: 60px;  position: fixed;  bottom: 0px;  left: 0px;  right: 0px;  display: none;}.cookie {  height: 60px;  width: 100%;  max-width: 860px;  margin: 0 auto;}.cookie p {  max-width: 710px;  font-size: 14px;  color: #fff;  margin-top: 12px;  float: left;  line-height: 17px;}.cookie p a {  font-size: 14px;  color:#00483e;  text-decoration: none;}.cookie p a:hover {  color:#acf2e9;  font-style: normal;  font-weight: normal;  text-decoration: none;}.cookie div.btn-cookie {  z-index: 99999;  min-height: 30px;  line-height: 30px;  position: relative;  width: 100%;  max-width: 150px;  background-color: #00483e;  text-align: center;  text-decoration: none;  color: #fff;  border: none;  float: right;  margin-top: 16px;  font-size: 14px;  cursor: pointer;}.cookie div.btn-cookie:hover {	background-color: #acf2e9;	color: #00483e;}@media screen and (max-width: 480px) {  .cookie-wrapper {    height: 160px;    padding: 0px 10px;  }  .cookie {    margin: 0 auto;  }  .cookie p {    margin-top: 12px;    float: none;  }  .cookie div.btn-cookie {    margin-top: 18px;    display: inline-block;    float: none;  }}