/* T&C popup */

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

.popup-inner a.close-btn {
  background-color: #47557b;
  color: #fff;
}

.popup-inner p a {
  color: #fff;
}

.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: 1280px;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #fff;
  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;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  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: #f00;
  text-decoration: none;
  border-color: #f00;
}

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

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


/* Terms and Conditions */

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

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

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

.modal-content .modal-body ul:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body p:nth-of-type(1) {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  background: #47557b;
  padding: 10px;
}

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

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

.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 5px;
}

.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 {
  list-style-type: disc;
}

.modal-content .modal-body ul li ol.list-symbol li ul li {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li {
  color: #5fd3fffa;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub {
  list-style: square;
}

.modal-content .modal-body .draw-prize .list-style-sub li {
  font-weight: normal;
  color: #80b8e0;
  font-size: 16px;
  padding-left: 0;
}

.modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
  list-style-type: disc;
}

.modal-content .modal-body .draw-prize .list-style-sub li:first-child {
  padding-top: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub li:last-child {
  list-style-type: none;
}

.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 {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.product-item tr:nth-of-type(1) td:nth-of-type(1) {
  color: #fff;
}

.product-item th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: fff;
background-color: #d2842b;
}

.product-item td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #a1a1a1;
  text-align: center;
  vertical-align: middle;
}

.product-item tr td:nth-of-type(1) {
  text-align: left;
}

.alignL {
  text-align: left !important;
}

.btn-block {
  width: auto !important;
}

a.btn-s {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
}

a.btn-t {
  font-size: 20px;
  text-decoration: underline;
  color: #000000;
  padding-left: 5px;
  text-align: center;
  display: block;
}

a.btn-s:hover,
a.btn-t:hover {
  text-decoration: underline !important;
}

.disc {
  list-style: disc;
}


/* lightbox-eGift Card */

.eGift-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}

.eGift-block {
  width: calc(100% / 2 - 20px);
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .eGift-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  .eGift-block {
      width: 80%;
      margin: 0 auto;
  }
}

.eGift-btn {
  padding: 14px 20px;
  display: table;
  transition: 0.6s all;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.eGift-btn a:hover {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.eGift-btn p:first-child {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}

.eGift-btn p:last-child {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  padding: 10px;
  font-size: 20px;
}

.popup-block {
  position: relative;
  background-color: #fff;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  transition: 1s all;
  text-align: center;
}

.popup-block p {
  margin-top: 20px;
}

.popup-block a {
  color: #000;
}

.popup-block a:hover {
  color: #ccc;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.hover button {
  border: none;
  overflow: hidden;
  color: #000;
  outline: 0;
  font-size: 16px;
  position: relative;
  border: 3px solid #000;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
}

.hover button:before {
  content: attr(hover);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  transition: 300ms top
}

.hover button:hover:before {
  top: 10px;
}

.top {
  transition: 300ms top;
  position: relative;
  top: 0;
}

.hover button:hover .top {
  position: relative;
  top: -50px;
  transition: 300ms top
}

@media (max-width:998px) {
  .hover button {
      width: 100%;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 5px;
  }
}