
.app_promo .pc_pop_main {
  display: flex;
  padding: 30px 50px;
  justify-content: space-between;
  align-items: flex-end;
}

.app_promo .pc_pop_left {
  width: 40.4%;
  padding: 40px 0 0;
}
.order_btm_content {
    max-width: 240px;
}
.app_promo .pc_pop_right {
  display: flex;
}

.app_promo .vs_phone_img {
  width: 75%;
  position: absolute;
  bottom: -4px;
  left: 54%;
  transform: translateX(-50%);
}

.app_promo .vs_phone_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app_promo .order_wrapper {
    background-color: #fff;
    padding: 25px 32px 16px;
    border-radius: 25px 25px 0 0;
    width: 97%; 
    display: flex;
    flex-direction: column;
}

.app_promo .order_title {
  font-size: 22px;
  font-weight: 500;
  color: #15426d;
  text-align: center;
  width: 100%;
}

.app_promo .order_btm_title {
  font-family: "Gasoek One", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #ec2529;
  padding: 7px 0 10px;
}

.app_promo .pc_popLay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 999999;
  background: #000;
}

.app_promo .pc_pop_inner {
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: url("https://vetsupply.com.au/images/bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
  min-height: 420px;
}
.app_promo .popClose {
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 24px;
}

.app_promo .popClose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app_promo .barcode_img {
  width: 24%;
    margin-bottom: -45px;
}

.app_promo .barcode_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app_promo .order_btm_desc {
  font-size: 16px;
  line-height: normal;
  color: #224e77;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
 .app_promo .pc_pop_inner {
    width: 97%;
    min-height: 410px;
  }
 .order_btm_content {
    max-width: 100%;
}
  .app_promo .pc_pop_main {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px 0;
    gap: 28px;
  }
 
  .app_promo .pc_pop_left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
 
  .app_promo .order_title {
    font-size: 20px;
  }
 
  .app_promo .order_wrapper {
    padding: 20px 18px 14px;
    width: 42%;
    margin: 0 auto;
  }
 
  .app_promo .order_btm_title {
    font-size: 42px;
  }
 
  .app_promo .order_btm_desc {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
 
  .app_promo .barcode_img {
    width: 32%;
  }
 
  .app_promo .vs_phone_img {
        width: 70%;
        bottom: -4px;
        left: 40%;
        transform: translateX(0);
        margin-bottom: 0;
    }
 
  .app_promo .popClose {
    top: 12px;
    right: 20px;
    width: 20px;
  }
}
 
@media screen and (max-width: 479px) {
  .app_promo .pc_pop_main {
    padding: 26px 18px 0;
    gap: 16px;
  }
 
  .app_promo .order_title {
    font-size: 20px;
  }
 
  .app_promo .order_wrapper {
    padding: 16px 18px 14px;
    width: 66%;
  }
 
  .app_promo .order_btm_title {
    font-size: 40px;
  }
 
  .app_promo .order_btm_desc {
    font-size: 14px;
  }
 
  .app_promo .barcode_img {
    width: 42%;
  }
 
  .app_promo vs_phone_img {
    width: 72%;
    bottom: -4px;
    left: 34%;
  }
}
 
@media screen and (max-width: 379px) {
  .app_promo .popClose {
    top: 12px;
    right: 18px;
    width: 20px;
  }
 
  .app_promo .pc_pop_inner {
    width: 97%;
    min-height: 380px;
  }
 
  .app_promo .pc_pop_main {
    padding: 20px 18px 0;
    gap: 16px;
  }
 
  .app_promo .order_wrapper {
        width: 62%;
        font-size: 18px;
    }
}
 
@media screen and (max-width: 320px) {
  .app_promo .order_wrapper {
    width: 76%;
  }
 
  .app_promo .order_title {
    font-size: 18px;
  }
 
  .app_promo .order_btm_title {
    font-size: 38px;
  }
 
  .app_promo .pc_pop_main {
    gap: 14px;
  }
 
  .app_promo .pc_pop_main {
    padding: 20px 16px 0;
  }
 
  .app_promo .pc_pop_inner {
    min-height: 358px;
  }
}