#cookieswarning {
    position: fixed;
    bottom: 0px;
    left:0px;
    width: 100%;
    background: #fff;
    padding: 0.5% 2.5%!important;
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
    text-align: left !important;
	z-index:100;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:13px;
}

.mobile_device #cookieswarning {
	bottom: auto;
	top: 50%;
    left: 50%;
	max-width: 320px;
    transform: translate(-50%, -50%);
}

#cookieswarning p {
    margin-right: 35px;
    line-height: 30px;
    font-size: 12px;
    display: block;
    float: left;
    margin-bottom: 0px;
}

.mobile_device #cookieswarning p {
	line-height: 26px;
    margin-right: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	width: 85%;
}

#accept_cookie {
    float: left;
}

#cookieswarning a{
	font-weight:bold;
}

.mobile_device #cookieswarning{
	flex-flow:column;
}

.mobile_device #cookieswarning #accept_cookie {
	margin-bottom: 20px;
	padding: 10px;
	width: 85%;
}

#order-opc #cookieswarning {
	display: none;
}
