﻿body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/background_AkEmporio2.jpg)
}
h1{
    font-weight:300;
    color:#fff;
    padding-top:50px;
    padding-bottom:0px;
    font-size:80px;
    text-transform:uppercase;
}
    h1 span {
        font-weight: 600;
        color: #fff;
        font-size: 80px;
    }
 p{
    font-size:50px;
    line-height:50px;
    font-weight:500;
    color:#fff;
    text-align:center;
    padding-top:30px;
    text-transform:uppercase;
}
    p.preleva {
        font-size: 35px !important;
        font-weight: 300;
        text-transform: none !important;
    }
h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    padding-top: 30px;
}
.acquista{
    padding:20px 0px;
}
.boxAkEmporio {
    display: flex;
    align-items: flex-end;
}
.akemporio{
    padding-top:80px;
}
.language{
    text-align:right;
}
.language img{
    width:30px;
}
.btnscopri{
    font-size:30px;
    margin:30px;
}
.footer {
    border-top:1px solid #fff;
    padding-top:10px;
    color:#fff;
    font-size:13px;
    /*background: rgba(0,0,0,0.5);*/
    padding:0px;
}
.title{
    color:#fff;
}
.sectiontitle {
    margin: 0 210px;
}
.footer p{
    font-size:12px !important;
    color:#f1f1f1 !important;
    line-height:25px;
    text-align:left !important;
    padding-top:0px !important;
    text-transform:none;
    text-decoration:none !important;
}
.footer a {
    color:#fff;
    text-decoration:none;
}
    .footer a:hover {
        color: #0d6efd;
    }
.bordotop{
    border-top:1px solid #ccc;
    background:rgba(0,0,0,0.2);
    color:#f1f1f1;
}
.bordotop a {
    text-decoration:none;
}

/*COOKIE*/

#cookiePopup {
    background-color: #ffffff;
    position: fixed;
    font-size: 14px !important;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    padding: 2em 1.4em;
    border-radius: 6px;
    transition: all 0.5s ease-in;
}

    #cookiePopup img {
        display: block;
        width: 3.75em;
        transform: translateZ(0);
        position: relative;
        margin: auto;
    }

    #cookiePopup p {
        text-align: center;
        margin: 1.4em 0;
        font-size: 14px !important;
        color: #333 !important;
        line-height: 20px;
        text-transform:none !important;
    }

    #cookiePopup button {
        background-color: #6859fe;
        border: none;
        color: #ffffff;
        font-size: 1.2em;
        padding: 1em 1.4em;
        display: block;
        position: relative;
        margin: auto;
        border-radius: 5px;
    }

    #cookiePopup a {
        color: #6859fe;
    }

.hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}

.show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
}

@media only screen and (max-width: 37.5em) {
    #cookiePopup {
        width: 100%;
    }

    .hide {
        bottom: 2em;
        right: 0;
    }

    .show {
        right: 0;
        bottom: 0;
    }
}
