#cefcoCookies {
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
    text-align: center;
    background: rgba(51, 51, 51, 0.85);
    color: #FFF;
    padding: 20px;
	font-size: 13px;
	z-index: 999999;
}
#cefcoCookiesContainer .cefcoCookiesPanelDisplay {
    display: none;
}
#cefcoCookiesContainer #cefcoCookiesPanel {
    position: fixed;
    z-index: 9999999999;
    background: #FFF;
    max-width: 35rem;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 35px);
    box-sizing: border-box;
    margin: 0;
}
#cefcoCookiesContainer .cefcoCookiesPanelHeading {
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #EEE;
}
#cefcoCookiesContainer .cefcoCookiesPanelHeading .closePanelCookies {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    color: #999;
    border-radius: 50%;
    cursor: pointer;
}
#cefcoCookiesContainer #cefcoCookiesOverlay {
    position: fixed;
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
}
#cefcoCookiesContainer #cefcoCookiesPanelBody {
    padding: 10px 20px 15px;
}

#cefcoCookiesPanelBody label {
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}
#cefcoCookiesPanelBody .item-row {
    margin-bottom: 15px;
}
#cefcoCookiesPanelBody .item-row .checkbox {
	margin: 0;
}
#cefcoCookiesPanelBody .item-row p {
    margin: 0;
    font-size: 12px;
	color: #6c757d;
}
#cefcoCookiesPanelBody .item-row .more {
    font-size: 11px;
}

#cefcoCookies .btn 
{
	margin-right: 5px;
    background: #fe0000;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
	border-radius: 50px;
	border: none;
    font-size: 15px !important;
    font-weight: 600;
}

#cefcoCookies p{
    font-size: 18px;
}

#cefcoCookies .btn-primary {
	background: #66cc33;
}

#cefcoCookiesPanel .cefcoCookiesPanelHeading h5 {
	color: #282f33;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
}

#cefcoCookiesSave {
	text-align: center;
}

#cefcoCookiesSave button {
	background: #ff8d00;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    color: #282f33;
    font-size: 15px !important;
    font-weight: 600;
}
#cefcoCookies a , #cefcoCookies a:hover{

    color : #FFF ;
    text-decoration: underline;

}

@media (max-width: 680px) {
	#cefcoCookies{
		padding: 15px!important;
	}
	#cefcoCookies p {
		font-size: 16px;
		line-height: 22px;
		margin: 0;
	}
}