  #popup-shopee-44 .c-orange {
    color: #ee5a2a;
  }
  #popup-shopee-44 .c-light-green {
    color: #1e9670;
  }
  #popup-shopee-44
    > div.sc-container.container-md.promotion-content
    > p:nth-child(2) { 
    color: #666666;
  }
  #popup-shopee-44 .promotion-content .capsule-container {
    margin: 20px auto;
  }
  #popup-shopee-44
    > div.sc-container.container-md.promotion-content
    > div:nth-child(4) {
    margin-top: 30px;
  }
  
  #popup-shopee-44 .promotion-content .capsule {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 10px auto 20px auto;
    width: 100%;
    max-width: 660px;
    border-radius: 10px;
    border: solid 1px #eaeaea;
    overflow: visible;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  }
  
  #popup-shopee-44 .promotion-content .capsule .part:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    background: white;
    border-radius: 10px 0 0 10px;
  }
  
  #popup-shopee-44
    .promotion-content
    .capsule
    .part:first-child
    .point
    img {
    display: inline-block;
    width: 30px;
  
    vertical-align: middle;
    margin-right: 5px;
  }
  
  #popup-shopee-44
    .promotion-content
    .capsule
    .part:first-child
    .point
    strong {
    vertical-align: middle;
  }
  
  #popup-shopee-44 .promotion-content .capsule .part:last-child {
    padding: 15px;
  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    width: 70%;
  
    background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-desktop.png),
      #f88034;
    background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-desktop.png),
      -moz-linear-gradient(-45deg, #f88034 0%, #ee4e2e 100%);
    background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-desktop.png),
      -webkit-linear-gradient(-45deg, #f88034 0%, #ee4e2e 100%);
    background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-desktop.png),
      linear-gradient(135deg, #f88034 0%, #ee4e2e 100%);
  
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 10px 10px 0;
  }
  
  #popup-shopee-44
    > div.sc-container.container-md.promotion-content
    > div:nth-child(4)
    > div
    > div.part.c-light-green {
    background-color: #1e9670;
    background-image: none;
  }
  
  #popup-shopee-44
    .promotion-content
    .capsule
    .part:last-child
    img:first-child {
    position: absolute;
    width: 450px;
    right: 0;
  }
  #popup-shopee-44
    .promotion-content
    .capsule
    .part:last-child
    img:nth-child(2) {
    display: none;
  }
  @media screen and (max-width: 767px) {
    #popup-shopee-44 .promotion-content .capsule .part:last-child {
      align-items: flex-start;
    }
  
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:last-child
      img:first-child {
      display: none;
    }
  
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:last-child
      img:nth-child(2) {
      position: absolute;
      display: block;
      width: 70vw;
      left: 10%;
      top: 28%;
    }
  }
  
  #popup-shopee-44 .promotion-content .capsule .part:last-child img {
    display: inline-block;
    width: 85px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  
  #popup-shopee-44 .promotion-content .capsule > span {
    display: inline-block;
  
    position: absolute;
    top: 50%;
    left: 30%;
  
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  
    background: white;
    padding: 25px 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.2;
    color: #ee4d2d;
  }
  
  #popup-shopee-44 .promotion-content .font-default {
    color: #999999;
  }
  
  @media screen and (max-width: 767px) {
    #popup-shopee-44 .promotion-header {
      background-size: auto 100%;
      background-position: right;
    }
  
    #popup-shopee-44 .promotion-content {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #popup-shopee-44 .promotion-content .capsule {
      flex-direction: column;
      max-width: 100%;
      margin: 10px 0;
    }
  
    #popup-shopee-44 .promotion-content .capsule .part:first-child {
      width: 100%;
      padding: 20px 0 30px 0;
      flex-direction: row;
      border-radius: 10px 10px 0 0;
    }
  
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:last-child
      .detail
      .h5,
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong {
      font-size: 18px;
    }
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong.h5.c-orange {
      margin-left: 6px;
    }
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong.h5.c-light-green {
      margin-left: 6px;
    }
  
    #popup-shopee-44 .promotion-content .capsule > span {
      top: 77px;
      left: 50%;
      padding: 5px 25px;
      width: 100px;
    }
  
    #popup-shopee-44 .promotion-content .capsule .part:last-child {
      width: 100%;
      flex-direction: row;
      padding-top: 40px;
      justify-content: flex-start;
      background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-mobile.png),
        #f88034;
      background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-mobile.png),
        -moz-linear-gradient(-45deg, #f88034 0%, #ee4e2e 100%);
      background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-mobile.png),
        -webkit-linear-gradient(-45deg, #f88034 0%, #ee4e2e 100%);
      background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/discount-150-bg-mobile.png),
        linear-gradient(135deg, #f88034 0%, #ee4e2e 100%);
  
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 170px;
      border-radius: 0 0 10px 10px;
    }
    #popup-shopee-44
      > div.sc-container.container-md.promotion-content
      > div:nth-child(4)
      > div
      > div.part.c-light-green {
      background-color: #1e9670;
      background-image: none;
    }
  
    #popup-shopee-44
      .promotion-content
      .capsule
      .part:last-child
      img {
      margin-right: 20px;
      width: 50px;
      /* margin-bottom: 15px; */
    }
  }
  
  /* copy code */
  
  #popup-shopee-44 .action-form {
    min-width: 283px;
    margin-top: 5px;
  }
  
  @media screen and (max-width: 767px) {
    #popup-shopee-44 .action-form {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      margin: auto;
      padding: 15px;
    }
  }
  #popup-shopee-44 .btn-copy {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    height: 50px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 25px !important;
    background-color: #ffffff !important;
    color: #ee5a2a;
    border: none;
    position: relative;
    cursor: pointer;
    font-weight: 600;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode {
    background-color: #ccc !important;
    border: 3px solid #ffffff;
    position: relative;
    padding: 7px 20px;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode button#copyCode {
    display: none;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode button#sendCode {
    display: block;
  }
  
  #popup-shopee-44
    .btn-copy.qx-Sendcode.active-code
    button#copyCode {
    display: block;
    height: 40px;
  }
  #popup-shopee-44
    .btn-copy.qx-Sendcode.active-code
    button#copyCode2 {
    display: block;
    height: 40px;
  }
  #popup-shopee-44
    .btn-copy.qx-Sendcode.active-code
    button#copyCode3 {
    display: block;
    height: 40px;
  }
  #popup-shopee-44
    .btn-copy.qx-Sendcode.active-code
    button#sendCode {
    display: none;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode.active-code {
    background-color: #0052d0 !important;
    display: flex;
    align-items: center;
    height: 40px;
  }
  #popup-shopee-44
    > div.sc-container.container-md.promotion-content
    > div:nth-child(4)
    > div
    > div.part.c-light-green
    > div
    > div
    > div {
    background-color: #ee5a2a !important;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode.active-code .code-active {
    text-align: start;
    color: #333333;
  }
  
  #popup-shopee-44 p.code-active {
    font-size: 16px;
  }
  
  #popup-shopee-44 .btn-copy.qx-Sendcode button {
    width: 50%;
    position: absolute;
    top: -3px;
    right: -1px;
  }
  
  #popup-shopee-44 .tooltip {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 30%;
    margin-left: -60px;
  }
  
  #popup-shopee-44 .tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  #popup-shopee-44 .tooltip2 {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 30%;
    margin-left: -60px;
  }
  
  #popup-shopee-44 .tooltip2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  #popup-shopee-44 .tooltip3 {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 30%;
    margin-left: -60px;
  }
  
  #popup-shopee-44 .tooltip3::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  #popup-shopee-44 .image-group {
    margin: 0 auto;
    text-align: center;
    background-color: #394a4f;
    padding: 0 15px;
    position: relative;
  }
  #popup-shopee-44 .image-group:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    background-color: #fff;
  }
  #popup-shopee-44 .image-group img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    margin-top: -10px;
    margin-bottom: 19px;
  }