/* Cookie */
.cookie-policy {
    width: 80%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    border-radius: 8px;
    position: fixed;
    margin-bottom: 20px;
    bottom: 20px;
    left: 10%;
    display: none;
    z-index: 99999999999999;
    -webkit-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 22px -3px rgba(0,0,0,0.75);
}

.cookie-policy .another{
	text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width:767px){
	.cookie-policy br.d-none-xs{
		display: none;
	}
}

.cookie-policy .another .text-grab{
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 70px;
    align-items: center;
	padding: 0 20px;
}

.cookie-policy .another .text-grab .column:first-of-type{	
    text-align: left !important;
	margin-right: 20px;
}

.cookie-policy .another .text-grab .column a{
	text-decoration: underline;
    color: #000000;
}

.cookie-policy .another .text-grab .column:last-of-type{
	color: #000000;
	border: 1px solid #000000;
    height: min-content;
    border-radius: 4px;
}

.cookie-policy .another .text-grab .column:last-of-type input[type=submit]{
	background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}

@media (max-width:767px){
    .cookie-policy {
        width: 90%;
        font-size: 10px;
        left: 5%;
        padding: 10px;
    }

    .cookie-policy .another .text-grab .column:last-of-type input[type=submit]{
        padding: 10px 15px;
        font-size: 12px;
    }

    .cookie-policy .another .text-grab{
        grid-template-columns: 1fr 55px;
        padding: 5px 10px;
    }
}
