.terms-wrapper {
  text-align: center;
}

/* popup */

.popup-inner a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.popup::-webkit-scrollbar {
  width: 0 !important;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1200px;
  width: 90%;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px #000000, 0px 0px 12px #000000;
  box-shadow: 0px 0px 12px #000000, 0px 0px 12px #000000;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #000;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  .popup-inner {
    padding: 40px 20px;
  }
}

.popup-inner h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 24px;
  font-weight: 400;
}

.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  /* -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%; 
  border: solid 4px #333333;*/
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -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: #aa6b7c;
  text-decoration: none;
  border-color: #aa6b7c;
}*/

.popup-close:hover:after,
.popup-close:hover:before {
  background: #969696;
}

@media (max-width: 950px) {
  .popup-inner {
    max-width: 900px;
    width: 90%;
  }
}

.popup .modal-content {
  background-color: transparent;
}

.popup .modal-content a {
  border: none;
  background: none;
  color: #aa6b7c;
  border-bottom: 1px solid;
}

.popup .modal-content a:hover {
  border: none;
  background: none;
  text-decoration: none;
}

/* Terms and Conditions */

.modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #000000;
}

.modal-content .modal-body {
  text-align: left;
}

.modal-content .modal-body p.text__style {
  background-color: #f5f5f5;
  padding: 10px;
  color: #000;
}

.modal-content .modal-body .listTypeNone {
  list-style-type: none;
  margin: 20px 0;
}

.modal-content .modal-body ul.list-style-sub {
  list-style-type: decimal;
}

.modal-content .modal-body .redeem-modal {
  margin: 1% 0;
}

.modal-content .modal-body .redeem-modal h5 {
  font-size: 18px;
}

.modal-content .modal-body .redeem-modal ul li {
  list-style: decimal;
}

.modal-content .modal-body .redeem-modal p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  background: #c9dae2;
  padding: 10px;
  color: #000;
}

.modal-content .modal-body p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0 10px;
}

.modal-content .modal-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.modal-content .modal-body ul li ol li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  color: #656565;
}

.modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.modal-content .modal-body ul li ol {
  padding: 0 0 0 23px;
}

.modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal;
}

.modal-content .modal-body ul li ol.list-symbol li {
  font-size: 16px;
}

.modal-content .modal-body ul li ol.list-symbol ol.list-symbol-sub {
  margin-top: 20px;
}

.modal-content .modal-body ul li ol.list-symbol ol.list-symbol-sub li {
  font-size: 16px;
  list-style-type: disc;
}

.modal-content .modal-body ul li ol.list-symbol li ul li {
}

.modal-content .modal-body .list-style-sub li {
  list-style: lower-alpha;
}

.modal-content .modal-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.modal-content .modal-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.lower-roman {
  list-style: lower-roman;
}

.lower-alpha {
  list-style: lower-alpha;
}

.product-item {
  margin-top: 20px;
  border-spacing: 0;
}

.product-item tr:nth-of-type(1) td:nth-of-type(1) {
  color: #000;
}
.product-item th {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #d5d5d5;
  border: 1px solid #686868;
  border-right: 0;
}

.product-item td {
  border-right: 0;
  border-left: 1px solid #686868;
  border-bottom: 1px solid #686868;
  padding: 5px;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.product-item .rowspan {
  border-bottom: 1px solid #686868;
  border-right: 1px solid #686868;
  font-weight: bold;
  text-align: center;
}
.modal-content .modal-body .redeem-modal {
  color: #414141;
}
.modal-content .modal-body .redeem-modal h5.tc__title {
  font-weight: bold;
  margin: 30px 0 0 0;
  font-size: 18px;
  display: inline-block;
  padding: 8px 14px;
  color: #ffffff;
  background-color: #000;
}

.modal-content .modal-body .tc__txt {
  margin-left: 30px;
}

.modal-content .modal-body .tc__textbox h6 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-style: italic;
}

.modal-content .modal-body .tc__textbox ul {
  margin-left: 30px;
}

.modal-content .modal-body .tc__textbox ul li {
  list-style-type: decimal;
}

.modal-content .modal-body .tc__textbox ul li span {
  display: block;
}
.tc__textbox {
  margin-top: 3%;
}
.tc__textbox span {
  padding-top: 3px;
}
a.close-btn {
  background-color: #000000;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
}

a.close-btn:hover {
  color: #c4c4c4;
}

.tc-text {
  background: none;
}

.tc-title {
  color: #585858;
}
.tc-sub {
  list-style-type: decimal !important;
}
.tc-sub span {
  display: block;
  padding-top: 10px;
}
.tc-kv {
  color: #fff;
  text-decoration: underline !important;
}

.tc-kv:hover {
  color: #aa6b7c;
}

/*# sourceMappingURL=main-TandC.css.map */
