.unq-wide-container.cmd-visual_container._isSMv .cmd-visual_txtarea {
  order: 1
}

.unq-wide-container.cmd-visual_container._isSMv .cmd-visual_img {
  order: 2
}

.custom-ib {
  display: inline-block;
}

.custom_ol-block {
  margin-top: 5rem;
}

.custom_ol-block li {
  position: relative;
  z-index: 1;
  counter-increment: cnt;
}

.custom_ol-block li::before {
  content: counter(cnt);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  font-size: 8rem;
  font-family: Cronos Pro LtDisp, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-style: italic;
  color: #c6ac62;
  line-height: 20px;
  text-align: center;
  z-index: -1;
  opacity: 0.3;
}

.custom_ingredients-box {
  max-width: 700px !important;
}

.custom-container {
  margin-top: 80px !important;
}

.custom-container {
  margin-top: 100px !important;
}

@media print,
screen and (min-width: 767px) {
  .custom-bg_container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .notes-wrap {
    position: relative;
  }

  .notes-wrap .notes-txt {
    position: absolute;
    right: 15px;
    bottom: 3rem;
  }
}

@media print,
screen and (min-width: 993px) {
  .cmd-visual_card {
    max-width: 550px;
  }

  .custom_ingredients-box .thumb img {
    max-width: 100px;

  }

  .custom_ol-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom_ol-block li {
    /* display: inline-block; */
    padding-left: 15px;
    padding-right: 15px;
    width: 250px;
  }

  .custom_ol-block li::before {
    font-size: 10rem;
  }
}

@media print,
screen and (max-width: 992px) {
  .custom-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .custom-container .cmd-visual_txtarea {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom_ol-block li:not(:first-child) {
    margin-top: 5rem;
  }

  .custom_ol-block li:last-child {
    margin-bottom: 3rem;
  }
}

  .cmd-button_box._btn_size{
      width: 275px;
  }