.sgdpr-privacy-policy #smart-gdpr-cookie-popup,
.privacy-policy #smart-gdpr-cookie-popup {
  display: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#smart-gdpr-cookie-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* Box Layout */
}

#smart-gdpr-cookie-popup p {
  font-size: 14px;
}

#smart-gdpr-cookie-popup a {
  color: #3996d1;
  text-decoration: none;
}

#smart-gdpr-cookie-popup a:hover {
  color: #246c9a;
}

#smart-gdpr-cookie-popup .sgdpr-wrap {
  background-color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: height 0.25s ease-in;
  min-height: 250px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  max-width: 1200px;
  padding-top: 40px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-checkboxes li {
  display: inline-block;
  margin-right: 30px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-checkboxes li label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-checkboxes li label input {
  display: inline-block;
  margin-right: 5px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px;
  flex: 0.7;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-left .sgdpr-description {
  margin-bottom: 10px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0.3;
  padding-right: 15px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-heading {
  font-weight: bold;
  font-size: 18px;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-accept-all {
  background-color: green;
  transition: background-color 0.2s linear;
  color: #FFF;
}

#smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-accept-all:hover {
  background-color: #14b314;
}

#smart-gdpr-cookie-popup .sgdpr-button {
  width: 100%;
  max-width: 400px;
  padding: 12px 30px;
  background-color: #efefef;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  color: #5c5c5c;
  transition: background-color 0.2s linear;
}

#smart-gdpr-cookie-popup .sgdpr-button:hover {
  text-decoration: none;
  background-color: #d7d7d7;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-info, #smart-gdpr-cookie-popup .sgdpr-privacy-policy {
  font-size: 13px;
}

#smart-gdpr-cookie-popup .sgdpr-info, #smart-gdpr-cookie-popup .sgdpr-cookie-group-snippets {
  display: none;
}

#smart-gdpr-cookie-popup .sgdpr-info {
  flex-direction: column;
  max-height: 350px;
  width: 100%;
  overflow-y: scroll;
  max-width: 1200px;
  padding: 25px 0;
}

#smart-gdpr-cookie-popup .sgdpr-info .sgdpr-back {
  display: inline-block;
  margin-bottom: 20px;
}

#smart-gdpr-cookie-popup .sgdpr-info .sgdpr-heading {
  margin-right: 30px;
}

#smart-gdpr-cookie-popup .sgdpr-info .sgdpr-button {
  display: inline-block;
  width: auto;
  min-width: 300px;
  margin-right: 20px;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups {
  padding: 0;
  margin: 0;
  list-style: none;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups a {
  font-size: 14px;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-group-desc {
  margin-bottom: 5px;
  font-size: 13px;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups li {
  margin-bottom: 20px;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-group-name {
  font-weight: bold;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets {
  margin: 0;
  list-style: none;
  padding: 0;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets li {
  background-color: #f6f6f6;
  padding: 15px;
  margin-bottom: 20px;
  margin-right: 10px;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets li:after {
  display: block;
  content: "";
  clear: both;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets .sgdpr-snippet-name {
  font-weight: bold;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets dt, #smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets dd {
  float: left;
  margin-right: 10px;
  padding: 0;
}

#smart-gdpr-cookie-popup .sgdpr-cookie-groups .sgdpr-cookie-group-snippets dt {
  clear: left;
}

#smart-gdpr-cookie-popup .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}

#smart-gdpr-cookie-popup .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#smart-gdpr-cookie-popup .switch input:checked + .slider {
  background-color: #2196F3;
}

#smart-gdpr-cookie-popup .switch input ~ .cookie-status:before {
  content: attr(data-disabled);
}

#smart-gdpr-cookie-popup .switch input:checked ~ .cookie-status:before {
  content: attr(data-enabled);
}

#smart-gdpr-cookie-popup .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#smart-gdpr-cookie-popup .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#smart-gdpr-cookie-popup .switch .cookie-status {
  position: absolute;
  left: calc(100% + 10px);
  top: 6px;
}

#smart-gdpr-cookie-popup .switch .slider.round {
  border-radius: 34px;
}

#smart-gdpr-cookie-popup .switch .slider.round:before {
  border-radius: 50%;
}

#smart-gdpr-cookie-popup .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#smart-gdpr-cookie-popup .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#smart-gdpr-cookie-popup.box-layout {
  justify-content: center;
  align-items: center;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap {
  max-width: 450px;
  border-radius: 8px;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner {
  padding: 25px;
  flex-direction: column;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner .sgdpr-left {
  margin-bottom: 30px;
  text-align: center;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner .sgdpr-left .sgdpr-description {
  text-align: center;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner .sgdpr-left, #smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner .sgdpr-right {
  flex: 1;
  max-width: 100%;
  padding: 0;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-inner .sgdpr-checkboxes {
  width: 100%;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-wrap .sgdpr-heading {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-info {
  overflow: auto;
  max-height: 90vh;
}

#smart-gdpr-cookie-popup.box-layout .sgdpr-bottom {
  padding: 15px;
}

#smart-gdpr-cookie-popup .sgdpr-made-by {
  font-size: 11px;
  color: #aaa;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #smart-gdpr-cookie-popup {
    font-size: 13px;
  }
  #smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner {
    flex-direction: column;
  }
  #smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-left {
    margin-bottom: 20px;
  }
  #smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-right {
    padding: 0 15px;
  }
  #smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-left, #smart-gdpr-cookie-popup .sgdpr-wrap .sgdpr-inner .sgdpr-right {
    flex: auto;
  }
  #smart-gdpr-cookie-popup .sgdpr-button {
    max-width: none;
  }
}

/*# sourceMappingURL=frontend.min.css.map */