#wpadminbar {
    display: none;
}

/* Page overlay */
.nm-page-overlay {
    visibility: hidden;
    position: fixed;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    content: " ";
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(51, 51, 51, 0.37); /* Chrome: "rbga" background makes widget-panel animation smoother */
    -webkit-transition: opacity 0.20s ease;
    -o-transition: opacity 0.20s ease;
    transition: opacity 0.20s ease;
}
#nm-widget-panel-overlay {
    z-index: 1010;
}
#nm-widget-panel-overlay.nm-loader {
    cursor:  default;
}
.nm-page-overlay.show {
    visibility: visible;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.nm-page-overlay.fade-out {
    opacity: 0;
}
/* #Widget panel
--------------------------------------------------------------- */
.nm-widget-panel {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1020;
    line-height: 1.2;
    width: 500px;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;
    background: #fff;
}
.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
}


.touch-orientation-change .nm-widget-panel {
    visibility: hidden;
}

.widget-panel-open #nm-widget-panel {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
}

.csstransforms .nm-widget-panel {
    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;
}
.csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translate3d(-500px, 0, 0); transform: translate3d(-500px, 0, 0);
}
.no-csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translateX(-500px); transform: translateX(-500px);
}
.nm-widget-panel-inner {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #f3f4f6;
}
.touch .nm-widget-panel-inner {
    -webkit-overflow-scrolling: touch;
}
.touch .nm-widget-panel-inner::-webkit-scrollbar { /* Hide scrollbar in webKit browsers */
    -webkit-appearance: none;
    width: 0 !important;
}

/* Header */
.nm-widget-panel-header {
    position: relative;
    z-index: 110;
    font-size: 16px;
    line-height: 1;
    color: #282828;
    width: 100%;
}
.no-touch .nm-widget-panel-header {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0px);
    padding: 0;
}
.nm-widget-panel-header-inner {
    display: flex;
    justify-content: space-between;
    height: 60px;
    overflow: hidden;
    background: #fff;
}
/* Header: Cart title */
.nm-cart-panel-title .count:before {
    display: inline;
    content: "(";
}
.nm-cart-panel-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nm-cart-panel-title-text {
    font-size: 18px;
    font-weight: 900;
    padding-right: 10px;
}
.nm-cart-panel-title .count:after {
    display: inline;
    content: ")";
}
/* Header: Close button */
#nm-widget-panel-close {
    display: block;
    color: #000000;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    height: 100%;
}
.nm-widget-panel-close-title {
    float: right;
    height: 100%;
    background: #000;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Cart panel: Loader overlay */
#nm-cart-panel-loader {
    visibility: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 105;
    width: 1px;
    height: 1px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
    background: #f3f4f6;
}
#nm-cart-panel-loader.show {
    visibility: visible;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 79px;
    padding-left: 37px;
}
#nm-cart-panel-loader.fade-out {
    opacity: 0;
}
#nm-cart-panel-loader h5 {
    position: relative;
    font-size: 16px;
    color: #282828;
    margin-top: 21px;
    padding-left: 21px;
}
#nm-cart-panel-loader h5:after {
    top: 6px;
    right: auto;
    left: 0;
    margin: 0;
}

/* Cart panel: Empty */
#nm-widget-panel .product_list_widget .empty {
    display: none;
    font-size: 16px;
    min-height: none;
    margin-bottom: 0;
    /*padding: 21px 0 36px;*/
    padding: 5vh 0;
    text-align: center;
}
#nm-widget-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
}
#nm-widget-panel .product_list_widget .empty i {
    display: block;
    font-size: 20px;
    line-height: 29px;
    width: 50px;
    height: 50px;
    margin: 0 auto 21px;
    padding: 10px;
    text-align: center;
    background: #eee;
    -webkit-border-radius: 50px; border-radius: 50px;
    opacity: 0.5;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition-delay: 0.25s;
}
.widget-panel-open #nm-widget-panel .product_list_widget .empty i {
    opacity: 1;
    transform: translateY(0);
}

/* Cart panel: Cart list */
.nm-cart-panel-list-wrap {
    padding: 20px 20px 175px 0;
}
.no-touch .nm-cart-panel-list-wrap {
    padding: 20px 20px 175px 0;
}
#nm-widget-panel .product_list_widget {
    position: relative;
    color: #282828;
    padding: 7px 0 6px;
}
#nm-widget-panel .product_list_widget > li {
    display: table;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}
#nm-widget-panel .product_list_widget > li > div {
    display: table-cell;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 3.2rem !important;
}
#nm-widget-panel .nm-cart-panel-item-price .woocommerce-Price-amount.amount {
    font-size: 1.8rem !important;
}
#nm-widget-panel .product_list_widget > li > div .nm-cart-panel-item-attribute_list {
    font-weight: 500 !important;
    line-height: 1.3;
    padding: 20px 0;
}
#nm-widget-panel .product_list_widget > li:nth-last-child(2) > div { /* Second last element ("empty" notice is last-child) */
    border-bottom-color: transparent;
}
#nm-widget-panel .product_list_widget li a {
    display: block;
    color: #282828;
}
/* Cart panel: Cart list - Loader */
.nm-cart-item-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: auto;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
/* Cart panel: Cart list - "Remove" button */
#nm-widget-panel .product_list_widget .remove {
    /*position: absolute;*/
    /*top: 7px;*/
    /*right: -1px;*/
    /*z-index: 100;*/
    /*display: block;*/
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    /*width: 28px;*/
    /*height: 28px;*/
    /*text-align: right;*/
    /*opacity: 0.5;*/
    font-size: 18px;
    text-align: left;
    line-height: 1;
    border-radius: 100%;
    color: #000 !important;
    text-decoration: underline;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
}
.no-touch #nm-widget-panel .product_list_widget .remove:hover {
    opacity: 1;
}
.woocommerce a.remove.remove_from_cart_button:hover {
    background: none;
}
/* Cart panel: Cart list - Thumbnail */
.nm-cart-panel-item-thumbnail {
    width: 40%;
}
#nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
    vertical-align: top;
}
.nm-cart-panel-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}
.nm-cart-panel-thumbnail-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.loading .nm-cart-panel-thumbnail-loader {
    display: block;
}
#nm-widget-panel .product_list_widget li img {
    position: static;
    width: 100%;
    height: auto;
}
/* Cart panel: Cart list - Details */
.nm-cart-panel-item-details {
    padding-left: 19px;
}
.nm-cart-panel-item-details > * {
    padding-bottom: 4px;
}
.nm-cart-panel-item-details > *:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Title */
.nm-cart-panel-product-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 20px;
}
.touch .nm-cart-panel-product-title {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
#nm-widget-panel .nm-cart-panel-quantity-pricing {
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* Cart panel: Cart list - Details - Variations */
#nm-widget-panel .variation li:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Quantity */
#nm-widget-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
#nm-widget-panel .product-quantity {
    float: left;
    font-size: 16px;
}
#nm-widget-panel .nm-quantity-wrap {
    width: auto;
    border: 0 none;
    overflow: visible;
}
#nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
    display: inline-block;
}
#nm-widget-panel .nm-quantity-wrap .quantity {
    display: inline-block;
    margin-left: -7px;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus,
#nm-widget-panel .quantity .qty {
    line-height: inherit;
    height: auto;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus {
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    vertical-align: top;
    -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#nm-widget-panel .quantity .nm-qty-minus {
    text-align: right;
}
#nm-widget-panel .quantity .nm-qty-plus {
    text-align: left;
}
#nm-widget-panel .quantity .qty {
    font-size: 16px;
    width: 20px;
}
/* Cart panel: Cart list - Details - Price */
#nm-widget-panel .nm-cart-panel-item-price {
    float: left;
}
#nm-widget-panel .nm-cart-panel-item-price .amount {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}
#nm-widget-panel .nm-cart-panel-item-price .tax_label {
    display: none;
}

/* Cart panel: Summary */
.nm-cart-panel-summary {
    color: #282828;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
}
.no-touch .nm-cart-panel-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
}
.nm-cart-panel-summary-inner {
    padding: 0 0 37px;
    overflow: hidden;
    background: #f3f4f6;
}
#nm-widget-panel .nm-cart-panel-summary .woocommerce-Price-amount.amount {
    font-size: 1.8rem !important;
}
#nm-widget-panel .nm-cart-panel-summary .button {
    font-size: 2.2rem !important;
}
#nm-widget-panel .total {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    padding: 21px 0;
    text-align: center;
    text-transform: uppercase;
}
#nm-widget-panel .total strong {

}
#nm-widget-panel .nm-cart-panel-summary-subtotal {

}
#nm-widget-panel .buttons {
    margin-bottom: 0;
}
#nm-widget-panel .buttons a:first-child {
    color: #777;
    display: block;
    margin: 0 auto;
}
#nm-widget-panel .buttons .button {
    display: none;
    width: 48%;
    padding: 12px;
    text-transform: uppercase;
}
#nm-widget-panel .buttons .button.checkout {
    float: right;
    padding: 13px;
    display: none;
}
/* Cart panel: Summary - Cart empty */
#nm-widget-panel .nm-cart-panel-empty .total,
#nm-widget-panel .nm-cart-panel-empty .buttons {
    display: none;
}
/* Cart panel: Summary - Cart empty button */
#nm-widget-panel .buttons.nm-cart-empty-button {
    display: none;
}
.no-touch #nm-widget-panel .buttons.nm-cart-empty-button {
    padding-bottom: 9px;
}
#nm-widget-panel .nm-cart-panel-empty .buttons.nm-cart-empty-button {
    /*display: block;*/
    display: none;
}
#nm-widget-panel .buttons.nm-cart-empty-button .button {
    display: block;
    width: 100%;
}

/* Color scheme: Dark */
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-cart-panel-loader,
.widget-panel-dark .nm-cart-item-loader,
.widget-panel-dark .nm-cart-panel-summary-inner,
.widget-panel-dark .nm-widget-panel {
    background: #333;
}
.widget-panel-dark .nm-widget-panel,
.widget-panel-dark #nm-widget-panel .product_list_widget,
.widget-panel-dark #nm-widget-panel .product_list_widget .remove,
.widget-panel-dark #nm-widget-panel .variation,
.widget-panel-dark #nm-widget-panel ul.variation li > div:first-child,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .qty {
    color: #a5a5a5;
}
.widget-panel-dark #nm-cart-panel-loader h5,
.widget-panel-dark #nm-widget-panel-close,
.widget-panel-dark #nm-widget-panel .product_list_widget .empty,
.no-touch .widget-panel-dark #nm-widget-panel .product_list_widget .remove:hover,
.widget-panel-dark #nm-widget-panel .nm-cart-panel-item-price .amount,
.widget-panel-dark #nm-widget-panel .product_list_widget li a,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus:hover,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus:hover,
.widget-panel-dark #nm-widget-panel .buttons a:first-child,
.widget-panel-dark .nm-cart-panel-summary {
    color: #eee;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .remove {
    opacity: 1;
}
.widget-panel-dark #nm-widget-panel .product_list_widget > li:nth-last-child(2) > div {
    border-bottom-color: transparent;
}
.widget-panel-dark #nm-widget-panel .buttons .button.border {
    border-color: #5f5f5f;
}
.widget-panel-dark .nm-cart-panel-thumbnail-loader {
    background: rgba(255, 255, 255, 0.91);
}

@media all and (max-width: 2100px) {
    .nm-widget-panel {
        /*width: 410px;*/
    }

    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 231px;
    }

    /* Cart panel: Summary */
    #nm-widget-panel .buttons .button {
        display: block;
        width: 100%;
    }
    #nm-widget-panel .buttons .button.checkout {
        float: none;
        margin-top: 12px;
        padding: 14px;
    }
}
@media all and (max-width: 880px) {
    /* Header */
    .nm-widget-panel {
        width: 100%;
    }
    .nm-widget-panel-header-inner {
        height: 60px;
    }

    /* Header: Close button */
    #nm-widget-panel-close {

    }

    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-top: 70px;
    }

    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-top: 70px;
    }
    .nm-widget-panel-close-title {
        /*margin-right: 16px;*/
    }
    #nm-widget-panel .nm-cart-panel-product-attribute {
        font-size: 1.6rem !important;
    }
    #nm-widget-panel .nm-cart-panel-summary .button {
        font-size: 1.8rem !important;
    }
}
@media all and (max-width: 550px) {
    .nm-widget-panel {
        /*width: 370px;*/
    }

    /* Header */
    .nm-widget-panel-header {
        /*padding-right: 21px;*/
        /*padding-left: 21px;*/
    }
    /* Header: Cart title */
    .nm-cart-panel-title {

    }

    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-left: 21px;
    }

    /* Cart panel: Cart list */
    .nm-cart-panel-list-wrap {
        padding-right: 21px;
        padding-left: 21px;
    }
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 183px;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 15px;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
        display: none;
    }
    #nm-widget-panel .nm-quantity-wrap .quantity {
        margin-left: -14px;
    }

    #nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
        display: table-cell;
    }

    /* Cart panel: Summary */
    .nm-cart-panel-summary {
        padding-right: 21px;
        padding-left: 21px;
    }
    .nm-cart-panel-summary-inner {
        padding-bottom: 21px;
    }
    #nm-widget-panel .total {
        margin-bottom: 21px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #nm-widget-panel .buttons .button {
        margin-top: 15px;
    }
}
@media all and (max-width: 400px) {
    .nm-widget-panel {
        /*width: 270px;*/
    }

    /* Cart panel: Cart list - Loader */
    .loading .nm-cart-item-loader {
        display: block;
        opacity: 0.91;
    }
    /* Cart panel: Cart list - Thumbnail */
    #nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
        display: table-cell !important;
    }
    }
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 0;
    }
}
