/****************
  Shop Login Register
  *****************/

.ns-login {
    height: 100vh;
}

.ns-login .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: inherit;
    background: #3D5981;
    overflow: hidden;
    border-radius: 10px;
}

.ns-login .container .row {
    margin-left: 0;
    margin-right: 0;
}

.ns-login .container .row .col-md-6 {
    padding: 0;
}

.ns-login .ns-login-image {
    min-width: 50%;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
}

.ns-login .ns-login-container {
    font-size: 0;
    max-width: 440px;
    background: #0A0A0A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.ns-login .ns-login-container .ns-login-tabs {

}

.ns-login .ns-login-container .ns-login-tabs a {
    color: #fff;
    width: 50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 3px solid #444950;
    margin-bottom: 30px;
    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Opera and Firefox */

}

.ns-login .ns-login-container .ns-login-tabs a.active {
    border-color: #4BD5DB !important;
}

.ns-login .ns-login-container .ns-login-form {
    padding: 50px;
    display: none;
    opacity: 0;
}

.ns-login .ns-login-container .ns-login-form.active {
    display: block;
    opacity: 1;
}

.ns-login .ns-login-container .ns-login-form h1, .ns-login .ns-login-container .ns-login-form h2 {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 60px;
}

.ns-login .ns-login-container .ns-login-form h3 {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
}

.ns-login .ns-login-container .ns-login-form form {

}

.ns-login .ns-login-container .ns-login-form form input {
    background: #393939;
    color: #fff !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    border-radius: 0;
}

.ns-login .ns-login-container .ns-login-form form input.redBorder {
    border-color: #ff0000;
}

.ns-login .ns-login-container .ns-login-form form input[type="submit"] {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    margin-bottom: 8px;
    transition: 0.3s opacity ease;
    padding-left: 0;
}

.ns-login .ns-login-container .ns-login-form form input[type="submit"]:disabled {
    opacity: 0.6;
}

.ns-login .ns-login-container .ns-login-form form input[name="typ"] {
    display: none;
}


.ns-login .ns-login-container .ns-login-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7E7E7E;
    font-weight: 400;
    opacity: 1; /* Firefox */
    text-transform: none !important;
    font-size: 14px;
}

.ns-login .ns-login-container .ns-login-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7E7E7E;
    font-weight: 400;
    text-transform: none !important;
    font-size: 14px;
}

.ns-login .ns-login-container .ns-login-form form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7E7E7E;
    font-weight: 400;
    text-transform: none !important;
    font-size: 14px;
}

.ns-login .ns-login-container .ns-login-form p {
    text-align: right;
    font-size: 13px;
    margin-block-start: 0;
}

.ns-login .ns-login-container .ns-login-form p#ns-resetPasswortInfo {
    text-align: center;
    font-size: 15px;
}

.ns-login .ns-login-container .ns-login-form p a {
    cursor: pointer;
    color: #fff;
}

.ns-login .ns-login-container .ns-login-form .ns-login-border {
    width: 100%;
    border-top: 1px solid #444950;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ns-login .ns-login-container .ns-login-form .switch-button {
    font-size: 13px;
    color: #7E7E7E;
    text-align: center;
    display: block;
}

.ns-login .ns-login-container .ns-login-form .switch-button span {
    color: #fff;
    cursor: pointer;
}


/****************
  Benuterzentrum
  *****************/

.ns-user-panel {
    margin-top: 80px;
    position: relative;
}

.ns-user-panel .ns-user-panel-edit {
    text-align: center;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 0;
}


/* Begrüßungsseite */

.ns-user-panel .ns-user-welcome .ns-user-welcome-teaser{
    border-bottom: 1px solid #444950;
    padding-bottom: 20px;
}

.ns-user-panel .ns-user-welcome p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
}

.ns-user-panel .ns-user-lists{

}

.ns-user-panel .ns-user-lists h2{
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}


/* user Pane Edit Styles */

.ns-user-panel-edit {

}

.ns-user-panel-edit h1 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #444950;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.ns-user-panel-edit p {
    text-align: left;
}

.ns-user-panel-edit form {
    text-align: left;
}

.ns-user-panel-edit form input, .ns-user-panel-edit form select {
    background: #393939;
    color: #BCBCBC !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    border-radius: 0;
    text-transform: none;
}

.ns-user-panel-edit form input[type="submit"] {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    max-width: 230px;
    line-height: 44px;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: 0.3s opacity ease;
    padding: 0;
}

.ns-user-panel-edit form input[type="submit"]:disabled {
    opacity: 0.6;
}

.ns-user-panel-edit form input[name="typ"], .ns-user-panel-edit form input[name="id"] {
    display: none;
}

.ns-user-panel-edit form input.redBorder {
    border-color: #ff0000;
}

.ns-user-panel-edit form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7E7E7E;
    opacity: 1; /* Firefox */
    text-transform: none !important;
    font-size: 14px;
    font-weight: 400;
}

.ns-user-panel-edit form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7E7E7E;
    text-transform: none !important;
    font-size: 14px;
    font-weight: 400;
}

.ns-user-panel-edit form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7E7E7E;
    text-transform: none !important;
    font-size: 14px;
    font-weight: 400;
}


/* User Addresses */

.ns-user-panel-edit .ns-user-addresses-container {

}

.ns-user-panel-edit .ns-user-addresses-container .ns-user-address {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.ns-user-panel-edit .ns-user-addresses-container .ns-user-address p {

}

.ns-user-panel-edit .ns-user-addresses-container .ns-user-address a, .ns-user-panel-edit .ns-user-addresses-container .addAddress {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: 0.3s opacity ease;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 210px;
}

.ns-user-panel-edit .ns-user-addresses-container .ns-user-address a.addressDelete {
    background: transparent;
    color: #0482f3 !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.ns-user-panel-edit .ns-user-addresses-container .addAddress {
    margin-left: auto;
    margin-top: 40px;
}


/* Bestellübersicht */

.ns-user-orders {

}

.ns-user-orders p, .ns-user-orders img, .ns-user-orders a, .ns-user-orders h3 {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Opera and Firefox */
}

.ns-user-orders li {
    border-radius: 10px;
    margin-bottom: 30px;
}

.ns-user-orders li .ns-order-overview {
    text-align: left;
}

.ns-user-orders li .ns-order-overview .ns-orderID {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    width: 150px;
    padding-left: 0px;
}

.ns-user-orders li .ns-order-overview .ns-orderDate {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    width: 200px;
    padding-left: 0px;
}

.ns-user-orders li .ns-order-overview .ns-orderTotal {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    width: 120px;
    padding-left: 0px;

}

.ns-user-orders li .ns-order-overview .ns-orderButtons {
    margin-bottom: 0;
    line-height: 60px;
    display: inline-block;
    width: calc(100% - 490px);
    text-align: right;
}

.ns-user-orders li .ns-order-overview .ns-orderButtons .ns-orderInvoice {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    width: 140px;
    line-height: 34px;
    height: 34px;
    margin-top: 30px;
    margin-bottom: 0;
    transition: 0.3s opacity ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.ns-user-orders li .ns-order-overview .ns-orderButtons .ns-orderShowDetails {
    margin-bottom: 0;
    line-height: 60px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.ns-user-orders li .ns-order-overview .ns-orderButtons .ns-orderShowDetails i {

}

.ns-user-orders li.ns-order-title {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #444950;
    border-radius: 0;
}


.ns-user-orders li .ns-orderDetails {
    display: none;
}

.ns-user-orders li .ns-orderDetails.active {
    display: block;
}

.ns-user-orders li .ns-orderDetails h3 {
    text-align: left;
    font-size: 25px;
    border-top: 1px solid #444950;
    padding-top: 20px;
    margin-top: 20px;
}

.ns-user-orders li .ns-orderDetails ul {

}

.ns-user-orders li .ns-orderDetails ul li {
    padding: 0;

    border-bottom: 1px solid #444950;
    border-radius: 0;
    padding-bottom: 30px;
}

.ns-user-orders li .ns-orderDetails ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.ns-user-orders li .ns-orderDetails ul li a {
    text-align: left;
    display: block;
}

.ns-user-orders li .ns-orderDetails ul li a img {
    width: 120px;
    display: inline-block;
}

.ns-user-orders li .ns-orderDetails ul li a p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 30px;
}

.ns-user-orders li .ns-orderDetails ul li a p:nth-child(2) {
    width: 230px;
}

.ns-user-orders li .ns-orderDetails ul li a p:nth-child(3) {

}

.ns-user-orders li .ns-orderDetails ul li a p:nth-child(4) {
    margin-left: 70px;
}

.ns-user-orders li .ns-orderDetails ul li a p:nth-child(5) {
    margin-left: 70px;
}

.ns-user-orders li .ns-orderDetails ul li a p span {
    font-size: 12px;
    line-height: 12px;

}

.ns-user-orders li .ns-orderDetails .ns-orderPaymentDetails {

}

.ns-user-orders li .ns-orderDetails .ns-orderPaymentDetails p {
    margin-bottom: 10px;
}


.ns-user-orders li .ns-orderDetails .ns-aboInvoicesList {
    margin-bottom: 20px;
}

.ns-user-orders li .ns-orderDetails .ns-aboInvoicesList li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}

.ns-user-orders li .ns-orderDetails .ns-aboInvoicesList li p {
    margin-bottom: 0;
    display: inline-block;
    line-height: 35px;
}

.ns-user-orders li .ns-orderDetails .ns-aboInvoicesList li a {
    border: none;
    background: #fff;
    color: #000 !important;
    font-size: 13px;
    width: 140px;
    border-radius: 10px !important;
    line-height: 34px;
    height: 34px;
    margin-top: 30px;
    margin-bottom: 0;
    transition: 0.3s opacity ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 0;
    vertical-align: middle;
}

.ns-subscriptionEdit {
    text-align: left;
}

.ns-subscriptionEdit .ns-cancelSubscription {
    color: #0482f3;
    font-size: 13px;
    display: block;
    text-align: right;
    cursor: pointer;
}

.ns-subscriptionEdit .ns-cancelSubscription:hover {
    text-decoration: underline;
}

.ns-Status {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 40px;
}

.ns-Status.red {
    background: #f55652;
}

.ns-Status.orange {
    background: #f5b356;
}

.ns-Status.green {
    background: #93f583;
}


.ns-cancelSubscription-container {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
}

.ns-cancelSubscription-container.active {
    opacity: 1;
    pointer-events: auto;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #444950;
    padding: 40px;
    border-radius: 10px;
    max-width: 650px;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal #ns-confirm {
    display: none;
    position: relative;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal #ns-confirm #ns-cancelSubscriptionClose {
    position: absolute;
    top: -30px;
    right: -25px;
    color: #fff;
    font-size: 23px;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal h6 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal p {

}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal .ns-cancelSubscriptionButtons {

}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal .ns-cancelSubscriptionButtons #cancelSubscription {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.ns-cancelSubscription-container .ns-cancelSubscriptionModal .ns-cancelSubscriptionButtons #cancelSubscription-abort {
    background: #ff0602;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}



/* Editorial Office */

.ns-editorial-office{
    margin-bottom: 100px;
}

.ns-editorial-office #ns-add-polling{
    background: #147A63;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.ns-editorial-office .ns-questions{
    height: calc(100vh - 280px);
    overflow: scroll;
}

.ns-editorial-office .ns-questions li{
    background: #393939;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
}

.ns-editorial-office .ns-questions li .ns-handle{
    font-size: 18px;
    display: inline-block;
    width: 30px;
    text-align: left;
    vertical-align: middle;
    cursor: move;
}

.ns-editorial-office .ns-questions li p{
    margin-bottom: 0;
    font-size: 15px;
    display: inline-block;
    width: calc(100% - 185px);
    vertical-align: middle;
    line-height: 20px;
}

.ns-editorial-office .ns-questions li .ns-buttons{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 260px;
    right: 15px;
    text-align: right;
    top: 12px;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-edit-question, .ns-editorial-office .ns-questions li .ns-buttons .ns-edit-poll{
    font-size: 20px;
    color: #fff;
    background: #0482f3;
    padding: 6px;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-activate-question{
    font-size: 20px;
    color: #fff;
    background: #147A63;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-activate-question i:last-child{
    display: none;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-activate-question.active{
    background: #c23b22;
    font-size: 28px;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-activate-question.active i:first-child{
    display: none;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-activate-question.active i:last-child{
    display: block;
}


.ns-editorial-office .ns-questions li .ns-buttons .ns-delete-question{
    font-size: 20px;
    color: #fff;
    background: #c23b22;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
}



.ns-editorial-office .ns-questions li .ns-buttons .ns-start-poll{
    font-size: 20px;
    color: #fff;
    background: #147A63;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-start-poll i:last-child{
    display: none;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-start-poll.active{
    background: #c23b22;
    height: 40px;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-start-poll.active i:first-child{
    display: none;
}

.ns-editorial-office .ns-questions li .ns-buttons .ns-start-poll.active i:last-child{
    display: block;
    line-height: 30px;
}


.ns-editorial-office .ns-questions li .ns-buttons .ns-statistics-poll{
    font-size: 20px;
    color: #fff;
    background: #ffb347;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}




/* Question edit popup */

.ns-editorial-office .ns-question-edit{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background: #111;
    padding: 20px 30px;
    display: none;
}

.ns-editorial-office .ns-question-edit.active{
    display: block;
}

.ns-editorial-office .ns-question-edit #ns-question-edit-close, .ns-editorial-office .ns-question-edit #ns-poll-edit-close, .ns-editorial-office .ns-question-edit #ns-poll-edit2-close{
    position: absolute;
    right: 0;
    top: 0;
    background: #c23b22;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.ns-editorial-office .ns-question-edit h4{

}

.ns-editorial-office .ns-question-edit h5{
    margin-top: 50px;
    margin-bottom: 10px;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions{

}

.ns-editorial-office .ns-question-edit .ns-poll-questions li{

}

.ns-editorial-office .ns-question-edit #ns-poll-add-answer{
    background: #147A63;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    line-height: 13px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
    border: none;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions{

}

.ns-editorial-office .ns-question-edit .ns-poll-questions li{
    margin-bottom: 20px;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions li input{
    background: #393939;
    color: #BCBCBC !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: calc(100% - 127px);
    padding-left: 20px;
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    line-height: 50px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions li input::placeholder{
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    text-transform: none;
    font-weight: 300;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions li .ns-save-answer{
    font-size: 20px;
    color: #fff;
    background: #147A63;
    padding: 6px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    transition: 0.3s background ease;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

.ns-editorial-office .ns-question-edit .ns-poll-questions li .ns-delete-answer{
    font-size: 20px;
    color: #fff;
    background: #c23b22;
    padding: 6px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    transition: 0.3s background ease;
    cursor: pointer;
    vertical-align: middle;
}


.ns-editorial-office .ns-question-edit form{

}

.ns-editorial-office .ns-question-edit form textarea{
    margin-bottom: 10px;
    background: #393939;
    color: #BCBCBC !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: 100%;
    padding-left: 20px;
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
}

.ns-editorial-office .ns-question-edit form textarea::placeholder{
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    text-transform: none;
    font-weight: 300;
}

.ns-editorial-office .ns-question-edit form button{
    float: right;
    background: #0482f3;
    border: none;
    outline: none;
    padding: 5px 30px;
}



#ns-poll-statistic{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 20px 30px;
    z-index: 99999;
    display: none;
}

#ns-poll-statistic.active{
    display: block;
}

#ns-poll-statistic #ns-poll-statistics-close{
    position: fixed;
    right: 0;
    top: 0;
    background: #c23b22;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
}







#ns-emoji-statistic{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 20px 30px;
    z-index: 99999;
    display: none;
}

#ns-emoji-statistic.active{
    display: block;
}

#ns-emoji-statistic #ns-emoji-statistics-close{
    position: fixed;
    right: 0;
    top: 0;
    background: #c23b22;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
}

#ns-emoji-statistic h1{
    color: #686868;
    text-align: center;
    font-size: 30px;
}

#ns-emoji-statistic canvas{
    position: relative !important;
}



/* Auswahl der einzelnen Räume */

.ns-editorial-office .ns-rooms{

}

.ns-editorial-office .ns-rooms li{
    display: block;
    width: 100%;
    background: #393939;
    padding: 6px 15px;
    margin-bottom: 10px;
    line-height: 17px;
    opacity: 0.7;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
}

.ns-editorial-office .ns-rooms li.active, .ns-editorial-office .ns-rooms li:hover{
    opacity: 1;
}

.ns-editorial-office .ns-rooms li a{
    color: #fff;
    font-size: 14px;
}

.ns-editorial-office .ns-rooms li .ns-statistic-emoji-open{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #ffa72b;
    color: #fff;
}


/* Listen der einzelnen Räume */

.ns-editorial-office .ns-room{
    display: none;
}

.ns-editorial-office .ns-room.active{
    display: block;
}



/* Moderation */

.ns-moderator{
    margin-bottom: 100px;
}

.ns-moderator .ns-questions{
    height: calc(100vh - 280px);
    overflow: scroll;
}

.ns-moderator #hidden-questions{
    display: none;
}

.ns-moderator .ns-questions li{
    background: #393939;
    padding: 20px 15px;
    margin-bottom: 20px;
    display: none;
    position: relative;
}

.ns-moderator .ns-questions li.active{
    display: block;
}

.ns-moderator .ns-questions li .ns-handle{
    font-size: 18px;
    display: inline-block;
    width: 30px;
    text-align: left;
    vertical-align: middle;
    cursor: move;
}

.ns-moderator .ns-questions li p{
    margin-bottom: 0;
    font-size: 15px;
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: middle;
    line-height: 20px;
}

.ns-moderator .ns-questions li .ns-buttons{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 11px;
    right: 10px;
}

.ns-moderator .ns-questions li .ns-buttons .ns-edit-question{
    font-size: 20px;
    color: #fff;
    background: #0482f3;
    padding: 6px;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    cursor: pointer;
}


.ns-moderator .ns-questions li .ns-buttons .ns-start-poll{
    font-size: 20px;
    color: #fff;
    background: #147A63;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.ns-moderator .ns-questions li .ns-buttons .ns-start-poll i:last-child{
    display: none;
}

.ns-moderator .ns-questions li .ns-buttons .ns-start-poll.active{
    background: #c23b22;
    height: 40px;
}

.ns-moderator .ns-questions li .ns-buttons .ns-start-poll.active i:first-child{
    display: none;
}

.ns-moderator .ns-questions li .ns-buttons .ns-start-poll.active i:last-child{
    display: block;
    line-height: 30px;
}


.ns-moderator .ns-questions li .ns-buttons .ns-statistics-poll{
    font-size: 20px;
    color: #fff;
    background: #ffb347;
    padding: 6px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    transition: 0.3s background ease;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}






/* User Menü */

.ns-user-panel .ns-user-menu {
    text-align: center;
    border-radius: 10px;
    margin-bottom: 100px;
    padding-right: 50px;
}

.ns-user-panel .ns-user-menu p {
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: #0482f3;
    border-radius: 70px;
    font-size: 80px;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
}

.ns-user-panel .ns-user-menu ul {
    list-style: none;
    margin-bottom: 0;
}

.ns-user-panel .ns-user-menu ul li {
    text-align: left;
    border-bottom: 1px solid #444950;
    position: relative;
    padding-left: 30px;
}

.ns-user-panel .ns-user-menu ul li:last-child {
    border: none;
    padding-left: 0;
}

.ns-user-panel .ns-user-menu ul li.active:before {
    content: " ";
    display: block;
    width: 5px;
    background: #0482f3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.ns-user-panel .ns-user-menu ul li a {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 50px;
}

.ns-user-panel .ns-user-menu ul li.active a {
    color: #fff;
}

.ns-user-panel .ns-user-menu form {

}

.ns-user-panel .ns-user-menu form input[name="typ"] {
    display: none !important;
}

.ns-user-panel .ns-user-menu form input[type="submit"] {
    border: none;
    background: #393939;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    margin-top: 30px;
    margin-bottom: 0;
    transition: 0.3s opacity ease;
    font-weight: 400;
    text-transform: none;
}


/****************
  Shop
  *****************/

.ns-shop {
    text-align: left;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 0;
}

/* Kategorielisting */

.ns-shop .ns-shop-categories {
    margin-bottom: 40px;
}

.ns-shop .ns-shop-categories h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.ns-shop .ns-shop-categories .ns-shop-category {
    margin-bottom: 30px;
    border-bottom: 1px solid #444950;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.ns-shop .ns-shop-categories .ns-shop-category:last-child {
    border: none;
}

.ns-shop .ns-shop-categories .ns-shop-category img {
    width: 100%;
}

.ns-shop .ns-shop-categories .ns-shop-category h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.ns-shop .ns-shop-categories .ns-shop-category p {

}

.ns-shop .ns-shop-categories .ns-shop-category .ns-category-button {
    border: none;
    background: #fff;
    color: #000 !important;
    font-size: 13px;
    width: 210px;
    border-radius: 10px !important;
    line-height: 44px;
    height: 44px;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: 0.3s opacity ease;
    display: block;
    text-align: center;
}


.ns-shop-categories .ns-collections {

}

.ns-shop-categories .ns-collections .ns-collection-item {

}

.ns-shop-categories .ns-collections .ns-collection-item a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.ns-shop-categories .ns-collections .ns-collection-item h3 {
    position: absolute;
    bottom: 17px;
    left: 17px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 25px;
}

.ns-shop-categories .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: #fff;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 15px;
    margin-left: 10px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.ns-shop-categories .owl-carousel .owl-controls .owl-nav .owl-next {
    background: #fff;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 15px;
    margin-right: 10px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}


.ns-promotedCategorieHead {
    position: absolute !important;
    top: 10px;
    padding-left: 0 !important;
    z-index: 9;
}

.ns-promotedCategorieHead h2 {
    display: inline-block;
    vertical-align: middle;
}

.ns-promotedCategorieHead a {
    line-height: 28px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.ns-promotedCategorieHead a i {
    vertical-align: middle;
}

.ns-promotedCategories {
    margin-bottom: 20px;
    padding-top: 60px;
    position: relative;
}

.ns-promotedCategories img {

}

.ns-promotedCategories p {

}


.ns-promotedVideo {
    display: block;
    background: #fff;
    padding-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    position: relative;
}

.ns-promotedVideo:hover {
    transform: scale(1.05);
}

.ns-promotedVideo .ns-video-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease;
    z-index: 4;
}

.ns-promotedVideo:hover .ns-video-info {
    opacity: 1;
    bottom: 20px;
}

.ns-promotedVideo .ns-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all ease;
    opacity: 0;
    z-index: 3;
}

.ns-promotedVideo:hover .ns-dark-overlay {
    opacity: 1;
}

.ns-promotedVideo h3 {
    color: #fff;
    font-size: 20px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ns-promotedVideo p {
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    display: block;
    width: 100%;
    height: 15px;

}


/* Produktlisting */

.ns-listing-title {
    position: relative;
}

.ns-listing-title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 60px;
    color: #fff;
}

.ns-listing-title .ns-listing-filter-button{
    color: #fff;
    text-transform: uppercase;
    background: #0482f3;
    height: 20px;
    padding: 16px 30px;
    line-height: 0;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.ns-shop-listing {

}

.ns-shop-listing .ns-product-item {
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s all ease;
    position: relative;
}

.ns-shop-listing .ns-product-item:hover {
    transform: scale(1.05);
}

.ns-shop-listing .ns-product-item img {
    width: 100%;
}

.ns-shop-listing .ns-product-item .hover-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s all ease;
}

.ns-shop-listing .ns-product-item:hover .hover-image{
    opacity: 1;
}

.ns-shop-listing .ns-product-item .slide-hover-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease;
}

.ns-shop-listing .ns-product-item:hover .slide-hover-content{
    opacity: 1;
}

.ns-shop-listing .ns-product-item .slide-hover-content > a{

}

.ns-shop-listing .ns-product-item .slide-hover-content > a h6{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slide-hover-info{
    color: #BCBCBC;
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 13px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slide-hover-info span{
    margin-right: 10px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-hover-text{

}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-hover-text p{
    color: #BCBCBC;
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 15px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-buttons{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-buttons a{
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-left: 0;
    margin-right: 10px;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-buttons form{
    display: inline-block;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-buttons form button{
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-left: 0;
    margin-right: 10px;
    background: transparent;
    border: none;
}

.ns-shop-listing .ns-product-item .slide-hover-content .slider-price{
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 25px;
    margin-bottom: 0;
    font-size: 14px;
}





/* Filter im Produktlisting */

.ns-filter {
    background: transparent;
    display: none;
    margin-bottom: 60px;
}

.ns-filter.active{
    display: block;
}

.ns-filter h4 {
    color: #fff;
    padding-top: 14px;
    padding-left: 14px;
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e6f0;
    margin-bottom: 0;
}

.ns-filter .ns-filter-group {
    background: transparent;
    padding: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #444950;
}

.ns-filter .ns-filter-group:last-child{
    border: none !important;
}

.ns-filter .ns-filter-group > p {
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.ns-filter .ns-filter-group ul {
    margin-bottom: 0;
}

.ns-filter .ns-filter-group ul li {
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 20px;
}

.ns-filter .ns-filter-group ul li:last-child {
    margin-bottom: 0;
}

.ns-filter .ns-filter-group ul li input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 9;
}

.ns-filter .ns-filter-group ul li p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
}








.ns-filter-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ns-filter-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}
.ns-filter-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    transition: 0.3s all ease;
    cursor: pointer !important;
}
.ns-filter-checkbox:hover + label:before {
    background: #0482f3;
    cursor: pointer !important;
}
.ns-filter-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.ns-filter-checkbox:checked + label:before {
    background: #0482f3;
}
.ns-filter-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.ns-filter-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.ns-filter-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}



/* Produktdetailseite */

.ns-product-detail {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .ns-product-detail .equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
}

.ns-product-detail .ns-produtct-mainInfo {
    position: relative;
}

.ns-product-detail .ns-produtct-mainInfo img {
    width: 100%;
}

.ns-product-detail .ns-produtct-mainInfo .ns-product-abo-info {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #0482f3;
    padding: 10px 20px;
}

.ns-product-detail .ns-produtct-mainInfo .ns-product-abo-info p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
}


.ns-product-detail .ns-product-content {

}

.ns-product-detail .ns-product-content h1 {
    text-transform: none;
    font-size: 50px;
    display: inline-block;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ns-product-detail .ns-product-content h1 span {
    color: #BCBCBC;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
}

.ns-product-detail .ns-product-content .ns-product-attributes {

}

.ns-product-detail .ns-product-content .ns-product-attributes span {
    color: #BCBCBC;
    font-size: 16px;
    font-weight: 300;
    margin-right: 30px;
}

.ns-product-detail .ns-product-content .ns-product-playlist {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.ns-product-detail .ns-product-content .ns-product-video-info {
    margin-top: 30px;
}

.ns-product-detail .ns-product-content .ns-product-video-info p {
    font-size: 16px;
}

.ns-product-detail .ns-product-content .ns-product-action-buttons {
    height: 44px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ns-product-detail .ns-product-content .ns-product-action-buttons form {

}

.ns-product-detail .ns-product-content .ns-product-action-buttons form input {

}

.ns-product-detail .ns-product-content .ns-product-action-buttons form input[type="submit"] {
    display: inline-block;
    width: auto;
    background: #0482f3;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    text-transform: none;
    line-height: 17px;
    font-weight: 400;
}

.ns-product-detail .ns-product-content .ns-product-action-buttons .ns-product-playButton {
    background: #303030;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    cursor: pointer;
}

.ns-product-detail .ns-product-content .ns-product-action-buttons .ns-product-playButton i{
    margin-right: 10px;
}

.ns-product-detail .ns-product-content .ns-tabs {
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.3s all ease;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 30px;
}

.ns-product-detail .ns-product-content .ns-tabs .owl-controls{
    margin: 0;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-tabs-header {
    margin-bottom: 20px;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-tabs-header .ns-tab-select {
    color: #bcbcbc;
    font-size: 18px;
    margin-right: 20px;
    font-weight: 400;
    opacity: 500;
    cursor: pointer;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-tabs-header .ns-tab-select:hover {
    opacity: 1;
    color: #0482f3;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-tabs-header .ns-tab-select.active {
    opacity: 1;
    color: #0482f3;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-tabs-content {

}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent {
    overflow: hidden;
    opacity: 0;
    height: 0;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent.active {
    opacity: 1;
    height: auto;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .owl-prev {
    font-size: 50px;
    color: white;
    mix-blend-mode: difference;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 60px;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .owl-next {
    font-size: 50px;
    color: white;
    mix-blend-mode: difference;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 60px;
}


.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .ns-product-banner-content {

}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .ns-product-banner-content .ns-video-select {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .ns-product-banner-content .ns-video-select img {

}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .ns-product-banner-content .ns-video-select span {
    z-index: 10;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 30px;
    margin-left: -17px;
    margin-top: -17px;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.ns-product-detail .ns-product-content .ns-tabs .ns-product-additionalContent .ns-product-banner-content .ns-video-select h6 {
    position: absolute;
    bottom: -2px;
    border-radius: 5px;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    text-align: center;
    font-weight: 400;
}

.ns-product-detail .ns-product-more-info{

}

.ns-product-detail .ns-product-more-info h2{
    font-size: 22px;
    font-weight: 500;
}

.ns-product-detail .ns-product-more-info ul{

}

.ns-product-detail .ns-product-more-info ul li{
    font-size: 15px;
}

.ns-product-detail .ns-product-more-info ul li span:first-child{
    width: 150px;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
}

.ns-product-detail .ns-product-more-info ul li span:last-child{
    display: inline-block;
    vertical-align: middle;
}

.ns-product-detail .ns-product-more-info .ns-product-more-videos{
    font-size: 0;
}

.ns-product-detail .ns-product-more-info .ns-product-more-videos a{
    display: inline-block;
    width: calc(25% - 15px);
    margin-right: 15px;
}

.ns-product-detail .ns-product-more-info .ns-product-more-videos a img{
    width: 100%;
}






.ns-video-player-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
    padding: 20px;
    font-size: 0;
}

.ns-video-player-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.ns-video-player-lightbox #ns-videoPlayer-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 9;
    transition: 0.3s all ease;
    opacity: 0;
}

.ns-video-player-lightbox #ns-videoPlayer-close.active {
    opacity: 1;
}

.ns-video-player-lightbox video {
    position: relative;
    margin-top: 100px;
    width: 70%;
    display: inline-block;
}

.ns-video-player-lightbox.active video {
    pointer-events: auto !important;
}

/* Offcanvas Warenkorb */

#offcanvas {
    position: fixed;
    top: 100px;
    right: 200px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
    z-index: 99;
}

#offcanvas.visible {
    pointer-events: auto;
    opacity: 1;
}

.ns-offcanvasCart {
    width: 380px;
    background: #1a9fdf;
    padding: 20px;
    border-radius: 10px;
}

.ns-offcanvasCart h6 {
    display: block;
    margin: 0;
    position: relative;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 40px;
}

.ns-offcanvasCart h6 i {
    font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: sub;
}

.ns-offcanvasCart .ns-oCart-listing {
    width: 100%;
}

.ns-offcanvasCart .ns-oCart-listing ul {
    width: 100%;
    list-style: none;
    max-height: 310px;
    overflow: scroll;
}

.ns-offcanvasCart .ns-oCart-listing ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-remove {
    font-size: 23px;
    color: #fff;
    position: absolute;
    right: 6px;
    top: -4px;
    z-index: 999;
    cursor: pointer;
}


.ns-offcanvasCart .ns-oCart-listing ul li img {
    width: 85px;
    display: inline-block;
    vertical-align: top;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: calc(100% - 130px);

}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .ns-title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .ns-subtitle {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .ns-amount {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .price {
    text-align: right;
    margin-top: -25px;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .price p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}

.ns-offcanvasCart .ns-oCart-listing ul li .ns-oCart-infos .price .ns-pseudoprice {
    text-decoration: line-through;
    font-size: 13px;
    color: #ddd;
}

.ns-offcanvasCart .ns-oCart-amount {

}

.ns-offcanvasCart .ns-oCart-amount p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;

}

.ns-offcanvasCart .ns-buttons {

}

.ns-offcanvasCart .ns-buttons a:first-child {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #0482f3;
    padding: 10px 20px;
    margin-top: 30px;
}

.ns-offcanvasCart .ns-buttons a:last-child {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 10px;
    font-weight: bold;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

/* Checkout */

.ns-checkout {
    text-align: left;
    margin-bottom: 100px;
    margin-top: 80px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;

}

/* Warenkorb */

.ns-cart {
    padding: 26px 30px;
}

.ns-cart h1 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #444950;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.ns-cart ul {
    width: 100%;
    list-style: none;
}

.ns-cart ul li {
    width: 100%;
    border-bottom: 1px solid #444950;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.ns-cart ul li a {
    font-size: 23px;
    color: #fff;
    position: absolute;
    right: 6px;
    top: -4px;
    z-index: 999;
    cursor: pointer;
}

.ns-cart ul li img {
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.ns-cart ul li .ns-cart-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: calc(100% - 160px);
}

.ns-cart ul li .ns-cart-info .ns-product-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.ns-cart ul li .ns-cart-info .ns-product-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 16px;
}

.ns-cart ul li .ns-cart-info .ns-product-subtitle {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}

.ns-cart ul li .ns-cart-info form {

}

.ns-cart ul li .ns-cart-info form input[name="product_id"] {
    display: none;
}

.ns-cart ul li .ns-cart-info form label {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-weight: 400;
}

.ns-cart ul li .ns-cart-info form select {
    display: inline-block;
    width: 40px;
    padding: 0;
    font-size: 13px;
    height: 20px;
    vertical-align: top;
    line-height: 20px;
    background: transparent;
    color: #fff;
    font-weight: 400;
}

.ns-cart .price {
    text-align: right;
}

.ns-cart .price p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.ns-cart .price p:first-child{
    font-weight: bold;
}

.ns-cart .price p i {
    font-style: normal;
}

.ns-cart .price p span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.ns-cart .price p:first-child span{
    font-weight: bold;
}

.ns-checkout-proceed {
    padding: 26px 30px;
}

.ns-checkout-proceed h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #444950;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.ns-checkout-proceed .price {
    width: 100%;
}

.ns-checkout-proceed .price p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 9px;
}

.ns-checkout-proceed .price p:first-child{
    font-weight: bold;
}

.ns-checkout-proceed .price p span {
    float: right;
}

.ns-checkout-proceed .price p:first-child span{
    font-weight: bold;
}

.ns-checkout-proceed .price p span i {
    font-style: normal;
}

.ns-checkout-proceed a {
    display: block;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    background: #0482f3;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ns-checkout-proceed .payment-icons {

}

.ns-checkout-proceed .payment-icons h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 14px;
}

.ns-checkout-proceed .payment-icons img {
    width: 100%;
}

/* Checkout Login Form */


.ns-checkout-login {
    height: auto;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.ns-checkout-login .ns-login-container{
    font-size: 0;
    max-width: 440px;
    background: #0A0A0A;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ns-checkout-login .ns-login-container #ns-new-customer{
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    transition: 0.3s opacity ease;
    padding-left: 0;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

/* Payment process */

.ns-checkout-form {

}

.ns-checkout-form .ns-checkout-box {
    padding: 26px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444950;
}

.ns-checkout-form .ns-checkout-box h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 1px;

}

.ns-checkout-form .ns-checkout-box h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
    display: none;
}

.ns-checkout-form .ns-checkout-box .ns-checkout-payment-method {
    display: none;
    background: #0482f3;
    max-width: 280px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    padding-right: 20px;
    cursor: pointer;
}

.ns-checkout-form .ns-checkout-box.active .ns-checkout-payment-method {
    display: block;
}

.ns-checkout-form .ns-checkout-box .ns-checkout-payment-method i {
    float: left;
    font-size: 24px;
    margin-top: 6px;
    margin-left: 20px;
}

.ns-checkout-form .ns-checkout-box.active h4 {
    display: block;
}

.ns-checkout-form .ns-checkout-box .ns-checkout-overview {
    position: relative;
}

.ns-checkout-form .ns-checkout-box .ns-checkout-overview a {
    position: absolute;
    right: 0;
    top: 0;
    background: #0482f3;
    color: #fff;
    padding: 0px 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
}

#ns-checkout-iAddress-overview {
    border-bottom: 1px solid #444950;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ns-checkout-form .ns-checkout-box p {
    margin-bottom: 0;
    position: relative;
}

.ns-checkout-form .ns-checkout-box form {
    display: none;
}

.ns-checkout-form .ns-checkout-box.active form {
    display: block;
    margin-top: 30px;
}

#ns-checkout-method-form h4 {
    margin-bottom: 20px;
}

.ns-checkout-address-select {

}

.ns-checkout-address-select .ns-checkout-address {
    background: #444950;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.ns-checkout-address-select .ns-checkout-address:hover {
    opacity: 0.8;
}

.ns-checkout-address-select .ns-checkout-address p {

}

.ns-checkout-address-select a {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    margin-bottom: 10px;
    transition: 0.3s opacity ease;
    padding: 0px 20px;
    width: 100%;
    max-width: 280px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}

.ns-checkout-form .ns-checkout-box form.ns-checkout-address-form {
    margin-top: 20px;
}

.ns-checkout-form .ns-checkout-box form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ns-checkout-form .ns-checkout-box form #ns-checkout-email-error {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 14px;
    display: none;
}

.ns-checkout-form .ns-checkout-box form input[type="text"], .ns-checkout-form .ns-checkout-box form input[type="email"] {
    background: transparent;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #0482f3;
    outline: none !important;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    max-width: 330px;
    display: block;
}

.ns-checkout-form .ns-checkout-box form input[type="submit"] {
    border: none;
    background: #0482f3;
    color: #fff !important;
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: 0.3s opacity ease;
    padding: 0px 20px;
    width: 100%;
    max-width: 330px;
    font-weight: 400;
}

.ns-checkout-form .ns-checkout-box form input[type="submit"]:disabled {
    opacity: 0.6;
}


.ns-checkout-form .ns-checkout-box form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
    text-transform: none !important;
    font-size: 18px;
    font-weight: 400;
}

.ns-checkout-form .ns-checkout-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
    text-transform: none !important;
    font-size: 18px;
    font-weight: 400;
}

.ns-checkout-form .ns-checkout-box form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
    text-transform: none !important;
    font-size: 18px;
    font-weight: 400;
}

#ns-checkout-payment-method-overview {
    position: relative;
}

#ns-checkout-payment-edit {
    position: absolute;
    right: 0;
    top: 0;
    background: #0482f3;
    color: #fff;
    padding: 0px 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
}

#ns-creditCard-info {
    margin-top: 10px;
}

#ns-creditcard {
    margin-top: 20px;
    pointer-events: none !important;
    opacity: 0.7;
    transition: 0.3s all ease;
}


#ns-creditcard #stripeSubmitPayment {
    pointer-events: none !important;
}

#ns-creditcard.enabled {
    pointer-events: auto !important;
    opacity: 1;
}

#ns-creditcard.enabled #stripeSubmitPayment {
    pointer-events: auto !important;
}

#ns-creditcard input[type="number"] {
    background: transparent;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #444950;
    outline: none !important;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    max-width: 330px;
    display: block;
}

#ns-creditcard select {
    background: transparent;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #444950;
    outline: none !important;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    max-width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;

}


#ns-checkout-box-password {
    display: none;
}

#ns-checkout-box-password form {
    margin-top: 20px;
    display: block;
}

#ns-checkout-box-password form label {

}

#ns-checkout-box-password form input {
    background: transparent;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #0482f3;
    outline: none !important;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    max-width: 330px;
    display: block;
}


.ns-orderConfrmation {
    padding: 26px 30px;
    margin-bottom: 20px;
    display: none;
}

.ns-orderConfrmation .ns-orderImage {
    text-align: center;
    font-size: 100px;
    color: #0482f3;
    margin-bottom: 30px;
}

.ns-orderConfrmation h5 {
    font-size: 33px;
    text-align: center;
    line-height: 42px;
}

.ns-orderConfrmation h5 span {
    color: #0482f3;
    font-weight: bold;
}

.ns-orderConfrmation p {
    text-align: justify;
}


.ns-checkout-form .ns-order-box {

}

.ns-checkout-form .ns-order-box a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #0482f3;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    transition: 0.3s all ease;
    cursor: not-allowed;
    opacity: 0.6;
    transition: 0.3s all ease;
    pointer-events: none;
}

#paypal-button-container {
    cursor: not-allowed;
    opacity: 0.6;
    transition: 0.3s all ease;
    pointer-events: none;
    display: none;
}

.ns-checkout-form .ns-order-box a.enabled, #paypal-button-container.enabled {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}


.ns-payment-cart {
    position: fixed;
    top: 170px;
}


.ns-stripeCreditCardForm {
    padding: 26px 30px;
    margin-bottom: 20px;
    display: none;
}

.ns-stripeCreditCardForm button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #0482f3;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    transition: 0.3s all ease;
    cursor: not-allowed;
    opacity: 0.6;
    transition: 0.3s all ease;
    pointer-events: none;
    border: none;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

.ns-stripeCreditCardForm button.enabled {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

/* Empty Cart */

.ns-empty-cart {
    padding: 26px 30px;
    margin-bottom: 20px;
}

.ns-empty-cart p {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 100px;
    text-align: center;
}


/******************
Widgets
******************/

/* Category Slider */


.ns-category-slider {
    margin-top: 60px;
}

.ns-category-slider.loggedin {
    margin-bottom: 40px;
}

.ns-category-slider.loggedin .owl-dots {
    display: none !important;
}

.ns-category-slider .ns-category-slider-item {
    position: relative;
}

.ns-category-slider .ns-category-slider-item .ns-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ns-category-slider .ns-category-slider-item a {
    display: block;
    position: relative;
}

.ns-category-slider .ns-category-slider-item img {
    width: 100%;
}

.ns-category-slider .ns-category-slider-item p {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}


.ns-category-slider .owl-controls .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

.ns-category-slider .owl-controls .owl-nav .owl-prev {
    display: inline-block !important;
    color: #fff;
    z-index: 9999;
    font-size: 50px;
    position: relative !important;
    top: 0 !important;
    filter: none !important;
    left: 0 !important;
    transition: 0.3s all ease !important;
}

.ns-category-slider .owl-controls .owl-nav .owl-next {
    display: inline-block !important;
    color: #fff;
    z-index: 9999;
    font-size: 50px;
    position: relative !important;
    top: 0 !important;
    filter: none !important;
    left: 0 !important;
    transition: 0.3s all ease !important;
}

.ns-category-slider .owl-controls .owl-nav .owl-prev:hover, .ns-category-slider .owl-controls .owl-nav .owl-next:hover {
    color: #0482f3;
}


/******************
Widgets
******************/

.ns-productTeaser {
    position: relative;
}

.ns-productTeaser img {
    width: 100%;
    margin-bottom: 30px;
}

.ns-productTeaser .ns-productTeaserOverlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 79%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ns-productTeaser .ns-productTeaserOverlay2 {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ns-productTeaser .ns-productTeaser-content {
    position: absolute;
    width: 38%;
    top: 50%;
    z-index: 99;
    right: 10%;
    transform: translate(10%, -50%);
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-content-info {
    color: #BCBCBC;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 13px;
    padding: 0px 40px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-content-info span {
    margin-right: 10px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-content-info span.ns-productTeaser-price {
    margin-right: 0;
    float: right;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-info {
    padding: 0px 40px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-info p {
    color: #BCBCBC;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 18px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-buttons {
    padding: 0px 40px;
    text-align: center;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-buttons a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-buttons form {
    display: inline-block;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-buttons form button {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
    background: transparent;
    border: none;
}

.ns-productTeaser .ns-productTeaser-content .ns-productTeaser-buttons a i {

}


/******************
Abo button
******************/

.ns-abobutton{

}

.ns-abobutton form{

}

.ns-abobutton form input[type="number"]{
    display: none;
}

.ns-abobutton form input[type="submit"]{
    color: #fff;
    text-transform: uppercase;
    background: #0482f3;
    height: 40px;
    padding: 10px 18px;
    line-height: 0;
    right: 60px;
    font-size: 13px;
    border: none;
    width: auto;
    font-weight: 400;
}

/******************
Search Bar
******************/

.ns-search{
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    background: #0482f3;
    top: 80px;
    height: calc(100vh - 80px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease;
}

.ns-search.active{
    opacity: 1;
    pointer-events: auto;
}

.ns-search #ns-search-close{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    background: transparent;
    font-size: 40px;
    cursor: pointer;
}

.ns-search form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #fff;
    width: 100%;
    max-width: 850px;
    padding-bottom: 15px;
}

.ns-search form input{
    border: none;
    background: transparent;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    max-width: 740px;
    outline: none;
    font-size: 40px;
    vertical-align: middle;
}

.ns-search form input::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
}

.ns-search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
}

.ns-search form input::placeholder {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
}

.ns-search form button{
    color: #fff;
    background: transparent;
    border: none;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    outline: none;
    transition: 0.3s all ease;
}

.ns-search form button:hover{
    opacity: 0.7;
}





/******************
Chat in Video
******************/

.ns-video-actions{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 100px;
    padding: 20px;
    height: calc(100vh - 120px);
    background: #0f0f0f;
    position: relative;
}

.ns-video-actions .ns-video-action-tabs{
    position: relative;
    display: block;
    font-size: 0;
}

.ns-video-actions .ns-video-action-tabs p{
    display: inline-block;
    width: 33.33%;
    text-align: center;
    line-height: 40px;
    border-bottom: 2px solid #444;
    transition: 0.3s all ease;
    cursor: pointer;
}

.ns-video-actions .ns-video-action-tabs p.active{
    border-color: #0482f3;
}

.ns-video-actions .ns-video-chat{
    height: 100%;
}

.ns-video-actions .ns-video-actionElement{
    display: none;
}

.ns-video-actions .ns-video-actionElement.active{
    display: block;
}



.ns-video-actions .ns-video-chat .ns-video-chat-box{
    height: calc(100% - 140px);
    margin-bottom: 20px;
    overflow: scroll;
}

.ns-video-actions .ns-video-chat .ns-video-chat-box p{
    font-size: 14px;
    line-height: 20px;
}

.ns-video-actions .ns-video-chat .ns-video-chat-box p span{
    font-weight: bold;
    color: #0482f3;
    display: block;
}

.ns-video-actions .ns-video-chat .ns-video-chat-box p.welcome{
    opacity: 0.7;
}

.ns-video-actions .ns-video-chat #ns-emoji-open{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #444;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
}

.ns-video-actions .ns-video-chat .ns-emoji-box{
    position: absolute;
    bottom: 90px;
    background: #444;
    padding: 10px;
    width: calc(100% - 40px);
    transition: 0.3s all ease;
    opacity: 0;
    pointer-events: none;
}

.ns-video-actions .ns-video-chat .ns-emoji-box.active{
    opacity: 1;
    pointer-events: auto;
}

.ns-video-actions .ns-video-chat .ns-emoji-box ul{
    margin-bottom: 0;
}

.ns-video-actions .ns-video-chat .ns-emoji-box li{
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
    cursor: pointer;
}

.ns-video-actions .ns-video-chat .ns-emoji-box li img{
    width: 70%;
    transition: 0.3s all ease;
}

.ns-video-actions .ns-video-chat .ns-emoji-box li:hover img{
    transform: scale(1.1);
}

.ns-video-actions .ns-video-chat form{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}

.ns-video-actions #ns-qanda-form{
    width: 100%;
}

.ns-video-actions .ns-video-chat form input[type="text"]{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
    background: transparent;
    border: 1px solid #fff;
    border-right: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.ns-video-actions .ns-video-chat form input[type="text"]::placeholder{
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    text-transform: none;
    font-weight: 300;
}

.ns-video-actions .ns-video-chat form button{
    background: #0482f3;
    border: 1px solid #0482f3;
    outline: none;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 50px;
}

.ns-video-actions .ns-video-chat form button i{
    color: #fff !important;
}


.ns-animated-emoji{
    position: absolute;
    bottom: 90px;
    right: 20px;
    width: 40px;
    transition: 1.8s all ease;
    pointer-events: none;
}

/* Q&A */

#ns-video-qanda-submit{
    opacity: 0;
    transition: 0.3s all ease;
    background: #147A63;
    padding: 15px;
}


/******************
Poll
******************/

.ns-poll{

}

.ns-poll p{

}

.ns-poll ul{

}

.ns-poll ul li{

}

.ns-poll ul li a{
    font-size: 16px;
    display: block;
    background: #444;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all ease;
}

.ns-poll ul li a:hover{
    opacity: 0.7;
}

#ns-video-poll-success{
    transition: 0.3s all ease;
    background: #147A63;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    display: none;
}

#ns-video-poll-error{
    transition: 0.3s all ease;
    background: #c23b22;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    display: none;
}

/******************
Support Classes
******************/

h2.ns-shop-main-title {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

h2.ns-negative-margin {
    margin-bottom: -50px;
}
