/* CSS Document */

.cookie {
    cursor: pointer;
    position: fixed;
    background: none;
    border: none;
    bottom: 1.5rem;
    z-index: 2147483636;
    width: auto;
    
    opacity: .7;
    transition: all 0.4s;
    right: 1.5rem;
    z-index: 10;
    background: var(--main-bg-color);
    color: var(--main-text-color) !important;
    text-align: center;
    transition: all 0.4s ease-out;
    font-size: 80%;
	
	
	-webkit-box-shadow: 0 0 var(--shadow-width)px var(--shadow-width)px var(--main-text-color);
	box-shadow: 0 0 var(--shadow-width)px var(--shadow-width)px var(--main-text-color);
}

.cookie:hover {
    
   
    
	opacity: 1;
	
	
}


.gdprcookie{
	-webkit-box-shadow: 0 0 var(--shadow-width)px var(--shadow-width)px var(--main-text-color);
	box-shadow: 0 0 var(--shadow-width)px var(--shadow-width)px var(--main-text-color);
	transition: all 0.4s ease-out;
}
.gdprcookie label{
	color: var(--main-text-color) !important;
}



.cookie a{
	color: var(--main-text-color) !important;
	padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
	display:block;
}

