/*
	Theme Name: Trivando
	Theme URI: https://trivando.de
	Description: Trivando Home24-style WooCommerce theme based on Savoy.
	Version: 1.0.8
	License: GPLv2
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Author: Trivando
	Author URI: https://trivando.de
	Tags: responsive-layout, custom-menu, theme-options, translation-ready
	Text Domain: nm-framework
	Domain Path: /languages/
*/


/* Table of Contents
---------------------------------------------------------------

	#Reset
	#General
    #Variables
	#Typography
	#Structure
    #Page: Full width
    #Page: Sidebar
	#Top bar
	#Header
    #Header: Menu centered
    #Header: Centered
    #Header: Stacked
    #Header: Stacked logo centered
    #Header: Stacked centered
    #Header: Search
	#Mobile menu
    #Mobile menu: Side layout
    #Mobile menu: Side layout - Panels
	#Cart panel
	#Pagination
	#Blog
	#Blog: Classic
    #Blog: Grid
	#Blog: List
	#Blog: No results
	#Blog: Single post
	#Blog: Single post - Password protected
	#Search results
	#Comments
	#Comments: Entries
    #Post/page/editor content
    #Blocks
    #Elementor
	#Gallery
	#Widgets
	#Contact form 7
	#Page not found
	#Footer
    #Footer widgets
    #Footer bar
    #Footer bar: Stacked
    #Footer bar: Centered
    #Plugin: Flickity

--------------------------------------------------------------- */


/* #Reset
--------------------------------------------------------------- */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, center, cite, code, dd, del, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, label, legend, li, menu, nav, object, ol, output, p, pre, q, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
b, strong {
	font-weight: bold;
	font-weight: 900;
}
img {
	font-size: 0;
	color: transparent;
    max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: inherit;
	vertical-align: top;
	text-align: left;
}
small {
	font-size: 75%;
}
p:empty {
	display: none !important;
}

/* #Variables
--------------------------------------------------------------- */

:root
{
    --nm--page-width: 1280px;
    --nm--page-column-spacing: 15px;
    --nm--page-row-column-spacing: calc(var(--nm--page-column-spacing) * 2);
    --nm--page-overlay-background: rgba(51, 51, 51, 0.6);
    --nm--page-overlay-background-50: rgba(51, 51, 51, 0.5);
    --nm--page-overlay-blur: blur(3px);
    --nm--spinner-border-color: var(--nm--color-font-highlight) var(--nm--color-font-highlight) transparent transparent;
    --nm--spinner-border-color-light: var(--nm--color-font-highlight) var(--nm--color-font-highlight) transparent transparent;
    --nm--inputs-padding-vertical: 12px;
    --nm--inputs-padding-horizontal: 16px;
    --nm--inputs-border-color: #e1e1e1;
    --nm--inputs-border-color-focus: var(--nm--color-font-strong);
}

/* #General
--------------------------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}

/* Transition preload fix */
.nm-preload * {
	-webkit-transition: none !important; transition: none !important;
}

/* Float */
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}

/* Clear fix */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clear:after,
.clearfix:after {
    clear: both;
}
.clear,
.clearfix {
	*zoom: 1;
}

/* Padding control */
.nopad-left {
	padding-left: 0;
}
.nopad-right {
	padding-right: 0;
}
.nopad {
	padding-right: 0;
	padding-left: 0;
}

/* Links */
a {
	color: #dc9814;
	outline: 0;
    text-decoration: none;
	transition: color 0.2s ease;
}
a:hover {
	color: #282828;
}
/*.touch a:hover {
	color: inherit;
}*/
a.dark {
	color: #282828;
}
a.gray,
a.invert-color {
	color: #888;
}
a.dark:hover,
a.gray:hover,
a.invert-color:hover {
	color: #dc9814;
}

/* Misc. */
.round { border-radius: 50%; }
.nm-bullet-list { padding-bottom: 20px; }
.nm-bullet-list li { list-style: disc inside; }
.push-right { float: right; }
.push-left { float: left; }

/* Forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
	font-family: inherit;
	line-height: 1.6;
	outline: 0;
    padding: var(--nm--inputs-padding-vertical) var(--nm--inputs-padding-horizontal);
	border: 1px solid var(--nm--inputs-border-color);
    border-radius: var(--nm--border-radius-inputs);
    transition: border-color 0.4s ease;
	-webkit-box-shadow: none; box-shadow: none;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
	outline: 0;
	border-color: var(--nm--inputs-border-color-focus);
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Only for "webkit" browsers */
	select {
        padding-right: 28px;
		background-color: #fff;
		background-image: url("assets/img/select-arrow-2x.gif");
		/*background-position: 98.5% 50%;*/
        background-position: calc(100% - 10px) 50%;
		background-repeat: no-repeat;
		background-size: 8px 4px;
	}
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Button */
.widget form > button,
input[type=submit],
.button {
	display: inline-block;
	font-size: 16px;
    font-weight: normal;
	line-height: 16px;
	color: #fff;
    /*padding: 12px 16px;*/
    padding: 14px 18px;
	border: 0 none;
	border-radius: var(--nm--border-radius-button);
	text-align: center;
	opacity: 1;
	cursor: pointer;
    transition: opacity 0.2s ease;
	background-color: #282828;
}
input[type=submit]:hover,
.button:hover {
	color: #fff;
	opacity: 0.82;
}
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
	outline: none;
}
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus,
.touch .button:hover,
.touch .button:active,
.touch .button:focus {
	opacity: 1;
}
.button[disabled],
.button.disabled,
.button.loading {
	cursor: default;
	opacity: 0.82;
	background: #828282;
}
/* Button: Light */
.button.light {
	background: #bababa;
}
/* Button: Border */
#nm-blog-pagination a,
#nm-blog-pagination a:hover,
.button.border,
.button.border:hover {
    color: #282828;
    opacity: 1;
    transition: border 0.2s ease;
    background: none;
}
#nm-blog-pagination a,
.button.border {
	/*padding-top: 8px;
    padding-bottom: 9px;*/
    border: 1px solid #aaa;
}
#nm-blog-pagination a:not([disabled]):hover,
.button.border:not([disabled]):hover {
	color: #282828;
    border-color: #282828;
}

/* Video embeds ("nm-wp-video-wrap" container added with filter-hook) */
.nm-wp-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.nm-wp-video-wrap iframe,
.nm-wp-video-wrap object,
.nm-wp-video-wrap embed,
.nm-wp-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loader animation */
.wpcf7 .submitting .wpcf7-spinner:after,
.blockUI.blockOverlay:after,
.nm-loader:after {
	/*display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 12px;
	height: 12px;
	margin: -6px -6px 0 0;
	opacity: 1;
	background: #dc9814;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation: dotFade 0.8s infinite;
    animation: dotFade 0.8s infinite;
	border-radius: 50%;*/
    display: block;
    position: absolute;
	top: 50%;
	right: 50%;
	content: " ";
    width: 16px;
	height: 16px;
    font-family: inherit;
    margin: -8px -8px 0 0;
	opacity: 1;
    border-width: 2px;
    border-style: solid;
    border-color: var(--nm--spinner-border-color);
    border-radius: 2rem;
    transform: translateZ(0);
    -webkit-animation: heimSpin 0.4s infinite linear;
    animation: nmSpin 0.4s infinite linear;
}
.nm-loader.nm-loader-light:after {
	/*background: #fff;*/
    border-color: var(--nm--spinner-border-color-light);
}
@-webkit-keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }

@-webkit-keyframes nmSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes nmSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

@keyframes nmShopPreloading {
    0% { transform:translateX(-80%) }
    to { transform:translateX(80%) }
}

/* Image overlay */
.nm-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0;
    border-radius: var(--nm--border-radius-image);
	transition: opacity 0.2s ease;
	background: #282828;
	background: rgba(0, 0, 0, 0.7);
}
.nm-image-overlay:before,
.nm-image-overlay:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	background: #dc9814;
}
.nm-image-overlay:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.nm-image-overlay:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Border radius */
.nm-border-radius-container {
    border-radius: var(--nm--border-radius-container);
}
.nm-border-radius-image {
    border-radius: var(--nm--border-radius-image);
}
.nm-no-border-radius {
    border-radius: 0;
}
.nm-border-radius-button {
    border-radius: var(--nm--border-radius-button);
}

/* Font icons */
.nm-font-instagram-filled {
    font-size: 1.1em;
}


/* #Typography
--------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	line-height: 1.4;
	color: #282828;
}
h5, h6 {
	line-height: 1.6;
}
h1, .h1-size { font-size: 30px; }
h2, .h2-size { font-size: 28px; }
h3, .h3-size { font-size: 24px; }
h4, .h4-size { font-size: 22px; }
h5, .h5-size { font-size: 18px; }
h6, .h6-size { font-size: 16px; }

/* Highlight text color */
.nm-highlight-text,
.nm-highlight-text h1,
.nm-highlight-text h2,
.nm-highlight-text h3,
.nm-highlight-text h4,
.nm-highlight-text h5,
.nm-highlight-text h6,
.nm-highlight-text p {
	color: #dc9814;
}

::-webkit-input-placeholder { opacity: 0.5; }
:-moz-placeholder { opacity: 0.5; } /* FF 4 to 18 */
::-moz-placeholder { opacity: 0.5; } /* FF 19+ */
:-ms-input-placeholder { opacity: 0.5; }
@supports (-ms-accelerator:true) { /* Fix: Edge placeholder text not displaying when opacity < 1 is used for webkit */
    ::-webkit-input-placeholder { opacity: 1; }
}

/* Font icons: Flip horizontally */
.nm-font.flip:before {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	transform: scale(-1, 1);
}
.nm-font.rotate-90:before {
	display: inline-block;
	transform: rotate(90deg);
}
.nm-font.rotate-180:before {
	display: inline-block;
	transform: rotate(180deg);
}
.nm-font.rotate-270:before {
	display: inline-block;
	transform: rotate(270deg);
}


/* #Structure
--------------------------------------------------------------- */

/* Page-load overlay */
.nm-page-load-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    background: #fff;
}
html.nm-page-loaded .nm-page-load-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body.nm-page-load-transition-0 .nm-page-load-overlay {
    display: none;
}

/* Page-load overlay: Elementor */
.elementor-editor-preview #nm-page-load-overlay,
.elementor-editor-active #nm-page-load-overlay {
    display: none !important;
}

/* Page overlay: Divi Builder */
.et-fb-preview--desktop #nm-page-load-overlay,
.et-fb-preview--tablet #nm-page-load-overlay,
.et-fb-preview--phone #nm-page-load-overlay {
    display: none !important;
}

/* Page wrappers */
.nm-page-wrap {
	position: relative;
	right: 0; /* Needed for CSS animation */
    min-width: 280px;
	min-height: 100%;
    overflow: hidden;
	background: #fff;
}
.nm-page-wrap-inner {
	position: relative;
	width: 100%;
}

/* Sticky footer */
html.footer-sticky-1,
.footer-sticky-1 body {
	height: 100%;
}
.footer-sticky-1 .nm-page-overflow {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.footer-sticky-1 .nm-page-wrap {
	flex: 1 0 auto;
	min-height: 0;
	height: auto;
}

/* 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;
    transition: opacity 0.25s ease;
    /*backdrop-filter: var(--nm--page-overlay-blur);*/
    background: var(--nm--page-overlay-background);
}
.nm-page-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.nm-page-overlay.fade-out {
    opacity: 0;
}

/* Page overlay: Cart panel */
.nm-page-overlay.nm-cart-panel-overlay {
    background: var(--nm--page-overlay-background-50);
}
.nm-page-overlay.nm-cart-panel-overlay.nm-loader {
    cursor: default;
}

/* Page overlay: Elementor */
.elementor-editor-preview .nm-page-overlay,
.elementor-editor-active .nm-page-overlay {
    display: none !important;
}

/* Page overlay: Divi Builder */
.et-fb-preview--desktop .nm-page-overlay,
.et-fb-preview--tablet .nm-page-overlay,
.et-fb-preview--phone .nm-page-overlay {
    display: none !important;
}


/* #Page: Full width
--------------------------------------------------------------- */


/* #Page: Sidebar
--------------------------------------------------------------- */

.nm-page-sidebar .col-content,
.nm-page-sidebar .col-sidebar {
    padding-top: 50px;
}
.nm-page-sidebar .col-content {
    float: right;
}
.nm-page-sidebar .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 12px;
}

@media all and (max-width: 1079px) {
    .nm-page-sidebar .col-content,
    .nm-page-sidebar .col-sidebar {
        padding-top: 37px;
    }
}
@media all and (max-width: 991px) {
    .nm-page-sidebar .col-sidebar {
        display: none;
    }
}


/* #Top bar
--------------------------------------------------------------- */

.nm-top-bar {
	position: relative;
    z-index: 1005;
    font-size: 14px;
    line-height: 35px;
	padding-bottom: 1px;
    border-bottom: 1px solid transparent;
	background: #282828;
}
.nm-top-bar > .nm-row {
    position: relative;
}
.nm-top-bar-right,
.nm-top-bar-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.nm-top-bar-right {
    justify-content: flex-end;
}
@media (min-width: 992px) {
    .nm-top-bar-right.col-xs-0 {
        position: absolute;
        right: 0;
        padding-right: calc(var(--nm--page-column-spacing) * 2);
    }
}
@media (max-width: 991px) {
    .nm-top-bar-right.col-xs-0 {
        padding-left: var(--nm--page-column-spacing);
        padding-right: var(--nm--page-column-spacing);
    }
    .nm-top-bar-right {
        justify-content: space-between;
    }
}
    
/* Top bar: Text */
.nm-top-bar-text {
    flex: 1;
	color: #eee;
    max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar-left.col-xs-12 .nm-top-bar-text {
    text-align: center;
}
.nm-top-bar-text > p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar-text a {
	color: #eee;
}
.nm-top-bar-text img {
	display: inline-block;
	width: auto;
    max-height: 39px;
	vertical-align: middle;
}

/* Top bar: Text - Cycle */
.nm-top-bar-cycles {
    position: relative;
    height: 35px;
}
.nm-top-bar-cycles .cycle {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(20px);
}
.nm-top-bar-cycles .cycle.active.hide,
.nm-top-bar-cycles .cycle.hide {
    opacity: 0;
    /*transform: translateX(-20px);*/
}
.nm-top-bar-cycles .cycle.active {
	pointer-events: all;
	opacity: 1;
    transform: translateX(0px);
}

/* Top bar: Menu */
.nm-top-bar .nm-menu {
	float: right;
    white-space: nowrap;
    margin-left: -6px;
}
.nm-top-bar .nm-menu > li {
	float: none;
	display: inline-block;
	margin-left: -4px;
}
.nm-menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.nm-top-bar .nm-menu > li > a,
.nm-top-bar .nm-menu > li > a:hover {
    color: #eee;
}
.nm-top-bar .nm-menu > li > a {
	font-size: inherit;
	padding: 0 10px;
	vertical-align: middle;
	transition: opacity 0.2s ease;
}
.nm-top-bar .nm-menu > li > a:hover {
	opacity: 0.7;
}
.nm-top-bar .nm-menu > li:last-child > a {
	padding-right: 0;
}
.nm-top-bar .nm-menu ul {
	padding: 0px 0 14px;
}
.nm-top-bar .nm-menu ul li a {
    padding: 8px 23px;
}

/* Top bar: Social icons */
.nm-top-bar-left.col-xs-12 .nm-top-bar-social {
    position: absolute;
}
@media (max-width: 991px) {
    .nm-top-bar-left.col-xs-12 .nm-top-bar-social {
        display: none;
    }
}
.nm-top-bar-right .nm-top-bar-social {
    order: 100;
}
.nm-top-bar-social {
	display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    gap: 15px;
}
.nm-top-bar-social a {
    transition: 0.2s ease;
}
.nm-top-bar-social a:hover {
    opacity: 0.7;
}
.nm-top-bar-social li i {
	color: #eee;
	vertical-align: middle;
}

/* Top bar: Widgets */
#nm-top-bar-widgets {
    float: right;
    padding-left: 36px;
}
#nm-top-bar-widgets > li {
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
	.top-bar-mobile-none .nm-top-bar {
		display: none;
	}
    
    /* Top bar: Text/Menu */
    .top-bar-mobile-rc .nm-top-bar-right,
    .top-bar-mobile-lc .nm-top-bar-left {
	   width: 100%;
    }
    .top-bar-mobile-rc .nm-top-bar-left,
    .top-bar-mobile-lc .nm-top-bar-right {
	   display: none;
    }
}
@media all and (max-width: 550px) {
    .nm-top-bar {
        font-size: 13px;
    }
}
@media all and (max-width: 385px) {
    .nm-top-bar {
        font-size: 0.9em;
    }
}

/* #Header
--------------------------------------------------------------- */

.nm-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	line-height: 50px;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	overflow: visible;
    transition: all 150ms linear;
	background: #fff;
    -webkit-transform: translateZ(0); /* Scroll "jump" fix */
}
.nm-header-disable-anim .nm-header {
    transition: none !important;
}
.touch.header-fixed.header-on-scroll .nm-header,
.has-top-bar.header-fixed.header-on-scroll .nm-header,
.header-fixed .nm-header {
	position: fixed;
}

/* Fixed/sticky on scroll up */
.header-fixed.header-fixed-on-scroll-up .nm-header {
    transition: none;
}
.header-fixed.header-fixed-on-scroll-up.header-on-scroll .nm-header {
    -webkit-transform: translateY(-100%); transform: translateY(-100%);
}
.header-fixed.header-fixed-on-scroll-up.header-on-scroll .nm-header.animate-in {
    transition: transform 0.2s ease;
    -webkit-transform: translateY(0%); transform: translateY(0%);
}

.touch.header-fixed .nm-header,
.has-top-bar.header-fixed .nm-header {
    position: absolute;
}
.header-on-scroll .nm-header:not(.static-on-scroll) {
    padding-top: 10px;
	padding-bottom: 10px;
}
.header-search-open .nm-header,
.mobile-menu-open .nm-header {
	transition: all 200ms linear, background-color 1ms;
}
.nm-header-inner {
	position: relative;
	height: auto;
}
.nm-header-col {
    position: static;
}

/* Header: Transparency */
.header-transparency .nm-header-placeholder {
	display: none;
}
.header-transparency .nm-header,
.home.header-transparency .nm-header {
    background: none;
}
.header-transparency.header-border-1 .nm-header {
	border-color: transparent;
}

/* Header: Border */
.header-border-1 .nm-header {
	border-bottom: 1px solid #eee;
}

/* Header: Placeholder */
.nm-header-placeholder {
    height: 84px;
}

/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
@media screen and (min-width: 783px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 32px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar.header-fixed:not(.header-on-scroll) .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}

/* Header left */
.nm-header-left {
    display: flex;
    gap: 16px;
}
.nm-header.default .nm-header-left {
    float: left;
}

/* Mobile menu button */
.nm-mobile-menu-button-wrapper {
    display: none;
    margin-left: -16px;
}
.mobile-menu-desktop .nm-mobile-menu-button-wrapper {
    display: block;
}
@media (max-width: 991px) {
    .nm-mobile-menu-button-wrapper {
        display: block;
        margin-left: 0;
    }
}

/* Logo */
.nm-header.default .nm-header-logo {
	float: left;
	margin-right: 36px;
}
.nm-header-logo a {
	display: block;
}
.nm-header-logo svg,
.nm-header-logo img {
	width: auto;
    max-width: none; /* Fix: Maintain aspect ratio (prevents fluid image-width) */
	height: 16px;
	vertical-align: middle;
    border-radius: 0;
}

/* Logo: Alternative logo */
.nm-alt-logo {
    display: none;
}
.home:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-home .nm-alt-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-alt-logo,
.mobile-menu-open .alt-logo-mobile-menu-open .nm-alt-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-alt-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-alt-logo {
    display: inline-block;
}
.home:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-home .nm-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-logo,
.mobile-menu-open .alt-logo-mobile-menu-open .nm-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-logo {
    display: none;
}
@media all and (max-width: 991px) and (min-width: 401px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-logo {
        display: none;
    }
}
@media all and (max-width: 400px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-logo {
        display: none;
    }
}


/* Menu */
.nm-menu li {
	position: relative;
    float: left;
}
.nm-old-ie .nm-menu > li {
	background: rgba(0,0,0,0.0001); /* IE9-10 hover fix */
}
.nm-menu li a {
    display: inline-block;
    font-size: 16px;
	line-height: 1;
    color: #707070;
	vertical-align: bottom;
	text-decoration: none;
	padding: 16px;
}
.nm-menu li a:hover {
	color: #282828;
}

/* Menu: Label */
.nm-menu li a .label {
	position: relative;
	top: -7px;
	/*font-size: 10px;*/
    font-size: 0.563rem;
	color: #eee;
	padding-left: 2px;
	text-transform: uppercase;
}
.nm-menu > li > a .label {
	color: inherit !important;
	padding-left: 0;
}
.nm-menu .sub-menu li a .label.bubble {
	color: #282828 !important;
	margin-left: 1px;
    padding: 1px 4px;
    3px; border-radius: 3px;
    background: #fff;
}

/* Menu: Dropdown */
.nm-menu .sub-menu {
	display: none;
	position: absolute;
    top: 100%;
    left: -12px;
	z-index: 10010;
    min-width: 248px;
	padding: 18px 0 22px;
	background: #282828;
	-webkit-animation-duration: 0.3s; animation-duration: 0.3s;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation-name: nm_menu_anim; animation-name: nm_menu_anim;
    -webkit-animation-delay: 0.1s; animation-delay: 0.1s;
}
.nm-menu:not(.full) .sub-menu {
    border-radius: var(--nm--border-radius-button);
}
.nm-sub-menu-bridge {
    display: none;
}

/* Menu: Dropdown animation */
@-webkit-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }

.nm-menu li:not(.no-hover):hover > .sub-menu { /* Note: The "no-hover" class is added with JS when clicking an Ajax enabled link (to hide the menu) */
    display: block;
}
.nm-menu .sub-menu .sub-menu {
	top: -18px;
    left: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.nm-menu .sub-menu li {
    float: none;
    position: relative;
    z-index: 100000;
}
.nm-menu .sub-menu li a {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	padding: 8px 27px;
}
.nm-menu .sub-menu li.menu-item-has-children > a {
	padding-right: 41px;
}
.nm-menu .sub-menu li.menu-item-has-children > a:after {
	display: block;
	position: absolute;
	top: 9px;
	right: 28px;
	font-family: 'nm-font';
	font-size: 16px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	content: "\e60d";
	width: 10px;
	height: 30px;
}
.nm-menu .sub-menu li a:hover {
	color: #eee;
}
.nm-menu .sub-menu li.nm-menu-text-hide > a {
	visibility: hidden;
}

/* Menu: Megamenu */
.nm-menu .megamenu .sub-menu {
    min-width: 0;
}
.nm-menu .megamenu .sub-menu .sub-menu {
	display: block;
	position: static;
}
.nm-menu .megamenu > .sub-menu {
	left: -14px;
    padding: 18px 0 7px;
}
.nm-menu .megamenu > .sub-menu .sub-menu {
	padding: 7px 0 0 0;
}
.nm-menu .megamenu.col-1 > .sub-menu { width: 254px; }
.nm-menu .megamenu.col-2 > .sub-menu { width: 508px; }
.nm-menu .megamenu.col-3 > .sub-menu { width: 750px; }
.nm-menu .megamenu.col-4 > .sub-menu { width: 993px; }
.nm-menu .megamenu.col-5 > .sub-menu { width: 1152px; }
.nm-menu .megamenu.col-6 > .sub-menu { width: 1220px;
}
.nm-menu .megamenu .sub-menu li {
	white-space: normal;
}
.nm-menu .megamenu > .sub-menu > ul > li {
    float: left;
	display: block;
    margin-bottom: 15px;
}
.nm-menu .megamenu.col-2 > .sub-menu > ul > li { width: 50%; }
.nm-menu .megamenu.col-3 > .sub-menu > ul > li { width: 33.33333%; }
.nm-menu .megamenu.col-4 > .sub-menu > ul > li { width: 25%; }
.nm-menu .megamenu.col-5 > .sub-menu > ul > li { width: 20%; }
.nm-menu .megamenu.col-6 > .sub-menu > ul > li { width: 16.66667%;
}
.nm-menu .megamenu.col-1 > .sub-menu > ul > li:nth-child(1n+1),
.nm-menu .megamenu.col-2 > .sub-menu > ul > li:nth-child(2n+1),
.nm-menu .megamenu.col-3 > .sub-menu > ul > li:nth-child(3n+1),
.nm-menu .megamenu.col-4 > .sub-menu > ul > li:nth-child(4n+1),
.nm-menu .megamenu.col-5 > .sub-menu > ul > li:nth-child(5n+1),
.nm-menu .megamenu.col-6 > .sub-menu > ul > li:nth-child(6n+1) {
	clear: both; 
}
.nm-menu .megamenu > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a {
	color: #eee;
}
.nm-menu .megamenu .sub-menu li a {
	padding: 8px 28px;
}
.nm-menu .megamenu .sub-menu li.menu-item-has-children a:after {
	display: none;
}

/* Menus: Megamenu - Full width */
.nm-menu .megamenu.full {
    position: static;
}
.nm-menu .megamenu.full > .sub-menu {
    left: 0;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.nm-menu .megamenu.full > .sub-menu > .nm-sub-menu-bridge {
	display: block;
	position: absolute;
    bottom: 100%;
	left: 0;
	content: " ";
	width: 100%;
	height: 4px;
    min-height: 4px;
}
.nm-menu .megamenu.full > .sub-menu > ul {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.nm-menu .megamenu.full .sub-menu li a {
	color: #777;
}
.nm-menu .megamenu.full > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a,
.nm-menu .megamenu.full .sub-menu li a:hover {
	color: #282828;
}
.nm-menu .megamenu.full > .sub-menu .sub-menu {
	background: none;
}

/* Menus: Megamenu - Thumbnails */
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image {
    text-align: center;
    border-right: 1px solid #3e3e3e;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image:last-child {
    border-right: 0 none;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image > a {
    display: block;
}
.nm-menu .sub-menu li img:not(.wpml-ls-flag) {
    display: none;
}
.nm-menu .megamenu > .sub-menu > ul > li > a img {
	display: block;
	width: auto;
    /*max-height: 80px;*/
    max-height: 70px;
    margin: 0 auto 26px;
    border-radius: min(5px, var(--nm--border-radius-image));
}
.nm-menu .megamenu > .sub-menu > ul > li > a .nm-menu-item-image-title {
    display: inline-block;
}

/* Main menu */
.nm-main-menu-wrap {
    position: static;
}
.nm-main-menu {
	display: block;
}
.nm-header.default .nm-main-menu {
	float: left;
}
.nm-main-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


/* Menu icon */
.nm-menu-icon {
    display: block;
	position: relative;
	width: 18px;
	height: 16px;
}
.nm-menu-icon span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	transform: rotate(0);
	transition: transform 0.1s ease;
	background: #282828;
}
.nm-menu-icon span.line-1 {
	top: 0;
}
.nm-menu-icon span.line-2 {
	top: 7px;
}
.nm-menu-icon span.line-3 {
	bottom: 1px;
}
.mobile-menu-layout-top.mobile-menu-open .nm-menu-icon span.line-1 {
	top: 7px;
	transform: rotate(45deg);
}
.mobile-menu-layout-top.mobile-menu-open .nm-menu-icon span.line-2 {
	background: none;
}
.mobile-menu-layout-top.mobile-menu-open .nm-menu-icon span.line-3 {
	top: 7px;
	transform: rotate(-45deg);
}

/* Menu icon: Bold */
.mobile-menu-icon-bold .nm-menu-icon {
	width: 16px;
    height: 14.5px;
}
.mobile-menu-icon-bold .nm-menu-icon span {
    height: 2px;
    height: 1.5px;
    border-radius: 4px;
}
.mobile-menu-icon-bold .nm-menu-icon span.line-2 {
    top: 6px;
    width: 80%;
}

/* Right menu */
.nm-right-menu-wrap {
    position: static;
}
.nm-right-menu {
	float: right;
	margin-right: -16px;
}
.nm-right-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

/* Right menu: Cart */
.nm-menu-cart .count {
	position: relative;
	top: -7px;
	display: inline-block;
	font-size: 14px;
	color: #dc9814;
    min-width: 9px;
    margin-right: -2px;
}

/* Right menu: Search */
/*.header-search-open #nm-menu-search-btn {
	opacity: 0.41;
}*/


/* Menu offscreen button */
.nm-menu li.nm-menu-offscreen {
	position: relative;
	display: none;
}
.mobile-menu-desktop .nm-menu li.nm-menu-offscreen {
	display: list-item;
}
.nm-menu li.nm-menu-offscreen a {
	display: inline-block;
	font-size: 0;
	line-height: 16px;
}

/* Menu offscreen button: Cart count */
.nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
	display: none;
	position: absolute;
	top: 5px;
	right: 100%;
	font-size: 14px;
	line-height: 1;
	color: #dc9814;
	margin-right: -6px;
}
/*.mobile-menu-open.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
    opacity: 0;
    transition: opacity 0.2s ease;
}*/


/* Menu: UberMenu */
.nm-ubermenu-wrap {
	position: relative;
}
.nm-ubermenu-wrap .nm-main-menu-wrap {
	position: static;
}

.nm-header.default .ubermenu {
	float: left;
	clear: none;
}
.nm-ubermenu-wrap .nm-main-menu {
	display: none;
}
.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	font-size: 16px;
	line-height: 1;
	padding: 16px;
}
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-item:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-parent:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-ancestor:not(.ubermenu-active) > .ubermenu-target {
	color: inherit;
}
.ubermenu-skin-vanilla.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-0 > .ubermenu-target:after {
	display: none;
}
@media all and (max-width: 959px) {
	/* Menu: UberMenu */
	.nm-ubermenu-wrap .ubermenu {
		display: none;
	}
	.nm-ubermenu-wrap .nm-main-menu {
		display: block;
	}
	.nm-ubermenu-wrap .ubermenu-responsive-toggle,
	.nm-ubermenu-wrap .ubermenu-sticky-toggle-wrapper {
    	display: none;
	}
	
	/* Right menu (UberMenu active) */
	.nm-ubermenu-wrap .nm-right-menu ul li {
		display: none;
	}
	.nm-ubermenu-wrap .nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button (UberMenu active) */
	.nm-ubermenu-wrap .nm-menu li.nm-menu-offscreen {
		display: block;
	}
}

@media all and (max-width: 991px) {
	.nm-header-placeholder {
        height: 70px;
	}
	.nm-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* Logo */
    .nm-header.default .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        margin-right: 0;
    }
    .nm-header-logo svg,
	.nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .nm-menu li a {
        padding-left: 2px;
    }
    
	/* Main menu */
	.nm-main-menu ul li {
		display: none;
	}
	
	/* Right menu */
	.nm-right-menu ul li {
		display: none;
	}
    .nm-right-menu ul li.nm-menu-search,
    .nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button */
	.nm-menu li.nm-menu-offscreen {
		display: block;
	}
}
@media all and (max-width: 550px) {
    /* Menu */
    .nm-menu li a {
        padding-left: 0;
    }
    
    /* Main menu */
    .nm-main-menu {
        margin-left: 0;
    }
    
    /* Right menu: Cart */
    .header-mobile-default .nm-menu-cart.no-icon .nm-menu-cart-title {
        display: none;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count {
        position: relative;
        top: 0;
        display: inline;
        font-size: inherit;
        color: inherit !important;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:before {
        display: inline;
        content: "(";
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:after {
        display: inline;
        content: ")";
    }
}
@media all and (max-width: 400px) {
	/* Logo */
	.nm-header-logo svg,
    .nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .header-mobile-default .nm-menu li a {
        /*font-size: 14px;*/
        padding-right: 12px;
    }
    /*.header-mobile-alt .nm-menu li a {
        padding-left: 12px;
    }*/
    
    /* Menu icon */
    .mobile-menu-icon-thin .header-mobile-default .nm-menu-icon {
        top: 2px;
        height: 14px;
    }
    .header-mobile-default .mobile-menu-icon-thin .nm-menu-icon span.line-2,
    .header-mobile-default .mobile-menu-icon-thin .mobile-menu-open .nm-menu-icon span.line-1,
    .header-mobile-default .mobile-menu-icon-thin .mobile-menu-open .nm-menu-icon span.line-3 {
        top: 6px;
    }
	
    /* Right menu */
    .nm-right-menu {
        margin-right: -12px;
    }
    /*.header-mobile-alt .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }*/
    
    /* Right menu: Cart */
    body:not(.header-mobile-alt) .nm-menu-cart.no-icon .count {
        font-size: 14px;
    }
    
    /* Menu offscreen button: Cart count */
    /*.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
        display: block;
    }*/
}


/* #Header: Menu centered
--------------------------------------------------------------- */

/* Left column */
.nm-header.menu-centered .nm-header-left {
    float: left;
    width: 25%;
}

/* Main menu + Right menu */
.nm-header.menu-centered .nm-main-menu > ul,
.nm-header.menu-centered .nm-right-menu > ul {
    text-align: left;
}

/* Main menu */
.nm-header.menu-centered .nm-main-menu {
	float: left;
    width: 50%;
    text-align: center;
}

/* Right menu */
.nm-header.menu-centered .nm-right-menu {
	max-width: 25%;
    margin-right: 0;
}
.nm-header.menu-centered .nm-right-menu > ul {
    margin-right: -16px;
}

/* Menu offscreen button */
.nm-header.menu-centered .nm-menu li.nm-menu-offscreen {
	padding-left: 1px;
}

@media all and (max-width: 991px) {
    /* Left column */
    .nm-header.menu-centered .nm-header-left {
        width: auto;
    }
    
    /* Logo */
    .nm-header.menu-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
    }
    
    /* Main menu */
    .nm-header.menu-centered .nm-main-menu {
        display: none;
    }
    
    /* Right menu */
    .nm-header.menu-centered .nm-right-menu {
        max-width: none;
    }
}


/* #Header: Centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.centered .nm-header-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

/* Menu */
.nm-header.centered .nm-menu > li > a {
	padding: 16px 12px;
}

/* Main menu */
.nm-header.centered .nm-main-menu {
	margin-left: -12px;
}

/* Right menu */
.nm-header.centered .nm-right-menu {
	margin-right: -12px;
}

/* Menu: UberMenu */
.nm-header.centered .ubermenu-skin-vanilla {
	margin-left: -12px;
}
.nm-header.centered .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	padding: 16px 12px;
}

@media all and (max-width: 550px) {
    /* Menu */
    .nm-header.centered .nm-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    /* Main menu */
    .nm-header.centered .nm-main-menu {
        margin-left: -8px;
    }
    
    /* Right menu */
    .nm-header.centered .nm-right-menu {
        margin-right: -8px;
    }
}
@media all and (max-width: 400px) {
	/* Logo */
	/*.header-mobile-alt .nm-header.centered .nm-header-logo {
		left: 15px;
		transform: translate(0, -50%);
	}*/
    
    /* Menu icon */
    .header-mobile-default .mobile-menu-icon-thin .nm-header.centered .nm-menu-icon {
        top: 0;
    }
    
    /* Main menu */
	/*.header-mobile-alt .nm-header.centered .nm-main-menu-wrap {
		width: 100%;
	}
	.header-mobile-alt .nm-header.centered .nm-main-menu {
		float: right;
		margin-right: -8px;
		margin-left: 0;
	}*/
    
    /* Right menu */
	/*.header-mobile-alt .nm-header.centered .nm-right-menu-wrap {
		display: none;
	}*/
}


/* #Header: Stacked
--------------------------------------------------------------- */

/* Logo */
.nm-header.stacked .nm-header-logo {
    padding-bottom: 0;
}

/* Main menu */
.nm-header.stacked .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked .nm-main-menu {
        margin-left: 0;
    }
}


/* #Header: Stacked logo centered
--------------------------------------------------------------- */

/* Left column */
.nm-header.stacked-logo-centered .nm-header-left {
    width: 100%;
    justify-content: center;
}

/* Logo */
.nm-header.stacked-logo-centered .nm-header-logo {
    padding-bottom: 0;
}

/* Main menu */
.nm-header.stacked-logo-centered .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-logo-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-logo-centered .nm-main-menu {
        margin-left: 0;
    }
}


/* #Header: Stacked centered
--------------------------------------------------------------- */

.nm-header.stacked-centered {
    text-align: center;
}

/* Left column */
.nm-header.stacked-centered .nm-header-left {
    width: 100%;
    justify-content: center;
}

/* Logo */
.nm-header.stacked-centered .nm-header-logo {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    /* Main menu + Right menu */
    .nm-header.stacked-centered .nm-main-menu,
    .nm-header.stacked-centered .nm-right-menu {
        display: inline-block;
        float: none;
        text-align: left;
    }

    /* Main menu */
    .nm-header.stacked-centered .nm-main-menu {
        float: none;
        margin-left: 0;
    }
    
    /* Right menu */
    .nm-header.stacked-centered .nm-right-menu {
        margin-right: 0;
    }
    .nm-header.stacked-centered .nm-right-menu > ul {
        display: inline-flex;
    }
    .nm-header.stacked-centered .nm-right-menu > ul > li.nm-menu-offscreen,
    .nm-header.stacked-centered .nm-right-menu > ul > li.nm-menu-cart,
    .nm-header.stacked-centered .nm-right-menu > ul > li.nm-menu-search {
        order: 1000;
    }
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-centered .nm-main-menu {
        float: left;
    }
}


/* #Header: Search
--------------------------------------------------------------- */

.nm-header-search-holder {
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
	width: 1px;
    height: 1px;
    overflow: hidden;
}
.header-search-closing .nm-header-search-holder,
.header-search-open .nm-header-search-holder {
    visibility: visible;
    pointer-events: all;
    z-index: 1020;
    width: 100%;
    height: 100%;
}

/* Overlay */
.nm-page-overlay.nm-header-search-overlay {
	position: absolute;
}
.header-search-open .nm-page-overlay.nm-header-search-overlay {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.header-search-closing .nm-page-overlay.nm-header-search-overlay {
	opacity: 0;
}

#nm-header-search {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1010;
	width: auto;
    overflow: hidden;
    background: #fff;
	max-height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
}
.header-search-open #nm-header-search {
    transform: translate3d(0, 100%, 0);
}
.header-search-closing #nm-header-search {
    transform: translate3d(0, 0, 0);
}
.header-on-scroll:not(.header-search-open) #nm-header-search {
    visibility: hidden;
}
.nm-header-search-wrap {
    display: flex;
    flex-direction: column;
    /*gap: 24px;*/
    max-width: var(--nm--page-width);
    max-height: 100vh;
    margin: 0 auto;
    padding-top: 18px;
    padding-right: calc(var(--nm--page-column-spacing) * 2);
    padding-left: calc(var(--nm--page-column-spacing) * 2);
    padding-bottom: calc(var(--nm--page-column-spacing) * 2);
    transition: opacity 0.2s ease;
}
.nm-header-search-wrap.redirecting {
    opacity: 0.5;
    pointer-events: none;
}

/* Search: Form */
#nm-header-search-form {
    position: relative;
}
#nm-header-search-form.nm-loader:after {
	left: 3px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
}
#nm-header-search-form > i {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 18px;
    color: var(--nm--color-font-strong);
}
#nm-header-search.has-suggestions #nm-header-search-form > i,
#nm-header-search-form.nm-loader > i {
    display: none;
}
#nm-header-search-input {
	display: block;
	font-size: 22px;
	line-height: normal;
	font-family: inherit;
	width: 100%;
	padding: 8px 0 8px 26px;
	/*border: 0 none;*/
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    /*border-bottom: 1px solid #dadada;*/
    /*border-bottom: 1px solid var(--nm--color-button-background);*/
    border-radius: 0;
	background: none;
}
#nm-header-search-input:not(:focus) {
    border-color: var(--nm--color-divider);
}
#nm-header-search-input::-ms-clear { /* IE: Remove "X" button */
	width: 0;
	height: 0;
}
/*#nm-header-search ::-webkit-input-placeholder { opacity: 1; }
#nm-header-search ::-moz-placeholder { opacity: 1; }
#nm-header-search :-ms-input-placeholder { opacity: 1; }*/

/* Search: Form - Clear search button */
#nm-header-search-clear-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    left: 1px;
    z-index: -1;
    display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
    width: 17px;
	height: 17px;
    padding: 0;
    opacity: 0;
    transform: translateY(10px);
	border: 0 none;
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease, border 0.2s ease;
	background: var(--nm--color-body-background);
}
#nm-header-search.has-suggestions #nm-header-search-clear-button {
    visibility: visible;
    pointer-events: all;
    z-index: 10;
    opacity: 1;
    transform: translateY(0px);
}
#nm-header-search-clear-button span {
	pointer-events: none;
	display: block;
	position: absolute;
	top: calc(100% + 11px);
	left: calc(50% - 1px);
	font-size: 12px;
	line-height: 1;
	font-style: normal;
	color: #fff;
	white-space: nowrap;
	padding: 4px 6px;
	transform: translateX(-50%);
	opacity: 0;
	border-radius: min(3px, var(--nm--border-radius-button));
	transition: opacity 0.2s ease;
	background: #282828;
}
.no-touch #nm-header-search-clear-button:hover span {
    opacity: 1;
}
#nm-header-search-clear-button span:after {
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: " ";
    width: 0;
    height: 0;
    margin-left: -3px;
    border: solid transparent;
    border-width: 4px;
    border-color: transparent;
    border-bottom-color: #282828;
    border-radius: 0;
}
@media (max-width: 768px) {
    #nm-header-search-clear-button {
        top: 13px;
        left: 0;
        font-size: 14px;
    }
}

/* Search: Close button */
#nm-header-search-close {
	position: absolute;
	/*top: 32px;
	right: 27px;*/
    top: 12px;
	right: 12px;
	z-index: 10;
	font-size: 20px;
	line-height: 1;
    color: inherit;
}

/* Search: Keywords */
#nm-search-keywords {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
#nm-search-keywords.hide {
    display: none;
}
#nm-search-keywords.show {
    opacity: 1;
    transform: translateY(0px);
}
.nm-search-keywords-title {
    display: block;
    font-weight: normal;
    line-height: normal;
    color: inherit;
    margin-top: 15px;
	margin-bottom: 15px;
    opacity: 0.7;
}
.nm-search-keywords-list {
    display: flex;
	flex-wrap: wrap;
    gap: 6px;
}
.nm-search-keywords-list .button.border {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
    line-height: 1;
    padding: 7px 14px 7px 12px;
    border-radius: 50px;
}
.nm-search-keywords-list i {
	line-height: 1;
}
@media (max-width: 768px) {
    .nm-search-keywords-title {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

/* Search: Notice */
#nm-header-search-notice {
	font-size: 14px;
	line-height: normal;
	color: #aaa;
    height: 0px;
    white-space: nowrap;
    overflow: hidden;
	opacity: 0;
	transition: opacity 0.2s ease;
	cursor: default;
}
#nm-header-search-notice.show {
	height: auto;
	opacity: 1;
}
#nm-header-search-notice span {
	display: block;
	padding-top: 15px;
}

/* Search: Suggestions */
#nm-search-suggestions {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.touch #nm-search-suggestions {
	-webkit-overflow-scrolling: touch;
}
#nm-search-suggestions.show {
    opacity: 1;
}
.nm-shop-preloader-spinner #nm-search-suggestions.doing-search {
    opacity: 0.5;
}

/* Search: Suggestions - Notice */
#nm-search-suggestions-notice {
    display: none;
    line-height: normal;
    /*color: #aaa;*/
    opacity: 0.7;
    white-space: nowrap;
}
#nm-search-suggestions-notice.show {
    display: block;
}
#nm-search-suggestions-notice span {
    display: none;
    padding-top: 14px;
}
#nm-search-suggestions-notice:not(.no-results) span {
    padding-bottom: 15px;
}
#nm-search-suggestions-notice.press-enter .txt-press-enter,
#nm-search-suggestions-notice.has-results .txt-has-results,
#nm-search-suggestions-notice.no-results .txt-no-results {
    display: block;
}

/* Search: Suggestions - Products */
#nm-search-suggestions-product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 0;
}
#nm-search-suggestions-product-list li {
    padding-bottom: 0;
}
#nm-search-suggestions-product-list a {
    display: block;
    color: inherit;
}
#nm-search-suggestions-product-list .col {
    display: block;
}
#nm-search-suggestions-product-list i {
    display: block;
    aspect-ratio: 1/1;
}
#nm-search-suggestions-product-list img {
    display: block;
    width: 100%;
    border-radius: min(5px, var(--nm--border-radius-image));
}
#nm-search-suggestions-product-list strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
    margin-top: 16px;
}
#nm-search-suggestions-product-list .price {
    display: block;
    line-height: initial;
    color: #282828;
    margin-top: 5px;
}

/* Search: Suggestions - Preloading placeholders */
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions {
    position: relative;
}
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions:after {
    position: absolute;
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    z-index: 105;
    display: block;
	content: " ";
    cursor: progress;
	background-color: transparent;
}
.nm-shop-preloader-placeholders .nm-search-suggestions-inner {
    position: relative;
    overflow: hidden;
}
.nm-shop-preloader-placeholders .doing-search .nm-search-suggestions-inner:after {
    position: absolute;
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    z-index: 101;
	visibility: visible;
	opacity: 1;
    display: block;
	content: " ";
	border-color: transparent;
    box-shadow: none;
    animation: nmShopPreloading 0.8s infinite;
	background-image: var(--nm--shop-preloader-gradient);
	background-color: transparent;
}
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list .price .amount,
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list strong,
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list i {
    position: relative;
}
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list .price .amount,
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list strong,
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list i {
    visibility: hidden;
}
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list .price .amount:before,
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list strong:before,
.nm-shop-preloader-placeholders #nm-search-suggestions-product-list i:before {
    visibility: visible;
    pointer-events: none;
    position: absolute;
	top: 1px;
	right: 0;
	bottom: 1px;
	left: 0;
	z-index: 100;
	display: block;
	content: " ";
    opacity: 0;
    border-radius: var(--nm--border-radius-image);
    transition: all 350ms ease;
	background: var(--nm--shop-preloader-color);
}
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list .price .amount:before,
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list strong:before,
.nm-shop-preloader-placeholders .doing-search #nm-search-suggestions-product-list i:before {
    opacity: 1;
}

/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
.admin-bar #nm-header-search {
    padding-top: 32px;
}

@media (max-width: 1400px) {
    #nm-header-search-input {
        padding-right: 28px;
    }
    
    /* Search: Close button */
    #nm-header-search-close {
        /*top: 12px;
        right: 12px;*/
        font-size: 20px;
    }
}
@media (max-width: 1080px) {
    /* Search: Suggestions - Products */
    #nm-search-suggestions-product-list li {
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .nm-header-search-wrap {
        padding-top: 14px;
        padding-right: var(--nm--page-column-spacing);
        padding-left: var(--nm--page-column-spacing);
        padding-bottom: var(--nm--page-column-spacing);
    }
    #nm-header-search-form > i {
        top: 13px;
        font-size: 16px;
    }
    #nm-header-search-input {
        font-size: 18px;
        padding: 10px 24px;
    }
    
    /* Search: Close button */
    #nm-header-search-close {
        font-size: 16px;
    }
    
    /* Search: Suggestions - Products */
    #nm-search-suggestions-notice.show:not(.no-results) + #nm-search-suggestions #nm-search-suggestions-product-list {
        padding-bottom: 10px;
    }
}
@media (max-width: 550px) {
    /* Search: Suggestions - Products */
    #nm-search-suggestions-product-list {
        flex-direction: column;
        gap: 8px 0;
    }
    #nm-search-suggestions-product-list:before,
    #nm-search-suggestions-product-list:after {
        display: none;
    }
    #nm-search-suggestions-product-list li {
        width: 100%;
    }
    #nm-search-suggestions-product-list li:not(:last-child) {
        padding-bottom: 8px;
        border-bottom: 1px solid var(--nm--color-border);
    }
    #nm-search-suggestions-product-list a {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    #nm-search-suggestions-product-list i {
        width: 60px;
    }
    #nm-search-suggestions-product-list strong {
        margin-top: 0;
    }
}


/* #Mobile menu
--------------------------------------------------------------- */

.nm-mobile-menu-holder {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
    width: 1px;
	height: 1px;
    overflow: hidden;
}
.header-fixed .nm-mobile-menu-holder {
    position: fixed;
}
.mobile-menu-closing .nm-mobile-menu-holder,
.mobile-menu-open .nm-mobile-menu-holder {
    visibility: visible;
    pointer-events: all;
    z-index: 1001;
    width: 100%;
	height: 100%;
}

/* Overlay */
.nm-page-overlay.nm-mobile-menu-overlay {
	display: none;
    position: absolute;
}
.header-fixed .nm-page-overlay.nm-mobile-menu-overlay {
    display: block;
}
.mobile-menu-closing .nm-page-overlay.nm-mobile-menu-overlay,
.mobile-menu-open .nm-page-overlay.nm-mobile-menu-overlay {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.mobile-menu-closing .nm-page-overlay.nm-mobile-menu-overlay {
	opacity: 0;
}

#nm-mobile-menu {
	position: absolute;
    top: -100%;
	left: 0;
	/*z-index: -1;*/
    z-index: 1001;
	width: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translate3d(0, -150px, 0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: var(--nm--mobile-menu-color-background);
}
.header-fixed #nm-mobile-menu {
	position: fixed;
}
.top-bar-mobile-rc:not(.header-on-scroll) #nm-mobile-menu,
.top-bar-mobile-lc:not(.header-on-scroll) #nm-mobile-menu {
    padding-top: 38px;
}
.mobile-menu-open #nm-mobile-menu {
    top: 0;
    opacity: 1;
    z-index: 1001;
    transform: translate3d(0, 0, 0);
}
.header-fixed #nm-mobile-menu .nm-mobile-menu-scroll { /* Scroll only needed when the mobile-menu (and header) is fixed */
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#nm-mobile-menu .nm-mobile-menu-content {
    padding: 0 0 32px;
}
.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
    border-top: 1px solid #eee;
}

/* Mobile menu: Menus */
#nm-mobile-menu .menu .menu-item {
	position: relative;
    border-bottom: 1px solid var(--nm--mobile-menu-color-border);
}
#nm-mobile-menu .menu .menu-item.menu-item-has-children {
    overflow: hidden;
	cursor: pointer;
}
#nm-mobile-menu .menu a {
	display: inline-block;
	line-height: 2;
	color: var(--nm--mobile-menu-color-font);
	padding: 6px 0;
	white-space: nowrap;
}
#nm-mobile-menu .menu .menu-item .nm-menu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    display: none;
    font-family: 'nm-font';
    font-size: 15px;
    font-weight: normal;
    color: var(--nm--mobile-menu-color-font);
    padding-left: 10px;
}
#nm-mobile-menu .menu .menu-item .nm-menu-toggle:before {
    display: block;
    content: "\e91f";
    transition: transform 0.2s ease;
}
#nm-mobile-menu .menu .menu-item.active > .nm-menu-toggle:before {
    transform: rotate(180deg);
}
#nm-mobile-menu .menu .menu-item.menu-item-has-children > .nm-menu-toggle {
	display: inline-block;
}

/* Mobile menu: Menus - Label */
#nm-mobile-menu .menu a .label {
	position: relative;
	top: -10px;
	/*font-size: 10px;*/
    font-size: 0.563rem;
	color: #282828;
	padding-left: 2px;
	text-transform: uppercase;
}
#nm-mobile-menu .menu a .label.bubble {
	color: #fff !important;
	margin-left: 1px;
    padding: 1px 4px;
    border-radius: 3px;
    background: #282828;
}

/* Mobile menu: Sub menus */
#nm-mobile-menu .sub-menu {
    pointer-events: none;
    position: absolute;
    left: -1000em;
    z-index: -1;
    visibility: hidden;
    height: 0;
    overflow: hidden;
	/*padding: 16px 0 13px;
    border-top: 1px solid var(--nm--mobile-menu-color-border);*/
    padding: 0 0 18px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.2s ease;
}
/*#nm-mobile-menu .sub-menu.open {*/
#nm-mobile-menu .menu .menu-item.active > .sub-menu {
    pointer-events: all;
    position: static;
    left: auto;
    z-index: auto;
    visibility: visible;
    height: auto;
    opacity: 1;
    transform: translateY(0px);
}
#nm-mobile-menu .sub-menu .sub-menu {
	padding: 8px 0;
    border-top: 0 none;
}
#nm-mobile-menu .sub-menu .menu-item {
	cursor: default;
    border-bottom: 0 none;
}
#nm-mobile-menu .sub-menu .menu-item.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu .sub-menu a {
    padding: 0 0 3px;
    /*text-indent: 15px;*/
}
#nm-mobile-menu .sub-menu .sub-menu a {
    text-indent: 15px;
}
#nm-mobile-menu .sub-menu .sub-menu .sub-menu a {
    text-indent: 30px;
}
#nm-mobile-menu .sub-menu .menu-item .nm-menu-toggle {
    font-size: 13px;
    top: 2px;
}

/* Mobile menu: Sub menus - Thumbnails */
#nm-mobile-menu .menu .mobile-thumbnail-menu > .sub-menu {
    /*padding: 28px 0 0;*/
    padding: 10px 0 0;
	overflow: hidden;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
	float: left;
	width: 20%;
	margin-bottom: 19px;
    text-align: center;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
    clear: both;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu ul li a {
	line-height: 1.3;
    white-space: normal;
    padding: 0;
}
#nm-mobile-menu .sub-menu .menu-item img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 30px;
    vertical-align: middle;
	margin-right: 8px;
}
#nm-mobile-menu .menu .mobile-thumbnail-menu li img {
	display: block;
	width: auto;
	max-height: 54px;
	height: auto;
	margin: 0 auto 17px;
}
@media all and (max-width: 550px) {
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
        width: 33.33333%;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: both;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
        clear: none;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu li img {
        margin-bottom: 11px;
    }
}
@media all and (max-width: 370px) {
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
        width: 50%;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(2n+1) {
        clear: both;
    }
    #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: none;
    }
}

/* Mobile menu: Top menu */
#nm-mobile-menu-top-ul {
    padding-top: 15px;
}
/* Mobile menu: Top menu - Search */
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search {
    padding: 6px 0;
    border-bottom-color: #e1e1e1;
}
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search form {
    position: relative;
}
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search input {
	font-size: 18px;
	line-height: 2;
	color: #707070;
	width: 100%;
    padding: 0 0 0 28px;
	border: 0 none;
    background: transparent;
}
#nm-mobile-menu-top-ul .nm-mobile-menu-item-search span {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 17px;
    color: #707070;
    opacity: 0.5;
}

/* Mobile menu: Main menu */
#nm-mobile-menu-main-ul {
    padding-top: 17px;
}

/* Mobile menu: Secondary menu */
#nm-mobile-menu-secondary-ul {
    padding-top: 17px;
}
/* Mobile menu: Secondary menu - Cart */
/*.header-mobile-default #nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart,
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart {
	display: none;
}
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart > a {
    display: block;
}
#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart .count {
	position: absolute;
    right: 0;
    top: 6px;
}*/

/* Mobile menu: Social icons */
.nm-mobile-menu-social-ul {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 10px;
    padding-top: 34px;
}
.nm-mobile-menu-social-ul li a {
    font-size: 18px;
    color: inherit;
}

@media all and (max-width: 400px) {
    /* Mobile menu: Top menu - Search */
    #nm-mobile-menu-top-ul .nm-mobile-menu-item-search input {
        padding-left: 24px;
    }
    #nm-mobile-menu-top-ul .nm-mobile-menu-item-search span {
        font-size: 16px;
    }
    
	/* Mobile menu: Secondary menu - Cart */
	#nm-mobile-menu-secondary-ul .nm-mobile-menu-item-cart {
		display: block;
	}
}


/* #Mobile menu: Side layout
--------------------------------------------------------------- */

.mobile-menu-layout-side .nm-mobile-menu-holder {
	position: fixed;
}

/* Overlay */
.mobile-menu-layout-side .nm-page-overlay.nm-mobile-menu-overlay {
	display: block;
}

.mobile-menu-layout-side.mobile-menu-closing .nm-mobile-menu-holder,
.mobile-menu-layout-side.mobile-menu-open .nm-mobile-menu-holder {
	z-index: 1020;
}

.mobile-menu-layout-side.mobile-menu-open #nm-mobile-menu,
.mobile-menu-layout-side #nm-mobile-menu {
    top: 0;
    z-index: 1020;
    opacity: 1;
}
.mobile-menu-layout-side #nm-mobile-menu {
	position: absolute;
	left: 0;
    display: flex;
    flex-direction: column;
	width: calc(100% - calc(var(--nm--page-column-spacing) + 5px));
    max-width: 410px;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.25s ease;
}
.mobile-menu-layout-side.mobile-menu-open #nm-mobile-menu {
    transform: translate3d(0, 0, 0);
}
.mobile-menu-layout-side.top-bar-mobile-rc:not(.header-on-scroll) #nm-mobile-menu,
.mobile-menu-layout-side.top-bar-mobile-lc:not(.header-on-scroll) #nm-mobile-menu {
    padding-top: 0;
}
.mobile-menu-layout-side #nm-mobile-menu .nm-mobile-menu-scroll {
	height: 100%;
    max-height: none !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	overflow-y: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu-layout-side #nm-mobile-menu .nm-mobile-menu-content {
	height: 100%;
    padding: 0;
}
.mobile-menu-layout-side.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
	border-top: 0 none;
}
.mobile-menu-layout-side #nm-mobile-menu .nm-mobile-menu-content > .nm-row {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Mobile menu - Side: Header */
.nm-mobile-menu-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--nm--mobile-menu-color-border);
}
.nm-mobile-menu-header a {
    color: var(--nm--mobile-menu-color-font);
}
.no-touch .nm-mobile-menu-header a:hover {
    color: var(--nm--mobile-menu-color-font-hover);
}
#nm-mobile-menu-close-button {
    display: block;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
#nm-mobile-menu-account-btn i {
    display: none;
    line-height: 1;
    margin-right: 4px;
}

/* Mobile menu - Side: Overlay */
.mobile-menu-layout-side .nm-page-overlay.nm-mobile-menu-overlay {
	z-index: 1010;
}

/* Mobile menu - Side: Menus */
.mobile-menu-layout-side #nm-mobile-menu .menu .menu-item:last-child {
    border-bottom: 0 none;
}
.mobile-menu-layout-side #nm-mobile-menu .menu a {
	line-height: 1.4;
    white-space: normal;
}
.mobile-menu-layout-side #nm-mobile-menu .menu .menu-item .nm-menu-toggle {
    top: 7px;
    right: 3px;
}
.mobile-menu-layout-side:not(.mobile-menu-panels) #nm-mobile-menu .sub-menu .menu-item .nm-menu-toggle,
.mobile-menu-layout-side #nm-mobile-menu .sub-menu .sub-menu .menu-item .nm-menu-toggle {
    top: 2px;
}

/* Mobile menu - Side: Main menu */
.mobile-menu-layout-side .nm-mobile-menu-main {
    flex-grow: 1;
	flex-shrink: 0;
}
.mobile-menu-layout-side #nm-mobile-menu-main-ul {
    padding-top: 0;
}
.mobile-menu-layout-side #nm-mobile-menu .menu a {
	padding: 10px 0;
}

/* Mobile menu - Side: Secondary menu */
.mobile-menu-layout-side .nm-mobile-menu-secondary {
    flex-shrink: 0;
}
.mobile-menu-layout-side #nm-mobile-menu-secondary-ul {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 4px;
    padding: 16px 0 24px;
}
.mobile-menu-layout-side #nm-mobile-menu-secondary-ul.menu .menu-item {
    border-bottom: 0 none;
}
.mobile-menu-layout-side #nm-mobile-menu-secondary-ul.menu .menu-item a {
	font-size: inherit;
    line-height: 1.4;
	padding: 0;
}

/* Mobile menu - Side: Sub menus */
.mobile-menu-layout-side #nm-mobile-menu .sub-menu a {
	font-size: inherit;
	padding: 1px 0;
}

/* Mobile menu - Side: Social icons */
.mobile-menu-layout-side .nm-mobile-menu-social-ul {
	line-height: 1;
	padding: 15px 0 30px;
	border-top: 1px solid var(--nm--mobile-menu-color-border);
}

@media (max-width: 768px) {
    .nm-mobile-menu-header,
    .mobile-menu-layout-side #nm-mobile-menu .nm-mobile-menu-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 550px) {
    .mobile-menu-layout-side #nm-mobile-menu {
        /*max-width: 370px;*/
        max-width: min(320px, 90%);
    }
    .nm-mobile-menu-header,
    .mobile-menu-layout-side #nm-mobile-menu .nm-mobile-menu-content {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Mobile menu - Side: Sub menus - Thumbnails */
@media (min-width: 551px) {
    .mobile-menu-layout-side #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
        width: 33.33333%;
    }
    .mobile-menu-layout-side #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: both;
    }
    .mobile-menu-layout-side #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
        clear: none;
    }
}


/* #Mobile menu: Side layout - Panels
--------------------------------------------------------------- */

.mobile-menu-panels .nm-mobile-menu-header-inner {
	flex-direction: row-reverse;
}
.mobile-menu-panels #nm-mobile-menu-close-button {
	z-index: 100;
}

/* Mobile menu - Panels: Header */
#nm-mobile-menu .sub-menu .nm-mobile-sub-menu-header {
    display: none;
	margin: 0 30px;
    padding: 20px 0;
	border-bottom: 1px solid var(--nm--mobile-menu-color-border);
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu .sub-menu .nm-mobile-sub-menu-header {
    display: block;
}
#nm-mobile-menu .sub-menu .nm-mobile-sub-menu-header a {
    position: relative;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    border: 0 none;
    cursor: pointer;
}
#nm-mobile-menu .sub-menu .nm-mobile-sub-menu-header a i {
	position: absolute;
    top: 7px;
	left: 0;
    line-height: 1;
	transform: rotate(-90deg);
}

/* Mobile menu - Panels: Main menu */
.mobile-menu-layout-side.mobile-menu-panels .nm-mobile-menu-main,
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item.active {
    position: static;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item.active > .nm-menu-toggle {
    display: none;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item.active {
    cursor: auto;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .nm-menu-toggle:before {
    transform: rotate(-90deg);
}

/* Mobile menu - Panels: Sub menus */
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu .sub-menu .sub-menu a {
	text-indent: 0;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu .sub-menu .sub-menu .sub-menu a {
	text-indent: 15px;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
	width: 100%;
    height: 100%;
    padding: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease-out;
    background: var(--nm--mobile-menu-color-background);
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item.active > .sub-menu {
    transform: translate3d(0%, 0, 0);
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item.hide-panel > .sub-menu {
    transform: translate3d(100%, 0, 0);
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul {
    padding: 0 30px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item {
    border-bottom: 1px solid var(--nm--mobile-menu-color-border);
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item:last-child {
    border-bottom: 0 none;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item > a {
    font-size: 18px;
	padding: 10px 0;
	white-space: normal;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item > .nm-menu-toggle {
    font-size: 15px;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item > .sub-menu {
    padding: 2px 0 18px;
}

/* Mobile menu - Panels: Sub menus - Thumbnails */
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu .menu .mobile-thumbnail-menu ul > li {
    float: none;
    width: auto;
    margin-bottom: 0;
    text-align: start;
}
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul > .menu-item > a > img,
.mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu .menu .mobile-thumbnail-menu li img {
	display: inline-block;
	width: auto;
    height: auto;
    max-height: 30px;
	margin: 3px 15px 3px 0;
	vertical-align: middle;
}

@media (max-width: 550px) {
    /* Mobile menu - Panels: Header */
    #nm-mobile-menu .sub-menu .nm-mobile-sub-menu-header {
        margin-left: 21px;
        margin-right: 21px;
    }
    
    /* Mobile menu - Panels: Sub menus */
    .mobile-menu-layout-side.mobile-menu-panels #nm-mobile-menu-main-ul > .menu-item > .sub-menu .nm-mobile-sub-menu-ul {
        padding-left: 21px;
        padding-right: 21px;
    }
}


/* #Cart panel
--------------------------------------------------------------- */

.nm-cart-panel-holder {
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
	left: 0;
	z-index: -1;
    width: 1px;
	height: 1px;
	z-index: 1020;
    overflow: hidden;
}
.cart-panel-closing .nm-cart-panel-holder,
.cart-panel-open .nm-cart-panel-holder {
    visibility: visible;
    pointer-events: all;
	z-index: 1020;
    width: 100%;
	height: 100%;
}

/* Overlay */
.nm-page-overlay.nm-cart-panel-overlay {
	position: absolute;
}
.cart-panel-closing .nm-page-overlay.nm-cart-panel-overlay,
.cart-panel-open .nm-page-overlay.nm-cart-panel-overlay {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.cart-panel-closing .nm-page-overlay.nm-cart-panel-overlay {
	opacity: 0;
}

#nm-cart-panel {
	/*position: fixed;*/
    position: absolute;
    top: 0;
    left: 100%;
	z-index: 1020;
	display: flex;
    flex-direction: column;
    line-height: 1.2;
    width: calc(100% - calc(var(--nm--page-column-spacing) + 5px));
    max-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;
}
.touch-orientation-change #nm-cart-panel {
    visibility: hidden;
}
.cart-panel-open #nm-cart-panel {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
}
/*.nm-cart-panel-inner {
    width: auto;
    height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}
.touch .nm-cart-panel-inner {
	-webkit-overflow-scrolling: touch;
}*/
/*.touch .nm-cart-panel-inner::-webkit-scrollbar { /* Hide scrollbar in webKit browsers */
	/*-webkit-appearance: none;
	width: 0 !important;
}*/

/* Header */
.nm-cart-panel-header {
    position: relative;
    z-index: 106;
    font-size: 16px;
	line-height: 1;
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.nm-cart-panel-header-inner {
    position: relative;
    height: 79px;
    /*overflow: hidden;*/
    border-bottom: 1px solid #e3e3e3;
}
/* Header: Cart title */
.nm-cart-panel-title {
    /*display: none;*/
    opacity: 0.5;
}
/*.nm-cart-panel-title .count:before {
    display: inline;
    content: "(";
}
.nm-cart-panel-title .count:after {
    display: inline;
    content: ")";
}*/
/* Header: Close button */
#nm-cart-panel-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #282828;
    padding-top: 32px;
    /*overflow: hidden;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
.nm-cart-panel-close-title {
    margin-left: auto;
}
.nm-cart-panel-close-title i {
    font-size: 20px;
    line-height: 1;
}

/* Cart panel: Container */
#nm-cart-panel .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

/* Cart panel: Cart list */
.nm-cart-panel-list-wrap {
    flex: 1;
    padding: 18px 37px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}
#nm-cart-panel .product_list_widget {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px 0;
    color: #282828;
    padding: 0;
}
#nm-cart-panel .product_list_widget > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 14px 0 0;
    border-top: 1px solid #e3e3e3;
}
/*.nm-shop-preloader-placeholders #nm-cart-panel .product_list_widget > li:nth-last-child(3),
#nm-cart-panel .product_list_widget > li:nth-last-child(2) {
    border-bottom-color: transparent !important;
}*/
#nm-cart-panel .product_list_widget > li:first-child {
    padding-top: 0;
    border-top: 0 none;
}
#nm-cart-panel .product_list_widget li a {
    display: block;
    color: #282828;
}
/* Cart panel: Cart list - Block overlay */
#nm-cart-panel .product_list_widget .blockOverlay {
    height: 100% !important;
    opacity: 1 !important;
    margin: 0 !important;
    background: rgba(255,255,255, 0.82) !important;
}
.cart-panel-dark #nm-cart-panel .product_list_widget .blockOverlay {
    background: rgba(51,51,51, 0.82) !important;
}
/* Cart panel: Cart list - Loader */
/*.nm-cart-item-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: auto;
    opacity: 0;
    background: #fff;
    transition: opacity 0.2s ease;
}*/
/* Cart panel: Cart list - "Remove" button */
#nm-cart-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;
}
#nm-cart-panel .product_list_widget .woocommerce-mini-cart-item:first-child .remove {
    top: -7px;
}
.no-touch #nm-cart-panel .product_list_widget .remove:hover {
    opacity: 1;
}
/* Cart panel: Cart list - Thumbnail */
.nm-cart-panel-item-thumbnail {
	align-self: flex-start;
    width: 60px;
}
.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%;
    border-radius: var(--nm--border-radius-image);
    background: rgba(255, 255, 255, 0.82);
}
.loading .nm-cart-panel-thumbnail-loader {
    display: block;
}
#nm-cart-panel .product_list_widget li img {
    position: static;
    width: 100%;
    max-width: 102px;
    height: auto;
    border-radius: min(5px, var(--nm--border-radius-image));
}
/* Cart panel: Cart list - Details */
.nm-cart-panel-item-details {
    flex: 1;
}
.nm-cart-panel-item-details > *:not(:last-child) {
    margin-bottom: 4px;
}
/* Cart panel: Cart list - Details - Title */
.nm-cart-panel-product-title {
    font-size: 16px;
    line-height: 22px;
    margin-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-cart-panel .nm-cart-panel-quantity-pricing {
    line-height: 22px;
    width: 100%;
    overflow: hidden;
}
/* Cart panel: Cart list - Details - Variations */
#nm-cart-panel .variation {
    display: inline-block;
    line-height: inherit;
    margin: 0 0 4px;
}
#nm-cart-panel .variation li:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Quantity */
#nm-cart-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
#nm-cart-panel .product-quantity {
    float: left;
    font-size: 16px;
}
#nm-cart-panel .nm-quantity-wrap {
    width: auto;
    border: 0 none;
    overflow: visible;
}
/*#nm-cart-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
    display: inline-block;
}*/
#nm-cart-panel .nm-quantity-wrap .quantity {
    display: inline-block;
    /*margin-left: -7px;*/
    margin-left: -14px;
}
.cart-panel-qty-throttle .woocommerce-mini-cart-item.loading .quantity { /* Prevent quantity change when "throttle" is enabled via filter-hook */
    pointer-events: none;
    opacity: 0.5;
}
#nm-cart-panel .quantity .nm-qty-minus,
#nm-cart-panel .quantity .nm-qty-plus,
#nm-cart-panel .quantity .qty {
    line-height: inherit;
    height: auto;
}
#nm-cart-panel .quantity .nm-qty-minus,
#nm-cart-panel .quantity .nm-qty-plus {
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    vertical-align: top;
    transition: color 0.2s ease;
}
#nm-cart-panel .quantity .nm-qty-minus {
    text-align: right;
}
#nm-cart-panel .quantity .nm-qty-plus {
    text-align: left;
}
#nm-cart-panel .quantity .qty {
    font-size: 16px;
    width: 20px;    
}
/* Cart panel: Cart list - Details - Price */
#nm-cart-panel .nm-cart-panel-item-price {
    float: right;
}
#nm-cart-panel .nm-cart-panel-item-price .amount {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}
#nm-cart-panel .nm-cart-panel-item-price .tax_label {
    display: none;
}

/* Cart panel: Summary */
.nm-cart-panel-summary {
    position: relative;
    z-index: 100;
    color: #282828;
    width: 100%;
    padding: 0 37px 37px;
    box-shadow: 0 0 18px 18px #fff;
}
#nm-cart-panel .total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid #e3e3e3;
}
#nm-cart-panel .total strong {
    font-weight: inherit;
}
#nm-cart-panel .buttons {
    margin-bottom: 0;
}
#nm-cart-panel .buttons a:first-child {
    color: inherit;
    opacity: 1;
    border: 1px solid #aaa;
    transition: border .2s ease;
    background: none;
}
.no-touch #nm-cart-panel .buttons a:first-child:hover {
    border-color: #282828;
}
#nm-cart-panel .buttons .button {
    display: inline-block;
    width: 48%;
    padding: 12px;
}
#nm-cart-panel .buttons .button.checkout {
    float: right;
    padding: 13px;
}
/* Cart panel: Summary - Cart empty */
#nm-cart-panel .nm-cart-panel-empty + .nm-cart-panel-summary .total,
#nm-cart-panel .nm-cart-panel-empty + .nm-cart-panel-summary .buttons {
    display: none;
}
/* Cart panel: Summary - Cart empty button */
#nm-cart-panel .buttons.nm-cart-empty-button {
    display: none;
}
.no-touch #nm-cart-panel .buttons.nm-cart-empty-button {
    padding-bottom: 9px;
}
#nm-cart-panel .nm-cart-panel-empty + .nm-cart-panel-summary .buttons.nm-cart-empty-button {
    display: block;
}
#nm-cart-panel .buttons.nm-cart-empty-button .button {
    display: block;
    width: 100%;
}

/* Cart panel: Empty */
#nm-cart-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-cart-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
    border-top-color: transparent;
}
#nm-cart-panel .product_list_widget .empty i {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1;
	width: 56px;
	height: 56px;
	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;
}
.cart-panel-open #nm-cart-panel .product_list_widget .empty i {
    opacity: 1;
    transform: translateY(0);
}

/* Cart panel: Preloading - Spinner */
#nm-cart-panel-loader {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 105;
	width: 1px;
	height: 1px;
	opacity: 1;
	background: #fff;
}
#nm-cart-panel.loading #nm-cart-panel-loader {
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 79px;
    padding-left: 37px;
}
#nm-cart-panel-loader .nm-loader {
	display: block;
    position: relative;
	font-size: 16px;
    line-height: 1.6;
	color: #282828;
	margin-top: 21px;
    padding-left: 24px;
}
#nm-cart-panel-loader .nm-loader:after {
	top: 4px;
	right: auto;
	left: 0;
	margin: 0;
}

/* Cart panel: Preloading - Placeholders */
#nm-cart-panel {
    --nm--cart-panel-preloader-color: #eee;
    --nm--cart-panel-preloader-gradient: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 70%);
}
.cart-panel-dark #nm-cart-panel {
    --nm--cart-panel-preloader-color: #555;
    --nm--cart-panel-preloader-gradient: linear-gradient(90deg, rgba(51,51,51,0) 30%, rgba(51,51,51,0.6) 50%, rgba(51,51,51,0) 70%);
}
.nm-shop-preloader-placeholders #nm-cart-panel-loader {
    cursor: progress;
    background: none !important;
}
.nm-shop-preloader-placeholders #nm-cart-panel-loader .nm-loader {
	display: none;
}
#nm-cart-panel:not(.loading) .nm-cart-panel-empty .product_list_widget .nm-cart-panel-item-placeholder,
#nm-cart-panel .product_list_widget .nm-cart-panel-item-placeholder:not(:first-child) {
    display: none;
}
.nm-shop-preloader-placeholders #nm-cart-panel.loading .product_list_widget > li:before {
    visibility: visible;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: block;
    content: " ";
    opacity: 1;
    border-color: transparent;
    box-shadow: none;
    animation: nmShopPreloading 1.5s infinite;
    background-image: var(--nm--cart-panel-preloader-gradient);
    background-color: transparent;
}
.nm-shop-preloader-placeholders #nm-cart-panel.loading .nm-cart-panel-list-wrap * {
    visibility: hidden;
}
.nm-shop-preloader-placeholders #nm-cart-panel .nm-cart-panel-item-price,
.nm-shop-preloader-placeholders #nm-cart-panel .nm-cart-panel-quantity-pricing > .quantity,
.nm-shop-preloader-placeholders #nm-cart-panel .product-quantity,
.nm-shop-preloader-placeholders #nm-cart-panel .variation,
.nm-shop-preloader-placeholders #nm-cart-panel .nm-cart-panel-product-title,
.nm-shop-preloader-placeholders #nm-cart-panel .nm-cart-panel-thumbnail-wrap {
    position: relative;
}
.nm-shop-preloader-placeholders #nm-cart-panel.loading .nm-cart-panel-item-price:before,
.nm-shop-preloader-placeholders #nm-cart-panel.loading .nm-cart-panel-quantity-pricing > .quantity:before,
.nm-shop-preloader-placeholders #nm-cart-panel.loading .product-quantity:before,
.nm-shop-preloader-placeholders #nm-cart-panel.loading .variation:before,
.nm-shop-preloader-placeholders #nm-cart-panel.loading .nm-cart-panel-product-title:before,
.nm-shop-preloader-placeholders #nm-cart-panel.loading .nm-cart-panel-thumbnail-wrap:before {
    visibility: visible;
    position: absolute;
	top: 2px;
	right: 0;
	bottom: 2px;
	left: 0;
	z-index: 100;
	display: block;
	content: " ";
    border-radius: min(5px, var(--nm--border-radius-image));
    transition: all 350ms ease;
	background: var(--nm--cart-panel-preloader-color);
}

/* Color scheme: Dark */
.cart-panel-dark #nm-cart-panel-loader,
.cart-panel-dark #nm-cart-panel {
    background: #333;
}
.cart-panel-dark #nm-cart-panel,
.cart-panel-dark #nm-cart-panel .product_list_widget,
.cart-panel-dark #nm-cart-panel .product_list_widget .remove,
.cart-panel-dark #nm-cart-panel .variation,
.cart-panel-dark #nm-cart-panel ul.variation li > div:first-child,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .qty {
    color: #a5a5a5;
}
.cart-panel-dark #nm-cart-panel-loader .nm-loader,
.cart-panel-dark #nm-cart-panel-close,
.cart-panel-dark #nm-cart-panel .product_list_widget .empty,
.no-touch .cart-panel-dark #nm-cart-panel .product_list_widget .remove:hover,
.cart-panel-dark #nm-cart-panel .nm-cart-panel-item-price .amount,
.no-touch .cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-minus:hover,
.no-touch .cart-panel-dark #nm-cart-panel .nm-quantity-wrap .quantity .nm-qty-plus:hover,
.cart-panel-dark #nm-cart-panel .buttons a:first-child,
.cart-panel-dark #nm-cart-panel .product_list_widget li a,
.cart-panel-dark .nm-cart-panel-summary {
    color: #eee;
}
.cart-panel-dark #nm-cart-panel .product_list_widget .empty i {
    background-color: #414141;
}
.cart-panel-dark #nm-cart-panel .product_list_widget .remove {
    opacity: 1;
}
.cart-panel-dark .nm-cart-panel-header-inner,
.cart-panel-dark #nm-cart-panel .product_list_widget > li,
.cart-panel-dark #nm-cart-panel .total {
    border-color: #464646;
}
.cart-panel-dark #nm-cart-panel .buttons .button.border,
.cart-panel-dark #nm-cart-panel .buttons a:first-child {
    border-color: #5f5f5f;
}
.no-touch .cart-panel-dark #nm-cart-panel .buttons a:first-child:hover {
    border-color: #777;
}
.cart-panel-dark .nm-cart-panel-thumbnail-loader {
    background: rgba(255, 255, 255, 0.82);
}
.cart-panel-dark .nm-cart-panel-summary {
    box-shadow: 0 0 18px 18px #333;
}
.cart-panel-dark #nm-cart-panel-loader .nm-loader:after {
    border-color: var(--nm--spinner-border-color-light);
}

@media all and (max-width: 2100px) {
    #nm-cart-panel {
		max-width: 410px;
	}
    
	/* Cart panel: Summary */
    #nm-cart-panel .buttons .button {
        display: block;
        width: 100%;
    }
    #nm-cart-panel .buttons .button.checkout {
        float: none;
        margin-top: 12px;
        padding: 14px;
    }
}
@media all and (max-width: 991px) {
    /* Header */
    .nm-cart-panel-header-inner {
        height: 70px;
    }
    
    /* Header: Close button */
    #nm-cart-panel-close {
        padding-top: 28px;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel.loading #nm-cart-panel-loader {
        padding-top: 70px;
    }
}
@media all and (max-width: 550px) {
	#nm-cart-panel {
		/*max-width: 370px;*/
        max-width: min(340px, 90%);
	}
    
    /* Header */
    .nm-cart-panel-header {        
        padding-right: 21px;
        padding-left: 21px;
    }
    /* Header: Cart title */
    .nm-cart-panel-title {
        display: inline-block;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel.loading #nm-cart-panel-loader {
        padding-left: 21px;
    }
    
    /* Cart panel: Cart list */
    .nm-cart-panel-list-wrap {
        padding-right: 21px;
        padding-left: 21px;
    }
    #nm-cart-panel .product_list_widget > li {
        gap: 15px;
    }
	
	/* Cart panel: Summary */
    .nm-cart-panel-summary {
        padding-right: 21px;
        padding-left: 21px;
        padding-bottom: 21px;
    }
}
@media all and (max-width: 385px) {
	/*#nm-cart-panel {
        width: 100%;
	}*/
    
    /* Cart panel: Cart list - Thumbnail */
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-cart-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
        display: none;
    }
    #nm-cart-panel .nm-quantity-wrap .quantity {
        margin-left: -14px;
    }
}


/* #Pagination
--------------------------------------------------------------- */

.nm-pagination {
	overflow: hidden;
}
.nm-pagination.nm-infload {
	display: none;
}
.page-numbers {
	width: 100%;
	overflow: hidden;
}
.page-numbers li {
	float: left;
}
.page-numbers li a,
.page-numbers li span {
	font-size: 16px;
	color: inherit;
	padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
	padding-left: 0;
}
.page-numbers li a:hover,
.page-numbers li span.current {
    color: #dc9814;
}


/* #Blog
--------------------------------------------------------------- */

.nm-blog-wrap {
    padding-bottom: 64px;
}
.nm-blog.nm-blog-categories-disabled {
    padding-top: 46px;
}

#nm-blog-list.nm-search-results > div,
#nm-blog-list > .post {
    -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
#nm-blog-list.nm-search-results > div.fade-out,
#nm-blog-list > .post.fade-out {
    opacity: 0;
}

/* Image border radius */
.nm-blog img {
    border-radius: var(--nm--border-radius-image);
}

/* Heading */
.nm-blog-heading {
	padding-top: 46px;
    padding-bottom: 46px;
}
.nm-blog-heading h1 {
	font-size: 18px;
	line-height: 1.4;
	color: inherit;
}
.nm-blog-heading h1 strong {
	font-weight: inherit;
	color: #282828;
}

/* Sticky post */
.nm-blog .sticky .nm-post-thumbnail:before,
.nm-blog .category-sticky .nm-post-thumbnail:before {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 100;
	content: "*";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 1;
	color: #dc9814;
}

/* Categories */
.nm-blog-categories-wrap {
    padding-top: 46px;
    padding-bottom: 46px;
}

/* Categories: Toggle link */
.nm-blog-categories-toggle {
	display: none;
}
.nm-blog-categories-toggle li a {
	font-size: 18px;
	color: #888;
}
.nm-blog-categories-toggle li a.active,
.nm-blog-categories-toggle li a:hover {
	color: #282828;
}
.nm-blog-categories-toggle li .count {
    font-size: 14px;
    font-style: normal;
	color: #c0c0c0;
	vertical-align: top;
    padding-left: 1px;
}

/* Categories: List */
.nm-blog-categories-list li {
	display: inline-block;
	vertical-align: middle;
}
.nm-blog-categories-list li a {
	font-size: 18px;
	line-height: 2;
	color: inherit;
	margin: 0 17px;
}
.nm-blog-categories-list li a:hover {
	color: #dc9814;
}
.nm-blog-categories-list li:first-child a {
	margin-left: 0;
}
.nm-blog-categories-list li:last-child a {
	margin-right: 0;
}
.nm-blog-categories-list li.current-cat a {
	color: #dc9814;
}
.nm-blog-categories-list li span {
	color: #ccc;
}

/* Categories: List (no separator) */
.nm-blog-categories-list.list_nosep li a {
	margin: 0 19px 0 0;
}
.nm-blog-categories-list.list_nosep li.current-cat a {
	padding-bottom: 0;
}
.nm-blog-categories-list.list_nosep li span {
	display: none;
}

/* Categories: Columns */
.nm-blog-categories-list.columns {
	overflow: hidden;
}
.nm-blog-categories-list.columns li {
	display: block;
	float: left;
	padding-right: 17px;
	padding-bottom: 0;
}
.nm-blog-categories-list.columns li a {
	font-size: 16px;
	margin: 0;
}
.nm-blog-categories-list.columns li.current-cat a {
	padding-bottom: 1px;
}
.nm-blog-categories-list.columns li span {
	display: none;
}

/* Term (category/tag) description */
.nm-term-description {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 46px;
}

/* Meta */
.nm-post-meta {
	position: relative;
	color: #a0a0a0;
	padding-left: 40px;
}
.nm-post-meta:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: " ";
	width: 26px;
	height: 1px;
	background: #dadada;
}

/* Page links - wp_link_pages() */
.page-links {
	margin-top: 11px;
}

/* Pagination */
#nm-blog-pagination {
    position: relative;
    margin-top: 50px;
}
.nm-blog-prev,
.nm-blog-next {
	width: 100%;
	max-width: 250px;
	/*margin-bottom: 10px;*/
}
.nm-blog-prev {
	float: left;
}
.nm-blog-next {
	float: right;
}
#nm-blog-pagination a {
	display: block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}

/* Pagination: Infinite load */
#nm-blog-pagination.infinite-load {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#nm-blog-pagination.all-pages-loaded {
    display: none;
}
#nm-blog-infinite-load {
    text-align: center;
}
#nm-blog-infinite-load a {
	padding: 23px 0;
	border: 0 none;
}
#nm-blog-infinite-load a:hover {
	color: #888;
    background: none;
}
.loading #nm-blog-infinite-load a {
    opacity: 0;
}
#nm-blog-pagination.scroll-mode #nm-blog-infinite-load a {
	text-indent: -1000em;
	overflow: hidden;
}

/* Pagination: WP-PageNavi */
#nm-blog-pagination .wp-pagenavi span.pages {
    margin-right: 10px;
}
#nm-blog-pagination .wp-pagenavi a,
#nm-blog-pagination .wp-pagenavi span.current {
    display: inline;
    margin: 2px;
    padding: 10px;
}
#nm-blog-pagination .wp-pagenavi a.previouspostslink,
#nm-blog-pagination .wp-pagenavi a.nextpostslink,
#nm-blog-pagination .wp-pagenavi a.last {
    background-color: #f5f5f5;
}

/* Sidebar */
.nm-blog.sidebar-right .nm-sidebar {
    padding-left: 34px;
}
.nm-blog.sidebar-left .nm-sidebar {
	padding-right: 34px;
}
.nm-blog.sidebar-left .nm-blog-content-col {
	float: right;
}
.nm-blog.sidebar-left .nm-blog-sidebar-col {
	float: left;
}
.nm-blog .nm-sidebar .widget:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 24px;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
    .nm-blog-wrap {
        padding-bottom: 50px;
    }
    
    /* Heading */
    .nm-blog-heading {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    /* Categories */
	.nm-blog-categories-wrap {
        padding-top: 36px;
        padding-bottom: 36px;
	}
    
	/* Categories: Toggle link */
	.nm-blog-categories .toggle-1 .nm-blog-categories-toggle {
		display: block;
	}
	
	/* Categories: Common */
	.nm-blog-categories .toggle-1 ul.nm-blog-categories-list {
		display: none;
		padding-top: 16px;
	}
    
    /* Pagination */
    #nm-blog-pagination {
        margin-top: 40px;
    }
    .has-sidebar #nm-blog-pagination {
        margin-bottom: 64px;
    }
    
    /* Sidebar */
    .nm-blog .nm-sidebar {
        padding-top: 50px;
    }
    .nm-blog.sidebar-right .nm-sidebar {
		padding-left: 0;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 0;
	}
}
@media all and (max-width: 768px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 38px;
    }
	
	/* Term (category/tag) description */
	.nm-term-description {
		font-size: 16px;
	}
}
@media all and (max-width: 610px) {
	/* Pagination */
	.nm-blog-prev,
	.nm-blog-next {
		width: 48%;
		max-width: none;
	}	
}
@media all and (max-width: 550px) {
	/* Categories: List */
	.nm-blog-categories-list li span {
		display: none;
	}
	.nm-blog-categories-list li a {
		margin: 0 24px 0 0;
	}
	.nm-blog-categories-list li:last-child a {
		margin-right: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 3px;
	}
}
@media all and (max-width: 400px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 30px;
    }
    
    /* Heading */
    .nm-blog-heading {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    /* Categories */
	.nm-blog-categories-wrap {
		padding-top: 30px;
        padding-bottom: 30px;
	}
	
	/* Categories: List */
	.nm-blog-categories-list li {
		display: block;
	}
	.nm-blog-categories-list li:last-child {
		margin-bottom: 0;
	}
	.nm-blog-categories-list li a {
		font-size: 16px;
		margin: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	
	/* Categories: Columns */
	.nm-blog-categories-list.columns li {
		width: 100%;
	}
}


/* #Blog: Classic
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-classic {
    margin-bottom: 10px;
}

/* Title */
.nm-blog-classic .nm-post-title {
	font-size: 24px;
}
.nm-blog-classic .nm-post-title a {
	color: inherit;
}

/* Meta */
.nm-blog-classic .nm-post-meta {
    margin: 8px 0 0;
}

/* Thumbnail */
.nm-blog-classic .nm-post-thumbnail {
	position: relative;
	padding-bottom: 18px;
}
.nm-blog-classic .nm-post-thumbnail a {
	display: block;
    border-radius: var(--nm--border-radius-image);
}
.nm-blog-classic .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Content/Excerpt */
.nm-blog-classic .nm-post-content {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}
.nm-post-content-comments-link {
    padding-top: 37px;
}
.nm-post-content-comments-link a {
    color: #282828;
}
.nm-post-content-comments-link a i {
    position: relative;
    top: 2px;
}
.nm-post-content-comments-link a span {
    padding-left: 10px;
}

/* Divider */
.nm-blog-classic .nm-post-divider {
    height: 60px;
    background: none;
}
.nm-blog-classic .post:first-child .nm-post-divider {
    display: none;
}

@media (max-width: 991px) {
    #nm-blog-list.nm-blog-classic {
        margin-bottom: 0;
    }
    
    /* Divider */
    .nm-blog-classic .nm-post-divider {
        height: 50px;
    }
}
@media (max-width: 400px) {
	/* Title */
	.nm-blog-classic .nm-post-title {
		font-size: 20px;
	}
    
    /* Content/Excerpt */
    .nm-blog-classic .post .nm-post-content {
        font-size: inherit;
    }
    
    /* Divider */
    .nm-blog-classic .nm-post-divider {
        height: 36px;
    }
}


/* #Blog: Grid
--------------------------------------------------------------- */

.nm-blog-grid [class*="block-grid-"] {
	margin: 0 -1.6% -66px;
}
.nm-blog-grid [class*="block-grid-"] > li {
	padding: 0 1.6% 66px;
}

/* Thumbnail */
.nm-blog-grid .nm-post-thumbnail {
	position: relative;
	margin-bottom: 19px;
}
.nm-blog-grid .nm-post-thumbnail a {
	position: relative;
	display: block;
}
.nm-blog-grid .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Thumbnail overlay */
.nm-blog-grid .nm-post-thumbnail a:hover .nm-image-overlay {
	opacity: 1;
}

/* Meta */
.nm-blog-grid .nm-post-meta {
	margin-bottom: 14px;
}

/* Title */
.nm-blog-grid .nm-post-title {
	font-size: 22px;
	line-height: 1.2;
}
.nm-blog-grid .nm-post-title a {
	color: inherit;
}

/* Content/Excerpt */
.nm-blog-grid .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 14px;
}
.nm-blog-grid .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}
.nm-blog-grid .nm-post-content .nm-post-read-more {
	display: block;
	margin-top: 14px;
}
.nm-blog-grid .nm-post-content .nm-post-read-more i {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    vertical-align: text-bottom;
}

/* Media queries */
@media all and (max-width: 991px) {
    .nm-blog-grid [class*="block-grid-"] {
	   margin-bottom: -52px;
    }
	.nm-blog-grid [class*="block-grid-"] > li {
		padding-bottom: 52px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-grid .nm-post-title {
		font-size: 20px;	
	}
	
	/* Content/Excerpt */
	.nm-blog-grid .nm-post-content {
		font-size: 14px;
	}
}


/* #Blog: List
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-list {
    margin-bottom: 10px;
}
#nm-blog-list.nm-blog-list .post > .nm-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Title */
.nm-blog-list .nm-post-title {
	font-size: 24px;
}
.nm-blog-list .nm-post-title a {
	color: inherit;
}

/* Meta */
.nm-blog-list .nm-post-meta {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Thumbnail */
.nm-blog-list .nm-post-thumbnail {
	position: relative;
    padding-left: 2vw;
}
.nm-blog-list .nm-post-thumbnail a {
	display: block;
}
.nm-blog-list .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Content/Excerpt */
.nm-blog-list .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}
.nm-blog-list .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}
.nm-blog-list .nm-post-content .nm-post-read-more {
	display: block;
	margin-top: 14px;
}
.nm-blog-list .nm-post-content .nm-post-read-more i {
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	vertical-align: text-bottom;
}

/* Divider */
.nm-blog-list .nm-post-divider {
    height: 64px;
}
.nm-blog-list .post:first-child .nm-post-divider {
    display: none;
}

/* Media queries */
@media (max-width: 991px) {
    .nm-blog.has-sidebar #nm-blog-list.nm-blog-list {
        margin-bottom: 0;
    }
    #nm-blog-list.nm-blog-list .post > .nm-row {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        align-items: initial;
    }
    
	/* Columns */
	.nm-blog-list .nm-title-col,
	.nm-blog-list .nm-content-col,
	.nm-blog-list .nm-divider-col {
		float: none;
		width: auto;
	}
	
	/* Title */
	.nm-blog-list .nm-post-title {
        margin-top: 22px;
		padding-right: 0;
	}
	
    /* Thumbnail */
    .nm-blog-list .nm-post-thumbnail {
        padding-left: 0;
    }
    
	/* Divider */
	.nm-blog-list .nm-post-divider {
        height: 46px;
	}
    .nm-blog-list .post:first-child .nm-post-divider {
        display: block;
    }
    .nm-blog-list .post:last-child .nm-post-divider {
        display: none;
    }
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-list .nm-post-title {
		font-size: 22px;
	}
}


/* #Blog: No results
--------------------------------------------------------------- */

.nm-blog-no-results h1 {
	font-size: 18px;
}


/* #Blog: Single post
--------------------------------------------------------------- */

.nm-post-body {
    padding-top: 46px;
}
.nm-post-col {
	max-width: 833px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
.nm-post-header {
	padding-bottom: 36px;
}
.nm-post.nm-post-sidebar-none .nm-post-header {
    text-align: center;
}
.nm-post.nm-post-sidebar-left .nm-post-header .col {
	float: right;
}
.nm-post-header h1 {
	font-size: clamp(28px, 4.8vw, 32px);
	line-height: 1.2;
}

/* Header: Featured image */
.nm-post.nm-post-sidebar-none .nm-post-featured-image {
    width: calc(100% + 10vw);
    max-width: none;
    margin-left: -5vw;
    text-align: left;
}
.nm-post.has-featured-image .nm-post-featured-image {
    margin-bottom: 40px;
}
.nm-post-featured-image img {
    width: 100%;
    border-radius: inherit;
}

/* Blog: Single post - Featured image */
.nm-post-featured-image.aspect-ratio {
    position: relative;
    overflow: hidden;
}
@media (min-width: 894px) {
    .nm-post-featured-image.aspect-ratio {
        border-radius: var(--nm--border-radius-image);
    }
}
.nm-post-featured-image.aspect-ratio.ratio-1-1 {
    padding-bottom: 100%;
}
.nm-post-featured-image.aspect-ratio.ratio-3-2 {
    padding-bottom: 66.66%;
}
.nm-post-featured-image.aspect-ratio.ratio-4-3 {
    padding-bottom: 75%;
}
.nm-post-featured-image.aspect-ratio.ratio-16-9 {
    padding-bottom: 56.25%;
}
.nm-post-featured-image.aspect-ratio img {
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

/* Header: Meta */
.nm-single-post-meta-top {
	margin-top: 8px;
}
.nm-single-post-meta-top em {
    font-style: normal;
    text-transform: lowercase;
}
.nm-single-post-meta-top em a {
    text-transform: none;
}
.nm-single-post-meta-top a {
	color: inherit;
}

/* Body */
.nm-post-body .post {
	padding-bottom: 50px;
}

/* Body - Sidebar */
.nm-post .nm-sidebar {
	padding-left: 34px;
}
.nm-post.nm-post-sidebar-left .nm-sidebar {
	padding-right: 34px;
	padding-left: 0;
}
.nm-post-sidebar-left .nm-post-content-col {
	float: right;
}
.nm-post-sidebar-left .nm-post-sidebar-col {
	float: left;
}

/* Meta */
.nm-single-post-meta-wrap {
    line-height: 1.8;
    padding-bottom: 46px;
    overflow: hidden;
}
.nm-single-post-meta {
	float: left;
	width: 70%;
    padding-right: 7px;
}

/* Meta: Tags */
.nm-single-post-tags {
    padding-bottom: 15px;
	overflow: hidden;
}
.nm-single-post-tags.widget_tag_cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Meta: Categories */

/* Meta: Share */
.nm-post-share {
	float: right;
	width: 30%;
    padding-left: 7px;
	text-align: right;
}
.nm-post-share span {
    display: none;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: inherit;
	display: inline-block;
	margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a:last-child {
	margin-right: 0;
}
.nm-post-share a:hover {
	color: #282828;
}

/* Pagination */
.nm-post-pagination {
    line-height: 1.4;
    padding: 44px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.nm-post-pagination > .nm-row {
    max-width: none;
}
.nm-post-pagination-inner {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}
.nm-post-pagination .nm-post-prev,
.nm-post-pagination .nm-post-next {
    float: left;
    width: 50%;
}
.nm-post-pagination .nm-post-prev {
    padding-right: 15px;
}
.nm-post-pagination .nm-post-next {
	float: right;
	text-align: right;
    padding-left: 15px;
}
.nm-post-pagination a {
    position: relative;
    display: block;
    color: #282828;
}
.nm-post-pagination .nm-post-prev a {
    padding-left: 37px;
}
.nm-post-pagination .nm-post-next a {
    padding-right: 37px;
}
.nm-post-pagination a:before {
    position: absolute;
	top: 50%;
    font-family: 'nm-font';
    font-size: 50px;
    line-height: 1;
    margin-top: -20px;
	opacity: 0.3;
    transition: opacity 0.2s ease;
}
.no-touch .nm-post-pagination a:hover:before {
    opacity: 1;
}
.nm-post-pagination .nm-post-prev a:before {
    left: -11px;
    content: "\e600";
}
.nm-post-pagination .nm-post-next a:before {
    right: -11px;
    content: "\e601";
}
.nm-post-pagination a .short-title {
    display: block;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 2px;
}
.nm-post-pagination a .long-title {
    font-size: 16px;
}

/* Related posts */
.nm-related-posts {
    padding: 56px 0 37px;
}
.no-post-comments .nm-related-posts {
	border-top: 1px solid #eee;
}
.nm-related-posts h2 {
    font-size: 24px;
    padding-bottom: 28px;
}
.nm-related-posts-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.nm-related-posts-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.nm-related-posts-image:hover .nm-image-overlay {
	opacity: 1;
}
.nm-related-posts-content .nm-post-meta {
	line-height: 2;
	margin: 16px 0 8px;
}
.nm-related-posts-content h3 {
	font-size: 18px;
	line-height: 1.6;
    padding-bottom: 7px;
}
.nm-related-posts-content .nm-related-posts-excerpt {
    padding-bottom: 12px;
}

@media all and (max-width: 1400px) {
    /* Pagination */
    .nm-post-pagination-inner {
        padding-right: 0;
        padding-left: 0;
    }
}
@media all and (max-width: 1199px) {
    /* Body - Sidebar */
    .nm-post .nm-sidebar {
		padding-left: 24px;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
	/* Body - Sidebar */
	.nm-post .nm-sidebar {
		padding-left: 0;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 0;
	}
    
    /* Related posts */
    .nm-related-posts-content .nm-post-meta:before {
		width: 19px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 29px;
	}
}
@media all and (max-width: 890px) {
    .has-featured-image .nm-post-body {
        padding-top: 0;
    }
}
@media all and (max-width: 610px) {
	/* Pagination */
    .nm-post-pagination {
        padding: 40px 0 39px;
    }
    .nm-post-pagination .nm-post-prev a {
        padding-left: 22px;
    }
    .nm-post-pagination .nm-post-next a {
        padding-right: 22px;
    }
    .nm-post-pagination a:before {
        font-size: 30px;
        margin-top: -14px;
    }
    .nm-post-pagination .nm-post-prev a:before {
        left: -7px;
    }
    .nm-post-pagination .nm-post-next a:before {
        right: -7px;
    }
    .nm-post-pagination a .long-title {
        display: none;
    }
    .nm-post-pagination a .short-title {
        display: inline-block;
        font-size: inherit;
        color: inherit !important;
        margin-bottom: 0;
    }
}
@media all and (max-width: 550px) {
	.nm-post-body {
        padding-top: 48px;
    }
    
    /* Header */
	.nm-post-header h1 {
		line-height: 1.4;
	}
    
	/* Body */
	.nm-post-body .post {
		padding-bottom: 46px;
	}
    
    /* Related posts */
    .nm-related-posts {
		padding: 42px 0 25px;
	}
    .nm-related-posts-content .nm-post-meta:before {
		width: 10px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 20px;
	}
    .nm-related-posts-content h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .nm-related-posts-content .nm-related-posts-excerpt {
        display: none;
    }
}
@media all and (max-width: 400px) {
    /* Related posts */
    .nm-related-posts-content .nm-post-meta {
        display:  none;
    }
    .nm-related-posts-content h3 {
        padding-top: 14px;
    }
}


/* #Blog: Single post - Password protected
--------------------------------------------------------------- */

.post-password-form > p:first-child {
	font-size: 16px;
	color: #282828;
	margin-bottom: 15px !important;
    margin-top: 5px;
}
.post-password-form label,
.post-password-form input {
	display: block;
}
.post-password-form label input {
	width: 100%;
	margin: 0 0 14px;
}
.post-password-form input[type=submit] {
	width: 111px;
	padding: 11px 0;
}


/* #Search results
--------------------------------------------------------------- */

.nm-search-results .nm-title-col {
    display: flex;
}

/* Thumbnail */
.nm-search-results .nm-post-thumbnail {
    width: 70px;
    margin-right: 22px;
}
.nm-search-results .nm-post-thumbnail img {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    margin-top: -6px;
}

/* Header: Title */
.nm-search-results .nm-post-header {
	flex: 1;
    padding-bottom: 0;
}
.nm-search-results .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-search-results .nm-post-title a {
	color: inherit;
}

/* Header: Meta */
.nm-search-results .nm-post-meta {
	margin-top: 6px;
	padding-left: 0;
}
.nm-search-results .nm-post-meta:before {
	display: none;
}

/* Excerpt */
.nm-search-results .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}

/* Divider */
.nm-search-results .nm-post-divider {
    height: 1px;
	margin: 45px 0 48px;
	background: #eee;
}
.nm-search-results > div:first-child .nm-post-divider {
    display: none;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-search-results .nm-title-col,
	.nm-search-results .nm-content-col,
	.nm-search-results .nm-divider-col {
		float: none;
		width: auto;
	}
	
	/* Header: Title */
	.nm-search-results .nm-post-title {
		padding-right: 0;
	}
	
	/* Excerpt */
	.nm-search-results .nm-post-content {
		margin-top: 22px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 34px 0 40px;
	}
}
@media (max-width: 550px) {
    /* Thumbnail */
    .nm-search-results .nm-post-thumbnail {
        width: 66px;
        margin-right: 15px;
    }
    .nm-search-results .nm-post-thumbnail img {
        margin-top: -2px;
    }
    
    /* Header: Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}
}
@media all and (max-width: 400px) {
	/* Header: Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 26px 0 32px;
	}
}


/* #Comments
--------------------------------------------------------------- */

/* Comments */
.nm-comments {
	background: #f7f7f7;
}
.nm-post.nm-post-sidebar-left .nm-comments .col {
	float: right;
}
.nm-comments .nm-comments-inner {
	padding-bottom: 57px;
}
.nm-comments .nm-comments-heading {
	font-size: 24px;
	line-height: 1.2;
	padding: 68px 0 54px;
}
.nm-post.nm-post-sidebar-none .nm-comments .nm-comments-heading {
    text-align: center;
}
.nm-comments .commentlist > li,
.nm-comments .commentlist .pingback,
.nm-comments .commentlist .trackback {
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}
.nm-comments .commentlist > .comment:first-child,
.nm-comments .commentlist .pingback:first-child,
.nm-comments .commentlist .trackback:first-child {
	margin-top: 0;
	border-top: 0 none;
}
.nm-comments .commentlist > li .comment-inner-wrap,
.nm-comments .commentlist .pingback p,
.nm-comments .commentlist .trackback p {
	position: relative;
	margin-top: 30px;
}
.nm-comments .commentlist > .comment:first-child > .comment-inner-wrap,
.nm-comments .commentlist .pingback:first-child > p,
.nm-comments .commentlist .trackback:first-child > p {
	margin-top: 0;
}
.nm-comments .commentlist > li .comment-text {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
	padding-bottom: 0;
}

/* Comments: Navigation */
.comment-navigation {
	margin-top: 71px;
	padding: 14px 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.comment-navigation h1 {
	display: none;
}
.comment-navigation a {
	color: #282828;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

/* Comments: Form */
.nm-comments .comment-respond {
	padding-top: 54px;
}
.nm-comments .comment-respond h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 3px;
}
.nm-comments .comment-form p.comment-notes {
	margin-bottom: 28px;
}
.nm-comments .comment-form p input#submit {
	width: auto;
	min-width: 150px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}

/* Comments: Form - Threaded form (Added with WP JavaScript) */
.nm-comments .commentlist .comment-respond {
	padding-top: 30px;
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Comments */
	.nm-comments .nm-comments-inner {
		padding-bottom: 39px;
	}
	.nm-comments .nm-comments-heading {
		padding: 50px 0 37px;
	}
	.nm-comments .commentlist > li,
	.nm-comments .commentlist .pingback,
	.nm-comments .commentlist .trackback {
		margin-top: 23px;
	}
	.nm-comments .commentlist > li .comment-inner-wrap,
	.nm-comments .commentlist .pingback p,
	.nm-comments .commentlist .trackback p {
		margin-top: 22px;
	}
	.nm-comments .commentlist > li .comment-text .description {
		padding-top: 16px;
	}
	.nm-comments .commentlist > li .comment-text .moderating {
		margin-bottom: 8px;
	}
	.nm-comments .commentlist > li .comment-text .reply {
		padding-top: 16px;
	}
	
	/* Comments: Form */
	.nm-comments .comment-respond {
		padding-top: 38px;
	}
	.nm-comments .comment-form p.comment-notes {
		margin-bottom: 19px;
	}
	
	/* Comments: Form - Threaded form (Added with WP JavaScript) */
	.nm-comments .commentlist .comment-respond {
		padding-top: 38px;
	}
}
@media all and (max-width: 610px) {
	/* Comments: Form */
	.nm-comments .comment-form p.comment-form-author,
	.nm-comments .comment-form p.comment-form-email {
		width: 100%;
	}
    .nm-comments .comment-form p input#submit {
        width: 100%;
        min-width: 0;
    }
}
@media all and (max-width: 550px) {
	/* Comments */
	.nm-comments .nm-comments-heading {
		font-size: 22px;
		line-height: 1.4;
		padding: 39px 0 34px;
	}
}


/* #Comments: Entries
--------------------------------------------------------------- */

.commentlist > li {
	position: relative;
	min-height: 48px;
}
.commentlist > li.bypostauthor {
    color: inherit;
}
.commentlist > li > div > img,
.commentlist .children > li > div > img {
	position: absolute;
    top: -5px;
    left: 0;
    width: 60px;
    height: 60px;
	margin: 0;
    padding: 0;
	overflow: hidden;
	-webkit-border-radius: 50%; border-radius: 50%;
}
.commentlist > li .comment-text {
	margin: 0 0 34px 81px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist > li:last-child .comment-text {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.commentlist > li .comment-text .meta {
	margin-bottom: 0;
}
.commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a {
	color: #282828;
}
.commentlist > li .comment-text .meta strong {
	display: block;
	font-size: 18px;
    line-height: 1.4;
	font-weight: inherit;
}
.commentlist > li .comment-text .meta .verified {
	font-size: 12px;
	font-style: normal;
	color: #888;
}
.commentlist > li .comment-text .meta time {
	display: block;
	line-height: 1;
	color: #a1a1a1;
    padding-top: 7px;
}
.commentlist > li .comment-text .description {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 19px;
}
.commentlist > li .comment-text .moderating {
	color: #acacac;
	margin-bottom: 10px;
}
.commentlist > li .comment-text .reply {
	line-height: 1;
	padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist > li .children {
	margin-left: 81px;
}
.commentlist .children > li {
    position: relative;
}

/* Comments: Pingbacks and trackbacks */
.commentlist .pingback p,
.commentlist .trackback p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

/* Comments: Closed */
.no-comments {
	font-size: 16px;
	color: #282828;
	padding-top: 58px;
}

/* Comments: Form */
.comment-respond h3 {
	font-size: 18px;
	padding-bottom: 32px;
}
.comment-respond h3 #cancel-comment-reply-link {
	font-size: 14px;
}
.comment-form {
	clear: both;
	overflow: hidden;
}
.comment-form > p {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.form-row-first,
.comment-form p.form-row-last {
    width: 48%;
}
.comment-form p.comment-form-email,
.comment-form p.form-row-last {
    float: right;
}
.comment-form p label {
	display: block;
	font-size: 16px;
	color: #282828;
	padding-bottom: 3px;
}
.comment-form p input + label {
    display: inline-block;
}
.comment-form p .required-field-message {
    display: none;
}
.comment-form p label .required {
	color: #aaa;
}
.comment-form p input,
.comment-form p textarea {
	width: 100%;
}
.comment-form p textarea {
	resize: none;
}
.comment-form p input[type="checkbox"],
.comment-form p input[type="radio"] {
    width: auto;
    margin-right: 6px;
}
.comment-form p input#submit {
	display: inline-block;
	width: auto;
	min-width: 120px;
	margin-top: 9px;
}

@media all and (max-width: 820px) {
    .comment-form p input#submit {
        width: 100%;
        min-width: 0;
    }
}
@media all and (max-width: 767px) {
	.commentlist > li > div > img,
    .commentlist .children > li > div > img {
		display: none;
	}
	.commentlist > li .comment-text {
		margin-left: 0;
	}
	
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 35px;
	}
}
@media all and (max-width: 400px) {
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 28px;
	}
}


/* #Post/page/editor content
--------------------------------------------------------------- */

/* Common */
.post .entry-content {
	font-size: 16px;
	line-height: 1.6;
}
blockquote.alignleft,
img.alignleft,
blockquote.alignright,
img.alignright,
p,
pre,
address,
.entry-content .wp-caption {
	margin-bottom: 24px;
}
.nospacing {
	margin: 0;
	padding: 0;
}
.entry-content > :last-child {
	margin-bottom: 0;
}

/* Image border radius */
.entry-content img {
    border-radius: var(--nm--border-radius-image);
}

/* Alignments */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
blockquote.alignleft,
.entry-content .wp-caption.alignleft,
img.alignleft {
	margin-right: 28px;
}
blockquote.alignright,
.entry-content .wp-caption.alignright,
img.alignright {
	margin-left: 28px;
}
blockquote.aligncenter,
.entry-content .wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

/* Headings */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	margin-bottom: 26px;
}

/* Paragraphs */
p:last-child {
	margin-bottom: 0;
}

/* Images */
img.width-full {
	width: 100%;
}

/* Emoji icons */
img.wp-smiley,
img.emoji {
  font-size: inherit;
}

/* Pre, Var and Code tags */
pre,
var,
code {
    -moz-hyphens: none;
    font-family: monospace, serif;
	font-style: normal;
}
pre {
	padding: 20px;
	border: 1px solid #e7e7e7;
	background: #fafafa;
}

/* Bold */
.entry-content strong {
	color: #555;
}

/* Blockquote */
blockquote {
	font-size: 18px;
	font-style: italic;
	color: #555;
	margin-bottom: 26px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	display: inline-block;
	padding: 7px 0 5px;
}
blockquote p {
	color: #555;
	margin-bottom: 0;
}
.entry-content blockquote:before {
	display: block;
	font-family: arial, sans serif;
    font-size: 80px;
	line-height: 1;
    font-style: normal;
	content: "“";
	max-height: 40px;
	opacity: 0.3;
}

/* Cite */
cite {
	display: inline-block;
	font-style: normal;
	color: #282828;
	padding-top: 5px;
}
cite a {
	text-decoration: underline;
}

/* Captions */
.entry-content .wp-caption {
	position: relative;
	max-width: 100%;
}
.entry-content .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.entry-content .wp-caption-text {
	position: absolute;
    bottom: 15px;
	left: -15px;
	font-size: 14px;
	line-height: 1.6;
	color: #eee;
	max-width: 180px;
    margin: 0;
    padding: 12px 19px;
	background: #333;
}

/* Lists */
ol:not([class]) li,
ul:not([class]) li {
	list-style-position: inside;
}
.page > ol:not([class]),
.entry-content > ol:not([class]) {
    padding-left: 18px;
}
.page > ul:not([class]),
.entry-content > ul:not([class]) {
    padding-left: 14px;
}
.page > ol:not([class]):not(:last-child),
.page > ul:not([class]):not(:last-child),
.entry-content > ol:not([class]):not(:last-child),
.entry-content > ul:not([class]):not(:last-child) {
	margin-bottom: 24px;
}
.page > ol:not([class]) li,
.page > ul:not([class]) li,
.entry-content ol:not([class]) li,
.entry-content ul:not([class]) li {
	list-style-position: outside;
}
.page > ol:not([class]) li,
.entry-content > ol:not([class]) li {
	list-style-type: decimal;
}
.page > ul:not([class]) li,
.entry-content > ul:not([class]) li {
	list-style-type: disc;
}
/* Lists: Nested */
.entry-content > ol:not([class]) li ol,
.entry-content > ol:not([class]) li ul,
.entry-content > ul:not([class]) li ul,
.entry-content > ul:not([class]) li ol {
	padding-left: 17px;
}

/* Definition lists */
dt {
    font-weight: bold;
	color: #282828;
}
dd {
    margin-bottom: 24px;
}

/* Tables */
#tab-description.entry-content table,
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table,
.entry-content > table th,
.entry-content > table td {
	border: 1px solid #e0e0e0;
}
#tab-description.entry-content table,
.entry-content > table {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 28px;
	border-width: 1px 0 0 1px;
}
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table th,
.entry-content > table td {
	padding: 7px;
}
#tab-description.entry-content table th,
.entry-content > table th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
#tab-description.entry-content table td,
.entry-content > table td {
	border-width: 0 1px 1px 0;
}

/* Horizontal line */
hr {
	height: 0px;
	border-bottom: 1px solid #eee;
}

/* Spacer */
.nm-spacer {
	display: block;
	width: 100%;
	height: 8px;
}
.nm-spacer.small {
	height: 6px;
}
.nm-spacer.large {
	height: 32px;
}

/* iframe embeds */
iframe {
	max-width: 100%;
	vertical-align: middle;
    border-radius: var(--nm--border-radius-image);
}

/* More link - https://en.support.wordpress.com/splitting-content/more-tag/ */
.more-link {
    display: block;
    margin-top: 28px;
}

/* Mark and Insert tags */
mark,
ins {
	text-decoration: none;
	/*background-color: #fff9c0;*/
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Captions */
	.entry-content .wp-caption-text {
		bottom: 10px;
		left: -10px;
	}
}


/* #Blocks
--------------------------------------------------------------- */

/* Common: Alignment */
/*.alignwide,*/
.alignfull {
	width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
/*@media (min-width: 1334px) {
    .alignwide {
        width: calc(100% + 10vw);
        max-width: none;
        margin-left: -5vw;
    }
}*/
/*.nm-page-sidebar .alignwide,*/
.nm-page-sidebar .alignfull {
	width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
[class^="wp-block"].alignleft,
[class^="wp-block"].alignright {
    max-width: 305px;
}

/* Common: Drop cap */
.has-drop-cap:not(:focus):first-letter {
	font-weight: inherit;
}

/* Block: Heading */
.nm-block-heading {
    margin-bottom: 24px;
}

/* Block: List */
.nm-block-list {
    margin-bottom: 24px;
    padding-left: 15px;
}
.nm-block-list ul,
.nm-block-list ol {
    padding-left: 15px;
}
ol.nm-block-list li,
ul.nm-block-list li {
    list-style-position: outside;
}
ol.nm-block-list li {
    list-style-type: decimal;
}
ul.nm-block-list li {
    list-style-type: disc;
}
ul.nm-block-list ul li {
    list-style-type: circle;
}

/* Block: Image */
.wp-block-image {
    margin-bottom: 28px;
}

/* Block: Quote */
.wp-block-quote {
	font-size: 22px;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 28px;
	padding-left: 20px;
    border-left: 4px solid;
}
.wp-block-quote.has-text-align-right {
	padding-right: 20px;
    border-right: 4px solid;
    border-left: 0 none;
}
.wp-block-quote.has-text-align-center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border-right: 0 none;
    border-left: 0 none;
}
.wp-block-quote p {
    font-size: inherit;
    margin-bottom: 0;
}
.wp-block-quote.has-text-align-center p:before,
.wp-block-quote.has-text-align-center p:after {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}
.wp-block-quote.has-text-align-center p:before {
    content: "\201c";
}
.wp-block-quote.has-text-align-center p:after {
    content: "\201d";
}
.wp-block-quote cite {
    font-size: 13px;
    font-style: normal;
	color: inherit;
	margin-top: 10px;
    opacity: 0.5;
}

/* Block: Pullquote */
.wp-block-pullquote {
    padding: 30px 0;
    margin-bottom: 28px;
    border-top: 4px solid;
    border-bottom: 4px solid;
}
.wp-block-pullquote blockquote {
    font-style: normal;
    margin-bottom: 0;
}
.wp-block-pullquote p {
	font-size: 20px;
}
.wp-block-pullquote.alignleft {
	margin-right: 28px;
}
.wp-block-pullquote.alignright {
	margin-left: 28px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    margin-bottom: 0;
}
.wp-block-pullquote cite {
	font-size: 13px;
    padding-top: 10px;
    opacity: 0.5;
}

/* Block: File */
.wp-block-file a {
    color: inherit;
    text-decoration: underline;
}

/* Block: Code/Preformatted/Verse */
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse {
	color: #23282d;
}

/* Block: Gallery */
.wp-block-gallery {
    margin-bottom: 12px;
}

/* Block: Cover */
.wp-block-cover {
    margin-bottom: 28px;
}

/* Block: Group */
.wp-block-group.has-background {
	padding: 28px;
}

/* Block: Media & Text */
.wp-block-media-text {
    line-height: 1.8;
    margin-bottom: 28px;
}

/* Block: Table */
.wp-block-table {
    margin-bottom: 28px;
}
.wp-block-table td,
.wp-block-table th {
	padding: 8px;
	border: 1px solid;
}

/* Block: Audio & Video */
.wp-block-audio,
.wp-block-video {
    margin-bottom: 28px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption {
	text-align: center;
}

/* Block: Widget - Archives */
.wp-block-archives {
    margin-bottom: 24px;
}

/* Block: Widget - Categories */
.wp-block-categories {
    margin-bottom: 24px;
}

/* Block: Widget - Calendar */
.wp-block-calendar {
    margin-bottom: 28px;
}
.wp-block-calendar table thead {
    color: #282828;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: inherit;
}
.wp-block-calendar table caption,
.wp-block-calendar td,
.wp-block-calendar th {
	text-align: center;
}

/* Block: Widget - Latest Posts */
.wp-block-latest-posts {
	margin-bottom: 24px;
}
.wp-block-latest-posts > li > a {
    font-size: 18px;
    line-height: 1.6;
}

/* Block: Widget - Latest Comments */
.wp-block-latest-comments {
    margin-bottom: 24px;
}
.wp-block-latest-comments__comment {
	margin-bottom: 28px;
}

/* Block: Widget - Search */
.wp-block-search {
    margin-bottom: 28px;
}
.wp-block-search__button {
    line-height: 1;
	color: #fff;
	padding: 9px 15px;
	border: 0 none;
	border-radius: 0;
	text-align: center;
	opacity: 1;
	transition: opacity 0.2s ease;
	background-color: #282828;
}
.wp-block-search__button:hover {
	color: #fff;
	opacity: 0.82;
}

/* Block: Widget - RSS */
.wp-block-rss__item-title a {
    font-size: 18px;
    line-height: 1.6;
}
.wp-block-rss > li {
    margin-bottom: 24px;
}


/* #Elementor
--------------------------------------------------------------- */

/* Page template: Default (boxed) */
.elementor-page .nm-page-default {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}
.elementor-page .nm-page-default-col {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

/* Editor: Header - Transparency */
.elementor-editor-active.header-transparency .nm-header {
    opacity: 0.3;
    pointer-events: none;
}

/* Editor: "Add" section */
.elementor .elementor-add-section {
    max-width: 1260px;
}

/* Editor: Sections wrapper */
.elementor-editor-active:not(.header-on-scroll) .elementor-section-wrap:hover { /* Show top Section's "tab" above Header */
	z-index: 10002;
}

/* Widget: Section */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--nm--page-width);
}
.elementor-section.elementor-section-boxed > .elementor-column-gap-no {
    max-width: 1220px;
}
@media all and (min-width: 769px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        padding-left: 20px;
        padding-right: 20px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        padding-left: 25px;
        padding-right: 25px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
}   
@media all and (max-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        padding-left: 5px;
        padding-right: 5px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        padding-left: 10px;
        padding-right: 10px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        margin-left: -5px;
        margin-right: -5px;
    }
    .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Widget: Container (flexbox) */
.e-con {
    --container-max-width: var(--nm--page-width);
}
.e-con.e-parent {
    --padding-left: 20px;
    --padding-right: 20px;
    /* Remove left/right padding from outer container */
    padding-left: 0;
    padding-right: 0;
}
.e-con > .e-con-inner {
    /* Add left/right padding from outer container */
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
}
.e-con > .e-con-inner > .elementor-widget {
    /* Add left/right padding to main/top widget container when no child containers are added (single column) */
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
@media (max-width: 768px) {
    .e-con.e-parent {
        --padding-left: 5px;
        --padding-right: 5px;
    }
}


/* #Gallery
--------------------------------------------------------------- */

.gallery {
	clear: both;
	margin: -1.79104477%;
	padding-bottom: 32px;
	overflow: hidden;
}
.gallery:last-child {
	padding-bottom: 0;
}
.gallery-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 1.79104477%;
	vertical-align: top;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-item:last-of-type .gallery-icon {
	width: 100%;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.gallery-caption {
	left: 1.79104477%;
	bottom: 1.79104477%;
	z-index: 1000;
	text-align: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Gallery: Overlays */
.gallery-icon:before,
.gallery-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	opacity: 0;
	pointer-events: none;
	background: #dc9814;
}
.gallery-icon:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.gallery-icon:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}
.gallery-icon:hover:before,
.gallery-icon:hover:after {
	opacity: 1;
}
.gallery-icon a {
	position: relative;
	display: block;
}
.gallery-icon a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: " ";
	opacity: 0;
    border-radius: var(--nm--border-radius-image);
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #111;
}
.gallery-icon:hover a:before {
	opacity: 0.73;
}

/* Gallery: Popup */
.nm-wp-gallery-popup .mfp-counter {
	display: none;
}
.nm-wp-gallery-popup .mfp-close {
	color: #fff;
}
.nm-wp-gallery-popup .mfp-close:hover,
.nm-wp-gallery-popup .mfp-close:focus {
	opacity: 1;
}
.nm-wp-gallery-popup .mfp-arrow {
	font-size: 30px;
	line-height: 110px;
	color: #fff;
	width: 70px;
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease;
}
.nm-wp-gallery-popup .mfp-arrow-left:before { /* Flip icon horizontally */
	display: inline-block;
	-webkit-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-wp-gallery-popup .mfp-arrow:hover {
	opacity: 1;
}

@media all and (max-width: 550px) {
	.gallery-item {
		max-width: 50% !important;
	}
	.gallery br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.gallery-caption {
		display: none;
	}
}
@media all and (max-width: 820px) {
	.nm-wp-gallery-popup .mfp-arrow {
		display: none;
	}
}


/* #Widgets
--------------------------------------------------------------- */

.widget {
	margin-bottom: 43px;
}
.widget .nm-widget-title {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
	margin: 6px 0 6px 20px;
}
.widget ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul li a {
	color: inherit;
	cursor: pointer;
}
.widget ul li.active,
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a.active {
    color: #dc9814;
}
.widget ul li .count {
	display: none;
}
/* Select boxes */
.widget form > select {
    width: 100%;
}
.widget form > button {
    display: block;
}


/* Widget: RSS */
.widget_rss .rsswidget {
	color: #282828;
}
.widget_rss .rsswidget img {
	display: none;
}
.widget_rss ul li {
	padding-bottom: 14px;
}
.widget_rss ul li:last-child {
	padding-bottom: 0;
}
.widget_rss ul li .rss-date {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 0;
}
.widget_rss ul li .rssSummary {
	padding-bottom: 10px;
}


/* Widget: Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 16px;
	padding-bottom: 10px;
}
#wp-calendar th,
#wp-calendar td {
	padding: 5px;
}
#wp-calendar tbody td a {
	margin-left: -5px;
	padding: 3px 5px;
	color: #fff;
	background: #dc9814;
}


/* 
 * Widgets: 
 *
 * - Tag cloud
 * - WooCommerce product tags
 */
.widget_tag_cloud > .tagcloud,
.widget_product_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.nm-footer-widgets .widget_tag_cloud a,
.nm-footer-widgets .widget_product_tag_cloud a,
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	color: #fff;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	/*display: inline-block;
	float: left;*/
    display: block;
	line-height: 1;
	/*margin: 0 6px 6px 0;*/
    margin: 0;
	padding: 6px 12px;
	border-radius: 30px;
	background: #282828;
}
.widget_product_tag_cloud a {
    font-size: 12px !important;
}
.widget_tag_cloud a {
    font-size: 13px !important;
    text-transform: lowercase;
}
.widget_tag_cloud a:before {
	display: inline-block;
	font-family: arial, sans-serif;
	content: "#";
	padding-right: 3px;
	vertical-align: middle;
}
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	background: #dc9814;
}
/* Clear fix */
/*.tagcloud:before,
.tagcloud:after {
    content: " ";
    display: table;
}
.tagcloud:after {
    clear: both;
}
.tagcloud {
	*zoom: 1;
}*/


/* Widgets:
 *
 * - Search
 * - Product search
 */
.widget_search form,
.widget_product_search form {
	position: relative;
}
.widget_search input,
.widget_product_search button,
.widget_product_search input {
	width: 100%;
	margin: 0;
	padding: 9px;
    outline: 0 none;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
.widget_product_search label {
	display: none;
}
.widget_search form > button,
.widget_product_search form > #searchsubmit {
	display: block;	
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	font-size: 16px;
	line-height: 45px;
	color: #555;
	width: 35px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: #fff;
}


/* Widget: Recent posts */
.widget_recent_entries ul li {
	margin-bottom: 14px;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li .post-date {
	display: block;
	font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li {
	position: relative;
	padding-left: 26px;
}
.widget_recent_comments ul li:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "\e602";
    /*content: "\e920";*/
	font-family: "nm-font";
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	color: #282828;
    transform: scaleX(-1);
}
.widget_recent_comments ul li .comment-author-link {
	color: #282828;
}


/* Widget: Text */
.widget_text p {
	margin-bottom: 14px;
}
.widget_text p.no-spacing {
	margin-bottom: 0;
}


/* #Contact form 7
--------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
    position: relative;
	margin-left: -19px;
	overflow: hidden;
}
.wpcf7-form > .wpcf7-form-control-wrap,
.wpb_text_column .wpcf7-form > p,
.wpcf7-form > p {
	margin-bottom: 0;
	padding: 0 0 19px 19px;
}
.wpcf7-form > p.half {
	float: left;
	width: 50%;
}
.wpcf7-form > p:not(.half) {
	clear: both;
}
.wpcf7 .wpcf7-form-control {
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}
/*.wpcf7 input.wpcf7-submit {
	display: inline-block;
	width: auto;
}*/
div.wpcf7-response-output {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 19px;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
div.wpcf7-mail-sent-ng {
	color: #f00;
}
div.wpcf7-spam-blocked {
	color: #f90;
}
div.wpcf7-validation-errors {
	color: #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #f00;
	margin-top: 10px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-right: 14px;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}
div.wpcf7 .ajax-loader {
    opacity: 0;
    transition: opacity 0.2s ease;
}
div.wpcf7 .submitting .ajax-loader,
div.wpcf7 .submitting .wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
    background: rgba(255,255,255, 0.4);
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

@media all and (max-width: 768px) {
	.wpcf7 .wpcf7-form-control {
		font-size: 14px;
	}
}
@media all and (max-width: 550px) {
	.wpcf7-form > p.half {
		float: none;
		width: auto;
	}
}


/* #Page not found
--------------------------------------------------------------- */

.nm-page-not-found {
	line-height: 1.6;
	text-align: center;
	padding: 68px 0 82px;
}
.nm-page-not-found-icon i {
	display: inline-block;
	font-size: 22px;
	line-height: 50px;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px; border-radius: 50px;
	background: #eee;
}
.nm-page-not-found h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-top: 14px;
}
.nm-page-not-found p {
	max-width: 330px;
	margin: 18px auto 20px;
}
.nm-page-not-found .button {
	font-size: inherit;
}
.nm-page-not-found .button i {
    margin-right: 8px;
}

/* Products */
.nm-page-not-found-products {
    padding: 44px 0 25px;
}
.nm-page-not-found-products-heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 43px;
}

@media all and (max-width: 768px) {
	.nm-page-not-found h2 {
		font-size: 24px;
	}
}
@media all and (max-width: 400px) {
    .nm-page-not-found {
        padding: 46px 0 55px;
    }
    .nm-page-not-found-icon i {
        font-size: 20px;
        line-height: 44px;
        width: 44px;
        height: 44px;
    }
    
    /* Products */
    .nm-page-not-found-products {
        padding-top: 41px;
        padding-bottom: 41px;
    }
    .nm-page-not-found-products-heading {
        font-size: 18px;
        margin-bottom: 39px;
    }
}


/* #Footer
--------------------------------------------------------------- */

.nm-footer {
	position: relative;
	right: 0; /* Needed for the CSS animation */
	float: left;
	clear: both;
	width: 100%;
}


/* #Footer widgets
--------------------------------------------------------------- */

.nm-footer-widgets {
    padding-top: 55px;
    padding-bottom: 15px;
    overflow: hidden;
	background: #fff;
}
.nm-footer-widgets.has-border {
	border-top: 1px solid #eee;
}
.nm-footer-block-grid {
	margin: 0 -15px;
}
.nm-footer-block-grid > li {
	margin-bottom: 0;
	padding: 0 15px 40px;
}


/* #Footer bar
--------------------------------------------------------------- */

.nm-footer-bar {
    --nm--footer-content-spacing: 18px;
	/*float: left;
	clear: both;*/
	color: #aaa;
	width: 100%;
	vertical-align: middle;
}
.nm-footer-bar-inner {
    padding-top: 30px;
    padding-bottom: 31px;
	overflow: hidden;
	background: #282828;
}
.nm-footer-bar-col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nm--footer-content-spacing);
}
.nm-footer-bar-right .nm-footer-bar-col-inner {
	justify-content: flex-end;
}
.nm-footer-bar a {
	color: #aaa;
}
.nm-footer-bar a:hover {
	color: #eee;
}

/* Bar: Logo */
.nm-footer-bar-logo {
	margin-right: var(--nm--footer-content-spacing);
}
.nm-footer-bar-logo img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
    max-height: 30px;
}

/* Bar: Menu */
.nm-footer-bar .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px var(--nm--footer-content-spacing);
}
.nm-footer-bar .menu .sub-menu {
	display: none;
}
.nm-footer-bar .menu > li {
	border-bottom-color: #3a3a3a;
}
.nm-footer-bar .menu > li > a {
	display: inline-block;
	vertical-align: middle;
}

/* Bar: Text */
.nm-footer-bar-text {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nm--footer-content-spacing);
}
.nm-footer-bar-right .nm-footer-bar-text {
    justify-content: flex-end;
    text-align: right;
    width: 100%;
}
.nm-footer-bar-text img {
	width: auto;
    max-height: 24px;
	vertical-align: middle;
}

/* Bar: Text: Custom text */
.nm-footer-bar-custom-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--nm--footer-content-spacing);
}
.nm-footer-bar-right .nm-footer-bar-custom-text {
    justify-content: flex-end;
    text-align: right;
}

/* Bar: Social icons */
.nm-footer-bar-social {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nm--footer-content-spacing);
}
.nm-footer-bar-social a {
	color: #eee;
}
.nm-footer-bar-social a:hover {
	color: #c6c6c6;
}
.nm-footer-bar-social i {
	font-size: 18px;
	vertical-align: middle;
}

@media all and (max-width: 991px) {
    .nm-footer-bar-right .nm-footer-bar-col-inner {
	   justify-content: flex-start;
    }
	
    /* Bar: Text */
    .nm-footer-bar-text {
        width: 100%;
    }
    .nm-footer-bar-right .nm-footer-bar-text {
        justify-content: flex-start;
    }
	
    /* Bar: Right column inner */
    .nm-footer-bar-right .nm-footer-bar-col-inner {
        margin-top: var(--nm--footer-content-spacing);
    }
}
@media all and (max-width: 550px) {
    .nm-footer-bar-col-inner {
        flex-direction: column;
    }
    
	/* Bar: Menu */
    .nm-footer-bar .menu {
        display: block;
    }
    .nm-footer-bar .menu > li {
		display: block;
        padding: 3px 0;	
        border-bottom: 1px solid #3a3a3a;
	}
	.nm-footer-bar .menu > li:last-child {
		border-bottom: 0 none;
	}
}


/* #Footer bar: Stacked
--------------------------------------------------------------- */

/* Bar: Logo */
.layout-stacked .nm-footer-bar-logo {
	margin-right: 0;
}

/* Bar: Menu */
.nm-footer-bar.layout-stacked .menu {
	gap: 2px calc(var(--nm--footer-content-spacing) + 2px);
}

/* Bar: Text */
.layout-stacked .nm-footer-bar-left .nm-footer-bar-text {
    width: 100%;
}


/* #Footer bar: Centered
--------------------------------------------------------------- */

.layout-centered .nm-footer-bar-left,
.layout-centered .nm-footer-bar-right {
    width: 100%;
}
.layout-centered .nm-footer-bar-col-inner {
    flex-direction: column;
    align-items: center;
}
.layout-centered .nm-footer-bar-right .nm-footer-bar-col-inner {
	justify-content: flex-start;
    margin-top: calc(var(--nm--footer-content-spacing) + 2px);
}

/* Bar: Logo */
.layout-centered .nm-footer-bar-logo {
	margin-right: 0;
}

/* Bar: Text */
.layout-centered .nm-footer-bar-text {
    flex-direction: column;
    align-items: center;
}
@media (max-width: 550px) {
    .layout-centered .nm-footer-bar-col-inner {
        align-items: flex-start;
    }
    
    /* Bar: Text */
    .layout-centered .nm-footer-bar-text {
        align-items: flex-start;
    }
}


/* #Plugin: Flickity
--------------------------------------------------------------- */

.flickity-enabled { position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing;
}
/* Flickity: Button */
.flickity-button {
    position: absolute;
    top: 50%;
    display: block;
    color: #111;
    width: 50px;
    height: 128px;
    margin-top: -64px;
    border: none;
    background: none;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.flickity-button:after { font-family: 'nm-font'; }
.flickity-button:hover {
    color: #dc9814;
    cursor: pointer;
}
.flickity-button:focus { outline: none; }
.flickity-button:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.flickity-button-icon { display: none;
}
/* Flickity: Previous/next buttons */
.flickity-prev-next-button.previous { left: -10px; }
.flickity-prev-next-button.previous:after { content: "\e600"; }
.flickity-prev-next-button.next { right: -10px; }
.flickity-prev-next-button.next:after { content: "\e601";
}
/* Flickity: Page dots */
.flickity-page-dots {
    position: absolute;
    bottom: 30px;
	left: 50%;
    line-height: 1;
	width: 100%;
	max-width: var(--nm--page-width);
	padding: 0 27px;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);
    
}
.flickity-page-dots .dot {
    -webkit-box-sizing: content-box; box-sizing: content-box;
    position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
    margin: 0 6px;
    vertical-align: middle;
	cursor: pointer;
    -webkit-border-radius: 50%; border-radius: 50%;
	background-color: #aaa;
}
.flickity-page-dots .dot.is-selected {
    width: 10px;
	height: 10px;
	margin: 0 2px;
    border: 2px solid #dc9814;
	background: none;
}

@media all and (max-width: 400px) {
	/* Flickity: Page dots */
	.flickity-page-dots {
		bottom: 22px;
	}
    .flickity-page-dots .dot,
    .flickity-page-dots .dot.is-selected {
		margin: 0 7px;
	}
	.flickity-page-dots .dot.is-selected {
		width: 6px;
		height: 6px;
		border: 0 none;
		background: #dc9814;
	}
}

/* ============================================================
   TRIVANDO / HOME24 OVERRIDES (v3 — full home24 match)
   ============================================================ */
:root {
  --h24-primary:    #1a1a1a;
  --h24-accent:     #c45500;
  --h24-accent-hover:#a34800;
  --h24-accent-light:#fef6f0;
  --h24-green:      #2e7d32;
  --h24-green-light:#e8f5e9;
  --h24-bg:         #ffffff;
  --h24-bg-light:   #f7f7f7;
  --h24-bg-warm:    #faf8f5;
  --h24-border:     #e5e5e5;
  --h24-border-light:#f0f0f0;
  --h24-text:       #1a1a1a;
  --h24-text-mid:   #555555;
  --h24-text-light: #767676;
  --h24-red:        #c62828;
  --h24-radius:     8px;
  --h24-radius-sm:  4px;
  --h24-shadow:     0 2px 8px rgba(0,0,0,.06);
  --h24-shadow-hover:0 4px 20px rgba(0,0,0,.10);
  --h24-max:        1320px;
  --h24-font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
body {
  font-family: var(--h24-font);
  color: var(--h24-text);
  background: var(--h24-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after { box-sizing: border-box; }

/* TOP BAR */
.nm-top-bar {
  background: var(--h24-primary) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 8px 16px !important;
  letter-spacing: .2px;
}
.nm-top-bar a { color: #fff !important; text-decoration: underline; font-weight: 600; }

/* HEADER */
#nm-header {
  background: #fff !important;
  border-bottom: 1px solid var(--h24-border);
  box-shadow: none;
}
.nm-header-placeholder { box-shadow: none !important; }
.nm-header-logo img { max-height: 45px; width: auto; }
#nm-header .nm-header-inner { max-width: var(--h24-max); margin: 0 auto; }
#nm-right-menu-ul .menu-item-default a { font-size: 0; }
#nm-right-menu-ul .menu-item-default a i { font-size: 22px; color: var(--h24-text); transition: color .15s; }
#nm-right-menu-ul .menu-item-default a:hover i { color: var(--h24-accent); }
.nm-menu-cart-count {
  background: var(--h24-accent) !important;
  color: #fff !important;
  border-radius: 50%;
  min-width: 18px; height: 18px; line-height: 18px;
  font-size: 10px; font-weight: 700; text-align: center;
}

/* NAVIGATION */
#nm-main-menu-ul > li > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none;
  letter-spacing: 0;
  color: var(--h24-text);
  padding: 20px 18px;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
#nm-main-menu-ul > li > a:hover,
#nm-main-menu-ul > li.current-menu-item > a,
#nm-main-menu-ul > li.current-menu-ancestor > a {
  color: var(--h24-text) !important;
  border-bottom-color: var(--h24-accent);
}
#nm-main-menu-ul .sub-menu {
  background: #fff;
  border: 1px solid var(--h24-border);
  border-top: 2px solid var(--h24-accent);
  box-shadow: var(--h24-shadow-hover);
  border-radius: 0 0 var(--h24-radius) var(--h24-radius);
  padding: 24px 28px;
  min-width: 680px;
}
#nm-main-menu-ul .sub-menu .nm-sub-menu-ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px 24px; }
#nm-main-menu-ul .sub-menu .nm-sub-menu-ul li a { font-size: 14px; font-weight: 400; color: var(--h24-text-mid); padding: 6px 0; display: block; border-bottom: none; transition: color .15s; }
#nm-main-menu-ul .sub-menu .nm-sub-menu-ul li a:hover { color: var(--h24-accent); }
#nm-main-menu-ul .sub-menu .nm-sub-menu-ul > li.menu-item-has-children > a { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; padding-bottom: 8px; margin-bottom: 4px; border-bottom: 2px solid var(--h24-accent); color: var(--h24-text); }
.nm-sub-menu-bridge { display: none; }

/* SHOP / PRODUCT GRID */
.nm-shop { max-width: var(--h24-max); margin: 0 auto; padding: 24px 20px; }
.nm-shop-header { border-bottom: 1px solid var(--h24-border); margin-bottom: 24px; padding-bottom: 16px; }
.nm-shop-loop-product-wrap {
  border: 1px solid var(--h24-border-light);
  border-radius: var(--h24-radius);
  padding: 16px;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
  position: relative;
}
.nm-shop-loop-product-wrap:hover {
  border-color: var(--h24-border);
  box-shadow: var(--h24-shadow-hover);
}
.nm-shop-loop-thumbnail img {
  border-radius: var(--h24-radius);
  aspect-ratio: 1/1;
  object-fit: contain;
  background: var(--h24-bg-light);
}
.nm-shop-loop-title-link {
  font-size: 14px !important;
  font-weight: 500;
  color: var(--h24-text);
  line-height: 1.45;
  display: block;
  margin-top: 10px;
}
.nm-shop-loop-title-price .price {
  font-size: 18px;
  font-weight: 700;
  color: var(--h24-text);
  margin-top: 4px;
}
.nm-shop-loop-title-price .price del { color: var(--h24-text-light); font-weight: 400; font-size: 13px; text-decoration: line-through; }
.nm-shop-loop-title-price .price ins { color: var(--h24-red); text-decoration: none; font-weight: 700; }
.onsale {
  background: var(--h24-red) !important;
  color: #fff !important;
  border-radius: var(--h24-radius-sm) !important;
  font-size: 12px !important;
  font-weight: 700;
  padding: 4px 10px !important;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.star-rating { color: #f5a623 !important; }
.star-rating::before { color: #e0e0e0 !important; }

/* Add to cart buttons */
.nm-shop-loop-actions .button,
.nm-shop-loop-actions .add_to_cart_button {
  background: var(--h24-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--h24-radius) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px !important;
  text-transform: none;
  transition: background .2s;
  width: 100%;
  text-align: center;
}
.nm-shop-loop-actions .button:hover,
.nm-shop-loop-actions .add_to_cart_button:hover {
  background: var(--h24-accent-hover) !important;
}

/* SINGLE PRODUCT */
.nm-single-product { max-width: var(--h24-max); margin: 0 auto; }
.nm-product-gallery-image img { border-radius: var(--h24-radius); background: var(--h24-bg-light); }
.product_title.entry-title { font-size: 28px; font-weight: 800; line-height: 1.2; color: var(--h24-text); }
.nm-single-product .summary .price { font-size: 28px; font-weight: 800; color: var(--h24-text); }
.nm-single-product .summary .price ins { color: var(--h24-red); text-decoration: none; }
.nm-single-product .summary .price del { font-size: 18px; color: var(--h24-text-light); font-weight: 400; }
.nm-single-product .stock.in-stock { color: var(--h24-green); font-weight: 600; }
.nm-single-product .woocommerce-product-details__short-description { font-size: 15px; line-height: 1.7; color: var(--h24-text-mid); margin-bottom: 20px; }
.nm-single-product .quantity .qty { border: 1px solid var(--h24-border); border-radius: var(--h24-radius); padding: 12px 14px; font-size: 15px; width: 70px; }
.nm-single-product .single_add_to_cart_button {
  background: var(--h24-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--h24-radius) !important;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px !important;
  text-transform: none;
  letter-spacing: .2px;
  transition: background .2s, transform .1s;
}
.nm-single-product .single_add_to_cart_button:hover { background: var(--h24-accent-hover) !important; transform: translateY(-1px); }
.woocommerce-tabs .wc-tab { border: 1px solid var(--h24-border); border-radius: var(--h24-radius); padding: 20px 24px; margin-bottom: 12px; background: #fff; }
.related.products > h2, .upsells.products > h2 { font-size: 22px; font-weight: 700; color: var(--h24-text); margin-bottom: 20px; }
section.upsells.trivando-upsells-section { padding-top: 17px !important; margin-top: 5px !important; }
.product_meta { font-size: 13px; color: var(--h24-text-light); }
.product_meta a { color: var(--h24-accent); }
.product_meta a:hover { text-decoration: underline; }

/* BREADCRUMBS */
.woocommerce-breadcrumb, .nm-single-product-breadcrumb { font-size: 13px; color: var(--h24-text-light); padding: 12px 0; }
.woocommerce-breadcrumb a, .nm-single-product-breadcrumb a { color: var(--h24-text-light); }
.woocommerce-breadcrumb a:hover, .nm-single-product-breadcrumb a:hover { color: var(--h24-accent); }

/* DELIVERY BADGE */
.h24-delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--h24-green);
  margin: 8px 0;
  padding: 3px 0;
}
.h24-brand {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--h24-text-light);
  margin-bottom: 4px;
  font-weight: 500;
}

/* SIDEBAR / FILTERS */
.nm-shop-sidebar .widget { border: 1px solid var(--h24-border); border-radius: var(--h24-radius); padding: 18px; margin-bottom: 16px; background: #fff; }
.nm-shop-sidebar .widget-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: var(--h24-text); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--h24-accent); }

/* CART & CHECKOUT */
.nm-cart-panel { background: #fff; border-left: 1px solid var(--h24-border); }
.nm-cart-panel .checkout-button,
.woocommerce .checkout-button,
#place_order {
  background: var(--h24-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--h24-radius) !important;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 28px !important;
  text-transform: none;
  transition: background .2s;
}
.nm-cart-panel .checkout-button:hover,
.woocommerce .checkout-button:hover,
#place_order:hover { background: var(--h24-accent-hover) !important; }
.woocommerce-cart .woocommerce { max-width: var(--h24-max); margin: 0 auto; padding: 24px 20px; }
.woocommerce-checkout .woocommerce { max-width: var(--h24-max); margin: 0 auto; padding: 24px 20px; }

/* MOBILE MENU */
.nm-mobile-menu { background: #fff; }
.nm-mobile-menu-header { background: var(--h24-primary); color: #fff; }
.nm-mobile-menu-header a { color: #fff; }
#nm-mobile-menu-main-ul > li > a { font-size: 15px; font-weight: 600; color: var(--h24-text); padding: 14px 20px; border-bottom: 1px solid var(--h24-border-light); }
#nm-mobile-menu-main-ul > li > a:hover { color: var(--h24-accent); }

/* FOOTER */
.nm-footer {
  background: var(--h24-bg-light) !important;
  border-top: 1px solid var(--h24-border);
  padding: 40px 0 20px !important;
}
.nm-footer .nm-row { max-width: var(--h24-max); margin: 0 auto; }
.nm-footer .widget-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--h24-text); margin-bottom: 16px; }
.nm-footer a { color: var(--h24-text-mid); font-size: 14px; transition: color .15s; }
.nm-footer a:hover { color: var(--h24-accent); }
.nm-footer-bar {
  background: var(--h24-primary);
  color: rgba(255,255,255,.6);
  font-size: 13px;
  padding: 14px 0;
}
.nm-footer-bar a { color: rgba(255,255,255,.85); }
.nm-footer-bar a:hover { color: #fff; }

/* SERVICE BAR */
.h24-service-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 16px 20px;
  background: var(--h24-bg-warm);
  border-bottom: 1px solid var(--h24-border);
  flex-wrap: wrap;
}
.h24-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--h24-text);
  white-space: nowrap;
}
.h24-service-item svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--h24-green); }

/* PAGINATION */
.woocommerce-pagination .page-numbers {
  border: 1px solid var(--h24-border);
  border-radius: var(--h24-radius);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--h24-text);
  transition: all .2s;
}
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
  background: var(--h24-accent);
  border-color: var(--h24-accent);
  color: #fff;
}

/* SEARCH */
.nm-shop-search { background: var(--h24-bg-light); border-bottom: 1px solid var(--h24-border); }
.nm-shop-search input[type="search"] {
  border: 2px solid var(--h24-border);
  border-radius: var(--h24-radius);
  padding: 14px 20px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s;
}
.nm-shop-search input[type="search"]:focus { border-color: var(--h24-accent); box-shadow: 0 0 0 3px rgba(196,85,0,.12); }

/* NOTICES */
.woocommerce-message { border-top-color: var(--h24-green) !important; background: var(--h24-green-light) !important; }
.woocommerce-message::before { color: var(--h24-green) !important; }
.woocommerce-error { border-top-color: var(--h24-red) !important; }

/* BUTTONS GLOBAL */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: var(--h24-radius);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

/* DISABLE PAGE LOAD OVERLAY */
.nm-page-load-overlay { display: none !important; }

/* WISHLIST HEART */
.h24-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, box-shadow .2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.h24-wishlist-btn:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.h24-wishlist-btn svg { pointer-events: none; }

/* ============================================================
   HOMEPAGE — PROMO STRIP (replaces Hero)
   ============================================================ */
.h24-promo-strip {
  background: var(--h24-primary);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
}
.h24-promo-strip-inner {
  max-width: var(--h24-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}
.h24-promo-strip-text { font-weight: 500; }
.h24-promo-strip-text strong { font-weight: 700; }
.h24-promo-strip-btn {
  display: inline-block;
  background: var(--h24-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .2s;
  white-space: nowrap;
}
.h24-promo-strip-btn:hover { background: var(--h24-accent-hover); color: #fff; }

/* ============================================================
   HOMEPAGE — SECTION LAYOUT
   ============================================================ */
.h24-section { padding: 40px 0; }
.h24-section-inner { max-width: var(--h24-max); margin: 0 auto; padding: 0 20px; }
.h24-section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--h24-text);
  margin: 0 0 24px;
  line-height: 1.3;
}
.h24-section-head {
  max-width: var(--h24-max);
  margin: 24px auto 0;
  padding: 0 20px;
}
.h24-section-head .h24-section-title { margin-bottom: 0; padding-bottom: 8px; }

/* ============================================================
   HOMEPAGE — AKTUELLE AKTIONEN
   ============================================================ */
.h24-aktionen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.h24-aktion-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 24px;
  border-radius: var(--h24-radius);
  text-decoration: none;
  color: #fff;
  transition: transform .2s, box-shadow .2s;
  min-height: 140px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.h24-aktion-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--h24-shadow-hover);
  color: #fff;
}
.h24-aktion-1 { background: linear-gradient(135deg, #c45500 0%, #e07c3e 100%); }
.h24-aktion-2 { background: linear-gradient(135deg, #1a1a1a 0%, #444 100%); }
.h24-aktion-3 { background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%); }
.h24-aktion-4 { background: linear-gradient(135deg, #5c3d2e 0%, #8b6f47 100%); }
.h24-aktion-badge {
  display: inline-block;
  background: rgba(255,255,255,.2);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 3px 10px;
  border-radius: 12px;
  width: fit-content;
}
.h24-aktion-card strong { font-size: 18px; font-weight: 700; line-height: 1.3; }
.h24-aktion-cta { font-size: 13px; font-weight: 600; opacity: .85; }

/* ============================================================
   HOMEPAGE — CATEGORY CARDS
   ============================================================ */
.h24-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.h24-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid var(--h24-border);
  border-radius: var(--h24-radius);
  text-decoration: none;
  color: var(--h24-text);
  transition: border-color .2s, box-shadow .2s, transform .15s;
  text-align: center;
}
.h24-cat-card:hover {
  border-color: var(--h24-accent);
  box-shadow: var(--h24-shadow-hover);
  transform: translateY(-2px);
  color: var(--h24-accent);
}
.h24-cat-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--h24-bg-light);
}
.h24-cat-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--h24-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--h24-text-light);
}
.h24-cat-card span {
  font-size: 14px;
  font-weight: 600;
}

/* ============================================================
   HOMEPAGE — TRENDS GRID
   ============================================================ */
.h24-trends-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.h24-trend-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 32px 20px;
  background: #fff;
  border: 1px solid var(--h24-border);
  border-radius: var(--h24-radius);
  text-decoration: none;
  color: var(--h24-text);
  transition: border-color .2s, box-shadow .2s, transform .15s;
  text-align: center;
}
.h24-trend-card:hover {
  border-color: var(--h24-accent);
  box-shadow: var(--h24-shadow-hover);
  transform: translateY(-2px);
  color: var(--h24-accent);
}
.h24-trend-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h24-trend-card strong { font-size: 15px; font-weight: 600; }

/* ============================================================
   HOMEPAGE — NEUHEITEN PRODUCTS
   ============================================================ */
.h24-section-neuheiten {
  background: var(--h24-bg-light);
  padding: 40px 0;
}
.h24-section-neuheiten .woocommerce { padding: 0; }
.h24-section-neuheiten .products { margin: 0 !important; }

/* ============================================================
   HOMEPAGE — INSPIRATIONEN LINKS
   ============================================================ */
.h24-inspo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.h24-inspo-grid a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--h24-border);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--h24-text);
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}
.h24-inspo-grid a:hover {
  border-color: var(--h24-accent);
  color: var(--h24-accent);
  background: var(--h24-accent-light);
}

/* ============================================================
   HOMEPAGE — SERVICE BAR (BOTTOM — home24 style)
   ============================================================ */
.h24-service-bottom {
  background: var(--h24-bg-warm);
  border-top: 1px solid var(--h24-border);
  border-bottom: 1px solid var(--h24-border);
  padding: 32px 20px;
}
.h24-service-bottom-inner {
  max-width: var(--h24-max);
  margin: 0 auto;
  text-align: center;
}
.h24-service-bottom-inner h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--h24-text);
  margin: 0 0 20px;
}
.h24-service-bottom-items {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.h24-service-bottom-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--h24-text);
}
.h24-service-bottom-item svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--h24-green); }
.h24-service-bottom-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--h24-accent);
  text-decoration: none;
}
.h24-service-bottom-link:hover { text-decoration: underline; }

/* ============================================================
   PRODUCT PAGE — HOME24 ENHANCEMENTS
   ============================================================ */
/* Seller info */
.h24-seller-info {
  font-size: 13px;
  color: var(--h24-text-mid);
  margin: 12px 0;
  padding: 10px 0;
  border-top: 1px solid var(--h24-border-light);
}
.h24-seller-info strong { color: var(--h24-text); }

/* Service badges on single product */
.h24-product-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
  padding: 14px 0;
  border-top: 1px solid var(--h24-border-light);
}
.h24-product-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--h24-text);
}

/* Accordion tabs (Savoy summary layout — home24 style) */
#nm-product-accordion { margin-top: 24px; }
.nm-product-accordion-panel {
  border: 1px solid var(--h24-border);
  border-radius: var(--h24-radius);
  margin-bottom: 8px;
  overflow: hidden;
}
.nm-product-accordion-heading {
  display: block;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--h24-text);
  background: #fff;
  cursor: pointer;
  transition: background .15s;
  text-decoration: none;
}
.nm-product-accordion-heading:hover {
  background: var(--h24-bg-light);
  color: var(--h24-text);
}
.nm-product-accordion-content {
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--h24-text-mid);
}
.nm-product-accordion-content table { width: 100%; border-collapse: collapse; }
.nm-product-accordion-content table th,
.nm-product-accordion-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--h24-border-light);
  font-size: 14px;
  text-align: left;
}
.nm-product-accordion-content table th {
  font-weight: 600;
  color: var(--h24-text);
  width: 35%;
}

/* Product title larger (home24 style) */
.product_title.entry-title { font-size: 28px; font-weight: 800; line-height: 1.2; }
.nm-single-product .summary .price { font-size: 28px; font-weight: 800; }

/* Hide old top service bar (moved to bottom) */
.h24-service-bar { display: none !important; }

/* ============================================================
   HOMEPAGE — NEWSLETTER
   ============================================================ */
.h24-newsletter-inner {
  background: var(--h24-bg-warm);
  border: 1px solid var(--h24-border);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.h24-newsletter-inner h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--h24-text);
  margin: 0 0 8px;
}
.h24-newsletter-inner p {
  font-size: 14px;
  color: var(--h24-text-mid);
  margin: 0 0 20px;
}
.h24-nl-form {
  display: flex;
  gap: 10px;
  max-width: 460px;
  margin: 0 auto;
}
.h24-nl-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--h24-border);
  border-radius: var(--h24-radius);
  font-size: 14px;
  font-family: var(--h24-font);
  outline: none;
  transition: border-color .2s;
}
.h24-nl-form input[type="email"]:focus { border-color: var(--h24-accent); }
.h24-nl-form button {
  background: var(--h24-accent);
  color: #fff;
  border: none;
  border-radius: var(--h24-radius);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--h24-font);
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.h24-nl-form button:hover { background: var(--h24-accent-hover); }

/* ============================================================
   HOMEPAGE — GENERAL NM OVERRIDES
   ============================================================ */
.nm-page-wrap { background: var(--h24-bg); }
.nm-content-page .nm-page-wrap-inner,
.nm-page-wrap .nm-page-wrap-inner { max-width: var(--h24-max); margin: 0 auto; }
.woocommerce-result-count { font-size: 14px; color: var(--h24-text-light); }
.woocommerce-ordering select { border: 1px solid var(--h24-border); border-radius: var(--h24-radius); padding: 8px 12px; font-size: 14px; }

/* Load more / infinite scroll button */
.nm-infload-btn a, .nm-loader a {
  background: #fff !important;
  border: 2px solid var(--h24-accent) !important;
  color: var(--h24-accent) !important;
  border-radius: var(--h24-radius) !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 32px !important;
  text-transform: none;
  transition: background .2s, color .2s;
}
.nm-infload-btn a:hover, .nm-loader a:hover {
  background: var(--h24-accent) !important;
  color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .h24-aktionen-grid { grid-template-columns: repeat(2, 1fr); }
  .h24-trends-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .h24-promo-strip-inner { font-size: 13px; gap: 10px; }
  .h24-section { padding: 28px 0; }
  .h24-section-title { font-size: 19px; }
  .h24-aktionen-grid { grid-template-columns: 1fr 1fr; }
  .h24-trends-grid { grid-template-columns: 1fr 1fr; }
  .h24-cat-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .h24-nl-form { flex-direction: column; }
  .h24-service-bottom-items { gap: 20px; }
  .h24-service-bottom-item { font-size: 12px; }
  .h24-newsletter-inner { padding: 28px 20px; }
  .product_title.entry-title { font-size: 22px; }
  .h24-service-bar { gap: 16px; padding: 12px; }
  .h24-service-item { font-size: 11px; gap: 6px; }
  .h24-service-item svg { width: 18px; height: 18px; }
  #nm-main-menu-ul .sub-menu { min-width: 100%; padding: 16px; }
}
@media (max-width: 480px) {
  .h24-aktionen-grid { grid-template-columns: 1fr; }
  .h24-trends-grid { grid-template-columns: 1fr 1fr; }
  .h24-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .h24-cat-card { padding: 12px 4px; }
  .h24-cat-card span { font-size: 11px; word-break: break-word; hyphens: none; }
  .h24-promo-strip-btn { display: none; }
  .h24-inspo-grid a { padding: 8px 14px; font-size: 13px; }
}

/* ============================================================
   HOME24 SIDE PANEL NAVIGATION (v3)
   ============================================================ */

/* Overlay */
.h24-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 99990;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  pointer-events: none;
}
.h24-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Panel container */
.h24-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,.12);
  overflow: hidden;
}
.h24-panel.is-open {
  transform: translateX(0);
}

/* Panel header */
.h24-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
  background: #fafafa;
}
.h24-panel-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--h24-text, #1a1a1a);
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  transition: border-color .2s, color .2s;
  line-height: 1;
}
.h24-panel-back-link:hover {
  border-color: var(--h24-accent, #c45500);
  color: var(--h24-accent, #c45500);
}
.h24-panel-x {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #888;
  line-height: 0;
  transition: color .2s;
}
.h24-panel-x:hover {
  color: var(--h24-text, #1a1a1a);
}

/* Main scrollable body */
.h24-panel-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
}

/* Panel item (shared for top-level and children) */
.h24-panel-item {
  display: flex;
  align-items: center;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--h24-text, #1a1a1a);
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s;
  gap: 14px;
  cursor: pointer;
}
.h24-panel-item:hover {
  background: #f7f7f7;
  color: var(--h24-accent, #c45500);
}

/* Thumbnail icon */
.h24-panel-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #f5f5f5;
}
.h24-panel-child .h24-panel-icon {
  width: 34px;
  height: 34px;
}

/* Label */
.h24-panel-label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Chevron arrow */
.h24-panel-chevron {
  flex-shrink: 0;
  color: #aaa;
  transition: color .15s;
}
.h24-panel-item:hover .h24-panel-chevron {
  color: var(--h24-accent, #c45500);
}

/* ---- Sub-panels — slide over main list ---- */
.h24-panel-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  transform: translateX(100%);
  transition: transform .25s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.h24-panel-sub.is-open {
  transform: translateX(0);
}

/* Sub-panel back button */
.h24-panel-sub-back {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 700;
  color: var(--h24-text, #1a1a1a);
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  text-align: left;
  transition: color .15s;
  flex-shrink: 0;
}
.h24-panel-sub-back:hover {
  color: var(--h24-accent, #c45500);
}

/* "Alle [Category]" link in sub-panel */
.h24-panel-sub-all {
  display: block;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--h24-accent, #c45500);
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.h24-panel-sub-all:hover {
  background: var(--h24-accent-light, #fef6f0);
  text-decoration: underline;
}

/* Child items in sub-panel */
.h24-panel-child {
  font-size: 15px;
  font-weight: 500;
  padding: 14px 22px;
}
.h24-panel-child:hover {
  background: #f7f7f7;
  color: var(--h24-accent, #c45500);
}

/* ==========================================================================
   CATEGORY PAGE FIXES — grid gap + full titles (style.css fallback)
   ========================================================================== */

/* Kill pseudo-elements that become grid/flex items and push products right */
body.tax-product_cat .nm-shop .products::before,
body.tax-product_cat .nm-shop .products::after,
.nm-shop .products.nm-products::before,
.nm-shop .products.nm-products::after,
[class*="block-grid-"].nm-products::before,
[class*="block-grid-"].nm-products::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Category grid — 4 columns, no left gap */
body.tax-product_cat #nm-shop { padding: 0 !important; margin: 0 auto !important; max-width: 1320px !important; }
body.tax-product_cat #nm-shop-products { padding: 0 20px !important; margin: 0 !important; }
body.tax-product_cat #nm-shop-products > .nm-row { padding: 0 !important; margin: 0 !important; max-width: none !important; display: block !important; }
body.tax-product_cat #nm-shop-products > .nm-row::before,
body.tax-product_cat #nm-shop-products > .nm-row::after { display: none !important; content: none !important; }
body.tax-product_cat .nm-shop-products-col { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; float: none !important; }
body.tax-product_cat #nm-shop-browse-wrap { padding: 0 !important; margin: 0 !important; min-height: 0 !important; }
body.tax-product_cat .nm-shop .products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.tax-product_cat .nm-shop .products .product {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Category responsive */
@media (max-width: 1200px) {
  body.tax-product_cat .nm-shop .products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
  body.tax-product_cat .nm-shop .products { grid-template-columns: repeat(2, 1fr) !important; }
  body.tax-product_cat #nm-shop-products { padding: 0 12px !important; }
}

/* Full product titles — no truncation, no ellipsis, no clamp */
.nm-shop-loop-details,
.nm-shop-loop-title-price {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  min-height: 0 !important;
}
.products .woocommerce-loop-product__title,
.products h3.woocommerce-loop-product__title,
.products .nm-shop-loop-title-link,
.nm-shop .products h3,
.nm-shop .products h2.woocommerce-loop-product__title,
h3.woocommerce-loop-product__title {
  overflow: visible !important;
  text-overflow: unset !important;
  -o-text-overflow: unset !important;
  white-space: normal !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-clamp: unset !important;
  max-height: none !important;
  height: auto !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  padding-right: 0 !important;
}
.products .woocommerce-loop-product__title a,
.nm-shop .products h3 a,
.products h3 a.nm-shop-loop-title-link,
a.nm-shop-loop-title-link,
.nm-shop-loop-title-link {
  overflow: visible !important;
  text-overflow: unset !important;
  -o-text-overflow: unset !important;
  white-space: normal !important;
  display: inline !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-clamp: unset !important;
  max-height: none !important;
  height: auto !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.nm-shop-loop-product-wrap {
  overflow: visible !important;
}

/* === SINGLE PRODUCT PAGE FIXES === */

/* Hide zoom + icon - click anywhere on image to zoom */
.woocommerce-product-gallery__trigger {
  display: none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  cursor: pointer;
}

/* Price + MwSt suffix on one line, price 10% bigger, black */
.nm-single-product .summary .price {
  font-size: 31px !important;
  display: inline !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
}
.h24-price-suffix {
  display: inline !important;
  margin-top: 0 !important;
  vertical-align: baseline !important;
  line-height: 31px !important;
}

/* Hide prev/next product navigation arrows */
.nm-single-product-menu {
  display: none !important;
}

/* Quantity selector - show +/- buttons instead of fake dropdown */
.nm-single-product .nm-qty-minus,
.nm-single-product .nm-qty-plus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 48px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  flex-shrink: 0;
}
.nm-single-product .nm-quantity-wrap {
  flex: 0 0 120px !important;
  width: 120px !important;
  max-width: 120px !important;
}
.nm-single-product .nm-quantity-wrap::after {
  display: none !important;
}
.nm-single-product .quantity .qty {
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  padding: 0 !important;
}

/* Beschreibung accordion arrow - more right padding so chevron is fully visible */
.nm-product-accordion-heading {
  padding-right: 16px !important;
}
.nm-product-accordion-heading::after {
  margin-right: 4px;
}

/* KASSE button - cart panel (slide-in) */
#nm-cart-panel .buttons .button.checkout {
  display: block !important;
  width: 100% !important;
  float: none !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%) !important;
  color: #ffd814 !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all .2s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  text-decoration: none !important;
  margin-top: 8px !important;
  box-sizing: border-box !important;
}
#nm-cart-panel .buttons .button.checkout:hover {
  background: linear-gradient(135deg, #333 0%, #555 100%) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.25) !important;
}
/* KASSE button - full cart page */
.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .button.checkout-button,
.wc-proceed-to-checkout .button.alt {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%) !important;
  color: #ffd814 !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 16px 32px !important;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all .2s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  text-decoration: none !important;
}
.wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .button.alt:hover {
  background: linear-gradient(135deg, #333 0%, #555 100%) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.25) !important;
}
/* KASSE button - WooCommerce Blocks cart page (cart-2) */
.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
.wc-block-cart .wc-block-components-button {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%) !important;
  color: #ffd814 !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 16px 32px !important;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all .2s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  text-decoration: none !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-cart .wc-block-components-button:hover {
  background: linear-gradient(135deg, #333 0%, #555 100%) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.25) !important;
}
.wc-block-cart__submit-button .wc-block-components-button__text {
  color: #ffd814 !important;
}
/* Warenkorb anzeigen button - cart panel */
#nm-cart-panel .buttons a:first-child {
  display: block !important;
  width: 100% !important;
  float: none !important;
  text-align: center !important;
  padding: 12px 24px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}
#nm-cart-panel .woocommerce-mini-cart__buttons.buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* Header right menu - no clipping (heart/cart icons) */
.nm-right-menu,
.nm-right-menu > ul,
.nm-header-row {
  overflow: visible !important;
}
/* Heart icon - ensure not clipped */
.nm-menu-wishlist.h24-header-icon {
  overflow: visible !important;
}
.nm-menu-wishlist .h24-icon-wrap {
  overflow: visible !important;
  width: 28px !important;
  height: 28px !important;
}
.nm-menu-wishlist .h24-icon-wrap svg {
  width: 24px !important;
  height: 24px !important;
}

/* Payment methods — bigger font + selected highlight */
.woocommerce-checkout-payment .wc_payment_methods li {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px;
  transition: background .2s, border-color .2s;
}
.woocommerce-checkout-payment .wc_payment_methods li.selected {
  background: rgba(0,0,0,.05);
  border-color: #1a1a1a;
}
.woocommerce-checkout-payment .wc_payment_methods li label {
  font-size: 17px !important;
  cursor: pointer;
}
.woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  font-size: 15px;
}
/* WooCommerce Blocks — payment method highlight */
.wc-block-components-radio-control-accordion-option {
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  padding: 12px !important;
  transition: background .2s, border-color .2s !important;
}
.wc-block-components-radio-control-accordion-option--checked,
.wc-block-components-radio-control__option--checked {
  background: rgba(0,0,0,.05) !important;
  border-color: #1a1a1a !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__label {
  font-size: 17px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__description {
  font-size: 15px !important;
}

/* Mobile — delivery text one line */
@media (max-width: 768px) {
  .h24-delivery-status {
    flex-wrap: nowrap;
    gap: 4px;
  }
  .h24-delivery-green {
    font-size: 12px;
  }
  .h24-delivery-sep {
    font-size: 11px;
  }
  .h24-delivery-date {
    font-size: 12px;
  }
}

/* ============================================================
   HOME24-STYLE ATTRIBUTE SELECTOR (Variable Products)
   ============================================================ */
/* Hide default WC variation dropdowns */
.nm-single-product .summary .variations_form .variations {
  display: none !important;
}
.nm-single-product .summary .variations_form .nm-variation-controls {
  display: none !important;
}
/* Attribute Row (click to open panel) */
.h24-attr-row {
  margin: 12px 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
  background: #fff;
}
.h24-attr-row:hover {
  border-color: #1a1a1a;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
}
.h24-attr-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.h24-attr-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.h24-attr-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.h24-attr-count {
  font-weight: 400;
  color: #666;
  font-size: 13px;
}
.h24-attr-selected {
  font-size: 14px;
  color: #555;
}
.h24-attr-arrow {
  flex-shrink: 0;
  color: #999;
  transition: color .2s;
}
.h24-attr-row:hover .h24-attr-arrow {
  color: #1a1a1a;
}
/* Overlay */
.h24-attr-panel-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.h24-attr-panel-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
/* Slide-in Panel */
.h24-attr-panel {
  position: fixed;
  top: 0;
  right: -460px;
  width: 440px;
  max-width: 90vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: right .3s ease;
  box-shadow: -4px 0 20px rgba(0,0,0,.15);
}
.h24-attr-panel.is-open {
  right: 0;
}
.h24-attr-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.h24-attr-panel-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.h24-attr-panel-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  padding: 0 4px;
}
.h24-attr-panel-close:hover {
  color: #1a1a1a;
}
.h24-attr-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}
/* Option Card */
.h24-attr-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.h24-attr-option:hover {
  border-color: #999;
}
.h24-attr-option.is-selected {
  border-color: #c45500;
  background: rgba(196,85,0,.03);
}
.h24-attr-option-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}
.h24-attr-option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.h24-attr-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.h24-attr-option-price {
  font-size: 14px;
  color: #c45500;
  font-weight: 700;
}
.h24-attr-option-check {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity .2s;
}
.h24-attr-option.is-selected .h24-attr-option-check {
  opacity: 1;
}
/* Confirm Button */
.h24-attr-panel-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e5e5;
}
.h24-attr-panel-confirm {
  width: 100%;
  background: #c45500;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.h24-attr-panel-confirm:hover {
  background: #a34800;
}
@media (max-width: 768px) {
  .h24-attr-panel {
    width: 100vw;
    max-width: 100vw;
    right: -100vw;
  }
  .h24-attr-panel-body {
    padding: 12px 16px;
  }
  .h24-attr-option {
    padding: 12px;
  }
  .h24-attr-option-img {
    width: 56px;
    height: 56px;
  }
}

/* ===== CART-2 PAGE: WooCommerce Blocks overrides ===== */
.wc-block-components-product-metadata,
.wc-block-components-product-metadata__description {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wc-block-cart-items .wc-block-components-product-name {
    font-size: 16px !important;
}
.wc-block-cart-items .wc-block-components-product-price,
.wc-block-cart-items .wc-block-components-product-price .wc-block-components-product-price__value,
.wc-block-cart-items .wc-block-formatted-money-amount {
    font-size: 12px !important;
}
.wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 12px !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-item__value strong,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount,
.wc-block-components-totals-footer-item-tax,
.wc-block-cart__totals-title {
    font-size: 12px !important;
}
.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-cart__submit-button {
    font-size: 20px !important;
}
.trivando-cross-sells {
    margin-top: 0 !important;
}
.wp-block-woocommerce-cart {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.wc-block-cart {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.nm-page-default-col .hentry {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.nm-page-default {
    padding-bottom: 0 !important;
}


/* ============================================
   RATGEBER BLOG — scoped via .is-ratgeber
   v1.0.1 — 2026-03-10
   ============================================ */

/* ── Blog page header ────────────────────── */
.is-ratgeber .nm-blog-wrap { max-width:1200px; margin:0 auto; padding:0 20px; }

/* ── Category navigation ─────────────────── */
.is-ratgeber .nm-blog-categories { margin-bottom:8px; }
.is-ratgeber .nm-blog-categories-list { display:flex !important; gap:6px; flex-wrap:wrap; justify-content:center; list-style:none; padding:0; margin:0; }
.is-ratgeber .nm-blog-categories-list li { margin:0; padding:0; }
.is-ratgeber .nm-blog-categories-list li a {
    display:inline-block; padding:5px 14px; background:#f5f5f5; border:1px solid #e8e8e8;
    border-radius:20px; font-size:12px; font-weight:500; color:#555; text-decoration:none;
    transition:all .2s; letter-spacing:.2px;
}
.is-ratgeber .nm-blog-categories-list li a:hover { background:#1a1a1a; color:#fff; border-color:#1a1a1a; }
.is-ratgeber .nm-blog-categories-list li.current-cat a { background:#1a1a1a; color:#fff; border-color:#1a1a1a; }
.is-ratgeber .nm-blog-categories-list li span { display:none; }
.is-ratgeber .nm-blog-categories-toggle { display:none !important; }

/* ── Grid cards ──────────────────────────── */
.is-ratgeber .nm-blog-grid { margin-top:6px; }
.is-ratgeber .nm-blog-grid ul,
.is-ratgeber #nm-blog-list,
ul.nm-ratgeber-grid {
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:24px !important;
    margin:0 !important;
    float:none !important;
    padding:0 !important;
    list-style:none !important;
}
.is-ratgeber .nm-blog-grid ul:before,
.is-ratgeber .nm-blog-grid ul:after,
ul.nm-ratgeber-grid:before,
ul.nm-ratgeber-grid:after { display:none !important; }
.is-ratgeber .nm-blog-grid li,
.is-ratgeber #nm-blog-list > li,
ul.nm-ratgeber-grid > li {
    background:#fff; border-radius:12px; overflow:hidden;
    box-shadow:0 1px 3px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04);
    transition:box-shadow .3s ease, transform .3s ease;
    border:1px solid rgba(0,0,0,.04);
    display:flex !important; flex-direction:column !important;
    float:none !important; width:auto !important; padding:0 !important;
    margin:0 !important; height:auto !important;
}
.is-ratgeber .nm-blog-grid li:hover {
    box-shadow:0 8px 32px rgba(0,0,0,.1); transform:translateY(-4px);
}

/* Thumbnail */
.is-ratgeber .nm-blog-grid .nm-post-thumbnail { overflow:hidden; position:relative; }
.is-ratgeber .nm-blog-grid .nm-post-thumbnail img {
    width:100%; height:200px; object-fit:cover; display:block;
    transition:transform .5s ease;
}
.is-ratgeber .nm-blog-grid li:hover .nm-post-thumbnail img { transform:scale(1.06); }
.is-ratgeber .nm-blog-grid .nm-post-thumbnail .nm-image-overlay { display:none; }

/* Meta (date) */
.is-ratgeber .nm-blog-grid .nm-post-meta { padding:16px 18px 0; font-size:0; }
.is-ratgeber .nm-blog-grid .nm-post-meta span {
    font-size:11px; color:#999; text-transform:uppercase; letter-spacing:.8px; font-weight:500;
}

/* Title */
.is-ratgeber .nm-blog-grid .nm-post-title { padding:6px 18px 0; margin:0; }
.is-ratgeber .nm-blog-grid .nm-post-title a {
    font-size:16px; font-weight:700; line-height:1.35; color:#1a1a1a;
    text-decoration:none; display:block;
}
.is-ratgeber .nm-blog-grid .nm-post-title a:hover { color:#333; }

/* Excerpt */
.is-ratgeber .nm-blog-grid .nm-post-content { padding:0 18px 18px; flex:1; display:flex; flex-direction:column; }
.is-ratgeber .nm-blog-grid .nm-post-excerpt {
    font-size:13px; color:#777; line-height:1.55; margin-top:6px;
    flex:1; display:flex; flex-direction:column;
}
.is-ratgeber .nm-blog-grid .nm-post-excerpt p { margin:0 0 10px; }

/* Read more button */
.is-ratgeber .nm-blog-grid .nm-post-read-more {
    display:inline-flex; align-items:center; gap:6px;
    padding:8px 18px; background:#1a1a1a; border-radius:6px;
    text-decoration:none; transition:all .2s; margin-top:auto;
    white-space:nowrap;
}
.is-ratgeber .nm-blog-grid .nm-post-read-more:hover { background:#333; }
.is-ratgeber .nm-blog-grid .nm-post-read-more span {
    font-size:12px; font-weight:600; color:#fff; letter-spacing:.3px; white-space:nowrap;
}
.is-ratgeber .nm-blog-grid .nm-post-read-more i { font-size:0; }
.is-ratgeber .nm-blog-grid .nm-post-read-more::after {
    content:"\2192"; font-size:13px; color:#fff; font-weight:400;
}

/* ── Single article ──────────────────────── */
.is-ratgeber.single-post .nm-post-header h1 {
    font-size:32px; font-weight:800; line-height:1.25; color:#1a1a1a; letter-spacing:-.3px;
}
.is-ratgeber.single-post .nm-single-post-meta-top { font-size:13px; color:#999; margin-top:8px; }
.is-ratgeber.single-post .nm-post-featured-image { border-radius:12px; overflow:hidden; margin-bottom:24px; }
.is-ratgeber.single-post .nm-post-featured-image img { border-radius:12px; }
.is-ratgeber.single-post .entry-content { font-size:16px; line-height:1.8; color:#2d2d2d; max-width:720px; }
.is-ratgeber.single-post .entry-content h2 { font-size:24px; font-weight:700; margin:2.2em 0 .7em; color:#1a1a1a; }
.is-ratgeber.single-post .entry-content h3 { font-size:20px; font-weight:600; margin:1.8em 0 .6em; color:#1a1a1a; }
.is-ratgeber.single-post .entry-content p { margin-bottom:1.2em; }
.is-ratgeber.single-post .entry-content img { border-radius:10px; margin:1.5em 0; max-width:100%; height:auto; }
.is-ratgeber.single-post .entry-content ul,
.is-ratgeber.single-post .entry-content ol { margin:1em 0 1.5em 1.5em; }
.is-ratgeber.single-post .entry-content li { margin-bottom:.5em; line-height:1.7; }
.is-ratgeber.single-post .entry-content blockquote {
    border-left:4px solid #1a1a1a; margin:2em 0; padding:1.2em 1.8em;
    background:#fafafa; border-radius:0 8px 8px 0; font-style:italic; color:#555;
}
.is-ratgeber.single-post .entry-content a { color:#1a1a1a; font-weight:500; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; }
.is-ratgeber.single-post .entry-content a:hover { color:#555; }
.is-ratgeber.single-post .nm-single-post-categories { font-size:13px; color:#888; }
.is-ratgeber.single-post .widget_tag_cloud a {
    display:inline-block; padding:4px 12px; background:#f5f5f5; border-radius:20px;
    font-size:12px !important; color:#555; text-decoration:none; margin:0 4px 6px 0; transition:all .2s;
}
.is-ratgeber.single-post .widget_tag_cloud a:hover { background:#1a1a1a; color:#fff; }
.is-ratgeber.single-post .nm-related-posts h2 { font-size:20px; font-weight:700; margin-bottom:16px; }
.is-ratgeber.single-post .nm-related-posts li { border-radius:12px; overflow:hidden; }
.is-ratgeber.single-post .nm-related-posts img { border-radius:0; }
.is-ratgeber.single-post .nm-post-pagination { border-top:1px solid #eee; margin-top:40px; padding-top:24px; }

/* Category SEO content block */
.is-ratgeber .nm-blog-seo-content { margin-top:48px; padding:40px 0 20px; border-top:1px solid #eee; }
.is-ratgeber .nm-blog-seo-text {
    max-width:860px; margin:0 auto;
    font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    font-size:15px; line-height:1.75; color:#444;
}
.is-ratgeber .nm-blog-seo-text h2 { font-size:22px; font-weight:700; color:#1a1a1a; margin:0 0 12px; line-height:1.3; }
.is-ratgeber .nm-blog-seo-text h3 { font-size:18px; font-weight:600; color:#1a1a1a; margin:24px 0 8px; line-height:1.35; }
.is-ratgeber .nm-blog-seo-text p { margin:0 0 16px; }
.is-ratgeber .nm-blog-seo-text a { color:#1a1a1a; text-decoration:underline; text-underline-offset:2px; }
.is-ratgeber .nm-blog-seo-text a:hover { color:#555; }
.is-ratgeber .nm-blog-seo-text ul,
.is-ratgeber .nm-blog-seo-text ol { margin:0 0 16px 20px; padding:0; }
.is-ratgeber .nm-blog-seo-text li { margin-bottom:6px; }
.is-ratgeber .nm-blog-seo-text img { max-width:100%; height:auto; border-radius:10px; margin:16px 0; }

/* ── Mobile responsive ───────────────────── */
@media (max-width:768px) {
    .is-ratgeber .nm-blog-wrap { padding:0 14px; }
    .is-ratgeber .nm-blog-categories-list { gap:5px; justify-content:flex-start; }
    .is-ratgeber .nm-blog-categories-list li a { padding:4px 11px; font-size:11px; }
    .is-ratgeber .nm-blog-grid ul,
    .is-ratgeber #nm-blog-list,
    ul.nm-ratgeber-grid { grid-template-columns:repeat(2,1fr) !important; gap:16px !important; }
    .is-ratgeber .nm-blog-grid .nm-post-thumbnail img { height:180px; }
    .is-ratgeber .nm-blog-grid .nm-post-meta { padding:12px 14px 0; }
    .is-ratgeber .nm-blog-grid .nm-post-title { padding:4px 14px 0; }
    .is-ratgeber .nm-blog-grid .nm-post-title a { font-size:15px; }
    .is-ratgeber .nm-blog-grid .nm-post-content { padding:0 14px 14px; }
    .is-ratgeber .nm-blog-grid .nm-post-excerpt { font-size:12px; }
    .is-ratgeber .nm-blog-grid .nm-post-read-more { padding:7px 14px; }
    .is-ratgeber .nm-blog-grid .nm-post-read-more span { font-size:11px; }
    .is-ratgeber.single-post .nm-post-header h1 { font-size:24px; }
    .is-ratgeber.single-post .entry-content { font-size:15px; line-height:1.7; }
    .is-ratgeber.single-post .entry-content h2 { font-size:20px; }
    .is-ratgeber.single-post .entry-content h3 { font-size:18px; }
    .is-ratgeber .nm-blog-seo-content { margin-top:32px; padding:24px 0 12px; }
    .is-ratgeber .nm-blog-seo-text { font-size:14px; }
    .is-ratgeber .nm-blog-seo-text h2 { font-size:19px; }
    .is-ratgeber .nm-blog-seo-text h3 { font-size:16px; }
}
@media (max-width:480px) {
    .is-ratgeber .nm-blog-grid ul,
    .is-ratgeber #nm-blog-list,
    ul.nm-ratgeber-grid { grid-template-columns:1fr !important; gap:14px !important; }
    .is-ratgeber .nm-blog-grid .nm-post-thumbnail img { height:160px; }
    .is-ratgeber .nm-blog-grid .nm-post-title a { font-size:14px; }
    .is-ratgeber.single-post .nm-post-header h1 { font-size:21px; }
}
