.sc-wrapper {
  display: flex; /*flex*/
  align-items: flex-end;
  /*justify-content: center;*/
  position: relative;
  z-index: 1000;
}

@media (min-width: 769px) {
  .sc-wrapper {
  justify-content: center;
  /* for popup */
  padding-left: 15px;
  }
}

.sc-widget {
  border-radius: 20px 20px 0px 0px;
  border: 4px solid #fbb4ce;
  background: #ffffff;
  /*background: #efefef url(/images/main_bg.jpg) no-repeat center 0;*/
  /*background: #fffefe url(/templates/ja_techzone/js/privacy/bg.jpg) repeat 0;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  padding: 15px;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .sc-widget {
	border-radius: 20px;
    /*width: 40%;*/
    /*min-width: 600px;*/
	width: 600px;
    margin: 20px;
    /*margin-bottom: 50px;*/
  }
}

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

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

.sc-widget__img {
  width: 40px;
}
.sc-widget__img-bg {
    position: fixed;
    bottom: 0px;
    /*height: 150px;*/
    /*width: 45%;*/
    /*min-width: 700px;*/
	width: 700px;
    opacity: 0.7;
}

@media (max-width: 768px) {
  .sc-widget__img {
    margin-bottom: 15px;
  }
}

.sc-widget__text {
  width: calc(100% - 160px);
  padding: 0 15px;
  font: 14px "Open Sans", sans-serif;
  line-height: 1.3;
  color: #654d3b;
}

@media (max-width: 768px) {
  .sc-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

.sc-widget__text a {
  color: #654d3b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

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

.sc-widget__button {
  width: 120px;
  font: bold 14px "Open Sans", sans-serif;
  border-radius: 3px;
  height: 40px;
  border: none;
  background: #2ecc71;
  text-transform: uppercase;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sc-widget__button:hover {
  background: #45a772;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*# sourceMappingURL=smart-cookies.css.map */