/*
  Theme Name: Savoy
  Theme URI: http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
  Description: Savoy - Modern AJAX enabled WooCommerce theme.
  Version: 1.9.7
  License:
  License URI:
  Author: NordicMade
  Author URI: http://www.nordicmade.com
  Tags: brown, black, gray, orange, tan, white, yellow, light, fluid-layout, responsive-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
  Text Domain: nm-framework
  Domain Path: /languages/
*/


/* Table of Contents
---------------------------------------------------------------

  #Reset
  #General
  #Typography
  #Structure
    #Page: Full width
    #Page: Sidebar
  #Top bar
  #Header
    #Header: Menu centered
    #Header: Centered
    #Header: Stacked
    #Header: Stacked centered
  #Mobile menu
  #Widget panel
  #Pagination
  #Blog
  #Blog: Classic
    #Blog: Grid (Packery)
  #Blog: List
  #Blog: No results
  #Blog: Single post
  #Blog: Single post - Password protected
  #Search results
  #Comments
  #Comments: Entries
  #Post/page/editor content
  #Gallery
  #Widgets
  #Contact form 7
  #Page not found
  #Footer

--------------------------------------------------------------- */


/* #Reset
--------------------------------------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1,h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { /* Override the default (display: inline) for browsers that do not recognize HTML5 tags. IE8 (and lower) requires a shiv: http://ejohn.org/blog/html5-shiv */
  display: block;
}
b, strong { /* Makes browsers agree. IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder. */
  font-weight: bold;
  font-weight: 700;
}
img {
  font-size: 0;
  color: transparent;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
}
li { /* For IE6 + IE7: "display: list-item" keeps bullets from disappearing if hasLayout is triggered. */
  display: list-item;
  list-style: none;
}
.term-description li {
	list-style: disc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
sub, sup, small {
  font-size: 75%;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg { /* For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle. */
  overflow: hidden;
}
p:empty {
  display: none !important;
}

/* #General
--------------------------------------------------------------- */

*, *:after, *:before {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
  /*text-rendering: optimizeLegibility;*/
}

/* Transition preload fix */
.nm-preload * {
  -webkit-transition: none !important; -o-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;
}

/* Misc. */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease;
}
a {
  color: #dc9814;
  outline: 0;
}
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;
}
.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: 8px 10px;
  border: 1px solid #e7e7e7; border-radius: 0;
  -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: #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Only for "webkit" browsers */
  select {
    background-color: #fff;
    background-image: url("img/select-arrow@2x.gif");
    background-position: 98.5% 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 */
.button,
input[type=submit] {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 9px 15px 10px;
  border: 0 none; border-radius: 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
  background-color: #282828;
}
.button:hover,
input[type=submit]:hover {
  color: #fff;
  opacity: 0.82;
}
.button:active,
.button:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: none;
}
.touch .button:hover,
.touch .button:active,
.touch .button:focus,
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus {
  opacity: 1;
}
.button[disabled],
.button.disabled,
.button.loading {
  cursor: default;
  opacity: 0.82;
  background: #828282;
}
/* Button: Light */
.button.light {
  background: #bababa;
}
/* Button: Border */
.button.border,
.button.border:hover {
    color: #282828;
    opacity: 1;
    background: none;
}
.button.border {
  padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid #aaa;
}
.button.border:not([disabled]):hover {
  color: #282828;
    border-color: #282828;
}

/*Cookie*/
.cookie-bar-bar button#catapultCookie {
  min-width: 150px;
  margin: 0;
}
.nm-cookie .ctcc-left-side,
.nm-cookie .ctcc-right-side {
  padding: 0 15px;
}

/* 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 */
.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%;
}
.nm-loader.nm-loader-light:after {
  background: #fff;
}
@-webkit-keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }

/* Image overlay */
.nm-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; 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;
}

.nm-highlight-text.question-title h2,
.nm-highlight-text.question-title h3
.nm-highlight-text.question-title h2 h4 {
  line-height: 0.55em;
}

/* #Typography
--------------------------------------------------------------- */

html {
  font-size: 62.5%; /* 62.5% font-size for REM use */
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  line-height: 2;
  color: #777;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 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; padding-bottom:15px}
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);
  -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-font.rotate-90:before {
  display: inline-block;
  -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);
}
.nm-font.rotate-180:before {
  display: inline-block;
  -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);
}
.nm-font.rotate-270:before {
  display: inline-block;
  -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg);
}

/* Web fonts: Hide default font whilst web font(s) are loading */
/*.wf-loading body {
  visibility: hidden;
}*/


/* #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;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; -o-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s;
    background: #fff;
}
html.nm-page-loaded .nm-page-load-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body.nm-page-load-transition-0 .nm-page-load-overlay {
    display: none;
}

/* Page wrappers */
.nm-page-wrap {
  position: relative;
  right: 0; /* Needed for the CSS animation */
    min-width: 280px;
  min-height: 1000px;
  /*overflow: hidden;*/
  background: #fff;
}
/*.footer-sticky-1.csstransforms3d.csstransitions .nm-footer,
.csstransforms3d.csstransitions .nm-page-wrap {
  -webkit-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.footer-sticky-1.csstransforms3d.csstransitions .widget-panel-open .nm-footer,
.csstransforms3d.csstransitions .widget-panel-open .nm-page-wrap {
  right: 100px; 
}*/
.nm-page-wrap-inner {
  position: relative;
  width: 100%;
}

/* Sticky footer */
html.footer-sticky-1,
.footer-sticky-1 body {
  height: 100%;
}
.nm-page-overflow {
  overflow: hidden;
}
.footer-sticky-1 .nm-page-overflow {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /*min-height: 100vh;*/
  min-height: 100%;
}
.footer-sticky-1 .nm-page-wrap {
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  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;
  background: rgba(51, 51, 51, 0.37); /* Chrome: "rbga" background makes widget-panel animation smoother */
    -webkit-transition: opacity 0.20s ease;
  -o-transition: opacity 0.20s ease;
  transition: opacity 0.20s ease;
}
.widget-panel-dark .nm-page-overlay {
    background: rgba(241, 241, 241, 0.73); /* Chrome: "rbga" background makes widget-panel animation smoother */
}
#nm-widget-panel-overlay {
  z-index: 1010;
}
#nm-widget-panel-overlay.nm-loader {
    cursor:  default;
}
.nm-page-overlay.show {
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.nm-page-overlay.fade-out {
    opacity: 0;
}
#nm-mobile-menu-button {
  position: fixed;
  display: none;
  opacity: 0;
  top: 15px;
  right: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
  z-index: 1100;
}

#nm-mobile-menu-button:active,
#nm-mobile-menu-button:focus {
  outline: none;
}

/* #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;
    }
}

.products .newproduct{ left:15px;}
.newproduct{font-size: 11px;
  width: auto;
  margin: 0 3px 6px;
  letter-spacing: .5px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #caff24 !important;
}
.products .newproduct{ left:15px;}
.saleproduct{font-size: 11px;
  background-color: #ffc841!important;
  width: auto;
  top: -1px;
  left:-1px;
  margin: 0;
  letter-spacing: .5px;
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  z-index: 10;
}

.nm-single-product-showcase .saleproduct {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hitproduct{font-size: 11px;
  background-color: #1fbcff !important;
  width: auto;
  left:115px;
  margin: 0 3px 6px;
  letter-spacing: .5px;
  position: absolute;
  display: inline-block;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
}
/* #Top bar
--------------------------------------------------------------- */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: transparent!important;
  font-weight: unset!important;
  color: #000!important;
}
.toptext img {
  height: 56px;
}
.nm-footer-bar-left.f1
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f2{font-size: 15px}
.footer_hr {border-bottom: 1px solid #606060;
padding-bottom: 30px;
}
.nm-top-bar {
  position: relative;
  font-size: 15px;
  line-height: 37px;
  padding-bottom: 1px;
  background: #3257B7;
}

.toptext {
  display: inline-block;
  margin-right:80px;
  color:#fff
}
.toptext:last-child {
  float: right;
  margin-right:0px;
}
.nm-shop-search-input-wrap {
  position: relative;
}

.nm-shop-search-input-wrap .dgwt-wcas-search-wrapp {
  min-width: auto;
  margin: 0;
}

.nm-shop-search-input-wrap input{
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  height: 42px;
  width: 100%;
  background-color: #fafafa;
  border-radius: 6px;
  border: 2px solid #ececec;
  padding-right: 48px;
  padding-left: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nm-shop-search-input-wrap input:focus {
  -webkit-box-shadow: 0 0 8px 0 rgba( 0, 0, 0, .08 );
  box-shadow: 0 0 8px 0 rgba( 0, 0, 0, .08 );
  border: 2px solid #ececec;
}
.nm-header-col {
  margin-top: 20px;
}
.nm-menu-cart {
  padding: 0 15px;
}
/*Header top search line*/
.nm-header .nm-header-logo {
  width: 100%;
  max-width: 250px;
  text-align: center;
}
.nm-top-bar-inner-wrapper {
  text-align: center;
}
.nm-header-site-btn {
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 700;
  line-height: .8;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nm-header-site-btn:hover {
  border-color: #fff;
  color: #fff!important;
}
.nm-header-site-btn:active {
  color: #fff;
}
#nm-shop-search0 {
  width: 100%;
  max-width: 450px;
  padding: 0 25px;
}
.nm-header .nm-menu-cart {
  float: none;
  width: 100%;
  max-width: 550px;
  margin: 15px 0;
}
.nm-header .nm-menu-cart a {
  font-weight: 400;
  color: #282828;
}
.nm-whishlist-link {
  display: inline-block;
  text-align: center;
}
.nm-top-header-phone-col {
  -ms-align-self: baseline;
  align-self: baseline;
  margin-right: auto;
}
.nm-whishlist-link span {
  display: block;
}
.nm-top-header-phone {
  white-space: nowrap;
}
.nm-header .nm-top-header-phone a {
  font-size: 18px;
  font-weight: 600;
}
.nm-header .nm-top-header-phone a,
.nm-header .nm-top-header-phone a:visited {
  color: #317bd9;
}
.nm-header #nm-menu-cart-btn {
  display: block;
  text-align: center;
  line-height: 1;
}
.nm-header #nm-menu-cart-btn svg {
  position: relative;
  left: 5px;
}
.nm-top-header-account .user-active-account-box {
  text-align: center;
  line-height: 1;
}
.nm-top-header-account .user-active-account-box i,
.nm-top-header-account .user-active-account-box .fa {
  display: none;
}
.nm-header #nm-menu-cart-btn .nm-menu-cart-title {
  display: block;
  width: 100%;
  bottom: auto;
  left: auto;
}
.nm-login-phone-col a.nm-header-site-btn {
  width: 100%;
  max-width: 200px;
  border: 3px solid #317bd9;
  font-size: 14px!important;
  font-weight: 700;
  color: #317bd9;
  padding: 14px 5px;
  margin: 15px 0;
}
.nm-login-phone-col a.nm-header-site-btn:hover {
  background-color: #317bd9;
  color: #fff
}

#nm-header .nm-login-cart-col .nm-menu-cart-title {
  bottom: -2px;
}

.no-login .nm-row-flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.no-login .nm-reg-col {
  width: 55%;
  text-align: center;
}
.no-login .nm-cart-col {
  width: 45%;
} 
.no-login .nm-login-cart-col,
.no-login .nm-login-whishlist-col {
  width: 50%;
}
.no-login .nm-cart-col {
  text-align: center;
}
.no-login .nm-login-cart-col,
.no-login .nm-login-whishlist-col {
  margin-top: 20px;
}
.no-login .nm-login-phone-col a {
  font-size: 20px;
}
.nm-reg-col {
  color: #282828;
}
.no-login .nm-menu-account-btn {
  display: block;
  width: 100%;
  max-width: 228px;
  height: 49px;
  line-height: 49px;
  background-color: #ffc841;
  font-size: 18px;
  font-weight: 700!important;
  color: #282828;
  text-align: center;
  margin: 12px auto;
}
.no-login .nm-menu-account-btn:hover {
  background-color: #317bd9;
  color: #fff;
}
.no-login .nm-menu-account-btn i,
.no-login .nm-menu-account-btn .fa {
  display: none;
}
.no-login .nm-menu-account-link {
  display: inline-block;
  border-bottom: 1px solid #282828;
  font-size: 16px;
  font-weight: 700!important;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.no-login .nm-menu-account-link:hover {
  border-color: transparent;
}
.no-login .nm-menu-account-link:visited {
  color: #282828;
}

.nm-section {
  padding-top: 3em;
  padding-bottom: 5em;
}

/*New Products*/
.nm-home-new-products {
  background-color: #f7f7f7;
}

.home li.berocket_lgv_list .nm-shop-loop-details h3,
.home li.berocket_lgv_list .nm-shop-loop-details-description {
  font-size: 14px;
}

/*Banner*/
.home .nm-banner-slider {
  margin-top: 10px;
  margin-bottom: 25px;
}

/*Home news*/
.nm-home-news {
  padding: 2rem 0 5.5em;
}
.nm-home-news .col-xs-12 {
  float: none;
}
.nm-home-news .nm-row {
  justify-content: center;
}

.nm-home-news .col {
  max-width: 480px;
  margin: 25px 0;
}

.nm-home-news .nm-post-img-wrapper {
  min-height: 253px;
  background-color: #fff;
}

.nm-home-news a {
  position: relative;
  display: block;
  color: #317bd9;
}

.nm-home-news .nm-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #317bd9;
  line-height: 1;
  color: white;
  padding: 5px 12px;
}

.nm-home-news .nm-post-meta:before {
  display: none;
}

.nm-home-news .nm-post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 5px;
}

.nm-home-news p {
  line-height: 1.4;
}

.nm-home-news a:hover {
  color: #282828;
}

.nm-home-news .btn-block {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.nm-home-shop-categories .btn-block {
  text-align: right;
}

.nm-home-review-slider .slick-list {
  margin: 0 -15px;
}

.nm-home-review-slide-container {
  margin: 0 15px;
}

.nm-home-review-slider:hover .slick-prev {
  left: 1%;
}

.nm-home-review-slider:hover .slick-next {
  right: 1%;
}

/* Home Categories */
.nm-category-thumb-wrapper {
  background-color: #fafafa;
  border: 5px solid #cadff3;
  text-align: center;
  min-height: 238px;
  font-size: 1.55rem;
  line-height: 1.3;
  padding: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 15px 0;
}
.nm-category-thumb-wrapper a:focus {
  box-shadow: 0 0 3px 0 #dc9814;
}
.nm-category-thumb-wrapper:hover {
  border-color: #dc9814;
}
.nm-category-thumb-wrapper a {
  display: block;
  color: #282828;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nm-category-thumb-wrapper:hover a {
  color: #dc9814;
}
.nm-category-thumb-wrapper img {
  border-radius: 6px;
  max-height: 120px;
  margin-bottom: 15px;
}
.nm-category-thumb-box .text {
  display: inline-block;
  width: 100%;
}
.nm-home-shop-categories .btn-block {
  text-align: center;
  margin-top: 35px;
}
.nm-home-shop-categories .nm-catalog-btn,
.nm-home-news .btn-block a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border: none;
  outline: none;
  background-color: #317bd9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nm-home-shop-categories .nm-catalog-btn:hover,
.nm-home-news .btn-block a:hover {
  background-color: #5b9ef3;
}
.nm-home-shop-categories .nm-catalog-btn:focus,
.nm-home-news .btn-block a:focus {
  box-shadow: 0 0 3px 1px #317bd9;
}

/* Home Brands */
.nm-home-brands {
  background-color: #f7f7f7;
  padding: 40px 0 60px;
}
.nm-brand-slider {
  padding: 0 42px;
}
.nm-brands-slide-wrapper {
  text-align: center;
}
.nm-brands-slide-wrapper.slick-slide {
  height: 160px;
  font-size: 0;
  line-height: 0;
  padding: 15px;
}
.nm-brands-slide-wrapper.slick-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.nm-brands-slide-wrapper.slick-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.nm-brands-slide-wrapper.slick-slide a {
  display: inline-block;
}

/* Home new products */
.home .nm-block-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.nm-home-brands .nm-block-title {
  margin-bottom: 10px;
}
.nm-new-products-slider  .nm-new-product-slider-wrapper {
  margin: 0 12px;
}
.nm-new-products-slider {
  padding: 0 42px;
}

.nm-new-products-slider.slick-slider:hover .slick-prev,
.nm-new-products-slider.slick-slider .slick-prev,
.nm-brand-slider.slick-slider:hover .slick-prev,
.nm-brand-slider.slick-slider .slick-prev,
.nm-certificates-slider.slick-slider:hover .slick-prev,
.nm-certificates-slider.slick-slider .slick-prev {
  left: -8px;
  opacity: 1;
}
.nm-new-products-slider.slick-slider:hover .slick-next,
.nm-new-products-slider.slick-slider .slick-next,
.nm-brand-slider.slick-slider:hover .slick-next,
.nm-brand-slider.slick-slider .slick-next,
.nm-certificates-slider.slick-slider:hover .slick-next,
.nm-certificates-slider.slick-slider .slick-next {
  right: -8px;
  opacity: 1;
}
.nm-new-products-slider.slick-slider .slick-prev,
.nm-new-products-slider.slick-slider .slick-next {
  top: 110px;
}
.nm-new-products-slider.slick-slider:hover .slick-prev,
.nm-new-products-slider.slick-slider:hover .slick-next,
.nm-brand-slider.slick-slider:hover .slick-prev,
.nm-brand-slider.slick-slider:hover .slick-next,
.nm-certificates-slider.slick-slider:hover .slick-prev,
.nm-certificates-slider.slick-slider:hover .slick-next {
  color: #282828;
}

/* Home Certificates */
.nm-certificates-slider {
  text-align: center;
  padding: 0 42px;
}
.nm-certificate-slide {
  margin: 0 26px;
}
.nm-certificate-slide a {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.nm-certificate-slide a:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #272727;
  opacity: 0;
  z-index: 1;
}
.nm-certificate-slide a:before,
.nm-certificate-slide .nm-search-icon,
.nm-certificate-slide .nm-search-icon i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nm-certificate-slide .nm-search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: rgba( 40, 40, 40, .6 );
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  z-index: 2;
}
.nm-certificate-slide .nm-search-icon i {
  color: #fff;
}
.nm-certificate-slide a:hover:before {
  opacity: .4;
}
.nm-certificate-slide a:hover .nm-search-icon {
  background-color: rgba( 255, 255, 255, .8 );
}
.nm-certificate-slide a:hover .nm-search-icon i {
  color: #282828;
}

/* Home Advantages */
.nm-home-advant {
  background-color: #f7f7f7;
}
.nm-home-advant .nm-row-flex {
  justify-content: center;
}
.nm-home-advant-col {
  text-align: center;
  margin: 25px 0;
}
.nm-home-advant-col + .nm-home-advant-col {
  position: relative;
}
.nm-home-advant-col + .nm-home-advant-col:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dedede;
  width: 1px;
  height: 75%;
}
.nm-home-advant__sum {
  font-size: 60px;
  line-height: 1;
}
.nm-home-advant__sum + p {
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
}
.nm-home-advant__sum strong {
  font-weight: 700;
}
.nm-home-advant__sum + p strong {
  font-weight: 600;
}
.nm-home-advant__sum.blue {
  color: #317bd9;
}
.nm-home-advant__sum.red {
  color: #f77e53;
}

/* Home Partners */
.nm-home-partners {
  background-color: #fff;
  padding-top: 5.5rem;
}
.nm-home-partners .col-xs-12 {
  float: none;
}
.nm-home-partners .nm-row-flex {
  justify-content: center;
}
.nm-home-partners .col {
  width: 20%;
  -ms-align-self: center;
  align-self: center;
  font-size: 0;
  text-align: center;
  margin: 10px 0;
}
.nm-home-partners .col a {
  display: inline-block;
}

.nm-home-partners .col img {
  width: auto;
  max-height: 160px;
}

.home .nm-footer-widgets {
  display: none !important;
}

.nm-buttons{float: left}
.nm-buttons .raspr{background: #E12828; }
.nm-buttons .novinki{background: #43A047; }
.nm-buttons button{height: 46px;
  border-width: 0px;
  color:#fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
margin-left: 40px;
   padding: 0px  30px!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 46px}
.nm-shop-search-input-wrap label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
line-height: 46px}
.nm-shop-search-input-wrap label input {display: none}
.toptext p,.toptext a {
  color:#fff
}
/* Top bar: Text */
.nm-top-bar .nm-top-bar-text {  
  color: #eee;
    max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.nm-top-bar-text:nth-child(2n) {
  float: left;
}
.nm-top-bar-text > p:first-child {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.nm-top-bar .nm-top-bar-text a {
  color: #eee;
}
.nm-top-bar .nm-top-bar-text img {
  display: inline-block;
  width: auto;
  max-height: 39px;
  vertical-align: middle;
}

/* Top bar: Menu */
.nm-top-bar .nm-menu {
  float: right;
}
.nm-menu > li.menu-item-has-children:last-child {
  margin-right: 0;
}
.nm-top-bar .nm-menu > li > a {
  font-size: inherit;
    color: #eee;
  padding: 0 10px;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.nm-top-bar .nm-menu > li > a:hover {
  color: inherit;
  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-social {
  float: left;
  padding-right: 33px;
}
.nm-top-bar-right .nm-top-bar-social {
  padding-right: 0;
  padding-left: 36px;
}
.nm-top-bar-right .nm-top-bar-social {
  float: right;
}
.nm-top-bar-social li {
  float: left;
  padding-left: 15px;
}
.nm-top-bar-social li:first-child {
  padding-left: 0;  
}
.nm-top-bar-social li:hover {
  opacity: 0.7;
}
.nm-top-bar-social li i {
  font-size: 14px;
  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;
}

/* #Header
--------------------------------------------------------------- */
.nm-breadcrumbs-wrapper {
  margin-top: 17px;
}
.nm-breadcrumbs-wrapper span,
.nm-breadcrumbs-wrapper a {
  display: inline-block;
  vertical-align: baseline;
}

.nm-phone{float: right;    display: block;}
.post-379 h4, .post-379 h6 {font-weight: 600;}

.nm-main-menu {
  background: #0d3e7b;
  line-height: 53px;
}
#menu-item-1015:hover:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu-item-1015:before,
#menu-item-42453:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 35px;
   width: 30px;
   height: 15px;
   background-image: url(img/menu.svg);
   background-size: contain;
   background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
 }
#menu-item-1015:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 35px;
  width: 11px;
  height: 6px;
  background-image: url(img/arrowtop.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#menu-item-1015>a,
#menu-item-42453>a,
#nm-brands-menu>ul {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  text-align: center;
}
#menu-item-42453>a{
  padding-left: 92px;
  padding-right: 80px;
}
.post-942 .nm_column {
  margin-bottom:30px;
}
.type-page.page {
  padding-bottom: 20px;
  padding-top: 0;
}
.nm-header {
  position: relative;
  z-index: 1000;
  line-height: 50px;
  padding-top: 0!important;
  padding-bottom: 0;
  overflow: visible;
    -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear;
  background: #fff;
}

.nm-header-placeholder {
  height: auto!important;
}
.nm-top-bar {
  position: relative;
  z-index: 900;
  width: 100%;
  overflow: visible;
  -webkit-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear;
  background: #fff;
  -webkit-transform: translateZ(0); /* Scroll "jump" fix */
}

.nm-header-disable-anim .nm-header {
    -webkit-transition: none; -o-transition: none; transition: none;
}
.touch.header-fixed.header-on-scroll .nm-header,
.has-top-bar.header-fixed.header-on-scroll .nm-header,
.header-fixed .nm-header, .has-top-bar.header-fixed.header-on-scroll .nm-top-bar {
  position: fixed;
}
.touch.header-fixed .nm-header,
.has-top-bar.header-fixed .nm-header, .header-fixed .nm-top-bar {
    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 {
  -webkit-transition: all 200ms linear, background-color 1ms;
  -o-transition: all 200ms linear, background-color 1ms;
  transition: all 200ms linear, background-color 1ms;
}
.nm-header-inner {
  position: relative;
  height: auto;
  z-index: 1000;
}

.fixed .nm-header-inner .nm-header-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0, .25);
  box-shadow: 0 6px 14px 0 rgba(0,0,0, .25);
  z-index: 100000;
}

.fixed .nav-brand-menu-wrapper {
  min-height: 48px;
}

.fixed .nav-brand-menu-wrapper a {
  line-height: 48px;
}

.fixed .nm-brand-list-menu-name a {
  line-height: 1.5;
}

.fixed .nm-menu li a, #nm-brands-menu>li {
  padding: 16px 12px;
}

.nm-header-inner .head-margin {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
}

/* Header: Transparency */
.header-transparency .nm-header-placeholder {
  display: none;
}
.header-transparency .nm-header,
.home.header-transparency .nm-header {
  background: none;
}

.faq-title {
  font-weight: 600;
  color: #282828;
}

/*Reviews*/
.nm-reviews {
  padding-top: 4em;
}

.nm-reviews .main-reviews {
  padding-top: 4em;
}

.nm-reviews .invalid-feedback {
  color: #df594a;
  line-height: 1.2;
  padding-top: 5px;
}

.nm-reviews .reviews-form {
  padding: 2em 0 4em;
}

.nm-reviews .glsr-field.form-group,
.nm-reviews .glsr-button {
  max-width: 380px;
}

.nm-reviews .glsr-field.form-group.custom-checkbox {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.2;
}

.nm-reviews .glsr-field.form-group.custom-checkbox .invalid-feedback {
  padding-top: 10px;
}

.nm-reviews .main-reviews .text {
  font-weight: 600;
  color: #282828;
}

.nm-reviews .reviews-form input,
.nm-reviews .reviews-form textarea {
  display: block;
  width: 100%;
}

.nm-reviews .glsr-review-author-data {
  margin-bottom: 14px;
}

.nm-reviews .glsr-review-author-data .nm-row {
  -ms-align-items: flex-end;
  align-items: flex-end;
  line-height: 1;
}

.nm-reviews .glsr-review-author-name {
  font-size: 22px;
  font-weight: 500;
  color: #282828;
}

.nm-reviews .glsr-default .glsr-review > div {
  margin-bottom: 10px;
}

.nm-reviews .glsr-review .nm-row.nm-row-flex > .col:first-of-type {
  width: 100%;
  max-width: 140px;
}

.nm-reviews .glsr-review .nm-row.nm-row-flex {
  line-height: 1.4;
}

.nm-reviews .glsr-review .nm-row.nm-row-flex > .col:last-of-type {
  width: calc( 100% - 140px );
}

.nm-reviews .glsr-review .glsr-review-title h3 {
  line-height: 1;
}

.nm-reviews .reviews-form-info {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0;
}

.nm-reviews .glsr-email-label,
.nm-reviews .glsr-text-label,
.nm-reviews .glsr-select-label,
.nm-reviews .glsr-textarea-label {
  color: #282828;
}

.nm-reviews .glsr-button {
  width: 100%;
  border: none;
  outline: none;
  background-color: #327AD9;
  font-size: 16px;
  color: #fff;
  padding: 12px 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nm-reviews .glsr-button:hover {
  opacity: .82;
}

.nm-reviews input.glsr-field-control.custom-control-input {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.nm-reviews .glsr-checkbox-label.custom-control-label a {
  text-decoration: underline;
}

form.glsr-form label.glsr-checkbox-label, form.glsr-form label.glsr-radio-label {
  vertical-align: middle;
  line-height: 1;
}

/* 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;
    }
}


/* Logo */
.nm-header.default .nm-header-logo {
  float: left;
  margin-right: 37px;
}
.nm-header-logo a {
  display: block;
}
.nm-header-logo img {
  width: auto;
    max-width: none; /* Fix: Maintain aspect ratio (prevents fluid image-width) */
  height: 16px;
  vertical-align: middle;
}

.nm-header-logo__text {
  line-height: 1.4;
  margin-top: 5px;
}

.no-active-user a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #ffcf23;
  border-radius: 6px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: black;
  text-transform: uppercase;
  overflow: hidden;
  padding: 6px 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nm-menu-account-btn .fa {
  font-size: 1.4em;
  vertical-align: text-bottom;
  margin-left: 6px;
}

.no-active-user a:hover {
  background-color: transparent;
  color: #ffcf23;
}

/* Logo: Alternative logo */
.nm-alt-logo {
    display: none;
}
.home:not(.header-on-scroll) .alt-logo-home .nm-alt-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-alt-logo {
    display: inline-block;
}
.home:not(.header-on-scroll) .alt-logo-home .nm-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-logo {
    display: none;
}
@media all and (max-width: 991px) and (min-width: 401px) {
    .alt-logo-tablet .nm-alt-logo {
        display: inline-block;
    }
    .alt-logo-tablet .nm-logo {
        display: none;
    }
}
@media all and (max-width: 400px) {
    .alt-logo-mobile .nm-alt-logo {
        display: inline-block;
    }
    .alt-logo-mobile .nm-logo {
        display: none;
    }
    .nm-new-products-slider,
    .nm-brand-slider,
    .nm-certificates-slider {
      padding: 0 30px;
    }
}


/* Menu */
.nm-header-nav-wrapper {
  background-color: #eee;
  border-top: 1px solid rgb(219 219 219);
  border-bottom: 1px solid rgb(219 219 219);
}
.nav-brand-menu-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  min-height: 60px;
  background-color: #ffc841;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: #282828;
  text-align: center;
}
.nav-brand-menu {
  width: 100%;
}

.nav-brand-menu-wrapper a {
  display: block;
  color: inherit;
}

.nm-menu li {
  position: relative;
}
.nm-menu li:last-of-type a {
  padding-right: 0;
}
.nm-old-ie .nm-menu > li {
  background: rgba(0,0,0,0.0001); /* IE9-10 hover fix */
}
#nm-brands-menu {
  position: relative;
  width: 60%;
}
#nm-brands-menu ul.sub-menu {
  right: -1px;
}

.nm-brands-menu > li.menu-item-has-children:last-child {
  position: static;
}

.nm-nav-brands-preloader + .nm-brands-menu {
  opacity: .5;
}

.nm-nav-brands-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}

.nm-nav-brands-preloader img {
  height: 80%;
}

.nm-menu li a,
#nm-brands-menu>li{
 display: inline-block;
 vertical-align: bottom;
 text-decoration: none;
 padding: 22px 12px;
}

.nm-menu li a {
 font-size: 15px;
 line-height: 1;
 font-weight: 600;
 color: #fff;
}

.nm-menu li.sale-menu a {
  font-weight: bold;
  color: #df594a;

}
.nm-menu li.new-menu a {
  font-weight: bold;
  color: #13914f;

}
.nm-menu li a:hover {
  color: #ffc841;
}
#minCost, #maxCost {
  width: 60px;
}
/* Menu: Dropdown */
.nm-main-menu-list-wrapper,
.nm-main-menu-list-wrapper .sub-menu,
.nm-brands-menu-char-list,
.nm-brands-submenu-list,
.nm-brand-list-menu .children {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10010;
  min-width: 225px;
  padding-bottom: 22px;
}
.nm-brands-menu-char-list {
  min-width: auto;
  width: 100%;
  left: 0;
  text-align: left;
}
.nm-brands-submenu-list,
.nm-brand-list-menu .children {
  top: 0;
  left: 100%;
  text-align: left;
}
.nm-main-menu-list,
.nm-main-menu-list .sub-menu,
.nm-brands-menu-char-list,
.nm-brands-submenu-list,
.nm-brands-submenu-list .cat-item .children {
  min-height: 660px;
}
.nm-main-menu-list,
.nm-brands-menu-char-list {
  color: #fff;
}
.nm-brands-menu-char-list * {
  font-weight: 400;
}
.nm-main-menu-list a {
  position: relative;
  display: block;
}
.nm-main-menu-list a,
.nm-brands-menu-char,
.nm-brand-list-menu-name,
.nm-brands-submenu-list .cat-item a {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nm-main-menu-list a span {
  text-decoration: underline;
}

.nm-main-menu-list a:hover span {
  text-decoration: none;
}

.has-children > a {
  position: relative;
}
.nm-brands-menu-char .arrow {
  position: relative;
  display: inline-block;
  width: 100%;
}
.nav-brands-item a {
  line-height: 1.2;
}
.nm-main-menu-list a,
.nm-main-menu-list a:visited,
.nm-main-menu-list a:hover,
.nm-brands-menu-char-list li {
  color: inherit; 
}

#nm-main-menu-ul:hover + .nm-main-menu-list-wrapper,
.nm-main-menu-list-wrapper:hover,
.nm-main-menu-list li:hover > .sub-menu,
#nav-brand-menu:hover + .nm-brands-menu-char-list,
.nm-brands-menu-char-list:hover,
.nm-brands-menu-char:hover > .nm-brands-submenu-list,
.has-children:hover > .nm-brand-list-menu,
.nm-brand-list-menu .cat-item:hover > .children {
  display: block;
  opacity: 1;
}

.nm-main-menu-list .sub-menu {
  top: 0;
  left: 100%;
}
.nm-main-menu-list,
.nm-main-menu-list .sub-menu,
.nm-main-menu-list .sub-menu li,
.nm-main-menu-list .sub-menu a {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: anywhere;
}

.nav-brands-sub-menu .nav-brands-item a:hover {
  border-color: #002559;
}
.nm-main-menu-list,
.nm-brands-menu-char-list {
  background: #002559;
}
.nm-main-menu-list ul,
.nm-main-menu-list > li:hover,
.nm-brands-menu-char:hover,
.nm-brands-submenu-list {
  background: #405B82;
}
.nm-main-menu-list ul ul,
.nm-main-menu-list > li ul > li:hover,
.nm-brands-submenu-list > .nm-brand-list-menu-name:hover,
.nm-brand-list-menu-name .nm-brands-submenu-list {
  background: #8092ac;
}
.nm-main-menu-list ul ul ul,
.nm-main-menu-list > li ul > li ul > li:hover,
.nm-brands-submenu-list .cat-item > .children,
.nm-brand-list-menu-name .nm-brands-submenu-list .cat-item:hover {
  background: #bfc8d5;
}
.nm-main-menu-list ul ul ul,
.nm-brands-submenu-list .cat-item > .children {
  color: #2f2f2f;
}
.nm-main-menu-list ul ul ul ul,
.nm-main-menu-list > li ul > li ul > li ul > li:hover,
.nm-brands-submenu-list .cat-item > .children .children .cat-item:hover {
  background: #002559;
  color: #fff;
}
.nm-brands-submenu-list .cat-item > .children .cat-item:hover,
.nm-brands-submenu-list .cat-item > .children .children {
  background-color: #dfe5ee;
}
.nm-brands-submenu-list .cat-item > .children .children .children{
  background-color: #eeeeee;
}
.nm-menu li:hover > ul.sub-menu {
  display: block;
}
.nm-menu ul.sub-menu ul.sub-menu,
#nm-brands-menu ul.sub-menu ul.sub-menu {
  top: -18px;
  left: 100%;
}
.nm-menu ul.sub-menu li {
  float: none;
  position: relative;
  z-index: 100000;
}
.nm-menu ul.sub-menu li:hover {
  background-color: #f7926d;
}

.nm-menu ul.sub-menu li a,
#nm-brands-menu ul.sub-menu li,
#nm-brands-menu ul.sub-menu li > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height:20px;
}

.nm-menu ul.sub-menu li a,
#nm-brands-menu ul.sub-menu li {
  text-align: left;
  padding: 8px 27px;
}

#nm-brands-menu ul.sub-menu li > a {
  padding: 0;
}

.nm-menu ul.sub-menu li.menu-item-has-children > a,
#nm-brands-menu ul.sub-menu .nm-custom-list-item > li {
  padding-right: 41px;
}
.nm-footer-main-menu-list .menu-item-has-children {
  position: relative;
}
.nm-menu ul.sub-menu li.menu-item-has-children > a:after,
.nm-main-menu-list .menu-item-has-children > a:after,
.has-children > .arrow:after,
.has-children > a:after {
  display: block;
  position: absolute;
  top: 52%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'nm-font';
  font-size: 16px;
  line-height: 12px;
  font-style: normal;
  font-weight: normal;
  content: "\e60d";
  width: 10px;
  height: 12px;
}
.nm-footer-main-menu-list .menu-item-has-children span[itemprop="name"] {
  width: calc( 100% - 35px );
}
.nm-footer-main-menu-list .menu-item-has-children .arrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  font-family: 'nm-font';
  font-style: normal;
  font-weight: normal;
  width: 100%;
  max-width: 35px;
  height: 100%;
}

.nm-footer-main-menu-list .menu-item-has-children .arrow:after {
  content: "\e60d";
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.has-children .arrow:after {
  right: -4px;
}
.nm-menu ul.sub-menu li a:hover {
  color: #eee;
}
.nm-menu ul.sub-menu li.nm-menu-text-hide > a {
  visibility: hidden;
}

/*Slinky*/
.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu>ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu ul, .slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu .open {
  background-color: #eee;
}

.slinky-menu .open > a .arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slinky-menu .sub-menu {
  display: none;
  padding-left: 20px;
}

.slinky-menu .open > .sub-menu {
  display: block;
}

.slinky-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}

.slinky-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-menu .header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.slinky-theme-default {
  background-color: #fff;
}

.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #333;
  padding: 1em;
}

.slinky-theme-default a:not(.back):hover {
  background: rgba(90, 200, 250, 0.25);
}

.slinky-theme-default a:not(.back):active {
  background: rgba(90, 200, 250, 0.5);
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .back::before {
  padding: 1em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after, .slinky-theme-default .back:hover::before {
  opacity: 0.75;
}

.slinky-theme-default .next:active::after, .slinky-theme-default .back:active::before {
  opacity: 1;
}
.nm-catalogMenuClose {
  display: inline-block;
  padding-left: 15px;
  padding-bottom: 15px;
}
.nm-catalogMenuClose .fa,
.nm-catalogMenuClose i {
  color: #555;
  opacity: .5;
}


/* Menu: Dropdown - Label */
.nm-menu ul.sub-menu li a .label {
  position: relative;
  top: -7px;
  font-size: 10px;
  color: #eee;
  padding-left: 2px;
  text-transform: uppercase;
}

/* Menu: Megamenu dropdown */
.nm-menu .megamenu ul .sub-menu {
  display: block;
  position: static;
}
.nm-menu .megamenu ul li {
  white-space:normal;
}
.nm-menu .megamenu > ul > li {
    float: left;
  display: block;
}
.nm-menu .megamenu.col-1 > ul > li:nth-child(1n+1),
.nm-menu .megamenu.col-2 > ul > li:nth-child(2n+1),
.nm-menu .megamenu.col-3 > ul > li:nth-child(3n+1),
.nm-menu .megamenu.col-4 > ul > li:nth-child(4n+1) { 
  clear: both; 
}
.nm-menu .megamenu > ul > li > a {
  color: #eee;
}
.nm-menu .megamenu ul li a {
  padding: 8px 28px;
}
.nm-menu .megamenu ul li.menu-item-has-children a:after {
  display: none;
}
.nm-menu .megamenu ul ul {
  border: 0 none;
}
.nm-menu .megamenu > ul {
  left: -14px;
  padding: 18px 0 22px;
}
.nm-menu .megamenu > ul ul {
  padding: 7px 0 0 0;
}
.nm-menu .megamenu.col-1 > ul { width: 250px; }
.nm-menu .megamenu.col-2 > ul { width: 500px; }
.nm-menu .megamenu.col-3 > ul { width: 750px; }
.nm-menu .megamenu.col-4 > ul { width: 993px; }

.nm-menu .megamenu.col-2 > ul > li { width: 50%; }
.nm-menu .megamenu.col-3 > ul > li { width: 33.33333%; }
.nm-menu .megamenu.col-4 > ul > li { width: 25%; }

/* Main menu */
.nm-main-menu {
  position: relative;
  display: block;
  width: 100%;
  max-width: 225px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.nm-right-menu {
  width: calc( 100% - 375px);
  text-align: right;
  /* padding-left: 15px; */
  margin-left: auto;
}

.nm-header.default .nm-main-menu {
  float: left;
}
.nm-main-menu > ul {
  width: 100%;
  line-height: 1;
  vertical-align: middle;
}

/*Brands Top Menu*/
.nav-brand-menu-wrapper {
  position: relative;
}


/* Menu icon */
.nm-menu-icon {
  position: relative;
  width: 21px;
  height: 16px;
  display: block;
}
.nm-menu-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s ease; -o-transition: -o-transform 0.1s ease; transition: -webkit-transform 0.1s ease; -o-transition: transform 0.1s ease; transition: transform 0.1s ease; transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

/*Mobile*/
.nm-mobile-catalog-menu {
  display: none;
}
#nm-mobile-menu-button .nm-menu-icon span {
  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-open .nm-menu-icon span.line-1 {
  top: 7px;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.mobile-menu-open #nm-mobile-menu-button .nm-menu-icon span.line-2 {
  background: none;
}
.mobile-menu-open .nm-menu-icon span.line-3 {
  top: 7px;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}


.nm-right-menu > ul {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.head-div .nm-right-menu .nm-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* Right menu: Cart */
.nm-menu-cart .count {
  position: relative;
  padding: 10px;
  top: -11px;
  left: -8px;
  background: #8092ac;
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
  border-radius: 100%;
  width: 20px;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;

}
.nm-menu-cart{float:right}
.head-margin{margin-bottom: 40px}
.nm-menu-cart-title{
  position: relative;
  left: -65px;
  bottom: -15px;
}

/* Right menu: Search */
#nm-menu-search-btn.active {
  opacity: 0.41;
}


/* Menu offscreen button */
.nm-menu li.nm-menu-offscreen {
  position: relative;
  display: none;
}
.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 { /* Hide cart-count when menu is open */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; 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 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  /* Logo */
  .nm-header.default .nm-header-logo {
    margin-right: 0;
  }
  .nm-header-logo img {
    height: 16px;
  }
  
    /* Menu */
    .nm-menu li a {
        padding-left: 2px;
    }
    
  /* Main menu */
  .nm-main-menu ul li {
    padding-left: 7px;
  }
  .nm-phone {

    display: none;
  }
  .nm-main-menu .menu-item-1015,
  .nm-main-menu #menu-item-42453{display: none}
  /* Right menu */
  .nm-right-menu ul li {
    display: none;
  }
  .nm-right-menu ul li.nm-menu-cart {
    display: block;
  }
  
  /* Menu offscreen button */
  .nm-menu li.nm-menu-offscreen {
    display: block;
  }
  /*Mobile*/
  #nm-mobile-menu ul #menu-item-968 .nm-menu-toggle {
    display: block;
  }
  .nm-mobile-catalog-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    max-width: 320px;
    height: 100vh;
    overflow-y: auto;
    padding-top: 50px;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    opacity: 0;
    z-index: -1;
  }
  .nm-mobile-catalog-menu.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1050;
  }
}

@media all and (max-width: 550px) {
    /* Menu */

  .nm-header {

    top: 0px;

  }
  .nm-menu li a {
      padding-left: 0;
  }
  
  /* Main menu */
  .nm-main-menu {
      margin-left: 0;
  }
  
  /* Menu icon */
  .header-mobile-default .nm-menu-icon {
      width: 18px;
  }
  
  /* 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: ")";
  }
  .home .nm-block-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .nm-home-advant-col {
    width: 100%;
  }
  .nm-home-advant-col + .nm-home-advant-col:before {
    top: -25px;
    left: 50%;
    display: block !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
  }
}
@media all and (max-width: 400px) {
  /* Logo */
  .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 */
  .header-mobile-default .nm-menu-icon {
      height: 14px;
  }
  .header-mobile-default .nm-menu-icon span.line-2,
  .header-mobile-default .mobile-menu-open .nm-menu-icon span.line-1,
  .header-mobile-default .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;
  }
  
  /* Menu offscreen button: Cart count */
  .header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
      display: block;
  }
  .home .nm-block-title {
    font-size: 28px;
  }
}


/* #Header: Menu centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.menu-centered .nm-header-logo {
    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;
}

/* Menu offscreen button: Cart count */
/*.nm-header.menu-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
  margin-right: -11px;
}*/

@media all and (max-width: 991px) {
  /* Logo */
    .nm-header.menu-centered .nm-header-logo {
        width: auto;
    }
    
    /* 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;
  -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); 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: 400px) {
  /* Logo */
  .header-mobile-alt .nm-header.centered .nm-header-logo {
    left: 15px;
    -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
  }
    
    /* 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: -12px;
    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;
}

@media all and (max-width: 991px) {
  /* Logo */
  .nm-header .nm-header-logo {
    max-width: 200px;
    line-height: inherit;
    padding-bottom: 0;
  }
  #nm-shop-search0 {
    width: calc( 90% - 200px );
  }
}


/* #Header: Stacked centered
--------------------------------------------------------------- */

.nm-header.stacked-centered {
    text-align: center;
}

/* Logo */
.nm-header.stacked-centered .nm-header-logo {
    padding-bottom: 0;
}
.nm-header.stacked-centered .nm-header-logo a {
    display: inline-block;
}

/* 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;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-centered .nm-main-menu {
        display: none;
    }

    /* Right menu */
    .nm-header.stacked-centered .nm-right-menu {
        display: block;
        margin-right: -12px;
        /*margin-left: -16px;*/
    }
    .nm-header.stacked-centered .nm-right-menu > ul {
        width: 100%;
    }
    .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        float: right;
    }
}
@media all and (max-width: 400px) {
    /* Logo */
  .header-mobile-alt .nm-header.stacked-centered .nm-header-logo {
    left: 15px;
    -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
  }
    
    /* Right menu */
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-offscreen {
        float: right;
    }
    
    /* Menu offscreen button: Cart count */
  .header-mobile-alt .nm-header.stacked-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
    display: block;
  }
}


/* #Mobile menu
--------------------------------------------------------------- */

#nm-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1001;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  opacity: 0;
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header-fixed #nm-mobile-menu {
  position: fixed;
}
.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.csstransforms #nm-mobile-menu {
    -webkit-transition: opacity 0.25s ease, ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.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 17px;
    /*background: #fff;*/
}
.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
    border-top: 1px solid #eee;
}

/* Mobile menu: Menus */
#nm-mobile-menu li {
  position: relative;
    border-bottom: 1px solid #eee;
}
#nm-mobile-menu li:first-child {
    margin-top: 17px;
}
#nm-mobile-menu li.menu-item-has-children {
  cursor: pointer;
}
#nm-mobile-menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: #282828;
  padding: 6px 0;
  white-space: nowrap;
}
#nm-mobile-menu .nm-menu-account-link {
  display: inline-block;
  border-bottom: 1px solid #282828;
  line-height: 1!important;
  font-weight: 700 !important;
  color: #282828!important;
  padding: 0;
  margin: 15px 0px;
}

#nm-mobile-menu ul li .nm-menu-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
    height: 28px;
    font-family: 'nm-font';
    font-size: 11px;
  line-height: 28px;
    font-weight: normal;
    color: #282828;
    padding-left: 10px;
}
#nm-mobile-menu ul li .nm-menu-toggle:before {
    display: block;
    content: "\e114";
}
#nm-mobile-menu ul > li.active > .nm-menu-toggle:before {
    content: "\e115";
}
#nm-mobile-menu ul li.menu-item-has-children > .nm-menu-toggle {
  display: inline-block;
}

/* Mobile menu: Menus - Label */
#nm-mobile-menu a .label {
  position: relative;
  top: -7px;
  font-size: 10px;
  color: #333;
  padding-left: 2px;
  text-transform: uppercase;
}

/* Mobile menu: Sub menus */
#nm-mobile-menu ul ul {
  display: none;
  padding: 16px 0 13px;
    border-top: 1px solid #eee;
}
#nm-mobile-menu ul ul.open {
    display: block;
}
#nm-mobile-menu ul ul ul {
  padding: 4px 0;
    border-top: 0 none;
}
#nm-mobile-menu ul ul li {
  cursor: default;
    border-bottom: 0 none;
}
#nm-mobile-menu ul ul li:first-child {
    margin-top: 0;
}
#nm-mobile-menu ul ul li.menu-item-has-children {
  cursor: pointer;
}
#nm-mobile-menu ul ul a {
    font-size: 14px;
    padding: 0 0 3px;
    text-indent: 15px;
}
#nm-mobile-menu ul ul ul a {
    text-indent: 30px;
}
#nm-mobile-menu ul ul ul ul a {
    text-indent: 45px;
}
#nm-mobile-menu ul ul li .nm-menu-toggle {
    top: 1px;
}

/* Mobile menu: Top menu */
.header-mobile-default #nm-mobile-menu .nm-mobile-menu-item-cart,
#nm-mobile-menu .nm-mobile-menu-item-cart {
  display: none;
}
#nm-mobile-menu .nm-mobile-menu-item-cart > a {
    display: block;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count {
  position: absolute;
    right: 0;
    top: 6px;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:before {
    display: inline;
    content: "(";
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:after {
    display: inline;
    content: ")";
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
    margin-top: 15px;
    padding: 6px 0;
    border-bottom-color: #e1e1e1;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search form {
    position: relative;
}
#nm-mobile-menu .nm-mobile-menu-top .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 .nm-mobile-menu-top .nm-mobile-menu-item-search span {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 18px;
    color: #707070;
    opacity: 0.5;
}

/* Mobile menu: Main menu */
#nm-mobile-menu .nm-mobile-menu-main {
}

/* Mobile menu: Secondary menu */
#nm-mobile-menu .nm-mobile-menu-secondary li:last-child {
    border-bottom: 0 none;
}

@media all and (max-width: 400px) {
  /* Mobile menu: Top menu */
  #nm-mobile-menu .nm-mobile-menu-item-cart {
    display: block;
  }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 0;
        padding: 6px 0;
    }
    .header-mobile-default #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 17px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search input {
        font-size: 14px;
        padding-left: 24px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search span {
        top: 7px;
        font-size: 16px;
    }
}


/* #Widget panel
--------------------------------------------------------------- */

.nm-widget-panel {
  position: fixed;
    top: 0;
    right: -500px;
  z-index: 1020;
  line-height: 1.2;
    width: 500px;
    height: 100%;
  overflow: hidden;
  background: #fff;
}
.touch-orientation-change .nm-widget-panel {
    visibility: hidden;
}
.csstransforms .nm-widget-panel {
    -webkit-transition: -webkit-transform 0.25s ease; transition: -webkit-transform 0.25s ease; -o-transition: transform 0.25s ease; transition: transform 0.25s ease; transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translate3d(-500px, 0, 0); transform: translate3d(-500px, 0, 0);
}
.no-csstransforms3d .widget-panel-open .nm-widget-panel {
    -webkit-transform: translateX(-500px); -ms-transform: translateX(-500px); transform: translateX(-500px);
}
.nm-widget-panel-inner {
    width: auto;
    height: 100%;
    overflow-x: hidden;
  overflow-y: scroll;
}
.touch .nm-widget-panel-inner {
  -webkit-overflow-scrolling: touch;
}
.touch .nm-widget-panel-inner::-webkit-scrollbar { /* Hide scrollbar in webKit browsers */
  -webkit-appearance: none;
  width: 0 !important;
}

/* Header */
.nm-widget-panel-header {
    position: relative;
    z-index: 110;
    font-size: 16px;
  line-height: 1;
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-widget-panel-header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0px);
}
.nm-widget-panel-header-inner {
    height: 79px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
}
/* 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-widget-panel-close {
    display: block;
    color: #282828;
    padding-top: 32px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
.nm-widget-panel-close-title {
    float: right;
}

/* Cart panel: Loader overlay */

#nm-cart-panel-loader {
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 105;
  width: 1px;
  height: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
  background: #fff;
}
#nm-cart-panel-loader.show {
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 79px;
    padding-left: 37px;
}
#nm-cart-panel-loader.fade-out {
  opacity: 0;
}
#nm-cart-panel-loader .nm-loader {
  position: relative;
  font-size: 16px;
  color: #282828;
  margin-top: 21px;
    padding-left: 21px;
}
#nm-cart-panel-loader .nm-loader:after {
  top: 6px;
  right: auto;
  left: 0;
  margin: 0;
}

/* Cart panel: Empty */
#nm-widget-panel .product_list_widget .empty {
    display: none;
    font-size: 16px;
    min-height: none;
    margin-bottom: 0;
    padding: 21px 0 54px;
}
#nm-widget-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
}

/* Cart panel: Cart list */
.nm-cart-panel-list-wrap {
    padding: 0 37px;
}
.no-touch .nm-cart-panel-list-wrap {
    padding-top: 79px;
    padding-bottom: 175px;
}
#nm-widget-panel .product_list_widget {
    position: relative;
    color: #282828;
    padding: 7px 0 6px;
}
#nm-widget-panel .product_list_widget > li {
    position: relative;
    display: table;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}
#nm-widget-panel .product_list_widget > li > div {
    display: table-cell;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
#nm-widget-panel .product_list_widget > li:nth-last-child(2) > div { /* Second last element ("empty" notice is last-child) */
    border-bottom-color: transparent;
}
#nm-widget-panel .product_list_widget li a {
    display: block;
    color: #282828;
}
/* Cart panel: Cart list - Block overlay */
#nm-widget-panel .product_list_widget .blockOverlay {
    height: calc(100% - 1px) !important;
    opacity: 1 !important;
    background: rgba(255,255,255, 0.82) !important;
}
.widget-panel-dark #nm-widget-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: 1px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: auto;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
/* Cart panel: Cart list - "Remove" button */
#nm-widget-panel .product_list_widget .remove {
    position: absolute;
    top: 7px;
    right: -1px;
    z-index: 100;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    text-align: right;
    opacity: 0.5;
}
.no-touch #nm-widget-panel .product_list_widget .remove:hover {
    opacity: 1;
}
/* Cart panel: Cart list - Thumbnail */
.nm-cart-panel-item-thumbnail {
    width: 60px;
}
#nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
    vertical-align: top;
}
.nm-cart-panel-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}
.nm-cart-panel-thumbnail-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
}
.loading .nm-cart-panel-thumbnail-loader {
    display: block;
}
#nm-widget-panel .product_list_widget li img {
    position: static;
    width: 100%;
    max-width: 102px;
    height: auto;
}
/* Cart panel: Cart list - Details */
.nm-cart-panel-item-details {
    padding-left: 19px;
}
.nm-cart-panel-item-details > * {
    padding-bottom: 4px;
}
.nm-cart-panel-item-details > *:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Title */
.nm-cart-panel-product-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 20px;
}
.touch .nm-cart-panel-product-title {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
#nm-widget-panel .nm-cart-panel-quantity-pricing {
    line-height: 22px;
    width: 100%;
    overflow: hidden;
}
/* Cart panel: Cart list - Details - Variations */
#nm-widget-panel .variation li:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Quantity */
#nm-widget-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
#nm-widget-panel .product-quantity {
    float: left;
    font-size: 16px;
}
#nm-widget-panel .nm-quantity-wrap {
    width: auto;
    border: 0 none;
    overflow: visible;
}
#nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
    display: inline-block;
}
#nm-widget-panel .nm-quantity-wrap .quantity {
    display: inline-block;
    margin-left: -7px;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus,
#nm-widget-panel .quantity .qty {
    line-height: inherit;
    height: auto;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus {
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    vertical-align: top;
    -webkit-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease;
}
#nm-widget-panel .quantity .nm-qty-minus {
    text-align: right;
}
#nm-widget-panel .quantity .nm-qty-plus {
    text-align: left;
}
#nm-widget-panel .quantity .qty {
    font-size: 16px;
    width: 32px;    
}
/* Cart panel: Cart list - Details - Price */
#nm-widget-panel .nm-cart-panel-item-price {
    float: right;
}
#nm-widget-panel .nm-cart-panel-item-price .amount {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}
#nm-widget-panel .nm-cart-panel-item-price .tax_label {
    display: none;
}

/* Cart panel: Summary */
.nm-cart-panel-summary {
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-cart-panel-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
}
.nm-cart-panel-summary-inner {
    padding: 0 0 37px;
    overflow: hidden;
    background: #fff;
}
#nm-widget-panel .total {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 37px;
    padding: 21px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#nm-widget-panel .total strong {
    font-weight: normal;
}
#nm-widget-panel .nm-cart-panel-summary-subtotal {
    float: right;
}
#nm-widget-panel .buttons {
    margin-bottom: 0;
}
#nm-widget-panel .buttons a:first-child {
    color: #777;
}
#nm-widget-panel .buttons .button {
    display: inline-block;
    width: 48%;
    padding: 12px;
}
#nm-widget-panel .buttons .button.checkout {
    float: right;
    padding: 13px;
}
/* Cart panel: Summary - Cart empty */
#nm-widget-panel .nm-cart-panel-empty .total,
#nm-widget-panel .nm-cart-panel-empty .buttons {
    display: none;
}
/* Cart panel: Summary - Cart empty button */
#nm-widget-panel .buttons.nm-cart-empty-button {
    display: none;
}
.no-touch #nm-widget-panel .buttons.nm-cart-empty-button {
    padding-bottom: 9px;
}
#nm-widget-panel .nm-cart-panel-empty .buttons.nm-cart-empty-button {
    display: block;
}
#nm-widget-panel .buttons.nm-cart-empty-button .button {
    display: block;
    width: 100%;
}

/* Color scheme: Dark */
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-cart-panel-loader,
.widget-panel-dark .nm-cart-item-loader,
.widget-panel-dark .nm-cart-panel-summary-inner,
.widget-panel-dark .nm-widget-panel {
    background: #333;
}
.widget-panel-dark .nm-widget-panel,
.widget-panel-dark #nm-widget-panel .product_list_widget,
.widget-panel-dark #nm-widget-panel .product_list_widget .remove,
.widget-panel-dark #nm-widget-panel .variation,
.widget-panel-dark #nm-widget-panel ul.variation li > div:first-child,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .qty {
    color: #a5a5a5;
}
.widget-panel-dark #nm-cart-panel-loader .nm-loader,
.widget-panel-dark #nm-widget-panel-close,
.widget-panel-dark #nm-widget-panel .product_list_widget .empty,
.no-touch .widget-panel-dark #nm-widget-panel .product_list_widget .remove:hover,
.widget-panel-dark #nm-widget-panel .nm-cart-panel-item-price .amount,
.widget-panel-dark #nm-widget-panel .product_list_widget li a,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus:hover,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus:hover,
.widget-panel-dark #nm-widget-panel .buttons a:first-child,
.widget-panel-dark .nm-cart-panel-summary {
    color: #eee;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .remove {
    opacity: 1;
}
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-widget-panel .product_list_widget > li > div,
.widget-panel-dark #nm-widget-panel .total {
    border-color: #464646;
}
.widget-panel-dark #nm-widget-panel .product_list_widget > li:nth-last-child(2) > div {
    border-bottom-color: transparent;
}
.widget-panel-dark #nm-widget-panel .buttons .button.border {
    border-color: #5f5f5f;
}
.widget-panel-dark .nm-cart-panel-thumbnail-loader {
    background: rgba(255, 255, 255, 0.82);
}

@media all and (max-width: 2100px) {
    .nm-widget-panel {
    width: 410px;
  }
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 231px;
    }
    
  /* Cart panel: Summary */
    #nm-widget-panel .buttons .button {
        display: block;
        width: 100%;
    }
    #nm-widget-panel .buttons .button.checkout {
        float: none;
        margin-top: 12px;
        padding: 14px;
    }
}
@media all and (max-width: 991px) {
    /* Header */
    #nm-mobile-menu-button {
      display: block;
      opacity: 1;
    }
    .head-div {
      display: none;
    }
    .nm-widget-panel-header-inner {
        height: 70px;
    }
    
    /* Header: Close button */
    #nm-widget-panel-close {
        padding-top: 28px;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-top: 70px;
    }
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-top: 70px;
    }
}
@media all and (max-width: 550px) {
  .nm-widget-panel {
    width: 370px;
  }
    
    /* Header */
    .nm-widget-panel-header {        
        padding-right: 21px;
        padding-left: 21px;
    }
    /* Header: Cart title */
    .nm-cart-panel-title {
        display: inline-block;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-left: 21px;
    }
    
    /* Cart panel: Cart list */
    .nm-cart-panel-list-wrap {
        padding-right: 21px;
        padding-left: 21px;
    }
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 183px;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 15px;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
        display: none;
    }
    #nm-widget-panel .nm-quantity-wrap .quantity {
        margin-left: -14px;
    }
  
  /* Cart panel: Summary */
    .nm-cart-panel-summary {
        padding-right: 21px;
        padding-left: 21px;
    }
    .nm-cart-panel-summary-inner {
        padding-bottom: 21px;
    }
    #nm-widget-panel .total {
        margin-bottom: 21px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #nm-widget-panel .buttons .button {
        margin-top: 15px;
    }
}
@media all and (max-width: 400px) {
  .nm-widget-panel {
        width: 270px;
  }
    
    /* Cart panel: Cart list - Loader */
    .loading .nm-cart-item-loader {
        display: block;
        opacity: 0.82;
    }
    /* Cart panel: Cart list - Thumbnail */
    #nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail,
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 0;
    }
}


/* #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: #8c8c8c;
  padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
  padding-left: 0;
}
.page-numbers li a:hover {
  color: #282828;
}
.page-numbers li span.current {
    color: #dc9814;
}


.banner-top {
  margin: 20px 0;
}


.banner-top__wr {
  background-color: #f77e53;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight:bold;
  text-transform: uppercase;
  user-select: none;
}

.banner-top__wr:hover {
  color: #fff;
}

/* #Blog
--------------------------------------------------------------- */

.nm-blog {
  padding: 25px 0 62px;
}
.nm-blog.nm-blog-categories-disabled {
    padding-top: 56px;
}

/* Heading */
.nm-blog-heading {
  padding: 34px 0 114px;
}
.nm-blog-heading h1 {
  font-size: 18px;
  line-height: 1.4;
  color: #888;
}
.nm-blog-heading h1 strong {
  font-weight: normal;
  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: 29px;
  padding-bottom: 108px;
}

/* 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: #888;
  margin: 0 17px;
}
.nm-blog-categories-list li a:hover {
  color: #282828;
}
.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;
  /*padding-bottom: 5px;
  border-bottom: 1px solid #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 38px;
}

/* Slider */
.nm-blog-slider {
  width: 100%;
  clear: both;
  margin-bottom: 32px;
}
.nm-blog-slider img {
  width: 100%;
  height: auto;
}
.nm-blog-slider .slick-track {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.nm-blog-slider.slick-slider:hover .slick-prev {
  left: 24px;
}
.nm-blog-slider.slick-slider:hover .slick-next {
  right: 24px;
}
.nm-blog-slider .slick-prev i, .nm-blog-slider .slick-next i {
  font-size: 26px;
}

/* Meta */
.nm-post-meta {
  position: relative;
  font-size: 14px;
  color: #a0a0a0;
  padding-left: 51px;
}
.nm-post-meta:before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  content: " ";
  width: 37px;
  height: 1px;
  background: #dadada;
}

/* Page links - wp_link_pages() */
.page-links {
  margin-top: 11px;
}

/* Pagination */
.nm-blog-pagination {
}
.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;
  color: #282828;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  border: 2px solid #eee;
}
.nm-blog-pagination a:hover {
  background: #eee;
}

/* 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;
}

/* Media queries */
@media all and (max-width: 991px) {
  #nm-mobile-menu {
    z-index: 1002;
    opacity: 1;
  }
  /* 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;
  }

  .nm-mobile-site-btn .nm-header-site-btn {
    display: block !important;
    border: 2px solid #c4c4c4;
    line-height: 1 !important;
    padding:  6px 5px !important;
  }

  .nm-mobile-site-btn .nm-header-site-btn:hover {
    border-color: #c4c4c4;
    background-color: #c4c4c4;
    color: #fff;
  }
  .nm-mobile-site-btn {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media all and (max-width: 768px) {
  .nm-blog.nm-blog-categories-disabled {
        padding-top: 38px;
    }
    
    /* Heading */
  .nm-blog-heading {
    padding-bottom: 55px;
  }
  
  /* Categories */
  .nm-blog-categories-wrap {
    padding-bottom: 39px;
  }
  
  /* Term (category/tag) description */
  .nm-term-description {
    font-size: 16px;
  }
  .nm-blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@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: 31px;
    }
    
    /* Categories */
  .nm-blog-categories-wrap {
    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%;
  }
  
  /* Slider */
  .nm-blog-slider.slick-slider:hover .slick-prev {
    left: 11px;
  }
  .nm-blog-slider.slick-slider:hover .slick-next {
    right: 11px;
  }
  .nm-blog-slider .slick-prev i, .nm-blog-slider .slick-next i {
    font-size: 24px;
  }
}


/* #Blog: Classic
--------------------------------------------------------------- */

/* Title */
.nm-blog-classic .nm-post-title {
  font-size: 24px;
}
.nm-blog-classic .nm-post-title a {
  color: #282828;
}

/* Meta */
.nm-blog-classic .nm-post-meta {
    margin: 11px 0 24px;
}

/* Thumbnail */
.nm-blog-classic .nm-post-thumbnail {
  position: relative;
  padding-bottom: 24px;
}
.nm-blog-classic .nm-post-thumbnail a {
  display: block;
}
.nm-blog-classic .nm-post-thumbnail img {
  width: 100%;
  height: auto;
}

/* Content/Excerpt */
.nm-blog-classic .nm-post-content {
    font-size: 16px;
}
.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: 1px;
    margin: 46px 0;
    background: #eee;
}

/* Sidebar */
.nm-blog-classic .nm-sidebar {
    padding-left: 34px;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
  padding-right: 34px;
  padding-left: 0;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-blog-content-col {
  float: right;
}
.nm-blog-classic .nm-blog-sidebar-left .nm-blog-sidebar-col {
  float: left;
}

/* Media queries */
@media (max-width: 1199px) {
  /* Divider */
  .nm-blog-classic .nm-post-divider {
    margin: 38px 0;
  }
  .nm-blog-classic .post:last-child .nm-post-divider {
        background: none
  }
    
    /* Sidebar */
  .nm-blog-classic .nm-sidebar {
    padding-left: 24px;
  }
  .nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
    padding-right: 24px;
  }
  .nm-header .nm-header-logo {
    max-width: none;
    margin-bottom: 15px;
  }
  .nm-header-inner .nm-row-col-middle {
    justify-content: space-between;
  }
  #nm-shop-search0 {
    padding: 0;
  }
  .nm-home-advant-col:nth-child(3):before {
    display: none;
  }
}
@media all and (max-width: 991px) {
    /* Sidebar */
  .nm-blog-classic .nm-sidebar {
    padding-left: 0;
  }
  .nm-blog-classic .nm-blog-sidebar-left .nm-sidebar {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .nm-section:not(.nm-home-partners) {
    padding-top: 3.5em;
    padding-bottom: 6.5em;
  }
  .nm-home-partners {
    padding-bottom: 4em;
  }
  .nm-breadcrumbs-wrapper {
    padding: 0 15px;
  }

  /* Meta */
  .nm-blog-classic .nm-post-meta {
      margin: 11px 0 18px;
  }
  
  /* Thumbnail */
  .nm-blog-classic .nm-post-thumbnail {
      padding-bottom: 19px;
  }
  /*Cookie*/
  .nm-cookie {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .nm-cookie .ctcc-left-side,
  .nm-cookie .ctcc-right-side,
  .cookie-bar-bar button#catapultCookie {
    width: 100%;
  }
  .nm-cookie .ctcc-left-side,
  .cookie-bar-bar button#catapultCookie {
    font-size: 12px;
  }
  .cookie-bar-bar button#catapultCookie {
    margin: 10px 0;
  }
  .has-cookie-bar #catapult-cookie-bar {
    padding: 15px 0 15px;
  }
  .nm-home-partners .col {
    width: 33.3333%;
    margin: 25px 0;
  }
  .nm-header-inner .head-margin {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 400px) {
  /* Title */
  .nm-blog-classic .nm-post-title {
    font-size: 22px;
  }
    
    /* Content/Excerpt */
    .nm-blog-classic .nm-post-content {
        font-size: inherit;
    }
  
  /* Divider */
  .nm-blog-classic .nm-post-divider {
    margin: 27px 0 31px;
  }
  .nm-home-advant__sum {
    font-size: 48px;
  }
  .nm-home-partners .col {
    width: 50%;
  }
  .nm-home-advant__sum+p {
    margin-top: 0;
  }
  .nm-new-products-slider.slick-slider:hover .slick-prev, .nm-new-products-slider.slick-slider .slick-prev, .nm-brand-slider.slick-slider:hover .slick-prev, .nm-brand-slider.slick-slider .slick-prev, .nm-certificates-slider.slick-slider:hover .slick-prev, .nm-certificates-slider.slick-slider .slick-prev {
    left: -5px;
  }
  .nm-new-products-slider.slick-slider:hover .slick-next, .nm-new-products-slider.slick-slider .slick-next, .nm-brand-slider.slick-slider:hover .slick-next, .nm-brand-slider.slick-slider .slick-next, .nm-certificates-slider.slick-slider:hover .slick-next, .nm-certificates-slider.slick-slider .slick-next {
    right: -5px;
  }
}
@media all  and (min-width: 1200px) and (max-width: 1280px) {
  .nm-header .nm-menu-cart {
    max-width: 500px;
  }
  #nm-shop-search0 {
    max-width: 400px;
  }

}
@media all  and (min-width:991px) and (max-width: 1280px) {
  .nm-menu li a {
    font-size: 1.15vw;
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media all and (max-width: 1280px) {
  .no-login .nm-menu-account-btn {
    font-size: 16px;
  }
  .no-login .nm-login-phone-col a {
    font-size: 16px;
  }
}
/* #Blog: Grid (Packery)
--------------------------------------------------------------- */

#nm-blog-grid-ul.nm-loader:after {
  top: 12px;
}
#nm-blog-grid-ul.hide li {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
.nm-blog-grid [class*="block-grid-"] {
  margin: 0 -1.6%;
}
.nm-blog-grid [class*="block-grid-"] > li {
  padding: 0 1.6% 66px;
}

/* Thumbnail */
.nm-blog-grid .nm-post-thumbnail {
  position: relative;
  min-height: 225px;
  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;
}

/* Media queries */
@media all and (max-width: 750px) {
  .nm-blog-grid [class*="block-grid-"] > li {
    padding-bottom: 53px;
  }
  .nm-blog-grid .nm-post-thumbnail {
    min-height: auto;
  }
}
@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
--------------------------------------------------------------- */

/* Title */
.nm-blog-list .nm-post-title {
  font-size: 24px;
  padding-right: 28px;
}
.nm-blog-list .nm-post-title a {
  color: #282828;
}

/* Slider */
.nm-blog-list .nm-blog-slider {
  margin-bottom: 28px;
}

/* Thumbnail */
.nm-blog-list .nm-post-thumbnail {
  position: relative;
  padding-bottom: 28px;
}
.nm-blog-list .nm-post-thumbnail a {
  display: block;
}
.nm-blog-list .nm-post-thumbnail img {
  width: 100%;
  height: auto;
}

.nm-preloader {
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 25px 0;
}

.nm-preloader img {
  max-width: 50px;
}

.nm-category-thumb-box--mobile,
.nm-category-thumb-box--desctop {
  min-height: 80px;
}
.nm-category-thumb-box--mobile {
  padding: 0 15px;
}

.nm-category-thumb-box--mobile.hidden,
.nm-category-thumb-box--desctop.hidden {
  width: 1px;
  height: 1px;
  min-height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  clip: rect( 0 0 0 0);
}

.nm-category-thumb-box--mobile {
  text-align: center;
}

.nm-category-thumb-box--mobile .slick-slider img {
  display: inline-block;
}

.nm-category-thumb-box--mobile .slick-prev,
.nm-category-thumb-box--mobile .slick-next {
  position: relative;
  display: inline-block !important;
  opacity: 1;
  height: 35px;
  margin-top: 0;
}

.nm-category-thumb-box--mobile .slick-slider:hover .slick-next {
  right: -10px;
}

.nm-category-thumb-box--mobile .slick-slider:hover .slick-prev {
  left: -10px;
}

.nm-category-thumb-box--mobile .slick-prev i,
.nm-category-thumb-box--mobile .slick-next i {
  line-height: 35px;
}

/* Content/Excerpt */
.nm-blog-list .nm-post-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.nm-blog-list .nm-post-content .nm-post-excerpt p {
  margin-bottom: 0;
}

/* Divider */
.nm-blog-list .nm-post-divider {
  line-height: 2;
  margin-top: 45px;
  padding-top: 27px;
  border-top: 1px solid #eee;
}

/* Media queries */
@media (max-width: 1199px) {
  /* Columns */
  .nm-blog-list .nm-title-col,
  .nm-blog-list .nm-content-col,
  .nm-blog-list .nm-divider-col {
    float: none;
    width: auto;
    max-width: 833px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  /* Title */
  .nm-blog-list .nm-post-title {
    padding-right: 0;
    margin-bottom: 27px;
  }
  
  /* Content/Excerpt */
  .nm-blog-list .nm-post-content {
    margin-top: 20px;
  }
  
  /* Divider */
  .nm-blog-list .nm-post-divider {
    margin-top: 38px;
    padding-top: 10px;
  }
  .nm-blog-list > .post:last-child .nm-post-divider {
    margin-top: 37px;
    padding-top: 0;
    border-top: 0 none;
  }
  #nm-shop-search0,
  .nm-header .nm-menu-cart {
    max-width: none;
  }
  #nm-shop-search0 {
    width: 45%;
  }
  .nm-header .nm-menu-cart {
    width: 55%;
  }
}
@media all and (max-width: 400px) {
  /* Title */
  .nm-blog-list .nm-post-title {
    font-size: 22px;
  }
  
  /* Divider */
  .nm-blog-list .nm-post-divider,
  .nm-blog-list > .post:last-child .nm-post-divider {
    margin-top: 29px;
    padding-top: 2px;
  }
}


/* #Blog: No results
--------------------------------------------------------------- */

.nm-blog-no-results h1 {
  font-size: 18px;
}


/* #Blog: Single post
--------------------------------------------------------------- */

.nm-post-body {
    padding-top: 30px;
}
.nm-post-col {
  max-width: 833px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}

.nm-post-col .commentlist {
  text-align: left;
}

/* Head */
.nm-post-header {
  padding-bottom: 28px;
}
.nm-post.nm-post-sidebar-left .nm-post-header .col {
  float: right;
}
.nm-post-header img {
    width: 100%;
    margin-bottom: 32px;
}
.nm-post-header h1,
.nm-post-header h2 {
  font-size: 26px;
  line-height: 1.2;
  color: #282828;
}
.nm-post-header .nm-post-meta {
  font-size: 14px;
  display: inline-block;
  margin-top: 21px;
}
.nm-post-header .nm-post-meta em {
    font-style: normal;
}
.nm-post-header .nm-post-meta a {
  color: #282828;
}

/* Body */
.nm-post-body .post {
  padding-bottom: 46px;
}

/* 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 {
  text-align: center;
  padding: 19px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Products */
.nm-recommended-products {
  margin-bottom: 5em;
}

.nm-recommended-products .nm-shop-loop-details {
  text-align: left;
}

.nm-recommended-products .nm-shop-loop-thumbnail-wrapper img {
  max-height: 250px;
}

/* Share */
.nm-post-share {
  text-align: center;
  padding: 19px 0;
  border-bottom: 1px solid #eee;
}
.nm-post-share span,
.nm-post-share a {
  display: inline-block;
  margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: #a0a0a0;
}
.nm-post-share a:last-child {
  margin-right: 0;
}
.nm-post-share a:hover {
  color: #282828;
}

/* Pagination */
.nm-post-pagination {
  padding: 48px 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.nm-post-pagination .nm-post-prev {
  float: left;
  text-align: left;
}
.nm-post-pagination .nm-post-next {
  float: right;
  text-align: right;
}
.nm-post-pagination a span,
.nm-post-pagination a span.subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
.nm-post-pagination a span {
  color: #aaa;
}
.nm-post-pagination a span.subtitle {
  color: #282828;
}

/* Related posts */
.nm-related-posts {
    padding: 56px 0 37px;
}
.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: 991px) {
  .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: 550px) {
  .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) {
    .nm-related-posts-content .nm-post-meta {
        display:  none;
    }
    .nm-related-posts-content h3 {
        padding-top: 14px;
    }
}

/* Media queries */
@media (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;
  }
  
  /* Pagination */
  .nm-post-pagination .nm-post-prev,
  .nm-post-pagination .nm-post-next {
    width: 100%;
    max-width: 250px;
  }
  .nm-post-pagination a {
    display: block;
    line-height: 1;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border: 2px solid #eee;
  }
  .nm-post-pagination a:hover {
    background: #eee;
  }
  .nm-post-pagination a span {
    color: #282828;
    line-height: 1;
  }
  .nm-post-pagination a span.subtitle {
    display: none;
  }
  .nm-menu-cart .nm-row-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .nm-top-header-phone-col {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 610px) {
  /* Pagination */
  .nm-post-pagination .nm-post-prev,
  .nm-post-pagination .nm-post-next {
    width: 48%;
    max-width: none;
  }
}
@media all and (max-width: 550px) {
  .nm-post-body {
        padding-top: 48px;
    }
    
    /* Head */
  .nm-post-header {
    padding-bottom: 24px;
  }
  .nm-post-header h1,
  .nm-post-header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .nm-post-header .nm-post-meta {
    margin-top: 17px;
    
    padding-left: 29px;
  }
  .nm-post-header .nm-post-meta::before {
    width: 19px;
  }
  
  /* Body */
  .nm-post-body .post {
    padding-bottom: 46px;
  }
  
  /* Pagination */
  .nm-post-pagination {
    padding: 46px 0;
  }

  .no-login .nm-reg-col {
    width: 100%;
    margin: .5rem 0 1.8rem;
  }
  .no-login .nm-cart-col {
    width: 100%;
  }
  .no-login .nm-login-phone-col,
  .no-login .nm-login-cart-col,
  .no-login .nm-login-whishlist-col {
    width: auto;
  }
}
@media all and (max-width: 400px) {
  /* Share */
  .nm-post-share span {
    display: none;
  }

   .no-login .nm-login-phone-col {
    width: 100%;
   }
}


/* #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
--------------------------------------------------------------- */
.pc-autocomplete__product-title, .pc-autocomplete__product-sku {
  line-height: 1.4 !important;
}

/* Title */
.nm-search-results .nm-post-title {
  font-size: 24px;
  padding-right: 28px;
}
.nm-search-results .nm-post-title a {
  color: #282828;
}

/* 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;
  color: #555;
}

/* Divider */
.nm-search-results .nm-post-divider {
  line-height: 2;
  margin-top: 45px;
  padding-top: 27px;
  border-top: 1px solid #eee;
}

/* 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;
    max-width: 833px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  /* Title */
  .nm-search-results .nm-post-title {
    padding-right: 0;
  }
  
  /* Excerpt */
  .nm-search-results .nm-post-content {
    margin-top: 20px;
  }
  
  /* Divider */
  .nm-search-results .nm-post-divider {
    margin-top: 38px;
    padding-top: 10px;
  }
  .nm-search-results > .post:last-child .nm-post-divider {
    margin-top: 37px;
    padding-top: 0;
    border-top: 0 none;
  }
}
@media all and (max-width: 400px) {
  /* Title */
  .nm-search-results .nm-post-title {
    font-size: 22px;
  }
  
  /* Divider */
  .nm-search-results .nm-post-divider,
  .nm-search-results > .post:last-child .nm-post-divider {
    margin-top: 29px;
    padding-top: 2px;
  }
}


/* #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-comments .commentlist .comment,
.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 .comment .comment-inner-wrap,
.nm-comments .commentlist .pingback p,
.nm-comments .commentlist .trackback p {
  position: relative;
  margin-top: 29px;
}
.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 .comment .comment-text {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
  padding-bottom: 0;
}
.nm-comments .commentlist .comment .comment-text .meta time {
  color: #888;
}
.nm-comments .commentlist .comment .comment-text .description {
  color: #555;
}

/* 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: 65px;
}
.nm-comments .comment-respond h3 {
  padding-bottom: 3px;
}
.nm-comments .comment-form p.comment-notes {
  margin-bottom: 28px;
}
.nm-comments .comment-form p input#submit {
  width: auto;
  min-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Comments: Form - Threaded form (Added with WP JavaScript) */
.nm-comments .commentlist .comment-respond {
  padding-top: 56px;
}

/* 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 .comment,
  .nm-comments .commentlist .pingback,
  .nm-comments .commentlist .trackback {
    margin-top: 23px;
  }
  .nm-comments .commentlist .comment .comment-inner-wrap,
  .nm-comments .commentlist .pingback p,
  .nm-comments .commentlist .trackback p {
    margin-top: 22px;
  }
  .nm-comments .commentlist .comment .comment-text .description {
    padding-top: 16px;
  }
  .nm-comments .commentlist .comment .comment-text .moderating {
    margin-bottom: 8px;
  }
  .nm-comments .commentlist .comment .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%;
  }
}
@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 .comment {
  position: relative;
  min-height: 48px;
}
.commentlist .comment.bypostauthor {}
.commentlist .comment img {
  position: absolute;
  top: -8px;
    left: 0;
    width: 60px;
    height: 60px;
  margin: 0;
    padding: 0;
  overflow: hidden; border-radius: 50%;
}
.commentlist .comment .comment-text {
  margin: 0 0 34px 81px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.commentlist .comment:last-child .comment-text {
  margin-bottom: 0;
  border-bottom: 0 none;
}
.commentlist .comment .comment-text .meta {
  margin-bottom: 0;
}
.commentlist .comment .comment-text .meta strong,
.commentlist .comment .comment-text .meta strong a {
  color: #282828;
}
.commentlist .comment .comment-text .meta strong {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.commentlist .comment .comment-text .meta .verified {
  font-size: 12px;
  font-style: normal;
  color: #888;
}
.commentlist .comment .comment-text .meta time {
  display: block;
  line-height: 1;
  color: #dc9814;
  padding-top: 11px;
}
.commentlist .comment .comment-text .description {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 19px;
}
.commentlist .comment .comment-text .moderating {
  color: #acacac;
  margin-bottom: 10px;
}
.commentlist .comment .comment-text .reply {
  line-height: 1;
  padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist .comment .children {
  margin-left: 81px;
}

/* 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: 24px;
  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 label .required {
  color: #aaa;
}
.comment-form p input,
.comment-form p textarea {
  width: 100%;
}
.comment-form p textarea {
  resize: none;
}
.comment-form p input#submit {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-top: 9px;
}

/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
  .commentlist .comment img {
    display: none;
  }
  .commentlist .comment .comment-text {
    margin-left: 0;
  }
  
  /* Comments: Children (replies) */
  .commentlist .comment .children {
    margin-left: 35px;
  }
}
/* < 400px */
@media all and (max-width: 400px) {
  /* Comments: Children (replies) */
  .commentlist .comment .children {
    margin-left: 28px;
  }
}


/* #Post/page/editor content
--------------------------------------------------------------- */

/* Common */
.post .entry-content {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
p,
pre,
address,
.wp-caption {
  margin-bottom: 24px;
}
.nospacing {
  margin: 0;
  padding: 0;
}
.entry-content > :last-child {
  margin-bottom: 0;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin-right: 28px;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin-left: 28px;
}
blockquote.aligncenter,
.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%;
}

/* 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;
}

/* Cite */
cite {
  display: inline-block;
  font-style: normal;
  color: #282828;
  padding-top: 5px;
}
cite a {
  text-decoration: underline;
}

/* Captions */
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.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 (without class) */
ol:not([class]) li,
ul:not([class]) li {
  list-style-position: inside;
}
.entry-content > ol:not([class]),
.entry-content > ul:not([class]) {
  margin-bottom: 28px;
}
.entry-content > ul:not([class]) li {
  list-style-type: disc;
}
.entry-content > ol:not([class]) li {
  list-style-type: decimal;
}
/* 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;
}

/* 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 */
  .wp-caption-text {
    bottom: 10px;
    left: -10px;
  }
}


/* #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-icon {
}
.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;
  -webkit-transition: opacity 0.2s ease; -o-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; -o-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); -ms-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 .cat-parent .children {
    display: none;
}
.widget .cat-parent.current-cat .children,
.widget .cat-parent.current-cat-parent .children {
    display: block;
}
.widget ul li {
  line-height: 1.6;
  margin-bottom: 8px;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li a {
  color: #777;
  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;
}


/* 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;
  color: #282828;
  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
 */
.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;
  font-size: 12px !important;
  line-height: 1;
  margin: 0 6px 6px 0;
  padding: 5px 10px; border-radius: 30px;
  background: #282828;
}
.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 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 button,
.widget_product_search #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 a {
  color: #282828;
}
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li,
.widget_recent_comments ul li a.url {
  color: #282828;
}
.widget_recent_comments ul li {
  position: relative;
  padding-left: 28px;
}
.widget_recent_comments ul li:before { /* Comment icon */
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "\e602";
  font-family: "nm-font";
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #555;
}


/* Widget: Text */
.widget_text p {
  margin-bottom: 14px;
}
.widget_text p.no-spacing {
  margin-bottom: 0;
}

/* Contact Page */

.nm-contact-page h1 {
  margin: 30px 0 44px;
}

.nm-contacts-img-gallery {
  margin-bottom: 30px;
}

.nm-contacts-img-gallery .img-block {
  position: relative;
  display: block;
  z-index: 1;
  margin: 15px 0;
}

.nm-contacts-img-gallery .img-block:before {
  content: '';
  display: block;
  padding-top: 69%;
}

@media( max-width: 767px ) {
  .nm-contacts-img-gallery .col-12 {
    width: 100%;
  }
}

.nm-contacts-img-gallery .img-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.nm-contact-page .nm-contact-form h2,
.nm-contact-page .nm-contact-form h3 {
  line-height: 1;
  margin-bottom: 15px;
}

.nm-contact-page .nm-contact-bottom-info,
.nm-contact-page .nm-feature {
  margin: 20px 0;
}

.nm-contact-page .nm-feature .nm-feature-icon {
  color: #777;
}

.nm-gmap {
  background-color: rgb(229, 227, 223);
}

.nm-contact-page textarea {
  height: 133px;
  resize: none;
}

.nm-contact-page .wpcf7 input[type="text"],
.nm-contact-page .wpcf7 input[type="email"],
.nm-contact-page .wpcf7 input[type="tel"],
.nm-contact-page .wpcf7 textarea {
  border: 2px solid #ececec;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nm-contact-page .wpcf7 input[type="text"]:focus,
.nm-contact-page .wpcf7 input[type="email"]:focus,
.nm-contact-page .wpcf7 input[type="tel"]:focus,
.nm-contact-page .wpcf7 textarea:focus {
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
  border-color: #ececec;
}

.nm-contact-page input[type="submit"] {
  background-color: #13914f;
  width: 100%!important;
}

.nm-contact-page div.wpcf7-response-output {
  font-size: 18px;
}

/* #Contact form 7
--------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
  color: #282828;
  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;
  padding: 11px 17px;
}
div.wpcf7-response-output {
  font-size: 22px;
  font-weight: 500;
  padding-left: 14px;
  padding-top: 20px;
}
.post-942 h2 b {font-weight: 700}
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 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;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  padding: 68px 0 82px;
}
.nm-page-not-found-icon {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
}
.nm-page-not-found-icon:before,
.nm-page-not-found-icon:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: " ";
  width: 37px;
  height: 2px;
  margin-top: -1px;
  background: #dc9814;
}
.nm-page-not-found-icon:before {
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.nm-page-not-found-icon:after {
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}
.nm-page-not-found h2 {
  font-size: 26px;
  line-height: 1.4;
  margin-top: 14px;
}
.nm-page-not-found p {
  color: #888;
  max-width: 300px;
  margin: 18px auto 20px;
}
.nm-page-not-found a {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cfcfcf;
}

@media all and (max-width: 768px) {
  .nm-page-not-found h2 {
    font-size: 24px;
  }
}


/* #Footer
--------------------------------------------------------------- */

.nm-footer {
  position: relative;
  clear: both;
  width: 100%;
  background-color: #133e7b;
}

/* Widgets */
.nm-footer-widgets {
  padding: 55px 0 15px;
  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;
}

/* Bar */
.nm-footer-bar {
  float: left;
  clear: both;
  color: #aaa;
  line-height: 30px;
  width: 100%;
  vertical-align: middle;
  padding: 50px 0 90px;
}
.nm-footer-graphic span {
  display: inline-block;
  width: 100%;
}
.nm-footer-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.nm-footer-title:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 3px;
}
.nm-footer-bar-left {
  width: 22%;
}
.nm-footer-logo {
  margin-bottom: 35px;
}
.nm-footer-graphic {
  width: 22%;
}
.nm-footer-menu {
  width: 42%;
  margin-left: auto;
}
.nm-footer-graphic-text {
  line-height: 1.5;
}
.nm-footer-graphic-text + .nm-footer-graphic-text {
  margin-top: 20px;
}
.nm-footer-left-menu {
  position: relative;
}
.nm-footer-left-menu:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 3px;
  height: 100%;
  max-height: 130px;
}

.nm-footer-bar a {
  color: #aaa;
}
.nm-footer-bar a:hover {
  color: #eee;
}
.nm-footer-bar a.nm-copyright-link {
  color: #ccc;
}
/* Bar: Logo */
.nm-footer-bar-logo {
  float: left;
  margin-right: 37px;
}
.nm-footer-bar-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
/* Bar: Menu */
.nm-footer-bar .menu {
  float: left;
}
.nm-footer-bar .menu ul.sub-menu {
  display: none;
}
.nm-footer-bar .menu > li {
  float: left;
  border-bottom-color: #3a3a3a;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.nm-footer-bar .menu > li > div,
.nm-footer-bar .menu > li > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  padding: 0 21px 0 0;
}
.nm-footer-bar .nm-footer-bar-right .menu li.nm-footer-bar-text > div,
.nm-footer-bar .menu > li:last-child a,
.nm-footer-bar .menu > li:last-child > div {
  padding-right: 0;
  padding-left: 0;
}
/* Bar: Social icons */
.nm-footer-bar-social li {
  float: left;
  padding-left: 19px;
}
.nm-footer-bar-social li:first-child {
  padding-left: 0;  
}
.nm-footer-bar-social li:hover {
  opacity: 0.8;
}
.nm-footer-bar-social li i {
  font-size: 18px;
  line-height: 30px;
  color: #eee;
  vertical-align: middle;
}

/* Bar: Text/custom content */
.nm-footer-bar-text img {
  max-height: 24px;
  vertical-align: middle;
}

/*BRANDS*/

.nm-brands {
  margin-top: 2em;
}

.nm-brands h1 {
  line-height: 1;
  margin-bottom: 40px;
}

.nm-brands-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nm-brands .nm-row.nm-row-flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nm-brands .name-col {
  width: 64px;
  -ms-align-self: flex-start;
  align-self: flex-start;
  background-color: #337ab7;
  padding-top: 10px;
  padding-bottom: 15px;
}

.nm-brands .nm-char-list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: rgba( 255,255,255, .6 );
  cursor: pointer;
  margin: 8px 0;
  z-index: 1;
}

.nm-brands .nm-char-list li:after {
  position: absolute;
  display: none;
  content: '';
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #337ab7;
}

.nm-brands .nm-char-list li.active {
  font-weight: 700;
  color: #fff;
}

.nm-brands .nm-char-list li.active:after {
  display: block;
}

.nm-brands .brands-col {
  width: 20%;
  min-width: 200px;
  background-color: #ececec;
  padding-top: 15px;
}

.nm-brands .brands-col li {
  font-size: 18px;
  padding-left: 15px;
}

.nm-brands .content-col {
  position: relative;
  width: calc( 80% - 64px );
}

.nm-brands .nm-brands-pagination {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 18px;
}

.nm-brands .nm-brand-category-wrapper.hidden {
  display: none;
}

.nm-brands .nm-brands-categories-count {
  cursor: pointer;
}

.nm-brands .nm-brand-title {
  font-size: 20px;
  text-transform: uppercase;
}

.nm-brands .nm-brand-category-wrapper {
  display: inline-block;
  background-color: #ececec;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 6px;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}

.nm-brands .nm-brands-desc {
  margin: 15px 0 4.5em;
}

.nm-brands .nm-brands-desc + .nm-brands-desc {
  border-top: 1px solid #ececec;
  padding-top: 35px;
}

.page-template-template-brands .fbc-items li + li + li a span {
  font-size: 0!important;
}
.nm-product-quantity-pricing {
  display: flex;
  justify-content: space-between;
}

/* Column - Medium (< 992px) */
@media all and (max-width: 991px) {
  /* Bar */
  .nm-footer-left-menu:after {
    display: none;
  }
  .nm-footer-bar-left,
  .nm-footer-graphic {
    width: 25%;
  }
  .nm-footer-bar-right {
    text-align: inherit;
  }
  .nm-footer-bar .nm-footer-bar-right > .menu,
  .nm-footer-bar-right > ul {
    float: none;
  }
  
  /* Bar: Logo */
  .nm-footer-bar-logo {
    float: none;
    margin-right: 0;
  }
  
  /* Bar: Menu */
  .nm-footer-bar .menu {
    float: none;
  }
  .nm-footer-bar .menu > li {
    float: none;
    display: inline-block;
  }
  
  /* Bar: Social icons */
  .nm-footer-bar-social {
    padding-top: 14px;
  }
  .nm-footer-bar-social li {
    float: none;
    display: inline-block;
  }
  .nm-footer-bar-social li i {
    font-size: 16px;
  }
  
  /* Bar: Text/custom content */
  .nm-footer-bar-right .nm-footer-bar-text {
    padding-top: 17px;
  }
  .nm-footer-bar-left.f1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_hr {
    padding-bottom: 15px;
  }
  .nm-footer-bar-inner {
    padding-top: 15px;
  }
  .nm-footer-bar-left.f1 .toptext {
    float: none;
    margin: 15px 0;
  }
  .nm-footer-bar-left.f1 .col {
    width: 33.3333%;
  }
  .nm-footer-bar-left.f1 .col:nth-child(4),
  .nm-footer-bar-left.f1 .col:last-of-type {
    width: 50%;
  }
}
/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
  .nm-header .nm-header-logo {
    margin-bottom: 35px;
  }
  .nm-header-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  #nm-shop-search0,
  .nm-header .nm-menu-cart {
    width: 100%;
  }
  /* Bar: Menu */
  .nm-footer-bar .menu {
    text-align: left;
  }
  .nm-footer-bar .menu > li {
    display: block;
    border-bottom: 1px solid #3a3a3a;
  }
  .nm-footer-bar .menu > li:last-child {
    border-bottom: 0 none;
  }
  .nm-footer-bar .menu > li > a,
  .nm-footer-bar .menu > li > span {
    display: block;
    padding: 3px 0; 
  }
  
  /* Bar: Social icons */
  .nm-footer-bar-left,
  .nm-footer-graphic {
    width: 50%;
  }
  .nm-footer-menu {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }
  .nm-footer-bar-right .menu li.nm-footer-bar-text {
    text-align: center;
  }

  .nm-footer-bar-left.f1 .col {
    width: 50%;
  }
  .nm-footer-bar-left.f1 .col:first-of-type {
    width: 100%;
  }
  .nm-mobile-site-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nm-contact-page .nm-feature-content h2 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nm-contact-page .nm-feature-content .wpb_text_column {
    margin-top: 0;
  }
  .nm-contact-page .nm-feature-content .wpb_text_column p {
    margin-bottom: 10px;
  }
  .nm-contact-page .nm-contact-form {
    margin-top: 3em;
  }
}

#mega-menu-wrap-catalog-menu #mega-menu-catalog-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 600px;
}
.button.single_add_to_cart_button {
  background-color: #327AD9!important;
}

@media all and ( max-width: 610px ) {
  .nm-brands h1 {
    margin-top: 40px;
  }
  
  .nm-brands .nm-row.nm-row-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nm-brands .nm-char-list,
  .nm-brands-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .nm-brands .nm-char-list {
    min-width: 480px;
    justify-content: center;
  }

  .nm-brands .nm-char-list li {
    line-height: 1;
    white-space: nowrap;
    margin: 3px 15px 0;
  }

  .nm-brands .brands-col li {
    padding-left: 0;
    padding-right: 15px;
  }

  .nm-brands .nm-char-list li:after {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    margin-top: 3px;
  }

  .nm-brands .name-col,
  .nm-brands .brands-col,
  .nm-brands .content-col {
    width: 100%;
  }

  .nm-brands .brands-col {
    min-width: auto;
    padding: 0;
  }

  .nm-brands .nm-brands-list {
    padding: 10px 15px;
  }

  .nm-brands .name-col,
  .nm-brands .brands-col {
    overflow-x: auto;
  }

  .nm-brands .nm-brands-desc img {
    max-width: 200px;
    margin-bottom: 25px;
  }

  .nm-brands .nm-brands-pagination {
    font-size: 16px;
  }
}

@media all and ( max-width: 480px ) {
  .nm-recommended-products {
    margin-bottom: 3em;
  }

  .nm-recommended-products [class^='col-'] {
    width: 100%;
  }

  #nm-shop-search0 {
    width: 100%;
  }
  .nm-header .nm-menu-cart {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
  }
  .nm-header .nm-menu-cart .nm-row {
    -ms-align-items: center;
    align-items: center;
  }

  .nm-home-news .nm-post-img-wrapper {
    min-height: auto;
  }

  /*Footer*/
  .nm-footer-bar-left.f1 .col,
  .nm-footer-bar-left.f1 .col:first-of-type,
  .nm-footer-bar-left.f1 .col:nth-child(4),
  .nm-footer-bar-left.f1 .col:last-of-type {
    width: 100%;
  }

  .nm-category-thumb-wrapper {
    min-height: auto;
  }

  .nm-category-thumb-box {
    justify-content: center;
  }

  .nm-category-thumb-wrapper {
    font-size: 11px;
    padding: 15px 10px;
  }

  .nm-category-thumb-box .col {
    max-width: 290px;
  }

  .nm-home-shop-categories .btn-block {
    text-align: center;
  }
  #nm-menu-cart-btn,
  .user-active-account-box,
  .nm-whishlist-link {
    font-size: 0;
  }
  .nm-footer-logo {
    margin-bottom: 15px;
  }
  .nm-footer-bar-left,
  .nm-footer-graphic {
    width: 100%;
  }
  .nm-footer-graphic {
    margin-top: 25px;
  }
}

@media( min-width: 768px ) and ( max-width: 991px ) {
  .nm-header-logo img {
    height: 50px;
  }
  .nm-header-inner .head-margin {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nm-header .nm-header-logo {
    margin-bottom: 10px;
  }
  #nm-shop-search0 {
    width: 40%;
  }
  .nm-header .nm-menu-cart {
    width: 60%;
  }
  .no-login .nm-reg-col {
    width: 58%;
    font-size: 14px;
  }
  .no-login .nm-cart-col {
    width: 42%;
  }
  .no-login .nm-cart-col {
    padding: 0;
  }
  .no-login .nm-menu-account-btn {
    height: 44px;
    line-height: 44px;
  }
}






/* Retina styles
--------------------------------------------------------------- */

/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}*/


/* Custom
--------------------------------------------------------------- */
.menu-new-products {
	    height: 60px;
}