/* Start Popup Shopee mid-month sale */

#popup-shoppee-mid-month-sale .c-orange {
    color: #ee5a2a;
  }
  #popup-shoppee-mid-month-sale .c-light-green {
    color: #1e9670;
  }
  #popup-shoppee-mid-month-sale
    > div.sc-container.container-md.promotion-content
    > p:nth-child(2) { 
    color: #666666;
  }
  #popup-shoppee-mid-month-sale .promotion-content .capsule-container {
    margin: 20px auto;
  }
  #popup-shoppee-mid-month-sale
    > div.sc-container.container-md.promotion-content
    > div:nth-child(4) {
    margin-top: 30px;
  }
  
  #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale
    .promotion-content
    .capsule
    .part:first-child
    .point
    img {
    display: inline-block;
    width: 30px;
  
    vertical-align: middle;
    margin-right: 5px;
  }
  
  #popup-shoppee-mid-month-sale
    .promotion-content
    .capsule
    .part:first-child
    .point
    strong {
    vertical-align: middle;
  }
  
  #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale
    > div.sc-container.container-md.promotion-content
    > div:nth-child(4)
    > div
    > div.part.c-light-green {
    background-color: #1e9670;
    background-image: none;
  }
  
  #popup-shoppee-mid-month-sale
    .promotion-content
    .capsule
    .part:last-child
    img:first-child {
    position: absolute;
    width: 450px;
    right: 0;
  }
  #popup-shoppee-mid-month-sale
    .promotion-content
    .capsule
    .part:last-child
    img:nth-child(2) {
    display: none;
  }
  @media screen and (max-width: 767px) {
    #popup-shoppee-mid-month-sale .promotion-content .capsule .part:last-child {
      align-items: flex-start;
    }
  
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:last-child
      img:first-child {
      display: none;
    }
  
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:last-child
      img:nth-child(2) {
      position: absolute;
      display: block;
      width: 70vw;
      left: 10%;
      top: 28%;
    }
  }
  
  #popup-shoppee-mid-month-sale .promotion-content .capsule .part:last-child img {
    display: inline-block;
    width: 85px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  
  #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale .promotion-content .font-default {
    color: #999999;
  }
  
  @media screen and (max-width: 767px) {
    #popup-shoppee-mid-month-sale .promotion-header {
      background-size: auto 100%;
      background-position: right;
    }
  
    #popup-shoppee-mid-month-sale .promotion-content {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #popup-shoppee-mid-month-sale .promotion-content .capsule {
      flex-direction: column;
      max-width: 100%;
      margin: 10px 0;
    }
  
    #popup-shoppee-mid-month-sale .promotion-content .capsule .part:first-child {
      width: 100%;
      padding: 20px 0 30px 0;
      flex-direction: row;
      border-radius: 10px 10px 0 0;
    }
  
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:last-child
      .detail
      .h5,
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong {
      font-size: 18px;
    }
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong.h5.c-orange {
      margin-left: 6px;
    }
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:first-child
      .point
      strong.h5.c-light-green {
      margin-left: 6px;
    }
  
    #popup-shoppee-mid-month-sale .promotion-content .capsule > span {
      top: 77px;
      left: 50%;
      padding: 5px 25px;
      width: 100px;
    }
  
    #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale
      > div.sc-container.container-md.promotion-content
      > div:nth-child(4)
      > div
      > div.part.c-light-green {
      background-color: #1e9670;
      background-image: none;
    }
  
    #popup-shoppee-mid-month-sale
      .promotion-content
      .capsule
      .part:last-child
      img {
      margin-right: 20px;
      width: 50px;
      /* margin-bottom: 15px; */
    }
  }
  
  /* copy code */
  
  #popup-shoppee-mid-month-sale .action-form {
    min-width: 283px;
    margin-top: 5px;
  }
  
  @media screen and (max-width: 767px) {
    #popup-shoppee-mid-month-sale .action-form {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      margin: auto;
      padding: 15px;
    }
  }
  #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale .btn-copy.qx-Sendcode {
    background-color: #ccc !important;
    border: 3px solid #ffffff;
    position: relative;
    padding: 7px 20px;
  }
  
  #popup-shoppee-mid-month-sale .btn-copy.qx-Sendcode button#copyCode {
    display: none;
  }
  
  #popup-shoppee-mid-month-sale .btn-copy.qx-Sendcode button#sendCode {
    display: block;
  }
  
  #popup-shoppee-mid-month-sale
    .btn-copy.qx-Sendcode.active-code
    button#copyCode {
    display: block;
    height: 40px;
  }
  #popup-shoppee-mid-month-sale
    .btn-copy.qx-Sendcode.active-code
    button#copyCode2 {
    display: block;
    height: 40px;
  }
  #popup-shoppee-mid-month-sale
    .btn-copy.qx-Sendcode.active-code
    button#copyCode3 {
    display: block;
    height: 40px;
  }
  #popup-shoppee-mid-month-sale
    .btn-copy.qx-Sendcode.active-code
    button#sendCode {
    display: none;
  }
  
  #popup-shoppee-mid-month-sale .btn-copy.qx-Sendcode.active-code {
    background-color: #0052d0 !important;
    display: flex;
    align-items: center;
    height: 40px;
  }
  #popup-shoppee-mid-month-sale
    > 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-shoppee-mid-month-sale .btn-copy.qx-Sendcode.active-code .code-active {
    text-align: start;
    color: #333333;
  }
  
  #popup-shoppee-mid-month-sale p.code-active {
    font-size: 16px;
  }
  
  #popup-shoppee-mid-month-sale .btn-copy.qx-Sendcode button {
    width: 50%;
    position: absolute;
    top: -3px;
    right: -1px;
  }
  
  #popup-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale .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-shoppee-mid-month-sale .image-group {
    margin: 0 auto;
    text-align: center;
    background-color: #394a4f;
    padding: 0 15px;
    position: relative;
  }
  #popup-shoppee-mid-month-sale .image-group:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    background-color: #fff;
  }
  #popup-shoppee-mid-month-sale .image-group img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    margin-top: -10px;
    margin-bottom: 19px;
  }
  
  /* End  Popup Shopee mid-month sale */
  
  /* Start Popup Shoppee Reward */
  #popup-shoppee-reward-2x ul li ul.list-circle li{
    list-style: circle;
  }
  #popup-shoppee-reward-2x > div.sc-container.container-md > div.accordion-group > div > div.accordion-content > div > ul > li:nth-child(2) > ul:nth-child(1){
    margin-top: 10px !important;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div {
    padding-bottom: 10px;
  }
  #popup-shoppee-reward-2x.theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container
    .row
    .item {
    padding: 0 0px 15px 0px;
    border-right: 1px solid #e2e2e2;
  }
  #popup-shoppee-reward-2x.theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container
    .row
    .item:nth-child(2) {
    border-right: none;
  }
  #popup-shoppee-reward-2x .bb-card-label .item {
    margin-bottom: 15px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(2)
    > div.bb-card-label.item
    > p {
    padding-top: 12px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1) {
    padding-bottom: 25px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.bb-card-label.item
    > p {
    padding-top: 12px;
  }
  #popup-shoppee-reward-2x.theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container
    .row
    .item
    .point {
    margin-top: 15px;
    display: block;
    height: auto;
  }
  
  #popup-shoppee-reward-2x.theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container
    .row
    .item
    .point
    img {
    margin-right: 5px;
    margin-left: 5px;
  }
  #popup-shoppee-reward-2x
    .theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container
    .row
    .item {
    padding: 10px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div {
    border-bottom: none;
  }
  
  #popup-shoppee-reward-2x .kcc.popup-revise-02 .mfp-content ul.desc {
    margin: 14px 21px 14px 55px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div {
    border-bottom: 0px solid #e2e2e2;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.bb.h5.desc
    > ul
    > li {
    /* font-family: Kanit, notosansthai, Arial, sans-serif; */
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.accordion-group
    > div
    > div.accordion-content
    > div
    > ul
    > li:nth-child(2)
    > ul:nth-child(1)
    > strong {
    /* font-family: Helvetica, Arial, sans-serif; */
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.accordion-group
    > div
    > div.accordion-content
    > div
    > ul
    > li:nth-child(2)
    > ul:nth-child(2)
    > strong {
    /* font-family: Helvetica, Arial, sans-serif; */
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.bb.h5.desc
    > ul {
    margin: 0 20px;
    text-align: start;
    background-color: #f5f5f5;
    padding: 14px 12px 14px 33px;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.point
    > strong:nth-child(3) {
    font-size: 20px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(2)
    > div.point
    > strong:nth-child(3) {
    font-size: 20px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.point
    > strong:nth-child(1) {
    font-size: 20px;
  }
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(2)
    > div.point
    > strong:nth-child(1) {
    font-size: 20px;
  }
  
  #popup-shoppee-reward-2x
    > div.sc-container.container-md
    > div.theme-shopee-re-design
    > div
    > div
    > div
    > div:nth-child(1)
    > div.bb.h5.desc
    > ul
    > li {
    font-size: 16px;
  }
  #popup-shoppee-reward-2x.theme-shopee
    .theme-shopee-re-design
    .bb-container
    .bb-card-container {
    max-width: 900px;
  }
  /* End Popup Shoppee Reward */
  
.kcc.popup-revise .mfp-container {
    padding: 0 15px;
}
.kcc.popup-revise .mfp-content {
    max-width: 1200px;
    padding: 50px 0;
    background: transparent;
}
.kcc.popup-revise .mfp-content > div {
    background: white;
}
.kcc.popup-revise .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A950;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 35px !important;
    right: -15px !important;
    z-index: 1;
    opacity: 1;
}
.kcc.popup-revise .mfp-content .mfp-close:after {
    content: '\e921';
    font-family: iconkcc;
    font-size: 0.8em;
}
.kcc.popup-revise .mfp-content .sc-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.kcc.popup-revise .mfp-content .image-list .caption h3 {
    margin-bottom: 10px;
}
.kcc.popup-revise .mfp-content ul {
    margin: 20px 0 10px 1em;
}
.kcc.popup-revise .mfp-content ul ul {
    margin-top: 10px;
    margin-left: 2em;
}
.kcc.popup-revise .mfp-content ul li {
    list-style: disc;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-weight: 500;
}
.kcc p.condition,
.kcc ul.condition li {
    font-size: 13px;
}
.kcc.popup-revise .mfp-content ul:not(.condition) li {
    font-size: 16px; 
}
.kcc.popup-revise .mfp-content ul:not(.condition) li:not(:last-child) {
    margin-bottom: 10px;
}
.kcc.popup-revise .mfp-content ul.condition li:not(:last-child) {
    margin-bottom: 7px;
}
.kcc.popup-revise .mfp-content ul li.title {
    list-style: none;
    margin-left: -1em;
}
.kcc.popup-revise .mfp-content ul li strong {
    font-weight: 600;
}
.kcc.popup-revise .mfp-content h4,
.kcc.popup-revise .mfp-content h5,
.kcc.popup-revise .mfp-content h6 {
    margin-bottom: 10px;
}
.kcc.popup-revise .mfp-content .image-lists {
    margin: 15px 0;
}
.kcc.popup-revise .mfp-content .image-lists .caption {
    padding: 0 30px;
}
.kcc.popup-revise .mfp-content .image-lists .image-list {
    margin: 0;
    padding: 25px 15px;
    display: flex;
    flex-direction: row;
}
.kcc.popup-revise .mfp-content .image-lists .image-list .image {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}
.kcc.popup-revise .mfp-content .popup-image .img-paywave {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    margin: 30px 0;
}
.kcc.popup-revise-02 .f-20 { font-size: 20px !important }
.kcc.popup-revise-02 .mfp-container {
    padding: 0 15px;
}
.kcc.popup-revise-02 .mfp-content {
    max-width: 1200px;
    padding: 50px 0;
    background: transparent;
}
.kcc.popup-revise-02 .mfp-content .promotion-header {
    position: relative;
    padding: 30px 0;
    background: url(/SiteCollectionDocuments/kcc/shopee/img/carousel/promotion-header.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: solid 5px #00A950;
}
.kcc.popup-revise-02 .mfp-content .promotion-header h3,
.kcc.popup-revise-02 .mfp-content .promotion-header p {
    margin-top: 0;
    margin-bottom: 5px;
}
.kcc.popup-revise-02 .mfp-content .promotion-header p small {
    font-size: 13px;
    color: #666;
}
.kcc.popup-revise-02 .mfp-content .promotion-content h3 {
    font-size: 13px;
    color: #333;
}
.kcc.popup-revise-02 .mfp-content .promotion-content h3.no-line {
    margin-top: 20px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content h3.hv-line {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-top: 40px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content h3.hv-line.font-default,
.kcc.popup-revise-02 .mfp-content .promotion-content h3.no-line.font-default {
    /* font-family: Kanit, notosansthai, Arial, sans-serif !important; */
    margin-bottom: -15px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content h3.hv-line.font-default strong,
.kcc.popup-revise-02 .mfp-content .promotion-content h3.no-line.font-default strong {
    /* font-family: Kanit, notosansthai, Arial, sans-serif !important; */
}
.kcc.popup-revise-02 .mfp-content .promotion-content ul li {
    color: #999;
    margin-bottom: 5px !important;
    font-size: 13px;
}
.kcc.popup-revise-02 .mfp-content ul:not(.condition) li {
    font-size: 13px;
}
.kcc.popup-revise-02 .mfp-content > div {
    background: white;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-shopee {
    max-width: 660px;
    margin: auto;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-shopee p {
    font-size: 16px;
    color: #333;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-shopee .c-orange {
    color: #ee4e2e;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-shopee p.note {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 13px;
    color: #999;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box {
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    background: rgb(248,128,52);
    background: linear-gradient(90deg, rgba(248,128,52,1) 35%, rgba(238,78,46,1) 100%);
    margin: 20px 0;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .image {
    width: 14%;
    display: table-cell;
    vertical-align: middle;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .image img {
    width: 86px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .caption {
    width: 86%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .caption h3 {
    font-size: 20px;
    /* font-family: Kanit, notosansthai, Arial, sans-serif; */
    font-weight: 500 !important;
    color: #fff;
} 
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .caption h3 span {
    display: block;
    font-size: 18px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .caption p {
    font-size: 13px;
    /* font-family: Kanit, notosansthai, Arial, sans-serif; */
    color: #fff;
    margin-top: 3px;
}
.kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .obj {
    position: absolute;
    top: 0;
    right: 0;
}
.kcc.popup-revise-02 .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A950;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 35px !important;
    right: -15px !important;
    z-index: 1;
    opacity: 1;
}
.kcc.popup-revise-02 .mfp-content .mfp-close:after {
    content: '\e921';
    font-family: iconkcc;
    font-size: 0.8em;
}
.kcc.popup-revise-02 .mfp-content .sc-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.kcc.popup-revise-02 .mfp-content .image-list .caption h3 {
    margin-bottom: 10px;
}
.kcc.popup-revise-02 .mfp-content ul {
    margin: 20px 0 10px 1em;
}
.kcc.popup-revise-02 .mfp-content ul ul {
    margin-top: 10px;
    margin-left: 2em;
}
.kcc.popup-revise-02 .mfp-content ul li {
    list-style: disc;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-weight: 500;
}
.kcc p.condition,
.kcc ul.condition li {
    font-size: 13px;
}
.kcc.popup-revise-02 .mfp-content ul:not(.condition) li:not(:last-child) {
    margin-bottom: 10px;
}
.kcc.popup-revise-02 .mfp-content ul.condition li:not(:last-child) {
    margin-bottom: 7px;
}
.kcc.popup-revise-02 .mfp-content ul li.title {
    list-style: none;
    margin-left: -1em;
}
.kcc.popup-revise-02 .mfp-content ul li strong {
    font-weight: 600;
}
.kcc.popup-revise-02 .mfp-content h4,
.kcc.popup-revise-02 .mfp-content h5,
.kcc.popup-revise-02 .mfp-content h6 {
    margin-bottom: 10px;
}
.kcc.popup-revise-02 .mfp-content .image-lists {
    margin: 15px 0;
}
.kcc.popup-revise-02 .mfp-content .image-lists .caption {
    padding: 0 30px;
}
.kcc.popup-revise-02 .mfp-content .image-lists .image-list {
    margin: 0;
    padding: 25px 15px;
    display: flex;
    flex-direction: row;
}
.kcc.popup-revise-02 .mfp-content .image-lists .image-list .image {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}
.kcc.popup-revise-02 .mfp-content .popup-image .img-paywave {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    margin: 30px 0;
}

/*popup component overflower start*/
.kcc.popup-revise .mfp-content .table {
    border: solid 1px rgba(230, 230, 230, 0.7);
    border-width: 1px 1px 0 1px;
    border-collapse: separate;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.kcc.popup-revise .mfp-content .table th {
    background: #24C46A;
    color: white;
    font-size: 16px;
}
.kcc.popup-revise .mfp-content .table td {
    background: #F8F8F8;
    color: #666666;
}
.kcc.popup-revise .mfp-content .table td.c-green {
    color: #24C46A;
}
.kcc.popup-revise .mfp-content .table tbody tr:first-child td:nth-child(2) {
    background: #F2F2F2;
    color: #00A94F;
}
.kcc.popup-revise .mfp-content .table th,
.kcc.popup-revise .mfp-content .table td {
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: solid 1px #E6E6E6;
    vertical-align: middle;
}
.kcc.popup-revise .mfp-content .table th:not(:last-child),
.kcc.popup-revise .mfp-content .table td:not(:last-child),
.kcc.popup-revise .mfp-content .table tbody tr:last-child td,
.kcc.popup-revise .mfp-content .table thead tr:last-child th {
    border-right: solid 1px #E6E6E6;
}
.kcc.popup-revise .mfp-content .table th,
.kcc.popup-revise .mfp-content .table td:not(:first-child) {
    text-align: center;
}
.kcc.popup-revise .mfp-content .table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.kcc.popup-revise .mfp-content .table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.kcc.popup-revise .mfp-content .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.kcc.popup-revise .mfp-content .table tbody tr:nth-last-child(2) td:last-child {
    border-bottom-right-radius: 10px;
}
.kcc.popup-revise-02 .mfp-content .table {
    border-width: 1px 1px 0 1px;
    border-collapse: separate;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 660px;
    margin: auto;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.kcc.popup-revise-02 .mfp-content .table th {
    background: rgb(239,102,59);
    background: linear-gradient(180deg, rgba(239,102,59,1) 0%, rgba(236,65,47,1) 100%);
    color: white;
    font-size: 18px;
    border-bottom: 0 !important;
    /* font-family: Kanit, notosansthai, Arial, sans-serif; */
    font-weight: 400 !important;
}
.kcc.popup-revise-02 .mfp-content .table td {
    color: #666666;
    text-align: center;
    font-size: 16px;
}
.kcc.popup-revise-02 .mfp-content .table td span small {
    font-size: 85%;
}
.kcc.popup-revise-02 .mfp-content .table td.c-orange strong {
    color: #ee4e2e;
}
.kcc.popup-revise-02 .mfp-content .table td.c-green {
    color: #008e46;
}
.kcc.popup-revise-02 .mfp-content .table th,
.kcc.popup-revise-02 .mfp-content .table td {
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: solid 1px #E6E6E6;
    vertical-align: middle;
}
.kcc.popup-revise-02 .mfp-content .table th,
.kcc.popup-revise-02 .mfp-content .table td:not(:first-child) {
    text-align: center;
}
.kcc.popup-revise-02 .mfp-content .table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
    border-right: solid 1px #E6E6E6;
}
.kcc.popup-revise-02 .mfp-content .table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.kcc.popup-revise-02 .mfp-content .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.kcc.popup-revise-02 .mfp-content .table tbody tr {
    border: 0 !important;
}
/*popup component overflower end*/

@media screen and (max-width: 1299px) {
    .kcc.popup-revise .mfp-content .mfp-close {
        right: -10px !important;
    }
    .kcc.popup-revise-02 .mfp-content .mfp-close {
        right: -10px !important;
    }
}

@media screen and (max-width: 991px) {
    .kcc.popup-revise .mfp-content .image-lists {
        margin: 30px 0;
    }
    .kcc.popup-revise .mfp-content .image-lists .image-list {
        flex-direction: column;
        align-items: center;
    }
    .kcc.popup-revise .mfp-content .image-lists .image-list:first-child {
        padding-top: 0;
    }
    .kcc.popup-revise .mfp-content .image-lists .image-list:last-child {
        padding-bottom: 0;
    }
    .kcc.popup-revise .mfp-content .image-lists .caption {
        text-align: center;
        padding: 15px 0 0 0;
    }
    .kcc.popup-revise-02 .mfp-content .image-lists {
        margin: 30px 0;
    }
    .kcc.popup-revise-02 .mfp-content .image-lists .image-list {
        flex-direction: column;
        align-items: center;
    }
    .kcc.popup-revise-02 .mfp-content .image-lists .image-list:first-child {
        padding-top: 0;
    }
    .kcc.popup-revise-02 .mfp-content .image-lists .image-list:last-child {
        padding-bottom: 0;
    }
    .kcc.popup-revise-02 .mfp-content .image-lists .caption {
        text-align: center;
        padding: 15px 0 0 0;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-group {
        border-bottom: 1px solid #e8e8e8;
        margin-top: 30px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title {
        padding-left: 0;
        border-top: 1px solid #e8e8e8;
        border-left: 0;
        font-weight: 600;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title:after, 
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title:hover, 
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title.active {
        color: #333;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-content .wrap { padding: 0; padding-bottom: 14px; }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion:not(:last-child) {
        margin-bottom: 0;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-content .wrap ul { margin-top: 0; }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title:after {
        content: "\e918";
        font-size: 12px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .accordion-title.active:after {
        content: "\e902";
    }
}

@media screen and (max-width: 767px) {
    .kcc.popup-revise-02 .mfp-content .table td span {
        display: block;
        font-size: 13px;
    }
    .kcc.popup-revise-02 .mfp-content .table td span small {
        font-size: 13px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-header h3 {
        font-size: 19px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .discount-box {
        display: inline-block;
        text-align: center;
        padding: 15px 10px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .image {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .kcc.popup-revise-02 .mfp-content .promotion-content .discount-box .caption {
        width: 100%;
        display: inline-block;
        padding-left: 0;
    }
}

#carousel-discount-150 .promotion-content .capsule {
    position: relative;
    display: flex;
    flex-direction: row;

    width: 100%;
    max-width: 660px;
    margin: 20px auto;

    border-radius: 10px;
    border: solid 1px #EAEAEA;

    overflow-x: hidden;
    overflow-y: hidden;

    -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);
}

#carousel-discount-150 .promotion-content .capsule .part:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    width: 40%;
    background: white;
}

#carousel-discount-150 .promotion-content .capsule .part:first-child .point img {
    display: inline-block;
    width: 30px;

    vertical-align: middle;
    margin-right: 5px;
}

#carousel-discount-150 .promotion-content .capsule .part:first-child .point strong {
    vertical-align: middle;
}

#carousel-discount-150 .promotion-content .capsule .part:last-child {
    padding: 15px 30px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 60%;

    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%;
}

#carousel-discount-150 .promotion-content .capsule .part:last-child img {
    display: inline-block;
    width: 85px;

    margin-right: 15px;
    margin-bottom: 0;
}

#carousel-discount-150 .promotion-content .capsule > span {
    display: inline-block;

    position: absolute;
    top: 50%;
    left: 40%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background: white;
    padding: 20px 5px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.2;
    color: #EE4D2D;
}

#carousel-discount-150 .promotion-content .font-default {
    color: #999999;
}

@media screen and (max-width: 767px) {
    #carousel-discount-150 .promotion-header {
        background-size: auto 100%;
        background-position: right;
    }

    #carousel-discount-150 .promotion-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #carousel-discount-150 .promotion-content .capsule {
        flex-direction: column;
        max-width: 100%;
    }

    #carousel-discount-150 .promotion-content .capsule .part:first-child {
        width: 100%;
        padding: 20px 0 30px 0;
    }

    #carousel-discount-150 .promotion-content .capsule .part:last-child .detail .h5,
    #carousel-discount-150 .promotion-content .capsule .part:first-child .point strong {
        font-size: 18px;
    }

    #carousel-discount-150 .promotion-content .capsule > span {
        top: 104px;
        left: 50%;
        padding: 5px 25px;
    }

    #carousel-discount-150 .promotion-content .capsule .part:last-child {
        width: 100%;
        flex-direction: column;
        padding-top: 25px;

        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%;
    }

    #carousel-discount-150 .promotion-content .capsule .part:last-child img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.kcc.popup-revise-02 .mfp-content .table.table-shipping {
    border-collapse: collapse;
}

.kcc.popup-revise-02 .mfp-content .table.table-shipping th {
    background: rgb(239,102,59);
    border-right: 0;
    border-left: 0;
}

.kcc.popup-revise-02 .mfp-content .table tr.b-green th {
    background: #1D9670;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}


.promotion-content .inactive {
  display: none;
}
.promotion-content .active {
  display: block;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

#popup-kpointx2 .promotion-content .capsule {
  position: relative;
  display: flex;
  flex-direction: row;

  width: 100%;
  max-width: 660px;
  margin: 20px auto;

  border-radius: 10px;
  border: solid 1px #EAEAEA;

  overflow-x: hidden;
  overflow-y: hidden;

  -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-kpointx2 .promotion-content .capsule .part:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 40%;
  background: white;
}

#popup-kpointx2 .promotion-content .capsule .part:last-child .point img {
  display: inline-block;
  width: 30px;

  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

#popup-kpointx2 .promotion-content .capsule .part:last-child .point strong {
  vertical-align: middle;
}

#popup-kpointx2 .promotion-content .capsule .part:first-child {
  padding: 15px 30px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 60%;

  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%;
}

#popup-kpointx2 .promotion-content .capsule .part:first-child img {
  display: inline-block;
  width: 85px;

  margin-right: 15px;
  margin-bottom: 0;
}

#popup-kpointx2 .promotion-content .capsule>span {
  display: inline-block;

  position: absolute;
  top: 50%;
  left: 60%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background: white;
  padding: 20px 5px;
  border-radius: 20px;
  text-align: center;
  line-height: 1.2;
  color: #EE4D2D;
}

#popup-kpointx2 .promotion-content .font-default {
  color: #999999;
}

@media screen and (max-width: 767px) {
  #popup-kpointx2 .promotion-header {
      background-size: auto 100%;
      background-position: right;
  }

  #popup-kpointx2 .promotion-content {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  #popup-kpointx2 .promotion-content .capsule {
      flex-direction: column;
      max-width: 100%;
  }

  #popup-kpointx2 .promotion-content .capsule .part:last-child {
      width: 100%;
      padding: 30px 0 20px 0;
  }

  #popup-kpointx2 .promotion-content .capsule .part:first-child .detail .h5,
  #popup-kpointx2 .promotion-content .capsule .part:last-child .point strong {
      font-size: 18px;
  }

  #popup-kpointx2 .promotion-content .capsule>span {
      top: 68%;
      left: 50%;
      padding: 5px 25px;
  }

  #popup-kpointx2 .promotion-content .capsule .part:first-child {
      width: 100%;
      flex-direction: column;
      padding-bottom: 30px;

      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%;
  }

  #popup-kpointx2 .promotion-content .capsule .part:first-child img {
      margin-right: 0;
      margin-bottom: 15px;
  }
}

ol.list-style-num {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.list-style-num>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.list-style-num>li:before {
  content: "(" counters(item, ".") ") ";
  display: table-cell;
  padding-right: 0.6em;
}

.d-inline-visble-w767 {
  display: none;
}

.d-inline-hidden-w767 {
  display: inline;
}

@media screen and (max-width:767px) {
  .d-inline-visble-w767 {
      display: inline;
  }

  .d-inline-hidden-w767 {
      display: none;
  }
}

.nw {
  white-space: nowrap;
}

.more-gif {
  position: absolute;
  top: 30%;
  right: -13px;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  cursor: pointer;
}

.more-gif span {
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #00A950;
  border-right: 3px solid #00A950;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.more-gif span:nth-child(2) {
  animation-delay: -0.4s;
}

.more-gif span:nth-child(3) {
  animation-delay: -0.6s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(0, 0);
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      transform: rotate(45deg) translate(15px, 15px);
  }
}

.theme-shopee a.link {
  position: relative;
}