#my-cookies .uk-modal-dialog{
  width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding:25px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  margin: auto;
  border: 2px solid #327839;
  overflow: auto;
}

#my-cookies .logo{
  position: relative;
  top: -36px;
  margin: auto;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  float: none;
  padding: 0;
}

#my-cookies .logo svg{
  position: unset;
}

#my-cookies h3{
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #8f8f8f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 11px;
}
#my-cookies .uk-modal-dialog .uk-modal-title{
  text-transform: uppercase;
  text-align: center;
}
#my-cookies .uk-modal-dialog > p{
  text-align: center;
}
#my-cookies .uk-modal-dialog .row .green-button{
  position: relative;
  width: 204px;
  height: 57px;
  background: #41BA55;
  box-sizing: border-box;
  border-bottom: 4px solid #349544;
  margin: auto;
  cursor: pointer;
  margin-bottom: 24px;
}
#my-cookies .uk-modal-dialog .row .green-button button{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
  outline: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}


#my-cookies .uk-modal-dialog .row .disabletext{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #444444;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

#my-cookies .uk-modal-dialog .row .disabletext button{
  background: transparent;
  outline: 0;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color:#41BA55;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  width: auto;
  height: auto;
  box-shadow: none;
}

#my-cookies .uk-modal-dialog .setting{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#my-cookies .uk-modal-dialog .setting p{
  text-align: right;
  margin-right: -20px;
  cursor: pointer;
}

#my-cookies .uk-modal-dialog .setting p span{
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #B8B8B8;
  text-decoration: underline;
}

#my-cookies .uk-modal-dialog .settings-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #EFEFEF;
}

#my-cookies .uk-modal-dialog .settings-title p{
  margin-top: 0;
  margin-bottom: 0;
}

#my-cookies .uk-modal-dialog .settings-title p span{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

#my-cookies .uk-modal-dialog .settings-title p.back{
  cursor: pointer;
}

#my-cookies .uk-modal-dialog .text{
  padding: 22px 0;
}

#my-cookies .uk-modal-dialog .text p{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

#my-cookies .uk-modal-dialog .row-end{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 0 0;
  border-top: 1px solid #EFEFEF;
}

#my-cookies .uk-modal-dialog .row-end .button{
  display: block;
  padding: 0px;
  width: 100%;
  max-width: 270px;
  height: 50px;
  box-sizing:border-box;
  background:  #D6D6D6;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;

  border-radius: unset;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
  transition: none;
  -webkit-animation: none;
  -moz-animation: none;
}

#my-cookies .uk-modal-dialog .row-end .button-green{
  display: block;
  padding: 0px;
  width: 100%;
  max-width: 125px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background:  #327839;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}
#my-cookies .uk-modal-dialog .rowCol{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-cookies .uk-modal-dialog .row-check{
  margin-bottom: 10px;
}

#my-cookies .uk-modal-dialog .row-check .accordion-content{
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#my-cookies .uk-modal-dialog .row-check .accordion-content p{
  font-size: 14px;
  line-height: 18px;
  color: #8f8f8f;
}
#my-cookies .uk-modal-dialog .row-check .row-label{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  width: 100%;
  height: 104px;
  background: transparent;
  border: 1px solid #327839;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#my-cookies .uk-modal-dialog .row-check .row-label h3{
  margin-bottom: 0;
}
#my-cookies .uk-modal-dialog .row-check >span{
  /*display: none;*/
  background: #F8F8F8;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 26px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

#my-cookies .uk-modal-dialog .row-check.active > span{
  display: block;
}

#my-cookies .uk-modal-dialog .row-check .row-label >span{
  cursor: pointer;
}

#my-cookies .uk-modal-dialog .row-check .row-label label{
  position: relative;
  max-width: 55px;
  width: 100%;
  cursor: pointer;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input + .indicator{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 55px;
  height: 24px;
  background: #327839;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input:not(:checked) + .indicator{
  background: #D6D6D6;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input:not(:checked) + .indicator:before{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input + .indicator:before{
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: auto;
  left: unset;
  bottom: unset;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input + .indicator:after{
  background: none;
  display: none;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input{
  visibility: hidden;
  width: 0;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input:checked + .indicator{
  background: #327839;
}

#my-cookies .uk-modal-dialog .row-check .row-label label input:checked + .indicator:before{
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#my-cookies .uk-modal-dialog .row-check .row-label label .indicator > span{
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}

#my-cookies .step2 .row-check .row-label > span{
  display: none !important;
}

#my-cookies .step2 .row-check .row-label > span[data-cookieBar-accordion-toggle]{
  display: block !important;
}

@media only screen and (max-width: 649px) {
  #my-cookies{
    padding: 0 15px 25px;
  }
  #my-cookies .uk-modal-dialog .setting p{
    margin-right: 0;
  }
  #my-cookies .uk-modal-dialog .row-end{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #my-cookies .uk-modal-dialog .row-end .button{
    margin-bottom: 20px;
  }
}