.uc-custom-bg-size .t-bgimg{background-size: contain !important;}

.button.cookie_accept.btn {
	background: #d70108;
	border: 0;
	outline: 0;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}

#cookie_note{
    display: none;
    z-index: 100;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    max-width: 1000px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    font-family: 'GothamPro',Arial,sans-serif;
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}

#cookie_note.show{
   display: flex;
}


@media (max-width: 1100px){
    #cookie_note{
          max-width: cakc(100% - 40px);
    }
}




@media (max-width: 575px){
    #cookie_note.show{
        
        text-align: left;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
}