.pop-up-window {
  position: absolute;
  max-width: 400px;
  width: 85%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

@keyframes pop-up-appear {
  0% {
    transform: translate(-50%, -2000px);
  }

  30% {
    transform: translate(-50%, 100px);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 520px) {
  .close-popup {
    right: 0 !important;
  }
}

.desc-only {
  display: none !important;
}

@media all and (min-width: 768px) {
  .mob-only {
    display: none !important;
  }

  .desc-only {
    display: block !important;
  }
}

.prod-img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 40px auto;
}

.coupon {
  width: 100%;
  margin: 40px auto 10px;
  position: relative;
}

.coupon span {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.coupon::before {
  content: '';
  display: block;
  height: 0;
  border-bottom: 2px dashed #919191;
  width: 100%;
  background: #F2F2F2;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coupon::after {
  content: " ";
  width: 50px;
  height: 37px;
  background: url(scissors.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
}

.claim-now {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #F72210;
  text-align: center;
}

.note {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin: 20px auto 10px;
  padding: 5px 0;
  background: yellow;
}

.stock-update img {
  width: 18px;
  margin-right: 5px;
}

.stock-update {
  border: 1px dotted #000;
  background: #EFFFF7;
  padding: 4px 9px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.stock-update p {
  margin: 0;
}

.stock-update span {
  color: #dc3545;
}

.order_block {
  padding: 20px;
  border: 1px dotted #000;
  background: #EFFFF7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.order-block-img {
  width: 30%;
  max-width: 240px;
  margin: 0 auto;
}

.order-block-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.order-block-text p {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.order-block-text .note {
  margin: 10px 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding: 5px 15px;
}

.button {
  box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
  border-radius: 20px;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: block;
  background: rgb(222, 116, 116);
  background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
  text-align: center;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 54px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
}

.checkmark {
  display: inline-block !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #F72210 !important;
  text-align: center !important;
  padding-left: 30px !important;
  position: relative !important;
}

.checkmark::before {
  content: " ";
  width: 30px;
  height: 29px;
  background: url(/files/ed/en/au/cheating_bruno/checkmark2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: -11px;
}

@media screen and (max-width: 1150px) {
  .menu {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .order_block {
    flex-direction: column;
  }

  .order-block-img {
    width: 100%;
    margin-bottom: 30px !important;
    max-width: 50% !important;
  }

  .order-block-text {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  header {
    margin-bottom: 0;
  }

  header .top {
    padding: 0 20px;
    min-height: auto;
    max-height: 75px;
  }

  header .top .logo {
    max-width: 320px;
  }

  .content {
    padding: 30px 15px;
  }

  .current-category {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .post-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }

  .categories ul li {
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    letter-spacing: 0.15em;
  }

  .content .image.horizontal,
  .content .image.vertical {
    max-width: 100%;
  }

  .content .image {
    margin: 35px auto;
    border-top: 4px solid #F72210;
  }

  .social img {
    width: 27px;
    height: 27px;
    margin-right: 15px;
  }

  .social {
    padding: 12px 0;
  }

  .social span {
    font-size: 15px;
    line-height: 18px;
    margin-right: 20px;
  }

  p {
    font-size: 18px;
    /* line-height: 32px; */
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  h1 {
    font-weight: 800;
    font-size: 28px;
    line-height: 45px;
    border-left: 4px solid #F72210;
    letter-spacing: -0.02em;
    padding-left: 15px;
  }

  .table-title b {
    font-size: 17px;
    line-height: 31px;
  }

  .table-title::before {
    display: none;
  }

  .table-title b,
  .graph,
  .label {
    max-width: 100%;
    margin: 25px 0;
  }

  .graph {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .graph tbody {
    margin-top: 0;
    margin-left: 2em;
  }

  .table-title {
    margin-top: 35px;
  }

  tbody::before,
  tbody::after {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .graph td span {
    font-size: 12px;
    line-height: 25px;
  }

  .coupon::before,
  .coupon::after {
    display: none;
  }

  .AverageWeightLoss tbody::before,
  .AverageWeightLossPercentage tbody::before,
  .SideEffects tbody::before {
    left: -15em;
  }

  .label li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .stock-update img {
    display: none;
  }

  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px) {

  .note,
  .order-block-text .note {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding: 5px;
  }

  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

#footer-bottom {
  padding: 20px 30px;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #footer-bottom {
    padding: 15px;
  }
}


#footer-bottom,
.ctContent .mFooter #footer-bottom,
.ctContent .mFooter #footer-bottom a {
  color: #fff !important;
  font-size: 16px !important;
}