/*
>>> Index: Wishlist panel styles <<<

# Variables
# Icons
# Animations
# Button
# Wishlist button
# Panel
# Page
*/

/* # Variables */
:root {
    --nmww--modal-spacing: 30px;
    --nmww--color-overlay: rgba(40,40,40, 0.3);
}
@media (max-width: 749px) {
    :root {
        --nmww--modal-spacing: 20px;
    }
}

/* # Icons */
@font-face {
  font-family: 'nmww-icon';
  src:
    url('icons/nmww-icon.woff?aje4sv') format('woff'),
    url('icons/nmww-icon.ttf?aje4sv') format('truetype'),
    url('icons/nmww-icon.svg?aje4sv#nmww-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="nmww-icon-"], [class*=" nmww-icon-"] {
  font-family: 'nmww-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nmww-icon-heart-empty:before {
  content: "\e900";
}
.nmww-icon-twitter-x:before {
  content: "\e901";
}
.nmww-icon-close:before {
  content: "\e902";
}
.nmww-icon-check:before {
  content: "\e903";
}
.nmww-icon-heart:before {
  content: "\e904";
}
.nmww-icon-heart-outline:before {
  content: "\e905";
}
.nmww-icon-facebook:before {
  content: "\e906";
}
.nmww-icon-whatsapp:before {
  content: "\e907";
}
.nmww-icon-email:before {
  content: "\e908";
}
.nmww-icon-twitter:before {
  content: "\e909";
}
.nmww-icon-pinterest:before {
  content: "\e90a";
}

/* # Animations */
@-webkit-keyframes nmwwSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes nmwwSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* # Button */
.nmww-button *,
.nmww-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nmww-button {
    cursor: pointer;
}
body:not(.nmww-buttons-ready) .nmww-button {
    cursor: default;
    opacity: 0 !important;
}
.nmww-button i {
    position: relative;
}
.nmww-button i:before {
    transition: opacity .2s ease;
}
.nmww-button.added i:before {
    opacity: 0;
}
.nmww-button i:after {
	pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 100;
	font-family: 'nmww-icon';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\e904";
    opacity: 0;
    transition: opacity .2s ease;
}
.nmww-button.added i:after {
    opacity: 1;
}

/* # Button: Products */
.nmww-button.for-product {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    font-size: 22px;
    line-height: 1;
    width: auto !important;
    padding: 5px;
    text-decoration: none;
    transition: opacity .2s ease;
}
.nmww-button.for-product i {
    color: var(--nmww--color-button);
}
@media (hover: hover) {
    body.nmww-buttons-hidden .nmww-button.for-product:not(.added) {
        opacity: 0;
    }
    body.nmww-buttons-hidden .wc-block-grid__product:hover .nmww-button,
    body.nmww-buttons-hidden ul.products li.product:hover .nmww-button {
        opacity: 1;
    }
}
@media (max-width: 460px) {
    .nmww-button.for-product {
        top: 6px;
        left: 6px;
        font-size: 20px;
    }
}

/* # Button: Blocks */
.nmww-block-button-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}
.nmww-block-button {
    display: block;
    font-size: 22px;
    line-height: 1;
    width: auto !important;
    padding: 5px;
    text-decoration: none;
    transition: opacity .2s ease;
}
.nmww-block-button i {
    color: var(--nmww--color-button);
}
@media (hover: hover) {
    body.nmww-buttons-hidden .nmww-block-button:not(.added) {
        opacity: 0;
    }
    body.nmww-buttons-hidden .wc-block-all-products .wc-block-grid__product:hover .nmww-block-button {
        opacity: 1;
    }
}
@media (max-width: 460px) {
    .nmww-block-button-wrapper {
        top: 6px;
        left: 6px;
    }
    .nmww-block-button {
        font-size: 20px;
    }
}

/* # Button: Block theme - Product archive template */
.products-block-post-template > .product {
    position: relative;
}
.products-block-post-template .product .nmww-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    display: block;
    font-size: 22px;
    line-height: 1;
    width: auto !important;
    padding: 5px;
    text-decoration: none;
    transition: opacity .2s ease;
}
.products-block-post-template .product .nmww-button {
    color: var(--nmww--color-button);
}
@media (hover: hover) {
    body.nmww-buttons-hidden .products-block-post-template .product .nmww-button:not(.added) {
        opacity: 0;
    }
    body.nmww-buttons-hidden .products-block-post-template .product:hover .nmww-button {
        opacity: 1;
    }
}
@media (max-width: 460px) {
    .products-block-post-template .product .nmww-button {
        top: 6px;
        left: 6px;
        font-size: 20px;
    }
}

/* # Button: Single product - Gallery */
.nmww-button.for-single-product-gallery {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 100;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    padding: 5px;
    transition: opacity .2s ease;
}
.nmww-button.for-single-product-gallery i {
    color: var(--nmww--color-button);
}
@media (max-width: 767px) {
    .nmww-button.for-single-product-gallery {
        top: 15px;
        left: 15px;
    }
}
@media (max-width: 460px) {
    .nmww-button.for-single-product-gallery {
        font-size: 22px;
    }
}

/* # Button: Single product - Summary */
.nmww-button-single-product-wrapper {
    clear: both;
    width: 100%;
}
body:not(.nmww-buttons-ready) .nmww-button-single-product-wrapper {
    display: none;
}
.nmww-button.for-single-product-summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 0.75rem;
    padding-left: 1.625rem;
}
.nmww-button.for-single-product-summary i {
    position: absolute;
    left: 0;
    font-size: 1.25rem;
    line-height: 1;
    
}
.nmww-button.for-single-product-summary.added .nmww-button-title:first-of-type,
.nmww-button.for-single-product-summary:not(.added) .nmww-button-title:last-of-type {
    display: none;
}

/* # Wishlist button */
.nmww-wishlist-button .nmww-wishlist-button-count {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: normal;
    color: var(--nmww--color-background);
	min-width: 15px;
	height: 15px;
    padding: 0 3px;
	white-space: nowrap;
    transform: translateY(calc(-50% - 4px));
    border-radius: 20px;
    background-color: var(--nmww--color-foreground);
}
.nmww-wishlist-button.has-items .nmww-wishlist-button-count {
    display: inline-flex;
}

/* # Panel */
.nmww-panel *,
.nmww-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nmww-panel *:not(.button) {
    margin: 0;
    padding: 0;
}
.nmww-panel {
	position: fixed;
	top: 0;
    right: 0;
    left: auto;
	z-index: 10020;
	width: calc(100% - var(--nmww--modal-spacing));
	max-width: 480px;
	height: 100%;
	margin: 0;
    padding: 0;
    border: 0 none;
    backface-visibility: hidden;
	transition: transform .4s ease;
    transform: translateX(100%);
    background-color: var(--nmww--color-background);
}
body.nmww-panel-open .nmww-panel {
	transform: translateX(0);
}
body.nmww-panel-closing,
body.nmww-panel-open { /* Hide scrollbar when panel is opened, and prevent it from showing again after adding to cart */
    overflow: hidden !important;
    padding-right: var(--nmww--scrollbar-width) !important;
}
.nmww-panel .nmww-panel-inner {
    height: 100%;
}
.nmww-panel .nmww-panel-contents {
    display: none;
	flex-direction: column;
	justify-content: space-between;
    height: 100%;
	max-height: -webkit-fill-available;
	max-height: -moz-available;
	max-height: fill-available;
}
.nmww-panel.has-items .nmww-panel-contents {
    display: flex;
}

/* # Panel: Loading (no items) */
.nmww-panel.is-loading:not(.has-items) .nmww-panel-inner:before {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	width: 28px;
	height: 28px;
	margin: -0.5rem -0.5rem 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: var(--nmww--color-foreground) var(--nmww--color-foreground) var(--nmww--color-background) var(--nmww--color-background);
	border-radius: 2rem;
	transform: translateZ(0);
	-webkit-animation: nmwwSpin 0.6s infinite linear;
	animation: nmwwSpin 0.6s infinite linear;
}

/* # Panel: Empty */
.nmww-panel .nmww-panel-empty {
	display: none;
	flex-direction: column;
	height: 100%;
	padding-top: max(80px, 12vh);
	padding-right: var(--nmww--modal-spacing);
	padding-bottom: 40px;
	padding-left: var(--nmww--modal-spacing);
	text-align: center;
}
.nmww-panel.is-empty .nmww-panel-empty {
	display: flex;
}

/* # Panel: Header */
.nmww-panel .nmww-panel-header {
    position: relative;
    padding: 26px var(--nmww--modal-spacing);
}
.nmww-panel .nmww-panel-title {
	display: block;
    font-size: 18px;
    line-height: 1.5;
	margin: 0;
}
.nmww-panel #nmww-panel-close {
    position: absolute;
    top: 30px;
    right: var(--nmww--modal-spacing);
    z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

/* # Panel: WP admin bar */
.admin-bar .nmww-panel .nmww-panel-inner {
    height: calc(100dvh - 32px);
    margin-top: 32px;
}
.admin-bar.theme-heim .nmww-panel #nmww-panel-close {
	margin-top: 32px;
}
@media only screen and (max-width: 782px) {
	.admin-bar .nmww-panel .nmww-panel-inner {
        height: calc(100dvh - 46px);
        margin-top: 46px;
    }
	.admin-bar.theme-heim .nmww-panel #nmww-panel-close {
	   margin-top: 46px;
    }
}

/* # Panel: Items */
.nmww-panel #nmww-panel-items {
    position: relative;
	flex-grow: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 0 var(--nmww--modal-spacing);
}
.nmww-panel #nmww-panel-items::-webkit-scrollbar {
    display: none;
}
.nmww-panel.has-items.is-loading #nmww-panel-items:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: var(--nmww--color-background);
}
.nmww-panel.has-items.is-loading #nmww-panel-items:after {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 100;
	display: block;
	font-family: inherit;
	content: " ";
	width: 28px;
	height: 28px;
	margin: -0.5rem -0.5rem 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: var(--nmww--color-foreground) var(--nmww--color-foreground) var(--nmww--color-background) var(--nmww--color-background);
	border-radius: 2rem;
	transform: translateZ(0);
	-webkit-animation: nmwwSpin 0.6s infinite linear;
	animation: nmwwSpin 0.6s infinite linear;
}
.nmww-panel .nmww-panel-item {
    position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
    padding-top: 18px;
	padding-bottom: 18px;
    transition: opacity .4s ease;
}
.nmww-panel .nmww-panel-item:not(:last-child) {
	border-bottom: 1px solid var(--nmww--color-border);
}
.nmww-panel .nmww-panel-item.loading:before {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
    content: " ";
    width: 100%;
    height: 100%;
    opacity: .8;
    transition: opacity .4s ease;
    cursor: default;
    background-color: var(--nmww--color-background);
}
.nmww-panel .nmww-panel-item.loading:after {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 100;
	display: block;
	font-family: inherit;
	content: " ";
	width: 1rem;
	height: 1rem;
	margin: -0.5rem -0.5rem 0 0;
	border-width: 1px;
	border-style: solid;
    border-color: var(--nmww--color-foreground) var(--nmww--color-foreground) var(--nmww--color-background) var(--nmww--color-background);
	border-radius: 2rem;
	transform: translateZ(0);
	-webkit-animation: nmwwSpin 0.6s infinite linear;
	animation: nmwwSpin 0.6s infinite linear;
}
.nmww-panel .nmww-panel-item.removing {
    pointer-events: none;
    opacity: .2;
}
.nmww-panel .nmww-panel-item-details {
	display: flex;
	flex-direction: column;
	flex: 1;
    justify-content: center;
}
.nmww-panel .nmww-panel-item-thumbnail {
    position: relative;
    flex-shrink: 0;
    width: 82px;
}
.nmww-panel .nmww-panel-item-thumbnail img {
    width: 100%;
    height: auto !important;
}
.nmww-panel .nmww-panel-item-title {
    font-size: 16px;
    line-height: 1.5;
}
.nmww-panel .nmww-panel-item-title a {
    text-underline-position: initial;
}
.nmww-panel .nmww-panel-item .nmww-item-timestamp {
    font-size: 13px;
    margin-top: 2px;
}
.nmww-panel .nmww-panel-item .nmww-item-timestamp:first-letter {
	text-transform: uppercase;
}
.woocommerce .nmww-panel .nmww-panel-item a.button,
.nmww-panel .nmww-panel-item .button {
    align-self: flex-start;
    display: block;
    font-size: 14px;
    line-height: 1.33333333;
    height: auto;
    margin: 8px 0 6px;
    padding: 5px 16px 6px;
    text-align: center;
}
.woocommerce .nmww-panel .nmww-panel-item a.button.loading:hover,
.woocommerce .nmww-panel .nmww-panel-item a.button.loading,
.nmww-panel .nmww-panel-item .button.loading:hover,
.nmww-panel .nmww-panel-item .button.loading {
    opacity: 1 !important;
}
.woocommerce .nmww-panel .nmww-panel-item a.button.loading:before,
.woocommerce .nmww-panel .nmww-panel-item a.button.loading:after,
.nmww-panel .nmww-panel-item .button.loading:before,
.nmww-panel .nmww-panel-item .button.loading:after {
    display: none !important;
}
.nmww-panel .nmww-panel-item .ajax_add_to_cart.added:not(.loading) {
    position: relative;
}
.nmww-panel .nmww-panel-item .ajax_add_to_cart.added:not(.loading):after {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 10;
    font-family: 'nmww-icon' !important;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    content: "\e903";
	display: flex;
    align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	animation: none;
    border-radius: 50%;
	background-color: #3bcc3b;
}
.nmww-panel .nmww-panel-item .added_to_cart {
    display: none !important;
}
body.nmww-panel-open .wc-block-components-drawer__screen-overlay--with-slide-out { /* Hide WooCommerce Mini Cart block when panel is open */
    display: none !important;
}
.nmww-panel .nmww-panel-item-price {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    margin-bottom: 14px;
}
.nmww-panel .nmww-panel-item-remove {
    position: absolute;
    top: 23px;
    right: -3px;
    display: block;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 768px) {
    .nmww-panel .nmww-panel-item {
        gap: 16px;
    }
}
@media (max-width: 320px) {
    .nmww-panel .nmww-panel-item-thumbnail {
        width: 76px;
    }
    .woocommerce .nmww-panel .nmww-panel-item a.button,
    .nmww-panel .nmww-panel-item .button {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* # Panel: Actions */
.nmww-panel .nmww-panel-actions {
    padding: 30px var(--nmww--modal-spacing) 32px;
    border-top: 1px solid var(--nmww--color-border);
}
.nmww-panel .nmww-panel-actions #nmww-share {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
    align-items: center;
    line-height: 1;
	list-style-type: none;
    margin: 0 0 26px 0;
    padding: 0;
}
.nmww-panel .nmww-panel-actions #nmww-share span {
	font-size: 14px;
}
.nmww-panel .nmww-panel-actions #nmww-share a {
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}
.nmww-panel .nmww-panel-actions .button {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
@media (max-width: 1080px) {
    .nmww-panel .nmww-panel-actions {
        padding-bottom: 30px;
    }
    .nmww-panel .nmww-panel-actions #nmww-share {
	   display: none;
    }
}

/* # Panel: Overlay */
#nmww-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	content: '';
	opacity: 0;
	visibility: hidden;
	width: 1px;
	height: 1px;
	margin: 0;
    padding: 0;
    transform: translateX(0);
	transition: opacity .4s ease;
	background-color: var(--nmww--color-overlay);
}
.nmww-panel-overlay-show #nmww-panel-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.nmww-panel-closing #nmww-panel-overlay {
	opacity: 0;
}

/* # Page */
.nmww *,
.nmww {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nmww *:not(.button) {
    margin: 0;
    padding: 0;
}
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .nmww.alignwide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.nmww .nmww-wrapper {
    margin-bottom: 78px;
}
.nmww .nmww-items {
    position: relative;
}
.nmww .nmww-items.hide {
    display: none;
}

/* # Page: Overlay */
.nmww #nmww-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 1px;
	height: 1px;
    overflow: hidden;
	opacity: 0;
}
.nmww #nmww-overlay.show {
	width: 100%;
	height: 100%;
	opacity: 1;
    cursor: wait;
}

/* # Page: Table */
.nmww #nmww-items-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
	margin: 0;
	border: 0 none;
}
.nmww #nmww-items-table thead tr {
    border-bottom: 1px solid var(--nmww--color-border);
}
.nmww #nmww-items-table tbody tr {
    border-bottom: 1px solid var(--nmww--color-border);
}
.nmww #nmww-items-table td,
.nmww #nmww-items-table th {
    vertical-align: middle;
	padding: 1.25rem 0.625rem;
	border: 0 none;
    text-align: start;
}
body:not(.theme-storefront) .nmww #nmww-items-table th {
    padding-top: 0;
}
.nmww #nmww-items-table tbody tr {
    transition: opacity .2s ease;
}
.nmww #nmww-items-table tbody tr.adding,
.nmww #nmww-items-table tbody tr.removing {
    opacity: .3;
}
.nmww #nmww-items-table tbody tr.adding *,
.nmww #nmww-items-table tbody tr.adding {
    cursor: wait;
}
.nmww #nmww-items-table tbody tr.adding *:active { /* Only disable pointer event on "active" to allow changing cursor */
    pointer-events: none;
}

/* # Page: Table - Remove */
.nmww #nmww-items-table td.nmww-item-remove {
    width: 1.625rem;
}
body:not(.theme-storefront) .nmww #nmww-items-table td.nmww-item-remove {
    padding-left: 0;
}
.nmww #nmww-items-table td.nmww-item-remove a {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* # Page: Table - Thumbnail */
.nmww #nmww-items-table td.nmww-item-thumbnail {
    width: 100px;
    min-width: 100px;
}
.nmww #nmww-items-table td.nmww-item-thumbnail img {
    width: 100%;
    height: auto;
}

/* # Page: Table - Title */
@media (min-width: 992px) {
    .nmww #nmww-items-table td.nmww-item-title {
        width: 40%;
    }
}
.nmww #nmww-items-table td.nmww-item-title .woocommerce-loop-product__title {
    font-size: 1em;
	line-height: 1.5;
}
.nmww #nmww-items-table td.nmww-item-title .woocommerce-loop-product__title a {
	text-decoration-color: transparent;
}

/* # Page: Table - Price */
.nmww #nmww-items-table td.nmww-item-title .price  {
	display: block;
    margin: 0.375rem 0 0;
    padding: 0;
}
.nmww #nmww-items-table td.nmww-item-title .price del,
.nmww #nmww-items-table td.nmww-item-title .price ins {
	display: inline-block;
    margin: 0;
    padding: 0;
}
.nmww #nmww-items-table td.nmww-item-title .price ins {
    text-decoration: none;
}

/* # Page: Table - Variations */
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list {
	display: block;
    font-size: 0.75rem;
	line-height: 1.6;
    margin: 0.375rem 0 0;
    padding: 0;
}
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list li {
    list-style: none;
}
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list .label,
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list .values {
    display: inline-block;
}
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list .values {
    margin: 0;
    padding: 0;
}
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list .values li {
	display: inline-block;
	margin-right: 0.188rem;
}
.nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list .values li:not(:last-child):after {
	display: inline-block;
	content: ", ";
}

/* # Page: Table - Added */
.nmww #nmww-items-table td.nmww-item-added .nmww-item-timestamp {
    display: block;
}
.nmww #nmww-items-table td.nmww-item-added .nmww-item-timestamp:first-letter {
    text-transform: uppercase;
}

/* # Page: Table - Status */
.nmww #nmww-items-table td.nmww-item-stock .instock {
    color: #49ab6d;
}
.nmww #nmww-items-table td.nmww-item-stock .outofstock {
    color: #e00b25;
}

/* # Page: Table - Actions */
.nmww #nmww-items-table td.nmww-item-actions {
    text-align: end;
    padding-right: 0;
}
body.theme-storefront .nmww #nmww-items-table td.nmww-item-actions {
    text-align: start;
}
.nmww #nmww-items-table td.nmww-item-actions .button {
	display: inline-block;
	line-height: 1.33333333;
	width: auto;
    min-width: 0;
    height: auto;
	min-height: 0;
    margin: 0;
	padding: 0.313rem 1rem calc(0.313rem + 1px);
    text-align: start;
}
.nmww #nmww-items-table td.nmww-item-actions .ajax_add_to_cart.added:not(.loading) {
    position: relative;
}
.nmww #nmww-items-table td.nmww-item-actions .ajax_add_to_cart.added:not(.loading):after {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	z-index: 100;
    font-family: 'nmww-icon' !important;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    content: "\e903";
	display: flex;
    align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	animation: none;
    border-radius: 50%;
	background-color: #3bcc3b;
}
.nmww #nmww-items-table td.nmww-item-actions .added_to_cart {
    display: none;
}

/* # Page: Share */
.nmww .nmww-actions {
    margin-top: 32px;
}
.nmww .nmww-actions > span {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}
.nmww .nmww-actions > span em {
    font-style: inherit;
}
.nmww .nmww-actions #nmww-share {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
    align-items: center;
    line-height: 1;
	list-style-type: none;
}
.nmww .nmww-actions #nmww-share a {
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1080px) {
    /* # Page: Table - Added */
    .nmww #nmww-items-table td.nmww-item-added .nmww-item-timestamp {
        font-size: 0.875rem;
    }
    
    /* # Page: Table - Status */
    .nmww #nmww-items-table td.nmww-item-stock span {
        font-size: 0.875rem;
    }
    
    /* # Page: Table - Actions */
    .nmww #nmww-items-table td.nmww-item-actions .button {
        font-size: 0.875rem;
    }
}
@media (max-width: 991px) {
    /* # Page: Table */
    .nmww #nmww-items-table {
    }
    .nmww #nmww-items-table thead {
        display: none;
    }
    .nmww #nmww-items-table tbody tr {
        position: relative;
        display: block;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .nmww #nmww-items-table tbody tr:not(:last-child) {
        margin-bottom: 20px;
    }
    .nmww #nmww-items-table td,
    .nmww #nmww-items-table th {
        background: none;
    }
    .nmww #nmww-items-table td {
        display: block;
        float: right;
        width: calc(100% - 100px);
        padding: 0 0 0 20px;
    }
    
    /* # Page: Table - Remove */
    .nmww #nmww-items-table td.nmww-item-remove {
        position: absolute;
        top: 2px;
        right: 0;
        width: auto;
        padding: 0;
    }
    .nmww #nmww-items-table td.nmww-item-remove a {
        font-size: 18px;
    }
    
    /* # Page: Table - Thumbnail */
    .nmww #nmww-items-table td.nmww-item-thumbnail {
        float: left;
        padding: 0;
    }
    
    /* # Page: Table - Title */
    .nmww #nmww-items-table td.nmww-item-title {
        font-size: 16px;
        padding-right: 26px;
    }
    
    /* # Page: Table - Price */
    .nmww #nmww-items-table td.nmww-item-title .price  {
        margin-top: 4px;
    }
    
    /* # Page: Table - Variations */
    .nmww #nmww-items-table td.nmww-item-title .nmww-item-variations-list {
        display: none;
    }
    
    /* # Page: Table - Added */
    .nmww #nmww-items-table td.nmww-item-added .nmww-item-timestamp {
        font-size: 12px;
    }
    
    /* # Page: Table - Status */
    .nmww #nmww-items-table td.nmww-item-stock span {
        display: block;
        font-size: 12px;
        margin-top: 4px;
    }
    
    /* # Page: Table - Actions */
    body.theme-storefront .nmww #nmww-items-table td.nmww-item-actions,
    .nmww #nmww-items-table td.nmww-item-actions {
        text-align: start;
    }
    .nmww #nmww-items-table td.nmww-item-actions .button {
        font-size: 14px;
        margin-top: 10px;
        padding: 5px 16px 6px;
    }
}
@media (min-width: 461px) and (max-width: 991px) {
    /* # Page: Table - Added */
    .nmww #nmww-items-table td.nmww-item-added {
        position: absolute;
        right: 0;
        bottom: 28px;
        width: auto;
        padding: 0;
    }
}
@media (max-width: 460px) {
    /* # Page: Table - Added */
    .nmww #nmww-items-table td.nmww-item-added .nmww-item-timestamp {
        display: block;
        margin-top: 4px;
    }
    /* # Page: Table - Status */
    .nmww #nmww-items-table td.nmww-item-stock {
        display: none;
    }
}

/* # Page: Empty */
.nmww #nmww-empty {
    display: none;
    text-align: center;
}
.nmww #nmww-empty.show {
    display: block;
}
.nmww #nmww-empty > * {
    margin-bottom: 1.625rem;
}
.nmww #nmww-empty h3 {
    font-size: 1.25rem;
    line-height: 1.6;
}
@media (max-width: 460px) {
    .nmww #nmww-empty {
        margin-bottom: -20px;
    }
}