.coo ul.cookie-checkbox{list-style-type: none;padding: 15px 0 0;float:left;}
.coo ul.cookie-checkbox li{float: left;padding-right:30px;color:#fff;}
.coo .btn-link{color:#fff;padding:0;background-color: #99c667;padding: 3px 15px;}
.coo .btn-link:hover{background-color: #5074b8;color:#fff;}
.checkboxdiv { position: relative;}   
.checkboxdiv input[type="checkbox"] {visibility: hidden;margin-left: -15px;position: absolute;}
.checkboxdiv label {     background: transparent none repeat scroll 0 0;    border-radius: 0px;    cursor: pointer;    height: 22px;    position: absolute;    top: 3px;
    width: 22px;    font-weight: normal;}
.checkboxdiv input[type="checkbox"]:checked + label::after {    content: "\f046";    font-family: "FontAwesome";    font-size: 18px;    opacity: 1;}
.coo .checkboxdiv label::after {  background: transparent none repeat scroll 0 0;   color: #99c667;  content: "\f096";  font-family: "FontAwesome";
    font-size: 18px;   height: 5px;    left: 3px;    opacity: 1;    position: absolute;    top: -6px;    width: 9px;}
.coo .checkboxdiv  p {   padding-left: 23px;padding-right:0px;}
.cookie-icon{position: relative;}
.cookie-icon img{position: absolute;right:0;width:50px;z-index: 100000;right:3%;top:auto;}
.change-position.top-cookie{top:0;position: absolute;z-index: 9999;width:100%;}
.change-position.bottom-cookie{bottom:0;position: absolute;z-index: 9999;width:100%;bottom:82px;position: absolute;z-index: 9999;width:100%;left:0;right: 0;}
.change-position.bottom-cookie .cookie-icon{background-color:#dce3f0; }
.change-position.bottom-cookie .cookie-icon img{display:block; left:10px;bottom:0px;background-color:#dce3f0;}
.change-position.bottom-cookie .coo{background-color: #dce3f0;}
.change-position.bottom-cookie .coo p{color:#5074b8;}
.change-position.bottom-cookie .coo ul li{color:#5074b8;}
.change-position.bottom-cookie .coo .btn-link{color:#fff;}
.change-position.bottom-left-cookie{bottom:0;position: absolute;z-index: 9999;width:100%;}
.change-position.bottom-right-cookie{bottom:0;position: absolute;z-index: 9999;width:100%;right:0;}
body{position: relative; }


@media (max-width:1024px){
    .change-position.bottom-cookie {
    bottom: 96px;}
}
@media (max-width:991px){
.change-position.bottom-cookie {
    bottom: 165px;}}

@media (max-width:400px){
    .change-position.bottom-cookie {
    bottom: 192px;}
}