#cb-cookie-banner {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 9999999;

    border-radius: 0;

/*    display: none;*/

    background: #fff;

    padding: 25px 0px;

    font-size: 14px;

    line-height: 20px;

    -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.29); 

box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.29);
	color: rgba(82, 82, 81, 1);
	font-family: 'komet', sans-serif;

  }

#cb-cookie-banner a{
	color: rgba(198, 65, 65, 1);
}
#cb-cookie-banner a:hover{
	color: rgba(28, 47, 86, 1);
}





#daextlwcn-cookie-settings-intro p{margin-top: 10px !important;}

#daextlwcn-cookie-settings-intro  li{font-size: 1rem;

    line-height: 1.5rem;}



.cookies-cont {

    height: 400px;

  	overflow-x: scroll;

}



.btn.btn-link-outline {

  font-family: 'Eurostile';

  font-size: 16px;

  font-weight: 600;

  text-transform: uppercase;

  line-height: 48px;

  letter-spacing: 1.5px;

  height: 48px;

  padding: 0 30px;

  background:#004fa3;

  position: relative;

  z-index: 9;

  color: #ffffff;

  border: 0;

  border-radius: 0;

  text-decoration: none;

  overflow: hidden;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.btn.btn-link-outline:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  width: 0;

  height: 100%;

  background:  rgba(239, 62, 51, 1);

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.btn.btn-link-outline:hover::before {

  width: 100%;

}

.btn-link-outline:after {

  content: "\e903";

  position: relative;

  font-family: 'st-icons';

  color: #fff;

  vertical-align: bottom;

  padding-left: 10px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.btn.btn-link-outline:hover, .btn.btn-link-outline:hover:after {

  color: #fff;

}



@media only screen and (max-width: 767px) {

   #cb-cookie-banner button{ margin-top: 20px !important; margin-left: 0px !important;}

.cookies-block .modal-footer  .btn-link-outline,   .cookies-block .modal-footer  .btn-link{

        width: 100%;

    }

.cookies-block .modal-footer{

        width: 100% !important;

        display: block !important;

    }


}