@media screen and (max-width: 1600px){
    .cookie_banner_box{
        width: 90% !important;
        height: 60% !important;;

        top: 25% !important;

        left: 5% !important;

    }
}

.cookie_banner_box {
    position: fixed;
    /* width: 23%; */
    /* height: 23%; */

    /* left: 72%; */
    /* top: 72%; */

    width: 30%;
    height: 30%;

    left: 68%;
    top: 68%;

    z-index: 100;
    background-color: white;

    border-radius: 15px;
}

.cookie_banner_box_small {
    position: fixed;
    /* width: 50%; */
    width: 90%;
    height: 7%;

	left: 50%;
	transform: translateX(-50%);

    /* left: 50%; */
    /* top: 50%; */

	bottom: 3%;

	padding-left: 2%;
	padding-right: 2%;

    z-index: 100;
    background-color: white;

    border: 2px solid black;
    border-radius: 15px;

	cursor: pointer;
}


.cookie_banner_box_flex_conatiner {
    width: 100%;
    height: 100%;

    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;

	cursor: pointer;
}

.cookie_banner_box_item_title {
    font-size: 20px !important;
    color: black !important;
    font-weight: bold;

}
.cookie_banner_box_item_button_conatiner {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
}
.cookie_banner_box_item {
    width: 100%;

    /* padding-left: 2%; */
    /* padding-right: 2%; */

    text-align: center;
    font-size: 14px;

    color: black;

	padding:0 !important;
}
.cookie_banner_button {
    color: white;
    background-color: black;
    height: 50px;

    margin-bottom: 2%;
}
.cookie_banner_button_info {
    background-color: #d6d6d6;
    color: black;
}
/*
.button_banner_cookie, button_banner_cookie, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: background 150ms ease-in-out;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
}
 */

