#popin-cookie-notice {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
}
#cookie-notice h3{font-size: 14px;}
#cookie-notice button.button{
    line-height: 33px !important;
    height: 35px !important;
}
#cookie-notice {
    margin-right: 10px;
    max-width: 100%;
    width:100%;
    background: #000000;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 20px;
    box-shadow: 0px 0px 5px #666;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 0;
}

#cookie-settings .setting-header h3{
    text-transform: uppercase;
    color: #000000;
}
#cookie-notice .actions {
    text-align: center;
    display: inline-block;
}
#cookie-notice p {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
#cookie-notice p a, #cookie-notice p a:hover, #cookie-notice p a:focus {color: #fff; text-decoration: underline;}
#accept-cookie {
    border: none;
    padding: 10px;
    text-transform: uppercase;
    padding: 0px 20px;
    background-color: #fff;
    color: #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #e9e9e9;
}
#setting-cookie{
    border: none;
    border-radius: 25px;
    padding: 10px;
    float: left;
    text-transform: uppercase;
    padding: 5px 25px;
    background-color: #000000;
}
#cookie-settings {
    position: fixed;
    max-width: 600px;
    left: 50%;
    top: 30px;
    transform: translate(-50%);
    z-index: 1000;
    background: white;
    box-sizing: border-box;
    padding: 25px;
    max-height: 90vh;
    overflow-y: hidden;
}

#cookie-settings img {
    max-width: 100%;
}

#cookie-setting-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
}

#cookie-settings .option-item {
    float: left;
    width: 33%;
    text-align: center;
}

#cookie-settings .option-label span {
    display: inline-block;
    width: 33%;
    text-align: center;
    float: left;
}
#cookie-settings .option-label span label{
    line-height: 1.3;
}
#cookie-settings .options {
    position: relative;
}

#cookie-settings .option-label {
    position: absolute;
    bottom: 10px;
    width: 101%;
}

#cookie-settings .features {
    padding-top: 10px;
    clear: both;
    overflow: auto;
}

#cookie-settings .features .enable {
    width: 50%;
    float: left;
    text-indent: 15px;
}

#cookie-settings .features .disable {
    width: 50%;
    float: left;
    text-indent: 15px;
}

#cookie-settings .features .enable ul {
    list-style-image: url("../images/icon-correct.png");
    list-style-position: inside;
    padding-left: 0;
}

#cookie-settings .features .disable ul {
    list-style-image: url("../images/icon-wrong.png");
    list-style-position: inside;
    padding-left: 0;
}

#cookie-settings .features .disable {
}

#cookie-settings .actions {
    text-align: center;
    clear: both;
    padding-top: 10px;

}
#cookie-settings .actions .button{
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #6d6047;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px;
}
@media (max-width: 1024px) {
    #cookie-settings {
        width: 100%;
        position:absolute;
        max-height: 300% !important;
        padding: 5px;top: 10px;
    }

}
@media (max-width: 550px) {
    #cookie-settings {
        width: 100%;
        position:absolute;
        max-height: 300% !important;
        padding: 5px;top: 10px;
    }
}

@media (max-width: 400px) {
    #cookie-settings .option-label {
        bottom: 7px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 375px){
    #cookie-notice {left:0;}
    #cookie-settings {max-height: 100%; padding: 15px;top: 10px;}
    #cookie-settings .option-label span label{line-height: 0.8;margin-bottom: 0;}
    #cookie-settings .cookie-description{font-size: 12px;}
    #cookie-settings p {margin: 0;}
    #cookie-settings .features{font-size: 10px;}
    #cookie-settings .features ul li {line-height: 14px;}
    #cookie-settings .setting-header h3{line-height: 1; font-size: 20px; margin-top: 0px; margin-bottom: 0px;}
}
#popinhour-notice {
    max-width: 400px;
    float:left;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 0px 5px #666;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
}

#popinhour-notice .actions {
    text-align: center;
    padding-top: 15px;
}

#ok-cookie {
    border: none;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    padding: 5px 50px;
    background-color: #6d6047;
    color: #fff;
}

@media only screen and (max-width: 375px){
    #popinhour-notice {left:0;}
}