#cookies_info {
  bottom: 0px;
  right: 0px;
  z-index: 100;
  max-width: 600px;
}
#cookies_info p {
  font-size: 0.8rem;
}
#btn_save_settings {
  display: none;
}
#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 {
  /*padding: 1rem 1rem;*/
  margin: -2rem 0.2rem -1rem auto;
}

/* Extra Large devices - screen-xlg (šířka mensi než 1500px) */
@media (max-width: 1499px) {

}


/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {

}


/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {

}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {

}


/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575px) { 

}

@media (max-width: 450px) { 

}

@media (max-width: 400px) {

}
