.cookie-bar{position:fixed;bottom:0;left:0;right:0;width:100%;text-align: center;background: #520084;color: #fff;font-size:12px;font-weight:400;z-index:999999;padding:0;overflow:hidden;height:0;transition:padding 2s,height 2s;}
.show-cookie-bar .cookie-bar{height:80px;padding:10px 0;}
.show-cookie-bar .cookie-bar p {margin-bottom:7px;}
.cookie-bar .btn-default{margin:0 10px 10px;font-size:12px;float:none;background:#d9d9d9;color:#520084!important;}
.cookie-bar .btn-default:hover{background:#fff!important;opacity:.7;}
.cookie-text {display:inline-block;}
@media (max-width: 1024px){.show-cookie-bar .cookie-bar{height: auto;}
}