.ctn-suger {
  position: relative;
  width: 334px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: none;
  border-radius: 0 0 25px 25px;
}

.ctn-suger::after {
  content: "";
  height: 1px;
  background: gray;
  opacity: 0.4;
  width: 89%;
  top: -1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.ctn-suger div {
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.ctn-suger div .img-suger {
  width: 25px;
  height: 25px;
  margin-left: 1rem;
}

.ctn-suger span {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .ctn-suger {
    width: 551px;
    top: 0;
    border-top: none;
    border-radius: 0 0 25px 25px;
  }
  .ctn-suger div {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .ctn-suger div .img-suger {
    width: 20px;
    height: 20px;
  }
  .ctn-suger span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
  }
}

.close-suger {
  position: absolute;
  top: 20px;
  right: 20px;
}
/*# sourceMappingURL=suger.css.map */