
/* Shop */
#nm-shop {
	padding: 0 0 37px;
}
#nm-shop.header-disabled {
    padding-top: 65px;
}

/* Breadcrumbs (hidden by default) */
#nm-shop .woocommerce-breadcrumb {
    max-width: var(--nm--page-width);
    margin: 20px auto 0;
    padding: 0 30px;
}
@media all and (max-width: 768px) {
    #nm-shop .woocommerce-breadcrumb {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Defaults */
.woocommerce-result-count,
.woocommerce-ordering { /* Included with shortcodes */
    display: none;
}

/* Taxonomy header */
#nm-shop-taxonomy-header {
    padding-top: 25px;
}
#nm-shop-taxonomy-header.hidden {
    display: none;
}
#nm-shop-taxonomy-header.has-image {
    padding-top: 0;
    height: 550px;
}
.nm-shop-taxonomy-header-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
}
.nm-shop-taxonomy-text.align-center {
    text-align: center;
}
.nm-shop-taxonomy-text.align-right {
    text-align: right;
}
#nm-shop-taxonomy-header.has-image .nm-shop-taxonomy-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.nm-shop-taxonomy-text h1 {
    font-size: 30px;
}
.nm-shop-taxonomy-text .term-description {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 10px;
}

@media all and (max-width: 991px) {
    #nm-shop-taxonomy-header {
        padding-top: 12px;
    }
    #nm-shop-taxonomy-header.has-image {
        height: 370px;
    }
}
@media all and (max-width: 768px) {
    #nm-shop-taxonomy-header.has-image {
        height: 210px;
    }
    .nm-shop-taxonomy-text h1 {
        font-size: 28px;
    }
    #nm-shop-taxonomy-header.has-image .nm-shop-taxonomy-text .term-description {
        /*display: none;*/
        font-size: 14px;
    }
}
@media all and (max-width: 550px) {
    #nm-shop-taxonomy-header.has-image .nm-shop-taxonomy-text h1 {
        font-size: 24px;
    }
}
/*@media all and (max-width: 400px) {
    #nm-shop-taxonomy-header.has-image .nm-shop-taxonomy-text h1 {
        font-size: 22px;
    }
}*/

/* Taxonomy heading */
.nm-shop-taxonomy-heading {
    padding-top: 25px;
    text-align: center;
}
.nm-shop-taxonomy-heading.hidden {
    display: none;
}
.nm-shop-taxonomy-heading h1 {
    font-size: 30px;
}
@media all and (max-width: 550px) {
    .nm-shop-taxonomy-heading h1 {
        font-size: 22px;
    }
}

/* Header */
.nm-shop-header {
    padding: 56px 0;
}
@media all and (min-width: 992px) {
    .nm-shop-header.no-categories.no-filters.no-search.has-sidebar {
        padding: 65px 0 0;
    }
}

/* Menus */
.nm-shop-menu {
	overflow: hidden;
}
.nm-shop-menu ul li a {
	color: inherit;
}
.nm-shop-menu ul li a:hover,
.nm-shop-menu ul li.current-cat > a,
.nm-shop-menu ul li.active a {
    color: #dc9814;
}
.nm-shop-menu ul li:first-child,
.nm-shop-menu ul li:first-child a {
	margin-left: 0;
}
.nm-shop-menu ul li:last-of-type,
.nm-shop-menu ul li:last-child,
.nm-shop-menu ul li:last-of-type a,
.nm-shop-menu ul li:last-child a {
	margin-right: 0;
}
.nm-shop-menu ul li > span {
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.5;
}
.nm-shop-menu ul li:first-child > span {
    display: none;
}

/* Menus: Filter */
#nm-shop-filter-menu-wrap {
	float: right;
	width: 20%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
}
.nm-shop-header.no-categories #nm-shop-filter-menu-wrap {
	float: left;
	width: 100%;
	text-align: left;
}
.nm-shop-filter-menu li {
    display: inline-block;
    vertical-align: middle;
}
.nm-shop-filter-menu li.nm-shop-sidebar-btn-wrap,
.nm-shop-filter-menu li.nm-shop-categories-btn-wrap {
	display: none;
}
.nm-shop-filter-menu li a {
    font-size: 18px;
    line-height: 1.4;
	margin: 0 15px;
}
.nm-shop-filter-menu li a i {
	position: relative;
    top: 1px;
    display: none;
    opacity: 0.7;
    margin-right: 4px;
}
.nm-shop-filter-menu li a i.nm-font-angle-down {
	vertical-align: middle;
}

/* Menus: Filter - Filter */
.nm-shop-header.no-search .nm-shop-filter-menu li.nm-shop-filter-btn-wrap a i {
    display: inline-block;
}

/* Menus: Filter - Search */
.nm-shop-header.no-filters .nm-shop-filter-menu li.nm-shop-search-btn-wrap > span {
	display: none;
}
.nm-shop-filter-menu li.nm-shop-search-btn-wrap a i {
    display: inline;
    font-size: 0.9em;
    margin-right: 5px;
}

/* Menus: Filter - No separator */
.list_nosep .nm-shop-filter-menu li.nm-shop-search-btn-wrap > span {
	display: none;
}
.list_nosep .nm-shop-filter-menu li a {
	margin: 0 25px 0 0;
}
.list_nosep .nm-shop-filter-menu li:last-of-type a {
	margin-right: 0;
}

/* Menus: Filter - Centered categories (hidden) */
.nm-shop-header.centered #nm-shop-filter-menu-wrap {
    display: none;
}

/* Menus: Categories */
#nm-shop-categories-wrap {
	float: left;
	width: 80%;
    overflow: hidden;
}
.nm-shop-categories {
    margin-bottom: -15px; /* Offset menu-list bottom margin */
}
.nm-shop-categories li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}
.nm-shop-categories li a {
    font-size: 18px;
    line-height: 1.4;
	margin: 0 17px;
}
.nm-shop-categories li.current-cat-sub > a {
    pointer-events: none;
}

/* Menus: Categories - Back button */
.nm-shop-categories li.nm-category-back-button.current-cat a {
	color: inherit;
	padding-bottom: 0;
	border-bottom: 0 none;
	opacity: 0.5;
	cursor: default;
}
.nm-shop-categories li.nm-category-back-button a i {
	vertical-align: middle;
}

/* Menus: Categories - Thumbnails */
.nm-shop-categories img {
	display: inline-block;
    vertical-align: text-bottom;
	width: auto;
    height: 24px;
	margin-right: 10px;
}
@media all and (max-width: 991px) {
    .nm-shop-categories img {
	   height: 24px;
	   vertical-align: middle;
	   margin: 5px 12px 5px 0;
    }
}

/* Menus: Categories - No separator */
.list_nosep .nm-shop-categories li a {
	margin: 0 28px 0 0;
}
.list_nosep .nm-shop-categories li:last-of-type a {
	margin-right: 0;
}
.list_nosep .nm-shop-categories li > span {
	display: none;
}
.list_nosep .nm-shop-sub-categories li a {
	font-size: 16px;
	margin-right: 19px;
}
.list_nosep .nm-shop-sub-categories li:last-child a {
	margin-right: 0;
}

/* Menus: Categories - Centered */
.nm-shop-header.centered #nm-shop-categories-wrap {
	width: 100%;
    text-align: center;
}

/* Menus: Categories - Centered - Spaced evenly */
@media all and (min-width: 769px) {
    .nm-shop-header.centered.has-sidebar .list-spaced #nm-shop-categories-wrap {
	   text-align: center;
    }
    .nm-shop-header.centered .list-spaced .nm-shop-categories {
        display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
        -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
        -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
        -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline;
        margin: 0 -8px;
    }
    .nm-shop-header.centered .list-spaced .nm-shop-categories li {
        -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
        display: -webkit-flex; display: -ms-flexbox; display: flex;
        width: 16.66667%;
        margin-bottom: 0;
    }
    .nm-shop-header.centered .list-spaced .nm-shop-categories li a {
        margin: 0;
        padding: 0 8px;
    }
    .nm-shop-header.centered .list-spaced .nm-shop-categories li > span {
        display: none;
    }
}
@media all and (min-width: 769px) and (max-width: 1110px) {
    .nm-shop-header.centered .list-spaced .nm-shop-categories li {
        width: 20%;
    }
}

/* Menus: Categories - Centered - Spaced evenly - Thumbnails */
.nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories li {
    vertical-align: bottom;
}
.nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories li a {
    display: block;
}
.nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories span {
    display: none;
}
.nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories img {
	display: block;
	width: auto;
    height: 46px;
    margin: 0 auto 17px;
}

/* Menus: Sub-categories */
.nm-shop-categories .nm-shop-sub-categories-nested {
    display: none;
    padding: 15px 0 15px 15px;
}
.nm-shop-categories .nm-shop-sub-categories-nested li {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0 none;
}
.nm-shop-sub-categories {
	width: 100%;
	margin-bottom: -15px;
    padding-top: 16px;
	overflow: hidden;
}
.nm-shop-sub-categories li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.nm-shop-sub-categories a {
    font-size: 18px;
    line-height: 1.4;
	margin: 0 28px 0 0;
}
.nm-shop-sub-categories li.current-cat a,
.nm-shop-sub-categories li.active a {
	padding-bottom: 3px;
}
.nm-shop-sub-categories li span {
	display: none;
}
.nm-shop-sub-categories img {
	display: inline-block;
    vertical-align: text-bottom;
	width: auto;
    height: 24px;
	margin-right: 10px;
}

/* Menus: Sub-categories - Centered */
.nm-shop-header.centered .nm-shop-categories .nm-shop-sub-categories-nested {
    padding-left: 0;
}

/* Filters */
#nm-shop-sidebar-layout-indicator { /* Don't remove (used for testing sidebar/filters layout in JavaScript) */
	display: none !important;
}
.nm-shop-sidebar-header #nm-shop-sidebar {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}
#nm-shop-sidebar.fade-in {
	opacity: 1;
}
#nm-shop-sidebar.force-show {
	display: block;
}
#nm-shop-sidebar .nm-shop-sidebar-inner {
	padding-top: 24px;
}
.nm-shop-sidebar-header #nm-shop-sidebar .widget {
	padding-top: 28px;
	/* Equal height fix */
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
@media all and (min-width: 992px) {
    .nm-shop-sidebar-header #nm-shop-sidebar .widget .nm-shop-widget-col:last-child {
        height: auto !important; /* Override static height set by tablet/mobile menu */
    }
}

/* Filters: Sidebar */
.nm-shop-sidebar-default.nm-shop-sidebar-position-right .nm-shop-sidebar-col {
    float: right;
}
.nm-shop-sidebar-default #nm-shop-sidebar {
    padding-right: 34px;
}
.nm-shop-sidebar-default.nm-shop-sidebar-position-right #nm-shop-sidebar {
    padding-right: 0;
    padding-left: 34px;
}
.nm-shop-sidebar-default #nm-shop-sidebar .widget {
	margin-bottom: 37px;
	padding-bottom: 37px;
	border-bottom: 1px solid #eaeaea;
}
.nm-shop-sidebar-default #nm-shop-sidebar .widget:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}
@media all and (min-width: 992px) {
    .nm-shop-sidebar-default #nm-shop-sidebar {
        display: block !important;
    }
}

/* Filters: Popup */


/* Filters: Scrollbar */
.widget.scroll-enabled .nm-widget-title {
	margin-bottom: 13px;
}
.widget.scroll-enabled .nm-shop-widget-col:last-child {
	position: relative;
	overflow: hidden;
}
.nm-shop-widget-scroll {
	/*height: 145px;*/
    max-height: 145px;
	padding-top: 3px; /* Show "active" filter's top-border */
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.no-touch .scroll-type-default .nm-shop-widget-scroll,
.no-touch .nm-shop-widget-scroll.scrollable {
	padding-right: 15px;
}

/* Search */
#nm-shop-search {
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
#nm-shop-search.fade-in {
	opacity: 1;
}
#nm-shop-search-close {
	position: absolute;
	top: 50%;
	right: 0;
    z-index: 10;
	font-size: 24px;
	line-height: 1;
	color: #aaa;
	width: 23px;
	height: 23px;
	margin-top: -12px;
}
#nm-shop-search-close:hover {
	color: #282828;
}
#nm-shop-search .nm-shop-search-inner {
	position: relative;
    padding-top: 46px;
}
#nm-shop-search .nm-shop-search-input-wrap {
	position: relative;
	overflow: hidden;
}
#nm-shop-search-input {
	display: block;
	font-size: 26px;
	line-height: normal;
	font-weight: inherit;
	font-family: inherit;
	width: 100%;
	padding: 0 23px 0 0;
	border: 0 none;
	background: none;
}
#nm-shop-search input::-ms-clear { /* IE: Remove "X" button */
	width: 0;
	height: 0;
}

/* Search: Notice */
#nm-shop-search-notice {
	line-height: 1;
	color: #aaa;
	height: 0;
	white-space: nowrap;
    text-align: left;
	opacity: 0;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
	cursor: default;
}
#nm-shop-search-notice.show {
	height: 32px;
	opacity: 1;
}
#nm-shop-search-notice span {
	display: block;
	padding-top: 16px;
}

/* Results bar */
.nm-shop-results-bar {
	width: auto;
    margin-bottom: 17px;
    padding: 0;
}
.nm-shop:not(.nm-shop-sidebar-default) .nm-shop-header.centered ~ #nm-shop-products .nm-shop-results-bar {
    text-align: center;
}
.nm-shop-results-bar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.nm-shop-results-bar a {
	position: relative;
    display: inline-block;
    color: inherit;
    line-height: 1.4;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
    vertical-align: top;
	overflow: hidden;
    padding: 4px 14px 4px 32px;
	border: 1px solid var(--nm--color-font);
	border-radius: 30px;
	transition: all 0.2s ease;
}
.nm-shop-results-bar a:hover {
	text-decoration: line-through;
	border-color: var(--nm--color-font-strong);
}
.nm-shop-results-bar a:before {
	display: block;
	position: absolute;
    top: calc(50% - 1px);
	left: 11px;
    font-family: 'nm-font';
    font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: inherit;
    content: "\e117";
    transform: translateY(-50%);
}
.nm-shop-results-bar #nm-shop-search-taxonomy-reset {
    max-width: 350px;
}

/* Results bar: Category yu:changed*/
.nm-shop-results-bar.is-category .nm-shop-category-reset,
body.archive.tax-product_brand .nm-shop-results-bar:not(.has-filters).is-brand,
/* body.archive.search .nm-shop-results-bar:not(.has-filters).is-search, */
.nm-shop-results-bar:not(.has-filters).is-category {
	display: none;
}
@media (max-width: 991px) {
    .home .nm-shop-results-bar:not(.has-filters).is-category {
        display: block;
    }
    .home .nm-shop-results-bar.is-category .nm-shop-category-reset {
		display: inline-block;
	}
}

/* Category description */
#nm-shop-browse-wrap .term-description {
	font-size: 16px;
	line-height: 1.8;
	margin-top: -6px;
	margin-bottom: 25px;
	padding: 0 0 21px;
}
#nm-shop-browse-wrap.nm-shop-description-borders .term-description {
	margin-top: 0;
	margin-bottom: 50px;
	padding: 19px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
@media all and (max-width: 768px) {
	/* Category description */
	#nm-shop-browse-wrap.nm-shop-description-borders .term-description {
		margin-bottom: 25px;
	}	
}
@media all and (max-width: 400px) {
	/* Category description */
	#nm-shop-browse-wrap .term-description,
	#nm-shop-browse-wrap.nm-shop-description-borders .term-description {
		margin-top: 0;
		padding: 9px 0 16px;
		border-top: 0 none;
		border-bottom: 0 none;
	}
}

/* Products */
.nm-shop-products-col {
	overflow: hidden;
}
#nm-shop-products {
	position: relative;
}

/* Products: Shop browse container */
#nm-shop-browse-wrap {
	min-height: 439px;
}
#nm-shop-browse-wrap.hide {
	display: none;
}

/* Products: Overlay */
#nm-shop-products-overlay {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1000;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	background: #fff;
	-webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
#nm-shop-products-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
#nm-shop-products-overlay.fade-out {
	opacity: 0;
}
#nm-shop-products-overlay.no-anim {
	-webkit-transition: none; transition: none;
}
#nm-shop-products-overlay.nm-loader:after {
	top: 100px;
	right: auto;
	left: 50%;
    width: 20px;
    height: 20px;
	margin-left: -10px;
}

/* Products: Infinite load */
.nm-infload-link {
	display: none;
}
.nm-infload-controls {
	position: relative;
	width: 100%;
	min-height: 42px;
	margin: 17px 0 36px;
	overflow: hidden;
	text-align: center;
}
/* Result count */
.nm-infload-controls .woocommerce-result-count {
    display: block;
    margin-bottom: 16px;
}
/* Button */
.nm-infload-controls-button {
    position: relative;
}
.nm-infload-controls-button a {
	display: block;
	font-size: 16px;
	line-height: 62px;
	color: #282828;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.nm-infload-controls-button a:hover {
	color: inherit;
}
/*.nm-infload-controls.hide-btn .nm-infload-controls-button a,*/
.all-products-loaded .nm-infload-controls-button .nm-infload-btn {
	display: none;
}
/* Button: To top */
.nm-infload-controls-button .nm-infload-to-top {
	display: none;
}
.all-products-loaded .nm-infload-controls-button .nm-infload-to-top {
	display: block;
}
/* Loader */
.nm-infload-controls.scroll-mode .nm-infload-btn,
.nm-infload-controls.loading .nm-infload-btn {
	text-indent: -1000em;
	overflow: hidden;
}

/* Products: No products found */
.nm-shop-no-products {
    margin: 56px 0;
    text-align: center;
}
.nm-shop-no-products h3 {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
}

/* Pagination */
#nm-shop .woocommerce-pagination {
    position: relative;
    margin: 18px 0 25px;
}
#nm-shop ul.page-numbers {
	margin: 0 auto;
	text-align: center;
}
#nm-shop ul.page-numbers li {
	float: none;
	display: inline-block;
}
#nm-shop ul.page-numbers li a,
#nm-shop ul.page-numbers li span {
	margin: 3px 12px;
    padding: 0;
}
#nm-shop ul.page-numbers li span.current {
    border-bottom: 1px solid;
}
#nm-shop ul.page-numbers li a.prev i,
#nm-shop ul.page-numbers li a.next i {
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
}

@media all and (min-width: 991px) {
    #nm-shop ul.page-numbers {
	   width: 50%;
    }
    #nm-shop ul.page-numbers li a.prev,
    #nm-shop ul.page-numbers li a.next {
        position: absolute;
        top: 0;
        width: calc(25% - 18px);
        margin-right: 0;
        margin-left: 0;
    }
    #nm-shop ul.page-numbers li a.prev {
        left: 0;
        text-align: right;
    }
    #nm-shop ul.page-numbers li a.next {
        right: 0;
        text-align: left;
    }
    #nm-shop ul.page-numbers li a.prev i,
    #nm-shop ul.page-numbers li a.next i {
        position: relative;
        top: -3px;
        font-size: 36px;
    }
    #nm-shop ul.page-numbers li a.prev i {
        left: 8px;
    }
    #nm-shop ul.page-numbers li a.next i {
        left: -8px;
    }
}

@media all and (max-width: 1199px) {
    /* Filters: Sidebar */
    .nm-shop-sidebar-default #nm-shop-sidebar {
        padding-right: 16px;
    }
    .nm-shop-sidebar-default.nm-shop-sidebar-position-right #nm-shop-sidebar {
        padding-left: 16px;
    }
}
@media all and (max-width: 1080px) {
    /* Menus: Filter */
    .nm-shop-filter-menu li.nm-shop-search-btn-wrap > span {
        display: none;
    }
    .nm-shop-filter-menu li a {
        margin: 0 25px 0 0;
    }
    .nm-shop-filter-menu li:last-of-type a {
        margin-right: 0;
    }

    /* Menus: Categories */
    .nm-shop-categories li a {
        margin: 0 28px 0 0;
    }
    .nm-shop-categories li:last-of-type a {
        margin-right: 0;
    }
    .nm-shop-categories li > span {
        display: none;
    }
}
@media all and (max-width: 991px) {
	#nm-shop.header-disabled {
        padding-top: 51px;
    }
    
    /* Header */
	.nm-shop-header {
        padding: 40px 0;
	}
    
	/* Menus: Filter */
	#nm-shop-filter-menu-wrap {
		float: none;
		width: 100%;
		text-align: left;
	}
    .nm-shop-header.centered.has-sidebar #nm-shop-filter-menu-wrap {
        display: block;
    }
    .nm-shop-filter-menu li {
        float: left;
        display: block;
    }
    .nm-shop-filter-menu li.nm-shop-sidebar-btn-wrap,
	.nm-shop-filter-menu li.nm-shop-categories-btn-wrap {
		display: block;
	}
    .has-categories.no-search .nm-shop-filter-menu li.nm-shop-filter-btn-wrap,
    .has-categories.has-sidebar .nm-shop-filter-menu li.nm-shop-search-btn-wrap,
    .has-categories.has-filters .nm-shop-filter-menu li.nm-shop-search-btn-wrap {
		float: right;
	}
    .nm-shop-menu .nm-shop-filter-menu li a:hover,
    .nm-shop-menu .nm-shop-filter-menu li.active a {
        color: #282828;
    }
    .nm-shop-filter-menu li.nm-shop-sidebar-btn-wrap a i {
        display: inline;
    }
	
	/* Menus: Categories */
	#nm-shop-categories-wrap {
		display: none;
		width: 100%;
        padding-top: 34px;
		opacity: 0;
		-webkit-transition: opacity 0.1s ease; transition: opacity 0.1s ease;
	}
	#nm-shop-categories-wrap.fade-in {
		opacity: 1;
        -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;
	}
	#nm-shop-categories-wrap.force-show {
		display: block;
	}
	.nm-shop-categories li a {
		font-size: 16px;
	}
	.nm-shop-categories li.current-cat > a {
		border-bottom: 0 none;
		padding-bottom: 0;
	}
    
    /* Menus: Categories - Centered */
    .nm-shop-header.centered.has-sidebar #nm-shop-categories-wrap {
	   text-align: left;
    }
    /*.nm-shop-header.centered.no-sidebar .nm-shop-categories li {
        display: inline-block;
        float: none;
    }*/
	
    /* Menus: Sub-categories */
    .nm-shop-sub-categories li a {
		font-size: 16px;
	}
    
	/* Filters */
	#nm-shop-sidebar-layout-indicator { /* Don't remove (used for testing sidebar/filters layout in JavaScript) */
		overflow: hidden !important;
	}
    #nm-shop-sidebar {
        margin-bottom: -14px;
	}
	.nm-shop-sidebar-header #nm-shop-sidebar .widget,
	.nm-shop-sidebar-default #nm-shop-sidebar .widget,
	#nm-shop-sidebar .widget {
		width: 100% !important;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	#nm-shop-sidebar .widget .nm-widget-title {
		position: relative;
		font-size: 16px;
		color: inherit;
		margin-bottom: 0;
		padding-top: 14px;
		padding-bottom: 14px;
        border-top: 1px solid #eee; /* Note: Use border-top since the bottom-border for the widgets is hidden when it's toggled */
		cursor: pointer;
		-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	}
    #nm-shop-sidebar .widget:first-child .nm-widget-title {
        border-top: 0 none;
    }
	#nm-shop-sidebar .widget .nm-widget-title:after {
		position: absolute;
		top: 16px;
		right: 0;
		z-index: 100;
		display: block;
		font-family: 'nm-font';	
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
        content: "\e91f";
		width: 14px;
		height: 14px;
		text-align: right;
        transition: transform 0.2s ease;
	}
	#nm-shop-sidebar .widget.show .nm-widget-title:after {
        transform: rotate(180deg);
	}
	#nm-shop-sidebar .widget.show .nm-widget-title,
	#nm-shop-sidebar .widget .nm-widget-title:hover {
		color: #282828;
	}
    #nm-shop-sidebar .widget .nm-shop-widget-col:last-child {
        position: relative;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        transition: height 0.2s ease;
    }
    .touch #nm-shop-sidebar .widget.show .nm-shop-widget-col:last-child {
		height: auto;
	}
    #nm-shop-sidebar .widget .nm-shop-widget-col:last-child > * {
        padding: 0 0 21px;
	}
    
    /* Filters - Sidebar */
    .nm-shop-sidebar-default.header-enabled .nm-shop-sidebar-col {
        margin-top: -9px;
		margin-bottom:9px;/*yu*/
    }
    .nm-shop-sidebar-default.nm-shop-sidebar-position-right .nm-shop-sidebar-col {
        float: none;
    }
    .nm-shop-sidebar-default.header-enabled #nm-shop-sidebar {
        display: none;
        padding-right: 0;
        opacity: 0;
		transition: opacity 0.5s ease;
	}
	.nm-shop-sidebar-default #nm-shop-sidebar.fade-in {
		opacity: 1;
	}
    .nm-shop-sidebar-default.nm-shop-sidebar-position-right #nm-shop-sidebar {
        padding-left: 0;
    }
    .nm-shop-sidebar-default #nm-shop-widgets-ul {
        padding-bottom: 38px;
	}
    
	/* Filters: Scrollbar */
	.nm-shop-widget-scroll {
		/*height: auto !important;*/
        max-height: none !important;
		margin-right: 0 !important;
		padding-right: 0;
		overflow: visible;
	}
	.nm-scrollbar {
		display: none;
	}
	
	/* Search */
	#nm-shop-search-close {	
		font-size: 22px;
	}
	.nm-shop-sidebar-default #nm-shop-search-close {
		margin-top: -18px;
	}
	#nm-shop-search .nm-shop-search-inner {
        padding-top: 36px;
		padding-bottom: 5px;
	}
	.nm-shop-sidebar-default #nm-shop-search .nm-shop-search-inner {
		padding-bottom: 10px;
	}
	#nm-shop-search input {
		font-size: 22px;
	}
	.nm-shop-sidebar-default #nm-shop-search input {
		padding-bottom: 11px;
		border-bottom: 1px solid #eee;
	}
	
	/* Products: Overlay */
	#nm-shop-products-overlay.nm-loader:after {
		top: 56px;
	}
}
@media all and (min-width: 769px) and (max-width: 991px) {
    /* Menus: Categories - Centered */
    .nm-shop-header.centered.no-sidebar #nm-shop-categories-wrap {
        display: block;
        padding-top: 0;
        opacity: 1;
    }
}
@media all and (max-width: 768px) {
	/* Menus: Filter - Centered header */
    .nm-shop-header.centered.no-sidebar #nm-shop-filter-menu-wrap {
        display: block;
        text-align: center;
    }
    .nm-shop-header.centered.no-sidebar .nm-shop-filter-menu li {
        float: none;
        display: inline-block;
    }
    
    /* Menus: Categories */
	#nm-shop-categories-wrap {
        padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.nm-shop-sidebar-default #nm-shop-categories-wrap {
		padding-bottom: 0;
	}
	.nm-shop-categories li {
		float: none;
		width: 100%;
		line-height: 1.6;
		margin: 0 0 9px 0;
		padding-bottom: 8px;
		border-bottom: 1px solid #eee;
	}
	.nm-shop-categories li:last-of-type,
    .nm-shop-categories li:last-child {
		margin-bottom: 0;
	}
	.nm-shop-categories li a {
		display: block;
		line-height: 1.6;
        margin: 0;
	}
    
    /* Menus: Categories - No separator */
    .list_nosep .nm-shop-categories li a {
        margin-right: 0;
    }
    
    /* Menus: Categories - Centered */
    .nm-shop-header.centered #nm-shop-categories-wrap {
        text-align: start;
        padding-top: 28px;
	}
    .nm-shop-header.centered #nm-shop-categories-wrap:not(.fade-in) {
        opacity: 0;
    }
    
    /* Menus: Categories - Centered - Spaced evenly - Thumbnails */
    .nm-shop-header.centered .list-spaced.thumbnails-top .nm-shop-categories img {
        display: inline-block;
        height: 24px;
        vertical-align: middle;
        margin: 6px 12px 5px 0;
    }
    
    /* Menus: Sub-categories */
    .nm-shop-categories .nm-shop-sub-categories-nested {
        display: block;
    }
    .nm-shop-sub-categories {
        display: none;
	}
    
    /* Products: Overlay */
	#nm-shop-products-overlay.nm-loader:after {
		top: 29px;
	}
	
	/* Products: Infinite load */
	.nm-infload-controls.button-mode {
		margin: 17px 0 27px;
	}
	/* Buttons */
	.nm-infload-controls-button a {
		line-height: 50px;
	}
}
@media all and (max-width: 400px) {
	/* Header */
	.nm-shop-header {
		padding: 35px 0 32px;
	}
    .nm-shop-header.centered.no-sidebar {
        padding-top: 31px;
    }
	
	/* Menus: Filter */
	.nm-shop-filter-menu li a {
        font-size: 16px;
		line-height: 2.6;
        margin-right: 14px;
	}
    .touch .nm-shop-filter-menu li.nm-shop-search-btn-wrap a {
        padding-left: 15px; /* Increase link's touch size */
    }
    .nm-shop-filter-menu li.nm-shop-search-btn-wrap a > span {
		display: none;
	}
    .nm-shop-filter-menu li.nm-shop-search-btn-wrap a i {
        font-size: inherit;
        line-height: inherit;
        opacity: 1;
        padding-left: 0;
        vertical-align: top;
    }
	.nm-shop-filter-menu li.nm-shop-search-btn-wrap {
		float: right;
	}
	
	/* Menus: Categories */
	#nm-shop-categories-wrap {
		padding: 16px 0 5px;
	}
	.nm-shop-categories li a {
		font-size: inherit;
		line-height: inherit;
	}
    
    /* Menus: Categories - Centered */
    .nm-shop-header.centered #nm-shop-categories-wrap {
        padding-top: 16px;
	}
	
	/* Filters */
	#nm-shop-sidebar .nm-shop-sidebar-inner {
		padding: 6px 0 6px;
	}
	#nm-shop-sidebar .widget .nm-widget-title {
		font-size: inherit;
		padding-top: 12px;
		padding-bottom: 11px;
	}
	#nm-shop-sidebar .widget .nm-widget-title:after {
		top: 14px;
    }
    
    /* Filters: Sidebar */
    .nm-shop-sidebar-default.header-enabled .nm-shop-sidebar-col {
        top: 0;
    }
    .nm-shop-sidebar-default.header-enabled #nm-shop-widgets-ul {
		padding-bottom: 12px;
	}
	
	/* Search */
	#nm-shop-search .nm-shop-search-inner,
	.nm-shop-sidebar-default #nm-shop-search .nm-shop-search-inner {
		padding-bottom: 0;
	}
    #nm-shop-search .nm-shop-search-inner {
        padding-top: 16px;
    }
	#nm-shop-search-close {
		font-size: 16px;
		width: 14px;
		margin-top: -9px;
	}
	.nm-shop-sidebar-default #nm-shop-search-close {
		margin-top: -16px;
	}
	#nm-shop-search input {
		font-size: 18px;
		padding-right: 24px;
	}
	.nm-shop-sidebar-default #nm-shop-search input {
		padding-bottom: 9px;
	}
	/* Search: Notice */
	#nm-shop-search-notice {
		display: none;
	}
	
	/* Products: Infinite load */
	.nm-infload-controls.button-mode {
		margin: 11px 0 27px;
	}
    
    /* Pagination */
    #nm-shop ul.page-numbers li a,
    #nm-shop ul.page-numbers li span {
        margin-right: 8px;
        margin-left: 8px;
    }
}


/* #Widgets
--------------------------------------------------------------- */

/* Widget: Filter Products by Price (list) */
.nm_widget_price_filter ul li.current {
	color: #dc9814;
}

/* Widget: Filter Products by Price (slider) */
@media all and (min-width: 992px) {
    .nm-shop-sidebar-default #nm-shop-sidebar .widget_price_filter {
        min-height: 135px;
    }
}
.widget_price_filter .price_slider_wrapper {
    overflow: hidden;
}
.widget_price_filter .price_slider.ui-slider {
    margin-top: 26px;
    margin-bottom: 20px;
}
.widget_price_filter .ui-slider {
    position: relative;
    margin-right: 10px;
    margin-left: 9px;
    text-align: left;
}
#nm-shop.loading .widget_price_filter .ui-slider {
    pointer-events: none;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: -8px;
    z-index: 2;
    width: 17px;
    height: 17px;
    margin-left: -8px;
    outline: 0;
    cursor: ew-resize;
    border: 2px solid #282828;
    border-radius: 50%;
    background-color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #ccc;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ccc;
}
.widget_price_filter .ui-slider-horizontal {
    height: 1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.widget_price_filter .price_slider_amount input {
    display: none;
}
.widget_price_filter .price_slider_amount .price_label {
	display: inline-block;
}
.nm-price-slider-label {
    display: none;
}
.widget_price_filter .price_slider_amount .button {
	display: none;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	margin-left: 10px;
	padding: 0;
	border-bottom: 1px solid;
	background-color: transparent;
}
.touch #nm-shop.ajax-desktop .widget_price_filter .price_slider_amount .button, /* Ajax disabled on mobile */
#nm-shop.ajax-0 .widget_price_filter .price_slider_amount .button { /* Ajax disabled */
    display: inline-block;
}

/* Widget: Product Sorting */
.widget_product_sorting ul li:last-child {
	margin-bottom: 0;
}
.widget_product_sorting ul li input {
    display: none;
}

/* Widget: Product Categories */
.widget_product_categories ul li:last-child {
	margin-bottom: 0;
}
.post-type-archive-product .widget_product_categories .product-categories > li:first-child > a, /* "All" link */
.widget_product_categories ul li.current-cat > a {
	color: #dc9814;
}

/* Widgets: 
 * 
 * - Filter Products by Attribute
 * - Active Product Filters
 */
.woocommerce.widget_layered_nav ul li span {
    cursor: default;
	opacity: 0.5;
}
.widget_layered_nav ul li.chosen,
.widget_layered_nav_filters ul li.chosen {
	position: relative;
	left: -12px;
}
.scroll-enabled.widget_layered_nav ul li.chosen,
.scroll-enabled.widget_layered_nav_filters ul li.chosen {
	left: 0;
}
.widget_layered_nav ul li.chosen > span:first-child,
.widget_layered_nav ul li.chosen a,
.widget_layered_nav_filters ul li.chosen a {
	position: relative;
	display: inline-block;
	line-height: 26px;
	color: #dc9814;
	height: 28px;
	padding: 0 11px 0 33px;
	border: 1px solid #dc9814;
	border-radius: 30px;
	/* Text-overflow fix */
	max-width: 100%;
	max-width: calc(100% + 12px);
	margin-top: -3px;
	margin-bottom: -9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.has-hover .widget_layered_nav ul li.chosen > span:first-child:hover,
.has-hover .widget_layered_nav ul li.chosen a:hover,
.has-hover .widget_layered_nav_filters ul li.chosen a:hover {
    text-decoration: line-through;
}
.scroll-enabled.widget_layered_nav ul li.chosen > span:first-child,
.scroll-enabled.widget_layered_nav ul li.chosen a,
.scroll-enabled.widget_layered_nav_filters ul li.chosen a {
	max-width: 100%;
}

.widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
    display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	font-family: 'nm-font';
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e610";
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Better font rendering */
}
@media all and (max-width: 991px) {
	.widget_layered_nav ul li.chosen,
	.widget_layered_nav_filters ul li.chosen {
		left: 0;
	}
    .widget_layered_nav ul li.chosen:first-child,
	.widget_layered_nav_filters ul li.chosen:first-child {
	   margin-top: 4px;
    }
	.widget_layered_nav ul li.chosen > span:first-child,
	.widget_layered_nav ul li.chosen a,
	.widget_layered_nav_filters ul li.chosen a {
		/* Text-overflow fix */
		max-width: 100%;
	}
}

/* Widget: Filter Products by Attribute - Color swatches */
.woocommerce-widget-layered-nav-list .nm-pa-color {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 9px;
	background: #ccc;
	-webkit-border-radius: 50%; border-radius: 50%;
}
.woocommerce-widget-layered-nav-list .nm-pa-color.nm-pa-color-white {
	border: 1px solid #ccc;
}

/* Widget: Filter Products by Attribute - Image swatches */
.woocommerce-widget-layered-nav-list .nm-pa-image-thumbnail-wrap {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-border-radius: 50%; border-radius: 50%;
}
.woocommerce-widget-layered-nav-list .nm-pa-image-thumbnail {
    -o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}