/*START: COOKIE CSS*/

.cookie-wrap{
    background-color: rgba(29,158,116,1);
    right:0px; height: 50px; bottom: 0px;
    padding: 10px;
    width:100%;
    z-index: 99999;
    position: fixed;
    color: white;
    
}

.cookie-wrap p{color: white;}
.cookie-wrap .close{
    position: absolute; 
    right: 10px; 
    color:white; top:20px;
}

.cookie-wrap a{color: white;}

.cookie-wrap .big{color: white; font-size: 1.4em;}
.cookie-wrap .end{margin-left:10px;}
.cookie-wrap .end i{margin-right: 5px;}
.cookie-wrap .end a{border:1px solid white; transition: 0.2s;}
.cookie-wrap .end a:hover{transition: 0.2s; background-color:#0663CE !important;}
