.sc-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* width: 100% */
  margin: auto;
  position: fixed;
  margin: auto;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  border-radius: 16px;
  transform: translate3d(-50%,0,0);
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2496a0;
  padding: 10px;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .sc-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.sc-widget * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sc-widget__text {
  /* width: calc(100% - 90px); */
  padding: 0 8px;
  white-space: pre-line;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #ffffff;
}

.sc-widget__texth2 {
  /* width: calc(100% - 90px); */
  padding: 0 8px;
  white-space: pre-line;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #ffffff;
}

@media (max-width: 600px) {
  .sc-widget__text {
    margin-bottom: 15px;
    text-align: left;
/*    width: 100%; */
  }
}

@media (max-width: 600px) {
  .sc-widget__texth2 {
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }
}

.sc-widget__text a {
  color: #ffffff;
  text-decoration: underline;
}

.sc-widget__text a:visited {
  color: #ffffff;
}

.sc-widget__text a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.sc-widget__texth2 a {
  color: #ffffff;
  text-decoration: underline;
}


.sc-widget__button {
  width: 40px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  height: 30px;
  border: 3px;
  text-align: center;
  border-color: 000000;
  top: 50%;
  background: #defcff;
  text-transform: uppercase;
  color: #1c6b72;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sc-widget__button:hover {
  background: #1c6b72;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=smart-cookies.css.map */
