#cookies_info {
  bottom: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  color: #ffffff;
  background-color: #0F0600;;
  border-top: 2px solid #D39F64;
}
#cookies_info p {
  font-size: 1.25rem;
}
#btn_save_settings {
  display: none;
}
#cookies_info h6 {
  color: #F7BC44;
  font-size: 2rem;
}
#cookies_info .h6::after {
  display: inline-block;
  content: "\00d7";
  width: 20px;
  font-size: 3rem;
  line-height: 0;
  color: #212529;
  position: relative;
  top: 7px;
}
.cookies_info_header {
  display: flex;
}
.cookies_info_header .close {
  margin: -2rem 0.2rem -1rem auto;
}
#cookies_info .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before,
#cookies .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: #F7BC44;
  margin-top: 3px;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after,
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after{
  margin-top: 3px;
}
#cookies_info .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before:focus {
  box-shadow: none !important;
}
#cookies_info .custom-control-input:checked ~ .custom-control-label::before,
#cookies .custom-control-input:checked ~ .custom-control-label::before{
  border-color: #F7BC44;
  background-color: #F7BC44;
}
#cookies_info .custom-control-label:before:focus,
#cookies .custom-control-label:before:focus{
  box-shadow: none !important;
}

