:root {
  --cookie-bg: #F1F1F1;
}

#cookieModal {
  z-index: 99999;
}
#cookieModal .eu-cookie-compliance-categories {
  text-align: left;
  color: #000 !important;
}
#cookieModal .modal-body {
  padding: 30px;
}

.sliding-popup-bottom {
  width: 100%;
  left: 0;
  right: 0;
  background: var(--cookie-bg);
  padding: 30px;
}

.popup__text {
  color: #000;
  font-size: 18px;
}
.popup__text__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .popup__text__btns {
    flex-direction: column;
  }
}
.popup__text__btns button, .popup__text__btns a {
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.popup__text__btns button:hover, .popup__text__btns a:hover {
  text-decoration: none;
  color: rgb(145, 116, 36);
}

#sliding-popup .popup-content {
  display: flex;
  flex-flow: row;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sliding-popup .popup-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 590px) {
  #sliding-popup .popup-content {
    flex-direction: column;
  }
}
#sliding-popup .popup-content #popup-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  float: none;
  max-width: 100%;
  flex-shrink: 0;
}
#sliding-popup .popup-content .btn.btn__cookie {
  border: 2px solid transparent;
  height: 60px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 18px;
  font-weight: 600;
  color: #fff;
  background-color: rgb(222, 184, 93);
  transition: all 0.2s ease-in-out;
  min-width: 250px;
}
@media screen and (max-width: 590px) {
  #sliding-popup .popup-content .btn.btn__cookie {
    width: 100%;
  }
}
#sliding-popup .popup-content .btn.btn__cookie:hover {
  opacity: 0.9;
}
#sliding-popup .popup-content .btn.btn__cookie__more {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
#sliding-popup .popup-content .btn.btn__cookie__more:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#sliding-popup .popup-content .btn.btn__cookie.reject-button {
  border-color: #2E2C28;
  color: #2E2C28;
  background: transparent;
}
#sliding-popup .popup-content #popup-text {
  float: none;
  max-width: 100%;
}

.cookie_switch input[type=checkbox].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px;
  cursor: pointer;
}
.cookie_switch input[type=checkbox].ios8-switch + label {
  position: relative;
  padding: 0 0 0 50px;
  line-height: 24px;
  cursor: pointer;
}
.cookie_switch input[type=checkbox].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px; /* x*5 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie_switch input[type=checkbox].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px; /* x*3 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie_switch input[type=checkbox].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cookie_switch input[type=checkbox].ios8-switch:checked + label:after {
  margin-left: 16px;
}
.cookie_switch input[type=checkbox].ios8-switch:checked + label:before {
  background: #55D069;
}

.eu-cookie-compliance-category {
  margin-bottom: 20px;
}
.eu-cookie-compliance-category .cookie_switch {
  margin-bottom: 15px;
}

.eu-cookie-compliance-categories-buttons .btn {
  border: 2px solid transparent;
  height: 60px;
  border-radius: 18px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: rgb(222, 184, 93);
}
.eu-cookie-compliance-categories-buttons .btn:hover {
  opacity: 0.9;
}

.modal-body .btn-close {
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.modal-body .btn-close svg path {
  transition: fill 0.3s linear;
}

.modal-body .btn-close:hover svg path {
  fill: rgb(46, 44, 40);
}

.cookie_text {
  font-size: 16px;
}
.cookie_text h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 381px) and (max-width: 740px) {
  .cookie_text h1 {
    font-size: 38px;
  }
}
@media (min-width: 741px) and (max-width: 800px) {
  .cookie_text h1 {
    font-size: 24px;
  }
}
@media (min-width: 801px) {
  .cookie_text h1 {
    font-size: clamp(17px, 2vw + 1rem, 44px);
    margin-bottom: 20px;
  }
}
.cookie_text h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cookie_text .responsive-table {
    overflow: auto;
  }
}
.cookie_text .responsive-table table {
  width: 100%;
  margin: 2rem 0;
  border-radius: 0;
  border: 1px solid #ddd;
  background: white;
  border-spacing: 0;
  border-collapse: collapse;
}
.cookie_text .responsive-table table thead {
  background: #eee;
  border-bottom: 2px solid #ddd;
}
.cookie_text .responsive-table table thead th {
  padding: 10px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  position: relative;
}
.cookie_text .responsive-table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.cookie_text .responsive-table table tbody tr:hover {
  background: rgba(102, 126, 234, 0.05);
}
.cookie_text .responsive-table table th, .cookie_text .responsive-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}

#sliding-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#sliding-popup.active {
  display: block;
}
#sliding-popup.active:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 100%;
  position: absolute;
  background: hsla(0, 0%, 5%, 0.5);
  height: 100dvh;
}
#sliding-popup .info {
  padding-bottom: 0;
}

.footer .last button {
  color: #5E5A53;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.footer .last button:hover {
  color: #fff;
}

/*# sourceMappingURL=cookie.css.map */
