.yw-cookie{
	right: auto;
    bottom: 5px;
    left: 5px;
    max-width: 360px;
	position: fixed;
    z-index: 9999;
	font-size: 13px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
	color: #555555;
    background: #ffffff;
}
.yw-cookie > .rcl-notice__close {
cursor: pointer;
	background-color: #4b81e8;
    border: none;
    color: #fff;
    padding: 2px 10px;
    margin: 0 0 0 5px;
    text-decoration: none;
    display: inline-block;
	font-size: 15px;
    line-height: 15px;
    position: absolute;
    right: 5px;
    top: 60%;
}
.yw-cookie > .rcl-notice__close::before {
    color: currentColor;
    content: "\Ok";
    font-family: rcl-awesome;
}
.yw-cookie > .rcl-notice__text {
  text-align: left;
}
.yw-cookie-hide {
  display: none;
}