.agree_cookie {
    position: relative;
    /*display: none;*/
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background-color: #f4f4f4;
    /* border-radius: 7px; */
    /* position: fixed; */
    /* bottom: 10px; */
    /* right: 10px; */
    z-index: 1000;
    color: black;
}
.agree_cookie>.container{
    align-items: center;
}
.agree_cookie .title {
	font-weight: bold;
	margin-bottom: 15px;
}

.agree_cookie a {
	color: #1B8BCB !important;
}

.agree_cookie .desc-text {
	font-size: 14px;
}

.agree_cookie .agree_cookie_btn {
	/*width: 100%;*/
	background:none;
	color: #1B8BCB;
	border: 1px solid #1B8BCB;
	border-radius: 5px;
	font-weight: bold;
	/*margin-top: 15px;*/
    padding: 5px;
    cursor: pointer;
    text-align: center;
}

.agree_cookie .close {
	/*background-image: url('../img/close_cookie.png');*/
	/*background-position: center;*/
	/*background-size: cover;*/
    text-align: center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	cursor: pointer;
    border: 1px solid #1B8BCB;
    color:#1B8BCB;
    border-radius: 50%;
}
