/*
	2020 (C) NIKOLOVDZN.COM
	(compiled & unminified)
*/

@charset "UTF-8";
:root {
  --spacing: 20px;
  --sidebarWidth: 230px;
}
@media (max-width: 850px) {
  :root {
    --spacing: 10px;
  }
}
@media (max-width: 650px) {
  :root {
    --spacing: 5px;
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0 !important;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.panel.panel-default .panel-heading-complete {
    line-height: 43px;
    letter-spacing: -0.32px;
    padding: 22px 40px 0;
    font-size: 32px;
    border: none;
    background: 0 0;
    color: #7e31e3;
    font-weight: 700;
    text-align: center;
}
.dropdown-backdrop {
  display: none !important;
}
.container {
  width: 1200px;
  padding: 0;
  max-width: calc(100% - calc(2 * var(--spacing)));
}
.body .full-width {
  padding: 0;
}
.ndzn-body {
  margin-bottom: auto;
}
.body {
  margin: 0;
}
.body .content:not(.panel-body) {
  padding: 0;
  float: none;
  width: auto;
}
.panel {
  margin-bottom: var(--spacing);
}
.panel:last-child {
  margin-bottom: 0;
}
.panel .panel-heading {
  word-wrap: break-word;
}
#ndzn-page,
.ndzn-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#ndzn-page .page-sidebar,
.ndzn-page .page-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--sidebarWidth);
  flex: 0 0 var(--sidebarWidth);
  margin-right: var(--spacing);
}
#ndzn-page .page-main,
.ndzn-page .page-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 850px) {
  #ndzn-page,
  .ndzn-page {
    display: block;
  }
  #ndzn-page .page-sidebar,
  .ndzn-page .page-sidebar {
    margin: 0 0 var(--spacing);
  }
}
.checkout .redeemed {
  font-size: 12px;
}
.checkout .redeemed td {
  padding-top: 10px;
  padding-bottom: 8px;
}
.privacyStatement label,
.privacyStatement p {
  cursor: pointer;
}
.ndzn-hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ndzn-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.modal-dialog {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.5s;
  transition: transform 0.4s, opacity 0.5s;
  transition: transform 0.4s, opacity 0.5s, -webkit-transform 0.4s;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.modal.in .modal-dialog {
  opacity: 1;
}
.modal-footer .row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-footer .pull-left {
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.btn-gift {
  background: #b768ff;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
.btn-gift:focus,
.btn-gift:hover {
  background: #a058e2;
}
.btn-warning {
  background: #de8753;
  border-color: rgba(0, 0, 0, 0.125);
}
.btn-warning:focus,
.btn-warning:hover {
  background: #d07c49;
}
.btn-blank {
  background: 0 0;
  border: none;
  outline: 0;
}
.btn.btn-discord,
.variables .input-group-btn:first-child .btn-info {
  color: #fff;
  background: #7289da !important;
  border: 2px solid rgba(0, 0, 0, 0.125);
  font-weight: 800;
  font-size: 17px;
}
.btn.btn-discord:focus,
.btn.btn-discord:hover,
.variables .input-group-btn:first-child .btn-info:focus,
.variables .input-group-btn:first-child .btn-info:hover {
  background: #5e78d5 !important;
}
.variables .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.variables .buttons .back,
.variables .buttons .continue {
  width: auto;
  float: none;
  display: block;
  padding: 0;
}
.variables .buttons .btn {
  padding: 0;
  height: 45px;
  line-height: 45px;
  width: 200px;
  margin: 0 5px 10px;
}
@media (max-width: 500px) {
  .variables .buttons {
    margin: 0 0 2px;
  }
  .variables .buttons .back,
  .variables .buttons .continue {
    -webkit-box-flex: calc(50% - 10px);
    -ms-flex: calc(50% - 10px);
    flex: calc(50% - 10px);
  }
  .variables .buttons .back {
    margin-right: 10px;
  }
  .variables .buttons .btn {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.checkout .packages .fa.fa-gift {
  display: block;
  -webkit-animation: ndznGiftPulse 0.65s infinite linear;
  animation: ndznGiftPulse 0.65s infinite linear;
}
@-webkit-keyframes ndznGiftPulse {
  0%,
  100%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  75% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }
}
@keyframes ndznGiftPulse {
  0%,
  100%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  75% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
  }
}
.orderstatus td label {
  margin-top: 5px;
}
.modal-content button.close {
  font-size: 30px;
  text-shadow: none;
  position: relative;
  z-index: 1;
  outline: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.zoid-outlet {
  min-width: none !important;
  width: 100% !important;
}
.notification .alert {
  margin-bottom: var(--spacing);
}
@media (max-width: 767.5px) {
  .modal-footer .row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-footer .row:first-child .pull-left {
    margin-bottom: 15px;
  }
  .modal-footer .row:first-child .btn:first-child {
    margin-bottom: 5px;
  }
}
.no-overflow {
  overflow: hidden;
}
.ndzn-js--dd {
  position: relative;
}
.ndzn-js--ddMenu {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  position: absolute;
  z-index: 100;
  top: calc(100% + 2px);
}
.dropdown-menu.ndzn-js--ddMenu {
  display: block;
}
.ndzn-js--dd:not(.is--open) .ndzn-js--ddMenu:not(.no-anim) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.ndzn-js--dd.is--open .ndzn-js--ddMenu:not(.no-anim) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.ndzn-component-cart {
  position: relative;
}
.ndzn-component-cart .cart-dropdown {
  text-align: left;
  right: -5px;
  border: 1px solid #d2cbc8;
  background: #fff7f3;
  border-radius: 3px;
  padding: 12px;
  width: 300px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.ndzn-component-cart .cart-dropdown:after,
.ndzn-component-cart .cart-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 22px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff7f3;
}
.ndzn-component-cart .cart-dropdown:before {
  margin-bottom: 1px;
  border-bottom-color: #d2cbc8;
}
.ndzn-component-cart .cart-dropdown .cart-controls {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ndzn-component-cart .cart-dropdown .cart-controls .currency .val {
  margin: 0 3px 0 5px;
}
.ndzn-component-cart .cart-dropdown .cart-controls .logout {
  text-transform: initial;
  font-size: 13px;
  margin-left: auto;
}
.ndzn-component-cart .cart-dropdown .item {
  color: #333;
  padding: 8px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ndzn-component-cart .cart-dropdown .item .item-info {
  margin-right: auto;
}
.ndzn-component-cart .cart-dropdown .item .item-info .item-name {
  font-weight: 700;
  color: #666;
}
.ndzn-component-cart .cart-dropdown .item .item-info .item-price {
  color: #777;
  display: block;
  margin-top: -1px;
  font-size: 12px;
}
.ndzn-component-cart .cart-dropdown .item .item-remove {
  position: relative;
  top: 1px;
  color: #d9534f;
}
.ndzn-component-cart .cart-dropdown .cart-checkout .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 8px;
}
.ndzn-component-cart .cart-dropdown .cart-checkout .btn .badge {
  border-radius: 5px;
  position: relative;
  padding: 4px 7px 5px;
  margin-right: -1px;
  font-size: 11px;
  font-weight: 900;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  top: 0;
}
.ndzn-component-cart .cart-dropdown .cart-empty {
  color: #555;
  padding: 20px 0 3px;
  text-align: center;
}
.ndzn-component-cart .cart-dropdown .cart-empty b {
  display: block;
  margin-bottom: 10px;
}
.ndzn-component-cart .cart-dropdown .cart-empty small {
  display: block;
  line-height: 15px;
}
@media (min-width: 850.5px) {
  #ndzn-sidebar-nav .nav-header {
    display: none !important;
  }
}
@media (max-width: 850px) {
  #ndzn-sidebar-nav .nav-header {
    display: block;
  }
}
#ndzn-sidebar-nav .nav-items {
  display: block;
}
@media (max-width: 850px) {
  #ndzn-sidebar-nav .nav-items {
    display: none;
  }
}
#ndzn-sidebar-nav .nav-header {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ndzn-sidebar-nav .nav-header .nav-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: auto;
}
#ndzn-sidebar-nav .nav-header .nav-toggle {
  width: 40px;
  height: 40px;
  line-height: 37px;
  outline: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
}
#ndzn-sidebar-nav.is--open .nav-header .nav-toggle .mdi-menu:before {
  content: "?";
}
#ndzn-sidebar-nav.is--open .nav-items {
  display: block;
}
#ndzn-sidebar-nav .nav-items {
  padding: 10px 0;
}
#ndzn-sidebar-nav .nav-items,
#ndzn-sidebar-nav .nav-items > li {
  list-style: none;
}
#ndzn-sidebar-nav .nav-items > li > a {
  display: block;
  padding: 7px 18px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ndzn-sidebar-nav .nav-items .nav-dd {
  display: none;
}
#ndzn-sidebar-nav .nav-items .nav-dd a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #666;
  padding: 3px 30px;
}
#ndzn-sidebar-nav .nav-items .dropdown.open .nav-dd {
  display: block;
}
.ndzn-default-footer {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
.ndzn-default-footer .container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ndzn-default-footer span {
  color: #333;
}
.ndzn-default-footer span small {
  display: block;
  color: #666;
}
.ndzn-default-footer #tm {
  display: block;
  height: 25px;
  width: 15px;
  background: no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 1px;
  opacity: 0.4;
  margin-left: auto;
}
.ndzn-default-footer #tm:hover {
  opacity: 0.8;
}
.ndzn-default-footer #tm.white {
  background-image: url(https://i.imgur.com/ZU3PFO9.png);
}
.ndzn-default-footer #tm.black {
  background-image: url(https://i.imgur.com/dtmvXoz.png);
}
@media (max-width: 850px) {
  .ndzn-default-footer {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .ndzn-default-footer .container {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .ndzn-default-footer span {
    display: block;
    line-height: 16px;
  }
  .ndzn-default-footer span small {
    margin-top: 5px;
  }
  .ndzn-default-footer #tm {
    margin: 20px auto -3px;
  }
}
.panel.panel-default .panel-body.panel-body--category-images {
  padding: 10px;
}
#ndzn-packages-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
#ndzn-packages-images .package {
  margin: 0 5px 10px;
  padding: 12px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  position: relative;
}
@media (max-width: 1160px) {
  #ndzn-packages-images .package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 10px);
    flex: 0 0 calc(33.33333% - 10px);
  }
}
@media (max-width: 960px) and (min-width: 850.5px), (max-width: 650px) {
  #ndzn-packages-images .package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 460px) {
  #ndzn-packages-images .package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
  }
}
#ndzn-packages-images .package .package-image {
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
#ndzn-packages-images .package .package-image img {
  width: 100%;
  height: auto;
}
#ndzn-packages-images .package .package-info {
  margin-top: 10px;
}
#ndzn-packages-images .package .package-name {
  font-weight: 700;
  display: block;
}
#ndzn-packages-images .package .package-expires {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  pointer-events: none;
}
#ndzn-packages-images .package .package-price {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  font-size: 13px;
}
#ndzn-packages-images .package .package-price .price-discount {
  font-size: 0.85em;
  text-decoration: line-through;
}
#ndzn-packages-images .package .btn {
  font-weight: 700;
  font-size: 12px;
}
#ndzn-packages-list .list-item {
  border: 1px solid #eee;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
#ndzn-packages-list .list-item:not(:last-child) {
  margin-bottom: 10px;
}
#ndzn-packages-list .list-item .item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#ndzn-packages-list .list-item .item-name {
  font-weight: 700;
  font-size: 15px;
  display: block;
  max-width: 60%;
}
#ndzn-packages-list .list-item .item-expires {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  pointer-events: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: #eee;
  padding: 2px 6px 3px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
}
#ndzn-packages-list .list-item .item-price {
  margin-left: auto;
  padding-right: 15px;
}
#ndzn-packages-list .list-item .item-price .price-discount {
  text-decoration: line-through;
  font-size: 0.9em;
}
#ndzn-packages-list .list-item .price-free {
  white-space: nowrap;
}
#ndzn-packages-list .list-item .btn {
  font-weight: 700;
}
@media (max-width: 600px) {
  #ndzn-packages-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #ndzn-packages-list .list-item .item-name {
    max-width: 300px;
  }
  #ndzn-packages-list .list-item .item-price {
    margin: 10px 0;
    padding: 0;
  }
}
.panel.panel-default.ndzn-checkout-packages .panel-body {
  padding: 0;
}
.ndzn-checkout-packages .package:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.ndzn-checkout-packages .package-container.main,
.ndzn-checkout-packages .package-left,
.ndzn-checkout-packages .package-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ndzn-checkout-packages .package-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 14px;
}
.ndzn-checkout-packages .package-name {
  font-weight: 700;
  margin-right: auto;
  width: 100%;
  padding: 10px 0;
}
.ndzn-checkout-packages .package-name .mdi-package {
  font-size: 22px;
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  top: 3px;
  margin-right: 8px;
  color: #ccc;
}
.ndzn-checkout-packages .package-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px;
}
.ndzn-checkout-packages .package-right {
  text-align: center;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}
.ndzn-checkout-packages .package-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: calc(100% - 20px);
  margin: auto 0;
  width: 1px;
  background: #f0f0f0;
}
.ndzn-checkout-packages .package-right-qty {
  min-width: 32px;
  height: 50px;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.ndzn-checkout-packages .package-right-qty.disableQuantity button {
  display: none !important;
}
.ndzn-checkout-packages .package-right-qty form {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
}
@-webkit-keyframes ndzncheckoutbtn1 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes ndzncheckoutbtn1 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes ndzncheckoutbtn2 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes ndzncheckoutbtn2 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.ndzn-checkout-packages .package-right-qty form:first-child {
  top: -6px;
}
.ndzn-checkout-packages .package-right-qty form:first-child button:hover i {
  -webkit-animation: ndzncheckoutbtn1 0.4s infinite linear;
  animation: ndzncheckoutbtn1 0.4s infinite linear;
}
.ndzn-checkout-packages .package-right-qty form:last-child {
  bottom: -5px;
}
.ndzn-checkout-packages .package-right-qty form:last-child button:hover i {
  -webkit-animation: ndzncheckoutbtn2 0.4s infinite linear;
  animation: ndzncheckoutbtn2 0.4s infinite linear;
}
.ndzn-checkout-packages .package-right-qty fieldset[disabled] {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ndzn-checkout-packages .package-right-qty button {
  width: 100%;
  height: 30px;
  min-width: 32px;
  cursor: pointer;
  line-height: 30px;
}
.ndzn-checkout-packages .package-right-qty span {
  display: block;
  font-weight: 700;
  margin: -9px 0 -9px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ndzn-checkout-packages .package-right-btn {
  display: block;
  width: 32px;
  height: 42px;
  line-height: 42px;
  font-size: 19px;
  text-align: center;
}
.ndzn-checkout-packages .package-right-btn .fa-info {
  font-size: 18px;
}
.ndzn-checkout-packages .package-right-btn.info {
  color: #7979ea;
}
.ndzn-checkout-packages .package-right-btn.remove {
  color: #da3f3f;
}
.ndzn-checkout-packages .package-container.options {
  padding: 0 12px 12px 20px;
}
.ndzn-checkout-packages .options-box {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 10px 14px;
  position: relative;
}
.ndzn-checkout-packages .options-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25px;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #f0f0f0;
}
.ndzn-checkout-packages .options-box .opt {
  color: #666;
  font-size: 13px;
  padding: 2px 0;
}
.ndzn-checkout-packages .options-box .opt:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1000px) and (min-width: 850.5px), (max-width: 770px) {
  .ndzn-checkout-packages .package-left {
    padding-left: 20px;
  }
  .ndzn-checkout-packages .package-name .mdi-package {
    display: none;
  }
}
@media (max-width: 650px) {
  .ndzn-checkout-packages .package-left {
    display: block;
    padding: 10px 20px 10px 14px;
  }
  .ndzn-checkout-packages .package-name {
    padding: 0;
  }
  .ndzn-checkout-packages .package-price {
    padding: 0;
  }
  .ndzn-checkout-packages .package-container.options {
    padding: 0 10px 10px;
  }
}
@media (max-width: 400px) {
  .ndzn-checkout-packages .package-container.main {
    display: block;
    text-align: center;
  }
  .ndzn-checkout-packages .package-left {
    padding-bottom: 0;
  }
  .ndzn-checkout-packages .package-right {
    margin: -6px auto -4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
  }
  .ndzn-checkout-packages .package-right:before {
    display: none;
  }
  .ndzn-checkout-packages .options-box:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.ndzn-currency-dd {
  width: 140px;
  display: none;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-box-shadow: 0 8px 14px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 14px -6px rgba(0, 0, 0, 0.15);
  top: 100%;
  margin-top: 5px;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ndzn-currency-dd .dd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 2px) 4px calc(50% - 2px);
  grid-template-columns: calc(50% - 2px) calc(50% - 2px);
  grid-gap: 4px;
  padding: 8px;
}
.ndzn-currency-dd a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  color: #756d6d;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 600;
  border-radius: 4px;
}
.ndzn-currency-dd a:focus,
.ndzn-currency-dd a:hover {
  background: #eee;
}
.ndzn-currency-dd a.active,
.ndzn-currency-dd a.active:focus,
.ndzn-currency-dd a.active:hover {
  background: #666;
  color: #fff;
}
.open > .ndzn-currency-dd {
  display: block;
}
.dd-left > .ndzn-currency-dd,
.ndzn-currency-dd {
  right: auto;
  left: -8px;
}
.dd-center > .ndzn-currency-dd {
  left: 50%;
  margin-left: -70px;
}
.dd-right > .ndzn-currency-dd {
  left: auto;
  right: -8px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --logo: url("https://i.imgur.com/wfqcVYd.png");
  --logoMobile: url("https://i.imgur.com/0rF9ITD.png");
  --headerBg: url("https://i.imgur.com/VP2OT5s.png");
  --font: "Palanquin Dark", sans-serif;
  --secondFont: "Palanquin", sans-serif;
  --thirdFont: "Open Sans", sans-serif;
  --yellow: #fceb38;
  --sidebarWidth: 230px;
  --spacing: 30px;
}
@media (max-width: 900px) {
  :root {
    --spacing: 20px;
  }
}
@media (max-width: 650px) {
  :root {
    --spacing: 15px;
  }
}
body {
  font-family: var(--font);
  background: #eeeaf2;
}
.container {
    width: 1450px;
    max-width: calc(100% - 30px);
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ml-auto {
  margin-left: auto;
}
.wh100-t0l0 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  margin: 0;
}
.backdrop {
  background: rgba(69, 33, 192, 0.95);
  width: 100%;
  min-height: 100%;
}
.btn {
  border-radius: 8px;
  border: none;
  outline: 0 !important;
  font-size: 16px;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-default,
.btn.btn-info {
  background: #7e31e3;
}
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-info:focus,
.btn.btn-info:hover {
  background: #6e1dd8;
}
.btn.btn-success {
  background: #3fb47d;
}
.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #38a170;
}
.btn.btn-danger {
  background: #ec5a5a;
}
.btn.btn-danger:focus,
.btn.btn-danger:hover {
  background: #ea4848;
}
.btn.btn-primary {
  border-radius: 8px;
  background: #7e31e3;
  font-size: 16px;
}
.btn-loading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.btn-loading:after {
  content: "";
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute;
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  border-radius: 50%;
  display: block;
  height: 1em;
  width: 1em;
}
@-webkit-keyframes spinAround {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-control {
  background: rgba(0, 0, 0, 0.03);
  border: none;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.form-control.input-lg {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
}
.input-group-addon {
  background: rgba(0, 0, 0, 0.06);
  font-size: 1em;
  border: none;
}
.input-group-addon:last-child {
  border-radius: 0 8px 8px 0;
}
.input-btn .btn {
  background: #7e31e3;
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.input-btn .btn.is-check {
  font-size: 20px;
}
.input-btn .btn:hover {
  background: #8c47e6;
}
.panel.panel-default .panel-heading {
  line-height: 43px;
  letter-spacing: -0.32px;
  padding: 22px 40px 0;
  font-size: 32px;
}
.panel.panel-default .panel-body {
  line-height: 30px;
  font-size: 17px;
  padding: 35px 40px;
}
.panel.panel-default .panel-body.panel-body--category-images {
  padding: 0;
}
#ndzn-packages-images {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  padding: 15px;
}
#ndzn-packages-images .package {
  margin: 0;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  background: #fbfbfb;
}
#ndzn-packages-images .package .package-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
#ndzn-packages-images .package .package-name {
  color: #7e31e3;
  font-size: 19px;
  line-height: 28px;
}
#ndzn-packages-images .package .package-expires {
  padding-top: 0;
  padding-bottom: 0;
}
#ndzn-packages-images .package .package-price {
  color: #606060;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
#ndzn-packages-images .package .package-expires,
#ndzn-packages-list .list-item .item-main .item-expires {
  background-color: #fe1f01d1;
  color: #fff;
}
#ndzn-packages-images .list-item .price-free,
#ndzn-packages-images .package .price-free,
#ndzn-packages-list .list-item .price-free,
#ndzn-packages-list .package .price-free {
  color: #3fb47d;
}
#ndzn-packages-images .list-item .price-discount,
#ndzn-packages-images .package .price-discount,
#ndzn-packages-list .list-item .price-discount,
#ndzn-packages-list .package .price-discount {
  color: #e66060;
  line-height: 20px;
  display: inline-block;
  margin-right: 5px;
}
#ndzn-packages-images .list-item .item-price .price-discount,
#ndzn-packages-images .list-item .package-price .price-discount,
#ndzn-packages-images .package .item-price .price-discount,
#ndzn-packages-images .package .package-price .price-discount,
#ndzn-packages-list .list-item .item-price .price-discount,
#ndzn-packages-list .list-item .package-price .price-discount,
#ndzn-packages-list .package .item-price .price-discount,
#ndzn-packages-list .package .package-price .price-discount {
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
#ndzn-packages-images .list-item .item-price .price-discount:before,
#ndzn-packages-images .list-item .package-price .price-discount:before,
#ndzn-packages-images .package .item-price .price-discount:before,
#ndzn-packages-images .package .package-price .price-discount:before,
#ndzn-packages-list .list-item .item-price .price-discount:before,
#ndzn-packages-list .list-item .package-price .price-discount:before,
#ndzn-packages-list .package .item-price .price-discount:before,
#ndzn-packages-list .package .package-price .price-discount:before {
  content: "";
  display: block;
  position: absolute;
  background: #e66060;
  margin: auto 0;
  width: calc(100% + 4px);
  height: 1px;
  top: 11px;
  left: -2px;
}
#ndzn-packages-images .list-item,
#ndzn-packages-list .list-item {
  background-color: #f7f7f7;
  border: unset;
  border-radius: 8px;
  padding-left: 23px;
}
#ndzn-packages-images .list-item .item-expires,
#ndzn-packages-list .list-item .item-expires {
  padding: 0 6px;
}
#ndzn-packages-images .list-item .item-name,
#ndzn-packages-list .list-item .item-name {
  color: #7c6b8d;
  font-size: 19px;
  letter-spacing: -0.21px;
  font-weight: 500;
  max-width: 80%;
}
#ndzn-packages-list .list-item .item-expires {
  border: none;
  top: -6px;
  height: 25px;
  line-height: 25px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #f2f2f2;
}
.table.well:last-child {
  margin-bottom: 0;
}
.form-control.input-lg {
  height: 42px;
  line-height: 42px;
}
.modal .modal-title {
  color: #7e31e3;
}
.modal .modal-body {
  color: #606060;
}
.modal .modal-body p:last-child {
  margin-bottom: 0;
}
.modal .modal-footer .pull-left {
  color: #7e31e3;
  font-size: 17px;
}
#ndzn-options-form .input-group .input-group-btn > .btn {
  padding: 8px 16px;
}
@media (max-width: 1250px) {
  #ndzn-packages-images {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1080px) {
  #ndzn-packages-images {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .panel.panel-default .panel-heading {
    line-height: 38px;
    padding: 20px 26px 0;
    font-size: 25px;
  }
  .panel.panel-default .panel-body {
    padding: 20px 26px;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #f2f2f2;
  }
}
@media (max-width: 650px) {
  .panel.panel-default .panel-heading {
    text-align: center;
    padding: 15px 15px 0;
    font-size: 23px;
    line-height: 32px;
  }
  .panel.panel-default .panel-body {
    padding: 15px;
  }
}
@media (max-width: 570px) {
  #ndzn-packages-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  #ndzn-packages-images .list-item .item-name,
  #ndzn-packages-list .list-item .item-name {
    max-width: none;
  }
}

#ndzn-header .header-top .container .top-btn {
    z-index: 1;
}
#ndzn-header .header-top .container .dropdown {
    z-index: 1;
}
#ndzn-header .header-top .container .ml-auto {
    z-index: 1;
}

/* Width:1301px */

@media (min-width: 1301px) {
  #ndzn-header .header-splash .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    top: -390px;
  }
  #ndzn-header .header-splash .logo .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .logo .container .background-block {
    position: relative;
    top: 130px;
    width: 800px;
    align-items: center;
    border-radius: 13px;
    background-color: #2c2c3c4d;
    left: 405px;
  }
  #ndzn-header .header-splash .logo .container .background-block .text {
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: white;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    top: 48px;
    left: 170px;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button {
    width: 250px;
    height: 100px;
    position: relative;
    margin: auto;
    bottom: 28px;
    border-radius: 10px;
    background: #fceb38;
    background-size: 300%;
    right: -250px;
    transition: .20s;
    padding: 30px;
    /* box-shadow: 0px 0px 10px 0px #ffe031; */
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button .big {
    font-size: 25px;
    font-weight: 800;
    color: #574e0a;
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button:hover {
    width: 250px;
    height: 100px;
    position: relative;
    border-radius: 10px;
    background: #d5aa28;
    background-size: 300%;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .logo .container .background-block img{
    position: absolute;
    bottom: -170px;
    right: 600px;
    width: 70%;
    max-width: 75% !important;
  }

  #ndzn-header .header-splash .icons {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    top: -390px;
  }
  #ndzn-header .header-splash .icons .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .icons .container .background-block {
    position: relative;
    top: 320px;
    left: 600px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord {
    position: relative;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    padding: 10px 22px;
    margin-left: auto;
    left: 330px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .ndzn-js--discordcount {
    position: absolute;
    background: #f24a43;
    top: -10px;
    left: -10px;
    height: 25px;
    line-height: 22px;
    font-size: 15px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .mdi {
    position: relative;
    font-size: 30px;
    margin-left: 10px;
    top: 6px;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip {
    font-size: 22px;
    padding: 11px 20px 11px 10px;
    line-height: 48px;
    position: relative;
    right: 300px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .count {
    display: inline-block;
    background: #fceb38;
    color: #373413;
    font-size: 20px;
    font-weight: 700;
    height: 47px;
    padding: 0 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px;
    letter-spacing: -.025em;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .ip-text {
    color: #fceb38;
  }
}

/* Width:1081px */

@media (min-width:1081px) and (max-width:1300px) {
  #ndzn-header .header-splash .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -390px;
  }
  #ndzn-header .header-splash .logo .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .logo .container .background-block {
    position: relative;
    top: 130px;
    width: 600px;
    align-items: center;
    border-radius: 13px;
    background-color: #2c2c3c4d;
    left: 405px;
  }
  #ndzn-header .header-splash .logo .container .background-block .text {
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: white;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    top: 44px;
    left: 135px;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button {
    width: 200px;
    height: 85px;
    position: relative;
    margin: auto;
    bottom: 22px;
    border-radius: 10px;
    background: #fceb38;
    background-size: 300%;
    right: -180px;
    transition: .20s;
    padding: 26px;
    /* box-shadow: 0px 0px 10px 0px #ffe031; */
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button .big {
    font-size: 20px;
    font-weight: 800;
    color: #574e0a;
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button:hover {
    width: 200px;
    height: 85px;
    position: relative;
    border-radius: 10px;
    background: #d5aa28;
    background-size: 300%;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .logo .container .background-block img {
    position: absolute;
    bottom: -180px;
    right: 420px;
    width: 85%;
    max-width: 85% !important;
  }

  #ndzn-header .header-splash .icons {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -390px;
  }
  #ndzn-header .header-splash .icons .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .icons .container .background-block {
    position: relative;
    top: 290px;
    left: 600px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 10px 14px;
    margin-left: auto;
    left: 220px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .ndzn-js--discordcount {
    position: absolute;
    background: #f24a43;
    top: -10px;
    left: -10px;
    height: 25px;
    line-height: 22px;
    font-size: 15px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .mdi {
    position: relative;
    font-size: 30px;
    margin-left: 10px;
    top: 6px;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip {
    font-size: 14px;
    padding: 11px 19px 11px 10px;
    line-height: 33px;
    position: relative;
    right: 240px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .count {
    display: inline-block;
    background: #fceb38;
    color: #373413;
    font-size: 20px;
    font-weight: 700;
    height: 38px;
    padding: 0 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px;
    letter-spacing: -.025em;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .ip-text {
    color: #fceb38;
  }
}

/* Width:960px */

@media (min-width:960px) and (max-width:1080px) {
  #ndzn-header .header-splash .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -305px;
  }
  #ndzn-header .header-splash .logo .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .logo .container .background-block {
    position: relative;
    top: 130px;
    width: 570px;
    align-items: center;
    border-radius: 13px;
    background-color: #2c2c3c4d;
    left: 330px;
  }
  #ndzn-header .header-splash .logo .container .background-block .text {
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: white;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    top: 38px;
    left: 120px;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button {
    width: 170px;
    height: 80px;
    position: relative;
    margin: auto;
    bottom: 22px;
    border-radius: 10px;
    background: #fceb38;
    background-size: 300%;
    right: -180px;
    transition: .20s;
    padding: 25px;
    /* box-shadow: 0px 0px 10px 0px #ffe031; */
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button .big {
    font-size: 18px;
    font-weight: 800;
    color: #574e0a;
    display: flex;
    justify-content: center;
    margin-left: auto;
    text-align: center;
  }
  #ndzn-header .header-splash .logo .container .background-block .play-button:hover {
    width: 170px;
    height: 80px;
    position: relative;
    border-radius: 10px;
    background: #d5aa28;
    background-size: 300%;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .logo .container .background-block img {
    position: absolute;
    bottom: -145px;
    right: 420px;
    width: 80%;
    max-width: 85% !important;
  }

  #ndzn-header .header-splash .icons {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -305px;
  }
  #ndzn-header .header-splash .icons .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #ndzn-header .header-splash .icons .container .background-block {
    position: relative;
    top: 280px;
    left: 500px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord {
    position: relative;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    padding: 10px 14px;
    margin-left: auto;
    left: 215px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;

    display: unset !important;
    flex-wrap: unset !important;
    -webkit-box-align: unset !important;
    align-items: unset !important;
    -webkit-box-pack: unset !important;
    justify-content: unset !important;
    text-align: unset !important;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .ndzn-js--discordcount {
    position: absolute;
    background: #f24a43;
    top: -10px;
    left: -10px;
    height: 25px;
    line-height: 22px;
    font-size: 15px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #ndzn-header .header-splash .icons .container .background-block .discord .mdi {
    position: relative;
    font-size: 30px;
    margin-left: 10px;
    top: 6px;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip {
    font-size: 13px !important;
    padding: 11px 19px 11px 10px;
    line-height: 32px;
    position: relative;
    right: 230px;
    background: rgba(0, 0, 0, .15);
    height: 70px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    z-index: 1;

    display: unset !important;
    flex-wrap: unset !important;
    -webkit-box-align: unset !important;
    align-items: unset !important;
    -webkit-box-pack: unset !important;
    justify-content: unset !important;
    text-align: unset !important;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .ip-text {
    font-size: 13px !important;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip:hover {
    background: #1e1c1c4a !important;
    transform: scale(1.05);
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .count {
    display: inline-block;
    background: #fceb38;
    color: #373413;
    font-size: 20px;
    font-weight: 700;
    height: 38px;
    padding: 0 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px;
    letter-spacing: -.025em;

    line-height: unset !important;
  }
  #ndzn-header .header-splash .icons .container .background-block .ip .ip-text {
    color: #fceb38;
  }
}

@media (max-width: 960px) {
  #ndzn-header .header-splash .logo {
    display: none;
  }
  #ndzn-header .header-splash .icons {
    display: none;
  }
}

@media (min-width: 961px) {
  #mobile-header {
    display: none;
  }
}
@media (max-width: 250px) {
  #mobile-header {
    display: none;
  }
}

@media (min-width: 250px) and (max-width: 961px) {
  #mobile-header {
		height: 100px;
		background: #2c1461;
  }
  #mobile-header .header-nav {
    position: relative;
    height: 100px;
    z-index: 1;
  }
  #mobile-header .header-nav .container {
    position: relative;
    padding: 10px;
    align-items: center;
    margin-top: 0;
    flex-direction: column;
    display: flex !important;
  }
  #mobile-header .header-nav .container .how-to-join {
    position: relative;
    top: 10px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: white;
  }
  #mobile-header .header-nav .container .play-button {
    position: relative;
    background: #fceb38;
    width: 150px;
    height: 30px;
    top: 20px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 10px 0px #ffe031; */
  }
  #mobile-header .header-nav .container .play-button:hover {
    position: relative;
    background: #e7d948;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e7d948;
  }
  #mobile-header .header-nav .container .play-button .play-now {
    font-size: 18px;
    font-weight: 800;
    color: #574e0a;
    display: flex;
    justify-content: center;
    padding: 1px;
  }
}


#ndzn-header {
  background: var(--headerBg) no-repeat center/cover;
}
#ndzn-header .header-top {
  background: rgba(54, 0, 119, 0.29);
}
#ndzn-header .header-top .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
#ndzn-header .header-top .container .top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#ndzn-header .header-top .container .top-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
#ndzn-header .header-top .container .top-btn .mdi {
  margin-right: 5px;
}
#ndzn-header .header-top .container .top-btn .mdi.mdi-heart-outline {
  font-size: 20px;
}
#ndzn-header .header-top .container .top-btn .mdi.mdi-bank {
  font-size: 17px;
}
#ndzn-header .header-top .container .top-btn img {
  width: 22px;
  border-radius: 3px;
  margin-left: 8px;
}
#ndzn-header .header-top .container .top-btn.is-help {
  margin-right: 20px;
  padding: 2px 8px 3px;
}
#ndzn-header .header-top .container .top-btn.is-help .help-text {
  display: inline-block;
}
#ndzn-header .header-top .container .top-btn.is-currency .fa {
  font-size: 10px;
  margin-left: 3px;
}
#ndzn-header .header-top .container .top-btn.is-currency .currency-text {
  margin-right: 5px;
}
#ndzn-header .header-splash {
  position: relative;
  margin-top: 340px;
  margin-bottom: 35px;
}
#ndzn-header .header-splash .container.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ndzn-header .header-splash .discord,
#ndzn-header .header-splash .ip {
  background: rgba(0, 0, 0, 0.15);
  height: 70px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#ndzn-header .header-splash .discord:hover,
#ndzn-header .header-splash .ip:hover {
  background: rgba(56, 12, 152, 0.7);
}
#ndzn-header .header-splash .ip {
  font-size: 22px;
  padding: 11px 20px 11px 10px;
  line-height: 43px;
}
#ndzn-header .header-splash .ip .ip-text {
  color: var(--yellow);
}
#ndzn-header .header-splash .ip .count {
  display: inline-block;
  background: var(--yellow);
  color: #574e00;
  font-size: 20px;
  font-weight: 700;
  height: 47px;
  padding: 0 15px;
  border-radius: 8px;
  margin-right: 15px;
  letter-spacing: -0.025em;
}
#ndzn-header .header-splash .discord {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 10px 20px;
}
#ndzn-header .header-splash .discord .ndzn-js--discordcount {
  position: absolute;
  background: #f24a43;
  top: -10px;
  left: -10px;
  height: 25px;
  line-height: 22px;
  font-size: 15px;
  padding: 0 8px;
  border-radius: 3px;
}
#ndzn-header .header-splash .discord .mdi {
  position: relative;
  font-size: 30px;
  margin-left: 10px;
  top: 6px;
}
#ndzn-header .header-splash .header-logo {
  position: absolute;
  background: var(--logo) no-repeat center/cover;
  width: 470px;
  height: 330px;
  left: calc(50% - 235px);
  top: -185px;
}
#ndzn-header .header-nav {
  background: rgba(0, 0, 0, 0.12);
}
#ndzn-header .header-nav .nav-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
#ndzn-header .header-nav .nav-inner .nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  height: 55px;
  line-height: 22px;
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#ndzn-header .header-nav .nav-inner .nav-link:not(:first-child):not(:last-child) {
  margin-left: 15px;
}
#ndzn-header .header-nav .nav-inner .nav-link:hover {
  background: rgba(0, 0, 0, 0.09);
}
#ndzn-header .header-nav .nav-inner .nav-link .mdi-menu-down {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(209, 182, 242, 0.71);
  height: 25px;
  padding: 2.5px;
  border-radius: 5px;
  margin-left: 10px;
  top: 2px;
  line-height: 18px;
}
#ndzn-header .header-nav .nav-inner .nav-link.active {
  background: rgba(0, 0, 0, 0.09);
  color: var(--yellow);
}
#ndzn-header .header-nav .nav-inner .nav-link.active .mdi-menu-down {
  background: var(--yellow);
  color: #312d00;
}
#ndzn-header .header-nav .nav-inner .nav-link.is-store {
  background: var(--yellow);
  padding: 20px 25px;
  height: 60px;
  line-height: 14px;
  color: #6a6007;
}
#ndzn-header .header-nav .nav-inner .nav-link.is-store:hover {
  background: #f3de04;
}
#ndzn-header .header-nav .nav-inner .nav-link.is-store .mdi-cart-outline {
  position: relative;
  top: 2px;
  margin-right: 15px;
  font-size: 25px;
}
.currency .ndzn-currency-dd {
  left: -4px;
}
.currency .ndzn-currency-dd a.active,
.currency .ndzn-currency-dd a.active:focus,
.currency .ndzn-currency-dd a.active:hover {
  background: #5b01c6;
}
.currency.open .top-btn {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 850px) {
  #ndzn-header .header-mobile {
    display: none;
  }
  #ndzn-header .header-splash .container .ip .count-mobile {
    display: none;
  }
  #ndzn-header .header-splash .container .nav-mobile {
    display: none;
  }
}
@media (max-width: 1080px) {
  #ndzn-header {
    background: #4715cb;
  }
  #ndzn-header .header-top {
    background: #410fb2;
  }
  #ndzn-header .header-splash {
    margin: 240px 50px 80px;
  }
  #ndzn-header .header-splash .discord,
  #ndzn-header .header-splash .ip {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #ndzn-header .header-splash .discord .count,
  #ndzn-header .header-splash .ip .count {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: unset;
  }
  #ndzn-header .header-splash .discord .ip-text,
  #ndzn-header .header-splash .ip .ip-text {
    width: 100%;
    font-size: 18px;
  }
  #ndzn-header .header-splash .discord .ndzn-js--discordcount,
  #ndzn-header .header-splash .ip .ndzn-js--discordcount {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: unset;
    left: unset;
  }
  #ndzn-header .header-splash .discord .mdi-discord,
  #ndzn-header .header-splash .ip .mdi-discord {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    top: unset;
    margin: unset;
    font-size: 22px;
    width: 15%;
    margin-right: -5px;
  }
  #ndzn-header .header-splash .discord .discord-text,
  #ndzn-header .header-splash .ip .discord-text {
    width: 85%;
  }
  #ndzn-header .header-splash .discord .count,
  #ndzn-header .header-splash .discord .ndzn-js--discordcount,
  #ndzn-header .header-splash .ip .count,
  #ndzn-header .header-splash .ip .ndzn-js--discordcount {
    font-size: 14px;
    height: 25px;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 3px;
  }
  #ndzn-header .header-splash .header-logo {
    width: 300px;
    height: 270px;
    top: -90px;
    left: calc(50% - 150px);
  }
  #ndzn-header .header-nav {
    background: #3e12b2;
  }
  #ndzn-header .header-nav .nav-inner {
    height: 80px;
  }
  #ndzn-header .header-nav .nav-inner .nav-link {
    font-size: 18px;
    height: 45px;
    padding: 10px 15px;
  }
  #ndzn-header .header-nav .nav-inner .nav-link.active {
    background: #3810a2;
  }
  #ndzn-header .header-nav .nav-inner .nav-link .mdi-menu-down {
    background: #532cba;
    height: 22px;
    padding: 0 2px;
    line-height: 21px;
  }
  #ndzn-header .header-nav .nav-inner .nav-link.is-store {
    height: 56px;
    line-height: 22px;
    padding: 15px 22px;
  }
  #ndzn-header .header-nav .nav-inner .nav-link.is-store .mdi-cart-outline {
    font-size: 20px;
    margin-right: 10px;
    top: 1px;
  }
}
@media (max-width: 960px) {
  #ndzn-header .header-splash {
    margin: 0px 50px 0px !important;
  }
}
@media (max-width: 850px) {
  #ndzn-header .header-splash {
    margin: 20px 50px 20px !important;
  }
}
@media (max-width: 850px) {
  #ndzn-header .header-mobile {
    background: #2c1461;
  }
  #ndzn-header .header-mobile .discord-mobile {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #8877af;
    padding: 8px 0;
    font-weight: 700;
  }
  #ndzn-header .header-mobile .discord-mobile .mdi-discord {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
  }
  #ndzn-header .header-splash {
    margin: unset;
  }
  #ndzn-header .header-splash .container.flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    max-width: calc(100% - 0px);
    margin-right: 0;
  }
  #ndzn-header .header-splash .header-logo {
    position: unset;
    background: var(--logoMobile) no-repeat center/100%;
    background-size: 97px 91px;
    width: 97px;
    height: 91px;
  }
  #ndzn-header .header-splash .discord {
    display: none;
  }
  #ndzn-header .header-splash .ip {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
    margin-left: auto;
    padding: 0 20px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #ndzn-header .header-splash .ip .ip-text {
    font-size: 22px;
    width: unset;
  }
  #ndzn-header .header-splash .ip .count,
  #ndzn-header .header-splash .ip .count-mobile {
    font-size: 12px;
  }
  #ndzn-header .header-splash .ip .count {
    margin-top: -5px;
  }
  #ndzn-header .header-splash .ip:hover {
    background: unset;
  }
  #ndzn-header .header-splash .nav-mobile button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    background: #3c12aa;
    color: var(--yellow);
    border: none;
    outline: 0;
    border-radius: 8px;
  }
  #ndzn-header .header-splash .nav-mobile button .mdi {
    font-size: 35px;
    margin-right: 10px;
  }
  #ndzn-header .header-splash .nav-mobile button .nav-title {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
  }
  #ndzn-header .header-nav {
    background: 0 0;
  }
  #ndzn-header .header-nav .nav-inner {
    display: none;
  }
}
@media (max-width: 650px) {
  #ndzn-header .header-splash .ip .ip-text {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  #ndzn-header .header-top .container .is-help.top-btn {
    margin-right: 15px;
  }
  #ndzn-header .header-top .container .currency .currency-text,
  #ndzn-header .header-top .container .currency .help-text .help-big,
  #ndzn-header .header-top .container .is-help .currency-text,
  #ndzn-header .header-top .container .is-help .help-text .help-big {
    display: none;
  }
  #ndzn-header .header-top .container .currency .mdi-bank,
  #ndzn-header .header-top .container .currency .mdi-heart-outline,
  #ndzn-header .header-top .container .is-help .mdi-bank,
  #ndzn-header .header-top .container .is-help .mdi-heart-outline {
    margin: unset;
  }
  #ndzn-header .header-top .container .mdi-bank,
  #ndzn-header .header-top .container .mdi-heart-outline {
    margin-right: 5px !important;
    display: inline-block;
  }
  #ndzn-header .header-splash {
    padding: 12px 0;
  }
  #ndzn-header .header-splash .nav-mobile button {
    padding: 0 10px;
  }
  #ndzn-header .header-splash .nav-mobile button .mdi {
    margin-right: unset;
    font-size: 42px;
  }
  #ndzn-header .header-splash .nav-mobile .nav-title {
    display: none;
  }
  #ndzn-header .header-splash .header-logo {
    display: none;
  }
  #ndzn-header .header-splash .ip {
    margin-top: -4px;
  }
  #ndzn-header .header-splash .ip .ip-text {
    font-size: 20px;
  }
  #ndzn-header .header-splash .ip .count .count-mobile .count-small {
    display: none;
  }
}
@media (max-width: 450px) {
  #ndzn-header .header-splash .ip .ip-text {
    font-size: 18px;
  }
}
.ndzn-default-footer {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  margin-top: 100px;
}
.ndzn-default-footer .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 57px 20px;
}
.ndzn-default-footer .container .socials .discord,
.ndzn-default-footer .container .socials .instagram,
.ndzn-default-footer .container .socials .twitter {
  color: #c6bfd0;
  font-size: 20px;
  padding: 0 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ndzn-default-footer .container .socials .discord:hover,
.ndzn-default-footer .container .socials .instagram:hover,
.ndzn-default-footer .container .socials .twitter:hover {
  color: #b1a7bf;
}
.ndzn-default-footer .container .socials .discord {
  margin-right: 20px;
}
.ndzn-default-footer .container .socials #tm {
  margin-left: 30px;
}
.ndzn-default-footer .container .socials .line {
  content: "";
  width: 2px;
  height: 30px;
  background: #c6bfd0;
}
.ndzn-default-footer .container span {
  color: #9489a4;
  font-size: 15px;
}
.ndzn-default-footer .container span small {
  color: #b3aabe;
  font-size: 14px;
}
.ndzn-default-footer .container .footer-middle {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -65px;
  left: calc(50% - 97.5px);
}
.ndzn-default-footer .container .footer-middle .footer-logo {
  background: transparent var(--logo) no-repeat center/100%;
  mix-blend-mode: luminosity;
  opacity: 0.42;
  width: 195px;
  height: 141px;
}
.ndzn-default-footer .container .footer-middle .to-top {
  text-decoration: none;
  color: #bbb3c6;
  font-size: 16px;
}
.ndzn-default-footer .container .footer-middle .to-top:hover {
  color: #a69cb5;
}
@media (max-width: 950px) {
  .ndzn-default-footer .footer-middle {
    display: none;
  }
  .ndzn-default-footer .container {
    padding: 30px 20px;
  }
}
@media (max-width: 620px) {
  .ndzn-default-footer .container {
    padding: 20px;
  }
  .ndzn-default-footer .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ndzn-default-footer .container.flex .socials {
    margin-left: unset;
    margin-top: 20px;
  }
  .ndzn-default-footer .container.flex .socials #tm {
    margin: unset;
    margin-left: 20px;
  }
  .ndzn-default-footer .container.flex .socials .discord {
    margin-right: 10px;
  }
  .ndzn-default-footer .container.flex span {
    display: block;
    line-height: 16px;
    text-align: center;
  }
}
#ndzn-title {
  background: #eeeaf2;
}
#ndzn-title .container {
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ndzn-title .container .title {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #7e31e3;
  max-width: 585px;
  line-height: 40px;
}
#ndzn-title .container .title::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  background: #7e31e3;
  bottom: -10px;
  left: 0;
}
#ndzn-title .container .ndzn-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
#ndzn-title .container .box-toggle {
  height: 72px;
  padding: 0 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#ndzn-title .container .box-user {
  margin-left: auto;
  margin-right: 9px;
  position: relative;
}
#ndzn-title .container .box-user .box-toggle {
  background: #e5dcee;
  border: none;
  outline: 0;
  padding: 0 12px;
  border-radius: 10px;
  height: 72px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-title .container .box-user .box-toggle img {
  margin-top: 25px;
  width: 36px;
  height: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#ndzn-title .container .box-user .dropdown-menu {
  background: rgba(231, 223, 239, 0.93);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 50px;
  border-radius: 10px;
  top: 83px;
  left: auto;
  right: 0;
  text-align: center;
  position: absolute;
}
#ndzn-title .container .box-user .dropdown-menu::after,
#ndzn-title .container .box-user .dropdown-menu::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 25px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #e7dfef;
}
#ndzn-title .container .box-user .dropdown-menu .user-dd-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 20px;
}
#ndzn-title .container .box-user .dropdown-menu .user-dd-text .small {
  font-size: 13px;
  color: #a48abe;
}
#ndzn-title .container .box-user .dropdown-menu .user-dd-text .ign {
  font-size: 20px;
  color: #7e31e3;
}
#ndzn-title .container .box-user .dropdown-menu .logout {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #ec5a5a;
  padding: 8px 22px;
  border-radius: 5px;
}
#ndzn-title .container .box-user .dropdown-menu .logout:hover {
  background: #ea4c4c;
}
#ndzn-title .container .box-user.guest {
  margin-right: 0;
}
#ndzn-title .container .box-user.guest .box-toggle {
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #8c77a0;
}
#ndzn-title .container .box-user.guest .box-toggle:hover {
  background: #dfd5ea;
}
#ndzn-title .container .box--cart .box-toggle {
  background: #7e31e3;
}
#ndzn-title .container .box--cart .box-toggle .mdi-cart-outline,
#ndzn-title .container .box--cart .box-toggle .toggle-text {
  color: #fff;
}
#ndzn-title .container .box--cart .box-toggle .toggle-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#ndzn-title .container .box--cart .box-toggle .toggle-text span {
  display: inline-block;
}
#ndzn-title .container .box--cart .box-toggle .toggle-text span.big {
  font-size: 18px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -3px;
}
#ndzn-title .container .box--cart .box-toggle .toggle-text span.small {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 700;
}
#ndzn-title .container .box--cart .box-toggle .mdi-cart-outline {
  font-size: 40px;
  margin-left: 20px;
  margin-top: -1px;
}
#ndzn-title .container .box--cart .cart-dropdown {
  border: none;
  background: rgba(126, 49, 227, 0.9);
  width: 309px;
  position: absolute;
  top: 83px;
  border-radius: 10px;
  padding: 12px 7px 7px 7px;
  right: 0;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-empty {
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 17px;
}
#ndzn-title .container .box--cart .cart-dropdown::after {
  border-bottom-color: rgba(126, 49, 227, 0.9);
}
#ndzn-title .container .box--cart .cart-dropdown .cart-controls {
  display: block;
  text-align: center;
  border-color: rgba(175, 146, 203, 0.24);
}
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .btn {
  background: 0 0;
  color: #cda1ff;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .btn .val {
  font-size: 16px;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .ndzn-currency-dd {
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .ndzn-currency-dd a.active,
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .ndzn-currency-dd a.active:focus,
#ndzn-title .container .box--cart .cart-dropdown .cart-controls .currency .ndzn-currency-dd a.active:hover {
  background: #5b01c6;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-items .item {
  border-color: rgba(175, 146, 203, 0.24);
  padding: 15px 13px;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-items .item .item-info .item-name {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.34px;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-items .item .item-info .item-price {
  color: #d3a7ff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-items .item .item-remove {
  color: #ff8a8a;
  font-size: 22px;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-checkout .btn {
  background: #3fb47d;
  font-size: 19px;
  font-weight: 700;
  padding: 11px 15px 11px 20px;
  border: none;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-checkout .btn:hover {
  background: #45be85;
}
#ndzn-title .container .box--cart .cart-dropdown .cart-checkout .btn .badge {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
}
.ndzn-component-cart .cart-dropdown:after,
.ndzn-component-cart .cart-dropdown:before {
  right: 39px;
}
@media (max-width: 850px) {
  #ndzn-title .container {
    padding: 20px 0;
  }
  #ndzn-title .container .title {
    font-size: 26px;
    line-height: 32px;
    max-width: 500px;
  }
  #ndzn-title .container .title:after {
    width: 28px;
  }
  #ndzn-title .container .box-toggle {
    height: 60px;
    padding: 0 15px;
  }
  #ndzn-title .container .box-user .box-toggle {
    height: 60px;
  }
  #ndzn-title .container .box-user .box-toggle img {
    margin-top: 32px;
  }
  #ndzn-title .container .box--cart .box-toggle .mdi-cart-outline {
    font-size: 38px;
    margin-left: 12px;
  }
  #ndzn-title .container .box--cart .cart-dropdown,
  #ndzn-title .container .box-user .dropdown-menu {
    top: 68px;
  }
}
@media (max-width: 740px) {
  #ndzn-title .container .title {
    max-width: 400px;
  }
}
@media (max-width: 650px) {
  #ndzn-title .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
  #ndzn-title .container .title {
    text-align: center;
  }
  #ndzn-title .container .title:after {
    display: none;
  }
  #ndzn-title .container .ndzn-cart {
    margin: 15px auto 0;
  }
  #ndzn-title .container .box-user .dropdown-menu {
    left: 0;
    right: auto;
  }
  #ndzn-title .container .box-user .dropdown-menu:after,
  #ndzn-title .container .box-user .dropdown-menu:before {
    right: auto;
    left: 25px;
  }
}
@media (max-width: 530px) {
  #ndzn-title .container .title {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  #ndzn-title .container .box--cart {
    margin-left: auto;
  }
  #ndzn-title .container .box--cart .box-toggle {
    height: 55px;
  }
  #ndzn-title .container .box--cart .box-toggle .mdi-cart-outline {
    font-size: 32px;
  }
  #ndzn-title .container .box--cart .box-toggle .toggle-text span.big {
    font-size: 15px;
  }
  #ndzn-title .container .box--cart .box-toggle .toggle-text span.small {
    font-size: 12px;
  }
  #ndzn-title .container .box--cart .cart-dropdown {
    right: -87px;
  }
  #ndzn-title .container .box--cart .cart-dropdown:after,
  #ndzn-title .container .box--cart .cart-dropdown:before {
    right: 149px;
  }
  #ndzn-title .container .box-user {
    display: none;
  }
}
#ndzn-sidebar-nav {
  border: none;
}
#ndzn-sidebar-nav .nav-collapse {
  background: transparent -o-linear-gradient(288deg, #660ade 0, #4800a7 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(162deg, #660ade 0, #4800a7 100%) 0 0 no-repeat padding-box;
  border-radius: 10px;
}
#ndzn-sidebar-nav .nav-items {
  padding: unset;
}
#ndzn-sidebar-nav .nav-items > :not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#ndzn-sidebar-nav .nav-items > :first-child .nav-link {
  border-radius: 10px 10px 0 0;
}
#ndzn-sidebar-nav .nav-items > :last-child .nav-link {
  border-radius: 0 0 10px 10px;
}
#ndzn-sidebar-nav .nav-items .nav-link {
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
#ndzn-sidebar-nav .nav-items .active .nav-link {
  position: relative;
  color: #fceb38;
}
#ndzn-sidebar-nav .nav-items .active .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: url(https://i.imgur.com/FUyQupF.png) left no-repeat;
}
#ndzn-sidebar-nav .nav-items .active:first-child .nav-link:before {
  top: 0;
  height: calc(100% + 1px);
  border-top-left-radius: 10px;
}
#ndzn-sidebar-nav .nav-items .active:last-child .nav-link:before {
  height: calc(100% + 1px);
  border-bottom-left-radius: 10px;
}
#ndzn-sidebar-nav .nav-items .active .nav-link,
#ndzn-sidebar-nav .nav-items .open .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}
#ndzn-sidebar-nav .nav-items .open .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link,
#ndzn-sidebar-nav .nav-items .nav-link,
#ndzn-sidebar-nav .nav-items .nav-link b {
  font-weight: 400;
}
#ndzn-sidebar-nav .nav-items .nav-dd {
  padding: 8px 0;
}
#ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link,
#ndzn-sidebar-nav .nav-items .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  padding: 12px 0 12px 14px;
}
#ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link:hover,
#ndzn-sidebar-nav .nav-items .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link .nav-link-icon,
#ndzn-sidebar-nav .nav-items .nav-link .nav-link-icon {
  background: no-repeat center/cover;
  position: relative;
  width: 56px;
  height: 56px;
  margin-right: 19px;
}
#ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link {
  font-size: 15px;
  padding: 10px 0;
  padding-left: 35px;
}
.panel-default {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.panel-default .page-header h4,
.panel-default .panel-heading {
  font-size: 25px;
  color: #7e31e3;
  font-weight: 700;
}
.panel-default .panel-heading {
  padding: 25px 35px 0;
  border: none;
  background: 0 0;
}
.panel-default .panel-body {
  font-size: 17px;
  color: #7c6b8d;
  padding: 25px 35px 35px;
  line-height: 30px;
}
.panel-default .panel-body p:last-child {
  margin: unset;
}
.panel-default .panel-body label a,
.panel-default .panel-body p a {
  text-decoration: none;
  color: #7e31e3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.panel-default .panel-body label a:hover,
.panel-default .panel-body p a:hover {
  color: #6a1ccf;
}
#ndzn-homepage .panel-body {
  padding-top: 15px;
}
#ndzn-homepage p:not(:last-child) {
  margin-bottom: 14px;
}
#ndzn-homepage .homepage-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--spacing);
}
#ndzn-homepage .homepage-top.is-noBanner .homepage-top-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#ndzn-homepage .homepage-top .is-sale {
  padding: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(62% - 10px);
  flex: 0 1 calc(62% - 10px);
  margin-bottom: 0;
}
#ndzn-homepage .homepage-top .is-sale .sale {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05) no-repeat center/cover;
}
@media (max-width: 650px) {
  #ndzn-homepage .homepage-top .is-sale .sale {
    height: 275px !important;
  }
}
@media (max-width: 480px) {
  #ndzn-homepage .homepage-top .is-sale .sale {
    height: 240px !important;
  }
}
@media (max-width: 400px) {
  #ndzn-homepage .homepage-top .is-sale .sale {
    height: 180px !important;
  }
}
#ndzn-homepage .homepage-top .homepage-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#ndzn-homepage .homepage-top .homepage-modules.nobanner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: var(--spacing);
  -ms-grid-columns: 1fr var(--spacing) 1fr;
  grid-template-columns: 1fr 1fr;
}
#ndzn-homepage .homepage-top .homepage-modules.nobanner .panel {
  margin: 0;
}
@media (max-width: 650px) {
  #ndzn-homepage .homepage-top .homepage-modules.nobanner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#ndzn-homepage .homepage-top .homepage-modules .panel-heading {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 10px;
}
#ndzn-homepage .homepage-top .homepage-modules > .panel {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
}
#ndzn-homepage .homepage-top .homepage-modules .is-payments {
  margin-bottom: 10px;
  padding-bottom: 27px;
}
#ndzn-homepage .homepage-top .homepage-modules .is-payments .player-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 10px 37px 10px 37px 10px 37px 10px 37px;
  grid-template-columns: 37px 37px 37px 37px 37px;
  grid-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}
#ndzn-homepage .homepage-top .homepage-modules .is-payments .player-icons .icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: #e9e9e9 no-repeat center/cover;
  border-radius: 6px;
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard {
  padding: 0 33px 27px;
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .giftcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  font-family: var(--thirdFont);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control::-webkit-input-placeholder {
  color: rgba(124, 107, 141, 0.54);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control::-moz-placeholder {
  color: rgba(124, 107, 141, 0.54);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control:-ms-input-placeholder {
  color: rgba(124, 107, 141, 0.54);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control::-ms-input-placeholder {
  color: rgba(124, 107, 141, 0.54);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .form-control::placeholder {
  color: rgba(124, 107, 141, 0.54);
}
#ndzn-homepage .homepage-top .homepage-modules .is-giftcard .is-check.btn {
  font-size: 16px;
  padding: 8px 16px;
  margin-top: 10px;
}
#ndzn-homepage .homepage-panels .panel-body {
  line-height: 32px;
}
#ndzn-homepage .homepage-panels .panel-heading {
  padding: 25px 35px 2px;
  font-size: 26px;
}
#ndzn-homepage .homepage-panels .panel-heading .mdi {
  position: relative;
  top: 3px;
  font-size: 32px;
  margin-right: 6px;
}
#ndzn-homepage .homepage-panels .is-welcome .ip {
  color: #7e31e3;
}
#ndzn-homepage .homepage-panels .is-parent .panel-heading {
  color: #56ab78;
}
#ndzn-homepage .homepage-panels .is-refund .panel-heading {
  color: #ec4c4c;
}
#ndzn-homepage .homepage-panels .is-privacy .panel-heading {
  color: #cf8942;
}
#ndzn-homepage .homepage-panels .is-info .panel-heading {
  color: #7c6b8d;
}
#ndzn-homepage .homepage-panels .is-info p.info {
  color: #ac9eb9;
}
#ndzn-giftcard-form {
  position: relative;
}
#ndzn-giftcard-alert {
  background: #444;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#ndzn-giftcard-alert .mdi-close {
  color: #ff6767;
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 6px;
}
@media (max-width: 1130px) {
  #ndzn-homepage .homepage-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ndzn-homepage .homepage-top .is-sale {
    margin-bottom: 10px;
  }
  #ndzn-homepage .homepage-top .is-sale .sale {
    width: 100%;
    max-width: 644px;
    height: 363px;
    margin: auto;
  }
  #ndzn-homepage .homepage-top .homepage-top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: unset;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .is-payments {
    margin-bottom: unset;
    margin-right: 10px;
  }
}
@media (max-width: 1050px) {
  #ndzn-homepage .homepage-panels .panel-heading {
    padding: 10px 18px 0;
    font-size: 21px;
  }
  #ndzn-homepage .homepage-panels .panel-heading .mdi {
    font-size: 28px;
    top: 2px;
  }
  #ndzn-homepage .homepage-panels .panel-body {
    padding: 10px 20px 15px;
    font-size: 15px;
    line-height: 26px;
  }
  #ndzn-homepage p:not(:last-child) {
    margin-bottom: 10px;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .panel-heading {
    font-size: 18px;
    padding: 15px 0 20px;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .is-payments .player-icons .icon {
    height: 30px;
    width: 30px;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .is-payments .player-icons {
    -ms-grid-columns: 30px 30px 30px 30px 30px;
    grid-template-columns: 30px 30px 30px 30px 30px;
  }
}
@media (max-width: 850px) {
  #ndzn-homepage .homepage-panels .panel-body {
    text-align: justify;
  }
  #ndzn-page .page-sidebar {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  #ndzn-homepage .homepage-panels .panel-heading {
    text-align: center;
    font-size: 19px;
  }
  #ndzn-homepage .homepage-panels .panel-heading .mdi {
    display: none;
  }
  #ndzn-homepage .homepage-panels .panel-body {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  #ndzn-homepage .homepage-top .homepage-top-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #ndzn-homepage .homepage-top .homepage-top-right > .panel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #ndzn-homepage .homepage-top .homepage-top-right > .panel:not(:first-child) {
    margin-top: 10px;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .is-payments {
    margin-right: 0;
  }
  #ndzn-homepage .homepage-top .homepage-top-right .is-giftcard,
  #ndzn-homepage .homepage-top .homepage-top-right .is-payments {
    padding-bottom: 20px;
  }
}
#ndzn-package-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  background: rgba(61, 23, 190, 0.95);
}
#ndzn-package-modal.opened {
  opacity: 1;
  visibility: visible;
}
#ndzn-package-modal .inner {
  margin: 120px 0 90px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-package-modal .inner:not(.visible) {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
#ndzn-package-modal .spinner {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation: pkgmdlspin 1s infinite linear;
  animation: pkgmdlspin 1s infinite linear;
}
@-webkit-keyframes pkgmdlspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    transfomr: rotate(360deg);
  }
}
@keyframes pkgmdlspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    transfomr: rotate(360deg);
  }
}
#ndzn-package-modal .package-content {
  position: relative;
  background: #fff;
  max-width: 917px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ndzn-package-modal .package-sml {
  background: #5929fb;
  border-radius: 7px 0 0 7px;
  padding: 30px;
}
#ndzn-package-modal .package-sml .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}
#ndzn-package-modal .package-sml .package-img {
  height: 165px;
  width: 190px;
  border-radius: 9px;
}
#ndzn-package-modal .package-sml .package-title {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  margin-top: 15px;
}
#ndzn-package-modal .package-big {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#ndzn-package-modal .package-prices {
  margin-top: 10px;
  font-family: Open Sans;
  font-weight: 700;
}
#ndzn-package-modal .package-old-price {
  color: #e66060;
  font-size: 17px;
  position: relative;
  display: inline-block;
  line-height: 22px;
}
#ndzn-package-modal .package-old-price:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e66060;
  height: 2px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
}
#ndzn-package-modal .package-new-price {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
#ndzn-package-modal .package-new-price > span {
  margin-left: 5px;
}
#ndzn-package-modal .btn-modal {
  width: 100%;
  border-radius: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  position: relative;
}
@media (min-width: 900.5px) {
  #ndzn-package-modal .btn-modal:hover {
    margin-left: 3px;
  }
}
#ndzn-package-modal .btn-modal > span {
  display: inline-block;
}
@media (min-width: 900.5px) {
  #ndzn-package-modal .btn-modal:not(:last-child) {
    margin-bottom: 10px;
  }
}
#ndzn-package-modal .btn-modal.btn-green {
  background-color: #3fb47d;
  color: #fff;
}
#ndzn-package-modal .btn-modal.btn-green:focus,
#ndzn-package-modal .btn-modal.btn-green:hover {
  background-color: #45be85;
}
#ndzn-package-modal .btn-modal.btn-red {
  background-color: #bb4949;
  color: #fff;
}
#ndzn-package-modal .btn-modal.btn-red:focus,
#ndzn-package-modal .btn-modal.btn-red:hover {
  background-color: #bf5454;
}
#ndzn-package-modal .btn-modal.btn-yellow {
  background-color: #fceb38;
  color: #574e00;
}
#ndzn-package-modal .btn-modal.btn-yellow:focus,
#ndzn-package-modal .btn-modal.btn-yellow:hover {
  background-color: #fdef5b;
}
#ndzn-package-modal .btn-modal .btn-text {
  font-size: 17px;
}
#ndzn-package-modal .package-buttons {
  margin-top: 20px;
}
#ndzn-package-modal .package-buttons .mdi-cart-outline,
#ndzn-package-modal .package-buttons .mdi-chevron-down,
#ndzn-package-modal .package-buttons .mdi-heart-outline {
  height: 20px;
  line-height: 20px;
  width: 18px;
}
#ndzn-package-modal .package-buttons .mdi-cart-outline,
#ndzn-package-modal .package-buttons .mdi-chevron-down {
  font-size: 20px;
}
#ndzn-package-modal .package-buttons .mdi-heart-outline {
  font-size: 19px;
}
#ndzn-package-modal .package-buttons .mdi-chevron-down {
  margin-left: 4px;
}
#ndzn-package-modal .package-buttons .btn-text {
  margin-left: 10px;
}
#ndzn-package-modal .close-popup {
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.14);
  top: -61px;
  color: #ffffffd9;
  border: unset;
  border-radius: 7px;
  font-size: 15px;
  outline: unset;
  height: 48px;
  line-height: 48px;
  padding: 15px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-package-modal .close-popup .mdi-close {
  font-size: 27px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  margin-left: 8px;
  width: 25px;
}
#ndzn-package-modal .close-popup:focus,
#ndzn-package-modal .close-popup:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
#ndzn-package-modal .package-big {
  padding: 40px;
}
#ndzn-package-modal .package-big > p {
  font-size: 15px;
  line-height: 31px;
  color: #707070;
}
#ndzn-package-modal .package-big .modal-heading {
  color: #6209d7;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
#ndzn-package-modal .package-big .modal-heading:not(:first-child) {
  margin-top: 30px;
}
#ndzn-package-modal .package-big a,
#ndzn-package-modal .package-big b {
  color: #6209d7;
}
#ndzn-package-modal .package-big a {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-decoration: none;
}
#ndzn-package-modal .package-big a:focus,
#ndzn-package-modal .package-big a:hover {
  color: #7514f5;
}
#ndzn-package-modal .package-item {
  background-color: #f2f2f2;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  border-radius: 9px;
  padding: 15px 25px;
}
#ndzn-package-modal .package-item:not(:first-child) {
  margin-top: 8px;
}
@media (max-width: 945px) {
  #ndzn-package-modal .package-content {
    margin: 0 15px;
  }
}
@media (min-width: 900px) {
  #ndzn-package-modal .mobile-prices {
    display: none;
  }
}
@media (max-width: 900px) {
  #ndzn-package-modal .inner {
    margin-top: 0;
    height: calc(100% - 145px);
  }
  #ndzn-package-modal .package-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 562px;
    height: 100%;
    margin: 0 auto;
    top: 74px;
  }
  #ndzn-package-modal .package-sml {
    border-bottom: 1px solid rgba(112, 112, 112, 0.23);
    border-radius: 7px 7px 0 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  #ndzn-package-modal .package-sml .sticky {
    position: unset;
  }
  #ndzn-package-modal .package-sml .package-img {
    position: absolute;
    height: 48px;
    width: 55px;
    top: -60px;
    left: 0;
  }
  #ndzn-package-modal .package-sml .package-title {
    color: #6209d7;
    margin-top: 0;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
  }
  #ndzn-package-modal .package-big {
    padding: 25px;
    height: calc(100% - 500px);
    padding-bottom: 76px;
    overflow: auto;
  }
  #ndzn-package-modal .package-big .modal-heading {
    font-size: 18px;
    line-height: 28px;
  }
  #ndzn-package-modal .package-big .modal-heading:not(:first-child) {
    margin-top: 15px;
  }
  #ndzn-package-modal .package-big > p {
    font-size: 14px;
    line-height: 24px;
  }
  #ndzn-package-modal .btn-modal {
    width: 175px;
  }
  #ndzn-package-modal .btn-modal .btn-text {
    font-size: 15px;
  }
  #ndzn-package-modal .ndzn-js--dd {
    margin-left: 10px;
  }
  #ndzn-package-modal .package-buttons {
    position: absolute;
    margin: unset;
    bottom: -61px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ndzn-package-modal .package-prices {
    display: none;
  }
  #ndzn-package-modal .package-prices.mobile-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #ndzn-package-modal .package-sml {
    background: unset;
  }
  #ndzn-package-modal .package-old-price {
    font-size: 15px;
    line-height: 20px;
  }
  #ndzn-package-modal .package-old-price:after {
    bottom: -1px;
  }
  #ndzn-package-modal .package-new-price {
    color: #6209d7;
    font-size: 21px;
    line-height: 28px;
    margin-left: 6px;
  }
  #ndzn-package-modal .mobile-prices {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid rgba(112, 112, 112, 0.23);
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 20px;
  }
}
@media (max-width: 578px) {
  #ndzn-package-modal .inner {
    height: calc(100% - 123px);
  }
  #ndzn-package-modal .package-content {
    margin: 0 8px;
    top: 56px;
  }
  #ndzn-package-modal .package-sml .package-img {
    height: 38px;
    width: 44px;
    top: -47px;
  }
  #ndzn-package-modal .close-popup {
    top: -47px;
    height: 38px;
    line-height: 1.5;
    padding: 0 10px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ndzn-package-modal .close-popup .mdi-close {
    font-size: 24px;
  }
  #ndzn-package-modal .close-popup > span:first-child {
    margin-bottom: 3px;
  }
  #ndzn-package-modal .package-big {
    padding: 15px 15px 65px;
    height: calc(100% - 195px);
  }
  #ndzn-package-modal .mobile-prices {
    padding: 10px;
  }
  #ndzn-package-modal .package-buttons {
    bottom: -59px;
  }
  #ndzn-package-modal .btn-modal:nth-child(even) {
    margin-left: 8px;
  }
}
@media (max-width: 480px) {
  #ndzn-package-modal .package-buttons {
    width: 100%;
  }
  #ndzn-package-modal .package-buttons > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
    width: calc(50% - 5px);
  }
  #ndzn-package-modal .ndzn-js--dd .btn-modal {
    width: 100%;
  }
  #ndzn-package-modal .package-item {
    font-size: 14px;
    padding: 12px 15px;
  }
}
@media (max-width: 370px) {
  #ndzn-package-modal .package-sml {
    padding: 12px 15px;
  }
  #ndzn-package-modal .package-big {
    height: calc(100% - 180px);
  }
}
#ndzn-package-modal .gift-form-dd {
  position: absolute;
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
  left: -10px;
  background: #fceb3b;
  width: 250px;
  padding: 10px;
  border-radius: 8px;
}
#ndzn-package-modal .gift-form-dd .btn {
  margin-top: 8px;
}
#ndzn-package-modal .gift-form-dd .form-control {
  background: rgba(0, 0, 0, 0.125);
}
#ndzn-package-modal .gift-form-dd .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#ndzn-package-modal .gift-form-dd .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#ndzn-package-modal .gift-form-dd .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#ndzn-package-modal .gift-form-dd .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#ndzn-package-modal .gift-form-dd .form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 900px) {
  #ndzn-package-modal .gift-form-dd {
    left: auto;
    right: -5px;
  }
}
.panel.panel-default.ndzn-checkout-packages .panel-body {
  padding: 20px 35px 30px;
}
.panel.panel-default.ndzn-checkout-packages .panel-heading {
  font-size: 25px;
}
.panel.panel-default.ndzn-checkout-packages .package {
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
}
.panel.panel-default.ndzn-checkout-packages .package:not(:last-child) {
  margin-bottom: 10px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-left {
  font-weight: 700;
  padding-left: 20px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-left .package-name {
  font-size: 19px;
  font-family: var(--secondFont);
}
.panel.panel-default.ndzn-checkout-packages .package .package-left .package-price {
  font-family: var(--thirdFont);
  padding: unset;
  padding-left: 10px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-left .mdi-package {
  color: #7c6b8d;
  font-size: 25px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right {
  font-family: var(--secondFont);
  color: #443a4e;
  padding-left: 35px;
  padding-right: 20px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right:before {
  display: none;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .package-right-btn {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .info {
  color: #4b3aa7;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .info:hover {
  color: #6a59c5;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .info .fa-info {
  font-size: 20px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .remove {
  color: #e93d3d;
  line-height: 40px;
  font-size: 22px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right .remove:hover {
  color: #da1919;
}
.panel.panel-default.ndzn-checkout-packages .package .package-right-qty {
  font-family: var(--thirdFont);
  font-size: 15px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options {
  padding: unset;
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options .options-box {
  padding: 0 5px;
  background: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options .options-box:before {
  display: none;
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options .options-box .opt {
  padding: 10px 20px;
  color: rgba(124, 107, 141, 0.55);
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options .options-box .opt:last-child {
  border-bottom: none;
  padding: 5px 20px 12px;
}
.panel.panel-default.ndzn-checkout-packages .package .package-container.options .options-box .opt b {
  color: rgba(124, 107, 141, 0.65);
}
.panel .page-header {
  border: none;
}
.panel .page-header h4 {
  margin: unset;
}
.checkout label {
  font-weight: 400;
}
.checkout .page-header {
  margin-bottom: 40px;
}
.checkout .panel .panel-body {
  padding: 30px 40px;
}
.checkout .panel .panel-body.panel-coupon {
  padding: 0 40px;
}
.checkout .panel .panel-body .coupons,
.checkout .panel .panel-body .gateways {
  margin-bottom: 0;
}
.checkout .coupons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout .coupons .redeem {
  padding: 30px 0 30px 15px;
}
.checkout .coupons .redeem .input-group {
  max-width: 490px;
  width: 100%;
}
.checkout .coupons .redeem .input-group .form-control {
  height: 40px;
}
.checkout .coupons .redeem .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .coupons .redeem .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .coupons .redeem .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .coupons .redeem .input-group .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .coupons .redeem .input-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .coupons .redeem .btn-primary {
  margin-left: 3px;
  border-radius: 8px;
  height: 40px;
}
.checkout .coupons .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.checkout .coupons .input .input-btn {
  margin-left: 4px;
}
.checkout .coupons .input .form-control::-webkit-input-placeholder {
  color: #dfdfdf;
}
.checkout .coupons .input .form-control::-moz-placeholder {
  color: #dfdfdf;
}
.checkout .coupons .input .form-control:-ms-input-placeholder {
  color: #dfdfdf;
}
.checkout .coupons .input .form-control::-ms-input-placeholder {
  color: #dfdfdf;
}
.checkout .coupons .input .form-control::placeholder {
  color: #dfdfdf;
}
.checkout .coupons .panel-coupon.panel-body {
  padding: 0;
}
.checkout .coupons .redeemed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px 30px 45px;
  max-width: 440px;
  width: 100%;
}
.checkout .coupons .redeemed:not(.empty) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout .coupons .redeemed .table td {
  border: none;
  vertical-align: middle;
  font-size: 13px;
}
.checkout .coupons .redeemed .table .coupon-element {
  padding: 0;
}
.checkout .coupons .redeemed .table .coupon-code {
  padding-left: 20px;
}
.checkout .coupons .redeemed .table .coupon-description {
  text-align: right;
}
.checkout .coupons .redeemed .table .btn-danger {
  background: 0 0;
  color: #e93d3d;
  font-size: 25px;
}
.checkout .coupons .redeemed tr {
  font-weight: 600;
}
.checkout .coupons .redeemed tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.checkout .coupons .redeemed tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.07);
}
.checkout .coupons .redeemed tr > td:last-child {
  text-align: center;
  padding: 3px;
}
.checkout .coupons .redeemed tr .remove {
  font-size: 22px;
}
.checkout .panel.coupon .panel-body {
  padding: unset;
}
.checkout .panel.payment .radio {
  height: unset;
}
.checkout .detail-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 55px;
}
.checkout .panel-body.details {
  padding-bottom: 20px;
}
.checkout .panel.billing .details .form-group label {
  font-family: var(--secondFont);
  font-size: 17px;
  font-weight: 200;
}
.checkout .panel.billing .details .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .panel.billing .details .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .panel.billing .details .form-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .panel.billing .details .form-group .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .panel.billing .details .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.13);
}
.checkout .panel.billing .ndznTerms label,
.checkout .panel.billing .privacyStatement label {
  font-size: 17px !important;
  margin-left: 5px;
  padding-top: 0;
}
.checkout .panel.billing .ndznTerms #purchase-button,
.checkout .panel.billing .privacyStatement #purchase-button {
  padding: 15px 0;
  font-size: 20px;
  background: #3fb47d;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0;
}
.checkout .panel.billing .ndznTerms #purchase-button .mdi,
.checkout .panel.billing .privacyStatement #purchase-button .mdi {
  position: relative;
  margin-right: 8px;
  top: 1px;
}
.checkout .panel.billing .ndznTerms #purchase-button:hover,
.checkout .panel.billing .privacyStatement #purchase-button:hover {
  background: #4cc08a;
}
@media (max-width: 1250px) {
  .panel.panel-default.ndzn-checkout-packages .panel-heading {
    padding: 20px 35px 0;
    line-height: 34px;
    font-size: 28px;
  }
  .panel.panel-default.ndzn-checkout-packages .package .package-left {
    padding-left: 16px;
  }
  .panel.panel-default.ndzn-checkout-packages .package .package-left .package-name {
    font-size: 16px;
  }
  .panel.panel-default.ndzn-checkout-packages .package .package-left .package-price {
    font-size: 14px;
  }
  .panel.panel.panel-default .panel-body .coupons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel.panel.panel-default .panel-body .redeem {
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel.panel.panel-default .panel-body .redeem .input-group {
    max-width: 100%;
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control {
    height: 40px;
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.13);
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.13);
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.13);
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.13);
  }
  .panel.panel.panel-default .panel-body .redeem .input-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.13);
  }
  .panel.panel.panel-default .panel-body .redeemed {
    max-width: 100%;
    padding: 0 10px 35px 10px;
  }
  .panel.panel.panel-default .panel-body .redeemed:not(.empty) {
    border-left: none;
  }
  .checkout .panel.coupon .coupons .redeemed {
    border-top: 2px solid #f9f9f9;
  }
  .checkout .panel.coupon .coupons .redeemed:not(.empty) {
    border-left: unset;
  }
}
@media (max-width: 850px) {
  .panel.panel-default.ndzn-checkout-packages .panel-heading {
    padding: 20px 25px 0;
    line-height: 34px;
    font-size: 26px;
  }
  .panel.panel-default.ndzn-checkout-packages .panel-body {
    padding: 20px 25px 25px;
  }
  .checkout .panel.coupon .coupons .redeem,
  .checkout .panel.coupon .coupons .redeemed {
    padding: 25px;
  }
  .checkout .panel.coupon .coupons .redeem .page-header {
    margin-bottom: 15px;
  }
  .checkout .page-header h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .checkout .coupons .redeemed table {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .panel.panel-default.ndzn-checkout-packages .panel-heading {
    padding: 15px 15px 0;
    font-size: 24px;
  }
  .panel.panel-default.ndzn-checkout-packages .panel-body {
    padding: 15px;
  }
  .panel.panel-default.ndzn-checkout-packages .package .package-left .package-price {
    padding-left: 0;
  }
  .checkout .panel.coupon .coupons .redeem,
  .checkout .panel.coupon .coupons .redeemed {
    padding: 15px;
  }
  .checkout .page-header h4 {
    font-size: 22px;
    text-align: center;
  }
  .checkout .detail-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 55px;
  }
  .checkout .panel.billing .ndznTerms label,
  .checkout .panel.billing .privacyStatement label {
    font-size: 15px !important;
  }
}
@media (max-width: 450px) {
  .checkout .panel.coupon .coupons .input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout .panel.coupon .coupons .input .input-btn {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .ndzn-checkout-packages .package-right {
    margin: unset;
    padding-left: 0 !important;
  }
  .ndzn-checkout-packages .package .opt {
    text-align: center;
  }
}
@media (max-width: 374px) {
  .checkout .coupons .redeemed tr > td:nth-child(2) {
    display: none;
  }
}
.jq-toast-wrap {
  width: 300px;
}
.jq-toast-single {
  padding: 18px 16px 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-family: var(--font);
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
  background-color: rgba(63, 180, 125, 0.875);
  color: #fff;
}
.jq-toast-single.jq-has-icon {
  background-position: 20px center;
  padding-left: 62px;
}
.jq-toast-single.jq-icon-error {
  background-image: none;
  background-color: rgba(226, 78, 78, 0.9);
}
.jq-toast-single.jq-icon-error:before {
  content: "?";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  pointer-events: none;
  color: #fff;
  left: 21px;
  font-family: FontAwesome;
}
.jq-toast-single.jq-icon-error .jq-toast-loader {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background: rgba(255, 255, 255, 0.25) !important;
}
.jq-toast-single .jq-toast-loader {
  top: 0;
  height: 3px;
}
.jq-toast-single.jq-icon-success .jq-toast-loader {
  background: rgba(255, 255, 255, 0.4) !important;
}
.jq-toast-single .jq-toast-heading {
  font-family: var(--font);
  font-size: 16px;
  margin-bottom: 13px;
  position: relative;
  display: table;
}
.jq-toast-single .jq-toast-heading:after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.category--ndzn-ajax {
  position: relative;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.category--ndzn-ajax.loading .ndzn-ajax-buttons .btn {
  display: none;
}
.category--ndzn-ajax.loading .ndzn-ajax-buttons .btn-info {
  display: block;
}
.category--ndzn-ajax.loading .ndzn-ajax-buttons .packageQty {
  display: block;
  margin-right: 0 !important;
  width: 96px !important;
  font-size: 0;
  opacity: 0.5;
}
.category--ndzn-ajax.loading .ndzn-ajax-buttons .packageQty:before {
  content: "LOADING";
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.category--ndzn-ajax .ndzn-ajax-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px 4px 36px 4px 36px 4px 36px;
  grid-template-columns: 42px 36px 36px 36px;
  gap: 4px;
  height: 36px;
}
.category--ndzn-ajax .ndzn-ajax-buttons .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px !important;
}
.category--ndzn-ajax .ndzn-ajax-buttons .btn-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 36px;
}
.category--ndzn-ajax .ndzn-ajax-buttons .btn-success {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #fff;
  background: #535353;
  padding-bottom: 2px;
  cursor: default;
}
.category--ndzn-ajax .ndzn-ajax-buttons .btn-danger {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.category--ndzn-ajax .ndzn-ajax-buttons .fa {
  padding-top: 2px;
}
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty[data-qty="0"] ~ .btn-success {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
}
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty[data-qty="0"] ~ .btn-success .fa {
  display: none;
}
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty[data-qty="0"] ~ .btn-success:after {
  content: "Add to Cart";
}
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty[data-qty="0"],
.category--ndzn-ajax .ndzn-ajax-buttons .packageQty[data-qty="0"] ~ .btn-danger {
  display: none;
}
.ndzn-ajax--optionsForm {
  position: relative;
}
body.ndzn-ajax--loading .ndzn-ajax--optionsForm {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.ndzn-ajax--loading .ndzn-ajax--optionsForm .buttons .btn-success {
  font-size: 0;
  outline: 0;
}
body.ndzn-ajax--loading .ndzn-ajax--optionsForm .buttons .btn-success:before {
  content: "PLEASE WAIT..." !important;
  font-size: 18px !important;
}
.ndzn-ajax--optionsForm .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.ndzn-ajax--optionsForm .buttons > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
.ndzn-ajax--optionsForm .buttons .btn {
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.ndzn-ajax--optionsForm .buttons .back {
  margin-right: 10px;
}
.ndzn-ajax--optionsForm .buttons .back .btn {
  font-size: 0;
}
.ndzn-ajax--optionsForm .buttons .back .btn:before {
  content: "Cancel";
  font-size: 18px;
}
.modal-notification .text {
  background: #e04646;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 13px 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 4px;
}
body.ndzn-ajax--loading .modal-notification .text {
  font-size: 0;
  background: #999;
  padding-bottom: 8px;
}
body.ndzn-ajax--loading .modal-notification .text:before {
  font-size: 16px;
  content: "Trying again - please wait...";
}
.modal-content--package {
  position: relative;
}
.modal-content--package .package-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
  display: none;
}
body.ndzn-ajax--loading .modal-content--package .package-loader {
  display: block;
}
.modal-content--package .package-loader svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}
#ndzn-mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 20;
  overflow: auto;
}
#ndzn-mobile-sidebar.opened {
  display: block;
}
#ndzn-mobile-sidebar .mobile-sidebar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  width: 340px;
}
#ndzn-mobile-sidebar .part-top {
  background-color: #ece9e9;
}
#ndzn-mobile-sidebar .part-top > a {
  color: #a3a1a1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  margin: 5px;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-mobile-sidebar .part-top > a:focus,
#ndzn-mobile-sidebar .part-top > a:hover {
  background: #f1eeee;
}
#ndzn-mobile-sidebar .part-top .mdi-arrow-left {
  font-size: 17px;
}
#ndzn-mobile-sidebar .part-top span {
  font-size: 13px;
  line-height: 23px;
  margin-left: 10px;
}
#ndzn-mobile-sidebar .part-bottom {
  background-color: #f6f6f6;
  color: #4521c0;
  padding-left: 20px;
}
#ndzn-mobile-sidebar .part-bottom > b {
  font-size: 21px;
}
#ndzn-mobile-sidebar .part-bottom .mdi-close {
  font-size: 32px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  padding: 0 9px;
  margin: 5px 5px 5px auto;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-mobile-sidebar .part-bottom .mdi-close:focus,
#ndzn-mobile-sidebar .part-bottom .mdi-close:hover {
  background-color: #f3f3f3;
}
#ndzn-mobile-sidebar .mobile-body {
  height: calc(100% - 102px);
  overflow: auto;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items {
  display: block;
  padding: 20px 20px 20px 0;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .active .nav-link {
  background-color: unset;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .active .nav-link:before {
  display: none;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .active.open .dropdown-link {
  color: #fff;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .nav-link:hover {
  background-color: unset;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .open .nav-link {
  border: unset;
  color: #3b3b3b;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .nav-dd {
  padding: 0 0 10px;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link {
  color: #686868;
  padding: 8px 10px 8px 35px;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link:focus,
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-items .nav-dd .dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li {
  color: #636363;
  border-radius: 0 7px 7px 0;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li.open,
#ndzn-mobile-sidebar #ndzn-sidebar-nav li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li.open:hover,
#ndzn-mobile-sidebar #ndzn-sidebar-nav li:focus:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li:focus,
#ndzn-mobile-sidebar #ndzn-sidebar-nav li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li .nav-link {
  font-size: 20px;
  padding: 12px 0 12px 35px;
  color: unset;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li .nav-link .mdi-menu-down {
  margin-left: 10px;
  font-size: 22px;
  height: 20px;
  line-height: 20px;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li.active {
  background-color: #4521c0;
  color: #fceb38;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav li.open .nav-link {
  border-radius: 0 7px 7px 0;
  background-color: transparent;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-link-icon {
  display: none;
}
#ndzn-mobile-sidebar #ndzn-sidebar-nav .nav-collapse {
  background: 0 0;
  border-radius: 0;
}
#ndzn-popup-cart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 200;
}
#ndzn-popup-cart.opened {
  display: block;
}
#ndzn-popup-cart .backdrop {
  position: absolute;
  z-index: 201;
}
#ndzn-popup-cart .popup-cart-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  background: #f6f4f8;
  width: 602px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  z-index: 202;
}
#ndzn-popup-cart .cart-header {
  background: var(--headerBg) no-repeat center/auto 100%;
  padding: 25px 25px 27px 32px;
  position: relative;
  -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.1);
}
#ndzn-popup-cart .cart-body {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
body.ndzn-ajax--loading #ndzn-popup-cart .cart-body {
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ndzn-popup-cart .header-buttons {
  margin-left: auto;
}
#ndzn-popup-cart .header-buttons .btn {
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#ndzn-popup-cart .header-buttons .btn:focus,
#ndzn-popup-cart .header-buttons .btn:hover {
  background-color: rgba(0, 0, 0, 0.24);
  color: #fff;
}
#ndzn-popup-cart .header-buttons .currency {
  margin-right: 10px;
}
#ndzn-popup-cart .header-buttons .currency .btn {
  padding-left: 16px;
  padding-right: 10px;
}
#ndzn-popup-cart .header-buttons .currency .ndzn-currency-dd a {
  font-size: 14px;
}
#ndzn-popup-cart .header-buttons .mdi-menu-down {
  margin-left: 2px;
}
#ndzn-popup-cart .header-buttons .ndzn-currency-dd {
  left: -29px;
}
#ndzn-popup-cart .header-buttons .dd-grid {
  position: relative;
}
#ndzn-popup-cart .header-buttons .dd-grid:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: -3px;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ndzn-popup-cart .header-upper .mdi-close-thick {
  font-size: 34px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  text-shadow: 2px 3px 0 #00000029;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  color: #fff;
}
#ndzn-popup-cart .main-left {
  max-width: 430px;
}
#ndzn-popup-cart .main-left .big,
#ndzn-popup-cart .main-left .sml {
  cursor: default;
}
#ndzn-popup-cart .main-left .big {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 35px;
}
#ndzn-popup-cart .main-left .sml {
  font-size: 18px;
  font-weight: 500;
  color: #cdaef6;
  line-height: 23px;
}
#ndzn-popup-cart .player-model {
  background: no-repeat top center/100% auto;
  width: 70px;
  height: 122px;
  position: absolute;
  right: 46px;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#ndzn-popup-cart .header-main {
  margin-top: 57px;
}
#ndzn-popup-cart .slide-cart-inner {
  padding: 25px;
}
#ndzn-popup-cart .cart-item {
  background: #eeecf0;
  color: #6f6182;
  border-radius: 20px;
  border: 2px solid transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-popup-cart .cart-item:focus,
#ndzn-popup-cart .cart-item:hover {
  background: #f1eff2;
}
#ndzn-popup-cart .cart-item .mdi-dots-vertical {
  color: #bbb3c6;
}
#ndzn-popup-cart .cart-item:not(:first-child) {
  margin-top: 15px;
}
#ndzn-popup-cart .cart-item .qty {
  display: inline-block;
  background: #7c6b8d;
  color: #fff;
  font-size: 14px;
  padding: 1px 11px 0;
  margin-right: 7px;
  height: 22px;
  line-height: 18px;
  position: relative;
  top: 2px;
  border-radius: 8px;
  letter-spacing: 1px;
}
#ndzn-popup-cart .cart-item .details {
  cursor: pointer;
  padding: 20px 25px 25px 25px;
}
#ndzn-popup-cart .cart-item .quantity {
  padding: 11px 0 11px 0;
  margin: 0 15px;
  border-bottom: 1px solid #954bf5;
}
#ndzn-popup-cart .cart-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0 5px;
}
#ndzn-popup-cart .cart-item .actions .mdi-information {
  font-size: 24px;
  margin-right: 8px;
}
#ndzn-popup-cart .cart-item .actions .mdi-trash-can {
  font-size: 24px;
  margin-right: 5px;
}
#ndzn-popup-cart .cart-item .actions .action-info,
#ndzn-popup-cart .cart-item .actions .action-remove {
  color: #fff;
}
#ndzn-popup-cart .cart-item .actions > a {
  padding: 5px 18px 5px 15px;
  border-radius: 5px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-decoration: none;
}
#ndzn-popup-cart .cart-item .actions > a:focus,
#ndzn-popup-cart .cart-item .actions > a:hover {
  background: rgba(0, 0, 0, 0.06);
}
#ndzn-popup-cart .cart-item .options {
  background-color: #e7e5e9;
  margin-top: 18px;
  padding: 19px 24px;
  border-radius: 18px;
}
#ndzn-popup-cart .cart-item .option {
  color: #6f6182;
  font-size: 17px;
}
#ndzn-popup-cart .cart-item .option:not(:first-child) {
  margin-top: 10px;
}
#ndzn-popup-cart .cart-item .option > strong {
  font-weight: 700;
  color: #958d9f;
}
#ndzn-popup-cart .cart-item .option > span {
  color: #958d9f;
}
#ndzn-popup-cart .cart-item .dd-menu {
  display: none;
  background: #7e31e3;
  border-radius: 0 0 16px 16px;
}
#ndzn-popup-cart .cart-item.open {
  border: 2px solid #7e31e3;
}
#ndzn-popup-cart .cart-item.open .dd-menu {
  display: block;
}
#ndzn-popup-cart .cart-item.open .mdi-dots-vertical {
  display: none;
}
#ndzn-popup-cart .cart-item.open .mdi-chevron-up {
  display: inline-block;
}
#ndzn-popup-cart .cart-item.open .details-right {
  margin-right: -14px;
}
#ndzn-popup-cart .cart-item.open:focus,
#ndzn-popup-cart .cart-item.open:hover {
  background: #eeecf0;
}
#ndzn-popup-cart .cart-item .name {
  color: #6f6182;
  font-weight: 700;
  font-size: 21px;
}
#ndzn-popup-cart .cart-item .price {
  color: #2fc877;
  font-size: 17px;
  font-weight: 600;
  margin-top: 4px;
}
#ndzn-popup-cart .cart-item .mdi-chevron-up,
#ndzn-popup-cart .cart-item .mdi-dots-vertical {
  height: 59px;
  line-height: 59px;
  display: inline-block;
  padding: 0 3px;
}
#ndzn-popup-cart .cart-item .mdi-chevron-up {
  display: none;
  font-size: 34px;
  color: #7e31e3;
  position: relative;
  right: 16px;
}
#ndzn-popup-cart .cart-item .mdi-dots-vertical {
  font-size: 36px;
  border-radius: 7px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-popup-cart .cart-item .lbl {
  font-size: 14px;
  font-weight: 600;
  color: #caa2ff;
}
#ndzn-popup-cart .cart-item .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
#ndzn-popup-cart .cart-item .controls .ci {
  line-height: 30px;
  height: 32px;
  border-radius: 5px;
}
#ndzn-popup-cart .cart-item .controls > a {
  font-size: 26px;
  color: #fff;
}
#ndzn-popup-cart .cart-item .controls .current {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  display: inline-block;
  margin: 0 10px;
}
#ndzn-popup-cart .cart-item .controls .minus,
#ndzn-popup-cart .cart-item .controls .plus {
  width: 32px;
  text-align: center;
}
#ndzn-popup-cart .cart-item .controls .minus:focus,
#ndzn-popup-cart .cart-item .controls .minus:hover,
#ndzn-popup-cart .cart-item .controls .plus:focus,
#ndzn-popup-cart .cart-item .controls .plus:hover {
  background: #00000014;
}
#ndzn-popup-cart .details-left {
  padding-right: 10px;
  padding-left: 5px;
}
#ndzn-popup-cart .details-left > span {
  display: block;
}
#ndzn-popup-cart .details-left .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ndzn-popup-cart .details-right {
  margin-left: auto;
}
#ndzn-popup-cart .cart-checkout {
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#ndzn-popup-cart .cart-checkout .btn,
#ndzn-popup-cart .cart-checkout .total {
  text-align: center;
}
#ndzn-popup-cart .total {
  color: #6f6182;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
#ndzn-popup-cart .checkout-begin {
  background: #2fc877;
  margin: 15px auto 0;
  color: #f4f4f6;
  font-size: 30px;
  height: 74px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  font-weight: 800;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  padding: 0 90px;
  line-height: 68px;
  border-radius: 18px;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.17);
}
#ndzn-popup-cart .checkout-begin:focus,
#ndzn-popup-cart .checkout-begin:hover {
  background: #3fd284;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
#ndzn-popup-cart .is-empty {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  background: #eeecf0;
  border-radius: 20px;
}
#ndzn-popup-cart .is-empty .big {
  font-size: 23px;
  color: #6f6182;
}
#ndzn-popup-cart .is-empty .big,
#ndzn-popup-cart .is-empty .sml {
  font-weight: 700;
}
#ndzn-popup-cart .is-empty .sml {
  margin-top: 5px;
  font-size: 16px;
  color: #958d9f;
}
#ndzn-popup-cart .is-empty > a {
  margin-top: 20px;
  font-size: 16px;
  background: #9c41c9;
  padding: 10px 16px;
  border-radius: 5px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  border-bottom: 3px solid #8030a7;
}
#ndzn-popup-cart .is-empty > a:focus,
#ndzn-popup-cart .is-empty > a:hover {
  background: #a451ce;
  border-bottom-color: #8c34b7;
}
@media (max-width: 650px) {
  #ndzn-popup-cart .header-upper .mdi-close-thick {
    font-size: 28px;
  }
  #ndzn-popup-cart .popup-cart-inner {
    width: 350px;
  }
  #ndzn-popup-cart .cart-header {
    padding: 15px;
  }
  #ndzn-popup-cart .player-model {
    right: 15px;
    height: 98px;
    width: 55px;
  }
  #ndzn-popup-cart .main-left .big {
    font-size: 20px;
    line-height: 28px;
  }
  #ndzn-popup-cart .main-left .sml {
    font-size: 14px;
    line-height: 21px;
  }
  #ndzn-popup-cart .slide-cart-inner {
    padding: 10px;
  }
  #ndzn-popup-cart .details-left {
    padding-left: 0;
  }
  #ndzn-popup-cart .cart-item {
    border-radius: 10px;
  }
  #ndzn-popup-cart .cart-item:not(:first-child) {
    margin-top: 10px;
  }
  #ndzn-popup-cart .cart-item .details {
    padding: 0;
  }
  #ndzn-popup-cart .cart-item .details-inner {
    padding: 15px;
  }
  #ndzn-popup-cart .cart-item .qty {
    padding: 1px 7px 0;
    top: 1px;
  }
  #ndzn-popup-cart .cart-item .name {
    font-size: 16px;
  }
  #ndzn-popup-cart .cart-item .price {
    margin-top: 0;
    font-size: 14px;
  }
  #ndzn-popup-cart .cart-item .mdi-chevron-up,
  #ndzn-popup-cart .cart-item .mdi-dots-vertical {
    height: 40px;
    line-height: 40px;
  }
  #ndzn-popup-cart .cart-item .mdi-dots-vertical {
    font-size: 24px;
  }
  #ndzn-popup-cart .cart-item .options {
    margin-top: 0;
    padding: 8px 15px;
    border-radius: 0 0 10px 10px;
  }
  #ndzn-popup-cart .cart-item .option {
    font-size: 13px;
  }
  #ndzn-popup-cart .cart-item .option:not(:first-child) {
    margin-top: 8px;
  }
  #ndzn-popup-cart .cart-item .quantity {
    padding: 8px 15px;
    margin: 0;
  }
  #ndzn-popup-cart .cart-item .controls > a {
    font-size: 20px;
  }
  #ndzn-popup-cart .cart-item .controls .current {
    font-size: 18px;
    margin: 0 5px;
  }
  #ndzn-popup-cart .cart-item .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
  }
  #ndzn-popup-cart .cart-item .actions > a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #ndzn-popup-cart .cart-item .actions .action-info {
    border-radius: 5px 5px 0 0;
  }
  #ndzn-popup-cart .cart-item .actions .action-remove {
    border-radius: 0 0 5px 5px;
  }
  #ndzn-popup-cart .cart-item .actions .mdi-information,
  #ndzn-popup-cart .cart-item .actions .mdi-trash-can {
    font-size: 20px;
    width: 20px;
    text-align: center;
  }
  #ndzn-popup-cart .cart-item .actions .mdi-trash-can {
    margin-right: 8px;
  }
  #ndzn-popup-cart .cart-item.open .options {
    border-radius: 0;
  }
  #ndzn-popup-cart .cart-item .dd-menu {
    border-radius: 0 0 6px 6px;
  }
  #ndzn-popup-cart .cart-item .mdi-chevron-up {
    font-size: 26px;
    height: 32px;
    line-height: 32px;
  }
  #ndzn-popup-cart .header-buttons .btn {
    font-size: 14px;
  }
  #ndzn-popup-cart .cart-checkout {
    margin-top: 20px;
  }
  #ndzn-popup-cart .total {
    font-size: 16px;
  }
  #ndzn-popup-cart .checkout-begin {
    padding: 0 40px;
    line-height: 52px;
    height: 54px;
    font-size: 22px;
    border-radius: 10px;
  }
  #ndzn-popup-cart .cart-item.open {
    border-width: 1px;
  }
}
#ndzn-gift-modal .modal-body {
  text-align: center;
}
#ndzn-gift-modal .gift-tab {
  padding: 20px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.075);
}
#ndzn-gift-modal .gift-tab:not(:last-child) {
  margin-bottom: 15px;
}
#ndzn-gift-modal p {
  font-size: 18px;
  display: block;
}
#ndzn-gift-modal img {
  max-width: 100%;
  height: auto;
  margin-top: 19px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.075);
}
.paypal-button {
  text-align: center;
}
.btn-xsolla {
  margin-bottom: 23px;
  height: 46px;
  line-height: 43px;
  border: none !important;
  padding: 0;
  font-size: 16px;
  outline: 0 !important;
  background: #ff005b !important;
}
.btn-xsolla:focus,
.btn-xsolla:hover {
  background: #e60052 !important;
}
.pay-label {
  display: block;
  background: #fff;
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0;
  position: relative;
  z-index: 101;
  text-align: center;
}
.pay-label.is-paypal {
  margin-top: -27px;
}
@media (max-width: 600px) {
  .pay-label.is-paypal {
    margin-top: -18px;
  }
}
.checkout .details {
  margin: 0;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning {
  margin-left: auto;
  color: #ec7272;
  padding: 14px 0 14px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .mdi-alert,
#ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .warning-text {
  position: relative;
  z-index: 2;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .mdi-alert {
  font-size: 20px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .warning-text {
  margin-right: 16px;
  font-weight: 700;
  font-size: 15px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .panel {
  margin-bottom: 5px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item.agreement-item-1 .mdi-open-in-new {
  margin-left: 4px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item.agreement-item-3 .text {
  padding-bottom: 0;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item input,
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item input ~ .mdi {
  display: none;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item input:not(:checked) ~ .mdi-checkbox-blank {
  display: block;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item input:checked ~ .mdi-checkbox-marked {
  display: block;
  color: #7e31e3;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  cursor: pointer;
  padding: 27px 0 27px 40px;
  position: relative;
  z-index: 2;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item label .agreement-text {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .checkbox {
  color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 28px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  width: 24px;
  position: absolute;
  top: 28px;
  margin: 0;
  z-index: 1;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text span {
  line-height: 24px;
  font-size: 17px;
  font-weight: 400;
  color: #707070;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text a {
  color: #7e31e3;
  font-weight: 600;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text a {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-decoration: none;
  margin: 0 3px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text a:focus,
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text a:hover {
  color: #8943e5;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text .mdi-open-in-new {
  margin-right: 4px;
  margin-left: -1px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text small {
  display: block;
  color: #707070;
  font-weight: 200;
  font-size: 14px;
  margin-top: 10px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text small a {
  color: #7e31e3;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text small .mdi-open-in-new {
  font-size: 12px;
}
#ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text small .mdi-gift {
  margin-right: 5px;
  color: #7e31e3;
}
.container-pay.disabled .panel-body {
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-pay .pay-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-pay .pay-heading .title {
  font-size: 25px;
  color: #7e31e3;
  font-weight: 900;
}
.container-pay .pay-heading .amount {
  margin-left: 15px;
  color: #fff;
  height: 35px;
  display: inline-block;
  line-height: 34px;
  border-radius: 13px;
  margin-right: -8px;
  font-weight: 200;
}
.container-pay .pay-heading .amount.amount-feeless {
  padding: 0 15px;
  background: #73e68e;
}
.container-pay .pay-heading .amount.amount-normal {
  padding: 0 15px;
  background: #e65252;
}
.container-pay .pay-btn {
  margin-top: 30px;
}
.container-pay .pay-btn .btn {
  display: block;
  width: 100%;
  max-width: 750px;
  height: 55px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 900px) {
  #ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .mdi-alert {
    font-size: 18px;
  }
  #ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning .warning-text {
    font-size: 13px;
    margin-right: 5px;
  }
}
@media (max-width: 680px) {
  #ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item label {
    padding: 25px 0 25px 45px;
  }
  #ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .checkbox {
    top: 25px;
  }
  #ndzn-custom-checkout .panel--ndzn-checkout-main .agreement-item .agreement-text .mdi-open-in-new {
    margin-left: 2px;
  }
}
@media (max-width: 600px) {
  #ndzn-custom-checkout .panel--ndzn-checkout-main .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    height: auto;
  }
  #ndzn-custom-checkout .panel--ndzn-checkout-main .item-warning {
    margin: 0;
  }
  #ndzn-custom-checkout .panel--ndzn-checkout-main .panel-body {
    padding: 30px 20px;
  }
  .container-pay .pay-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-pay .pay-heading .amount {
    margin-top: 10px;
  }
}
.pulse {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

