/*
    2020 (C) NIKOLOVDZN.COM
*/


:root {
    --spacing: 20px;
    --sidebarWidth: 280px
}

@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
}

.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
}

.modal-dialog {
    -webkit-transition: opacity .5s, -webkit-transform .4s;
    transition: opacity .5s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .5s;
    transition: transform .4s, opacity .5s;
    transition: transform .4s, opacity .5s, -webkit-transform .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, .15)
}

.btn-gift:focus,
.btn-gift:hover {
    background: #a058e2
}

.btn-warning {
    background: #de8753;
    border-color: rgba(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, .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 .65s infinite linear;
    animation: ndznGiftPulse .65s infinite linear
}

@-webkit-keyframes ndznGiftPulse {

    0%,
    100%,
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.89);
        transform: scale(.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(.89);
        transform: scale(.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-component-cart:not(.is--open) .cart-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8)
}

.ndzn-component-cart.is--open .cart-dropdown {
    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 {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    text-align: left;
    position: absolute;
    z-index: 100;
    top: calc(100% + 2px);
    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, .15);
    box-shadow: 0 3px 4px rgba(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, .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, .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, .2);
    color: rgba(255, 255, 255, .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: "\F156"
}

#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: .1s;
    -o-transition: .1s;
    transition: .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: .4;
    margin-left: auto
}

.ndzn-default-footer #tm:hover {
    opacity: .8
}

.ndzn-default-footer #tm.white {
    background-image: url(https://cdn.mc-blaze.com/ZU3PFO9.png)
}

.ndzn-default-footer #tm.black {
    background-image: url(https://cdn.mc-blaze.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, .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: .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;
    color: white;
    padding-right: 20px;
}

#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, .1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 6px rgba(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;
    white-space: nowrap;
}

#ndzn-packages-list .list-item .item-price .price-discount {
    text-decoration: line-through;
    font-size: .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
    }
}

#ndzn-giftcard-modal .stage {
    cursor: default;
    width: 100%;
    height: 100px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ndzn-giftcard-modal .stage .b,
#ndzn-giftcard-modal .stage .h {
    width: 400px;
    max-width: 100%;
    margin: 0 auto
}

#ndzn-giftcard-modal .stage .h {
    margin-top: -3px;
    margin-bottom: 7px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ndzn-giftcard-modal .stage .h b {
    font-weight: 500;
    color: #fff;
    height: 25px;
    line-height: 25px;
    display: block;
    margin-left: 2px
}

#ndzn-giftcard-modal .stage .h button {
    border: none;
    outline: 0;
    background: 0 0;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 23px;
    color: rgba(255, 255, 255, .3);
    position: relative;
    top: -1px;
    margin-right: 5px
}

#ndzn-giftcard-modal .stage .h button .mdi {
    float: left;
    position: relative;
    left: 2px;
    display: inline-block;
    height: 0;
    line-height: 0
}

#ndzn-giftcard-modal .stage:not(.active) {
    display: none
}

#ndzn-giftcard-modal pre {
    height: 36px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 12px;
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .03);
    border: 2px solid rgba(255, 255, 255, .05);
    margin: 0
}

#ndzn-giftcard-modal .stage--form {
    margin: 0 auto
}

#ndzn-giftcard-modal .stage--form .b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#ndzn-giftcard-modal .stage--form .b .form-control {
    height: 48px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 4px;
    background: #2f313a;
    border-color: rgba(255, 255, 255, .05) !important
}

#ndzn-giftcard-modal .stage--form .b .form-control::-webkit-input-placeholder {
    color: #5b5e6c
}

#ndzn-giftcard-modal .stage--form .b .form-control::-moz-placeholder {
    color: #5b5e6c
}

#ndzn-giftcard-modal .stage--form .b .form-control:-ms-input-placeholder {
    color: #5b5e6c
}

#ndzn-giftcard-modal .stage--form .b .form-control::-ms-input-placeholder {
    color: #5b5e6c
}

#ndzn-giftcard-modal .stage--form .b .form-control::placeholder {
    color: #5b5e6c
}

#ndzn-giftcard-modal .stage--form .b .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#ndzn-giftcard-modal .stage--result .h b {
    margin-left: auto
}

.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 .4s infinite linear;
    animation: ndzncheckoutbtn1 .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 .4s infinite linear;
    animation: ndzncheckoutbtn2 .4s infinite linear
}

.ndzn-checkout-packages .package-right-qty fieldset[disabled] {
    opacity: .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, .15);
    box-shadow: 0 8px 14px -6px rgba(0, 0, 0, .15);
    top: 100%;
    margin-top: 5px;
    z-index: 1;
    border: 1px solid rgba(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: .15s;
    -o-transition: .15s;
    transition: .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
}

:root {
    --spacing: 20px;
    --br: 6px;
    --sidebarWidth: 330px;
    --mainbarWidth: 550px
}

@media (max-width:1200px) {
    :root {
        --sidebarWidth: 280px
    }
}

@media (max-width:900px) {
    :root {
        --spacing: 15px
    }
}

@media (max-width:650px) {
    :root {
        --spacing: 8px
    }
}

body {
    background: #16181e;
    font-family: Montserrat, sans-serif;
    color: #a8a9ba
}

.ndzn-body {
    margin-top: 35px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ndzn-dummy-header {
    height: 390px;
    margin-bottom: 35px;
    color: #a8a9ba;
    background: rgba(255, 255, 255, .05)
}

.panel-default {
    border: none;
    background: #24262e;
    border-radius: var(--br);
    -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 7px -2px rgba(0, 0, 0, .2)
}

.panel-default .panel-heading {
    border-radius: 0 4px 7px -2px rgba(0, 0, 0, .2) 0 4px 7px -2px rgba(0, 0, 0, .2) 0 0;
    background: 0 0;
    border: none;
    padding: 40px 40px 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.panel-default .panel-body {
    padding: 0 40px 40px
}

.panel-default .panel-body p {
    color: #a8a9ba
}

@media (max-width:900px) {
    .panel-default .panel-heading {
        padding: 25px 25px 20px
    }

    .panel-default .panel-body {
        padding: 0 25px 25px
    }
}

@media (max-width:650px) {
    .panel-default .panel-heading {
        padding: 20px 20px 15px;
        text-align: center
    }

    .panel-default .panel-body {
        padding: 0 20px 20px;
        text-align: center
    }

    .panel-default .panel-body p {
        text-align: center
    }
}

@media (max-width:450px) {
    .panel-default .panel-heading {
        padding: 15px 15px 10px
    }

    .panel-default .panel-body {
        padding: 0 15px 15px
    }
}

.panel-default.panel--ndzn-checkout-main .panel-body {
    padding-top: 30px
}

.page-header {
    color: #ff9241;
    border-bottom: 2px solid #2b2d35
}

.page-header h4 {
    font-weight: 700;
    margin-bottom: 15px
}

.header {
    margin-left: unset;
    margin-right: unset
}

#ndzn-sidebar-nav .nav-items {
    padding: 0
}

#ndzn-sidebar-nav .nav-items>li {
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

#ndzn-sidebar-nav .nav-items>li>a {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 90px;
    position: relative;
    border-top: 1px solid #2b2d35;
    color: #fff;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-size: 16px
}

#ndzn-sidebar-nav .nav-items>li>a .mdi {
    margin-left: 7px
}

#ndzn-sidebar-nav .nav-items>li>a:focus,
#ndzn-sidebar-nav .nav-items>li>a:hover {
    background: rgba(0, 0, 0, .05)
}

#ndzn-sidebar-nav .nav-items>li:first-child>a {
    border-top: none
}

#ndzn-sidebar-nav .nav-items>li.active>a {
    color: #ff9241;
    background: 0 0 !important
}

#ndzn-sidebar-nav .nav-items>li.active>a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2px;
    height: 70%;
    background: #ff9241;
    border-radius: 10px
}

#ndzn-sidebar-nav .nav-items>li.open {
    background: #20222a
}

#ndzn-sidebar-nav .nav-items>li.open>a {
    background: 0 0 !important
}

#ndzn-sidebar-nav .nav-items .nav-dd {
    margin-top: -10px;
    padding-bottom: 15px
}

#ndzn-sidebar-nav .nav-items .nav-dd a {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    color: #8b8d99
}

#ndzn-sidebar-nav .nav-items .nav-dd a .mdi {
    font-size: 20px;
    display: inline-block;
    height: 0;
    line-height: 0;
    position: relative;
    top: 2px;
    margin-right: 5px
}

#ndzn-sidebar-nav .nav-items .nav-dd a:focus,
#ndzn-sidebar-nav .nav-items .nav-dd a:hover {
    background: rgba(0, 0, 0, .1);
    color: #c1c2c9
}

.btn {
    background: #ff9241;
    color: #643515;
    border-bottom: 4px solid #c26928;
    border-radius: var(--br);
    border-width: 0 0 4px 0;
    font-size: 12px;
    font-weight: 700;
    padding: 13px 20px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.btn:focus,
.btn:hover {
    background: #ff9b50;
    border-bottom-color: #cf702b;
    color: #643515
}

.btn.btn-danger {
    color: #7c1414;
    background: #fe4a4a;
    border-bottom-color: rgba(0, 0, 0, .15)
}

.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background: #e93030
}

.btn.btn-success {
    background: #47cc45;
    color: #135512;
    border-bottom: 4px solid rgba(0, 0, 0, .15)
}

.btn.btn-success:focus,
.btn.btn-success:hover {
    background: #33b231
}

.ndzn-currency-dd {
    position: absolute;
    bottom: -1px;
    left: -27px;
    border: unset
}

.ndzn-currency-dd,
.ndzn-currency-dd .dd-grid {
    border-radius: var(--br);
    background: #2d2f38
}

.ndzn-currency-dd .dd-grid {
    border: 1px solid #363843;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
}

.ndzn-currency-dd .dd-grid:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #363843
}

.ndzn-currency-dd a {
    color: #fff
}

.ndzn-currency-dd a:focus,
.ndzn-currency-dd a:hover {
    background: #343640
}

.ndzn-currency-dd a.active {
    background: #3f424f
}

#ndzn-user .panel-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: var(--spacing)
}

#ndzn-user .panel-user .btn-home {
    margin-right: 10px;
    width: 55px;
    padding: 0
}

#ndzn-user .panel-user .btn-home .mdi {
    height: 0;
    line-height: 0;
    margin: 0 auto;
    font-size: 28px
}

#ndzn-user .user-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ndzn-user .user-right {
    margin-left: auto
}

#ndzn-user .btn-user {
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important
}

#ndzn-user .profile-container .dropdown-menu {
    display: none
}

#ndzn-user .profile-container.open .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    top: calc(100% + 4px);
    background: #2d2f38;
    border: 1px solid #363843
}

#ndzn-user .profile-container.open .dropdown-menu .btn-logout {
    margin-left: 10px
}

#ndzn-user .profile-container.open .dropdown-menu:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #363843
}

#ndzn-user .btn-user {
    padding: 0 20px;
    background: #1e2028;
    border: unset;
    color: #b4bde0;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-size: 16px;
    border-radius: 5px;
    outline: unset;
    font-weight: 700
}

#ndzn-user .btn-user:not(:first-child) {
    margin-left: 15px
}

#ndzn-user .btn-user:focus,
#ndzn-user .btn-user:hover {
    background: #191b21
}

#ndzn-user .currency-container {
    margin-left: 10px;
    position: relative
}

#ndzn-user .btn-profile {
    margin-left: 0 !important
}

#ndzn-user .user-img {
    margin-right: 15px;
    height: 28px;
    width: 28px;
    border-radius: 50%
}

#ndzn-user .btn-currency .fa {
    margin-left: 10px;
    font-size: 12px
}

a {
    color: #ebebeb;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    text-decoration: none
}

a:focus,
a:hover {
    color: #fff
}

.ndzn-component-cart .cart-toggle {
    font-weight: 700;
    background: #fff;
    color: #3a3c45;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .2);
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ndzn-component-cart .cart-left {
    padding: 0 22px
}

.ndzn-component-cart .cart-left span {
    display: block;
    text-align: center
}

.ndzn-component-cart .items {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.ndzn-component-cart .currency {
    font-size: 10px;
    line-height: 16px
}

.ndzn-component-cart .mdi-cart {
    font-size: 30px;
    margin-right: 15px
}

.ndzn-component-cart .cart-empty b {
    color: #ff9241
}

.ndzn-component-cart .cart-empty small {
    color: rgba(255, 255, 255, .75)
}

.ndzn-component-cart .cart-dropdown {
    background: #2d2f38;
    border: 1px solid #363843;
    right: -1px
}

.ndzn-component-cart .cart-dropdown button {
    outline: 0
}

.ndzn-component-cart .cart-dropdown:after,
.ndzn-component-cart .cart-dropdown:before {
    border-width: 8px
}

.ndzn-component-cart .cart-dropdown .item,
.ndzn-component-cart .cart-dropdown:after,
.ndzn-component-cart .cart-dropdown:before {
    border-bottom-color: #363843;
    opacity: 1
}

.ndzn-component-cart .cart-dropdown .cart-controls {
    border-bottom: 1px solid #363843
}

.ndzn-component-cart .cart-dropdown .item {
    padding: 10px 5px
}

.ndzn-component-cart .cart-dropdown .item .item-info .item-name {
    color: #ff9241
}

.ndzn-component-cart .cart-dropdown .item .item-info .item-price {
    color: rgba(255, 255, 255, .75)
}

.ndzn-component-cart .cart-dropdown .item .fa-times {
    font-size: 18px
}

.ndzn-component-cart .cart-checkout .btn {
    padding-left: 20px;
    padding-right: 20px
}

.ndzn-component-cart .cart-checkout .badge {
    padding: 5px 8px;
    font-size: 13px;
    margin: -3px -8px -3px 0;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-weight: 700
}

.ndzn-component-cart .guest {
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    line-height: 55px;
    margin-right: 20px;
    opacity: .4
}

.panel-default .panel-body {
    padding-top: 0
}

.panel-default .panel-body p {
    line-height: 26px
}

.panel-default .panel-body p:last-child {
    margin-bottom: 0
}

.panel-default .panel-body p a {
    color: #ebebeb;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-weight: 600
}

.panel-default .panel-body p a:focus,
.panel-default .panel-body p a:hover {
    color: #fff
}

.form-control {
    background: #2c2f3c;
    color: #fff;
    opacity: 1;
    outline: unset;
    font-size: 16px;
    border: 1px solid #1f2025;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-weight: 700
}

.form-control::-webkit-input-placeholder {
    color: #4c5268
}

.form-control::-moz-placeholder {
    color: #4c5268
}

.form-control:-ms-input-placeholder {
    color: #4c5268
}

.form-control::-ms-input-placeholder {
    color: #4c5268
}

.form-control::placeholder {
    color: #4c5268
}

.form-control:focus {
    background: #323645;
    outline: unset;
    border-color: #1f2025
}

.input-lg {
    height: 53px
}

.input-group-addon {
    background: #272933;
    color: #555a6f;
    border-color: #1c1d24;
    font-weight: 700
}

#ndzn-packages-images .package {
    background: #20222a
}

#ndzn-packages-images .package .package-name {
    color: #fff
}

#ndzn-packages-images .package .package-price {
    margin: 10px 0 15px;
    font-weight: 600
}

#ndzn-packages-images .package .package-price .price-free {
    color: #a3f195
}

#ndzn-packages-images .package .package-price .price-actual {
    color: #a8a9ba
}

#ndzn-packages-images .package .package-price .price-custom {
    color: #dbbc6f;
    font-style: italic
}

#ndzn-packages-images .package .package-price .price-discount {
    color: #d04a4a
}

#ndzn-packages-images .package .package-expires {
    background: #fff;
    color: #3a3c45
}

#ndzn-packages-list .list-item {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #20222a;
    padding: 10px 10px 10px 25px
}

#ndzn-packages-list .list-item .price-free {
    color: #a3f195
}

#ndzn-packages-list .list-item .price-actual {
    color: #fff
}

#ndzn-packages-list .list-item .price-custom {
    color: #b8fff5
}

#ndzn-packages-list .list-item .price-discount {
    color: #d04a4a
}

#ndzn-packages-list .item-main {
    text-align: left
}

#ndzn-packages-list .item-expires {
    background: #fff;
    color: #3a3c45;
    border: none
}

#ndzn-packages-list .item-name {
    color: #0000
}

.checkout .redeem .form-control {
    height: 47px;
    padding: 6px 15px
}

.checkout .redeem .form-control::-webkit-input-placeholder {
    font-size: 14px
}

.checkout .redeem .form-control::-moz-placeholder {
    font-size: 14px
}

.checkout .redeem .form-control:-ms-input-placeholder {
    font-size: 14px
}

.checkout .redeem .form-control::-ms-input-placeholder {
    font-size: 14px
}

.checkout .redeem .form-control::placeholder {
    font-size: 14px
}

.checkout .coupons .redeemed {
    padding: 0
}

.checkout .coupons .redeemed table {
    border: 1px solid #2b2d35
}

.checkout .coupons .redeemed table .btn-danger {
    padding: 0;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center
}

.checkout .coupons .redeemed td {
    padding-bottom: 10px
}

.checkout .coupons .redeemed tr {
    color: #a8a9ba
}

.checkout .details .form-control {
    font-size: 13px
}

.orderstatus .well {
    background: unset;
    border: 1px solid #2b2d35
}

.orderstatus .well:last-child {
    margin-bottom: 0
}

.orderstatus .well thead {
    background: #1e2028
}

.orderstatus .well>thead>tr>td {
    color: #fff
}

.orderstatus .well>tbody>tr>td,
.orderstatus .well>thead>tr>td {
    padding: 15px 18px
}

.orderstatus .well>tbody>tr>td:nth-child(2) {
    color: #fff
}

.orderstatus .form-group td {
    color: #fff
}

.panel--ndzn-login .input-lg {
    height: 47px
}

.panel--ndzn-login .username {
    margin-bottom: 0
}

hr {
    border-top: 2px solid #2b2d35
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table>tbody>tr>td {
    border-top: 1px solid #2b2d35
}

.table-striped>tbody>tr:nth-child(odd)>td td:first-child,
.table>tbody>tr td:first-child {
    text-align: left
}

.table-striped>tbody>tr:nth-child(odd)>td td:nth-child(2),
.table>tbody>tr td:nth-child(2) {
    text-align: right
}

.table-striped>tbody>tr:nth-child(odd)>td {
    border-top: 1px solid #2b2d35;
    background: #20222a
}

.table-striped>tbody>tr:nth-child(even)>td {
    background: #1e2027
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: unset
}

.table>tbody>tr>td {
    padding: 15px 10px
}

.ndzn-checkout-packages .package-left {
    padding-left: 20px;
    text-align: left
}

.ndzn-checkout-packages .package-name,
.ndzn-checkout-packages .package-name .mdi-package {
    color: #fff;
    opacity: 1
}

.ndzn-checkout-packages .package-price {
    font-weight: 700;
    color: #ff9241
}

.ndzn-checkout-packages .package-right:before {
    background: #2b2d35;
    width: 2px
}

.modal-content {
    background: #24262e;
    border: 1px solid rgba(0, 0, 0, .1)
}

.modal-footer,
.modal-header {
    border-color: #2b2d35
}

.modal-title {
    color: #ff9241;
    font-weight: 700
}

.close {
    color: #fe4a4a;
    opacity: 1;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.close:focus,
.close:hover {
    color: #fe5e5e;
    opacity: 1
}

.modal-body {
    padding: 10px 15px
}

.modal-body p {
    line-height: 24px
}

.modal-body p:last-child {
    margin-bottom: 0
}

.modal-footer .pull-left {
    color: #fff
}

@media (max-width:1200px) {
    .ndzn-body {
        margin-top: var(--spacing)
    }
}

@media (max-width:970px) {
    #ndzn-user {
        display: none
    }

    #ndzn-page .page-sidebar {
        display: none
    }
}

@media (max-width:767px) {
    .table-responsive {
        border: unset
    }

    .checkout .coupons {
        margin-left: 0;
        margin-right: 0
    }

    .checkout .coupons .redeem {
        padding: 0
    }

    .panel-default.panel--ndzn-checkout-main .panel-body {
        padding-top: 10px
    }

    .ndzn-checkout-packages .package-left {
        padding-left: 25px
    }
}

@media (max-width:650px) {
    .ndzn-checkout-packages .package-left {
        padding-left: 15px
    }
}

@media (max-width:600px) {
    #ndzn-packages-list .list-item {
        padding-left: 10px
    }

    #ndzn-packages-list .list-item .item-name {
        text-align: center
    }

    #ndzn-packages-list .list-item .item-expires {
        top: -7px;
        right: -7px
    }

    .variables .input-group,
    .variables select {
        margin-bottom: 15px
    }
}

.panel--ndzn-checkout-header {
    margin-bottom: 6px
}

.panel--ndzn-checkout-header .panel-heading {
    color: #91cc64;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 25px 18px;
    font-size: 13px
}

.ndzn-checkout-packages .package:not(:last-child) {
    border-bottom-color: rgba(255, 255, 255, .05)
}

.gift-fields .btn,
.gift-fields .form-control {
    height: 45px
}

.gift-fields .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gift-fields .btn {
    border-bottom-width: 3px
}

.ndzn-module.module--topdonor {
    background: #24262e url(https://cdn.mc-blaze.com/5IT4J01.png) no-repeat top center/100% 134px;
    margin-bottom: 8px;
    height: 105px;
    position: relative
}

.ndzn-module.module--topdonor .mdi-crown {
    font-size: 50px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    height: 0;
    line-height: 0;
    top: -45px;
    bottom: 0;
    left: 62px;
    margin: auto 0;
    color: rgba(255, 146, 65, .075)
}

.ndzn-module.module--topdonor .player-head {
    width: 65px;
    height: 70px;
    background: no-repeat center/100% auto;
    margin-left: 22px;
    position: relative;
    top: 3px
}

.ndzn-module.module--topdonor .top-donor-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.ndzn-module.module--topdonor .top-donor-info .big {
    color: #ff9241;
    font-size: 17px;
    font-weight: 700
}

.ndzn-module.module--topdonor .top-donor-info .sml {
    color: #9799a3;
    font-weight: 700;
    font-size: 11px
}

.ndzn-module.module--topdonor.nodonor {
    background-image: none
}

.ndzn-module.module--topdonor.nodonor .top-donor-info .big {
    color: #9799a3
}

.ndzn-module.module--topdonor.nodonor .top-donor-info .sml {
    color: #636678
}

.ndzn-module.module--payments {
    padding: 15px 0
}

.ndzn-module.module--payments .payments-title {
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
    font-size: 11px
}

.ndzn-module.module--payments .payments-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 14px
}

.ndzn-module.module--payments .payments-list img {
    border-radius: 5px;
    width: 24px;
    height: 24px
}

#ndzn-sidebar-nav .nav-items>li>a {
    height: 98px
}

#ndzn-sidebar-nav .nav-items .nav-dd {
    padding-bottom: 15px
}

#ndzn-sidebar-nav .nav-items .nav-dd a {
    text-align: left;
    padding: 12px 10px 12px 100px;
    color: #fff
}

#ndzn-sidebar-nav .nav-items .nav-dd a:focus,
#ndzn-sidebar-nav .nav-items .nav-dd a:hover {
    background: #242730;
    color: #fff
}

#ndzn-homepage-sale {
    background: url(https://cdn.mc-blaze.com/u3FpFpH.png) no-repeat center/cover;
    padding: 35px 45px;
    color: #643515;
    display: flex;
    align-items: center
}

#ndzn-homepage-sale span {
    font-weight: 600;
    display: block
}

#ndzn-homepage-sale .big {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 5px
}

#ndzn-homepage-sale .sale-button {
    margin-left: auto;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, .25);
    text-decoration: none;
    padding: 0 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .15);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#ndzn-homepage-sale .sale-button:focus,
#ndzn-homepage-sale .sale-button:hover {
    background: rgba(0, 0, 0, .22)
}

#ndzn-homepage-sale .sale-text {
    padding-right: 30px
}

#ndzn-homepage section {
    padding: 60px;
    border-bottom: 1px solid #2c2e38
}

#ndzn-homepage section:last-child {
    border-bottom: none
}

#ndzn-homepage p {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: justify
}

#ndzn-homepage p:last-child {
    margin-bottom: 0
}

#ndzn-homepage .section-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#ndzn-homepage .section-main .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 50px
}

#ndzn-homepage .section-main .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

#ndzn-homepage .h1,
#ndzn-homepage .h2 {
    display: block;
    color: #ff9241;
    margin: 0
}

#ndzn-homepage .h1 {
    margin-bottom: 45px
}

#ndzn-homepage .h1 .sml {
    font-size: 18px;
    color: #ffc97b;
    display: table;
    font-weight: 700;
    margin-bottom: 2px
}

#ndzn-homepage .h1 .big {
    font-size: 30px;
    font-weight: 800
}

#ndzn-homepage .h2 {
    font-size: 25px;
    margin-bottom: 35px;
    font-weight: 700
}

#ndzn-homepage .contacts {
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px
}

#ndzn-homepage .contacts .flex {
    margin: 16px 0
}

#ndzn-homepage .contacts .dt {
    font-weight: 700;
    margin-right: 8px
}

#ndzn-homepage .contacts a {
    color: #ffc97b;
    text-decoration: none
}

#ndzn-homepage .contacts a:focus,
#ndzn-homepage .contacts a:hover {
    color: #ffdeae
}

#ndzn-homepage .right.side .ndzn-store-goal .panel {
    padding: 20px 25px
}

#ndzn-homepage .right.side .ndzn-store-goal .bar-inner,
#ndzn-homepage .right.side .ndzn-store-goal .goal-progress-bar {
    border-radius: 6px
}

#ndzn-homepage .right.side .ndzn-store-goal .goal-progress-bar {
    background: #292b33;
    height: 24px;
    margin-top: 20px
}

#ndzn-homepage .right.side .ndzn-store-goal .bar-inner {
    background: #ff9241;
    height: 100%;
    display: inline-block
}

#ndzn-homepage .right.side .ndzn-store-goal .goal-top .sml {
    line-height: 18px;
    font-size: 13px
}

#ndzn-homepage .right.side .ndzn-store-goal .goal-top .big {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px
}

#ndzn-homepage .right.side .ndzn-store-goal .mdi-heart-multiple-outline {
    color: #ff9241;
    font-size: 40px;
    line-height: 36px;
    margin-left: auto
}

#ndzn-homepage .right.side>div:not(:last-child) {
    margin-bottom: var(--spacing)
}

#ndzn-homepage .right.side .panel-default {
    padding: 25px;
    background: #33353e;
    -webkit-box-shadow: 0 6px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 5px -2px rgba(0, 0, 0, .1)
}

.ndzn-featured-package {
    text-align: center
}

.ndzn-featured-package .package {
    position: relative
}

.ndzn-featured-package .package-feat-label {
    max-width: 200px;
    background: #ff9241;
    border-radius: 100px;
    display: table;
    position: absolute;
    top: -15px;
    right: -12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .025em;
    color: #643515;
    height: 30px;
    line-height: 30px;
    padding: 0 17px 0 21px;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .1)
}

.ndzn-featured-package .package-image {
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center
}

.ndzn-featured-package .package-image,
.ndzn-featured-package .package-image img {
    border-radius: var(--br)
}

.ndzn-featured-package .package-name {
    font-weight: 700;
    color: #fff;
    font-size: 15px
}

.ndzn-featured-package .package-price {
    margin-top: 1px
}

.ndzn-featured-package .package-price .price-actual,
.ndzn-featured-package .package-price .price-discount {
    line-height: 18px;
    display: inline-block;
    font-weight: 700
}

.ndzn-featured-package .package-price .price-actual {
    color: #ff9241;
    font-size: 13px
}

.ndzn-featured-package .package-price .price-discount {
    color: #ec5151;
    text-decoration: line-through;
    font-size: 11px
}

.ndzn-featured-package .package-button {
    margin-top: 18px
}

@media (max-width:1200px) {
    #ndzn-homepage section {
        padding: 35px
    }

    #ndzn-homepage p {
        text-align: left;
        font-size: 14px;
        line-height: 26px
    }

    #ndzn-homepage .h1 {
        margin-bottom: 26px
    }

    #ndzn-homepage .h1 .sml {
        font-size: 17px;
        margin-bottom: 0
    }

    #ndzn-homepage .h1 .big {
        font-size: 26px
    }

    #ndzn-homepage .section-main .left {
        padding-right: 30px
    }
}

@media (max-width:1000px) {
    #ndzn-homepage section {
        padding: 25px
    }

    #ndzn-homepage .section-main .left {
        padding-right: 25px
    }
}

@media (max-width:970px) {
    #ndzn-homepage .section-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #ndzn-homepage .section-main .left {
        padding-right: 0
    }

    #ndzn-homepage .section-main .right {
        margin-top: 25px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }

    #ndzn-homepage-sale {
        padding: 20px 25px
    }

    #ndzn-homepage-sale .sale-button {
        height: 55px;
        line-height: 55px;
        padding: 0 20px;
        font-size: 15px
    }

    #ndzn-homepage-sale .big {
        font-size: 20px
    }

    #ndzn-homepage-sale .sml {
        font-size: 13px
    }
}

@media (max-width:850px) {
    #ndzn-homepage section {
        padding: 20px
    }

    #ndzn-homepage .h1 {
        text-align: center
    }

    #ndzn-homepage .h1 .big,
    #ndzn-homepage .h1 .sml {
        display: block
    }

    #ndzn-homepage .h1 .sml {
        margin-bottom: 15px
    }

    #ndzn-homepage p {
        text-align: justify
    }
}

@media (max-width:650px) {
    #ndzn-homepage-sale {
        padding: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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
    }

    #ndzn-homepage-sale .sale-text {
        padding-right: unset;
        text-align: center
    }

    #ndzn-homepage-sale .sale-button {
        margin: 15px auto 0
    }

    #ndzn-homepage .h1 {
        margin-bottom: 20px
    }

    #ndzn-homepage section {
        padding: 20px 15px
    }

    #ndzn-homepage .h2,
    #ndzn-homepage p {
        margin-bottom: 15px;
        text-align: center
    }

    #ndzn-homepage .h2 {
        font-size: 22px
    }

    #ndzn-homepage p {
        font-size: 13px
    }

    #ndzn-homepage .contacts {
        margin-bottom: 15px
    }

    #ndzn-homepage .contacts .flex {
        margin: 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ndzn-homepage .contacts .dd,
    #ndzn-homepage .contacts .dt {
        font-size: 14px
    }
}

@media (max-width:450px) {
    #ndzn-homepage-sale {
        display: none
    }
}

#ndzn-header-canvas {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#ndzn-header {
    height: 390px;
    width: 100%;
    position: relative;
    background: url(https://cdn.mc-blaze.com/1n9XBwy.png) no-repeat center/cover;
    z-index: 1
}

#ndzn-header .container {
    padding: 0 20px
}

@media (max-width:900px) {
    #ndzn-header .container {
        padding: 0 15px
    }
}

@media (max-width:650px) {
    #ndzn-header .container {
        padding: 0 8px
    }
}

#ndzn-header .header-nav {
    position: relative;
    margin-top: 25px
}

#ndzn-header .header-nav .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ndzn-header .header-nav .p-body-inner {
    position: relative
}

#ndzn-header .header-nav .btn-logout,
#ndzn-header .header-nav .nav-left-btn {
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

#ndzn-header .header-nav .btn-logout b,
#ndzn-header .header-nav .btn-logout span,
#ndzn-header .header-nav .nav-left-btn b,
#ndzn-header .header-nav .nav-left-btn span {
    display: none
}

#ndzn-header .header-nav .btn-logout:focus,
#ndzn-header .header-nav .btn-logout:hover,
#ndzn-header .header-nav .nav-left-btn:focus,
#ndzn-header .header-nav .nav-left-btn:hover {
    background: rgba(255, 255, 255, .035)
}

#ndzn-header .header-nav .nav-left-btn {
    width: 40px;
    font-size: 26px;
    color: #ff9241
}

#ndzn-header .header-nav .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .065);
    border-radius: 4px;
    padding: 0 8px;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .065);
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .065)
}

#ndzn-header .header-nav .nav-left .is--discord {
    font-size: 24px
}

#ndzn-header .header-nav .nav-left .is--discord .mdi {
    position: relative;
    top: 1px
}

#ndzn-header .header-nav .nav-items {
    width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0
}

#ndzn-header .header-nav .nav-items .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

#ndzn-header .header-nav .nav-items .side.side--left {
    right: 100%;
    margin-right: 15px
}

#ndzn-header .header-nav .nav-items .side.side--right {
    left: 100%;
    margin-left: 15px
}

#ndzn-header .header-nav .nav-items .nav-link {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #b9b8b9;
    font-weight: 900;
    padding: 0 25px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .15)
}

#ndzn-header .header-nav .nav-items .nav-link.is--store {
    width: 135px;
    background: #fff;
    text-align: center;
    padding: 0;
    font-size: 18px;
    border-radius: 25px;
    color: #4a4f60;
    text-shadow: none;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .25)
}

#ndzn-header .header-nav .nav-items .nav-link.is--store:focus,
#ndzn-header .header-nav .nav-items .nav-link.is--store:hover {
    color: #4a4f60
}

#ndzn-header .header-nav .nav-items .nav-link:focus,
#ndzn-header .header-nav .nav-items .nav-link:hover {
    color: rgba(255, 255, 255, .8)
}

#ndzn-header .header-nav .nav-items .nav-link.active {
    position: relative;
    color: #fff
}

#ndzn-header .header-nav .nav-items .nav-link.active:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    height: 3px;
    width: 27px;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#ndzn-header .header-nav .nav-right {
    margin-left: auto
}

#ndzn-header .header-nav .btn-logout {
    background: rgba(255, 255, 255, .065);
    -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .065);
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .065);
    padding: 0 10px 0 15px;
    border-radius: var(--br);
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

#ndzn-header .header-nav .btn-logout img {
    position: relative;
    top: -3px;
    margin-left: 8px;
    height: 22px;
    width: 22px;
    border-radius: 50%
}

#ndzn-header .header-nav .btn-logout:focus,
#ndzn-header .header-nav .btn-logout:hover {
    background: rgba(255, 255, 255, .11)
}

#ndzn-header .header-splash {
    position: absolute;
    top: 282px;
    left: 0;
    right: 0;
    background: url(https://cdn.mc-blaze.com/WFKHzJe.png) no-repeat center/auto 100%;
    z-index: 3
}

#ndzn-header .header-splash .container {
    height: 108px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

#ndzn-header .header-splash .splash-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 3px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    width: 345px
}

#ndzn-header .header-splash .splash-minecraft {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:971px) {
    #ndzn-header .header-splash .splash-minecraft {
        padding-right: 14px
    }
}

#ndzn-header .header-splash .big,
#ndzn-header .header-splash .mdi {
    color: #fff
}

#ndzn-header .header-splash .big {
    font-size: 20px
}

#ndzn-header .header-splash .small {
    color: #ff8a56;
    font-size: 12px;
    letter-spacing: 1px
}

#ndzn-header .header-splash .mdi {
    font-size: 42px
}

#ndzn-header .header-splash .mdi.mdi-minecraft {
    margin-left: 30px
}

#ndzn-header .header-splash .mdi.mdi-discord {
    margin-right: 30px;
    position: relative;
    top: 1px
}

#ndzn-header .header-splash .box-text {
    font-weight: 700
}

#ndzn-header .header-splash .text-minecraft {
    text-align: right
}

#ndzn-header .header-splash .divider {
    height: 40px;
    width: 482px;
    background: 0 0
}

#ndzn-header .header-logo {
    background: url(https://cdn.mc-blaze.com/dW191xi.png) no-repeat center/auto 100%;
    height: 262px;
    width: 419px;
    left: -35px;
    right: 0;
    top: 150px;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    cursor: pointer
}

#ndzn-header .header-logo .blaze {
    background: url(https://cdn.mc-blaze.com/jOU5wy0.png) no-repeat center/auto 100%;
    height: 159px;
    width: 214px;
    right: -198px
}

#ndzn-header .header-logo .dragon {
    background: url(https://cdn.mc-blaze.com/YPZaTKk.png) no-repeat center/auto 100%;
    height: 180px;
    width: 180px;
    left: -142px
}

#ndzn-header .header-logo .blaze,
#ndzn-header .header-logo .dragon {
    z-index: 2;
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 22px
}

@media (max-width:1200px) {
    #ndzn-header {
        height: 285px
    }

    #ndzn-header .container {
        padding: var(--spacing)
    }

    #ndzn-header .header-splash {
        top: 177px
    }

    #ndzn-header .header-splash .divider {
        width: 320px
    }

    #ndzn-header .header-splash .splash-box {
        width: 270px
    }

    #ndzn-header .header-splash .splash-box .mdi {
        font-size: 38px
    }

    #ndzn-header .header-splash .splash-box .mdi.mdi-discord {
        margin-right: 10px
    }

    #ndzn-header .header-splash .splash-box .mdi.mdi-minecraft {
        margin-left: 10px
    }

    #ndzn-header .header-splash .splash-box .big {
        font-size: 17px
    }

    #ndzn-header .header-splash .splash-box .small {
        font-size: 11px
    }

    #ndzn-header .header-splash .splash-minecraft {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #ndzn-header .header-logo {
        top: 100px;
        width: 318px;
        height: 195px;
        left: -22px
    }

    #ndzn-header .header-logo .blaze,
    #ndzn-header .header-logo .dragon {
        bottom: 10px
    }

    #ndzn-header .header-logo .dragon {
        height: 115px;
        width: 115px;
        left: -90px
    }

    #ndzn-header .header-logo .blaze {
        height: 115px;
        width: 157px;
        right: -142px
    }
}

@media (max-width:970px) {
    #ndzn-header {
        height: 170px
    }

    #ndzn-header .header-nav {
        margin-top: var(--spacing)
    }

    #ndzn-header .header-nav .nav-menuTrigger {
        padding: 0 5px 0 0
    }

    #ndzn-header .header-nav .nav-menuTrigger b {
        margin-left: 10px;
        font-size: 20px
    }

    #ndzn-header .header-nav .nav-items,
    #ndzn-header .header-nav .nav-left {
        display: none
    }

    #ndzn-header .header-nav .ndzn-js-menuOpen {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px
    }

    #ndzn-header .header-nav .ndzn-js-menuOpen .mdi-menu {
        font-size: 35px
    }

    #ndzn-header .header-nav .ndzn-js-menuOpen .mdi-menu,
    #ndzn-header .header-nav .ndzn-js-menuOpen b {
        height: 54px;
        line-height: 54px
    }

    #ndzn-header .header-nav .ndzn-js-menuOpen b {
        margin-left: 15px;
        font-size: 16px
    }

    #ndzn-header .header-nav .btn-logout {
        display: none
    }

    #ndzn-header .header-logo {
        top: 27px;
        left: 0;
        height: 180px;
        width: 285px
    }

    #ndzn-header .header-logo .blaze,
    #ndzn-header .header-logo .dragon {
        display: none
    }

    #ndzn-header .header-splash {
        top: 90px
    }

    #ndzn-header .header-splash .container {
        height: 80px;
        padding: 0 !important
    }

    #ndzn-header .header-splash .divider {
        display: none
    }

    #ndzn-header .header-splash .splash-box {
        width: 220px;
        padding-bottom: 3px
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft .text-minecraft {
        text-align: left
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #ndzn-header .header-splash .splash-box.splash-discord {
        margin-left: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #ndzn-header .header-splash .splash-box.splash-discord .text-discord {
        text-align: right
    }

    #ndzn-header .header-splash .splash-box .mdi {
        display: none
    }
}

@media (min-width:971px) {

    #ndzn-header .header-nav .ndzn-component-cart,
    #ndzn-header .header-nav .ndzn-js-menuOpen {
        display: none
    }
}

@media (max-width:900px) {
    #ndzn-header .header-logo {
        top: 32px;
        height: 170px;
        width: 280px
    }
}

@media (max-width:750px) {
    #ndzn-header {
        height: 165px
    }

    #ndzn-header .header-logo {
        display: none
    }

    #ndzn-header .header-splash {
        top: 85px
    }
}

@media (max-width:650px) {
    #ndzn-header .header-splash .splash-box {
        padding: 0 3px 3px
    }

    #ndzn-header {
        height: 151px
    }

    #ndzn-header .header-splash {
        top: 71px
    }
}

@media (max-width:510px) {
    #ndzn-header {
        height: 152px
    }

    #ndzn-header .header-splash {
        top: 72px
    }

    #ndzn-header .header-splash .container {
        padding: 0 10px
    }

    #ndzn-header .header-splash .splash-box.splash-discord {
        display: none
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft {
        width: unset
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft .text-minecraft {
        text-align: center
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft .big {
        font-size: 20px;
        margin-bottom: 3px
    }

    #ndzn-header .header-splash .splash-box.splash-minecraft .small {
        font-size: 11px;
        position: relative;
        top: -3px
    }

    #ndzn-header .header-nav .ndzn-js-menuOpen b {
        display: none
    }
}

#ndzn-sidebar-nav .nav-items .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 98px;
    background: no-repeat center
}

#ndzn-sidebar-nav .nav-items .icon[data-icon=Pixelmon] {
    background-image: url(https://cdn.mc-blaze.com/xDV6nfA.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="Skyblock"] {
    background-image: url(https://cdn.mc-blaze.com/1DJQJPc.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="Survival"] {
    background-image: url(https://cdn.mc-blaze.com/Xskm0gi.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon=Creative] {
    background-image: url(https://cdn.mc-blaze.com/DhJTBsY.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="Gift Cards"] {
    background-image: url(https://cdn.mc-blaze.com/pSZOkEk.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="BlazeBux"] {
    background-image: url(https://cdn.mc-blaze.com/bbux.png)
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="Cobblemon"] {
    background-image: url(https://cdn.mc-blaze.com/cobblemon.png)
}

footer {
    margin-top: 65px
}

.foot-block {
    background: rgba(0, 0, 0, .05)
}

.foot-block .row-container {
    background: #14161c !important;
    border-top: 2px solid #1a1b21
}

.foot-block .copyright.row-container {
    background: #12141a !important
}

.foot-block .p-body-inner.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.foot-block .p-body-inner.container>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.foot-block .copyright {
    background: rgba(0, 0, 0, .05) !important;
    padding: 30px 20px;
    font-size: 12px;
    border-top-color: #161922 !important;
    color: rgba(0, 0, 0, .4)
}

.foot-block .copyright i {
    margin-right: 10px;
    opacity: .95
}

.foot-block .copyright .pull-right {
    text-align: right
}

.foot-block .copyright strong {
    color: rgba(68, 68, 68, .75);
    font-weight: 500
}

.foot-block .row-container {
    background: rgba(0, 0, 0, 0)
}

.foot-block .row-container h1 {
    margin-top: -2px;
    color: #fff;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 600
}

.foot-block .row-container h1:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #fe871e;
    margin-top: 10px;
    margin-bottom: 15px
}

.footer-links {
    padding: 0;
    list-style: none;
    margin: -13px 0 0
}

.footer-links li a,
.footer-links li a:hover {
    color: #7b8794 !important
}

.footer-links li a {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, .35);
    border-bottom: 1px solid #2f343a;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05);
    padding: 18px 0;
    font-size: 12px;
    font-weight: 600
}

.footer-links li:last-child a {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button,
.foot-block .p-body-inner.container>div.col .btn,
a.button {
    font-size: 12px !important;
    border-radius: 4px !important
}

.foot-block {
    font-size: 14px
}

.foot-block .row-container p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    color: #7b8794
}

.foot-block .copyright.row-container p {
    font-weight: 600;
    font-size: 12px
}

.foot-block .copyright.row-container p strong {
    font-weight: 600;
    color: #fff
}

.foot-block .p-body-inner.container>div.col {
    padding: 64px 0 58px;
    color: rgba(0, 0, 0, .35)
}

.foot-block .p-body-inner.container>div.col {
    margin-right: 55px
}

.foot-block .p-body-inner.container>div.col:last-child {
    margin-right: 0
}

.foot-block .btn-primary {
    background: #ff871d;
    color: #fff;
    border: none;
    padding: 14px 0;
    display: block;
    margin-top: 15px
}

.foot-block svg {
    margin-right: 10px
}

#tm {
    display: block;
    height: 25px;
    width: 15px;
    background: url(https://cdn.mc-blaze.com/ZU3PFO9.png) no-repeat center/100% auto;
    opacity: .2;
    margin-left: auto;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

#tm:hover {
    opacity: .4
}

@media (max-width:970px) {
    .foot-block .p-body-inner.container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .foot-block .p-body-inner.container>div.col {
        margin-right: 30px;
        padding: 25px 0
    }

    .foot-block .p-body-inner.container>div.col:first-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .foot-block .p-body-inner.container>div.col:nth-child(2),
    .foot-block .p-body-inner.container>div.col:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px)
    }

    .foot-block .p-body-inner.container>div.col:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }
}

@media (max-width:828px) {
    .foot-block .row-container:first-child {
        display: none
    }
}

#ndzn-mobile-nav,
.sidebar-backdrop {
    display: none
}

#ndzn-mobile-nav.open,
.sidebar-backdrop.open {
    display: block
}

#ndzn-mobile-nav .sidebar-backdrop {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background: rgba(22, 24, 30, .86)
}

#ndzn-mobile-nav .sidebar-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 340px;
    background: #24262e;
    height: 100%
}

#ndzn-mobile-nav .header-top {
    background: #2d303a
}

#ndzn-mobile-nav .nav-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .07)
}

#ndzn-mobile-nav .nav-header .nav-title {
    color: #fff;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize
}

#ndzn-mobile-nav .nav-header button {
    margin-left: auto;
    border: none;
    color: #fff;
    background: 0 0;
    font-weight: 700;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 0
}

#ndzn-mobile-nav .nav-header .mdi-close {
    font-size: 34px;
    height: 35px;
    line-height: 35px;
    display: inline-block
}

#ndzn-mobile-nav .nav-header .header-top>a {
    color: #fff;
    font-weight: 700
}

#ndzn-mobile-nav .nav-header .back,
#ndzn-mobile-nav .nav-header .discord {
    height: 50px;
    text-decoration: none
}

#ndzn-mobile-nav .nav-header .discord {
    margin-left: auto;
    padding: 0 12px 0 10px;
    line-height: 55px
}

#ndzn-mobile-nav .nav-header .back {
    font-size: 12px;
    padding: 0 10px 0 18px;
    line-height: 53px
}

#ndzn-mobile-nav .nav-header .mdi-discord {
    font-size: 20px;
    display: inline-block;
    height: 28px;
    line-height: 28px
}

#ndzn-mobile-nav .nav-header .header-bottom {
    padding: 32px 35px 30px
}

#ndzn-mobile-nav .nav-items {
    height: calc(100% - 75px);
    font-family: Montserrat, sans-serif;
    overflow: auto
}

#ndzn-mobile-nav .nav-items li {
    list-style-type: none;
    margin: 0 35px
}

#ndzn-mobile-nav .nav-items li b {
    font-weight: 400
}

#ndzn-mobile-nav .nav-items li:not(:last-child) {
    margin-bottom: 10px
}

#ndzn-mobile-nav .nav-items li:last-child {
    margin-bottom: 35px
}

#ndzn-mobile-nav .nav-items li .nav-dd {
    display: none
}

#ndzn-mobile-nav .nav-items li .nav-dd .dropdown-link {
    color: #595f67
}

#ndzn-mobile-nav .nav-items li.active {
    position: relative
}

#ndzn-mobile-nav .nav-items li.active .nav-link {
    color: #fff
}

#ndzn-mobile-nav .nav-items li.active:before {
    content: '';
    display: block;
    margin: auto 0;
    left: -1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #b7c1e2;
    width: 3px;
    height: 40px
}

#ndzn-mobile-nav .nav-items li.active.dropdown:before {
    margin: unset;
    top: 12px;
    bottom: unset
}

#ndzn-mobile-nav .nav-items li.open .nav-dd,
#ndzn-mobile-nav .nav-items li.open .nav-link {
    background: #444854;
    color: #fff
}

#ndzn-mobile-nav .nav-items li.open .nav-link {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(75, 80, 95, .9)
}

#ndzn-mobile-nav .nav-items li.open .nav-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 18px;
    border-radius: 0 0 4px 4px;
    padding: 12px 0
}

#ndzn-mobile-nav .nav-items li.open .nav-dd .dropdown-link {
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    font-size: 14px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    text-decoration: none
}

#ndzn-mobile-nav .nav-items li.open .nav-dd .dropdown-link:focus,
#ndzn-mobile-nav .nav-items li.open .nav-dd .dropdown-link:hover {
    background: #3c404b
}

#ndzn-mobile-nav .nav-items .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400;
    padding: 20px 25px;
    border-radius: 4px;
    color: #b7c1e2;
    background: #2d303a;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

#ndzn-mobile-nav .nav-items .nav-link:focus,
#ndzn-mobile-nav .nav-items .nav-link:hover {
    background: #313540
}

#ndzn-mobile-nav .nav-items .nav-link .mdi-menu-down {
    margin-left: auto;
    font-size: 17px
}

.swal-modal {
    padding: 20px 30px;
    width: 300px
}

.swal-text,
.swal-title {
    color: #000
}

.swal-button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #ff9241 !important
}

.swal-footer {
    text-align: center
}

#ndzn-sidebar-nav .nav-items .icon[data-icon="Egyptian Prison"] {
    background-image: url(https://cdn.mc-blaze.com/tEOsWiW.png)
}




/*NEW CSS - 9.9.2022*/

/*FOOTER*/

.gh-portal-popup-wrapper {
    overflow: auto !important;
}

.ndzn-footer{
    margin-top: auto;
    background: #14161C;
    margin-top: 36px;
}
.ndzn-footer .container{
    flex-direction: column;
}
.ndzn-footer .container > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}
.ndzn-footer .section h2{
    font-size: 16px;
    margin-bottom: 28px;
    position: relative;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    line-height: 24px;
}
.ndzn-footer .section h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 24px;
    height: 3px;
    background: #fe871e;
    border-radius: 9999px;
}
.ndzn-footer .section p {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
    color: #a4a6ab;
}
.ndzn-footer .section-about {
    max-width: 350px;
}
.ndzn-footer .section-about .buttons button{
    font-size: 15px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: #a4a6ab;
}
.ndzn-footer .section-about .buttons button:hover{
    filter: brightness(1.25);
}
.ndzn-footer .section-about .buttons button:last-child{
    margin-left: 12px;
}
.ndzn-footer .section-about .buttons .mdi{
    margin-right: 4px;
    font-size: 15px;
}
.ndzn-footer .section-about .buttons:first-of-type{
    margin-right: 14px;
}

.ndzn-footer .section-links{
    flex-shrink: 0;
    flex-direction: column;
    align-items: start;
}
.ndzn-footer .section-links > div {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
}
.ndzn-footer .section-links a {
    color: #a4a6ab;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
.ndzn-footer .section-links a:hover{
    filter: brightness(1.1);
}
.ndzn-footer .section-links a:not(:first-of-type){
    margin-top: 13px;
}
.ndzn-footer .section-links .mdi{
    margin-right: 8px;
}
.ndzn-footer .section-store{
    max-width: 330px;
}
.ndzn-footer .section-store .btn{
    margin-top: 16px;
    height: 44px;
    max-width: max-content;
    border-radius: 6px;
    font-size: 13px;
    padding-left: 32px;
    padding-right: 32px;
}
.ndzn-footer .section-store .btn:hover{
    filter: brightness(1.1);
}
.ndzn-footer .section-store .is-orange{
    background-image: linear-gradient(180deg, #ffa351, #fe871e);
    border-bottom: 0px;
}
.ndzn-footer .bottom{
    background-color: #12141a;
}
.ndzn-footer .bottom .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
.ndzn-footer p {
    margin-bottom: 0px;
    color: #787b7f;
    line-height: 27px;
    margin-right: auto;
    font-size: 13px;
}
.ndzn-footer p span {
    color: #a0a4a8;
}
.ndzn-footer .tm{
    display: flex;
    align-items: center;
    font-size: 10px;
    opacity: .3;
    transition-duration: .2s;
    text-decoration: none;
}
.ndzn-footer .tm:hover{
    filter: brightness(1.1);
    opacity: 0.5;
}
.ndzn-footer .tm svg{
    width: 20px;
    height: 20px;
    fill: white;
}
.ndzn-footer .tm span{
    margin-top: 1px;
    margin-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700;
}

@media(max-width: 900px) {
    .ndzn-footer .section-about{
        width: 100%;
        max-width: 60%;
    }
    .ndzn-footer .section-links{
        margin-left: 16px;
        width: 100%;
        max-width: 35%;
    }
    .ndzn-footer .section-links > div {
        flex-direction: row;
        flex-wrap: wrap;
        margin: -6px;
        
    }
    .ndzn-footer .section-links a{
        margin: 7px !important;
    }
    .ndzn-footer .section-links a:not(:first-of-type){
        margin-top: 0px;
    }
    .ndzn-footer .section-store{
        margin-top: 40px;
    }
}

@media(max-width: 750px){
    .ndzn-footer .bottom .container{
        display: flex;
        height: auto;
        flex-direction: column;
        text-align: center;
        padding: 22.5px;
    }
    .ndzn-footer .bottom .container .tm{
        margin-top: 30px;
    }
    .ndzn-footer .bottom .container p{
        margin-left: auto;
        margin-right: auto;
    }
    .ndzn-footer .container > div{
        padding: 45px 0;
    }
    .ndzn-footer .section p{
        line-height: 26px;
    }
    .ndzn-footer .section h2{
        margin-bottom: 27px;
    }
    .ndzn-footer .section-links a{
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .ndzn-footer .section-store{
        margin-top: 37px;
    }
    .ndzn-footer .section-store .btn{
        height: 41px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 130px;
        display: flex;
        align-items: center;
    }
    .ndzn-footer .tm svg{
        width: 18.75px;
        height: 18.75px;
    }
}

@media(max-width: 550px){
    .ndzn-footer .container > div {
        padding-top: 26px;
    }
    .ndzn-footer .section{
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .ndzn-footer .section h2:after{
        right: 0;
        margin: 0 auto;
    }
    .ndzn-footer .section:not(:first-of-type){
        margin-top: 38px !important;
    }
    .ndzn-footer .container > div{
        flex-direction: column;
    }
    .ndzn-footer .section-store .btn{
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .ndzn-footer .section h2{
        margin-bottom: 26px;
    }
    .ndzn-footer .section-links{
        margin-left: 0;
    }
    .ndzn-footer .section-links > div{
        justify-content: center;
        margin: -5px;
    }
}

/* END OF NEW FOOTER */


/*HEADER*/
#ndzn-header{
    height: 381px;
}
#ndzn-header .header-splash{
    top: 276px;
    background: linear-gradient(100deg,hsla(0,0%,76.1%,0),rgba(0,0,0,.2) 50%,hsla(0,0%,76.1%,0));
}
#ndzn-header .header-splash .big{
    line-height: 20px;
    font-size: 19px;
    letter-spacing: 0.03em;
}
#ndzn-header .header-splash .small{
    line-height: 17px;
    margin-top: 2px;
    letter-spacing: 0.03em;
}
#ndzn-header .header-splash .container{
    height: 104px;
}
#ndzn-header .header-splash .divider{
    width: 466px;
}
#ndzn-header .header-logo{
    top: 144px;
}
#ndzn-header .header-logo .dragon , #ndzn-header .header-logo .blaze{
    bottom: 24px;
}
#ndzn-header .header-nav a{
    text-decoration: none;
    transition-duration: 150ms;
}
#ndzn-header .header-nav{
    margin-top: 0px;
}
#ndzn-header .header-nav .btn-logout{
    display: flex;
    align-items: center;
}
#ndzn-header .header-nav .btn-logout img {
    top: 0px;
}
#ndzn-header .nav-redirects{
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}
#ndzn-header .nav-links{
    display: flex;
    flex-direction: row;
}
#ndzn-header .nav-links a:hover {
    background: linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0));
}
#ndzn-header .nav-link{
    transition-duration: 0.15s;
    position: relative;
    display: flex;
    height: 133px;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
#ndzn-header .link-redirect{
    margin-right: 24px;
    height: 44px;
}
#ndzn-header .link-redirect:hover{
    filter: brightness(.9);
}
#ndzn-header .mdi-twitter{
    color: white;
    font-size: 30px;
}
#ndzn-header .link-redirect__discord svg{
    width: 28px;
    height: 37px;
    position: relative;
    bottom: -3px;
}

@media(max-width: 1200px){
    #ndzn-header{
        height: 281px;
    }
    #ndzn-header .nav-link{
        height: 100px;
        padding-top: 2px;
    }
    #ndzn-header .header-logo{
        top: unset;
        bottom: -20px;
    }
    #ndzn-header .header-logo .dragon{
        bottom: 19px;
        width: 180px;
        height: 180px;
        left: -142px;
    }
    #ndzn-header .header-logo .blaze{
        bottom: 19px;
        right: -198px;
        height: 159px;
        width: 214px;
    }
    #ndzn-header .header-splash{
        bottom: 0;
        top: unset;
    }
    #ndzn-header .header-splash .splash-minecraft{
        padding-right: 0;
    }
    #ndzn-header .header-splash .container{
        height: 101px;
    }
    #ndzn-header .header-splash .divider{
        width: 294px;
    }
    #ndzn-header .header-splash .splash-box{
        width: unset;
        min-width: 270px;
    }
    #ndzn-header .header-splash .splash-box .mdi{
        font-size: 40px;
    }
    #ndzn-header .header-splash .splash-box .mdi.mdi-minecraft{
        margin-left: 20px;
    }
    #ndzn-header .header-splash .splash-box .mdi.mdi-discord{
        margin-right: 15px;
    }
    #ndzn-header .header-splash .splash-discord{
        padding-left: 7px;
    }
    #ndzn-header .header-splash .splash-minecraft{
        padding-right: 16px;
    }
}

@media(max-width: 970px){
    #ndzn-header{
        height: 189px;
    }
    #ndzn-header .nav-links{
        display: none;
    }
    #ndzn-header .header-nav .container{
        padding-top: 28px;
    }
    #ndzn-header .header-nav .ndzn-js-menuOpen{
        padding: 0px;
    }
    #ndzn-header .header-nav .ndzn-js-menuOpen .mdi-menu{
        font-size: 28px;
        height: unset;
        line-height: unset;
    }
    #ndzn-header .header-nav .ndzn-js-menuOpen b{
        font-size: 18px;
        margin-left: 10px;
        height: unset;
        line-height: unset;
        margin-bottom: -1px;
    }
    #ndzn-header .link-redirect{
        display: none;
    }
    #ndzn-header .header-logo{
        width: 318px;
        height: 195px;
        bottom: -13px;
    }
    #ndzn-header .header-splash .container{
        height: 72px;
    }
    #ndzn-header .header-splash .small{
        margin-top: 3px;
    }
    #ndzn-header .header-logo .blaze, #ndzn-header .header-logo .dragon{
        display: block;
        bottom: 21px;
    }
}

@media(max-width: 750px) {
    #ndzn-header{
        height: 175px;
    }
    #ndzn-header .header-splash .container{
        height: unset;
    }
    #ndzn-header .header-splash .splash-box{
        min-width: unset;
        padding-bottom: 0;
        position: unset;
    }
    #ndzn-header .header-splash .splash-minecraft{
        padding-right: 0;
    }
    #ndzn-header .header-splash .splash-discord{
        padding-left: 0;
    }
    #ndzn-header .header-splash .small{
        margin-top: 1px;
    }
    #ndzn-header .header-splash .container{
        padding: 19px 0 !important;
    }
}

@media(max-width: 600px){
    #ndzn-packages-list .list-item .item-name{
        padding-right: 0;
    }
}

@media(max-width: 550px){
    #ndzn-header{
        height: 186px;
    }
    #ndzn-header .header-splash .splash-box.splash-discord{
        display: none;
    }
    #ndzn-header .header-splash .splash-box.splash-minecraft{
        margin-bottom: -1px;
    }
    #ndzn-header .header-splash .splash-box.splash-minecraft .text-minecraft{
        text-align: center;
    }
    #ndzn-header .header-splash .splash-box .big{
        font-size: 20px;
        line-height: 30px;
    }
    #ndzn-header .header-splash .splash-box .small{
        color: white;
        opacity: 0.6;
        margin-top: 2px;
    }
}

@media(max-width: 510px){
    #ndzn-header .header-splash .splash-box.splash-minecraft .small{
        top: 0;
    }
    #ndzn-header .header-splash .splash-box.splash-minecraft .big{
        margin-bottom: 0;
    }
    #ndzn-header .header-nav .ndzn-js-menuOpen b{
        display: inline-block;
    }
}

/*END OF NEW HEADER*/

/*OTHER*/

.ndzn-featured-package .package-image img{
    max-width: 190px;
}

/*END OF OTHER*/

/**/