body,
button,
input,
option,
select,
textarea {
    font-family: "Overpass", sans-serif;
}

.template-preview-banner {
    display: none;
}

.container {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}

html {
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    background: #EDE7E3;
}

#ndzn-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.panel-body img {
    max-width: 100%;
    height: auto;
}

div.basket .dropdown-menu {
    color: black;
    width: 325px;
    padding: 5px 20px 20px 20px;
    text-align: left;
}

div.basket .dropdown-menu .item {
    border-bottom: 1px solid #D1D1D1;
    height: 28px;
    margin: 15px 0 15px 0;
}

div.basket .dropdown-menu .item .name {
    float: left;
    width: 165px;
    overflow: hidden;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
}

div.basket .dropdown-menu .item .price {
    float: left;
    width: 105px;
    text-align: right;
    padding-right: 10px;
}

div.basket .dropdown-menu .item .remove {
    font-size: 14px;
}

div.basket .dropdown-menu .item .remove a {
    color: red;
    position: relative;
    top: -1px;
}

div.basket .dropdown-menu .checkout {
    margin: 25px 0 0 0;
}

div.basket .dropdown-menu .checkout .total {
    float: left;
    width: 180px;
    padding-top: 8px;
}

div.basket .dropdown-menu .checkout .buttons {
    float: right;
    text-align: right;
    width: 100px;
}

#ndzn-header {
    background: var(--asset-bg);
    position: relative;
    height: 166px;
}

#ndzn-header .container {
    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;
}

#ndzn-header .header-splash,
#ndzn-header .header-splash .container {
    height: 100%
}

#ndzn-header .left {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ndzn-header .glossy {
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

#ndzn-header .glossy:focus,
#ndzn-header .glossy:hover {
    background: rgba(255, 255, 255, 0.25);
}

#ndzn-header .glossy:not(:last-child) {
    margin-right: 10px;
}

#ndzn-header .glossy.square {
    width: 60px;
    text-align: center;
}

#ndzn-header .glossy.square .mdi {
    line-height: 60px;
    font-size: 30px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#ndzn-header .glossy.square .mdi.mdi-discord {
    position: relative;
    top: 0.5px;
    font-size: 28px;
}

#ndzn-header .glossy.is--back {
    padding: 0 17px 0 14px;
}

#ndzn-header .glossy.is--back em {
    font-style: normal;
}

#ndzn-header .glossy.is--back .mdi {
    margin-right: 6px;
}

#ndzn-header .is--guest.glossy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ndzn-header .is--guest.glossy .user-text {
    position: relative;
    top: 2px;
}

#ndzn-header .is--guest.glossy .user-img img {
    height: 24px;
    width: 24px;
    border-radius: 6px;
    margin-left: 13px;
}

@media (max-width:600px) {
    #ndzn-header .is--guest.glossy {
        border-radius: 0;
        background: transparent;
        margin-left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#ndzn-header .header-ip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%
}

#ndzn-header .header-ip .ip-container {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    line-height: 37px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}

#ndzn-header .header-ip .ip-container:focus .ip-address,
#ndzn-header .header-ip .ip-container:hover .ip-address {
    background: rgba(255, 255, 255, 0.2);
}

#ndzn-header .header-ip .ip-container:focus .ip-count,
#ndzn-header .header-ip .ip-container:hover .ip-count {
    background: rgba(255, 255, 255, 0.3);
}

#ndzn-header .header-ip .ip-address {
    padding: 1px 14px 0;
    font-size: 15px;
    border-radius: 0 0 0 6px;
    color: white;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

#ndzn-header .header-ip .ip-count {
    padding-top: 1px;
    width: 52px;
    color: white;
    font-size: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0 0 6px 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

#ndzn-header .header-logo {
    width: 269px;
    height: 82px;
    max-width: calc(100% - 20px);
    display: block;
    background: var(--asset-logo-full) no-repeat center/100% auto;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width:960px) {
    #ndzn-header .left {
        display: block;
    }
    #ndzn-header .left .glossy {
        height: 37px;
        line-height: 37px;
        font-size: 14px;
    }
    #ndzn-header .left .glossy:nth-child(2) {
        margin-right: 6px;
    }
    #ndzn-header .left .glossy.square {
        width: 37px;
        padding: 0;
    }
    #ndzn-header .left .glossy.square .mdi {
        line-height: 37px;
        font-size: 18px;
    }
    #ndzn-header .left .is--back {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    #ndzn-header .header-ip {
        left: auto;
        width: auto;
        right: 10px;
    }
    #ndzn-header .header-logo {
        bottom: 25px;
        left: 10px;
        right: auto;
    }
    #ndzn-header .left {
        position: absolute;
        top: 0;
        left: 10px;
    }
    #ndzn-header .left .glossy {
        border-radius: 0 0 6px 4px;
    }
    #ndzn-header .left .is--back {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        top: -1px;
    }
}

@media (max-width:600px) {
    #ndzn-header .header-logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 24px;
    }
}

@media (max-width:460px) {
    #ndzn-header ._x {
        display: none;
    }
    #ndzn-header .header-ip .ip-address {
        border-radius: 0 0 6px 6px;
    }
    #ndzn-header .header-ip .ip-count {
        display: none;
    }
}

@media (max-width:360px) {
    #ndzn-header .glossy.is--back {
        font-size: 0;
        text-align: center;
        top: -7px;
        width: 37px;
        padding: 0;
    }
    #ndzn-header .glossy.is--back .mdi {
        font-size: 23px;
        float: left;
        position: relative;
        left: 7px;
        margin: 0 0;
    }
}

@media (max-width:285px) {
    #ndzn-header .left {
        width: 100%;
        text-align: center;
        left: 0;
    }
    #ndzn-header .header-ip {
        display: none;
    }
}

#header-cart {
    position: relative;
    margin-left: auto;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-cart:not(.cart-open) #header-cart-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

#header-cart:not(.cart-open) #header-cart-dropdown:before {
    opacity: 0;
}

#header-cart.cart-open #header-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

#header-cart-toggle.glossy {
    cursor: pointer;
    margin-right: 0 !important;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-cart-toggle.glossy .user-img {
    width: 28px;
    height: 28px;
    margin-left: 16px;
    position: relative;
    top: 1px;
}

#header-cart-toggle.glossy img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

#header-cart-toggle.glossy .user-text {
    text-align: right;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding-top: 3px;
    -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;
}

#header-cart-toggle.glossy .user-text b {
    display: block;
    font-size: 15px;
    margin-bottom: -1px;
}

#header-cart-toggle.glossy .user-text small {
    text-transform: uppercase;
    font-size: 11px;
}

#header-cart-toggle.glossy .user-img+.tooltip {
    margin-top: 13px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header-cart-toggle.glossy .user-img+.tooltip:after {
    content: "";
    position: absolute;
    top: calc(100% - 6px);
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: black;
}

#header-cart-toggle.glossy .user-img+.tooltip .tooltip-arrow {
    display: none;
}

#header-cart-dropdown {
    position: absolute;
    z-index: 100;
    top: calc(100% + 4px);
    right: 0px;
    background: #fff7f3;
    border-radius: 6px;
    padding: 12px;
    width: 300px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

#header-cart-dropdown:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    right: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff7f3;
}

#header-cart-dropdown .cart-controls {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-cart-dropdown .cart-controls .currency .btn {
    padding: 7px 10px 6px;
    outline: none;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: initial;
}

#header-cart-dropdown .cart-controls .currency .btn .badge {
    position: relative;
    margin-top: 2px;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 4px;
    margin-left: 5px;
    border-radius: 2px;
}

#header-cart-dropdown .cart-controls .currency .btn .badge .fa {
    font-size: 11px;
}

#header-cart-dropdown .cart-controls .logout {
    text-transform: initial;
    padding-top: 8px;
    font-size: 13px;
    margin-left: auto;
}

#header-cart-dropdown .item {
    color: #333;
    padding: 8px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-cart-dropdown .item .item-info {
    margin-right: auto;
}

#header-cart-dropdown .item .item-info .item-name {
    font-weight: bold;
    color: #7f7ccf;
}

#header-cart-dropdown .item .item-info .item-price {
    color: #666;
    display: block;
    margin-top: -1px;
    font-size: 12px;
}

#header-cart-dropdown .item .item-remove {
    position: relative;
    top: 1px;
    color: #d9534f;
}

#header-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;
}

#header-cart-dropdown .cart-checkout .btn .badge {
    border-radius: 2px;
}

#header-cart-dropdown .cart-empty {
    color: #555;
    padding: 20px 0 3px;
    text-align: center;
}

#header-cart-dropdown .cart-empty b {
    display: block;
    margin-bottom: 10px;
}

#header-cart-dropdown .cart-empty small {
    display: block;
    line-height: 15px;
}

@media (max-width:767px) {
    #header-cart {
        position: absolute;
        top: auto;
        bottom: 33px;
        right: 10px;
    }
}

@media (max-width:600px) {
    #ndzn-header {
        margin-bottom: 60px;
    }
    #header-cart {
        bottom: auto;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #696153;
        -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1) inset, 0 4px 6px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1) inset, 0 4px 6px rgba(0, 0, 0, 0.15) inset;
    }
    #header-cart-toggle.glossy {
        background: rgba(0, 0, 0, 0.05);
        margin-left: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 60px;
        padding-top: 2px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header-cart-toggle.glossy:before {
        content: "\f107";
        font-family: FontAwesome;
        margin-right: 20px;
        width: 29px;
        height: 29px;
        line-height: 29px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        text-align: center;
        margin-top: 14px;
        font-size: 12px;
    }
    #header-cart-toggle.glossy:focus,
    #header-cart-toggle.glossy:hover {
        background: rgba(0, 0, 0, 0.125);
    }
    #header-cart-dropdown {
        top: calc(100% - 0px);
    }
}

@media (max-width:360px) {
    #header-cart-toggle.glossy .user-text b {
        font-size: 14px;
    }
    #header-cart-toggle.glossy .user-text small {
        font-size: 9px;
    }
    #header-cart-toggle.glossy .user-img {
        display: none;
    }
}

#ndzn-nav {
    display: block;
    background: white;
    border-bottom: 1px solid #ded8d4;
    overflow: hidden;
    position: relative;
    height: 62px;
}

@media (max-width:767px) {
    #ndzn-nav {
        display: none;
    }
}

#ndzn-nav button {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 60px;
    height: 62px;
    border: none;
    background: white;
    outline: none;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: block;
    opacity: 0;
    visibility: hidden;
}

#ndzn-nav button:hover {
    background: #f7f7f7;
}

#ndzn-nav button:hover .mdi {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#ndzn-nav button .mdi {
    display: block;
    font-size: 28px;
    position: relative;
    top: 1px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

#ndzn-nav button.left {
    left: -20px;
    text-align: center;
    border-right: 1px solid #ded8d4;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
}

@media (max-width:900px) {
    #ndzn-nav button.left {
        left: -12px;
    }
}

#ndzn-nav button.right {
    right: -20px;
    border-left: 1px solid #ded8d4;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
}

@media (max-width:900px) {
    #ndzn-nav button.right {
        right: -12px;
    }
}

#ndzn-nav .nav-scroller-parent {
    position: relative;
    overflow: hidden;
    height: 62px;
}

#ndzn-nav .nav-scroller-anchor {
    position: relative;
    height: 100%
}

#ndzn-nav .nav-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    min-width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#ndzn-nav .nav-scroller.scrollable.canScrollLeft~button.left,
#ndzn-nav .nav-scroller.scrollable.canScrollRight~button.right {
    opacity: 1;
    visibility: visible;
}

#ndzn-nav .nav-link {
    display: block;
    height: 62px;
    line-height: 66px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    color: #858585;
    padding: 0 14px;
    font-size: 15px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

#ndzn-nav .nav-link .fa {
    position: relative;
    top: -1px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: -4px;
}

#ndzn-nav .nav-link:focus,
#ndzn-nav .nav-link:hover {
    background: rgba(0, 0, 0, 0.02);
    color: #6c6c6c;
}

#ndzn-nav .nav-link.active,
#ndzn-nav .nav-link.active:focus,
#ndzn-nav .nav-link.active:hover {
    font-weight: 900;
    color: #62a989;
    -webkit-box-shadow: 0 -3px #62a989 inset;
    box-shadow: 0 -3px #62a989 inset;
    background: transparent;
}

#ndzn-nav .dropdown.open .nav-link {
    background: rgba(0, 0, 0, 0.04);
    color: #6c6c6c;
}

#ndzn-nav .dropdown.open .nav-link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ndzn-nav-dropdown {
    border-top-color: #666666;
    border-radius: 0;
    margin-top: 0;
    border-top-width: 2px;
    display: block;
}

.ndzn-nav-dropdown.is--activeLinkDD {
    border-color: #62a989;
    margin-top: -1px;
}

#ndzn-mobileNav {
    margin: 0;
    border-width: 0 0 2px 0;
    display: block;
}

@media (min-width:767px) {
    #ndzn-mobileNav {
        display: none;
    }
}

.navbar-brand {
    font-weight: bold;
    color: #85766C;
    position: relative;
    top: 2px;
}

#page {
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page .main>.body,
#page .main>.body .full-width,
#page .main>.body>.content,
#page .main>.body>.sidebar {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}

#page .main>.body>.sidebar {
    display: none;
}

#page>.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 20px;
}

#page>.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.panel-default {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.panel-default .panel-heading {
    position: relative;
    border-radius: 14px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: transparent;
    border: none;
    padding: 0;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    padding: 6px 20px 0 81px;
    color: #85766C;
    font-weight: 900;
    font-size: 24px;
}

.panel-default .panel-heading:after,
.panel-default .panel-heading:before {
    content: "";
    display: block;
    border-radius: 14px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.panel-default .panel-heading:before {
    z-index: -2;
    left: 0;
    background: #F0B587 var(--asset-snout-color) no-repeat 18px center;
    width: 157px;
}

.panel-default .panel-heading:after {
    width: calc(100% - 57px);
    left: 57px;
    background: white;
}

.panel-default .panel-heading .text-right {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 42px;
    padding: 0 14px;
    line-height: 46px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 14px;
}

.panel-default .panel-body {
    padding: 30px;
    margin-top: 20px;
    background: white;
    border-radius: 14px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.content.panel-body {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #888;
}

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

@media (max-width:900px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #page {
        margin-top: 10px;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #page>.main,
    #page>.sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
    }
    #page>.sidebar {
        margin-top: 59px;
    }
    .panel-default,
    .panel-default .panel-body {
        border-radius: 4px;
    }
    .panel-default .panel-heading,
    .panel-default .panel-heading .text-right,
    .panel-default .panel-heading:after,
    .panel-default .panel-heading:before {
        border-radius: 4px;
    }
    .panel-default .panel-body {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

form .username {
    margin: 0;
}

form .username span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #888;
}

form .username .btn {
    height: 46px;
}

#ndzn-footer {
    margin-top: 78px;
    cursor: default;
}

#ndzn-footer .p-body-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#ndzn-footer .footer-ip {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ndzn-footer .footer-ip:before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    background: var(--asset-snout-grayscale) no-repeat center/100% auto;
    margin-right: 14px;
}

#ndzn-footer .footer-ip input,
#ndzn-footer .footer-ip small {
    height: 21px;
    line-height: 23px;
    font-size: 14px;
    text-transform: uppercase;
    color: #998D84;
}

#ndzn-footer .footer-ip input {
    outline: none;
    background: transparent;
    border: none;
    font-weight: 900;
    cursor: pointer;
    font-family: "Overpass", sans-serif;
    width: 130px;
}

#ndzn-footer .footer-main {
    background: #685F59;
}

#ndzn-footer .footer-main .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#ndzn-footer .footer-main .flex-container:after,
#ndzn-footer .footer-main .flex-container:before {
    display: none;
}

#ndzn-footer .footer-main .third {
    width: calc(32% - 10px);
    color: #d0c7c1;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}

#ndzn-footer .footer-main .third h4 {
    font-size: 18px;
    color: white;
    display: table;
    position: relative;
    font-weight: 800;
    margin: 0 0 28px;
}

#ndzn-footer .footer-main .third h4:after {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 15%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
}

#ndzn-footer .footer-main .third h4 b {
    color: #ddd;
}

#ndzn-footer .footer-main .third .links a {
    color: #aaa;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 7px 0 5px;
}

#ndzn-footer .footer-main .third .links a:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#ndzn-footer .footer-main .third .links a:hover {
    color: #ddd;
}

#ndzn-footer .footer-main .third .links a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    top: -1px;
    margin: 0 15px;
    border-radius: 50%
}

#ndzn-footer .footer-main .third .button {
    margin-top: 18px;
    text-transform: initial;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px;
    display: table;
    height: 39px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #CF996F;
    text-decoration: none;
    padding: 8px 13px 4px;
    color: #9B604C;
    background: #F3B584;
}

#ndzn-footer .footer-main .third .button:focus,
#ndzn-footer .footer-main .third .button:hover {
    color: #ac6b55;
    border-color: #d9af8e;
    background: #f5c39b !important;
}

#ndzn-footer .footer-footnote {
    background: #615852;
}

#ndzn-footer .footer-footnote .p-body-inner {
    padding: 35px 0 32px;
    font-size: 12px;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ndzn-footer .footer-footnote .p-body-inner:after,
#ndzn-footer .footer-footnote .p-body-inner:before {
    display: none;
}

#ndzn-footer .footer-footnote p {
    margin: 0;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #afa7a2;
}

#ndzn-footer .footer-footnote p small {
    font-size: 12px;
    display: block;
    color: #978d87;
    margin-top: 3px;
}

#ndzn-footer .footer-footnote .right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ndzn-footer .footer-footnote .right .button {
    background: rgba(0, 0, 0, 0.075);
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    margin: 2px 10px 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

#ndzn-footer .footer-footnote .right .button:hover {
    background: rgba(0, 0, 0, 0.125);
}

#ndzn-footer .footer-footnote .right .button .fa {
    font-size: 18px;
}

#ndzn-footer .footer-footnote #tm {
    display: inline-block;
    margin-left: 20px;
    height: 25px;
    width: 15px;
    background: var(--asset-ndzn-logo) no-repeat;
    background-size: 100% auto;
    opacity: .4;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

#ndzn-footer .footer-footnote #tm:hover {
    opacity: 0.7;
}

@media (max-width:900px) {
    #ndzn-footer .footer-main .flex-container {
        padding-top: 40px;
        padding-bottom: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    #ndzn-footer .footer-main .third {
        width: calc(50% - 15px);
    }
    #ndzn-footer .footer-main .third:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 45px;
    }
    #ndzn-footer .footer-main .third:first-child {
        margin-right: 30px;
    }
    #ndzn-footer .footer-main .third:last-child {
        margin: 0 auto;
    }
    #ndzn-footer .footer-main .third:last-child h4 {
        text-align: center;
    }
}

@media (max-width:600px) {
    #ndzn-footer .footer-main .third {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 50px !important;
    }
    #ndzn-footer .footer-main .third:nth-child(2) {
        margin-bottom: 0 !important;
    }
    #ndzn-footer .footer-main .button {
        margin-top: 15px !important;
    }
}

@media (max-width:520px) {
    #ndzn-footer .footer-footnote .p-body-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #ndzn-footer .footer-footnote p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center !important;
    }
    #ndzn-footer .footer-footnote .right {
        margin: 25px auto 0;
    }
}

@media (max-width:300px) {
    #ndzn-footer .footer-main .footer-ip small {
        font-size: 0 !important;
    }
    #ndzn-footer .footer-main .footer-ip input {
        position: relative;
        top: 2px;
    }
}

.sidebar .panel-default:not(.ndzn-module) {
    display: none;
}

.ndzn-js--buycraftSkin {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.ndzn-js--buycraftSkin.loaded {
    opacity: 1;
    visibility: visible;
}

.ndzn-module {
    cursor: default;
    position: relative;
}

.ndzn-module:not(:first-child) {
    margin-top: 59px;
}

.ndzn-module .panel-minorHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-size: 15px;
    padding: 0 3px;
    color: #85766C;
    bottom: 100%
}

.ndzn-module .panel-minorHeading b {
    height: 42px;
    font-weight: 800;
    line-height: 47px;
}

.ndzn-module .panel-minorHeading i {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 20px;
    width: 50px;
}

.ndzn-module .panel-body {
    margin: 0;
}

.ndzn-module.m--goal .goal-percent-title {
    display: block;
    color: #62a989;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.ndzn-module.m--goal .progress {
    border-radius: 50px;
    height: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ndzn-module.m--goal .progress .progress-bar {
    background: #62a989;
}

.ndzn-module.m--goal .goal-percent-text {
    display: block;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    color: #888;
    margin: 26px 0 -8px;
}

.ndzn-module.m--giftcard .panel-body {
    height: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ndzn-module.m--giftcard .page:not(.active) {
    display: none;
}

.ndzn-module.m--giftcard .page.is--home .btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    height: 43px;
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    border-radius: 4px;
    color: white;
    outline: none;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0.225);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.ndzn-module.m--giftcard .page.is--home .btn:first-child {
    margin-bottom: 8px;
}

.ndzn-module.m--giftcard .page.is--home .btn .mdi {
    display: inline-block;
    width: 42px;
    margin-right: -4px;
    text-align: center;
}

.ndzn-module.m--giftcard .page.is--home .btn b {
    display: inline-block;
}

.ndzn-module.m--giftcard .page.is--home .btn.btn--balance {
    background: #9980c0;
}

.ndzn-module.m--giftcard .page.is--home .btn.btn--balance:focus,
.ndzn-module.m--giftcard .page.is--home .btn.btn--balance:hover {
    background: #8e72b9;
}

.ndzn-module.m--giftcard .page.is--home .btn.btn--buy {
    background: #62a989;
}

.ndzn-module.m--giftcard .page.is--home .btn.btn--buy:focus,
.ndzn-module.m--giftcard .page.is--home .btn.btn--buy:hover {
    background: #579f7f;
}

.ndzn-module.m--giftcard .subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ndzn-module.m--giftcard .subheading .label {
    background: #f0f0f0;
    font-size: 10px;
    color: #999;
    border: none;
    outline: none;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 4px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.ndzn-module.m--giftcard .subheading .label:focus,
.ndzn-module.m--giftcard .subheading .label:hover {
    color: white;
    background: #da7878;
}

.ndzn-module.m--giftcard .subheading span {
    font-size: 12px;
    font-weight: 800;
    color: #999;
    position: relative;
    top: 2px;
}

.ndzn-module.m--giftcard .page.is--check form {
    position: relative;
}

.ndzn-module.m--giftcard .page.is--check form:hover input {
    border-color: #ddd;
}

.ndzn-module.m--giftcard .page.is--check form:hover .btn {
    background: #7c7c7c;
}

.ndzn-module.m--giftcard .page.is--check .btn {
    position: absolute;
    bottom: 7px;
    right: 6px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    font-weight: 800;
    height: 26px;
    line-height: 29px;
    outline: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 0 6px;
    background: #888;
}

.ndzn-module.m--giftcard .page.is--check input {
    border-radius: 4px;
    height: 40px;
    font-weight: 800;
    padding: 2px 10px 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f9f9;
    border: 2px solid #eee;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    color: #9980c0;
}

.ndzn-module.m--giftcard .page.is--check input::-webkit-input-placeholder {
    font-size: 13px;
    color: #bbb;
}

.ndzn-module.m--giftcard .page.is--check input:-ms-input-placeholder {
    font-size: 13px;
    color: #bbb;
}

.ndzn-module.m--giftcard .page.is--check input::-ms-input-placeholder {
    font-size: 13px;
    color: #bbb;
}

.ndzn-module.m--giftcard .page.is--check input::placeholder {
    font-size: 13px;
    color: #bbb;
}

.ndzn-module.m--giftcard .page.is--check input:focus {
    border-color: #9980c0 !important;
}

.ndzn-module.m--giftcard .page.is--check input:focus::-webkit-input-placeholder {
    color: #aaa;
}

.ndzn-module.m--giftcard .page.is--check input:focus:-ms-input-placeholder {
    color: #aaa;
}

.ndzn-module.m--giftcard .page.is--check input:focus::-ms-input-placeholder {
    color: #aaa;
}

.ndzn-module.m--giftcard .page.is--check input:focus::placeholder {
    color: #aaa;
}

.ndzn-module.m--giftcard .page.is--check input:focus+.btn {
    background: #9980c0;
}

.ndzn-module.m--giftcard .page.is--result pre {
    border-radius: 4px;
    height: 40px;
    margin: 0;
}

.ndzn-module.m--donators .topDonor {
    margin: -7px -30px 0;
    padding: 0 24px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    position: relative;
}

.ndzn-module.m--donators .topDonor img {
    position: absolute;
    bottom: 0;
    right: 8px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 94px;
}

.ndzn-module.m--donators .topDonor .username {
    font-weight: 800;
    margin: 0;
    display: block;
    color: #6b5645;
}

.ndzn-module.m--donators .topDonor small {
    display: block;
    font-size: 11px;
    margin-top: -2px;
    color: #888;
}

.ndzn-module.m--donators .recentDonors .avatar-list {
    padding-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ndzn-module.m--donators .recentDonors .avatar-list .avatar {
    width: 24px;
    height: 24px;
}

.ndzn-module.m--donators .recentDonors .avatar-list .avatar img {
    border-radius: 3px;
}

.ndzn-module.m--donators .recentDonors small {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #888;
    margin: 12px 0 -7px;
}

.ndzn-homepage p {
    font-weight: 400;
    color: #666;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px;
}

.ndzn-homepage .h--support-text {
    margin-bottom: 6px;
}

.ndzn-homepage .h--support-buttons {
    font-size: 0;
}

.ndzn-homepage .h--support-buttons .btn {
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    font-weight: 900;
    margin-bottom: 5px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    background: #F0B587;
    border-color: rgba(0, 0, 0, 0.065);
    border-width: 0 0 3px;
}

.ndzn-homepage .h--support-buttons .btn:not(:last-child) {
    margin-right: 9px;
}

.ndzn-homepage .h--policy {
    margin: 30px 0;
    padding: 30px 0 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    position: relative;
}

.ndzn-homepage .h--policy:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 4px;
    height: calc(100% - 60px);
    background: rgba(0, 0, 0, 0.075);
}

.ndzn-homepage .h--policy p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.ndzn-homepage .h--policy p b {
    font-weight: 900;
    color: #555;
}

.ndzn-homepage .h--policy p.red {
    color: #C05C5C;
    margin-bottom: -3px;
}

.ndzn-homepage .h--policy p.red a {
    font-weight: 900;
    color: #C05C5C;
    display: inline-table;
    text-decoration: none;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    position: relative;
}

.ndzn-homepage .h--policy p.red a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.ndzn-homepage .h--policy p.red a:focus,
.ndzn-homepage .h--policy p.red a:hover {
    color: #a84141;
}

.ndzn-homepage .h--policy p.red a:focus:after,
.ndzn-homepage .h--policy p.red a:hover:after {
    background: rgba(0, 0, 0, 0.105);
}

.ndzn-homepage .h--gatewaysMiniText span {
    display: block;
    color: #888;
}

.ndzn-homepage .h--gatewaysMiniText span:first-child,
.ndzn-homepage .h--gatewaysMiniText span em {
    color: #444;
}

.ndzn-homepage .h--gatewaysMiniText span em {
    font-weight: 900;
}

#ndzn-gateways {
    margin-top: 30px;
    position: relative;
}

#ndzn-gateways:before {
    content: "Hover to see payment method names";
    position: absolute;
    bottom: calc(100% + 6px);
    font-size: 12px;
    color: #888;
    font-weight: 600;
    right: 13px;
    text-align: right;
}

#ndzn-gateways .gateway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px 17px;
    border-radius: 14px;
    background: #f6f6f6;
}

#ndzn-gateways .gateway:not(:last-child) {
    margin-bottom: 10px;
}

#ndzn-gateways .gateway-logo {
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ndzn-gateways .gateway-logo.logo--paypal {
    top: -1px;
    margin-left: 5px;
    height: 26px;
}

#ndzn-gateways .gateway-logo.logo--mollie {
    top: -1px;
    margin-left: 5px;
    height: 22px;
}

#ndzn-gateways .gateway-icons {
    height: 42px;
    margin-left: auto;
}

#ndzn-gateways .gateway-method {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: var(--asset-gateways) no-repeat;
}

#ndzn-gateways .gateway-method:not(:first-child) {
    margin-left: 3px;
}

@media (max-width:550px) {
    #ndzn-gateways .gateway {
        -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-gateways .gateway .gateway-icons {
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
        height: auto;
        margin-bottom: -6px;
    }
}

.tebexLogin {
    position: relative !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #5b524c !important;
}

@media (max-width:400px) {
    .tebexLogin {
        display: none !important;
    }
}

.tebexContainer {
    width: 1340px !important;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    opacity: 0.25 !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}

.tebexLogin:hover .tebexContainer {
    opacity: 1 !important;
}

.tebexProfile>.tebexProfileItem {
    height: 40px !important;
    line-height: 42px !important;
    padding: 0 !important;
}

.tebexDropdown {
    top: auto !important;
    bottom: 100% !important;
}

.tebexAvatar {
    margin: 9px 10px 0 !important;
}

.tebexDropdown:before {
    display: none !important;
}

.tebexButtons>* {
    position: relative !important;
    top: -6px !important;
}

.tebexButtons>a {
    padding: 5px 8px !important;
    margin-left: 10px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border-radius: 3px !important;
}

.tebexProfilePicker:after {
    font-size: 13px !important;
    content: "\f106" !important;
    font-family: FontAwesome !important;
    top: 1px !important;
    height: 5px !important;
    position: relative !important;
}

.modal {
    background: rgba(91, 82, 76, 0.8);
}

.modal-content {
    border-radius: 4px;
    border: none;
    background: transparent;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header {
    border: none;
    background: #F3B584;
    border-radius: 6px;
}

.modal-header .modal-title {
    color: #9B604C;
    position: relative;
    top: 2px;
    font-weight: 800;
}

.modal-header .close {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    color: black;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.2);
}

.modal-body {
    border-radius: 6px;
    background: white;
    margin-top: 5px;
    border: none;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.125);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.125);
}

.modal-footer {
    border: none;
    background: white;
    border-radius: 6px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.125);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.125);
    padding-bottom: 11px;
}

.modal-footer .gift-fields {
    padding-bottom: 3px;
}

.swal2-modal {
    font-family: "Overpass", sans-serif !important;
}

.swal2-confirm.swal2-styled {
    font-family: "Overpass", sans-serif;
    cursor: pointer;
    background: #62a989 !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: bold;
    outline: none;
    padding-top: 11px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.swal2-confirm.swal2-styled:focus,
.swal2-confirm.swal2-styled:hover {
    background: #519476 !important;
}

.jq-toast-wrap {
    width: 300px;
}

.jq-toast-single {
    padding: 18px 16px 15px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    font-family: "Overpass", sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    background-color: rgba(98, 169, 137, 0.875);
    color: white;
}

.jq-toast-single.jq-has-icon {
    background-position: 20px center;
    padding-left: 62px;
}

.jq-toast-single.jq-icon-error {
    background-image: none;
    background-color: rgba(226, 78, 78, 0.9);
}

.jq-toast-single.jq-icon-error:before {
    content: "\f00d";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    pointer-events: none;
    color: white;
    left: 21px;
    font-family: FontAwesome;
}

.jq-toast-single.jq-icon-error .jq-toast-loader {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    background: rgba(255, 255, 255, 0.25) !important;
}

.jq-toast-single .jq-toast-loader {
    top: 0;
    height: 3px;
}

.jq-toast-single.jq-icon-success .jq-toast-loader {
    background: rgba(255, 255, 255, 0.4) !important;
}

.jq-toast-single .jq-toast-heading {
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
    position: relative;
    display: table;
}

.jq-toast-single .jq-toast-heading:after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
}

.ndzn-packages-table {
    margin: -27px -12px;
    position: relative;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.ndzn-packages-table.loading .buttons .btn {
    display: none;
}

.ndzn-packages-table.loading .buttons .btn.btn-info {
    margin-right: 0 !important;
    display: block;
}

.ndzn-packages-table.loading .buttons .packageQty {
    display: block;
    margin-right: 0 !important;
    width: 96px !important;
    font-size: 0;
    opacity: 0.5;
}

.ndzn-packages-table.loading .buttons .packageQty:before {
    content: "LOADING";
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.ndzn-packages-table .package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #4f5f6b;
    font-size: 14px;
}

.ndzn-packages-table .package:last-of-type {
    border-bottom: none;
}

.ndzn-packages-table .package .name,
.ndzn-packages-table .package .price {
    padding-top: 2px;
}

.ndzn-packages-table .package .price {
    color: #798690;
    margin-left: auto;
}

.ndzn-packages-table .package .price .discount {
    text-decoration: line-through;
    color: red;
    font-weight: 500;
    font-size: 12px;
}

.ndzn-packages-table .package .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    height: 60px;
}

body.ndzn-ajax--loading .ndzn-packages-table .package .buttons .btn:not(.btn-info) {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ndzn-packages-table .package .buttons .btn {
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-width: 0 0 2px;
    border-color: rgba(0, 0, 0, 0.15);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.ndzn-packages-table .package .buttons .btn:not(:last-child) {
    margin-right: 3px;
}

.ndzn-packages-table .package .buttons .btn.btn-info {
    margin-right: 10px;
    background: #F0B587;
}

.ndzn-packages-table .package .buttons .btn.btn-success {
    background: #62a989;
}

body:not(.ndzn-ajax--loading) .ndzn-packages-table .package .buttons .btn.disabled {
    background: #aaa;
    border-color: #888;
    color: #666;
    opacity: 0.4;
}

.ndzn-packages-table .package .buttons .btn.packageQty {
    pointer-events: none;
    cursor: default;
    background: #eee;
    border: 1px solid #ccc;
}

.ndzn-packages-table .package .buttons .btn.packageQty[data-qty="0"],
.ndzn-packages-table .package .buttons .btn.packageQty[data-qty="0"]~.btn-danger {
    display: none;
}

.ndzn-packages-table .package .buttons .btn.packageQty[data-qty="0"]~.btn-success {
    width: 96px;
    margin-right: 0;
    font-size: 0;
}

.ndzn-packages-table .package .buttons .btn.packageQty[data-qty="0"]~.btn-success:after {
    content: "Add to Cart";
    font-size: 13px;
    font-weight: bold;
}

.ndzn-packages-table .package .buttons .btn.btn-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ndzn-packages-table .package .buttons .btn.btn-success {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.ndzn-packages-table .package .buttons .btn.packageQty {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.ndzn-packages-table .package .buttons .btn.btn-danger {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.ndzn-ajax--optionsForm {
    position: relative;
}

body.ndzn-ajax--loading .ndzn-ajax--optionsForm {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.ndzn-ajax--loading .ndzn-ajax--optionsForm .buttons .btn-success {
    font-size: 0;
    outline: none;
}

body.ndzn-ajax--loading .ndzn-ajax--optionsForm .buttons .btn-success:before {
    content: "PLEASE WAIT..." !important;
    font-size: 18px !important;
}

.ndzn-ajax--optionsForm .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.ndzn-ajax--optionsForm .buttons>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
}

.ndzn-ajax--optionsForm .buttons .btn {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.ndzn-ajax--optionsForm .buttons .back {
    margin-right: 10px;
}

.ndzn-ajax--optionsForm .buttons .back .btn {
    font-size: 0;
}

.ndzn-ajax--optionsForm .buttons .back .btn:before {
    content: "Cancel";
    font-size: 18px;
}

.modal-notification .text {
    background: #e04646;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 14px 14px 12px;
    line-height: 18px;
    font-weight: bold;
    color: white;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 4px;
}

body.ndzn-ajax--loading .modal-notification .text {
    font-size: 0;
    background: #999;
    padding-bottom: 8px;
}

body.ndzn-ajax--loading .modal-notification .text:before {
    font-size: 13px;
    content: "Trying again - please wait..."
}

.package-loader {
    display: none;
}

body.ndzn-ajax--loading .modal-content.modal-content--package .modal-body,
body.ndzn-ajax--loading .modal-content.modal-content--package .modal-footer {
    position: relative;
}

body.ndzn-ajax--loading .modal-content.modal-content--package .modal-body:before,
body.ndzn-ajax--loading .modal-content.modal-content--package .modal-footer:before {
    content: "";
    display: block;
    z-index: 20;
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

body.ndzn-ajax--loading .modal-content.modal-content--package .package-loader {
    display: block;
    position: absolute;
    z-index: 50;
}

body.ndzn-ajax--loading .modal-content.modal-content--package .package-loader,
body.ndzn-ajax--loading .modal-content.modal-content--package .package-loader .package-loader-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

body.ndzn-ajax--loading .modal-content.modal-content--package .package-loader .package-loader-svg {
    width: 100px;
    height: 100px;
}

.ndzn-packages-table.is--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ndzn-packages-table.is--images .image {
    width: 120px;
}

.ndzn-packages-table.is--images .package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    text-align: center;
    padding: 20px 0;
}

.ndzn-packages-table.is--images .package .info {
    margin-top: 10px;
    margin-left: 15px;
}

.ndzn-packages-table.is--images .package .buttons {
    padding-left: 0;
}

.ndzn-packages-table.is--images .package:nth-child(odd) {
    margin-right: 20px;
}

@media (max-width:550px) and (min-width:420px) {
    .ndzn-packages-table:not(.is--images) .package:first-child {
        padding-top: 0;
    }
    .ndzn-packages-table:not(.is--images) .package {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .ndzn-packages-table:not(.is--images) .package .price {
        margin: auto;
    }
    .ndzn-packages-table:not(.is--images) .package .buttons {
        margin: 10px auto 0;
        height: 30px;
        padding: 0;
    }
}

@media (max-width:600px),
(min-width:767px) and (max-width:920px) {
    .ndzn-packages-table {
        margin: -10px;
    }
    .ndzn-packages-table.is--images {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ndzn-packages-table.is--images .package {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        margin: 0 !important;
        padding: 6px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .ndzn-packages-table.is--images .package .image {
        border: 1px solid #eee;
        margin-left: -15px;
        margin-right: 10px;
        max-width: 128px;
    }
}

@media (max-width:340px) {
    .ndzn-packages-table.is--images .package .image {
        margin: 0 0 0 -10px;
        border: none;
    }
}

.ndzn-packages-table .package .price .discount {
    font-size: 14px;
    font-weight: bold;
}







/*login page 2026*/

.ndzn-login-form {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
}

.ndzn-login-form .login__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ndzn-login-form .login__label {
    font-weight: bold;
}

.ndzn-login-form .login__radiogroup {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ndzn-login-form .login__item--ign input {
    text-align: inherit;
    padding-bottom: 6px;
}

.ndzn-login-form .login__radio {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    height: 46px;
    margin: 0;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
}

.ndzn-login-form .login__radio input {
    margin: 0;
}

.ndzn-login-form .login__radio span {
    padding-top: 0.175em;
}

.ndzn-login-form .login__radio:has(input:focus-visible) {
    outline: 3px solid rgba(0,0,0,0.1);
}

.login__radio--java:has(input:checked) {
    background: #cdf2e2;
    border: 1px solid #62a889;
    color: #174832;
    accent-color: #174832;
}

.ndzn-login-form .login__radio--bedrock:has(input:checked),
.ndzn-login-form .login__warning {
    background: #dccef3;
    border: 1px solid #9980c0;
    color: #22133a;
    accent-color: #22133a;
}

.ndzn-login-form .login__warning {
    padding: 12px 10px 10px;
    border-radius: 7px;
    margin: 0;
}




