.popup {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 5
}

.popup::-webkit-scrollbar {
  width: 0 !important;
}



.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 40px 25px;
  -webkit-box-shadow: 9px 9px 0 0 #000000;
  box-shadow: 9px 9px 0 0 #000000;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #333;
  border: 3px solid #000000;
  z-index: 3;
}

.popup-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-top: 5px solid #ffea00;
  border-left: 5px solid #ffea00;
  border-right: 5px solid #ffea00;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  top: 0;
  left: 0;
}

.popup-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-top: 5px solid #ffea00;
  width: 100%;
  bottom: 0;
  left: 0;
}

.popup-inner h2 {
  font-weight: 700;
}

.popup-inner p {
  font-weight: 500;
  margin-bottom: 20px;
}

.popup-inner p+a {
  margin-top: 0px;
}

.popup-inner ul+a {
  margin-top: 0px;
}

.popup-inner a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup-inner .tc-intro a {
  color: #999;
}

.popup-inner .tc-intro a:hover {
  text-decoration: underline;
}

.popup-inner .btnPopupClose {
  width: 100%;
  position: relative;
  z-index: 5;
}

.popup-inner .btnPopupClose a {
  display: inline-block;
  width: auto;
  text-align: center;
  width: auto;
  padding: 5px 20px;
  background: #f6f6f6;
  border: 4px solid #000000;
  -webkit-box-shadow: 4px 4px 0 0 #000;
  box-shadow: 4px 4px 0 0 #000;
  color: #000000;
  position: relative;
  font-size: var(--text-sm);
  font-weight: 900;
}

.popup-inner .btnPopupClose a:hover,
.popup-inner .btnPopupClose a.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}

.popup-inner .btnPopupClose a:hover::before,
.popup-inner .btnPopupClose a.active::before {
  -webkit-filter: brightness(1.1) grayscale(0%);
  filter: brightness(1.1) grayscale(0%);
}

.popup-close {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 36px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #000;
  z-index: 5;
}

.popup-close::after,
.popup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  height: 4px;
  width: 20px;
  border-radius: 30px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #fee92e;
  text-decoration: none;
  border-color: #fee92e;
}

.popup-close:hover::after,
.popup-close:hover::before {
  background: #000000;
}

.popup-content {
  padding-bottom: 30px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  position: relative;
  z-index: 50;
}

.popup-header h5 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #000000;
}

.popup-body {
  text-align: left;
}

.popup-body ul:nth-of-type(1) {
  list-style-type: none;
}

.popup-body .note ul {
  margin-left: 0;
}

.popup-body .note ul li {
  color: #ff00a2;
  margin: 10px 0;
  padding: 0;
}

.popup-body .highlight {
  background: var(--popup-main-color);
  margin: 20px 0;
  color: #fff;
}

.popup-body .highlight p {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}

.popup-body h5 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.popup-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.popup-body ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.popup-body ul,
.popup-body ol {
  margin-left: 16px;
}

.popup-body ol {
  padding: 0 0 0 5px;
}

.popup-body ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal !important;
}

.popup-body ol.list-symbol li {
  list-style-type: disc !important;
}

.popup-body ol ul li {
  list-style-type: none !important;
}

.popup-body .list-style-disc {
  list-style-type: disc !important;
}

.popup-body .lower-roman {
  list-style: lower-roman !important;
}

.popup-body .lower-roman li {
  list-style: lower-roman !important;
}

.popup-body .lower-roman .lower-alpha {
  list-style: lower-alpha !important;
}

.popup-body .lower-roman .lower-alpha li {
  list-style: lower-alpha !important;
}

.popup-body .lower-alpha {
  list-style: lower-alpha !important;
}

.popup-body .lower-alpha li {
  list-style: lower-alpha !important;
}

.popup-body .lower-alpha .lower-roman {
  list-style: lower-roman !important;
}

.popup-body .lower-alpha .lower-roman li {
  list-style: lower-roman !important;
}

.popup-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.popup-body .draw-prize li:nth-of-type(1) {
  list-style-type: none;
  color: rgba(95, 211, 255, 0.9803921569);
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.popup-body .list-style-sub {
  list-style: square;
}

.popup-body .list-style-sub li {
  font-weight: normal;
  padding-left: 0;
}

.popup-body .list-style-sub:nth-of-type(1) {
  list-style-type: disc;
}

.popup-body .list-style-sub:first-child {
  padding-top: 15px;
}

.popup-body .list-style-sub:last-child {
  list-style-type: none;
}

.popup-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.popup-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}


.pdWrap {
  margin: 20px auto;
}

.pdWrap b {
  background-color: #fee92d;
  padding: 0 20px;
  color: #000
}

.product-item {
  padding: 0;
  border: 1px solid #000000;
  margin-bottom: 20px;
  background: #fff;
}

.product-item .subTitle {
  background-color: #000;
}

.product-item td {
  border: 1px solid #000000;
  ;
}

.product-item td:hover {
  background-color: rgba(71, 71, 71, 0.2);
}

/* @media (min-width: 768px) {
  .popup-inner {
    padding: 40px;
  }

  .popup-header h5 {
    font-size: 30px;
  }

  .popup-body h5 {
    font-size: 24px;
  }

  .popup-body ul li {
    font-size: 16px;
  }

  .popup-body p {
    font-size: 16px;
  }

  .popup-body p.highlight {
    font-size: 18px;
  }
} */